.banner-fontDoctor:before {
    font-family: 'banner';
    content: "\e062";
}

.banner-fontLocation:before {
    font-family: 'banner';
    content: "\e065";
}

.banner-fontSearch:before {
    font-family: 'banner';
    content: "\e06A";
}

.banner-fontFacebook:before {
    font-family: 'banner';
    content: "\e063";
    font-size: xx-large;    /*Use an extra large icon regardless of screen size*/
}

.banner-fontPinterest:before {
    font-family: 'banner';
    content: "\e067";
    font-size: xx-large;    /*Use an extra large icon regardless of screen size*/
}

.banner-fontTwitter:before {
    font-family: 'banner';
    content: "\e06B";
    font-size: xx-large;    /*Use an extra large icon regardless of screen size*/
}

.banner-fontYoutube:before {
    font-family: 'banner';
    content: "\e06C";
    font-size: xx-large;    /*Use an extra large icon regardless of screen size*/
}

#banner-footerContainer {
    background-color:#0077b3;
    font-family: KyrialSansPro!important;
}
#banner-footerContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#banner-footerContainer li {
    border-bottom: 1px solid #016da3;
    height:40px;
}
#banner-footerContainer li a {
    display: block;
    padding: 8px 16px;
    color:white;
}
#banner-footerContainer a:hover {
    text-decoration: none;
}
#banner-footerContainer a:visited {
    color:white;    /*Need this so that other anchor visited specifications at the Kyruus end does not take effect*/
}
.banner-firstListItem {
    border-top: 1px solid #016da3;
}
.banner-center {
    text-align:center;
}
.banner-socialSites > a {
    font-size:xx-large;
    margin-left: 15px;
    color:white;
}
.banner-termsEtc {
    color:white;
    margin-top:5px;
}
.banner-termsEtc > a {
    color:white;
}
/*Devices less or equals 320px wide*/
@media only screen and (min-width: 1px) and (max-width: 320px) {
    .banner-headerLogo {
        padding-left:10px!important;
        border-right: none!important;
    }
    .banner-headerContainer {
        height: 78px!important;
    }
    #banner-headerControls > div > a > span {
        display: none;
    }
    #banner-headerControls > div {
        border-right: none!important;
        padding-top:12px;
    }
    #banner-headerControls .banner-fontDoctor, .banner-fontLocation, .banner-fontSearch {
        font-size: 2.0em;
    }
    #banner-headerControls {
        width: 180px!important;
    }
}/*Devices less or equal to 480px wide*/
@media only screen and (min-width: 321px) and (max-width: 480px) {
    .banner-headerLogo {
        padding-left:10px!important;
        border-right: none!important;
    }
    .banner-headerContainer {
        height: 78px!important;
    }
    #banner-headerControls > div > a > span {
        display: none;
    }
    #banner-headerControls > div {
        border-right: none!important;
        padding-top: 8px;
    }
    #banner-headerControls .banner-fontDoctor, .banner-fontLocation, .banner-fontSearch {
        font-size: 2.0em;
    }
    #banner-headerControls {
        width: 210px!important;
    }
}

/* Small devices (less than 769px)*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .banner-headerLogo {
        padding-left:15px!important;
        border-right: none!important;
    }
    .banner-headerContainer {
        height: 78px!important;
    }
    #banner-headerControls > div > a > span {
        display: none;
    }
    #banner-headerControls > div {
        border-right: none!important;
        padding-top: 8px;
    }
    #banner-headerControls .banner-fontDoctor, .banner-fontLocation, .banner-fontSearch {
        font-size: 2.0em;
    }
    #banner-headerControls {
        width: 300px!important;
    }
}

/* Small devices (less than 769px)*/
/*@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
    .banner-headerLogo img {
        width:70%!important;
    }
}*/

/* Medium devices (tablets, 769px to 1024)*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .banner-headerLogo {
        padding-left:20px!important;
    }
    #banner-headerControls .banner-fontDoctor, .banner-fontLocation, .banner-fontSearch {
        font-size: 2.29em;
    }
    #banner-headerControls {
        width: 460px!important;
    }
    #banner-headerControls > div > a > span {
        font-size: 0.6em;
        position: relative;
        bottom: 1em;
    }
}

/* Large devices (desktops, over 1024px)*/
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .banner-headerLogo {
        padding-left:20px!important;
    }
    #banner-headerControls {
        width: 575px!important;
    }

    #banner-headerControls .banner-fontDoctor, .banner-fontLocation, .banner-fontSearch {
        font-size: 2.29em;
    }

    #banner-headerControls > div > a > span {
        font-size: 0.7em;
        position: relative;
        bottom: 0.5em;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media only screen and (min-width: 1200px) {
    #banner-headerControls .banner-fontDoctor, .banner-fontLocation, .banner-fontSearch {
        font-size: 2.29em;
    }
    #banner-headerControls > div > a > span {
        font-size: 0.7em;
        position: relative;
        bottom: 0.5em;
    }
}

