@charset "UTF-8";
.video-player-container-wrapper {
  margin: 30px 0;
  padding: 20px 25px 20px 25px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.video-player-container-wrapper .video-player-container {
  background-color: #FFFFFF;
  width: 600px;
  height: 400px;
  margin: 0 auto;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper {
  position: relative;
  height: 100%;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper #video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  z-index: 10000;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper .info-wrapper {
  display: none;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky {
  position: fixed;
  width: 250px;
  height: 140px;
  padding: 1px;
  animation-name: fade_in;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  background-color: #e0e0e0;
  border-radius: 5px;
  z-index: 999999;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky #video-player {
  position: relative;
  top: auto;
  left: auto;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .video-player-container-wrapper .video-player-container .video-player-wrapper.sticky {
    top: 5px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .video-player-container-wrapper .video-player-container .video-player-wrapper.sticky {
    bottom: 20px;
    right: 20px;
  }
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .akamai-player {
  border-radius: 5px;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .amp-controls {
  display: none;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .amp-progress {
  display: none;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .amp-pause-overlay {
  width: 1.5em;
  height: 1.5em;
  border-radius: 1em;
  font-size: 2em;
  line-height: 0.5em;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .amp-unmute {
  top: 5px;
  right: 5px;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .control-wrapper {
  display: block;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .control-wrapper .close {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 6px;
  overflow: hidden;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .control-wrapper .close::before {
  transform: rotate(45deg);
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .control-wrapper .close::after {
  transform: rotate(-45deg);
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .control-wrapper .close::before, .video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .control-wrapper .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1px;
  background: #FFFFFF;
}
.video-player-container-wrapper .video-player-container .video-player-wrapper.sticky .control-wrapper:hover {
  cursor: pointer;
  opacity: 0.8;
}
.video-player-container-wrapper .attribution {
  text-align: center;
  margin-top: 6px;
  font-size: 1.2em;
}
.video-player-container-wrapper .attribution.sticky {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

@media (max-width: 993px) {
  .video-player-container-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    background-color: white;
    margin: 0;
    padding: 0;
    box-shadow: 5px 0px 20px 0px rgba(10, 10, 10, 0.4);
    animation-name: fade_in;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    border-top: none;
    border-bottom: none;
  }
  .video-player-container-wrapper .video-player-container {
    background-color: #e0e0e0;
    width: 100%;
    height: 70px;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper {
    display: flex;
    height: 70px;
    width: 100%;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper #video-player {
    flex: 1;
    position: relative;
    height: 70px;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper #video-player .video_controls {
    display: none;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper #video-player .amp-ad-info {
    display: none;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper.sticky {
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    max-height: 70px;
    min-width: 100%;
    position: fixed;
    padding: 0;
    animation: none;
    background-color: #e0e0e0;
    z-index: 999999;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper.sticky #video-player {
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .info-wrapper {
    max-width: 35%;
    height: 70px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .info-wrapper a {
    text-decoration: underline;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper {
    width: 30px;
    height: 70px;
    z-index: 10000;
    position: relative;
    display: flex;
    flex-direction: column;
    top: unset;
    left: unset;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper .close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    left: unset;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    overflow: hidden;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper .close::before {
    transform: rotate(45deg);
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper .close::after {
    transform: rotate(-45deg);
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper .close::before, .video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -1px;
    background: black;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper .sound-toggle {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 7px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background: url("/public/images/mute.svg");
    background-size: contain;
    opacity: 0.9;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper .sound-toggle.muted {
    right: 10px;
    background: url("/public/images/muted.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .control-wrapper:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .amp-controls {
    display: none;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .amp-progress {
    display: none;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .amp-pause-overlay {
    width: 1.2em;
    height: 1.2em;
    border-radius: 1em;
    font-size: 1.5em;
    line-height: 0.4em;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .amp-unmute {
    display: none;
  }
  .video-player-container-wrapper .video-player-container .video-player-wrapper .amp-pause-overlay {
    top: 65%;
    left: 55%;
  }
  .video-player-container-wrapper .attribution {
    display: none;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.icon-menu:before {
  content: "";
}

/* '' */
.icon-down-open:before {
  content: "";
}

/* '' */
.icon-left-open:before {
  content: "";
}

/* '' */
.icon-right-open:before {
  content: "";
}

/* '' */
.icon-up-open:before {
  content: "";
}

/* '' */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  outline: none;
}

.clearfix:after, .clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix, .clear {
  display: inline-block;
}

* html .clearfix, * html .clear {
  height: 1%;
}

.clearfix, .clear {
  display: block;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: #FFF;
}

a {
  text-decoration: none;
  color: #03268C;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  padding: 0;
  margin-top: 6px;
  margin-bottom: 2px;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
  border-bottom: 2px solid #aaa;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

.col-width {
  margin: 0 auto;
  max-width: 1005px;
  width: 100%;
}

.link-unit {
  margin-bottom: 10px;
}

.desktop.ad,
.mobile.ad {
  text-align: center;
}

.mobile-top-ad {
  display: none;
}

.desktop.ad {
  margin: 10px auto;
}

#border-wrap {
  border: 1px solid #E3E3E3;
  border-top: none;
  margin-bottom: 15px;
}

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

#skipLink {
  left: -9999px;
  position: absolute;
}

#header {
  position: relative;
}

#brand-banner {
  display: flex;
}

/* #logo {
  background:url("/images/sprite.png") no-repeat 0 -232px;
  width:230px;
  height:80px;
  display: inline-block;
  margin: 18px 0 10px 18px;
} */
#top-banner {
  width: 720px;
  height: 90px;
  background: #f9f9f9;
  display: inline-block;
  margin: 0 0 10px 25px;
}

#main-nav {
  width: 100%;
  padding-bottom: 15px;
}

#main-nav > ul {
  position: relative;
}

#main-nav > ul > li {
  background: #7ecd40;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7ecd40 0%, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ecd40), color-stop(4%, #61bf35), color-stop(7%, #5eaf39), color-stop(11%, #59a42e), color-stop(14%, #50a331), color-stop(18%, #4da324), color-stop(21%, #54a131), color-stop(29%, #4e9e2d), color-stop(39%, #489128), color-stop(43%, #468c29), color-stop(50%, #408322), color-stop(54%, #3e7c24), color-stop(57%, #37761e), color-stop(61%, #346f1c), color-stop(71%, #306419), color-stop(79%, #32651a), color-stop(82%, #2f6818), color-stop(86%, #366d1d), color-stop(89%, #376d1f), color-stop(93%, #387621), color-stop(96%, #377d1a), color-stop(100%, #437f25));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7ecd40 0%, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7ecd40 0%, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7ecd40 0%, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7ecd40 0%, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#53a632", endColorstr="#3c6030",GradientType=0 );
  /* IE6-8 */
  float: left;
  min-width: 78px;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #81bd65;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid #285117;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 1px 1px 0px #7A8080;
  -webkit-box-shadow: 0px 1px 1px 0px #7A8080;
  box-shadow: 0 1px 4px 0 #000000, 0px 0px 0px 1px rgba(0, 0, 0, 0.6);
}

#main-nav > ul > li > a:hover, #main-nav li.active > a {
  background-color: rgba(0, 0, 0, 0.3);
  /* 30% opacity black, darkens when you mouse over */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#3c6030", endColorstr="203319");
  /* IE6-9 */
}

#main-nav ul > li > a {
  display: block;
  color: #fff;
  padding: 7px 12px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px -1px 2px #000000;
  /* black */
  filter: DropShadow(Color=#000000, OffX=1, OffY=1);
  /* IE6-8 */
}

#main-nav li.home {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* Premium Navigation */
#main-nav li.premium {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid #3c6030;
  border-left: none;
  position: relative;
  padding: 0;
}

#main-nav li.premium > a {
  background: #df7c38;
  background: -moz-linear-gradient(top, #df7c38 0%, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df7c38), color-stop(4%, #f79439), color-stop(7%, #ed9a3c), color-stop(11%, #f5953f), color-stop(14%, #f49537), color-stop(18%, #ee9c38), color-stop(21%, #f1953e), color-stop(29%, #f1963b), color-stop(39%, #ef8f3b), color-stop(50%, #e68536), color-stop(54%, #e67f36), color-stop(64%, #dd7130), color-stop(71%, #db6930), color-stop(79%, #dd6934), color-stop(82%, #e16a32), color-stop(86%, #db6f2e), color-stop(89%, #db7231), color-stop(93%, #e27437), color-stop(96%, #dd7c35), color-stop(100%, #dd6229));
  background: -webkit-linear-gradient(top, #df7c38 0%, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
  background: -o-linear-gradient(top, #df7c38 0%, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
  background: -ms-linear-gradient(top, #df7c38 0%, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
  background: linear-gradient(to bottom, #df7c38 0%, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#f79439", endColorstr="#dc6930");
  /* IE6-9 */
  padding: 7px 17px;
  border-left: none;
  border-right: none;
}

#main-nav li.premium > a:hover {
  background: #a9541b;
  background: -moz-linear-gradient(top, #a9541b 0%, #cc6708 4%, #be6e12 7%, #cd660b 11%, #c7690b 14%, #be7010 18%, #c6670e 21%, #c4690e 29%, #c1620f 39%, #b05b16 50%, #b05616 54%, #a34f1b 64%, #9e471c 71%, #a5471b 79%, #a94619 82%, #9d4d1b 86%, #a04f1c 89%, #ad4d19 93%, #a5551b 96%, #9f4419 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9541b), color-stop(4%, #cc6708), color-stop(7%, #be6e12), color-stop(11%, #cd660b), color-stop(14%, #c7690b), color-stop(18%, #be7010), color-stop(21%, #c6670e), color-stop(29%, #c4690e), color-stop(39%, #c1620f), color-stop(50%, #b05b16), color-stop(54%, #b05616), color-stop(64%, #a34f1b), color-stop(71%, #9e471c), color-stop(79%, #a5471b), color-stop(82%, #a94619), color-stop(86%, #9d4d1b), color-stop(89%, #a04f1c), color-stop(93%, #ad4d19), color-stop(96%, #a5551b), color-stop(100%, #9f4419));
  background: -webkit-linear-gradient(top, #a9541b 0%, #cc6708 4%, #be6e12 7%, #cd660b 11%, #c7690b 14%, #be7010 18%, #c6670e 21%, #c4690e 29%, #c1620f 39%, #b05b16 50%, #b05616 54%, #a34f1b 64%, #9e471c 71%, #a5471b 79%, #a94619 82%, #9d4d1b 86%, #a04f1c 89%, #ad4d19 93%, #a5551b 96%, #9f4419 100%);
  background: -o-linear-gradient(top, #a9541b 0%, #cc6708 4%, #be6e12 7%, #cd660b 11%, #c7690b 14%, #be7010 18%, #c6670e 21%, #c4690e 29%, #c1620f 39%, #b05b16 50%, #b05616 54%, #a34f1b 64%, #9e471c 71%, #a5471b 79%, #a94619 82%, #9d4d1b 86%, #a04f1c 89%, #ad4d19 93%, #a5551b 96%, #9f4419 100%);
  background: -ms-linear-gradient(top, #a9541b 0%, #cc6708 4%, #be6e12 7%, #cd660b 11%, #c7690b 14%, #be7010 18%, #c6670e 21%, #c4690e 29%, #c1620f 39%, #b05b16 50%, #b05616 54%, #a34f1b 64%, #9e471c 71%, #a5471b 79%, #a94619 82%, #9d4d1b 86%, #a04f1c 89%, #ad4d19 93%, #a5551b 96%, #9f4419 100%);
  background: linear-gradient(to bottom, #a9541b 0%, #cc6708 4%, #be6e12 7%, #cd660b 11%, #c7690b 14%, #be7010 18%, #c6670e 21%, #c4690e 29%, #c1620f 39%, #b05b16 50%, #b05616 54%, #a34f1b 64%, #9e471c 71%, #a5471b 79%, #a94619 82%, #9d4d1b 86%, #a04f1c 89%, #ad4d19 93%, #a5551b 96%, #9f4419 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a9541b", endColorstr="#9f4419",GradientType=0);
  /* IE6-9 */
}

#main-nav li.premium ul {
  width: 238px;
  box-shadow: none;
  top: 30px;
  z-index: 99999;
}

.premium > ul > li {
  display: block;
  text-align: left;
  margin: 0 15px 0.3em;
  padding: 8px 0 0;
}

.premium ul li a {
  text-align: left !important;
  background: transparent;
  padding: 0 0 8px 0;
}

.premium ul li.grouphead {
  border-bottom: 1px solid #fff;
}

/* Gray Separator */
#main-nav ul > li > ul > li:before {
  content: "|";
  float: left;
  color: #fff;
  margin-top: 3px;
}

#main-nav ul > li > ul > li:first-child:before {
  content: none;
}

#main-nav .premium ul li:before {
  content: none;
}

/* Submenu Styles */
#main-nav ul li > ul {
  position: absolute;
}

#main-nav > ul > li > ul {
  display: none;
  background: #000000;
  opacity: 0.9;
  border-radius: 0 0 4px 4px;
  padding: 5px 7px;
  width: 990px;
  box-shadow: none;
  top: 30px;
  left: 0;
}

#main-nav ul ul li a {
  color: #FFF;
  font-size: 12px;
  padding: 4px 10px;
  text-transform: none;
  font-weight: bold;
  float: left;
  display: block;
}

#main-nav ul li ul li a:hover {
  color: #AFAFAF;
  font-weight: bold;
}

#main-nav > ul > li:hover > ul {
  display: block;
}

#main-nav ul .premium ul li a {
  float: none;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 9998;
}

#inline-newsletter {
  margin-top: 8px;
}

#inline-newsletter a {
  color: #C0392B;
}

#main-nav li.search-form {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0;
}

#main-nav li.search-form input {
  float: left;
}

#search-q {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  width: 140px;
  height: 13px;
  padding: 3.5px 8px;
  margin: 4px 13px;
  border: 1px solid #096319;
  border-radius: 15px;
  background-color: #FAFAFA;
  outline: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-appearance: none;
  color: #666;
}

#btnsearch {
  background: url("/images/sprite.png") 0 -312px;
  width: 14px;
  height: 14px;
  padding: 12px 0 0 0;
  margin-top: 7px;
  margin-left: -34px;
  border: none;
  float: none;
  content: none;
}

#subnav {
  position: relative;
  /* z-index:9000; */
  background: #E8E8E8;
}

#subnav h1 {
  padding: 0;
}

#subnav-logo {
  float: left;
  font-size: 26px;
  padding-left: 10px;
}

#subnav-logo a {
  color: #086218;
  text-decoration: none;
  float: left;
}

#subnav .subnav-links {
  background: transparent;
  float: right;
  position: static;
  width: auto;
}

#subnav .subnav-links li {
  cursor: pointer;
  background: #E8E8E8;
  border-bottom: none;
  border-right: 1px solid #CCC;
  float: left;
  list-style: none;
  white-space: nowrap;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}

#subnav .subnav-links li:hover {
  background: #e0e0e0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}

#subnav .subnav-links li:first-child {
  border-left: 1px solid #CCC;
}

#subnav .subnav-links li:last-child {
  border-right: none;
}

.subnav-links a {
  color: #555;
}

#subnav .subnav-links span {
  display: none;
  padding: 0 6px;
}

#more-list {
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 15px 7px;
  position: absolute;
  right: 0;
  top: 45px;
  width: 300px;
  z-index: 8000;
}

