/*
  Theme Name: Beaver Builder Child Theme
  Theme URI:
  http://www.wpbeaverbuilder.com
  Version: 1.0
  Description: An example child
  theme that can be used as a starting point for custom development.
  Author: The
  Beaver Builder Team
  Author URI: http://www.fastlinemedia.com
  template: bb-theme
*/
.ais-hits--item {
  margin-bottom: 1rem;
  background-color: #f7f7f7;
  padding: 1em;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.ais-search-box--powered-by, .ais-stats {
  opacity: 0.5;
  top: 40px;
}

#algolia-search-box input {
  border-bottom: none;
}

#algolia-search-box {
  background-color: #E8EDF4;
  border-radius: 3px;
  border: 2px solid #d6deec;
}

.ais-hits--thumbnail {
  margin-right: 0;
}

.ais-hits--thumbnail img {
  max-width: 80%;
}

div#algolia-hits {
  margin-top: 40px;
}

#algolia-search-box .search-icon {
  top: 5px;
  left: 5px;
  width: 20px;
  fill: #555;
}

.tribe-mini-calendar-grid-wrapper {
  min-height: 265px;
}

.tribe-mini-calendar {
  margin-left: 0 !important;
}

.fl-archive .fl-post > .row {
  padding: 0 15px 0 15px;
}

.fl-archive .fl-post > .row .fl-post-image-beside {
  margin-right: 10px;
}

.page-id-29195 #rto-one-third .fl-col-content.fl-node-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

p.wp-caption-text {
  border-bottom: 3px solid #ddd;
}

.footerfix input.form-control,
.footerfix textarea.form-control {
  border: 1px solid #777;
}

a.jp-relatedposts-post-a {
  margin-bottom: 1em;
  display: block;
}

#jp-relatedposts .jp-relatedposts-post-context {
  display: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-size: 16px;
  text-decoration: none;
  font-style: normal;
}

#jp-relatedposts h3.jp-relatedposts-headline {
  text-decoration: none;
  font-size: 22px !important;
}

#jp-relatedposts h3.jp-relatedposts-headline:before {
  content: "Additional News on this Topic";
}

#jp-relatedposts h3.jp-relatedposts-headline em {
  display: none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  text-decoration: none;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  text-decoration: none;
}

.fl-post-feed-post {
  border: none;
}

/* table.scss */
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  font-family: Arial, sans-serif !important;
  content: " \25B4\25BE";
}

td.yes {
  background-color: #ddd;
}

table.pretty {
  margin: 16px 0;
}

table.sortable thead,
table.pretty thead {
  background-color: #d6deec;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6deec), to(#ACBAD4));
  background: linear-gradient(to bottom, #d6deec, #ACBAD4);
  border: 1px solid #d6deec;
}

table.pretty th {
  padding: 0 5px;
}

table.sortable,
table.pretty {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

table.sortable tr,
table.pretty tr {
  border-bottom: 1px solid #d6deec;
}

table.sortable td,
table.pretty td,
table.pretty th {
  border-right: 1px solid #d6deec;
  padding-left: 5px;
}

table.sortable td:first-child,
table.pretty td:first-child {
  border-left: 1px solid #d6deec;
}

/* special-feature.scss */
#rto-one-half .featured {
  padding: 15px 15px 0;
  height: 100%;
}

.rto-special-feature .fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-has-image {
  padding-bottom: 0;
}

.rto-special-feature {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #d6deec;
  border: 1px solid #ACBAD4;
  margin-bottom: 15px;
  /* padding-top: 0; */
}

.rto-special-feature > .fl-col-content {
  padding: 8px 0 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rto-special-feature .fl-post-feed-image {
  max-width: 85px;
  float: left;
  /* check this */
  margin: 0 10px 0 0;
}

.rto-special-feature .fl-post-feed-post {
  padding: 0;
}

.rto-special-feature .rto-title {
  /* padding-left: 10px; */
}

/* rto-hero.scss */
.rto-hero .featured {
  margin-bottom: 0;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #d6deec;
  border-top: 1px solid #ACBAD4;
  border-left: 1px solid #ACBAD4;
  border-right: 1px solid #ACBAD4;
}

.rto-hero#rto-row-2 .fl-col:nth-child(2) > .fl-col-content {
  padding-right: 25px;
  border-right: 1px solid #ACBAD4;
}

.rto-hero#rto-row-2 .fl-col:nth-child(1) {
  border-left: 1px solid #ACBAD4;
}

.rto-hero#rto-row-2 .fl-col:nth-child(2),
.rto-hero#rto-row-2 .fl-col:nth-child(1) {
  background-color: #d6deec;
  border-bottom: 1px solid #ACBAD4;
}

.rto-hero#rto-row-2 .fl-col-group {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rto-hero .featured {
  margin: 0 15px 0 0;
  padding: 15px 15px 0;
  height: 100%;
}

