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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

/*
  TOC

  #1 Containers
  #2 Layout
  #3 Images
  #4 Text
  #5 Main Section
  #6 Header Section
  #7 Footer Section
  #8 Ad Modules
  #9 Featured Article Module
  #10 Sidebar Articles Module
  #11 Editorial Picks Module
  #12 Category Group Module
  #13 Guides Module
  #14 Condensed Category Module
  #15 Subscribe Module
  #16 Breadcrumbs Module
  #17 Forms Module
  #18 Newsletter
  #19 Sidebar Ads
  #20 Pagination Module
  #21 VC Page Styles
  #22 Page Content
  #23 Search Module
  #24 404
  #25 In This Issue
  #26 Professionals Module
  #27 Sidebar Newsletter Module

*/
/* #1 Containers */
* {
  box-sizing: border-box; }

body {
  display: flex;
  align-items: center;
  flex-direction: column; }
  body.body-no-overflow {
    overflow: hidden; }

.screen-reader-text {
  display: none; }

section.page {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

section.content {
  margin: 0 auto;
  max-width: 75rem;
  padding-left: 20px;
  padding-right: 20px; }

section.content-wide {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto; }

.-section-noBorder {
  margin-top: 46px;
  padding-top: 46px; }

.-section {
  border-top: solid 7px #d9d9d9;
  margin-top: 36px;
  padding-top: 36px; }
  @media (min-width: 768px) {
    .-section {
      margin-top: 46px;
      padding-top: 46px; } }

.section-heading-split {
  display: flex;
  justify-content: space-between; }
  .section-heading-split a.section-heading-split--link {
    color: #d9d9d9;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.15rem;
    text-decoration: none; }
    .section-heading-split a.section-heading-split--link.-dark {
      color: #424242; }

/* #2 Layout */
.content__columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 768px) {
    .content__columns {
      flex-direction: row; } }
  .content__columns.-center {
    justify-content: center; }
    @media (min-width: 768px) {
      .content__columns.-center .columns__large {
        width: calc(75% - 38px);
        margin-right: 38px; } }
  @media (min-width: 768px) {
    .content__columns.-split {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .content__columns.-split .columns__large {
      width: calc(50% - 38px);
      margin-right: 38px; } }
  @media (min-width: 1280px) {
    .content__columns.-split .columns__large {
      width: 75%; } }
  @media (min-width: 768px) {
    .content__columns.-split .columns__small {
      width: 50%; } }
  @media (min-width: 1280px) {
    .content__columns.-split .columns__small {
      width: 25%;
      position: relative; } }
  @media (min-width: 768px) {
    .content__columns .columns__large {
      width: calc(75% - 38px);
      margin-right: 38px; } }
  @media (min-width: 1280px) {
    .content__columns .columns__large {
      width: 75%; } }
  @media (min-width: 768px) {
    .content__columns .columns__large.-featured {
      width: calc(75% - 38px); } }
  @media (min-width: 1280px) {
    .content__columns .columns__large.-page-not-found {
      padding-right: 370px; } }
  @media (min-width: 1280px) {
    .content__columns .columns__large {
      width: calc(75% - 38px);
      margin-right: 38px; } }
  .content__columns .columns__small {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px; }
    @media (min-width: 768px) {
      .content__columns .columns__small.-featured {
        flex-direction: column;
        width: 25%;
        position: relative;
        margin-top: 0; } }
    @media (min-width: 768px) {
      .content__columns .columns__small {
        width: 25%;
        margin-top: 0; } }
  @media (min-width: 768px) {
    .content__columns .columns__one-third {
      width: calc(33% - 38px);
      margin-right: 38px; } }
  @media (min-width: 768px) {
    .content__columns .columns__two-thirds {
      width: 67%; } }
  .content__columns .columns__full {
    width: 100%; }
  .content__columns .columns__half {
    width: 100%; }
    @media (min-width: 768px) {
      .content__columns .columns__half {
        width: calc(50% - 38px);
        margin-right: 38px; }
        .content__columns .columns__half:last-child {
          margin-right: 0; } }

/* #3 Images */
img {
  max-width: 100%;
  display: inline-block; }

img.ad {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }

/* #4 Text */
h1.page__featured-title {
  font-family: "Merriweather", serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-align: center; }
  h1.page__featured-title a {
    color: #424242;
    text-decoration: none; }
  @media (min-width: 1280px) {
    h1.page__featured-title {
      font-size: 32px;
      line-height: 44px;
      margin-bottom: 10px; } }

h1.article__featured-title,
h2.article__featured-title {
  font-family: "Merriweather", serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: capitalize; }
  h1.article__featured-title a,
  h2.article__featured-title a {
    color: #424242;
    text-decoration: none; }
  @media (min-width: 1280px) {
    h1.article__featured-title,
    h2.article__featured-title {
      font-size: 32px;
      line-height: 44px;
      margin-bottom: 10px; } }

h2.article__sidebar-title,
h2.article__sidebar-title--sponsored {
  font-family: "Merriweather", serif;
  font-size: 21px;
  line-height: 27px;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: capitalize; }
  h2.article__sidebar-title a,
  h2.article__sidebar-title--sponsored a {
    color: #424242;
    text-decoration: none; }
  h2.article__sidebar-title.article__sidebar-title--highlight,
  h2.article__sidebar-title--sponsored.article__sidebar-title--highlight {
    margin-bottom: 0; }

h2.article__picks-title {
  font-size: 21px;
  line-height: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media (min-width: 1280px) {
    h2.article__picks-title {
      padding-top: 0; } }
  h2.article__picks-title a {
    color: #424242;
    text-decoration: none; }

h2.article__categoryExpanded-title {
  font-size: 21px;
  line-height: 27px;
  font-family: "Merriweather", serif;
  font-weight: 900;
  text-transform: capitalize;
  color: #424242; }
  h2.article__categoryExpanded-title a {
    color: #424242;
    text-decoration: none; }
  @media (min-width: 768px) {
    h2.article__categoryExpanded-title {
      font-size: 28px;
      line-height: 36px; } }

h2.article__categoryCondensed-title {
  font-family: "Merriweather", serif;
  font-size: 21px;
  line-height: 27px;
  font-weight: 900;
  text-transform: capitalize; }
  h2.article__categoryCondensed-title a {
    color: #424242;
    text-decoration: none; }

h2.article__guides-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  line-height: 27px;
  color: white;
  font-weight: 700; }
  h2.article__guides-title a {
    color: white;
    text-decoration: none; }
  @media (min-width: 768px) {
    h2.article__guides-title {
      font-size: 24px;
      line-height: 32px; } }

span.article-category {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: #347798;
  display: block; }
  span.article-category a {
    color: #347798;
    text-decoration: none; }

p.article-excerpt {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400; }

p.article-last-updated {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400; }

h2.section-title {
  font-size: 24px;
  line-height: 32px;
  color: #424242;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    h2.section-title {
      margin-bottom: 10px; } }
  h2.section-title.section-title--highlight {
    color: red; }

hr {
  margin-bottom: 20px;
  background: #d9d9d9;
  border: 0;
  height: 1px; }

.-reversed {
  color: white !important; }

a.__button,
input.__button {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  text-decoration: none;
  border: none; }
  a.__button.__button--light,
  input.__button.__button--light {
    color: #424242;
    background: #d9d9d9; }
    a.__button.__button--light:hover,
    input.__button.__button--light:hover {
      color: white;
      background: #e34632; }
    a.__button.__button--light:active,
    input.__button.__button--light:active {
      color: white;
      background: #a22a1b; }
  a.__button.__button--dark,
  input.__button.__button--dark {
    color: white;
    background: #424242; }
  a.__button.__button--submit,
  input.__button.__button--submit {
    color: white;
    background: #347798; }
  a.__button.__button--paginate,
  input.__button.__button--paginate {
    height: 36px;
    line-height: 36px;
    background: #347798;
    font-size: 18px;
    text-transform: none;
    color: white;
    letter-spacing: 0.05rem; }
    a.__button.__button--paginate:hover,
    input.__button.__button--paginate:hover {
      background: #225067; }

/* #5 Main Section */
main.website-main {
  background: white;
  width: 100%;
  padding: 50px 0 0 0; }

/* #6 Header Section */
header.website-header {
  background: #347798;
  border-bottom: solid 1px #d9d9d9;
  width: 100%;
  position: relative; }
  @media (min-width: 1280px) {
    header.website-header::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #d9d9d9;
      bottom: 40px;
      left: 0;
      position: absolute; } }
  @media (min-width: 1280px) {
    header.website-header {
      padding-bottom: 11px;
      background: white; } }
  header.website-header .website-header__ad--leaderboard {
    display: none; }
    @media (min-width: 1280px) {
      header.website-header .website-header__ad--leaderboard {
        background: white;
        height: 133px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; } }
  header.website-header .website-header__branding {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #347798;
    height: 60px; }
    @media (min-width: 768px) {
      header.website-header .website-header__branding {
        background: #347798; } }
    @media (min-width: 1280px) {
      header.website-header .website-header__branding {
        margin-top: 50px;
        background: white;
        align-items: center;
        justify-content: space-between;
        height: auto; } }
    header.website-header .website-header__branding .logo {
      order: 0;
      display: flex;
      align-items: center;
      min-height: 60px; }
      header.website-header .website-header__branding .logo a {
        text-indent: -9999rem;
        display: block;
        width: 178px;
        height: 30px; }
        @media (min-width: 1280px) {
          header.website-header .website-header__branding .logo a {
            width: 451px;
            height: 76px;
            background-size: 450px; } }
        header.website-header .website-header__branding .logo a svg {
          display: block; }
    header.website-header .website-header__branding .header-social {
      order: -1;
      display: none; }
      header.website-header .website-header__branding .header-social.social-show {
        display: none; }
      @media (min-width: 1280px) {
        header.website-header .website-header__branding .header-social {
          display: flex; } }
      header.website-header .website-header__branding .header-social li.header-social__item {
        width: 36px;
        margin-right: 10px; }
        header.website-header .website-header__branding .header-social li.header-social__item:last-child {
          margin-right: 0; }
        header.website-header .website-header__branding .header-social li.header-social__item .twitter:hover,
        header.website-header .website-header__branding .header-social li.header-social__item .facebook:hover,
        header.website-header .website-header__branding .header-social li.header-social__item .instagram:hover {
          opacity: 0.7; }
        header.website-header .website-header__branding .header-social li.header-social__item .twitter {
          padding-top: 3px; }
    header.website-header .website-header__branding .subscribe {
      order: 1;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      display: none; }
      @media (min-width: 1280px) {
        header.website-header .website-header__branding .subscribe {
          display: flex; } }
      header.website-header .website-header__branding .subscribe h3 {
        font-size: 1.3rem;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif; }
      header.website-header .website-header__branding .subscribe span {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        color: #357799; }
        header.website-header .website-header__branding .subscribe span > a {
          color: #357799;
          text-decoration: none; }
          header.website-header .website-header__branding .subscribe span > a:hover {
            text-decoration: underline; }
  header.website-header .website-header__nav .menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #2e6885;
    border: none;
    text-indent: -9999em;
    text-align: center;
    padding: 20px;
    cursor: pointer; }
    @media (min-width: 1280px) {
      header.website-header .website-header__nav .menu-toggle {
        display: none; } }
    header.website-header .website-header__nav .menu-toggle span {
      width: 20px;
      height: 3px;
      background: white;
      display: block; }
      @media (min-width: 1280px) {
        header.website-header .website-header__nav .menu-toggle span {
          display: none; } }
      header.website-header .website-header__nav .menu-toggle span.header__menu-control-top {
        top: 22px;
        left: 20px;
        position: absolute; }
        header.website-header .website-header__nav .menu-toggle span.header__menu-control-top.menu-control-top--open {
          top: 20px;
          transform: rotate(45deg);
          transform-origin: left;
          width: 24px;
          left: 22px;
          background: white; }
      header.website-header .website-header__nav .menu-toggle span.header__menu-control-mid {
        top: 28px;
        left: 20px;
        position: absolute;
        height: 3px; }
        header.website-header .website-header__nav .menu-toggle span.header__menu-control-mid.menu-control-mid--open {
          display: none; }
      header.website-header .website-header__nav .menu-toggle span.header__menu-control-bot {
        top: 34px;
        left: 20px;
        position: absolute; }
        header.website-header .website-header__nav .menu-toggle span.header__menu-control-bot.menu-control-bot--open {
          top: 36px;
          transform: rotate(-45deg);
          transform-origin: left;
          width: 24px;
          left: 22px;
          background: white; }
  header.website-header .website-header__nav .nav-container {
    display: none;
    position: relative; }
    header.website-header .website-header__nav .nav-container.nav-show {
      display: block;
      position: fixed;
      width: 100vw;
      top: 60px;
      left: 0;
      right: 0;
      bottom: 0;
      background: white;
      z-index: 3;
      padding-top: 96px;
      overflow-y: scroll; }
    @media (min-width: 1280px) {
      header.website-header .website-header__nav .nav-container {
        display: flex;
        flex-direction: column; } }
    header.website-header .website-header__nav .nav-container .menu-main-navigation-container #primary-menu {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%; }
      @media (min-width: 1280px) {
        header.website-header .website-header__nav .nav-container .menu-main-navigation-container #primary-menu {
          margin-top: 35px;
          flex-direction: row; } }
      header.website-header .website-header__nav .nav-container .menu-main-navigation-container #primary-menu li {
        margin-bottom: 15px; }
        @media (min-width: 1280px) {
          header.website-header .website-header__nav .nav-container .menu-main-navigation-container #primary-menu li {
            margin-top: 0;
            margin-right: 20px;
            margin-bottom: 0;
            margin-left: 20px; } }
        header.website-header .website-header__nav .nav-container .menu-main-navigation-container #primary-menu li a {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 700;
          color: #424242;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 21px; }
          @media (min-width: 1280px) {
            header.website-header .website-header__nav .nav-container .menu-main-navigation-container #primary-menu li a {
              font-size: 24px; }
              header.website-header .website-header__nav .nav-container .menu-main-navigation-container #primary-menu li a:hover {
                color: #347798; } }
    header.website-header .website-header__nav .nav-container .menu-secondary-navigation-container #menu-secondary-navigation {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%; }
      @media (min-width: 1280px) {
        header.website-header .website-header__nav .nav-container .menu-secondary-navigation-container #menu-secondary-navigation {
          margin-top: 24px;
          flex-direction: row; } }
      header.website-header .website-header__nav .nav-container .menu-secondary-navigation-container #menu-secondary-navigation li {
        margin-bottom: 15px;
        position: relative;
        z-index: 2; }
        @media (min-width: 1280px) {
          header.website-header .website-header__nav .nav-container .menu-secondary-navigation-container #menu-secondary-navigation li {
            margin-top: 0;
            margin-right: 20px;
            margin-bottom: 0;
            margin-left: 20px; } }
        header.website-header .website-header__nav .nav-container .menu-secondary-navigation-container #menu-secondary-navigation li a {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 700;
          color: #424242;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 21px; }
          @media (min-width: 1280px) {
            header.website-header .website-header__nav .nav-container .menu-secondary-navigation-container #menu-secondary-navigation li a {
              font-size: 18px; }
              header.website-header .website-header__nav .nav-container .menu-secondary-navigation-container #menu-secondary-navigation li a:hover {
                color: #347798; } }
  header.website-header .website-header__nav .website-header__nav-search {
    position: absolute;
    display: flex;
    width: 100%;
    height: 56px;
    top: 0;
    left: 0;
    border-bottom: solid 1px #d9d9d9;
    z-index: 1; }
    @media (min-width: 1280px) {
      header.website-header .website-header__nav .website-header__nav-search {
        top: auto;
        left: 0;
        bottom: -11px;
        padding-right: 110px;
        background: rgba(255, 255, 255, 0);
        justify-content: flex-end;
        height: 40px;
        border-bottom: none; } }
    @media (min-width: 1280px) {
      header.website-header .website-header__nav .website-header__nav-search.website-header__nav-search--show {
        background: white;
        z-index: 9999; } }
    header.website-header .website-header__nav .website-header__nav-search .nav-search__search-icon {
      width: 16px;
      height: 16px;
      position: relative;
      top: 12px;
      display: none; }
      @media (min-width: 1280px) {
        header.website-header .website-header__nav .website-header__nav-search .nav-search__search-icon {
          display: block; } }
    header.website-header .website-header__nav .website-header__nav-search .nav-search__search-close {
      width: 16px;
      height: 16px;
      position: relative;
      top: 20px;
      left: -10px;
      display: none; }
      @media (min-width: 1280px) {
        header.website-header .website-header__nav .website-header__nav-search .nav-search__search-close.nav-search__search-close--show {
          display: block; } }
    header.website-header .website-header__nav .website-header__nav-search input[type="search"].search-field {
      border: none;
      height: 56px;
      line-height: 56px;
      padding: 0 10px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      line-height: 24px;
      color: #424242;
      position: relative;
      text-align: center;
      width: 100vw; }
      @media (min-width: 1280px) {
        header.website-header .website-header__nav .website-header__nav-search input[type="search"].search-field {
          text-align: left;
          display: none;
          border-left: 1px solid #d9d9d9;
          top: 5px;
          margin-left: 10px;
          width: 220px;
          height: 30px;
          line-height: 30px; } }
      header.website-header .website-header__nav .website-header__nav-search input[type="search"].search-field.nav-search-show {
        display: block; }
      header.website-header .website-header__nav .website-header__nav-search input[type="search"].search-field:focus {
        outline: none; }
    header.website-header .website-header__nav .website-header__nav-search input[type="submit"] {
      position: absolute;
      right: 0;
      background: url("/wp-content/themes/nova/images/icon-search-blue.svg") center no-repeat;
      background-size: 20px;
      width: 56px;
      height: 56px; }
      header.website-header .website-header__nav .website-header__nav-search input[type="submit"]:focus {
        outline: none; }
      @media (min-width: 1280px) {
        header.website-header .website-header__nav .website-header__nav-search input[type="submit"] {
          display: none; } }

/* #7 Footer Section */
footer.website-footer {
  background: white;
  width: 100%; }
  footer.website-footer .website-footer__branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    border-bottom: solid 1px #424242;
    text-align: center; }
    footer.website-footer .website-footer__branding .logo {
      order: 0;
      display: flex;
      align-items: center;
      min-height: 60px; }
      footer.website-footer .website-footer__branding .logo a {
        text-indent: -9999rem;
        height: 30px;
        display: block;
        width: 178px; }
        @media (min-width: 1280px) {
          footer.website-footer .website-footer__branding .logo a {
            width: 200px;
            height: 60px; } }
        footer.website-footer .website-footer__branding .logo a svg {
          display: block; }
    footer.website-footer .website-footer__branding .footer-social {
      display: flex;
      flex-direction: row;
      margin-top: 20px;
      justify-content: center; }
      footer.website-footer .website-footer__branding .footer-social li {
        width: 36px;
        margin-right: 10px; }
        footer.website-footer .website-footer__branding .footer-social li:last-child {
          margin-right: 0; }
        footer.website-footer .website-footer__branding .footer-social li .twitter:hover,
        footer.website-footer .website-footer__branding .footer-social li .facebook:hover,
        footer.website-footer .website-footer__branding .footer-social li .instagram:hover {
          opacity: 0.7; }
        footer.website-footer .website-footer__branding .footer-social li .twitter {
          padding-top: 3px; }
  footer.website-footer .website-footer__cat-links {
    padding: 30px 0;
    border-bottom: solid 1px #424242; }
    footer.website-footer .website-footer__cat-links .website-footer__cat-links-list {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%; }
      @media (min-width: 768px) {
        footer.website-footer .website-footer__cat-links .website-footer__cat-links-list {
          flex-direction: row;
          align-items: flex-start; } }
      footer.website-footer .website-footer__cat-links .website-footer__cat-links-list > section a {
        color: #424242;
        text-decoration: none; }
        footer.website-footer .website-footer__cat-links .website-footer__cat-links-list > section a:hover {
          color: #347798; }
    footer.website-footer .website-footer__cat-links section {
      margin-bottom: 50px;
      text-align: center; }
      @media (min-width: 768px) {
        footer.website-footer .website-footer__cat-links section {
          margin: 0 20px;
          text-align: left;
          align-items: flex-start; } }
      @media (min-width: 1280px) {
        footer.website-footer .website-footer__cat-links section {
          margin: 0 35px; } }
      footer.website-footer .website-footer__cat-links section h3 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 3px;
        color: #424242;
        text-transform: uppercase; }
      footer.website-footer .website-footer__cat-links section ul li a {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 15px;
        color: #424242;
        text-decoration: none;
        line-height: 22px;
        display: block;
        text-transform: uppercase; }
      footer.website-footer .website-footer__cat-links section .cat-links__newsstands {
        text-align: center; }
  footer.website-footer .website-footer__colophon {
    padding: 10px 0; }
    footer.website-footer .website-footer__colophon p {
      text-align: center;
      font-family: "Roboto Condensed", sans-serif;
      color: #424242;
      font-size: 14px; }

.svg__defs {
  height: 0;
  overflow: hidden; }

/* #8 Ad Modules */
.ad--billboard {
  display: flex;
  justify-content: center; }

.ad--mobile {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

/* #9 Featured Article Module */
.article__featured {
  position: relative; }
  @media (min-width: 768px) {
    .article__featured:not(.article__featured--single) {
      margin-bottom: 100px; } }
  .article__featured.article__featured--single {
    margin-bottom: 25px; }
  @media (min-width: 768px) {
    .article__featured.article__featured--page {
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .article__featured.article__featured--page.-no-featured-image {
      margin-bottom: 20px; } }
  .article__featured .article__featured-snippet {
    display: flex;
    flex-direction: column;
    padding: 10px 0; }
    @media (min-width: 768px) {
      .article__featured .article__featured-snippet.-no-featured-image {
        align-items: flex-start;
        width: 100%;
        padding: 0 0 0 0;
        left: 0;
        top: 0;
        transform: translateX(0);
        text-align: left;
        position: static; } }
    .article__featured .article__featured-snippet.article__featured-snippet--page {
      bottom: 0;
      padding-bottom: 0;
      top: auto; }
    @media (min-width: 768px) {
      .article__featured .article__featured-snippet:not(.article__featured-snippet--single) {
        position: absolute;
        left: 50%;
        width: 75%;
        background: white;
        transform: translateX(-50%);
        text-align: center;
        padding-top: 25px;
        padding-right: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        align-items: center; } }
    @media (min-width: 1280px) {
      .article__featured .article__featured-snippet:not(.article__featured-snippet--single) {
        padding-top: 25px;
        padding-right: 45px;
        padding-bottom: 25px;
        padding-left: 45px; } }
    .article__featured .article__featured-snippet .article-category {
      margin-bottom: 7px; }
    .article__featured .article__featured-snippet .article-excerpt {
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .article__featured .article__featured-snippet .article-excerpt {
          width: 80%; } }
    .article__featured .article__featured-snippet .article__byline {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      line-height: 24px;
      margin-top: 22px;
      font-weight: 700;
      position: relative;
      padding-left: 26px;
      margin-bottom: 0; }
      .article__featured .article__featured-snippet .article__byline .article__byline-icon {
        position: absolute;
        top: 6px;
        left: 0;
        width: 15px;
        height: 13px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; }
        .article__featured .article__featured-snippet .article__byline .article__byline-icon span.article__byline-icon--top {
          display: block;
          height: 2px;
          width: 12px;
          background: black; }
        .article__featured .article__featured-snippet .article__byline .article__byline-icon span.article__byline-icon--mid {
          display: block;
          height: 2px;
          width: 15px;
          background: black; }
        .article__featured .article__featured-snippet .article__byline .article__byline-icon span.article__byline-icon--bot {
          display: block;
          height: 2px;
          width: 9px;
          background: black; }
      .article__featured .article__featured-snippet .article__byline a {
        font-weight: 700;
        color: #347798;
        text-decoration: none;
        position: relative;
        padding-right: 10px; }
        .article__featured .article__featured-snippet .article__byline a::after {
          content: "|";
          position: absolute;
          top: 0;
          right: 0;
          font-weight: 400;
          color: black; }
      .article__featured .article__featured-snippet .article__byline .article__byline-date {
        font-weight: 400; }

.article__content {
  padding-top: 50px; }
  .article__content.article__content--single {
    padding-top: 0; }
  @media (min-width: 768px) {
    .article__content {
      padding-left: 75px;
      padding-right: 75px; } }
  @media (min-width: 960px) {
    .article__content {
      padding-top: 75px; } }
  @media (min-width: 1280px) {
    .article__content {
      padding-top: 100px;
      padding-left: 100px;
      padding-right: 100px; } }
  .article__content h1 {
    font-family: "Merriweather", serif;
    font-size: 21px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .article__content h1 {
        font-size: 32px;
        line-height: 44px; } }
  .article__content h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    line-height: 44px; }
    @media (min-width: 768px) {
      .article__content h2 {
        font-size: 28px;
        line-height: 44px; } }
  .article__content h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    line-height: 44px;
    color: #347798; }
    @media (min-width: 768px) {
      .article__content h3 {
        font-size: 24px;
        line-height: 44px; } }
  .article__content h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 19px;
    line-height: 44px;
    color: #424242; }
    @media (min-width: 768px) {
      .article__content h4 {
        font-size: 21px;
        line-height: 44px; } }
  .article__content h5 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 44px;
    color: #e34632; }
  .article__content h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    line-height: 44px; }
  .article__content a {
    color: #347798;
    text-decoration: none; }
    .article__content a:hover {
      text-decoration: underline; }
    .article__content a:active {
      color: #225067; }
  p {
    margin-bottom: 30px;
    font-family: "Merriweather", serif;
    font-size: 18px;
    line-height: 26px; }
    p strong {
      font-weight: 700; }
    p em {
      font-style: italic; }
  .article__content p {
    margin-bottom: 30px !important; }
    .article__content p img {
      margin: 0 auto; }
    .article__content p:first-child::first-letter {
      font-size: 72px;
      font-weight: 900;
      margin-top: 10px;
      padding-right: 10px;
      padding-bottom: 3px;
      line-height: 72px;
      float: left; }
  .article__content ul {
    margin-bottom: 30px;
    margin-left: 30px;
    list-style-type: disc; }
    .article__content ul li {
      font-family: "Merriweather", serif;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 10px; }
  .article__content ol {
    margin-bottom: 30px;
    margin-left: 30px;
    list-style-type: decimal; }
    .article__content ol li {
      font-family: "Merriweather", serif;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 10px; }
  .article__content iframe {
    margin: 0 auto !important; }
  .article__content figure {
    margin-bottom: 40px; }
    .article__content figure img {
      max-width: 100%; }
    .article__content figure figcaption {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      text-align: center;
      color: #555; }
  .article__content .article__content-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px; }
    .article__content .article__content-image figure img {
      max-width: 640px; }
    .article__content .article__content-image figure figcaption {
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      text-align: left; }
  .article__content .article__post-gallery-photos figure.article__post-gallery-photo span.post-gallery-photo__title a {
    font-size: 18px;
    line-height: 23px;
    font-family: "Roboto Condensed", sans-serif;
    color: #357799;
    font-weight: bold;
    text-decoration: none; }
  .article__content .article__post-gallery-photos figure.article__post-gallery-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    margin-bottom: 10px; }

/* #10 Sidebar Articles Module */
.sidebar__article-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  @media (min-width: 640px) {
    .sidebar__article-list {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .sidebar__article-list {
      flex-direction: column; } }
  @media (min-width: 1280px) {
    .sidebar__article-list {
      flex-direction: column; } }
  .sidebar__article-list .article__sidebar,
  .sidebar__article-list .article__sidebar--sponsored {
    position: relative; }
    @media (min-width: 640px) {
      .sidebar__article-list .article__sidebar,
      .sidebar__article-list .article__sidebar--sponsored {
        width: calc(50% - 7px); }
        .sidebar__article-list .article__sidebar:first-child,
        .sidebar__article-list .article__sidebar--sponsored:first-child {
          margin-right: 14px; } }
    .sidebar__article-list .article__sidebar.article__sidebar--highlight,
    .sidebar__article-list .article__sidebar--sponsored.article__sidebar--highlight {
      border-bottom: solid 1px #424242; }
    @media (min-width: 768px) {
      .sidebar__article-list .article__sidebar,
      .sidebar__article-list .article__sidebar--sponsored {
        width: 100%; } }
    .sidebar__article-list .article__sidebar .article__sidebar-snippet,
    .sidebar__article-list .article__sidebar .article__sidebar-snippet--sponsored,
    .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet,
    .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet--sponsored {
      background: white;
      padding: 10px 0 20px 0; }
      .sidebar__article-list .article__sidebar .article__sidebar-snippet .article-category,
      .sidebar__article-list .article__sidebar .article__sidebar-snippet--sponsored .article-category,
      .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet .article-category,
      .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet--sponsored .article-category {
        margin-bottom: 7px; }
      .sidebar__article-list .article__sidebar .article__sidebar-snippet .article__sidebar-callout--sponsored,
      .sidebar__article-list .article__sidebar .article__sidebar-snippet--sponsored .article__sidebar-callout--sponsored,
      .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet .article__sidebar-callout--sponsored,
      .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet--sponsored .article__sidebar-callout--sponsored {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        background: #347798;
        color: white;
        margin-bottom: 10px;
        padding: 4px 25px;
        display: inline-block; }
      .sidebar__article-list .article__sidebar .article__sidebar-snippet .article__sidebar-title--sponsored,
      .sidebar__article-list .article__sidebar .article__sidebar-snippet--sponsored .article__sidebar-title--sponsored,
      .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet .article__sidebar-title--sponsored,
      .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet--sponsored .article__sidebar-title--sponsored {
        font-family: "Merriweather", serif;
        font-size: 21px;
        line-height: 27px;
        color: #424242;
        font-weight: 900;
        margin-bottom: 30px;
        text-transform: capitalize; }
      .sidebar__article-list .article__sidebar .article__sidebar-snippet .article__sidebar-excerpt,
      .sidebar__article-list .article__sidebar .article__sidebar-snippet--sponsored .article__sidebar-excerpt,
      .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet .article__sidebar-excerpt,
      .sidebar__article-list .article__sidebar--sponsored .article__sidebar-snippet--sponsored .article__sidebar-excerpt {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        width: 467px; }

/* #11 Editorial Picks Module */
.picks h2.section-title {
  text-align: center;
  position: relative; }
  .picks h2.section-title::before {
    content: "";
    width: 100%;
    border-bottom: solid 1px #424242;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    z-index: 1; }
    @media (min-width: 1280px) {
      .picks h2.section-title::before {
        border-bottom: none; } }
  .picks h2.section-title span {
    background: white;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 20px; }
    @media (min-width: 1280px) {
      .picks h2.section-title span {
        padding: 0; } }
  @media (min-width: 1280px) {
    .picks h2.section-title {
      text-align: left; } }

.picks section.picks__article-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 1280px) {
    .picks section.picks__article-list {
      flex-direction: row; } }
  .picks section.picks__article-list .article__picks {
    width: 100%;
    border-bottom: dotted 2px #424242; }
    .picks section.picks__article-list .article__picks:last-child {
      border-bottom: none; }
    @media (min-width: 1280px) {
      .picks section.picks__article-list .article__picks {
        width: 20%;
        margin-right: 30px;
        margin-left: 30px;
        border-bottom: none; } }
    .picks section.picks__article-list .article__picks:first-child {
      margin-left: 0; }
    .picks section.picks__article-list .article__picks:last-child {
      margin-right: 0; }
    @media (min-width: 1280px) {
      .picks section.picks__article-list .article__picks h2 {
        line-height: 28px; } }
    .picks section.picks__article-list .article__picks figure.article__picks-image {
      display: none;
      margin-bottom: 6px; }
      @media (min-width: 1280px) {
        .picks section.picks__article-list .article__picks figure.article__picks-image {
          display: block; } }

/* #12 Category Group Module */
.categoryGroup__article-list .article__categoryExpanded {
  display: flex;
  flex-direction: column;
  margin-bottom: 42px; }
  @media (min-width: 960px) {
    .categoryGroup__article-list .article__categoryExpanded {
      flex-direction: row; } }
  .categoryGroup__article-list .article__categoryExpanded:last-child {
    margin-bottom: 0; }
  .categoryGroup__article-list .article__categoryExpanded figure {
    margin-bottom: 20px; }
    @media (min-width: 960px) {
      .categoryGroup__article-list .article__categoryExpanded figure {
        max-width: 300px;
        margin-right: 40px;
        margin-bottom: 0;
        flex: 1;
        flex-basis: 300px; } }
  .categoryGroup__article-list .article__categoryExpanded .article__categoryExpanded-snippet {
    flex: 2; }
    .categoryGroup__article-list .article__categoryExpanded .article__categoryExpanded-snippet .article__categoryExpanded-title {
      margin-bottom: 5px; }
    .categoryGroup__article-list .article__categoryExpanded .article__categoryExpanded-snippet .article-excerpt {
      display: none; }
      @media (min-width: 768px) {
        .categoryGroup__article-list .article__categoryExpanded .article__categoryExpanded-snippet .article-excerpt {
          display: block; } }
    .categoryGroup__article-list .article__categoryExpanded .article__categoryExpanded-snippet .article-category {
      margin-bottom: 7px; }
  .categoryGroup__article-list .article__categoryExpanded.article__categgoryExpanded--border-bottom {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #d9d9d9; }
    .categoryGroup__article-list .article__categoryExpanded.article__categgoryExpanded--border-bottom:last-child {
      padding-bottom: 0;
      border-bottom: none; }

.categoryGroup__article-list.-more .article__categoryExpanded:last-child {
  margin-bottom: 42px; }

.categoryGroup__article-list nav.navigation.posts-navigation .nav-links {
  display: flex; }
  .categoryGroup__article-list nav.navigation.posts-navigation .nav-links div.nav-previous,
  .categoryGroup__article-list nav.navigation.posts-navigation .nav-links div.nav-next {
    margin: 0 10px; }

/* #13 Guides Module */
.guides {
  background: #424242; }
  .guides .guides__case {
    padding-top: 14px;
    padding-bottom: 55px; }
    @media (min-width: 768px) {
      .guides .guides__case {
        padding-top: 0;
        padding-bottom: 80px; } }
    .guides .guides__case .guides__article-list {
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      @media (min-width: 768px) {
        .guides .guides__case .guides__article-list {
          flex-direction: row; } }
      .guides .guides__case .guides__article-list .article__guides {
        margin-bottom: 36px; }
        .guides .guides__case .guides__article-list .article__guides:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          .guides .guides__case .guides__article-list .article__guides {
            margin-left: 18px;
            margin-right: 18px;
            margin-bottom: 0;
            flex: 1 300px; }
            .guides .guides__case .guides__article-list .article__guides:first-child {
              margin-left: 0;
              margin-right: 0; }
            .guides .guides__case .guides__article-list .article__guides:last-child {
              margin-left: 0;
              margin-right: 0; } }
        @media (min-width: 768px) {
          .guides .guides__case .guides__article-list .article__guides .article__guides-image {
            margin-bottom: 10px; } }

/* #14 Condensed Category Module */
.categoryCondensed__group {
  margin-top: 25px;
  padding-top: 25px;
  border-top: solid 7px #d9d9d9; }
  .categoryCondensed__group:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  .categoryCondensed__group .categoryCondensed__article-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 768px) {
      .categoryCondensed__group .categoryCondensed__article-list {
        flex-direction: row; } }
    .categoryCondensed__group .categoryCondensed__article-list .article__categoryCondensed {
      display: flex;
      flex-direction: row;
      margin-bottom: 30px;
      flex: 1; }
      @media (min-width: 768px) {
        .categoryCondensed__group .categoryCondensed__article-list .article__categoryCondensed {
          margin-right: 19px;
          margin-left: 19px;
          flex-direction: column; } }
      .categoryCondensed__group .categoryCondensed__article-list .article__categoryCondensed:first-child {
        margin-left: 0; }
      .categoryCondensed__group .categoryCondensed__article-list .article__categoryCondensed:last-child {
        margin-right: 0; }
      .categoryCondensed__group .categoryCondensed__article-list .article__categoryCondensed figure {
        margin-bottom: 0;
        margin-right: 19px;
        flex: 1;
        flex-basis: 50px; }
        @media (min-width: 768px) {
          .categoryCondensed__group .categoryCondensed__article-list .article__categoryCondensed figure {
            margin-bottom: 15px;
            margin-right: 0; } }
      .categoryCondensed__group .categoryCondensed__article-list .article__categoryCondensed .article__categoryCondensed-snippet {
        flex: 2; }

/* #15 Subscribe Module */
.subscribe-wide {
  background: url("/wp-content/themes/nova/images/subscribe-bg.png") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100vw;
  height: 430px; }
  @media (min-width: 768px) {
    .subscribe-wide {
      background: url("/wp-content/themes/nova/images/subscribe-bg.png") center no-repeat;
      height: 215px; } }
  .subscribe-wide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 430px;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }
    @media (min-width: 768px) {
      .subscribe-wide::before {
        height: 215px; } }
  .subscribe-wide .subscribe__group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .subscribe-wide .subscribe__group {
        flex-direction: row;
        align-items: flex-start;
        width: 50%; } }
    .subscribe-wide .subscribe__group figure {
      flex-basis: 250px;
      margin-right: 36px; }
    .subscribe-wide .subscribe__group .subscribe__group-snippet {
      text-align: center; }
      @media (min-width: 768px) {
        .subscribe-wide .subscribe__group .subscribe__group-snippet {
          text-align: left; } }
      .subscribe-wide .subscribe__group .subscribe__group-snippet h3.subscribe__group-title {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 30px;
        line-height: 39px;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        letter-spacing: 0.1rem; }
      .subscribe-wide .subscribe__group .subscribe__group-snippet p.subscribe__group-description {
        font-family: "Merriweather", serif;
        font-weight: 300 !important;
        font-style: italic;
        color: white;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px; }

/* #16 Breadcrumbs Module */
.breadcrumbs {
  margin-bottom: 17px;
  display: none; }
  @media (min-width: 1280px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs .breadcrumbs__list {
    display: flex; }
    .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item::after {
      content: "/";
      font-family: "Roboto Condensed", sans-serif;
      color: #347798;
      font-weight: 700;
      margin-left: 2px; }
    .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item:not(:first-child) {
      margin-left: 6px; }
    .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item:last-child::after {
      content: ""; }
    .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item ul.post-categories {
      display: inline-block; }
      .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item ul.post-categories li a {
        font-family: "Roboto Condensed", sans-serif;
        color: #347798;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase; }
    .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item a.breadcrumbs__list-item-link {
      font-family: "Roboto Condensed", sans-serif;
      color: #347798;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase; }

/* #17 Forms Module */
.ninja-forms-form-wrap form .nf-form-content input[type="radio"] {
  height: auto !important; }

._form {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 500px; }
  ._form ._form_element {
    margin-bottom: 15px; }
  ._form ._error-inner {
    color: #e80000; }
  ._form label {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    color: #424242 !important;
    font-size: 21px !important;
    line-height: 28px !important;
    font-weight: 700 !important; }
  ._form input[type="text"] {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 10px !important;
    font-family: "Roboto Condensed", sans-serif;
    color: #888 !important;
    font-size: 18px;
    border-radius: 2px !important;
    border: solid 1px #767676; }
    ._form input[type="text"]::placeholder {
      visibility: hidden; }
    ._form input[type="text"]._has_error {
      border: solid 1px #e80000 !important; }
  ._form input[type="radio"] {
    height: auto !important; }
  ._form ._checkbox-radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px; }
    ._form ._checkbox-radio:last-child {
      margin-bottom: 10px; }
    ._form ._checkbox-radio input[type="checkbox"],
    ._form ._checkbox-radio input[type="radio"] {
      width: 20px !important;
      height: 20px !important;
      display: inline-block;
      border-radius: 2px !important;
      border: solid 1px #767676; }
    ._form ._checkbox-radio span {
      display: flex;
      font-family: "Roboto Condensed", sans-serif !important; }
      ._form ._checkbox-radio span label {
        font-size: 18px !important;
        margin-left: 5px; }
  ._form button[type="submit"] {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 44px !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 700;
    font-size: 21px !important;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: none;
    color: white;
    background: #347798 !important; }
  ._form div._form-thank-you {
    padding: 20px;
    background-color: white;
    color: green; }

.form {
  display: flex;
  justify-content: center; }
  .form .form__fieldset {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .form .form__fieldset .form__fieldset-field {
      width: 100%;
      margin-bottom: 30px; }
      .form .form__fieldset .form__fieldset-field label {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        color: #424242;
        font-size: 21px;
        line-height: 28px;
        font-weight: 700; }
      .form .form__fieldset .form__fieldset-field input {
        display: block; }
        .form .form__fieldset .form__fieldset-field input:not([type="submit"]) {
          width: 100%;
          height: 60px;
          line-height: 60px;
          padding: 10px;
          font-family: "Roboto Condensed", sans-serif;
          color: #888;
          font-size: 18px; }
    .form .form__fieldset select {
      width: 100%;
      height: 60px;
      line-height: 60px;
      background: none;
      border: solid 1px #d9d9d9;
      padding-left: 10px;
      font-family: "Roboto Condensed", sans-serif;
      color: #888;
      font-size: 18px;
      -moz-appearance: window;
      -webkit-appearance: none;
      appearance: none; }
      .form .form__fieldset select option {
        height: 60px;
        line-height: 60px;
        font-family: "Roboto Condensed", sans-serif;
        color: #888;
        font-size: 18px; }
    .form .form__fieldset .form__fieldset-field-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .form .form__fieldset .form__fieldset-field-group {
          flex-direction: row; } }
      .form .form__fieldset .form__fieldset-field-group .form__fieldset-field {
        width: 100%;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .form .form__fieldset .form__fieldset-field-group .form__fieldset-field {
            width: calc(50% - 30px); } }
        @media (min-width: 768px) {
          .form .form__fieldset .form__fieldset-field-group .form__fieldset-field:first-child {
            margin-right: 30px; } }

.ninja-forms-form-wrap form {
  display: flex;
  justify-content: center; }
  .ninja-forms-form-wrap form .nf-before-form-content {
    margin: 15px 0; }
  .ninja-forms-form-wrap form .nf-form-content {
    width: 100%; }
    .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field,
    .ninja-forms-form-wrap form .nf-form-content div.nf-row {
      width: 100%;
      margin-bottom: 30px; }
      .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field label,
      .ninja-forms-form-wrap form .nf-form-content div.nf-row label {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        color: #424242;
        font-size: 21px;
        line-height: 28px;
        font-weight: 700; }
      .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field input,
      .ninja-forms-form-wrap form .nf-form-content div.nf-row input {
        display: block; }
        .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field input:not([type="submit"]),
        .ninja-forms-form-wrap form .nf-form-content div.nf-row input:not([type="submit"]) {
          width: 100%;
          height: 60px;
          line-height: 60px;
          padding: 10px;
          font-family: "Roboto Condensed", sans-serif;
          color: #888;
          font-size: 18px; }
        .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field input[type="button"],
        .ninja-forms-form-wrap form .nf-form-content div.nf-row input[type="button"] {
          display: inline-block;
          height: 55px;
          line-height: 55px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 700;
          font-size: 21px;
          text-transform: uppercase;
          text-decoration: none;
          border: none;
          color: white;
          background: #347798;
          width: auto;
          padding: 0 44px; }
      .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field .checkbox-wrap,
      .ninja-forms-form-wrap form .nf-form-content div.nf-row .checkbox-wrap {
        display: flex;
        flex-wrap: wrap; }
        .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field .checkbox-wrap .nf-field-label,
        .ninja-forms-form-wrap form .nf-form-content div.nf-row .checkbox-wrap .nf-field-label {
          order: 2;
          width: 50%; }
        .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field .checkbox-wrap .nf-field-element,
        .ninja-forms-form-wrap form .nf-form-content div.nf-row .checkbox-wrap .nf-field-element {
          width: 20px;
          order: 1; }
        .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field .checkbox-wrap .nf-field-description,
        .ninja-forms-form-wrap form .nf-form-content div.nf-row .checkbox-wrap .nf-field-description {
          width: 100%;
          order: 3;
          margin-right: 0; }
          .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field .checkbox-wrap .nf-field-description p span,
          .ninja-forms-form-wrap form .nf-form-content div.nf-row .checkbox-wrap .nf-field-description p span {
            font-family: "Merriweather", serif !important;
            font-size: 18px !important;
            line-height: 26px !important;
            color: #222 !important; }
    .ninja-forms-form-wrap form .nf-form-content select {
      width: 100%;
      height: 60px;
      line-height: 60px;
      background: none;
      border: solid 1px #d9d9d9;
      padding-left: 10px;
      font-family: "Roboto Condensed", sans-serif;
      color: #888;
      font-size: 18px;
      -moz-appearance: window;
      -webkit-appearance: none;
      appearance: none; }
      .ninja-forms-form-wrap form .nf-form-content select option {
        height: 60px;
        line-height: 60px;
        font-family: "Roboto Condensed", sans-serif;
        color: #888;
        font-size: 18px; }
    .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field-group {
          flex-direction: row; } }
      .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field-group .form__fieldset-field {
        width: 100%;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field-group .form__fieldset-field {
            width: calc(50% - 30px); } }
        @media (min-width: 768px) {
          .ninja-forms-form-wrap form .nf-form-content .form__fieldset-field-group .form__fieldset-field:first-child {
            margin-right: 30px; } }

/* #17 Newsletter Sign-Up */
.newsletter-sign-up {
  background: #d9d9d9;
  padding: 32px 80px;
  text-align: center; }
  @media (min-width: 768px) {
    .newsletter-sign-up {
      text-align: left; } }
  .newsletter-sign-up .newsletter-sign-up__heading {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px; }
  .newsletter-sign-up .newsletter-sign-up__description {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px; }
  .newsletter-sign-up .newsletter-sign-up__form .newsletter-sign-up__form-fieldset .newsletter-sign-up__form-fieldset-field-group {
    display: flex;
    flex-direction: row; }
    .newsletter-sign-up .newsletter-sign-up__form .newsletter-sign-up__form-fieldset .newsletter-sign-up__form-fieldset-field-group input[type="text"] {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      line-height: 24px;
      color: #424242;
      height: 40px;
      border: none;
      padding-left: 10px;
      width: 220px; }
      @media (min-width: 768px) {
        .newsletter-sign-up .newsletter-sign-up__form .newsletter-sign-up__form-fieldset .newsletter-sign-up__form-fieldset-field-group input[type="text"] {
          width: 370px; } }
      .newsletter-sign-up .newsletter-sign-up__form .newsletter-sign-up__form-fieldset .newsletter-sign-up__form-fieldset-field-group input[type="text"]::placeholder {
        font-family: "Roboto Condensed", sans-serif;
        color: #424242;
        font-weight: 700;
        text-align: center; }
    .newsletter-sign-up .newsletter-sign-up__form .newsletter-sign-up__form-fieldset .newsletter-sign-up__form-fieldset-field-group input[type="submit"] {
      font-family: "Roboto Condensed", sans-serif;
      background: #347798;
      color: white;
      font-weight: 700;
      padding: 0 20px;
      height: 40px;
      line-height: 40px;
      border: none;
      display: inline-block;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase; }

/* Sidebar Ads */
.article__sidebar-ads {
  align-items: center;
  margin-top: 30px; }
  .article__sidebar-ads .article__sidebar-ad-group--fixed {
    position: static; }

/* #20 Pagination Module */
.pagination__heading {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column; }
  @media (min-width: 768px) {
    .pagination__heading {
      flex-direction: row; } }
  .pagination__heading .pagination__heading-title {
    width: 300px;
    margin-right: 40px; }
    .pagination__heading .pagination__heading-title.pagination__heading-title--results {
      width: 100%;
      margin-right: 0; }
  .pagination__heading .pagination__heading-buttons {
    justify-content: center;
    display: none; }
    @media (min-width: 768px) {
      .pagination__heading .pagination__heading-buttons {
        display: flex; } }
    .pagination__heading .pagination__heading-buttons a.__button {
      margin-right: 10px; }
      .pagination__heading .pagination__heading-buttons a.__button:last-child {
        margin-right: 0; }
  .pagination__heading.pagination__heading--bottom {
    margin-top: 45px; }
    .pagination__heading.pagination__heading--bottom .pagination__heading-buttons {
      display: flex; }

/* #21 VC Page Styles */
.content__page--vc,
.content__page {
  font-family: "Roboto Condensed", sans-serif; }
  .content__page--vc h1,
  .content__page h1 {
    font-size: 24px;
    font-weight: 44px;
    color: #424242;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .content__page--vc h1,
      .content__page h1 {
        font-size: 36px; } }
  .content__page--vc h2,
  .content__page h2 {
    font-size: 22px;
    font-weight: 44px;
    color: #424242;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .content__page--vc h2,
      .content__page h2 {
        font-size: 28px; } }
  .content__page--vc h3,
  .content__page h3 {
    font-size: 21px;
    font-weight: 44px;
    color: #347798;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .content__page--vc h3,
      .content__page h3 {
        font-size: 24px; } }
  .content__page--vc h4,
  .content__page h4 {
    font-size: 19px;
    font-weight: 44px;
    color: #424242;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .content__page--vc h4,
      .content__page h4 {
        font-size: 21px; } }
  .content__page--vc h5,
  .content__page h5 {
    font-size: 16px;
    font-weight: 44px;
    color: #424242;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .content__page--vc h5,
      .content__page h5 {
        font-size: 16px; } }
  .content__page--vc h6,
  .content__page h6 {
    font-size: 14px;
    font-weight: 44px;
    color: #424242;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .content__page--vc h6,
      .content__page h6 {
        font-size: 14px; } }
  .content__page--vc a,
  .content__page a {
    color: #347798;
    text-decoration: none; }
    .content__page--vc a:hover,
    .content__page a:hover {
      text-decoration: underline; }
    .content__page--vc a:active,
    .content__page a:active {
      color: #225067; }
  .content__page--vc p,
  .content__page p {
    margin-bottom: 30px;
    font-family: "Merriweather", serif;
    font-size: 18px;
    line-height: 26px; }
    .content__page--vc p strong,
    .content__page p strong {
      font-weight: 700; }
    .content__page--vc p em,
    .content__page p em {
      font-style: italic; }
  .content__page--vc ul,
  .content__page ul {
    margin-bottom: 30px;
    margin-left: 30px;
    list-style-type: disc; }
    .content__page--vc ul.issue-highlights,
    .content__page ul.issue-highlights {
      list-style: none; }
    .content__page--vc ul li,
    .content__page ul li {
      font-family: "Merriweather", serif;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 10px; }
  .content__page--vc ol,
  .content__page ol {
    margin-bottom: 30px;
    margin-left: 30px;
    list-style-type: decimal; }
    .content__page--vc ol li,
    .content__page ol li {
      font-family: "Merriweather", serif;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 10px; }
  .content__page--vc img,
  .content__page img {
    display: block; }
  .content__page--vc figure,
  .content__page figure {
    margin-bottom: 40px; }
    .content__page--vc figure img,
    .content__page figure img {
      max-width: 640px; }
    .content__page--vc figure figcaption,
    .content__page figure figcaption {
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      text-align: left; }
  .content__page--vc table,
  .content__page table {
    border-collapse: collapse;
    border: solid 1px #d9d9d9; }
    .content__page--vc table tbody th,
    .content__page table tbody th {
      border: solid 1px #d9d9d9; }
    .content__page--vc table tbody tr:first-child,
    .content__page table tbody tr:first-child {
      background: #d9d9d9; }
    .content__page--vc table tbody tr td,
    .content__page table tbody tr td {
      padding: 10px;
      border: solid 1px #d9d9d9; }

@media (min-width: 768px) {
  .content__page {
    padding-left: 75px;
    padding-right: 75px; } }

@media (min-width: 1280px) {
  .content__page {
    padding-left: 100px;
    padding-right: 100px; } }

@media (min-width: 768px) {
  .content__page.-no-featured-image {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1280px) {
  .content__page.-no-featured-image {
    padding-left: 0;
    padding-right: 0; } }

.content__page .page__grid {
  display: flex;
  flex-direction: column;
  max-width: 100%; }
  @media (min-width: 768px) {
    .content__page .page__grid {
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .content__page .page__grid .page__grid-item {
    margin-bottom: 40px; }
    .content__page .page__grid .page__grid-item.page__grid-item--wide {
      width: 100%; }
    .content__page .page__grid .page__grid-item.page__grid-item--cols:nth-child(odd) {
      width: 100%; }
      @media (min-width: 768px) {
        .content__page .page__grid .page__grid-item.page__grid-item--cols:nth-child(odd) {
          width: calc(50% - 19px);
          margin-right: 19px; } }
    .content__page .page__grid .page__grid-item.page__grid-item--cols:nth-child(even) {
      width: 100%; }
      @media (min-width: 768px) {
        .content__page .page__grid .page__grid-item.page__grid-item--cols:nth-child(even) {
          width: calc(50% - 19px);
          margin-left: 19px; } }
    .content__page .page__grid .page__grid-item figure.page__grid-item-image {
      margin-bottom: 20px; }
      .content__page .page__grid .page__grid-item figure.page__grid-item-image img {
        max-width: 100%; }

/* #23 Search Module */
form[role="search"].search-form {
  display: flex; }
  form[role="search"].search-form input[type="search"] {
    background: white;
    border: solid 1px #d9d9d9;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 280px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #424242;
    margin: 0; }
    form[role="search"].search-form input[type="search"]::-ms-clear, form[role="search"].search-form input[type="search"]::-ms-reveal, form[role="search"].search-form input[type="search"]::-webkit-search-decoration, form[role="search"].search-form input[type="search"]::-webkit-search-cancel-button, form[role="search"].search-form input[type="search"]::-webkit-search-results-button, form[role="search"].search-form input[type="search"]::-webkit-search-results-decoration {
      display: none;
      width: 0;
      height: 0; }
    form[role="search"].search-form input[type="search"]:focus {
      outline: none; }
  form[role="search"].search-form input[type="submit"] {
    border: none;
    background: url("/wp-content/themes/nova/images/icon-search.svg") #35a6de center/20px no-repeat;
    text-indent: -9999rem;
    margin: 0;
    width: 100px;
    height: 50px;
    line-height: 50px; }

/* #24 404 */
.content__page-not-found ul {
  margin-bottom: 30px;
  margin-left: 30px;
  list-style-type: disc; }
  .content__page-not-found ul li {
    font-family: "Merriweather", serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px; }

.content__page-not-found p.page__not-found-or {
  margin-top: 25px;
  width: 100px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  position: relative;
  text-transform: uppercase; }

/* #25 In This Issue */
.content__in-this-issue h1.page__featured-title {
  margin-bottom: 85px; }

@media (min-width: 768px) {
  .content__in-this-issue h2.section-title {
    font-size: 36px;
    color: #222; } }

.sidebar__in-this-issue {
  margin-top: 100px; }
  .sidebar__in-this-issue .current-issue {
    margin-bottom: 38px; }

/* #26 Professionals Module */
.directory__cta {
  text-align: center;
  padding: 25px 30px 50px;
  background: #2e2e2e; }
  @media (min-width: 768px) {
    .directory__cta {
      padding: 40px 70px 60px; } }
  .directory__cta h2 {
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .directory__cta h2 {
        font-size: 32px;
        line-height: 44px; } }
  .directory__cta ul {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .directory__cta ul {
        flex-direction: row;
        justify-content: space-between; } }
    .directory__cta ul li {
      margin-bottom: 15px; }
      .directory__cta ul li:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .directory__cta ul li {
          flex: 1 1 300px;
          margin-right: 15px; }
          .directory__cta ul li:nth-child(3n) {
            margin-right: 0; } }
      .directory__cta ul li a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        background: #35a6de;
        color: white;
        display: block;
        border-radius: 3px;
        text-decoration: none;
        font-weight: 700; }
        .directory__cta ul li a:hover {
          background: white;
          color: #35a6de; }

.directory__search {
  padding: 30px;
  background: #434343; }
  .directory__search .geodir-search {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .directory__search .geodir-search {
        flex-direction: row; } }
    .directory__search .geodir-search .gd-search-field-cpt {
      flex: 1;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .directory__search .geodir-search .gd-search-field-cpt {
          margin-right: 10px;
          flex: 2; } }
      .directory__search .geodir-search .gd-search-field-cpt select {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: solid 1px #d9d9d9;
        padding-left: 10px;
        font-family: "Roboto Condensed", sans-serif;
        color: #888;
        font-size: 14px; }
        .directory__search .geodir-search .gd-search-field-cpt select option {
          height: 60px;
          line-height: 60px;
          font-family: "Roboto Condensed", sans-serif;
          color: #888;
          font-size: 18px; }
    .directory__search .geodir-search .gd-search-field-search {
      flex: 1;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .directory__search .geodir-search .gd-search-field-search {
          margin-right: 10px;
          flex: 4; } }
      .directory__search .geodir-search .gd-search-field-search input.gd_search_text {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
        border-radius: 3px;
        padding-left: 34px;
        font-family: "Roboto Condensed", sans-serif;
        color: #888;
        font-size: 14px;
        background: url("/wp-content/themes/nova/images/icon-search-gray.svg") white 10px center/15px no-repeat; }
        @media (min-width: 768px) {
          .directory__search .geodir-search .gd-search-field-search input.gd_search_text {
            flex: 2;
            width: 100%; } }
    .directory__search .geodir-search .gd-search-field-near {
      flex: 1;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .directory__search .geodir-search .gd-search-field-near {
          flex: 4;
          margin-right: 10px; } }
      .directory__search .geodir-search .gd-search-field-near input.snear {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
        border-radius: 3px;
        padding-left: 44px;
        font-family: "Roboto Condensed", sans-serif;
        color: #888;
        font-size: 14px;
        background: url("/wp-content/themes/nova/images/icon-location.svg") white 14px center/15px no-repeat; }
        @media (min-width: 768px) {
          .directory__search .geodir-search .gd-search-field-near input.snear {
            width: 100%; } }
      .directory__search .geodir-search .gd-search-field-near .gd-suggestions-dropdown ul {
        margin-top: 5px; }
        .directory__search .geodir-search .gd-search-field-near .gd-suggestions-dropdown ul li {
          color: white;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 13px;
          line-height: 17px; }
    .directory__search .geodir-search button.geodir_submit_search {
      border-radius: 3px;
      border: none;
      flex: 1;
      background: url("/wp-content/themes/nova/images/icon-search.svg") #35a6de center no-repeat;
      text-indent: -9999rem;
      height: 40px;
      line-height: 40px; }

.directory__grid {
  font-family: "Roboto Condensed", sans-serif; }
  .directory__grid .geodir-loop-container .search__remove-message {
    display: none; }
  .directory__grid .geodir-loop-container .geodir-listing-posts {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .directory__grid .geodir-loop-container .geodir-listing-posts {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .directory__grid .geodir-loop-container .geodir-listing-posts > li {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-bottom: 40px; }
      @media (min-width: 640px) {
        .directory__grid .geodir-loop-container .geodir-listing-posts > li {
          flex-direction: row; } }
      @media (min-width: 960px) {
        .directory__grid .geodir-loop-container .geodir-listing-posts > li {
          width: calc(50% - 38px);
          flex-direction: row;
          margin-right: 38px;
          margin-bottom: 50px; }
          .directory__grid .geodir-loop-container .geodir-listing-posts > li:nth-child(even) {
            margin-right: 0;
            width: 50%; } }
    .directory__grid .geodir-loop-container .geodir-listing-posts li .gd-list-item-left {
      flex: 1 0.5 300px;
      position: relative; }
      @media (min-width: 768px) {
        .directory__grid .geodir-loop-container .geodir-listing-posts li .gd-list-item-left:last-child() {
          margin-right: 0; } }
      .directory__grid .geodir-loop-container .geodir-listing-posts li .gd-list-item-left .directory-featured {
        background: #357799;
        color: white; }
    .directory__grid .geodir-loop-container .geodir-listing-posts li .gd-list-item-right {
      flex: 1 1 100%; }
      @media (min-width: 640px) {
        .directory__grid .geodir-loop-container .geodir-listing-posts li .gd-list-item-right {
          width: calc(50% - 38px);
          margin-left: 38px; } }
      .directory__grid .geodir-loop-container .geodir-listing-posts li .gd-list-item-right .geodir-post-title h2.geodir-entry-title > a {
        color: #35a6de;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
        text-decoration: none; }
    .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-left .directory-featured {
      background: #e34632;
      color: white; }
    .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .geodir-post-title {
      margin-bottom: 5px; }
      .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .geodir-post-title h2.geodir-entry-title > a {
        color: #434343;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-decoration: none; }
    .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .geodir-field-address {
      padding-left: 20px;
      background: url("/wp-content/themes/nova/images/icon-location-color.svg") left center/15px no-repeat;
      margin: 15px 0; }
      .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .geodir-field-address span {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 17px; }
    .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .geodir-schedule {
      color: #434343; }
    .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .events-category a {
      color: #35a6de;
      font-weight: 700;
      margin-bottom: 3px;
      text-transform: uppercase;
      text-decoration: none; }
    .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .event-date,
    .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .event-time {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 15px;
      line-height: 20px;
      color: #434343; }
    .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .event-time {
      margin-bottom: 20px; }
    .directory__grid .geodir-loop-container .geodir-listing-posts li.gd_event .gd-list-item-right .geodir-post-content-container .geodir_post_meta.geodir-field-post_content p {
      font-family: "Merriweather", serif;
      font-size: 15px;
      line-height: 20px;
      color: #434343;
      margin-bottom: 0; }

ul.page-numbers {
  display: flex; }
  ul.page-numbers li {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-right: 15px; }
    ul.page-numbers li span:not(.dots) {
      display: block;
      background: #357799;
      color: white;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 2px; }
    ul.page-numbers li span.dots {
      line-height: 1px;
      display: inline-block; }
    ul.page-numbers li a {
      background: #225067;
      color: white;
      padding: 0 10px;
      height: 30px;
      line-height: 30px;
      display: block;
      text-decoration: none;
      border-radius: 2px; }

.directory__detail .directory__detail-card {
  display: flex;
  flex-direction: column; }
  @media (min-width: 640px) {
    .directory__detail .directory__detail-card {
      flex-direction: row; } }
  .directory__detail .directory__detail-card .detail-card__image {
    position: relative; }
    @media (min-width: 768px) {
      .directory__detail .directory__detail-card .detail-card__image {
        flex: 1 1 300px; } }
    .directory-featured {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      text-align: center;
      height: 30px;
      font-size: 14px;
      line-height: 30px;
      text-transform: uppercase; }
  .directory__detail .directory__detail-card .detail-card__title-info {
    background: #eef9ff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 640px) {
      .directory__detail .directory__detail-card .detail-card__title-info {
        padding-left: 38px;
        flex: 1 1.5 100%; } }
    .geodir-page-title-container h1.geodir-page-title {
      font-family: "Roboto Condensed", sans-serif;
      color: #35a6de;
      font-size: 28px;
      line-height: 37px;
      font-weight: 700; }
    .geodir-post-title h3.geodir-entry-title {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 28px;
      line-height: 37px;
      font-weight: 700; }
      .geodir-post-title h3.geodir-entry-title a {
        color: #35a6de;
        text-decoration: none; }
    .geodir-post-address-container > .geodir_post_meta.geodir-field-address {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .geodir-post-address-container > .geodir_post_meta.geodir-field-address span {
        color: #434343;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
        line-height: 23px; }
        .geodir-post-address-container > .geodir_post_meta.geodir-field-address span.geodir-i-address {
          display: none; }
        .geodir-post-address-container > .geodir_post_meta.geodir-field-address span[itemprop="streetAddress"] {
          flex: 1 1 100%; }
        .geodir-post-address-container > .geodir_post_meta.geodir-field-address span[itemprop="addressLocality"] {
          margin-right: 3px; }
          .geodir-post-address-container > .geodir_post_meta.geodir-field-address span[itemprop="addressLocality"]::after {
            content: ","; }
        .geodir-post-address-container > .geodir_post_meta.geodir-field-address span[itemprop="addressRegion"] {
          margin-right: 5px;
          text-align: left; }
        .geodir-post-address-container > .geodir_post_meta.geodir-field-address span[itemprop="addressCountry"] {
          display: none; }
      .geodir-post-address-container > .geodir_post_meta.geodir-field-address br {
        display: none; }
    .directory-address2 {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      line-height: 23px;
      color: #434343; }

.directory__detail .directory__detail-map #gd_map_canvas_post_map_notloaded {
  display: none; }

.directory__detail img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  width: auto !important; }

.directory__detail .direcory__detail-content {
  margin-top: 30px;
  font-family: "Roboto Condensed", sans-serif; }
  .directory__detail .direcory__detail-content p {
    font-family: "Roboto Condensed", sans-serif; }
  .directory__detail .direcory__detail-content .directory__detail-meta {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px; }
    .directory__detail .direcory__detail-content .directory__detail-meta:last-child {
      margin-bottom: 0; }
    .directory__detail .direcory__detail-content .directory__detail-meta h2.widget-title {
      color: #434343; }
    .directory__detail .direcory__detail-content .directory__detail-meta p {
      color: #434343; }
      .directory__detail .direcory__detail-content .directory__detail-meta p:last-child {
        margin-bottom: 0; }
    .directory__detail .direcory__detail-content .directory__detail-meta a {
      color: #347798;
      text-decoration: none; }
      .directory__detail .direcory__detail-content .directory__detail-meta a:hover {
        text-decoration: underline; }
      .directory__detail .direcory__detail-content .directory__detail-meta a:active {
        color: #225067; }
    .directory__detail .direcory__detail-content .directory__detail-meta ul {
      margin-left: 30px;
      list-style-type: disc; }
    .directory__detail .direcory__detail-content .directory__detail-meta span.geodir_post_meta_title {
      display: none; }

.directory__detail .directory__detail-featured {
  margin-top: 40px; }
  .directory__detail .directory__detail-featured .detail-featured__heading {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
    color: #434343; }
  .directory__detail .directory__detail-featured .geodir-listings ul.geodir-category-list-view {
    display: flex;
    justify-content: space-between; }
    .directory__detail .directory__detail-featured .geodir-listings ul.geodir-category-list-view > li {
      flex: 1 1 48%; }
      .directory__detail .directory__detail-featured .geodir-listings ul.geodir-category-list-view > li:last-child {
        margin-left: 38px; }
      .directory__detail .directory__detail-featured .geodir-listings ul.geodir-category-list-view > li .gd-list-item-left {
        position: relative;
        max-width: 215px; }
        .directory-badge_year {
          margin-top: 20px;
          margin-bottom: 20px;
          min-height: 30px;
          display: flex;
          background: url("/wp-content/themes/nova/images/icon-top.svg") left center/30px no-repeat;
          padding-left: 40px;
          font-family: "Roboto Condensed", sans-serif;
          text-transform: uppercase;
          font-size: 15px;
          font-weight: 700;
          line-height: 30px;
          color: #e34632; }
          .directory-badge_year::after {
            content: "winner";
            text-transform: uppercase;
            margin-left: 3px; }
        .directory__winner .geodir-post-meta-container {
          margin-top: 20px;
          margin-bottom: 20px;
          min-height: 30px;
          display: flex;
          background: url("/wp-content/themes/nova/images/icon-top.svg") left center/30px no-repeat;
          padding-left: 40px;
          font-family: "Roboto Condensed", sans-serif;
          text-transform: uppercase;
          font-size: 15px;
          font-weight: 700;
          line-height: 30px;
          color: #e34632; }
          .directory__winner .geodir-post-meta-container::after {
            content: "winner";
            text-transform: uppercase;
            margin-left: 3px; }
        .gd-badge-meta-read-more {
          margin-top: 5px;
          color: #347798;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 700;
          font-family: "Roboto Condensed", sans-serif; }
          .gd-badge-meta-read-more > a {
            color: #347798;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700; }
  .directory__detail .directory__detail-featured .geodir-listings .geodir-all-link {
    display: none; }

.event__detail .event__detail-card {
  position: relative; }
  .geodir-images img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; }

.event__detail .gd-badge-meta-editors-pick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #e34632;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif; }

.event__detail .event__detail-info {
  margin-top: 40px; }
  .event__detail .event__detail-info .geodir-categories-container .geodir-post-meta-container {
    margin-top: 0 !important;
    margin-bottom: 3px !important; }
  .event__detail .event__detail-info .geodir-categories-container .events-category {
    margin-bottom: 3px !important; }
    .event__detail .event__detail-info .geodir-categories-container .events-category a {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 20px;
      color: #434343;
      text-decoration: none;
      text-transform: uppercase; }

.event__detail .geodir-post-title {
  margin-bottom: 30px; }
  .event__detail .geodir-post-title h2 > a {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #35a6de;
    text-decoration: none; }

.event__detail .geodir-post-address-container {
  margin: 30px 0; }
  .event__detail .geodir-post-address-container span {
    color: #434343; }

.event__detail .geodir-post-meta-container {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #434343; }
  .event__detail .geodir-post-meta-container a {
    color: #347798;
    text-decoration: none; }
  .event__detail .geodir-post-meta-container .geodir-field-price::before {
    margin-right: 3px;
    font-weight: bold; }

.event__detail #gd_map_canvas_post_map_notloaded {
  display: none; }

.event__detail .event__detail-content {
  margin-top: 40px; }
  .event__detail .event__detail-content h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif; }
  .event__detail .event__detail-content p {
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 24px; }

/* #? Sidebar Newsletter Module */
.newsletter-module {
  margin-bottom: 30px; }
  .newsletter-module .newsletter-module__image > img {
    display: block; }
  .newsletter-module .newsletter-module__cta {
    padding: 30px 30px 30px;
    background: #ebebeb;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .newsletter-module .newsletter-module__cta .newsletter-module__heading {
      font-family: "Merriweather", serif;
      font-size: 32px;
      line-height: 36px;
      color: #222;
      font-weight: 700;
      margin-bottom: 3px; }
      @media (min-width: 1280px) {
        .newsletter-module .newsletter-module__cta .newsletter-module__heading {
          font-size: 28px;
          line-height: 34px; } }
    .newsletter-module .newsletter-module__cta .newsletter-module__text {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 30px; }
      @media (min-width: 1280px) {
        .newsletter-module .newsletter-module__cta .newsletter-module__text {
          font-size: 16px;
          line-height: 20px; } }
    .newsletter-module .newsletter-module__cta .newsletter-module__link {
      width: 100%;
      text-align: center; }

/** Test Autocomplete **/
.autocomplete-container {
  /* the container must be positioned relative: */
  position: relative;
  display: inline-block; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /* position the autocomplete items to be the same width as the container: */
  top: 100%;
  left: 0;
  right: 0; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4; }

.autocomplete-items div:hover {
  /* when hovering an item: */
  background-color: #e9e9e9; }

.autocomplete-active {
  /* when navigating through the items using the arrow keys: */
  background-color: dodgerblue !important;
  color: #fff; }

#nf-form-95-cont .nf-row,
#nf-form-107-cont .nf-row {
  margin-bottom: 0 !important; }

#nf-form-95-cont .nf-field-container,
#nf-form-107-cont .nf-field-container {
  margin-bottom: 55px !important; }

.essay-count {
  float: right;
  color: #777; }

/* ------------------------------------------------------------------
[Table of contents]

0. Foundation
1. General
2. Re-usable Styles
3. Body
4. Header
6. Magnific Popup
7. Custom Checkbox + Radio
8. Post Syling
9. Overlay
10. Sidebar & Widgets
11. Pagination
12. Carousel
13. Snap To Scroll
14. Custom Scrollbar
15. Form Styling
16. Revolution Slider
17. Contact Page
18. 404 Page
19. WP-Specific
20. Mobile Menu
22. Comments
24. Shortcodes
25. Animations
26. Style Switcher
------------------------------------------------------------------- */
/* ------------------------------------------------------------------
Foundation
*/
meta.foundation-version {
  font-family: "/5.2.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em; }

.row::before,
.row::after {
  content: " ";
  display: table; }

.row::after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

.row .row::before,
.row .row::after {
  content: " ";
  display: table; }

.row .row::after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

.row .row.collapse::before,
.row .row.collapse::after {
  content: " ";
  display: table; }

.row .row.collapse::after {
  clear: both; }

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block; }

.inline-list > li > * {
  display: block; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important; } }

@media only screen and (min-width: 40.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important; } }

@media only screen and (min-width: 64.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important; } }

@media only screen and (min-width: 90.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important; } }

@media only screen and (min-width: 120.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up {
    display: table-cell !important; } }

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

table.hide-for-landscape,
table.show-for-portrait {
  display: table; }

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/* ------------------------------------------------------------------
General
*/
/* ------------------------------------------------------------------
Re-usable Styles
*/
/* ------------------------------------------------------------------
Body
*/
/* ------------------------------------------------------------------
Header
*/
/* ------------------------------------------------------------------
Post Syling
*/
/* ------------------------------------------------------------------
Archive / Category / Search Results Syling
*/
/* ------------------------------------------------------------------
Overlay
*/
/* ------------------------------------------------------------------
Sidebar & Widgets
*/
/* ------------------------------------------------------------------
Carousel
*/
/* ------------------------------------------------------------------
Form Styling
*/
/* ------------------------------------------------------------------
WP-Specific
*/
/* ------------------------------------------------------------------
Author Page
*/
/* ------------------------------------------------------------------
Post Gallery
*/
/* ------------------------------------------------------------------
Mobile Menu
*/
/* ------------------------------------------------------------------
Footer
*/
/* ------------------------------------------------------------------
Comments
*/
/* ------------------------------------------------------------------
Shortcodes
*/
/* ------------------------------------------------------------------
404 Page
*/
/* ------------------------------------------------------------------
Shop
*/
/* ------------------------------------------------------------------
Side Cart
*/
/* ------------------------------------------------------------------
Order
*/
/* ------------------------------------------------------------------
Single Product
*/
/* ------------------------------------------------------------------
Pagination
*/
/* ------------------------------------------------------------------
Animations
*/
/* ------------------------------------------------------------------
Apple TV effect
*/
/* ------------------------------------------------------------------
Selection Share
*/
/* ------------------------------------------------------------------
Magnific Popup
*/
/* ------------------------------------------------------------------
Style Switcher
*/
/* Custom Styles */
body {
  font-family: "Lora", serif; }

/* input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */
#wrapper .header_top {
  padding: 15px 0; }

.top-row,
.bottom-row {
  text-align: center;
  margin: 0 0 30px; }

.top-row img,
.bottom-row img {
  height: 90px;
  margin: 0 0 30px; }

.header .logo .logoimg {
  max-height: 75px; }

#wrapper .social-holder {
  padding: 0; }

#social_header a {
  background: url(/wp-content/themes/nova/images/legacy/social.png) no-repeat 0 0 transparent;
  background-size: auto 25px;
  height: 25px;
  margin: 7px 5px 0 0;
  width: 25px; }

#social_header a.twitter {
  background-position: -28px 0; }

#social_header a.instagram {
  background-position: -56px 0; }

#quick_search svg path {
  fill: #999; }

#quick_search .searchform input {
  color: #a0a0a0; }

::-webkit-input-placeholder {
  color: #a0a0a0 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #a0a0a0 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a0a0 !important; }

:-ms-input-placeholder {
  color: #a0a0a0 !important; }

/* #full-menu .full-menu > li > a {
    font: 400 32px "acumin-pro-extra-condensed";
} */
#full-menu .full-menu > li > a {
  font: 400 20px/40px "Roboto", sans-serif, Arial; }

#full-menu .page .post-gallery img {
  height: 150px;
  object-fit: cover; }

.mobile-toggle div {
  margin-top: 4px; }

.mobile-toggle span {
  background: #357799;
  left: 0; }

.thb-mobile-menu li a {
  color: #000;
  font: normal 400 22px/40px "Roboto", sans-serif;
  text-align: left;
  text-transform: uppercase; }

#secondary-menu {
  text-align: center; }

#secondary-menu ul {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 15px 0; }

#secondary-menu li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px;
  text-transform: uppercase;
  color: #666;
  font: 300 12px/15px "Roboto", sans-serif;
  text-align: center; }

#secondary-menu a {
  color: #666;
  font: 300 12px/15px "Roboto", sans-serif;
  text-align: center; }

#secondary-menu li:first-child a {
  padding-left: 0; }

#secondary-menu ul > li > .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px;
  margin-left: -5px;
  list-style: none;
  z-index: 20;
  text-align: left; }

#secondary-menu ul > li > .sub-menu li {
  padding: 0; }

#secondary-menu ul > li:hover > .sub-menu,
#secondary-menu ul > li > .sub-menu:hover {
  display: block; }

.content-block .medium-9 {
  padding-left: 0; }

.content-block .medium-3 {
  padding-right: 0; }

.slick {
  margin-bottom: 40px; }

#category-title h1 {
  color: #ee2; }

article:nth-child(2n) .article-block {
  background-color: #f6f6f6; }

.article-block {
  display: block; }

.article-block .row {
  display: flex;
  align-items: center; }

.page aside,
.page .post-author {
  color: #000;
  font: 300 12px/15px "Roboto", sans-serif; }

.post-meta a,
.page .post-author a {
  color: #4db9c4;
  text-transform: uppercase; }

.page .post-title h3 {
  color: #000;
  font: normal 30px/30px "Roboto Condensed", sans-serif; }

.post.featured-style4 .featured-title {
  min-height: 105px; }

.page .post-title h3 a {
  color: #000;
  word-break: break-word; }

.page .post-content {
  color: #000;
  font: normal 400 13px/20px "Lora", serif; }

.post-links .post-link.comment-link::before {
  background: transparent url("/wp-content/themes/nova/images/legacy/comment-icon.png");
  background-size: 14px 13px; }

.post-links .post-link.share-article-loop::before {
  background: transparent url("/wp-content/themes/nova/images/legacy/share-icon.png");
  background-size: 18px 10px; }

.article-block footer {
  background: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px 5px 5px;
  width: auto; }

.widget > strong span {
  background-color: #4db9c4;
  color: #fff;
  font: normal 400 12px "myriad-pro";
  padding-top: 10px;
  text-align: center; }

.widget .post-author {
  color: #767676;
  font-size: 11px;
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase; }

.widget .page .post-title h6 {
  color: #000;
  font: normal 400 22px/24px Roboto;
  text-transform: uppercase; }

.widget .page .post-content p {
  font: normal 15px/19px "Roboto Condensed", sans-serif; }

.widget .pis-categories-links {
  font: normal 15px/19px "Roboto", sans-serif !important;
  text-transform: uppercase; }

.widget .pis-excerpt {
  font: bold 16px/18px "Roboto Condensed", sans-serif !important; }

.widget .pis-title-link {
  color: #222 !important;
  font: normal bold 22px/24px "Roboto Condensed", sans-serif; }

.guides .category_title h2 a {
  color: #000;
  font: 900 29px "Roboto Condensed", sans-serif; }

.guides .post-title h4 a {
  color: #000;
  font: normal 23px/26px "Roboto Condensed", sans-serif; }

.guides .medium-6 .post-title h4 a {
  font-size: 36px;
  line-height: 40px; }

.subscribe-block {
  background-color: #f2f2f4;
  margin-top: 30px;
  padding: 30px; }

.thb_subscribe p {
  color: #000;
  font: 700 22px/22px "Roboto Condensed", sans-serif; }

.page .post-content .thb_subscribe input.widget_subscribe,
.archive-page-container .thb_subscribe input.widget_subscribe {
  border-radius: 4px;
  font-family: "Lora", serif;
  height: 48px; }

.page .post-content .thb_subscribe .btn,
.archive-page-container .thb_subscribe .btn,
.page .post-content .thb_subscribe .btn:focus,
.archive-page-container .thb_subscribe .btn:focus {
  background-color: #357799;
  border-radius: 4px;
  font: 700 14px/22px "Roboto Condensed", sans-serif;
  height: 48px;
  padding: 15px 0; }

.archive-page-container .thb_subscribe {
  text-align: center; }

.archive-page-container p {
  margin-bottom: 25px;
  line-height: 1.4; }

.archive-page-container .thb_subscribe .widget_subscribe,
.archive-page-container .thb_subscribe .btn {
  width: 100%; }

.bottom-row {
  margin-top: 60px;
  margin-bottom: 30px; }

#footer .row.center-align .columns {
  border: none;
  justify-content: flex-start; }

#footer .menu {
  text-align: left; }

#footer .widget ul li {
  color: #000;
  padding: 0; }

#footer .widget ul li.title {
  font: 700 16px/24px "Roboto Condensed", sans-serif;
  margin: 0 0 5px; }

#footer .widget ul.menu li a {
  color: #000;
  font-size: 11px; }

#footer .widget > strong {
  margin-bottom: 0;
  text-align: left; }

#footer .widget > strong span {
  font: normal 700 16px/24px "Roboto Condensed", sans-serif;
  text-transform: capitalize;
  padding: 0;
  height: auto;
  color: #357799; }

#footer .menu img {
  max-width: 150px; }

#subfooter p {
  color: #4d4d4d;
  text-transform: uppercase; }

img#wpstats {
  display: none; }

.gap {
  height: 30px; }

.row {
  /* max-width: 90%; */
  max-width: 1200px; }

#overlay_form {
  position: absolute;
  border: 2px solid gray;
  padding: 10px;
  background: #4db9c4;
  width: 80%;
  height: auto;
  z-index: 100;
  left: 10%;
  top: 0; }

#overlay_form label,
#overlay_form a {
  color: #fff;
  font-size: 14px; }

.newsletter .inputWrap {
  width: 100%;
  padding-bottom: 10px; }

.newsletter .inputWrap .input_top {
  width: 100%;
  padding-bottom: 10px; }

.newsletter .inputWrap .input_bottom {
  width: 100%; }

.newsletter .inputWrap .input_bottom .input_bottom_one {
  float: left;
  width: 48%; }

.input_bottom_one span,
.input_bottom_two span {
  padding-bottom: 5px;
  line-height: 18px;
  width: 175px; }

.input_bottom_one .checkbox,
.input_bottom_two .checkbox {
  width: 20px;
  float: left; }

.input_bottom_one label,
.input_bottom_two label {
  float: left;
  clear: none; }

.newsletter .inputWrap .input_bottom .input_bottom_two {
  float: left;
  width: 48%; }

.email_error,
.subscribe_error {
  clear: both;
  display: none;
  color: #f00; }

.subscribe_success {
  clear: both;
  display: none;
  color: #357799; }

#footer .widget {
  margin-bottom: 0; }

#footer .widget#nav_menu-5 {
  padding-bottom: 0; }

#footer .widget#nav_menu-6 {
  /* padding-top: 20px; */ }

.header_container {
  height: auto !important; }

.social-holder a {
  background: url(/wp-content/themes/nova/images/legacy/social.png) no-repeat 0 0 transparent;
  background-size: auto 25px;
  height: 25px;
  margin: 0 5px 0 0;
  width: 25px; }

.social-holder a.twitter {
  background-position: -28px 0; }

.social-holder a.instagram {
  background-position: -56px 0; }

.header_top .fa-facebook::before,
.header_top .fa-twitter::before,
.header_top .fa-instagram::before {
  content: "" !important; }

.post.featured-style4 .featured-title .post-meta {
  display: none; }

/* Post page */
.post-page {
  padding: 20px 0; }

.post-title.entry-header .post-meta {
  font: 300 14px "Roboto", sans-serif; }

.entry-title {
  /* font: 65px/64px "Roboto Condensed", sans-serif; */ }

.post-detail-row .page .post-author {
  font: 14px "Roboto Condensed", sans-serif; }

.post.post-detail .post-content p {
  line-height: 24px; }

.related {
  margin: 20px 0 0 100px; }

.related .mega-menu-post .post-gallery {
  margin-bottom: 10px; }

.page .related h6 {
  font: 400 22px/24px "Roboto", sans-serif;
  text-transform: uppercase; }

.page .related h4 {
  font: 700 24px/22px "Roboto Condensed", sans-serif; }

.slick-slide img {
  object-fit: cover; }

/* Covers */
.covers {
  margin-top: 20px;
  text-align: center; }

.covers ul {
  list-style-type: none;
  margin: 20px 0; }

.covers li {
  display: inline-block; }

.covers a {
  color: #000;
  font: normal 700 24px/14px "Roboto", sans-serif;
  margin: 0 5px; }

.covers .columns {
  margin-bottom: 35px;
  text-transform: uppercase;
  height: 360px;
  float: left !important; }

.covers .columns img {
  max-width: 200px;
  width: 100%;
  max-height: 260px; }

.covers .columns span {
  color: #000;
  display: block;
  font: normal 400 18px/14px "Roboto", sans-serif;
  margin: 10px 0; }

.covers .columns b {
  font-size: 24px;
  font-weight: 700; }

.columns .yellow-button {
  background-color: #ff0;
  border-radius: 6px;
  box-shadow: inset 0 -6px 7px rgba(0, 0, 0, 0.3);
  display: inline-block;
  font: normal 700 14px/14px "Roboto", sans-serif;
  padding: 10px; }

.issue {
  padding: 40px 0;
  text-align: center; }

.issue .top-banner {
  margin-bottom: 50px; }

.issue .yellow-button {
  color: #000;
  display: block;
  font: normal 700 28px/34px "Roboto", sans-serif;
  margin: 30px auto 0;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase; }

.issue .medium-9 {
  text-align: left; }

.page .issue .issue-date {
  color: #000;
  font: normal 700 36px/30px "Roboto", sans-serif;
  text-align: right; }

.issue .issue-date span {
  font-size: 44px;
  display: block;
  padding-bottom: 15px; }

.issue-highlights {
  color: #000;
  list-style-type: none;
  text-transform: uppercase; }

.page .issue .issue-highlights li {
  border-left: 6px solid #099;
  margin-bottom: 35px;
  padding-left: 10px; }

.issue-highlights i,
.issue-highlights b,
.issue-highlights span {
  display: block;
  font: normal 400 12px/14px "Lora", serif; }

.issue-highlights i {
  color: #099;
  font: italic 700 20px/15px "Roboto", sans-serif;
  padding: 0 0 7px; }

.issue-highlights b {
  font: normal 700 28px/30px "Roboto", sans-serif; }

/* Covers */
.pagination .page-numbers {
  display: none; }

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  display: inline-block;
  width: 132px; }

.page .share-article {
  margin-left: -55px; }

.listcontent {
  text-align: center; }

.listcontent div {
  display: inline-block;
  float: none !important;
  vertical-align: top; }

.authorpage .author-content p {
  text-transform: none; }

/* Category Table */
.category_container .category_title {
  display: block;
  border-bottom: 3px solid #222;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.category_container .category_title.small {
  padding-bottom: 10px; }

.category_container .category_title h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1;
  font-size: 28px; }

.category_container .category_title h2 a {
  color: #222; }

.category_container .category_title h5 {
  margin: 0;
  font-weight: 900;
  line-height: 1;
  font-size: 20px; }

.category_container .category_title h5 a {
  color: #222; }

.category_container .category_title.catstyle-style4 {
  border-bottom: 0;
  padding-bottom: 0; }

.category_container .category_title.style2 {
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 30px; }

.category_container .category_title.style2 h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

.category_container .category_title.style3 {
  height: 8px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  text-align: left;
  padding: 0; }

.category_container .category_title.style3 span {
  color: #222;
  display: inline-block;
  background: #fff;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.post.style5 {
  margin-bottom: 40px; }

.post.style5 .post-gallery {
  margin-bottom: 20px; }

.post.style5 .post-author {
  margin: 0 0 10px; }

.post.style5 .post-title h4 {
  font-weight: 400;
  line-height: 26px; }

.post.style5 .post-content p {
  color: #545353; }

.post.style5.extend {
  margin-bottom: 40px; }

.post.style5.extend .post-title h4 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px; }

/* Back Issues */
.backissues {
  color: #000;
  padding: 25px 0 0;
  text-align: center; }

.backissues h2 {
  padding-bottom: 10px; }

.backissues table {
  margin: 50px auto 20px;
  text-align: center;
  width: 100%; }

.backissues .shipping {
  max-width: 600px; }

.backissues input[type="text"] {
  width: 100%; }

.backissues select,
.backissues input[type="text"] {
  padding: 13px 15px;
  margin: 0 0 20px;
  color: #222;
  font-size: 12px;
  max-width: 100%;
  outline: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none; }

.backissues .dkgray_submit {
  background-color: #357799;
  border-radius: 4px;
  border: none;
  color: #fff;
  font: 700 14px/22px "Roboto Condensed", sans-serif;
  height: 48px;
  padding: 15px;
  text-transform: uppercase; }

.backissues .black18 {
  font-size: 22px; }

.events-archive header.entry-header,
.single-tribe_events header.entry-header {
  display: block !important; }

.single-tribe_events .archive-page-container {
  display: none; }

.header-caption {
  font: 700 13px/15px "Roboto", sans-serif, Arial;
  color: #357799;
  letter-spacing: -1px;
  padding-right: 5px; }

.datepicker.dropdown-menu {
  z-index: 1000 !important; }

/* Top Professionals Page */
.container {
  background-color: #ababab;
  width: 100%;
  height: 100%; }

.login_pop,
.register_pop,
.location_pop {
  width: 370px;
  margin: 5% auto auto;
  background-color: white;
  border-radius: 5px;
  padding: 37px;
  position: relative;
  display: none; }

.login_pop .text,
.register_pop .text,
.location_pop .text {
  width: 350px;
  height: 30px;
  margin-top: 10px;
  border-radius: 3px;
  border: 1px solid #ababab;
  padding: 0 10px; }

.close {
  position: absolute;
  top: -8px;
  right: -8px; }

.loginhead h2 {
  color: #eb6043;
  font-size: 22px;
  font-weight: bold; }

.terms {
  color: #00719d;
  text-decoration: none; }

.loginbtn,
.step2,
.step3 {
  background-color: #eb6043;
  border: #eb6043 1px solid;
  height: 28px;
  width: 87px;
  font-size: 14px;
  color: #fff;
  border-radius: 12px;
  float: left; }

.logintoprofile {
  background-color: #eb6043;
  border: #eb6043 1px solid;
  height: 40px;
  width: 122px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer; }

.recoverpassword,
.recoveremail {
  background-color: #eb6043;
  border: #eb6043 1px solid;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  width: auto;
  padding: 10px; }

.service {
  font-size: 14px;
  margin-right: 36px;
  text-align: justify;
  margin-top: 20px; }

#overlay,
#register_overlay {
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /* background: url('/wp-content/themes/nova/images/legacy/overlay.png') repeat 0 0; */
  display: none;
  text-align: center; }

#overlay_bg,
#register_overlay_bg {
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/nova/images/legacy/overlay.png") repeat 0 0;
  display: none;
  text-align: center; }

#overlay-panel {
  margin: 10% auto 0 auto;
  width: 350px;
  background: #fff; }

.login_pop label,
.register_pop label,
.location_pop label {
  float: left;
  text-align: left;
  width: 175px; }

.login_pop .field,
.register_pop .field,
.location_pop .field {
  clear: both;
  padding: 2px;
  width: 100%; }

.search-professional .componentheading {
  border-bottom: medium none;
  border-top: medium none;
  color: #eb5b40;
  font-size: 47px;
  font-weight: bold;
  padding: 5px 0 1px;
  text-align: center; }

#leftcol .heading {
  background-color: #eb6043;
  clear: both;
  color: #fff;
  font-weight: bold;
  min-height: 20px;
  height: auto;
  margin-top: 2px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 160px; }

.search-professional #leftcol {
  margin-top: 30px; }

.filter-selected li,
.filter li {
  font-weight: bold;
  padding-bottom: 5px; }

.filter-selected > ul,
.filter > ul {
  padding-left: 5px;
  padding-top: 10px;
  list-style: none;
  margin: 0; }

.filter-selected a {
  color: #000;
  font-weight: bold;
  padding-right: 5px; }

.filter-selected {
  background-color: #fff !important; }

.filter-selected,
.filter {
  padding-bottom: 15px;
  width: 170px;
  background-color: #f6f6f6;
  margin-bottom: 20px; }

#leftcol .specialities-heading {
  color: #000;
  background-color: #dbdbdb; }

.filter a {
  font-weight: normal; }

.search-professional #midcol {
  border: medium none;
  width: 838px; }

.learn-more {
  font-size: 16px;
  padding-bottom: 30px;
  padding-top: 10px;
  text-align: center;
  width: 100%; }

#midcol .heading {
  background-color: #eb6043;
  color: #fff;
  display: table-cell;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 25px;
  margin-top: 2px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  width: 828px; }

#midcol .professional-profile {
  float: left;
  height: 205px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 823px;
  background-color: #cdedf8;
  cursor: pointer; }

#midcol .professional-profile.first {
  margin-top: 5px; }

#midcol .resultname .data-container {
  float: left;
  width: 354px; }

#midcol .highlight,
.resultname .data-container strong,
.editprofile-container a {
  font-family: Arial !important;
  font-weight: bold !important; }

.resultname {
  font-size: 30px;
  color: #000;
  margin-top: 10px;
  position: relative; }

.winnercontainer {
  background-image: url("/wp-content/themes/nova/images/legacy/Winner-Badge.png");
  background-repeat: no-repeat;
  background-position: right top;
  width: 53px;
  height: 53px;
  /*    position: absolute; */
  top: 0;
  right: 0;
  background-size: cover;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  font-weight: bold; }

.winnercontainer-align {
  float: right; }

/* doctor image container in search result */
.resultimagecont {
  float: left;
  width: 210px;
  padding: 10px 20px 19px 0; }

.resultimage {
  width: 210px; }

.resultdescription {
  font-size: 15px;
  margin-top: 5px; }

.dept span,
.rightcontent,
.rightcontent h5 {
  font-family: Arial !important;
  font-weight: normal !important; }

/* Middle content */
.middlecol {
  width: 400px !important;
  margin-top: 30px; }

.dept span {
  font-style: italic;
  color: #5c5c5c;
  font-size: 19px; }

.editprofile-container {
  height: 25px;
  width: 175px; }

.editprofile-container img {
  float: left;
  padding-left: 5px;
  padding-top: 5px; }

.light-grey > span {
  display: block;
  padding-left: 30px;
  padding-top: 5px; }

.editprofile-container a {
  color: #000; }

.light-grey {
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  border-radius: 6px; }

.light-grey.signin_register {
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
  margin-top: 25px; }

.light-grey.signin_register .edit {
  float: left;
  padding-left: 5px;
  padding-top: 2px; }

.light-grey.signin_register > span {
  display: block;
  padding-left: 30px;
  padding-top: 2px; }

.winner-logo {
  /* background-image: url("/wp-content/themes/nova/images/legacy/Winner-Badge.png"); */
  background-repeat: no-repeat;
  color: #000;
  float: left;
  font-weight: bold;
  height: 56px;
  padding-top: 12px;
  text-align: center;
  width: 56px;
  font-size: 12px; }

.profile-image {
  float: left;
  width: 185px;
  /* height: 160px; */
  overflow: hidden; }

.profile-details {
  float: left;
  padding-left: 15px;
  width: 622px; }

h2.name {
  font-size: 24px;
  font-weight: bold; }

.profile-details .title {
  color: #000;
  float: left;
  font-family: Georgia, serif;
  font-size: 30px;
  width: 540px; }

.profile-details span.category {
  font-size: 11px;
  line-height: 1.3;
  font-family: Roboto, sans-serif !important;
  display: block;
  position: relative;
  height: 29px;
  overflow: hidden;
  float: none; }

.profile-details span.category .btn-more {
  color: #5d5c5c;
  background: #eaeaea;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none; }

.spotlight .profile-details span.category .btn-more {
  background: #fff0b4; }

.professional-profile .other-details {
  float: left;
  padding-left: 15px;
  width: 622px; }

.professional-profile .other-details .container {
  color: #000;
  float: left;
  font-size: 13px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  width: 297px;
  background-color: #cdedf8;
  line-height: 15px; }

.cheight {
  height: 50px !important; }

.container > span {
  color: #2781b5;
  font-size: 13px;
  font-weight: bold; }

.top-professionals-list {
  width: 100%; }

.top-professionals-list .professionals {
  border-bottom: 1px solid #c4c4c4;
  float: left;
  /* margin-bottom: 10px; */
  margin-bottom: 0;
  width: 100%;
  cursor: pointer; }

.top-professionals-list .first {
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  float: left;
  /* margin-bottom: 10px; */
  margin-bottom: 0;
  margin-top: 5px;
  width: 100%;
  height: auto;
  line-height: 20px; }

.top-professionals-list .last {
  margin-bottom: 0 !important; }

.top-professionals-list .professionals .verified {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
  height: 52px; }

.top-professionals-list .professionals .name {
  display: table-cell;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  width: 325px; }

.top-professionals-list .professionals .address {
  display: table-cell;
  font-size: 13px;
  vertical-align: middle;
  width: 370px; }

.top-professionals-list .professionals .winner-logo-list {
  background-image: url("/wp-content/themes/nova/images/legacy/Winner-Badge_list.png");
  background-repeat: no-repeat;
  color: #000;
  display: table-cell;
  font-size: 9px;
  font-weight: bold;
  height: 44px;
  padding-top: 8px;
  text-align: center;
  width: 44px;
  background-position: center center; }

.top-professionals-list .professionals .name > span {
  font-weight: normal; }

.grid-small {
  background: url("/wp-content/themes/nova/images/legacy/Pattern.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 30px;
  margin-bottom: 10px;
  width: 100%; }

.information .name {
  font-weight: normal;
  font-size: 13px; }

.general-listing-btn {
  background-color: #ec5f41;
  border: medium none;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 35px;
  width: 255px;
  cursor: pointer; }

.btn-container {
  margin-bottom: 20px;
  text-align: center;
  width: 100%; }

#leftcol {
  width: 180px;
  float: left;
  padding-left: 10px; }

#midcol {
  width: 600px;
  float: left;
  margin-left: 10px;
  border-left: 1px solid #c8c7c7;
  border-right: 1px solid #c8c7c7; }

.horizontal-line {
  height: 8px;
  background-color: black;
  text-align: center; }

.horizontal-line span {
  background-color: white;
  position: relative;
  top: -0.5em;
  font-size: 25px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px; }

.contentheading,
.componentheading {
  color: #cadb2a;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  /* text-transform:uppercase; */
  margin-bottom: 7px;
  min-height: 20px;
  height: auto !important; }

#container {
  width: 1040px;
  margin: 0 auto; }

.filter .slbox,
.filter .slbox1,
.filter .cust_slbox1,
.filter .cust_slbox2 {
  height: 30px;
  width: 188px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 5px; }

.filter .slbox1,
.filter .cust_slbox1,
.filter .cust_slbox2 {
  width: 181px;
  padding: 0 0 0 5px; }

.filter .cust_slbox1,
.filter .cust_slbox2 {
  width: 150px; }

.filter .cust_slbox2 {
  width: 157px; }

.cust_txt_cnter,
.cust_hd {
  text-align: center !important; }

.cust_hd {
  min-height: 20px !important;
  height: auto !important;
  line-height: 17px;
  padding: 5px 5px 4px 5px !important; }

.filter .slbtn,
.filter .slbtn1,
.filter .cust_slbtn {
  background-color: #eb6043;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  border: 0 solid #fff;
  width: 188px;
  height: 30px;
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer; }

.filter .slbtn2 {
  width: 195px;
  margin-top: 5px; }

.filter .cust_slbtn {
  width: 158px; }

.title {
  font-family: Georgia, serif;
  font-size: 30px !important;
  color: #000; }

.title a:link,
.title a:visited,
.title a:active {
  text-decoration: none;
  color: #000; }

.f_arial,
.f_name_small,
.f_name_big,
.f_speciality_small,
.f_speciality_big,
.f_address_big,
.f_address_small,
.f_info_head,
.f_info {
  font-family: arial !important; }

.f_name_big {
  font-size: 20px !important; }

.f_name_small {
  font-size: 15px !important; }

.f_speciality_big {
  font-size: 12px !important;
  line-height: 16px; }

.f_speciality_small {
  font-size: 10px !important;
  line-height: 13px; }

.f_address_big {
  font-size: 13px !important; }

.f_address_small {
  font-size: 13px !important; }

.f_info_head {
  font-size: 13px !important; }

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

.od_left,
.od_right {
  float: left;
  width: 290px;
  height: auto;
  border: 0 solid #000;
  margin-top: 5px; }

.od_right {
  margin-left: 10px; }

.od_inner {
  float: left;
  width: 90%;
  height: auto;
  margin-bottom: 10px;
  color: #000;
  line-height: 15px;
  font-size: 12px;
  word-break: break-word;
  text-align: left; }

.od_inner .in_h {
  color: #2781b5;
  font-size: 12px;
  font-weight: bold; }

.od_inner .more {
  float: left;
  width: auto;
  text-align: left; }

.od_inner a {
  display: inline-block;
  text-decoration: none;
  color: #00719d; }

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

.h_c {
  font-family: arial;
  line-height: 20px;
  color: #000; }

.s_address {
  font-weight: bold !important;
  float: left !important;
  width: 100% !important;
  line-height: 15px !important;
  font-size: 13px !important; }

.see_more {
  float: left;
  width: 831px;
  height: 20px;
  border: 0 solid #d3d3d3;
  padding: 10px 0 5px 5px;
  text-align: right; }

.see_more a {
  font-family: arial;
  font-weight: bold;
  font-size: 13px;
  color: #2781b5;
  text-decoration: none; }

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

.pr-profile {
  min-height: 205px !important;
  height: auto !important; }

.sort_container {
  border-bottom: 2px solid #636363;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: right;
  float: left;
  margin-bottom: 0;
  width: 100%; }

.sort_container a {
  color: #000;
  font-size: 13px; }

.top-winner-label {
  font-size: 15px;
  color: #000;
  margin: 20px 0 0 5px;
  float: left; }

.cmp_head {
  font-family: arial !important;
  font-weight: bold !important; }

#rightcol {
  float: left;
  margin-left: 50px;
  margin-top: 40px;
  width: 340px; }

#rightcol p,
#midcol p {
  font-size: 13px; }

.rightcontent {
  margin-top: 30px;
  color: #00719d; }

.rightcontent h5 {
  color: #00719d !important; }

.rightdesc {
  width: 300px;
  color: #000; }

.general-profile-details {
  float: left;
  padding: 10px 20px 19px 0;
  width: 210px; }

.prof_content_right {
  padding: 25px;
  width: 340px;
  background-color: #cdedf8;
  margin-top: 10px !important; }

.prof_content_right h4 {
  font-size: 15px; }

.prof_content_right > p {
  font-size: 14px !important; }

.SumoSelect > .CaptionCont > span {
  color: #3b3b3b;
  font-size: 17px; }

.SumoSelect > .CaptionCont > span.placeholder {
  font-size: 17px; }

.SumoSelect > .CaptionCont > label {
  min-height: 30px; }

body > .BackdropSelect {
  z-index: 9 !important; }

/* End Top Professionals Page */
/* Find A Professional */
#container.search-professional {
  width: 1170px;
  max-width: 94%; }

.search-professional .filter {
  background-color: transparent;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 0; }

.search-professional .filter ul {
  padding: 0; }

.search-professional .filter li {
  display: inline-block;
  width: 17%;
  padding: 0;
  vertical-align: text-bottom; }

.search-professional .filter .name {
  width: 49%;
  /* older browsers */
  /* width: calc(52% - 10px - 10px); */
  margin-right: 1%;
  /* older browsers */
  /* margin-right: calc(10px); */ }

.search-professional .filter .location {
  width: 31.5%;
  /* older browsers */
  width: calc(33% - 10px);
  margin-right: 1%;
  /* older browsers */
  margin-right: calc(10px); }

.search-professional .filter .button-submit {
  width: 16%;
  /* older browsers */
  width: calc(16%);
  float: right; }

.search-professional .filter .cust_slbox1,
.search-professional .filter .cust_slbox2,
.search-professional .filter .default_select {
  color: #000;
  background-color: #fff;
  font: 400 italic 14px/15px Arial;
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  height: 40px;
  margin: 0; }

.ui-autocomplete-highlight {
  font-style: italic; }

.search-professional .filter .cust_slbox1::placeholder,
.search-professional .filter .cust_slbox1::-webkit-input-placeholder {
  color: #000 !important; }

.search-professional .filter .cust_slbtn {
  background-color: #11a3b2;
  border-radius: 0;
  font: 700 24px/20px Arial;
  height: 40px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none; }

.search-professional .filter-container {
  min-height: 40px;
  margin-top: 10px; }

.search-professional .filter-container .default_select {
  width: 100%;
  max-width: 100%;
  /* background: url(/wp-content/themes/nova/images/legacy/arrow-black.png) no-repeat calc(100% - 10px) center transparent; */
  background-image: url(/wp-content/themes/nova/images/legacy/arrow-black.png);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: center;
  background-size: 26px;
  padding: 0 45px 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0; }

.search-professional .filter-container .select-wrap {
  display: inline-block;
  width: 31.5%;
  width: calc((100% - 380px - 34px) / 2);
  margin-right: 1%;
  margin-right: calc(10px); }

.search-professional .filter-container .wrap {
  display: inline-block;
  width: auto;
  padding-left: 10px;
  float: right; }

.search-professional .filter-container .option {
  line-height: 40px;
  margin: 0; }

.search-professional input[type="checkbox"] + label .materialistic-checkbox {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/wp-content/themes/nova/images/legacy/checkbox.png) no-repeat center;
  background-size: cover !important;
  margin-right: 4px;
  vertical-align: middle;
  transition: all, 0.25s ease-in; }

.search-professional input[type="checkbox"]:checked + label .materialistic-checkbox {
  background: url(/wp-content/themes/nova/images/legacy/checkbox-checked.png) no-repeat 0 0 transparent; }

.search-professional .filter-container .option input[type="checkbox"] {
  display: none; }

.search-professional .filter-container .option .label-badge {
  width: 24px;
  margin-right: 6px; }

.search-professional .filter-container .option b {
  vertical-align: middle; }

.search-professional .filter-container .option label {
  display: inline-block;
  padding: 8px 0;
  margin-bottom: 0;
  cursor: pointer; }

.search-professional .filter-container .sort {
  line-height: 40px;
  display: inline-block;
  margin: 0 0 0 26px;
  float: none; }

.search-professional .filter-container .sort::after {
  top: 15px; }

.search-professional .filter-container .sort i,
.search-professional .filter-container .sort select {
  vertical-align: middle; }

.search-professional .filter-container .sort select {
  padding: 8px 25px 8px 2px; }

.search-professional .applied-filters {
  display: inline-block;
  margin: 10px 0 0; }

.applied-filters .list-applied-filters {
  font: 700 italic 13px Arial !important;
  color: #11a3b2;
  width: auto !important;
  display: inline-block !important;
  margin: 0 5px 0 0 !important; }

.applied-filters .list-applied-filters li {
  font: 400 italic 14px/16px Arial !important;
  color: #11a3b2;
  width: auto !important;
  display: inline-block !important;
  margin: 0 5px 0 0 !important; }

.applied-filters .list-applied-filters li:not(:last-child)::after {
  content: ","; }

.applied-filters .btn-clear-filter {
  color: #fff;
  background-color: #11a3b2;
  border-radius: 0;
  font: 400 italic 14px/16px Arial;
  border: none;
  padding: 6px 10px;
  margin: 0; }

.search-professional .componentheading {
  font: 900 80px/80px "Roboto", sans-serif, Arial;
  color: #11a3b2;
  text-align: center;
  padding: 0 0 15px;
  letter-spacing: 2px; }

.search-professional .cust_hd {
  color: #000;
  font: 700 18px/18px Arial;
  line-height: 1.6;
  padding: 0 !important;
  margin: 0 0 40px; }

.search-professional .blue,
.search-professional .blue a {
  color: #11a3b2; }

.search-professional .blue a {
  border-bottom: 3px solid #11a3b2; }

.search-professional #midcol {
  width: 100%;
  margin-left: 0;
  margin-bottom: 35px; }

#midcol .professional-profile {
  width: 24%;
  margin-right: 1%;
  border-radius: 12px;
  border: 1px solid #11a3b2;
  background-color: #eaeaea;
  padding: 10px;
  /* min-height: 375px!important; */
  position: relative;
  margin-top: 10px !important; }

#midcol .item-may-like .professional-profile {
  width: 80%;
  float: none;
  display: inline-block;
  margin: auto;
  padding: 0; }

#midcol .professional-profile.spotlight {
  border: 1px solid #11a3b2;
  background-color: #fff0b4; }

.search-professional .profile-image-container,
.search-professional .profile-image-container a,
.search-professional .profile-image-container .profile-image,
.search-professional .profile-details {
  width: 100%;
  padding: 0; }

.search-professional .profile-card-header {
  position: relative;
  text-align: center; }

.search-professional .profile-card-header .spotlight-label {
  color: #5d5c5c;
  background: #fff0ac;
  font: 700 italic 12px/12px Arial !important;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  width: 94px;
  padding: 4px;
  margin: 0 auto;
  z-index: 1;
  border: 1px solid #11a3b2; }

.search-professional .profile-image-container {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%; }

.search-professional .profile-image-container .profile-image {
  border-radius: 10px 10px 0 0;
  float: none;
  height: 259px;
  object-fit: cover; }

.search-professional .profile-image-container .winners-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px; }

.search-professional .profile-details {
  height: 65px;
  height: 65px;
  float: none; }

.search-professional .profile-details .spotlight-label {
  color: #5d5c5c;
  font: 700 italic 11px/11px Arial !important;
  margin: 0 0 6px;
  display: none; }

.search-professional .title {
  color: #11a3b2;
  font: 700 28px/28px Arial;
  width: 100%;
  float: none; }

.profile-details span.category,
h2.name,
.title a {
  color: #11a3b2 !important; }

.search-professional h2.name {
  font-family: Roboto !important;
  font-size: 20px !important;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 6px 0 2px; }

.profile-details .location-wrap {
  line-height: 12px; }

.profile-details span.address {
  color: #5d5c5c;
  font: 400 11px/16px Roboto !important;
  display: inline-block;
  width: 50% !important;
  width: calc(100% - 75px) !important;
  float: none !important;
  margin: 0;
  vertical-align: bottom;
  max-height: 32px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.profile-details span.f_address_small {
  /* font: 400 10px/13px Arial!important; */ }

.profile-details span.f_address_big {
  /* font: 400 12px/16px Arial!important; */ }

.profile-details .distance {
  color: #5d5c5c;
  font: 700 italic 10px/10px Roboto !important;
  background: url(/wp-content/themes/nova/images/legacy/pin_professional.png) no-repeat 0 0 transparent;
  background-size: 12px;
  max-width: 110px;
  height: 16px;
  padding: 4px 0 0 15px;
  float: right !important;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap; }

.search-professional .pagination a,
.search-professional .pagination span.current {
  border: 1px solid #11a3b2;
  color: #11a3b2;
  padding: 10px 15px;
  font: bold 20px/20px arial;
  display: inline-block;
  margin-bottom: 10px; }

.search-professional .pagination span.current {
  background-color: #11a3b2;
  color: #fff; }

.search-professional .pagination {
  clear: both;
  float: none;
  display: inline-block;
  margin: 0 0 20px; }

.search-professional .pagination .pagination-filler {
  border: 1px solid transparent;
  color: #11a3b2;
  height: 100%;
  padding: 10px 10px 0;
  font: bold 20px/20px arial;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 10px; }

.pagination-wrapper {
  text-align: center; }

.specialities-heading {
  color: #666;
  font: 400 italic 15px/10px Arial;
  text-indent: 10px; }

.search-professional .specialities-filter li {
  color: #11a3b2;
  border: 1px solid #11a3b2;
  width: auto;
  padding: 0; }

.search-professional .specialities-filter a {
  color: #11a3b2;
  padding: 5px 10px;
  display: inline-block;
  font: 400 italic 15px/15px Arial; }

.search-professional .specialities-filter,
.option,
.sort {
  display: inline-block;
  width: auto;
  margin: 0; }

.option {
  font: 700 17px/17px Arial;
  color: #000;
  vertical-align: top;
  margin: 18px 0 0 3%; }

.option label {
  font: 700 17px/17px Arial;
  color: #000;
  text-transform: none; }

.option input {
  width: 16px;
  height: 16px;
  margin: 0;
  display: inline-block;
  cursor: pointer; }

.option b {
  cursor: pointer; }

.sort {
  float: right;
  position: relative;
  font: 400 italic 17px/17px Arial;
  margin: 18px 0 0; }

.sort select {
  border: none;
  background-color: #fff;
  font: 700 italic 17px/17px Arial;
  width: auto;
  padding-right: 25px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.sort::after {
  background: url(/wp-content/themes/nova/images/legacy/arrow.png) no-repeat 0 0 transparent;
  background-size: 26px;
  content: '';
  width: 26px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  pointer-events: none; }

#show-all {
  position: absolute;
  top: 10px;
  right: 0;
  width: 81px; }

.search-professional .specialities-filter {
  width: 58%;
  height: 40px;
  overflow: hidden;
  position: relative;
  padding-right: 80px; }

.search-professional .specialities-filter.expanded {
  height: auto; }

.search-professional .specialities-filter li.active {
  padding: 0;
  background-color: rgba(17, 163, 178, 0.7); }

.search-professional .specialities-filter .active a {
  color: #fff; }

.winner-badge {
  margin-top: -30px;
  float: right;
  background-image: url("/wp-content/themes/nova/images/legacy/badge.png");
  background-size: cover;
  height: 90px;
  width: 90px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font: 700 15px/15px "Roboto", sans-serif, Arial;
  padding: 22px 0; }

.winner-badge b {
  color: #fff;
  font: 700 22px/22px "Roboto", sans-serif, Arial !important;
  position: static;
  background: none;
  padding: 0; }

.winner-badge {
  width: 150px;
  height: 150px;
  padding: 30px 0;
  font-size: 26px; }

.winner-badge b {
  font-size: 45px !important;
  line-height: 55px !important; }

/* End Find A Professional */
/* Find A Profile */
.find-profile {
  margin-bottom: 25px;
  margin-top: 25px; }

.article {
  margin-bottom: 60px;
  color: #000; }

.article h2 {
  font: 400 60px/60px "Roboto Condensed", sans-serif;
  margin: 0;
  padding: 0 5%; }

.article p {
  margin: 20px 5% 0; }

.article .blue {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 16px; }

.article .article-detail {
  font: 400 14px/20px "Roboto", sans-serif, Arial;
  padding: 0 5%; }

.find-profile h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px; }

.find-profile #midcol {
  width: 100%;
  margin-left: 0;
  border: none; }

.find-profile .winner-logo img {
  margin-top: 0;
  height: 70px; }

.find-profile .winner-logo i {
  /* margin-top: 10px;
    display: inline-block;
    font-size: 12px; */ }

.profile-details .more {
  text-decoration: underline;
  color: #000 !important;
  font-size: 12px;
  display: block;
  clear: both;
  width: 85px;
  margin: 55px 0 0; }

.find-profile .profile-details .distance {
  color: #5d5c5c !important; }

.find-profile h2.name {
  /* margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */ }

.ad-img {
  text-align: center;
  margin: 20px auto; }

.article .top-text {
  float: left;
  /* width: 95%; */
  margin-bottom: 20px; }

.top-text img {
  float: left; }

.top-text img.badge-icon {
  float: right; }

.address-block {
  float: left;
  width: 400px;
  max-width: 50%;
  margin-left: 20px;
  color: #357799;
  font: normal 400 24px/24px "Lora", serif; }

.address-block a {
  color: #357799;
  text-decoration: underline;
  word-break: break-all; }

#claim {
  text-decoration: none;
  clear: both;
  display: block;
  margin-top: 25px;
  color: #fff;
  border-radius: 10px;
  background: none no-repeat 0 0 #399;
  font: normal 700 17px/17px Arial, serif;
  padding: 7px 10px;
  width: 200px;
  max-width: 100%; }

#claim img {
  background: #fff;
  border-radius: 10px;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  display: inline-block; }

.top-text::after {
  clear: both; }

/* End Find A Profile */
/* New Style Popup */
.register_pop #account-form input::placeholder {
  color: #3b3b3b !important; }

.popup {
  color: #000; }

.popup .login_pop,
.popup .register_pop,
.popup .location_pop {
  width: 600px;
  max-width: 80%;
  padding: 2% 5%;
  margin: 20px auto 0;
  overflow-y: auto;
  max-height: 750px; }

.popup .close {
  top: 15px;
  right: 15px;
  color: #000;
  font: 700 30px/20px Arial, sans-serif; }

.popup .loginhead p {
  font: 400 17px/20px Arial, sans-serif;
  text-align: left;
  margin-bottom: 20px; }

.popup .loginhead h2 {
  color: #4aa0ae;
  font: normal 700 32px/32px Arial, serif;
  margin: 0 0 20px;
  text-align: center; }

.popup .text {
  border: 1px solid #7b7b7b;
  border-radius: 0;
  color: #3b3b3b;
  height: 40px;
  margin: 0 0 10px;
  font-size: 17px;
  padding: 5px;
  width: 100%; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3b3b3b; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3b3b3b; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #3b3b3b; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #3b3b3b; }

.location_pop select {
  width: 100% !important; }

.popup select {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  height: 40px;
  cursor: pointer; }

.popup select.right {
  float: right;
  padding: 10px 0; }

.popup input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  vertical-align: top; }

.terms {
  color: #000;
  font: 700 17px/17px Arial, serif;
  text-align: left;
  margin-bottom: 20px; }

.terms a {
  color: #000;
  text-decoration: underline; }

.popup .loginbtn {
  background-color: #4aa0ae;
  cursor: pointer;
  font: normal 700 32px/32px Arial, sans-serif;
  margin: 0 auto;
  border-radius: 0;
  height: auto;
  width: auto;
  border: none;
  padding: 10px 50px;
  float: none; }

.popup .register_pop .loginbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.recoveremail,
.recoverpassword {
  font: normal 700 20px/20px Arial, serif !important; }

#wrapper [role="main"] {
  position: static;
  z-index: 0; }

.message_container.error {
  padding-bottom: 15px;
  color: #f00; }

.forgot_links {
  padding-top: 15px; }

.forgot_links a {
  color: #4aa0ae;
  font: normal 700 14px/14px Arial, serif;
  padding: 5px; }

.msg_cnt {
  margin: 5px 0 5px 0;
  color: #f00; }

#finish_msg {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }

/* End New style Popup */
/* Similar professionals */
.search-professional .owl-stage {
  /* margin: 0 -10px; */ }

.owl-hr {
  border: solid #bcbcbc;
  border-width: 1px; }

.owl-prev.disabled,
.owl-next.disabled {
  color: #aaa !important;
  border-color: #ddd !important;
  background: none !important;
  box-shadow: none !important; }

#container-carousel .owl-container {
  margin-bottom: 20px;
  border: solid;
  border-color: #bcbcbc;
  border-width: 1.5px;
  height: 160px; }

.search-professional .owl-container {
  background: #e6e6e6;
  padding: 0 40px 0; }

.search-professional .owl-stage .owl-item {
  padding: 0 15px !important; }

.search-professional .owl-stage .owl-item {
  padding: 0 15px !important; }

.search-professional .item-may-like > a {
  display: block; }

.search-professional .item-may-like .pr-profile {
  min-height: initial !important; }

.search-professional .item-may-like .pr-profile .title {
  text-align: left; }

.search-professional .item-may-like .professional-profile {
  width: 100% !important;
  display: block !important;
  border-radius: 0 !important;
  border: none !important; }

.search-professional .item-may-like .professional-profile .profile-card-header {
  display: inline-block;
  width: 100px;
  height: 100px;
  /* float: left; */
  vertical-align: middle; }

.search-professional .item-may-like .profile-image-container .profile-image {
  border-radius: 0;
  height: 100%; }

.search-professional .item-may-like .professional-profile .profile-details {
  display: inline-block;
  width: calc(100% - 105px);
  height: unset;
  vertical-align: middle; }

.search-professional .item-may-like .professional-profile .profile-details .title h2.name {
  font-weight: bold; }

.search-professional .item-may-like .professional-profile .profile-details span.category {
  font-weight: 500; }

.search-professional .owl-stage .profile-card-header .spotlight-label {
  display: none; }

.search-professional .owl-stage .profile-image-container .winners-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px; }

.search-professional .owl-stage .profile-details .address {
  display: block !important;
  width: 100% !important; }

.search-professional .owl-stage .profile-details .distance {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important; }

#container-carousel {
  width: 1200px;
  max-width: 100%; }

.owl-prev {
  font-size: 50px !important;
  position: absolute;
  top: 35px;
  left: -30px; }

.owl-next {
  font-size: 50px !important;
  position: absolute;
  top: 35px;
  right: -30px; }

.best-of-nova-wrapper {
  width: 100%;
  height: 100%;
  padding: 30px 0 18px;
  background-color: #4db9c4; }

.best-of-nova-img {
  width: 80%;
  margin: 0 10%; }

.best-of-nova-list {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto !important;
  padding-top: 17px;
  font: small-caps 700 12px Arial !important;
  list-style: none; }

.nova-list-item {
  margin-right: 15px;
  margin-bottom: 12px;
  box-sizing: border-box;
  width: 23%; }

.nova-item-link {
  padding: 6px 12px;
  color: #4db9c4;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #fff;
  float: left;
  width: 100%;
  text-align: center; }

.nova-item-link:hover {
  color: #fff;
  background-color: #4db9c4;
  -webkit-transition-duration: 1s;
  /* Safari */
  transition-duration: 1s; }

.latest_title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  color: #4db9c4;
  margin-bottom: 10px; }

.thing-to-do-wrapper {
  width: 100%;
  height: 100%;
  padding: 30px 0 18px;
  background-color: #4db9c4; }

.thing-to-do-img {
  width: 80%;
  margin: 0 10%; }

.thing-to-do-list {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto !important;
  padding-top: 17px;
  font: small-caps 700 12px Arial !important;
  list-style: none; }

.thing-list-item {
  margin-right: 15px;
  margin-bottom: 12px;
  box-sizing: border-box;
  width: 18%; }

.thing-item-link {
  padding: 6px 12px;
  color: #4db9c4;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #fff;
  float: left;
  width: 100%;
  text-align: center; }

.thing-item-link:hover {
  color: #fff;
  background-color: #4db9c4;
  -webkit-transition-duration: 1s;
  /* Safari */
  transition-duration: 1s; }

.things-landing-wrapper {
  width: 100%;
  padding: 30px 0 18px;
  background-color: #4db9c4; }

.landing-wrapper .things-landing-list {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.things-landing-list {
  width: 100%;
  font: small-caps 700 12px Arial !important;
  list-style: none;
  margin: 0; }

.things-landing-item {
  width: 22%;
  margin-right: 15px; }

.things-landing-seprator {
  width: 5px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 20px; }

.things-landing-calender .things-landing-link {
  font: small-caps 700 12px Arial !important;
  padding: 14px 8px; }

.best-professionals-profile {
  padding: 0; }

.things-landing-link,
.things-landing-link-calendar {
  padding: 6px 12px;
  color: #4db9c4;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #fff;
  float: left;
  text-transform: uppercase;
  margin: 5px;
  width: 100%;
  text-align: center; }

.things-landing-link.active,
.things-landing-link:active,
.things-landing-link:hover,
.things-landing-link-calendar.active,
.things-landing-link-calendar:active,
.things-landing-link-calendar:hover {
  color: #fff;
  background-color: #4db9c4;
  -webkit-transition-duration: 1s;
  /* Safari */
  transition-duration: 1s; }

.things-landing-heading {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 51px !important;
  line-height: 51px !important;
  margin: 17px 0 !important; }

.things-landing-img {
  padding-top: 20px; }

.things-landing-paragraph {
  margin: 10px;
  color: #000;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }

.things-landing-paragraph p {
  margin: 0;
  margin-bottom: 28px; }

.things-landing-paragraph a {
  color: #4db9c4 !important; }

.things-landing-paragraph ul li {
  font-size: 16px; }

.things-landing-calender {
  width: 20%; }

.things-landing-container {
  margin-top: 15px; }

.things-to-do-hide {
  display: none; }

/* Login and Registration Page */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.form-login-register {
  /* Login/ Register Form Container */
  width: 74%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px; }

.contactform-heading {
  /*  Login/ Register form */
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  font-size: 65px;
  line-height: 64px;
  font-weight: 500; }

.contactform-list {
  /*   Login/ Register Form */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  list-style: none; }

.contactform-item {
  /*   Form items */
  margin-bottom: 28px;
  font-size: 0; }

.clearfix::before,
.clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* ie 6/7 */ }

.contactform-label {
  /*   Form label */
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 0 15px 0;
  vertical-align: top;
  color: #565656;
  font-size: 22px;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow: hidden;
  line-height: normal; }

.contactform-field {
  /*   Form input field */
  display: inline-block;
  padding: 0 15px !important;
  height: 50px;
  width: 100%;
  vertical-align: top;
  background-color: white !important;
  border: 1.22px solid #464646 !important;
  line-height: 50px; }

.contactform-password {
  /*   Form label */
  /* password line-height: 1; */ }

.personal-information {
  /*    Personal information */
  margin-bottom: 56px;
  margin-top: 28px;
  color: #565656;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.newsletter {
  /*   Newsletter section */
  font-family: "Roboto Condensed", sans-serif; }

.newsletter-heading {
  /*    Newsletter title */
  margin: 0;
  margin-top: 26px;
  color: #000;
  font-size: 45px;
  line-height: 64px;
  font-weight: 500; }

.newsletter-paragraph {
  /*    Newsletter paragraph */
  color: #565656;
  font-size: 22px; }

.subscription-list-wrapper {
  /*    Subscription list wrapper */
  margin: 25px 0; }

.subscription-list {
  /*    Subscription list */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.subscription-item {
  /*    Subscription list item */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }

.sub-item-wrapper {
  /*    Subscription list item wrapper */
  width: 100%; }

#registerform .checkbox {
  /*    Checkbox styling */
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  line-height: 18px;
  color: #565656;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  text-transform: uppercase; }

#registerform input[type=checkbox] {
  /*    Default checkbox */
  display: none; }

#registerform .checkbox::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  vertical-align: middle;
  background-color: #009aff;
  color: #f3f3f3;
  text-align: center;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px; }

#registerform .checkbox .pl {
  background-color: blue; }

#registerform input[type=checkbox]:checked + .checkbox::before {
  /*     Checked item styling */
  content: "\2714";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px; }

.forgot-password {
  /* Forget Password */
  font-family: "Roboto Condensed", sans-serif; }

.forgot-password-heading {
  /* Forget Password Heading */
  color: black;
  font-size: 40px;
  line-height: 1;
  font-weight: 500; }

.forgot-password-paragraph {
  /* Forget Password Paragraph */
  color: #565656;
  font-size: 22px;
  text-transform: uppercase; }

.form-login-register .form-submit {
  /* Submit button */
  display: table;
  margin: 0 auto;
  height: 63px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  border: 2px solid #357799;
  background-color: #357799;
  min-width: 253px;
  width: auto; }

.form-login-register .form-submit:hover {
  /* Submit button hover */
  background-color: #fff;
  color: #357799; }

#login-form,
#forgot-password-form {
  padding-bottom: 40px; }

.error_title {
  font-family: Arial, "Trebuchet MS", Helvetica, san-serif;
  font-size: 14px;
  color: #f00; }

/* End Login and Registration Page */
.login-caption {
  font: 700 16px/15px "Roboto", sans-serif, Arial;
  color: #357799;
  letter-spacing: -1px;
  padding-right: 5px;
  background: none !important; }

.event-login-text {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
  color: #ef2673;
  font-size: 18px; }

.event-login-text a {
  font-weight: bold;
  text-decoration: underline; }

.tribe-community-events,
#tribe-community-events {
  background: none !important;
  border: none !important;
  max-width: 1200px;
  margin: 0 auto; }

.my-events a,
#not-user a,
#add-new a,
.table-menu-wrapper a {
  background: none !important;
  padding: 0 !important;
  color: #357799 !important;
  font-size: 16px !important; }

.events-community-post-title input {
  width: 75%; }

.events-community-post-content textarea {
  width: 75%; }

.tribe-image-upload-area .choose-file {
  float: left; }

.event-datepickers .tribe-community-event-details td {
  background: none;
  color: #000;
  text-align: left;
  display: table-cell; }

.eventForm .tribe-datetime-block .tribe-change-timezone {
  color: #357799 !important; }

.select2-results .select2-highlighted {
  background-color: #357799 !important; }

.tribe-row-delete-dialog {
  background: #f9f9f9; }

.ui-dialog .ui-dialog-buttonpane button {
  background: #357799 !important; }

.organizer-email small {
  font-size: 100%;
  float: left; }

.tribe-events-community-footer .button {
  background: #357799 !important; }

.tribe-community-events .error,
.tribe-community-events .updated {
  margin: 1rem 0 !important;
  border-width: 2px !important; }

.my-events td,
.my-events th {
  display: table-cell !important; }

.yarpp-class {
  min-height: auto;
  margin-bottom: 30px; }

.comment-respond textarea {
  width: 70% !important;
  min-height: 100px !important; }

.mobile-ad-view {
  margin-bottom: 30px; }

.gpt-ad {
  margin-bottom: 15px; }

.post-detail-row .sidebar {
  display: block; }

.promotion-heading {
  background-color: #00b3c0;
  border-radius: 5px;
  border: solid transparent;
  margin-bottom: 25px; }

.promotion-body {
  margin-bottom: 25px; }

.promotion-heading h4 {
  color: #fff;
  padding: 14px 20px;
  margin: 0 !important; }

.event-sponsors img {
  max-width: none; }

.no-result-found {
  text-align: center;
  font: 900 40px/40px "Roboto", sans-serif, Arial;
  padding-top: 15px;
  color: #000; }

.slick-nav {
  border-color: white;
  background: #fff;
  color: #ef2673; }

/* Advertise with us page */
#advertise {
  width: 100%;
  padding: 0 0.9375em;
  box-sizing: border-box;
  display: inline-block; }

#advertise a {
  text-decoration: underline; }

#advertise p {
  font: normal 400 13px/20px "Lora", serif;
  margin: 0; }

#advertise .links {
  color: #357799; }

#advertise img {
  width: 100%;
  height: auto; }

#advertise .content_wrapper {
  padding-top: 30px; }

#advertise .headings {
  padding-bottom: 10px;
  font: normal 30px/30px "Roboto Condensed", sans-serif;
  font-size: 30px; }

#advertise .headings h2,
#advertise .headings h3 {
  margin: 0; }

#advertise .product_spec {
  padding-top: 20px; }

#advertise .form_wrapper {
  padding: 30px 0; }

#advertise .form_wrapper .headings {
  font-size: 30px;
  line-height: 1; }

#advertise .form_element {
  height: 25px;
  width: 100%;
  padding: 3px 0;
  font-size: 0;
  clear: both; }

#advertise .form_element label {
  text-transform: uppercase;
  color: #6e6e6e;
  font-size: 15px;
  margin-top: 4px;
  display: block; }

#advertise .form_element input,
#advertise .form_element select {
  border: 1.22px solid #464646;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  -webkit-appearance: none; }

#advertise .form_element div {
  display: inline-block; }

#advertise .form_label {
  width: 60%;
  max-width: 163px; }

#advertise .form_input {
  width: 40%;
  height: 100%; }

