﻿/*
Theme Name: OSDBU - Electronic Capability Statement (e-Cape)
Author: HTML Site
*/


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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/*******************************
 * BODY
 * -----------------------------------------------------------------------------
 */
button, input, select, textarea {
    color: #545454;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    border: 1px solid #ccc;
    padding: 6px 15px;
}

    input[type="submit"] {
        background: #ff0000;
        border: 1px solid #ff0000;
        color: #FFF;
        font-size: 20px;
        font-family: 'sansationregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        padding: 6px 15px;
        text-align: center;
        text-transform: uppercase;
        margin: 20px 0px 0px;
        cursor: pointer;
    }

        input[type="submit"]:hover {
            background: #333;
            border: 1px solid #333;
        }

/*******************************
 * LINKS
 * -----------------------------------------------------------------------------
 */
a {
    text-decoration: none;
}

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

    a:active, a:hover {
    }

/*******************************
 * HEADINGS
 * -----------------------------------------------------------------------------
 */
h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}

h2 {
    font-size: 24px;
    line-height: 1;
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
}

/*******************************
 * ATTRIBUTES
 * -----------------------------------------------------------------------------
 */
address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b, strong {
    font-weight: 700;
}

cite, dfn, em, i {
    font-style: italic;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

p {
    margin: 0px;
}

code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}

    blockquote cite, blockquote small {
        color: #2b2b2b;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

    blockquote em, blockquote i, blockquote cite {
        font-style: normal;
    }

    blockquote strong, blockquote b {
        font-weight: 400;
    }

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul, ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}
/*button, input, select, textarea{-webkit-box-sizing: border-box; -moz-box-sizing:    border-box; box-sizing:         border-box; font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline;}
button, input{line-height: normal;}
input, textarea{background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */ /*}*/
/*button, html input[type="button"], input[type="reset"], input[type="submit"]{-webkit-appearance: button; cursor: pointer;}
button[disabled], input[disabled]{cursor: default;}*/
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
/*input[type="search"]{-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner{border: 0; padding: 0;}*/
textarea {
    overflow: auto;
    vertical-align: top;
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

/*******************************
 * ALIGNMENT
 * ----------------------------------------------------------------------------- */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

::selection {
    background: #535353;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #535353;
    color: #fff;
    text-shadow: none;
}

.scroll {
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

/*******************************
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}





/*******************************
 * NEW CSS
 * ----------------------------------------------------------------------------- */

body {
    background: #fff;
    margin: 0px auto;
    padding: 0px;
    -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
    transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
}

#main-bg {
    margin: 0px auto 0px;
    padding: 0px;
    width: 100%;
}

#main-page {
    width: 100%;
    margin: 0px auto 0px;
    padding: 0px;
    height: auto;
    position: relative;
    z-index: 1;
}

/*** AD BANNER ***
/* ----------------------------------------------------------------------------- */
#top-banner {
    margin: 0px auto;
    padding: 10px 0px 10px;
    width: 100%;
    background: #000;
    float: left;
}

    #top-banner .top-ad {
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        max-width: 964px;
    }

        #top-banner .top-ad ul {
            margin: 0px auto;
            padding: 0px;
            list-style: none;
        }

            #top-banner .top-ad ul li {
                margin: 0px auto;
                padding: 0px;
                list-style: none;
            }

                #top-banner .top-ad ul li.left {
                    background: #ff0000;
                    float: left;
                    padding: 10px 2% 9px;
                    width: 57%;
                    font-size: 14px;
                    color: #FFF;
                    line-height: 20px;
                    text-align: left;
                    font-family: 'Open Sans', sans-serif;
                }

                    #top-banner .top-ad ul li.left .button a {
                        background: #000;
                        padding: 9px 15px;
                        margin: 0px 2% 0px 0px;
                        float: left;
                        font-size: 15px;
                        color: #FFF;
                        text-align: center;
                        text-transform: uppercase;
                        font-weight: 800;
                    }

                        #top-banner .top-ad ul li.left .button a:hover {
                            background: #be0000;
                        }

                    #top-banner .top-ad ul li.left p a {
                        color: #FFF;
                    }

                #top-banner .top-ad ul li.right {
                    background: #FFF;
                    float: right;
                    width: 39%;
                }

#top-bannes .top-ad ul li.right img {
    margin: 0px;
    padding: 0px;
}

#banner-link {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    max-width: 964px;
    position: absolute;
    min-height: 59px;
    height: auto;
}

    #banner-link a {
        margin: 0px auto;
        padding: 0px;
        position: relative;
        min-height: 59px;
        height: auto;
        display: block;
        text-indent: -2000px;
    }


/*** LOGO HOME ***
/* ----------------------------------------------------------------------------- */
#logo-bg-home {
    left: 0;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    min-height: 148px;
    height: auto;
    background-image: url(/images/nav-pattern-home.png), url(/images/nav-bg-home.png);
    background-position: left top, center top;
    background-repeat: repeat-x, no-repeat;
    position: absolute;
    z-index: 2;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

    #logo-bg-home .logo-main {
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        max-width: 1220px;
    }

        #logo-bg-home .logo-main > .logo {
            width: 417px;
            height: 74px;
            margin: 25px 0px 0px 0px;
            padding: 0px;
            float: left;
        }

            #logo-bg-home .logo-main > .logo img {
                margin: 0px;
                padding: 0px;
            }

/*** LOGO ***
/* ----------------------------------------------------------------------------- */
#logo-bg {
    left: 0;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    min-height: 148px;
    height: auto;
    background-image: url(/images/nav-pattern.png), url(/images/nav-bg.png);
    background-position: left top, center top;
    background-repeat: repeat-x, no-repeat;
    position: absolute;
    z-index: 2;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

    #logo-bg .logo-main {
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        max-width: 1220px;
    }

        #logo-bg .logo-main > .logo {
            width: 417px;
            height: 74px;
            margin: 25px 0px 0px 0px;
            padding: 0px;
            float: left;
        }

            #logo-bg .logo-main > .logo img {
                margin: 0px;
                padding: 0px;
            }



/*** HEADER TAG ***
/* ----------------------------------------------------------------------------- */
header {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

.header-main {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    max-width: 1600px;
    min-height: 792px;
    height: auto;
    position: relative;
    z-index: 0;
}

    .header-main img {
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 0;
        top: 0px;
    }

#tagline {
    margin: 0px;
    padding: 30px 30px 30px 13%;
    width: 43%;
    background: rgba(0, 0, 0, 0.5);
    max-width: inherit;
    position: absolute;
    z-index: 1;
    top: 342px;
    left: 0px;
    right: 0px;
}

    #tagline h1 {
        margin: 0px;
        padding: 0px;
        font-size: 35px;
        text-align: left;
        font-weight: 800;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        line-height: 40px;
        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.52);
    }

        #tagline h1 span.blue {
            color: #00c0ff;
            display: block;
        }

    #tagline em {
        font-size: 20px;
        font-style: italic;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #FFF;
        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.52);
        line-height: 33px;
    }

    #tagline span.serif {
        font-size: 19px;
        font-family: 'PT Serif', serif;
        font-weight: 400;
        color: #FFF;
        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.52);
        line-height: 33px;
    }


/***** NAVIGATION ***
/* ----------------------------------------------------------------------------- */
nav {
    margin: 0px 30px 0px 0px;
    padding: 0px;
    width: auto;
    float: right;
    min-height: 65px;
    height: auto;
    text-align: center;
}

    /*------------------------------  Nav main li css   ------------------------------*/
    nav ul {
        list-style: none;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        height: auto;
        display: inline-block;
    }

        nav ul > li {
            display: block;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 1px;
            position: relative;
            float: left;
            background-position: bottom center;
            -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
            transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
        }

.ie7 nav > ul > li {
    margin: 0px 0px 0px 1px;
}

/*------------------------------  Nav main li a css   ------------------------------*/
nav ul > li > a {
    display: block;
    padding: 51px 15px 26px 15px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
    transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
}

nav ul > li:hover, nav > ul > li.current_page_item, nav > ul > li.current_page_ancestor {
    margin: 0px 0px 0px 1px;
    border-top: 13px solid #ff0000;
}

    nav ul > li:hover > a, nav > ul > li.current_page_item > a, nav > ul > li.current_page_ancestor > a {
        color: #fff;
        text-decoration: none;
        padding: 36px 15px 26px 15px;
    }

/*------------------------------  SubNav li css   ------------------------------*/
nav ul li > ul {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -20px;
    width: 220px;
    display: none;
    padding: 0px;
    list-style: none;
}

    nav ul li > ul li:nth-child(1) {
        broder: none;
    }

    nav ul li > ul li {
        border-bottom: none;
        position: relative;
        margin: 0px;
        background-color: rgba(113, 31, 99, 1);
        border-top: 1px solid rgba(113, 31, 99, 1);
        width: 220px;
        -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
        transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
    }

        /*------------------------------  SubNav li a css   ------------------------------*/
        nav ul li > ul li a {
            display: block;
            font-size: 15px;
            margin: 0px;
            padding: 9px 12px;
            color: #FFF;
            background-color: #993187;
            display: block;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
            transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
        }

        nav ul li > ul li:hover, nav ul li > ul li.current_page_item, nav ul li > ul li.current_page_ancestor {
            margin: 0px;
            color: #fff;
        }

            nav ul li > ul li:hover a, nav ul li > ul li.current_page_item a, nav ul li > ul li.current_page_ancestor a {
                color: #fff;
                background-color: #b24aa0;
                text-decoration: none;
                padding: 12px 12px;
            }

/*------------------------------  SubNav default css   ------------------------------*/
nav ul li:hover ul {
    display: block;
}

nav ul li ul ul {
    top: -1px;
    left: 200px;
    display: inline-block;
}

.ie7 nav ul li ul ul {
    top: 1px;
}


