﻿body {
    background: #ececec url(../png/main-pattern.png);
    color: #888;
}

header {
    position: relative;
    height: 225px;
    background: url(../png/header.png) white repeat-x center center;
    display: block;
}

.full-width {
    width: 100%;
}

#header-container {
    background: url(../png/header.png) white repeat-x center center;
}

#main #content {
    position: relative;
    display: block;
    background: #f5f5f5;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.1);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

.shadow-main {
    height: 11px;
    background: url(../png/shadow-main.png) no-repeat top center;
}

#masthead {
    position: relative;
    margin-top: -78px;
    background: #1c1d1d;
    padding-left: 24px;
    min-height: 75px;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    text-shadow: 0px -1px 1px rgba(0,0,0,1);
}

    #masthead .head {
        font-family: "BenchNine400",helvetica,arial,sans-serif;
        font-size: 21px;
        color: #ddd;
    }

    #masthead .subhead {
        font-family: helvetica,arial,sans-serif;
        font-size: 13px;
        color: #888;
        margin-left: 21px;
    }

    #masthead span {
        line-height: 69px;
    }



.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#logo {
    display: block;
    padding-top: 23px;
}

/* NAVIGATION ------------------------------------------------------------*/


nav {
    float: right;
    line-height: 1.8em;
}

    nav a {
        text-decoration: none;
        color: #acacac;
           }

#nav {
    margin-top: 80px;
}

    #nav li {
        display: inline;
        font-size: 16px;
        float: left;
    }

    #nav > li > a {
        display: block;
        overflow: hidden;
        padding: 5px 20px 0px 10px;
        color: #f5f5f5;
        background: rgba(0,0,0,.0);
        text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #nav > li > a:hover,
        #nav > li.current-menu-item > a,
        #nav > li.current_page_item > a {
            background: #303232;
            background: rgba(0,0,0,.2);
            border-bottom: solid #1c1d1d 0px;
        }

    #nav > li.current-menu-item > a,
    #nav > li.current_page_item > a {
        color: #fe8300;
    }

    #nav > li > a > .subheader {
        color: #717171;
        display: block;
        font-size: 11px;
        margin-top: -8px;
        font-weight: lighter;
    }

    #nav .sf-sub-indicator {
        float: right;
        display: none;
    }

    #nav > li > a > .sf-sub-indicator {
        display: none;
    }


    /* sub navigation -----------------------------------------------------*/

    #nav > li ul {
        display: block;
        margin-top: 0px;
        background: #1c1d1d;
    }


        #nav > li ul li a {
            display: block;
            padding: 10px 15px;
            display: block;
            font-size: 11px;
            color: silver;
            text-decoration: none;
        }

            #nav > li ul li a span {
                display: block;
            }

            #nav > li ul li a:hover {
                background: #717171;
                color: #1c1d1d;
            }


/* MOBILE NAVIGATION ------------------------------------------------*/

#mobile-nav-holder {
    z-index: 1000;
    background: #191a1a;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

#mobile-nav {
    display: none;
    padding-top: 20px;
    padding-bottom: 30px;
    list-style: none;
}

    #mobile-nav li ul {
        list-style: none;
        margin-left: -20px;
    }

#mobile-nav-holder a {
    display: block;
    padding: 7px 14px;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 13px;
    font-weight: lighter;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile-nav-holder li a {
    border-bottom: 1px solid #222;
}

#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a {
    border: none;
}

#mobile-nav-holder li > ul a {
    color: #888888;
    margin-left: 30px;
}

#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
    background: #0d0d0d;
}

#mobile-nav-holder a:hover {
    padding-left: 20px;
}

#mobile-nav-holder #nav-open {
    background: #191a1a;
    position: absolute;
    right: 0px;
    margin-right: 50px;
    z-index: 2000;
}

    #mobile-nav-holder #nav-open a {
        display: block;
        padding: 7px 14px;
    }

        #mobile-nav-holder #nav-open a:hover,
        #mobile-nav-holder #nav-open a:focus {
            background: #191a1a;
        }

    #mobile-nav-holder #nav-open:hover a {
        color: #cccccc;
    }

#mobile-nav > .current-menu-item > a,
#mobile-nav > .current_page_item > a {
    color: #fe8300;
}

#language-bar {
    position: relative;
    top: -75px;
    right: 0px;
    width: auto;
    display: block;
    float: right;
    margin-right: 20px;
}

    #language-bar ul {
        list-style: none;
        display: block;
        overflow: hidden;
    }

    #language-bar li {
        display: inline;
        padding: 0px;
        margin: 3px 2px;
    }

        #language-bar li img {
            width: 32px;
            height: 32px;
        }