#advertise .form_submit {
  display: block;
  margin: 10px 0; }

#advertise .form_wrapper input[type=button] {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  color: white;
  background: #347798; }

#advertise .form_wrapper input[type=button]:hover {
  background: #225067; }

#advertise .form_complete {
  display: none;
  color: #357799;
  font-size: 13px; }

#advertise .advertise_loader {
  display: none; }

#advertise .advertise_loader img {
  width: 44px; }

/* End Advertise with us page */
/* Submit an Event page */
#submit_an_event {
  width: 100%;
  padding: 0 0.9375em;
  box-sizing: border-box;
  display: inline-block; }

#submit_an_event a {
  text-decoration: underline; }

#submit_an_event p {
  font: normal 400 13px/20px "Lora", serif;
  margin: 0; }

#submit_an_event .links {
  color: #357799; }

#submit_an_event img {
  width: 100%;
  height: auto; }

#submit_an_event .content_wrapper {
  padding-top: 30px; }

#submit_an_event .headings {
  padding-bottom: 10px;
  font: normal 30px/30px "Roboto Condensed", sans-serif;
  font-size: 30px; }

#submit_an_event .headings h2,
#submit_an_event .headings h3 {
  margin: 0; }

#submit_an_event .product_spec {
  padding-top: 20px; }