div#pagesremaining > span.banner {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

.fl-page-bar-text.fl-page-bar-text-1 {
  width: 100%;
}

.fl-page-bar .col-md-4:nth-child(1) {
  text-align: left;
}

.fl-page-bar .col-md-4:nth-child(3) {
  text-align: right;
}

.fl-page-bar .col-md-4 {
  color: #616161;
  font-weight: 400;
  line-height: 48px;
  font-size: 15px;
  font-family: 'Arial Narrow', Arial, Sans-Serif;
}

.rto-inline-menu > a:nth-child(1),
.rto-inline-menu > a:nth-child(2) {
  padding-right: 15px;
}

img.alignright,
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

select.sf-input-select {
  max-width: 170px;
}

ul.sf_date_field li:nth-child(2) input.sf-datepicker {
  margin-left: 20px;
  max-width: 195px;
}

/* header.scss */
.fl-page {
  max-width: 960px !important;
  background-color: #fff;
}

.fl-page-bar {
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: -10px;
  border-bottom: none;
}

.fl-page-bar-container.container {
  padding: 0;
}

.fl-page-bar .navbar-nav > li > a {
  color: #536DFE;
}

ul#menu-subscriber li > a {
  color: #616161;
}

ul#menu-subscriber li > a:hover {
  color: #F5F5F5;
}

.fl-page-header-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}

.fl-page-header {
  background-size: 95%;
}

.fl-page-header-container {
  width: 95%;
  height: 100%;
  padding: 0 20px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.fl-page-header-container:before {
  content: '.';
  display: inline-block;
  margin-top: 16%;
  font-size: 0;
}

.fl-page-content {
  margin-right: 0;
  margin-left: 0;
}

/* typography.scss */
body {
  color: #555;
}

.fl-post-feed-content {
  font-size: 14px;
}

h1,
h2,
h3 {
  font-family: 'Arial Narrow', Arial, sans-serif;
}

h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h4.fl-widget-title,
h5,
h6 {
  margin: 3px 0;
  color: #555;
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

h1.fl-post-title {
  color: #333;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

h2 {
  font-size: 20px;
}

.fl-post-content h2 {
  margin: 3px 0;
  font-size: 24px;
  font-style: normal;
  line-height: 120%;
}

.fl-post-content h3,
.fl-post-content h4,
h3,
h4 {
  text-decoration: underline;
  text-transform: none;
  font-size: 17px;
  line-height: 180%;
  letter-spacing: 0;
}

.fl-post-content h3,
h3 {
  font-variant: small-caps;
  font-size: 20px;
}

.fl-archive-header > h1.fl-archive-title {
  margin-bottom: 3px;
  color: #333;
  font-size: 32px;
  line-height: 100%;
}

.fl-archive-header > h1.fl-archive-title,
h1.rto-title {
  color: #555;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
}

h1.rto-title {
  margin: 10px 0 0 10px;
}

#rto-briefs-col .rto-title,
#rto-briefs-row .rto-title {
  margin: 0;
}

#rto-briefs-row h1.rto-title > a {
  font-style: normal;
}

.fl-archive-header > h1.fl-archive-title {
  margin: 15px 0;
}

h2.fl-post-feed-title,
h2.fl-post-title,
h2.widgettitle {
  margin-bottom: 0;
  font-size: 20px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
}

h2.fl-post-feed-title a {
  font-style: normal;
}

h2.widgettitle {
  margin-top: 0;
}

span.fl-post-date {
  color: #818181;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

p {
  margin: 0 0 15px;
  color: #555;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  line-height: 20.8px;
}

.fl-post-content > p {
  font-size: 17px;
  line-height: normal;
}

.fl-archive .fl-post-content > p,
.fl-post-feed-content > p {
  font-size: 15px;
  line-height: normal;
}

.fl-post-content a {
  font-style: italic;
}

a:hover {
  text-decoration: none;
}

.fl-post-content a:hover {
  font-style: italic;
  text-decoration: none;
}

h1 a,
h2 a,
h3,
h4 a,
ul.wpp-list li a {
  font-style: normal;
}

button.btn,
button.btn-primary,
button.btn-default {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* archive.scss */
.fl-archive article.fl-post {
  width: 49%;
  min-height: 250px;
  margin-bottom: 2%;
  padding: 5px;
  border-radius: 2px;
  background: #F5F5F5;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.fl-archive article.fl-post:hover {
  background-color: #D6DEEC;
}

.fl-archive article.fl-post:nth-of-type(n) {
  float: left;
  margin-right: 1%;
}

.fl-archive .fl-post-header,
.fl-archive .fl-post-thumb {
  margin: 0 0 15px;
}

.fl-archive .fl-post-content > p {
  margin-top: -5px;
  padding-right: 10px;
}

.fl-archive .fl-post-thumb img {
  max-width: 75px;
}

body.search.search-results .fl-archive article.fl-post,
.rto-search.fl-archive article.fl-post {
  min-height: 280px;
}

.page .fl-archive article.fl-post:nth-of-type(n+15) {
  display: none !important;
}

.archive .wp-pagenavi {
  display: none;
}

.search .wp-pagenavi {
  display: inline;
}

.search-notice {
  margin-left: 20px;
}

a.fl-post-more-link {
  display: none;
}

.fl-post-content > .wp-caption {
  border: none;
  background: #fff;
  padding: 0;
}

.fl-post-content > .wp-caption.aligncenter {
  margin: 10px auto 15px auto;
}

.wp-caption-text {
  text-align: left;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
}

/* advert.scss */
#rto-ads-row .fl-module-content {
  margin: 5px;
}

#rto-ads-row .fl-widget,
.fl-sidebar .tribe-mini-calendar-wrapper,
.fl-sidebar div#wptimetwitterprofilewidget-3,
.rto-advert {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.rto-advert {
  min-height: 265px;
}

a.btn {
  font-style: normal;
}

#rto-trial.rto-advert {
  padding-top: 12em;
  border: 1px solid #788DB0;
  background: #d6deec url(https://www.rtoinsider.com/wp-content/uploads/rtoinsider-newsletter-icon.png);
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-position-y: 1em;
  background-position-x: center;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#rto-trial.rto-advert a.btn {
  max-width: 40%;
}

#rto-trial.rto-advert h2 {
  margin: 5px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

#rto-trial.rto-advert > .col-xs-12 > button.btn-primary {
  border-color: #11366E;
  background-color: #11366E;
}

#rto-news-alerts.rto-advert {
  padding-top: 25%;
  background: #11366E url(https://www.rtoinsider.com/wp-content/uploads/iphone-300x600.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position-y: center;
  background-position-x: .618em;
}

