﻿/* CSS Document */

/* colors: 
 
    .

*/


/*@font-face {
    font-family: 'gotham';
    src: url('/fonts/gotham-font/web/gothambook-webfont.woff2') format('woff2'), url('/fonts/gotham-font/web/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

iframe.email-signup {
    height: 310px;
    width: 600px;
    max-width: 100%;
    border:none;
}
div.email-widget {text-align:center; font-size: 1.0em;}
    div.email-widget p {
        font-size: 1.25em;
        white-space: normal;
    }
        div.email-widget p.menuHeader {
            color: #221E1F;
            font-size: 1.75em;
        }
    div.email-widget input {

    }

    /*
body.ski-shop-green-initiative .stackblock table,
body.ski-shop-green-initiative .stackblock tbody,
body.ski-shop-green-initiative .stackblock tr {display:block;}
*/
    div.lightbox_fancy, div.fancybox-inner {
        max-width: 700px;
    }

p.heading3 {font-weight:bold; margin: 2em 0 .5em;}
h5 {margin: 0;}

.mediumUltra {
    font-size: 200%;
    font-family: 'Ultra', sans-serif;
    margin: 2% 0;
}

.largeUltra {
    font-size: 250%;
    font-family: 'Ultra', sans-serif;
    margin: 2% 0;
}

.extraLargeUltra {
    font-size: 300%;
    font-family: 'Ultra', sans-serif;
    margin: 5% 0;
}

.mediumAbril {
    font-size: 200%;
    font-family: 'Abril Fatface', sans-serif;
    margin: 2% 0;
}

.largeAbril {
    font-size: 250%;
    font-family: 'Abril Fatface', sans-serif;
    margin: 2% 0;
}

.extraLargeAbril {
    font-size: 280%;
    font-family: 'Abril Fatface', sans-serif;
    margin: 5% 0;
}

.mediumSpartan {
    font-size: 200%;
    font-family: 'League Spartan', sans-serif;
    margin: 2% 0;
}

.largeSpartan {
    font-size: 250%;
    font-family: 'League Spartan', sans-serif;
    margin: 2% 0;
}

.extraLargeSpartan {
    font-size: 280%;
    font-family: 'League Spartan', sans-serif;
    margin: 5% 0;
    font-weight: bold;
    line-height: 1.25;
}

.underlineAccent {
    font-family: Mulish, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 140%;
    color: #000000!important;
    border-bottom: 5px solid #231f20;
    padding-bottom: 5px;
}

.underlineAccent:hover {
    text-decoration: none;
}

.hoverOpac80 {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 1;
}
.hoverOpac80:hover {
    opacity: 0.8;
}

div.calloutTop {
    background-color: #f3f3f4;
}
div.calloutTop > div.contain {
    padding: 1em;
}
div.calloutTop > div.contain > div > p {
        margin: 0;
    }

.float-contain {
    overflow: hidden;
}

.stack {
    padding-top: 4em;
    padding-bottom: 4em;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position:relative;
    letter-spacing: .01em;
}
    .stack.thin {
        padding-top: .5em;
        padding-bottom: .5em;
    }

.stack.footer {padding-top:3em;padding-bottom:0;text-align:left;}

.fixbg {
    background-attachment: fixed;
}

#divMessage .stack {
    padding: 1em 0;
}

.stack > .stack:first-child {
    padding-top: 0;
}
.stack > .stack:last-child {
    padding-bottom: 0;
}

.StackContainer {overflow:hidden;}

div.stackblock {
}

    div.stackblock img.Left,
    div.stackblock img.Right {
        margin-bottom: 20px;
        max-width: 50%;
        display:block;
    }

    div.stackblock img.Left {
        margin-right: 20px;
        float: left;
    }

    div.stackblock img.Right {
        margin-left: 20px;
        float: right;
    }

    .clearfix:after { content: ""; display: table; clear: both; } 


    @media only screen and (max-width : 700px) {
        div.stackblock img.Left,
        div.stackblock img.Right {
            margin: 0 auto 20px;
            max-width: 100%;
            float: none;
        }
    }

    div.stackblock img.center {
        display: block;
        margin: 0 auto 20px;
    }

    div.stackblock ul,
    div.stackblock ol {
        /*display: table;*/
    }

    div.stackblock iframe {max-width:100%;}

    div.stackblock .contRelated {clear:both;}

div.stackblock .image-credit {
    font-size: .8em;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .2em .5em;
    background-color: rgba(255,255,255,0.65);
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #000;
}
    div.stackblock .image-credit a {
        color: #130AD4 !important;
    }

    .lfx_FH,
.lfx_FV {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
 .lfx_FH {-moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); transform: rotateY(180deg);}
 .lfx_FV {-moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); -webkit-transform: rotateX(180deg); transform: rotateX(180deg);}
 .lfx_FH.flip {-moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); transform: rotateY(0deg);}
 .lfx_FV.flip {-moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); -webkit-transform: rotateX(0deg); transform: rotateX(0deg);}


