@charset "utf-8";

@font-face {
    font-family: 'Cuprum';
    src: url('/css/fonts/Cuprum-Regular.eot');
    src: local('☺'), url('/fonts/Cuprum-Regular.woff') format('woff'), url('/fonts/Cuprum-Regular.ttf') format('truetype'), url('/fonts/Cuprum-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html
{
    height:100%;
}

body
{
    height:100%;

}


.clear
{
    clear: both;
}

.customfont {
    font-family: "McFont", Verdana, Tahoma;
}
a.anchor {
    display: block;
    position: relative;
    top: -400px;
    visibility: hidden;
}

#page
{
    min-height: 100%; 

    background: url(/images/runnerFeet.jpg) no-repeat bottom center fixed;

    /*
    background: url(/images/womanRunning.jpg) no-repeat top center fixed;
    */
    /*
    background-image: url(/images/logoOrangeGrey.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

h1, .bottomBorder
{
    border-bottom-color: #555;
    border-bottom-style: solid;
    border-bottom-width:2px;
}

.bottomBorder
{
    margin-bottom: 10px;
}

h1, h2, h3
{
    text-transform: uppercase;

}

.paddedContent.img {
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

/* CSS Document */


/* HEADER CUSTOMIZATION */

#logo ul {
    float: right;
    list-style-type: none;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
}

#logo ul li {
    float: right;
    list-style-type: none;
    vertical-align: bottom;
    padding-right: 5px;
}
.borderAround {
    border: 1px solid #E4E4E4;
    padding: 10px;
    background-color: #F8F8F8;
}


#logo span {
    font-family: 'Cuprum', sans-serif;
    position:relative;
    vertical-align:bottom;
    color: #5e88a1;
    text-transform: uppercase;
    margin-top:80px;
    padding-top: 50px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
    letter-spacing: 1px;
}

img.logo
{
    margin-bottom:0px;
    padding-bottom:0px;
    vertical-align: bottom;
}

/* FOOTER CUSTOMIZATION */


#footer
{
    position: relative;
    bottom: 0px;
    margin-top:0px;
    font-size: 12px;
    color: #333;
    text-align:left;
}

#footer h2
{
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom:20px;
    font-weight: bold;
}
#footer h2 span {
    font-weight: normal;
}

#footer ul {
    padding: 0px;
}

#footer p {
    color: #8ca0a1;
}


#footer li {
    text-align:left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    list-style-type: none;
    margin-top: 8px;
    margin-right: 25px;
    padding-bottom: 8px;
    margin-left: 0px;
    color: #F7f7f7;
}

.footerBox
{

}

#footer li:hover, #footer a:hover {
    color:#09F;
}

#footer a {
    color: #242424;
    text-decoration: none;
}
.copyright {
    margin-left: 30px;
    color:#aeaeae;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
    background-position: top;
    margin-right: 27px;
    margin-top: 15px;
}
#page #footer .sponsors {
    margin-left: 30px;
    padding-right: 15px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 5px;
}
#page #footer .sponsors img {
    padding-right: 20px;
    margin-top: 20px;
    padding-left: 5px;
}


.orangeHeader {
    font-family: 'Cuprum', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #fba922;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    margin-bottom: 5px;
}

.smTextOrange {
    font-family: 'Cuprum', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fba922;
    margin-bottom: 5px;
}
.smTxt {
    font-size: 11px;
    line-height: 11px;
    font-style: italic;
    color: #999999;
}
.form .underlinedTitle {
    padding-top: 10px;
    padding-left: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    line-height: 16px;
    padding-bottom: 8px;
}

.smTextGrey {
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #555555;
    margin-bottom: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding-top: 5px;
}
.legalTxt {
    font-size:12px;
}
.italicsDark {
    font-style: italic;
    color: #333333;
}

ul.dropdown li.lastMenuItem
{
    border:none;
}



/*  CONTENT BOX CHARACTERISTICS */
#content
{
    margin: 40px 0px;
}

.contentBox
{
    /*background-color: white;*/
    background-color: rgba(255,255,255, 0.1);

    /* shadow... */
    /*
         -moz-box-shadow: 3px 3px 4px #000; /* Firefox */
    /*
         -webkit-box-shadow: 3px 3px 4px #000; /* Safari/Chrome */
    /*
         box-shadow: 3px 3px 4px #000; /* Opera and other CSS3 supporting browsers */
    /*
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";/* IE 8 */
    /*
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";/* IE 5.5 - 7 */
}