#rto-news-alerts .btn {
  padding: 5px 10px;
}

#rto-news-alerts h2 {
  margin: 6px 0;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
}

.wpt-tp-content {
  display: none !important;
}

.wpt-tp-responsive-wrap .wpt-tp-counts ul li {
  padding: 9px !important;
}

/* issue-tiles.scss */
#issue-tiles-row {
  /* margin-top: 15px; */
}

#issue-tiles-row .fl-module-content {
  margin: 0;
}

#issue-tiles-row .fl-col-content {
  padding: 5px;
}

#issue-tiles-row .fl-row-content-wrap {
  margin: 0 10px;
}

#issue-tiles-row .rto-issue-tiles {
  position: relative;
  width: 100%;
}

#issue-tiles-row .rto-issue-tiles h2 {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
}

#issue-tiles-row .rto-issue-tiles h2 div {
  padding: 8px;
  color: #fff;
  background: #183d68;
  background: rgba(24, 61, 104, 0.8);
  font: bold 22px Arial Narrow, Sans-Serif;
  letter-spacing: -1px;
  line-height: 42px;
}

#issue-tiles-row .rto-issue-tiles h2 div:hover {
  color: #183d68;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

h2 span.spacer {
  padding: 0 4px;
}

/* search.scss */
a.fa.fa-search {
  padding: 0 0 0 80px;
  line-height: 38px;
}

.fl-page-nav-search:hover:before {
  color: #000;
}

.fl-page-nav-search form input.fl-search-input,
.fl-page-nav-search form input.fl-search-input:focus {
  background-color: #f5f5f5;
  color: #555;
}

.fl-page-nav-search:before {
  content: "Search";
  position: absolute;
  margin-top: 15px;
  margin-left: -75px;
  font-family: Arial Narrow, Arial, sans-serif;
}

form.searchandfilter ul li input[type="text"],
select#ofcategory,
select#ofpost_tag {
  max-width: 265px;
}

select.postform {
  max-width: 255px;
}

/* rto-panels.scss */
#rto-panels {
  margin-right: -10px;
}

#rto-panels .fl-col-content.fl-node-content {
  border-radius: 2px;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#rto-panels h2.fl-post-grid-title > a {
  color: #616161;
  font-style: normal;
}

#rto-panels .fl-post-grid-text h2.fl-post-grid-title {
  font-weight: 400;
}

#rto-panels .fl-col.fl-col-small {
  margin-bottom: 20px;
}

#rto-panels .fl-post-grid-post {
  border: none;
}

#rto-panels h1.rto-title.rto-line-height-fix {
  line-height: 61px;
}

#rto-panels .fl-post-grid-post.masonry-brick {
  width: 100%;
  padding: 0 10px;
  /*border-bottom: 1px solid rgba(160,160,160,0.2);*/
  background-color: transparent;
}