#submit_an_event .form_wrapper {
  padding: 30px 0; }

#submit_an_event .form_wrapper .headings {
  font-size: 30px;
  line-height: 1; }

#submit_an_event .form_element {
  height: 25px;
  width: 100%;
  padding: 3px 0;
  font-size: 0;
  clear: both; }

#submit_an_event .form_element label {
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  line-height: 20px;
  margin-top: 4px;
  display: block; }

#submit_an_event .form_element input,
#submit_an_event .form_element select {
  border: 1.22px solid #464646;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  -webkit-appearance: none; }

#submit_an_event #description {
  width: 85%;
  border: 1.22px solid #464646;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none; }

#submit_an_event .form_element div {
  display: inline-block; }

#submit_an_event .form_label {
  width: 60%;
  max-width: 163px; }

#submit_an_event .form_input {
  width: 40%;
  height: 100%; }

#submit_an_event .form_submit {
  display: block;
  margin: 10px 0; }

#submit_an_event .form_wrapper input[type=button] {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  color: white;
  background: #347798; }

#submit_an_event .form_wrapper input[type=button]:hover {
  background: #225067; }

#submit_an_event .form_complete {
  display: none;
  color: #357799;
  font-size: 13px; }

#submit_an_event .advertise_loader {
  display: none; }

