/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'karbon_mediumregular';
    src: url('../fonts/karbon-medium-webfont.eot');
    src: url('../fonts/karbon-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/karbon-medium-webfont.woff') format('woff'),
         url('../fonts/karbon-medium-webfont.ttf') format('truetype'),
         url('../fonts/karbon-medium-webfont.svg#karbon_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'karbon_boldregular';
    src: url('../fonts/karbon-bold-webfont.eot');
    src: url('../fonts/karbon-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/karbon-bold-webfont.woff') format('woff'),
         url('../fonts/karbon-bold-webfont.ttf') format('truetype'),
         url('../fonts/karbon-bold-webfont.svg#karbon_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'karbon_regularitalic';
    src: url('../fonts/karbon-regularitalic-webfont.eot');
    src: url('../fonts/karbon-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/karbon-regularitalic-webfont.woff') format('woff'),
         url('../fonts/karbon-regularitalic-webfont.ttf') format('truetype'),
         url('../fonts/karbon-regularitalic-webfont.svg#karbonregular_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #5a5a5c;
    background: url(../images/layout/bg_shadow-repeat.gif) repeat-y center top #eeeeee;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 0.875em;
    line-height: 1.571em;
}

a {
    color: #adc32b;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #99af1a;
}

a:focus {
    outline: 1px dotted #000000;
}

form input[type="submit"] {
    border: 0 none;
}

.container {
    margin: 0 auto;
    width: 960px;
}

.clearLeft {
  clear: left;
}

/* Forms --------------------------------------- */

form .field {
    margin-bottom: 10px;
}

form label {
    font-size: 0.875em;
    display: block;
}

form input,
form select,
form textarea {
    color: #8b8b8d;
    font-size: 0.875em;

    border: 1px solid #d7d7d7;
    padding: 5px 10px;
}

form textarea.textarea,
form input.text {
    width: 300px;
}

form select.dropdown {
    width: 320px;
}

form #recaptcha_area {
    float: left;
    padding: 10px 0 10px 120px;
}

form label.required {
    color: #ff0000;

    clear: both;
    float: none;
    margin: 10px 0 20px 120px;
    width: auto;
}

.typography form li:before {
    display: none;
}
form .optionset label,
form input.checkbox {
    display: inline-block;
}

/* Header --------------------------------------- */

header {
    height: 194px;
    padding: 0 50px;
}

    header .left,
    header .right {
        float: left;
    }

        header .left {
            width: 160px;
        }

            header #hdr-logo {
                margin: 30px 0 0 0;
            }

        header .right {
            width: 700px;
        }

            header #hdr-ctas {
                float: right;
                margin: 50px 0 30px 0;
            }

                header #hdr-ctas a {
                    color: #ffffff;
                    font-family: "karbon_boldregular";
                    font-size: 1.250em;
                    line-height: 45px;
                    text-align: center;

                    display: inline-block;
                    float: left;
                    height: 45px;
                    margin: 0 0 0 5px;
                    padding: 0 17px;
                    width: auto;
                }

                header #hdr-ctas a.order {
                    background-color: #88699d;
                }

                    header #hdr-ctas a.order:hover,
                    header #hdr-ctas a.order:active,
                    header #hdr-ctas a.order:focus {
                        background-color: #b090c6;
                    }

                header #hdr-ctas a.donate {
                    background-color: #adc32b;
                }

                    header #hdr-ctas a.donate:hover,
                    header #hdr-ctas a.donate:active,
                    header #hdr-ctas a.donate:focus {
                        background-color: #99af1a;
                    }

                    header #hdr-ctas a img {
                        margin-right: 12px;
                    }

                header #hdr-ctas a.newsletter {
                    background-color: #005a8a;
                }

                    header #hdr-ctas a.newsletter:hover,
                    header #hdr-ctas a.newsletter:active,
                    header #hdr-ctas a.newsletter:focus {
                        background-color: #00669d;
                    }

            /* Social icons ------------------------------------- */

            .social-ctas {
                float: right;
                width: 130px;
            }

                .social-ctas a {
                    display: block;
                    float: left;
                    margin: 0 0 0 15px;
                }

                .social-ctas .fa {
                    float: left;
                }

                .fa-facebook-official {
                    color: #3b5998;
                }
                .fa-facebook-official:hover {
                    color: #8b9dc3;
                }

                .fa-twitter {
                    color: #1da1f3;
                }
                .fa-twitter:hover {
                    color: #8c8b91;
                }

                .fa-vimeo-square {
                    color: #1ab7ea;
                }
                .fa-vimeo-square:hover {
                    color: #000000;
                }

            /* Navigation --------------------------------------- */

            header nav {
                clear: both;
            }

                header nav ul {
                    margin: 0;
                    padding: 0;
                }

                    header nav li {
                        display: block;
                        float: left;
                        margin-left: 30px;
                    }

                        header nav a {
                            color: #5a5a5c;
                            font-family: "karbon_mediumregular";
                            font-size: 1.125em;
                        }

                            header nav a:hover,
                            header nav a:active,
                            header nav a:focus {
                                color: #88699d;
                            }


                            /* Drop-down Navigation --------------------------------------- */

                            #nav li {
                                position: relative;
                                width: auto;
                                z-index: 200;
                            }

                            #nav li .submenu {
                                background: url(../images/icons/ico_triangle.gif) no-repeat 55px 15px;
                                padding: 25px 0 0 0;
                                position: absolute;
                                    left: -999em;
                                width: 420px;
                            }

                                #nav li .submenu .submenu-bg {
                                    background-color: #88699d;
                                    float: left;
                                }

                                #nav ul {
                                    background-color: #88699d;
                                    float: left;
                                    padding: 15px 0;
                                }

                                #nav li li {
                                    float: none;
                                    margin: 0;
                                    width: 210px;
                                }

                                #nav li ul a {
                                    color: #ffffff;
                                    font-family: Arial, Helvetica, sans-serif;
                                    font-size: 0.813em;
                                    font-weight: bold;

                                    display: block;
                                    height: 25px;
                                    margin: 0;
                                    padding: 7px 10px 2px 20px;
                                    width: auto;
                                }

                                #nav li ul a:hover,
                                #nav li ul a:active,
                                #nav li ul a:focus {
                                    background-color: #b090c6;
                                }

                            #nav li:hover .submenu,
                            #nav li.hover .submenu,
                            #nav li.sfhover .submenu {
                                left: -20px;
                                z-index: 200;
                            }