#more-list li {
  list-style: none;
  padding: 0 0 7px;
}

#more-list li a {
  color: #03268C;
}

#subnav .subnav-links li:hover {
  background: #e0e0e0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}

#subnav .subnav-links li:first-child {
  border-left: 1px solid #CCC;
}

#subnav .subnav-links li:last-child {
  border-right: none;
}

/* Menu button styles */
a.btn-menu {
  display: none;
  border: 0;
  color: #333;
  cursor: pointer;
  font-size: 2em;
  padding: 0 6px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
}

a.btn-menu .icon-menu:before {
  margin: 0;
  width: auto;
}

a.btn-gray {
  background-color: #cfcfcf;
  border: 1px solid #bebebe;
}

a.btn {
  border-radius: 3px;
  text-decoration: none;
}

#breadcrumbs {
  margin: 3px 10px 0;
  font-size: 11px;
}

#breadcrumbs li {
  display: block;
  float: left;
  color: #555;
  white-space: nowrap;
}

#breadcrumbs li.last a {
  color: #555;
}

#breadcrumbs span.sep {
  padding: 0 5px;
}

#content {
  height: 100%;
}

#content img {
  height: auto;
  max-width: 100%;
}

#main, #sidebar {
  font-size: 14px;
}

#main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 0px 0 10px;
  width: 100%;
}