.contain {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    /*overflow: hidden;*/
}
.contain .contain {padding: 0;}
.stack > .contain > h2 {margin-top: 0;}


.sb2col figure { float:left; width:50%; text-align:center; }
.sb3col figure { float:left; width:33%; text-align:center; } 
@media only screen and (max-width : 800px) { 
    .sb2col figure,
    .sb3col figure { float: none; width:100%; } 
}

ul.tabs {margin-bottom: 2em;}
ul.tabs li a {display:block; text-align:center; padding: 1em; background-color: rgba(0,0,0,0.10); border: solid 1px rgba(0,0,0,0.25); border-bottom: none; font-weight: bold;}
ul.tabs li a.active {background-color: transparent;}
div.tabTargets > div {display: none; }
div.tabTargets > div.active {display:block; }

.flexCols {
    display:flex !important; -ms-flex-flow:row wrap; -webkit-flex-flow:row wrap; flex-flow:row wrap; justify-content: space-between;
}
.flexCols > * {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 100%;
    display: block;
}
.flexCols > .flex2 { flex-basis: 50%;}
.flexCols.spaced > .flex2 {max-width: 49%;}
.flexCols > .flex3 { flex-basis: 33%;}
.flexCols.spaced > .flex3 {max-width: 32%;}
.flexCols > .flex4 { flex-basis: 25%;}
.flexCols.spaced > .flex4 {max-width: 24%;}
.flexCols > .flex5 { flex-basis: 20%;}
.flexCols.spaced > .flex5 {max-width: 19%;}
.flexCols.noStretch::after {
        content: "";
        -ms-flex: 100;
        -webkit-flex: 100;
        flex: 100;
    }
@media screen and (max-width: 980px) {
    .flexCols > .flex2,
    .flexCols > .flex3,
    .flexCols > .flex4,
    .flexCols > .flex5 {
        flex-basis: 40%;
    }
    .flexCols.spaced > .flex2,
    .flexCols.spaced > .flex3,
    .flexCols.spaced > .flex4,
    .flexCols.spaced > .flex5 {
        max-width: 49%;
    }
}
@media screen and (max-width: 680px) {
	.flexCols > .flex2,
    .flexCols > .flex3,
    .flexCols > .flex4,
    .flexCols > .flex5 {
		flex-basis: 100%;
		margin: 0 /*0 5px 0*/;
	}
    .flexCols.spaced > .flex2,
    .flexCols.spaced > .flex3,
    .flexCols.spaced > .flex4,
    .flexCols.spaced > .flex5 {
		max-width: 100%;
	}
}

.flexCols > div.pageMenuItem {
    border: .15em solid black;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: .3em 0;
    padding: .7em;
}


.trans-button, .color-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    /*text-transform: uppercase;*/
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .1em;
    /*font-size: 1.1em;*/
    margin: .5em 0;
    vertical-align: middle;
    line-height: normal;
    white-space: normal;
    border: .15em solid #000;
}
.trans-button {
    color: #000;
    background-color: transparent;
    padding: .5em 1em;
    /*    -moz-box-shadow: 2px 2px 5px -2px #000;
    -webkit-box-shadow: 2px 2px 5px -2px #000;
    box-shadow: 2px 2px 5px -2px #000;*/
}
.color-button {
    font-size: 130%;
    padding: 1em 2em;
    min-width: 100%;
    text-align: center;
}
.color-button:hover {
    text-decoration: none;
}
.trans-button.plain {padding: .5em; font-size: inherit; letter-spacing:normal;}

    .trans-button:hover,
    .trans-button.selected:not(.reverse),
    .trans-button.reverse:not(.selected) {
        text-decoration: none;
        color: #fff;
        background-color: #000;
    }

    .trans-button.reverse:hover:not(.selected) {
        color: #000;
        background-color:transparent;
    }


    .trans-button.black {
        color: #000 !important;
        border-color: #000 !important;
    } 
           .trans-button.black:hover {
            color: #fff !important;
            background-color: #000 !important;
        }

    .trans-button.white {
        color: #fff !important;
        border-color: #fff !important;
    }
           .trans-button.white:hover {
            color: #000 !important;
            background-color: #fff !important;
        }

    .trans-button.blank {
        border-color: transparent !important;
        /*background-color: transparent !important;*/
        text-transform: none;
        padding: .5em;
    }





/*Feature Content*/

/*.ArticleEntities {
            background-color: #333333;
        }*/