#main {}

    #banner-holder {
        height: 220px;
        position: relative;
    }

        /* Page Header --------------------------------------- */

        .page-header {
            color: #ffffff;
            padding: 0 60px;
            position: absolute;
                bottom: 25px;
                left: 0;
        }

            .page-header a {
                color: #ffffff;
            }

                .page-header a:hover,
                .page-header a:active,
                .page-header a:focus {
                    color: #99af1a;
                }

            .page-header h1 {
                font-family: "karbon_boldregular";
                font-size: 2.125em;
                font-weight: normal;
                text-shadow: 2px 2px 15px #000000;

                margin: 0;
            }

            .page-header ul.breadcrumb {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

                .page-header .breadcrumb li {
                    font-size: 0.750em;
                    display: inline;
                    text-shadow: 0 0 6px #000000;
                }

    /* Side Bar --------------------------------------- */

    #side {
        float: left;
        padding: 25px 0 50px 50px;
        width: 250px;
    }

        #side p.content-title {
            font-family: "karbon_boldregular";
            font-size: 1.125em;
            margin-bottom: 5px;
        }

        #side ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #side li {
                margin-bottom: 5px;
            }

                #side li a {
                    color: #5a5a5c;
                    font-size: 0.750em;
                    line-height: 1.500em;
                }

                #side li.current a,
                #side li a:hover,
                #side li a:active,
                #side li a:focus {
                    color: #adc32b;
                }

                #side li.current a {
                    font-weight: bold;
                }

    /* Main Content --------------------------------------- */

    #content {
        float: right;
        padding: 25px 60px 50px 0;
        width: 600px;
    }

        /* FAQs --------------------------------------- */

        ul.faqs {
            list-style-type: none;
            margin: 20px 0 0 0;
            padding: 0;
        }

            .faqs li {}

                .faqs h2 {
                    font-size: 1em;
                    font-weight: bold;
                    line-height: 1.500em;
                    margin: 0 0 10px 0;
                }

                    .faqs h2 a {
                        color: #ab96ba;
                    }

                        .faqs h2 a:hover,
                        .faqs h2 a:active,
                        .faqs h2 a:focus {
                            color: #88699d;
                        }

                .faqs p {
                    margin: 0 0 1em 0;
                }

        /* Events --------------------------------------- */

        ul.event-summaries {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .event-summaries li {
                border-top: 1px solid #eeeeee;
                float: left;
                padding: 50px 0;
            }

            .event-summaries li:first-child {
                border-top: 0 none;
                padding-top: 0;
            }

                .event-summaries li .image {
                    float: left;
                    margin-right: 30px;
                    width: 240px;
                }

                .event-summaries li .text {
                    float: left;
                    width: 570px;
                }

                    .event-summaries li h2 {
                        color: #ab96ba;
                        font-size: 1em;
                        font-weight: bold;
                        margin: 0;
                    }

                        .event-summaries li span.date {
                            font-weight: normal;
                        }

        body.BlogPage #content {
            float: left;
            padding: 25px 0 50px 60px;
            width: 550px;
        }

        body.BlogPage #content.full-width,
        body.DonatePage #content.full-width {
          padding: 25px 60px 50px 60px;
          width: auto;
        }

        body.BlogPage #side {
            float: right;
            padding: 25px 50px 50px 0;
        }

            body.BlogPage #side ul li {
                margin: 0 0 30px 0;
                padding: 0;
            }

        body.BlogPage #sponsors {
            padding: 0 60px;
        }

            #sponsors h1 {
                color: #ab96ba;
                font-size: 1.250em;
            }

            #sponsors ul {
                list-style-type: none;
                margin: 0 0 30px 0;
                padding: 0;
            }

                #sponsors ul li {
                    display: inline;
                    margin: 0 20px 0 0;
                }



    /* Homepage Banner --------------------------------------- */

    body.HomePage #banner-holder {
        height: 370px;
    }

        #banner-holder .slides {
            text-align: center;

            height: 370px;
            overflow: hidden;
            width: 100%;
        }

        #banner-holder .slides .text-block{
          position: absolute;
          bottom: 50px;
          left: 55px;
          text-align: left;
          width: 670px;
        }

        #banner-holder .slides .text-block h1,
        #banner-holder .slides .text-block h2 {
          font-family: 'karbon_mediumregular';
          font-size: 40px;
          font-weight: bold;
          color: #ffffff;
          text-shadow: 2px 2px 15px #000000;
          margin: 0;
        }

        #banner-holder .slides .text-block a {
          padding: 7px 20px;
          display: block;
          color: #ffffff;
          font-weight: bold;
          font-size: 16px;
          background-color: #acc32b;
          float: left;
          margin-top: 10px;
        }

        #banner-holder .slides .text-block a:hover { background-color: #b8cc45; }

        #banner-holder .slides .text-block h2 {
          font-family: 'karbon_regularitalic';
        }

            #banner-holder .slide {
                display: block;
                height: 370px;
                width: 100%;
            }

            #banner-holder .custom-pager {
                overflow: hidden;
                position: absolute;
                    bottom: 50px;
                    right: 60px;
                width: auto;
                z-index: 105;
            }
            #banner-holder .custom-pager span {
                color: #b8bbbe;
                font-size: 50px;

                background-color: #eeeeee;
                cursor: pointer;
                display: inline-block;
                height: 10px;
                margin-left: 10px;
                width: 10px;

                filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
                -moz-opacity: 0.5;
                opacity: 0.5;
            }
            #banner-holder .custom-pager span.cycle-pager-active {
                color: #ffffff;

                filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                -moz-opacity: 1;
                opacity: 1;
            }

            #banner-holder .custom-pager > * {
                cursor: pointer;
            }

    #main-ctas-content {
        background: url(../images/layout/bg_green.jpg) no-repeat center top;
        height: 277px;
        padding: 0 60px;
    }

        #main-ctas-content .cta {
            float: left;
            margin-left: 60px;
            padding: 50px 0 0 0;
        }

        #main-ctas-content .cta:first-child {
            margin-left: 0;
        }

            #main-ctas-content a {
                color: #ffffff;
                font-family: "karbon_boldregular";
                font-size: 1.375em;

                display: block;
                width: 240px;
            }

                #main-ctas-content a:hover,
                #main-ctas-content a:active,
                #main-ctas-content a:focus {
                    color: #99af1a;
                }

                #main-ctas-content span {
                    line-height: 1.091em;

                    background: url(../images/icons/ico_arrow.png) no-repeat left 8px;
                    display: block;
                    padding-left: 25px;
                }

            #main-ctas-content img {
                border: 2px solid #ffffff;
                margin: 0 0 15px 0;
            }

    #main-snippets {
        padding: 50px 0 0 60px;
    }

        /* Content Summaries --------------------------------------- */

        ul.content-summaries {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .content-summaries li {
                float: left;
                margin: 0 60px 40px 0;
                width: 240px;
            }

                .content-summaries li h2 {
                    color: #ab96ba;
                    font-size: 1em;
                    font-weight: bold;
                }


        /* Homepage --------------------------------------- */

        body.HomePage #main-snippets {
            padding: 20px 0 0 0;
        }

        #main-snippets #news {
            float: left;
            padding-left: 60px;
            width: 570px;
        }

            #news .title h1 {
                color: #ab96ba;
                font-family: "karbon_mediumregular";
                font-size: 1.750em;
                font-weight: normal;
                padding-left: 40px;
            }

            #news .news h1 {
                background: url(../images/icons/ico_rss.gif) no-repeat left center;
            }

            #news .events h1 {
                background: url(../images/icons/ico_calendar.gif) no-repeat left center;
            }

            #news .category {
                clear: both;
            }

            #news .category:first-child {
                margin: 0 0 35px 0;
            }

                #news .category ul {
                    list-style-type: none;
                    margin: 0 0 30px 0;
                    padding: 0;
                }

                    #news .category li {
                        float: left;
                        width: 285px;
                    }

                        #news .category .news-thumb {
                            float: left;
                            margin-right: 20px;
                            width: 80px;
                        }

                        #news .category .news-info {
                            float: left;
                            width: 185px;
                        }

                            #news .category .news-info p {
                                font-size: 0.750em;
                                line-height: 1.667em;
                                margin: 0;
                            }

                            #news .category .news-info a {
                                font-size: 1.167em;
                                font-weight: bold;
                            }

                #news a.cta-button {
                    clear: both;
                }

        #main-snippets #about {
            border-left: 1px solid #eeeeee;
            float: right;
            padding: 0 50px 50px 50px;
            width: 229px;
        }

            #about h1 {
                color: #ab96ba;
                font-family: "karbon_mediumregular";
                font-size: 1.750em;
                font-weight: normal;

                background: url(../images/icons/ico_doctor.gif) no-repeat left center;
                padding-left: 40px;
            }


    #main-ctas {
        border-top: 1px solid #eeeeee;
        clear: both;
    }

        #main-ctas #cta-help,
        #main-ctas #cta-order {
            float: left;
            padding-bottom: 20px;
        }

        #main-ctas #cta-order {
            border-left: 1px solid #eeeeee;
        }

        #main-ctas #cta-help {
            margin-right: 70px;
        }

            #main-ctas h1 {
                color: #ab96ba;
                font-family: "karbon_mediumregular";
                font-size: 1.750em;
                font-weight: normal;
                padding-left: 50px;
            }

            #cta-help .image,
            #cta-order .image {
                float: left;
                margin-right: 20px;
            }

            #main-ctas .blurb {
                float: left;
                width: 250px;
            }

