/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* Colors
-----------------------------------------------------------------*/

.white {
    color: #fff !important;
}

.blue {
    color: #004375 !important;
}

.green {
    color: #6b9a40 !important;
}

.dark-grey {
    color: #333 !important;
}

.highlight-blue {
    padding: 2px 5px;
    background-color: #004375;
    color: #FFF;
    border-radius: 2px;
}

.highlight-green {
    padding: 2px 5px;
    background-color: #6b9a40;
    color: #FFF;
    border-radius: 2px;
}

.border-right {
    border-right: 1px dotted rgba(255, 255, 255, 0.4) !important;
    padding-right: 35px;
}

.phone-box {
    font-size: 36px;
    margin-top: 21px !important;
    margin-bottom: 20px !important;
}

a.ext-link {
    font-style: italic;
    text-decoration: underline dotted !important;
    text-decoration-line: underline;
    text-decoration-color: currentColor;
    cursor: pointer;
}

.offset {
	scroll-margin-top : 5em;
}

/* Well
-----------------------------------------------------------------*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


/* Side-panel
-----------------------------------------------------------------*/
.stretched #side-info {
    bottom: 27%;
}

#side-info {
    z-index: 299;
    position: fixed;
    width: 150px;
    height: 60px;
    background-color: transparent;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 99px;