#article-section {
  float: left;
  margin: 0 0 15px 0;
}

#article-section #section-0 p:first-letter {
  font-size: 1.3em;
}

#title h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}

#title cite {
  display: block;
  font-size: 11px;
  font-style: normal;
  margin: 0;
}

.article-writer-container {
  font-style: italic;
  margin: 5px 0 10px;
  line-height: 1.2;
}

.article-writer-container span {
  font-size: 1rem;
  color: #dedede;
}

.author-google-plus {
  display: inline-block;
  margin-left: 5px;
}

#article-section h2, #article-section h3, #article-section h4 {
  display: inline-block;
  clear: left;
}

.stepNum + div p::first-line {
  font-weight: bold;
  font-size: 15px;
}

.stepNum + div p {
  margin-top: 10px;
}

.stepNum + p::first-line {
  font-weight: bold;
  font-size: 15px;
}

.stepNum + p {
  margin-top: 10px;
}

.stepNum {
  display: none;
}

.part p a {
  color: #C0392B;
  margin: 10px 0;
  display: inline-block;
}

#article-section h4 {
  border-bottom: none;
}

#article-section p, #article-section ul {
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 4px;
}

#article-section ul {
  margin-left: 15px;
  list-style-type: square;
}

#article-section .section, #article-section .stepBlock {
  margin-top: 0;
  margin-bottom: 0;
}

#article-section .last {
  margin-bottom: 0;
}

#tips h4, #warnings h4 {
  border-left: 12px solid green;
  padding: 0 0 0 10px;
  line-height: 1;
  margin: 10px 0 5px 0;
}

#warnings h4 {
  border-left: 12px solid red;
}

#tips ul, #warnings ul {
  margin-left: 0;
  list-style: none;
}

#tips ul li, #warnings ul li {
  margin-bottom: 10px;
}

.tip p, .warning p {
  margin-top: 10px;
}

#article-section #top-section {
  float: left;
  width: 190px;
  margin: 0 8px 8px 0;
  padding: 0px;
}

#article-section #main-article-photo {
  max-width: 100%;
  float: left;
  margin: 0 0 8px 0;
  position: relative;
}

#article-section #main-article-photo img {
  display: block;
}

#article-section #main-image-wrap {
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #dbdada;
  -moz-box-shadow: 0 0 0 1px #dbdada;
  box-shadow: 0 0 0 1px #dbdada;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjVmNSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjZmNWY1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
  background-size: 100%;
  background-image: 0;
  background-image: 0;
  background-image: 0;
  background-image: 0;
  background-image: 0;
  background-image: linear-gradient(lefttop, #f6f5f5, #fff, #f6f5f5);
  margin-bottom: 5px;
}

#article-section #main-image-wrap:before, #article-section #main-image-wrap:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 70%;
  max-width: 150px;
  height: 55%;
  max-height: 100px;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
  -ms-transform: skew(15deg) rotate(6deg);
  -o-transform: skew(15deg) rotate(6deg);
  transform: skew(15deg) rotate(6deg);
}

#article-section #main-image-wrap:before {
  left: 15px;
  top: 20px;
  -webkit-box-shadow: -10px -8px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -10px -8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -10px -8px 10px rgba(0, 0, 0, 0.2);
}

#article-section #main-image-wrap:after {
  right: 15px;
  bottom: 10px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

#article-section .article-image {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

#article-section .article-image-credits {
  min-height: 16px;
}

#article-section .article-image-credits .photo-attribution {
  display: none;
}

#article-section .article-image-credits p {
  padding: 0 5px;
  font-size: 11px;
  line-height: 16px;
}

#more-articles h3 {
  border: none;
  padding: 0;
}

#more-articles ul {
  font-size: 12px;
  margin: 0;
}

#article-section #more-articles li {
  list-style: none;
  padding-top: 5px;
  margin-bottom: 5px;
  border-top: 1px dotted #ccc;
}

#more-articles.no-image {
  background: #f8f8f8;
  float: right;
  width: 190px;
  margin: 0 0 15px 15px;
  padding: 10px;
}

.read-more, .see-all {
  float: right;
  padding: 0 15px 0 0;
}

#things-needed h3 {
  margin-bottom: 5px;
  text-decoration: underline;
}

#things-needed ul {
  -moz-column-count: 2;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2.5em;
  column-count: 2;
  column-gap: 2.5em;
}

#things-needed {
  background: #F2f2f2;
  padding: 12px 12px 2px 12px;
  margin: 0 0 15px;
  font-size: 12px;
}

#things-needed ul li {
  margin: 0 0 5px;
}

#references ul, #resources ul, #photo-credits ul {
  list-style: none;
  margin: 0;
}

#references ul, #resources ul {
  display: none;
}

#author h4 {
  display: block;
}

#author img {
  margin: 0 10px 5px 0;
  float: left;
}

#trending-topics {
  background: #DFDFDF;
  background: linear-gradient(to bottom, #DFDFDF 1%, #FFF 30%);
  border: 1px solid #CACACA !important;
  border-radius: 6px;
  box-shadow: inset 0px 2px 4px 0px #FFF;
  margin: 0 0 10px 0;
  padding: 8px 17px;
}

#trending-topics h3 {
  border-bottom: 3px solid #007F06;
  color: #007f06;
  font-size: 13.5pt;
  font-weight: bold;
  line-height: 1.25;
  margin: 3px auto 6px auto;
  padding: 0;
  text-shadow: 0 1px 1px #FFF;
}

#trending-topics ul.tabs {
  box-shadow: 0 1px 0 #CACACA;
  font-size: 10px;
  margin: 1em 0 0 0;
  padding: 0;
}

#trending-topics ul.tabs li {
  color: #000;
  display: inline-block;
  font-size: 10pt;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

#trending-topics ul.tabs li a {
  background-color: #DFDFDF;
  border-color: #AFAFAF;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  color: #4B4B4B;
  display: inline;
  margin-right: 0;
  padding: 0.2em 0.4em 1px 0.4em;
  text-decoration: none;
}

#trending-topics ul.tabs li a:hover {
  color: #1D5EB5 !important;
}

#trending-topics ul.tabs li.active a {
  background-color: rgba(0, 0, 0, 0);
  color: #4B4B4B;
  font-weight: bold;
  padding-bottom: 1px;
}

