/** top level variables */
/* ############################################ */
/* CSS VARIABLES ARE HERE: _variables_root.scss */
/* CSS VARIABLES ARE HERE: _variables_root.scss */
/* CSS VARIABLES ARE HERE: _variables_root.scss */
/* CSS VARIABLES ARE HERE: _variables_root.scss */
/* ############################################ */
/* =========================== */
/* ===== Branding colors ===== */
/* =========================== */
/* newswire named colors */
/* AVOID USING THESE UNLESS ALREADY BRAND AWARE */
/* pressrelease.com named colors */
/* AVOID USING THESE UNLESS ALREADY BRAND AWARE */
/* USE THESE WHERE POSSIBLE INSTEAD OF NON-BRAND VERSIONS */
/* ================================ */
/* ===== Design system colors ===== */
/* ================================ */
/* NOT FROM FIGMA */
/* NOT FROM FIGMA */
/* Must start with $text-color */
/* Must start with $border-color */
/* Must start with $background-color */
/* ======================= */
/* ===== Breakpoints ===== */
/* ======================= */
/* ===================================== */
/* ======= Fonts and text styles ======= */
/* ===================================== */
/* ===================================== */
/* ==== Design system for dashboard ==== */
/* ===================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-primary);
  color: #4b5664;
}

input, textarea, select, button {
  font-family: var(--font-family-primary);
}

/* fix for chrome on windows fonts */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "FontAwesome";
    src: url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  }
}
a {
  color: #2a7ddf;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  color: #1357a8;
}

input:focus {
  outline: none;
}

ul, li {
  list-style: none;
}

h1, h2, h3, h4, ul, li, p, form {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
}

button {
  cursor: pointer;
}

img {
  border: none;
}

.brand-logo {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 8px 0;
  background: url("../im/logo_white.png") no-repeat;
  width: 103px;
  height: 14px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  opacity: 0.9;
}

.bs3-container-back {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.bs3-container {
  margin: 0 auto;
  max-width: 1170px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1210px) {
  .bs3-container {
    margin: 0 20px;
  }
}
.bs3-container-back + .bs3-container {
  background: #fff;
}

.mobile {
  display: none;
}

.top-panel {
  background: #1357a8;
  position: relative;
  z-index: 1;
}

.latest-news .ln-header h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #4b5664;
  margin-bottom: 20px;
}

.latest-news .ln-header h2 span.muted {
  font-weight: normal;
}

.ln-header .ln-header-text .muted,
.ln-header .ln-header-text {
  color: #4b5664;
}

/* Latest News Item */
.ln-block {
  border: 1px solid #d3d8d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  width: 31%;
  float: left;
  margin-bottom: 20px;
}

.masonry:not(.masonry-before) .ln-block {
  margin-right: 20px;
}

.columnize:not(.columnize-before) .ln-block {
  margin-right: 20px;
}

.columnize:not(.columnize-before) {
  margin-right: -20px;
}

.ln-block .ln-cover img.loaded {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 3px 3px 0px 0px;
  height: auto !important;
  width: 100% !important;
}

.ln-block .ln-cover img.blog_cover {
  width: auto !important;
  max-width: 100%;
}

.ln-block-header {
  color: #7d828c;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  padding: 20px 20px 0;
  display: block;
}

.ln-block-header.pinned-content {
  /* background: url("../im/pin.png") top right no-repeat; */
}

.ln-block-header .ln-category,
.ln-block-header .ln-category a {
  font-weight: 700;
  color: #7d828c;
}

.ln-block-header .ln-category {
  display: inline-block;
  margin-right: 8px;
}

.ln-block a.content-link {
  display: block;
  padding: 0 20px 20px;
  text-decoration: none;
}

.ln-block .ln-title {
  color: #1357a8;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 12px 0 15px;
  line-height: 24px;
}

.ln-block .ln-content {
  color: #4b5664;
  font-size: 14px;
  line-height: 22px;
}

.content-view {
  padding: 5px 10px;
}

/* Aside */
.aside h3 {
  color: #4b5664;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  padding: 6px 0 6px;
  font-weight: 700;
}

h3.model-header-h3 {
  padding: 5px 0 5px 0;
  line-height: normal;
}

