/*.firefox {
    input[type="image"] {
        padding: 11px 9px 13px !important;
        top: 16px !important;
    }
}
*/
/*.chrome {
    #intranet {
        margin-top: 30px;
    }
    
    input[type="image"] {
        padding: 12px 9px 10px 9px !important;
        top: 15px !important;
    }
}
*/
@media screen and (max-width: 960px) {
  .the-content {
    padding: 0 10px; } }
span.highlight {
  background: #e0001b !important;
  color: #fff !important; }

.confidential-msg {
  font-size: 10px;
  color: #e0001b;
  display: block;
  margin-top: 10px; }

.partner-go-back {
  margin-top: -20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  display: block; }

@media screen and (max-width: 400px) {
  #header .logout {
    bottom: -7px !important; } }

#intranet {
  padding: 15px 0; }
  #intranet .archive {
    padding: 25px 0 0 0; }
    #intranet .archive #posts {
      margin-top: 0 !important; }
  #intranet table#user-contacts {
    width: 100%; }
    #intranet table#user-contacts tr {
      background: #edf2f5;
      border-bottom: 1px solid #fff; }
      #intranet table#user-contacts tr td {
        padding: 6px 10px;
        color: #505f67;
        vertical-align: middle; }
        #intranet table#user-contacts tr td a {
          color: #e0001b !important; }
  #intranet ul#file-categories {
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px; }
    @media only screen and (min-width: 767px) {
      #intranet ul#file-categories {
        margin-top: 25px; } }
    #intranet ul#file-categories li {
      float: left;
      width: 49%;
      margin-bottom: 15px;
      background: #828282; }
      #intranet ul#file-categories li a {
        line-height: 75px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-family: "PT Sans", sans-serif;
        font-size: 20px;
        font-weight: 700; }
        @media (max-width: 991px) and (min-width: 938px) {
          #intranet ul#file-categories li a {
            font-size: 12px; } }
      #intranet ul#file-categories li .icon-left {
        width: 100px;
        float: left; }
        #intranet ul#file-categories li .icon-left img {
          position: relative;
          top: 15px;
          left: 20px;
          float: left; }
      #intranet ul#file-categories li:nth-child(even) {
        float: right; }
  #intranet #search {
    width: 80%;
    margin: 40px auto;
    position: relative; }
    #intranet #search input {
      background: #e1e1e1;
      padding: 10px;
      font-family: "PT Sans", sans-serif;
      font-style: italic;
      font-size: 16px;
      color: #828282;
      border: 1px solid #e1e1e1; }
    #intranet #search input[type="text"], #intranet #search input.search {
      width: 95%; }
    #intranet #search input[type="image"] {
      width: auto;
      padding: 9px 9px 8px 9px;
      position: absolute;
      top: 0px;
      cursor: default;
      right: 38px; }
  #intranet ul.pagination {
    text-align: right; }
    #intranet ul.pagination li {
      font-weight: bold;
      font-size: 10px;
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 0.5em 1em;
      margin-right: 2px !important;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      color: #333;
      border: 1px solid transparent; }
      #intranet ul.pagination li a {
        color: #333; }
      #intranet ul.pagination li:hover {
        border: 1px solid #111;
        background: #585858;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4NTg1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAxMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #585858 0%, #000111 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #000111));
        background: -webkit-linear-gradient(top, #585858 0%, #000111 100%);
        background: -o-linear-gradient(top, #585858 0%, #000111 100%);
        background: -ms-linear-gradient(top, #585858 0%, #000111 100%);
        background: linear-gradient(to bottom, #585858 0%, #000111 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#000111',GradientType=0 ); }
        #intranet ul.pagination li:hover a {
          color: #fff; }
    #intranet ul.pagination li.active {
      background: white;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
      background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
      background: -o-linear-gradient(top, white 0%, gainsboro 100%);
      background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
      background: linear-gradient(to bottom, white 0%, gainsboro 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 );
      border: 1px solid #CACACA;
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 0.5em 1em;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer; }
      #intranet ul.pagination li.active:hover a {
        color: #333; }
      #intranet ul.pagination li.active a {
        color: #333; }
  #intranet .widget-login-news {
    background: none !important; }
    #intranet .widget-login-news ul.data-list {
      background: #edf2f5;
      width: 100%;
      padding: 10px 10px 3px 10px;
      list-style: none;
      border-bottom: 1px solid #aab0b4;
      text-align: left; }
      #intranet .widget-login-news ul.data-list li {
        display: block;
        height: 86px;
        margin-bottom: 8px;
        border-bottom: 1px solid #aab0b4; }
        #intranet .widget-login-news ul.data-list li img.thumbnail {
          width: 80px !important;
          height: 78px !important;
          margin-right: 10px;
          float: left; }
        #intranet .widget-login-news ul.data-list li .meta span.date {
          font-size: 10px;
          display: block;
          color: #505f67;
          line-height: 18px; }
        #intranet .widget-login-news ul.data-list li .meta h3 {
          font-size: 13px !important;
          font-weight: bold;
          font-family: Verdana, sans-serif;
          color: #505f67;
          line-height: 15px;
          background: none !important;
          text-transform: none !important;
          padding: 0 !important; }
        #intranet .widget-login-news ul.data-list li .meta p {
          color: #939ba1;
          font-size: 13px;
          font-weight: bold;
          display: inline; }
        #intranet .widget-login-news ul.data-list li .meta a.read-more {
          color: #e0001b;
          text-decoration: none;
          font-weight: bold; }
        #intranet .widget-login-news ul.data-list li:last-child {
          margin: 0;
          border: 0; }
  #intranet .land-news h1, #intranet .service-news h1, #intranet .land-files h1 {
    padding-bottom: 0 !important; }
  #intranet .land-news article.post, #intranet .service-news article.post, #intranet .land-files article.post {
    padding-top: 20px; }
    #intranet .land-news article.post h3, #intranet .service-news article.post h3, #intranet .land-files article.post h3 {
      padding: 0;
      font-family: Verdana, sans-serif;
      font-size: 15px;
      font-weight: bold; }
    #intranet .land-news article.post p, #intranet .service-news article.post p, #intranet .land-files article.post p {
      color: #505f67; }
    #intranet .land-news article.post .meta, #intranet .service-news article.post .meta, #intranet .land-files article.post .meta {
      font-size: 10px;
      color: #505f67; }
      #intranet .land-news article.post .meta .date, #intranet .service-news article.post .meta .date, #intranet .land-files article.post .meta .date {
        color: #939ba1; }
    #intranet .land-news article.post img.attachment-post-thumbnail, #intranet .service-news article.post img.attachment-post-thumbnail, #intranet .land-files article.post img.attachment-post-thumbnail {
      width: 100% !important;
      margin: 13px 0 5px 0; }
    #intranet .land-news article.post .read-more, #intranet .service-news article.post .read-more, #intranet .land-files article.post .read-more {
      color: #e0001b;
      font-weight: bold; }
    #intranet .land-news article.post:first-of-type, #intranet .service-news article.post:first-of-type, #intranet .land-files article.post:first-of-type {
      padding-top: 0; }
  #intranet .land-files h1 {
    padding-bottom: 0 !important; }
  #intranet .land-files .dataTables_wrapper {
    margin-top: 30px; }
  #intranet .land-files .dataTables_paginate, #intranet .land-files .dataTables_info {
    margin-top: 15px; }
  #intranet .land-files .dataTables_length, #intranet .land-files .dataTables_filter {
    margin-bottom: 15px; }
    #intranet .land-files .dataTables_length input[type="search"], #intranet .land-files .dataTables_filter input[type="search"] {
      background: #e1e1e1;
      border: 1px solid #e1e1e1;
      font-size: 10px;
      text-transform: uppercase;
      color: #909090;
      padding: 2px 6px; }
  #intranet .land-files #filter-data-table {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: right; }
    #intranet .land-files #filter-data-table select {
      width: 150px; }
      #intranet .land-files #filter-data-table select:first-child, #intranet .land-files #filter-data-table select:first-child + select {
        visibility: hidden; }
  #intranet .land-files table.dataTable.no-footer {
    border-bottom: 0; }
  #intranet .land-files .dataTables_wrapper .dataTables_length, #intranet .land-files .dataTables_wrapper .dataTables_filter, #intranet .land-files .dataTables_wrapper .dataTables_info, #intranet .land-files .dataTables_wrapper .dataTables_processing, #intranet .land-files .dataTables_wrapper .dataTables_paginate {
    color: #333;
    font-size: 10px;
    font-weight: bold; }
  #intranet .land-files table.dataTable thead th, #intranet .land-files table.dataTable thead td {
    border-bottom: 0; }
  #intranet .land-files table.dataTable thead .sorting {
    background: url("../images/sort_both.png") no-repeat scroll right center transparent; }
  #intranet .land-files table.dataTable thead .sorting_asc {
    background: url("../images/sort_asc_white.png") no-repeat scroll right center transparent; }
  #intranet .land-files table.dataTable thead .sorting_desc {
    background: url("../images/sort_desc_white.png") no-repeat scroll right center transparent; }
  #intranet .land-files table.dataTable tfoot tr th select {
    width: 100%; }
  #intranet .land-files table.data-table {
    width: 100%; }
    #intranet .land-files table.data-table tr td {
      padding: 10px;
      font-size: 10px; }
      #intranet .land-files table.data-table tr td:first-child {
        font-size: 24px;
        text-align: center; }
    #intranet .land-files table.data-table thead tr {
      background: #e0001b; }
      #intranet .land-files table.data-table thead tr th {
        color: #fff;
        font-weight: bold;
        border-right: 1px solid #fff;
        font-size: 10px;
        text-transform: uppercase; }
    #intranet .land-files table.data-table tbody tr:nth-child(even) {
      background: #e1e1e1; }
    #intranet .land-files table.data-table tbody tr td {
      border-right: 1px solid #fff; }
    #intranet .land-files table.data-table .child ul li {
      font-size: 10px; }
  #intranet .land-files .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #585858;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4NTg1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAxMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #585858 0%, #000111 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #000111));
    background: -webkit-linear-gradient(top, #585858 0%, #000111 100%);
    background: -o-linear-gradient(top, #585858 0%, #000111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #000111 100%);
    background: linear-gradient(to bottom, #585858 0%, #000111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#000111',GradientType=0 ); }
  #intranet .land-files .dataTables_wrapper .dataTables_paginate .disabled:hover {
    filter: none;
    background: none; }
  #intranet .land-files .dataTables_wrapper .dataTables_paginate .paginate_button.current, #intranet .land-files .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: white;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
    background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
    background: -o-linear-gradient(top, white 0%, gainsboro 100%);
    background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
    background: linear-gradient(to bottom, white 0%, gainsboro 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); }
  #intranet .land-file h1 {
    padding-bottom: 5px; }
  #intranet .land-file .meta {
    font-size: 10px;
    color: #505f67;
    margin-bottom: 20px; }
    #intranet .land-file .meta .date {
      color: #939ba1; }
  #intranet .land-file a {
    color: #e0001b !important; }
  #intranet #service-ships {
    width: 100%;
    overflow: auto;
    clear: both;
    margin-left: -10px;
    margin-right: -10px; }
    #intranet #service-ships h3 {
      background: #505f67 !important;
      color: #fff !important;
      display: block !important;
      text-transform: uppercase !important;
      font-family: Verdana, sans-serif !important;
      font-size: 15px !important;
      font-weight: bold !important;
      padding: 8px 15px !important; }
    #intranet #service-ships ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #intranet #service-ships ul li {
        margin: 0; }
    #intranet #service-ships .service-ship-content {
      float: right;
      width: 79.1666666667%; }
      #intranet #service-ships .service-ship-content table {
        width: 100%;
        background: #edf2f5; }
        #intranet #service-ships .service-ship-content table tr {
          border-bottom: 2px solid #fff; }
          #intranet #service-ships .service-ship-content table tr:first-of-type {
            font-weight: bold; }
          #intranet #service-ships .service-ship-content table tr td {
            border-right: 2px solid #fff;
            width: 10%;
            height: 30px;
            vertical-align: middle;
            text-align: center; }
            #intranet #service-ships .service-ship-content table tr td:first-child {
              text-align: center;
              width: 5%; }
            #intranet #service-ships .service-ship-content table tr td a {
              background: #5dcf09;
              text-indent: -9999px;
              display: block;
              width: 100%;
              height: 30px; }
          #intranet #service-ships .service-ship-content table tr:last-of-type {
            border-bottom: 0; }
    #intranet #service-ships .service-ship-image {
      float: left;
      width: 20.8333333333%;
      margin-bottom: 20px; }
  @media screen and (max-width: 937px) {
    #intranet #col_left {
      width: 100%;
      display: block;
      float: none; }
    #intranet #col_right {
      width: 100%;
      display: block;
      float: none;
      margin-top: 30px; }
      #intranet #col_right .widget {
        width: 100%;
        float: none; }
    #intranet ul#file-categories li {
      float: none;
      width: 100%;
      text-align: center; }
      #intranet ul#file-categories li a {
        font-size: 17px;
        display: block;
        width: auto;
        line-height: 49px; }
      #intranet ul#file-categories li .icon-left {
        float: none;
        width: auto; }
        #intranet ul#file-categories li .icon-left img {
          position: relative;
          top: auto;
          left: auto;
          float: none;
          margin-top: 10px; }
      #intranet ul#file-categories li:nth-child(even) {
        float: none; } }

