/*---function of common css----*/
.button {
  display: flex;
  align-items: center;
  color: #000000 !important;
  background-size: 100% 200%;
  font-size: 16px !important;
  height: 35px;
  border: none !important;
  font-weight: bold;
  font-family: brandon_grotesqueregular, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0.125rem 0.3125rem 0 !important;
  cursor: pointer;
  transition: all .2s;
  border-radius: 0 !important;
  box-shadow: none;
}
/*--common heading and paragraph tag--*/
h1 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
  font-size: 1.5rem;
  line-height: 1.7rem;
  letter-spacing: 1px;
  margin: 0 0 1.5rem;
}
h2 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 0 0 1.5rem;
}
h3 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
  line-height: 1.7rem;
  margin: 0 0 1.5rem;
}
h4 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
}
h5 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
}
h6 {
  font-family: brandon_grotesquebold, Calibri, Helvetica, Arial, sans-serif;
  color: #222731;
}
p {
  line-height: 24px;
  margin: 0 0 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
  color: #222731;
  font-size: 16px;
}
a {
  color: #009cde;
}
a:hover {
  color: #5bc2e7;
}
a:focus {
  outline: none;
}
/*-------------grey button--------*/
.explore-btn-grey {
  display: block;
}
.explore-btn-grey .btn {
  background-color: #000000 !important;
  background-image: linear-gradient(180deg, #000000 50%, #000000 0) !important;
  background-position: 0 0;
  display: flex;
  align-items: center;
  color: #000000 !important;
  background-size: 100% 200%;
  font-size: 16px !important;
  height: 35px;
  border: none !important;
  font-weight: bold;
  font-family: brandon_grotesqueregular, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0.125rem 0.3125rem 0 !important;
  cursor: pointer;
  transition: all .2s;
  border-radius: 0 !important;
  box-shadow: none;
}
.explore-btn-grey .btn:hover {
  color: #000000 !important;
  background-color: #c6c6c9 !important;
  background-position: 0 -100%;
}
/*------Green button-----*/
.explore-btn-green {
  display: block;
}
.explore-btn-green .btn {
  background-color: #7ccc6c !important;
  background-image: linear-gradient(180deg, #7ccc6c 50%, #000000 0) !important;
  background-position: 0 0;
  width: fit-content !important;
  display: flex;
  align-items: center;
  color: #000000 !important;
  background-size: 100% 200%;
  font-size: 16px !important;
  height: 35px;
  border: none !important;
  font-weight: bold;
  font-family: brandon_grotesqueregular, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0.125rem 0.3125rem 0 !important;
  cursor: pointer;
  transition: all .2s;
  border-radius: 0 !important;
  box-shadow: none;
}
.explore-btn-green .btn:hover {
  color: #7ccc6c !important;
  background-color: #000000 !important;
  background-position: 0 -100%;
  box-shadow: none;
}
.explore-btn-green .btn:active,
.explore-btn-green .btn:focus {
  border-bottom: 0 !important;
}
/*-------------blue button--------*/
.explore-btn-blue {
  display: block;
}
@media only screen and (max-width: 480px) {
  .explore-btn-blue {
    display: block !important;
  }
}
.explore-btn-blue .btn {
  background-color: #5bc2e7 !important;
  background-image: linear-gradient(180deg, #5bc2e7 50%, #000000 0) !important;
  background-position: 0 0;
  display: flex;
  align-items: center;
  color: #000000 !important;
  background-size: 100% 200%;
  font-size: 16px !important;
  height: 35px;
  border: none !important;
  font-weight: bold;
  font-family: brandon_grotesqueregular, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0.125rem 0.3125rem 0 !important;
  cursor: pointer;
  transition: all .2s;
  border-radius: 0 !important;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .explore-btn-blue .btn {
    width: fit-content !important;
  }
}
.explore-btn-blue .btn:hover {
  color: #5bc2e7 !important;
  background-color: #000000 !important;
  background-position: 0 -100%;
  box-shadow: none;
}
.explore-btn-blue .btn:active,
.explore-btn-blue .btn:focus {
  border-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
  .explore-btn-blue .btn {
    display: block;
    height: auto;
    width: 100% !important;
  }
}
/*-------------pink button--------*/
#pink-button {
  color: #d9d9d6;
  background-color: #aa0061;
  background-image: linear-gradient(to bottom, #aa0061 50%, #d9d9d6 50%);
  background-size: 100% 200%;
  transition: all .2s;
  padding: 0.5625rem 1.25rem;
  font-size: 1rem;
  border-radius: 0px;
  border: none;
}
#pink-button:hover {
  color: #aa0061;
  background-color: #d9d9d6;
  background-position: 0 -100%;
  box-shadow: none;
}
/*------anchor Text button-----*/
.a-button--tertiary {
  display: flex;
  align-items: center;
  color: #000000 !important;
  background-size: 100% 200%;
  font-size: 16px !important;
  height: 35px;
  border: none !important;
  font-weight: bold;
  font-family: brandon_grotesqueregular, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0.125rem 0.3125rem 0 !important;
  cursor: pointer;
  transition: all .2s;
  border-radius: 0 !important;
  box-shadow: none;
}
.a-button--tertiary a {
  background-color: #5bc2e7 !important;
  background-image: linear-gradient(180deg, #5bc2e7 50%, #000000 0) !important;
  background-position: 0 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  color: #000000 !important;
  background-size: 100% 200%;
  font-size: 16px !important;
  height: 35px;
  border: none !important;
  font-weight: bold;
  font-family: brandon_grotesqueregular, Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0.125rem 0.3125rem 0 !important;
  cursor: pointer;
  transition: all .2s;
  border-radius: 0 !important;
  box-shadow: none;
}
.a-button--tertiary a:hover {
  color: #5bc2e7 !important;
  background-color: #000000 !important;
  background-position: 0 -100%;
}
/*---------------Middle title-----------------*/
.middle-title {
  position: relative;
  margin: 40px 0;
}
.middle-title .cmp-title h5,
.middle-title .cmp-title .cmp-title__text {
  color: #222731;
  border: 1px solid #222731;
  padding: 0.5625rem 0.75rem 0.5rem;
  width: 84%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 0;
  background-color: #ffffff !important;
  font-size: 20px;
  font-family: "brandon_grotesqueblack", Calibri, Helvetica, Arial, sans-serif;
  letter-spacing: 0.8px;
  line-height: 23.2px;
  text-transform: uppercase;
  font-weight: 700;
}
.middle-title .cmp-title h5::after,
.middle-title .cmp-title .cmp-title__text::after,
.middle-title .cmp-title h5::before,
.middle-title .cmp-title .cmp-title__text::before {
  display: none;
}
.middle-title .cmp-title h5 p,
.middle-title .cmp-title .cmp-title__text p {
  color: #222731;
  margin: 0;
  font-family: "brandon_grotesqueblack", Calibri, Helvetica, Arial, sans-serif;
  line-height: 1.45rem;
  letter-spacing: .05rem;
  font-size: 20px;
}
.middle-title .cmp-title::before {
  border-top: 1px solid #222731;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
}
.privacy-link-style {
  color: #d4d4d4 !important;
  background: transparent !important;
  padding: 1em 0 !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}
.privacy-link-style:hover {
  color: #009cde !important;
  background: transparent !important;
}
/*---------------Banner bread crumbs-----------------*/
.bgBlue {
  background-color: #004f71;
}
.breadcrumb .a-breadcrumb {
  margin: 0;
  padding: 0px 5px;
}
.breadcrumb .container {
  padding: 10px 40px 10px 36px !important;
  max-width: 1394px;
  margin: 0px auto;
}
.breadcrumb nav .a-breadcrumb--active {
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 0.75rem;
  color: #888b8d;
}
.breadcrumb li a span {
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 0.75rem;
}
.breadcrumb .a-breadcrumb__item + .a-breadcrumb__item::before {
  color: #888b8d;
}
/*---------------Top blue Banner-----------------*/
.top-blue-banner {
  max-width: 75% !important;
  margin: 0px auto !important;
  padding: 0px 0px 0px 0px !important;
  display: flex;
  align-items: center;
  height: 242px;
}
@media only screen and (max-width: 1025px) {
  .top-blue-banner {
    display: flex;
    align-items: center;
    padding: 20px 0px !important;
    max-width: 70% !important;
    margin: 0px 0px 0px 36px !important;
    height: 290px;
  }
}
@media only screen and (max-width: 915px) {
  .top-blue-banner {
    height: auto;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .top-blue-banner {
    padding: 20px 0px !important;
    margin: 0px 0px 0px 20px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .top-blue-banner .title {
    margin: 0px !important;
  }
}
.top-blue-banner .cmp-title__text {
  font-size: 60px;
  line-height: 63.2px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "brandon_grotesquebold", Calibri, Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 915px) {
  .top-blue-banner .cmp-title__text {
    font-size: 30px;
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .top-blue-banner .cmp-title__text {
    font-size: 30px;
    line-height: 30px;
    padding-right: 20px;
  }
}
/*---------------Discover Greater Section-----------------*/
.discover-greater {
  width: 75%;
  margin: 0px auto;
}
@media only screen and (max-width: 768px) {
  .discover-greater {
    width: 80%;
  }
}
@media only screen and (max-width: 753px) {
  .discover-greater {
    width: 100%;
    margin: auto 36px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .discover-greater {
    width: 90%;
    margin: 0px 20px;
  }
}
.discover-greater-section {
  padding: 58px 0px 175px 0px;
  width: 52%;
}
@media only screen and (max-width: 1280px) {
  .discover-greater-section {
    width: 58%;
  }
}
@media only screen and (max-width: 1025px) {
  .discover-greater-section {
    width: 65%;
  }
}
@media only screen and (max-width: 980px) {
  .discover-greater-section {
    width: 55%;
  }
  .discover-greater-section .cmp-title__text {
    font-size: 16px;
    line-height: 19.2px;
  }
}
@media only screen and (max-width: 768px) {
  .discover-greater-section {
    width: 62%;
  }
  .discover-greater-section .cmp-text p {
    font-size: 14px;
    line-height: 21.6px;
  }
}
@media only screen and (max-width: 480px) {
  .discover-greater-section {
    width: 100%;
  }
}
.discover-greater-section .image,
.discover-greater-section .title,
.discover-greater-section .text {
  margin: 0 !important;
}
.discover-greater-section img {
  width: 338px;
}
.discover-greater-section .cmp-title h2 {
  text-transform: uppercase;
}
@media only screen and (max-width: 753px) {
  .discover-greater-section .cmp-title h2 {
    padding-right: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .discover-greater-section .cmp-title h2 {
    padding-right: 0%;
  }
}
.discover-greater-section .explore-btn-blue {
  display: inline-block;
}
/*---------------Discover More Section-----------------*/
#resourceful-discover-more {
  width: 75%;
  margin: 0px auto !important;
}
@media only screen and (max-width: 844px) {
  #resourceful-discover-more {
    width: 80%;
  }
}
@media only screen and (max-width: 753px) {
  #resourceful-discover-more {
    width: 90%;
    padding: 0px 20px;
  }
  #resourceful-discover-more .container {
    max-width: 100%;
  }
}
#resourceful-discover-more .row {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #resourceful-discover-more .row {
    margin-bottom: 20px;
  }
}
#resourceful-discover-more .row .m-card__media {
  border-radius: unset;
}
#resourceful-discover-more .row .m-card__media .m-card__image .cmp-image__image {
  position: relative !important;
}
@media only screen and (max-width: 768px) {
  #resourceful-discover-more .row .m-card__media {
    height: 160px;
  }
}
#resourceful-discover-more .row .col-12:nth-child(2) {
  padding-left: 25px;
}
@media only screen and (max-width: 753px) {
  #resourceful-discover-more .row .col-12:nth-child(2) {
    padding-left: 15px;
  }
}
#resourceful-discover-more .row .columncontrol__column .m-card--large {
  width: 100%;
  margin-bottom: 0px;
}
#resourceful-discover-more .row .columncontrol__column .m-card--large .m-card__body {
  padding: 16px 0px 0px 0px;
}
@media only screen and (max-width: 1025px) {
  #resourceful-discover-more .row .columncontrol__column .m-card--large .m-card__body .m-card__body {
    overflow: unset;
  }
}
#resourceful-discover-more .row .columncontrol__column .m-card--large .m-card__body .m-card__title {
  font-size: 24px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #resourceful-discover-more .row .columncontrol__column .m-card--large .m-card__body .m-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}