.banner-headerContainer {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
    font-family: KyrialSansPro;
    max-width:1500px;
    margin: 0 auto;
    height:100px;
    line-height: 1.42857143;
}

#banner-headerControls {
    display:flex;
    flex-basis:auto;    /*use my width and height properties*/
    align-items:center;
    width:575px;
    text-align:center;
    height:100%;
}

.banner-headerLogo {
    display:flex;
    flex: 1;
    justify-content: center;
    align-items:center;
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
    padding-left:30px;
    padding-right:20px;
}

.banner-headerLogo img {
    width:100%;
    max-width:333px;
}
.banner-headerLogo > a {
    width:100%;
    text-align:left;
}

#banner-headerControls > div {
    border-right: solid 1px #f0f0f0;
    width:33%;
    height:100%;
}

#banner-headerControls > div:hover {
    background-color:#f2f1f0;
}

#banner-headerControls a {
    display:inline-block;
    height:100%;
    width:100%;
    color:#0089d0;
    padding-top:10px;
}

#banner-headerControls a:hover {
    text-decoration:none;   /*Do not underline the icon text on hover*/
    background-color:#f2f1f0;
}

#banner-headerControls > div > a > span {
    color:#222748;
}




/* Header Start */
.kyruus-custom-wrapper .global-menu li.global-menu-item {
    list-style: none;
}

.kyruus-custom-wrapper .global-menu li.global-menu-item a.global-menu-link {
    text-decoration: none;
    font-size: 12px;
     text-decoration: none;
     color: #63666a;
     margin: 20px 0;
}
.kyruus-custom-wrapper .global-menu li.global-menu-item a.cta-button-hero {
    display: inline-block;
    text-decoration: none;
    background-color: #ffffff;
    color: #00205b;
    transition: all 1s ease;
    padding: 15px 20px;
    border-radius: 32px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: none;
    border: 2px solid #00205b;
    font-size: 10px;
}

.kyruus-custom-wrapper .global-menu li.global-menu-item a.cta-button-hero:hover {
    background-color: #d8d8d8;
    transition: all 1s ease;
}
.kyruus-custom-wrapper .global-header-logo {
    display: flex;
    width: 200px;
    float:left;
}
.kyruus-custom-wrapper .cta-button-hero {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  color: #00205b;
  white-space: nowrap;
  text-decoration: none;
  text-transform: capitalize;
  padding: 18px 30px;
  border: 2px solid #00205b;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: .5px;
  transition: all .6s ease;
  display: none;
  padding: 20px 30px;
  border-radius: 32px;
  line-height: 15px;
  transition: all 1s ease;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  font-size:14px;
}
.kyruus-custom-wrapper .cta-button-hero:hover{
  text-decoration: none;

}
.kyruus-custom-wrapper .cta-hero-desktop .cta-button-hero {
	background-color: #ffffff;
	color: #00205b;
	border: 2px solid #00205b;
	display: inline-block;
}
.kyruus-custom-wrapper .global-header ul{
	color: #ffffff !important;
}
.kyruus-custom-wrapper .global-header {
  display: flex;
  text-align: center;
  padding: 20px 0;
}
.kyruus-custom-wrapper .global-header-wrapper{
  order:1;
  margin: 0;
}
.kyruus-custom-wrapper .global-nav{
  flex-grow: 1;
}
.kyruus-custom-wrapper .global-nav ul{
  margin: 0;
}
.kyruus-custom-wrapper .global-menu {
  list-style: none;
  padding: 0;
  font-weight: 700;
  display: flex;
  margin: 0;
  justify-content: space-between;
}
}
.kyruus-custom-wrapper .global-header .branding {
  margin-top: 30px;
}
.kyruus-custom-wrapper .global-header .branding span {
  display: block;
}
.kyruus-custom-wrapper .global-menu-link{
  text-decoration: none;
  color: inherit;
  line-height: 32px;
  display: block;
  white-space: nowrap;
  font-size: 22px;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  font-weight: 500;
}
.kyruus-custom-wrapper .global-menu-link:hover {
  text-decoration: none;
}