#trending-topics ul.articles {
  border-top: 1px solid #CACACA;
  display: none;
  height: 145px;
  overflow-y: scroll;
  padding-top: 10px;
}

#trending-topics ul.articles.active {
  display: block;
}

#trending-topics ul.articles li {
  border-bottom: 1px solid #CACACA;
  display: block;
  margin: 6px 0;
  padding: 0 0 5px 0;
}

#trending-topics ul.articles li a {
  color: #4B4B4B;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  text-shadow: 0 1px 1px #FFF;
  white-space: nowrap;
}

#trending-topics .more-articles {
  display: block;
  line-height: 15px;
  margin: 0;
  padding: 6px 0;
  text-align: right;
}

#trending-topics .more-articles a {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 1px #FFF;
}

#trending-topics .more-articles a:after {
  color: #000;
  content: " »";
}

.f-article {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0 0 15px 0;
}

.feature-caption p {
  display: none;
  font-size: 12px;
}

.feature-caption h3 a {
  color: #333;
  font-weight: 800;
}

#entry0 {
  float: left;
  margin: 0 3% 0 0;
  width: 72%;
}

#entry0 p {
  display: block;
}

#entry0 h3 {
  padding: 5px 0;
}

#entry0 h3 a {
  font-size: 22px;
}

#entry1,
#entry2 {
  float: left;
  width: 25%;
}

#entry1 img {
  height: auto;
}

#entry1 h3 a,
#entry2 h3 a {
  font-size: 14px;
}

#picks-home {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#picks-home .article {
  width: 100%;
  float: none;
  position: relative;
}

#picks-home img {
  display: block;
  width: 100%;
}

#picks-home #article-2 {
  margin-right: 2%;
}

#picks-home a {
  float: left;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

#picks-home a h3 {
  color: #333;
}

#picks-home .summary h3 {
  font-size: 14px;
  font-weight: 600;
}

#picks-home .summary p {
  color: #333;
  font-size: 12px;
  /*display: none;*/
}

#picks-home .summary h3:hover,
#picks-home .summary p:hover {
  text-decoration: underline;
  color: #333;
}

#picks-home .summary {
  position: relative;
  padding: 10px 10px 10px 3px;
  width: 100%;
}

#popular-home {
  width: 100%;
}

#popular-home .article {
  float: left;
  width: 31.586%;
  margin-right: 2%;
  margin-bottom: 15px;
}

#popular-home #article-6, #popular-home #article-9 {
  margin-right: 0;
}

#popular-home img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

#popular-home a {
  color: #333;
}

#category-template .article {
  margin-bottom: 20px;
}

#category-template .cat-article.article a {
  float: left;
}

#category-template .cat-article.article featured-text a {
  float: none;
}

#featured-category #article-1 .featured-text {
  float: left;
  margin-left: 2%;
  width: 46%;
}

#featured-category .featured-text {
  float: left;
  margin-left: 2%;
  width: 67%;
}

#featured-category img {
  border: 1px solid #e3e3e3;
}

#featured-category .featured-text p {
  margin-bottom: 10px;
}

#subcategory-template .article {
  margin-bottom: 20px;
}

#featured-subcategory .featured-text {
  float: right;
  width: 430px;
}

#featured-subcategory .featured-text p {
  margin-bottom: 10px;
}

#more-subcategory h3 {
  margin-bottom: 10px;
}

#more-subcategory .article h3 {
  margin-bottom: 0;
  font-size: 14px;
}

#sidebar {
  float: left;
  margin-left: -356px;
  padding: 10px 10px 0 10px;
  width: 336px;
}

#sidebar .widget {
  margin: 0 0 10px;
}

#sidebar li {
  list-style: square;
  margin: 0 0 0 15px;
  padding: 0 0 7px;
}

#sidebar h4 a {
  font-weight: normal;
}

#related h3, #second-related h3, #third-related h3 {
  border-bottom: 1px dotted #ccc;
}

#related li, #second-related li, #third-related li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ccc;
}

#related a, #second-related a, #third-related li {
  background: transparent;
  display: block;
  padding: 7px 7px 7px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  clear: both;
  overflow: auto;
}

#related li a:hover, #second-related li a:hover, #third-related li a:hover {
  background: #fff;
  padding: 7px 0 7px 7px;
  text-shadow: none;
}

#related img, #second-related img, #third-related img {
  float: left;
  margin-right: 15px;
}

#mortgage-calculator label {
  width: 45%;
  display: inline-block;
}

#mortgage_payment, #mortgage_yearly_insurance, #mortgage_warning {
  margin-bottom: 10px;
}

#mortgage_payment {
  font-weight: bold;
}

#mortgage_warning {
  display: none;
}

#mortgage_warning p {
  font-weight: bold;
  font-size: 11px;
}

#searchForm {
  padding: 8px 0 5px 10px;
  background: #99b09d;
  margin: 0 -10px 10px -10px;
  color: #333;
}

#article-template #searchForm {
  margin: 0 0 10px;
}

#searchForm span, #searchForm input, #searchForm a, #searchForm img {
  float: left;
}

#searchForm .login_nav_white {
  font-size: 11px;
  font-weight: bold;
  color: white;
  padding: 8px 0 0;
}

#searchForm span {
  padding: 6px 3px 0 0;
  font-weight: bold;
}

#searchForm .content {
  padding: 3px 0 0 3px;
  margin-right: 8px;
}

#searchForm .go {
  margin-right: 5px;
  padding-top: 2px;
}

#searchForm img {
  margin-right: 4px;
  padding: 4px 0 0;
}

#pfnModule {
  background-image: url("images/newsletter_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-family: Helvetica, Arial, Verdana, Roboto, sans-serif;
  width: 338px;
  height: 141px;
}

#pfnModule div {
  padding: 14px 12px;
}

#pfnModule .pfnHead {
  font-size: 20.2px;
  color: #fff;
  text-align: left;
  text-shadow: 3px -1px 2px #333;
  -moz-text-shadow: 3px -1px 2px #333;
  -webkit-text-shadow: 3px -1px 2px #333;
  margin-top: 0;
  margin-bottom: 10px;
}

#pfnModule .pfnText {
  font-size: 11px;
  font-weight: lighter;
  line-height: 14px;
  color: #fff;
  text-align: left;
  margin-top: -3px;
}

#pfnModule input[type=text] {
  width: 175px;
  padding: 0px 8px;
  font-size: 12px;
  height: 26px;
  border: 0;
}

#pfnModule input[type=submit] {
  width: 100px;
  padding: 0px 8px;
  font-size: 14px;
  color: #fff;
  font-size: 15px;
  height: 28px;
  font-weight: 600;
  background: red;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e99f1f, #ee811b);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e99f1f, #ee811b);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e99f1f, #ee811b);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e99f1f, #ee811b);
  /* Standard syntax */
  border: 1px solid #cf690a;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-left: 14px;
  outline: 0 none;
  text-shadow: 1px 1px 2px #333;
  -moz-text-shadow: 1px 1px 2px #333;
  -webkit-text-shadow: 1px 1px 2px #333;
}

#pfnModule input[type=submit]:hover {
  border: 1px solid #fff;
}

@media (min-width: 320px) and (max-width: 480px) {
  #pfnModule {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 144px;
    width: 302px;
  }

  #pfnModule input[type=text] {
    width: 150px;
  }

  #pfnModule input[type=submit] {
    width: 93px;
  }

  #pfnModule .pfnHead {
    font-size: 19px;
  }
}
.privacy {
  padding: 0px 0px 8px 15px;
  font-size: 11px;
  text-align: left;
  color: #60f170;
  text-decoration: none;
}

a.policy:link {
  color: #60f170;
  text-decoration: none;
}

a.policy:visited {
  color: #60f170;
  text-decoration: none;
}

a.policy:hover {
  color: #60f170;
  text-decoration: underline;
}

