body {
  font-family: 'Effra-Regular', sans-serif;
   color: #000;
}
h1, h2 {
    font-family: 'Effra-Light-Regular', sans-serif;
    color: #00a9e0;
}
.my-profile-template .form-input, .my-profile-template .form-select, .my-profile-template .form-textarea {
    font-family: 'Effra-Regular', sans-serif;
    border-radius: 0;
}

.starter {
  padding: 3rem 1.5rem;
  text-align: center;
}
.container--custom {
    padding: 0 30px 3rem 30px;
}
.navbar--top {
	height: 2.5rem;
    background-color: #00a9e0;
    border-bottom: 1px solid #004b87;
}

.navbar--center {
   /* height: 5rem;*/
    border-bottom: 1px solid  #004b87;
    padding: 0;
}
.navbar--center .container > div /*> div*/{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-right: 0;
}
/*.navbar-center__name {
	border-left: 1px solid #004b87;
	border-right: 1px solid #004b87;
}*/
.search-box__search-input {
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar--bottom {
	border-bottom: 1px solid  #004b87;
    padding: 0;

}

.header-block {
    padding-right: 30px;
    padding-left: 30px;

}
.navbar--bottom a, .header-block a {
    color: #666;
}
ul.inner-nav {
    font-size: 1rem;
    border-bottom: 1px solid #004b87;
}
.inner-nav .nav-link {
    padding: 0.5em 2em;
}
ul.inner-nav a.active {
    border-bottom: 3px solid;
    border-color: #00a9e0;
}    
ul.inner-sub-nav {
	font-size: .8rem;
    border-bottom: 1px solid #004b87;
}
ul.inner-sub-nav a.active{
	font-weight: bold;
}

.fa {
    color: #666;
}

.ad-header {
    font-size: 1.5em;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom: 3px solid #00a9e0;
    margin: 0 25%;
    color: #666;
}
.ad-main {
    padding-top: 1rem;
}
/*.ad-main a {
    color: #f79100;
}*/

/*dt {
    text-align: right;
}*/

.custom-button {
    padding: .75rem 0;
    cursor: pointer;
}

.custom-button--primary {
    background-color: #f79100;
    border-color: #f79100;
    color: #fff;

}
.custom-button--primary.custom-button--bg-invert {
    background-color: #fff;
    border-color: #f79100;
    color: #f79100;
}
.custom-button--secondary {
    background-color: #fff;
    border-color: #001e46;
    color: #001e46;
}
.custom-button--secondary.custom-button--bg-invert {
    background-color: #001e46;
    border-color: #001e46;
    color: #fff;
}
.custom-button--disabled {
    /*background-color: #ccc;
    border-color: #ccc;*/
    opacity: .5;
    cursor: default;
    color: #fff;
}
 hr.divider {
    background-color: #004b87;
}
 hr.divider--grey {

}
 hr.divider--blue {

}
.text--x-small {
    font-size: .8rem;
}
.text--small {
    font-size: .9rem;
}
.text--default {
    font-size: 1rem;
}
.text--large {
    font-size: 1.2rem;
}

.returns-block a {
    color: #f79100;
}
.extras-block h5, .questions-block h5, .returns-block h5 {
    color: #666;
}

a.action-button {
    text-transform: uppercase;
    color: #f79100;
    font-size: .9rem;
    display: inline-block;
}
.status-text {
    color: #00a9e0; 
}
.expander .fa {
    line-height: 1.25rem;
    position: relative;
    z-index: -1;
}
.expander__text {
    color: #666;
    position: relative;
    z-index: 0;
}

.remove-button__icon {
    width: 1.25rem;
}

/*--- GLOBAL - FOOTER ---*/
.footer {
    /*min-height: 270px;*/
    /*padding: 60px 0;*/
    color: #fff;
    background-color: #666;
    font-family: 'Effra-light-Regular', sans-serif;
}
.social-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #a6a6a6;
    padding: 10px;
    padding: 6px 0;
}
.social-icon:hover {
    background-color: #666;
}
.social-icon i {
    color: #fff;
    font-size: 19px;
    vertical-align: top;
}
.footer-nav-block a {
    color: #fff;
    padding: 0;
}
.footer-nav-block a:hover {
    text-decoration: underline;
}
.social-block .nav-item {
    margin: 0 5px;
}


/*--- My Profile - Overview ---*/


.my-profile--overview .overview-block h6 {
    font-size: .8rem;
}
.my-profile--overview .overview-block ul {
    font-size: .8rem;
}
.my-profile--overview .overview-block > div {
	padding-bottom: 30px;
}
.my-profile--overview .overview-block__element {
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #f5f5f5;
}
.my-profile--overview .overview-block__element a {
    color: #666;
}
.my-profile--overview .overview-block__element h6 {
    font-weight: bold;
}

.my-profile--overview .extras-block p {
	font-size: .75rem;
}
.my-profile--overview .extras-block__header {
	padding: 0 0 3rem 0;
}
.my-profile--overview .extras-block__header h5 {
	padding: 0;
	margin: 0;
}