@media (min-width: 321px) {

  .kyruus-custom-wrapper .global-menu li.global-menu-item a.global-menu-link{
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .kyruus-custom-wrapper .global-menu li.global-menu-item a.cta-button-hero{
    display: inline-block;
    font-size: 10px;
    text-decoration: none;
    background-color: #ffffff;
    color: #00205b;
    border: 1px solid #00205b;
    padding: 5px 15px;
    border-radius: 20px;
    transition: all 1s ease;
  }
  .kyruus-custom-wrapper .global-menu-link{
    font-size: 14px;
  }
}
@media (min-width: 420px) {

  .kyruus-custom-wrapper .global-header-logo {
    width: 280px;
  }

  .global-menu {
      align-items: center;
  }

  .global-menu li.global-menu-item a.global-menu-link {
    font-size: 16px;
  }

}
@media (min-width: 320px) {
  .kyruus-custom-wrapper .global-header-wrapper {
    display: flex;
    flex-shrink: 0;
  }
}
@media (min-width: 320px) and (max-width: 961px) {
  .kyruus-custom-wrapper .global-nav {
    order: 1;
  }
}
@media (min-width: 481px) and (max-width: 961px) {
  .kyruus-custom-wrapper .cta-hero-desktop {
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
    .kyruus-custom-wrapper .global-header-logo {
        width: 240px;
        align-items: center;
        justify-content: center;
    }
    .kyruus-custom-wrapper .global-menu{
        float:right;
    }.kyruus-custom-wrapper .global-header {
        display: flex;
        justify-content: space-between;
        padding: 20px 0px 20px 50px;
        margin: 0 20px;
    }

    .kyruus-custom-wrapper .global-header-logo {
        width: 240px;
        align-items: center;
        justify-content: center;
    }

    .kyruus-custom-wrapper .global-nav {
        margin-top: 0px;
    }

    .kyruus-custom-wrapper .global-menu {
        align-items: center;
        justify-content: center;
    }

    .kyruus-custom-wrapper .global-menu li.global-menu-item {
      margin-right: 30px;
    }

    .kyruus-custom-wrapper .global-menu li.global-menu-item:last-child {
      margin-right: 0;
    }

    .kyruus-custom-wrapper .global-menu li.global-menu-item a.global-menu-link {
        font-size: 16px;
        color: #63666a;
        font-weight: 500;
    }
    .kyruus-custom-wrapper .global-menu li.global-menu-item a.cta-button-hero {
        padding: 15px 20px;
        border-radius: 32px;
        line-height: 15px;
        font-size: 14px;
        letter-spacing: .5px;
        text-decoration: none;
        border: 2px solid #00205b;
        color: #00205b;
    }

}
@media (min-width: 961px) {
  .kyruus-custom-wrapper .global-header {
    background-color: #ffffff;
    color: #63666a !important;
    text-align: left;
  }

  .kyruus-custom-wrapper .cta-hero-desktop .cta-button-hero {
    background-color: #ffffff;
    color: #00205b;
    border: 2px solid #00205b;
  }
  .kyruus-custom-wrapper .cta-hero-desktop .cta-button-hero:hover {
    background-color: #d8d8d8;

}
  .kyruus-custom-wrapper .global-header ul{
	color: #63666a !important;
}
  .kyruus-custom-wrapper .global-header-container {
   width: calc(100% - 60px);
   margin: 0 auto;
   max-width: 1500px;
 }
 .kyruus-custom-wrapper .global-header-wrapper {
    padding: 40px 0;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

  .kyruus-custom-wrapper .global-menu {
  display: flex;
  align-items: center;
  font-weight: 500;
}
 .kyruus-custom-wrapper .global-header .branding + .global-menu-item {
    margin-left: 30px;
  }
 .kyruus-custom-wrapper .global-header .branding svg {
  display: block;
}

  .kyruus-custom-wrapper .global-nav .content-container {
  width: auto;
  max-width: auto;
  margin: 0;
  }

  .kyruus-custom-wrapper .global-header .branding {
  max-width: 300px;
  margin-top: 0;
  margin-right: auto;
}
.kyruus-custom-wrapper .global-menu-link {
  font-size: 18px;
}

}



@media (max-width: 767px) {
    .kyruus-custom-wrapper .global-header {
      display: block;
      text-align: center;
      padding:30px;
    }
    .kyruus-custom-wrapper .global-nav{
      clear:both;
      margin-top: 5px;
    }
    .kyruus-custom-wrapper .global-menu li.global-menu-item a.cta-button-hero{
      font-size: 14px;
      border: 1px solid #00205b;

    }
}
@media (max-width: 961px) {

  .kyruus-custom-wrapper .cta-button-hero{
    font-weight: 700;
    padding: 10px 20px;
    font-family: "KyrialSansPro", "Open Sans", sans-serif;

  }
  .kyruus-custom-wrapper .cta-button-hero a{
    font-size:14px;

  }

  .kyruus-custom-wrapper .global-header-logo{
    zoom: 75%;
  }

  .kyruus-custom-wrapper .cta-hero-desktop .cta-button-hero {
    display:none;

}
  .kyruus-custom-wrapper .global-menu-item{
    color:#63666a;
    display: flex;
    justify-content: space-between;

  }
  .kyruus-custom-wrapper .global-menu .global-menu-item{
    align-items: center;
    }
}
 @media (min-width: 961px) and (max-width: 961px) {
   .cta-button-hero {
    padding: 15px 20px;
  }
}

/* END OF HEADER */
/* FOOTER */
.kyruus-custom-wrapper .global-footer{
  background-color: #63666a;
  color: #ffffff;
  padding: 20px 0 60px 0;
  font-weight: 300;
}
.kyruus-custom-wrapper .global-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff !important;
}
.kyruus-custom-wrapper .global-footer a {
  display: block;
  white-space: normal;
  padding: 12px 0;
  color: #ffffff;
}
.kyruus-custom-wrapper .global-footer a:visited {
  display: block;
  white-space: normal;
  padding: 12px 0;
  color: #ffffff;
}

.kyruus-custom-wrapper .global-footer a :first-child {
  padding-top: 0px;
}

.kyruus-custom-wrapper .global-footer a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
.kyruus-custom-wrapper .global-footer .branding {
  width: 220px;
}

.kyruus-custom-wrapper .global-footer .has-social {
  display: flex;
}
.kyruus-custom-wrapper .global-footer .social-link {
  margin-right: 20px;
}
.kyruus-custom-wrapper .global-footer .social-link svg {
  width: 32px;
  height: 33px;
}

.kyruus-custom-wrapper .global-footer .social-link:hover path {
  fill: #d8d8d8;
}
.kyruus-custom-wrapper .global-footer-container {
  padding: 30px;
}

.kyruus-custom-wrapper a.global-footer-icon {
  padding: 0;
}

.kyruus-custom-wrapper a.global-footer-icon path {
  fill: #ffffff;
}
.kyruus-custom-wrapper .global-footer-column {
  margin-bottom: 40px;
}
.kyruus-custom-wrapper .global-footer-column-title {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin-top: 0;
  color: inherit;
  margin-bottom: 20px
}
.kyruus-custom-wrapper .global-footer-column-title a {
  padding: 0;
  font-size: 20px;
  line-height: 1.15;
  color: #FFFFFF;
}
.kyruus-custom-wrapper .global-footer-column-title a:visited {
  color: #ffffff;
}

.kyruus-custom-wrapper .global-footer-column-title a:hover {
  color: inherit;
}
.kyruus-custom-wrapper .global-footer-utility {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
}
.kyruus-custom-wrapper .global-footer-menu-item{
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.kyruus-custom-wrapper .global-footer-menu-item a{
  font-size: 16px;
  font-weight: 300;
  color:#FFFFFF;
}
.kyruus-custom-wrapper .global-footer-menu-item a:visited{
  text-decoration: none;
  color:#ffffff;
}

.kyruus-custom-wrapper .global-footer-utility-item {
  font-size: 16px;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
}

.kyruus-custom-wrapper .global-footer-disclaimer {
  margin-top: 40px;
}
.kyruus-custom-wrapper .global-footer-disclaimer a{
  color:#ffffff;
}
@media (min-width: 601px) {
  .kyruus-custom-wrapper .global-footer .has-branding {
    width: 100%;
  }
  .kyruus-custom-wrapper   .global-footer-wrapper {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
  .kyruus-custom-wrapper .global-footer-column {
    width: calc(50% - 30px);
  }
}
@media (min-width: 961px) {
  .kyruus-custom-wrapper .global-footer {
    padding: 20px 0;
  }
  .kyruus-custom-wrapper .global-footer-container {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1500px;
  }
  .kyruus-custom-wrapper .global-footer-utility-link {
    margin-right: 60px;
    font-size: 16px;
    font-family: "KyrialSansPro", "Open Sans", sans-serif;
  }
  .kyruus-custom-wrapper li:last-child .global-footer-utility-link {
    margin-right: 0;
  }
  .kyruus-custom-wrapper .global-footer-disclaimer {
    margin: 0;
  }
  .kyruus-custom-wrapper .global-footer-column-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .kyruus-custom-wrapper .global-footer-utility {
    flex-direction: row;
    align-items: center;
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  .kyruus-custom-wrapper .global-footer .has-branding {
    width: auto;
    display: block;
  }
  .kyruus-custom-wrapper .global-footer .has-social {
    display: block;
    width: 30px;
  }
  .kyruus-custom-wrapper .global-footer .social-link {
    width: auto;
    margin: 0 0 26px 0;
  }
  .kyruus-custom-wrapper .global-footer-wrapper {
    flex-wrap: nowrap;
  }
  .kyruus-custom-wrapper .global-footer-wrapper {
    flex-wrap: nowrap;
  }
  .kyruus-custom-wrapper .global-footer-column {
    width: auto;
    margin-bottom: 0;
  }
  .kyruus-custom-wrapper .global-footer-logo .global-footer-icon {
    position: relative;
    top: -12px;
  }
}
/* END */
