/* 
$logoBlue: #115CA6;
$main-blue: #167bdd;
$highlight-blue: #2071d9;
$darkGrey: #4d4d4d;
$grey: #636566; 
$mediumLightGrey: #909293;
$lightGrey: #e4e4e4;
$almostWhite: #eeeeee;
$yellow: #ffbc00;
$orange: #ff9c0d;
$green: #3CC10A;
$red: #d30900;
*/

/* DT only Styles */
@media (min-width: 880px) {
  .covid-spacer {
    display: block;
  }
  .pa-site-grid {
    width: 1140px;
    margin: 0 auto;
    background: white;
  }
  .header-pa-logo .pa-logo {
    max-width: 150px;
  }
  .pa-body {
    grid-row: 2/3;
    grid-column: 1/-1;
    display: grid;
  }
  .pa-body > section:first-of-type {
    padding-top: 2.75rem;
  }

  /* main menu styles */
  .pa-menu-column {
    display: block;
    background: #e4e4e4;
    text-align: center;
    margin-bottom: 0;
  }
  .main-pa-menu .pa-wrapper {
    padding: 0;
  }
  .main-pa-menu .pa-menu-column.mobile-intro {
    display: none;
  }
  .menu-back {
    display: none;
  }
  .main-pa-menu .menu-title {
    font-size: 0.9em;
  }
  .main-pa-menu .pa-menu-items-group a {
    font-size: 0.9em;
  }
  section.img-left-section img.img-left {
    float: left;
    margin: 0 2rem 0 0;
  }
  /* footer styles */
  footer li a,
  footer li,
  footer p,
  .footer-section p span,
  .footer-section li,
  .footer-copyright span {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5rem;
  }


  @supports (grid-area: auto) {
    /* reset IE 9 styles */
    /* .mobile-menu-trigger-main {
		display: none;
	} */
    .pa-menu-column {
      display: inline-block;
      margin-right: 0rem;
      background: none;
    }
    .main-pa-menu .pa-wrapper {
      padding: 0 1rem;
    }

    /* main styles */
    .pa-site-grid {
      display: grid;
      width: 100%;
      grid-template-columns: [left-outter] 1fr [main] minmax(min-content, 1140px) [right-outter] 1fr;
      grid-template-rows: auto;
      background: white;
    }

    /* header */
    .header-pa-logo {
      grid-column: main;
      grid-row: 1;
      margin: 0 0 0 1rem;
    }
    .header-buttons {
      grid-column: main;
      grid-row: 1;
      display: flex;
      justify-content: flex-end;
      margin: 0 1rem 1rem 0;
    }
    .header-buttons a {
      align-self: flex-end;
      margin-left: 0.5rem;
    }
    .search-trigger {
      grid-row: 2/3;
      grid-column: 2/3;
      align-self: start;
      justify-self: end;
      position: relative;
      z-index: 3;
      width: 1.5rem;
      margin-right: 1rem;
      margin-top: 0.7rem;
      font-size: 1.25em;
    }
    .search-trigger .ion-icon {
      fill: white;
    }
    .search-bar {
      display: none;
      grid-row: 2/3;
      grid-column: 1/4;
      align-self: start;
      position: relative;
      top: 2.72rem;
      background: #6b7989;
      padding: 1.5rem 0;
      z-index: 2;
    }
    .search-bar .search-input {
      max-width: calc(1140px - 2rem);
      margin: 0 auto;
      display: block;
    }
    .lms-page .search-bar {
      top: 0;
    }
    .lms-page .search-trigger .ion-icon.close-sharp {
      fill: black;
    }
    .mobile-menu-trigger-main {
      display: none;
    }
    .lms-page section.lms-menu {
      padding-top: 1rem;
      padding-bottom: 0;
    }
    .lms-page section.lms-menu .pa-wrapper {
      display: flex;
      flex-direction: row;
    }
    .lms-page section.lms-menu .pa-wrapper ul {
      width: 20%;
      margin-left: 0;
    }
    /* pa menu */

    .main-pa-menu {
      grid-row: 2/3;
      grid-column: 1/4;
      align-self: start;
      position: relative;
      font-size: 0.9rem;
      background-color: none;
      transition: all 0.4s ease-in-out;
      position: relative;
      z-index: 2;
    }
    #main-pa-menu.fixed-menu {
      position: fixed;
	  top: 0;
      width: 100%;
    }
    .search-trigger.fixed-menu {
      position: fixed;
      right: 1rem;
    }    
    .search-bar.fixed-menu {
      position: fixed;
      width: 100%;
    }
    .main-pa-menu .placeholder {
      height: 2.7em;
      width: 100%;
      background: #0a438c;
    }
    .main-pa-menu .pa-wrapper {
      display: flex;
      position: relative;
      top: -2.7em;
      margin-bottom: -2.7em;
    }
    li.pa-menu-trigger {
      padding: 1.1em 0 1em;
      line-height: 1em;
      cursor: pointer;
    }

    .main-pa-menu li a {
      color: white;
    }
    .main-pa-menu li a:hover {
      color: #2071d9;
    }
    .main-pa-menu .pa-menu-column {
      display: inline-block;
    }
    .pa-menu-items-group {
      margin: 1rem 0;
    }
    .pa-menu-items-group li {
      width: 0;
    }
    .center-link-wrap {
      text-align: center;
    }
    a.block-link {
      padding: 0.5rem 2rem;
    }

    /* main section  */
    section.pa-three-column .pa-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
    section.pa-four-column .pa-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: .5rem;
    }
    section.pa-three-column .pa-wrapper .full-column {
      grid-column: 1/-1;
    }
    section.pa-two-column .pa-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    section.pa-two-column .pa-wrapper.headline-full {
      display: block;
    }

    /* slider section */
    .pa-body .pa-slider {
      background: #2071d9;
    }
    .pa-body .pa-slider img {
      max-width: 960px;
      margin: 0 auto;
    }
    .pa-body .pa-slider h1 {
      text-align: center;
    }
    .pa-body .pa-slider .slick-prev:before, .pa-body .pa-slider  .slick-next:before {
      font-size: 32px;
      color: white;
    }
    .pa-body .pa-slider .slick-dots li button:before {
      color: white;
    }
    .pa-body .pa-slider .slick-dots {
      bottom: -40px
    }
    .pa-body .pa-slider .slick-dots li button:before {
      font-size: 14px;
    }
    .pa-body .pa-slider .slick-slide {
      outline: none;
    }
    .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left {
      width: 50%;
    }
    .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-right {
      width: 50%;
    }
    .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left ul {
      text-align: left;
    }
    .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left p {
      text-align: left;
    }
    .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left h1 {
      text-align: left;
    }
    .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left h3 img {
      margin-left: 0;
    }
    .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left .sub-button {
      text-align: left;
    }
    @media (max-width: 1240px) {
      .pa-body .pa-slider .slick-next {
        right: 50px !important;
      }
      .pa-body .pa-slider .slick-prev {
        left: 50px !important;
      }
      .pa-body .pa-slider .pa-slide img {
        max-width: 800px;
      }
    }
    @media (max-width: 1120px) {
      .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left {
        width: 100%;
      }
      .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-right {
        width: 100%;
      }      
      .pa-body .pa-slider .slick-next {
        right: 20px !important;
      }
      .pa-body .pa-slider .slick-prev {
        left: 20px !important;
      }
      .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left ul {
        text-align: center;
      }
      .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left p {
        text-align: center;
      }
      .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left h1 {
        text-align: center;
      }
      .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left h3 img {
        margin-left: auto;
      }
      .pa-servmon-landing .pa-hero .pa-wrapper .sm-hero-left .sub-button {
        text-align: center;
      } 
      .pa-filesight-landing section.pa-four-column .pa-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
      }    
    }    
    @media (max-width: 1100px) {
      .pa-body .pa-slider .pa-slide img {
        max-width: 700px;
      }        
    }
    @media (max-width: 980px) {
      .pa-body .pa-slider .pa-slide img {
        max-width: 600px;
      }
    }
 
    section.pa-two-column .big-list-left {
      grid-row: 1/2;
      grid-column: 1/2;
    }
    section.pa-two-column .big-list-right {
      grid-row: 1/2;
      grid-column: 2/3;
    }

    .table-section .pa-wrapper {
      display: grid;
      grid-template-columns: [first] 2fr [last] 1fr;
      grid-auto-rows: auto;
    }
    .table-section h2 {
      grid-column: 1/-1;
    }
    .table-section p {
      grid-column: 1/-1;
    }
    .table-section .product-header {
      grid-column: 2/3;
      display: flex;
      flex-direction: row;
      padding-top: 8rem;
    }
    .table-section .product-header div {
      width: 100%;
      position: relative;
      background: grey;
    }
    .table-section .product-header div:nth-of-type(1) {
      border: 3px solid #2071d9;
    }
    .table-section .product-header div:nth-of-type(2) {
      border: 3px solid #ffbc00;
    }
    .table-section .product-header div:nth-of-type(3) {
      border: 3px solid #ff9c0d;
    }
    .table-section .product-header div:nth-of-type(4) {
      border: 3px solid #3CC10A;
    }
    .table-section .product-header div a {
      white-space: nowrap;
      position: absolute;
      bottom: 0.1rem;
      left: 1rem;
      transform: rotate(-45deg);
      transform-origin: 0 50%;
    }
    .table-section .product-feature {
      grid-column: 1/-1;
      display: grid;
      grid-template-columns: [first] 2fr [last] 1fr;
      grid-auto-rows: auto;
    }
    .table-section .product-feature p:nth-of-type(1) .ion-icon {
      fill: #2071d9;
    }
    .table-section .product-feature p:nth-of-type(2) .ion-icon {
      fill: #ffbc00;
    }
    .table-section .product-feature p:nth-of-type(3) .ion-icon {
      fill: #ff9c0d;
    }
    .table-section .product-feature p:nth-of-type(4) .ion-icon {
      fill: #3CC10A;
    }

    .table-section .product-feature h4 {
      grid-column: 1/-1;
    }
    .table-section .product-feature-checks span:first-child {
      display: none;
    }
    .table-section .product-feature-description {
      grid-column: 1/2;
    }
    .table-section .product-feature-checks {
      grid-column: 2/3;
    }
    .table-section .product-feature-checks p {
      border: none !important;
    }
    .table-section.four-even .pa-wrapper {
      grid-template-columns: repeat(4, 1fr);
    }

    .table-section.four-even .product-feature {
      grid-template-columns: repeat(4, 1fr);
      grid-column: 1/-1;
    }

    .table-section.four-even .product-header {
      grid-column: 1/-1;
      padding-top: 1rem;
      text-align: center;
    }
    .table-section.four-even .product-header div {
      border: none;
      padding: 0.5rem 0;
      background: #909293;
    }
    .table-section.four-even .product-feature-description {
      grid-column: 1/2;
    }
    .table-section.four-even .product-feature-checks {
      grid-column: 2/5;
    }

    .table-section.two-even .pa-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }
    .table-section.two-even .product-feature {
      grid-template-columns: repeat(2, 1fr);
      grid-column: 1/-1;
    }
    .table-section.two-even .product-feature {
      border-bottom: 1px solid #909293;
      margin-bottom: 1rem;
    }
    .table-section.two-even .product-feature-checks {
      grid-row: 1/2;
      background: none;
    }
    .table-section.two-even .product-feature-checks:nth-of-type(1) {
      grid-column: 1/2;
    }
    .table-section.two-even .product-feature-checks:nth-of-type(2) {
      grid-column: 2/3;
    }
    .table-section.two-even .product-feature-checks {
      display: block;
    }
    .table-section.two-even .product-feature-checks p {
      text-align: left;
    }
    .table-section.one-two-two .pa-wrapper {
      display: grid;
      grid-template-columns: 1fr 2fr 2fr;
    }
    .table-section.one-two-two .pa-wrapper div {
      padding: 1rem 0 1rem 1rem;
    }

    .table-section.five-checks .pa-wrapper {
      grid-template-columns: [first] 1fr [last] 3fr;
    }
    .table-section.five-checks .product-feature {
      grid-template-columns: [first] 1fr [last] 3fr;
    }

    /* footer */
    footer .pa-wrapper {
      display: grid;
      grid-template-columns: [footer-left] 1fr [footer-right] 3fr;
      grid-template-rows: [footer-search] auto;
      grid-auto-rows: auto;
    }
    .footer-menu-wrapper {
      grid-row: 1/5;
      grid-column: footer-right;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      padding-left: 3rem;
    }
    .footer-section {
      padding-bottom: 1rem;
    }
    .footer-search {
      grid-row: footer-search;
      grid-column: footer-left;
    }
    .footer-social-icons {
      grid-row: 2/3;
      grid-column: footer-left;
      display: flex;
      /*justify-content: space-around;*/
    }
    .footer-social-icons img {
      max-width: 50%;
      max-height: 50px;
    }
    .footer-contact-group {
      grid-row: 3/4;
    }
    .footer-copyright {
      grid-row: 6/7;
      grid-column: 1/3;
      text-align: center;
    }
    .footer-copyright span {
      font-size: 0.7rem;
    }

    /* --------------- */
    /* home page  */
    /* --------------- */

    /* hero section */
    .pa-body .pa-hero .pa-wrapper {
      overflow: unset;
    }

    .pa-hero h3 {
      font-size: 2.25rem;
      padding-top: 1.5rem;
      padding-bottom: 0;
    }
    .pa-hero p {
      font-size: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      line-height: 2rem;
    }

    .pa-hp .pa-hero h1 {
      font-size: 2.5rem;
      line-height: 2.5rem;
    }
    
    /* products section */
    .pa-intro-products .pa-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1rem;
    }
    .pa-intro-products {
      text-align: center;
      background: #e4e4e4;
    }
    .pa-hp .pa-intro-products {
      padding-bottom: 1.75rem;
    }
    .pa-intro-product {
      background: white;
      position: relative;
      top: -0.5rem;
      -webkit-box-shadow: 1px 1px 3px 0px rgba(99, 101, 102, 0.4);
      -moz-box-shadow: 1px 1px 3px 0px rgba(99, 101, 102, 0.4);
      box-shadow: 1px 1px 3px 0px rgba(99, 101, 102, 0.4);
    }
    .pa-hp .pa-intro-products .productlogo-text {
      width: 230px;
    }
    .pafsBox.pa-intro-product.intro-file-sight img.productlogo-text.product-logo {
      width: 210px;
    }
    .pa-hp .pa-intro-products .productlogo-icon {
      width: 120px;
    }
    .pa-intro-product:hover {
      animation-duration: 0.4s;
      transition-timing-function: ease-in-out;
      animation-name: jump;
    }
    .pa-intro-product a.block-link {
      background: none;
      padding: 0;
      text-decoration: underline;
      color: #167bdd;
    }
    .pa-intro-product a.block-link:hover {
      color: #2071d9;
    }
    .intro-serv-mon {
      border-color: #2071d9;
    }
    .intro-file-sight {
      border-color: #ff9c0d;
    }
    .intro-stor-mon {
      border-color: #ffbc00;
    }

    /* --------------- */
    /* /products/server-monitoring/  */
    /* --------------- */
    .pa-servmon-landing .pa-hero .pa-wrapper {
      text-align: left;
    }
   

    /* main section */
    .pa-servmon-landing section.pa-two-column .big-list-left {
      padding: 1rem;
    }

    /* --------------- */
    /* /products/file-sight/  */
    /* --------------- */

    .pa-filesight-landing .watch-video .ion-icon:hover {
      fill: #909293;
    }
    .pa-filesight-landing .watch-video p:hover {
      color: #2071d9;
    }
    .pa-filesight-landing .try-fs-video-playing {
      display: none;
    }

    /* three products */
    .pa-filesight-landing .pa-intro-item-showcase .more-inner {
      background: #eeeeee;
    }
    .pa-filesight-landing .pa-intro-item-showcase .more-inner-wrapper {
      display: flex;
	  padding-top:1rem;
      flex-direction: column;
      text-align: left;
      height: 100%;
    }

    .pa-filesight-landing .pa-intro-item-showcase .more-inner-wrapper a {
      text-align: center;
    }

    /* --------------- */
    /* /products/comparisons/ */
    /* --------------- */
    .pa-product-compare section.compare-products .product img {
      padding: 1rem 1rem;
    }

    /* --------------- */
    /* /licensing-pricing/pricing-ordering/ */
    /* --------------- */
    .pa-body.pa-ordering .order-hl h1 {
      text-align: left;
    }
    .pa-body.pa-ordering .order-hl .pa-wrapper div {
      float: left;
    }
    .pa-body.pa-ordering .order-hl .pa-wrapper a {
      float: right;
    }
    .pa-body.pa-ordering .order-hl .pa-wrapper div img {
      margin: 0;
    }
    .pa-body.pa-ordering .order-hl .pa-wrapper div p {
      text-align: left;
    }
    .pa-body.pa-ordering .pricing-boxes {
      display: flex;
      flex-direction: row;
    }
    .pa-body.pa-ordering .product-order-box .drawer-box {
      width: 50%;
      margin: 0.5rem;
    }
    .pa-body.pa-ordering .product-order-box .drawer-box.ultra {
      border: 5px solid #2071d9;
    }
    .pa-body.pa-ordering .product-order-box .drawer-box h2 {
      font-size: 1.5em;
    }
    .pa-body.pa-ordering .product-order-box .drawer-box h3 {
      font-size: 1em;
      line-height: 1.25em;
      padding: 0.5em;
    }
    .pa-body.pa-ordering .product-order-box .drawer-head {
      display: grid;
      grid-template-columns: 2fr 3fr;
      justify-items: start;
    }
    .pa-body.pa-ordering .product-order-box .drawer-head img {
      margin: 0;
    }
    .pa-body.pa-ordering .product-order-box .drawer-box li {
      padding-left: 0;
    }
    .pa-body.pa-ordering .support-section p.mobile-support-header {
      display: none;
    }
    .pa-body.pa-ordering .support-type .dt-support-header,
    .pa-body.pa-ordering .support-type .support-row {
      display: grid;
      grid-template-columns: 4fr 3fr 1fr;
    }
    .pa-body.pa-ordering .support-type .dt-support-header {
      background: rgba(147, 149, 150, 0.3);
    }
    .pa-body.pa-ordering .support-type .dt-support-header p {
      padding: 1rem;
      margin: 0;
    }

    /* --------------- */
    /* products/server-monitoring/licensing-and-pricing/ */
    /* --------------- */
    .pa-sm-pricing-landing .betaPricingTable {
      max-width: 80%;
    }

    /* --------------- */
    /* /products/server-monitoring/features/ */
    /* --------------- */

    .sm-feature-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .features-intro h1 {
      padding-top: 0;
    }
    .sm-feature-header ul {
      order: 1;
      margin: 0;
      padding: 0;
    }
    .sm-feature-header .link-div {
      order: 2;
    }
    .sm-feature-header .link-div a {
      padding: 0.5rem 2rem;
      font-size: 1.2rem;
    }
    .table-section.edition-table .product-header div {
      border: none;
      border-bottom: 1px solid #636566;
      background: none;
      text-align: center;
      margin: 0.25rem;
    }
    .table-section .product-feature-checks.edition-type {
      padding: 0;
    }
    .table-section.edition-table .product-header div a {
      position: initial;
      transform: none;
    }
    .table-section.edition-table .product-header {
      padding-top: 1rem;
    }
    .table-section.edition-table.dl-table .pa-wrapper {
      grid-template-columns: [first] 1fr [last] 1fr;
    }
    .table-section.edition-table.dl-table .product-feature {
      grid-template-columns: [first] 1fr [last] 1fr;
    }
    .table-section.edition-table.dl-table .mobile-label {
      display: none;
    }

    /* --------------- */
    /* /product-information/case-studies -- all case studies -- */
    /* --------------- */

    .case-studies-landing .case-study-buttons div img {
      margin: 0;
    }
    .case-studies-landing .case-study-buttons.bottom-buttons div img {
      margin: 0 auto;
    }
  }
  
}
@keyframes jump {
  from {
    top: -0.5rem;
  }

  60% {
    top: -1rem;
  }
  to {
    top: -0.5rem;
  }
}
@keyframes jump-fs {
  from {
    top: -2.5rem;
  }

  60% {
    top: -3rem;
  }
  to {
    top: -2.5rem;
  }
}
@keyframes bounce {
  from {
    transform: matrix(0, 1, -1, 0, 0, 0);
  }
  to {
    transform: matrix(0, 1, -1, 0, 0, -6);
  }
}