.ArticleEntities ul {
    margin: 0;
    padding: 0;
    text-align:center;
    width: 100%;
}

    .ArticleEntities ul li {
        width: 100%;
        max-width: 469px;
        display: inline-block;
        /*margin: 30px;*/
        padding: 0;
        margin: 0;
        text-align:left;
    }

        .ArticleEntities ul li a {
            display: block;
            text-decoration: none;
            height: 250px;
            position: relative;
            margin: .75em 1.5em;
        }

            .ArticleEntities ul li a > span {
                position: absolute;
                bottom: 0;
                display: block;
                background-color: rgba(0, 0, 0, 0.5);
                padding: 3%;
                font-size: .6em;
                font-style: italic;
                color: #b5b5b5;
                width: 94%;
            }

            .ArticleEntities ul li a span span {
                font-size: 1.7em;
                font-style: normal;
                color: #ebebeb;
            }

.image-credit {font-size: .8em; position:absolute; bottom: -20px; right: 5px;}


/* ------------------------------------------------------------------------ */
/* START Freestyle
--------------------------------------------------------------------------- */

.fs-color1 {
    color: #f0692e;
}

.fs-color2 {
    color: #2cb0e5;
}

.fs-color3 {
    color: #0a1434;
}

.fs-white {
    color: #ffffff;
}

nobr .fs-white {
    text-shadow: -1px -1px 3px #333;
    background: #ddd;
    display: inline-block;
    padding: .25em .5em;
}

.fs-float-left {
    float: left;
    margin: 0 1.25em .5em 0;
}

.fs-float-right {
    float: right;
    margin: 0 0 .5em 1.25em;
}

.fs-img-border {
    display: inline-block;
    padding: 4px .5em;
    background-color: #fff;
    border: 1px solid #aaa;
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
}

    .fs-img-border img {
        display: block;
    }

.fs-subheadingLG {
    font-size: 1.5em;
    /*background: url(/images/grad1-top-shad.png) repeat-x;
    padding-top: .75em;
    margin-top: 1.5em;
    display: block;
    font-family: arial, "trebuchet MS", trebuchet, verdana;*/
}

.fs-subheadingMED {
    font-size: 1.3em;
    border-top: 1px solid #eee;
    padding-top: .75em;
    margin-top: 1.5em;
    display: block;
    /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
}

.fs-subheadingSM {
    font-size: 1.2em;
    /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
}

.fs-bodyTextLG {
    font-size: 1.1em;
}

.fs-bodyTextSM {
    font-size: .9em;
}

/* ---------------------- */
/* MFT Defaults
------------------------- */


body { /*text-align: center;*/ /*IE6 center page fix*/
    margin: 0;
    line-height: 1.35;
    color: #111111;
    font-size: 16px;
    min-width: 273px;
    /*max-width: 1920px;*/
}