.aside p {
  color: #4b5664;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}

.aside-content {
  margin-top: 15px;
}

/* Aside Address*/
.al-adr .adr {
  margin-top: 10px;
}

.al-adr .adr .adr-tel {
  margin-top: 10px;
}

.al-adr span {
  color: #4b5664;
  font-size: 13px;
  display: block;
  line-height: 20px;
}

/* Links List */
.links-list {
  font-size: 14px;
  margin: 5px 0px;
}

.links-list li i {
  display: none;
}

.links-list li {
  display: block;
  font-size: 14px;
  transition: background 0.5s;
  margin-bottom: 2px;
}

.links-list li.active a {
  background: #1357a8;
  color: #fff;
}

.links-list li:not(.active):hover a {
  background: #eee;
}

.links-list li:first-child {
  border-top: 0;
}

.links-list li a {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #2a7ddf;
}

.links-list li a:hover {
  text-decoration: none;
}

.links-list li a span {
  display: block;
}

.links-list li a .link-date {
  color: #4b5664;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}

/* Aside Press Contact */
.aside-press-contact .aside-content {
  padding: 5px 10px 25px 10px;
}

.aside-press-contact img {
  margin: 0px 0px 10px 0px;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.aside-press-contact .contact-image + .aside-content-block {
  margin-left: 70px !important;
}

.aside-content-block {
  display: block;
  margin-left: 0 !important;
}

.aside-content-block span {
  color: #4b5664;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.aside-content-block .aside-pc-name {
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1px;
}

.aside-content-block ul {
  margin-top: 8px;
}

.aside-content-block li {
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
}

.aside-content-block li a {
  font-size: 12px;
  line-height: 12px;
}

.aside-content-block li a:hover {
  text-decoration: none;
}

.row-fluid .main {
  width: 74.6%;
}

.hidden {
  display: none;
}

.aside-social-list {
  padding: 15px 0;
}
.aside-social-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.aside-social-list ul li {
  margin: 0 7px 7px 0;
}

/* Bootstrap Breakpoints */
@media only screen and (max-width: 1200px) { /* Extra small screen / phone */ }
@media only screen and (max-width: 992px) { /* Small screen / tablet */ }
@media only screen and (max-width: 768px) { /* Medium screen / desktop */ }
@media only screen and (max-width: 480px) { /* Large screen / wide desktop */ }
/* Breakpoints */
@media only screen and (max-width: 1281px) { /* hi-res laptops and desktops */ }
@media only screen and (max-width: 1025px) { /* big landscape tablets, laptops, and desktops */ }
@media only screen and (max-width: 961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media only screen and (max-width: 641px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media only screen and (max-width: 481px) { /* smartphones, Android phones, landscape iPhone */ }
@media only screen and (max-width: 320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
#login-form input {
  height: 36px;
  width: 250px;
}

#login-form-links .vertical-bar {
  display: inline-block;
  margin: 0px 3px;
}

#login-form {
  padding: 20px;
}

#login-error {
  margin-bottom: 0;
  width: 215px;
}

.row-fluid .org-content.no-logo {
  width: 100%;
}

.org-brand {
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 160px !important;
}

.org-brand img {
  vertical-align: middle;
}

#ln-container-loader {
  background: url("../im/loader-circle-medium.gif") no-repeat;
  bottom: 24px; /* 24 footer */
  display: none;
  height: 24px;
  left: 24px;
  position: fixed;
  width: 24px;
}

.footer-brand-logo {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url("../im/logo_footer.png") no-repeat;
  margin: 9px 0;
  width: 92px;
  height: 12px;
}

.footer {
  border-top: 1px solid #ccc;
  background: #f1f1f1;
  background: rgba(241, 241, 241, 0.75);
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.footer-brand {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}

.footer-brand:hover {
  color: #999;
  text-decoration: none;
}

/* Footer Menu */
.footer-menu ul {
  float: right;
  opacity: 0.75;
}

.footer-menu li {
  float: left;
  margin-left: 17px;
  line-height: 30px;
}

.footer-menu li a {
  color: #666;
  font-size: 12px;
  line-height: 30px;
}

.footer-menu i {
  margin-right: 3px;
  vertical-align: middle;
  margin-top: 1px;
}

.is-own-domain #ln-container-loader {
  bottom: 24px;
}

.ln-contact-block {
  max-width: 166px;
  float: left;
  margin-right: 10px;
  position: relative;
}

.ln-contact-block img {
  margin: 1px auto;
  display: block;
  border-radius: 3px 3px 0px 0px;
}

.ln-contact-details {
  border: 1px solid #fff;
  border-radius: 0px 0px 3px 3px;
  border-top: none;
  padding: 5px 7px 6px 7px;
}

.ln-contact-title {
  color: #4b5664;
  font-size: 9px;
  line-height: 1em;
  text-transform: uppercase;
}

.ln-cover-overlay {
  display: none;
}

.ln-press-contact .ln-cover-overlay {
  background: url("assets/im/press-contact-overlay.png") no-repeat;
  display: block;
  height: 19px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 145px;
}

.ln-press-contact .ln-contact-details * {
  color: #fff !important;
}

.ln-press-contact {
  border-color: #369;
}

.ln-press-contact .ln-contact-details {
  background-color: #369;
}

.inner-content {
  margin-top: 15px;
  color: #4b5664;
  padding: 20px;
  border: 1px solid #eaeaea;
}

.html-content ul {
  padding: 3px;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 18px;
}

.html-content ul li {
  list-style: disc !important;
}

.html-content ul li ul li {
  list-style: circle !important;
}

.html-content ol {
  padding: 3px;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 18px;
}

.html-content ol li {
  list-style: decimal;
}

.html-content ol[type=A] li {
  list-style: upper-alpha;
}

.html-content .image {
  text-align: center;
}

.html-content .image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}

.html-content .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

.html-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.html-content .image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}

.html-content .image-style-align-left {
  float: left;
}

.html-content .image-style-align-right {
  float: right;
}

.html-content .image.image_resized > figcaption {
  display: block;
}

.html-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

.company-top {
  font-size: 12px;
  line-height: 1em;
}

.company-top .company-top-item {
  display: inline-block;
  margin-right: 8px;
}

.company-inline-block {
  display: inline-block;
  margin-left: 20px;
  line-height: 24px;
  text-align: left;
  margin-top: 15px;
}

.company-about-h2 {
  margin-bottom: 30px;
}

.company-about-h2 > * {
  vertical-align: middle;
}

.faded-text {
  padding-top: 20px;
}

a.newsroom-h1 {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.simple-content-area h4 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.simple-content-area hr {
  margin-top: 5px;
  margin-bottom: 15px;
}

.input-prepend.input-block-level {
  display: table;
  width: 100%;
}

.input-prepend.input-block-level .add-on {
  display: table-cell;
  background-color: #eeeeee;
  width: 30px;
}

.input-prepend.input-block-level > input {
  box-sizing: border-box;
  height: 30px;
  display: table-cell;
  width: 100%;
  border-left-style: none;
}

.article-header {
  padding-right: 15px;
  margin-bottom: 20px;
}

.article-header h2 {
  line-height: 46px;
}

.article-info {
  color: #4b5664;
  display: block;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.article-info .dash {
  width: 0px;
  margin-right: 5px;
  overflow: hidden;
  display: inline-block;
}

.article-content p {
  color: #4b5664;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}

.html-content p {
  padding-bottom: 18px;
}

.html-content {
  color: #4b5664;
  font-size: 16px;
  line-height: 23px;
}

.event-block {
  color: #4b5664;
}

.add-border {
  border-radius: 4px;
}

.article-content blockquote {
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 0;
  margin-top: 2px;
  float: right;
  width: 265px;
  position: relative;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-indent: 0px !important;
}

.article-content blockquote q {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.article-content blockquote .author {
  bottom: -44px;
  color: #4b5664;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 12px;
  max-width: 188px;
  position: absolute;
  right: 8px;
  text-align: right;
  text-transform: uppercase;
}

.article-content blockquote .arrow {
  position: absolute;
  background: url("/assets/im/qcorner.png") no-repeat;
  bottom: -21px;
  left: 20px;
  width: 43px;
  height: 25px;
}

.article-summary {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding-bottom: 18px;
}

.article-details-no-bold {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal !important;
  margin-top: 10px;
}

.article-content .article-summary {
  font-size: 16px;
  line-height: 22px;
}

.article-content p.article-details-license {
  font-size: 12px !important;
  line-height: 12px;
  font-weight: normal !important;
  padding-bottom: 12px;
}

.article-content .ad-label {
  display: inline-block;
  width: 80px;
}

.media-block.pull-left {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 0px;
  margin-top: 0px;
}

.pull-left {
  float: left;
}

section.article-content {
  overflow: hidden;
}

.resources-block {
  padding-bottom: 20px;
}

.view-web-images-section {
  padding-bottom: 10px;
}

.resources-block h3 {
  color: #4b5664;
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
  margin: 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ccc;
}

.rb-categories-block .rb-categories {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.rb-categories-block h3 {
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  padding: 0 10px;
}

.rb-categories-block p {
  padding: 5px 8px;
}

.rb-additional-resources li {
  color: #4b5664;
  font-size: 14px;
  list-style: disc inside;
}

.view-web-images {
  position: relative;
}

.view-web-images a {
  float: left;
  margin-bottom: 19px;
  margin-right: 19px;
}

.view-web-images img {
  border-radius: 4px 4px 4px 4px;
  max-width: 160px;
}

.view-web-images a:nth-child(4n) {
  float: left;
  margin-bottom: 19px;
  margin-right: 0px;
}

.hide-bullet li {
  list-style-type: none !important;
}

i.icon-blank {
  display: inline-block;
  height: 15px;
  width: 13px;
}

.event-details p span {
  display: inline-block;
  min-width: 50px;
  padding-left: 5px;
}

.event-details p i {
  display: inline-block;
  min-width: 16px;
}

.related-files-with-icons img {
  margin-left: 1px;
  margin-bottom: 2px;
}

.hide-bullet li {
  list-style-type: none !important;
}

.icon-padding-fix {
  padding-top: 7px !important;
}

.contact-page {
  padding-top: 15px;
}

.contact-links {
  color: #5f93c7;
  font-size: 14px !important;
  font-weight: normal !important;
}

.contact-icons i {
  display: inline-block;
  min-width: 16px;
}

.contact-links {
  padding-top: 2px;
}

.contact-links:first-child {
  padding-top: 15px;
}

.contact-links a:hover {
  text-decoration: none;
}

.contact-icons.inline .contact-links:first-child {
  padding-top: 0;
}

.contact-icons.inline .contact-links {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-top: 0;
}

.aside-pc-name a {
  color: #4b5664;
  text-decoration: none;
}

.aside-website,
.aside-newsroom {
  font-size: 14px;
}

.aside-website a,
.aside-newsroom a {
  font-size: 13px;
  text-decoration: none;
}

.aside-website + .aside-newsroom {
  margin-top: -8px;
}

.news-center-listing .ln-block {
  width: 23.4%;
}

.org-header {
  border-bottom: 1px solid #ccc;
  min-height: 101px;
  padding: 0;
}

.org-header.white {
  background: #fff;
}

.org-header.slim {
  min-height: 81px;
}

.org-header-logo {
  float: left;
  margin-right: 45px;
  width: auto;
}

.org-header-logo a,
.org-header-text > span {
  display: table-cell;
  vertical-align: middle;
}

.org-header-logo a {
  height: 100px;
}

.org-header-text > span {
  height: 96px;
}

.org-header.slim .org-header-logo a {
  height: 80px;
}

.org-header.slim .org-header-text > span {
  height: 76px;
}

.org-header-text {
  float: left;
  width: auto;
}

.org-header-text a {
  color: #4b5664;
}

.org-header-text .prefix {
  color: #999;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 13px;
  text-transform: uppercase;
}

.org-header-text h1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  color: #4b5664;
}

.org-header-search form {
  position: relative;
}

.org-header-search input {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #ddd;
  min-height: 34px;
  padding-left: 36px;
  padding-right: 11px;
  right: 0px;
  margin-top: 33px;
  width: 100%;
}

.org-header-search button {
  background: url("../im/newsroom-search.png") no-repeat center;
  border: 0;
  height: 18px;
  position: absolute;
  left: 12px;
  text-indent: -9999px;
  top: 41px;
  width: 18px;
}

.org-header.slim .org-header-search input {
  margin-top: 21px;
}

.org-header.slim .org-header-search button {
  top: 31px;
}

#ln-container {
  margin-top: 20px;
  clear: both;
}

#ln-container.social-wire {
  margin-top: 25px;
  overflow: visible;
}

.ln-block.social-stream img {
  border-radius: 3px;
}

.html-content p:last-child {
  padding-bottom: 0;
}

.org-header-text h1 a {
  display: inline-block;
  min-width: 250px;
}

#feedback {
  padding: 0px;
}

#feedback .alert {
  margin-bottom: 10px;
  box-sizing: border-box;
}