a.policy:active {
  color: #60f170;
  text-decoration: none;
}

#error-message {
  margin-bottom: 15px;
}

footer {
  margin: 10px;
  clear: both;
}

#footer {
  background: #315D28;
}

#footer-container {
  text-align: center;
  margin-bottom: 15px;
}

#footer-logo {
  margin: 10px auto;
  width: 100px;
  height: 40px;
  background: url("/images/sprite.png") no-repeat 0 -340px;
}

#quick_links {
  background-color: #315D28;
}

#quick_links {
  padding: 1.5em 0;
  min-height: 215px;
  width: 90%;
  margin: 0 auto;
}

#quick_links, #quick_links .header, #quick_links a {
  color: #FFF !important;
}

#quick_links section, #zacks_reported section, #copyright section {
  width: 100%;
  max-width: 1050px;
  clear: both;
  margin: 0 auto;
  position: relative;
}

#quick_links > section > .header {
  text-transform: capitalize;
  font-size: 13.5pt;
  margin-bottom: 10px;
}

#quick_links div {
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}

#quick_links div {
  border-right: 1px solid #274a20;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}

#quick_links div {
  float: left;
  width: 15%;
  margin-left: 4%;
}

#quick_links div .header {
  margin-bottom: 0.2em;
}

#quick_links .header {
  text-shadow: 0 -1px #000;
  font-size: 10pt;
  font-weight: bold;
  display: block;
}

#quick_links ul {
  margin: 0;
  padding: 0 0 2em 0;
}

#quick_links ul li {
  line-height: 1.8em;
  margin-bottom: 0;
  font-size: 10pt;
}

#quick_links #follow_us li {
  line-height: 2.2em;
}

#quick_links #follow_us {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#quick_links #follow_us {
  border-right: 0;
  box-shadow: none;
}

#follow_us ul li {
  padding: 0 26px;
}

#follow_us li.facebook {
  background: url("/images/sprite.png") no-repeat -1px -34px;
}

#follow_us li.twitter {
  background: url("/images/sprite.png") no-repeat -1px -58px;
}

#follow_us li.linkedin {
  background: url("/images/sprite.png") no-repeat -1px -83px;
}

#follow_us li.rss {
  background: url("/images/sprite.png") no-repeat -1px -108px;
}

#follow_us li.youtube {
  background: url("/images/sprite.png") no-repeat -1px -133px;
}

#follow_us li {
  height: 23px;
  padding-left: 29px;
  padding-top: 0;
  margin: 6px 0;
}

.z_highlight {
  color: #D27603;
}

.reporting-sources {
  padding: 16px 0 7px;
  background: #AFAFAF;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #252525;
  color: #323232;
}

.footer-icons {
  float: left;
  clear: both;
  width: 753px;
  border-right: 1px solid #8b8b8b;
  height: 70px;
  padding-right: 5px;
}

.footer-icons p {
  margin-bottom: 3px;
  margin-top: 4px;
}

.reporting-images {
  float: left;
  padding-left: 5px;
  padding-bottom: 5px;
  background: url("/images/sprite.png") no-repeat 0 0;
  width: 742px;
  height: 30px;
  margin-left: 1px;
}

.BBBicon {
  width: 232px;
  float: left;
  border-left: 1px solid #bcbcbc;
  position: relative;
  padding-left: 8px;
  height: 70px;
}

.BBBicon p {
  float: left;
  font-weight: bold;
  line-height: 17px;
}

.BBBicon p:first-child {
  padding-top: 3px;
}

.bbb-logo {
  position: absolute;
  top: -4px;
  right: 0;
  width: 43px;
  height: 69px;
  background: url("/images/sprite.png") -1px -160px;
}

#copyright {
  padding-bottom: 13px;
}

#copyright p {
  margin: 0;
  padding: 5px 0;
  color: #4B4B4B;
  font-size: 9pt;
  line-height: 1.25;
}

.inline-ad {
  display: inline-block;
  width: 420px;
}

.google .label {
  font-size: 12px;
  margin-bottom: 8px;
}

.google .label a {
  color: #000;
  font-size: 14px;
}

.google .title-section {
  font-family: sans-serif;
  margin-bottom: 5px;
}

.google .ad-content {
  margin: 0 0 10px;
}

.google .url {
  color: #666;
  font-weight: normal;
  font-family: Georgia, serif;
}

#google-inline {
  margin-top: 0px;
  margin-bottom: 0px;
}

#google-inline .title-section .title {
  font-family: Verdana;
  margin-bottom: 5px;
  font-size: 17px;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #C0392B;
}

#google-article-block {
  background: none;
  margin-top: -4px;
  margin-bottom: 2em;
  padding: 0;
}

#google-article-block .google {
  letter-spacing: 0.05em;
}

#google-article-block .google .label {
  margin: 0 0 0.5em 0;
}

#google-article-block .google .label a {
  color: #000;
  margin: 0;
}

#google-article-block .ad-content {
  border-bottom: 2px solid #ccc;
  margin: 0;
  padding: 0.75em 0 0 0;
  clear: both;
}

#google-article-block .ad-content.even {
  background-color: #f7f7f7;
}

#google-article-block .title {
  font-family: Verdana;
  margin-bottom: 5px;
  font-size: 17px;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #C0392B;
}

#google-article-block .ad-cell {
  display: block;
  margin: 1em;
}

#google-article-block .ad-text {
  display: inline;
  margin: 0;
  padding: 0;
}

#google-article-block .ad-line {
  display: block;
}

#google-article-block .url {
  color: #000000;
  display: block;
  text-decoration: none;
  margin-top: 0.33em;
  font-family: inherit;
}

.desktop-bottom-ad {
  width: auto;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}

/* Mobile Landscape and Below
 * Everything up to and including the mobile landscape.
 */
@media (max-width: 480px) {
  #article-section {
    float: none;
    max-width: 99%;
    margin: 0 auto 10px auto;
  }

  #subnav-logo {
    background: url("/images/zacks_logo_highres.png") no-repeat;
    background-size: 49%;
  }

  #subnav-logo a {
    margin-left: 100px;
  }

  #article-section #main-article-photo {
    display: none;
  }

  #header {
    display: none;
  }

  #google-inline {
    margin: 0 0 20px;
  }

  #breadcrumbs {
    margin: 0 10px 3px;
    font-size: 11px;
  }

  #main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 10px 0 10px;
    width: 100%;
  }

  #page {
    padding: 0;
  }

  #navigation a {
    padding: 5px 10px 5px 9px;
  }

  #content {
    margin: 0 3px;
  }

  #title h1 {
    font-style: italic;
    line-height: 1.2em;
  }

  #more-articles {
    display: none;
  }

  #main-article-photo {
    max-width: 100%;
    margin: 0px;
  }

  .portrait #top-section {
    max-width: 100%;
    float: none;
  }

  #pfpModule {
    height: auto;
    width: 300px;
    background: #315D28;
  }

  #pfpModule .inputBox {
    float: none;
    margin: 0 0 5px;
  }

  #pfpModule .input {
    display: block;
    padding: 5px 0 10px 10px;
  }

  #qs-iframe {
    display: none;
  }
}
/* Mobile Landscape and Up
 * Everything below to and including the mobile landscape.
 */
@media (min-width: 480px) {
  #picks-home .article {
    width: 48.5666%;
    float: left;
  }
}
@media (max-width: 1035px) {
  .inline-ad {
    width: 320px;
  }
}
/* Tablet Portrait and Below
 * Everything below and including the portrait width of the tablet
 */