#rto-panels .fl-post-grid-post.masonry-brick:last-of-type {
  border: none;
}

#rto-panels h1.rto-title a,
#rto-briefs-col h1.rto-title a #rto-briefs-row h1.rto-title a {
  color: #000;
  font-style: normal;
  font-weight: 400;
}

#rto-panels h1.rto-title a:hover,
#rto-briefs-col h1.rto-title a:hover,
#rto-briefs-row h1.rto-title a:hover {
  color: #0a16d3;
}

#rto-panels .fl-post-grid-post.masonry-brick:hover,
#rto-panels h1.rto-title:hover {
  background-color: #d6deec;
}

#rto-panels h1.rto-title,
#rto-briefs-col h1.rto-title,
#rto-briefs-row h1.rto-title {
  margin: 0;
  padding: 8px 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6deec), to(#ACBAD4));
  background: linear-gradient(to bottom, #d6deec, #ACBAD4);
  background-color: #d6deec;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
}

/* rto-grid.scss */
#rto-spacer .fl-post-feed-image {
  margin-top: 35px;
}

.rto-grid span.fl-post-feed-date {
  color: #9E9E9E;
}

.rto-grid .fl-post-grid-text h2.fl-post-grid-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.rto-grid .fl-post-grid-text {
  padding: 10px 5px 5px;
  /* border-bottom: 1px solid #e6e6e6; */
}

.rto-grid .fl-post-grid.masonry {
  width: 100% !important;
}

.rto-grid .fl-post-grid-post.masonry-brick:hover {
  background-color: #e6e6e6;
}

#rto-border-remove .fl-post-grid-post.masonry-brick:nth-of-type(3) > .fl-post-grid-text {
  border-bottom: none;
}

.rto-grid .fl-row-content.fl-row-fixed-width.fl-node-content:nth-of-type(2) {
  margin-bottom: 20px;
}

.home #rto-panels .fl-col h1.rto-title > a:before {
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  height: 30px;
}

.home #rto-panels .fl-col:nth-child(1) h1.rto-title > a:before {
  background-image: url(https://www.rtoinsider.com/wp-content/uploads/caiso-rto-map-66.png);
  background-size: 26.4px 40px;
  width: 26.4px;
  height: 40px;
}

.home #rto-panels .fl-col:nth-child(2) h1.rto-title > a:before {
  background-image: url(https://www.rtoinsider.com/wp-content/uploads/ercot-map-icon-99.png);
  background-size: 40px 40px;
  width: 50px;
  height: 40px;
}

.home #rto-panels .fl-col:nth-child(3) h1.rto-title > a:before {
  background-image: url(https://www.rtoinsider.com/wp-content/uploads/isone-map-icon-70-1.png);
  background-size: 28px 40px;
  width: 38px;
  height: 40px;
}

.home #rto-panels .fl-col:nth-child(4) h1.rto-title > a:before {
  background-image: url(https://www.rtoinsider.com/wp-content/uploads/miso-map-icon-65-1.png);
  background-size: 28px 40px;
  width: 38px;
  height: 40px;
}

.home #rto-panels.rto-bottom .fl-col:nth-child(1) h1.rto-title > a:before {
  background-image: url(https://www.rtoinsider.com/wp-content/uploads/NYISO-map-icon-132.png);
  background-size: 52.8px 40px;
  width: 62.8px;
  height: 40px;
}

.home #rto-panels.rto-bottom .fl-col:nth-child(2) h1.rto-title > a:before {
  background-image: url(https://www.rtoinsider.com/wp-content/uploads/pjm-map-icon-162-1.png);
  background-size: 64.8px 40px;
  width: 74.8px;
  height: 40px;
}

.home #rto-panels.rto-bottom .fl-col:nth-child(3) h1.rto-title > a:before {
  background-image: url(https://www.rtoinsider.com/wp-content/uploads/spp-map-icon-63.png);
  background-size: 25.2px 40px;
  width: 35.2px;
  height: 40px;
}

.home #rto-panels.rto-bottom .fl-col:nth-child(4) h1.rto-title > a:before {
  background-image: url(https://www.rtoinsider.com/wp-content/uploads/ferc-map-icon-1.24.png);
  background-size: 49.6px 40px;
  width: 59.6px;
  height: 40px;
}

.home #rto-briefs h2.fl-post-feed-title a {
  margin-bottom: 0 !important;
  font-size: 18px;
}

/* popular-posts.scss */
.rto-spacer {
  margin-top: 56px;
}

.fl-widget-title {
  margin: 0;
  padding: 0 0 0 15px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  background-color: #11366E;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  font-variant: normal;
  line-height: 36px;
  letter-spacing: 1px;
}

