﻿.skipnav
{
    text-align:left;
}
.skipnav a{position:absolute; left:-1000px; width:1px; height:1px; overflow:hidden; color:White;}
.skipnav a:focus, .skipnav a:active {position:static; left:0; width:auto; height:auto; overflow:visible; text-decoration:underline; color:White;}

a.wlink{
    color:rgba(252, 252, 252, 0.99); 
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    /*border-color: rgba(252,252,252,1);*/
    text-decoration: none;
    padding-bottom: 2px;
    -webkit-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -moz-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -ms-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -o-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
}

a.wlink:hover{
    color:rgba(235, 235, 235, 0.99); 
    border-color: rgba(252,252,252,1);
    border-bottom-color: rgba(255, 255, 255, 0.99); 
    cursor:pointer !important;
    padding-bottom: 2px;
    border-bottom-width:2px; 
    -webkit-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -moz-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -ms-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -o-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
}

.dmenutopoptions{
    display:flex;
    align-self:top;
    top: 0.25rem;
    margin-top:0.25rem;
    right: 0;
}
.dmenutopoptions span.icon{
    /*font-size: 1.6em;*/
    margin-right: 0.25rem;
    position: relative;
    top: 0.25rem;
    
}
.dmenutopoptions p:first-of-type{
    margin-left: 3.0rem;
    margin-right: 2.0rem;
}
.dmenutopoptions a{
    border-bottom-color: transparent;
    font-size: 1.0rem;
    font-family: 'ProximaNovaA-Semibold', sans-serif;
}
.dmenutopoptions a:hover{
    border-bottom-color: #fc7c84;
    color: #dc495d;
    padding-bottom: 4px;
}

a.rlink{
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    /*border-color: rgba(252,124,132,1);*/
    text-decoration: none;
    color:inherit;
    padding-bottom: 2px;
    -webkit-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -moz-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -ms-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -o-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
}

a.rlink:hover{
    color:rgba(169, 66, 54, 0.99); 
    border-bottom-color: rgba(169, 66, 54, 0.99);
    cursor:pointer !important;
    padding-bottom: 1px;
    border-bottom-width:2px; 
    -webkit-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -moz-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -ms-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    -o-transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
    transition:border-bottom-width 200ms ease, border-color 200ms ease, padding-bottom 200ms ease, color 200ms ease;
}
/*a.rlink
{
    border-bottom:none; 
}

a.rlink:hover 
{
    border-bottom:none; 
}*/

p{  
    font-size: 1rem; 
    line-height: 1.6;  
    margin: 0 0 0.85rem 0; 
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    margin:0;
}

h1{ 
    color: rgba(35,31,32,1); /* $black */
    font-family: 'ProximaNovaA-Light', sans-serif; /* $proximaAltL */
    font-size: 2.5rem; /* @include font-size(xxl) */
    line-height: 1.2; /* @include line-height(sm) */
    margin-bottom: 1.5rem; /* @include text-margin(md) */
}
h2{  
    color: rgba(35,31,32,1); /* $black */
    font-family: 'ProximaNovaA-Regular', sans-serif; /* $proximaAltL */
    font-size: 1.6rem; /* @include font-size(xl) */
    line-height: 1.2; /* @include line-height(sm) */
    margin-bottom: 0.5rem; /* @include text-margin(xs) */
    padding: 0.25rem 0; /* @include element-padding-vertical(sm) */
}
h3{ 
    font-family: 'ProximaNovaA-Regular', sans-serif; /* $proximaAlt */
    font-size: 1.2rem; /* @include font-size(lg) */
    line-height: 1.2;  /* @include line-height(sm) */
    /*margin-bottom: 0.25rem; @include text-margin(sm) */
    padding: 0.15rem 0 0.25rem 0; /* @include element-padding-vertical(xs) */
    width: auto;
}

.AppStep {  
  padding: 10px;  
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.v-stepper {
  position: relative;
}

/* regular step */
.AppStep .circle {
  background-color: white;
  border: 3px solid gray;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.AppStep .line {
    top: 20px;
    left: 9px;
    height: 100%;
    position: absolute;
    border-left: 3px solid gray;
}

.AppStep.completed .circle {
  visibility: visible;
  background-color: rgb(6,150,215);
  border-color: rgb(6,150,215);
}
.AppStep.completed .line {
  border-left: 3px solid rgb(6,150,215);
}

.AppStep.done .circle {
  visibility: visible;
  background-color: Green;
  border-color: rgb(0,153,0);
}
.AppStep.done .tick {
  position:absolute;
  left:8px;
  top:5px;
  height: 9px; 
  width: 4px; 
  border-bottom: 3px solid white; 
  border-right: 3px solid white; 
  transform: rotate(45deg); 
}
.AppStep.done .line {
  border-left: 3px solid rgb(0,153,0);
}

.AppStep.active .circle {
  visibility: visible;
  border-color: rgb(6,150,215);
}

.AppStep.empty .circle {
 visibility : hidden;
}
.AppStep.empty .line {
  top: 0;
  height: 150%;
}

.AppStep:last-child .line {
  border-left: 3px solid white;
  z-index: -1; 
}

.AppStepContent, .AppStepContent.Selected {
  margin-top: -3px;
  margin-left: 17px;
  display: inline-block;
  color:Black;
} 
.AppStepContent.Selected {
  font-weight:bold;
} 


.ui-datepicker {
font-size: 5%;
}

.ui-widget-header {
background: #77CC6D;
}

.ui-widget-content .ui-state-default:hover{
background: #77CC6D;
border-radius: 2px;
}

.fs-7 {
  font-size: 0.8rem; 
}