@media (max-width: 768px) {
  .mobile-top-ad {
    display: block;
    width: auto;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
  }

  #main {
    margin-bottom: 25px;
    overflow: hidden;
  }

  .inline-ad {
    width: 100%;
  }

  #article-section #main-article-photo {
    background: #E8E8E8;
    float: none;
    margin: 0 auto 10px;
    width: auto !important;
    max-width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }

  #article-section #main-image-wrap {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #article-section #main-article-photo img {
    margin: auto;
  }

  #sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    float: none;
    width: 100%;
    margin: auto;
    overflow: hidden;
  }

  .footer-icons {
    display: none;
  }

  a.btn-menu {
    display: block;
  }

  #main-nav a.btn-green {
    color: #31621c;
    top: -30px;
    right: 7px;
    border: 1px solid #31621c;
  }

  #main-nav {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 10000;
  }

  #main-nav ul {
    right: 10px;
    top: 5px;
    display: none;
  }

  #main-nav > ul > li > ul {
    display: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
    top: 0;
    left: 0;
    position: static;
  }

  #main-nav ul > li > ul > li:before {
    content: "";
    float: none;
  }

  #main-nav ul ul li a {
    float: none;
  }

  #main-nav li.premium ul {
    width: 100%;
  }

  #main-nav > ul > li {
    background: #3e7c24;
    border-bottom: 1px solid #31621c;
    box-shadow: none;
    float: none;
    padding: 0;
    width: 100%;
  }

  #subnav .subnav-links {
    display: none;
    border: 1px solid #CCC;
    background: #f3f3f3;
    position: absolute;
    top: 44px;
    right: 5px;
    width: auto;
  }

  #subnav .subnav-links li {
    border-bottom: 1px solid #999;
    border-right: none;
    float: none;
    list-style: none;
    margin: 0;
    padding: 10px;
    white-space: nowrap;
  }

  .subnav-links a {
    text-decoration: none;
    color: #555;
  }

  #subnav .subnav-links span {
    display: none;
  }

  #subnav .subnav-links li:first-child {
    border-left: none;
  }

  #subnav .subnav-links li:last-child {
    border-bottom: none;
  }

  #article-section #top-section {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 4px 0;
  }

  #breadcrumbs li {
    white-space: normal;
  }

  #more-articles.no-image {
    float: none;
    width: auto;
    margin-left: 0;
    padding: 0;
  }
}
/* Tablet Portrait and Up
 * Everything above and including the portrait width of the tablet
 */
@media (min-width: 768px) {
  #main {
    padding: 0px 374px 0 10px;
  }

  #sidebar {
    float: left;
    margin-left: -356px;
    padding: 10px 10px 0 10px;
    width: 336px;
  }
}
@media (max-width: 900px) {
  #quick_links div {
    width: 20%;
  }

  #follow_us {
    display: none;
  }

  #client_support {
    border-right: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }

  #copyright, .reporting-sources {
    width: 90%;
    margin: 0 auto;
    background: transparent;
    border: 0;
    overflow: hidden;
  }

  .footer-icons, .BBBicon {
    border: 0;
    padding: 0;
  }
}
@media (max-width: 665px) {
  #subscription-services {
    padding-left: 0;
    margin-bottom: 15px;
  }

  #quick_links {
    text-align: center;
  }

  .reporting-sources {
    display: none;
  }
}
/* Specific media query for navigation menu */
/* Apply _only_ to viewports in the 760px - 900px */
@media only screen and (min-width: 760px) and (max-width: 900px) {
  #subnav .subnav-links li {
    padding: 15px 10px 15px 10px;
    font-size: 11px;
  }
}
/* Specific media query to turn off 3x3 grid and
 * 2x2 grid located on home page. */
@media (max-width: 650px) {
  #entry0, #entry1, #entry2 {
    width: 100%;
  }

  #entry1, #entry2 {
    margin: 15px 0;
  }

  #entry1 p,
#entry2 p {
    display: block;
  }

  #entry1 h3 a,
#entry2 h3 a {
    font-size: 22px;
  }

  #popular-home .article {
    float: none;
    border-bottom: 1px solid #CCC;
    padding: 15px 0 15px 0;
    width: 100%;
  }

  #popular-home img {
    width: 196px;
  }

  #quick_links div {
    margin-left: 0;
    float: none;
    width: 100%;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/* Hide Email, RSS, Share from the sharebar for mobile */
@media (max-width: 950px) {
  #top-banner {
    display: none;
  }
}
@media (max-width: 968px) {
  #category-template .cat-article.article a {
    float: none;
  }

  #category-template #article-1 .featured-text {
    float: none;
    margin: 20px 0;
    width: 100%;
  }

  #category-template .article {
    border-bottom: 1px solid #ccc;
  }

  #featured-category .featured-text {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}
.pixel {
  height: 1px;
  width: 1px;
}

.hidden {
  display: none;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

#printmsg {
  display: none;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  #article-template #main {
    width: 100%;
    margin: 0;
  }

  #article-template #article-section {
    width: 100%;
  }

  #article-template #section-column, #article-template #sidebar, #header, #subnav, #breadcrumbs, footer {
    display: none;
  }

  #printmsg {
    display: block;
    border-bottom: 1px solid #999;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }

  #printmsg p {
    font-size: 2em;
  }

  #printmsg a {
    text-decoration: none;
  }

  #printmsg span {
    float: right;
  }

  #references a[href]:after, #resources a[href]:after {
    content: " (" attr(href) ")";
  }

  #references abbr[title]:after, #resources abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
