﻿/* Brand colors:
	Red: #c8102e
	Blue: #4298b5
	Dark Gray: #54585a
	Taupe: #a69f88
	Light Gray: #a8a99e
	Black #0

	Brand fonts:
		Whitney (only use for headings)
		Arial

	Light Blue Variant: #D0E8F0

    Highlight background: lightgoldenrodyellow
*/

html {
    min-height:100%;
}


body {
    min-height: 100%;
    padding-bottom:300px;
}

.main {
    padding-bottom:100px;
}

* {
    font: 10pt Arial, clean, sans-serif;
}

a, a:active {
    text-decoration: none;
    color: #347B92;
}

a:hover {
    text-decoration: underline;
    color: #347B92;
}

.lookupControl {
    width: 400px;
}

/* Halo Integration */
.navbar {
    min-height:77px;
}

.steps li {
    min-height: 84px;
}

.ui-widget-content {
    background: #ffffff !important;
}

@font-face {
    font-family: 'themify2';
    src: url('../fonts/themify.eot?-fvbane');
    src: url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('../fonts/themify.woff?-fvbane') format('woff'), url('../fonts/themify.ttf?-fvbane') format('truetype'), url('../fonts/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/whitneymedium.woff') format('woff');
}

@font-face {
    font-family: 'Whitney Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/whitneybold.woff') format('woff');
}

@font-face {
    font-family: 'Whitney Semibold Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/whitneysemibold.woff') format('woff');
}

@font-face {
    font-family: 'Whitney Book Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/whitneybook.woff') format('woff');
}

@font-face {
    font-family: 'Whitney Light Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/whitneylight.woff') format('woff');
}

footer {
    position:fixed;
    bottom:0;
    width:100%;
    padding-top:15px;
    margin-top:30px;
}


#body-preload {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: .70;
    background: #F5F5F5 url(../images/ajax-loader.gif) center center no-repeat;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify2' !important;
}