/* Only Chrome & Safari Browser CSS */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    nav .nav-menu > ul > li > a {
        padding: 51px 15px 26px 15px;
    }

    nav ul li > ul li a {
        padding: 9px 12px;
    }
}

/* Only IE Browser CSS */
@media screen and (min-width:0) { /* IE9 and IE10 rule sets go here */
    nav .nav-menu > ul > li > a {
        padding: 51px 15px 26px 15px;
    }

    nav ul li > ul li a {
        padding: 9px 12px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}




/*** TOP RIGHT HOME ***
/* ----------------------------------------------------------------------------- */
#logo-bg-home .call-bar {
    margin: 15px 20px 0px 0px;
    padding: 0px;
    float: right;
    width: auto;
    color: #FFF;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

    #logo-bg-home .call-bar span.mail-home {
        background: url(/images/emailwhite-icon.png) center left no-repeat;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 36px;
        line-height: 36px;
    }

        #logo-bg-home .call-bar span.mail-home a {
            color: #FFF;
        }

            #logo-bg-home .call-bar span.mail-home a:hover {
                color: #54fdff;
            }

/*** TOP RIGHT ***
/* ----------------------------------------------------------------------------- */
#logo-bg .call-bar {
    margin: 15px 20px 0px 0px;
    padding: 0px;
    float: right;
    width: auto;
    color: #FFF;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

    #logo-bg .call-bar span.mail {
        background: #232323 url(/images/emailwhite-icon.png) 15px 11px no-repeat;
        margin: 0px 0px 0px 0px;
        padding: 7px 15px 5px 50px;
        line-height: 36px;
    }

        #logo-bg .call-bar span.mail a {
            color: #FFF;
        }

            #logo-bg .call-bar span.mail a:hover {
                color: #54fdff;
            }

/*------------------------------  Regisration css   ------------------------------*/
#reg {
    margin: 0px 0px 0px 9px;
    padding: 0px;
    width: 148px;
    height: 34px;
    float: right;
}

    #reg a {
        background: #00477e;
        font-size: 15px;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        float: right;
        padding: 6px 20px;
    }

        #reg a:hover {
            background: #00c0ff;
            color: #003257;
        }

/*------------------------------  Login css   ------------------------------*/
#login-button {
    margin: 0px 0px 0px 9px;
    padding: 0px;
    width: 87px;
    height: 34px;
    float: right;
}

    #login-button a {
        background: #0d0b14;
        font-size: 15px;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        float: right;
        padding: 6px 20px;
    }

        #login-button a:hover {
            background: #00c0ff;
            color: #003257;
        }


/*xxxxx SEARCHBOX ------------------------------*/
#search-container {
    width: auto;
    height: 43px;
    float: right;
    margin: 8px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

.search-box {
    width: auto;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px;
}

form.search-form {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.screen-reader-text {
    display: none;
}

.search-box input {
    outline: none;
}

    .search-box input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
    }

    .search-box input::-webkit-search-decoration, input::-webkit-search-cancel-button {
        display: none;
    }

    .search-box input[type=search] {
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        width: 34px;
        height: 29px;
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: transparent;
        font-weight: normal;
        background: rgba(0, 0, 0, 0) url(/images/search.png) center right no-repeat;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
        transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
    }

        .search-box input[type=search]:hover {
            background: url(/images/search.png) center right no-repeat;
        }

        .search-box input[type=search]:focus {
            width: 150px;
            padding-left: 12px;
            color: #303030;
            background-position: center right;
            cursor: auto;
        }

    .search-box input:-moz-placeholder {
        color: transparent;
    }

    .search-box input::-webkit-input-placeholder {
        color: transparent;
    }

    .search-box input[type=submit] {
        display: none;
    }

#search-box input[type=submit]:hover {
}


/*** LOGIN CSS ***
/* ----------------------------------------------------------------------------- */
#login {
    margin: -94px auto 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 94px;
    position: absolute;
}

    #login form {
        margin: 25px auto 15px;
        padding: 0px;
        width: 100%;
        max-width: 1220px;
        display: table;
    }

        #login form input {
            font-weight: 400;
            font-family: 'Open Sans', sans-serif;
            color: #FFF;
            font-size: 15px;
            border: none;
            width: 286px;
            height: 32px;
            padding: 8px 15px 7px;
            margin: 0px 15px 0px 0px;
            float: left;
        }

            #login form input[type="text"] {
                background: rgba(228, 228, 228, 0.2) url(/images/user-icon.png) center right no-repeat;
            }

            #login form input[type="password"] {
                background: rgba(228, 228, 228, 0.2) url(/images/password-icon.png) center right no-repeat;
            }

            #login form input[placeholder="User Name *"]:hover, #login form input[placeholder="Password *"]:hover {
                color: rgba(255, 255, 255, 0.5);
                -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
                transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
            }

            #login form input[type="button"] {
                background: #ff0000;
                font-family: 'Open Sans', sans-serif;
                font-size: 18px;
                font-weight: 800;
                text-transform: uppercase;
                text-align: center;
                width: 136px;
                height: 47px;
                cursor: pointer;
            }

                #login form input[type="button"]:hover {
                    background: #003257;
                }

            .search-box input[name="user"]:hover, #login form input[name="password"]:hover {
                background: rgba(228, 228, 228, 0.2);
            }

            .search-box input[name="user"]:focus, #login form input[name="password"]:focus {
                background: rgba(228, 228, 228, 0.5)
            }

.forgot {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 15px;
    border: none;
    float: left;
}

#login form .forgot input[type="checkbox"] {
    background: rgba(228, 228, 228, 0.2);
    border: 7px solid rgba(0, 0, 0, 0.5);
    width: auto;
    height: auto;
    margin: 5px 15px 0px 0px;
}

.forgot a {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 15px;
    display: block;
}

    .forgot a:hover {
        color: #ff0000;
    }



/*** LOGIN PAGE CSS ***
/* ----------------------------------------------------------------------------- */
#login-page {
    margin: 0;
    padding: 0px;
    background: #003257;
    width: 100%;
    position: relative;
}

    #login-page form {
        margin: 25px auto 15px;
        padding: 0px;
        width: 92%;
        display: table;
        padding: 20px 4%;
    }

        #login-page form input {
            font-weight: 400;
            font-family: 'Open Sans', sans-serif;
            float: left;
            color: #FFF;
            font-size: 15px;
            border: none;
            width: 162px;
            height: 32px;
            padding: 8px 15px 7px;
            margin: 0px 0px 15px 15px;
        }

            #login-page form input[type="text"] {
                background: rgba(228, 228, 228, 0.2) url(/images/user-icon.png) center right no-repeat;
                margin: 0px 0px 15px 0px;
                padding: 8px 56px 7px 15px;
            }

                #login-page form input[type="text"]:hover {
                }

            #login-page form input[type="password"] {
                background: rgba(228, 228, 228, 0.2) url(/images/password-icon.png) center right no-repeat;
                padding: 8px 56px 7px 15px;
            }

                #login-page form input[type="password"]:hover {
                }

            #login-page form input[placeholder="User Name *"]:hover, #login-page form input[placeholder="Password *"]:hover {
                color: rgba(255, 255, 255, 0.5);
                -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
                transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
            }

            #login-page form input[type="button"] {
                background: #ff0000;
                font-family: 'Open Sans', sans-serif;
                font-size: 18px;
                font-weight: 800;
                text-transform: uppercase;
                text-align: center;
                width: 136px;
                height: 47px;
                cursor: pointer;
                margin: 0px 15px 0px 0px;
            }

                #login-page form input[type="button"]:hover {
                    background: #33719b;
                }

            .search-box input[name="user"]:hover, #login-page form input[name="password"]:hover {
                background: rgba(228, 228, 228, 0.2);
            }

            .search-box input[name="user"]:focus, #login-page form input[name="password"]:focus {
                background: rgba(228, 228, 228, 0.5)
            }

.forgot {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 15px;
    border: none;
    float: left;
}

#login-page form .forgot input[type="checkbox"] {
    background: rgba(228, 228, 228, 0.2);
    border: 7px solid rgba(0, 0, 0, 0.5);
    width: auto;
    height: auto;
    margin: 7px 9px 0px 0px;
}

.forgot a {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 15px;
    display: block;
}

    .forgot a:hover {
        color: #ff0000;
    }


/*** BLUE BAR BOXES ***
/* ----------------------------------------------------------------------------- */
#blue-bar {
    margin: 0px auto;
    padding: 30px 0px;
    width: 100%;
    background: #003257;
}

    #blue-bar .blue-main {
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        max-width: 1220px;
    }

        #blue-bar .blue-main ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            #blue-bar .blue-main ul li {
                margin: 0px 0px 0px 3%;
                padding: 0px;
                list-style: none;
                width: 31%;
                float: left;
            }

                #blue-bar .blue-main ul li:nth-child(1) {
                    margin: 0px;
                }

                #blue-bar .blue-main ul li .icons {
                    background: #001b2e;
                    border: 3px solid #0065ac;
                    display: inline-block;
                    padding: 15px;
                    margin: 15px 25px 0px 0px;
                    float: left;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                }

        #blue-bar .blue-main h1 {
            margin: 0px;
            padding: 0px;
            font-size: 25px;
            text-align: left;
            font-weight: 800;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            color: #00c0ff;
            line-height: 33px;
        }

        #blue-bar .blue-main p {
            margin: 0px;
            padding: 0px;
            text-align: left;
            line-height: 25px;
            font-family: 'Open Sans', sans-serif;
            display: block;
            color: #FFF;
            font-size: 14px;
        }


/*** CONTENT ***
/* ----------------------------------------------------------------------------- */
#page {
    width: 100%;
    margin: 180px auto 0px;
    padding: 0px;
    height: auto;
}