div.popular-posts > h2.widgettitle,
h4.fl-widget-title {
  padding: 0 0 0 15px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1px;
  background-color: #11366E;
  border: 1px solid #11366E;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

#rto-popular {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* min-height: 360px; */
  /*overflow: hidden; */
  height: 100%;
  margin-bottom: 15px;
}

#rto-popular:after {
  content: " ";
  display: table;
  clear: both;
}

#rto-popular > .fl-module-content {
  margin-top: 0;
}

#rto-popular .fl-widget {
  margin-bottom: 0;
}

#rto-popular ul.wpp-list {
  margin: 0;
  padding: 15px;
  background-color: #F5F5F5;
}

#rto-popular a.wpp-post-title {
  color: #111;
  font-size: 14px;
}

/* featured-posts.scss */
.featured {
  margin: 0 15px 15px 0;
  padding: 15px;
  height: 100%;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.featured h2.fl-post-feed-title a {
  font-size: 34px;
  font-style: normal;
  line-height: 34px;
}

.featured span.fl-post-feed-date {
  color: #777;
}

/* rto-briefs.scss */
#rto-row-2 .fl-col > .fl-col-content {
  padding: 10px;
  border-left: 1px solid #ddd;
}

#rto-row-2 .fl-col-group,
#rto-briefs-row .fl-col-group {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#rto-briefs-row .fl-col > .fl-col-content {
  border-left: 1px solid #ddd;
}

#rto-briefs-row #rto-briefs {
  padding: 10px;
}

#rto-briefs-row #rto-briefs .fl-post-feed-post {
  border-bottom: none;
  padding: 0;
}

#rto-briefs-row #rto-briefs .fl-post-feed-image {
  margin: 0 15px 0 0;
}

/* navigation.scss */
.fl-page-nav-wrap {
  padding: 0;
  background-color: #9E9E9E;
  border: none;
}

.fl-page-nav-container {
  width: 100%;
  max-width: 960px !important;
  margin: 0;
  margin-top: -1px;
  padding: 0 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.rto-date,
ul.nav.navbar-nav.menu li.menu-item a {
  color: #F5F5F5;
  font-family: 'Arial Narrow', Arial, Sans-Serif;
  font-size: 15px;
  font-weight: 400;
}

.rto-date {
  line-height: 28px;
}

.fl-page-bar-row .fl-page-bar-text {
  padding: 0;
}

ul.nav.navbar-nav.menu li.menu-item a {
  padding: 0 10px;
  line-height: 48px;
}

ul.nav.navbar-nav.menu li.menu-item a:hover {
  color: #fff;
  background-color: #6C6C6C;
}

.fl-page-nav ul.sub-menu {
  padding: 0 !important;
  border: 1px solid #999;
  background-color: #fff;
}

.fl-page-nav ul.sub-menu li a {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #212121 !important;
  border-bottom: 1px solid #999;
  line-height: 14px;
}

.fl-page-nav ul.sub-menu li a:hover {
  background-color: #f7f7f7;
}

.fl-page-nav ul.sub-menu li:last-child a {
  padding-bottom: 0;
  border: none;
}

.fl-page-nav ul.sub-menu li:first-child a {
  padding-top: 0;
}

.fl-post {
  margin-bottom: 20px;
}

.fl-post-feed-header > h2.fl-post-feed-title {
  margin-bottom: 5px;
}

.fl-post-feed-header {
  margin-bottom: 15px;
}

#rto-row-2 .fl-post-feed-header {
  min-height: 65px;
}

/* footer.scss */
.fl-page-footer-widgets-container.container {
  width: 100%;
  max-width: 960px;
  margin: 0;
  background-color: #999;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.footerfix {
  padding: 15px 15px 0;
}

ul.ulfooter li {
  padding-top: 0;
  list-style-type: none;
}

ul.ulfooter {
  margin-bottom: 15px !important;
}

#rto-social-icons {
  margin: 15px 0 0;
}

.footerfix > .row > .col-md-4 > .row,
.footerfix label,
div.footerfix ul.ulfooter,
div.footerfix ul.ulfooter li a,
p.rtocopyright {
  color: #fff;
  text-decoration: none;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 17px;
  font-style: normal;
}

ul.ulfooter .rto-person-title {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
}

ul.ulfooter li.rto-person {
  margin-bottom: 0;
}

.footerfix p.rtocopyright {
  margin: 30px -15px 0;
  padding: 20px;
  background-color: #666;
  text-align: center;
}

aside.fl-widget.widget_text {
  margin: 0;
}

.footerfix p.rtoformtitle {
  margin-bottom: 10px;
}

div.footerfix ul.ulfooter li a:hover {
  text-decoration: underline;
}

div.footerfix ul.ulfooter {
  margin: 0;
  padding: 0;
}

div.footerfix li.lititle,
div.footerfix p.rtoformtitle {
  padding-top: 5px;
  color: #fff;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.footerfix li.lispacer {
  margin-top: 10px;
}