#resourceful-discover-more .explore-btn-blue {
  display: inline-block;
}
#resourceful-discover-more .m-card:before {
  box-shadow: none;
}
/*---------------Back to top link-----------------*/
.back-to-top {
  margin-left: 45px;
  text-transform: initial;
  font-size: 1rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.5rem;
  font-weight: normal;
}
@media only screen and (max-width: 1280px) {
  .back-to-top {
    margin-left: 85px !important;
  }
}
@media only screen and (max-width: 844px) {
  .back-to-top {
    margin-left: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .back-to-top {
    margin-left: 62px !important;
  }
}
@media only screen and (max-width: 753px) {
  .back-to-top {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .back-to-top {
    margin-left: 20px !important;
  }
}
/*---------------Unlock Potential Banner in Harmonized Systems-----------------*/
@media only screen and (max-width: 915px) {
  .unlock-potential-container .cmp-container {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 753px) {
  .unlock-potential-container .cmp-container,
  .unlock-potential-container .container {
    max-width: 100% !important;
  }
}
.unlock-potential {
  width: 92%;
  margin: 0px auto;
}
@media only screen and (max-width: 1280px) {
  .unlock-potential {
    width: 85%;
  }
}
@media only screen and (max-width: 1025px) {
  .unlock-potential {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .unlock-potential {
    width: 100%;
  }
}
.unlock-potential .row {
  margin-top: 50px;
}
.unlock-potential .row .col-12 {
  padding: 0;
}
.unlock-potential .row .col-12:first-child {
  padding-left: 0px;
  padding-right: 70px;
}
@media only screen and (max-width: 915px) {
  .unlock-potential .row .col-12:first-child {
    padding-left: 0px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .unlock-potential .row .col-12:first-child {
    padding-right: 20px;
    padding-left: 47px;
  }
}
@media only screen and (max-width: 753px) {
  .unlock-potential .row .col-12:first-child {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .unlock-potential .row .col-12:first-child {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 753px) {
  .unlock-potential .row .col-12:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .unlock-potential .row .col-12:nth-child(2) {
    padding-left: 40px;
  }
}
.unlock-potential .row .col-12:nth-child(2) .title {
  margin: 32px 0px 0px 0px !important;
}
.unlock-potential .row .col-12:nth-child(2) .cmp-title__text {
  font-size: 36px;
  line-height: 39.2px;
  margin: 0px 0px 24px 0px;
}
@media only screen and (max-width: 915px) {
  .unlock-potential .row .col-12:nth-child(2) .cmp-title__text {
    font-size: 24px;
    line-height: 27.2px;
    width: 85%;
  }
}
.unlock-potential .row .col-12:nth-child(2) .text {
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .unlock-potential .row .col-12:nth-child(2) .text p {
    font-size: 14px;
    line-height: 21.6px;
    padding-right: 44px;
  }
}
/*---------------PURPOSE-BUILT GREATER Banner in Harmonized Systems-----------------*/
.purpose-built-section {
  width: 92%;
  margin: 0px auto;
}
@media only screen and (max-width: 1280px) {
  .purpose-built-section {
    width: 85%;
  }
}
@media only screen and (max-width: 915px) {
  .purpose-built-section .col-12 {
    padding: 0;
  }
}
@media only screen and (max-width: 915px) {
  .purpose-built-section .col-12:nth-child(1) p {
    font-size: 16px !important;
    padding-right: 25px;
  }
}
.purpose-built-section .col-12:nth-child(2) {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .purpose-built-section .col-12:nth-child(2) {
    padding-left: 30px;
  }
}
.purpose-built-section .col-12:nth-child(2) img {
  width: 300px;
  position: relative;
  bottom: 27px;
}
@media only screen and (max-width: 844px) {
  .purpose-built-section {
    width: 80%;
  }
}
@media only screen and (max-width: 753px) {
  .purpose-built-section {
    width: 100%;
  }
  .purpose-built-section .col-12 {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  .purpose-built-section {
    padding: 0px 20px !important;
  }
}
.purpose-built-section ul li {
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #222731;
  margin: 12px 0px;
}
@media only screen and (max-width: 915px) {
  .purpose-built-section ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .purpose-built-section ul li {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
/*---------------Prismnext section in Harmonized Systems-----------------*/
@media only screen and (max-width: 753px) {
  .prismnext-container .cmp-container {
    max-width: 100% !important;
  }
}
.prismnext-section {
  width: 89%;
  margin: 0px auto;
}
@media only screen and (max-width: 1280px) {
  .prismnext-section {
    width: 75%;
  }
}
@media only screen and (max-width: 915px) {
  .prismnext-section {
    width: 100%;
  }
}
@media only screen and (max-width: 753px) {
  .prismnext-section {
    width: 100%;
    max-width: 100%;
    padding: 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  .prismnext-section .row {
    margin: 0;
  }
}
.prismnext-section .row .col-12 {
  padding: 0;
}
.prismnext-section .row .col-12:nth-child(2) {
  padding-left: 20px;
}
@media only screen and (max-width: 1280px) {
  .prismnext-section .row .col-12:nth-child(2) {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 915px) {
  .prismnext-section .row .col-12:nth-child(2) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 844px) {
  .prismnext-section .row .col-12:nth-child(2) {
    padding-right: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .prismnext-section .row .col-12:nth-child(2) {
    padding-right: 72px;
  }
}
@media only screen and (max-width: 753px) {
  .prismnext-section .row .col-12:nth-child(2) {
    padding-right: 0px;
  }
}
.prismnext-section .row .col-12:nth-child(2) .cmp-title__text {
  font-size: 60px;
  line-height: 63.2px;
  margin-bottom: 16px;
  font-family: 'brandon_grotesqueblack', Calibri, Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 915px) {
  .prismnext-section .row .col-12:nth-child(2) .cmp-title__text {
    font-size: 30px;
    line-height: 33.2px;
  }
}
.prismnext-section .row .col-12:nth-child(2) .title {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .prismnext-section .row .col-12:nth-child(2) .title {
    padding-top: 20px;
  }
}
.prismnext-section .row .col-12:nth-child(2) .title,
.prismnext-section .row .col-12:nth-child(2) .text {
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .prismnext-section .row .col-12:nth-child(2) .title p,
  .prismnext-section .row .col-12:nth-child(2) .text p {
    font-size: 14px;
    line-height: 21.6px;
  }
}
.prismnext-section .row .col-12:nth-child(2) .explore-btn-blue {
  display: inline-block;
}
/*--------table------*/
table td {
  border: 1px solid #ccc;
  padding: 10px 16px;
}
table tr:nth-child(2n+3) {
  background-color: #f5f5f5;
}
table tr:nth-child(1) {
  background: #63666a;
  color: #fff;
}
table tr:nth-last-child(1) {
  border-bottom: 1px solid red;
}