#login-holder-horiz {
    z-index: 1000;
    position: absolute;
    top: 30px;
    right: 0;
    margin-right: 10px;
    padding-top: 0px;
}

    #login-holder-horiz ul {
        display: block;
        list-style: none;
        float: right;
    }

    #login-holder-horiz li {
        display: inline;
        font-size: 16px;
        color: white;
    }

        #login-holder-horiz li a {
            color: white;
            padding: 5px 10px;
            display: inline-block;
            text-decoration: none;
        }

            #login-holder-horiz li a:hover {
                color: white;
                background-color: #1c1d1d;
            }

#login-holder-vert {
    margin-top: 60px;
    text-align: right;
}

    #login-holder-vert ul {
        list-style: none;
    }

    #login-holder-vert li {
        font-size: 16px;
        color: white;
        margin-right: 25px;
    }

        #login-holder-vert li a {
            color: white;
            padding: 5px 10px;
            display: inline-block;
            text-decoration: none;
        }

            #login-holder-vert li a:hover {
                color: white;
                background-color: #1c1d1d;
            }

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald",helvetica,arial,sans-serif;
    color: #444 !important;
    font-style: normal;
}
/*h1 a{
    color: #444 !important;
}
h1 a:hover {
    color: #fe8300;
    text-decoration: none;
}*/


.sidebar a {
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .sidebar a:hover {
        color: #fe8300;
    }

.sidebar h4 {
    margin-bottom: 10px;
}

.sidebar .block {
    padding: 16px;
    background: #eaeaea;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    margin-bottom: 24px;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, h6::first-letter {
    text-transform: capitalize;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 24px;
    line-height: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
    line-height: 31px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


    h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
        margin-bottom: 21px;
    }

/* styles for the alpha search letters */
.member-search {
    float: right;
    padding-top: 20px;
}

.directory-index {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.directory-index-letter {
    font-size: 12pt;
    display: inline-block;
    background-color: #393B3B;
    color: white;
    margin-right: 2px;
    margin-top: 2px;
    width: 20px;
    text-align: center;
}

    a.directory-index-letter :hover {
        text-decoration: none;
    }

.gray-row {
    background-color: #C0C0C0;
}

.alt-row {
    background-color: #EAEAEA;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.normal-row {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

/*media all*/
#posts-list, #post-content {
    margin-top: 24px;
    margin-bottom: 24px;
}

#post-list .post-heading {
    display: block;
    text-decoration: none;
    color: #444 !important;
    line-height: 1.3em;
    font-style: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.post-heading {
    color: #444 !important;
}

    a.post-heading:visited {
        color: #444 !important;
    }

#posts-list .post-heading:hover {
    color: #fe8300 !important;
    text-decoration: none;
}

a.post-heading:active {
    color: #444 !important;
}

#posts-list .meta, #post-content .meta {
    /*border-bottom: 1px solid #ccc;
    margin-bottom: 11px;*/
    padding-bottom: 11px;
    font-style: italic;
    font-size: 11px;
}

#posts-list .exerpt {
    margin-bottom: 10px;
}

#posts-list .read-more {
    background: #eaeaea;
    padding: 5px 10px;
    text-decoration: none;
    color: blue;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#posts-list h2 {
}

#posts-list .news-with-photo {
    min-height: 200px;
}

#posts-list .news-no-photo {
}

footer {
    background: url(../png/footer-line.png) repeat-x top left, url(../png/noise.png);
    background-color: #e6e5e1;
    min-height: 100px;
    text-shadow: 0px 1px rgba(255,255,255,0.9);
}

    footer .wrapper {
        margin-top: -60px;
        padding-bottom: 60px;
    }

.footer-row {
    padding-top: 80px;
}

#footer-cols h4 {
    margin-bottom: 21px;
}

#footer-cols > li {
    display: block;
    float: left;
    width: 252px;
    margin-left: 24px;
}

#map {
    display: block;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
}

.widget-block ul.address-block {
    list-style: none;
    margin: 0;
    outline: 0;
}

.address-block li {
    padding-left: 25px;
    display: block;
    float: left;
    margin-left: -35px;
    width: 100%;
}

.address-block .address {
    background: url(../png/icon-address.png) no-repeat top left;
}

.address-block .phone {
    background: url(../png/icon-phone.png) no-repeat top left;
}

.address-block .email {
    background: url(../png/icon-email.png) no-repeat top left;
}

.block {
    padding: 16px;
    background: #eaeaea;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    margin-bottom: 24px;
    margin-top: 24px;
}

    .block img {
        width: 100%;
    }

