    .journalology-navigation{
    }

    .omni-nav-container {
      max-width: 940px;
      margin: 0 auto;
    }

    .omni-nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      background-color: #fff;
      font-family: "Roboto", sans-serif;
      height: 50px;
    }

    .omni-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    nav {
      height: 46px;
      background-color: transparent;
    }

    nav ul li {
      border: none !important;
    }

    .omni-nav ul li {
      position: relative;
    }

    .omni-nav ul li a {
      display: block;
      text-align: center;
      padding: 0px 35px;
      background: #eaeaea;
      line-height: 46px;
      text-decoration: none;
      width: unset;
      color: #224f8b;
      background-color: #fff;
      font-family: Roboto, sans-serif; 
      font-weight: 600;
    }

    .omni-nav ul li a:hover {
      background: #d3d3d3;
      color: #224f8b;
    }

    .omni-arrow-toggle {
      cursor: pointer;
      padding: 0 15px;
      font-size: 0.9em;
      user-select: none;
      color: #224f8b;
      line-height: 70px;
      background-color: #d9d9d9;
    }

    .omni-nav-dropdown {
      position: absolute;
      display: none;
      background-color: #ffffff;
      z-index: 1;
      box-shadow: 19px 0px 12px rgba(0, 0, 0, 0.15);
    }


    .omni-nav ul li,
    .omni-nav ul li:last-child {
      border: none;
    }

    .omni-nav ul li ul li {
      min-width: 188px;
    }

    .omni-nav ul li ul li a {
      padding: 15px;
      line-height: 20px;
      background: #ffffff;
      color: #224f8b;
    }

    .omni-nav ul li ul li a:hover {
      background: #ddd;
      color: #224f8b;
    }


    @media screen and (min-width: 799px) {
      .omni-nav-list {
        display: flex !important;
        justify-content: center;
      }

      .omni-nav ul li:hover>.omni-nav-dropdown {
        display: block;
      }

      .omni-arrow-toggle {
        display: none;
        background-color: #902351;
      }
    }

    .omni-nav-mobile {
      display: none;
      position: absolute;
      top: 50px;
      right: 0;
      background: #224f8b;
      height: 50px;
      width: 50px;
    }



    #omni-nav-toggle {
      position: absolute;
      left: 10px;
      top: 13px;
      cursor: pointer;
      padding: 10px 35px 16px 0px;
    }

    #omni-nav-toggle span,
    #omni-nav-toggle span:before,
    #omni-nav-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 5px;
      width: 35px;
      background: #ffffff;
      position: absolute;
      display: block;
      content: '';
      transition: all 300ms ease-in-out;
    }

    #omni-nav-toggle span:before {
      top: -10px;
    }

    #omni-nav-toggle span:after {
      bottom: -10px;
    }

    #omni-nav-toggle.active span {
      background-color: transparent;
    }

    #omni-nav-toggle.active span:before,
    #omni-nav-toggle.active span:after {
      top: 0;
    }

    #omni-nav-toggle.active span:before {
      transform: rotate(45deg);
    }

    #omni-nav-toggle.active span:after {
      transform: rotate(-45deg);
    }


    /* OHRI CSS/*
            <style id="wp-custom-css">
            /* For Mobile */
    #nav-ohri-affilliated {
      padding-top: 2px
    }

    #nav-ohri-affilliated ul {
      list-style: none;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      align-items: flex-end
    }

    #nav-ohri-affilliated ul li:first-child {
      flex: 2
    }

    #nav-ohri-affilliated ul li a {
      display: block;
      padding: .3em .8em;
      color: #224f8b;
      background-color: #ccc;
      font-size: .6em;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none
    }

    #nav-ohri-affilliated ul li:hover a,
    #nav-ohri-affilliated ul li a.webtab-active {
      color: #fff;
      background-color: #224f8b;
      border-top: 2px solid #406aa3
    }

    #nav-ohri-affilliated ul li:first-child a {
      background-color: transparent
    }

    #nav-ohri-affilliated ul li:first-child:hover a {
      background-color: #ccc;
      border: 0
    }

    /* logo-ohri and nav-ohri-toolbar*/
    #logo-ohri {
      padding: 1em 0 50px 70px !important;
      display: flex;
      align-items: center;
    }

    #logo-ohri img {
      width: 270px;
      height: 48px !important;
    }

    #toolbar-ohri {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }

    #toolbar-search-ohri {
      padding-top: 1.5em;
      display: flex;
      justify-content: flex-end
    }

    #toolbar-search-ohri form input[type="text"] {
      width: 230px;
      height: 22px;
      min-height: 22px;
      padding: .5em .6em;
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: inset 0 1px 3px #ddd;
      border-radius: 8px;
      vertical-align: middle;
      box-sizing: border-box
    }

    #toolbar-search-ohri form input[type="image"] {
      vertical-align: middle
    }

    #nav-ohri-toolbar {
      padding: 0.5em 0 !important;
      background-color: #fff;
      margin: 15px 0 0 auto;
      line-height: 20px;
    }

    #nav-ohri-toolbar ul {
      list-style: none;
      margin: 0 0 0 auto;
      display: flex;
      justify-content: flex-end;
      background-color: #224f8b;
      border-radius: 5px;
      padding: 0;
      width: 310px;
    }

    #nav-ohri-toolbar ul li {
      /* margin: 0 7px; */
      display: inline;
      padding: 3px 5px 6px 10px !important;
    }

    #nav-ohri-toolbar ul li:hover {
      /* margin: 0 7px; */
      display: inline;
      padding: 3px 5px 6px 10px !important;
      background-color: #224f8b;
    }


    #nav-ohri-toolbar ul li a {
      color: #fff;
      font-size: .8em;
      font-weight: 500;
      text-decoration: none;
      font-family: Open Sans, sans-serif;
      background-color: #224f8b;
      padding: 0;
      height: unset;
    }

    #nav-ohri-toolbar ul li a:hover {
      text-decoration: underline;
      background-color: #224f8b;
      color: #fff;
    }

    /* menu-ohri-header */
    #menu-ohri-header {
      height: 47px;
      background-color: #224f8b;
    }

    #menu-ohri-header ul ul {
      display: none;
      width: auto;
    }

    #menu-ohri-header ul li:hover>ul {
      display: block
    }

    #menu-ohri-header ul {
      list-style: none;
      margin: 0 auto;
      position: relative;
      display: flex;
      justify-content: flex-start
    }

    #menu-ohri-header ul:after {
      content: "";
      clear: both;
      display: block
    }

    #menu-ohri-header ul li{
      flex: 1;
      text-align: center;
      border-left: solid 1px #437ece !important;
    }

    #btn-for-patients{
      flex: 1;
      text-align: center;
      border-right: solid 1px #437ece !important;
    }

    #btn-for-patients {
      border-right: solid 1px #437ece
    }

    #menu-ohri-header ul li:hover {
      background: #f3f3f3
    }

    #menu-ohri-header ul li:hover a {
      color: #224f8b
    }

    #menu-ohri-header ul li a {
      display: block;
      padding: .5em;
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif;
      text-decoration: none
    }

    #menu-ohri-header ul ul {
      background: #f3f3f3;
      border: 0;
      padding: 0;
      position: absolute;
      z-index: 2;
      top: 100%
    }

    #menu-ohri-header ul ul li {
      border-bottom: 1px solid #ccc;
      border-left: 0;
      text-align: left;
      position: relative;
      border-left: none !important;
    }

    #menu-ohri-header ul last-child {
      border-right: 0
    }

    #menu-ohri-header ul ul li a {
      padding: .8em 2em;
      font-size: .9em;
      font-weight: normal;
      color: #fff
    }

    #menu-ohri-header ul ul li a:hover {
      text-decoration: underline
    }

    /* page-tools-ohri */
    #page-tools-ohri {
      display: flex;
      /* align-items: center; */
    }

    #page-tools-ohri h2 {
      margin: 0;
      color: #54595f;
      font-size: 1.2em;
      font-weight: normal;
      text-align: center
    }

    #page-tools-ohri ul {
      display: none
    }

    /* footer-ohri */
    #footer-ohri {
      margin: 0 auto;
      display: flex;
      flex-flow: row wrap;
      align-items: flex-end
    }

    #footer-ohri>* {
      flex: 1 100%
    }

    #menu-footer-social ul,
    #menu-take-action ul {
      list-style: none;
      display: flex;
      margin: 0 auto;
      padding-bottom: 2em
    }

    #menu-footer-social ul {
      justify-content: flex-start
    }

    #menu-footer-social li a {
      text-indent: -5000px;
      display: block
    }

    #menu-footer-social a {
      background-image: url(http://www.ohri.ca/auditfeedback/wp-content/uploads/2018/04/sprite_e_wrapper2.svg);
      background-size: 462px 25px;
      transition: none
    }

    #menu-footer-social .logo-youtube {
      background-position: 0 0;
      width: 72px
    }

    #menu-footer-social .logo-youtube:focus,
    #menu-footer-social .logo-youtube:hover {
      background-position: -231px 0
    }

    #menu-footer-social .logo-facebook {
      background-position: -72px 0;
      width: 83px
    }

    #menu-footer-social .logo-facebook:focus,
    #menu-footer-social .logo-facebook:hover {
      background-position: -301px 0
    }

    #menu-footer-social .logo-twitter {
      background-position: -155px 0;
      width: 76px
    }

    #menu-footer-social .logo-twitter:focus,
    #menu-footer-social .logo-twitter:hover {
      background-position: -384px 0
    }

    #menu-take-action ul {
      justify-content: flex-end
    }

    #menu-take-action ul li {
      background-color: #fcfcfc;
      padding: .5em 0
    }

    #menu-take-action ul li:first-child {
      border-bottom-left-radius: 10px
    }

    #menu-take-action ul li:first-child a {
      border-right: dotted 1px grey
    }

    #menu-take-action ul li:last-child {
      border-bottom-right-radius: 10px
    }

    #menu-take-action li a {
      padding: 1em;
      font-size: .9em;
      text-transform: uppercase;
      color: #8d8d8d;
      text-align: center
    }

    #menu-take-action li:hover {
      background-color: #444
    }

    #menu-take-action li a:hover {
      color: #fff
    }

    #section-copyright {
      padding: 2em 0;
      border-top: dotted 1px grey
    }

    #section-copyright p {
      font-size: 1em;
      color: #9d9283
    }

    #section-copyright a {
      text-decoration: underline;
      color: #224f8b
    }

    /* #logo-ohri,#toolbar-ohri,#menu-footer-social,#menu-take-action{flex:1 auto}*/
    /* For Destop */
    @media only screen and (min-width: 768px) {
      #nav-ohri-affilliated ul {
        justify-content: flex-end
      }

      #nav-ohri-affilliated ul li:first-child {
        flex: none
      }

      #nav-ohri-affilliated ul li a {
        font-size: .75em
      }

      /* logo-ohri and nav-ohri-toolbar*/

      #toolbar-ohri {
        align-items: flex-end
      }

      #nav-ohri-toolbar ul li a {
        font-size: 12px;
      }
      

      /* menu-ohri-header */

      #menu-ohri-header ul li a {
        font-weight: bold;
        font-size: 1em;
        font: bold 14px / normal Arial, Helvetica, sans-serif;
      }

      /* page-tools-ohri */
      #page-tools-ohri h2 {
        text-align: left
      }

      #page-tools-ohri h2,
      #page-tools-ohri ul {
        flex: 1
      }

      #page-tools-ohri ul {
        list-style: none;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
      }

      #page-tools-ohri ul li {
        text-align: center;
        padding: 5px 0
      }

      #page-tools-ohri ul li:last-child {}

      #page-tools-ohri ul li a {
        padding: 10px 15px;
        font-size: .9em
      }

      #page-tools-ohri ul li:hover {
        background-color: #444
      }

      #page-tools-ohri ul li:hover a {
        color: #fff
      }

      #page-tools-ohri ul ul {
        display: none;
        background: #f3f3f3;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 2
      }

      #page-tools-ohri ul ul li {
        border: 0;
        padding: .8em 2em
      }

      #page-tools-ohri ul ul li:hover {
        background-color: #f3f3f3
      }

      #page-tools-ohri ul li:hover>ul {
        display: block
      }

      #btn-display-option,
      #btn-share-this {
        border-left: dotted 1px #444
      }

      #btn-share-this {
        border-right: dotted 1px #444
      }

      #menu-footer-social,
      #menu-take-action {
        flex: 1 auto
      }
    }

    #footer-widgets {
      padding: 0
    }

    .ohri-header {
      background-color: #fff;
      display: flex;
      max-width: 940px;
      margin: 0 auto;
      background-color: #fff;
    }

    .top-navigation {
      height: 1%;
      list-style-type: none;
      margin: 0;
      overflow: hidden;
      overflow: visible;
      position: relative;
      /*margin-right: 120px;*/
    }

    .top-navigation li {
      background-image: none;
      display: inline;
      float: none;
      margin: 0;
      padding: 0;
      position: static;
    }

    .webtabs {
      font-family: Arial Narrow, Arial, Helvetica, sans-serif;
      font-size: 12.8px;
      line-height: 18px;
      margin-bottom: -1px;
      position: relative;
      text-align: right;
      z-index: 10;
      max-width: 940px;
      margin: 0 auto;
      background-color: #fff;
    }

    .webtabs a {
      background-color: #fdb933;
      color: black;
      display: inline-block;
      display: inline;
      margin: 3px 0 1px;
      padding: 0 9px;
      text-decoration: none;
      /*text-transform: uppercase;*/
      zoom: 1;
    }

    .webtabs li:nth-child(2) a {
      border-top-left-radius: 2px;
      -moz-border-radius-topleft: 2px;
      -webkit-border-top-left-radius: 2px;
    }

    .webtabs li:nth-child(3) a {
      border-top-right-radius: 2px;
      -moz-border-radius-topright: 2px;
      -webkit-border-top-right-radius: 2px;
    }

    .webtabs a:hover,
    .webtabs a:focus,
    .webtabs a.current {
      background-color: #274c7f;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#204475), to(#274c7f));
      background-image: -moz-linear-gradient(top left -90deg, #204475, #274c7f);
      border-top: solid 2px #406aa3;
      color: #fcfcfc;
      margin: 0 0 -1px;
      padding: 1px 9px;
      border-radius: 0 !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
    }

    .banner {
      height: 112px;
      background: #406aa3;
    }

    .banner>.container>a>img {
      height: 70px;
      margin-top: 15px;
      margin-bottom: 10px;
      margin-left: 0;
    }

    #text-resize-content {
      display: block;
      top: auto;
      right: 0;
      position: absolute;
      width: 600px;
      height: auto;
      z-index: 999;
      text-align: left;
      font-family: Verdana;
      font-size: 11px;
      padding: 5px 10px;
    }

    #searchsubmit {
      background-color: #fff !important;
      color:
        /*#274c7f*/
        #295d90;
      border: none;
      line-height: 19px;
      padding: 0 !important;
      width: 50px;
      cursor: pointer;
      white-space: nowrap;
    }

    @media only screen and (max-width: 798px) {
      #menu-ohri-header {
        height: 73px;
      }

      .omni-nav-mobile {
        display: block;
      }

      .omni-nav {
        width: 100%;
        padding-top: 0px;
        background-color: #fff;
        height: 0
      }

      .omni-nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        z-index: 99999;
      }

      .omni-nav ul li {
        width: 100%;
      }

      .omni-nav ul li a {
        line-height: 70px;
        background-color: #d3d3d3;
      }

      .omni-nav ul li ul li a {
        padding-left: 30px;
      }

      .omni-nav-dropdown {
        position: static;
        width: 100%;
        box-shadow: none;
      }

      #toolbar-search-ohri {
        display: none !important;
      }

      #toolbar-ohri {
        display: block;
        width: 100%;
      }

      #logo-ohri {
        display: block !important;
        width: 100%;
        padding: 1.5em 0 0.5em 0 !important;
      }

      .ohri-header {
        display: block;
      }

      #nav-ohri-toolbar ul {
        display: flex !important;
        margin: 0 0 0 auto !important;
        justify-content: flex-end;
        width: 289px;
        /* padding: 2px !important; */
      }
      #menu-ohri-header ul li a {
        font-weight: bold !important;
        padding: 12px 0 !important;
        font: bold 14px / normal Arial, Helvetica, sans-serif;
        font-size: 11.5px !important;
      }
      #menu-ohri-header{
        height: 60px;
      }
      #nav-ohri-toolbar{
        height: 30px;
        margin-top: 25px;
        margin-bottom: 20px;;
        /* margin: 0 0 0 auto; */
      }
      .top-navigation li a img{
        width: 120px;
        height: 15px;
      }
      .nav-arrow{
        display: none !important;
      }
      #nav-ohri-toolbar ul li a{
        font-size: 11.4px;
        font-weight: 500;
      }

      .footer{
        position: relative !important;
      }
    }

    
    .center-on-small-only1 {
      text-align: right !important;
      padding: 0;
    }
    .page-tools-ohri-container{
      background-color: #efefef;
    }
    #page-tools-ohri{
      display: flex;
      max-width: 940px;
      margin: 0 auto;
      background-color: #efefef;
    }
    #page-tools-ohri ul li a {
      padding: 10px 15px;
      font-size: .9em;
      font-family: 'Open Sans', sans-serif;
    }
    .omni-nav-list li div{
      background-color: #902351;
    }
    .boxed-layout {
      background-color: #fff !important;
    }
    .footer-widgets-inner .elementor section{
    }
    #outer-wrap{
      background-color: #e9e9e9;
    }


