/* Gumby */
/* --------------------------------------------------



    Table of Contents



-----------------------------------------------------



:: Reset & Standards



:: Links



:: Lists



:: Tables



:: Misc



*/
/*	--------------------------------------------------



	:: Global Reset & Standards



	-------------------------------------------------- */
/*



    Eric Meyer's CSS Reset



    http://meyerweb.com/eric/tools/css/reset/



    v2.0 | 20110126



       License: none (public domain)



*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.left, .columns.left {
    float: left;
}

.right, .columns.right {
    float: right;
}

.hide {
    display: none;
}

.highlight {
    background: #ff0;
}

/*=======================================================================







	❤❤❤ Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ❤❤❤







 ========================================================================*/
.ie9, .ie9 * {
    font-family: Arial, "Definitely Not Helvetica", sans-serif !important;
}

body {
    background: #fff;
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-size: .95rem;
    line-height: 1.6;
    color: #555;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/*=====================================================







     Headings







 ======================================================*/
h1, h2, h3, h4, h5, h6 {
    color: #1b1b1b;
    font-weight: bold;
    line-height: 1.6;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 46px;
    font-size: 4.6rem;
    margin-bottom: 0px;
}

h2 {
    font-size: 39px;
    font-size: 3.9rem;
    margin-bottom: 9px;
}

h3 {
    font-size: 29px;
    font-size: 2.9rem;
    margin-bottom: 9px;
}

h4 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 3px;
}

h5 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: normal;
    margin-bottom: 3px;
}

h6 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
}

.subhead {
    color: #777;
    font-weight: normal;
    margin-bottom: 20px;
}

/*=====================================================







     Links & Paragraph styles







     ======================================================*/
p {
    /*font-size: 16px;



    font-size: 1.6rem;*/
    line-height: 1.6;
    margin: 0 0 18px;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 18px;
    font-size: 1.8rem;
}

a {
    color: #0000EE;
    text-decoration: none;
    outline: 0;
    line-height: inherit;
}

a:hover {
    color: #0000EE;
    text-decoration: underline;
}

p a, p a:visited {
    line-height: inherit;
}

/*=====================================================







     Lists







 ======================================================*/
