@charset "utf-8";
/****************************************************************
      Date Modified - 3/3/2025 
      RESPONSIVE CSS
****************************************************************/
/* Large devices Desktops (> 1200px)     */
/* @media (min-width: 1200px) GLOBAL CSS */
@media (min-width: 1200px) {
  /* Header */
  .headerbg {
    position: relative;
    width: auto;
    background-image: url("../images/header-1920-nobg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: none;
    z-index: 1;
  }
  .logo {
    position: relative;
    margin: 0;
    top: 10px;
    left: 0;
    height: 90px;
    background-image: url("../images/SPRS_Logo-S.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top left;
    z-index: 3000;
  }
  .shim {
    position: absolute;
    margin: 0;
    top: 10px;
    left: 0;
    width: 250px;
    height: 90px;
    background-repeat: repeat !important;
    cursor: pointer;
    z-index: 3000;
  }
  .update-small {
    display: none;
  }
}
/* Medium devices Laptops */
/* Large devices Laptops */
@media (min-width: 1024px) and (max-width: 1199px) {
  /* Header */
  .headerbg {
    position: relative;
    width: auto;
    background-image: url("../images/header-1200-nobg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    border: none;
    z-index: 1;
  }
  .logo {
    position: relative;
    margin: 0;
    top: 10px;
    left: 0;
    height: 90px;
    background-image: url("../images/SPRS_Logo-S.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top left;
    z-index: 3000;
  }
  .shim {
    position: absolute;
    margin: 0;
    top: 10px;
    left: 0;
    width: 250px;
    height: 90px;
    background-repeat: repeat !important;
    cursor: pointer;
    z-index: 3000;
  }
  /* Page Links for new content */
  .pagelinks {
    position: absolute;
    top: 250px;
    z-index: 1500;
  }
  .pagelinkimg, .linkimg {
    height: 80px;
    margin: 0 5px;
    width: 140px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0%;
    box-shadow: 0px 10px 8px -2px #162a52;
    background: #446078;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    cursor: pointer;
  }
  .pagelinkimg:hover, .pagelinkimg:focus, .pagelinkimg:active,
  .linkimg:hover, .linkimg:focus, .linkimg:active{
    height: 80px;
    color: #dac59c;
    background-color: #162a52;
    border-radius: 40%;
    box-shadow: 0px 10px 8px -2px #446078;
    cursor: pointer;
  }
  a.pagelinkimg {
    font-size: 1.1em;
    line-height: 1.2;
    color: #FFFFFF;
  }
  a.pagelinkimg:hover, a.pagelinkimg:focus, a.pagelinkimg:active,
	a.linkimg:hover, a.linkimg:focus, a.linkimg:active{
    color: #dac59c;
  }
  .subpagelinkimg {
    height: 80px;
    margin: 0 5px;
    width: 140px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0%;
    box-shadow: 0px 10px 8px -2px #446078;
    background: #162a52;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    cursor: pointer;
  }
  .subpagelinkimg:hover {
    height: 80px;
    color: #dac59c;
    background-color: #446078;
    border-radius: 40%;
    box-shadow: 0px 10px 8px -2px #162a52;
    cursor: pointer;
  }
  /* DROPDOWN COLORS / BACKGROUNDS */
  .megamenu {
    position: static;
  }
  .megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
  }
  .dropdown, .dropdown-menu, .dropbtn, .btn {
    background-color: none;
    border: none;
    color: #ffffff;
  }
  .dropdown:hover, .dropdown-menu:hover, .btn:hover {
    background-color: none;
    border: none;
    color: #dac59c;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: inherit;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: inherit;
    background-clip: padding-box;
    border: none;
  }
  .pagelinkimg.dropdown a {
    color: #FFFFFF;
    text-align: center;
  }
  .pagelinkimg.dropdown a:hover {
    color: #dac59c;
    text-align: center;
  }
  /* Button at the top of the home page  **FOR FAQ LINK** */
  .btn-linkimgfaq {
    position: relative;
    margin-top: 50px;
    margin-left: -15px;
    padding: 6px 9px;
    box-shadow: 0px 10px 8px -2px #162a52;
    background: #446078;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    font-weight: 500;
    line-height: 18px;
    border: 1.2px solid #162a52;
    border-radius: 0px;
    color: #FFFFFF;
    z-index: 1510;
  }
  .btn-linkimgfaq:hover, .btn-linkimgfaq:focus, .btn-linkimgfaq:active {
    font-weight: 500;
    background: #162a52;
    box-shadow: 0px 10px 8px -2px #446078;
    border-radius: 0;
    border: 1.2 solid #162a52;
    cursor: pointer;
  }
  .btn-linkimgfaq a {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1px;
  }
  .btn-linkimgfaq a:hover {
    color: #dac59c;
    font-size: 1.2em;
    font-weight: 400;
    cursor: pointer;
  }
  .update-small {
    display: none;
  }
  main {
    z-index: 900;
  }
  #accordion {
    position: relative;
  }
}
/* Small devices Tablets */
/* Medium devices Tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  /* ----------------------------------------------------------------
    	Header
	-----------------------------------------------------------------*/
  #header {
    position: relative;
    width: auto;
    height: 325px;
    z-index: 0;
  }
  .headerbg {
    position: relative;
    width: auto;
    background-image: url("../images/header-1200-nobg.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    border: none;
    z-index: 1;
  }
  .logo {
    position: relative;
    margin: 0;
    top: 10px;
    left: 0;
    height: 90px;
    background-image: url("../images/SPRS_Logo-S.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top left;
    z-index: 3000;
  }
  .shim {
    position: absolute;
    margin: 0;
    top: 10px;
    left: 0;
    width: 250px;
    height: 90px;
    background-repeat: repeat !important;
    cursor: pointer;
    z-index: 3000;
  }
  h1 {
    position: relative;
    margin-top: 10px;
    font-family: "Didact Gothic", sans-serif;
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 2em;
    text-align: left;
    color: #FFF;
    z-index: 4;
  }
  /* ----------------------------------------------------------------
		SECONDARY BUTTON MENU
	 --------------------------------------------------------------*/
  #nav-wrapper {
    width: auto;
  }
  .pagelinks {
    z-index: 1510;
  }
  .pagelinkimg, .linkimg {
    height: 80px;
    margin: 5px;
    width: 175px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    border-radius: 0%;
    box-shadow: 0px 10px 8px -2px #162a52;
    background: #446078;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    cursor: pointer;
  }
  .pagelinkimg:hover, .pagelinkimg:focus, .pagelinkimg:active,
	.linkimg:hover, .linkimg:focus, .linkimg:active {
    height: 80px;
    width: 175px;
    color: #dac59c;
    background-color: #162a52;
    border-radius: 40%;
    box-shadow: 0px 10px 8px -2px #446078;
    cursor: pointer;
  }
  a.pagelinkimg, a.subpagelinkimg, a.linkimg {
    justify-content: center;
    font-size: 1.2em;
    line-height: 1.1;
    color: #FFFFFF;
  }
   a.pagelinkimg:hover, a.pagelinkimg:focus, a.pagelinkimg:active,
   a.linkimg:hover, a.linkimg:focus, a.linkimg:active {
    color: #dac59c;
  }
  /* Button at the top of the home page  **FOR FAQ LINK** */
  .btn-linkimgfaq {
    position: relative;
    margin-top: 20px;
    margin-left: -15px;
    padding: 6px 12px;
    box-shadow: 0px 10px 8px -2px #162a52;
    background: #446078;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    border: 1.2px solid #162a52;
    border-radius: 0px;
    z-index: 1510;
  }
  .btn-linkimgfaq:hover, .btn-linkimgfaq:focus, .btn-linkimgfaq:active {
    font-weight: 500;
    background: #162a52;
    box-shadow: 0px 10px 8px -2px #446078;
    border-radius: 0;
    border: 1.2 solid #162a52;
    cursor: pointer;
  }
  a.btn-linkimgfaq  {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 18px;
    padding: 6px !important;
  }
  a.btn-linkimgfaq:hover {
    color: #dac59c;
    cursor: pointer;
  }
  .subpagelinkimg {
    height: 75px;
    margin: 0 5px;
    width: 175px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0%;
    box-shadow: 0px 10px 8px -2px #446078;
    background: #162a52;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    cursor: pointer;
  }
  .subpagelinkimg:hover {
    height: 60px;
    color: #dac59c;
    background-color: #446078;
    border-radius: 40%;
    box-shadow: 0px 10px 8px -2px #162a52;
    cursor: pointer;
  }
  /* ----------------------------------------------------------------
		MAIN CONTENT
	 --------------------------------------------------------------*/
  main {
    margin-top: -50px;
    z-index: 900;
  }
  .container {
    margin: 0 auto;
    padding: 0;
    width: 90% !important;
  }
  .container-fluid {
    width: 90%;
    padding: 0;
  }
  .main {
    margin-top: -75px;
  }
  .pagetitle {
    position: relative;
    margin-top: 0px;
    font-family: "Didact Gothic", sans-serif;
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 2.2em;
    text-align: left;
    color: #162a52;
  }
  h2 {
    font-size: 1.7em;
  }
  .h2 {
    font-size: 1.7em;
    font-weight: 600;
  }
  h3 {
    font-size: 1.3em;
  }
  p {
    font-family: "open-sans", Arial, sans-serif;
    font-size: 1em;
    line-height: 22px;
    color: #333;
  }
  .title {
    margin: 30px 0 0;
    font-family: "Didact Gothic", sans-serif;
    font-size: 2.2em;
  }
  .products {
    margin: 30px 0 10px;
    height: 300px !important;
  }
  #accordion {
    position: relative;
  }
  /* ----------------------------------------------------------------
		WEBTRAIN
	   --------------------------------------------------------------*/
  .webtrain-heading {
    font-size: 1.7em;
  }
  .webtrain-panel {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0;
  }
  .webtrain-title {
    margin: 15px 0;
    font-size: 1.7em;
  }
  .webtrain-body {
    margin: 15px;
    padding: 0 0 0 10px;
  }
  .arrowleft-up::before {
    border-bottom: 15px solid #976F26;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -15px;
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
  }
  .arrowright-up::before {
    border-bottom: 15px solid #976F26;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -15px;
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
  }
  .update-small {
    display: none;
  }
}
/* Small - X-Small devices Phones */
@media (min-width: 0px) and (max-width: 767px) {
  /* ----------------------------------------------------------------
    	Header
	-----------------------------------------------------------------*/
  body {
    min-width: 375px;
  }
  #header {
    position: relative;
    width: auto;
    height: 225px;
    z-index: 0;
  }
  .headerbg {
    position: relative;
    width: auto;
    height: 200px;
    background-color: #446078;
    border: none;
    z-index: 1;
  }
  .logo {
    position: relative;
    margin: 0 0 0 -20px;
    top: 10px;
    left: 0;
    background-image: url("../images/SPRS_Logo-S.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top left;
    z-index: 2;
  }
  /* ----------------------------------------------------------------
    	Page
	-----------------------------------------------------------------*/
  .container-fluid {
    width: 90%;
    padding: 0;
  }
  .container {
    margin: 0 auto;
    padding: 0;
    width: 90% !important;
  }
  .main {
    margin-top: 75px;
  }
  .sprs {
    margin-top: -3rem !important;
  }
  h1 {
    position: relative;
    margin-top: 10px;
    font-family: "Didact Gothic", sans-serif;
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 1.7em;
    text-align: left;
    color: #FFF;
  }
  h2 {
    font-size: 1.5em;
  }
  .h2 {
    font-size: 1.2em;
    font-weight: 600;
  }
  h3 {
    font-size: 95%;
  }
  p {
    font-family: "open-sans", Arial, sans-serif;
    font-size: 95%;
    line-height: normal;
    color: #333;
  }
  ul li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 97%;
    line-height: normal;
    color: #333;
}

  /* ----------------------------------------------------------------
		SECONDARY BUTTON MENU
	 --------------------------------------------------------------*/
  #nav-wrapper {
    width: auto;
  }
  .pagelinks {
    z-index: 1510;
  }
  a.pagelinkimg {
	font-size: 85%;
  }
  .pagelinkimg {
    height: 65px;
    min-width: 225px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0%;
    box-shadow: 0px 10px 8px -2px #162a52;
    background: #446078;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    cursor: pointer;
  }
  .pagelinkimg:hover, .pagelinkimg:focus, .pagelinkimg:active {
    height: 65px;
    min-width: 225px;
    align-items: center;
    justify-content: center;
    color: #dac59c;
    background-color: #162a52;
    border-radius: 5%;
    box-shadow: 0px 10px 8px -2px #446078;
    cursor: pointer;
  }
  .linkimg {
    height: 80px;
    min-width: 175px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0%;
    box-shadow: 0px 10px 8px -2px #162a52;
    background: #446078;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    cursor: pointer;
  }
  .linkimg:hover, .linkimg:focus, .linkimg:active {
    height: 80px;
    min-width: 175px;
    align-items: center;
    justify-content: center;
    color: #dac59c;
    background-color: #162a52;
    border-radius: 5%;
    box-shadow: 0px 10px 8px -2px #446078;
    cursor: pointer;
  }
  a.pagelinkimg, a.subpagelinkimg, a.linkimg {
    justify-content: center;
    font-size: 1em;
    line-height: 1.1;
    color: #FFFFFF;
  }
  a.pagelinkimg:hover, a.pagelinkimg:focus, a.pagelinkimg:active,
  a.linkimg:hover, a.linkimg:focus, a.linkimg:active {
    color: #dac59c;
  }
  /* Button at the top of the home page  **FOR FAQ LINK** */
  .btn-linkimgfaq {
    position: relative;
    margin-top: 15px;
    margin-left: -15px;
    padding: 6px 12px;
    box-shadow: 0px 10px 8px -2px #162a52;
    background: #446078;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    border: 1.2px solid #162a52;
    border-radius: 0px;
    z-index: 1510;
  }
  .btn-linkimgfaq:hover, .btn-linkimgfaq:focus, .btn-linkimgfaq:active {
    font-weight: 500;
    background: #162a52;
    box-shadow: 0px 10px 8px -2px #446078;
    border-radius: 0;
    border: 1.2 solid #162a52;
    cursor: pointer;
  }
  a.btn-linkimgfaq {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 18px;
    padding: 6px !important;
  }
  a .btn-linkimgfaq:hover {
    color: #dac59c;
    cursor: pointer;
  }
  .subpagelinkimg {
    height: 65px;
    min-width: 250px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0%;
    box-shadow: 0px 10px 8px -2px #446078;
    background: #162a52;
    transition: border-radius 0.5s, box-shadow 0.5s, background 0.5s;
    cursor: pointer;
  }
  .subpagelinkimg:hover {
    height: 65px;
    min-width: 250px;
    color: #dac59c;
    background-color: #446078;
    border-radius: 5%;
    box-shadow: 0px 10px 8px -2px #162a52;
    cursor: pointer;
  }
  /* ----------------------------------------------------------------
		MAIN CONTENT
	 --------------------------------------------------------------*/
  main {
    margin-top: 75px;
    z-index: 900;
  }
  .pagetitle {
    position: relative;
    margin-top: 60px;
    font-family: "Didact Gothic", sans-serif;
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 2.2em;
    text-align: left;
    color: #162a52;
  }
  #accordion {
    position: relative;
  }
  .release {
    padding-top: 5px;
    padding-left: 5px;
    font-family: "Didact Gothic", sans-serif;
    font-weight: normal;
}
  .release ul li {
    font-size: 95%;
    line-height: normal;
  }
  .faq-toplinks {
      font-size: 97%;
      line-height: normal;
  }
  .faq button.question {
    display: block;
    text-decoration: none;
    text-align: left;
    color: #162A52;
    font-family: "Didact Gothic", sans-serif;
    font-weight: 500;
    font-size: 97%;
    margin-left: 30px;
  }
    .q-question {
    font-family: "questrial", open-sans, Arial, 'sans-serif';
    font-weight: bold;
    font-size: 1.1rem;
    margin-left: -30px;
      line-height: normal;
  }
  .a-answer {
    font-family: "questrial", open-sans, Arial, 'sans-serif';
    font-weight: bold;
    font-size: 1rem;
    margin-left: -5px;
    line-height: normal;
  }
  .answer {
    margin: 0 50px 5px 30px;
    font-weight: normal;
    font-size: 97%;
    line-height: normal;
  }
  .title {
    margin: 30px 0 0;
    font-family: "Didact Gothic", sans-serif;
    font-size: 1.7em;
  }
  .products {
    margin: 30px 0 10px;
    height: 300px !important;
  }
  .seperator {
    display: none !important;
  }
  /* ----------------------------------------------------------------
		WEBTRAIN
	 --------------------------------------------------------------*/
  .webtrain-heading {
    font-size: 1.7em;
  }
  .webtrain-panel {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0;
  }
  .webtrain-title {
    margin: 15px 0;
    font-size: 1.7em;
  }
  .webtrain-body {
    margin: 15px;
    padding: 0 0 0 10px;
  }
  .image {
    opacity: 1;
    display: block;
    width: auto;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  footer {
    position: relative;
  }
  .footer-content {
    padding: 10px 0 0;
  }
  .update {
    display: none;
  }
}