.share-bottom {
  clear: both;
  padding-top: 5px;
}

.share-bottom *, .share-share * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.share-bottom .share-facebook,
.share-bottom .share-twitter,
.share-bottom .share-linkedin,
.share-bottom .share-google-plus,
.share-bottom .share-email {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 2px;
  padding: 6px 10px;
  line-height: 21px;
  text-decoration: none;
}

.share-bottom i {
  font-size: 21px;
  margin-right: 2px;
  vertical-align: middle;
  margin-right: 0;
}

.share-bottom .share-facebook {
  background: #305891;
}

.share-bottom .share-email {
  background: #fbbc05;
}

.share-bottom .share-twitter {
  background: #2ca8d2;
}

.share-bottom .share-linkedin {
  background: #4498c8;
}

.share-bottom .share-google-plus {
  background: #dd4b39;
}

.share-bottom .share-linkedin i:before,
.share-bottom .share-google-plus i:before {
  font-size: 21px;
  margin-right: 0;
}

.share-bottom .share-facebook i,
.share-bottom .share-twitter i {
  margin-right: 5px;
}

.share-bottom .share-linkedin,
.share-bottom .share-google-plus {
  padding: 6px 10px;
  position: relative;
}

.share-side a[disabled],
.share-bottom a[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

.content-type-event .article-details,
.content-type-audio .article-details,
.content-type-video .article-details,
.content-type-image .article-details {
  padding-bottom: 10px;
}

.rb-categories-block i {
  font-size: 14px;
}

.lightbox-hidden {
  background: #eee;
}

.lightbox-hidden * {
  visibility: hidden;
}

.brand-login {
  display: none;
}

.brand-login input,
.brand-login button {
  color: #336699;
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-right: 8px;
  margin-top: 5px;
  opacity: 0.8;
}

.brand-login input:focus,
.brand-login button:focus {
  opacity: 0.9;
}

.brand-login input[type=email],
.brand-login input[type=password] {
  border: none;
  border-radius: 5px;
  padding: 2px 5px;
  height: 24px;
  text-transform: lowercase;
  width: 100px;
}

.brand-login input[type=email] {
  width: 200px;
}

.brand-login button[type=submit] {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
  font-variant: small-caps;
  padding: 1px 8px 3px 8px;
  height: 20px;
}

.share-side-lower .share-side {
  top: 31px;
}

.floated-featured-image {
  float: left;
  width: auto;
  margin: 0 20px 12px 0;
}

.google-advert-728-90 {
  margin: 20px auto;
  width: 728px;
}

.google-advert-responsive {
  margin: 20px auto;
}

.google-advert-160-600 {
  margin: 20px auto;
  width: 160px;
}

.google-advert-160-90 {
  margin: 20px auto;
  width: 160px;
}

.google-advert-300-250 {
  margin: 20px auto;
  width: 300px;
}

.google-advert-728-15 {
  margin: 20px auto;
  width: 728px;
}

.aside-right .google-advert-160-600 {
  margin: 30px 0 20px 0;
}

.article-content .html-content + .google-advert-728-90 {
  margin: 15px auto;
}

.article-header .google-advert-728-15 {
  margin: 0;
}

.aside-right .google-advert-160-90 {
  margin: 10px 0 0 0;
}

.advert-row-300-250 {
  text-align: center;
}

.advert-row-300-250 > * {
  display: inline-block;
  margin: 20px 20px;
}

.article .article-content ~ .google-advert-728-15 {
  margin-top: 0;
}

.under-writing-comments hr {
  border-color: #3a87ad;
  margin: 5px 0;
  max-width: 74%;
  border-bottom: none;
}

.accordion_title a {
  color: #4b5664;
  font-style: normal;
}

.accordion_title a:hover {
  text-decoration: none;
}

.pad-right40 {
  padding-right: 40px !important;
}

.pad-right20 {
  padding-right: 20px !important;
}

.link-color-text {
  color: #1357a8;
}

.nr-main-heading-without-news {
  margin-top: -20px;
}

.private_preview_msg {
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
}

.private_preview_msg a {
  color: #fff;
  text-decoration: underline;
}

/*********** social stream classes ************/
.social-stream {
  font-family: var(--font-family-primary);
  font-size: 13px;
  line-height: 20px;
}

.social-stream .inner {
  overflow: hidden;
  padding: 20px;
}

.social-stream .section-thumb {
  float: left;
  margin-top: 3px;
  margin-bottom: 8px;
  margin-right: 15px;
}

.social-stream.ln-facebook .section-thumb {
  max-width: 50%;
}

.social-stream .section-intro {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  color: #7d828c;
  width: auto;
  display: flex;
  align-items: center;
}

.social-stream .section-intro i {
  font-size: 16px;
  vertical-align: middle;
  margin-top: -2px;
}

.social-stream .section-title {
  display: block;
  font-size: 20px;
  color: #1c64ba;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.social-stream .section-intro .intro-posted {
  font-weight: 700;
  color: #7d828c;
  margin-right: 5px;
  display: inline-block;
}

.social-stream .section-thumb a {
  float: left;
  width: auto;
}

.social-stream .section-thumb + .section-title {
  padding-top: 7px;
  clear: both;
}

.social-stream .section-thumb img {
  background: none repeat scroll 0 0 #fff;
  border-radius: 3px;
  float: left;
  width: auto;
}

.social-stream .section-text {
  display: block;
}

.social-stream .section-text:not(:last-child) {
  margin-bottom: 15px;
}

.rss_text {
  color: #4b5664;
  font-family: var(--font-family-primary);
  font-size: 13px;
  line-height: 20px;
}

.fold-text {
  display: none;
}

.fold-ellipsis {
  margin-left: -3px;
}

.fold-button {
  padding: 0;
  font-size: 13px;
  color: #1357a8;
  text-transform: uppercase;
  font-weight: 600;
  background: none;
  border: none;
}

.dcsns-toolbar {
  float: right;
  width: auto;
}

.dcsns-toolbar .filter {
  float: right;
  width: auto;
  margin-top: -2px;
}

.dcsns-toolbar .filter li {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  margin-left: 1px;
}

.dcsns-toolbar .filter .link-all {
  font-weight: bold;
  width: 32px;
}

.dcsns-toolbar .filter li a {
  padding: 2px 3px 0 3px;
  margin: 0 1px 1px 0;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  height: 28px;
  width: 28px;
  font-size: 14px;
  text-align: center;
  color: #282828;
}

.dcsns-toolbar .filter li a:hover,
.dcsns-toolbar .filter li.active a {
  border-color: #2a7ddf;
}

.dcsns-toolbar .filter li a .dcsns-toolbar .filter li img {
  margin: 0;
  height: 24px;
}

.ac_nr_icon {
  width: 35%;
}

#c_nr a:hover {
  color: #5f93c7;
}