.paddedContent
{
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}


.paddedSidebar
{
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.mcmillanCoTxt {
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    color: #5e87a1;
    font-size: 18px;
}

.paddedContent .address span {

    color: dd5f18;
    font-weight: bold;
}



/* VERTICAL COLUMNS WITH QUICK LINK TOPICS */

.verticalColumn
{
    position:relative;
    float:left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
    height:300px;
    margin:0px;
    width:156px;
}

.verticalColumn:hover
{
    background-color:#CCCCCC;
    color:#333333;
}

.verticalColumnFirst
{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.verticalColumnLast
{
    border-right:none;
    width:159px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.verticalColumnTitle
{
    padding:10px;
    height: 30px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

.verticalColumnImage
{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #999999;
    border-bottom-color: #999999;

}

.verticalColumnText
{
    padding-left:15px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    line-height: 16px;
    color: #666666;
}

.verticalColumn .readmore img
{
    position:absolute;
    bottom:10px;
}


.spacerMed {
    height: 20px;
}



/* ADMIN CUSTOM */

.adminMenu {
}
ul .adminMenuSub {
    margin-left: 20px;
}

.orangeTxtBold {
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    color: #fd7600;
    font-size: 16px;
}
.greyTxtBoldCopy {
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    color: #666666;
    font-size: 16px;
}
.calculatorBtn {
    float: right;

}
.spacerSm {
    height: 10px;
}
.blueNoteTxt {
    color: #0066FF;
}
.italicLight {
    font-size: 12px;
    font-style: italic;
    color: #666666;
}
.boldLine {
    font-family: 'Cuprum', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #404333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7D7D7;
    padding: 0px;
}
.medTxtEmphasis {
    font-family: 'Cuprum', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #dd5f18;
    line-height: 26px;
}
.SmTxtEmphasis {
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #dd5f18;
    line-height: 26px;
}

.tocItem {
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    padding-left: 0;
    padding-right: 5px;
}
.tocItem ul {
    margin: 0 0 -24px 0;
}
li.tocItem {
    color: #666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    list-style-type: none;
    margin-top: 2px;
    margin-bottom: 2px;
}
li.tocItem:last-child {
    border-bottom: none;
}
li.tocItem a:hover {
    color: #fba922;
}
li.tocItem a {
    text-decoration: none;
    list-style-type: none;
    color: #666666;
}

#footermenu
{
    margin-left: 30px;
}


#footermenu a
{
    color:#09F;
}

td.maxWidth150px img
{
    max-width:150px;
}

td.maxWidth250px img
{
    max-width:250px;
}

td.maxWidth400px img
{
    max-width:400px;
}

tr.maxWidth519px img
{
    max-width:519px
}
.testimonialItIndent {
    font-style: italic;
    margin-left: 15px;
}

.socialIcons {
    margin-top:10px;
    float: right;
    position:relative;
    top:0px;
}

.socialIcons a,  .socialIcons a img
{
    font-size:15px;
    line-height:20px;
    padding:0px;
    height:20px;
}

.socialIcons a {
    margin-left:5px;
    color: #FFFFFF;
    text-decoration: none;
    padding:0px;
}

.socialIcons ul {
    position:relative;
    float: right;
    list-style-type: none;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    padding:0px;
}
#page #header #logo .socialIcons li {
    float: right;
    list-style-type: none;
    /* vertical-align: bottom; */
    padding-right: 6px;
}


.columnContainer
{
    float:left;
    width:100%;
}

.height310
{
    height:300px;
}

.affiliationTxt {
    font-style: italic;
    color: #FFFFFF;
}
.columnCredits {
    float: right;
    width: 140px;
}


/* for forms */

.eventCell {
    float: left;
    width:120px;
    height:20px;
    margin:0px;
    padding:0px;
}


.distanceCell {
    float: left;
    width:100px;
    margin:0px;
    padding:0px;
}

form .eventCell input {
    float: left;
    padding:0px;
    margin-left:0px;
    margin-bottom:0px;
    margin-top:0px;
    margin-right:5px;
}


div.smallEventCell input {
    float: left;
    margin-right:5px;
}

.smallEventCell label {

}

.smallEventCell {
    float: left;
    width:55px;
}


.doubleEventCell {
    float: left;
    width:200px;
}


#trainingTotal, #trainingTotal input
{
    margin-bottom:5px;
    font-size: 18px;
    color: #0099FF;
}

.articleBox
{
    width:300px;
    float:right;
    padding: 5px;
    border: 1px solid #e1e1e1;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background-color: #F2F2F2;
}

.adSlideshow
{
    width:310px;
    height:200px;
}.container .span-8 last .curved contentBox last .paddedContent .affinityList li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.trademarkIconsEtc {
    font-size: 8px;
    vertical-align: super;
}

.affinityList {
    text-decoration: none;
}
.redTxt {
    color: #FD7600;
    font-weight: bold;
}
.tagline {
    font-family: 'Cuprum', sans-serif;
    position:relative;
    vertical-align:bottom;
    color: #5e88a1;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}
li.indentBulletLi {
    list-style-type: square;
    margin-left: 15px;
}

#footer .testimonialHeader
{
    font-family: 'Cuprum', sans-serif;
    color:#FF9900;
    float:left;
    font-size: 18px;
    font-weight: normal;
}

.testimonialAttribution
{
    color:#FF9900;
    font-size: 14px;
    font-style: italic;
}
.companyImgs {
    float: left;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid #E0E0E0;
    width: 200px;
}
.staff {
    margin-bottom: 20px;
}
.staff li {
    list-style-position: inside;
}
.staff .collapse {
    padding-top: 10px;
}
.indent20 {
    margin-left: 20px;
}
.campImg {
    float: none;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid #E0E0E0;
}


#footer a.btn btn-primary:hover,
a.btn btn-primary:hover,
input.btn btn-primary:hover,
input.ecomRemoveButton:hover,
a.ecomRemoveButton:hover {
    color: #FFFFFF;
    background-color: #666666;
    border: 1px solid #999999;
}

.orangeTxtBackgrnd {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #fba922;
    margin-bottom: 5px;
}

.callout
{
    clear:both;
    float:right;
    width:270px;
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    color: #666666;
    background-color: #F2F2F2;
    border: 1px solid #E1E1E1;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom:10px;
    padding-left: 15px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:5px;
}


.callout span
{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #f47621;
    border-bottom: 1px solid #E1E1E1;
    display: block;
    margin-bottom: 6px;
    padding-bottom: 2px;
}
/*div.paddedContent table td
{
        padding-left:5px;
        padding-right:5px;
        border: 1px solid #333;

}
*/
div.form pre.hint, div.form span.pre, .hint
{
    margin: 0.5em;
    color: #999;
    font: 0.9em 'andale mono', 'lucida console', monospace
}

.hint strong, pre.hint strong
{
    color:black;
}
table.inline {
    border: none;
    width: auto;
}
table.inline tbody tr td {
    text-align: center;
    vertical-align: middle;
    width: 100px;
    border: none;
}

select:focus {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9; /* IE6-9 */
}

.subtitle {
    margin-top: -8px;
    margin-bottom: 16px;
}

.headerAd {
    width: 590px;
    height: 150px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.slideshowSlide .caption {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    text-align: right;
    font-weight: bolder;
    color: #fff;
    text-shadow: -1px 1px 2px #000;
}
.slideshowSlide .caption div {
    border-top: 3px solid #fff;
    font-size: 0.5em;
}


.shadow {
    text-shadow: 1px 1px 1px #000;
}

.indentBulletLi.image-thumb {
    min-height: 50px;
    list-style-type: none;
    padding: 0 0 0 50px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40px 40px;
    margin: 15px 0;
}


ul.underlined li
{
    list-style: none;
    margin-top:  2px;
    margin-bottom: 10px;
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
ul.underlined li h2
{
    margin-bottom: 0px;
}

.break
{
    page-break-before: always;
}

.ultra-header {
    position: relative;
    height: 350px;
    /*box-shadow: 3px 3px 4px black;*/
    margin-bottom: 25px;
}

.ultra-header img {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.ultra-header .caption {
    position: absolute;
    color: white;
    font-size: 64px;
    font-weight: bold;
    text-shadow: 4px 4px 12px black;
    bottom: 20px;
    left: 20px;
    border-bottom: none;
}
.ultra-header .caption span {
    display: block;
    font-size: 30px;
}

.ultra-top-clip {
    width:310px;
    height:100px;
    overflow:hidden;
    position: relative;
}
.ultra-top-clip .overlay {
    font-family: 'Cuprum', Helvetica, Arial, sans-serif;
    text-align: right;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 10px;
    font-size: 16px;
    opacity: 1.0;
    background-color: #555;
    background-color: rgba(51, 51, 51, 0.8);
    text-shadow: 1px 1px 1px black;
}
.ultra-top-clip .overlay a {
    display: inline-block;
    text-shadow: none;
}
.ultra-top-clip h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.coaching-option {
    background-color: #ddd;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}


.showMoreToggle
{
    float:left;
    font-size: 16px;
    margin-left: 0px;
    position: relative;
    left:-10px;
}

.hiddenlink
{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";

    /* IE 5-7 */
    filter: alpha(opacity=10);

    /* Netscape */
    -moz-opacity: 0.1;

    /* Safari 1.x */
    -khtml-opacity: 0.1;

    /* Good browsers */
    opacity: 0.1;
}
#calcResults
{
    width: 100%;
}

#coachingAndTrainingTabs ul.nav.nav-tabs
{
    margin-bottom: 0px;

}

#coachingAndTrainingTabs .tab-content
{
    position: relative;
    padding:10px;
    background-color: #fff;
    border-left-color:#ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color:#ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color:#ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


#calcResults .tab-content
{
    position: relative;
    padding:10px;
    background-color: #fff;
    border-top-color:#ddd;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color:#ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color:#ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /*
    border-left-color:#ddd;
    border-left-style: solid;
    border-left-width: 1px;
    */
}

#calcResults .nav-tabs
{
    margin-right: 0px;

}

#localeikkiDiv
{
    min-height: 700px;
}
#localeikkiDiv .panelContent1
{
    min-height: 600px;
}
.featureNotAvailable
{
    width: 100%;
    text-align: center;
    font-size:  18px;
    font-style: italic;
    margin-top:15px;
    margin-bottom:15px;
    color: #09F;

}


.tooltipTitle
{
    color: #fff;
    border-bottom-color:#fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size:  18px;
}

.tooltipContent ul
{
    text-align: left;
    list-style-type: square;
}


.tooltipList
{
    text-align: left;
    list-style-type: square;
}


.videoBorder
{
    border-style: solid;
    border-size: 1px;
    border-color:#555;
}

#content-slider-1 div
{
    text-align: center;
}

.underline
{
    border-bottom:1px solid #555;
    margin-bottom: 5px;
}


ul.squareBullet li
{
    list-style-type: square;
    margin-bottom: 7px;
}

#statusProfile
{
    margin-bottom: 10px;
    position: relative;
}
#statusProfile i
{
    position: relative;
    top: 2px;
}

#floatingStatus h2
{
    color:#555;
    line-height: 20px;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 2px;
    text-align: center;
    border-bottom: 1px solid #F47621;
}

#floatingStatus
{
    margin-left:3px;
    border-color: #555;
    border-style: solid;
    border-width: 1px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    position: fixed;
    z-index: 100;
    /*
    top:60px;
    */
    padding-top:50px;
    right:10px;
    min-height: 60px;
    min-width: 150px;
    max-width: 200px;
    background-color: #fff;
    color:#333;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";

    /* IE 5-7 */
    filter: alpha(opacity=95);

    /* Netscape */
    -moz-opacity: 0.95;

    /* Safari 1.x */
    -khtml-opacity: 0.95;

    /* Good browsers */
    opacity: 0.95;


    /* shadow... */
    -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
    -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
    box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
}

#floatingFeedback
{
    margin-left:3px;
    border-color: #555;
    border-style: solid;
    border-width: 1px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    position: fixed;
    z-index: 100;

    bottom:0px;
    padding-top:10px;
    padding-left:10px;
    padding-bottom: 10px;
    right:10px;

    background-color: #fff;
    color:#333;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";

    /* IE 5-7 */
    filter: alpha(opacity=95);

    /* Netscape */
    -moz-opacity: 0.95;

    /* Safari 1.x */
    -khtml-opacity: 0.95;

    /* Good browsers */
    opacity: 0.95;


    /* shadow... */
    -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
    -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
    box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
}

.statusLabel
{
    float: left;
    width:70px;
    margin-right:10px;
}

.statusHeader
{
    font-weight: bold;
    text-align: center;
}


#productSalesPage
{

}

.accordionCaret
{
    position: relative;
    top:2px;
    margin-right:5px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    /* IE 5-7 */
    filter: alpha(opacity=70);

    /* Netscape */
    -moz-opacity: 0.7;

    /* Safari 1.x */
    -khtml-opacity: 0.7;

    /* Good browsers */
    opacity: 0.7;
}


.featureTable td
{
    text-align: center;
}


.featureTable td li
{
    text-align: left;
    margin-left: 5px;
}



.bestCalc
{

}

.sampleOverlay
{
    position: absolute;
    top:  180px;
    right:50px;
    text-align: center;
    width: 200px;


}

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

ul.articles {
    margin-left: 0;
}

.testimonial div {
    font-size: 14px;
    margin-bottom: 20px;
}
.testimonial h3 {
    margin-top: 10px;
}



h2 i
{
    position: relative;
    top: 7px;
}

.testimonial blockquote
{
    border-left: 5px solid #555;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 16px;
}
.testimonial blockquote p
{
    font-size: 14px;
    line-height: 16px;
}
.testimonial blockquote small
{
    font-size: 12px;
    line-height: 15px;
}


.homePageBox
{
    height:304px; 
    overflow: hidden;
}

.homePageBox h2
{
    margin-top:-10px;
    border-bottom-color: #555;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 10px;
}

#navbarMain .divider-vertical
{
    margin: 0 5px;
}


@charset "utf-8";
/* CSS Document */


.curvedBottom {
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}



.curvedTop {
    border-top-right-radius: 6px;
    -moz-border-top-right-radius:6px;
    -webkit-border-top-right-radius:6px;
    border-top-left-radius: 6px;
    -moz-border-top-left-radius:6px;
    -webkit-border-top-left-radius:6px;
}


.curvedRight {
    border-top-right-radius: 6px;
    -moz-border-top-right-radius:6px;
    -webkit-border-top-right-radius:6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}


.curvedLeft {
    border-top-left-radius: 6px;
    -moz-border-top-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}


.curvedUpperRight {
    border-top-right-radius: 6px;
    -moz-border-top-right-radius:6px;
    -webkit-border-top-right-radius:6px;
}

.curvedLowerRight {
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}


.curvedUpperLeft {
    border-top-left-radius: 6px;
    -moz-border-top-left-radius:6px;
    -webkit-border-top-left-radius:6px;
}



.curvedLowerLeft {
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}


.curved {
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px; 
}



.smallCurve {
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}


@charset "utf-8";
/* CSS Document */


.blackGradient
{
    background:#999;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
    background: -moz-linear-gradient(top,  #333,  #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
} 



.shadow {
    -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
    -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
    box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
    : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}


.transparentWhiteBg50
{
    background-color: rgba(255,255,255,0.5);
}


.transparentWhiteBg90
{
    /*
    background-color\9: #ddd;
    background-color: rgba(255,255,255,0.90);
    
    background color of ads: 
    */
    background-color\9: #ddd;
    background-color: rgba(245,245,245,0.90);

}

.transparent_class70 {

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    /* IE 5-7 */
    filter: alpha(opacity=70);

    /* Netscape */
    -moz-opacity: 0.7;

    /* Safari 1.x */
    -khtml-opacity: 0.7;

    /* Good browsers */
    opacity: 0.7;
}


.transparent_class50 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* IE 5-7 */
    filter: alpha(opacity=50);

    /* Netscape */
    -moz-opacity: 0.5;

    /* Safari 1.x */
    -khtml-opacity: 0.5;

    /* Good browsers */
    opacity: 0.5;
}

.transparent_class90 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

    /* IE 5-7 */
    filter: alpha(opacity=90);

    /* Netscape */
    -moz-opacity: 0.9;

    /* Safari 1.x */
    -khtml-opacity: 0.9;

    /* Good browsers */
    opacity: 0.9;
}


.transparent_class95 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";

    /* IE 5-7 */
    filter: alpha(opacity=95);

    /* Netscape */
    -moz-opacity: 0.95;

    /* Safari 1.x */
    -khtml-opacity: 0.95;

    /* Good browsers */
    opacity: 0.95;
}


.transparent_class80 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

    /* IE 5-7 */
    filter: alpha(opacity=80);

    /* Netscape */
    -moz-opacity: 0.8;

    /* Safari 1.x */
    -khtml-opacity: 0.8;

    /* Good browsers */
    opacity: 0.8;
}



.transparent_class100 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=200)";

    /* IE 5-7 */
    filter: alpha(opacity=100);

    /* Netscape */
    -moz-opacity: 1.0;

    /* Safari 1.x */
    -khtml-opacity: 1.0;

    /* Good browsers */
    opacity: 1.0;
}


input.btn btn-primary, a.btn btn-primary {
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
    background-color:#f47621;
    border:1px solid #666666;
    padding-top:2px;
    padding-right:10px;
    padding-bottom:2px;
    padding-left:10px;
    margin-right:100%;
    margin:3px;
    text-decoration:none;
}
.cartStatus a.btn btn-primary {
    padding:4px;
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
}
input.ecomRemoveButton, a.ecomRemoveButton { background-color:#929496; }
input.ecomBlueButton, a.ecomBlueButton { background-color:#283876; }
.mcOrangeColor { color:#f47621; }
.mcGreenColor { color:#78c143; }
.mcOrangeBg { background-color:#f47621; }
.mcGreenBg { background-color:#78c143; }
.bestCalc .quote {
    font-weight:bold;
    text-transform:uppercase;
    font-size:1.3em;
    font-style:italic;
}
.formclear {
    margin-bottom:10px;
    clear:both;
}
h1 { margin-bottom:10px; }
a.btn, button.btn, input[type="submit"].btn {
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
}
.table thead th {
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
    padding:3px 24px 6px 3px;
    font-size:17px;
}
.table thead th:last-child { padding-right:0; }
.table.table-super-condensed { margin-bottom:5px; }
.table.table-super-condensed input[type="radio"], .table.table-super-condensed input[type="checkbox"] { margin:0; }
.table.table-super-condensed th, .table.table-super-condensed td, .table.table-super-condensed label, .table.table-super-condensed input, .table.table-super-condensed button, .table.table-super-condensed select, .table.table-super-condensed textarea { line-height:14px; }
.table.table-super-condensed td { padding:2px; }
.table.table-super-condensed tr, .table.table-super-condensed td { border:none; }
a.btn-block, button.btn-block, input[type="submit"].btn-block {
    width:100%;
    display:block;
}
.compact-form {
    padding:5px;
    margin:-10px 0;
    background-color:whiteSmoke;
}
.coaching-options {
    background-color:whiteSmoke;
    padding:5px;
    margin-left:20px;
    margin-right:20px;
}
.table-condensed th, .table-condensed td { vertical-align:middle; }
.horizontalCheckBox {
    float:left;
    margin-right:5px;
    display:inline;
}
.indent { padding-left:15px; }
.billingMessage {
    font-size:.8em;
    font-style:italic;
    text-align:left;
}
@media (max-width: 900px) {
    .hidden-900 { display:none !important; }
}
@media (max-width: 980px) {
    .hidden-980 { display:none !important; }
}
@media (max-width: 1100px) {
    .hidden-1280 { display:none !important; }
}
.center { text-align:center; }


.trainingFormHeader
{
    color:#000;  font-family: Calibri; font-size: 18px; text-transform: uppercase; font-weight: bold;
}

#newsletterSignup{
    background-color: #09f;
}
#newsletterSignup .row {
    padding-top: 0px !important;
}
#newsletterSignup p {
    max-width: 310px;
    margin: 0 auto;
    line-height: 26px;
    padding: 10px 13px 0 22px;
    font-size: 20px !important;
}
#newsletterSignup p span {
}
#newsletterSignup img {
    width: 115px;
    float: right;
}

.hideExtraVariable .extraPaceVariable
{
    display:none !important;
}

.hideRateVariable .ratePaceVariable
{
    display:none !important;
}

.hidePaceVariable .paceVariable
{
    display:none !important;
}

@media (max-width: 900px) {

    .hidePhoneExtraVariable .extraPaceVariable
    {
        display:none !important;
    }

    .hidePhoneRateVariable .ratePaceVariable
    {
        display:none !important;
    }

    .hidePhonePaceVariable .paceVariable
    {
        display:none !important;
    }

}

/* training tips */
#trainingTipsArticles .nav-tabs li,
#trainingTipsVideos .nav-tabs li {
    width: 50%;
    text-align: left;
}

.runclubvideo { 
margin-left: auto;
margin-right: auto;
width:590px; 
 }

.runclubcenter { 
margin-left: auto;
margin-right: auto;
text-align: center;
 }