#content {
    margin: 0px auto 50px;
    padding: 30px 40px;
    width: 100%;
    max-width: 1140px;
    border: 1px solid #ccc;
    background: #FFF;
    text-align: justify;
    color: #35343a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

    #content p {
        margin: 0px 0px 15px;
        padding: 0px;
    }

    /*------------------------------  H1 CSS  ------------------------------*/
    #content h1 {
        margin: 0px 0px 20px;
        padding: 15px 0px 30px 90px;
        color: #062243;
        font-size: 31px;
        font-family: 'callunasemibold';
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
        background-image: url(/images/h1-icon.png), url(/images/h1-bg.png);
        background-position: left top, bottom left;
        background-repeat: no-repeat, repeat-x;
        line-height: 25px;
    }

        #content h1.vendor {
            margin: 0px 0px 20px;
            padding: 23px 0px 26px 140px;
            color: #00477e;
            font-size: 36px;
            font-weight: 800;
            font-family: 'Montserrat', sans-serif;
            text-transform: none;
            text-align: left;
            background-image: url(/images/h1-vendericon.png), url(/images/h1-bg.png);
            background-position: left top, bottom left;
            background-repeat: no-repeat, repeat-x;
            line-height: 25px;
        }

            #content h1.vendor span.tag {
                color: #454453;
                font-weight: 300;
                font-family: 'Open Sans', sans-serif;
                font-size: 30px;
                display: block;
                line-height: 30px;
                text-transform: none;
                text-align: right;
                float: right;
                text-transform: uppercase;
            }

        #content h1 a {
            color: #062243;
        }

            #content h1 a:hover {
                color: #00c0ff;
            }

        #content h1 span.tag {
            color: #454453;
            font-weight: 400;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            display: block;
            line-height: 30px;
            text-transform: none;
        }

    #content h2 {
        color: #00548e;
        font-size: 20px;
        font-weight: 800;
        font-family: 'Open Sans', sans-serif;
        margin: 0px 0px 15px;
        padding: 0px;
        line-height: 30px;
    }

    #content h3 {
        color: #00477e;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        margin: 9px 0px 6px;
        padding: 0px;
        line-height: 18px;
    }

    #content h4 {
        color: #001b2e;
        font-size: 25px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        margin: 9px 0px 6px;
        padding: 0px;
        line-height: 25px;
    }

    #content h5 {
        color: #001b2e;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        margin: 9px 0px 6px;
        padding: 0px;
        line-height: 20px;
    }

    #content h6 {
        color: #00477e;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        margin: 9px 0px 6px;
        padding: 0px;
        line-height: 22px;
    }

        #content h6 strong {
            color: #001b2e;
        }

    #content .left {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 46%;
    }

    #content .right {
        margin: 55px 0px 0px 0px;
        padding: 0px;
        float: right;
        width: 54%;
    }

    #content .right2 {
        width: 52%;
    }

    #content .right1 {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        float: right;
        width: 54%;
    }

    /*------------------------------  CONTENT IMAGES CSS  ------------------------------*/
    #content .leftimg {
        margin: 0px 35px 0px 0px;
        padding: 0px;
        float: left;
    }

    #content .rightimg {
        margin: 0px 0px 0px 35px;
        padding: 0px;
        float: right;
    }

    /*------------------------------  UL CSS  ------------------------------*/
    #content ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: 1px solid #c3c3c3;
    }

        #content ul li {
            margin: 0px 0px 0px 0px;
            padding: 0px 12px;
            list-style: url(/images/bullet1.png) inside disc;
            color: #616161;
            border-top: 1px solid #c3c3c3;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            font-size: 14px;
            text-align: left;
            line-height: 36px
        }

            #content ul li:nth-child(1) {
                border: none;
            }

    /*------------------------------  CONTACT FORM CSS  ------------------------------*/
    #content form[name="form3"] {
        width: 94%;
        margin: 0px 0px 0px 6%;
        padding: 25px 0px;
    }

        #content form[name="form3"] label {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #232323;
            width: 48%;
            float: left;
            margin: 0px 1%;
            padding: 9px 0px 9px;
            text-align: left;
        }

        #content form[name="form3"] input {
            background: #f4f4f4;
            border: 1px solid #c3c3c3;
            color: #232323;
            line-height: 35px;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #232323;
            margin: 6px 0px 0px 0px;
            padding: 0px 12px;
            display: block;
            width: 89%;
        }

        #content form[name="form3"] textarea {
            background: #f4f4f4;
            border: 1px solid #c3c3c3;
            color: #232323;
            line-height: 31px;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #232323;
            margin: 6px 0px 0px 0px;
            padding: 0px 12px;
            display: block;
            width: 89%;
        }

        #content form[name="form3"] input[type="submit"] {
            background: #ff0000;
            border: none;
            margin: 40px 2% 0px 1%;
            width: 47%;
            padding: 23px 23px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            font-size: 20px;
            font-weight: 800;
            text-transform: uppercase;
            text-align: center;
            display: inline-table;
        }

            #content form[name="form3"] input[type="submit"]:hover {
                background: #003257;
            }


/*** CONTENT HOME ***
/* ----------------------------------------------------------------------------- */
#page-home {
    width: 100%;
    margin: 58px auto 0px;
    padding: 0px;
    height: auto;
}

#content-home {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    max-width: 1220px;
    text-align: justify;
    color: #35343a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

    /*------------------------------  H1 HOME CSS  ------------------------------*/
    #content-home h1 {
        margin: 0px 0px 20px;
        padding: 15px 0px 30px 90px;
        color: #062243;
        font-size: 40px;
        font-family: 'callunasemibold';
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
        background-image: url(/images/h1-icon.png), url(/images/h1-bg.png);
        background-position: left top, bottom left;
        background-repeat: no-repeat, repeat-x;
        line-height: 25px;
    }

        #content-home h1 a {
            color: #062243;
        }

            #content-home h1 a:hover {
                color: #00c0ff;
            }

        #content-home h1 span.tag {
            color: #454453;
            font-weight: 400;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            display: block;
            line-height: 30px;
            text-transform: none;
        }

    #content-home h2 {
        color: #00548e;
        font-size: 20px;
        font-weight: 800;
        font-family: 'Open Sans', sans-serif;
        margin: 0px;
        padding: 0px;
        line-height: 30px;
    }

    #content-home .left {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 50%;
    }

    #content-home .right {
        margin: 55px 0px 0px 0px;
        padding: 0px;
        float: right;
        width: 50%;
    }

    /*------------------------------  CONTENT HOME IMAGES CSS  ------------------------------*/
    #content-home .leftimg {
        margin: 0px 35px 0px 0px;
        padding: 0px;
        float: left;
    }

    #content-home .rightimg {
        margin: 0px 0px 0px 35px;
        padding: 0px;
        float: right;
    }

/*------------------------------  EVENTS TABLE CSS  ------------------------------*/
#events-table {
    margin: 111px auto 50px;
    padding: 30px 3%;
    width: 94%;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
}

    #events-table h3 {
        background: url(/images/center-blue-bg.png) center top no-repeat;
        margin: -89px auto 0px;
        padding: 15px 90px;
        width: auto;
        height: 58px;
        display: table;
        text-align: center;
        color: #FFF;
        font-weight: 800;
        font-family: 'Open Sans', sans-serif;
        font-size: 27px;
        text-transform: uppercase;
    }

    #events-table .events-tablemain {
        margin: 0px auto;
        padding: 0px;
        width: 100%;
    }

    #events-table .left-table {
        margin: 0px 2.5% 30px 2.5%;
        padding: 0px;
        float: left;
        width: 45%;
    }

        #events-table .left-table h4 {
            color: #00548e;
            font-size: 18px;
            font-family: 'PT Serif', serif;
            font-weight: 700;
            margin: 0px;
            padding: 6px 0px 0px;
        }

.leftalign {
    text-align: left;
    float: left;
}

.rightalign {
    text-align: right;
    float: right;
}

#events-table .left-table span.sign-right {
    margin: 0px;
    padding: 0px 20px 0px 43px;
    background: url(/images/sign-bg1.png) center right no-repeat;
    float: right;
}

    #events-table .left-table span.sign-right a {
        color: #FFF;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 33px;
    }

#events-table .left-table span.sign-left {
    margin: 0px;
    padding: 0px 43px 0px 20px;
    background: url(/images/sign-bg2.png) center right no-repeat;
    float: left;
}

    #events-table .left-table span.sign-left a {
        color: #FFF;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 33px;
    }

#events-table .left-table ul.list1 {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid #c3c3c3;
    background: #FFF;
    width: 30%;
    float: left;
}

#events-table .left-table ul:nth-child(1).list1 {
    border-right: none;
    width: 22%;
}

#events-table .left-table ul.list1 li {
    margin: 0px;
    padding: 0px 12px;
    line-height: 36px;
    list-style: none;
    border-top: 1px solid #c3c3c3;
    background: #FFF;
    color: #001b2e;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

    #events-table .left-table ul.list1 li:nth-child(1) {
        border-top: none;
    }

#events-table .left-table ul.list2 {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid #c3c3c3;
    border-left: none;
    background: #FFF;
    width: 69%;
    float: left;
}

#events-table .left-table ul:nth-child(1).list2 {
    border-right: none;
    width: 22%;
}

#events-table .left-table ul.list2 li {
    margin: 0px;
    padding: 0px 12px;
    line-height: 36px;
    list-style: none;
    border-top: 1px solid #c3c3c3;
    background: #FFF;
    color: #35343a;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

    #events-table .left-table ul.list2 li:nth-child(1) {
        border-top: none;
    }