.lt_grey_link {
  color: #F3F3F3 !important;
}

.fb-icon-intro {
  background-color: #3b5998;
  margin-left: -5px;
  padding: 2px 0 0 2px;
  border: 1px solid #3b5998;
  border-radius: 4px;
}

.twitter-icon-intro {
  background-color: #4EC2DC;
  margin-left: -5px;
  padding: 2px 0 0 2px;
  border: 1px solid #4EC2DC;
  border-radius: 4px;
}

.pinterest-icon-intro {
  background-color: #cb2528;
  margin-left: -5px;
  padding: 2px 0 0 2px;
  border: 1px solid #cb2528;
  border-radius: 4px;
}

.gplus-icon-intro {
  background-color: #2d2d2d;
  margin-left: -5px;
  padding: 2px 0 0 2px;
  border: 1px solid #2d2d2d;
  border-radius: 4px;
}

.youtube-icon-intro {
  background-color: #df1f1c;
  margin-left: -5px;
  padding: 2px 0 0 2px;
  border: 1px solid #df1f1c;
  border-radius: 4px;
}

.vimeo-icon-intro {
  background-color: #00ADEF;
  margin-left: -5px;
  padding: 2px 0 0 2px;
  border: 1px solid #00ADEF;
  border-radius: 4px;
}

.vimeo-icon-sign {
  background-color: #1558A6;
  padding: 2px 0 0 2px;
  border: 1px solid #1558A6;
  border-radius: 4px;
  height: 21px;
}

.instagram-icon-intro {
  background-color: #76675E;
  margin-left: -5px;
  padding: 2px 0 0 2px;
  border: 1px solid #76675E;
  border-radius: 4px;
}

.intro-posted {
  padding-left: 10px;
}

.small-gray-link {
  font-size: 13px;
  color: #4b5664;
  text-decoration: underline;
}

.modal-body,
.modal-footer {
  padding: 20px;
}

.modal-header {
  background: #1357A8;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 5px 20px;
  z-index: 2;
  overflow: hidden;
}