.footerfix img.rtosocial {
  padding: 15px 8px 0 0;
}

form#km_salesforce {
  padding-right: 4px;
  padding-left: 4px;
}

.footerfix form#km_salesforce .form-group label {
  color: #fff;
  font-weight: 400;
}

select#rto-archive-dropdown {
  padding: 5px;
}

select#rto-archive-dropdown {
  color: #555;
}

div.col-xs-7 input.fl-search-input,
select#rto-archive-dropdown {
  margin-top: 10px;
}

/* misc.scss */
.textwidget:after {
  content: " ";
  display: table;
  clear: both;
}

.fl-page {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.fl-post-feed-content {
  font-size: 13px;
}

.fl-post-feed-post {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.fl-module-content {
  margin: 5px;
}

#rto-ads-row > .fl-row-content-wrap {
  margin: 15px 10px 0;
}

.textwidget > div#rto-ads-row {
  margin-bottom: 10px;
}

.hover11 img {
  margin-bottom: 10px;
}

.textwidget > .hover11 img {
  width: 100%;
}

.hover11 img {
  opacity: 1;
}

.hover11:hover img {
  opacity: .5;
}

.list-group-item {
  border: 1px solid #ACBAD4 !important;
  background-color: #d6deec;
}

.fl-archive .fl-post {
  padding-bottom: 0;
}

.rto-date {
  color: #616161;
  text-align: left;
  font-weight: 400;
  line-height: 48px;
}

/* media.scss */
@media (min-width: 1100px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 992px) {
  .fl-content-left {
    padding-right: 0;
    border-right: none;
  }
}

@media (max-width: 991px) {
  h4.fl-widget-title {
    display: none;
  }
  .textwidget > .hover11:nth-of-type(2n) {
    margin-left: 2%;
  }
  .textwidget > .hover11 {
    width: 48%;
    float: left;
  }
  .fl-archive article.fl-post {
    min-height: 230px;
  }
}

@media (min-width: 769px) {
  .home #rto-briefs-row .fl-col-group:nth-child(1) {
    display: none;
  }
  #rto-panels .fl-col-content.fl-node-content {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  #rto-one-half.rto-special-feature {
    padding: 5px;
  }
  .rto-special-feature .fl-post-feed-image {
    display: none;
  }
  .rto-special-feature h2.rto-title {
    padding-left: 0;
  }
  #rto-one-third {
    padding: 5px;
  }
  #rto-row-2 .fl-module-content {
    margin: 0;
  }
  .textwidget > #rto-ads-row {
    width: 50% !important;
    float: left;
    clear: none;
  }
  .textwidget #rto-news-alerts {
    margin-right: 10px;
  }
  .fl-col-small {
    max-width: 100% !important;
  }
  .fl-page-content {
    margin: 0 10px;
  }
  .fl-page-nav-container {
    padding: 0 10px;
  }
  .fl-page-nav .navbar-toggle {
    margin: 0;
    padding-left: 15px;
    color: #F5F5F5;
    border-radius: 2px;
    background-color: #9E9E9E;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 1px;
  }
  .fl-page-nav .navbar-toggle:hover {
    background-color: #727272;
  }
  .fl-page-nav .navbar-toggle:active {
    background-color: #9E9E9E;
  }
  .fl-page-nav .navbar-toggle * {
    color: #fff;
  }
  .fl-archive > .row > .fl-content article.fl-post {
    min-height: 270px;
  }
  h4.fl-widget-title, .rto-date {
    display: none;
  }
  .rto-advert {
    margin-bottom: 10px;
  }
  #rto-ads-row .fl-col-group > .fl-col-small {
    width: 50% !important;
    float: left;
    clear: none;
  }
  #rto-ads-row .fl-row-content-wrap {
    margin: 0;
  }
  #rto-panels .fl-col-small,
  #popular-posts {
    width: 100%;
  }
  /* Alt with extra tall left column */
  .rto-hero #popular-posts {
    margin-bottom: 15px;
  }
  .rto-hero#rto-row-2 .fl-col:nth-child(1) {
    border-top: 1px solid #ACBAD4;
    border-left: none;
    border-right: none;
  }
  #rto-popular {
    margin-bottom: 15px;
    overflow: hidden;
  }
  #rto-popular .fl-widget {
    margin-bottom: 0;
  }
  #rto-popular .fl-col-small {
    width: 100%;
  }
  #rto-panels {
    margin: 0;
  }
  #rto-trial.rto-advert {
    padding-top: 10.2em;
  }
  #rto-trial.rto-advert h2 {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    line-height: 30px;
    max-height: 65px;
  }
  #rto-trial.rto-advert > .col-xs-12:nth-of-type(2) {
    width: 100.5%;
    margin-top: 5px;
    margin-left: -1px;
    background-color: #555;
  }
  .fl-module.fl-module-post-grid.featured,
  .fl-module.fl-module-post-grid.square-fi,
  .fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-has-image {
    border-bottom: 1px solid #ddd;
  }
  .fl-widget {
    margin-bottom: 20px;
  }
  .fl-row > .fl-row-content-wrap {
    padding-top: 0 !important;
  }
  #issue-tiles-row {
    margin: 0;
  }
  #issue-tiles-row .fl-col-small {
    max-width: 50% !important;
    float: left;
    clear: none;
  }
  #issue-tiles-row .fl-row-content-wrap {
    margin: 0;
  }
  .square-fi .fl-post-feed-image {
    max-width: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }
  #rto-briefs .fl-post-feed-post.fl-post-feed-image-beside {
    max-width: 100%;
    margin-bottom: 15px;
  }
  #rto-briefs-row {
    margin-top: 30px;
  }
  #rto-briefs-col h1.rto-title,
  #rto-briefs-row h1.rto-title {
    margin-top: -19px;
    margin-bottom: 0;
  }
  #rto-row-2 .fl-col:nth-child(3) .fl-module.fl-module-post-grid.square-fi,
  #rto-briefs-row .fl-col:nth-child(3) .fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-has-image,
  #rto-row-2 .fl-col:nth-child(6) #featured-2 {
    border: none;
  }
  #rto-row-2,
  #rto-panels {
    margin-bottom: 15px;
  }
  .fl-page-nav-container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #rto-row-1 {
    margin-top: 15px;
    clear: both;
  }
  .home #rto-panels {
    margin-bottom: 0;
  }
  .rto-spacer {
    margin: 0;
  }
  #rto-briefs {
    padding-left: 0;
  }
  #rto-briefs .fl-post-feed-image a > img {
    display: none;
  }
  #rto-briefs .fl-post-feed-image-beside:nth-child(3) {
    margin-bottom: 0;
  }
  #rto-briefs-col,
  #rto-briefs-row {
    margin-bottom: 10px;
    border: none;
  }
  .fl-row-content-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .fl-module.fl-module-post-grid.featured {
    width: 100%;
  }
  .rto-hero .fl-col .fl-module.fl-module-post-grid.featured {
    margin-bottom: 15px;
    border-bottom: 1px solid #ACBAD4;
  }
}