/*--- My Profile - Account ---*/


.my-profile--account dl {
	font-size: .9rem;
    margin: 0;
    padding: 3rem;
}
/*.my-profile--account dt.col-sm-3 {
    text-align: right;
}*/

.my-profile--account .action-button-group {
	font-size: .7rem;
    display: inline-block;
}

.my-profile--account .account-details dl {
    background-color: #fafafa;
}
.my-profile--account .account-details .checkbox-group {
	/*padding-left: 10rem;*/
    padding-top: 2rem;
}
.my-profile--account .account-details dl hr {
    margin-right: 50%;
}

.my-profile--account .auth-contacts dl {
   padding-top: 0;
   padding-bottom: 0;
}
.my-profile--account .auth-contacts dd a.action-button {
    padding-left: 0;
}
.my-profile--account .auth-contacts .checkbox-group {
	/*padding-left: 10rem;*/
    padding-top: 2rem;
}

.my-profile--account .account-info-edit .checkbox-group,
.my-profile--account .authorized-contacts-new .checkbox-group,
.my-profile--account .authorized-contacts-info-edit .checkbox-group {
    /*padding-left: 10rem;*/
    margin-top: 2.2rem;
    padding: 0;
}
/*--- My Profile - Current device ---*/





/*--- My Profile - Store - Order Status ---*/


.track-progress {
    background-color: #fafafa;
}
.track-progress__item {
    border-bottom: 7px solid #cecece;
    padding: 0 0 .5rem 0;
    color: #cecece;
}
.track-progress__item--completed {
    color: #000;
    border-bottom: 7px solid #00a9e0;
}

.questions-block__tabs {
    border: none;
}
.questions-block__tabs li:first-child {
    border-right: 1px solid #004b87;
}
.questions-block__tab-item {
    border-top: 1px solid #004b87;
    border-bottom: 1px solid #004b87;
}

.questions-block__tab-link {
    background-color: #f5f5f5;
    color: #666;
}
.questions-block__tabs a.questions-block__tab-link {
    border: none;
    border-radius: 0;
}
.questions-block__tabs a.questions-block__tab-link.active {
    color: #00a9e0;
}

/*--- My Profile - Store - Order History ---*/


.my-profile--order-history .button--like {
	float: right;
}
.my-profile--order-history .button--down i {
	line-height: 2rem;
}


/*--- My Profile - Store - Favorites ---*/


.favorites-block input {
    max-width: 33px;
    margin: 0 auto;
    border-color: #000;
    color: #000;
}


/*--- My Profile - Store - Favorites ---*/

.my-profile--team .team-block .prescribing-physician {
    background-color: #fafafa;
}
.my-profile--team .team-block .ad-header {
    margin: 0 15%;
}


/*--- My Profile - Store - UnAuthorized landing ---*/


.tiles__container h2 {
    color: #fff;
}
.tiles__container {
    height: 265px;
}
.sign-in-container {
    /*height: 535px;*/
}
.tile-on-hover:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,.8);
}
.tile-on-hover .tile-on-hover__container, .tile-on-hover:before {
    opacity: 0;
}
.tile-on-hover:hover .tile-on-hover__container, .tile-on-hover:hover:before {
    opacity: 1;
}
.tile-on-hover .tile-on-hover__container {
    position: relative;
    z-index: 5;
    display: block;
    max-width: 560px;
    margin: 0 auto;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    text-decoration: none;
    color: #fff;
}
.tile-on-hover {
    position: absolute; 
    top:0;
    font-family: 'Effra-Light-Regular', sans-serif;
}
.tile-on-hover__footer a {
    color: #00a9e0;
}
.tile {
    min-height: 105px;
}

/*--- Errors ---*/
.errors {
    color: rgb(216, 20, 20);
}
.errorHeader {
    text-transform: uppercase;
    color: rgb(216, 20, 20);
            }
.errorHeader:before {
    content: '!';
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 15;
    line-height: 13px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 1px;
    color: blue;
    background: rgb(216, 20, 20);
    border: 3px solid rgb(216, 20, 20);
    text-decoration: none;
    color: white;
}
.required.error {
    border: 1px solid rgb(216, 20, 20) !important;
}
.errorField {
    border: 1px solid rgb(216, 20, 20) !important;
}

/*--- My Profile - Store - Subscription ---*/

.subscription-details-block input.form-control {
    max-width: 33px;
    margin: 0 auto;
    border-color: #000;
    color: #000;
}
.subscription-select-table {

}
.subscription-select-table th, .subscription-select-table tr {
 font-weight: normal;
}
.subscription-select-table th {
    border-top: none;
}
.subscription-select-background {
    background-color: #f5f5f5;
}
.subscription-item__tooltip {
    color: #00a9e0;
}
.subscription-item__tooltip i {
    color: #00a9e0;
}

.insurance-block__item {
    background-color: #fafafa;
}
.required-info {
    color: #f79100;
    margin-top: 1rem;
}
.required-sign {
    color: #f79100;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    .navbar-center__name {
        border-left: 1px solid #004b87;
        border-right: 1px solid #004b87;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }