html {
    position: relative;
    min-height: 100%;
    padding-bottom:90px;

}
body {

    background-color: #ffffff;
    margin-bottom: 90px;
}
main {
    padding: 1.5em;
}
.jumbotron {
    padding: 0;
    margin-bottom: 20px;
    color: inherit;
    background-color: #ffffff;
}

/*Text Styles*/
p,
a,
h1,
h2,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #1E396D;
}

.h1, h1 {
    font-size: 24px;
}

.masthead .h2,
.masthead h2 {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 0;
    padding: 0 5px 0 5px;
}
.orange-text {
    color: #fba000;
    cursor: pointer;
}

.green-text {
    color: #1D8010;
    font-weight:bold;
}

.orange-textlarge {
    color: #fba000;
    font-weight: bold;
    font-size: 6em;
}

.orange-text-sm {
    color: #fba000;
    font-weight: bold;
    font-size: 3em;
}

.orange-text a:hover {
    color: #fba000;
    cursor: pointer;
}

.grey-text {
    color: #333333;
    cursor: pointer;
    font-size: 0.8em;

}

.grey-text:hover,
.grey-text:focus {
    color: #333333;
    cursor: pointer;
}

.blue-text {
    color: #1E396D;
    font-weight: bold;
    margin: 30px 5px 0 0;

}

.blue-text-thin {
    color: #1E396D;
    font-weight: 100;
    margin: 30px 5px 0 0;

}

.text-xlg {
    font-size: 25px;
}

.headernavblue-text {
    color: #1E396D;
    font-weight: bold;
    margin: 30px 5px 0 0;
}

.blue-text-only {
    color: #1e396d;
}

.grey-text-muted {
    color: #333333;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.6em;
}

.grey-text-muted:hover,
.grey-text-muted:focus {
    color: #333333;
    cursor: pointer;
}

.widewrapper h2 {
    vertical-align: center;
}
.social {
    text-align: center;
}

.text-right {
    text-align: right;
}

.pagetitle h2 {
    color: #1e73bb;
    font-weight: 100;
    font-size: 3em;
}
.text-understated {
    color: #777777;
    font-style: italic;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}
.pagination-centered {
    text-align: center;
}

.undecorated {
    list-style-type: none;
}

.btn-primary {
    background-color: #1E396D;
}

/*page styling*/

.bluebox {
    background-color: #6CA1CD;
    width: 48.7%;
    margin-right: 1.3%;
    padding: 20px;
}
.orangebox {
    background-color: #EAA847;
    width: 48.7%;
    margin-left: 1.3%;
    padding: 20px;
}

.light-blue-bg {
   background-color: #F4FBFF;
}

.light-orange-bg {
   background-color: #FBF7F1;
}

.light-blue-border {
    border: 3px solid #E7F6FE;
}

.container-home {
    padding-right: 60px;
    padding-left: 60px;
}

.twitter-padding {
    padding: 8px;
}

.tweettext {
    list-style: none;
    color: #fff;
    text-align: left;
    border: 1px dotted #cccccc;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px;
    background-color: #6CA1CD;
    border-radius: 5px;
}
.responsive-image {
    max-width: 100%;
    height: auto;
}

.responsive-banner {
    width: 100%;
    height: auto;
}

.btn-schedule {
  background-color: #1e396d;
  border: 2px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 6px;
}

.btn-schedule:hover {
    background-color: #0069d9;
    color: white;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-account-menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

.fixed-panel {
    min-height: 250px;
    max-height: 250px;
    overflow-y: scroll;
}

.logo-margin {
    margin-top: 50px;
}

.headernav-text {
    color: #555;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.0em;
}

.headernav-text img{
    padding-bottom: 5px;
}

.headernav-homestore {
    color: #777;
    font-size: 0.9em;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 14px;
    color: #1E396D;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #1E396D;
    margin-bottom: 5px;
}

.circle img {
    margin-top: 15px;
    height: 35px;
}

/*Login Page styles*/
.vertical-card-container {
    width:100%;
    display: flex;
    justify-content: center;
}

.login-card-container {
    width:100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
}

.card-border-login {
    border: 2px solid #1E376C;
    border-radius: 5px;
    padding: 15px 10px 15px 10px;
    flex: 1;
    /*flex-grow: 1;*/
    color: #1E376C;
    margin: 5px;
    max-width: 36%;
    font-weight: 500;
}

.card-border-login-link {
    border: 2px solid #1E376C;
    border-radius: 5px;
    padding: 15px 10px 15px 10px;
    flex-grow: 1;
    color: #1E376C;
    margin: 5px;
    max-width: 35%;
    font-weight: 500;
}
.btn-login {
    padding: 1rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    width: 100%;
    border-color: #007bff;
    color: #fff;
    margin-bottom: 10px;
}
.text-login {
   font-weight: 500;
}

.image-login-container {
     display: flex;
     justify-content: center;
}

.image-login {
    max-height: 200px;
    align-items: center;
}

.card-border-login p,
 .card-border-login a,
 .card-border-login li  {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.card-border-login-link:hover {
    background-color: #DAE8EC;
}


.hitbox-extender {
    margin: 5px;
}

.vertical-card {
    border: 2px solid #fba000;
    border-radius: 25px;
    background-color: #DAE8EC;
    padding-bottom: 20px;
    padding-top: 20px;
    /*max-width:33%;*/
}

.vertical-card-header{
    text-align: center;
    font-weight: bold;
    font-size: x-large;
}

.vertical-card-text{
    /*text-align: justify;*/
    font-weight: bold;
}

.locations-card {
    border: 1px solid #bde3ec;
    border-radius: 5px;
    background-color: white;
    color: #1E376C;
    padding: 20px 10px 20px 10px;
    flex-grow: 1;
    max-width:80%;
    margin: 10px;
    justify-content: center;
}

.card-overlap {
    transform: translateY(-150px);
    /*position:absolute;*/
    /*top: 450px;*/
}

.locations-card a {
    color: #1E376C;
}

.location-details {
    margin-top: 30px;
}

.locations-card-links {
    flex-direction: row;
}

.h1-large {
    font-size: 2.25rem;
}

.h1-small {
    font-size: 1.25rem;
}

.locations-card-invisible {
    padding: 20px 10px 20px 10px;
    flex-grow: 1;
    margin: 10px;
}

.card-blue {
    padding: 20px 10px 20px 10px;
    flex-grow: 1;
    margin: 10px;
    background-color: #1E376C;
    color: white;
}

.card-white {
    padding: 20px 10px 20px 10px;
    flex-grow: 1;
    margin: 10px;
    background-color: white;
    color: #1E376C;
}

.card-header-white {
    padding: 5px;
    flex-grow: 1;
    margin: 10px;
    background-color: white;
    color: #1E376C;
}

.card-title {
    text-align: center;
}
.card-title h2 {
    font-size: 2.5rem;
    }

.card-inner {
    padding: 10px;
    margin-bottom: 10px;
}

.card-centered-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card-border {
    border: 2px solid #1E376C;
    border-radius: 5px;
    padding: 25px 10px 25px 10px;
    flex-grow: 1;
    color: #1E376C;
    margin: 10px;
    text-align: center;
    max-width: 45%;
    width: 45%;
}

.dashboard-card {
    border: 2px solid #1E376C;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    flex-grow: 1;
    color: #1E376C;
    text-align: center;
}

.dashboard-card-text {
    font-weight: 600;
    line-height: 1.7;
    color: #1E376C;
}

.card-hours-header{
    font-weight: bold;
    font-size: x-large;
}

.card-hours {
    padding: 10px 0px 35px 0px;
    flex-grow: 1;
    color: #1E376C;
    margin: 0px 0px 0px 50px;
    line-height: 1;
    max-width: 40%;
}

.card-feature {
    padding: 25px 10px 25px 10px;
    flex-grow: 1;
    color: #1E376C;
    margin: 10px;
    text-align: left;
    max-width: 33%;
}

.card-item-header {
    padding: 0px 0px 10px 0px;
    text-align: center;
    font-size: x-large;
}

.wide-btn {
    width:100%;
}

.transparent-btn {
    border-color: #1E396D;
    color: #1E396D;
}

.transparent-btn:hover {
    border-color: #007bff;
    color: #007bff;
}

/*Overriding Default DjangoCMS form styles*/
.form-wrapper .form-control {
    width: auto;
    display: inline;
    height: auto;
}
.form-wrapper .field-wrapper {
    margin: 2em 0;
    padding-bottom: 1em;
    border-bottom: 1px dotted #cccccc;
}
.form-button,
.form-button:hover,
.form-button:focus,
.form-button.focus,
.form-button:active {
    color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #286090 none;
}
/* ****** Main content app forms ******* */
#employment-app fieldset,
#public-refill-wrapper fieldset,
#value-card-app fieldset {
    display: block;
    margin: 1em 0 !important;
    background-color: #f2f2f2;
    padding: 1em;
}
#my-account-wrapper fieldset h2 {
    margin: 0.5em 0 0.7em 0.2em;
}
/* Used on public refill success page */
#public-refill-wrapper h2 {
    margin: 1em 0;
}
#employment-app legend,
#public-refill-wrapper legend,
#value-card-app legend {
    background-color: #ffffff;
    margin-bottom: 0;
    font-size: 1.6em;
    width: auto;
    padding: 0 0.5em;
    color: #1e73bb;
}

#employment-app fieldset > fieldset,
#my-account-wrapper fieldset > fieldset,
#value-card-app fieldset > fieldset {
    display: block;
    margin: 1em 0 !important;
    background-color: #f2f2f2;
    padding: 1em;

}
#employment-app fieldset > fieldset legend,
#my-account-wrapper fieldset > fieldset legend,
#value-card-app fieldset > fieldset legend {
    font-size: 1.6em;
    width: auto;
    padding: 0 0.5em;
    color: #1e73bb;
    border: none;
    background-color: #f2f2f2;
}
/* ****** END main content app forms ******* */
/* *********** Phase 2 Styles ***************** */
h1.blue-heading {
    color: #1e73bb;
    font-weight: 100;
    font-size: 2em;
}
.gray-border-white-box {
    padding: 1% 5%;
    border: 1px solid #f2f2f2;
}
.gray-no-border-box {
    padding: 1em;
    border: none;
    background: #f9f9f9;
}
.small-light-text {
    font-size: 0.9em;
    font-weight: 400;
}
.med-light-text {
    font-size: 1.6em;
    font-weight: 400;
}
.dark-blue-button {
    background-color: #1E376C;
    padding: 0.6em 3em;
    color: #ffffff;
    line-height: 1em;
    border: none;
}
.small-button-padding {
    padding: 0.4em 1em !important;
}
.dark-blue-button:hover {
    background-color: #315c96;
    color: #ffffff;
}
.red-button {
    background-color: #ac0c00;
    padding: 0.6em 3em;
    color: #ffffff;
    line-height: 1em;
    border: none;
}
.red-button:hover {
    background-color: #d60f00;
    text-decoration: none;
}
.divider-bar-left {
    border-left: 2px solid #f2f2f2;
}
.divider-bar-right {
    border-right: 2px solid #f2f2f2;
}
/* *********************************************** */
/* ********* CSS Circle Spinner ************************* */
/*
 Required HTML to make spinner show here:
<div class="spinner" role="alertdialog" aria-busy="true" aria-live="assertive">
    <header>
        Loading...
    </header>
    <div class="spinner-ball" id="spinner-ball-1">
        <div class="inner-ball"></div>
    </div>
    <div class="spinner-ball" id="spinner-ball-2">
        <div class="inner-ball"></div>
    </div>
    <div class="spinner-ball" id="spinner-ball-3">
        <div class="inner-ball"></div>
    </div>
    <div class="spinner-ball" id="spinner-ball-4">
        <div class="inner-ball"></div>
    </div>
    <div class="spinner-ball" id="spinner-ball-5">
        <div class="inner-ball"></div>
    </div>
</div>
/* ********* CSS Line Spinner ************************* */
/*
<div id="linespin">
    <div id="linespin_1" class="linespin"></div>
    <div id="linespin_2" class="linespin"></div>
    <div id="linespin_3" class="linespin"></div>
    <div id="linespin_4" class="linespin"></div>
    <div id="linespin_5" class="linespin"></div>
    <div id="linespin_6" class="linespin"></div>
    <div id="linespin_7" class="linespin"></div>
    <div id="linespin_8" class="linespin"></div>
</div>
 */
.spinner {
    position: relative;
    width: 78px;
    height: 78px;
    margin: 2em auto;
}
.spinner .spinner-ball {
    position: absolute;
    width: 74px;
    height: 74px;
    background-image: url("../images/logos/KinneyK_Circle_icons-02.png");
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite;
}
.spinner .spinner-ball .inner-ball {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(0, 46, 114);
    left: 0px;
    top: 0px;
    border-radius: 10px;
}
.spinner #spinner-ball-1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
    z-index: 6;
}
.spinner #spinner-ball-2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    z-index: 5;
}
.spinner #spinner-ball-3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s;
    z-index: 4;
}
.spinner #spinner-ball-4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
    z-index: 3;
}
.spinner #spinner-ball-5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s;
    z-index: 2;
}
.spinner > header {
    position: absolute;
    font-style: italic;
    font-size: 0.9em;
    display: inline-block;
    width: 78px;
    padding: 30px 0 0 8px;
}
@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }
    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }
    76% {
        opacity: 0;
        transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}
@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }
    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }
    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }
    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }
    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }
    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}
@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }
    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }
    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }
    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }
    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }
    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}
@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }
    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }
    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }
    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }
    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}
@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }
    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }
    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }
    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }
    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }
    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* HTML Needed for line spinner is
<div id="linespin">
    <div id="linespin_1" class="linespin"></div>
    <div id="linespin_2" class="linespin"></div>
    <div id="linespin_3" class="linespin"></div>
    <div id="linespin_4" class="linespin"></div>
    <div id="linespin_5" class="linespin"></div>
    <div id="linespin_6" class="linespin"></div>
    <div id="linespin_7" class="linespin"></div>
    <div id="linespin_8" class="linespin"></div>
</div>
 */
#linespin{
    position:relative;
    width:234px;
    height:28px;
    margin:auto;
}

.linespin{
    position:absolute;
    top:0;
    background-image: url("../images/logos/KinneyK_Circle_icons-03.png");
    width:28px;
    height:28px;
    animation-name:bounce_linespin;
        -o-animation-name:bounce_linespin;
        -ms-animation-name:bounce_linespin;
        -webkit-animation-name:bounce_linespin;
        -moz-animation-name:bounce_linespin;
    animation-duration:1.5s;
        -o-animation-duration:1.5s;
        -ms-animation-duration:1.5s;
        -webkit-animation-duration:1.5s;
        -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
    transform:scale(.3);
        -o-transform:scale(.3);
        -ms-transform:scale(.3);
        -webkit-transform:scale(.3);
        -moz-transform:scale(.3);
    border-radius:19px;
        -o-border-radius:19px;
        -ms-border-radius:19px;
        -webkit-border-radius:19px;
        -moz-border-radius:19px;
}

#linespin_1{
    left:0;
    animation-delay:0.6s;
        -o-animation-delay:0.6s;
        -ms-animation-delay:0.6s;
        -webkit-animation-delay:0.6s;
        -moz-animation-delay:0.6s;
}

#linespin_2{
    left:29px;
    animation-delay:0.75s;
        -o-animation-delay:0.75s;
        -ms-animation-delay:0.75s;
        -webkit-animation-delay:0.75s;
        -moz-animation-delay:0.75s;
}

#linespin_3{
    left:58px;
    animation-delay:0.9s;
        -o-animation-delay:0.9s;
        -ms-animation-delay:0.9s;
        -webkit-animation-delay:0.9s;
        -moz-animation-delay:0.9s;
}

#linespin_4{
    left:88px;
    animation-delay:1.05s;
        -o-animation-delay:1.05s;
        -ms-animation-delay:1.05s;
        -webkit-animation-delay:1.05s;
        -moz-animation-delay:1.05s;
}

#linespin_5{
    left:117px;
    animation-delay:1.2s;
        -o-animation-delay:1.2s;
        -ms-animation-delay:1.2s;
        -webkit-animation-delay:1.2s;
        -moz-animation-delay:1.2s;
}

#linespin_6{
    left:146px;
    animation-delay:1.35s;
        -o-animation-delay:1.35s;
        -ms-animation-delay:1.35s;
        -webkit-animation-delay:1.35s;
        -moz-animation-delay:1.35s;
}

#linespin_7{
    left:175px;
    animation-delay:1.5s;
        -o-animation-delay:1.5s;
        -ms-animation-delay:1.5s;
        -webkit-animation-delay:1.5s;
        -moz-animation-delay:1.5s;
}

#linespin_8{
    left:205px;
    animation-delay:1.64s;
        -o-animation-delay:1.64s;
        -ms-animation-delay:1.64s;
        -webkit-animation-delay:1.64s;
        -moz-animation-delay:1.64s;
}



