@import "main.1.css";

@media (min-width: 767px) and (max-width: 1025px) {
  .pros-and-cons th,
  .pros-and-cons .pros-and-cons-advantages,
  .pros-and-cons .pros-and-cons-disadvantages {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 767px) and (max-width: 1025px) {
  .pros-and-cons th:first-child,
  .pros-and-cons th.pros-and-cons-advantages,
  .pros-and-cons .pros-and-cons-advantages:first-child,
  .pros-and-cons .pros-and-cons-advantages.pros-and-cons-advantages,
  .pros-and-cons .pros-and-cons-disadvantages:first-child,
  .pros-and-cons .pros-and-cons-disadvantages.pros-and-cons-advantages {
    padding-right: 1em;
  }
}

h3.pros-and-cons-title {
  margin: 0;
  color: #50b948;
}

.pimary-cta-banner-img {
  width: 100%;
  background-color: #f6f6f6;
}

.primary-cta-banner-links-container + p {
  margin-top: 1rem;
}

@media (min-width: 767px) {
  .primary-cta-banner-links-container {
    display: table-row;
  }

  .primary-cta-banner-links-container + p {
    margin-top: 2rem;
  }
}

@media (min-width: 767px) {
  .primary-cta-banner-links {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }
}

a.primary-cta-banner-link {
  font-size: 1.2em;
  margin: 0;
  color: #50b948;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.primary-cta-banner-link:after {
  font-family: 'icomoon';
  font-size: 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 10px;
  content: "";
}

a.primary-cta-banner-link:hover {
  color: #222;
}

a.primary-cta-banner-link:after {
  position: relative;
  display: inline-block;
  top: -0.1rem;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  padding: 0.3rem;
  color: #B3B3B3;
  margin-left: 0.5rem;
}

a.primary-cta-banner-link + a.primary-cta-banner-link {
  border-top: 1px solid #dedede;
}

@media (min-width: 767px) {
  a.primary-cta-banner-link {
    display: table-cell;
    font-family: "Helvetica Neue TH.", helvetica, sans-serif;
    font-size: 1.4em;
    padding-top: 2rem;
    padding-bottom: 0;
    padding-right: 1rem;
    position: relative;
  }

  a.primary-cta-banner-link:after {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
  }

  a.primary-cta-banner-link + a.primary-cta-banner-link {
    border-left: 1px solid #dedede;
    border-top: 0;
    padding-left: 1rem;
  }

  a.primary-cta-banner-link + a.primary-cta-banner-link:after {
    left: 1rem;
  }
}

.primary-cta-banner-arrow {
  position: relative;
  display: inline-block;
  color: #222;
  margin-left: 0.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 24px;
  width: 24px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #222;
  border-radius: 50%;
  font-size: 10px;
}

.primary-cta-banner-arrow:before {
  font-family: 'icomoon';
  font-size: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

@media (min-width: 767px) {
  .primary-cta-banner-arrow {
    position: absolute;
    display: block;
    top: 0;
    height: 25px;
    width: 25px;
    margin-left: 0;
  }
}

.quarters-tab-heading {
  margin: 0 0 0.5em 0;
  color: #222;
}

.quarters-tab-items {
  background-color: #50b948;
}

.quarters-tab-item {
  position: relative;
  border-bottom: 1px solid #dedede;
}

@media (min-width: 767px) {
  .quarters-tab-item {
    width: 50%;
  }
}

.quarters-tab-item.active {
  border-bottom: none;
}

@media (min-width: 767px) {
  .quarters-tab-item.active + .quarters-tab-item:nth-child(even),
  .quarters-tab-item:nth-child(odd) + .quarters-tab-item.active {
    border-bottom: none;
  }
}

@media (min-width: 767px) {
  .quarters-tab-item:nth-child(odd) .quarters-tab-trigger {
    border-right: 1px solid #dedede;
  }
}

a.quarters-tab-trigger {
  padding: 1rem 1rem 1rem 4em;
  position: relative;
  display: block;
}

a.quarters-tab-trigger:hover {
  text-decoration: none;
}

a.quarters-tab-trigger p {
  color: white;
}

.active a.quarters-tab-trigger:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fbfbfb;
}

@media (min-width: 767px) {
  .active a.quarters-tab-trigger:after {
    left: 2.5rem;
  }
}

.quarters-tab-item-tab-content {
  background-color: #fbfbfb;
  padding: 1rem;
  display: none;
}

.active .quarters-tab-item-tab-content {
  display: block;
}

@media (min-width: 767px) {
  .quarters-tab-item-tab-content {
    padding: 2.5rem;
    width: 200%;
  }
}

@media (min-width: 767px) {
  .quarters-tab-item:nth-child(even) .quarters-tab-item-tab-content {
    margin-left: -100%;
  }
}

p.quarters-tab-item-heading {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: 1;
  font-size: 1.5em;
  margin-top: 0.25em;
}

p.quarters-tab-item-heading:before {
  font-family: 'icomoon';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: "";
}

@media (min-width: 767px) {
  p.quarters-tab-item-heading {
    font-size: 2em;
  }

  p.quarters-tab-item-heading:before {
    font-size: 0.8em;
  }
}

p.quarters-tab-item-heading:before {
  position: absolute;
  left: -2em;
  top: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #dedede;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 767px) {
  p.quarters-tab-item-heading:before {
    margin: 0.15em 0.25em;
  }
}

.active p.quarters-tab-item-heading:before {
  content: "\e601";
}

h2.quarters-tab-pane-title {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

@media (min-width: 767px) {
  h2.quarters-tab-pane-title {
    font-size: 2.1rem;
  }
}

@media (min-width: 1025px) {
  .quarters-tab-pane-columns {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}

.quarters-tab-pane-col {
  margin-bottom: 2em;
}

@media (min-width: 1025px) {
  .quarters-tab-pane-col {
    display: table-cell;
    padding-right: 3em;
    margin: 0;
  }
}

.quarters-tab-lists {
  margin-top: 2em;
}

.rates-table-module {
  background-color: #f9f9f9;
  padding: 1rem 1rem 2.5rem;
}

@media (min-width: 1025px) {
  .rates-table-module {
    padding: 2.5rem;
  }
}

.rate-table-row {
  padding-bottom: 2.5rem;
}

@media (min-width: 767px) {
  .rate-table-row {
    border-bottom: 1px solid #dedede;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0.5em 0;
  }

  .rate-table-row > * {
    display: table-cell;
  }

  .rate-table-row:first-of-type > * {
    vertical-align: bottom;
  }
}

.rate-table-row > * {
  font-size: 1.1em;
  padding: 0 0.5em;
}

.rate-table-row > p:first-child {
  padding-left: 0;
}

@media (min-width: 1025px) {
  .rate-table-row > p:nth-child(2) {
    padding: 0 2.5rem;
  }
}

.rate-table-row > p:last-child {
  padding-right: 0;
}

.rate-table-row .rate-table-row-copy {
  font-size: 0;
  border-bottom: 1px solid #dedede;
}

.rate-table-row .rate-table-row-copy:first-of-type {
  border-top: 1px solid #dedede;
}

.rate-table-row .rate-table-row-copy > * {
  font-size: 1rem;
}

@media (min-width: 767px) {
  .rate-table-row .rate-table-row-copy {
    border: 0;
    font-size: inherit;
  }

  .rate-table-row .rate-table-row-copy:first-of-type {
    border: 0;
  }
}

p.rate-table-description {
  margin-bottom: 1em;
}

h2.rate-table-heading {
  font-size: 1.8em;
  color: #50b948;
  margin: 0 0 1em 0;
}

.rate-table-mobile-heading {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  padding: 0.5em 0;
}

@media (min-width: 767px) {
  .rate-table-mobile-heading {
    display: none;
  }
}

.rate-table-mobile-copy {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 0.5em 0 0.5em 0.5em;
  text-align: right;
}

@media (min-width: 767px) {
  .rate-table-mobile-copy {
    width: 100%;
    text-align: inherit;
    padding: 0;
  }
}

.rate-table-headings {
  display: none;
}

@media (min-width: 767px) {
  .rate-table-headings {
    display: table;
  }
}

.resources-list-container {
  background-color: #f6f6f6;
  padding: 1rem 1rem 0;
}

@media (min-width: 767px) {
  .resources-list-container {
    padding: 2.5rem 2.5rem 0;
  }
}

.resources-list-container .video-thumbnail-modal-link {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: relative;
}

.resources-list-container .video-thumbnail-modal-link:before {
  font-family: 'icomoon';
  font-size: 2.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

.resources-list-container .video-thumbnail-modal-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
  text-align: center;
  color: white;
}

.resources-list-container .video-thumbnail-modal-link:hover {
  text-decoration: none;
}

.resources-list-container .video-thumbnail-image {
  width: 100%;
}

.resources-list-heading-container {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1rem;
}

.resources-list-heading-container h3 {
  color: #222;
}

@media (min-width: 767px) {
  .resources-list-heading-container {
    padding-bottom: 2.5rem;
    display: table;
    width: 100%;
  }

  .resources-list-heading-container > * {
    display: table-cell;
    vertical-align: top;
  }

  .resources-list-heading-container > *:first-child {
    width: 40%;
    padding-right: 2rem;
  }

  .resources-list-heading-container > *:last-child {
    width: 60%;
  }
}

a.resources-list-item-link {
  color: #50b948;
  display: block;
}

a.resources-list-item-link:hover {
  text-decoration: none;
}

.resources-list-items {
  padding: 1rem 0;
}

.resources-list-items + .resources-list-items {
  border-top: 1px solid #dedede;
}

.resources-list-items > *:last-child > *:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .resources-list-items {
    padding: 2.5rem 0;
    display: table;
    width: 100%;
  }

  .resources-list-items > * {
    display: table-cell;
    vertical-align: top;
  }

  .resources-list-items > *:first-child {
    width: 30%;
    padding-right: 2em;
  }

  .resources-list-items > *:last-child {
    width: 70%;
  }
}

h3.resources-list-item-heading {
  color: #50b948;
}

@media (min-width: 767px) {
  .resources-list-columns {
    display: table;
    width: 100%;
  }

  .resources-list-columns > * {
    display: table-cell;
    vertical-align: top;
  }

  .resources-list-columns > *:first-child {
    width: 70%;
    padding-right: 1rem;
  }

  .resources-list-columns > *:last-child {
    width: 30%;
  }
}

.resources-list-video {
  margin-top: 1rem;
}

@media (min-width: 767px) {
  .resources-list-video {
    margin-top: 0;
  }
}

.resources-list-category {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.2rem;
}

.resources-list-category:last-child {
  margin: 0;
}

@-webkit-keyframes fadein {
  from {
    visibility: hidden;
    opacity: 0;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadein {
  from {
    visibility: hidden;
    opacity: 0;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

.scroll-assistance {
  display: none;
}

@media (min-width: 1025px) and (max-height: 960px) {
  .scroll-assistance {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 1500px;
    padding-right: 2.5rem;
    left: 0;
    right: 0;
    bottom: 6rem;
    color: white;
    margin: auto;
    text-align: right;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .scroll-assistance:before {
    font-family: 'icomoon';
    font-size: 1.1rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    content: "";
  }

  .scroll-assistance:before {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #50b948;
    text-align: center;
  }

  .scroll-assistance.visible-scroll {
    -webkit-animation: fadein 0.5s 1s;
    animation: fadein 0.5s 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .scroll-assistance.hide-scroll {
    -webkit-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

.previous-nav {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.previous-nav:before {
  font-family: 'icomoon';
  font-size: 12px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 12px;
  content: "";
}

.next-nav {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.next-nav:before {
  font-family: 'icomoon';
  font-size: 12px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 12px;
  content: "";
}

.pagination-navigation > * {
  display: inline-block;
  vertical-align: middle;
}

a.pagination-pagers {
  color: #B1B0B0;
  margin-right: 0.2rem;
}

a.pagination-pagers:before {
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  padding: 0.4rem;
}

a.pagination-pagers:hover {
  text-decoration: none;
  color: #222;
}

a.pagination-pagers.inactive {
  cursor: default;
}

a.pager-number {
  color: #B1B0B0;
  margin-left: 0.5rem;
  font-size: 1.8rem;
}

a.pager-number:hover {
  text-decoration: none;
  color: #222;
}

a.pager-number.selected {
  color: #222;
}

@media (min-width: 767px) {
  .sidebar-branch-search-form {
    font-size: 0;
  }

  .sidebar-branch-search-form > * {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .sidebar-branch-search-form {
    font-size: inherit;
  }
}

.search-radius-options {
  width: 100%;
}

.sidebar-branch-search-wrapper {
  position: relative;
  margin-bottom: 1em;
}

input[type=text].sidebar-branch-search-input {
  width: 100%;
  padding-right: 3em;
}

.sidebar-branch-search-label {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
  color: #666;
  cursor: pointer;
}

.sidebar-branch-search-label:before {
  font-family: 'icomoon';
  font-size: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

@media (min-width: 767px) {
  .sidebar-branch-search-label {
    right: 2em;
  }
}

@media (min-width: 1025px) {
  .sidebar-branch-search-label {
    right: 1em;
  }
}

.sidebar-branch-search-input:focus ~ .sidebar-branch-search-label {
  color: #50b948;
}

.sidebar-branch-search-lookup {
  min-width: 100%;
  padding: 0.875em;
}

@media (min-width: 767px) {
  .sidebar-branch-search-lookup {
    position: absolute;
    right: 0;
    width: 6rem;
    min-width: inherit;
  }
}

@media (min-width: 1025px) {
  .sidebar-branch-search-lookup {
    position: static;
    width: auto;
    min-width: auto;
  }
}

.sidebar-branch-locator {
  margin: 0 0 3em 0;
}

@media (min-width: 767px) {
  .sidebar-branch-search-container {
    font-size: 0;
    width: 100%;
    padding-right: 6rem;
    position: relative;
  }

  .sidebar-branch-search-container .sidebar-branch-search-wrapper {
    padding-right: 1em;
    width: 50%;
    font-size: 1rem;
    display: inline-block;
  }

  .sidebar-branch-search-container .sidebar-branch-radius-wrapper {
    padding-right: 1em;
    width: 50%;
    font-size: 1rem;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .sidebar-branch-search-container {
    font-size: inherit;
    padding-right: 0;
  }

  .sidebar-branch-search-container .sidebar-branch-search-wrapper {
    padding-right: 0;
    width: 100%;
  }

  .sidebar-branch-search-container .sidebar-branch-radius-wrapper {
    padding-right: 0;
    width: 100%;
  }
}

h5.sidebar-branch-locator-title {
  color: #222;
  margin: 0 0 1rem;
}

@media (min-width: 1025px) {
  h5.sidebar-branch-locator-title {
    font-size: 1.2em;
    font-family: 'Helvetica Neue Roman.', helvetica, sans-serif;
    font-weight: 400;
  }
}

p.search-results-number {
  font-size: 1.8rem;
}

p.search-results-number .search-results-term {
  color: #B1B0B0;
}

p.search-results-number .no-search-results {
  color: #ff3300;
}

.search-results-item {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.search-results-item + .search-results-item {
  border-top: 1px solid #dedede;
}

.search-results-item > * {
  margin-bottom: 1rem;
}

a.search-results-item-title-link {
  display: block;
  color: #50b948;
}

h3.search-results-item-title {
  font-size: 1.8rem;
  color: #50b948;
  margin-bottom: 1rem;
}

h3.search-results-item-title b {
  font-size: inherit;
}

.search-results-item-copy {
  position: relative;
  padding-top: 0.4rem;
}

a.search-results-item-link {
  display: block;
  font-size: 1rem;
  color: #50b948;
  position: relative;
  word-break: break-word;
}

a.search-results-item-link.pdf-search {
  padding-left: 1.5rem;
}

a.search-results-item-link.pdf-search:before {
  content: url("/images/adobe-icon.png");
  position: absolute;
  left: 0;
  top: 0;
}

.no-search-results p {
  margin-bottom: 3rem;
}

.search-section-dropdowns {
  font-size: 0 !important;
}

@media (min-width: 1025px) {
  .search-section-dropdowns {
    max-width: 650px;
  }
}

.search-section-dropdown {
  width: 100%;
}

@media (min-width: 767px) {
  .search-section-dropdown {
    width: 50%;
  }

  .search-section-dropdown:first-child {
    padding-right: 0.5em;
  }

  .search-section-dropdown:last-child {
    padding-left: 0.5em;
  }
}

.search-dropdowns,
.search-section-options,
.search-content-options {
  width: 100%;
}

.split-primary-showcase p {
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  .split-primary-showcase p {
    margin-bottom: 2rem;
  }
}

.split-primary-showcase ul {
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  .split-primary-showcase ul {
    margin-bottom: 2rem;
  }
}

h3.split-primary-showcase-heading {
  color: #222;
}

.split-primary-showcase-image {
  background-color: #f6f6f6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

@media (min-width: 767px) {
  .split-primary-showcase-image {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.split-pirmary-showcase-img {
  max-width: 100%;
}

.split-primary-showcase-copy {
  margin-top: 2rem;
}

@media (min-width: 767px) {
  .split-primary-showcase-column {
    width: 50%;
    vertical-align: top;
  }

  .split-primary-showcase-column:first-child {
    padding-right: 1rem;
  }

  .split-primary-showcase-column:last-child {
    padding-left: 1rem;
  }
}

.split-primary-showcase-item {
  font-size: 1.2em;
  line-height: 1.4;
}

a.split-primary-showcase-cta {
  font-size: 1.1em;
}

.main-sidebar-navigation {
  margin: 0 0 3em;
}

.main-sidebar-navigation.search-sidebar-navigation {
  margin: 0;
}

@media (max-width: 1024px) {
  .main-sidebar-navigation {
    display: none;
  }
}

.main-sidebar-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-sidebar-navigation .main-sidebar-navigation-options {
  font-size: 1.2em;
  margin: 1em 0;
  padding: 0;
}

.main-sidebar-navigation .main-sidebar-navigation-options a:hover {
  text-decoration: underline !important;
}

.main-sidebar-navigation .main-sidebar-navigation-options .main-sidebar-navigation-option {
  border-top: 1px solid #dedede;
  overflow: hidden;
  line-height: 1.5;
  padding: 0.5em 0;
}

.main-sidebar-navigation .main-sidebar-navigation-options .main-sidebar-navigation-option:last-child {
  border-bottom: 1px solid #dedede;
}

.main-sidebar-navigation .main-sidebar-navigation-options .main-sidebar-navigation-option.selected > a {
  color: #50b948;
}

.main-sidebar-navigation .main-sidebar-navigation-options .main-sidebar-navigation-sub-options {
  margin-top: 0.5em;
}

.main-sidebar-navigation .main-sidebar-navigation-options .main-sidebar-navigation-sub-options .main-sidebar-navigation-sub-option {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 1px solid #dedede;
  padding: 0.5em 0 0.5em 0.5em;
}

.main-sidebar-navigation .main-sidebar-navigation-options .main-sidebar-navigation-sub-options .main-sidebar-navigation-sub-option:before {
  font-family: 'icomoon';
  font-size: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

.main-sidebar-navigation .main-sidebar-navigation-options .main-sidebar-navigation-sub-options .main-sidebar-navigation-sub-option:last-child {
  padding-bottom: 0;
}

.main-sidebar-navigation .main-sidebar-navigation-options .main-sidebar-navigation-sub-options .main-sidebar-navigation-sub-option:before {
  font-size: 0.65em;
  vertical-align: middle;
  color: #999;
}

.main-sidebar-navigation .main-sidebar-navigation-options .main-sidebar-navigation-sub-options .main-sidebar-navigation-sub-option.selected {
  color: #50b948;
}

.main-sidebar-navigation .main-sidebar-page-title {
  margin: 0 0 2rem;
  color: black;
  font-size: 2.375em;
}

.stock-footer {
  opacity: 0;
  border-top: 1px solid #dedede;
  background-color: #f4f5f6;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

@media (max-width: 1024px) {
  .stock-footer {
    min-width: inherit;
    background-color: #f9f9f9;
    position: relative;
  }
}

.vendor .stock-footer {
  border-top: 0;
}

.stock-footer.open {
  height: 90px;
}

.finra-text,
.stock-footer-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.finra-text > *,
.stock-footer-container > * {
  font-size: 0.9rem;
}

@media (min-width: 1025px) {
  .finra-text,
  .stock-footer-container {
    -webkit-transition: height 0.15s linear;
    transition: height 0.15s linear;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .stock-footer-close .finra-text,
  .stock-footer-close
      .stock-footer-container {
    height: 45px;
    line-height: 45px;
    padding-left: 8rem;
  }

  .stock-footer-open .finra-text,
  .stock-footer-open
      .stock-footer-container {
    height: 85px;
    line-height: 85px;
    padding-left: 6rem;
  }
}

@media (min-width: 1025px) {
  .footer-close .finra-text,
  .footer-close
    .stock-footer-container {
    opacity: 0;
  }
}

@media (min-width: 1025px) {
  .footer-open .finra-text,
  .footer-open
    .stock-footer-container {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
  }
}

ul.stock-footer-stocks {
  font-size: 0;
}

ul.stock-footer-stocks > * {
  font-size: 0.9rem;
}

@media (min-width: 1025px) {
  ul.stock-footer-stocks {
    padding-left: 6.5rem;
  }

  .stock-footer-close ul.stock-footer-stocks {
    padding-left: 0;
  }
}

ul.stock-footer-stocks .stock-footer-stocks-item {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
  ul.stock-footer-stocks .stock-footer-stocks-item {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-bottom: 0;
  }
}

.stock-footer-close ul.stock-footer-stocks .stock-footer-stocks-item {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .stock-footer-close ul.stock-footer-stocks .stock-footer-stocks-item {
    width: auto;
    margin-bottom: 0;
    margin-right: 3%;
  }
}

ul.stock-footer-stocks .stock-name {
  padding-right: 0.3em;
}

.stock-change {
  display: block;
  margin-top: 0.3rem;
}

@media (min-width: 767px) {
  .stock-change {
    display: block;
    margin-top: 0.4rem;
  }
}

.stock-footer-close .stock-change {
  display: inline-block;
  margin-top: 0;
}

.market-decrease .stock-change:before,
.market-increase .stock-change:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: inline-block;
  margin-left: .25em;
  margin-bottom: .2em;
}

.stock-footer-close .market-decrease .stock-change:before,
.stock-footer-close
.market-increase .stock-change:before {
  content: '';
  width: 0;
  height: 0;
  border: 0;
  display: none;
  margin-top: 0;
}

@media (min-width: 767px) {
  .market-decrease .stock-standing,
  .market-increase .stock-standing {
    color: #222;
  }

  .market-decrease .stock-standing:before,
  .market-increase .stock-standing:before {
    content: '';
    width: 0;
    height: 0;
    border: 0;
    display: none;
  }
}

.stock-footer-close .market-decrease .stock-standing:before,
.stock-footer-close
.market-increase .stock-standing:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: inline-block;
  margin-left: .3rem;
  margin-bottom: .2rem;
  margin-right: 0.3rem;
}

.market-decrease.market-decrease .stock-change,
.market-increase.market-decrease .stock-change {
  color: #f63c39;
}

.market-decrease.market-decrease .stock-change:before,
.market-increase.market-decrease .stock-change:before {
  border-top: 6px solid #f63c39;
}

.market-decrease.market-decrease .stock-standing:before,
.market-increase.market-decrease .stock-standing:before {
  border-top: 6px solid #f63c39;
}

.stock-footer-close .market-decrease.market-decrease .stock-standing,
.stock-footer-close
.market-increase.market-decrease .stock-standing {
  color: #f63c39;
}

.stock-footer-close .market-decrease.market-decrease .stock-standing:before,
.stock-footer-close
  .market-increase.market-decrease .stock-standing:before {
  border-top: 6px solid #f63c39;
}

.market-decrease.market-increase .stock-change,
.market-increase.market-increase .stock-change {
  color: #50b948;
}

.market-decrease.market-increase .stock-change:before,
.market-increase.market-increase .stock-change:before {
  border-bottom: 6px solid #50b948;
}

.market-decrease.market-increase .stock-standing:before,
.market-increase.market-increase .stock-standing:before {
  border-bottom: 6px solid #50b948;
}

.stock-footer-close .market-decrease.market-increase .stock-standing,
.stock-footer-close
.market-increase.market-increase .stock-standing {
  color: #50b948;
}

.stock-footer-close .market-decrease.market-increase .stock-standing:before,
.stock-footer-close
  .market-increase.market-increase .stock-standing:before {
  border-bottom: 6px solid #50b948;
}

.stock-footer-cta-container {
  margin-top: 1.5rem;
}

.stock-footer-close .stock-footer-cta-container {
  display: none;
}

@media (min-width: 1025px) {
  .stock-footer-cta-container {
    margin-top: 0;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: right;
    direction: ltr;
  }

  .stock-footer-close .stock-footer-cta-container {
    display: inline-block;
    width: 17%;
  }
}

p.stock-footer-offer {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.stock-footer-close p.stock-footer-offer {
  display: none;
}

@media (min-width: 1025px) {
  p.stock-footer-offer {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    padding-right: 4%;
    max-width: 240px;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: left;
  }
}

a.stock-footer-offer-link {
  color: #50b948;
  font-size: inherit;
  white-space: nowrap;
}

a.stock-footer-offer-link:hover {
  color: #B1B0B0;
}

.stock-footer-close .stock-footer-cta-wrapper {
  display: none;
}

@media (min-width: 1025px) {
  .stock-footer-cta-wrapper {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .stock-footer-close .stock-footer-cta-wrapper {
    display: inline-block;
  }
}

a.stock-footer-cta {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  max-width: 195px;
  font-size: 1.1rem;
  min-width: inherit;
}

.stock-footer-close a.stock-footer-cta {
  background-color: transparent;
  border: none;
  color: #50b948;
  padding: 0.5rem 0;
  font-size: 1rem;
}

.stock-footer-close a.stock-footer-cta:hover {
  background-color: transparent;
  border: none;
}

.stock-footer-stock-time-container {
  padding-top: 2em;
}

@media (min-width: 1025px) {
  .stock-footer-stock-time-container {
    padding-top: 0;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    position: relative;
  }

  .stock-footer-close .stock-footer-stock-time-container {
    width: 83%;
  }
}

.stock-footer-date-time {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #B1B0B0;
  display: inline-block;
}

.stock-footer-close .stock-footer-date-time {
  display: none;
}

@media (min-width: 1025px) {
  .stock-footer-date-time {
    margin-bottom: 0;
    position: absolute;
    line-height: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.stock-footer-date {
  padding-right: 0.3em;
}

@media (min-width: 1025px) {
  .stock-footer-date {
    display: block;
  }
}

.stock-footer-collaspe {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d1d2d3;
  text-align: center;
  margin-top: 1.5rem;
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 50%;
  padding: 0.5rem;
}

.stock-footer-collaspe:before {
  font-family: 'icomoon';
  font-size: 15px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 15px;
  content: "";
}

.stock-footer-collaspe:hover {
  background-color: #50b948;
  border: 1px solid #50b948;
  color: white;
}

.stock-footer-close .stock-footer-collaspe {
  display: none;
}

@media (min-width: 1025px) {
  .stock-footer-collaspe {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 2.5rem;
    width: 33px;
    height: 33px;
    line-height: 1;
  }
}

.stock-footer-expand {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}

.stock-footer-open .stock-footer-expand {
  display: none;
}

.stock-footer-close .stock-footer-expand {
  display: inline-block;
  font-size: 1rem;
  border-radius: 30px;
  border: 1px solid #dedede;
  padding: 1rem 2rem;
  margin-top: 1.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stock-footer-close .stock-footer-expand:before {
  font-family: 'icomoon';
  font-size: 15px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 15px;
  content: "";
}

.stock-footer-close .stock-footer-expand:before {
  padding-right: 0.8rem;
  color: #B3B3B3;
}

.stock-footer-close .stock-footer-expand:hover {
  color: white;
  background-color: #50b948;
  border: 1px solid #50b948;
}

.stock-footer-close .stock-footer-expand:hover:before {
  color: white;
}

@media (min-width: 1025px) {
  .stock-footer-close .stock-footer-expand {
    font-family: "Helvetica Neue Roman.", helvetica, sans-serif;
    font-weight: 400;
    position: absolute;
    left: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    border: 0;
    padding: 0;
    margin-top: 0;
    line-height: 1;
  }

  .stock-footer-close .stock-footer-expand:before {
    content: '';
    font-size: 0;
    line-height: 0;
    border: 0;
  }

  .stock-footer-close .stock-footer-expand:hover {
    color: #50b948;
    background-color: transparent;
    border: 0;
  }
}

.finra-text-container {
  background: white;
}

p.finra-text {
  padding-bottom: 0;
  font-size: 1rem;
  color: #222;
  text-align: center;
  margin-bottom: 0.8em;
}

@media (min-width: 767px) {
  p.finra-text {
    text-align: right;
  }
}

.stock-results {
  background-color: #f6f6f6;
  padding: 1rem;
}

@media (min-width: 1025px) {
  .stock-results {
    padding: 2.5rem;
  }
}

.stock-result {
  position: relative;
}

a.current-stock-link {
  display: block;
}

a.current-stock-link:hover {
  text-decoration: none;
}

h2.stock-result-title {
  color: #50b948;
  margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
  h2.stock-result-title {
    margin-bottom: 0.3em;
  }
}

@media (min-width: 767px) {
  h2.stock-result-title {
    font-size: 2.8em;
  }
}

.stock-result-numbers {
  font-size: 1.2em;
}

@media (min-width: 767px) {
  .stock-result-numbers {
    font-size: 0;
  }

  .stock-result-numbers > * {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 1rem;
  }
}

@media (min-width: 767px) {
  .current-stock-price {
    font-size: 1.8em;
  }
}

.current-stock-past-numbers > * {
  display: inline-block;
}

@media (min-width: 767px) {
  .current-stock-past-numbers {
    font-size: 1.4em;
  }

  .current-stock-past-numbers > * {
    display: block;
    text-align: right;
    margin-bottom: 0.3em;
  }

  .current-stock-past-numbers > *:last-child {
    margin-bottom: 0;
  }
}

.current-stock-high span {
  color: #50b948;
}

.current-stock-low span {
  color: #f63c39;
}

.current-stock-volume span {
  color: #B1B0B0;
}

.curent-stock-time {
  display: block;
  margin-top: 1.5rem;
  color: #B1B0B0;
}

@media (min-width: 767px) {
  .curent-stock-time {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 767px) {
  .curent-stock-prices {
    font-size: 1.4rem;
  }
}

.decrease-change .current-stock-change {
  color: #f63c39;
}

.increase-change .current-stock-change {
  color: #50b948;
}

/* ------

	Stock summary css

	-------- */

.accordion-table-col-item {
  text-align: justify;
  font-size: 0;
  line-height: 1;
  padding: 0.3rem 0;
  border-top: 1px solid #dedede;
}

.accordion-table-col-item:last-child {
  border-bottom: 1px solid #dedede;
}

.accordion-table-col-item:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.accordion-table-col-item * > {
  display: inline-block;
}

.accordion-table-col-item span {
  display: inline-block;
  font-size: 0.95rem;
}

@media (min-width: 767px) {
  .accordion-table-col-item span {
    font-size: 1.2rem;
  }
}

a.chart-link {
  display: inline-block;
  margin-right: 1em;
  text-decoration: underline;
  font-size: 1.2rem;
}

a.chart-link:last-child {
  margin-right: 0;
}

a.chart-link:hover {
  color: #50b948;
  text-decoration: none;
}

.summary-chart {
  padding-top: 1em;
}

@media (min-width: 767px) {
  .summary-chart {
    padding-top: 2em;
  }
}

a.chart-comparision-link {
  display: inline-block;
  border-radius: 20px;
  padding: 0.5em 1em;
  border: 1px solid;
  font-size: 1.2rem;
}

a.chart-comparision-link:hover {
  text-decoration: none;
}

.summary-chart-comparisions {
  padding-top: 1em;
}

@media (min-width: 767px) {
  .summary-chart-comparisions {
    padding-top: 2em;
  }
}

.accordion-header-wrapper {
  position: relative;
}

.heading-description {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.stock-summary-tables th,
.stock-summary-tables td {
  border: none;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.stock-summary-tables th:first-child,
.stock-summary-tables td:first-child {
  padding-left: 0;
}

.stock-summary-tables th:last-child,
.stock-summary-tables td:last-child {
  padding-right: 0;
}

.stock-summary-tables tbody tr {
  border-top: 1px solid #dedede;
}

.stock-summary-tables tbody tr:last-child {
  border-bottom: 1px solid #dedede;
}

.stock-summary-tables tbody tr:nth-child(even) {
  background-color: white;
}

.stock-summary-tables .align-right {
  text-align: right;
}

.story-preview-container {
  position: relative;
}

@media (max-width: 766px) {
  .story-preview-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.story-preview-container > *:first-child {
  width: 66.666666666%;
}

.story-preview-container > *:last-child {
  width: 33.333333333%;
}

@media (max-width: 766px) {
  .story-preview-container > * {
    display: block;
    width: 100% !important;
    margin: 0 0 2.5rem;
  }
}

.story-preview-two-thirds {
  background: #f6f6f6;
  padding: 1em;
}

@media (min-width: 767px) {
  .story-preview-two-thirds {
    padding: 1.625em;
  }
}

@media (min-width: 1025px) {
  .story-preview-two-thirds {
    padding: 2.75em;
  }
}

.story-preview-one-third {
  background: #50b948;
}

.story-preview-one-third-img-container {
  font-size: 0;
  margin-bottom: -1px;
}

.story-preview-one-third-img-container img {
  width: 100%;
}

.story-preview-one-third-preview {
  height: 100%;
  padding: 1em;
  color: white;
}

@media (min-width: 767px) {
  .story-preview-one-third-preview {
    padding: 1.625em;
  }
}

.story-preview-one-third-preview * {
  color: inherit;
}

.story-preview-one-third-preview .story-preview-cta {
  color: white;
  border-color: white;
}

.story-preview-one-third-preview .story-preview-cta:hover {
  background-color: white;
  color: #50b948;
}

a.story-preview-cta {
  margin-top: 2em;
}

.story-preview-list-item {
  font-size: 1.2em;
}

p.preview-copy,
p.story-preview-two-thirds-copy {
  margin-bottom: 0;
}

.has-image p.preview-copy .read-more {
  padding-left: 0.3rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.has-image p.preview-copy .read-more:after {
  font-family: 'icomoon';
  font-size: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

.has-image p.preview-copy .read-more:after {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  font-size: 0.8em;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  padding: 0.3em;
}

.has-image p.preview-copy .read-more:hover:after {
  color: #50b948;
  background-color: white;
}

p.preview-heading {
  position: relative;
  font-size: 2rem;
  line-height: 1.1875;
  margin-bottom: 0.25em;
}

.latest-news {
  display: block;
  margin-bottom: 1em;
}

.single-story {
  background-color: #50b948;
  display: table;
  width: 100%;
}

@media (min-width: 767px) {
  .single-story > * {
    display: table-cell;
  }
}

.single-story-image-holder {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (min-width: 767px) {
  .single-story-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-bottom: 0;
  }
}

@media (min-width: 767px) {
  .single-story-image-container {
    position: relative;
    width: 40%;
  }
}

.single-story-copy-container {
  padding: 1rem;
  color: white;
}

.single-story-copy-container > * {
  color: inherit;
}

.single-story-copy-container .single-story-cta {
  font-size: 1.2em;
  margin-top: 1em;
}

@media (min-width: 767px) {
  .single-story-copy-container {
    padding: 2.5rem;
    width: 60%;
  }
}

.single-story-small-heading {
  position: absolute;
  color: white;
  top: 1rem;
  left: 1rem;
  font-size: 1.2em;
}

@media (min-width: 767px) {
  .single-story-small-heading {
    top: 2.5rem;
    left: 2.5rem;
  }
}

.tab-module-title {
  color: #50b948;
}

@media (min-width: 767px) {
  .tab-module-pane-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 2em;
  }
}

@media (min-width: 1025px) {
  .tab-module-pane-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2em;
  }
}

@media (min-width: 767px) {
  .tab-module-contact-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
}

.transfer-example-callout {
  background-color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}

.transfer-example-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.transfer-example-wrapper {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin-top: 1.5rem;
}

.transfer-example-wrapper:last-of-type {
  border-bottom: 0;
}

@media (min-width: 767px) {
  .transfer-example-wrapper {
    padding-bottom: 2em;
    margin-top: 2rem;
  }
}

.transfer-example-column {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 767px) {
  .transfer-example-column {
    display: table-cell;
  }
}

p.transfer-example-title {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  p.transfer-example-title {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  p.transfer-example-title {
    width: 50%;
  }
}

.transfer-example-copy {
  width: 100%;
}

@media (min-width: 767px) {
  .transfer-example-copy {
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .transfer-example-copy {
    width: 50%;
  }
}

.tab-module-container {
  background-color: #EFEFEF;
}

@media (min-width: 767px) {
  .tab-module-pane {
    display: none;
  }

  .tab-module-pane.active {
    display: block;
    background-color: #f9f9f9;
  }
}

.tab-module-wrapper + .tab-module-wrapper {
  padding-top: 1.5rem;
  border-top: 1px solid #dedede;
  margin-top: 1.5rem;
}

.tab-module-wrapper:first-of-type .tab-module-heading {
  display: none;
}

.tab-module-wrapper:first-of-type .tab-module-heading.show-on-mobile {
  display: block;
}

.tab-module-wrapper.hide-border {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

.tab-module-wrapper.hide-border > :first-child {
  padding-top: 1.5rem;
}

@media (min-width: 767px) {
  .tab-module-wrapper.hide-border .tab-module-copy-container {
    border-top: 1px solid #dedede;
  }

  .tab-module-wrapper.hide-border.hide-inner-border .tab-module-copy-container {
    border-top: 0;
  }

  .tab-module-wrapper.hide-border > :first-child {
    padding-top: 2rem;
  }

  .tab-module-wrapper.hide-border > * {
    padding-top: 2rem;
  }
}

@media (min-width: 767px) {
  .tab-module-wrapper + .tab-module-wrapper {
    padding-top: 2rem;
    margin-top: 2rem;
  }

  .tab-module-wrapper:first-of-type .tab-module-heading {
    display: block;
  }
}

.tab-module-tabs-container {
  display: none;
}

@media (min-width: 767px) {
  .tab-module-tabs-container {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}

.tab-module-tabs {
  display: table-row;
  cursor: pointer;
}

.tab-module-tab {
  display: table-cell;
  text-align: center;
  padding: 1rem;
  border-left: 1px solid #dedede;
  vertical-align: middle;
  font-size: 1.2em;
}

.tab-module-tab:first-child {
  border-left: 0;
}

.tab-module-tab.active {
  color: #50b948;
  background-color: #f9f9f9;
  border-left: 0;
}

.tab-module-tab.active + .tab-module-tab {
  border-left: 0;
}

.tab-module-tab:hover {
  color: #50b948;
}

.tab-module-pane:first-of-type p.tab-module-heading {
  border-top: 0;
}

p.tab-module-heading {
  margin: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 4rem;
  padding-right: 2.5rem;
  border-top: 1px solid #dedede;
  cursor: pointer;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p.tab-module-heading:before {
  font-family: 'icomoon';
  font-size: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;
  content: "";
}

p.tab-module-heading:before {
  color: #d1d2d3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
  border-radius: 50%;
  text-align: center;
}

p.tab-module-heading.active {
  display: block;
  color: #50b948;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dedede;
}

p.tab-module-heading.active:before {
  content: "\e601";
}

@media (min-width: 767px) {
  p.tab-module-heading {
    display: none;
  }

  p.tab-module-heading.active {
    display: none;
  }
}

h3.tab-heading {
  margin: 0;
}

.latest h3.tab-module-heading {
  font-size: 1.2em;
  line-height: 1.2;
  color: #222;
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .latest h3.tab-module-heading {
    font-family: "Helvetica Neue TH.", helvetica, sans-serif;
    font-size: 1.8em;
    color: #222;
  }
}

@media (min-width: 767px) {
  .tab-module-heading-container {
    width: 30%;
    vertical-align: top;
    padding-right: 1rem;
  }
}

@media (min-width: 1025px) {
  .tab-module-heading-container {
    width: 35%;
  }
}

.tab-module-copy-container {
  width: 100%;
}

.tab-module-copy-container > *:first-child {
  margin-top: 0 !important;
}

.tab-module-copy-container > *:last-child {
  margin-bottom: 0 !important;
}

.tab-module-copy-container p {
  margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
  .tab-module-copy-container p {
    margin-bottom: 2rem;
  }
}

@media (min-width: 767px) {
  .tab-module-copy-container {
    width: 70%;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 1025px) {
  .tab-module-copy-container {
    width: 65%;
  }
}

a.tab-module-links {
  font-size: inherit;
  color: #50b948;
}

a.tab-module-links:hover {
  text-decoration: underline;
}

a.tab-module-link {
  font-size: 1.2em;
  color: #50b948;
  display: block;
  margin-bottom: 1.5rem;
}

a.tab-module-link:last-child {
  margin-bottom: 0;
}

a.tab-module-link:hover {
  text-decoration: underline;
}

@media (min-width: 767px) {
  a.tab-module-link {
    margin-bottom: 2rem;
  }
}

a.tab-module-scroll-link {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.tab-module-list-item {
  font-size: 1.2rem;
  line-height: 1.4;
}

.tab-module-num-list-item {
  font-size: 1.2rem;
  line-height: 1.4;
}

.tab-module-contact-container p {
  margin-bottom: 1.5rem;
}

.tab-module-contact-container p.tab-module-heading {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .tab-module-contact-container p {
    margin-bottom: 2rem;
  }
}

.tab-module-image-container {
  text-align: center;
  margin-bottom: 9%;
  display: block;
}

.tab-module-image {
  max-width: 100%;
}

.tab-module-split-table .tab-module-split-table-item {
  border-bottom: 1px solid #dedede;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.tab-module-split-table .tab-module-split-table-item > * {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.tab-module-split-table .tab-module-split-table-item p:last-child {
  padding-left: 1rem;
  text-align: right;
  font-size: 1.1rem;
  margin-bottom: 0;
}

p.tab-module-split-table-item-title {
  margin-bottom: 0;
  color: #50b948;
  font-size: 1.1rem;
}

.tab-module-link-lists + p {
  margin-top: 1rem;
}

@media (min-width: 1025px) {
  .tab-module-link-lists {
    font-size: 0;
  }
}

a.tab-module-link-list {
  color: #50b948;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  display: block;
}

a.tab-module-link-list:hover {
  color: #222;
}

@media (min-width: 1025px) {
  a.tab-module-link-list {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}

p.tab-accordion-heading {
  margin: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 2.5rem;
  border-bottom: 1px solid #dedede;
  position: relative;
}

p.tab-accordion-heading.accordion-head {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

p.tab-accordion-heading.accordion-head:before {
  font-family: 'icomoon';
  font-size: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;
  content: "";
}

p.tab-accordion-heading.accordion-head:before {
  color: #d1d2d3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
  border-radius: 50%;
}

p.tab-accordion-heading.accordion-head.active {
  display: block;
  color: #50b948;
  background-color: #fbfbfb;
}

p.tab-accordion-heading.accordion-head.active:before {
  content: "\e601";
}

@media (min-width: 767px) {
  p.tab-accordion-heading {
    padding-right: 30%;
  }
}

.tab-accordion-sub-heading {
  display: block;
  font-weight: 600;
}

@media (min-width: 767px) {
  .tab-accordion-sub-heading {
    position: absolute;
    right: 0;
    display: inline-block;
  }
}

.tab-accordion-pane {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 1px solid #dedede;
}

@media (min-width: 767px) {
  .tab-accordion-pane {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.tab-accordion-pane-inner-wrapper {
  margin: 2em 0;
}

/*-----------------------------

	TABS GRAPH

-----------------------------*/

@media (min-width: 767px) {
  .tab-graph-module-wrapper {
    display: table;
    width: 100%;
  }

  .tab-graph-module-wrapper > * {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 767px) {
  .tab-graph-module-img-container {
    width: 70%;
    padding-right: 2.5rem;
    border-right: 1px solid #dedede;
  }
}

.tab-graph-module-key-container {
  margin-top: 1em;
}

.tab-graph-module-key-container > ul li {
  font-size: 1.2rem;
  line-height: 1;
}

@media (min-width: 767px) {
  .tab-graph-module-key-container {
    width: 30%;
    padding-left: 2.5rem;
    margin-top: 0;
  }

  .tab-graph-module-key-container > ul li {
    font-size: 0.9em;
  }
}

.tab-graph-module-key {
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 50%;
  color: #B1B0B0;
  padding: 1em 0 1em 3.5rem;
}

@media (min-width: 767px) {
  .tab-graph-module-key {
    margin-bottom: 1em;
  }
}

.tab-graph-module-img {
  max-width: 100%;
}

.tab-graph-module-notes {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #dedede;
}

@media (min-width: 767px) {
  .tab-graph-module-notes {
    padding-top: 0;
    border: 0;
  }
}

.tab-graph-module-note {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  color: #B1B0B0;
}

.tab-graph-module-note:before {
  content: "\2022";
  position: absolute;
  left: 0;
}

.table-plugins-tabs-container {
  display: none;
  font-size: 0;
  color: black;
  margin-bottom: 2rem;
}

@media (min-width: 767px) {
  .table-plugins-tabs-container {
    display: block;
  }
}

.table-plugins-tabs-container > span {
  display: none;
  line-height: 1;
  color: #50b948;
  width: 20%;
}

@media (min-width: 767px) {
  .table-plugins-tabs-container > span {
    display: inline-block;
  }
}

.table-plugins-tabs-container > * {
  vertical-align: top;
  font-size: 1.1875rem;
}

.table-plugins-tabs-container .table-plugins-tab {
  font-size: 1.1875rem;
  text-align: center;
  vertical-align: top;
}

.table-plugins-tabs-container .table-plugins-tab.active {
  color: #50b948;
}

.table-plugins-tab-inline-container {
  display: inline-block;
  width: 80%;
}

.table-plugins-tab-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table-plugins-tab-container > * {
  display: table-cell;
  vertical-align: middle;
}

.sidetabs-module {
  border: 2px solid #f9f9f9;
}

.sidetabs-module .sidetabs-module-table {
  margin: 0;
  display: inline-table;
  background: white;
}

.sidetabs-module .sidetabs-module-tablerow-header {
  padding: 0;
  padding-bottom: 1.2em;
  vertical-align: top;
}

@media (min-width: 767px) {
  .sidetabs-module .sidetabs-module-tablerow-header {
    vertical-align: top;
    font-size: 1.25rem;
    font-weight: bold;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}

.sidetabs-module .sidetabs-module-tablerow-header:nth-child(n+2) {
  text-align: right;
}

@media (min-width: 767px) {
  .sidetabs-module .sidetabs-module-tablerow-data {
    padding: 0.75rem;
    font-size: 1.125rem;
    width: auto;
  }
}

.sidetabs-module .sidetabs-module-tablerow-data:first-child::before {
  display: none;
}

.sidetabs-module .sidetabs-module-tablerow-data:nth-child(n+2) {
  text-align: right;
}

.sidetabs-module .tab-module-heading {
  background: #f9f9f9;
}

.sidetabs-module-container {
  position: relative;
}

@media (min-width: 767px) {
  .sidetabs-module-container {
    padding: 2rem 1.5rem;
    min-height: 460px;
  }
}

@media (min-width: 1500px) {
  .sidetabs-module-container {
    padding: 3.75rem 3.125rem;
  }
}

.sidetabs-module-table th.sidetabs-module-tablerow-header,
.sidetabs-module-table td {
  border: 0;
}

@media (min-width: 767px) {
  .sidetabs-module-sidebar,
  .sidetabs-module-tables-container {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}

.sidetabs-module-sidebar {
  display: none;
  background: #f9f9f9;
}

@media (min-width: 767px) {
  .sidetabs-module-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
    display: inline-block;
    padding-top: 2rem;
    padding-left: 1.5rem;
    z-index: 1;
  }
}

@media (min-width: 1500px) {
  .sidetabs-module-sidebar {
    padding-top: 3.75rem;
    padding-left: 3.125rem;
  }
}

@media (min-width: 767px) {
  .sidetabs-module-tables-container {
    width: 100%;
    padding-left: calc(20% + 1.5rem / 2);
    margin-right: -1px;
  }
}

@media (min-width: 1025px) {
  .sidetabs-module-tables-container {
    padding-left: calc(20% + 3.125rem / 2);
  }
}

.sidetabs-module-table-container.data-table-container {
  margin: 0;
  padding: 0;
  background: transparent;
}

.sidetabs-module-table-container .accordion-wrapper {
  padding: 0;
}

@media (max-width: 766px) {
  .sidetabs-module-table thead {
    display: none;
  }
}

.sidetab-module-tab {
  padding: 0;
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 0.833333em;
  border: none;
}

@media (min-width: 767px) {
  .sidetab-module-tab {
    display: block;
  }
}

.sidetab-module-tab:hover {
  cursor: pointer;
}

.sidetab-module-tab:last-child {
  margin-bottom: 0;
}

.sidetabs-module-tablerow {
  border-bottom: 1px solid #dedede;
}

@media (min-width: 767px) {
  .sidetabs-module-tablerow {
    border-top: 1px solid #dedede;
  }
}

@media (max-width: 766px) {
  .sidetabs-module-tablerow td:last-child {
    border-bottom: 0;
  }
}

.sidetabs-module-tablerow.header-row {
  border: 0;
}

.right-align-data {
  text-align: right;
  padding-right: 0;
}

.tab-table .accordion-wrapper {
  padding: 0;
}

@media (min-width: 767px) {
  .tab-table-module-wrapper {
    margin-bottom: 3em;
  }
}

.tab-table-module-wrapper .data-table-container {
  padding: 0;
}

.tab-table-module-wrapper .tab-module-heading {
  border-top: 0;
}

@media (max-width: 1024px) {
  .text-panel-container {
    background: #f6f6f6;
    padding: 2em 1em;
    margin-right: -1em;
    margin-left: -1em;
  }
}

.text-panel-container .text-panel {
  border-radius: 3px;
  background: #f6f6f6;
  padding: 2em;
}

@media (max-width: 1024px) {
  .text-panel-container .text-panel {
    background: none;
    padding: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 2em;
    padding-bottom: 2em;
    padding-left: 33.3333333%;
    position: relative;
  }

  .text-panel-container .text-panel:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) and (max-width: 766px) {
  .text-panel-container .text-panel {
    padding-left: 0;
  }
}

.text-panel-container .text-panel .text-panel-title {
  margin: 0 0 0.75em;
}

@media (min-width: 767px) and (max-width: 1025px) {
  .text-panel-container .text-panel .text-panel-title {
    position: absolute;
    padding-right: 1em;
    width: 33.3333333%;
    left: 0;
    top: 0;
  }
}

@media (max-width: 766px) {
  .text-panel-container .text-panel .text-panel-title {
    font-size: 2em;
  }
}

.text-panel-container .text-panel p {
  margin: 0 0 2em;
}

.twitter-module {
  background: #171718;
  padding: 2.5rem;
  color: white;
  position: relative;
}

@media (max-width: 766px) {
  .twitter-module {
    padding: 1rem;
  }
}

.twitter-module h3 {
  color: white;
  margin-bottom: 1.5em;
}

.twitter-module .twitter-header-link {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  font-size: 2.5em;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
}

.twitter-module .twitter-header-link:before {
  font-family: 'icomoon';
  font-size: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

@media (max-width: 766px) {
  .twitter-module .twitter-header-link {
    right: 1rem;
    top: 1.5rem;
    font-size: 1.5em;
  }
}

.twitter-module .twitter-header-link:hover {
  text-decoration: none;
}

.twitter-module .twitter-items {
  margin-right: -1rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 766px) {
  .twitter-module .twitter-items {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.twitter-module .twitter-item {
  width: 33.333333%;
  padding-right: 1em;
  min-height: 13em;
}

@media (max-width: 766px) {
  .twitter-module .twitter-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2em;
    min-height: 0;
  }
}

.twitter-module .twitter-item-bubble {
  background: white;
  padding: 3.5em 1.5em;
  color: #222;
  border-radius: 5px;
  margin: 0 0 2.25em;
  position: relative;
}

.twitter-module .twitter-item-bubble:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25em 1.25em 0 0;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -1.25em;
  left: 1.5em;
}

.twitter-module .twitter-item-tweet a {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #50b948;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5;
}

.twitter-module .twitter-item-timestamp {
  font-style: italic;
  display: block;
  color: #999;
}

.twitter-module .twitter-item-byline {
  position: relative;
  padding-left: 4.25em;
}

.twitter-module .twitter-item-byline .twitter-item-avatar {
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
}

.twitter-module .twitter-item-byline .twitter-item-author,
.twitter-module .twitter-item-byline .twitter-item-handle {
  font-size: 1.25em;
  display: block;
}

.twitter-module .twitter-item-byline .twitter-item-handle {
  color: #50b948;
}

.twitter-update {
  background-color: #eeeeee;
  padding: 1rem;
}

@media (min-width: 1025px) {
  .twitter-update {
    position: relative;
    padding: 2.5rem 2.5rem 6rem;
  }
}

.twitter-update-header {
  position: relative;
  margin-bottom: 2em;
}

.twitter-update-heading {
  padding-right: 3em;
}

a.twitter-update-header-link {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
  color: #50b948;
}

a.twitter-update-header-link:before {
  font-family: 'icomoon';
  font-size: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

a.twitter-update-header-link:hover {
  text-decoration: none;
  color: #222;
}

.twitter-update-item {
  background: white;
  padding: 1.5em;
  color: #222;
  border-radius: 5px;
  margin: 0 0 2.25em;
  position: relative;
}

.twitter-update-item:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25em 1.25em 0 0;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -1.25em;
  left: 1.5em;
}

.twitter-update-items .twitter-update-item {
  margin-bottom: 3em;
}

.twitter-update-item-timestamp {
  font-style: italic;
  display: block;
  color: #999;
}

.twitter-update-item-copy a {
  color: #50b948;
  text-overflow: ellipsis;
}

@media (min-width: 1025px) {
  .twitter-update-cta-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.5em;
  }
}

@media (min-width: 1025px) {
  .video-module-wrapper.module-left {
    direction: rtl;
  }
}

.video-module-wrapper .video-module-player-container {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background: black;
  margin: 0 0 1.5rem;
}

@media (max-width: 766px) {
  .video-module-wrapper .video-module-player-container {
    font-size: 50%;
  }
}

.video-module-wrapper .video-module-player-container > * {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-module-wrapper .jwdisplayIcon,
.video-module-wrapper .jwicon {
  background: none !important;
}

.video-module-wrapper .jwicon {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 10em;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.video-module-wrapper .jwicon:before {
  font-family: 'icomoon';
  font-size: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  content: "";
}

.video-module-wrapper .jw-tab-focus:focus {
  outline: none;
}

@media (min-width: 767px) {
  .smaller-video-width .video-module-inner {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .smaller-video-width .video-module-inner {
    width: 65%;
  }
}

.video-module-header {
  color: #50b948;
}

@media (min-width: 767px) {
  .smaller-video-width .video-module-header {
    text-align: center;
  }
}

.video-module-subtitle,
.video-module-duration {
  display: inline;
}

.video-hero-wrapper .jwdisplayIcon {
  display: none !important;
}

.video-hero-player-container {
  position: relative;
  margin-bottom: 1em;
}

@media (min-width: 767px) {
  .video-hero-player-container {
    margin-bottom: 0;
  }
}

.video-hero-inner .video-hero-heading {
  margin-bottom: 1rem;
  font-size: 2.8em;
  line-height: 1;
}

@media (min-width: 767px) {
  .video-hero-inner .video-hero-heading {
    font-size: 3.5em;
  }
}

@media (min-width: 1025px) {
  .video-hero-inner .video-hero-heading {
    font-size: 4.2em;
  }
}

.video-hero-copy-container {
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

.video-hero-copy-container:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}

.video-hero-copy-container.hide-copy {
  z-index: 0;
}

.video-hero-copy-container.video-ready {
  opacity: 1;
}

.video-hero-copy-container:hover .video-hero-copy-content:before {
  opacity: 0.8;
}

.video-hero-copy-content {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.video-hero-copy-content:before {
  font-family: 'icomoon';
  font-size: 3em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 80px;
  content: "";
}

.video-hero-copy-content:before {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: 1px solid white;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.video-hero-copy-content > * > * {
  color: inherit;
}

@media (min-width: 767px) {
  .video-hero-copy-content:before {
    margin: 0 auto 2rem;
  }
}

@media (min-width: 767px) {
  .video-hero-mobile {
    display: none;
  }
}

.video-hero-copy {
  display: none;
}

@media (min-width: 767px) {
  .video-hero-copy {
    display: block;
  }
}

@media (min-width: 1025px) {
  .secondary-video-container {
    display: table;
    width: 100%;
  }
}

.video-module2-player-container {
  position: relative;
}

@media (min-width: 1025px) {
  .video-module2-player-container {
    display: table-cell;
    width: 60%;
    vertical-align: top;
  }
}

.video-module2-desciption {
  padding-top: 1rem;
}

@media (min-width: 767px) {
  .video-module2-desciption {
    display: table;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .video-module2-desciption {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    padding-top: 0;
  }

  .module-right .video-module2-desciption {
    padding-left: 2.5rem;
  }

  .module-left .video-module2-desciption {
    padding-right: 2.5rem;
    direction: ltr;
  }
}

.video-module2-desciption .btn,
.video-module2-desciption .latest a.accordion-new-acct-link,
.latest .video-module2-desciption a.accordion-new-acct-link,
.video-module2-desciption a.acct-intro-cta,
.video-module2-desciption .branch-finder-form .branch-finder-submit,
.branch-finder-form .video-module2-desciption .branch-finder-submit,
.video-module2-desciption a.copy-container-cta,
.video-module2-desciption .cs-module-wrapper .cs-module-button,
.cs-module-wrapper .video-module2-desciption .cs-module-button,
.video-module2-desciption .cs-module-cta-wrapper .cs-module-button,
.cs-module-cta-wrapper .video-module2-desciption .cs-module-button,
.video-module2-desciption .cs-module-list-cta-wrapper .cs-module-button,
.cs-module-list-cta-wrapper .video-module2-desciption .cs-module-button,
.video-module2-desciption .cs-module-ratings-wrapper .cs-module-button,
.cs-module-ratings-wrapper .video-module2-desciption .cs-module-button,
.video-module2-desciption .cs-module-contact-wrapper .cs-module-button,
.cs-module-contact-wrapper .video-module2-desciption .cs-module-button,
.video-module2-desciption .cs-module-long-list-wrapper .cs-module-button,
.cs-module-long-list-wrapper .video-module2-desciption .cs-module-button,
.video-module2-desciption .dropdown-module .dropdown-module-lookup,
.dropdown-module .video-module2-desciption .dropdown-module-lookup,
.video-module2-desciption a.split-primary-feature-promo-cta,
.video-module2-desciption a.split-primary-banner-cta,
.video-module2-desciption .split-secondary-feature-promo-link,
.video-module2-desciption a.split-quinary-feature-promo-cta,
.video-module2-desciption a.skinny-article-cta,
.video-module2-desciption .sidebar-branch-search-lookup,
.video-module2-desciption a.stock-footer-cta,
.video-module2-desciption .news-module-51 .news-module-button,
.news-module-51 .video-module2-desciption .news-module-button,
.video-module2-desciption .lifestyle-split-module .split-module-button,
.lifestyle-split-module .video-module2-desciption .split-module-button,
.video-module2-desciption .module-sitelet-form button[type=submit],
.module-sitelet-form .video-module2-desciption button[type=submit],
.video-module2-desciption .sitelet-slideshow .sitelet-slideshow-slide .slide-content a.carousel-button,
.sitelet-slideshow .sitelet-slideshow-slide .slide-content .video-module2-desciption a.carousel-button {
  font-size: 1.1rem;
}

h3.video-module2-heading {
  font-size: 2rem;
  display: none;
}

h3.video-module2-heading.stacked,
h3.video-module2-heading.mobile-only {
  display: block;
  color: #50b948;
}

@media (min-width: 767px) {
  h3.video-module2-heading.stacked {
    width: 100%;
  }
}

@media (min-width: 767px) {
  h3.video-module2-heading {
    font-size: 2.7rem;
    margin: 0 0 1.5rem 0;
    color: #50b948;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 1rem;
  }

  h3.video-module2-heading.mobile-only:not(.stacked) {
    display: none;
  }
}

@media (min-width: 1025px) {
  h3.video-module2-heading {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    font-size: 3rem;
  }

  h3.video-module2-heading.mobile-only {
    display: table-caption;
  }
}

@media (min-width: 767px) {
  p.video-module2-copy {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-left: 1rem;
  }
}

@media (min-width: 1025px) {
  p.video-module2-copy {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
}

.video-list-container h2.video-list-header {
  margin: 0 0 1em 0;
  color: #50b948;
}

@media (min-width: 767px) {
  .video-list-item-video-section,
  .video-list-item-copy-section {
    display: inline-block;
  }
}

.video-list-items .video-list-item {
  margin-bottom: 4.25em;
}

.video-list-items .video-list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .video-list-item-video-section {
    width: 30%;
  }
}

.video-list-item-copy-section {
  padding-top: 1em;
}

@media (min-width: 767px) {
  .video-list-item-copy-section {
    width: 65%;
    vertical-align: top;
    padding-left: 3.125em;
    padding-top: 0;
  }
}

.video-list-item-header {
  color: #50b948;
}

@media (min-width: 1025px) {
  .video-list-item-header {
    font-size: 1.9375em !important;
  }
}

.video-thumbnails {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 -1em;
  width: calc(100% + 2em);
}

.video-thumbnails > * {
  display: table-row;
}

.video-thumbnails > * > * {
  display: table-cell;
  vertical-align: top;
}

.video-thumbnails.col-1 > * > * {
  width: 100%;
}

.video-thumbnails.col-2 > * > * {
  width: 50%;
}

.video-thumbnails.col-3 > * > * {
  width: 33.33333%;
}

.video-thumbnails.col-4 > * > * {
  width: 25%;
}

.video-thumbnails.col-5 > * > * {
  width: 20%;
}

.video-thumbnails.col-6 > * > * {
  width: 16.66667%;
}

.video-thumbnails.col-7 > * > * {
  width: 14.28571%;
}

.video-thumbnails.col-8 > * > * {
  width: 12.5%;
}

.video-thumbnails.col-9 > * > * {
  width: 11.11111%;
}

.video-thumbnails.col-10 > * > * {
  width: 10%;
}

.video-thumbnails.col-11 > * > * {
  width: 9.09091%;
}

.video-thumbnails.col-12 > * > * {
  width: 8.33333%;
}

.video-thumbnails.col-13 > * > * {
  width: 7.69231%;
}

.video-thumbnails.col-14 > * > * {
  width: 7.14286%;
}

.video-thumbnails.col-15 > * > * {
  width: 6.66667%;
}

.video-thumbnails.col-16 > * > * {
  width: 6.25%;
}

@media (max-width: 766px) {
  .video-thumbnails {
    display: block;
    width: auto;
  }
}

@media (max-width: 766px) {
  .video-thumbnails > * {
    display: block;
  }
}

@media (max-width: 766px) {
  .video-thumbnails > * > * {
    display: block;
    width: auto !important;
  }
}

@media (max-width: 766px) {
  .video-thumbnails {
    margin: 0;
  }
}

.video-thumbnails .video-thumbnail-item {
  padding: 0 1em;
}

@media (max-width: 766px) {
  .video-thumbnails .video-thumbnail-item {
    margin: 0 0 3em;
    padding: 0;
  }
}

.video-thumbnails .video-thumbnail-modal-link {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: relative;
}

.video-thumbnails .video-thumbnail-modal-link:before {
  font-family: 'icomoon';
  font-size: 5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

.video-thumbnails .video-thumbnail-modal-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
  text-align: center;
  color: white;
}

.video-thumbnails .video-thumbnail-modal-link:hover {
  text-decoration: none;
}

.video-thumbnails .video-thumbnail-image {
  width: 100%;
}

.video-thumbnails .video-thumbnail-name {
  font-size: 1.6em;
  margin: 0.65em 0;
}

@media (max-width: 766px) {
  .video-thumbnails .video-thumbnail-name {
    margin-bottom: 0;
  }
}

.video-thumbnails .video-thumbnail-description,
.video-thumbnails .video-thumbnail-duration {
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 766px) {
  .video-thumbnails .video-thumbnail-description,
  .video-thumbnails .video-thumbnail-duration {
    display: inline-block;
    width: 50%;
  }
}

@media (max-width: 766px) {
  .video-thumbnails .video-thumbnail-duration {
    text-align: right;
  }

  .video-thumbnails .video-thumbnail-duration:only-child {
    text-align: left;
  }
}

.modal .video-module-wrapper {
  margin: 0 0 1.5em;
}

@media (min-width: 767px) {
  .modal .video-module-wrapper {
    display: table;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .modal .video-module-wrapper > * {
    display: table-row;
  }
}

.modal .video-module-wrapper .video-module-header-container .video-module-header {
  font-size: 2em;
  margin: 0 0 0.75em;
}

@media (max-width: 766px) {
  .modal .video-module-wrapper .video-module-header-container .video-module-header {
    padding-right: 2em;
  }
}

.modal .video-module-wrapper .jwicon {
  font-size: 5em;
}

@media (min-width: 767px) {
  .modal .video-module-wrapper .video-module-inner > * {
    display: table-cell;
    height: 100%;
  }
}

.modal .video-module-wrapper .video-module-inner .video-module-player-container {
  background-color: transparent;
}

@media (min-width: 767px) {
  .modal .video-module-wrapper .video-module-inner .video-module-player-container {
    width: 66.666666%;
    padding-bottom: 37.5%;
  }
}

@media (min-width: 767px) {
  .modal .video-module-wrapper .video-module-inner .video-module-player-container > * {
    left: -1.5em;
  }
}

.modal .video-module-wrapper .video-module-inner .video-module-player-container .jwicon {
  font-size: 5em;
}

.modal .video-module-wrapper .video-module-inner .video-module-meta-container {
  margin: 1.5em 0;
  padding: 1.5em 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

@media (min-width: 767px) {
  .modal .video-module-wrapper .video-module-inner .video-module-meta-container {
    overflow-y: auto;
    width: 33.333333%;
    margin: 0;
  }
}

.modal .video-module-wrapper .video-module-inner .video-module-meta-container .video-module-description {
  font-size: 1em;
  margin: 1em 0 0;
  line-height: 1.4;
}

.modal .video-thumbnail-next-container {
  margin: 1em 0;
}

@media (min-width: 1025px) {
  .news-module-51 .news-module-featured-container {
    font-size: 0;
  }
}

.news-module-51 .news-module-deatured-content {
  padding: 1rem;
}

@media (min-width: 1025px) {
  .news-module-51 .news-module-deatured-content {
    padding: 2.5rem;
  }
}

.news-module-51 .news-module-button {
  font-size: 1.2em;
  margin-top: 1em;
}

.news-module-51 .news-module-featured-article {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 1025px) {
  .news-module-51 .news-module-featured-article {
    width: 40%;
  }
}

.news-module-51 .news-module-featured-article h2 {
  color: white;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.news-module-51 .news-module-featured-article p {
  color: white;
  font-size: 1.3rem;
}

.news-module-51 .news-module-featured-article .news-module-image-container {
  overflow: hidden;
  width: 100%;
  max-height: 22em;
}

.news-module-51 .news-module-featured-article img {
  width: 100%;
}

.news-module-51 .news-module-deatured-copy > *:last-child {
  margin-bottom: 0;
}

.news-module-51 .news-module-latest-news {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 1025px) {
  .news-module-51 .news-module-latest-news {
    width: 60%;
    padding: 0 2.5rem;
  }
}

.news-module-51 .news-module-latest-news h2 {
  font-size: 2em;
  color: #171718;
  padding: .8em 0;
}

.news-module-51 .news-module-latest-news ul li {
  display: block;
  border-top: 1px solid #dedede;
  padding: 1em 0;
}

.news-module-51 .news-module-latest-news ul li a {
  color: #171718;
  font-size: 1.3em;
}

.lifestyle-split-module {
  font-size: 0 !important;
}

.lifestyle-split-module .lifestyle-split-columns {
  vertical-align: top;
  font-size: 1rem;
  width: 100%;
}

.lifestyle-split-module .lifestyle-split-copy-container h3 {
  display: none;
}

.lifestyle-split-module .lifestyle-split-columns-content > *:last-child {
  margin-bottom: 0;
}

.lifestyle-split-module .lifestyle-split-image img {
  width: 100%;
  margin-bottom: 1em;
}

.lifestyle-split-module .split-module-button {
  font-size: 1.2em;
  margin-top: 1em;
}

@media (min-width: 1025px) {
  .lifestyle-split-module {
    direction: rtl;
  }

  .lifestyle-split-module .lifestyle-split-columns {
    display: inline-block;
    width: 50%;
  }

  .lifestyle-split-module .lifestyle-split-copy-container {
    padding: 0 2.5rem 0 0;
  }

  .lifestyle-split-module .lifestyle-split-copy-container h3 {
    display: block;
  }

  .lifestyle-split-module .lifestyle-split-image h3 {
    display: none;
  }

  .lifestyle-split-module .split-module-button {
    margin-top: 2em;
  }
}

@media (min-width: 1025px) {
  .module-sitelet-form.one-third form {
    width: 33.33%;
  }
}

@media (min-width: 767px) {
  .module-sitelet-form.two-thirds form {
    width: 66.66%;
  }
}

.module-sitelet-form form {
  background: #f4f5f6;
  width: 100%;
  padding: 2em;
}

.module-sitelet-form form > * {
  margin: 1em 0 0 0 !important;
  display: block;
}

.module-sitelet-form form > *:first-child {
  margin: 0 !important;
}

.module-sitelet-form input,
.module-sitelet-form select {
  width: 100%;
  background-color: #eeeeee;
  color: #222;
}

.module-sitelet-form select {
  padding: .875em;
}

.module-sitelet-form button[type=submit] {
  background: #50b948;
  color: white;
  border-color: #50b948;
}

.module-sitelet-form button[type=submit]:hover {
  color: #50b948;
  background: transparent;
}

.sitelet-slideshow {
  position: relative;
  height: 28.5em;
}

@media (min-width: 460px) {
  .sitelet-slideshow {
    height: 21.75em;
  }
}

.sitelet-slideshow .owl-stage-outer,
.sitelet-slideshow .owl-stage,
.sitelet-slideshow .owl-item {
  height: 100%;
}

.sitelet-slideshow .owl-nav div {
  width: 22px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
}

.sitelet-slideshow .owl-nav > * {
  cursor: pointer;
}

.sitelet-slideshow .owl-nav .owl-prev {
  background: url(../images/slideshow-prev.png) center no-repeat;
  background-size: contain;
  left: 4.2%;
}

.sitelet-slideshow .owl-nav .owl-next {
  background: url(../images/slideshow-next.png) center no-repeat;
  background-size: contain;
  right: 4.2%;
}

.sitelet-slideshow .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  text-align: center;
}

.sitelet-slideshow .owl-dots .owl-dot {
  display: inline-block;
  width: .75rem;
  height: .75rem;
  background: white;
  border-radius: .375rem;
  margin-left: .75rem;
  cursor: pointer;
}

.sitelet-slideshow .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.sitelet-slideshow .owl-dots .owl-dot.active {
  background: #50b948;
}

.sitelet-slideshow .sitelet-slideshow-slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
}

.sitelet-slideshow .sitelet-slideshow-slide .slide-content {
  padding-left: 17%;
  padding-right: 17%;
  padding-top: 2.6em;
}

@media (min-width: 1025px) {
  .sitelet-slideshow .sitelet-slideshow-slide .slide-content {
    padding-right: 30%;
  }
}

.sitelet-slideshow .sitelet-slideshow-slide .slide-content p {
  color: white;
  font-size: 1.125em;
  line-height: 1.222222222em;
  margin-bottom: 1.4em;
}

.sitelet-slideshow .sitelet-slideshow-slide .slide-content a.carousel-button {
  min-width: auto;
  width: 100%;
  border-color: #50b948;
  background: #50b948;
  color: white;
}

@media (min-width: 1025px) {
  .sitelet-slideshow .sitelet-slideshow-slide .slide-content a.carousel-button {
    min-width: 14.375rem;
    width: auto;
  }
}

.sitelet-slideshow .sitelet-slideshow-slide .slide-content a.carousel-button:hover {
  background: white;
  color: #50b948;
  border-color: white;
}

.sitelet-slideshow-mini {
  width: 100%;
  overflow: hidden;
}

.sitelet-slideshow-mini .sitelet-slideshow-slide {
  position: relative;
}

.sitelet-slideshow-mini .sitelet-slideshow-slide .picture-container {
  max-height: 12.8125em;
  overflow: hidden;
}

.sitelet-slideshow-mini .sitelet-slideshow-slide .picture-container img {
  width: 100%;
}

.sitelet-slideshow-mini .sitelet-slideshow-slide .slide-content {
  padding: 0 1rem;
}

@media (min-width: 1025px) {
  .sitelet-slideshow-mini .sitelet-slideshow-slide .slide-content {
    padding: 0 2.5rem;
  }
}

.sitelet-slideshow-mini .sitelet-slideshow-slide .slide-content h3 {
  font-size: 2em;
  margin: 1rem 0;
}

.sitelet-slideshow-mini .sitelet-slideshow-slide .slide-content p {
  font-size: 1.125em;
  line-height: 1.222222222em;
}

.sitelet-slideshow-mini .owl-item {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.sitelet-slideshow-mini .owl-item .slide-content {
  min-height: 10em;
}

.sitelet-slideshow-mini .owl-nav {
  text-align: right;
}

.sitelet-slideshow-mini .owl-prev {
  margin-right: 0.5em;
}

.sitelet-slideshow-mini .owl-prev,
.sitelet-slideshow-mini .owl-next {
  display: inline-block;
}

.sitelet-slideshow-mini .owl-prev:hover > *:before,
.sitelet-slideshow-mini .owl-next:hover > *:before {
  color: #50b948;
  border-color: #50b948;
}

.sitelet-slideshow-mini .carousel-icon-left,
.sitelet-slideshow-mini .carousel-icon-right {
  display: block;
  cursor: pointer;
}

.sitelet-slideshow-mini .carousel-icon-left:before,
.sitelet-slideshow-mini .carousel-icon-right:before {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: block;
  color: #B1B0B0;
  padding: 0.6rem;
  border: 1px solid #B1B0B0;
  border-radius: 50%;
}

.sitelet-slideshow-mini .carousel-icon-left {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sitelet-slideshow-mini .carousel-icon-left:before {
  font-family: 'icomoon';
  font-size: 14px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 14px;
  content: "";
}

.sitelet-slideshow-mini .carousel-icon-right {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sitelet-slideshow-mini .carousel-icon-right:before {
  font-family: 'icomoon';
  font-size: 14px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 14px;
  content: "";
}

.about-us-image-wrapper {
  position: relative;
  background-color: #f6f6f6;
}

.about-us-image {
  background-image: url("/images/tda-stock-market.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  padding-bottom: 100%;
}

@media (min-width: 767px) {
  .about-us-image {
    position: absolute;
    width: 55%;
    height: 100%;
    padding: 0;
  }
}

.about-us-copy {
  padding: 1rem;
}

.about-us-copy > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .about-us-copy {
    padding: 2.5rem 2.5rem 2.5rem 60%;
  }
}

.about-us-copy-logo {
  padding-bottom: 2em;
}

.glossary-anchors-container {
  background-color: #f6f6f6;
  font-size: 1.8em;
  padding: 1rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1025px) {
  .glossary-anchors-container {
    padding: 2.5rem;
    font-size: 2.8em;
  }
}

.glossary-anchor {
  color: #222;
  text-transform: uppercase;
  position: relative;
}

a.glossary-anchor:hover {
  text-decoration: none;
  color: #50b948;
}

a.glossary-anchor.active {
  color: #50b948;
}

a.glossary-anchor.active:before {
  content: '';
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #50b948;
}

h3.glossary-anchors-link-title {
  border-top: 1px solid #dedede;
  padding-top: 0.5em;
  color: #50b948;
}

.glossary-anchors-link-item {
  border-top: 1px solid #dedede;
  padding: 1.5em 0;
}

@media (min-width: 1025px) {
  .glossary-anchor-link-item-columns {
    display: table;
    width: 100%;
  }

  .glossary-anchor-link-item-columns > * {
    display: table-cell;
    vertical-align: top;
  }

  .glossary-anchor-link-item-columns > *:first-child {
    width: 30%;
    padding-right: 2em;
  }

  .glossary-anchor-link-item-columns > *:last-child {
    width: 70%;
  }
}

a.glossary-back-to-top {
  display: block;
  font-size: 1.2em;
  color: #50b948;
  padding: 0 0 1.5em 0;
}

@media (min-width: 1025px) {
  a.glossary-back-to-top {
    padding: 0 0 1.5em 30%;
  }
}

.glossary-anchor-link-item-copy > *:last-child {
  margin-bottom: 0;
}