@media (max-width: 400px) {
  #issue-tiles-row .fl-col-small {
    width: 100%;
  }
  .container {
    padding: 0 !important;
  }
  img.alignright,
  .wp-caption.alignleft {
    margin: 5px 0 5px 5px;
  }
  img.alignleft,
  .wp-caption.alignleft {
    margin: 5px 5px 5px 0;
  }
  .wp-caption.alignleft,
  .wp-caption.alignright {
    max-width: 50% !important;
  }
  .fl-archive article.fl-post {
    width: 100%;
    height: 100%;
  }
  #rto-ads-row .fl-col-group > .fl-col-small {
    width: 100% !important;
    clear: both;
  }
  .textwidget > div#rto-ads-row {
    width: 100% !important;
  }
  .textwidget div#rto-news-alerts {
    margin-right: 0;
  }
  h4.fl-widget-title {
    display: block !important;
  }
}

/* calendar.scss */
div#tribe-events-content {
  margin: 0 15px;
}

span.tribe-mini-calendar-no-event {
  color: #000;
  font-family: 'Arial Narrow', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

td.tribe-events-thismonth {
  background-color: #fff !important;
}

td.tribe-events-has-events {
  background-color: #d5deec !important;
}

.tribe-mini-calendar-day-link {
  color: #183d68 !important;
}

table.tribe-mini-calendar thead,
table.tribe-mini-calendar thead td,
table.tribe-mini-calendar thead th {
  background-color: #999 !important;
}

td.tribe-events-present,
td.tribe-events-present a,
td.tribe-events-present a:hover {
  color: #fff !important;
  background-color: #183d68 !important;
}

div.minical-full-link {
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}

div.minical-full-link a,
div.minical-full-link a:visited {
  color: #333;
  text-decoration: none;
}

#mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li,
#mega_main_menu li.widgets_dropdown > .mega_dropdown > li {
  padding: 0 !important;
}

.single-tribe_events .tribe-events-schedule {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.single-tribe_events .event-is-recurring {
  margin-top: 18px !important;
  font-size: 16px !important;
}

.single-tribe_events .recurringinfo,
.single-tribe_events .timezone,
.single-tribe_events .tribe-event-date-start,
.single-tribe_events .tribe-event-time,
.single-tribe_events .tribe-events-schedule {
  font-size: 18px !important;
}

/* about-us.scss */
a#wp_rp_edit_related_posts {
  background: #0a16d3;
}