ul, ol {
    margin-bottom: 18px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ol ol {
    margin: 4px 0 5px 30px;
}

li {
    margin-bottom: 4px;
}

ul.large li {
    line-height: 21px;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
    body, p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

em {
    font-style: italic;
    line-height: inherit;
}

strong {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 56.4%;
    line-height: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
    color: #777;
}

/*	Blockquotes  */
blockquote, blockquote p {
    line-height: 20px;
    color: #777;
}

blockquote {
    margin: 0 0 18px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
    color: #555;
}

hr {
    border: 1px solid #ddd;
    clear: both;
    margin: 12px 0 18px;
    height: 0;
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px solid #ddd;
    cursor: help;
}

abbr {
    text-transform: none;
}

/**



	 * Print styles.



 *



 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/



 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)



 */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: sanbeiji.com/archives/953 */
    p a, p a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    p a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/*=======================================================================







	❤❤❤ Genius secreted from the brains of Digital Surgeons. ❤❤❤







 ========================================================================*/
/*=================================================







	+++ LE GRID +++



	A Responsive Grid -- Gumby defaults to a standard 960 grid,



	but you can change it to whatever you'd like.







 ==================================================*/
.container {
    padding: 0px 20px;
}

.row {
    width: 100%;
    max-width: 1000px;
    min-width: 720px;
    margin: 0 auto;
}

/* To fix the grid into a different size, set max-width to your desired width */
.row .row {
    min-width: 0px;
}

.column, .columns {
    margin-left: 2.127663%;
    float: left;
    min-height: 45px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column:first-child, .columns:first-child, .alpha {
    margin-left: 0px;
}

.column.omega, .columns.omega {
    float: right;
}

/*** Removed because it is usually annoying ***







 [class*="column"] + [class*="column"]:last-child { float: right; }







***/
.row .one.columns {
    width: 4.255326%;
}

.row .two.columns {
    width: 10.638315%;
}

.row .three.columns {
    width: 17.021304%;
}

.row .four.columns {
    width: 25.404293%;
}

.row .five.columns {
    width: 29.787282%;
}

.row .six.columns {
    width: 36.170271%;
}

.row .seven.columns {
    width: 42.55326%;
}

.row .eight.columns {
    width: 48.936249%;
}

.row .nine.columns {
    width: 55.319238%;
}

.row .ten.columns {
    width: 63.829999%;
}

.row .eleven.columns {
    width: 70.085216%;
}

.row .twelve.columns {
    width: 74.468205%;
}

.row .thirteen.columns {
    width: 80.851194%;
}

.row .fourteen.columns {
    width: 87.234183%;
}

.row .fifteen.columns {
    width: 93.617172%;
}

.row .sixteen.columns {
    width: 100%;
}

/*** Formula: Column Width + Twice the Default Margin ***/
.row .push_one {
    margin-left: 8.510652%;
}

.row .push_two {
    margin-left: 14.893641%;
}

.row .push_three {
    margin-left: 21.27663%;
}

.row .push_four {
    margin-left: 27.659619%;
}

.row .push_five {
    margin-left: 34.042608%;
}

.row .push_six {
    margin-left: 40.425597%;
}

.row .push_seven {
    margin-left: 46.808586%;
}

.row .push_eight {
    margin-left: 53.191575%;
}

.row .push_nine {
    margin-left: 59.574564%;
}

.row .push_ten {
    margin-left: 65.957553%;
}

.row .push_eleven {
    margin-left: 72.340542%;
}

.row .push_twelve {
    margin-left: 78.723531%;
}

.row .push_thirteen {
    margin-left: 85.10652%;
}

.row .push_fourteen {
    margin-left: 91.489509%;
}

.row .push_fifteen {
    margin-left: 97.872498%;
}

/* Centering Columns is fun */
.row .one.centered {
    margin-left: 47.872424%;
}

.row .two.centered {
    margin-left: 44.680929%;
}

.row .three.centered {
    margin-left: 41.489434%;
}

.row .four.centered {
    margin-left: 38.297939%;
}

.row .five.centered {
    margin-left: 35.106444%;
}

.row .six.centered {
    margin-left: 31.914949%;
}

.row .seven.centered {
    margin-left: 28.723454%;
}

.row .eight.centered {
    margin-left: 25.531959%;
}

.row .nine.centered {
    margin-left: 22.340464%;
}

.row .ten.centered {
    margin-left: 19.148969%;
}

.row .eleven.centered {
    margin-left: 15.957474%;
}

.row .twelve.centered {
    margin-left: 12.765979%;
}

.row .thirteen.centered {
    margin-left: 9.574484%;
}

.row .fourteen.centered {
    margin-left: 6.382989%;
}

.row .fifteen.centered {
    margin-left: 3.191495%;
}

/*** Formula: Column Width + Default Margin ***/
.row .push_one:first-child {
    margin-left: 6.382989%;
}

.row .push_two:first-child {
    margin-left: 12.765978%;
}

.row .push_three:first-child {
    margin-left: 19.148967%;
}

.row .push_four:first-child {
    margin-left: 25.531956%;
}

.row .push_five:first-child {
    margin-left: 31.914945%;
}

.row .push_six:first-child {
    margin-left: 38.297934%;
}

.row .push_seven:first-child {
    margin-left: 44.680923%;
}

.row .push_eight:first-child {
    margin-left: 51.063912%;
}

.row .push_nine:first-child {
    margin-left: 57.446901%;
}

.row .push_ten:first-child {
    margin-left: 63.82989%;
}

.row .push_eleven:first-child {
    margin-left: 70.212879%;
}

.row .push_twelve:first-child {
    margin-left: 76.595868%;
}

.row .push_thirteen:first-child {
    margin-left: 82.978857%;
}

.row .push_fourteen:first-child {
    margin-left: 89.361846%;
}

.row .push_fifteen:first-child {
    margin-left: 95.744835%;
}

img, object, embed {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img {
    max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    zoom: 1;
}

/*=======================================================================







	❤❤❤ Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ❤❤❤







 ========================================================================*/
/*==================================================







	+++ Grid +++







===================================================*/
/* Mobile */
@media only screen and (max-width: 480px) {
    /* Style adjustments for viewports 480px and under go here */
    .row {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row .row .column, .row .row .columns {
        padding: 0;
    }

    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .column:last-child, .columns:last-child {
        margin-right: 0;
        float: none;
    }

    .row .row .column, .row .row .columns {
        padding: 0;
    }

    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .column:last-child, .columns:last-child {
        margin-right: 0;
        float: none;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    [class*="column"]:before, [class*="column"]:after {
        display: table;
    }

    [class*="column"]:after {
        clear: both;
    }

    .push_one, .push_two, .push_three, .push_four, .push_five, .push_six, .push_seven, .push_eight, .push_nine, .push_ten, .push_eleven, .centered {
        margin-left: 0% !important;
    }
}





/*=======================================================================







	❤❤❤ A Beautifully Responsive UI Kit. Perfected by Digital Surgeons. ❤❤❤







 ========================================================================*/
/*=======================================================================







	Buttons







 ========================================================================*/
.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 0 20px 0;
    -webkit-box-shadow: inset 0 1px 1px #fff,
    0 1px 2px rgba(0, 0, 0, 0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
    box-shadow: inset 0 1px 1px #fff,
    0 1px 2px rgba(0, 0, 0, 0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eee 0%, #ccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eee 0%, #ccc 100%); /* IE10+ */
    background: linear-gradient(top, #eee 0%, #ccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
}

.btn:hover {
    -webkit-box-shadow: inset 0 1px 1px #fff,
    0 1px 2px rgba(0, 0, 0, 0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
    box-shadow: inset 0 1px 1px #fff,
    0 1px 2px rgba(0, 0, 0, 0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #ddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #ddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #ddd 100%); /* IE10+ */
    background: linear-gradient(top, #fff 0%, #ddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0); /* IE6-9 */
}

.btn a, .btn:hover a {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 1px #fff;
}

.btn:hover a {
    line-height: inherit;
}

.btn:active {
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #ddd 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ddd 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ddd 0%, #fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ddd 0%, #fff 100%); /* IE10+ */
    background: linear-gradient(top, #ddd 0%, #fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.btn.primary {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #7d180a;
    background: #c54224; /* Old browsers */
    background: -moz-linear-gradient(top, #ef6638 0%, #b62918 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef6638), color-stop(100%, #b62918)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef6638 0%, #b62918 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef6638 0%, #b62918 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef6638 0%, #b62918 100%); /* IE10+ */
    background: linear-gradient(top, #ef6638 0%, #b62918 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef6638', endColorstr='#b62918', GradientType=0); /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px #fb926a,
    0 1px 2px rgba(0, 0, 0, 0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
    box-shadow: inset 0 1px 1px #fb926a,
    0 1px 2px rgba(0, 0, 0, 0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.primary:hover {
    line-height: 56px;
    background: #ed754e; /* Old browsers */
    background: -moz-linear-gradient(top, #ed754e 0%, #c93e23 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed754e), color-stop(100%, #c93e23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ed754e 0%, #c93e23 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ed754e 0%, #c93e23 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ed754e 0%, #c93e23 100%); /* IE10+ */
    background: linear-gradient(top, #ed754e 0%, #c93e23 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed754e', endColorstr='#c93e23', GradientType=0); /* IE6-9 */
}

.btn.primary a, btn.primary:hover a {
    color: #fff;
    text-shadow: 0 1px 2px #6f1c0e,
    0 1px 0 #6f1c0e;
}

.btn.primary:active {
    background: #ed754e; /* Old browsers */
    background: -moz-linear-gradient(top, #c93e23 0%, #ed754e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c93e23), color-stop(100%, #ed754e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c93e23 0%, #ed754e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c93e23 0%, #ed754e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c93e23 0%, #ed754e 100%); /* IE10+ */
    background: linear-gradient(top, #c93e23 0%, #ed754e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93e23', endColorstr='#ed754e', GradientType=0); /* IE6-9 */
}

.btn.secondary {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    border-color: #1d692d;
    -webkit-box-shadow: inset 0 1px 1px #94dda6,
    0 1px 2px rgba(0, 0, 0, 0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
    box-shadow: inset 0 1px 1px #94dda6,
    0 1px 2px rgba(0, 0, 0, 0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
    background: #5dbb73; /* Old browsers */
    background: -moz-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dbb73), color-stop(100%, #2d9047)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* IE10+ */
    background: linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbb73', endColorstr='#2d9047', GradientType=0); /* IE6-9 */
}

.btn.secondary:hover {
    background: #68ce80; /* Old browsers */
    background: -moz-linear-gradient(top, #68ce80 0%, #3cae5a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68ce80), color-stop(100%, #3cae5a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #68ce80 0%, #3cae5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #68ce80 0%, #3cae5a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #68ce80 0%, #3cae5a 100%); /* IE10+ */
    background: linear-gradient(top, #68ce80 0%, #3cae5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68ce80', endColorstr='#3cae5a', GradientType=0); /* IE6-9 */
}

.btn.secondary a, .btn.secondary:hover a {
    color: #fff;
    text-shadow: 0 1px 2px #114a1e,
    0 1px 0 #114a1e;
}

.btn.secondary:active {
    background: #68ce80; /* Old browsers */
    background: -moz-linear-gradient(top, #3cae5a 0%, #68ce80 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3cae5a), color-stop(100%, #68ce80)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3cae5a 0%, #68ce80 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3cae5a 0%, #68ce80 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3cae5a 0%, #68ce80 100%); /* IE10+ */
    background: linear-gradient(top, #3cae5a 0%, #68ce80 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cae5a', endColorstr='#68ce80', GradientType=0); /* IE6-9 */
}

.btn.tertiary {
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    border-color: #c19114;
    background: #feeeb8; /* Old browsers */
    background: -moz-linear-gradient(top, #feeeb8 0%, #fed554 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feeeb8), color-stop(100%, #fed554)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feeeb8 0%, #fed554 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #feeeb8 0%, #fed554 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #feeeb8 0%, #fed554 100%); /* IE10+ */
    background: linear-gradient(top, #feeeb8 0%, #fed554 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feeeb8', endColorstr='#fed554', GradientType=0); /* IE6-9 */
    -webkit-box-shadow: inset 0 2px 2px #fef9e9,
    inset 0 -3px 5px #fcaa20,
    0 1px 2px rgba(0, 0, 0, 0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
    box-shadow: inset 0 2px 2px #fef9e9,
    inset 0 -3px 5px #fcaa20,
    0 1px 2px rgba(0, 0, 0, 0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
}

.btn.tertiary:hover {
    background: #fef4d3; /* Old browsers */
    background: -moz-linear-gradient(top, #fef4d3 0%, #fcde7e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fef4d3), color-stop(100%, #fcde7e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fef4d3 0%, #fcde7e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fef4d3 0%, #fcde7e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fef4d3 0%, #fcde7e 100%); /* IE10+ */
    background: linear-gradient(top, #fef4d3 0%, #fcde7e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef4d3', endColorstr='#fcde7e', GradientType=0); /* IE6-9 */
    -webkit-box-shadow: inset 0 2px 2px #fef9e9,
    inset 0 -3px 5px #fdc841,
    0 1px 2px rgba(0, 0, 0, 0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
    box-shadow: inset 0 2px 2px #fef9e9,
    inset 0 -3px 5px #fdc841,
    0 1px 2px rgba(0, 0, 0, 0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
}

.btn.tertiary a, .btn.tertiary:hover a {
    color: #6a4a00;
    text-shadow: 0 1px 2px #fff;
}

.btn.tertiary:active {
    background: #fef4d3; /* Old browsers */
    background: -moz-linear-gradient(top, #fcde7e 0%, #fef4d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcde7e), color-stop(100%, #fef4d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcde7e 0%, #fef4d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcde7e 0%, #fef4d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcde7e 0%, #fef4d3 100%); /* IE10+ */
    background: linear-gradient(top, #fcde7e 0%, #fef4d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcde7e', endColorstr='#fef4d3', GradientType=0); /* IE6-9 */
}

.oval {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.btn.submit input {
    font: 16px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    color: #444;
    text-shadow: 0 1px 1px #fff;
    border: none;
    margin: 0;
    cursor: pointer;
}

.btn.submit {
    text-align: center;
}

.btn.left {
    text-align: left;
    text-indent: 12px;
}

/*=====================================================================







 Resize your buttons (Works in conjunction with .primary, .secondary,



 .tertiary button styles as well!)







 =======================================================================*/
.small.btn {
    font-size: 12px;
    line-height: 24px !important;
    height: 24px;
}

.medium.btn {
    font-size: 16px;
    line-height: 40px !important;
    height: 40px;
}

.large.btn {
    font-size: 30px;
    line-height: 65px !important;
    height: 65px;
}

/* Mobile Buttons */
@media only screen and (max-width: 767px) {
    .btn {
        display: block;
    }

    button.btn {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn.primary, .btn.secondary, .btn.tertiary, .btn.large {
        width: 100% !important;
    }

    .btn.medium {
        min-width: 75% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 939px) {
    /* Style adjustments for viewports between 768px and 940px */
    .btn.shrink a {
        font-size: 90%;
    }
}

/* Correct FF button padding, thx ZURB */
@-moz-document url-prefix(http://) {
    input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    input[type=submit].small.button {
        padding: 7px 20px 8px;
    }
    input[type=submit].medium.button {
        padding: 8px 34px 9px;
    }
    input[type=submit].large.button {
        padding: 9px 48px 10px;
    }
}

/*	--------------------------------------------------



	Alerts



	-------------------------------------------------- */
div.alert-box {
    display: block;
    padding: 6px 7px;
    font-weight: bold;
    font-size: 13px;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.9);
    position: relative;
}

.alert-box.success {
    background-color: #7fae00;
    color: #fff;
    text-shadow: 0px -1px rgba(0, 0, 0, 0.3);
}

.alert-box.warning {
    background-color: #c08c00;
    color: #fff;
    text-shadow: 0px -1px rgba(0, 0, 0, 0.3);
}

.alert-box.error {
    background-color: #c00000;
    color: #fff;
    text-shadow: 0px -1px rgba(0, 0, 0, 0.3);
}

.alert-box a.close {
    color: #000;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 18px;
    opacity: 0.2;
    padding: 4px;
}

.alert-box a.close:hover {
    opacity: 0.4;
}

/*=======================================================================







    Pagination







 ========================================================================*/
.pagination ul {
    display: block;
    height: 24px;
    margin-left: -5px;
}

.pagination ul li {
    float: left;
    display: block;
    height: 24px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}

.pagination .page-numbers {
    display: block !important;
    padding: 6px 7px 4px !important;
    color: #555 !important;
}

.pagination .current, 
.pagination li:hover a {
    border-bottom: solid 2px #00a6fc;
    color: #141414;
}

.pagination .dots {
    cursor: default;
    color: #999;
}



/*=======================================================================







    Tabs







 ========================================================================*/
.tabs {
    display: block;
}

.tabs ul {
    margin: 0;
    padding: 0;
    height: 30px;
    border-bottom: 1px solid #1d692d;
}

.tabs li {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 10px 0 0;
    line-height: 30px;
    float: left;
    color: #999;
    cursor: default;
}

.tabs li a {
    display: block;
    width: auto;
    height: 29px;
    padding: 0 9px;
    line-height: 30px;
    border: 1px solid #1d692d;
    margin: 0 -1px 0 0;
    color: #05390a;
    text-shadow: 0 1px 1px #77d58e;
    background: #5dbb73;
}

.tabs li a:hover {
    text-decoration: none;
}

.tabs li.active a {
    height: 30px;
    font-weight: bold;
    background: #ebffef;
    border-width: 1px 1px 0 1px;
    text-shadow: 0 1px 1px #fff;
}

.tabs div {
    display: none;
    padding: 20px 10px;
}

.tabs div.active {
    display: block;
}

.tabs li:last-child {
    margin-right: 0;
}

/**** Pretty Tab Styles ****/
.pretty.tabs ul {
    display: table;
    width: 100%;
    border: 1px solid #999;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 1px #fff;
    box-shadow: inset 0 1px 1px #fff;
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eee 0%, #ccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eee 0%, #ccc 100%); /* IE10+ */
    background: linear-gradient(top, #eee 0%, #ccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
}

.pretty.tabs li {
    display: table-cell;
    float: none;
    text-align: center;
}

.pretty.tabs li a {
    padding: 0;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    color: #444;
    border: none;
    border-right: 1px solid #999;
    text-shadow: 0 1px 1px #fff;
    font-weight: bold;
    background: transparent;
}

.pretty.tabs li:last-child a {
    border-right: none;
}

.pretty.tabs li.active a {
    font-weight: bold;
    color: #fff;
    position: relative;
    border: none;
    text-shadow: 0 2px 1px #1d692d,
    0 1px 1px #1d692d;
    -webkit-box-shadow: inset 0 1px 1px #94dda6,
    0 1px 0 #1d692d,
    0 -1px 0 #1d692d,
    1px 0 0 #1d692d,
    -1px 0 0 #1d692d;
    box-shadow: inset 0 1px 1px #94dda6,
    0 1px 0 #1d692d,
    0 -1px 0 #1d692d,
    1px 0 0 #1d692d,
    -1px 0 0 #1d692d;
    background: #5dbb73; /* Old browsers */
    background: -moz-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dbb73), color-stop(100%, #2d9047)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* IE10+ */
    background: linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbb73', endColorstr='#2d9047', GradientType=0); /* IE6-9 */
}

.pretty.tabs ul li.active:first-child a {
    border-radius: 4px 0 0 0;
    margin-left: 0;
}

.pretty.tabs ul li.active:last-child a {
    border-radius: 0 4px 0 0;
}

.ie7 .pretty.tabs > ul {
    width: 100%;
    height: 51px;
}

.ie7 .pretty.tabs > ul li {
    display: block;
    float: left;
    margin: 0;
}

.ie7 .pretty.tabs > ul li a {
    padding: 0 20px;
}

/**** Pill Tabs ****/
.pill.tabs {
    height: auto;
}

.pill.tabs li, .pill.tabs li, .pretty.pill.tabs li {
    float: none;
    height: auto;
}

.pill.tabs li a {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 20px;
    line-height: 1;
    border: solid 0 #ccc;
    border-width: 1px 1px 0;
    margin: 0;
    color: #555;
    background: #eee;
    font-size: 15px;
    font-size: 1.5rem;
}

.pill.tabs li a.active {
    height: auto;
    margin: 0;
    border-width: 1px 0 0;
    background: #fff;
}

.pretty.pill.tabs {
    border-bottom: solid 1px #eee;
    height: auto;
}

.pretty.pill.tabs li a {
    padding: 15px 20px;
    border: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #fff;
}

.pretty.pill.tabs li a.active {
    border: none;
    background: #00a6fc;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
}

.pretty.pill.tabs li.active:first-child a {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .pretty.tabs ul {
        border-radius: 4px;
        overflow: hidden;
    }

    .pretty.tabs li a {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}

/* Vertically Align Stuff */
.valign {
    display: table;
    width: 100%;
}

.valign > div, .valign > article {
    display: table-cell;
    vertical-align: middle;
}

​
/*=======================================================================



 ========================================================================







	❤❤❤ A Beautifully Responsive UI Kit. Perfected by Digital Surgeons. ❤❤❤







 ========================================================================



 ========================================================================*/
/*=======================================================================







	Form Styles







 ========================================================================*/
form {
    margin: 0 0 18px;
}

form label {
    display: block;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 9px;
}

form .field {
    position: relative;
    margin-bottom: 10px;
}

form dt {
    margin: 0;
}

.field .text input, .field .text input[type="search"], form textarea {
    /*font-size: 14px;



    font-family: "Lucida Grande", sans-serif;



    width: 100%;



    border: none;



    box-shadow: none;



    -webkit-box-shadow: none;



    border: none;



    padding: 0;



    margin: 0;



    outline: none;



    resize: none;*/
}

form textarea {
    height: 150px;
}

.field .text input[type="search"] {
    -webkit-appearance: textfield;
}

.field .text, .field .search, .field .textarea {
    position: relative;
    font-size: 14px;
    padding: 8px 10px;
    outline: none !important;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 3px #ccc,
    0 1px 0 #f4fff6;
    box-shadow: inset 0 2px 3px #ccc,
    0 1px 0 #f4fff6;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
}

.field .text.oval {
    border-radius: 1000px;
}

.field .search {
    padding: 2px 10px;
    line-height: 24px;
    margin-bottom: 0;
    border: 1px solid #1d692d;
    -webkit-box-shadow: 0px 1px 1px #94dda6,
    inset 0 1px 3px #888;
    box-shadow: 0px 1px 1px #94dda6,
    inset 0 1px 3px #888;
}

label + .text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
    margin-top: -9px;
}

.field.error .text,
.field.error .textarea {
    margin-top: 45px;
    -webkit-box-shadow: inset 0 2px 3px #feb9a2,
    0 1px 0 #f4fff6;
    box-shadow: inset 0 2px 3px #feb9a2,
    0 1px 0 #f4fff6;
    -webkit-transition-duration: .2s; /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s; /* FF4+ */
    -ms-transition-duration: .2s; /* IE10 */
    -o-transition-duration: .2s; /* Opera 10.5+ */
    transition-duration: .2s;
}

.field.error .text, .field.error .textarea, .field.error input, .field.error textarea {
    color: #cd4225;
    background: #ffdace;
}

form .msg {
    display: block;
    opacity: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
}

form .error > .msg {
    opacity: 1;
    height: auto;
    overflow: visible;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    background: #b72a18;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transition-duration: .2s; /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s; /* FF4+ */
    -ms-transition-duration: .2s; /* IE10 */
    -o-transition-duration: .2s; /* Opera 10.5+ */
    transition-duration: .2s;
}

form .error .msg .caret {
    left: 50%;
    top: 100%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #b72a18;
    opacity: 1;
}

/* Form Picker Element (<select>) */
.picker {
    position: relative;
    width: auto;
    height: 38px;
    display: inline-block;
    margin: 0 0 2px 1.2%;
}

.picker:first-child {
    margin-left: 0;
}

.picker select {
    position: absolute;
    z-index: 0;
    display: none;
}

.picker .toggle {
    position: relative;
    top: 0;
    left: 0;
    height: 36px;
    padding: 0 35px 0 20px;
    border: 1px solid #999;
    border-radius: 4px;
    font: bold 16px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    line-height: 36px;
    color: #444;
    text-shadow: 0 1px 1px #fff;
    display: inline-block;
    z-index: 1;
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eee 0%, #ccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eee 0%, #ccc 100%); /* IE10+ */
    background: linear-gradient(top, #eee 0%, #ccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px #fff,
    0 1px 2px rgba(0, 0, 0, 0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
    box-shadow: inset 0 1px 1px #fff,
    0 1px 2px rgba(0, 0, 0, 0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
}

.picker .toggle:hover {
    border-color: #bbb;
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #ddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #ddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #ddd 100%); /* IE10+ */
    background: linear-gradient(top, #fff 0%, #ddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0); /* IE6-9 */
}

.caret {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    text-indent: -99999px;
    *text-indent: 0;
    vertical-align: top;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    opacity: 0.5;
    filter: alpha(opacity=30);
    content: "\2193";
    -webkit-transition-duration: .2s; /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s; /* FF4+ */
    -ms-transition-duration: .2s; /* IE10 */
    -o-transition-duration: .2s; /* Opera 10.5+ */
    transition-duration: .2s;
}

.picker .caret {
    right: 12px;
    top: 16px;
}

.picker:hover .caret, .picker.open .caret {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-duration: .2s; /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s; /* FF4+ */
    -ms-transition-duration: .2s; /* IE10 */
    -o-transition-duration: .2s; /* Opera 10.5+ */
    transition-duration: .2s;
}

.picker ul {
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0;
    top: 20px;
    min-width: 180px;
    height: 0;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
}

.picker.open ul {
    width: auto;
    height: auto;
    max-height: 1000px;
    top: 40px;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
    -webkit-transition-duration: .4s; /* Saf3.2+, Chrome */
    -moz-transition-duration: .4s; /* FF4+ */
    -ms-transition-duration: .4s; /* IE10 */
    -o-transition-duration: .4s; /* Opera 10.5+ */
    transition-duration: .4s;
    z-index: 99;
}

.picker ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.picker ul li:last-child {
    border-bottom: none;
}

.picker ul li a {
    display: block;
    padding: 10px 20px;
}

/* Inlined Label Style */
input.placeholder, textarea.placeholder {
    color: #888;
}

/* Text input and textarea sizes */
input.input-text, textarea {
    width: 254px;
}

input.small, textarea.small {
    width: 134px;
}

input.medium, textarea.medium {
    width: 254px;
}

input.large, textarea.large {
    width: 434px;
}

/* Fieldsets */
form fieldset {
    padding: 9px 9px 2px 9px;
    border: solid 1px #ddd;
    margin: 18px 0;
}

/* Inlined Radio & Checkbox */
form .field input[type=radio], form .field input[type=checkbox] {
    display: inline;
    width: auto;
    margin-bottom: 0;
}

form .field .radio span, form .field .checkbox span {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: solid 1px #ccc;
    background: #fefefe;
}

form .field .radio.checked span, form .field .checkbox.checked span {
    background: url(assets/img/sprite_checkradio.gif) #fefefe 0 1px no-repeat;
}

form .field .radio span {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

form .field .checkbox span {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

form .field .checkbox.checked span {
    background-position: 0px -14px;
}

@media only screen and (max-width: 767px) {
    /* Style adjustments for viewports lower than 768px go here */
    /* inform JS */
    .picker:after {
        content: 'handheld';
        display: none;
    }

    .picker select {
        display: inline-block;
        position: relative;
        opacity: 1;
        z-index: 1;
        max-width: 100%;
        height: 38px;
        line-height: 38px;
        font-size: 15px;
    }

    .picker .toggle {
        display: none;
    }
}

/*=====================================================







 	Tables







 ======================================================*/
table {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #ddd;
}

table thead {
    background: #f5f5f5;
}

table thead tr th,
table tbody tr td {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

table thead tr th {
    padding: 8px 10px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

table thead tr th:first-child {
    border-left: none;
}

table thead tr th:last-child {
    border-right: none;
}

table thead tr {
}

table tbody {
}

table tbody tr {
}

table tbody tr.even,
table tbody tr.alt {
    background: #f1f8fe;
}

table tbody tr:nth-child(even) {
    background: #f1f8fe;
}

table tbody tr td {
    color: #999;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
}

/*=====================================================







   Navigation (with dropdowns)







 ======================================================*/
.navbar {
    width: 100%;
    display: table;
    border: 0px solid #1d692d;
    margin-bottom: 0;
    background:; /* Change this to suit the color theme of your site */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

.navbar .logo {
    display: table-cell;
    height: 55px;
    margin: 0;
    line-height: 0;
    vertical-align: middle;
}

.navbar .logo a {
    display: block;
    height: 55px;
    line-height: 60px;
    padding: 0 0 0 15px;
    overflow: hidden;
}

.navbar a.toggle {
    display: none;
}

.navbar ul {
    display: table;
    width: 100%;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
}

.navbar ul li {
    display: table-cell;
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    text-align: left;
    border-right: 0px solid #114a1e;
}

.navbar > ul > li > a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 18px 0 5px;
    white-space: nowrap;
    color: #ccc;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    background: url(assets/img/nav_divider.gif) right no-repeat;
    font-size: 1.6em;
    font-weight: bold;
}

.navbar > ul > li .field {
    position: relative;
    display: inline-block;
    text-align: center;
}

.navbar > ul > li .field .search input {
    line-height: 14px;
}

.navbar > ul > li:hover > a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.navbar > ul > li > li > a {
    padding: 0 33px;
}

.navbar > ul > li:last-child, .navbar > ul > li:last-child a:hover {
    border-right: none;
}

/**** Navbar positioning for Microsoft's browser who deserves not to be mentioned ****/
.ie7 .navbar > ul {
    width: auto;
}

.ie7 .navbar, .ie7 .navbar > ul > li > a {
    display: block;
}

.ie7 .navbar .logo, .ie7 .navbar ul, .ie7 .navbar ul li {
    float: left;
    display: inline-block;
}

.ie7 .navbar .logo a {
    display: block;
    overflow: hidden;
}

.ie7 .navbar > ul > li .field {
    display: block;
    padding: 12px 18px 0;
    width: 80%;
}

/******** Pretty Navbar Styles *********/
.pretty.navbar {
    border-radius: 4px;
    background: -moz-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dbb73), color-stop(100%, #2d9047)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* IE10+ */
    background: linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbb73', endColorstr='#2d9047', GradientType=0); /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px #94dda6,
    0 1px 2px rgba(0, 0, 0, 0.61) !important; /* Remove this line if you dont want a dropshadow on your navigation*/
    box-shadow: inset 0 1px 1px #94dda6,
    0 1px 2px rgba(0, 0, 0, 0.61) !important; /* Remove this line if you dont want a dropshadow on your navigation*/
}

.pretty.navbar li {
    -webkit-box-shadow: inset 1px 0 0 #94dda6;
    box-shadow: inset 1px 0 0 #94dda6;
}

.pretty.navbar ul:first-child li:first-child a {
    border-radius: 4px 0 0 4px;
}

.pretty.navbar ul li:last-child a {
    border-radius: 0 4px 4px 0;
}

.pretty.navbar > ul > li:hover > a {
    -webkit-box-shadow: 2px 0 0 #114a1e;
    box-shadow: 2px 0 0 #114a1e;
}

.pretty.navbar > ul > li:first-child, .pretty.navbar > ul > li:first-child a:hover {
    box-shadow: none;
}

/******** CSS3 Dropdown Menu Styles **********/
.navbar li .dropdown {
    width: auto;
    min-width: 0px;
    max-width: 220px;
    height: 0;
    position: absolute;
    background: #fff;
    overflow: hidden;
    z-index: 999;
}

.navbar li:hover .dropdown {
    min-height: 60px;
    max-height: 500px;
    height: auto;
    width: 100%;
    padding: 0;
    border-top: 0px solid #1d692d;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.navbar li .dropdown ul {
    margin: 0;
}

.navbar li .dropdown ul > li {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    height: auto;
    font: 16px "Helvetica Neue", arial, sans-serif;
    border-radius: none;
}

.navbar li .dropdown ul > li a {
    display: block;
    line-height: 26px;
    height: 26px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #222;
}

.navbar ul .dropdown ul li:first-child a {
    border-radius: 0;
}

.navbar li .dropdown li a:hover {
    background: #eee;
}

@media only screen and (max-width: 767px) {
    .navbar, .pretty.navbar {
        position: relative;
        background: transparent;
        border: none;
        text-align: center;
    }

    .navbar .logo {
        float: left;
        display: inline;
    }

    .navbar a.toggle {
        position: absolute;
        float: left;
        display: inline-block;
        left: 0px;
        z-index: 1000;
        /*right: 10px;*/
        /* Move me around */
        top: 10px; /* Move me around */
        background: #3c8f4f;
        width: 42px;
        height: 36px;
        line-height: 42px;
        border-radius: 4px;
        -webkit-transition-duration: .1s; /* Saf3.2+, Chrome */
        -moz-transition-duration: .1s; /* FF4+ */
        -ms-transition-duration: .1s; /* IE10 */
        -o-transition-duration: .1s; /* Opera 10.5+ */
        transition-duration: .1s;
    }

    .pretty.navbar a.toggle {
        border: 1px solid #1d692d;
        background: -moz-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dbb73), color-stop(100%, #2d9047)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* IE10+ */
        background: linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbb73', endColorstr='#2d9047', GradientType=0); /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px #94dda6,
        0 1px 1px #94dda6;
        box-shadow: inset 0 1px 1px #94dda6,
        0 1px 1px #94dda6;
    }

    .navbar a.toggle:hover, .navbar a.toggle.active {
        background: #5dbb73;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition-duration: .1s; /* Saf3.2+, Chrome */
        -moz-transition-duration: .1s; /* FF4+ */
        -ms-transition-duration: .1s; /* IE10 */
        -o-transition-duration: .1s; /* Opera 10.5+ */
        transition-duration: .1s;
    }

    .navbar a.toggle.active {
        background: #114a1e;
    }

    .navbar ul {
        position: absolute;
        width: 93.75%;
        height: 0;
        max-height: 0;
        top: 54px;
        right: 3.125%;
        overflow: hidden;
        display: inline-block;
        background: #fff;
        border-radius: 4px;
        -webkit-transition-duration: .2s; /* Saf3.2+, Chrome */
        -moz-transition-duration: .2s; /* FF4+ */
        -ms-transition-duration: .2s; /* IE10 */
        -o-transition-duration: .2s; /* Opera 10.5+ */
        transition-duration: .2s;
        -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
        box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
    }

    .navbar ul.active {
        width: 93.75%;
        height: auto;
        max-height: 600px;
        z-index: 999;
        -webkit-transition-duration: .5s; /* Saf3.2+, Chrome */
        -moz-transition-duration: .5s; /* FF4+ */
        -ms-transition-duration: .5s; /* IE10 */
        -o-transition-duration: .5s; /* Opera 10.5+ */
        transition-duration: .5s;
    }

    .navbar ul li {
        display: block;
        width: 100%;
        border-right: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pretty.navbar ul li {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar ul li > a {
        font-size: 22px !important;
        border: 1px solid #1d692d;
        background: #5dbb73; /* Old browsers */
    }

    .navbar > ul > li .field {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 90%;
    }

    .navbar > ul > li .search {
        border: 1px solid #bbb;
        -webkit-box-shadow: inset 0 1px 3px #ccc;
        box-shadow: inset 0 1px 3px #ccc;
    }

    .navbar li a:hover, .navbar > ul > li:first-child, .navbar > ul > li:first-child a:hover, .navbar > ul > li:last-child, .navbar > ul > li:last-child a:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar > ul > li:last-child, .navbar > ul > li:last-child a:hover {
        border-right: none;
    }

    .navbar li:first-child a {
        border-radius: 4px 4px 0 0 !important;
    }

    .navbar li:last-child a {
        border-radius: 0 0 4px 4px !important;
    }

    .navbar li:hover .dropdown {
        display: none;
    }

    .navbar ul li > a {
        background: transparent;
        border: none;
        color: #333;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        border-radius: none;
        text-shadow: none;
        font-family: Georgia, Serif;
    }

    .navbar ul li:hover > a {
        background: #f5f5f5;
        color: #000;
        border-right: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .pretty.navbar {
        border: 1px solid #1d692d;
        background: -moz-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dbb73), color-stop(100%, #2d9047)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* IE10+ */
        background: linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbb73', endColorstr='#2d9047', GradientType=0); /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px #94dda6,
        0 1px 2px rgba(0, 0, 0, 0.61) !important; /* Remove this line if you dont want a dropshadow on your buttons*/
        box-shadow: inset 0 1px 1px #94dda6,
        0 1px 2px rgba(0, 0, 0, 0.61) !important; /* Remove this line if you dont want a dropshadow on your buttons*/
        border-radius: 0;
    }

    .pretty.navbar ul li .btn {
        margin-top: 20px;
    }
}

/*=====================================================







   	Sub Navigation







 ======================================================*/
.subnav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: 0 0 18px 0;
    padding-top: 4px;
}

.subnav li, .subnav dt, .subnav dd {
    float: left;
    display: inline;
    margin-left: 9px;
    margin-bottom: 4px;
}

.subnav li:first-child, .subnav dt:first-child, .subnav dd:first-child {
    margin-left: 0;
}

.sub-nav dt {
    color: #999;
    font-weight: normal;
}

.subnav li a, .subnav dd a {
    color: #05390a;
    font-size: 15px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.subnav li.active a, .subnav dd.active a {
    background: #5dbb73;
    padding: 5px 9px;
    text-shadow: 0 1px 1px #77d58e;
}

/** Drawers **/
.drawer {
    position: relative;
    width: 100%;
    max-height: 0;
    background: #222;
    -webkit-box-shadow: inset 0 -3px 5px #000,
    inset 0 3px 5px #000;
    box-shadow: inset 0 -3px 5px #000,
    inset 0 3px 5px #000;
    overflow: hidden;
    -webkit-transition-duration: .3s; /* Saf3.2+, Chrome */
    -moz-transition-duration: .3s; /* FF4+ */
    -ms-transition-duration: .3s; /* IE10 */
    -o-transition-duration: .3s; /* Opera 10.5+ */
    transition-duration: .3s;
}

.drawer.active {
    height: auto;
    max-height: 800px;
    -webkit-transition-duration: .5s; /* Saf3.2+, Chrome */
    -moz-transition-duration: .5s; /* FF4+ */
    -ms-transition-duration: .5s; /* IE10 */
    -o-transition-duration: .5s; /* Opera 10.5+ */
    transition-duration: .5s;
}

/** Intrinsic Ratio video embedding (maintains aspect ratio) **/
body .video {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube.video, .vimeo.video {
    padding-top: 30px;
}

.video > video, .video > iframe, .video > object, .video > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Line Section Row Dividers **/
.line {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}

.thin.line {
    border-width: 1px;
}

.medium.line {
    border-width: 2px;
}

.thick.line {
    border-width: 4px;
}

/* Skip Links */
.skipnav li {
    display: inline-block;
    margin-left: 2%;
}

.skipnav li:first-child {
    margin-left: 0;
}

.skiplink a, .skipnav a {
    background: #5dbb73;
    color: #05390a;
    padding: 6px 15px;
    border-radius: 4px;
    text-shadow: 0 1px 1px #77d58e;
}

.skiplink a:hover, .skipnav a:hover {
    background: #72dd8d;
}

.skiplink a i, .skipnav a i {
    margin-left: 10px;
}

/* Preformatted Text */
pre {
    background-color: #1b1b1b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 2px 2px #000;
    box-shadow: inset 0 2px 2px #000;
    border: 1px solid #e6ffeb;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 14px;
    text-align: left;
    overflow: hidden !important;
    padding: 20px;
    white-space: pre-wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

code {
    color: #D04526;
    font-family: Courier, monospace;
    font-size: 14px;
    padding: 2px 4px 2px 4px;
    background: #e7ffec;
    border-radius: 4px;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* ==========================================================================







   Styles targeting cavemen who still use printers.



   Who prints in 2012? Seriously...



   Inlined to avoid required HTTP connection: h5bp.com/r







   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}





/*=======================================================================







	❤❤❤ Gumby by Digital Surgeons. ❤❤❤







	*** This is where you should keep all of your design specific styles ***







 ========================================================================*/
/* GENERAL */
html {
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #222;
    background-color: #F0F0F0;
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

p {
    font-size: .95em;
}

a {
    color: #0000EE;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
}

.clear {
    clear: both;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* HEADER */
.preheader {
    background-color: #fff;
}

#header {
    padding: 20px;
}

#header .logo img {
    border: none;
}

#header .logo h1 {
    margin: 0;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    text-transform: uppercase;
}

#header .logo h1 a {
    color: #222;
    text-decoration: none;
}

#header .logo div {
    margin: 0;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    text-transform: uppercase;
}

#header .logo div a {
    color: #222;
    text-decoration: none;
}

#header .ad468 {
    text-align: right;
}

.prenav {
    background-color: #fff;
}

.navpad {
    padding: 0 20px;
}

.nav {
    background: url(assets/img/nav_bg.jpg) repeat-x;
    line-height: 44px;
}

/* CONTENT */
.content {
    background-color: #fff;
}

.leftcontent {
    padding: 20px;
    background: #FFFFFF;
    height: 100%;
}

.leftcontent h1 {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.leftcontent h1.single {
    margin: 0 0 5px 0;
    border: none;
    padding-bottom: 5px;
}

.leftcontent h1.postmargin {
    margin-bottom: 20px;
}

.leftcontent .intro {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.leftcontent .intro p {
    line-height: 24px;
    font-size: .95em;
}

.leftcontent .intro img {
    margin: 0 20px 0 0;
}

.leftcontent .intro img {
    border: 0;
}

.leftcontent .intro p img {
    margin: 0 10px 10px 0;
}

.cat-desc {
    margin: 20px 0;
}

.tag-desc {
    margin: 20px 0;
}

.post {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden
}

.post .featuredimg {
    margin: 0.5em .95em .95em 0px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
}

.post p {
    line-height: 24px;
    font-size: .95em;
}

.affiliate-image {
    margin: 0 10px 10px 0;
}

.post p img {
    border: none;
}

.post h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.post h2 a {
    color: #222;
    text-decoration: none;
}

.postleft img {
    border: 1px solid #ccc;
}

.post_meta {
    margin: 0 0 20px 0;
    font-size: 12px;
    color: #222;
}

/*
.post_meta ul {
    margin: 2px 0;
    padding: 0;
    list-style: none;
}

.post_meta ul li {
    display: inline;
    padding: 0 2px;
}

.post_meta ul li a {
    text-decoration: none;
    color: #222;
}

.post_meta ul li a:hover {
    color: #555;
}

.post_meta ul li.metacats a {
    border: 1px solid #e5e5e5;
    padding: 4px 8px;
    text-decoration: none;
    color: #222;
}

.post_meta ul li.metacats a:hover {
    color: #555;
}
*/

.post_meta a {
    text-decoration: none;
    color: #222;
}

.post_meta a:hover {
    color: #555;
}

.tag-links a,
.post_meta .metacats a {
    border: 1px solid #e5e5e5;
    padding: 4px 8px;
    text-decoration: none;
    color: #222;
}

.tag-links a:hover,
.post_meta .metacats a:hover {
    color: #555;
}

.post_meta_single {
    margin: 0 0 20px 0;
    font-size: .95em;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.post_meta_single ul {
    margin: 4px 0;
    padding: 0;
    list-style: none;
}

.post_meta_single ul li {
    display: inline;
    padding: 0 2px;
}

.post_meta_single ul li a {
    text-decoration: none;
    color: #222;
}

.post_meta_single ul li a:hover {
    color: #555;
}

.post_meta_single ul li.metacats a {
    border: 1px solid #e5e5e5;
    padding: 4px 8px;
    text-decoration: none;
    color: #222;
}

.post_meta_single ul li.metacats a:hover {
    color: #555;
}

.fullconentimg {
    margin: 0 20px 20px 0;
}

.postright p {
    margin: 0 0 20px 0;
    line-height: 24px;
}

.post ul {
    line-height: 24px;
    padding-left: 40px;
    margin-left: 0px;
}

.post ul li {
    list-style-type: disc;
}

.post ol {
    padding-left: 40px;
    margin-left: 0px;
}

.post .single-meta {
    width: 300px;
    border: 4px solid #e5e5e5;
    padding: 10px;
    margin: 0 auto 10px auto;
    text-align: center;
}

.post .single-meta .stars {
    margin: 0 0 10px 0;
}

.post .single-meta .buybutton {
}

.noborder {
    border-bottom: none;
}

.similarposts {
    margin-bottom: 40px;
}

.similarposts .similarheading {
    color: #222;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    font-size: 20px;
    font-weight: bold;
}

.similarpost {
    border-bottom: 1px dashed #e5e5e5;
    padding: 15px 0;
    font-size: .95em;
}

.similarpost .left {
    float: left;
    width: 110px;
}

.similarpost .left .righttitle a {
    font-weight: bold;
    text-decoration: underline;
}

.similarpost .left .rightexcerpt {
    line-height: 22px;
    color: #444;
}

.similarpost .left img {
    border: 1px solid #ccc;
    padding: 2px;
}

.similarpost .right {
    float: right;
    width: 480px;
    font-size: .95em;
}

.similarpost .right .righttitle {
    margin-bottom: 8px;
    font-size: 14px;
}

.similarpost .right .righttitle a {
    font-weight: bold;
    text-decoration: none;
    color: #222;
}

.similarpost .right .righttitle a:hover {
    color: #555;
    text-decoration: underline;
}

.similarpost .righttitle {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
}

.similarpost .righttitle a {
    font-weight: bold;
    text-decoration: none;
    color: #222;
}

.similarpost .righttitle a:hover {
    color: #555;
    text-decoration: underline;
}

.similarpost .rightdate {
    line-height: 22px;
    color: #222;
}

.similarpost .readmore {
    margin-top: 10px;
}

.textfield {
    width: 70%
}

.textarea {
    width: 80%
}

.commentsection {
    font-size: 20px;
}

#sidebar {
    padding: 20px;
    margin-left: 0;
}

#sidebar .widget {
    margin-bottom: 20px;
}

#sidebar h2 {
    margin: 4px 0 20px 0;
    font-size: 18px;
    border-bottom: 3px solid #E1E1E1;
    padding: 6px;
    background-color: #ebebeb;
}

#sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .widget ul li {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5; /*font-size:.95em;*/
}

#sidebar .widget ul li a {
    color: #222;
    text-decoration: none;
}

#sidebar p {
    line-height: 24px;
}

#sidebar .widget .tagcloud a {
    margin: 0 4px 0 0;
    color: #222;
}

#sidebar .widget .tagcloud a:hover {
    color: #000;
}

#sidebar .widget select {
    max-width: 300px;
}

#sidebar .widget .children {
    margin-left: 10px;
}

#sidebar .widget .sub-menu li {
    margin-left: 10px;
}

.readreview {
    color: #222;
}

.readreview:hover {
    color: #555;
}

.sidebox {
    width: 300px;
}

.sidebox h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
}

.sideboxleft {
    width: 100px;
    float: left;
}

.sideboxright {
    width: 180px;
    float: right;
}

.topprod {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.topprod h2 {
    margin: 0 0 20px 0;
}

.topprodleft {
}

.topprodleft img {
    border: 1px solid #ccc;
}

.topprodright .heading a {
    margin: 0 0 5px 0;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.topprodright .rating {
    margin-bottom: 5px;
}

.topprodright .readmore a {
    text-decoration: none;
    color: #222;
    font-size: 14px;
}

.topprodright a {
    text-decoration: none;
    color: #222;
}

.topprodright p {
    margin: 0 0 20px 0;
    line-height: 18px;
}

.topprodright p a {
    text-decoration: none;
}

.button-black {
    background-color: #222;
    padding: 4px 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.button-red {
    background-color: #C02126;
    padding: 4px 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px;
    margin-right: 10px;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #222222;
    color: #fff;
    border: 1px solid #222;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

/* main comment */
ul.commentlist {
    margin: 20px 0px 40px 0px;
    padding: 0px;
    border-top: 1px solid #E3E3E3;
}

ul.commentlist .avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #E3E3E3;
    padding: 4px;
    background-color: #ffffff;
}

ul.commentlist ul {
    margin: 20px 0px 20px 0px;
    padding: 0px;
}

ul.commentlist ul li {
    border: 0px;
    overflow: auto;
    background-image: none;
    padding-bottom: 0px;
}

ul.commentlist li {
    margin: 0px;
    padding: 10px 0px 10px 70px;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #E3E3E3;
    background-position: 1px 1px;
}

ul.commentlist li.thread-even {
    background: #F6F6F6;
}

ul.commentlist li.comment div.comment-meta a {
    color: #333333;
    text-decoration: none;
}

ul.commentlist li.comment div.commentmetadata {
    font-size: 11px;
    font-style: italic;
}

ul.commentlist li h4 {
    margin: 0px;
    float: left;
}

ul.commentlist li .date {
    float: left;
}

ul.commentlist blockquote {
    border: 1px solid #e3e3e3;
    padding: 10px;
    background-color: #ffffff;
    font-size: 12px;
    font-style: italic;
}

.fn {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}

/* main comment */
/* threaded reply */
ul.commentlist li.comment ul.children {
    margin: 0px;
    padding: 0 10px 0 0;
}

ul.commentlist li.comment ul.children li {
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
}

/* threaded reply */
/* FOOTER */
.footer {
    background-color: #070707;
    color: #fff;
    font-size: 11px;
}

.footer a {
    color: #fff;
}

.footer .copyright {
    font-size: 12px;
    color: #999;
    padding: 10px 20px 10px 20px;
}

.footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

.footer .footerright {
    font-size: 12px;
    color: #999;
    padding: 10px 20px 10px 20px;
}

.footer .footerright a {
    color: #fff;
    text-decoration: underline;
}

.postmargin {
    margin-bottom: 20px;
}

/* BUTTON */
.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #606060;
    -webkit-box-shadow: inset 0px 1px 0px 0px #606060;
    box-shadow: inset 0px 1px 0px 0px #606060;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #404040), color-stop(1, #1C1C1C));
    background: -moz-linear-gradient(center top, #404040 5%, #1C1C1C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#1C1C1C');
    background-color: #404040;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #404040;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
}

.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1C1C1C), color-stop(1, #404040));
    background: -moz-linear-gradient(center top, #1C1C1C 5%, #404040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C1C1C', endColorstr='#404040');
    background-color: #1C1C1C;
    color: #fff;
}

.button:active {
    position: relative;
    top: 1px;
}

#submit {
    -moz-box-shadow: inset 0px 1px 0px 0px #606060;
    -webkit-box-shadow: inset 0px 1px 0px 0px #606060;
    box-shadow: inset 0px 1px 0px 0px #606060;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #404040), color-stop(1, #1C1C1C));
    background: -moz-linear-gradient(center top, #404040 5%, #1C1C1C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#1C1C1C');
    background-color: #404040;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #404040;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
}

#submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1C1C1C), color-stop(1, #404040));
    background: -moz-linear-gradient(center top, #1C1C1C 5%, #404040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C1C1C', endColorstr='#404040');
    background-color: #1C1C1C;
    color: #fff;
}

#submit:active {
    position: relative;
    top: 1px;
}

/* media */
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.site-content .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {
}

.sticky {
}

.bypostauthor {
}




/*=======================================================================





	❤❤❤ Gumby by Digital Surgeons. ❤❤❤





	*** This is where you should keep all of your TEXT styles ***





 ========================================================================*/
/* ==|== media queries ======================================================


   PLACEHOLDER Media Queries for Responsive Design.


   These override the primary ('mobile first') styles


   Modify as content requires.


   ========================================================================== */
@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */
}





ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* GLOBALS */
a, a:link, a:visited {
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

p {
}

/* HEADER */
header {
}

/* Standard Navigation */
nav {
    display: block;
    float: none; /*margin: -15px -12px 0 0;*/
    z-index: 1000;
}

nav a.mobile_handle {
    display: none;
    z-index: 1000;
}

nav ul {
    display: block;
}

nav ul li {
    display: inline;
    position: relative;
    float: left;
    list-style: none;
}

nav ul a, nav ul a:link, nav ul a:visited {
    display: block;
    float: left;
    padding: 0px 12px 0px 12px;
    margin: 0;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url(assets/img/nav_divider.gif) right no-repeat;
}

nav ul a:hover, nav ul a:active {
    text-decoration: none;
}

/* Sub-Nav */
nav ul ul {
    display: none;
    position: absolute;
    top: 41px;
    left: -22px;
    width: 150px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
}

nav ul ul li {
    display: block;
    float: none;
    clear: both;
}

nav ul ul a, nav ul ul a:link, nav ul ul a:visited {
    display: block;
    float: none;
    border: 0; /*padding: 8px 5px;*/
    margin: 0;
    color: #222;
    line-height: 26px;
    background-image: none;
}

nav ul ul a:hover, nav ul ul a:active {
    text-decoration: underline;
}

/* Third-Level */
nav ul ul ul {
    top: 0;
    left: 125px;
}

/* MEDIA QUERY */
@media (max-width: 650px) {
    body {
    }

    /* Nudge margin-top to leave room for handle */
    nav {
        position: relative;
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #222;
    }

    nav a.mobile_handle {
        display: block;
        font-size: 14px;
        font-weight: bold;
        background: url(assets/img/nav_bg.jpg) repeat-x;
        color: #fff;
        text-align: center;
        z-index: 1000;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        display: block;
        position: relative;
        float: none;
        padding: 0;
        margin: 0 !important;
        background: url(assets/img/nav_bg.jpg) repeat-x;
        border-top: 1px solid #000;
    }

    nav ul a, nav ul a:link, nav ul a:visited {
        display: block;
        position: relative;
        float: none;
        padding: 10px 10px;
        clear: both;
        line-height: 20px;
        text-align: left;
        color: #fff;
    }

    /* Second Level */
    nav ul ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0 !Important;
        padding: 0;
        background: url(assets/img/nav_bg.jpg) repeat-x;
        border: none !Important;
    }

    nav ul ul a, nav ul ul a:link, nav ul ul a:visited {
        color: #fff;
        text-align: left;
        padding: 7px 10px 7px 35px;
        border: none;
    }

    /* Third level */
    nav ul ul ul {
        top: 0;
        left: 0;
        border: none !Important;
    }

    nav ul ul ul a, nav ul ul ul a:link, nav ul ul ul a:visited {
        text-align: left;
        padding: 7px 10px 7px 55px;
        color: #fff;
    }

    nav .sub_nav {
        position: absolute;
        right: 0;
        top: 0;
        width: 10%;
        padding: 15px 20px;
        margin: 0;
        cursor: pointer;
    }

    nav .arrow_up {
        float: right;
        width: 0;
        height: 0;
        padding: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

    nav .arrow_down {
        float: right;
        width: 0;
        height: 0;
        padding: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
    }
}


body {background-color:#000000;}

.widget {

}

.widget-title {
margin: 4px 0 20px 0;
font-size: 18px;
border-bottom: 3px solid #E1E1E1;
padding: 6px;
background-color: #ebebeb;
}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}