img,
video,
canvas,
object {
    max-width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

a img {
    border: none;
}

embed, object, iframe {
    position: relative;
    z-index: 0;
}

h1 a,
h1 a:hover {
    text-decoration: none;
}

/*h1,
h2,
h3,
p {
    margin: 0 0 .8em 0;
}*/

h1,
h2,
h3 {
    line-height: 1.15;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*th { vertical-align: bottom; }*/
/*td { vertical-align: middle; }*/
blockquote {
    margin-left: 2em;
}

ul {
    margin: 0 0 1em 2em;
    padding: 0 0 0 20px;
    /*list-style-type: square;*/
}
    /*ul li { background: url(/images/bullet.png) top 8px left 0.2em no-repeat; padding: 0 0 0 14px; }*/
    ul li,
    ol li {
        margin-bottom: .5em;
    }

        ol li ol li {
            list-style: lower-alpha;
            margin: .5em 0;
        }

            ol li ol li ol li {
                list-style: lower-roman;
            }

table.data,
table.data-vert {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0 2em;
    background: #fff;
    color: #222222;
}

    table.data tr:hover td {
        background: #f7f7f7;
        cursor: default;
    }

    table.data > tbody > tr > th,
    table.data tbody tr td,
    table.data-vert > tbody > tr > td,
    table.data-vert > tbody > tr > th {
        padding: .5em 1em; /*vertical-align: top;*/
        border: 1px solid #ddd;
    }

    table.data tr:first-child td,
    table.data tr /*:first-child*/ th {
        font-weight: normal;
        background: #eee;
    }

    table.data tr:first-child th {
        vertical-align: bottom;
    }

    table.data.noheader tr:first-child td {
        background: inherit;
        vertical-align: inherit;
    }

    table.data td:first-child,
    table.data-vert th {
        background: #f7f7f7 !important;
    }

table.layout {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0 2em;
}

    table.layout th,
    table.layout td {
        padding: 1em;
        vertical-align: top;
    }

ul.Menu {
}

    ul.Menu li {
    }

    ul.Menu a {
        text-decoration: none;
    }

    ul.Menu.horizontal { /*float:left;*/
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none!important;
        font-weight: bold;
        /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
        font-size: 1.2em;
        text-align: right;
    }

        ul.Menu.horizontal > li {
            display: inline;
            padding: 20px;
            position: relative;
            top: 50%;
            -moz-transform: translateY(50%);
            -ms-transform: translateY(50%);
            -o-transform: translateY(50%);
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
        }

        ul.Menu.horizontal ul {
            display: none;
        }


.nav,
ul.nav ul,
ol.nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav li {
        margin: 0;
        padding: 0;
        background: none;
    }

ol.nav li {
    list-style: none;
}

.nav li a,
.nav li a:hover {
    text-decoration: none;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    height: 0;
    margin: 1em 0;
    display: inline-block;
    width: 100%;
    clear: both;
}

a {
    text-decoration: none; /*color: #555555;  do not make links blend in . . leave default blue for universal recognition except in rare circumstances */
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #000000;
        -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, padding .2s ease-in-out;
        -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, padding .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, padding .2s ease-in-out;
        transition: background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, padding .2s ease-in-out;
    }

.fine-print {
    font-size: .75em;
}



div.callout2 {
    background: #f7f7f7 url(/images/grad1-top-shad.png) repeat-x;
    padding: 3%;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 2em;
}

div.blockquote {
    margin: 40px 5%;
    padding: 25px;
    background: #e2e2e2;
}

/* ------------------------------------------------------------------------ */
/* START Layout
--------------------------------------------------------------------------- */

.fixed {
    position: fixed!important;
}

.absolute {
    position: absolute!important;
}

.relative {
    position: relative!important;
}

.imageScroll {
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}




div.topBar {
    position: relative;
    z-index: 1000;
}

    div.topBar div.contLogoNav {
        margin: 0 auto;
        padding: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }



/* TOP NAV STYLES */
div.contTopNav {
    background: #222222;
}

    div.contTopNav > ul.nav {
        position: relative;
        z-index: 98;
        width: 100%;
        text-align: center;
        max-width: 1150px;
        margin: 0 auto;
        padding: 0;
        font-size: 0;
        line-height: 0;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

    div.contTopNav ul.nav li {
        display: inline-block;
        position: relative;
        margin: 0px;
    }

        div.contTopNav ul.nav li a {
            display: block;
            color: #ffffff;
            line-height: 48px;
            padding: 0 18px;
            font-size: 15px;
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

    div.contTopNav > ul.nav > li.selected > a,
    div.contTopNav > ul.nav > li:hover > a {
        background: #555555;
    }

div.contTopNav > ul.nav > li > ul {
    text-align: left;
    display: block;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 48px;
    left: 0;
    background: #ead4a5;
    z-index: 1001;
    min-width: 100%;
    padding: 0;
    -webkit-transition: all .15s ease-in-out;
    overflow: hidden;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

    div.contTopNav > ul.nav > li:last-child > ul {
        right: 0;
        left: auto;
    }

div.contTopNav > ul.nav > li:hover > ul {
    font-size: 14px;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: auto;
}

    div.contTopNav > ul.nav > li > ul > li {
        display: block;
        margin: 0;
        background: none!important;
    }

        div.contTopNav > ul.nav > li > ul > li a {
            text-transform: uppercase;
        }

        div.contTopNav > ul.nav > li > ul > li > a {
            display: block;
            color: #000000;
            white-space: nowrap;
            font-size: 15px;
            line-height: 1.2;
            padding: 1em 2em;
        }

        div.contTopNav > ul.nav > li > ul > li.selected > a,
        div.contTopNav > ul.nav > li > ul > li:hover > a {
            background: #555555;
        }

        div.contTopNav > ul.nav > li > ul > li > ul {
            display: block;
            padding-bottom: 10px;
        }

            div.contTopNav > ul.nav > li > ul > li > ul > li {
                display: block;
            }

                div.contTopNav > ul.nav > li > ul > li > ul > li > a {
                    display: block;
                    line-height: 1.5;
                    background: #999999;
                    color: #111111;
                    padding-left: 15%;
                    border-left: 10px solid #555555;
                }

                div.contTopNav > ul.nav > li > ul > li > ul > li.selected > a,
                div.contTopNav > ul.nav > li > ul > li > ul > li:hover > a {
                    background: #e2e2e2;
                    border-left: 10px solid #999999;
                }
/* END TOP NAV STYLES */

/*div.bodyContainer { background-color: transparent; }*/

/*div.pageContainer { margin: 0 auto; max-width: 100%; text-align: left; }*/



div.contentContainer {
    padding: 4% 3%; /*display: inline-block;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 1150px;
    text-align: left;
}

#divMainContainer {
    text-align: left;
    background: transparent;
    z-index: auto;
    overflow: hidden;
    position: relative;
    padding: 0;
}
/*overflow: hidden; removed so oscar item image admin popups dont get cut off */
#sideColumn {
    width: 22%;
    float: left;
    /*background-color: #eee;*/
}

#mainColumn {
    float: right;
    width: 76%;
}

/*footer {
    clear: both;
    padding: 0 1em;
    color: #fff;
    overflow: hidden;
    background-color: #222;
    text-align: center;
}



div.getStarted {
    padding: 2% 0;
    text-align: left;
}

    div.getStarted > div {
        margin: 0 auto;
        padding: 2% 7%;
        max-width: 540px;
    }

    div.getStarted .text-button-lg {
        background: #036bb2;
    }

@media only screen and (max-width : 860px) {
    div.getStarted {
        padding: 20px 0;
    }

        div.getStarted > div {
            padding: 20px 7%;
        }
}

div.contactContainer {
    margin: 0;
    text-align: left;
}

    div.contactContainer > div.contactField {
        width: 50%;
        display: inline-block;
        margin: 0 0 10px 0;
        vertical-align: top;
    }

.g-recaptcha {
    display: table;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 450px) {
    #rc-imageselect,
    .g-recaptcha {
        -moz-transform: scale(0.84);
        -ms-transform: scale(0.84);
        -o-transform: scale(0.84);
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
*/

.g-recaptcha-badge-container {
    position:relative;
    float:right;
}
div.g-recaptcha-badge-container iframe {
        max-width: none;
    }
.g-recaptcha-badge-container > div {
    position:absolute;
    right: 0;
}
.g-recaptcha-badge-container > div > div {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    width: 70px;
    height: 60px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 4px #ddd;
    -webkit-box-shadow: 0 0 4px #ddd;
    box-shadow: 0 0 4px #ddd;
    -moz-transition: linear 100ms width;
    -o-transition: linear 100ms width;
    -webkit-transition: linear 100ms width;
    transition: linear 100ms width;
}
.g-recaptcha-badge-container > div > div:hover {
    width: 256px;
}

@media only screen and (max-width : 860px) {
    .g-recaptcha-badge-container {
        float:none;
        margin-top: 10px;
    }
    .g-recaptcha-badge-container > div {
        position: static;
    }
}

footer.stack.footer div.threeWide { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 8% 3%; vertical-align: top; text-align: center; }
    footer.stack.footer div.threeWide b { font-size: 1.65em; font-weight: normal; color: #2cb0e5; font-family: sans-serif, "trebuchet MS", Verdana, Arial, trebuchet; }
    /*footer.stack.footer div.threeWide p { line-height: 2; }*/
    footer.stack.footer div.threeWide a.blue-button { border-color: #2cb0e5; color: #2cb0e5; text-transform: none;
                                                      -moz-box-shadow: none;
                                                      -webkit-box-shadow: none;
                                                      box-shadow: none; }
    footer.stack.footer div.threeWide a.blue-button:hover { border-color: #f4f4f4; color: #0a1434; }
    footer.stack.footer div.threeWide div.sm { font-size: 2.5em; }
    footer.stack.footer div.threeWide div.sm a { color: #2cb0e5; margin: 0 .32em; }
    footer.stack.footer div.threeWide div.sm a:hover { color: #ffffff; }

    footer.stack.footer div.threeWide nav { margin: 1em 0; }
    footer.stack.footer div.threeWide nav ul { text-align: left; }
    footer.stack.footer div.threeWide nav ul li {  }
    footer.stack.footer div.threeWide nav ul li a { padding: 3px 15px; }
    footer.stack.footer div.threeWide nav ul li a:hover { color: #2cb0e5; }

@media only screen and (min-width : 550px) {
    footer.stack.footer div.threeWide { display: inline-block; width: 50%; text-align: left; }
        footer.stack.footer div.threeWide .indent { padding-left: 15px; }
}

@media only screen and (min-width : 1000px) {
    footer.stack.footer div.threeWide { width: 33.33%; }
}



/* BOTTOM NAV STYLES */
/*div.bottomNav { position: relative; z-index: 1; }*/
div.bottomNav ul {
    width: 100%; /*height: 50px;*/
    text-align: center;
    margin: 0; /*padding: 50px 0 30px 0;*/
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

    div.bottomNav ul li {
        display: inline-block;
        position: relative;
        margin: 0 0 0 -6px;
    }

        div.bottomNav ul li a {
            display: block;
            line-height: 50px;
            padding: 0 50px;
            font-size: 14px;
            color: #ffffff;
            font-weight: bold;
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }
        /*div.bottomNav ul li a:hover, */
        div.bottomNav ul li.selected > a,
        div.bottomNav ul li:hover > a {
            background: #FFFFFF;
            color: #111111;
        }

        div.bottomNav ul li ul {
            display: none;
        }

p.logos2 { text-align: center; margin-bottom: 3%; }
p.logos2 a { display: inline-block; *display: inline; vertical-align: middle; margin: 0 1em; }
p.logos2 a span { display: inline-block; text-indent: -999em; }
a.authnet { background: url(/images/icon-authorizenet-secure90x72.png); width: 90px; height: 72px; }
a.blog { background: url(/images/logo-blog.png); width: 136px; height: 104px; }

.copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: .75em;
}

    .copyright,
    .copyright a {
        color: #b5b5b5;
        text-decoration: none;
        padding: 2em 0 5px 0;
    }

        .copyright a:hover {
            color: #cccccc;
        }


            /*.copyright p:first-child {
                float: left;
            }*/

            .transition5 { -webkit-transition: all .5s ease-in-out;
                   -moz-transition: all .5s ease-in-out;
                     -o-transition: all .5s ease-in-out;
                        transition: all .5s ease-in-out; }
        
        div.homeCallouts { position: relative; z-index: 1; clear: both; /*font-size: 0;*/ text-align: center; padding: 20px 20px 0; margin: 0 auto 4em; max-width: 1000px; }
        div.homeCallouts > div { display: inline-block; width: 230px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 5px; font-size: 15px; vertical-align: top; }
        div.homeCallouts > div > a { display: block; text-decoration: none; }
        div.homeCallouts > div > a:hover { text-decoration: underline; }

        div.homeCallouts > div > a > span.callout-top { display: block; padding: 11px 14px 9px; background: #ffffff; }
        div.homeCallouts > div > a > span.callout-top > span.callout-heading { display: block; color: #0a1434; font-weight: bold; font-size: 20px; line-height: 24px;
                                                                                white-space: nowrap; overflow: hidden; }
        div.homeCallouts > div > a > span.callout-top > span.callout-subheading { display: block; color: #2cb0e5; font-weight: bold; font-size: 14px; line-height: 15px;
                                                                                  white-space: nowrap; overflow: hidden; }
        div.homeCallouts > div > a > span.callout-bottom { display: block; position: relative; }
        div.homeCallouts > div > a > span.callout-bottom > span.callout-hover { display: block; position: absolute; top: 0; bottom: 0; right: 0; left: 0; }
        div.homeCallouts > div > a:hover > span.callout-bottom > span.callout-hover { z-index: 10; background: rgba(0,0,0,0.5); }
        div.homeCallouts > div > a > span.callout-bottom > span.callout-hover > span.callout-hover-vertical-align { display: table; width: 100%; height: 100%; }
        div.homeCallouts > div > a > span.callout-bottom > span.callout-hover > span.callout-hover-vertical-align > span.callout-hover-text { display: table-cell; letter-spacing: 2px;
                                                                                                    width: 100%; height: auto; text-align: center; vertical-align: middle; color: #ffffff;
                                                                                                    font-weight: bold; font-size: 16px; padding: 10px 15px; overflow: hidden;
                                                                                                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                                                                                                        filter: alpha(opacity=0);
                                                                                                        -moz-opacity: 0;
                                                                                                        -khtml-opacity: 0;
                                                                                                        opacity: 0; }
        div.homeCallouts > div > a:hover > span.callout-bottom > span.callout-hover > span.callout-hover-vertical-align > span.callout-hover-text { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
                                                                                                        filter: alpha(opacity=1);
                                                                                                        -moz-opacity: 1;
                                                                                                        -khtml-opacity: 1;
                                                                                                        opacity: 1; }
        div.homeCallouts > div > a > span.callout-bottom > img { display: block; }


/* ---------------------- */
/* END Layout
------------------------- */



/* ------------------------------------------------------------------------ */
/* START Custom Form Styles
--------------------------------------------------------------------------- */

.form-FieldsetDescription {
    margin-bottom: 1.25em;
    font-size: 1.125em;
}

.form-commentBox {
    margin-left: 1em;
}

input,
select,
textarea,
button,
.text-button,
.text-button-lg,
.text-button-sm,
.text-buttond {
    padding: .5em;
    background-color: #fbfbfb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::placeholder {
    opacity: 0.4;
    font-size: .8em;
    font-style: italic;
}

input,
select,
textarea,
button {
    border: .15em solid #999;
    /*border-bottom-color: #ddd;
    border-right-color: #ddd;*/
    font: inherit;
    /*line-height: normal;*/
}
.redactorBox.simple .redactor-box {border: .15em solid #ccc;}
/*div.redactor-toolbar{margin-bottom:2em!important;margin:0 0 2em!important;}*/

::placeholder {opacity: 0.45;}
input:hover::placeholder,
textarea:hover::placeholder {
    opacity: 0.75;
}

input[type="text"],
input[type="password"],
input[type="number"],
select,
textarea,
.redactorBox.simple .redactor-box {
    /*-moz-box-shadow: inset 3px 3px 7px -5px #ccc, 2px 2px 3px 0px #9c9c9c;
    -webkit-box-shadow: inset 3px 3px 7px -5px #ccc, 2px 2px 3px 0px #9c9c9c;
    box-shadow: inset 3px 3px 7px -5px #ccc, 2px 2px 3px 0px #9c9c9c;*/
}
input[type="text"]:hover:not(:focus),
input[type="password"]:hover:not(:focus),
select:hover:not(:focus),
textarea:hover:not(:focus),
.redactorBox.simple .redactor-box:hover:not(:focus) {
    border-color: #949494;
}
    input:focus,
    select:focus,
    textarea:focus {
        border-color: #82b7ec;
        border-bottom-color: #c5def7;
        border-right-color: #c5def7;
        -moz-box-shadow: 2px 2px 3px 0px #656565;
        -webkit-box-shadow: 2px 2px 3px 0px #656565;
        box-shadow: 2px 2px 3px 0px #656565;
    }
   

button,
.text-button,
.text-button-lg,
.text-button-sm,
.text-buttond {
    background: #f1f1f1;
    color: #ffffff;
    /*height: 28px;
    height: 29px;*/
    border: none;
}

    .text-button-lg,
    button.large {
        font-size: 1.25em;
        padding: 0 1em;
        background: #777;
        height: 40px;
        font-weight: normal;
        /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
        border: none;
    }

a.text-button-lg,
a.text-buttond.large {
    font-size: 1.15em;
    line-height: 38px;
}

.text-button-sm {
    line-height: 20px;
    height: auto;
    font-size: .8em;
    padding: .4em 1em;
}

a.text-button, a.text-buttond {
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}

.text-buttond {
    background-color: #d01c1c;
    margin: 0 .5em;
}

    .text-button:hover,
    .text-button-lg:hover,
    .text-button-sm:hover,
    .text-buttond:hover,
    button:hover {
        background-color: #e2e2e2;
        color: #000;
    }


/* admin */
.form-container fieldset.form-fields .form-title,
.form-container div.form-fields .form-title {
    font-size: 1.5em;
    padding-left: .7em;
}

/* ---------------------- */
/* END Custom Form Styles
------------------------- */


/* ------------------------------------------------------------------------ */
/* START Custom Module Styles
--------------------------------------------------------------------------- */



/* widgets */
p.widget-heading {
    color: #0a1434;
    font-size: 20px;
    overflow: hidden;
    display: block;
    /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
}

    p.widget-heading span {
        float: left;
    }

    p.widget-heading a {
        float: right;
        display: inline-block;
        background: #fff;
        padding: .25em .5em;
        font-size: 10px;
        text-decoration: none;
    }

        p.widget-heading a:hover {
            background: #ffd51a;
        }

/* news widget */
div.news-widget-container {
    float: right;
    width: 33%;
    margin-left: 10%;
}

div.news-widget-inner {
    height: 210px;
    height: 150px;
}



/* ------------------------------------------------------------------------ */
/* START Checkout Index Styles
--------------------------------------------------------------------------- */

/*span.check label {
    line-height: 40px;
}*/

label.col1 {
    margin: 12px 0;
    font-size: 16px;
    vertical-align: middle;
}

.validationSummary:before {
    content: '\25b2\00a0';
}

.validationSummary {
    color: red;
    font-weight: bold;
}

span.validationSummary {
    margin-left: 31%;
}

    span.validationSummary[style*="inline"] {
        display: block!important;
    }

div.addressContainer {
    width: 65%;
    margin: 0 auto;
    padding: 0 10px;
}




div.headerSectionContainer {
    background: #e2e2e2;
    color: #222222;
    padding: 5px 10px 5px 40px;
    width: 100%;
    margin: 0 0 0 -22.5px;
    position: relative;
}

h3.headerSectionTitleText {
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 19.5px;
}

#divBillingAddress {
    padding: 15px 0;
    margin: 0 auto;
}

.removeShippingAddress {
    text-decoration: none;
    float: right;
    line-height: 35px;
    color: #999;
    font-weight: bold;
    padding: 0 10px;
    background: url('/images/trans60_ffffff.png');
}

    .removeShippingAddress span {
        color: #000;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all.1s ease-in-out;
        -o-transition: all.1s ease-in-out;
        transition: all.1s ease-in-out;
    }

    .removeShippingAddress:hover span {
        color: red;
    }

    .removeShippingAddress:hover {
        color: red;
        background: url('/images/trans80_ffffff.png');
    }

/* ---------------------- */
/* END Checkout Index Styles
------------------------- */

/* ---------------------- */
/* END Custom Module Styles
------------------------- */



/* ------------------------------------------------------------------------ */
/* START Custom Responsive Styles
--------------------------------------------------------------------------- */

/* mobile nav triggers*/
a.menu-toggle {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    background: #111111;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    a.menu-toggle:hover {
        background: #555555;
    }

    a.menu-toggle > span.hamburger {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        position: absolute;
        right: 20px;
        top: 13.5px;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    a.menu-toggle:hover > span.hamburger {
        top: 8.5px;
    }

    a.menu-toggle > span.hamburger > span.burgerLine {
        display: block;
        background: #ffffff;
        height: 3px;
        width: 30px;
        margin: 6px 0;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    a.menu-toggle:hover > span.hamburger > span.burgerLine {
        background: #ffffff;
        margin: 8px 0;
    }

    a.menu-toggle > span.textMenu {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    a.menu-toggle:hover > span.textMenu {
        font-weight: normal;        color: #ffffff;

    }

    a.menu-toggle > span.textMenu:before {
        content: "Menu";
    }


#mobileNav {
    position: fixed;
    top: -1000px;
    left: 0;
    right: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
    padding: 0;
    background: url(/images/trans80_000000.png);
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    #mobileNav > ul {
        padding: 15px 0;
        max-width: 440px;
        margin: 0 auto;
        background: #111111;
    }

    #mobileNav ul li {
    }

        #mobileNav ul li a {
            color: #fff;
            display: block;
            line-height: 50px;
            font-size: 16px;
        }

            #mobileNav ul li.selected a,
            #mobileNav ul li a:hover {
                background: #777777;
            }

    #mobileNav > ul > li > ul {
        margin: 0 10%;
        width: 80%;
        background: url(/images/trans60_000000.png);
    }

/*.page-top { z-index: 1000; display: none; position: fixed; bottom: 4em; right: 0px; text-decoration: none; background: #999999; color: #fff; padding: 1em; font-size: 12px; font-weight: bold; font-family: verdana, sans-serif, "trebuchet MS", trebuchet; }
.page-top:hover { background: #111111; color: #ffffff; }*/

.page-top {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 31px;
    z-index: 999;
    width: 20px;
    height: 16px;
    text-decoration: none;
    background: rgba(17,17,17,0.20) url(/images/page-top.png) center center no-repeat;
    padding: 6px 7px;
    font-size: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px; /* for old Konqueror browsers */
    border-radius: 8px; /* future proofing */
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

    .page-top:hover {
        background-color: rgba(17,17,17,0.40);
    }

/*@media only screen and (min-width : 1920px) {
    .contain {
        padding-left: 77px;
        padding-right: 77px;
    }
}*/

@media only screen and (max-width : 1300px) {
    h1 {
    }

    .noFloat1300 {
        float: none!important;
        display: block;
        margin: 0 auto 10px!important;
        text-align: center!important;
    }
}

@media only screen and (max-width : 1150px) {
    .noFloat1150 {
        float: none!important;
        display: block;
        margin: 0 auto 10px!important;
        text-align: center!important;
    }
}

@media only screen and (max-width : 1000px) {
    .noFloat1000 {
        float: none!important;
        display: block;
        margin: 0 auto 10px!important;
        text-align: center!important;
    }
}

@media only screen and (max-width : 860px) {
    /*body { padding-top: 60px; }*/
    div.contLogo {
    }

    /*a.menu-toggle { display: inline-block; }
    a.menu-toggle.active > span.textMenu:before { content: "close"; }
    #mobileNav.active { top: 0; bottom: 0; padding: 60px 0; z-index: 10000; width: 100%; opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; height: auto; overflow: auto; }*/

    div.contentContainer p {
        text-align: center;
    }

    div.bottomNav ul {
        height: auto;
    }

        div.bottomNav ul li {
            display: block;
        }

       


    /*.popBox {
        width: 92%!important;
        padding: 40px 4%;
    }*/

    .noFloat860 {
        float: none!important;
        display: block;
        margin: 0 auto 10px!important;
        text-align: center!important;
    }
}

@media only screen and (max-width : 760px) {
    .noFloat760 {
        float: none!important;
        display: block;
        margin: 0 auto 10px!important;
        text-align: center!important;
    }
}

@media only screen and (max-width : 660px) {
    .noFloat660 {
        float: none!important;
        display: block;
        margin: 0 auto 10px!important;
        text-align: center!important;
    }
}

@media only screen and (max-width : 550px) {
    .noFloat550 {
        float: none!important;
        display: block;
        margin: 0 auto 10px!important;
        text-align: center!important;
    }
}

@media only screen and (max-width : 450px) {
    .noFloat450 {
        float: none!important;
        display: block;
        margin: 0 auto 10px!important;
        text-align: center!important;
    }
}

@media only screen and (min-width: 701px) {
    .mediumUltra {
        font-size: 300%;
    }

    .largeUltra {
        font-size: 400%;
    }

    .extraLargeUltra {
        font-size: 500%;
    }

    .mediumAbril {
        font-size: 300%;
    }

    .largeAbril {
        font-size: 400%;
    }

    .extraLargeAbril {
        font-size: 560%;
    }

    .mediumSpartan {
        font-size: 300%;
    }

    .largeSpartan {
        font-size: 400%;
    }

    .extraLargeSpartan {
        font-size: 560%;
    }

    .color-button {
        min-width: 500px;
    }

    .contain {
        padding-left: 1em;
        padding-right: 1em;
    }

    iframe.email-signup {
        height: 283px;
    }
}

/* ---------------------- */
/* END Custom Responsive Styles
------------------------- */