/* .sticky-video-player {
  display: none;
}

.jwplayer-section {
  margin: 30px 0;
  padding: 20px 25px 40px 25px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.jwplayer-section .jwplayer__label {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.jwplayer-section .jwplayer__attribution {
  text-align: center;
  margin-top: 6px;
  font-size: 1.2em;
}
.jwplayer-section .jwplayer__attribution-sticky {
  text-align: center;
}
.jwplayer-section .jwplayer__container-outer {
  background-color: #FFFFFF;
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  height: auto;
  padding: 7px;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  z-index: 999999;
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky .jwplayer__close {
  display: block;
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky #jw-player {
  position: relative;
  top: auto;
  left: auto;
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  background-color: #000000;
  z-index: 999999;
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 6px;
  overflow: hidden;
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::before,
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #FFFFFF;
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::before {
  transform: rotate(45deg);
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::after {
  transform: rotate(-45deg);
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container #jw-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

@media (min-width: 992px) {
  .sticky-video-player {
    display: block;
  }
} */
/* AKAMAI PLAYER STYLES */
.jwplayer-section {
  margin: 10px 0;
  padding: 20px 25px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.jwplayer-section .jwplayer__label {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.jwplayer-section .jwplayer__attribution {
  text-align: center;
  margin-top: 6px;
  font-size: 1em;
  color: #565656;
}

.jwplayer-section .jwplayer__attribution-sticky {
  text-align: center;
}

.jwplayer-section .jwplayer__container-outer {
  background-color: #FFFFFF;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container {
  position: relative;
  height: 0;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: auto;
  padding: 1px;
  animation-name: fade_in;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-color: #e0e0e0;
  border-radius: 5px;
  z-index: 999999;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky .akamai-player {
  border-radius: 5px;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky .amp-controls {
  display: none;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky .amp-progress {
  display: none;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky .amp-pause-overlay {
  width: 1.5em;
  height: 1.5em;
  border-radius: 1em;
  font-size: 2em;
  line-height: 0.5em;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky .amp-unmute {
  top: 5px;
  right: 5px;
}

#jw-player {
  border-radius: 5px;
}

#jw-player .jw-controlbar {
  display: none;
}

#jw-player .jw-display {
  padding-top: 50px;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky .jwplayer__close {
  display: block;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky #jw-player {
  position: relative;
  top: auto;
  left: auto;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  z-index: 999999;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 6px;
  overflow: hidden;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::before,
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1px;
  background: #FFFFFF;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::before {
  transform: rotate(45deg);
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::after {
  transform: rotate(-45deg);
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container #jw-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

nav#primary {
  max-width: 1005px;
  width: 100%;
  margin: 0 auto;
}

#main_menu, #main_menu_wrapper {
  display: table;
  width: 100%;
  max-width: 1005px;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

@media screen and (min-width: 1024px) {
  #main_menu_wrapper {
    position: fixed !important;
    top: 0 !important;
  }
}
#main_menu, #main_menu_wrapper {
  display: table;
  width: 100%;
  max-width: 1005px;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

#main_menu {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px 0 #000, 0 0 0 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 4px 0 #000, 0 0 0 1px rgba(0, 0, 0, 0.6);
}

#main_menu, #top_zacks_features > h1 {
  background: #7ecd40;
  background: -moz-linear-gradient(top, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ecd40), color-stop(4%, #61bf35), color-stop(7%, #5eaf39), color-stop(11%, #59a42e), color-stop(14%, #50a331), color-stop(18%, #4da324), color-stop(21%, #54a131), color-stop(29%, #4e9e2d), color-stop(39%, #489128), color-stop(43%, #468c29), color-stop(50%, #408322), color-stop(54%, #3e7c24), color-stop(57%, #37761e), color-stop(61%, #346f1c), color-stop(71%, #306419), color-stop(79%, #32651a), color-stop(82%, #2f6818), color-stop(86%, #366d1d), color-stop(89%, #376d1f), color-stop(93%, #387621), color-stop(96%, #377d1a), color-stop(100%, #437f25));
  background: -webkit-linear-gradient(top, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  background: -o-linear-gradient(top, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  background: -ms-linear-gradient(top, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  background: linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
  box-shadow: 0 1px 4px 0 #000, 0 0 0 1px rgba(0, 0, 0, 0.6);
}

#main_menu li:first-child, #main_menu li:first-child a {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}

#main_menu li.selected, #main_menu > li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#main_menu li:first-child, #main_menu li:first-child a {
  border-radius: 2px 0 0 2px;
  border-left-width: 0;
}

#main_menu li {
  position: relative;
}

#main_menu li {
  margin-bottom: 0;
}

#main_menu li {
  display: table-cell;
  min-width: 80px;
  z-index: 11;
  vertical-align: top;
}

@media print, (min-width: 1024px) {
  .header-toogle-btn, .mobile-main-navbar, .mobile-search-round-box, .mobile_minus_icon, .mobile_plus_icon, .nav-toggle, .top-header-section .header-toogle-btn, .top-header-section .user-menu_list, span.plus-minus {
    display: none !important;
  }
}
#main_menu li a, #quick_links, #quick_links a, #quick_links h1, #top_zacks_features h1, .fancy_button, .fancy_button:active, .fancy_button:focus, .fancy_button:hover, .fancy_button:visited {
  color: #fff !important;
}

#main_menu li a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 -1px 2px #000;
  border-right: rgba(0, 0, 0, 0.4) 1px solid;
  border-left: rgba(255, 255, 255, 0.3) 1px solid;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}

#comp_news #provider_content_news span#more_article a:hover::after, #zacks_mf_rank > p a, .byline a:hover, .call_header, .call_to_action, .compperform a, .header_sub_link:hover::after, .in_copy, .view_peers_btn, .view_peers_btn:after, a span:hover, a:hover, article a:hover h1, article a:hover h2, footer p a:hover:after {
  color: #1d5eb5 !important;
}

a:active, a:hover {
  outline: 0;
}

#main_menu ul {
  width: 200px;
  border-radius: 0;
  left: 1px;
  top: 17px;
}

#main_menu ul {
  width: 200px;
}

#main_menu li.nav-hilite ul, #main_menu ul {
  background-color: rgba(24, 24, 24, 0.9);
  border-radius: 0 0 4px 4px;
  padding: 5px 7px;
}

#main_menu ul {
  width: 990px;
  box-shadow: none;
  display: none;
  padding: 5px 7px;
  margin: 1em 0;
  position: absolute;
  top: 16px;
  left: 0;
}

#main_menu li:hover > ul {
  display: block;
}

#main_menu li a, #main_menu li:hover > ul, #main_menu li > ul:hover, #search_form, #stock_research_form, article.video a, img[title=bear], img[title=bull] {
  display: block;
}

#main_menu li ul:hover {
  display: block;
}

#main_menu ul li:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#main_menu li:first-child, #main_menu li:first-child a {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}

#main_menu li:first-child, #main_menu li:first-child a {
  border-radius: 2px 0 0 2px;
  border-left-width: 0;
}

#main_menu li > ul > li {
  min-width: 10px;
}

#main_menu ul li {
  height: auto;
  border: 0;
  font-size: 10pt;
  font-weight: 400;
  line-height: 1.25;
  padding: 0 10px 0 0;
  display: block;
}

#main_menu li {
  position: relative;
}

#main_menu li {
  margin-bottom: 0;
}

#main_menu li {
  display: table-cell;
  min-width: 80px;
  z-index: 11;
  vertical-align: top;
}

#main_menu ul {
  width: 200px;
  border-radius: 0;
  left: 1px;
  top: 17px;
  list-style: none;
}

#main_menu ul li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#main_menu ul li a {
  width: 193px;
  text-align: left;
  display: block;
  padding: 8px 4px 8px 4px;
  outline: 0;
}

#main_menu ul li a {
  border: 0;
  width: 100%;
  height: auto;
  border-radius: 0;
  line-height: 1;
  padding: 5px;
  text-align: left;
  display: block;
}

#main_menu ul li a:hover {
  background-color: #017e00 !important;
  color: #fff !important;
  text-shadow: none;
  border-radius: 0;
}

p.top_special {
  font-size: 10pt;
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  .top_special {
    padding-top: 2.2em;
  }
}
.top_special {
  float: left;
  margin-top: 15px;
}

#user_menu {
  float: right;
  margin: 0.5em 0.6em 0.4em 0;
  padding: 1em 0;
  list-style-type: none;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  #user_menu {
    padding-top: 2.5em;
  }
}
#user_menu li:first-child {
  border: none !important;
}

#user_menu li {
  display: inline;
  margin: 1em 0;
  padding: 0 0.6em 0 0.9em;
  border-left: 1px solid #cacaca;
  color: #4b4b4b;
}

#user_menu li a {
  font-size: 10pt;
  font-weight: 700;
}

#log_me_in {
  display: block;
  position: relative;
}

#login_form {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#log_me_in #close_login, #log_me_in #login_form a, #log_me_in #login_form a:hover, #login_form, #login_form h1, #login_form label, #login_form li {
  font-weight: 700;
  color: #fff !important;
  text-shadow: 0 -1px 2px #000;
}

#login_form {
  z-index: 100;
  position: absolute;
  padding: 0.9em 1em;
  margin: 1em;
  background-color: #e3e3e3;
  border-radius: 6px;
  width: 200px;
  top: 24px;
  left: -140px;
  display: none;
  text-align: left;
  background-color: rgba(24, 24, 24, 0.9);
  border: 1px solid #1e1e1e;
}

@media screen and (max-width: 480px) {
  nav#primary, #brand-banner {
    display: none;
  }

  #subnav {
    margin: 0 0 20px;
  }

  #subnav h1 {
    margin: 0;
  }

  #article-section p {
    text-align: justify;
    text-justify: inter-word;
  }
}
#main_menu .nav-hilite a.sevices-btn {
  cursor: default;
}