.modal-footer {
  border-radius: 0 0 3px 3px;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

.modal-header .close:hover {
  opacity: 0.8;
}

.modal-header h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-header label {
  color: #fff;
  font-size: 13px;
  float: right;
  margin: 5px 20px 0 0;
}

.modal-footer {
  border-top: 1px solid #ccc;
}

.modal-footer label {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.modal.fade {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.modal.has-footer {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.modal-body {
  background: #fff;
}

.modal.fade, .modal.fade.in {
  top: 5%;
}

.modal {
  height: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  box-shadow: none !important;
  border: none !important;
  display: none;
}

.modal .modal-dialog {
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  width: 600px;
}

.eob-modal .modal-body {
  margin-top: 0px;
  max-height: none;
  padding: 0;
}

.modal .modal-body:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal .modal-body:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.eob-modal .modal-content {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

.modal-content.loader {
  background: url("../im/loader-circle-medium.gif") center center no-repeat;
}

.checkbox-container-box,
.radio-container-box {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

/* ------------------------- */
label.checkbox-container input[type=checkbox] {
  position: absolute;
  left: -99999px;
}

label.checkbox-container input[type=checkbox]:focus + span.checkbox::after {
  content: " ";
  display: block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 3px;
  background: transparent;
  box-sizing: border-box;
}

label.checkbox-container.small-checkbox input[type=checkbox]:focus + span.checkbox::after {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

label.checkbox-container > * {
  vertical-align: middle;
}

label.checkbox-container span.checkbox {
  background: url("../im/checkbox-icons.png") right no-repeat;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  margin-right: 5px;
  padding: 0;
  width: 20px;
}

label.checkbox-container input[type=checkbox]:checked + span.checkbox {
  background: url("../im/checkbox-icons.png") left no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
}

label.checkbox-container input[type=checkbox]:disabled + span.checkbox,
label.checkbox-container input[type=checkbox].disabled + span.checkbox {
  background-image: url("../im/checkbox-icons-disabled.png");
}

label.checkbox-container {
  color: #777777;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
}

label.checkbox-container.inline {
  display: inline-block;
  margin-bottom: 0;
}

/* ----------------- */
label.radio-container input[type=radio] {
  position: absolute;
  left: -99999px;
}

label.radio-container input[type=radio]:focus + span.radio::after {
  content: " ";
  display: block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 10px;
  background: transparent;
  box-sizing: border-box;
}

label.radio-container.small-radio input[type=radio]:focus + span.radio::after {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

label.radio-container > * {
  vertical-align: middle;
}

label.radio-container span.radio {
  background: url("../im/radio-icons.png") right no-repeat;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  margin-right: 5px;
  margin-top: -2px;
  padding: 0;
  width: 20px;
}

label.radio-container input[type=radio]:checked + span.radio {
  background: url("../im/radio-icons.png") left no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
}

label.radio-container input[type=radio]:disabled + span.radio,
label.radio-container input[type=radio].disabled + span.radio {
  background-image: url("../im/radio-icons-disabled.png");
}

label.radio-container {
  color: #777777;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
}

label.radio-container.louder {
  color: #555555;
}

label.radio-container.inline {
  display: inline-block;
  margin-bottom: 0;
}

.radio-container-box, .checkbox-container-box {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  padding: 15px 25px 15px 15px;
}

.radio-container-box.compact,
.checkbox-container-box.compact {
  background: #fafafa;
  border-color: #ddd;
  padding: 10px 17px 10px 12px;
  border-radius: 0px;
}

.radio-container-box p:last-child,
.checkbox-container-box p:last-child {
  padding-bottom: 0;
}

.modal {
  background-color: transparent;
}

.row-fluid .in-text {
  color: #4b5664;
  height: 44px;
  padding: 0 13px;
  margin-bottom: 20px;
}

.row-fluid textarea.in-text {
  padding: 10px 13px;
}

.row-fluid .in-text:focus {
  border: 1px solid #1357A8;
  -webkit-box-shadow: 0 0 3px 0 #e0f0ff;
  -moz-box-shadow: 0 0 3px 0 #e0f0ff;
  box-shadow: 0 0 3px 0 #e0f0ff;
}

.row-fluid .in-text:focus::-webkit-input-placeholder {
  color: #4b5664;
  opacity: 1;
}

.row-fluid .in-text:focus:-moz-placeholder {
  color: #4b5664;
  opacity: 1;
}

.row-fluid .in-text:focus::-moz-placeholder {
  color: #4b5664;
  opacity: 1;
}

.row-fluid .in-text:focus:-ms-input-placeholder {
  color: #4b5664;
  opacity: 1;
}

.date-timezone-subtext {
  text-align: center;
  margin-top: -6px;
}

.muted.smaller {
  font-size: 12px;
}

.accordian .accordian-toggle {
  cursor: pointer;
  line-height: 13px;
}

.accordian.open .accordian-content {
  display: block;
}

.accordian .accordian-content {
  overflow: hidden;
  display: none;
}

.accordian {
  margin-bottom: 5x;
}

.accordian.open {
  margin-bottom: 0px;
}

.accordian .accordian-icon {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}

.accordian .accordian-icon:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.accordian .accordian-icon:before {
  content: "\f0fe";
}

.accordian.open .accordian-icon:before {
  content: "\f146";
}

.cke_placeholder.date-line {
  display: none;
}

.date-line {
  font-weight: normal;
  color: #222;
}

.ln-block.social-stream {
  position: relative;
}

.columnize > div .ln-cover img {
  width: 100%;
}

.html-content img {
  max-width: 99%;
  margin: 0px 10px 6px 0px;
  clear: both;
}

.btn-sm, .btn-xs {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  min-height: 27px;
  min-width: 35px;
}

.btn-xs {
  font-size: 10px !important;
}

.btn-outline {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  filter: none;
  color: #2a7ddf;
  border: 1px solid #2a7ddf;
  border-radius: 3px;
  font-weight: 700;
  transition: background 0.25s, color 0.25s;
}

.btn-outline:active,
.btn-outline:hover {
  background: #2a7ddf;
  color: #fff;
}

.bt-orange {
  color: #fff;
  border: 1px solid #e45d2b;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 18px;
  -webkit-box-shadow: inset 0 1px 0 0 #fcbe5d, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 0 #fcbe5d, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #fcbe5d, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #fb9a06; /* Old browsers */
  background: -moz-linear-gradient(top, #fb9a06 0%, #e45d2b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9a06), color-stop(100%, #e45d2b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fb9a06 0%, #e45d2b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fb9a06 0%, #e45d2b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fb9a06 0%, #e45d2b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fb9a06 0%, #e45d2b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fb9a06", endColorstr="#e45d2b",GradientType=0 ); /* IE6-9 */
}

.bt-orange:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #e45d2b;
  background: #ff5a00; /* Old browsers */
  background: -moz-linear-gradient(top, #ff5a00 0%, #e45d2b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5a00), color-stop(100%, #e45d2b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff5a00 0%, #e45d2b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff5a00 0%, #e45d2b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff5a00 0%, #e45d2b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ff5a00 0%, #e45d2b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff5a00", endColorstr="#e45d2b",GradientType=0 ); /* IE6-9 */
}

.btn.btn-success {
  background: #13a88e none repeat scroll 0 0 !important;
  border: 1px solid #13a88e !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  box-shadow: none;
}

.btn.btn-success:hover,
.btn.btn-success:focus {
  background: #00CAAB !important;
  border-color: #00CAAB !important;
  color: #fff !important;
}

.subscription-header {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}

.aside-accordians {
  margin-bottom: 20px;
}

.btn-on.btn-primary {
  background: #58B058 !important;
  color: #FFFFFF;
}

.btn-off.btn-primary {
  background: #F9A123 !important;
  color: #FFFFFF;
}

h3 .bt-blue-no-shadow-no-gradient, .article-header .bt-blue-no-shadow-no-gradient {
  padding: 0px 20px;
  text-transform: uppercase;
}

.subscription-link {
  width: 100%;
}

.bt-blue-no-shadow-no-gradient {
  color: #fff;
  background: none repeat scroll 0 0 #1357A8;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  padding: 8px 20px;
  margin-top: -10px;
}

.bt-blue-no-shadow-no-gradient-pr {
  color: #fff;
  background: none repeat scroll 0 0 #1357A8;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  padding: 8px 20px;
  float: left;
}

.bt-blue-no-shadow-no-gradient-pr:hover {
  color: #fff;
  background: #0170C4;
  text-decoration: none;
}

.bt-blue-no-shadow-no-gradient:hover {
  color: #fff;
  background: #0170C4;
  text-decoration: none;
}

.bt-blue-no-shadow-no-gradient:focus {
  color: #fff !important;
}

#subscription_modal h3 {
  border: none !important;
}

.sub-link-text {
  color: #fff !important;
}

em.our-phone-number {
  font-style: normal;
}

.stat-pixel {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.pr-article-header {
  margin-top: 110px;
  padding: 0px 10px;
}

#content-container .aside-sidebar.aside {
  border-right: 1px solid #d3d8d9;
  border-left: none;
  padding: 20px 26px 20px 0;
  float: left;
}

#content-container.switched-cols .aside-sidebar.aside {
  border-left: 1px solid #d3d8d9;
  border-right: none;
  padding: 20px 0 20px 26px;
  float: right;
  margin-right: 1px;
  margin-left: -1px;
}

#content-container.switched-cols .main-content-container {
  border-left: none;
  border-right: 1px solid #d3d8d9;
  padding: 26px 26px 26px 0;
}

#content-container .main-content-container {
  border-left: 1px solid #d3d8d9;
  border-right: none;
  padding: 26px 0 26px 26px;
}

.main-cols .main-content-container {
  float: left;
  width: 78%;
  padding-bottom: 50px;
}

.main-cols .main-content-container.pr-view {
  float: left;
  width: 78%;
  padding-bottom: 15px;
}

.main-cols .aside-sidebar.aside {
  width: 22%;
  padding-bottom: 50px;
}

.social-stream .social-type-icon img[src*=icon-youtube-latest] {
  height: 20px;
  width: auto;
}

.social-stream .social-type-icon i[class^=facebook]:before,
.social-stream .social-type-icon i[class*=facebook]:before {
  color: #1357a8;
}

.social-stream .social-type-icon i[class^=twitter]:before,
.social-stream .social-type-icon i[class*=twitter]:before {
  color: #1c9ef4;
}

.social-stream .social-type-icon i[class^=pinterest]:before,
.social-stream .social-type-icon i[class*=pinterest]:before {
  color: #be0b17;
}

.social-stream .social-type-icon i[class^=google]:before,
.social-stream .social-type-icon i[class*=google]:before {
  color: #dc4e41;
}

.social-stream .social-type-icon i[class^=youtube]:before,
.social-stream .social-type-icon i[class*=youtube]:before {
  color: #cd201f;
}

.social-stream .social-type-icon i[class^=linkedin]:before,
.social-stream .social-type-icon i[class*=linkedin]:before {
  color: #0177B5;
}

.social-stream .social-type-icon i[class^=vimeo]:before,
.social-stream .social-type-icon i[class*=vimeo]:before {
  color: #17B3E8;
}

.social-stream .social-type-icon i[class^=instagram]:before,
.social-stream .social-type-icon i[class*=instagram]:before {
  color: #3F729B;
}

#follow-modal .modal-header.modal-header-custom {
  background: #fff;
}

.follow-modal-header {
  padding: 10px 0;
  position: relative;
}

.follow-modal-header button.close {
  position: absolute;
  top: 12px;
  right: 0px;
  margin-top: 0px;
  color: #666;
}

.follow-content {
  margin-bottom: 40px;
}

.follow-content.has-loader {
  background: url("../im/loader-circle-medium.gif") no-repeat center center;
}

.follow-content.has-loader * {
  opacity: 0.5;
}

.follow-content .alert {
  margin: 30px 50px 0 50px;
}

.follow-content-info .big-text {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

.follow-content-info {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 35px;
}

#follow-form .form-group.email {
  text-align: center;
  margin-bottom: 20px;
}

#follow-form .form-group.email input {
  padding: 0 12px;
  height: 46px;
  width: 75%;
  text-align: center;
}

#follow-form .form-group.email input::-webkit-input-placeholder {
  text-align: center;
}

#follow-form .form-group.email input::-moz-placeholder {
  text-align: center;
}

#follow-form .form-group.email input:-ms-input-placeholder {
  text-align: center;
}