#submit_an_event .advertise_loader img {
  width: 44px; }

#submit_an_event .message_container.error {
  padding-bottom: 15px;
  color: #fc3300;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px; }

#submit_an_event .required_label_error label {
  color: #fc3300 !important; }

input.hasDatepicker {
  background-image: url(/wp-content/themes/nova/images/calendar.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  cursor: pointer; }

/* End Submit an Event page */
#section5 ul {
  width: 33%;
  float: left; }

#section5 h3,
#section5 h4 {
  clear: both; }

.register_category p,
.register_subcategory p {
  font-size: 13px !important;
  line-height: 2.3 !important; }

.register_category .SumoSelect,
.register_subcategory .SumoSelect {
  color: #3b3b3b !important;
  font-family: Arial; }

.cform {
  width: 75%; }

.cform label {
  text-transform: none; }

.cform label span {
  word-break: break-word; }

.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton {
  color: #555; }

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

.lead-ad-main {
  display: block; }

#tribe-events {
  max-width: 1200px;
  margin: 0 auto; }

.post-password-form {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px; }

.post-password-form input[type="password"] {
  border: 1px solid #808080; }

label.cf-group-after,
label.cf-group-after span {
  width: 80%; }

label.secq,
label.seccap {
  vertical-align: top; }

.cforms2_really_simple_captcha_img {
  margin-left: 20%;
  padding-left: 15px; }

.cat-page h1 {
  font-size: 20px !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold !important;
  margin-bottom: 15px;
  text-align: center; }

.blue {
  color: #11a3b2; }

.things-landing-paragraph .main-title {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px !important;
  line-height: 45px !important; }

.things-landing-paragraph .event-name {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px !important;
  line-height: 25px !important; }

.things-landing-bottom-img {
  float: left;
  width: 33%;
  text-align: center;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px !important; }

.things-landing-bottom-img a {
  text-align: center;
  color: #222;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 26px; }

.things-landing-bottom-img img {
  max-width: 95%;
  margin-bottom: 20px !important; }

.things-landing-bottom-title {
  display: block;
  width: 95%;
  max-width: 235px;
  margin: 0 auto; }

.landing-wrapper-bottom {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  clear: both;
  padding-top: 15px; }

.things-landing-list-bottom {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  font: small-caps 700 12px Arial !important;
  list-style: none;
  margin: 0; }

.things-landing-list-bottom .things-landing-item {
  width: auto !important;
  margin-right: 5px !important; }

.things-landing-list-bottom .things-landing-link {
  color: #fff !important;
  background-color: #4db9c4 !important; }

/* */
.article h1 {
  font: 400 60px/60px "Roboto Condensed", sans-serif;
  margin: 0 0 10px 0;
  color: #000; }

.visible-lg {
  display: block !important; }

.hidden-lg {
  display: none !important; }

.best-professionals-profile .action1 {
  display: inline-block;
  margin-top: 10px; }

.best-professionals-profile .action2 {
  color: #357799 !important;
  text-decoration: underline;
  word-break: break-all;
  margin: 20px 0 0;
  display: none;
  transition: none; }

.article .map-style {
  display: flex;
  width: 100%; }

.best-professionals-profile .profile-overview .award-winner {
  display: block;
  margin: 10px auto 0 0;
  float: none;
  max-height: 34px; }

.address-block-new .edit-profile {
  font-size: 15px !important;
  padding: 6px 10px !important;
  display: inline-block !important;
  width: unset !important;
  border-radius: 6px !important;
  margin-top: 8px !important; }

.best-professionals-profile .map-style {
  width: 380px; }

/* */
@media only screen and (max-height: 750px) {
  .popup .login_pop,
  .popup .register_pop,
  .popup .location_pop {
    max-height: 600px;
    overflow-y: auto;
    border-radius: 0; } }

@media (device-width: 768px) and (orientation: portrait) {
  .popup .login_pop,
  .popup .register_pop,
  .popup .location_pop {
    max-height: 700px !important;
    overflow-y: auto;
    border-radius: 0; } }

@media (device-width: 1024px) and (orientation: landscape) {
  .popup .login_pop,
  .popup .register_pop,
  .popup .location_pop {
    max-height: 700px !important;
    overflow-y: auto;
    border-radius: 0; } }

@media only screen and (min-width: 40.063em) {
  .page .share-article .boxed-icon {
    width: 45px;
    height: 50px; }
  .safari #footer .row .columns:last-child.medium-3 {
    width: 22%; }
  .post-detail-row .large-8 {
    width: 66.66667%; }
  .post-detail-row .sidebar {
    display: block; }
  #advertise,
  #submit_an_event {
    width: 95%;
    float: left; }
  #advertise::after,
  #submit_an_event::after {
    clear: both; }
  #advertise .form_wrapper {
    padding: 50px 0; }
  #advertise .form_element,
  #submit_an_event .form_element {
    height: 30px; }
  #advertise p,
  #submit_an_event p {
    font-size: 15px;
    line-height: 24px; }
  #advertise .headings {
    font-size: 40px; }
  #advertise .form_label,
  #submit_an_event .form_label {
    width: 180px;
    max-width: none;
    clear: both; }
  #advertise .form_element input,
  #advertise .form_element select,
  #submit_an_event .form_element input,
  #submit_an_event .form_element select {
    padding: 0 10px; }
  #advertise .form_input,
  #submit_an_event .form_input {
    width: 60%; }
  #advertise .form_complete,
  #submit_an_event .form_complete {
    font-size: 15px; } }