/*------------------------------  VENDORS PROFILE TABLE CSS  ------------------------------*/
#vendors-table {
    margin: 50px auto 30px;
    padding: 30px 2%;
    width: 96%;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
}

    #vendors-table.vendor-bg {
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0,0.25);
    }

    #vendors-table .left-table ul li a {
        color: #001b2e;
    }

        #vendors-table .left-table ul li a:hover {
            color: #0079d3;
        }

    #vendors-table .vendors-tablemain {
        margin: 0px auto;
        padding: 0px;
        width: 100%;
    }

    #vendors-table .left-table {
        margin: 0px 0.5% 0px 0.5%;
        padding: 12px 1%;
        float: left;
        width: 30%;
        background: #dee2e3;
        border: 1px solid #cacecf; /* block-size:709px;*/
    }

        #vendors-table .left-table h4 {
            color: #fff;
            background: #00c0ff;
            text-align: left;
            float: left;
            font-size: 18px;
            font-family: 'PT Serif', serif;
            font-weight: 700;
            margin: 0px 0px 0px;
            padding: 9px 3% 9px;
            width: 94%;
        }

        #vendors-table .left-table h5 {
            color: #00548e;
            text-align: left;
            float: left;
            line-height: 36px;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 800;
            margin: 0px;
            padding: 6px 0px 6px;
        }

        #vendors-table .left-table .table-images img {
            width: 100%;
            margin: 0px auto;
            padding: 0px;
        }

        #vendors-table .left-table ul.list1 {
            margin: 0px 0px 0px 0px;
            padding: 0px;
            list-style: none;
            border: 1px solid #c3c3c3;
            background: #FFF;
            float: left;
            -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
            -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
        }

            #vendors-table .left-table ul.list1 li {
                margin: 0px;
                padding: 0px 12px;
                line-height: 36px;
                list-style: none;
                float: left;
                color: #001b2e;
                font-family: 'Open Sans', sans-serif;
                border-top: 1px solid #c3c3c3;
                border-left: 1px solid #c3c3c3;
            }

                #vendors-table .left-table ul.list1 li:hover {
                    background: #f5f5f5;
                }

                #vendors-table .left-table ul.list1 li:nth-child(1), #vendors-table .left-table ul.list1 li:nth-child(2) {
                    border-top: none;
                }

                #vendors-table .left-table ul.list1 li:nth-child(odd) {
                    border-left: none;
                    width: 35.9%;
                    font-weight: 800;
                    text-transform: uppercase;
                }

                #vendors-table .left-table ul.list1 li:nth-child(even) {
                    width: 49%;
                    font-weight: 400;
                    text-transform: none;
                }

        #vendors-table .left-table ul.list2 {
            margin: 15px 0px 0px 0px;
            padding: 0px;
            width: 99.5%;
            list-style: none;
            border: 1px solid #c3c3c3;
            background: #FFF;
            float: left;
            -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
            -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
        }

            #vendors-table .left-table ul.list2.nospace {
                margin: 0px;
            }

            #vendors-table .left-table ul.list2 li {
                margin: 0px;
                padding: 0px 12px;
                width: 93%;
                line-height: 36px;
                list-style: none;
                float: left;
                color: #001b2e;
                font-family: 'Open Sans', sans-serif;
                border-top: 1px solid #c3c3c3;
            }

                #vendors-table .left-table ul.list2 li.head {
                    background: #f5f5f5;
                    width: 92.6%;
                }

                #vendors-table .left-table ul.list2 li:hover {
                    background: #f5f5f5;
                    width: 92.65%;
                }

                #vendors-table .left-table ul.list2 li:nth-child(1):hover {
                    background: #f5f5f5;
                }

                #vendors-table .left-table ul.list2 li:nth-child(1) {
                    border-top: none;
                }

        #vendors-table .left-table ul.list3 {
            margin: 15px 0px 0px 0px;
            padding: 0px;
            list-style: none;
            border: 1px solid #c3c3c3;
            background: #FFF;
            float: left;
            -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
            -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
        }

            #vendors-table .left-table ul.list3 li {
                margin: 0px;
                padding: 0px 12px;
                line-height: 36px;
                list-style: none;
                float: left;
                color: #001b2e;
                font-family: 'Open Sans', sans-serif;
                border-top: 1px solid #c3c3c3;
                border-left: 1px solid #c3c3c3;
            }

                #vendors-table .left-table ul.list3 li:hover {
                    background: #f5f5f5;
                }

                #vendors-table .left-table ul.list3 li:nth-child(1), #vendors-table .left-table ul.list1 li:nth-child(2) {
                    border-top: none;
                }

                #vendors-table .left-table ul.list3 li:nth-child(even) {
                    border-left: none;
                    width: 35.9%;
                    font-weight: 800;
                    text-transform: uppercase;
                }

                #vendors-table .left-table ul.list3 li:nth-child(odd) {
                    width: 49%;
                    font-weight: 400;
                    text-transform: none;
                }

                #vendors-table .left-table ul.list3 li.full-width {
                    width: 92.5%;
                    border-left: none;
                    background: #f5f5f5;
                }

        #vendors-table .left-table ul.list2 li p {
            line-height: 22px;
            text-align: justify;
            padding: 0px 6px 15px;
        }

        #vendors-table .left-table ul.list2 li h5 {
            margin: 0px;
            width: 100%;
        }


/*** FOOTER ***
/* ----------------------------------------------------------------------------- */
footer {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    float: left;
    background: #f4f4f4;
}

    footer .footer-main {
        margin: 0px auto;
        padding: 15px 0px 25px;
        width: 100%;
        min-height: 41px;
        background: #003257 url(images/footer-bg.jpg) bottom left repeat-x;
    }

#email {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    max-width: 1220px;
}

    #email ul {
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        list-style: none;
    }

        #email ul li {
            margin: 0px auto;
            padding: 0px 5% 0px 0px;
            width: 45%;
            list-style: none;
            float: right;
            background: url(images/emailblue-icon.png) center right no-repeat;
            text-align: right;
            font-size: 18px;
            font-family: 'Open Sans', sans-serif;
            color: #fff;
            font-weight: 800;
            text-transform: uppercase;
        }

            #email ul li:nth-child(1) {
                float: left;
                text-align: left;
                padding: 0px 0px 0px 5%;
                background: url(images/emailblue-icon.png) center left no-repeat;
            }

            #email ul li a {
                font-size: 20px;
                font-family: 'PT Serif', serif;
                color: #fff;
                font-style: italic;
                font-weight: 700;
                text-transform: none;
            }

                #email ul li a:hover {
                    color: #00c0ff;
                }


/*------------------------------ FOOTER SIDEBAR *** ------------------------------*/
#footer-sidebar {
    margin: 0px auto;
    padding: 30px 0px;
    width: 100%;
    max-width: 1220px;
    display: table;
}

    #footer-sidebar aside {
        width: 33%;
        float: left;
        padding: 0px 0px 0px;
        margin: 0px 0px 0px 3%;
        min-height: 140px;
    }

        #footer-sidebar aside h2 {
            margin: 0px 0px 9px;
            padding: 0px;
            font-family: 'PT Serif', serif;
            font-size: 23px;
            font-weight: 700;
            color: #00548e;
            text-transform: uppercase;
        }

.copyright {
    max-width: 1220px;
    padding: 20px 0 10px;
    margin: 0px auto;
}

#footer-sidebar aside:nth-child(1) {
    width: 18%;
    margin: 0px 0px 0px 0px;
}

#footer-sidebar aside:nth-child(2) {
    width: 22%;
}

#footer-sidebar aside:nth-child(3) {
    width: 54%;
}

.footer-logo {
    margin: 20px 0px 0px;
    padding: 0px;
}

#footer-sidebar aside ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    #footer-sidebar aside ul li {
        margin: 0px;
        padding: 0px;
        list-style: url(images/bullet1.png) inside circle;
        line-height: 25px;
        color: #232323;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }

        #footer-sidebar aside ul li a {
            color: #232323;
        }

            #footer-sidebar aside ul li a:hover {
                color: #0079d3;
            }

.contact-form {
    margin: 0px auto;
    padding: 0px;
    border: 1px solid #c3c3c3;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
}

    .contact-form form[name="form2"] {
        width: 90%;
        margin: 0px auto;
        padding: 25px 0px;
    }

        .contact-form form[name="form2"] input {
            background: #f4f4f4;
            border: 1px solid #c3c3c3;
            color: #232323;
            line-height: 35px;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #232323;
            margin: 11px 0px 0px 2%;
            padding: 0px 12px;
        }

        .contact-form form[name="form2"] textarea {
            background: #f4f4f4;
            border: 1px solid #c3c3c3;
            color: #232323;
            line-height: 31px;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #232323;
            margin: 11px 0px 0px 2%;
            padding: 0px 12px;
        }

        .contact-form form[name="form2"] input[name="fullname"] {
            width: 44%;
            margin-left: 0px;
            margin-top: 0px;
        }

        .contact-form form[name="form2"] input[name="email"] {
            width: 44%;
            margin-top: 0px;
        }

        .contact-form form[name="form2"] input[name="phone"] {
            width: 25%;
            margin-left: 0px;
        }

        .contact-form form[name="form2"] textarea[name="Message"] {
            width: 35%;
            height: 35px;
        }

        .contact-form form[name="form2"] input[type="submit"] {
            background: #ff0000;
            border: none;
            padding: 1px 23px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            text-transform: uppercase;
            text-align: center;
        }


/*------------------------------ FOOTER COPYRIGHT ------------------------------*/
#footer-links {
    margin: 0px auto;
    padding: 35px 0px 25px;
    width: 100%;
    max-width: 1220px;
    display: table;
    background: url(images/copyright-pattern.png) left top repeat-x;
}

.site-info {
    margin: 0px auto 0px;
    padding: 15px 0px;
    width: 100%;
}

#footer-links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    #footer-links ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
    }

        #footer-links ul li.left {
            width: 56%;
            height: auto;
            float: left;
            padding: 0px 0px 0px 4%;
            margin: 0px;
            background: url(images/footer-nav-icon.png) center left no-repeat;
        }

        #footer-links ul li.right {
            width: 35%;
            margin: 0px;
            padding: 0px 5% 0px 0px;
            float: right;
            background: url(images/copyright-icon.png) center right no-repeat;
            text-align: right;
        }