#follow-form .form-group.email input:-moz-placeholder {
  text-align: center;
}

#follow-form .form-group.frequency {
  margin: 0 auto;
  width: 75%;
}

#follow-form .form-group.frequency input,
#follow-form .form-group.frequency label {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

#follow-form .form-group.frequency .form-title {
  font-weight: 700;
  margin-bottom: 15px;
}

#follow-form .subscribe-button {
  margin: 0 auto;
  width: 75%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
}

#follow-form .subscribe-button.update-button {
  margin: 0 auto;
  width: 50%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
}

#follow-form .table tr:first-child td {
  border-top: 0;
}

#follow-form .table td {
  line-height: normal;
}

#follow-form .table th {
  line-height: normal;
}

#follow-form .table tr td:first-child {
  width: auto;
}

#follow-form .table tr td:not(:first-child) {
  width: 0;
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn-flat-blue,
.btn-flat-blue:hover {
  background: #2a7ddf;
  border-radius: 3px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn-flat-default,
.btn-flat-default:hover {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #2a7ddf;
  text-shadow: none;
  box-shadow: none;
  color: #2a7ddf;
}

.btn-flat-green,
.btn-flat-green:hover {
  background: #69BF44;
  border-radius: 3px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
}

* .btn.in-btn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 40px;
  line-height: 40px;
}

.contact-row-fluid {
  overflow: hidden;
  margin-bottom: 30px;
}

.contact-row-fluid .row-image {
  float: left;
  width: 22%;
}

.contact-row-fluid .row-detail {
  float: left;
  width: 78%;
}

.aside-accordians-toggle {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  background: #2a7ddf;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-left: 15px;
  cursor: pointer;
}

.modal .modal-body {
  background: #fff;
  padding: 0;
}

.modal .modal-body:last-child {
  border-radius: 0 0 4px 4px;
}

.modal .modal-footer {
  background: #eee;
}

.modal .modal-footer:last-child {
  border-radius: 0 0 4px 4px;
}

.modal .modal-content {
  box-shadow: none;
  border: none;
}

.modal .modal-header h3,
.modal .modal-title {
  float: left;
  width: auto;
  margin: 0;
}

.modal-header h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-header label {
  color: #fff;
  font-size: 13px;
  float: right;
  margin: 5px 20px 0 0;
}

.modal .modal-dialog {
  width: auto;
  margin: 50px auto;
}

.modal .modal-dialog {
  max-width: 700px;
}

.modal .modal-content {
  width: auto !important;
  height: auto !important;
}

.modal .modal-body .modal-content {
  padding: 15px 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 800px) {
  .modal .modal-body .modal-content {
    max-height: 500px;
  }
}
@media (max-width: 800px) {
  .modal .modal-dialog {
    max-width: 90% !important;
  }
}
.bootbox .modal-content {
  background-color: transparent;
}

.bootbox .modal-body {
  background-color: #fff;
  padding: 20px;
}

.bootbox .bootbox-close-button {
  display: none;
}

.bootbox .modal-header .bootbox-close-button {
  display: block;
}