p.dropcaps:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 2px;
  padding-right: 8px;
  padding-left: 2px;
  font-family: Lato;
}

p.dropcaps:after {
  content: " ";
  display: block;
  clear: both;
}

.rtoinsider-about-us h2 {
  margin: 1em 0 !important;
  text-align: center;
}

.employee-image {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  background: cover;
  background-size: 100% auto;
  background-position: center;
}

.rto-one .employee-image {
  width: 200px;
  height: 200px;
  margin: 2em 1em 1em 1em;
}

.employee-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rto-box-employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 8px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.rto-one .rto-box-employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 99%;
}

.rto-one-half .rto-box-employee {
  width: 48%;
}

.rto-one-third .rto-box-employee {
  width: 32%;
}

@media (max-width: 400px) {
  .rto-one-half .rto-box-employee,
  .rto-one-third .rto-box-employee {
    width: 99%;
  }
}

.employee-content,
.employee-content p {
  line-height: 1.6;
}

.employee-content {
  width: 100%;
  padding: 1em;
}

.rto-one .employee-content {
  width: 80%;
}

.rto-employee-header {
  background-color: #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  font-weight: 700;
  border-radius: 2px;
  margin-bottom: 1em;
}

.rto-box-employee span {
  font-size: 16px;
  color: #999;
}

#key {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/key.jpg");
}

#kuser {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/Michael-Kuser.jpg");
}

#sweeney {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/Rory-Sweeney-1.jpg");
}

#fordney {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/Jason-Fordney.jpg");
}

#gromer {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/gromer.jpg");
}

#gold {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/Marge-Gold.jpg");
}

#gardner {
  background-image: url("http://www.rtoinsider.com/wp-content/uploads/ben.jpg");
}

#eisner {
  background-image: url("http://www.rtoinsider.com/wp-content/uploads/Merry-Eisner-RTO.jpg");
}

#heidorn {
  background-image: url("http://www.rtoinsider.com/wp-content/uploads/Rich-Heidorn-Jr-RTO.jpg");
}

#caddell {
  background-image: url("http://www.rtoinsider.com/wp-content/uploads/Ted-Caddell-RTO.jpg");
}

#brooks {
  background-image: url("http://www.rtoinsider.com/wp-content/uploads/Michael-Brooks-RTO.jpg");
}

#cook {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/Amanda.jpg");
}

#kleckner {
  background-image: url("http://www.rtoinsider.com/wp-content/uploads/Tom-at-SPP-web-300x300.jpg");
}

#mullin {
  background-image: url("http://www.rtoinsider.com/wp-content/uploads/robert.jpg");
}

#opalka {
  background-image: url("http://www.rtoinsider.com/wp-content/uploads/William-Opalka-web-240x300.jpg");
}

.rtoinsider-about-us .rto-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rtoinsider-about-us .rto-contact span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rtoinsider-about-us .rto-contact span:nth-of-type(2):before {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/phone-receiver.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: " ";
  margin: 5px 8px 0 0;
}

.rtoinsider-about-us .rto-contact span:nth-of-type(1):before {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/close-envelope.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: " ";
  margin: 3px 8px 0 0;
}

.rtoinsider-about-us .rto-contact span:nth-of-type(3):before {
  background-image: url("https://www.rtoinsider.com/wp-content/uploads/twitter-logo-silhouette.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: " ";
  margin: 3px 8px 0 0;
}

/* newsletters.scss */
article#fl-post-38498 .rto-newsletters-row .fl-row-content-wrap {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

article#fl-post-38498 .rto-newsletters-row .fl-row-content-wrap:hover {
  background-color: #d6deec;
}

article#fl-post-38498 .newsletter-row .nl-row:nth-child(1) a {
  font-family: Arial Narrow;
  font-style: normal;
  font-size: 26px;
  color: #555;
  font-weight: 700;
}

article#fl-post-38498 .newsletter-row .nl-row:nth-child(2) a {
  font-style: normal;
  color: #777;
}

article#fl-post-38498 .rto-newsletters-row.fl-row {
  margin: 1em 0;
}

article#fl-post-38498 {
  margin: 2em;
}

@media (max-width: 768px) {
  article#fl-post-38498 {
    margin: 0.4em;
  }
}

.rto-newsletters-row .fl-col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .rto-newsletters-row.fl-row .fl-col {
    max-width: 80% !important;
  }
  .rto-newsletters-row.fl-row .fl-col-small {
    max-width: 10% !important;
  }
}

.newsletter-row {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1em;
  margin-bottom: 1em;
}

.newsletter-row .nl-row {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.newsletter-row .nl-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletter-row img {
  width: 100px;
  height: 100%;
  margin-right: 1em;
}

img.adobe {
  margin: 0 auto 0 auto;
  display: block;
}