/* Drop Cap */
/* .post-detail-row .post-content-container .post-content .post-dropcap {
position: relative;
}
.post-detail-row .post-content-container .post-content .post-dropcap:before {
color: rgba(0, 0, 0, 0.06);
   content: attr(data-first);
   display: none;
   font-size: 16.25em;
   font-weight: 600;
   top: 0;
   left: 0;
   line-height: 1;
   position: absolute;
   z-index: -1;
}
@media only screen and (min-width: 40.063em) {
	.post-detail-row .post-content-container .post-content .post-dropcap:before {
	   display: block;
	   left: -105px;
	   width: 100px;
	   height: 100px;
	}
} */
/* Drop Cap */
@media only screen and (max-width: 64.063em) {
  #full-menu {
    display: block; }
  #full-menu .full-menu > li {
    display: none; }
  .page .share-article {
    margin: 20px 0 0; }
  /* .style1 #full-menu .full-menu > li:first-child {
        display: block;
        margin-top: -68px;
    } */
  .popup .login_pop,
  .popup .register_pop,
  .popup .location_pop {
    overflow-y: auto;
    max-height: 550px;
    border-radius: 0; } }

@media only screen and (max-width: 64.063em) and (orientation: landscape) {
  .popup .login_pop,
  .popup .register_pop,
  .popup .location_pop {
    max-height: 300px;
    margin-top: 15px;
    border-radius: 0; } }