#copyright {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px;
    padding: 6px 0px 6px 0px;
    text-align: right;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #232323;
}

    #copyright a {
        color: #232323;
    }

        #copyright a:hover {
            color: #0079d3;
        }

#nav-links {
    font-family: 'Open Sans', sans-serif;
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
}

    #nav-links a {
        color: #232323;
    }

        #nav-links a:hover {
            color: #0079d3;
        }



/*** INNER EXTRA CSS ***
/* ----------------------------------------------------------------------------- */
.center {
    text-align: center;
}

.caps {
    text-transform: uppercase;
}

.border {
    border: 1px solid #bfc7ce;
}

.length1 {
    width: 80%;
    margin: 0px auto;
}

.space {
    padding: 25px 0px;
    margin: 0px auto 25px;
}

.space1 {
    padding: 25px 35px;
    margin: 0px auto 25px;
}

.small {
    font-size: 23px !important;
}

.clear {
    clear: both;
}

.clear-full {
    clear: both;
    display: block;
    width: 100%;
}

.divider {
    margin: 20px auto;
    padding: 0px;
    border-top: 1px dashed #666;
    width: 100%;
    height: 2px;
}

.divider1 {
    border-top: 2px dotted #9ba3aa;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    width: 100%;
    float: left;
}

.divider2 {
    border-top: 1px solid #bfc7ce;
    margin: 12px 0px 0px 0px;
    padding: 12px 0px 0px 0px;
    width: 100%;
    float: left;
}

.font-style {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
}



/*** Vendor Profile Page ***/
/* ----------------------------------------------------------------------------- */
#content.vendor {
    margin: 0px auto 50px;
    padding-top: 62px;
    background: url(images/vendor-profile-header.png) center top no-repeat;
}

    #content.vendor .profile-logos {
        margin: 0px auto;
        padding-bottom: 100px;
        text-align: center;
        display: block;
    }

    #content.vendor h1 {
        margin: 0px 0px 20px;
        padding: 15px 0px 30px 10px;
        color: #062243;
        font-size: 31px;
        font-family: 'callunasemibold';
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
        background-image: url(images/h1-bg.png);
        background-position: bottom left;
        background-repeat: repeat-x;
        line-height: 25px;
    }

#content.vendor1 {
    margin: 0px auto 50px;
    padding-top: 62px;
    background: url(images/vendor-profile1.png) center top no-repeat;
}

    #content.vendor1 .profile-logos {
        margin: 0px auto;
        padding-bottom: 100px;
        text-align: center;
        display: block;
    }

    #content.vendor1 h1 {
        margin: 0px 0px 20px;
        padding: 15px 0px 30px 10px;
        color: #062243;
        font-size: 31px;
        font-family: 'callunasemibold';
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
        background-image: url(/images/h1-bg.png);
        background-position: bottom left;
        background-repeat: repeat-x;
        line-height: 25px;
    }



/*** Vendor Registration Page ***/
/* ----------------------------------------------------------------------------- */
#reg-page {
    margin: 30px auto 0px;
    padding: 0px 0px 25px;
    width: 100%;
}

    #reg-page h3 {
        background-image: url(/images/h1-arrow.png), url(/images/h1-right-blue-bg.png);
        background-position: 400px top, right top;
        background-repeat: no-repeat;
        float: right;
        margin: 0px 30px 0px 0px;
        padding: 20px 115px 10px 80px;
        width: auto;
        height: 29px;
        display: table;
        text-align: right;
        color: #FFF;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
    }

        #reg-page h3 span.highlight {
            font-family: 'PT Serif', serif;
            font-size: 33px;
            font-weight: 700;
            text-transform: uppercase;
        }

#registration-form {
    margin: 0px auto 0px;
    padding: 36px 3%;
    width: 94%;
    background: #e8ebed;
    border: 1px solid #c8cbce;
}

    #registration-form .reg-main {
        margin: -1px auto 50px;
        padding: 30px 3%;
        width: 94%;
        background: #FFF;
        border: 1px solid #b2bbc1;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0,0.15);
    }

    #registration-form nav {
        margin: 0px 0px 0px 20px;
        padding: 0px;
        width: 100%;
        float: left;
        min-height: 50px;
        height: auto;
        text-align: center;
    }

        /*------------------------------  Nav main li css   ------------------------------*/
        #registration-form nav ul {
            list-style: none;
            padding: 0px;
            margin: 0px 0px 0px 0px;
            float: left;
            height: auto;
            display: inline-block;
            border: none;
        }

            #registration-form nav ul > li {
                display: block;
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 3px;
                position: relative;
                float: left;
                border: none;
                -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
                transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
            }

.ie7 #registration-form nav > ul > li {
    margin: 0px 0px 0px 1px;
}

/*------------------------------  Nav main li a css   ------------------------------*/
#registration-form nav ul > li > a {
    display: block;
    padding: 9px 15px 9px 15px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #00548e;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff; /* For browsers that do not support gradients */
    background-image: linear-gradient(#fff, #e8ebed); /* Standard syntax (must be last) */
    border: 1px solid #b7bbbe;
    -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
    transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
}

#registration-form nav ul > li:hover, #registration-form nav > ul > li.current_page_item, #registration-form nav > ul > li.current_page_ancestor {
    margin: 0px 0px 0px 3px;
}

    #registration-form nav ul > li:hover > a, #registration-form nav > ul > li.current_page_item > a, #registration-form nav > ul > li.current_page_ancestor > a {
        color: #fff;
        text-decoration: none;
        background-color: #00477e; /* For browsers that do not support gradients */
        background-image: linear-gradient(#00477e, #002038); /* Standard syntax (must be last) */
        border: 1px solid #002038;
    }

#vendor-form {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    #vendor-form ul.three-columns {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: none;
    }

        #vendor-form ul.three-columns li {
            margin: 0px 0px 0px 4%;
            padding: 0px;
            list-style: none;
            float: left;
            width: 31%;
            border: none;
        }

            #vendor-form ul.three-columns li:nth-child(3n+1) {
                margin: 0px 0px 0px 0px;
                width: 30%;
            }

            #vendor-form ul.three-columns li.big {
                width: 66%;
            }

                #vendor-form ul.three-columns li.big textarea {
                    width: 94%;
                }

    #vendor-form ul.two-columns {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: none;
    }

        #vendor-form ul.two-columns li {
            margin: 0px 0px 0px 4%;
            padding: 0px;
            list-style: none;
            float: left;
            width: 66%;
            border: none;
        }

            #vendor-form ul.two-columns li:nth-child(3n+1) {
                margin: 0px 0px 0px 0px;
                width: 30%;
            }