@media (min-width: 700px) {
  .bootbox .modal-dialog {
    max-width: 600px;
  }
}
@media (max-width: 1220px) {
  .main-cols .aside-sidebar.aside-left,
  .main-cols .aside-sidebar.aside-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content-container div.main-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 642px) {
  .main-cols .aside-sidebar.aside-left,
  .main-cols .aside-sidebar.aside-right {
    padding-bottom: 0;
    overflow: hidden;
  }
  .aside-accordians {
    display: none;
  }
  .show-accordians .aside-accordians {
    display: block;
  }
  .aside-accordians-toggle {
    display: block;
  }
  .aside-social-list {
    float: right;
    padding: 20px 0 10px;
  }
  .subscription-link {
    float: right;
    width: auto;
  }
  #feedback {
    float: none;
    padding: 20px 20px 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  div.container {
    width: 100%;
  }
  section.top-panel div.container {
    margin: 0 10px;
    width: auto;
  }
  section.top-panel {
    min-width: 0;
  }
  header.org-header {
    min-width: 0;
  }
  header.org-header > .row-fluid > div {
    display: inline-block;
    width: auto;
    float: none;
    overflow: hidden;
    text-align: left;
  }
  section.top-panel div.container {
    margin: 0 10px;
    width: auto;
  }
  section.top-panel {
    min-width: 0;
  }
  header.org-header {
    min-width: 0;
  }
  header.org-header > .row-fluid > div {
    display: inline-block;
    width: auto;
    float: none;
    overflow: hidden;
    text-align: left;
  }
  #content-container {
    width: auto;
  }
  header.org-header > .row-fluid > .org-header-search {
    display: none;
  }
  header.org-header > .row-fluid {
    width: auto;
    margin: auto;
    text-align: center;
  }
  header.org-header .org-header-text h1 a {
    min-width: 0;
  }
  .footer .container {
    padding: 0 10px;
  }
  .share-side {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .main-cols .main-content-container {
    width: 100% !important;
    float: none !important;
    padding: 0px 20px 20px 20px !important;
    border: none !important;
  }
  .main-cols .aside-sidebar {
    width: 100% !important;
    float: none !important;
    padding: 20px 20px 0px 20px !important;
    border: none !important;
    overflow: hidden;
  }
  .switched-cols .main-cols .main-content-container {
    margin-right: 0px;
  }
  .normal-cols .main-cols .main-content-container {
    margin-left: 0px;
  }
  .article-content blockquote {
    width: auto;
  }
  .view-web-images a {
    float: left;
    margin-bottom: 19px !important;
    margin-right: 19px !important;
  }
  .rb-categories-block.row-fluid > div {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .ln-header-text {
    display: block;
  }
  .ln-header .subscription-link {
    float: left;
    clear: both;
    width: auto;
    margin: 10px auto;
    clear: both;
  }
  .ln-header h2 {
    overflow: hidden;
  }
  .ln-block {
    width: 100%;
  }
  .article-header h2 .row-fluid > div {
    width: 100%;
    margin: 0 auto;
  }
  .article-header h2 .row-fluid > div.pull-right {
    display: none;
  }
  /* even if JS breaks */
  .columnize > div {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
}
.safer-email-html span {
  display: inline !important;
  color: inherit !important;
}

.aside .safer-email-html {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.bs3-container.mini-container .aside-sidebar {
  display: none;
}

.bs3-container.mini-container .main-content-container {
  border: none !important;
  width: 100%;
  float: none;
}

.bs3-container.mini-container {
  max-width: 820px;
}

#ln-container {
  transition: opacity 0.2s;
}

#ln-container.fade-loader {
  opacity: 0;
}

#content-container.full-width .aside-sidebar {
  display: none !important;
}

#content-container.full-width .main-content-container {
  width: 100%;
  float: none;
  border: none !important;
}

#content-container {
  padding-bottom: 50px;
}

.top-panel-website .brand-logo {
  margin: 15px 0;
  background-image: none;
  text-indent: 0;
  width: 189px;
  height: 24px;
}

.collab-container {
  margin: 0 auto;
  max-width: 1150px;
}

body.collab {
  max-width: 100%;
  margin: 0 0 40px 0;
}

body.collab .top-panel {
  margin-bottom: 40px;
}

.collab-side-panel {
  padding: 20px;
  border-radius: 5px;
  margin-left: 20px;
}

.collab-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
}

.alert-info input[type=text],
.alert-info input[type=email] {
  border-color: #3a87ad;
}

.collab-side-panel .in-text {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}

.collab-side-panel .btn {
  padding: 10px 20px;
}

.collab-side-panel h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
}

.collab-users-list span.su-color {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.collab-users-list .su-profile {
  background: #eee;
  border-radius: 10px;
  height: 34px;
  padding: 5px 10px 5px 6px;
  float: left;
  width: auto;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}

.collab-users-list .su-profile * {
  vertical-align: middle;
}

.collab-users-list .su-profile.approved i {
  background-color: transparent !important;
  position: absolute;
  left: 9px;
  top: 9px;
  opacity: 0.75;
}

.collab-users-list .su-name {
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
}

.collab-users-list,
.collab-users-list .collab-side-panel {
  overflow: hidden;
  padding: 0px;
  margin-bottom: 10px;
}

.collab-annotations-list .s-annotation {
  margin-bottom: 10px;
  border: 1px solid #E2E2E2;
  display: block;
  border-radius: 5px;
  position: relative;
  cursor: default;
}

.collab-annotations-list .s-annotation .s-color {
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: 15px;
  border-radius: 3px 0px 0px 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.collab-annotations-list .s-annotation .s-name,
.collab-annotations-list .s-annotation .s-comment,
.collab-annotations-list .s-annotation .s-footer {
  margin-left: 18px;
  padding: 0px 9px;
  display: block;
}

.collab-annotations-list .s-annotation .s-name {
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 5px;
  line-height: 18px;
}

.collab-annotations-list .s-annotation .s-comment {
  line-height: 18px;
  margin-bottom: 5px;
  color: #666;
}

.collab-annotations-list .s-footer {
  line-height: 18px;
  margin-bottom: 5px;
}

.collab-annotations-list .s-footer .s-footer-replies,
.collab-annotations-list .s-footer .s-footer-delete,
.collab-annotations-list .s-footer .s-footer-view,
.collab-annotations-list .s-footer .s-footer-resolve {
  cursor: pointer;
}

.collab-annotations-list .collab-side-panel {
  padding: 0px;
}

.collab-annotations-list .s-footer > a {
  margin-right: 12px;
}

.collab-annotations-list .s-footer > a:not(:first-child)::before {
  content: "";
  height: 12px;
  background: #ccc;
  margin-left: -6px;
  margin-right: 6px;
  vertical-align: middle;
  width: 1px;
  display: inline-block;
}

.admin-bar {
  border: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
}

.admin-bar-header a {
  color: #EEE;
}

.admin-bar-header {
  background: #8D1D20;
  border: none;
  border-bottom: 1px solid #641C1E;
  border-radius: 0;
  color: #EEE;
  margin-bottom: 0;
  padding: 8px 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.admin-bar ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.admin-bar span.panel-label {
  color: rgb(0, 0, 0);
  text-shadow: 0 1px 0 rgba(230, 230, 230, 0.2);
  margin-right: 5px;
}

.admin-bar a {
  color: #EEE;
}

.admin-bar a:hover {
  text-decoration: underline;
}

.admin-bar-menu span.checkout-total-cost {
  margin-right: 11px;
  font-weight: bold;
}

.admin-bar-menu {
  background: #7A4680;
  border: none;
  border-bottom: 1px solid #641C1E;
  border-radius: 0;
  color: #EEE;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.admin-bar-menu ul:first-child {
  float: left;
  width: auto;
}

.admin-bar-menu ul:last-child {
  float: right;
  width: auto;
}

.admin-bar li {
  float: left;
  width: auto;
  padding: 0px 14px;
}

.admin-bar li + li:before {
  content: "|";
  float: left;
  display: block;
  margin-left: -16px;
  color: #ccc;
}

.admin-bar li:first-child {
  padding-left: 0;
}

.admin-bar li:last-child {
  padding-right: 0;
}

.admin-bar-spacer {
  display: none;
}

.admin-bar-virtual {
  background: #45607C;
  border: none;
  border-bottom: 1px solid #1C1C63;
  border-radius: 0;
  color: #EEE;
  margin-bottom: 0;
  padding: 8px 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.admin-bar-virtual ul {
  font-weight: bold;
}

.is-admin-mode #root-bs3-container {
  top: 74px;
}

.is-admin-mode .top-panel {
  display: none;
}

@media (max-width: 768px) {
  .is-admin-mode #root-bs3-container {
    top: 150px;
  }
}
@media (max-width: 1220px) {
  #follow-modal .modal-dialog {
    margin-top: 0;
  }
}
#follow-modal .modal-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

div#follow-modal div.modal-content {
  max-height: none !important;
}