@media (min-width: 64.03em) {
  #advertise .form_wrapper {
    padding: 75px 0; }
  #advertise .form_element input,
  #advertise .form_element select,
  #submit_an_event .form_element input,
  #submit_an_event .form_element select {
    font-size: 20px; }
  #advertise .headings,
  #submit_an_event .headings {
    font-size: 65px;
    padding-bottom: 39px; }
  #advertise .form_wrapper .headings,
  #submit_an_event .form_wrapper .headings {
    font-size: 65px; }
  #advertise .form_element,
  #submit_an_event .form_element {
    height: 45px; }
  #advertise .form_label,
  #submit_an_event .form_label {
    width: 212px; }
  #advertise .form_element label,
  #submit_an_event .form_element label {
    font-size: 19px; }
  #advertise p,
  #submit_an_event p {
    font-size: 19px;
    line-height: 30px; }
  #advertise .form_submit,
  #submit_an_event .form_submit {
    margin-top: 50px; }
  #advertise .form_complete,
  #submit_an_event .form_complete {
    font-size: 20px; } }

@media (max-width: 1199px) {
  .search-professional .filter-container .wrap {
    padding-left: 0; }
  .search-professional .filter-container .select-wrap {
    width: 49%; }
  .search-professional .filter-container .select-wrap:nth-child(2) {
    margin-right: 0; }
  .search-professional .filter-container .wrap {
    display: block;
    text-align: center;
    float: none;
    /* margin-top: 10px; */ }
  .search-professional .applied-filters {
    margin-top: 0; } }