/*------------------------------  REGISTRATION FORM CSS   ------------------------------*/
/*********************************************************************************/
#registration-form form[name="form-reg"] {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
}

    #registration-form form[name="form-reg"] label {
        color: #35343a;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

    #registration-form form[name="form-reg"] input, #registration-form form[name="form-reg"] select {
        background: #FFF;
        border: 1px solid #c3c3c3;
        color: #232323;
        line-height: 42px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #35343a;
        margin: 0px 0px 11px 0px;
        padding: 0px 3%;
        display: block;
        width: 94%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0,0.09);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0,0.09);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0,0.09);
    }

    #registration-form form[name="form-reg"] select {
        padding: 9px 3%;
        width: 305px;
    }

        #registration-form form[name="form-reg"] input:hover, #registration-form form[name="form-reg"] select:hover, #registration-form form[name="form-reg"] textarea:hover {
            color: #00548e;
        }

    #registration-form form[name="form-reg"] textarea {
        background: #FFF;
        border: 1px solid #c3c3c3;
        color: #35343a;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #35343a;
        margin: 0px 0px 11px 0px;
        padding: 0px 3%;
        width: 283px;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0,0.09);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0,0.09);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0,0.09);
    }

    /*------------------------------  NEXT BUTTON CSS   ------------------------------*/
    /*********************************************************************************/
    #registration-form form[name="form-reg"] .prev-nxt {
        margin: 15px 0px 0px;
        padding: 9px 0px;
        width: auto;
        float: right;
        background: url(/images/shadow.png) 166px 5px no-repeat;
    }

        #registration-form form[name="form-reg"] .prev-nxt input[name="Next"] {
            margin: 0px 0px 0px 20px;
            padding: 1px 23px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            cursor: pointer;
            width: auto;
            border: none;
            float: right;
            background-color: #6e6e6e; /* For browsers that do not support gradients */
            background-image: linear-gradient(#6e6e6e, #000000); /* Standard syntax (must be last) */
        }

            #registration-form form[name="form-reg"] .prev-nxt input[name="Next"]:hover {
                background-color: #000000; /* For browsers that do not support gradients */
                background-image: linear-gradient( #000000, #6e6e6e); /* Standard syntax (must be last) */
            }

    /*------------------------------  BACK BUTTON CSS   ------------------------------*/
    /*********************************************************************************/
    #registration-form form[name="form-reg"] .prev-nxt {
        margin: 15px 0px 0px;
        padding: 9px 0px;
        width: auto;
        float: right;
        background: url(/images/shadow.png) 166px 5px no-repeat;
    }

        #registration-form form[name="form-reg"] .prev-nxt input[name="Back"] {
            margin: 0px 0px 0px 20px;
            padding: 1px 23px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            cursor: pointer;
            width: auto;
            border: none;
            float: right;
            background-color: #6e6e6e; /* For browsers that do not support gradients */
            background-image: linear-gradient(#6e6e6e, #000000); /* Standard syntax (must be last) */
        }

            #registration-form form[name="form-reg"] .prev-nxt input[name="Back"]:hover {
                background-color: #000000; /* For browsers that do not support gradients */
                background-image: linear-gradient( #000000, #6e6e6e); /* Standard syntax (must be last) */
            }

        /*------------------------------  SAVE PROGRESS BUTTON CSS   ------------------------------*/
        /*********************************************************************************/
        #registration-form form[name="form-reg"] .prev-nxt input[name="SaveProgress"] {
            margin: 0px 20px 0px 0px;
            padding: 1px 23px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            cursor: pointer;
            width: auto;
            border: none;
            float: right;
            background-color: #00c0ff; /* For browsers that do not support gradients */
            background-image: linear-gradient(#00c0ff, #00457a); /* Standard syntax (must be last) */
        }

            #registration-form form[name="form-reg"] .prev-nxt input[name="SaveProgress"]:hover {
                background-color: #00457a; /* For browsers that do not support gradients */
                background-image: linear-gradient( #00457a, #00c0ff); /* Standard syntax (must be last) */
            }

    /*------------------------------  ADD CONTACT BUTTON CSS   ------------------------------*/
    /*********************************************************************************/
    #registration-form form[name="form-reg"] .form-buttons {
        margin: 15px 0px 0px;
        padding: 9px 0px;
        width: auto;
        float: left;
    }

        #registration-form form[name="form-reg"] .form-buttons input[name="AddContact"] {
            margin: 0px 20px 0px 0px;
            padding: 1px 23px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            cursor: pointer;
            width: auto;
            border: none;
            float: right;
            background-color: #5bb75b; /* For browsers that do not support gradients */
            background-image: linear-gradient(#5bb75b, #429842); /* Standard syntax (must be last) */
        }

            #registration-form form[name="form-reg"] .form-buttons input[name="AddContact"]:hover {
                background-color: #429842; /* For browsers that do not support gradients */
                background-image: linear-gradient( #429842, #5bb75b); /* Standard syntax (must be last) */
            }

    /*------------------------------  ADD CONTACT BUTTON CSS   ------------------------------*/
    /*********************************************************************************/
    #registration-form form[name="form-reg"] .form-buttons {
        margin: 15px 0px 0px;
        padding: 9px 0px;
        width: auto;
        float: left;
    }

        #registration-form form[name="form-reg"] .form-buttons input[name="AddPastPerformance"] {
            margin: 0px 20px 0px 0px;
            padding: 1px 23px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            cursor: pointer;
            width: auto;
            border: none;
            float: right;
            background-color: #5bb75b; /* For browsers that do not support gradients */
            background-image: linear-gradient(#5bb75b, #429842); /* Standard syntax (must be last) */
        }

            #registration-form form[name="form-reg"] .form-buttons input[name="AddPastPerformance"]:hover {
                background-color: #429842; /* For browsers that do not support gradients */
                background-image: linear-gradient( #429842, #5bb75b); /* Standard syntax (must be last) */
            }

    /*------------------------------  ADD CONTACT BUTTON CSS   ------------------------------*/
    /*********************************************************************************/
    #registration-form form[name="form-reg"] .form-buttons {
        margin: 15px 0px 0px;
        padding: 9px 0px;
        width: auto;
        float: left;
    }

        #registration-form form[name="form-reg"] .form-buttons input[name="AddPartners"] {
            margin: 0px 20px 0px 0px;
            padding: 1px 23px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            cursor: pointer;
            width: auto;
            border: none;
            float: right;
            background-color: #5bb75b; /* For browsers that do not support gradients */
            background-image: linear-gradient(#5bb75b, #429842); /* Standard syntax (must be last) */
        }

            #registration-form form[name="form-reg"] .form-buttons input[name="AddPartners"]:hover {
                background-color: #429842; /* For browsers that do not support gradients */
                background-image: linear-gradient( #429842, #5bb75b); /* Standard syntax (must be last) */
            }

        /*------------------------------  ADD CONTACT BUTTON CSS   ------------------------------*/
        /*********************************************************************************/
        #registration-form form[name="form-reg"] .form-buttons input[name="Delete"] {
            margin: 0px 20px 0px 0px;
            padding: 1px 23px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            cursor: pointer;
            width: auto;
            border: none;
            float: right;
            background-color: #d7524e; /* For browsers that do not support gradients */
            background-image: linear-gradient(#d7524e, #c12e2a); /* Standard syntax (must be last) */
        }

            #registration-form form[name="form-reg"] .form-buttons input[name="Delete"]:hover {
                background-color: #c12e2a; /* For browsers that do not support gradients */
                background-image: linear-gradient( #c12e2a, #d7524e); /* Standard syntax (must be last) */
            }





.topnav {
    display: none;
}

@media screen and (min-width:0px) and (max-width:980px) { /* ---------- MOBILE NAVIGATION ---------- */
    #logo-bg-home nav, #logo-bg nav {
        display: none;
    }
    /* Style the navigation menu */
    .topnav {
        display: block;
        overflow: hidden;
        float: left;
        width: 100%;
        background-color: #001b2e;
        position: relative;
    }

        .topnav a.nav {
            background-color: #00477e;
            font-family: 'Montserrat', sans-serif;
            font-size: 20px;
            text-transform: uppercase;
            padding: 12px 15px;
        }
        /* Hide the links inside the navigation menu (except for logo/home) */
        .topnav #myLinks {
            display: none;
        }

        /* Style navigation menu links */
        .topnav a {
            color: #FFF;
            padding: 12px 15px;
            text-decoration: none;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            display: block;
            -webkit-transition: all 0.3s ease-out; /*Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6*/
            transition: all 0.3s ease-out; /*Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+*/
        }

            .topnav a:nth-child(even) {
                background: #00233e;
            }

            /* Style the hamburger menu */
            .topnav a.icon {
                background: #001b2e;
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                padding: 15px 15px;
                -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
                transition: width 2s;
            }

            /* Add a grey background color on mouse-over */
            .topnav a:hover, .topnav a:nth-child(even):hover {
                background-color: #00477e;
                color: #FFF;
            }

            .topnav a.icon:hover {
                background: #001b2e;
            }

    /* Style the active link (or home/logo) */
    .active {
        background-color: #001b2e;
        color: #FFF;
    }
}

@media screen and (min-width:769px) and (max-width:1220px) { /* ---------- MOBILE NAVIGATION ---------- */
    #logo-bg .logo-main, #logo-bg-home .logo-main, #page, #page-home, #content, #email, #footer-sidebar, #footer-links {
        width: 94%;
    }

    #page {
        margin: 200px auto 0px;
    }

    #content {
        padding: 30px 3%;
    }

    #content-home .left {
        width: 66%;
    }

    #content-home .right {
        width: 26%;
        margin-top: 0px;
    }

    #logo-bg .logo-main > .logo, #logo-bg-home .logo-main > .logo {
        width: 36%;
    }

        #logo-bg .logo-main > .logo img, #logo-bg-home .logo-main > .logo img {
            width: 100%;
        }

    nav {
        margin: 0px;
    }

    .header-main {
        min-height: inherit;
    }

        .header-main img {
            position: relative;
        }

    #tagline {
        padding: 20px 5% 20px 5%;
        width: 60%;
        top: 300px;
    }

        #tagline h1 {
            line-height: 30px;
            font-size: 27px;
            padding: 9px 0px;
        }

        #tagline span.serif {
            font-size: 18px;
            line-height: 22px;
        }

        #tagline em {
            font-size: 18px;
            line-height: 24px;
        }

    #login {
        margin: 0px;
        position: relative;
        height: auto;
        background: rgba(0, 0, 0, 1.0);
        padding: 20px 3%;
        width: 94%;
    }

        #login form {
            margin: 0px;
        }

            #login form input {
                width: 24%;
                margin: 0px 15px 15px 0px;
            }

    #blue-bar .blue-main {
        width: 94%;
    }

        #blue-bar .blue-main ul li {
            width: 31%;
            margin: 0px 0px 0px 20px;
        }

        #blue-bar .blue-main h1, #blue-bar .blue-main p {
            text-align: center;
        }

        #blue-bar .blue-main ul li .icons {
            float: none;
            margin: 0px auto;
            display: table;
            left: 0px;
            right: 0px;
            position: relative;
        }

    #events-table {
        width: 100%;
        padding: 30px 0px;
    }

    #footer-sidebar aside:nth-child(1) {
        width: 22%;
    }

    #footer-sidebar aside:nth-child(2) {
        width: 29%;
    }

    #footer-sidebar aside:nth-child(3) {
        width: 43%;
    }

    .contact-form form[name="form2"] input {
        margin-left: 0px;
    }

        .contact-form form[name="form2"] input[name="fullname"] {
            width: 42%;
        }

        .contact-form form[name="form2"] input[name="email"] {
            width: 42%;
            margin-top: 11px;
        }

    .contact-form form[name="form2"] textarea[name="Message"] {
        width: 57%;
    }

    #footer-links ul li.right {
        width: 34%;
        padding: 0px 6% 0px 0px;
    }

    #vendors-table .left-table ul.list1 li:nth-child(odd), #vendors-table .left-table ul.list1 li:nth-child(even), #vendors-table .left-table ul.list2 li.head, #vendors-table .left-table ul.list2 li:hover, #vendors-table .left-table ul.list3 li.full-width, #vendors-table .left-table ul.list3 li:nth-child(even), #vendors-table .left-table ul.list2 li, #vendors-table .left-table ul.list3 li:nth-child(odd) {
        width: 90%;
    }

    #vendors-table .left-table ul.list1 li:nth-child(even), #vendors-table .left-table ul.list3 li:nth-child(odd) {
        border-left: none;
    }

    #vendors-table .left-table ul.list1 li:nth-child(even) {
        border-top: 1px solid #c3c3c3;
    }
}

