@charset "UTF-8";
/* UPDATED OCT18
   --------------------------------------------------- */
body {
  overflow-x: hidden; }

/* LINKS + BUTTONS */
a {
  color: #11337b; }

a:hover {
  color: #11337b;
  text-decoration: underline; }

.btn-primary {
  background: #11337b; }

.btn-primary:hover {
  background: #11337b; }

a.white {
  color: #fff; }

a.white:hover {
  text-decoration: underline; }

a.no-link {
  cursor: default;
  text-decoration: none; }

/* COLORS */
.white {
  color: #fff; }

.dark-gray {
  color: #686868; }

.light-gray {
  color: #9c9c9c; }

.blue {
  color: #2c3e74;
  color: #11337b; }

.light-blue {
  color: #717fb5; }

.midnight-blue {
  color: #001430; }

.red {
  color: #eb6231; }

.orange {
  color: #eb6231; }

.gold {
  color: #fac00a; }

.black {
  color: #000000; }

.green {
  color: #66cc66; }

.gray-bg {
  background: #e7e7e5; }

.white-bg {
  background: #fff; }

.gray-light-bg {
  background: #ededed; }

.dark-blue-bg {
  background-color: #11316c; }

.black-bg {
  background-color: #000000; }

.blue-bg {
  background-color: #11337b; }

.red-bg {
  background: #e10000; }

/* SEARCH */
.search-field .textfield {
  width: 184px;
  padding: 7px 15px 7px 15px;
  font-size: 12px;
  color: #919395;
  border-radius: 15px;
  background: #e6e6e6;
  border: none;
  display: inline-block;
  outline: none; }

.search-field .searh {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(/assets/images/search-img.png) no-repeat;
  border: none;
  cursor: pointer; }

.search-list {
  margin-bottom: 40px; }

/* TYPOGRAPHY */
blockquote {
  padding-left: 30px;
  font-size: inherit; }

.ewi-bullets {
  list-style-type: disc;
  margin-left: 30px; }

.ewi-numbered-list {
  list-style-type: decimal;
  margin-left: 30px; }

/*h2 {
	margin: 20px 0
}
h4 {
	margin: 20px 0
}
h4 a {
	color: #11337b;
}*/
.lead {
  line-height: normal; }

.small {
  font-size: 85%; }

p {
  margin: 20px 0 20px 0; }

.circle-link {
  border-radius: 25px;
  padding: 5px; }

.btn-link.white:hover {
  color: #fac00a; }

hr {
  border-top: 1px solid #ccc; }

.clear {
  clear: both; }

/* CONTAINERS */
.container-desktop {
  max-width: 970px; }

.container-carousel {
  max-width: 1100px; }

.container.section {
  padding: 30px 20px; }

.container.section.narrow {
  padding: 30px 60px; }

/* SECTIONS / ROWS */
.section-header-thin-small {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal; }

.section-label {
  display: block;
  padding: 0 0 3px 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.5px; }

.section-header {
  font-size: 45px;
  margin-top: 25px; }

.section-sub-header {
  font-size: 25px;
  font-weight: normal; }

.section-header-thin {
  font-size: 48px;
  line-height: 60px;
  font-weight: normal;
  letter-spacing: -1.3px;
  margin-top: 25px; }

.section-block {
  width: 100%;
  margin: 0;
  padding: 26px 0 0;
  float: none !important; }

.jumbotron-header {
  min-height: 265px;
  padding: 50px 0; }

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

.row.header {
  margin: 0 10px;
  padding: 0; }

.sidebar-module-container {
  margin-bottom: 40px; }

.about_banner {
  padding: 50px;
  background: none; }

.row-same-height {
  display: table;
  width: 100%; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }

/* Alerts */
.breaking-news {
  color: #111;
  background: #fff;
  border-radius: 3em;
  padding: 4px 10px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0 1em 0 0; }

.just-released {
  color: green; }

.announcement {
  color: #11337b; }

.center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

/* GLYPHICONS */
.wrapper .glyphicon {
  position: absolute;
  color: white;
  text-shadow: 2px 2px 5px gray; }

.wrapper .glyphicon2 {
  position: absolute;
  color: #dbaa33;
  text-shadow: 2px 2px 5px gray; }

@media (max-width: 299px) {
  .glyphicon {
    font-size: 14px;
    top: 25px;
    left: 25px; }
  .glyphicon2 {
    font-size: 14px;
    top: -2px;
    left: 24px; } }

@media screen and (max-width: 299px) {
  .glyphicon {
    font-size: 14px;
    top: 25px;
    left: 25px; }
  .glyphicon2 {
    font-size: 14px;
    top: -2px;
    left: 24px; } }

@media screen and (min-width: 300px) and (max-width: 800px) {
  .glyphicon {
    font-size: 30px;
    top: 30px;
    left: 25px; }
  .glyphicon2 {
    font-size: 20px;
    top: -2px;
    left: 24px; } }

@media screen and (min-width: 801px) and (max-width: 979px) {
  .glyphicon {
    font-size: 40px;
    top: 10px;
    left: 20px; }
  .glyphicon2 {
    font-size: 30px;
    top: -2px;
    left: 170px; } }

@media screen and (min-width: 980px) {
  .glyphicon {
    font-size: 40px;
    top: 10px;
    left: 20px; }
  .glyphicon2 {
    font-size: 30px;
    top: -2px;
    left: 240px; } }

@media only screen and (min-width: 769px) {
  .slider {
    width: 100%;
    background: #2c3e74;
    background: #11337b; }
  .slider_in {
    left: 0;
    right: 0;
    width: 1000px;
    margin: 0 auto; }
  .bx_pager {
    left: 0;
    right: 0;
    width: 1000px;
    margin: 0 auto; } }

@media (min-width: 769px) {
  .banner-right {
    height: 320px; } }

.slider-thumbnail {
  width: 75px; }

.bx_pager ul li a small {
  color: #717fb5; }

#bx-pager a img {
  opacity: 0.5; }

#bx-pager a.active img {
  opacity: 1; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

/* ARTICLES */
.article-title {
  font-size: 32px;
  font-weight: bold; }

.article-callout {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 40px; }

/* CLUB EWI */
.club-signup-dark {
  background-color: #f0f0f0; }

.club-signup-border {
  border: solid 10px #f0f0f0; }

.club-signup-wide {
  border: solid 10px #f0f0f0; }

.club-signup-header-top {
  display: block;
  padding: 0 0 3px 0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #e10000;
  font-weight: bold;
  letter-spacing: -0.5px; }

.club-signup-header-main {
  display: block;
  padding: 21px 0 9px 2px;
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #2c3e74;
  color: #11337b;
  font-weight: normal; }

.club-signup-header-sub {
  display: block;
  padding: 0 0 19px 1px;
  margin: 0;
  font-size: 30px;
  line-height: 33px;
  color: #828587;
  font-weight: normal; }

.club-signup-header-body {
  display: block;
  padding: 0 0 19px 1px;
  margin: 0;
  font-size: 30px;
  line-height: 33px;
  color: #828587;
  font-weight: normal; }

.club-signup-header-text-field {
  display: block;
  margin: 20px 0;
  font-size: 12px;
  line-height: 12px;
  color: #919395;
  font-weight: normal;
  width: 100%;
  padding: 17px 27px;
  background: #d9d8d8;
  border: none;
  outline: none;
  border-radius: 23px; }

a.club-signup-header-text-button {
  display: block;
  padding: 16px 0;
  border-radius: 15px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
  width: 100%;
  text-align: center;
  background: #2c3e74; }

a.club-signup-header-text-button:hover {
  text-decoration: underline; }

.club-signup-header-privacy {
  display: block;
  padding: 14px 0 9px 0;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  color: #919395;
  font-weight: normal; }

@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.col-lg-4:nth-child(4n+1) {
  clear: left; }

.vertical-spot .col-lg-4:nth-child(3n+1) {
  clear: right; }

.vertical-spot .col-lg-6:nth-child(2) {
  clear: both; }

.trader {
  width: 800px; }

.combobox {
  width: 300px; }

.analists_sec {
  display: block;
  padding: 0 0 0 0; }

/* MAIN BLOCKS */
.main_block3 ul li a {
  margin: 30px auto; }

.main_block1 .dd {
  border: solid 1px #2c3e74;
  border-radius: 100px;
  width: inherit; }

.main_block1 .dd .ddTitle {
  font-size: 48px;
  line-height: 60px;
  color: #2c3e74;
  color: #11337b;
  font-weight: normal;
  padding: 0 0 0 10px;
  background: none;
  letter-spacing: -1.3px; }

.main_block1 .dd .ddTitle .ddTitleText {
  padding: 0; }

.main_block1 .ddcommon .ddArrow {
  width: 25px;
  height: 13px;
  background: url(/assets/images/rea-arrw.png) no-repeat center top;
  top: 39%;
  right: 28px; }

.main_block1 .dd .ddArrow {
  margin: 0; }

.main_block1 .dd .ddChild li {
  padding: 0 0 0 16px;
  line-height: 20px; }

.main_block1 .dd .ddChild li .ddlabel {
  font-size: 25px;
  line-height: 25px;
  color: #0072bc; }

.main_block1 .dd .ddChild {
  border: solid 1px #0072bc;
  border-radius: 10px; }

/* used for text ad spot rendering */
.category {
  font-size: 11px;
  text-transform: uppercase; }

.buffer50 {
  margin: 50px auto; }

/* used to allow for fluid video/audio in responive design */
video {
  max-width: 100%;
  height: auto; }

.responsive-audio {
  display: block;
  height: auto !important; }

.limelight-player-footprint {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important; }

/* END EWI-CUSTOM.CSS IMPORT
   --------------------------------------------------- */
/* SCSS MIXINS
   --------------------------------------------------- */
/* GLOBALS
   --------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  color: #111;
  font-family: 'Roboto', sans-serif; }

hr {
  border-top: 2px solid slategray;
  opacity: .35; }

/* BUTTONS
   --------------------------------------------------- */
.ewi-button-gold, .ewi-button-blue, .ewi-button-white, .ewi-button-grey, .ewi-button-orange {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  text-decoration: none !important;
  border-radius: 6px;
  display: inline-block;
  padding: 16px 24px;
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  border: 0; }

.ewi-button-gold:hover, .ewi-button-blue:hover, .ewi-button-white:hover, .ewi-button-grey:hover, .ewi-button-orange:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); }

.ewi-button-gold {
  color: #11337b;
  background: #FFC725; }

.ewi-button-blue {
  color: #fff;
  background: #11337b; }

.ewi-button-white {
  color: #11337b;
  background: #fff; }

.ewi-button-grey {
  color: #fff;
  background: #778899; }

.ewi-button-orange {
  color: #fff;
  background: #E35803; }

.ewi-button-small {
  font-size: 16px;
  padding: .5em 1em; }
  @media (min-width: 768px) {
    .ewi-button-small {
      min-width: 140px;
      padding: .5em 2em; } }

.ewi-button-center {
  margin: 0 auto; }

/* HEADER
   --------------------------------------------------- */
.header-in {
  padding: 1.5em 0; }

.header-in-right-top {
  margin-bottom: .5em; }
  .header-in-right-top ul li, .header-in-right-top ul li a {
    font-size: 14px;
    color: #4a4a44; }

.header-in-right-bttm ul {
  display: inline-block;
  float: right;
  padding: 0;
  text-align: right; }
  .header-in-right-bttm ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 1em; }

.header-in-right-bttm .textfield {
  width: auto;
  padding: .35em .75em;
  font-size: 14px;
  color: #919395;
  border-radius: .5em;
  background: #e6e6e6;
  border: none;
  display: inline-block;
  outline: none; }

#logo {
  padding: 0; }

.nav-main {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6 !important; }

nav {
  width: auto !important; }

nav ul li a, .access-myewi {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #111;
  padding: 10px 18px 11px 18px; }

.nav_sub_lft_bot ul li a {
  padding: 7px 0 8px 18px;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #111 !important;
  font-weight: bold; }

.navbar-right {
  margin-right: 0; }

/* ACCESS MYEWI POPOVER */
.access-myewi a {
  color: #11337b; }

.access-myewi .popover {
  border: 2px solid #ccc; }

.access-myewi .popover.bottom > .arrow {
  border-bottom-color: #ccc; }

.access-myewi .popover.bottom > .arrow:after {
  top: 3px; }

.access-myewi .form-group {
  margin-bottom: 8px; }

.access-myewi .popover-title {
  background-color: #fff; }

/* HOMEPAGE HERO
   --------------------------------------------------- */
.hero {
  position: relative;
  /*@include sm {	
		min-height: 475px;
	}*/ }
  .hero .jumbotron-header {
    padding: 30px 0 0 0; }
  .hero h1 {
    margin: 0;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    letter-spacing: -1px; }
  .hero p {
    font-size: 18px;
    line-height: 1.5; }

@media (max-width: 991px) {
  .hero {
    background-image: none !important; } }

@media (min-width: 1100px) {
  .hero {
    background-position: center top !important; } }

/* ALERT BANNER
   --------------------------------------------------- */
.ewi-alert {
  background: #FFC725;
  margin: 0 auto;
  padding: 1em 0;
  border: 0;
  border-radius: 0;
  position: relative; }
  .ewi-alert:before {
    position: absolute;
    content: "";
    background: #FFC725;
    left: -100%;
    top: 0;
    width: 300%;
    height: 100%;
    display: block; }
  .ewi-alert h2 {
    margin-right: 2em; }
  .ewi-alert div {
    padding-right: 2em; }
  .ewi-alert .close {
    position: absolute;
    right: 1em;
    top: 0;
    z-index: 1; }
  .ewi-alert a {
    color: #111 !important;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: solid 2px black; }

/* WHATS GOING ON SLIDER
   --------------------------------------------------- */
.ewi-hp-goingon p {
  margin-bottom: 0; }

.ewi-hp-goingon .slick-prev,
.ewi-hp-goingon .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 30px;
  margin-top: -16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.ewi-hp-goingon .slick-prev:before,
.ewi-hp-goingon .slick-next:before {
  font-family: FontAwesome;
  font-size: 36px;
  line-height: 1;
  color: #fff; }

.ewi-hp-goingon .slick-prev {
  left: -20px; }

.ewi-hp-goingon .slick-next {
  right: -20px; }

.ewi-hp-goingon .slick-prev:before {
  content: "\f0d9"; }

.ewi-hp-goingon .slick-next:before {
  content: "\f0da"; }

.ewi-hp-goingon .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center; }

.ewi-hp-goingon .slick-dots li {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1; }

.ewi-hp-goingon .slick-dots li:after {
  content: "•";
  font-size: 48px;
  opacity: .5;
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
  margin: 0 5px;
  line-height: 24px; }

.ewi-hp-goingon .slick-dots li.slick-active:after {
  opacity: 1; }

.ewi-hp-goingon .slick-dots li button {
  visibility: hidden;
  display: none; }

.ewi-hp-goingon-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  text-decoration: none;
  color: transparent;
  opacity: 0; }

.ewi-hp-goingon-slide {
  padding: 0 .5em; }

.ewi-hp-goingon-slide-inner {
  padding: 1em;
  background: #fff;
  border-radius: .25em;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  border-top: 6px solid #E35803;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  margin: .5em 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: ease-in-out .25s all;
  -o-transition: ease-in-out .25s all;
  transition: ease-in-out .25s all;
  min-height: 170xp; }
  .ewi-hp-goingon-slide-inner:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
  .ewi-hp-goingon-slide-inner.video {
    padding: 0; }
    .ewi-hp-goingon-slide-inner.video .wistia_responsive_padding {
      width: 100%;
      margin: 0 auto;
      padding: 40% 0 0 0 !important; }
  .ewi-hp-goingon-slide-inner h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25; }
  .ewi-hp-goingon-slide-inner p {
    margin-top: 8px; }
  @media (min-width: 992px) {
    .ewi-hp-goingon-slide-inner {
      min-height: 180px; } }

/* HOMEPAGE ARTICLES
   --------------------------------------------------- */
.ewi-hp-article img {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  display: inline;
  width: 100%; }

.ewi-hp-article .ewi-label-wrapper {
  position: relative;
  display: block; }

.ewi-hp-article .ewi-label {
  position: absolute;
  display: inline-block;
  bottom: 6px;
  left: 6px;
  border-radius: 5px;
  background: #FFC725;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 8px;
  letter-spacing: 1px; }

.ewi-hp-article:hover .ewi-hp-article--video {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2); }

.ewi-hp-article-title {
  margin: 0;
  margin-top: 18px;
  font-weight: bold;
  font-size: 18px;
  color: #111; }

.ewi-hp-article--feat p {
  display: block; }

.ewi-hp-article--feat h4 {
  font-size: 21px; }

.ewi-hp-article-inner {
  padding: 0;
  background: #fff;
  position: relative;
  margin-bottom: 2em; }

.ewi-hp-article--image {
  position: relative; }

.ewi-hp-article--video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 49px;
  height: 48px;
  border-radius: 100%;
  background: rgba(227, 88, 3, 0.85);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease-in-out .125s;
  -o-transition: all ease-in-out .125s;
  transition: all ease-in-out .125s;
  cursor: pointer;
  pointer-events: none; }
  .ewi-hp-article--video:after {
    content: "\f144";
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 24px;
    padding-left: 5px;
    line-height: 49px;
    color: #fff; }

/* HOMEPAGE MARKET CALLS
   --------------------------------------------------- */
.ewi-hp-calls .slick-arrow {
  position: static;
  opacity: .5; }

.ewi-hp-calls .slick-arrow:focus {
  outline: 0; }

.ewi-hp-calls .slick-arrow.slick-disabled {
  opacity: 1;
  position: relative;
  cursor: default; }

.ewi-hp-calls .slick-arrow.slick-disabled:after {
  content: "\f0d8";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -14px;
  font-size: 48px;
  color: #2c3e74;
  color: #11337b; }

/* FOOTER
   --------------------------------------------------- */
.footer-nav-title {
  color: #111;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
  padding-bottom: .5em; }

.footer-nav-links li a {
  color: #11337b;
  font-size: 18px;
  font-weight: normal;
  margin: .125em 0;
  display: inline-block; }

.footer-main {
  font-weight: bold;
  padding-top: 3em;
  padding-bottom: .75em; }
  @media (min-width: 768px) {
    .footer-main a {
      margin-left: 1em;
      display: inline; } }

.footer-links a {
  margin-top: 1em;
  display: block; }
  @media (min-width: 768px) {
    .footer-links a {
      margin-left: 1em;
      display: inline; } }

.footer-network {
  padding-top: .75em;
  padding-bottom: 3em; }
  .footer-network a {
    margin-right: 1em;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 1em; }
    @media (min-width: 768px) {
      .footer-network a {
        display: inline;
        margin-top: 0; } }

/* ARTICLE PAGE TEMPLATE
   --------------------------------------------------- */
.article-content {
  font-size: 16px;
  line-height: 1.5; }
  .article-content p {
    margin: 1.65em 0; }

.article-title {
  font-size: 30px;
  line-height: 1.1;
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #111 !important; }
  @media (min-width: 768px) {
    .article-title {
      font-size: 54px;
      letter-spacing: -1px; } }

.lead {
  color: #11337b;
  font-weight: normal; }
  .lead + p {
    color: #778899; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.article-cta.affix {
  width: 100%; }

.article-cta p {
  font-size: 14px; }

.article-sidebar > h2 {
  color: #11337b; }

.links {
  list-style: none;
  padding-left: 1.5em; }
  .links li {
    margin-bottom: 1em;
    list-style: disc;
    color: #E35803; }
    .links li h4 {
      margin: 0;
      display: inline; }
      .links li h4 a {
        color: #111; }

/* OVERRIDES
   --------------------------------------------------- */
@media (min-width: 768px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

/* setup for bottom navigation */
.nav-spacing-border a {
  border-right: thin solid #ccc; }

.nav-spacing-border a:last-child {
  border-right: none; }

.nav-spacing a {
  padding: 0px 8px; }

a.gold:hover {
  color: #fac00a; }

/* media queries for footer */
@media only screen and (min-width: 768px) {
  .right-footer {
    float: right; }
  .left-footer {
    float: left;
    padding: 10px 0px; }
  .border-column {
    border-right: 1px dotted #808008; } }

@media only screen and (max-width: 768px) {
  .left-footer {
    float: left;
    padding: 20px 0px; } }

@media only screen and (max-width: 767px) {
  .left-footer {
    padding: 15px 0px; }
  .right-footer.nav-spacing a:first-child {
    padding: 0px 4px 0px 0px; }
  .copy-footer {
    font-size: 85%; }
  .border-column {
    border-right: none; } }

/* Add-in for viewing more/less in grid */
[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none; }

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none; }

/* RENDERINGS / HELPER CLASSES */
.bold {
  font-weight: bold; }

.text-larger {
  font-size: 20px;
  line-height: 1.5; }

.text-smaller {
  font-size: 14px; }

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif; }

.roboto {
  font-family: "Roboto", sans-serif; }

.container-fluid {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }

.text-larger h1 {
  font-size: 40px;
  font-weight: bold; }

.text-larger h2 {
  font-size: 32px;
  font-weight: bold; }

.text-larger h3 {
  font-weight: bold; }

.padding {
  padding-top: 30px;
  padding-bottom: 30px; }

.blue-box {
  background: #11337b;
  color: white;
  padding: 1em 2em;
  border-radius: 1em; }

.gray-box {
  background: #eee;
  padding: 1em 2em;
  border-radius: 1em; }

.circle-number {
  background: #fff;
  border-radius: 100%;
  line-height: 45px;
  width: 45px;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #11337b; }

@media (min-width: 992px) {
  .arrow {
    position: relative;
    left: 55%;
    width: 105%;
    top: 0;
    padding-bottom: 50px; }
  .arrow:after {
    background: url(//www.elliottwave.com/-/media/ewi//Img/arrow.png) no-repeat center center;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain; }
  .arrow.last:after {
    background: none; } }

.ewi-label-gold {
  font-size: 14px;
  background: gold;
  padding: 2px 6px;
  line-height: 1;
  border-radius: 5px;
  color: #000000; }

.ewi-roundbox-orange {
  padding: 1em;
  border-radius: .25em;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  border-top: 6px solid #E35803;
  margin: .5em 0; }

.ewi-roundbox-gold {
  padding: 1em;
  border-radius: .25em;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  border-top: 6px solid #FFC725;
  margin: .5em 0; }

/* EWI BASE SLICK SLIDER */
.ewi-slider .slick-dots {
  text-align: center; }

.ewi-slider .slick-dots li {
  background: #000;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 0;
  opacity: .35;
  margin: 0 .5em;
  line-height: 1; }

.ewi-slider .slick-dots li.slick-active {
  opacity: 1; }

.ewi-slider .slick-dots button {
  visibility: hidden; }

.max-width .container {
  width: 100%;
  max-width: 900px; }