/* Footer --------------------------------------- */

footer {
    border-top: 1px solid #eeeeee;
    clear: both;
    padding: 30px 60px;
    position: relative;
}

    footer a {
        color: #8b8b8d;
        font-size: 0.750em;
        font-weight: bold;
    }

        footer a:hover,
        footer a:active,
        footer a:focus {
            color: #99af1a;
        }

    footer .left {
        float: left;
        width: 510px;
        margin-top: 0px;
    }

        form#Form_subscribeForm {
            margin: 0 0 20px 0;
        }

            form#Form_subscribeForm label {
                color: #ab96ba;
                font-size: 0.750em;
                font-weight: bold;
                line-height: 28px;

                display: block;
                float: left;
                margin: 0 20px 0 0;
            }

                form#Form_subscribeForm label img {
                    margin-right: 10px;
                }

            form#Form_subscribeForm label.success,
            form#Form_subscribeForm label.error {
                color: #ff0000;

                float: none;
                position: absolute;
                    top: 30px;
                    left: 520px;
                width: auto;
            }

            form#Form_subscribeForm label.success {
              color: green;
            }

            form#Form_subscribeForm input[type="email"],
            form#Form_subscribeForm input[type="text"] {
                float: left;
                margin-right: 10px;
                width: 148px;
            }

            form#Form_subscribeForm input[type="submit"] {
                margin: 0;
            }

    footer .right {
        text-align: right;

        float: right;
        width: 330px;
    }

        footer .left .fb-holder {
            height: 40px;
        }
        .fb-holder,
        .tw-holder {
            display: inline-block;
        }
        .tw-holder {
            position: relative;
            top: 10px;
            margin-left: 20px;
        }

        footer .left a:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            opacity: 0.8;
        }

        footer .left ul {
            list-style-image: none;
            margin: 10px 0 0 0;
            padding: 0;
        }

            footer .left li {
                display: inline;
                margin-right: 30px;
            }

        footer p {
            color: #8b8b8d;
            font-size: 0.750em;
            font-weight: normal;
        }