.recent-post {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.6);
}

    .recent-post .thumbf {
        float: left;
        display: block;
        float: left;
        line-height: 0em;
        background: #fff;
        padding: 3px;
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
        box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    }

    .recent-post .thumb, .thumbh {
        display: block;
        line-height: 0em;
        background: #fff;
        padding: 3px;
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
        box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    }

    .recent-post .post-head {
        float: left;
        width: 184px;
        margin-left: 7px;
        font-size: 13px;
        line-height: 1.5em;
    }

        .recent-post .post-head span {
            display: block;
            font-size: 11px;
            color: #888888;
        }

footer a {
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Downloads page - start */

.down-block-heading {
    margin-left: 0px;
    margin-right: 0px;
}

.home-block-heading, .down-block-heading {
    border-bottom: 1px solid #ccc;
    color: #444;
    padding-bottom: 20px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 32px;
}

img.downdload-content {
    max-width: 225px !important;
}

.downloads {
    padding-bottom: 70px;
}

    .downloads figure {
        position: relative;
        float: left;
        width: 225px;
        margin-left: 24px;
        margin-bottom: 21px;
    }

        .downloads figure img {
            max-width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .downloads figure .thumb {
            display: block;
            background: url(../plus.html) no-repeat center center;
            margin-bottom: 21px;
            -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, .2);
            -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, .2);
            box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
        }

        .downloads figure .heading {
            text-decoration: none;
            font-style: normal;
            font-weight: bold;
            color: #444;
            font-size: 16px;
            display: block;
            margin-bottom: 14px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .downloads figure .link {
            display: none;
            position: absolute;
            top: -2px;
            right: 10px;
            background: url(../ribbon-link.html) no-repeat top left;
            width: 33px;
            height: 61px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


/* downloads page - end */

#contactForm input[type='text'], #commentForm input[type='text'] {
    overflow: auto;
    width: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

#contactForm textarea, #commentform textarea {
    width: 90%;
    height: 230px;
}

#contactForm input, #contactForm textarea, #commentform input, #commentform textarea {
    padding: 10px 15px;
    background: #eaeaea;
    color: #484848;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: Helvetica,Arial;
    line-height: 1.5em;
    overflow: auto;
}

    #contactForm input[type=text]:focus, #contactForm textarea:focus {
        background-color: white;
        border: 1px solid #ccc;
    }


#contactForm label, #commentform label {
    padding-left: 7px;
    color: #484848;
}

#contactForm input[type='submit']:hover, #commentform input[type='submit']:hover, #contactForm input[type='button']:hover {
    background: #fe8300;
    color: #fff;
}

/*media all*/
#contactForm input[type='submit'], #commentform input[type='submit'], #contactForm input[type='button'] {
    margin: 21px 0px;
    width: auto;
    color: #444;
    font-size: 11px;
    background: #eaeaea;
    padding: 3px 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    -o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.errorText {
    color: red;
    font-weight: bold;
    display: block;
}


article {
    margin-bottom: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.feature-image {
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.add-min-height-five {
    min-height: 500px;
}

.add-top-margin {
    margin-top: 15px;
}

.add-bottom-margin {
    margin-bottom: 15px;
}

.heading {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    color: #444;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.down-block-heading {
    color: #444;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.add-top-border {
    border-top: 1px solid #ccc;
    padding-top: 30px !important;
}

.searchLabel {
    color: #444;
    width: 75px;
    font-size: 13pt;
    font-weight: bold;
}


[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.55556rem;
}

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"] > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.55556rem 1.11111rem;
        margin: 0 auto;
        text-align: center;
    }



@media only screen {
    .small-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

        .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .small-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }

        .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%;
    }

        .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .small-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }

        .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .small-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }

        .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%;
    }

        .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%;
    }

        .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }

        .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%;
    }

        .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .small-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }

        .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%;
    }

        .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%;
    }

        .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 35.61111em) {
    .medium-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

        .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .medium-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }

        .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%;
    }

        .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .medium-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }

        .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .medium-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }

        .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%;
    }

        .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%;
    }

        .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }

        .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%;
    }

        .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .medium-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }

        .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%;
    }

        .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%;
    }

        .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 56.94444em) {
    .large-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

        .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .large-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }

        .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%;
    }

        .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .large-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }

        .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .large-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }

        .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%;
    }

        .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%;
    }

        .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }

        .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%;
    }

        .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .large-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }

        .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%;
    }

        .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%;
    }

        .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}


/* styles for the login form*/
fieldset ol {
    padding: 0;
    list-style: none;
}

.input-validation-error, input.input-validation-error, textarea.input-validation-error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

.field-validation-error {
    display: block;
    padding: 6px 4px;
    margin-top: 1px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.form-control-login {
    display: inline-block;
    width: 98%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