@media screen and (min-width:980px) and (max-width:1024px) { /* ---------- MOBILE CSS ---------- */
    #page {
        margin: 250px auto 0px;
    }

    #registration-form nav {
        margin-left: 0px;
    }

        #registration-form nav ul > li > a {
            padding: 9px 10px 9px 10px;
        }

    #content .left, #content .right1 {
        width: 100%;
    }

    #content .right1 {
        margin-top: 30px;
    }
}

@media screen and (min-width:0px) and (max-width:1024px) { /* ---------- MOBILE CSS ---------- */
    #page {
        margin: 200px auto 0px;
    }

    #events-table .left-table ul.list2 li {
        font-size: 13px;
    }

    #events-table .left-table {
        width: 44%;
    }

        #events-table .left-table h4 {
            font-size: 17px;
        }
}

@media screen and (min-width:0px) and (max-width:768px) { /* ---------- MOBILE CSS ---------- */
    #main-bg {
        margin-top: 40px;
    }

    .topnav {
        position: fixed;
        top: 0px;
    }

    #top-banner .top-ad ul li.left {
        width: 96%;
    }

    #top-banner .top-ad ul li.right {
        width: 100%;
    }

    #logo-bg-home {
        position: relative;
    }

        #logo-bg-home .logo-main > .logo {
            width: 100%;
        }

        #logo-bg-home .call-bar {
            margin: 0px;
            padding: 15px 5%;
            background: #003257;
            width: 90%;
        }

            #logo-bg-home .call-bar span.mail-home {
                padding: 9px 0px 9px 36px;
                display: block;
                line-height: 20px;
            }

        #logo-bg-home nav {
            display: none;
        }

    .header-main {
        min-height: inherit;
    }

        .header-main img {
            position: relative;
        }

    #tagline {
        padding: 30px 5% 30px 5%;
        top: 0px;
        position: relative;
        background: rgba(0, 0, 0, 1.0);
        width: 90%;
    }

        #tagline h1 {
            line-height: 30px;
            font-size: 27px;
            padding: 9px 0px;
        }

        #tagline span.serif {
            font-size: 18px;
            line-height: 22px;
        }

        #tagline em {
            font-size: 18px;
            line-height: 24px;
        }

    #login {
        margin: 0px;
        position: relative;
        height: auto;
        background: rgba(0, 0, 0, 1.0);
        padding: 20px 5%;
        width: 90%;
    }

        #login form {
            margin: 0px;
        }

            #login form input {
                width: 40%;
                margin: 0px 15px 15px 0px;
            }

    #blue-bar .blue-main {
        width: 90%;
    }

        #blue-bar .blue-main ul li {
            width: 100%;
            margin: 20px 0px 0px 0px;
        }

            #blue-bar .blue-main ul li .icons {
                float: none;
                margin: 0px auto;
                display: table;
                left: 0px;
                right: 0px;
                position: relative;
            }

    #content-home {
        width: 90%;
        text-align: left;
    }

        #content-home h1 {
            font-size: 47px;
            line-height: 41px;
            word-wrap: break-word;
        }

            #content-home h1 span.tag {
                line-height: 22px;
            }

        #content-home .left {
            width: 100%;
        }

        #content-home .right {
            width: 100%;
            text-align: center;
        }

        #content-home .rightimg {
            margin: 0px 0px 35px 0px;
            float: none;
        }

    #events-table {
        margin-top: 50px;
    }

        #events-table h3 {
            padding: 15px 7px;
            background: #00c0ff;
            display: block;
            height: auto;
        }

        #events-table .left-table {
            margin: 0px 0px 30px 0px;
            width: 100%;
        }

            #events-table .left-table ul.list1 {
                width: 30%;
            }

            #events-table .left-table ul.list2 {
                width: 69%;
            }

            #events-table .left-table ul.list1 li {
                min-height: inherit;
                line-height: 20px;
                padding: 9px 12px;
            }

            #events-table .left-table ul.list2 li {
                min-height: inherit;
                line-height: 20px;
                padding: 9px 12px;
            }

            #events-table .left-table h4 {
                padding-top: 9px;
                text-align: left;
            }

            #events-table .left-table span.sign-left, #events-table .left-table span.sign-right {
                margin-top: 9px;
            }

    #email {
        width: 90%;
    }

        #email ul li {
            width: 85%;
            padding: 0px 15% 0px 0px;
        }

            #email ul li:nth-child(1) {
                padding: 0px 0px 0px 15%;
            }

    #footer-sidebar {
        width: 90%;
    }

        #footer-sidebar aside {
            margin: 20px 0px 0px 0px;
        }

            #footer-sidebar aside:nth-child(1) {
                width: 48%;
            }

            #footer-sidebar aside:nth-child(2) {
                width: 52%;
            }

            #footer-sidebar aside:nth-child(3) {
                width: 100%;
            }

    .contact-form form[name="form2"] input {
        margin-left: 0px;
    }

        .contact-form form[name="form2"] input[name="fullname"] {
            width: 94%;
        }

        .contact-form form[name="form2"] input[name="email"] {
            width: 94%;
            margin-top: 11px;
        }

    .contact-form form[name="form2"] textarea[name="Message"] {
        width: 51%;
    }

    #footer-links {
        width: 90%;
    }

        #footer-links ul li.left, #footer-links ul li.right {
            padding: 50px 0px 0px 0px;
            background-position: center top;
            width: 100%;
        }

    #nav-links, #copyright {
        text-align: center;
    }

    /*--------Inner pages -------*/
    #logo-bg {
        position: relative;
    }

        #logo-bg .logo-main > .logo {
            width: 100%;
        }

        #logo-bg .call-bar {
            margin: 0px;
            padding: 9px 3%;
            width: 94%;
            background: #001b2e;
        }

            #logo-bg .call-bar span.mail-home {
                padding: 0px 0px 9px 36px;
                display: block;
                line-height: 20px;
            }

            #logo-bg .call-bar span.mail {
                background-color: transparent;
            }

    #reg-page {
        width: 100%;
    }

        #reg-page h3 {
            margin-right: 0px;
            background-color: #00477e;
            padding: 20px 25px 20px 25px;
            line-height: 30px;
        }

    #content {
        width: 80%;
        text-align: left;
        padding: 30px 5%;
    }

        #content h1 {
            font-size: 47px;
            line-height: 41px;
            word-wrap: break-word;
        }

            #content h1 span.tag {
                line-height: 22px;
            }

    #registration-form form[name="form-reg"] {
        width: 90%;
    }

    #vendor-form ul.three-columns li:nth-child(3n+1) {
        width: 100%;
    }

    #vendor-form ul.three-columns li {
        width: 100%;
        margin-left: 0px;
    }

    #registration-form form[name="form-reg"] .prev-nxt input[name="SaveProgress"] {
        margin: 0px 25px 0px 0px;
    }

    #registration-form {
        width: 93%;
    }

        #registration-form nav {
            margin-left: 0px;
        }

            #registration-form nav ul > li {
                width: 100%;
            }

                #registration-form nav ul > li:hover, #registration-form nav > ul > li.current_page_item, #registration-form nav > ul > li.current_page_ancestor {
                    margin-left: 0px;
                }

            #registration-form nav ul > li {
                margin-left: 0px;
            }

        #registration-form form[name="form-reg"] select {
            width: auto;
        }

        #registration-form form[name="form-reg"] .prev-nxt input[name="Next"] {
            margin-left: 15px;
        }

        #registration-form form[name="form-reg"] textarea {
            width: 94%;
            padding: 9px 3%;
        }

        #registration-form form[name="form-reg"] .form-buttons input[name="AddPastPerformance"] {
            padding: 1px 12px;
        }

        #registration-form form[name="form-reg"] .prev-nxt input[name="Back"] {
            margin: 0px 0px 0px 0px;
        }

    #content .left {
        float: none;
        margin: 0px auto;
        width: 100%;
    }

    #content .right {
        float: none;
        margin: 0px auto;
        width: 100%;
    }

    #content .right1 {
        float: none;
        margin: 0px auto;
        width: 100%;
    }

    #content form[name="form3"] {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

        #content form[name="form3"] label {
            width: 100%;
        }

        #content form[name="form3"] input {
            width: 94%;
        }

            #content form[name="form3"] input[type="submit"] {
                width: auto;
            }

    #content h3 {
        line-height: 24px;
    }

    #content .rightimg {
        margin: 35px 0px 0px 0px;
        width: 100%;
    }

    #content h1.vendor {
        padding: 75px 0px 54px 0px;
    }

    #vendors-table .left-table {
        padding: 12px 3%;
        width: 93%;
        margin: 30px 0px 0px;
    }

        #vendors-table .left-table:nth-child(1) {
            margin: 0px;
        }

        #vendors-table .left-table ul.list2 li.head, #vendors-table .left-table ul.list2 li, #vendors-table .left-table ul.list2 li:hover, #vendors-table .left-table ul.list3 li.full-width:nth-child(odd) {
            width: 94%;
        }

        #vendors-table .left-table ul.list3 li:nth-child(even), #vendors-table .left-table ul.list1 li:nth-child(odd) {
            width: 34.6%;
        }

        #vendors-table .left-table ul.list3 li:nth-child(odd) {
            width: 53.2%;
        }

        #vendors-table .left-table ul.list1 li:nth-child(even) {
            width: 53.2%;
            border-top: 1px solid #c3c3c3;
            border-left: 1px solid #c3c3c3;
        }

        #vendors-table .left-table ul.list2 li p {
            text-align: left;
            padding: 0px 0px 12px;
        }

    #login-page form input {
        margin: 0px 0px 15px 0px;
    }

    #login-button {
        width: 50%;
    }

        #login-button a {
            padding: 6px 38%;
        }

    #reg {
        width: 42%;
    }

        #reg a {
            padding: 6px 27%;
        }
}

@media screen and (min-width:568px) and (max-width:768px) { /* ---------- MOBILE CSS ---------- */
    #login-page form input[type="button"] {
        margin: 0px 0px 0px 15px;
    }

    #registration-form form[name="form-reg"] .prev-nxt input[name="Back"] {
        margin-bottom: 15px;
    }

    #login-button {
        width: 30%;
        margin-left: 20px;
    }

    #reg {
        width: 30%;
    }
}