.s-annotation {
  cursor: pointer;
}

.s-annotation:last-child {
  margin-bottom: 0;
}

.su-profile {
  cursor: not-allowed;
}

.su-profile.has-annotations {
  cursor: pointer;
}

#collab-annotations {
  padding-right: 10px;
  overflow-y: auto;
  max-height: 1000px;
}

.ln-block .ln-featured {
  background: rgb(255, 235, 199) none repeat scroll 0% 0%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  border-bottom: 1px solid rgba(255, 144, 0, 0.38);
}

.annotator-widget {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.annotator-viewer {
  opacity: 0.98;
}

.annotator-viewer .annotator-annotation div {
  padding: 10px;
  font-size: 14px;
  font-style: normal;
  color: #666;
}

.annotator-viewer .annotator-annotation div.annotator-user {
  font-size: 12px;
  color: #3a87ad;
  border-top: none;
  padding-top: 0;
}

.annotator-viewer .annotator-annotation div.annotator-user::before {
  content: "";
  display: inline-block;
  border-radius: 6px;
  height: 12px;
  width: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  vertical-align: top;
  margin-right: 5px;
  margin-top: 3px;
}

.annotator-viewer .annotator-controls {
  right: 8px;
}

.annotator-editor .annotator-widget .annotator-item textarea {
  width: 350px;
  height: 200px;
  padding: 8px;
  resize: none;
  overflow-x: hidden;
  overflow-y: scroll;
  font-style: normal;
  color: #333;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

.annotator-editor .annotator-widget .annotator-controls {
  background: #f5f5f5;
}

.annotator-editor .annotator-item textarea + .annotator-resize {
  display: none;
}

a.annotator-cancel,
a.annotator-cancel:hover,
a.annotator-cancel:focus,
a.annotator-cancel:active,
a.annotator-cancel.annotator-focus {
  padding: 0 6px;
  background: #B14D4F;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

a.annotator-cancel::after {
  display: none;
}

a.annotator-save,
a.annotator-save:hover,
a.annotator-save:focus,
a.annotator-save:active,
a.annotator-save.annotator-focus {
  padding: 0 6px;
  background: #4C8DAD;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

a.annotator-save::after {
  display: none;
}

.conversation-footer textarea,
.conversation-footer button {
  height: 60px;
}

#conversation-modal .conversation-content.loader {
  padding: 50px;
}

#conversation-modal .conversation-content {
  padding: 20px;
}

#conversation-modal .conversation-content .conversation-entry:last-child {
  margin-bottom: 20px;
}

.conversation-entry {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 5px;
}

.conversation-entry:nth-child(2n) {
  background: #f4f4f4;
}

.stack-top {
  position: relative;
  z-index: 1;
}

.conv-entry-name {
  font-weight: bold;
}

.conv-entry-date {
  font-size: 12px;
  color: #999;
  float: right;
}

.conv-entry-message {
  margin-top: 10px;
}

.conv-entry-color {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ccc;
  border-radius: 7px;
  vertical-align: middle;
  display: inline-block;
}

.s-footer-replies + span {
  margin-left: -12px;
  margin-right: 12px;
  color: #666;
}

.s-footer-replies + span em {
  font-style: normal;
  font-weight: bold;
  color: #098FD0;
}

#collab-link-copy {
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
}

#collab-link {
  width: 80%;
  height: 34px;
  line-height: 34px;
}

.collab-side-panel .input-append {
  width: 100%;
  opacity: 0.8;
}

.collab-container .collab-selectable {
  text-align: center;
  font-size: 12px;
  color: #777;
  display: block;
  position: absolute;
  height: 20px;
  line-height: 20px;
  padding-top: 4px;
}

.has-collab-selectable::after {
  content: "";
  display: block;
  margin-bottom: 24px;
}

.collab-container h2 .annotator-hl {
  padding: 1px 0;
}

.collab-container .article-summary .annotator-hl {
  padding: 0;
}

.collab-container .html-content p .annotator-hl {
  padding: 1px 0 2px 0;
}

.collab-side-panel .s-annotation {
  position: relative;
}

.collab-side-panel .s-resolved {
  margin-left: 9px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #468847;
  background: #dff0d8;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-right: 0;
  border-radius: 0 3px 0 3px;
  text-align: center;
  display: block;
  font-variant: small-caps;
  position: absolute;
  padding: 0 3px;
  line-height: normal;
  top: 1px;
  right: 1px;
}

.hold-comments .hold-comment + .hold-comment {
  margin-top: 10px;
}

.hold-comments .hold-comment strong span {
  color: #666;
  font-size: 12px;
  margin: 0 4px;
}

.fa[class^=icon-], .fa[class*=" icon-"] {
  background-image: none;
}

.pr-full-span-heading {
  padding-top: 50px;
  margin-bottom: 20px;
}

.no-pad-top {
  padding-top: 0 !important;
}

.ln-block-not-found {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  border: none !important;
}

.about-company-logo {
  max-width: 200px;
  max-height: 150px;
}

.list-view .social-stream .section-thumb {
  margin-right: 0;
}

.list-view .social-stream.ln-facebook .section-thumb {
  max-width: 100%;
}

.custom-header-html {
  position: relative;
  z-index: 999999;
  clear: both;
  width: 100%;
}

body.layout-sidebar .custom-header-html {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

body.layout-sidebar .custom-footer-html {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
}

/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ############ START OF MEDIA QUERIES SECTION ############## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */
/* ############# END OF MEDIA QUERIES SECTION ############### */
/* ########################################################## */
/* ########################################################## */
/* ########################################################## */

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