/*!
Theme Name: GI Care
Author: JPL Creative
Author URI: https://www.jplcreative.com/
Description: Custom theme for GI Care
Template: jpl
Version: 1.0
*/
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
p {
  color: #333333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.breadcrumbs {
  font-size: 18px;
  font-weight: 200;
  padding: 0.5em 0;
}
.breadcrumbs a {
  color: #54a965;
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
.pagination {
  font-size: 22px;
  margin-top: 40px;
}
.pagination a {
  color: #54a965;
}
.pagination a:hover {
  color: #71c983;
}
.pagination .page-numbers {
  margin-right: 5px;
}
.pagination .prev::before,
.pagination .next::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  vertical-align: baseline;
  font-size: 1em;
}
.pagination .prev::before {
  content: '\f0d9';
}
.pagination .next::after {
  content: '\f0da';
}
.hdr {
  background: #17356e;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .hdr::before {
    background: #132b59;
    content: '';
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.hdr > .wrap {
  position: relative;
  background: url(img/header-swirl.png) no-repeat;
  background-size: contain;
  background-position: top left;
  min-height: 60px;
}
@media only screen and (max-width: 979px) {
  .hdr > .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 980px) {
  .hdr > .wrap {
    height: 150px;
    padding-top: 65px;
  }
}
.hdr .logo {
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .hdr .logo {
    text-align: left;
  }
}
.hdr .logo a {
  display: inline-block;
}
.hdr .logo img {
  display: block;
  height: 20px;
  width: auto;
}
@media only screen and (min-width: 360px) {
  .hdr .logo img {
    height: 35px;
  }
}
@media only screen and (min-width: 980px) {
  .hdr .logo img {
    height: 45px;
  }
}
@media only screen and (min-width: 1060px) {
  .hdr .logo img {
    height: 57px;
  }
}
@media only screen and (max-width: 979px) {
  .hdr .nav-wrap {
    background: #17356e;
    display: none;
    margin: 0 -15px;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 10;
  }
}
@media only screen and (min-width: 980px) {
  .hdr .nav-wrap {
    display: block!important;
  }
}
@media only screen and (min-width: 980px) {
  .hdr .menu {
    display: flex;
    justify-content: flex-end;
  }
}
.hdr .menu a {
  color: #fff;
  display: block;
  margin: 15px;
  text-decoration: none;
}
@media only screen and (min-width: 980px) {
  .hdr .menu a {
    display: inline-block;
    margin: 0;
  }
}
.hdr .nav-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 40px;
  left: 20px;
  outline: none;
  padding: 3px;
  position: absolute;
  top: 8px;
  width: 40px;
}
@media only screen and (min-width: 980px) {
  .hdr .nav-toggle {
    display: none;
  }
}
.hdr .nav-toggle span,
.hdr .nav-toggle:before,
.hdr .nav-toggle:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 5px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hdr .nav-toggle span {
  margin-top: 0;
}
.hdr .nav-toggle:before {
  top: -4px;
}
.hdr .nav-toggle:after {
  bottom: -4px;
}
.hdr .nav-toggle.toggle-closed span {
  opacity: 0;
}
.hdr .nav-toggle.toggle-closed:before,
.hdr .nav-toggle.toggle-closed:after {
  height: 5px;
  left: 5px;
  width: 28px;
}
.hdr .nav-toggle.toggle-closed:before {
  top: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hdr .nav-toggle.toggle-closed:after {
  bottom: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hdr .nav-toggle .txt {
  display: none;
}
.hdr .search-wrap {
  height: 34px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 10px;
  transition: width .5s ease;
  width: 35px;
  z-index: 2;
}
.hdr .search-wrap.on {
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .hdr .search-wrap.on {
    width: 33%;
  }
}
.hdr .search-wrap.on .search-toggle {
  z-index: 0;
}
.hdr .search-wrap.on .search-btn {
  z-index: 3;
}
.hdr .search-wrap .close,
.hdr .search-wrap .search-btn,
.hdr .search-wrap .search-toggle {
  background: #54a965;
  border: 0;
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: background-color 0.3s ease;
  width: 35px;
}
.hdr .search-wrap .close span,
.hdr .search-wrap .search-btn span,
.hdr .search-wrap .search-toggle span {
  display: none;
}
.hdr .search-wrap .search-btn,
.hdr .search-wrap .search-toggle {
  right: 0;
}
.hdr .search-wrap .search-toggle {
  z-index: 2;
}
.hdr .search-wrap input[type=text] {
  padding: 5px 10px;
}
.hdr .search-wrap .search-form {
  background-color: #54a965;
  left: 0;
  padding: 0 35px;
  position: absolute;
  right: 0;
  top: 0;
}
.hdr .search-wrap .search-form.form input {
  border: 3px solid #54a965;
  margin-bottom: 0;
  width: 100%;
}
.hdr .search-wrap .search-form.form .close {
  left: 0;
}
.hdr .search-wrap .search-form label {
  display: none;
}
@media only screen and (min-width: 980px) {
  .hdr .search-wrap {
    right: 15px;
    top: 73px;
  }
}
.hdr .nav-primary {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .hdr .nav-primary {
    padding-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  .hdr .nav-primary {
    bottom: 42px;
    position: absolute;
    right: 60px;
  }
}
.hdr .nav-primary .menu > .menu-item > a {
  font-family: 'Lora', serif;
  font-size: 22px;
  margin: 10px 20px;
}
.hdr .nav-primary .menu > .menu-item > a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 980px) {
  .hdr .nav-primary .menu > .menu-item + .menu-item:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #fff;
    position: relative;
    top: 2px;
  }
  .hdr .nav-primary .menu > .menu-item > a {
    border-bottom: 5px solid transparent;
    margin: 0 20px;
  }
  .hdr .nav-primary .menu > .menu-item > a:hover {
    text-decoration: none;
  }
}
.hdr .nav-primary svg {
  height: 1em;
  width: auto;
}
.hdr .nav-primary .current-menu-item a {
  border-bottom-color: #54a965 !important;
}
.hdr .nav-primary a:hover {
  border-bottom-color: #71c983 !important;
}
.hdr .nav-primary .sub-menu {
  background-color: #132b59;
  min-width: 250px;
  padding: 10px 20px;
}
@media only screen and (min-width: 980px) {
  .hdr .nav-primary .sub-menu {
    position: absolute;
    top: 45px;
    z-index: 10;
  }
}
.hdr .nav-primary .sub-menu li {
  margin: 10px 0;
}
.hdr .nav-primary .sub-menu a:hover {
  text-decoration: underline;
}
.hdr .nav-primary .sub-menu.ddopen {
  display: block;
}
.hdr .nav-secondary {
  padding: 15px 0;
}
@media only screen and (min-width: 980px) {
  .hdr .nav-secondary {
    background: none;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .hdr .nav-secondary .menu-item + .menu-item {
    margin-left: 30px;
  }
}
.hdr .nav-secondary a {
  font-size: 14px;
}
.hdr .nav-secondary a span {
  border-bottom: 1px solid transparent;
}
.hdr .nav-secondary .current-menu-item a span {
  border-bottom-color: #fff;
}
.hdr .nav-secondary a:hover span {
  border-bottom-color: #f5f5f5;
}
.bdy {
  min-height: calc(100vh - 290px);
}
@media only screen and (min-width: 768px) {
  .bdy {
    min-height: calc(100vh - 196px);
  }
}
@media only screen and (min-width: 980px) {
  .bdy {
    min-height: calc(100vh - 270px);
  }
}
.pg-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d4e7eb+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #d4e7eb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d4e7eb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #d4e7eb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4e7eb', GradientType=0);
  /* IE6-9 */
}
.pg-header > .wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .pg-header > .wrap {
    background: url('img/pg-header-swirl.png') no-repeat;
    background-position: right bottom;
    background-size: auto 84%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media desktop {
  .pg-header > .wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pg-header .pg-title {
  color: #0b317a;
}
.pg-header .pg-title h1 {
  margin: 0;
  font-family: 'Lora', serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .pg-header .pg-title h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 980px) {
  .pg-header .pg-title h1 {
    font-size: 56px;
  }
}
.pg-header .pg-content {
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .pg-header .pg-content {
    font-size: 24px;
    line-height: 1.25em;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 980px) {
  .pg-header .pg-content {
    width: 66%;
  }
}
.ftr {
  background: #e7e7e7;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ftr {
    text-align: inherit;
  }
}
.ftr .wrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ftr .wrap {
    background: url(img/footer-swirl.png) no-repeat;
    background-size: contain;
    background-position: top right;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ftr .grid {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ftr .grid {
    align-items: flex-end;
  }
}
.ftr .nav {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ftr .nav {
    margin-bottom: 0;
  }
}
.ftr .nav-primary {
  margin-bottom: 5px;
}
.ftr .nav-primary .menu-item {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ftr .nav-primary .menu-item {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .nav-primary .menu-item + .menu-item::before {
    content: '';
    border: 1px solid #333;
    display: inline-block;
    height: 1em;
    position: relative;
    top: 2px;
    margin-left: 6px;
  }
}
.ftr .nav-primary .menu-item + .menu-item a {
  display: inline-block;
  margin: 8px 0 0;
}
@media only screen and (min-width: 768px) {
  .ftr .nav-primary .menu-item + .menu-item a {
    margin: 0 0 0 8px;
  }
}
.ftr .nav-primary .menu-item a {
  color: #54a965;
  font-weight: 900;
  text-decoration: none;
}
.ftr .nav-secondary {
  order: -1;
}
@media only screen and (min-width: 768px) {
  .ftr .nav-secondary {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ftr .nav-secondary .menu-item {
  display: inline-block;
}
.ftr .nav-secondary .menu-item + .menu-item {
  margin-left: 10px;
}
.ftr .nav-secondary .menu-item svg {
  width: 2em;
  height: 2em;
}
.ftr .copy {
  color: #333;
  font-size: 14px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .ftr .copy {
    width: 60%;
    text-align: right;
    margin-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  .ftr .copy {
    width: auto;
  }
}
.media {
  margin-top: 20px;
}
@media only screen and (max-width: 450px) {
  .media {
    display: block;
  }
  .media .img {
    margin-bottom: 20px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .cards {
    display: block;
  }
  .cards .card {
    margin-bottom: 20px;
    width: 100%;
  }
}
.btn {
  color: #fff !important;
  display: inline-block;
  background: #54a965;
  border: 0;
  box-shadow: 5px 5px 0px rgba(54, 54, 54, 0.15);
  cursor: pointer;
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: normal !important;
  padding: 15px;
  text-decoration: none;
}
.btn:hover {
  background-color: #71c983;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 22px;
  }
}
.btn::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: '\f0da';
  vertical-align: baseline;
  padding-left: 10px;
  font-size: 1em;
}
.btn-inverse {
  background: none;
  border: 3px solid #fff;
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.15);
}
.btn-inverse:hover {
  background: rgba(255, 255, 255, 0.25);
}
.btn-google-play img,
.btn-app-store img {
  display: block;
  margin: 4% 0;
}
.banner {
  background: #a00c0c;
  color: #ffffff;
}
.banner .wrap {
  align-items: center;
  display: flex;
  padding: 20px;
  position: relative;
}
.banner .alert-wrap svg {
  fill: #ffffff;
  height: auto;
  width: 50px;
}
.banner .banner-inner {
  flex-grow: 1;
  padding: 0px 20px;
}
@media only screen and (min-width: 980px) {
  .banner .banner-inner {
    padding: 0px 40px;
  }
}
.banner .banner-inner h3,
.banner .banner-inner p {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.banner .banner-inner a {
  color: #ffffff;
  text-decoration: underline;
}
.banner .banner-inner a:hover {
  text-decoration: none;
}
.banner .alert-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.banner .alert-close svg {
  fill: #ffffff;
  height: auto;
  width: 20px;
}
[class^="icon-"] a,
[class*=" icon-"] a {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left center;
  padding-left: 20px;
}
.icon-notes-medical a {
  background-image: url(img/notes-medical.svg);
}
.icon-phone a {
  background-image: url(img/phone.svg);
}
.icon-lock a {
  background-image: url(img/lock.svg);
}
.icon-user-circle a {
  background-image: url(img/user-circle.svg);
}
.icon-user-md a {
  background-image: url(img/user-md.svg);
}