@media screen and (min-width:617px) and (max-width:768px) { /* ---------- MOBILE CSS ---------- */
    #logo-bg .call-bar {
        margin: 0px;
        padding: 9px 1%;
        width: 98%;
    }

    #login-button {
        width: 70px;
        margin-left: 10px;
    }

        #login-button a {
            padding: 6px 10px;
        }

    #reg {
        width: 130px;
        margin-left: 10px;
    }

        #reg a {
            padding: 6px 10px;
        }

    #page {
        margin: 100px auto 0px;
    }

    #vendors-table .left-table {
        padding: 12px 3%;
        width: 93%;
    }

        #vendors-table .left-table ul.list2 li.head, #vendors-table .left-table ul.list2 li, #vendors-table .left-table ul.list2 li:hover, #vendors-table .left-table ul.list3 li.full-width:nth-child(odd) {
            width: 94.4%;
        }

        #vendors-table .left-table ul.list3 li:nth-child(even), #vendors-table .left-table ul.list1 li:nth-child(odd) {
            width: 34.6%;
        }

        #vendors-table .left-table ul.list3 li:nth-child(odd) {
            width: 54.2%;
        }

        #vendors-table .left-table ul.list1 li:nth-child(even) {
            width: 54.2%;
            border-top: 1px solid #c3c3c3;
            border-left: 1px solid #c3c3c3;
        }

    #email ul li {
        width: 50%;
        padding: 0px 10% 0px 0px;
    }

        #email ul li:nth-child(1) {
            width: 50%;
            padding: 0px 0px 0px 10%;
        }
}

@media screen and (min-width:640px) and (max-width:768px) { /* ---------- MOBILE CSS ---------- */
    #blue-bar .blue-main {
        width: 94%;
    }

        #blue-bar .blue-main ul li {
            width: 31%;
            margin: 0px 0px 0px 20px;
        }

        #blue-bar .blue-main h1, #blue-bar .blue-main p {
            text-align: center;
        }
}

@media screen and (min-width:736px) and (max-width:768px) { /* ---------- MOBILE CSS ---------- */
    #vendors-table .left-table ul.list3 {
        width: 99.5%;
    }

        #vendors-table .left-table ul.list1 li:nth-child(even), #vendors-table .left-table ul.list3 li:nth-child(odd) {
            width: 56%;
        }

        #vendors-table .left-table ul.list2 li.head, #vendors-table .left-table ul.list2 li, #vendors-table .left-table ul.list2 li:hover, #vendors-table .left-table ul.list3 li.full-width:nth-child(odd) {
            width: 95.4%;
        }

    #email ul li {
        width: 50%;
        padding: 0px 8% 0px 0px;
    }

        #email ul li:nth-child(1) {
            width: 40%;
            padding: 0px 0px 0px 8%;
        }
}

@media screen and (min-width:0px) and (max-width:480px) { /* ---------- MOBILE CSS ---------- */
    #top-banner .top-ad ul li.right img {
        width: 100%;
    }

    #logo-bg-home .logo-main > .logo img {
        width: 100%;
    }

    #logo-bg .logo-main > .logo img {
        width: 100%;
    }

    #registration-form form[name="form-reg"] .prev-nxt input[name="SaveProgress"] {
        margin: 20px 0px 0px 0px;
    }

    #footer-sidebar aside:nth-child(1), #footer-sidebar aside:nth-child(2), #footer-sidebar aside:nth-child(3) {
        width: 100%;
    }

    .contact-form form[name="form2"] input {
        margin-left: 0px;
    }

        .contact-form form[name="form2"] input[name="fullname"] {
            width: 90%;
        }

        .contact-form form[name="form2"] input[name="email"] {
            width: 90%;
            margin-top: 11px;
        }

    .contact-form form[name="form2"] textarea[name="Message"] {
        width: 51%;
    }

    #content form[name="form3"] input {
        width: 88%;
    }

    #login form input {
        width: 90%;
        margin: 0px 0px 15px 0px;
    }

    #events-table .left-table ul.list1 {
        width: 42%;
    }

    #events-table .left-table ul.list2 {
        width: 56%;
    }

    #events-table .left-table ul.list1 li {
        min-height: 60px;
        padding: 9px 12px;
    }

    #events-table .left-table ul.list2 li {
        min-height: 60px;
        line-height: 20px;
        padding: 9px 12px;
    }

    #events-table h3 {
        padding: 15px 0px;
    }

    #page {
        margin: 150px auto 0px;
    }
}

@media screen and (min-width:480px) and (max-width:480px) {
    #login form input {
        width: 90%;
        margin: 0px 15px 15px 0px;
    }

    #events-table h3 {
        padding: 15px 7px;
    }

    #events-table .left-table ul.list1 {
        width: 30%;
    }

    #events-table .left-table ul.list2 {
        width: 69%;
    }

    #events-table .left-table ul.list1 li {
        min-height: inherit;
        line-height: 20px;
        padding: 9px 12px;
    }

    #events-table .left-table ul.list2 li {
        min-height: inherit;
        line-height: 20px;
        padding: 9px 12px;
    }

    .contact-form form[name="form2"] input[name="fullname"] {
        width: 93%;
    }

    .contact-form form[name="form2"] input[name="email"] {
        width: 93%;
    }

    .contact-form form[name="form2"] textarea[name="Message"] {
        width: 58%;
    }

    #logo-bg-home .logo-main > .logo img {
        width: auto;
    }

    #logo-bg .logo-main > .logo img {
        width: auto;
    }

    #top-banner .top-ad ul li.right img {
        width: auto;
    }

    #vendors-table .left-table {
        padding: 12px 3%;
        width: 93%;
    }

        #vendors-table .left-table ul.list2 li.head, #vendors-table .left-table ul.list2 li, #vendors-table .left-table ul.list2 li:hover, #vendors-table .left-table ul.list3 li.full-width:nth-child(odd) {
            width: 93%;
        }

        #vendors-table .left-table ul.list3 li:nth-child(even), #vendors-table .left-table ul.list1 li:nth-child(odd) {
            width: 34.6%;
        }

        #vendors-table .left-table ul.list3 li:nth-child(odd) {
            width: 50.9%;
        }

        #vendors-table .left-table ul.list1 li:nth-child(even) {
            width: 50.9%;
            border-top: 1px solid #c3c3c3;
            border-left: 1px solid #c3c3c3;
        }
}

@media screen and (min-width:0px) and (max-width:470px) {
    #logo-bg .call-bar span.mail {
        display: block;
        line-height: 20px;
    }

    #login-button {
        width: 38%;
    }

    #reg {
        width: 34%;
    }

    #vendors-table .left-table {
        padding: 12px 3%;
        width: 93%;
    }

        #vendors-table .left-table ul.list2 li.head, #vendors-table .left-table ul.list2 li:hover {
            width: 89.6%;
        }

        #vendors-table .left-table ul.list2 li.head, #vendors-table .left-table ul.list2 li, #vendors-table .left-table ul.list2 li:hover, #vendors-table .left-table ul.list3 li.full-width:nth-child(odd) {
            width: 89%;
        }

        #vendors-table .left-table ul.list2 li {
            width: 90%;
        }

        #vendors-table .left-table ul.list3 li.full-width {
            width: 89.5%;
        }

        #vendors-table .left-table ul.list3 li:nth-child(even), #vendors-table .left-table ul.list1 li:nth-child(odd), #vendors-table .left-table ul.list3 li:nth-child(odd), #vendors-table .left-table ul.list1 li:nth-child(even) {
            width: 88.9%;
        }

        #vendors-table .left-table ul.list1 li:nth-child(even) {
            border-top: 1px solid #c3c3c3;
            border-left: none;
        }
}

@media screen and (min-width:375px) and (max-width:384px) {
    #vendors-table .left-table ul.list2 li.head, #vendors-table .left-table ul.list2 li, #vendors-table .left-table ul.list2 li:hover, #vendors-table .left-table ul.list3 li.full-width:nth-child(odd) {
        width: 91%;
    }

    #vendors-table .left-table ul.list2 li {
        width: 91%;
    }

    #vendors-table .left-table ul.list3 li:nth-child(even), #vendors-table .left-table ul.list1 li:nth-child(odd), #vendors-table .left-table ul.list3 li:nth-child(odd), #vendors-table .left-table ul.list1 li:nth-child(even) {
        width: 90.5%;
        border-left: 0px;
    }
}

@media screen and (min-width:411px) and (max-width:470px) {
    #vendors-table .left-table ul.list2 li.head, #vendors-table .left-table ul.list2 li, #vendors-table .left-table ul.list2 li:hover, #vendors-table .left-table ul.list3 li.full-width:nth-child(odd) {
        width: 91.5%;
    }

    #vendors-table .left-table ul.list2 li {
        width: 91%;
    }

    #vendors-table .left-table ul.list3 li:nth-child(even), #vendors-table .left-table ul.list1 li:nth-child(odd), #vendors-table .left-table ul.list3 li:nth-child(odd), #vendors-table .left-table ul.list1 li:nth-child(even) {
        width: 92%;
        border-left: 0px;
    }
}

. {
    font-family: 'Open Sans', sans-serif;
    font-family: 'PT Serif', serif;
    font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: 'callunasemibold';
    src: url('shancalluna_regular_2-webfont.eot');
    src: url('shancalluna_regular_2-webfont.eot?#iefix') format('embedded-opentype'), url('shancalluna_regular_2-webfont.woff2') format('woff2'), url('shancalluna_regular_2-webfont.woff') format('woff'), url('shancalluna_regular_2-webfont.ttf') format('truetype'), url('shancalluna_regular_2-webfont.svg#callunasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