/* Reusable --------------------------------------- */
form input[type=submit].action,
.cta-button {
    color: #ffffff;
    font-size: 0.750em;
    font-weight: bold;
    line-height: 30px;

    background-color: #acc32b;
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    width: auto;
}

.cta-button.purple { background-color: #88699d; }

    form input[type=submit].action:hover,
    form input[type=submit].action:active,
    form input[type=submit].action:focus,
    .cta-button:hover,
    .cta-button:active,
    .cta-button:focus {
        color: #ffffff;
        background-color: #99af1a;
    }

    .cta-button.purple:hover,
    .cta-button.purple:active,
    .cta-button.purple:focus
    {
      background-color: #b090c6;
    }

.cta-button.short {
    line-height: 20px;

    padding: 0 10px;
    height: 20px;
}

.back-button {
    clear: both;
    padding: 20px 0 0 0;
}

.pagination {
  float: right;
  margin: 40px 60px 40px 0;
  width: 840px;
  text-align: right;
  font-size: 12px;
}

.pagination .page-numbering ul {
  float: right;
  list-style: none;
  margin: 5px 10px 0 10px;
  padding: 0;
}

.pagination .page-numbering ul li{
  float: left;
  margin: 0 7px;
}

.pagination .page-numbering ul li a.current{
  text-decoration: underline;
}

.pagination a.prev,
.pagination a.next {
  display: block;
  background-color: #acc32b;
  padding: 5px 15px;
  color: #ffffff;
  font-weight: bold;
  float: right;
}

.pagination a.prev:hover,
.pagination a.next:hover {
  background-color: #b6c757;
}


.pagination a.prev.disabled,
.pagination a.next.disabled {
  background-color: #dee7aa !important;
}

body.SitemapPage #content {
  float: none;
}

#Sitemap {
  padding: 0 60px;
}

body.SitemapPage #Sitemap ul {
  list-style: none;
  padding-left: 20px;
}

body.SitemapPage #Sitemap ul li {
  font-size: 14px;
}

body.SitemapPage #Sitemap ul li:before {
  content: "";
}

/* -- Donate Page -- */
.donation-select {
  text-align: center;
}
.donation-select h2 {
  color: #AB96BA;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0.5em 0;
  padding-bottom: 10px;
}
.donation-select p {
  font-style: italic;
  color: #868687;
}
.donation-select input[type="submit"] {
  margin: 0;
  font-size: 22px;
  height: auto;
  padding: 10px 20px;
}
.donation-select .options {
  list-style: none;
  padding: 0;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  width: 630px;
}
.donation-select .options li {
  text-align: left;
  margin: 0 30px 10px 0;
  width: 190px;
  display: inline-block;
}
.donation-select .options li.last {
  margin-right: 0;
  clear: right;
}
.donation-select li img {
  margin-bottom: 10px;
}
.donation-select li input {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.donation-select li label {
  width: auto;
  float: none;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #ab96ba;
  font-weight: bold;
}
.donation-select li label span {
  display: inline-block;
  width: 160px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}
