﻿/*----- Typefaces (via Typekit) -----*/

@font-face {
    font-family: 'League Gothic Regular';
    src: url('Fonts/leaguegothic-regular-webfont.eot');
    src: url('Fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('Fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('Fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.ui, .heading, h1, h2, h3, h4, h5, h6, .metadata, .userMenu, .mainMenu, #impersonate,
#wizardSteps, .widget-contribution-sidebar-widget, .btn, .charityPicker, .details-container,
.alert-paneMsg p, .wizard p, .affinityDetail {
	font-family: 'open-sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

.full-width .mainMenu .navbar-nav > li > a
{
    text-transform: uppercase;
    font-weight: 600;
}


#percentage, .triCol a
{
    font-family: 'League Gothic Regular', sans-serif;
}
.triCol a span
{
    letter-spacing: normal;
    display: block;
    line-height: .85;
    margin-bottom: 0;
}

#percentage
{
    font-size: 120px;
    font-size: 8.0000rem;
    line-height: 1;
    margin-top: 0;
    letter-spacing: -.05em;
}

    #percentage .super
    {
        font-size: 50%;
        position: relative;
        left: 3px; 
    }





/*----- Vertical Grid -----*/

html body {
	font-size: 1rem;
	line-height: 1.66666666666667;
}

/* Headings */


.xxxl
{
    font-size: 75px;
    font-size: 5rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}
h1, .hero-unit h1, .xxl {
	font-size: 45px;
    font-size: 3.00000rem;
    line-height: 1.16666666666667;
    margin-top: 0;
    margin-bottom: .33333333333333em;
	letter-spacing: -.05em;
}
.xlm, #giftTotals .giftBold > div:first-child
{
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 1.25em;
}
h2, .xl {
	font-size: 25px;
    font-size: 1.66666666666667rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1.2em;
}
h3, .med {
	font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.25;
    margin-top: 1.25em;
    margin-bottom: 0em;
}
.wizard h3.text-muted
{
    margin-bottom: .5em;
}
p, ul, .norm, .stepNum {
	font-size: 15px;
	font-size: 1rem;
    margin-top: 0em;
    margin-bottom: 1.66666666666667em;
}
.s-norm, .giftTemplateChoices, #recognitionSummary h5 ~ *,
#designationSummary h5 ~ *, #affinityGroupSummary h5 ~ *, #matchingGiftSummary h5 ~ * {
    font-size: 13px;
    font-size: .833333333333rem;
    line-height: 1.4;
}
small, aside, .sm, .help-block,
label[for="PTOHours"] + div .input-group .input-group-addon {
	font-size: 11px;
    font-size: 0.73333rem;
}
.xs, .plan, .stepNum + a,
.tooltip-inner
{
    font-size: 10px;
    font-size: .66666666666667rem;
}
.super
{
    vertical-align: top;
    position: relative;
    top: 7px;
}




/*----- Leading/Margins -----*/

.leading1 {
	line-height: 1;
}

.btmMar0, body .alert-paneMsg p
{
    margin-bottom: 0px;
    margin-bottom: 0rem;
}
.btmMar0-33 {
	margin-bottom: 5px;
	margin-bottom: .33333333333333rem;
}
.btmMar0-5 {
	margin-bottom: 7.5px;
	margin-bottom: .5rem;
}
.btmMar0-67 {
	margin-bottom: 10px;
	margin-bottom: .66666666666667rem;
}
.btmMar1 {
	margin-bottom: 15px;
	margin-bottom: 1rem;
}
.btmMar1-5 {
	margin-bottom: 22.5px;
	margin-bottom: 1.5rem;
}
.btmMar2 {
	margin-bottom: 30px;
	margin-bottom: 2rem;
}
.btmMar2-5 {
	margin-bottom: 37.5px;
	margin-bottom: 2.5rem;
}
.btmMar3 {
	margin-bottom: 45px;
	margin-bottom: 3rem;
}
.btmMar4
{
    margin-bottom: 60px;
    margin-bottom: 4rem;
}
.topMar0 {
	margin-top: 0;
}
.topMar0-5
{
    margin-top: 7.5px;
    margin-top: .5rem;
}
.topMar1 {
	margin-top: 15px;
	margin-top: 1rem;
}
.topMar2
{
    margin-top: 30px;
    margin-top: 2rem;
}
.topPad1
{
    padding-top: 15px;
    padding-top: 1rem;
}
.topPad2
{
    padding-top: 30px;
    padding-top: 2rem;
}
.topPad3
{
    padding-top: 45px;
    padding-top: 3rem;
}
.btmPad1
{
    padding-bottom: 15px;
    padding-bottom: 1rem;
}
.btmPad2
{
    padding-bottom: 30px;
    padding-bottom: 2rem;
}
.btmPad3
{
    padding-bottom: 45px;
    padding-bottom: 3rem;
}





/*----- Font weights -----*/
.light { font-weight: 300; }
.reg { font-weight: 400; }
.semi { font-weight: 600; }
.bold { font-weight: 700; }
.xbold { font-weight: 800; }



/*----- Font Style -----*/
.caps
{
    text-transform: uppercase;
}




/*----- Justification -----*/
body .txtC { text-align: center; }
body .txtR { text-align: right; }
body .txtL { text-align: left; }

.group:after {
  content: '';
  display: table;
  clear: both;
}