@keyframes bounce_linespin{
    0%{
    transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_linespin{
    0%{
    -o-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -o-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_linespin{
    0%{
    -ms-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -ms-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_linespin{
    0%{
    -webkit-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -webkit-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_linespin{
    0%{
    -moz-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -moz-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}
/* *********************************************** */
/*Error Styles*/
.errorlist,
.errorlist li {
    margin: 0 !important;
    padding: 0 !important;
}
.errorlist {
    list-style: none;
    list-style-type: none;
}
.required-field,
.error,
.errorlist li {
    color: #b81300;
    font-weight: bold;
}
#non-form-errors .errorlist,
#non-form-errors .errorlist li {
    padding: 0.5em !important;
}
/*Margins and Padding*/
.section-bottom-border {
    border-bottom: 1px dotted #d5d5d5;
    margin-bottom: 1em;
}
.section-padding-lg {
    padding: 2em;
}
.section-padding-md {
    padding: 1em;
}
.section-padding-md {
    padding: 0.5em;
}
.section-margin-lg {
    margin: 2em;
}
.section-margin-bottom-lg {
    margin-bottom: 2em;
}
.section-margin-bottom-sm {
    margin-bottom: 1em;
}

.section-margin-bottom-xsm {
    margin-bottom: 0.5em;
}

.section-margin-bottom-none {
    margin-bottom: 0;
}
.section-margin-md {
    margin: 1em;
}
.section-margin-md {
    margin: 0.5em;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.spacer {
    margin-top: 20px;
}

.opaque {
    opacity: 0.5;
}

/*Skip Link*/
 .skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    }

    a.skip:active,
    a.skip:focus,
    a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    }
/*Top welcome bar*/
.navbar {

}

.mobilenavmenu {
    display: none;
}

.header-nav img {
    max-width: 25px;
    height: auto;
}

.header-nav {
    margin: 0 3px;
}
.header-margin-sm {
    margin-top: 10px;
}

.header-margin-md {
    margin-top: 80px;
}


.masthead-flex {
    display: flex;
    justify-content: space-between;
}

.masthead-logo {
    /*width: 33%;*/
    width: auto;
    display: flex;
    justify-content: center;
    padding-left: 15px;
}

.masthead-search-icons-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.masthead-search {
    align-self: flex-end;
    flex-grow: 1;
    margin: 10px;
    z-index: 9999 !important;
}
.masthead-icons-container {
     display: inline-flex;
}
.masthead-icons {
    width: 50%;
    align-self: flex-end;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

.masthead-icons-in2 {
    align-self: flex-end;
    display: flex;
}

.masthead-icons-welcome {
    align-self: flex-end;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.masthead-welcome {
    color: #1E396D;
    font-weight: bold;
    font-size: larger;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

.masthead-welcome-2 {
    align-self: flex-end;
}

.masthead-homestore {
    font-size: medium;
    color: #595959;
    align-self: center;
}

.masthead-homestore a{
    color: #595959;
}

/*Thrive*/
.circle-background {
    background-image: url("../images/logos/circles.png");
    background-repeat: no-repeat;
    background-position: center;
}

.top-border {
    border-top: 2px solid #ccc;
    padding-top: 5px;
    margin-top: 5px;
}
.my-account-image {
    width: 50px;
    height: 50px;
}

.blue-text-thrive-pad {
    color: #1e396d;
    padding: 0;
}

.platinum-text {
    color: #555;
    font-weight: bold;
    font-size: 1.3em;
    padding: 0.4em;
}

.blue-text-thrive {
    color: #1E396D;
    font-weight: bold;
}

.threeline {
    width: 300px;
    margin: 0 auto;
}

.thrive-well {
    min-height: 20em;
}

.top-thrive-well {
    min-height: 12em;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 2px;

}

.top-pad {
    padding-top: 10%;
}

.row-even {
    background-color: #fff;
}

.row-odd {
    background-color: #ccc;
}

.text-center {
    text-align: center;
}

#id_choice_field {
    list-style-type: none;
}


/*Navigation*/


.navmenu {
   pointer-events: none;
   cursor: default;
}

.toggle, [id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin:0;
    width: 100%;
    text-align: center;
    padding: 0;
    background-color: #1E376C;
    position: relative !important;
    z-index: 9998 !important;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content:"";
    display:table;
    clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    padding:0;
    margin:0;
    list-style: none;
    display:inline-block;
    position: relative;
    }

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display:inline-block;
    float: left;
    background-color: #1E376C;
    }

/* Styling the links */
nav a {
    display:block;
    padding:0 20px;
    color:#FFF;
    font-size:14px;
    text-decoration:none;
    line-height: 60px;
}

nav ul li ul li:hover { background: #1E376C; }

/* Background color change on Hover */
nav a:hover {
    background-color: #1E376C;
    color: #ffffff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 60px;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width:300px;
    float:none;
    display:list-item;
    position: relative;
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top:-60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left:300px;
}


/* Change ' +' in order to change the Dropdown symbol */
nav li > a:after { content:  ' +'; }
nav li > a:only-child:after { content: ''; }


/*Tab Navigation*/

.dashmenu {
    color: #1E376C;
    font-size: 1.3em;

}
.nav-tabs {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
p.narrow {
    width: 100%;
    margin: 10px auto;
}
.liner {
    height: 2px;
    background: #dddddd;
    position: absolute;
    width: 63%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tabs {
    color: #1E376C;
    border: 2px solid #1E376C;
}
.nav-tabs p {
    color: #000000;
    text-align: center;
    margin-bottom: 1em;
    padding: 0;
}
li.active span.round-tabs {
    background: #ffffff !important;
    border: 2px solid #1e73bb;
    color: #1e73bb;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none;
    background: #ffffff;
}
.nav-tabs > li > a:hover {
    border-color: #ffffff;
}
.nav-tabs {
    border: 0;
}
.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}
.nav-tabs > li {
    width: 33%;
}
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    transition: 0.1s ease-in-out;
}
.nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
}
.nav-tabs > li a:hover {
    background: transparent;
}
.tab-pane {
    position: relative;
    padding-top: 50px;
}
.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}
/*Backgrounds*/
.callout-background {
    background-color: #1E376C;
}
.jumbotron.widewrapper {
    background-color: #eeeeee;
}
.col-md-4 .pagetitle {
    background-color: #cccccc;
    height: 100%;
}
/*Google Maps Placeholder*/
#map {
    height: 438px;
    width: 530px;
}
/*Footer*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    border-top: 4px solid #fba000;

}
.footer .row {
    background-color: #1E376C;
    margin: 0;
}
.footer .col-md-4 .well {
    padding: 10px;
    margin: 20px;
    background-color: transparent;
    border-radius: 0;
    border: none;

}
/*Carousel*/
.carousel-inner img {
    margin: auto;
    width: 100%;
}
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: #001A4D;
}
.carousel,
.item,
.active {
    width: 100%;
}
.carousel-inner {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: #1E376C;
}

/*Store Picker*/
.storevaluewrapper {
    width: 100%;
}

/*Wells*/
.solid-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.tall-well {
    min-height: 24em;
}

.medium-well {
    min-height: 9em;
}

.blue-well {
    background-color: #B8E0F9;
    min-height: 20em;
}


@media (max-width: 512px) {
    .hide-on-mobile {
        display: none;
    }
    .card-border {
        max-width: 100%;
        width: 100%;
    }
    .card-feature {
        max-width: 100%;
    }
    .card-title h2 {
        font-size: 2.25rem;
    }

    .locations-card-links {
        flex-direction: column;
    }



}

@media (max-width: 680px) {
    .masthead-icons {
        margin-bottom: 5px;
        margin-top: 5px;
        align-self: stretch;
        justify-content: space-around;
    }
    .masthead-icons-in2 {
        align-self: stretch;
        justify-content: space-around;
        margin-top: 5px;
    }
    .headernav-text {
        display: none;
    }
}

@media (max-width: 768px) {


    .bluebox {
        background-color: #6CA1CD;
        width: 100%;
        margin-right: 0;
        padding: 20px;
    }

    .orangebox {
        background-color: #EAA847;
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }

    .header-margin-sm {
        margin-top: 0px;
    }

    .header-margin-md {
        margin-top: 0px;
    }

    .logo-margin {
        margin-top: 90px;
    }

    .welcome {
        margin-top: 0px;
    }

    /*.headernav-text {*/
    /*    display: none;*/
    /*}*/

    .logo-margin {
        margin-top: 0;
    }

    .locations-card {
        border: 1px solid #bde3ec;
        border-radius: 5px;
        background-color: white;
        color: #1E376C;
        padding: 20px 10px 20px 10px;
        flex-grow: 1;
        max-width: 100%;
        margin: 10px;
        justify-content: center;
    }

    .card-overlap {
        transform: translateY(0px);
    }

    .location-details {
        margin-top: 10px;
    }

    .card-border-login {
        max-width: 90%;
        width: 90%;
    }

    .login-card-container {
        flex-direction: column;
        align-items: center;
    }

    .image-login-container {
        display: none;
    }

      span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head {
        font-size: 20px;
    }
    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .menu-text {
        font-size: 10px;
    }


    .btn-outline-rounded {
        padding: 12px 20px;
    }

    .bluebox {
        background-color: #6CA1CD;
        width: 100%;
        margin-right: 0;
        padding: 20px;
    }
    .orangebox {
        background-color: #EAA847;
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }

        nav ul li {
        display:block;
        width: 94%;
    }
    .divider-bar-left,
    .divider-bar-right {
        border: none;
    }

    .circle-background {
        background-image: none;
    }

}

@media ( max-width: 1000px ) {

    .masthead-flex {
        flex-direction: column;
    }

    .masthead-logo {
        width: 100%;
        justify-content: center;
    }

    .masthead-search-icons-container {
        width: 100%;
        flex-direction: column-reverse;
    }

    .masthead-search {
        width: 100%;

    }

    .masthead-icons {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
        align-self: stretch;
        justify-content: space-around;
    }

    .masthead-icons-in2 {
        align-self: stretch;
        justify-content: space-around;
        margin-top: 5px;
    }

    .masthead-icons-welcome {
        width: 100%;
        margin-bottom: 5px;
    }

    /*.masthead-welcome {*/
    /*    align-self: flex-start;*/
    /*}*/
}


@media ( max-width: 994px ) {

    .bluebox {
        background-color: #6CA1CD;
        width: 100%;
        margin-right: 0;
        padding: 20px;
    }

    .orangebox {
        background-color: #EAA847;
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }

    .circle-background {
        background-image: none;
    }


    .header-margin-md {
        margin-top: 0;
    }

    .card-hours {
        padding: 10px 0px 35px 30px;
        flex-grow: 1;
        color: #1E376C;
        margin: 0px;
        line-height: 1;
        max-width: 100%;
    }

}


@media ( min-width: 1001px )and ( max-width: 1200px ) {

    .masthead-logo {
        width: 33%;
    }

    .masthead-search-icons-container {
        width: 66%;
        flex-direction: column-reverse;
    }

    .masthead-search {
        width: 95%;
    }

    .masthead-icons {
        width: 100%;
        margin-bottom: 10px;
        align-self: stretch;
        justify-content: space-around;
    }

}

@media ( min-width: 768px )and ( max-width: 1200px ) {
    .locations-card {
        border: 1px solid #bde3ec;
        border-radius: 5px;
        background-color: white;
        color: #1E376C;
        padding: 20px 10px 20px 10px;
        flex-grow: 1;
        max-width:90%;
        margin: 10px;
        justify-content: center;
    }
    .card-border-login {
        max-width: 50%;
        width: 50%;
    }

}

@media ( min-width: 1201px )and ( max-width: 1550px ) {
    .masthead-flex {
        display: flex;
        justify-content: space-between;
    }

    .masthead-logo {
        width: auto;
        justify-content: center;
    }

    .masthead-search-icons-container {
        width: 100%;
        justify-content: center;
    }

    .masthead-search {
        flex-grow: 1;
    }

    .masthead-icons {
        width: auto;
    }
}

@media all and (max-width : 768px) {

    nav {
        margin: 0;
        text-align: left;
    }

    nav a {
        line-height: 53px;
    }

    .navmenu {
        display: none;
    }

    .navmenutop {
        /*font-weight: bold;*/
        font-size:17px;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        background-color: #1E376C;
        padding:14px 20px;
        color:#FFF;
        font-size:17px;
        text-decoration:none;
        border:none;
        margin-bottom: 0;

    }
    .toggle:after {
        /*font-family: "Font Awesome 5 Free";*/
        content: "+";
        margin-left: 5px;
    }

   /*.toggle:checked::after {*/
   /*     font-family: "Font Awesome 5 Free";*/
   /*     content: "\f0d8";*/
   /*     margin-left: 5px;*/
   /*     font-weight: 900;*/
   /* } */

    /*.toggle:hover::after {*/
    /*    font-family: "Font Awesome 5 Free";*/
    /*    content: "\f0d8";*/
    /*    margin-left: 5px;*/
    /*    font-weight: 900;*/
    /*}*/

    .toggle:hover {
        /*background-color: #1E376C;*/
        /*background-color: green;*/
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
        line-height: 53px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover {
        background-color: #1e73bb;
    }
    nav ul ul ul a {
        border-left: 3px solid #bde3ec;
        margin-left: 15px;
        /*background-color: #386bad;*/
    }

    nav ul li ul li .toggle,
    nav ul ul a,
  nav ul ul ul a{
        padding:0px 20px;
        color:#FFF;
        font-size:17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        border-left: 3px solid #bde3ec;
        margin-left: 5px;
        /*background-color: #2c5387;*/
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position:static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

}