@media (max-width: 1024px) {
  .post-links .post-link.share-article-loop .boxed-icon {
    left: 20px; }
  .post-links span {
    margin-left: 15px; }
  /* Find A Professional */
  #midcol .professional-profile {
    width: 32%;
    /* min-height: 350px!important; */ }
  #midcol .professional-profile:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .winner-logo img {
    max-height: 80px;
    margin: -30px auto 0;
    display: block; }
  /* .search-professional .profile-image-container .profile-image {
        max-height: 200px;
        width: auto;
        margin: 0 auto;
    } */
  .search-professional .profile-image-container .profile-image {
    margin: 0 auto;
    width: 100%;
    /* height: 126px; */
    object-fit: cover; }
  .search-professional .specialities-filter {
    padding-right: 80px; }
  .winner-badge {
    float: none;
    display: inline-block;
    margin: 20px 0; }
  /* End Find A Professional */
  /* Find A Profile */
  .search-professional .profile-image-container a,
  .find-profile .profile-image-container a {
    text-align: center;
    display: block; }
  .search-professional .cust_hd .blue {
    display: block; }
  .top-text {
    text-align: center; }
  .top-text img,
  .address-block,
  .top-text img.badge-icon {
    display: block;
    clear: both;
    margin: 20px auto;
    float: none;
    max-width: 80%; }
  #claim {
    margin: 25px auto; }
  /* End Find A Profile */ }

@media (max-width: 1024px) {
  .article h1 {
    font: 400 37px/50px "Roboto Condensed", sans-serif; }
  .best-professionals-profile {
    padding: 0 10px; }
  .search-professional .componentheading {
    font: 900 55px/50px "Roboto", sans-serif, Arial;
    padding: 0;
    letter-spacing: 0; }
  .visible-lg {
    display: none !important; }
  .hidden-lg {
    display: block !important; }
  .post-links .post-link.share-article-loop .boxed-icon {
    left: 20px; }
  .post-links span {
    margin-left: 15px; }
  #midcol .professional-profile {
    width: 32%;
    max-height: 350px !important; }
  #midcol .professional-profile:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .winner-logo img {
    max-height: 80px;
    margin: -30px auto 0;
    display: block; }
  .search-professional .profile-image img {
    max-height: 200px;
    width: auto;
    margin: 0 auto; }
  .search-professional .cust_hd {
    line-height: 25px; }
  .search-professional .specialities-filter {
    padding-right: 80px; }
  .winner-badge {
    float: none;
    display: inline-block;
    margin: 20px 0; }
  .search-professional .profile-image a,
  .find-profile .profile-image a {
    text-align: center;
    display: block; }
  .top-text {
    text-align: center; }
  .top-text img,
  .address-block,
  .top-text img.badge-icon {
    display: block;
    clear: both;
    margin: 20px auto;
    float: none;
    max-width: 80%; }
  .address-block-new {
    margin: 0 auto !important;
    text-align: left !important; }
  #claim {
    margin: 25px auto; }
  .award-winner {
    margin-right: 0;
    margin-left: 35px; }
  .article .map-style {
    height: 220px;
    margin-top: 20px;
    display: flex;
    width: 100%; }
  .best-professionals-profile .action1 {
    display: none;
    transition: none; }
  .best-professionals-profile .action2 {
    display: block; }
  .best-professionals-profile .profile-overview {
    flex-direction: column; }
  .best-professionals-profile .profile-overview .professional-image {
    flex-direction: column;
    margin-top: 0; }
  .best-professionals-profile .profile-overview .award-winner {
    margin: 10px auto 0 auto;
    max-height: 100%;
    max-width: 100%;
    height: 50px; }
  .address-block-new .edit-profile {
    display: block !important;
    margin: 8px auto 0 !important;
    width: 170px !important; }
  .best-professionals-profile .sub-section ul {
    margin: 0 0 0 30px; }
  .best-professionals-profile.find-profile h2 {
    font-size: 36px; }
  #container-carousel .owl-container {
    height: 100%;
    padding-bottom: 15px; }
  .owl-hr1 {
    display: none; } }

@media (max-width: 990px) {
  .header .logo .logoimg {
    max-height: 56px; }
  .newsletter .inputWrap .input_bottom .input_bottom_one,
  .newsletter .inputWrap .input_bottom .input_bottom_two {
    clear: both;
    width: 100%; }
  .relatedposts .columns {
    clear: both;
    float: none !important;
    margin: 0 auto; }
  .related {
    margin-left: 0; }
  .related h4 {
    text-align: center; }
  .sidebar .widget > strong span {
    height: auto;
    padding-bottom: 10px; }
  .page .issue .issue-date {
    font-size: 26px; }
  .inner-table {
    width: 100%;
    table-layout: fixed; }
  .inner-table td {
    width: auto !important; }
  #footer .row .columns {
    display: block; }
  #footer .widget_text img {
    max-width: 100%; }
  #advertise .form_element,
  #submit_an_event .form_element {
    height: 40px; }
  #advertise .form_input,
  #submit_an_event .form_input {
    float: left;
    clear: both;
    width: 80%;
    margin-top: 10px; }
  #advertise .form_label,
  #submit_an_event .form_label {
    float: left;
    margin-top: 20px; }
  #advertise .form_submit,
  #submit_an_event .form_submit {
    clear: both;
    float: left;
    margin: 20px 0; } }

@media (max-width: 800px) {
  #midcol .professional-profile {
    width: 49%;
    /* min-height: 350px!important; */ }
  .search-professional .filter-container .select-wrap {
    width: 100%;
    margin: 0 0 10px; }
  .search-professional .filter-container .select-wrap:nth-child(2) {
    margin-bottom: 0; } }

@media (max-width: 800px) and (min-width: 641px) {
  .search-professional .filter .button-submit .cust_slbtn {
    font-size: 20px; } }

@media (max-width: 736px) {
  .lead-ad-mobile {
    display: block; }
  .lead-ad-main {
    display: none; }
  .mobile-hide {
    display: none; }
  .best-of-nova-list {
    padding-top: 0; }
  .thing-to-do-list {
    padding-top: 0; }
  .nova-list-item {
    margin-right: 5px;
    width: 27%; }
  .thing-list-item {
    margin-right: 5px;
    width: 27%; }
  .things-landing-item {
    margin-right: 5px;
    width: 31%; } }

@media (max-width: 640px) {
  .header .logo .logoimg {
    max-height: 40px; }
  article:nth-child(2n) .article-block {
    background: transparent; }
  .sidebar .textwidget {
    text-align: center; }
  #footer .menu {
    text-align: center; }
  #footer .widget {
    margin-bottom: 0;
    padding: 15px 0 0; }
  #subfooter {
    margin-top: 15px; }
  .issue .issue-date {
    text-align: left; }
  #footer .widget > strong {
    text-align: center; }
  .main-table table span {
    font-size: 14px !important; }
  /* Find A Professional */
  .search-professional .specialities-filter,
  .option,
  .sort {
    width: 90%;
    margin: 10px;
    float: none;
    display: block; }
  .search-professional #searchcol .filter li {
    width: 100%;
    margin: 0 auto 10px;
    float: none;
    display: block; }
  .sort {
    float: left;
    width: 185px; }
  .sort i {
    float: left;
    width: 60px; }
  .sort select {
    float: left;
    width: 125px; }
  .search-professional .filter-container .sort::after {
    background-size: 15px;
    top: 17px;
    right: -4px; }
  .search-professional .filter-container .default_select {
    background-size: 15px; }
  .search-professional .filter {
    padding-bottom: 0; }
  .search-professional .filter-container .select-wrap {
    max-width: unset;
    width: 49%;
    margin-bottom: 10px; }
  .search-professional .filter-container .option {
    display: inline-block;
    width: unset; }
  .search-professional .filter-container .sort {
    width: unset; }
  .search-professional .filter-container .sort i,
  .search-professional .filter-container .sort select {
    float: none;
    width: unset; }
  .search-professional .specialities-filter {
    height: 160px;
    /* padding-top: 20px; */ }
  .otherspecaltiesclass {
    padding-top: 0 !important;
    height: 120px;
    overflow: hidden; }
  .specialities-filter.expanded .otherspecaltiesclass {
    height: auto; }
  .showallclass {
    padding-top: 0 !important;
    margin-top: -20px !important; }
  #show-all {
    /* top: -5px;
        left: -5px; */
    position: relative; }
  /* End Find A Professional */
  .page .post-content h4 {
    font-size: 16px;
    line-height: 24px; }
  .mobile-ad-hide .widget.widget_text {
    display: none; } }

@media (max-width: 520px) {
  .search-professional .cust_hd {
    font-size: 16px; } }

@media (max-width: 480px) {
  .search-professional #midcol {
    margin-bottom: 20px; }
  .search-professional .owl-container {
    padding: 0 30px 0; }
  .search-professional .item-may-like .professional-profile .profile-details {
    padding: 5px 0;
    float: none; }
  .search-professional .item-may-like .professional-profile .profile-card-header {
    width: 100px;
    height: 100px; }
  .search-professional .item-may-like .professional-profile .profile-details span.category {
    height: 29px; }
  .search-professional .pagination {
    margin: 0 0 10px; }
  .search-professional .pagination a,
  .search-professional .pagination span.current {
    padding: 8px 13px;
    font-size: 18px;
    line-height: 1; }
  #midcol .professional-profile {
    text-align: left;
    width: 100%;
    min-height: unset !important;
    float: none !important;
    padding: 0;
    margin: 10px auto;
    border-radius: 0; }
  .search-professional .profile-card-header {
    text-align: left;
    display: inline-block;
    width: 150px; }
  .professional-profile:not(.spotlight) .profile-details .location-wrap {
    padding-top: 17px; }
  .search-professional .profile-details {
    display: inline-block;
    width: calc(100% - 150px);
    /* height: 150px; */
    padding: 10px 15px;
    float: right;
    position: relative; }
  .search-professional .profile-image-container .profile-image {
    border-radius: 0;
    height: 126px;
    object-fit: cover; }
  .search-professional .profile-card-header .spotlight-label {
    display: none; }
  .search-professional .profile-details .spotlight-label {
    display: block; }
  .search-professional h2.name {
    margin-top: 0; }
  .profile-details span.category {
    height: 48px; }
  .search-professional .item-may-like .professional-profile .profile-details .location-wrap {
    position: relative;
    width: calc(100% - 30px);
    bottom: 0; }
  .profile-details .location-wrap {
    position: absolute;
    /* bottom: 10px; */
    width: calc(100% - 30px); }
  .owl-next {
    font-size: 50px !important;
    position: absolute;
    top: 25px;
    right: -25px; }
  .owl-prev {
    font-size: 50px !important;
    position: absolute;
    top: 25px;
    left: -25px; }
  .profile-details span.address {
    /* width: 50% !important; */
    /* display: block; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* vertical-align: bottom; */ }
  .profile-details .distance {
    /* display: block; */
    max-width: unset;
    margin-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 44%; } }

@media (max-width: 430px) {
  .best-of-nova-list {
    font: small-caps 700 10px Arial !important; }
  .thing-to-do-list {
    font: small-caps 700 9px Arial !important; }
  .things-landing-list {
    font: small-caps 700 9px Arial !important; } }

@media (max-width: 414px) {
  .search-professional .filter-container .wrap {
    /* text-align: left; */ }
  .search-professional .filter-container .option label,
  .search-professional .filter-container .sort,
  .search-professional .filter-container .sort select {
    font-size: 15px; }
  .search-professional .filter-container .sort {
    /* float: right; */
    margin: 0 0 0 12px; }
  .search-professional input[type="checkbox"] + label .materialistic-checkbox {
    width: 18px;
    height: 18px; }
  .search-professional .filter-container .option .label-badge {
    width: 22px; }
  .search-professional .profile-card-header {
    width: 126px; }
  .search-professional .profile-details {
    width: calc(100% - 126px);
    height: 126px;
    padding: 10px; }
  .profile-details span.category {
    height: 50px; }
  .search-professional .profile-image-container .winners-badge {
    width: 48px; }
  .profile-details .distance {
    background-size: 10px;
    height: 14px;
    padding: 2px 0 0 15px; }
  .search-professional .profile-details .spotlight-label {
    margin: 0 0 2px; } }

@media (max-width: 380px) {
  .best-of-nova-list {
    font: small-caps 700 9px Arial !important; }
  .thing-to-do-list {
    font: small-caps 700 8px Arial !important; }
  .things-landing-list {
    font: small-caps 700 8px Arial !important; }
  .search-professional .pagination a,
  .search-professional .pagination span.current {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1; } }

@media (max-width: 360px) {
  .best-of-nova-list {
    font: small-caps 700 9px Arial !important; }
  .thing-to-do-list {
    font: small-caps 700 8px Arial !important; }
  .things-landing-list {
    font: small-caps 700 8px Arial !important; }
  .search-professional .filter-container .option {
    display: block;
    float: none; }
  .search-professional .filter-container .sort {
    margin: 0; }
  .search-professional .filter-container .option label,
  .search-professional .filter-container .sort,
  .search-professional .filter-container .sort select {
    font-size: 17px; } }

@media (max-width: 320px) {
  .best-of-nova-list {
    font: small-caps 700 7px Arial !important; }
  .thing-to-do-list {
    font: small-caps 700 7px Arial !important; }
  .things-landing-list {
    font: small-caps 700 7px Arial !important; } }

@media (max-width: 400px) {
  .main-table table span {
    font-size: 11px !important; } }

@media only screen and (min-width: 75em) {
  #full-menu .full-menu > li {
    padding: 0 18.5px; } }

@media only screen and (max-width: 480px) {
  .things-landing-list {
    width: 100%; }
  .things-landing-seprator {
    display: none; }
  .things-landing-calender {
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .things-landing-heading {
    word-break: normal !important;
    font-size: 35px !important;
    line-height: 35px !important; }
  .things-landing-paragraph .main-title {
    word-break: normal !important;
    font-size: 30px !important;
    line-height: 30px !important; }
  .things-landing-paragraph .event-name {
    word-break: normal !important;
    font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 600; }
  .things-landing-bottom-img {
    width: 95%;
    font-size: 20px !important;
    font-weight: 600;
    padding-top: 15px; }
  #section5 ul {
    width: 100%;
    margin-bottom: 0; }
  table tr td {
    word-break: break-all; } }

@media only screen and (min-width: 769px) {
  .best-of-nova-list {
    font: small-caps 700 16px Arial !important; }
  .nova-item-link {
    padding: 16px; }
  .thing-to-do-list {
    font: small-caps 700 16px Arial !important; }
  .thing-item-link {
    padding: 16px; }
  .things-landing-list {
    font: small-caps 700 16px Arial !important; }
  .things-landing-calender .things-landing-link {
    font: small-caps 700 16px Arial !important;
    padding: 20px 10px; }
  .things-landing-link,
  .things-landing-link-calendar {
    padding: 16px; }
  .things-landing-paragraph {
    margin: 23px 10px 10px 98px; } }

@media only screen and (min-width: 1024px) {
  .best-of-nova-list {
    font: small-caps 700 17px Arial !important; }
  .thing-to-do-list {
    font: small-caps 700 17px Arial !important; }
  .things-landing-list {
    font: small-caps 700 17px Arial !important; }
  .things-landing-calender .things-landing-link {
    font: small-caps 700 17px Arial !important;
    padding: 28px 16px; } }

@media screen and (min-width: 960px) {
  .form-login-register {
    /*      Login/ Register Form Container */
    width: 50%;
    margin: 0 auto; }
  .form-login-register .form-submit {
    /*      Submit button */
    height: 93px;
    font-size: 32px;
    min-width: 253px;
    width: auto; }
  .contactform-label {
    /*      Form label */
    width: 170px;
    margin-bottom: 0;
    padding-right: 20px; }
  .contactform-field {
    /*      Form input field */
    width: calc(100% - 170px); }
  .subscription-list {
    /*      Subscription list */
    margin: 0 35px; }
  .subscription-item {
    /*      Subscription list item */
    flex-direction: row; }
  .sub-item-wrapper {
    /*      Subscription list item wrapper */
    width: 50%; } }

@media only screen and (min-width: 1025px) {
  a.top-anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden; } }

.red {
  color: #f00; }

.display-none {
  display: none; }

.no-wrap {
  white-space: nowrap; }

/* -------- SP ---------- */
.profile-sub-details {
  text-align: left; }

.find-profile h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  padding: 0 5%;
  line-height: 1.2;
  margin: 0; }

.address-block-new .website-link {
  position: relative;
  display: inline-block; }

.address-block-new .phone-number + .website-link {
  padding-left: 15px; }

.address-block-new .phone-number + .website-link::before {
  content: "|";
  position: absolute;
  left: 0; }

.address-block-new {
  font: normal 400 22px/1.3 "Lora", serif !important; }

/* ---------------Best of nova professionals layout mod------------------- */
.best-professionals-profile .article .article-detail,
.best-professionals-profile.find-profile h2,
.best-professionals-profile.find-profile h3,
.best-professionals-profile.find-profile p {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.best-professionals-profile .profile-overview {
  display: flex;
  float: none;
  margin: 30px 0; }

.best-professionals-profile .profile-overview .professional-image {
  max-height: 230px !important; }

.best-professionals-profile .profile-overview .address-block {
  float: none;
  width: unset;
  max-width: unset;
  flex: 1; }

.best-professionals-profile .profile-overview .address-block h2 {
  font: normal 400 22px/1.3 "Lora", serif !important;
  color: #357799;
  font-weight: 700 !important; }

.best-professionals-profile .profile-overview .address-block h3 {
  font: normal 400 22px/1.3 "Lora", serif !important;
  color: #357799; }

.best-professionals-profile .sub-section {
  margin-bottom: 30px; }

.best-professionals-profile .sub-heading {
  font-family: "Lora", serif;
  line-height: 1;
  margin: 0 0 8px 0;
  font-size: 20px; }

.best-professionals-profile .sub-section ul {
  margin: 0 0 0 45px; }

/* -------------End----------------- */
.item-may-like {
  text-align: center; }

select::-ms-expand {
  display: none; }

/* Directory Styles */


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