#main_menu li.nav-hilite a {
  background: #df7c38;
  background: -moz-linear-gradient(top, #df7c38 0, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #df7c38), color-stop(4%, #f79439), color-stop(7%, #ed9a3c), color-stop(11%, #f5953f), color-stop(14%, #f49537), color-stop(18%, #ee9c38), color-stop(21%, #f1953e), color-stop(29%, #f1963b), color-stop(39%, #ef8f3b), color-stop(50%, #e68536), color-stop(54%, #e67f36), color-stop(64%, #dd7130), color-stop(71%, #db6930), color-stop(79%, #dd6934), color-stop(82%, #e16a32), color-stop(86%, #db6f2e), color-stop(89%, #db7231), color-stop(93%, #e27437), color-stop(96%, #dd7c35), color-stop(100%, #dd6229));
  background: -webkit-linear-gradient(top, #df7c38 0, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
  background: -o-linear-gradient(top, #df7c38 0, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
  background: -ms-linear-gradient(top, #df7c38 0, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
  background: linear-gradient(to bottom, #df7c38 0, #f79439 4%, #ed9a3c 7%, #f5953f 11%, #f49537 14%, #ee9c38 18%, #f1953e 21%, #f1963b 29%, #ef8f3b 39%, #e68536 50%, #e67f36 54%, #dd7130 64%, #db6930 71%, #dd6934 79%, #e16a32 82%, #db6f2e 86%, #db7231 89%, #e27437 93%, #dd7c35 96%, #dd6229 100%);
}

#main_menu li.nav-hilite #firefoxRelativePositionFix {
  position: relative;
  top: -1px;
}

#main_menu li.nav-hilite:hover ul.mobile-sub-menu {
  display: block;
}

#main_menu li.nav-hilite ul.mobile-sub-menu {
  width: 386px;
  box-shadow: none;
  display: none;
  padding: 10px 20px 20px;
  position: absolute;
  top: -12px;
  left: -133px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#main_menu li.nav-hilite:hover ul {
  display: block;
}

#main_menu li.nav-hilite ul, #main_menu ul {
  background-color: rgba(24, 24, 24, 0.9);
  border-radius: 0 0 4px 4px;
  padding: 5px 7px;
}

#main_menu li.nav-hilite ul {
  width: 238px;
  box-shadow: none;
  display: none;
  padding: 5px 10px 10px;
  position: absolute;
  top: -13px;
}

#main_menu li.nav-hilite ul.mobile-sub-menu li {
  padding: 0;
}

#main_menu li.nav-hilite ul li.grouphead {
  border-bottom: 1px solid #fff;
}

#main_menu ul li:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#main_menu .nav-hilite ul li {
  margin: 0;
  padding: 0;
}

#main_menu .nav-hilite ul li {
  display: block;
  float: none;
  text-align: left;
  margin-bottom: 0.3em;
  margin: 8px 15px;
  padding: 0;
}

#main_menu li.nav-hilite ul.mobile-sub-menu li {
  padding: 0;
}

#main_menu li.nav-hilite ul li.grouphead {
  border-bottom: 1px solid #fff;
}

#main_menu ul li:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#main_menu .nav-hilite ul li {
  margin: 0;
  padding: 0;
}

#main_menu .nav-hilite ul li {
  display: block;
  float: none;
  text-align: left;
  margin-bottom: 0.3em;
  /* margin: 8px 15px; */
  padding: 0;
}

#main_menu .nav-hilite ul li.premium-services:first-child a {
  margin-bottom: 5px;
  font-size: 13px;
}

#main_menu .nav-hilite ul li.premium-services a {
  padding: 8px 0 8px 4px;
  font-size: 16px;
  width: 99%;
}

#main_menu .nav-hilite ul li a {
  padding: 8px 0 8px 4px;
  margin-right: 0;
}

#main_menu .nav-hilite ul li a {
  text-align: left;
  background: 0 0;
  padding: 0 0 8px 0;
}

#main_menu li.nav-hilite ul.services-column {
  margin: 5px 0 0 0;
}

#main_menu li.nav-hilite ul.services-column, #main_menu li.nav-hilite ul.services-section {
  position: inherit;
  background-color: transparent;
  padding: 0;
  top: 0;
  width: 386px;
  left: 0;
  display: block;
}

#main_menu li.nav-hilite:hover ul {
  display: block;
}

#main_menu li.nav-hilite .two-col {
  float: left;
  width: 46% !important;
  /* margin-right: 8%!important; */
}

#main_menu li.nav-hilite ul.services-column > .trader-type, #main_menu li.nav-hilite ul.services-section > .trader-type {
  color: #f88c29;
  font-weight: 700;
  padding: 8px 0 8px 4px;
  margin-bottom: 0;
}

#main_menu li.nav-hilite ul.services-column, #main_menu li.nav-hilite ul.services-section {
  position: inherit;
  background-color: transparent;
  padding: 0;
  top: 0;
  width: 386px;
  left: 0;
  display: block;
}

#main_menu li.nav-hilite ul.services-section {
  margin: 0;
  width: 100%;
}

#main_menu .nav-hilite ul li a {
  padding: 8px 0 8px 4px;
  margin-right: 0;
}

#main_menu li.nav-hilite ul.services-column li a:hover {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#main_menu li.nav-hilite ul.mobile-sub-menu li a:hover {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#main_menu li.nav-hilite ul.services-column li a:hover {
  width: 98%;
}

#main_menu li.nav-hilite ul.mobile-sub-menu li a:hover {
  background-color: #017e00 !important;
  color: #fff !important;
}

#main_menu .nav-hilite ul li:last-child a {
  margin-top: 0;
}

#main_menu ul li a:hover {
  background-color: #017e00 !important;
  color: #fff !important;
  text-shadow: none;
  border-radius: 0;
}

#search_form input[type=text] {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

#search_form input[type=text] {
  width: 140px;
  padding: 2px 26px 2px 8px;
  margin: 4px 13px;
  border: 1px solid #096319;
  border-radius: 15px;
  background-color: #fafafa;
  outline: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-appearance: none;
  font-size: 13px;
}

#search_form, #search_form input {
  float: none;
}

#search_form input[type=submit], #stock_research_form input[type=submit] {
  border: none;
  cursor: pointer;
  background-color: transparent;
}

#search_form .submit {
  background-image: url("/images/z-sprite-icons-homepage.png");
  background-repeat: no-repeat;
  background-position: -196px -78px;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  margin-top: 7px;
  margin-left: -34px;
  border: none;
  float: none;
  content: none;
}

/* accordian toggle styling */
.accordian-toggle {
  position: absolute;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 1.5rem;
  opacity: 0;
  cursor: pointer;
}

.accordian-label {
  display: flex;
  align-items: center;
}

.accordian-label .accordian-is-closed-label, .accordian-label .accordian-is-open-label {
  margin-right: 0.5rem;
}

.accordian-label .accordian-is-closed-label svg circle, .accordian-label .accordian-is-open-label svg circle {
  fill: #418624;
}

.accordian-label h4 {
  font-family: sans-serif;
  margin: 0;
  cursor: pointer;
}

.accordian-is-open-label, .accordian-content {
  display: none;
  flex-direction: column;
}

.accordian-is-open-label li, .accordian-content li {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.75rem;
  margin: 0.25rem 0 0 1.5rem;
}

.accordian-is-open-label li p, .accordian-content li p {
  margin: 0 0 0.75rem 0;
  padding: 0;
}

.accordian-is-open-label li::before, .accordian-content li::before {
  position: absolute;
  content: "•";
  font-size: 1.5rem;
  margin: 0 0.5rem 0 -1rem;
  color: #3080b5;
}

.accordian-is-open-label p, .accordian-content p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin: 0.25rem 0 0 1.5rem;
}

.accordian-toggle:checked ~ .accordian-content {
  display: flex;
}

.accordian-toggle:checked ~ .accordian-label .accordian-is-closed-label {
  display: none;
}

.accordian-toggle:checked ~ .accordian-label .accordian-is-open-label {
  display: flex;
}

/* END accordian toggle styling */

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