.term-presentations-training-material #filter-data-table select, .term-product-news #filter-data-table select, .term-product-note #filter-data-table select {
  width: 189px !important; }

.term-approvals #filter-data-table select {
  width: 147px !important; }
  .term-approvals #filter-data-table select:first-child + select + select, .term-approvals #filter-data-table select:first-child + select + select + select {
    width: 175px !important; }

.holder {
  text-align: right; }

.holder a.jp-disabled {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: none;
  box-shadow: none;
  opacity: .5; }

.holder a.jp-disabled:hover {
  color: #666 !important;
  border: 1px solid transparent;
  background: none !important;
  filter: none; }

.holder a {
  font-weight: bold;
  font-size: 10px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-right: 2px !important;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333;
  border: 1px solid transparent;
  color: #333 !important; }

.holder a:hover {
  color: #fff !important;
  border: 1px solid #111;
  background: #585858;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4NTg1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAxMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #585858 0%, #000111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #000111));
  background: -webkit-linear-gradient(top, #585858 0%, #000111 100%);
  background: -o-linear-gradient(top, #585858 0%, #000111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #000111 100%);
  background: linear-gradient(to bottom, #585858 0%, #000111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#000111',GradientType=0 ); }

.holder a.jp-current {
  border: 1px solid #CACACA;
  background: white;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 );
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333; }

.holder a.jp-current:hover {
  color: #333 !important; }

/*Academy*/
.academy_container {
  width: 100%;
  max-width: 780px; }

.academy_steps {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .academy_steps:after {
    content: "";
    clear: both;
    display: table; }
  .academy_steps:last-child {
    margin-bottom: 0; }
  .academy_steps .left_side {
    float: left;
    width: 33.33333%;
    margin-right: 3px; }
    .academy_steps .left_side .primary_step {
      height: 100%;
      cursor: pointer;
      padding: 3px 0px 3px 0; }
      .academy_steps .left_side .primary_step .primary_step_inner {
        text-align: left;
        color: #fff;
        font-size: 14px;
        border-radius: 25px;
        padding: 20px 30px;
        height: 100%;
        font-weight: 700;
        box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
        /*top internal highlight*/
        -moz-box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
        /*top internal highlight*/
        -webkit-box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
        /*top internal highlight*/ }
        .academy_steps .left_side .primary_step .primary_step_inner span {
          font-size: 20px;
          font-weight: 700;
          margin-right: 10px;
          display: inline-block; }
  .academy_steps .right_side {
    float: left;
    width: 66.66666%;
    /*display: flex;
    align-items: stretch;
    flex-wrap: wrap;*/ }
    .academy_steps .right_side .child_step {
      float: left;
      padding: 3px;
      width: calc(50% - 6px);
      cursor: pointer;
      /*&:nth-child(2n+1) {
              flex-basis: 100%;
      }*/ }
      .academy_steps .right_side .child_step .child_step_inner {
        text-align: left;
        padding: 20px;
        border-radius: 25px;
        box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
        /*top internal highlight*/
        -moz-box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
        /*top internal highlight*/
        -webkit-box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
        /*top internal highlight*/
        color: #fff;
        font-size: 18px; }
        .academy_steps .right_side .child_step .child_step_inner span {
          font-size: 20px;
          font-weight: 700;
          display: block; }
  @media only screen and (max-width: 767px) {
    .academy_steps {
      display: block; }
      .academy_steps .left_side, .academy_steps .right_side {
        width: 100%; }
      .academy_steps .right_side .child_step {
        width: 50%; } }
  @media only screen and (max-width: 520px) {
    .academy_steps {
      display: block; }
      .academy_steps .left_side, .academy_steps .right_side {
        width: 100%; }
      .academy_steps .right_side .child_step {
        width: 100%; } }

.academy_quicklinks {
  position: absolute;
  top: 0px;
  right: 10px; }
  .academy_quicklinks span {
    display: block;
    background: #0c3574;
    color: white;
    font-size: 17px;
    font-weight: 700;
    padding: 0px 10px;
    line-height: 40px;
    text-transform: uppercase; }
  .academy_quicklinks ul {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none; }
    .academy_quicklinks ul li {
      display: block;
      background: #DCDCDC;
      margin-bottom: 5px;
      padding: 0px 10px;
      color: #000;
      line-height: 30px; }
      .academy_quicklinks ul li a {
        color: #000 !important;
        font-size: 14px; }
        .academy_quicklinks ul li a:hover, .academy_quicklinks ul li a:active, .academy_quicklinks ul li a:focus {
          color: #000 !important; }
  @media only screen and (max-width: 990px) {
    .academy_quicklinks {
      position: static;
      margin-top: 15px; } }

body.page-id-5495 .the-content {
  padding-right: 170px; }
  @media only screen and (max-width: 990px) {
    body.page-id-5495 .the-content {
      padding-right: 0; } }

table.op_academy {
  border-collapse: separate;
  border-spacing: 10px; }
  table.op_academy td {
    vertical-align: middle;
    padding: 15px 25px;
    border-radius: 25px;
    font-weight: 700;
    box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
    /*top internal highlight*/
    -moz-box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
    /*top internal highlight*/
    -webkit-box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
    /*top internal highlight*/
    color: #fff;
    font-size: 16px; }
    table.op_academy td.no_border {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      padding-left: 0;
      padding-right: 0; }
    table.op_academy td .child_step_inner span {
      font-size: 20px;
      font-weight: 700; }
    table.op_academy td .primary_step_inner {
      font-size: 14px;
      font-weight: 700; }
      table.op_academy td .primary_step_inner span {
        font-size: 20px;
        font-weight: 700;
        margin-right: 10px;
        display: block; }
    table.op_academy td a {
      color: #fff !important; }

ul.partner-news-archive-list {
  list-style: none;
  margin: 0 -1%;
  padding: 0; }
  ul.partner-news-archive-list li {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(124, 135, 141, 0.2);
    float: left;
    width: 23%;
    margin: 0 1% 15px; }
    ul.partner-news-archive-list li img.wp-post-image {
      float: left;
      max-width: 70px; }
    ul.partner-news-archive-list li .meta {
      float: left;
      margin-left: 15px; }
      ul.partner-news-archive-list li .meta .date {
        font-size: 10px;
        display: block;
        color: #505f67;
        line-height: 18px; }
      ul.partner-news-archive-list li .meta h3 {
        font-size: 13px;
        font-weight: bold;
        font-family: Verdana, sans-serif;
        color: #505f67;
        line-height: 15px;
        margin: 0 0 5px 0;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      ul.partner-news-archive-list li .meta a {
        color: #e0001b;
        text-decoration: none;
        font-weight: bold; }
    ul.partner-news-archive-list li:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 991px) {
      ul.partner-news-archive-list li {
        width: 31%; } }
    @media only screen and (max-width: 768px) {
      ul.partner-news-archive-list li {
        width: 100%;
        float: none;
        display: block; }
        ul.partner-news-archive-list li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; } }
  ul.partner-news-archive-list:after {
    content: "";
    display: table;
    clear: both; }

.partner-news .date {
  font-size: 10px;
  display: block;
  color: #505f67;
  line-height: 18px; }
.partner-news h1 {
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  color: #505f67;
  line-height: 15px;
  margin: 10px 0 10px 0; }

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