/*****************************************************************************/


/************************ CSS Lite Stylesheet for Users **********************/


/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
    
Base orange
hex #ff8000;
    
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */

body {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-size: 14px;
}

a.dropdown-toggle.language-toggle {
    min-height: 0px;
    padding: 0px;
}

#dvCustomMasthead {
    display: block;
    z-index: 1;
}

div#ctl00_dvMasthead {
    display: none;
}

a {
    /*
    color: #428bca;
    */
}

a:hover {
    /*
    color: #2a6496;
    text-decoration: underline;
    */
}

h1 {
    /*
    color: #428bca;
    */
}

h2 {
    /*
    color: #428bca;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: normal;
    text-shadow: none;
    */
}

h3 {
    text-transform: uppercase;
    margin-bottom: 30px !important;
}

h4 {
    /*
    color: #428bca;
    */
}

h5 {
    /*
    color: #428bca;
    */
}

.Masthead {
    /*
    box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    */
}


input[type="text"]
{
 width:80%;
 margin-left:10%;
}

@media(min-width: 993px) {
    #content-container > .container {
        background-color: #f3f7f7;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding-top: 50px;
        width: 100% !important;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        /*margin-top: 60px;*/
        margin-top: 20px;
        color: #333;
    }
    .content-expand {
        width: calc(100% - 230px);
        background: white;
        /*padding: 0px 50px;*/
        padding: 0px 50px 50px 50px;
    }
}

@media(max-width: 992px) and (min-width: 768px) {
    #content-container > .container {
        background-color: white;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding-top: 50px;
        width: 100% !important;
        max-width: 100%;
        padding: 40px 40px;
        margin-top: 50px;
        color: #333;
    }
}

@media(max-width: 767px) {
    #content-container > .container {
        background-color: white;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding-top: 50px;
        width: 100% !important;
        max-width: 100%;
        padding: 0px 20px 40px 20px !important;
        color: #333;
    }
}

#dvTopSidebar {
    display: block;
}

div#footer-container {
    display: none;
}

div#breadcrumb {
    display: none;
}

div#header {
    background-color: #eee;
}

@media (min-width: 993px) {
    @media (min-width: 768px) {
        .left-container {
            width: 230px;
            padding: 30px;
            margin-right: 0;
        }
    }
}


/* ====================== Additional container styles ======================= */

.breadcrumb {
    /*
    margin: 0px;
    padding: 7px 0px 0px 0px;
    background-color: transparent;
    */
}

.badge {
    /*
    background-color: #428bca;
    */
}

.pagination > li > a,
.pagination > li > span {
    /*
    color: #428bca;
    */
}

.nav-tabs > li {
    /*
    color: #555;
    */
}

.nav-tabs > li > a:hover {
    /*
    color: #2a6496;
    */
}

.nav-tabs > li.active > a {
    /*
    border-top-color: #428bca;
    color: #428bca;
    */
}

body.no-nav {
    /*
    background-color: white;
    background-image: none;
    */
}

@media (max-width: 767px) {
    .content-full-expand {
        padding-right: 0px;
        padding-left: 0px;
    }
}


/* ====================== Navigational styles =============================== */

.navbar {
    border: none;
}

div#tdleftnav {
    max-width: 100% !important;
    padding: 0px;
    z-index: 99999999;
    z-index: 999;
    position: relative;
}

.navbar-collapse {
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #005c98;
}

.container > .navbar-collapse {
    border-bottom-color: #ff8000;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.navbar-top > li > a {
    /*
    padding: 5px;
    color: #428bca;
    */
}

.navbar-top > li > a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav > li > a {
    /*
    color: white;
    */
}

.navbar-nav > li > a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav > li > a.active {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav > li.active > a {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav > li > .dropdown-menu {
    /*
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
}

.dropdown-menu {
    background-color: white;
    border-bottom-color: transparent;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-radius: 0px;
    padding: 5px;
}

@media (max-width: 992px) {
    .dropdown-menu {
        text-align: center;
    }
}

.dropdown-menu > li > a {
    text-transform: uppercase;
    padding: 10px;
}

.dropdown-menu > li > a:hover {
    color: #005c98;
    background-color: #eee;
}

.left-nav > li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.left-nav > li > a {
    /*
    color: white;
    */
}

.left-nav > li > a:hover {
    /*
    color: white;
    background-color: #ff8000;
    */
}

.left-nav > li.active > a {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-nav > li.active > a:hover {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-nav > li.active > a:focus,
.left-subnav.in > li.active > a {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-nav > li.active > .left-subnav > li > a,
.left-subnav.in > li > a {
    /*
    color: #428bca;
    */
}

.left-nav > li.active > .left-subnav > li > a:hover,
.left-subnav.in > li > a:hover {
    /*
    color: #428bca;
    */
}

.left-subnav.in > li > a {
    /*
    color: #428bca;
    padding: 8px 0px 8px 24px;
    background-color: white;
    */
}

.left-subnav > li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
    border: none;
    margin-bottom: 16px;
}

.left-subnav > li > a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1em;
    color: #3d5567;
    padding: 0px;
}

.left-subnav > li > a:hover {
    color: #00aae7;
    text-decoration: underline;
    -webkit-transition: color linear 125ms;
    -moz-transition: color linear 125ms;
    transition: color linear 125ms;
    background: transparent;
}

.left-subnav > li.active > a {
    color: #00aae7;
    text-decoration: underline;
    background-color: transparent;
}

.left-subnav > li.active > a:hover {
    color: #00aae7;
    text-decoration: underline;
    background-color: transparent;
}

.nav-username {
    /*
    padding: 5px;
    color: white;
    height: auto;
    font-size: 14px;
    */
}

@media (max-width: 767px) {
    .nav-username {
        color: #3d5567;
    }
}

#ctl00_UserInfo_lnkLogout {
    font-size: 14px;
    font-weight: 600;
}

a#ctl00_UserInfo1_lnkLogout {
    font-size: 14px;
    font-weight: 600;
}

.navbar-toggle {
    /*
    border-color: #428bca;
    background-color: #428bca;
    */
}

i.fa.fa-caret-down {
    /*
    display: none; (This is optional)
    */
}

@media(min-width: 993px) {
    div#ctl00_dvTopNavigation {
        margin-top: -65px;
        margin-left: 230px;
    }
    .navbar-nav > li > .dropdown-menu {
    left: -75px;
}

}

@media (max-width: 992px) and (min-width: 768px) {
    button.navbar-toggle.visible-sm.visible-xs.pull-right {
        /*position: absolute;
        right: 358px;
        top: 58px;
        margin-top: 14px;
        margin-bottom: 8px;
        margin-right: 15px;*/
    }
    div#ctl00_dvTopNavigation {
        margin-top: -26px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    button.navbar-toggle.visible-sm.visible-xs.pull-right {
        top: 20px;
    }
}

@media (max-width: 992px) {
    header .navigation {
    background: transparent;
    }
}

@media (max-width: 768px) {
    button.navbar-toggle.visible-sm.visible-xs.pull-right {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    div#ctl00_dvTopNavigation {
        margin-top: -22px;
    }

    .mobilesmall.pull-right.display-xs {
        margin-right: 70px;
    }
}


/* ====================== Custom footer styles ============================== */

#footer-container .container {
    /*
    background-color: #428bca;
    border-top-color: #ff8000;
    border-top-style: solid;
    border-top-width: 2px;
    box-shadow: 0px -2px 2px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.2);
    */
}

.footer h2 {
    /*
    color: white;
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.footer ul {
    /*
    padding-left: 0px;
    margin-top: 10px;
    float: left;
    */
}

.footer ul li {
    /*
    color: white;
    text-decoration: none;
    margin-bottom: 8px;
    list-style-type: none;
    */
}


/* ================== When no content is in left sidebar =================== */

.left-container {
    /*min-height: 1px;*/
}


/* =================== img-responsive for IE ============== */

.img-responsive {
    width: auto;
}


/* =================== Fix Focus State for nav ===================== */

.nav > li > a:focus {
    background-color: transparent;
}

.fade-no {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.bgprops {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row | ltr;
    align-items: center
}

@media screen and (max-width:767px) {
    .display-flex {
        display: block
    }
}

.flex-item {
    -webkit-box-flex: 0 auto;
    -moz-box-flex: 0 auto;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto
}

@media screen and (max-width:767px) {
    .flex-item {
        display: block
    }
}

.ie10 .display-flex {
    display: inline-block;
    text-align: center
}

.ie10 .flex-item {
    display: inline-block;
    padding: 0 30px;
    margin: 0 auto
}

.ie9 .display-flex {
    display: inline-block;
    text-align: center
}

.ie9 .flex-item {
    display: inline-block;
    padding: 0 30px;
    margin: 0 auto
}

.gotham {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400
}

.bodyfont {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400
}

.titlefont {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700
}

.headerfont {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700
}

.buttonfont {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400
}

.light {
    font-weight: 300
}

.normal {
    font-weight: 400
}

.semi {
    font-weight: 700
}

.bold {
    font-weight: 700
}

.heavy {
    font-weight: 800
}

.ultra {
    font-weight: 800
}

.italic {
    font-style: italic
}

body,
button,
input,
select,
textarea {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400
}

.T1,
.T2,
.T3,
.T4,
.T5,
.T6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    line-height: 1.1
}

h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700
}

blockquote {
    font-weight: 700
}

input,
label {
    font-weight: 400
}

.upper {
    text-transform: uppercase
}

.nodeco {
    text-decoration: none
}

small {
    font-size: .8em;
    text-transform: uppercase;
    color: #00aae7
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#preload {
    opacity: 0;
    position: absolute;
    top: -99999px;
    left: -99999px
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?11425061);
    src: url(../fonts/fontello.eot?11425061#iefix) format('embedded-opentype'), url(../fonts/fontello.svg?11425061#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fontello;
    src: url(data:application/octet-stream;base64,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) format('woff'), url(data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCMJXkAAAD8AAAAVE9TLzI+OUmPAAABUAAAAFZjbWFw6UC78gAAAagAAAFwY3Z0IAbV/wIAAAb0AAAAIGZwZ22KkZBZAAAHFAAAC3BnYXNwAAAAEAAABuwAAAAIZ2x5ZswX5CoAAAMYAAAASGhlYWQKzrmKAAADYAAAADZoaGVhBzwDVQAAA5gAAAAkaG10eAfQAAAAAAO8AAAACGxvY2EAJAAAAAADxAAAAAZtYXhwAI8LjgAAA8wAAAAgbmFtZcydHB4AAAPsAAACzXBvc3TJ3m9rAAAGvAAAADBwcmVw5UErvAAAEoQAAACGAAEAAAAKADAAPgACbGF0bgAOREZMVAAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAED6AGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQOgY6BgDUv9qAFoDUgCXAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAAFUAAEAAAAAAE4AAwABAAAALAADAAoAAAFUAAQAIgAAAAQABAABAADoGP//AADoGP//AAAAAQAEAAAAAQAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAHAAAAAAAAAABAADoGAAA6BgAAAABAAEAAP9pA+gDUQALAAazCAIBLSsJAQcJAScJATcJARcCjgFamv6m/qaaAVr+ppoBWgFamgFd/qaaAVr+ppoBWgFamv6mAVqaAAEAAAABAABE5KxxXw889QALA+gAAAAA0+O69QAAAADT47r2AAD/aQPoA1EAAAAIAAIAAAAAAAAAAQAAA1L/agAAA+gAAAAAA+gAAQAAAAAAAAAAAAAAAAAAAAID6AAAA+gAAAAAAAAAJAAAAAEAAAACAAwAAQAAAAAAAgAAABAAcwAAABgLcAAAAAAAAAASAN4AAQAAAAAAAAA1AAAAAQAAAAAAAQAIADUAAQAAAAAAAgAHAD0AAQAAAAAAAwAIAEQAAQAAAAAABAAIAEwAAQAAAAAABQALAFQAAQAAAAAABgAIAF8AAQAAAAAACgArAGcAAQAAAAAACwATAJIAAwABBAkAAABqAKUAAwABBAkAAQAQAQ8AAwABBAkAAgAOAR8AAwABBAkAAwAQAS0AAwABBAkABAAQAT0AAwABBAkABQAWAU0AAwABBAkABgAQAWMAAwABBAkACgBWAXMAAwABBAkACwAmAclDb3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbWZvbnRlbGxvUmVndWxhcmZvbnRlbGxvZm9udGVsbG9WZXJzaW9uIDEuMGZvbnRlbGxvR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAoAEMAKQAgADIAMAAxADYAIABiAHkAIABvAHIAaQBnAGkAbgBhAGwAIABhAHUAdABoAG8AcgBzACAAQAAgAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAGYAbwBuAHQAZQBsAGwAbwBSAGUAZwB1AGwAYQByAGYAbwBuAHQAZQBsAGwAbwBmAG8AbgB0AGUAbABsAG8AVgBlAHIAcwBpAG8AbgAgADEALgAwAGYAbwBuAHQAZQBsAGwAbwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAQIBAwAGY2FuY2VsAAAAAQAB//8ADwAAAAAAAAAAAAAAAAAAAAAAGAAYABgAGANS/2kDUv9psAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgACABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAgYGYtsAIsIGQgsMBQsAQmWrIoAQpDRWNFUltYISMhG4pYILBQUFghsEBZGyCwOFBYIbA4WVkgsQEKQ0VjRWFksChQWCGxAQpDRWNFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwAStZWSOwAFBYZVlZLbADLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbAELCMhIyEgZLEFYkIgsAYjQrEBCkNFY7EBCkOwAWBFY7ADKiEgsAZDIIogirABK7EwBSWwBCZRWGBQG2FSWVgjWSEgsEBTWLABKxshsEBZI7AAUFhlWS2wBSywB0MrsgACAENgQi2wBiywByNCIyCwACNCYbACYmawAWOwAWCwBSotsAcsICBFILALQ2O4BABiILAAUFiwQGBZZrABY2BEsAFgLbAILLIHCwBDRUIqIbIAAQBDYEItsAkssABDI0SyAAEAQ2BCLbAKLCAgRSCwASsjsABDsAQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYUREsAFgLbALLCAgRSCwASsjsABDsAQlYCBFiiNhIGSwJFBYsAAbsEBZI7AAUFhlWbADJSNhRESwAWAtsAwsILAAI0KyCwoDRVghGyMhWSohLbANLLECAkWwZGFELbAOLLABYCAgsAxDSrAAUFggsAwjQlmwDUNKsABSWCCwDSNCWS2wDywgsBBiZrABYyC4BABjiiNhsA5DYCCKYCCwDiNCIy2wECxLVFixBGREWSSwDWUjeC2wESxLUVhLU1ixBGREWRshWSSwE2UjeC2wEiyxAA9DVVixDw9DsAFhQrAPK1mwAEOwAiVCsQwCJUKxDQIlQrABFiMgsAMlUFixAQBDYLAEJUKKiiCKI2GwDiohI7ABYSCKI2GwDiohG7EBAENgsAIlQrACJWGwDiohWbAMQ0ewDUNHYLACYiCwAFBYsEBgWWawAWMgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLEAABMjRLABQ7AAPrIBAQFDYEItsBMsALEAAkVUWLAPI0IgRbALI0KwCiOwAWBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsBQssQATKy2wFSyxARMrLbAWLLECEystsBcssQMTKy2wGCyxBBMrLbAZLLEFEystsBossQYTKy2wGyyxBxMrLbAcLLEIEystsB0ssQkTKy2wHiwAsA0rsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wHyyxAB4rLbAgLLEBHistsCEssQIeKy2wIiyxAx4rLbAjLLEEHistsCQssQUeKy2wJSyxBh4rLbAmLLEHHistsCcssQgeKy2wKCyxCR4rLbApLCA8sAFgLbAqLCBgsBBgIEMjsAFgQ7ACJWGwAWCwKSohLbArLLAqK7AqKi2wLCwgIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgjIIpVWCBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4GyFZLbAtLACxAAJFVFiwARawLCqwARUwGyJZLbAuLACwDSuxAAJFVFiwARawLCqwARUwGyJZLbAvLCA1sAFgLbAwLACwAUVjuAQAYiCwAFBYsEBgWWawAWOwASuwC0NjuAQAYiCwAFBYsEBgWWawAWOwASuwABa0AAAAAABEPiM4sS8BFSotsDEsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYTgtsDIsLhc8LbAzLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2GwAUNjOC2wNCyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsjMBARUUKi2wNSywABawBCWwBCVHI0cjYbAJQytlii4jICA8ijgtsDYssAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgsAhDIIojRyNHI2EjRmCwBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2EjICCwBCYjRmE4GyOwCENGsAIlsAhDRyNHI2FgILAEQ7ACYiCwAFBYsEBgWWawAWNgIyCwASsjsARDYLABK7AFJWGwBSWwAmIgsABQWLBAYFlmsAFjsAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wNyywABYgICCwBSYgLkcjRyNhIzw4LbA4LLAAFiCwCCNCICAgRiNHsAErI2E4LbA5LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWG5CAAIAGNjIyBYYhshWWO4BABiILAAUFiwQGBZZrABY2AjLiMgIDyKOCMhWS2wOiywABYgsAhDIC5HI0cjYSBgsCBgZrACYiCwAFBYsEBgWWawAWMjICA8ijgtsDssIyAuRrACJUZSWCA8WS6xKwEUKy2wPCwjIC5GsAIlRlBYIDxZLrErARQrLbA9LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrErARQrLbA+LLA1KyMgLkawAiVGUlggPFkusSsBFCstsD8ssDYriiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSsBFCuwBEMusCsrLbBALLAAFrAEJbAEJiAuRyNHI2GwCUMrIyA8IC4jOLErARQrLbBBLLEIBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsSsBFCstsEIssDUrLrErARQrLbBDLLA2KyEjICA8sAQjQiM4sSsBFCuwBEMusCsrLbBELLAAFSBHsAAjQrIAAQEVFBMusDEqLbBFLLAAFSBHsAAjQrIAAQEVFBMusDEqLbBGLLEAARQTsDIqLbBHLLA0Ki2wSCywABZFIyAuIEaKI2E4sSsBFCstsEkssAgjQrBIKy2wSiyyAABBKy2wSyyyAAFBKy2wTCyyAQBBKy2wTSyyAQFBKy2wTiyyAABCKy2wTyyyAAFCKy2wUCyyAQBCKy2wUSyyAQFCKy2wUiyyAAA+Ky2wUyyyAAE+Ky2wVCyyAQA+Ky2wVSyyAQE+Ky2wViyyAABAKy2wVyyyAAFAKy2wWCyyAQBAKy2wWSyyAQFAKy2wWiyyAABDKy2wWyyyAAFDKy2wXCyyAQBDKy2wXSyyAQFDKy2wXiyyAAA/Ky2wXyyyAAE/Ky2wYCyyAQA/Ky2wYSyyAQE/Ky2wYiywNysusSsBFCstsGMssDcrsDsrLbBkLLA3K7A8Ky2wZSywABawNyuwPSstsGYssDgrLrErARQrLbBnLLA4K7A7Ky2waCywOCuwPCstsGkssDgrsD0rLbBqLLA5Ky6xKwEUKy2wayywOSuwOystsGwssDkrsDwrLbBtLLA5K7A9Ky2wbiywOisusSsBFCstsG8ssDorsDsrLbBwLLA6K7A8Ky2wcSywOiuwPSstsHIsswkEAgNFWCEbIyFZQiuwCGWwAyRQeLABFTAtAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAFQrIAAQAqsQAFQrMKAgEIKrEABUKzDgABCCqxAAZCugLAAAEACSqxAAdCugBAAAEACSqxAwBEsSQBiFFYsECIWLEDZESxJgGIUVi6CIAAAQRAiGNUWLEDAERZWVlZswwCAQwquAH/hbAEjbECAEQAAA==) format('truetype')
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.icon-cancel:before {
    content: '\e818'
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 15px!important;
    padding-right: 15px!important
}

#dvFooterInc .container.wide .col-sm-12.alignC {
    padding: 0px !important;
}

.sponsors {
    padding: 20px 0px 0px 0px;
    background: #fff;
}

@media (max-width: 767px) {
    .sponsors {
        padding: 20px 0px 20px 0px;
    }
}

body {
    background: #FFF;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #3d5567;
    font-size: 16px;
    position: relative
}

a {
    color: #00aae7;
    text-decoration: none;
    -webkit-transition: color linear .25s;
    -moz-transition: color linear .25s;
    transition: color linear .25s
}

a:active,
a:focus,
a:hover {
    color: #00aae7;
    text-decoration: underline;
    -webkit-transition: color linear 125ms;
    -moz-transition: color linear 125ms;
    transition: color linear 125ms
}

a:active img,
a:focus img,
a:hover img {
    opacity: 1
}

.container.wide {
    max-width: 100%;
    width: 100%
}

.container.wide,
.container.wide .container {
    padding-left: 0!important;
    padding-right: 0!important;
    position: relative
}

.alignL {
    text-align: left
}

.alignR {
    text-align: right
}

.ie8 img {
    max-width: none;
    width: 100%
}

.input-group .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #00aae7
}

.input-group .btn.btn-primary {
    background-color: #00aae7;
    border-color: #00aae7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: .25em;
    -webkit-transition: all linear .25s;
    -moz-transition: all linear .25s;
    transition: all linear .25s
}

.input-group .btn.btn-primary:focus,
.input-group .btn.btn-primary:hover {
    background-color: #79c9e5;
    border-color: #79c9e5;
    -webkit-transition: all linear 125ms;
    -moz-transition: all linear 125ms;
    transition: all linear 125ms
}

.table {
    display: table;
    max-width: none
}

.table-cell {
    display: table-cell;
    vertical-align: middle
    margin-left: 20px;
}

.bgcover {
    background-size: cover;
    background-repeat: none;
    background-position: center
}

.hidethis {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    overflow: hidden
}

.btn.btnieee {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    border: 1px solid #00aae7;
    color: #00aae7;
    padding: .45rem 1.5rem
}

.btn.btnieee:focus,
.btn.btnieee:hover {
    -webkit-transition: all 125ms linear;
    -moz-transition: all 125ms linear;
    transition: all 125ms linear;
    border: 1px solid #79c9e5;
    color: #79c9e5
}

header {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    text-align: center;
    font-size: .7em
}

@media screen and (max-width:992px) {
    header {
        font-size: .6em
    }
}

header a.logo {
    float: left;
    margin: 10px 0 10px 20px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible
}

header a.logo img {
    max-width: 188px;
    height: auto
}

@media (max-width: 767px){
    header a.logo img {
    max-width: 100px;
    height: auto
}
}

header .navigation {
    text-align: right;
    background: #fee300;
}

@media screen and (min-width:993px) {
    header .navigation {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 78%;
        width: calc(100% - 230px);
        top: 0;
    }
}

.navbar-toggle {
    background: 0 0;
    position: relative;
    border: 0;
    width: 30px;
    height: 25px;
    float: none;
    outline: 0!important;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0!important
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    margin: 0!important;
    position: absolute;
    background: #005c98;
    left: 0;
    -webkit-transition: all 50ms linear;
    -moz-transition: all 50ms linear;
    transition: all 50ms linear
}

.navbar-toggle .icon-bar:nth-child(1) {
    top: 0;
    opacity: 0
}

.navbar-toggle .icon-bar:nth-child(2) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.navbar-toggle .icon-bar:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.navbar-toggle .icon-bar:nth-child(4) {
    top: 18px;
    opacity: 0
}

.navbar-toggle.collapsed .icon-bar {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
    opacity: 1
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    top: 0
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0)
}

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
    opacity: 1
}

.navbar-toggle:hover {
    border: 0
}

.main-nav-top .navbar {
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%
}

.top {
    text-align: right
}

@media screen and (max-width:992px) {
    .top {
        margin-top: 9px;
        margin-right: 20px
    }
}

.top .btn,
.top .search,
.top .theme {
    display: inline-block
}

.top .theme {
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px;
    vertical-align: bottom;
    color: #005c98;
}

.top .theme .date,
.top .theme .title {
    display: block
}

.top .theme .title {
    font-weight: 300;
    letter-spacing: .18em;
    margin-right: -5px;
    line-height: 1.2em
}

.top .theme .title strong {
    font-weight: 800
}

.top .theme .date {
    font-size: 10.5px;
    display: block;
    font-weight: 700
}

@media screen and (max-width:992px) {
    .top .theme {
        display: block;
        font-size: 18px;
        padding: 0 0 10px 0
    }
    .top .theme .date {
        font-size: 12.5px
    }
}

.top .btn {
    font-size: 2.25em;
    padding: .9em 1.6em;
    text-transform: uppercase;
    font-weight: 700;
    background: #00aae7;
    color: #FFF;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition: background .25s linear;
    border-radius: 0px;
}

.top .btn.exhibit {
    background: #4bbce4
}

.top .btn:focus,
.top .btn:hover {
    background: #79c9e5;
    -webkit-transition: background 125ms linear;
    -moz-transition: background 125ms linear;
    transition: background 125ms linear
}

@media screen and (min-width:993px) {
    .top .search {
        display: none
    }
}

@media screen and (max-width:992px) {
    .top .search {
        margin-right: 15px
    }
    .top .btn {
        padding: .45em 1.6em
    }
    .top .fa-search {
        font-size: 2.2em
    }
}

@media screen and (max-width:700px) {
    .top .attend,
    .top .exhibit,
    .top .theme {
        display: none
    }
}

.main-nav-top .navbar-collapse {
    -webkit-font-smoothing: subpixel-antialiased;
    padding-left: 0;
    padding-right: 0
}

.main-nav-top ul.nav {
    text-align: right;
    width: 100%;
    background: #005c98
}

.main-nav-top .navbar-nav>li {
    display: inline-block;
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
    vertical-align: bottom
}

.main-nav-top ul.nav.navbar-nav.right {
    text-align: right
}

.main-nav-top ul.nav.navbar-nav>li>a {
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition: background .25s linear;
    /*background: #005c98;*/
    background: transparent;
    color: #FFF;
    text-shadow: none;
    padding: .9em .75em;
    letter-spacing: .03em;
    margin: 0;
    font-size: 16.08px;
    font-weight: 700;
    display: inline-block;
    vertical-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}

.main-nav-top ul.nav.navbar-nav>li.active:focus>a,
.main-nav-top ul.nav.navbar-nav>li.active:hover>a,
.main-nav-top ul.nav.navbar-nav>li.active>a,
.main-nav-top ul.nav.navbar-nav>li:active>a,
.main-nav-top ul.nav.navbar-nav>li:focus>a,
.main-nav-top ul.nav.navbar-nav>li:hover>a {
    -webkit-transition: background 125ms linear;
    -moz-transition: background 125ms linear;
    transition: background 125ms linear;
    background: #79c9e5;
    color: #005c98;
    box-shadow: none
}

.main-nav-top ul.nav.navbar-nav>li.active a:after {
    display: block
}

.main-nav-top ul.nav.navbar-nav>li:first-child>a {
    padding-left: .75em
}

.main-nav-top ul.nav.navbar-nav>li:last-child>a {
    padding-right: .75em
}

@media screen and (max-width:992px) {
    .navbar-collapse.top-navbar {
        width: 100% !important;
    }
    .top-navbar.navbar-collapse {
        width: 100%;
        background: #e4ecec;
        position: absolute;
        z-index: 11;
        top: 168px;
        left: 0
    }
    .top-navbar .navbar-toggle {
        margin-right: 15px;
        padding: 0;
        border: 0;
        margin-top: 14px;
        vertical-align: middle;
        font-weight: 700
    }
    .top-navbar .navbar-toggle:hover {
        border: 0
    }
    .top-navbar ul.nav {
        background: 0 0;
        margin: 0;
        padding: 20px 0
    }
    .top-navbar ul.nav.navbar-nav.right {
        text-align: center;
        float: none;
        padding: 30px 0;
        display: block
    }
    .top-navbar ul.nav.navbar-nav>li,
    .top-navbar ul.nav.navbar-nav>li.contact {
        opacity: 0;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        transition: all .1s linear;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
        float: none;
        display: block;
        width: 100%;
        margin: 0
    }
    .top-navbar ul.nav.navbar-nav>li.contact>a,
    .top-navbar ul.nav.navbar-nav>li>a {
        text-align: center;
        background: 0 0;
        color: #005c98;
        text-shadow: none;
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        margin: 10;
        font-size: 16px;
        letter-spacing: .1em;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0
    }
    .top-navbar ul.nav.navbar-nav>li.contact>a:after,
    .top-navbar ul.nav.navbar-nav>li>a:after {
        display: none!important
    }
    .top-navbar ul.nav.navbar-nav>li.active:focus>a,
    .top-navbar ul.nav.navbar-nav>li.active:hover>a,
    .top-navbar ul.nav.navbar-nav>li.active>a,
    .top-navbar ul.nav.navbar-nav>li.contact.active:focus>a,
    .top-navbar ul.nav.navbar-nav>li.contact.active:hover>a,
    .top-navbar ul.nav.navbar-nav>li.contact.active>a,
    .top-navbar ul.nav.navbar-nav>li.contact:active>a,
    .top-navbar ul.nav.navbar-nav>li.contact:focus>a,
    .top-navbar ul.nav.navbar-nav>li.contact:hover>a,
    .top-navbar ul.nav.navbar-nav>li:active>a,
    .top-navbar ul.nav.navbar-nav>li:focus>a,
    .top-navbar ul.nav.navbar-nav>li:hover>a {
        -webkit-transition: border 125ms linear;
        -moz-transition: border 125ms linear;
        transition: border 125ms linear;
        background: 0 0;
        color: #00aae7;
        box-shadow: none;
        border: 0
    }
    .top-navbar ul.nav.navbar-nav>li.contact:first-child>a,
    .top-navbar ul.nav.navbar-nav>li:first-child>a {
        padding-left: 0
    }
    .navbar-collapse.in ul.nav.navbar-nav>li {
        opacity: 1;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        transition: all .1s linear;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    .navbar-collapse.in ul.nav.navbar-nav>li:nth-child(1) {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        transition-delay: 50ms
    }
    .navbar-collapse.in ul.nav.navbar-nav>li:nth-child(2) {
        -webkit-transition-delay: 75ms;
        -moz-transition-delay: 75ms;
        transition-delay: 75ms
    }
    .navbar-collapse.in ul.nav.navbar-nav>li:nth-child(3) {
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        transition-delay: .1s
    }
    .navbar-collapse.in ul.nav.navbar-nav>li:nth-child(4) {
        -webkit-transition-delay: 125ms;
        -moz-transition-delay: 125ms;
        transition-delay: 125ms
    }
    .navbar-collapse.in ul.nav.navbar-nav>li:nth-child(5) {
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        transition-delay: .15s
    }
    .navbar-collapse.in ul.nav.navbar-nav>li:nth-child(6) {
        -webkit-transition-delay: 175ms;
        -moz-transition-delay: 175ms;
        transition-delay: 175ms
    }
    .navbar-collapse.in ul.nav.navbar-nav>li:nth-child(7) {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        transition-delay: .2s
    }
}

@media (max-width: 767px) {
    .top-navbar.navbar-collapse {
        top: 74px;
        z-index: 11;
    }
}

@media screen and (max-width:700px) {
    .navbar-toggle {
        margin-top: 41px
    }
}

section {
    position: relative
}


/*.ie9 .hero {
    display: block
}*/

#slideshow {
    position: relative;
    height: 30vw;
}

@media (min-width: 768px) and (max-width: 992px) {
    #slideshow {
    margin-top: 50px;
    }
}

#slideshow ol {
    bottom: 1px;
    z-index: 3;
    
}

#slideshow .flex-direction-nav {
    display: block
}




#slideshow2 {
    position: relative;
    height: 30vw;
}

@media (min-width: 768px) and (max-width: 992px) {
    #slideshow2 {
    margin-top: 50px;
    }
}

#slideshow2 ol {
    bottom: 1px;
    z-index: 3;
    
}

#slideshow2 .flex-direction-nav {
    display: block
}



.hero2 {
    display: table;
    max-width: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 38vw;
    width: 100%
}

.hero2 article {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 80%;
    padding-left: 0
}

.hero2:after {
    content: '';
    background-color: #000;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

/*
 *	generated by WOW Slider 8.8
 *	template Transparent
 */
@import url(https://fonts.googleapis.com/css?family=Anton&subset=latin,latin-ext);
#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 640px;
	max-height:360px;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:640px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:360px;
	max-width: 640px;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:360px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:360px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}
#wowslider-container1  .ws_bullets { 
	padding: 3px 0; 
}
#wowslider-container1 .ws_bullets a { 
	width:19px;
	height:19px;
	background: url(https://www.ieeet-d.org/IEEE20/CUSTOM/bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:6px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	background-size: 200% ;
	
	position: absolute;
	top: 50%;
    height: 6.5em;
    margin-top: -3.3em;   
    width: 4.3em;
	z-index: 60;
	background-image: url(https://www.ieeet-d.org/IEEE20/CUSTOM/arrows.png);
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:0.7em;
}
#wowslider-container1 a.ws_prev {
	left:0.7em;
	background-position: 0 0; 
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 100%; 
}

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 1.1em;
    height: 1.8em;
    position: absolute;
    top: 6px;
    left: 13px;
    margin-left: -0.6em;
    margin-top: 0.2em;
    z-index: 59;
}

#wowslider-container1 .ws_pause {
	background-size: 100%;
    background-image: url(./pause.png);
}

#wowslider-container1 .ws_play {
	background-size: 100%;
    background-image: url(./play.png);
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}
/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	font: 3.5em 'Anton', sans-serif;
	bottom: 0.5em;
	left: 0.5em;
	margin-right:0.2em;
	color:#000000;
	z-index: 50;
	line-height: 1em;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	
	display:inline-block;
	padding:0.35em;

	opacity:1;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
}
#wowslider-container1 .ws-title div{
	display:block;
	color: #000000;
    font-size: 0.857em;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0.2em;
	
}
#wowslider-container1 .ws-title span{
	padding:0.25em;
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 82.8s infinite;
	-moz-animation: wsBasic 82.8s infinite;
	-webkit-animation: wsBasic 82.8s infinite;
}
@keyframes wsBasic{0%{left:-0%} 5.92%{left:-0%} 8.33%{left:-100%} 14.25%{left:-100%} 16.67%{left:-200%} 22.58%{left:-200%} 25%{left:-300%} 30.92%{left:-300%} 33.33%{left:-400%} 39.25%{left:-400%} 41.67%{left:-500%} 47.58%{left:-500%} 50%{left:-600%} 55.92%{left:-600%} 58.33%{left:-700%} 64.25%{left:-700%} 66.67%{left:-800%} 72.58%{left:-800%} 75%{left:-900%} 80.92%{left:-900%} 83.33%{left:-1000%} 89.25%{left:-1000%} 91.67%{left:-1100%} 97.58%{left:-1100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 5.92%{left:-0%} 8.33%{left:-100%} 14.25%{left:-100%} 16.67%{left:-200%} 22.58%{left:-200%} 25%{left:-300%} 30.92%{left:-300%} 33.33%{left:-400%} 39.25%{left:-400%} 41.67%{left:-500%} 47.58%{left:-500%} 50%{left:-600%} 55.92%{left:-600%} 58.33%{left:-700%} 64.25%{left:-700%} 66.67%{left:-800%} 72.58%{left:-800%} 75%{left:-900%} 80.92%{left:-900%} 83.33%{left:-1000%} 89.25%{left:-1000%} 91.67%{left:-1100%} 97.58%{left:-1100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 5.92%{left:-0%} 8.33%{left:-100%} 14.25%{left:-100%} 16.67%{left:-200%} 22.58%{left:-200%} 25%{left:-300%} 30.92%{left:-300%} 33.33%{left:-400%} 39.25%{left:-400%} 41.67%{left:-500%} 47.58%{left:-500%} 50%{left:-600%} 55.92%{left:-600%} 58.33%{left:-700%} 64.25%{left:-700%} 66.67%{left:-800%} 72.58%{left:-800%} 75%{left:-900%} 80.92%{left:-900%} 83.33%{left:-1000%} 89.25%{left:-1000%} 91.67%{left:-1100%} 97.58%{left:-1100%} }

#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:15px;
	left:-43px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:85px;
	background-color:#FFFFFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:21px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 4px ridge rgba(255,255,255,.30);
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-11px;
	margin-left:-8px;
	left:43px;
	background:url(./triangle.png);
	width:15px;
	height:6px;
}#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}




.hero {
    display: table;
    max-width: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30vw;
    width: 100%
}

.hero article {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding-left: 0
}

.hero:after {
    content: '';
    background-color: #000;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.hero h1 {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 7.55vw;
    font-weight: 300
}

.hero h1 b {
    font-weight: 800
}

.hero h1 span {
    display: block
}

.hero h1 small {
    color: #FFF;
    font-weight: 300;
    font-size: .3em;
    letter-spacing: .08em
}

.hero h1 small strong {
    font-weight: 800
}

.hero h1 span:nth-child(1) {
    line-height: 0
}

.hero h1 span:nth-child(2) {
    padding-top: 5px;
    letter-spacing: .04em;
    color: #00aae7
}

.hero h1 span:nth-child(3) {
    line-height: 0;
    font-size: .93em
}

@media screen and (max-width:480px) {
    .hero h1 {
        font-size: 8vw;
        padding: 50px 0
    }
}

#grid {
    padding: 5%;
    padding-bottom: 10px;
}

@media screen and (max-width:992px) and (min-width:768px) {
    #grid {
        padding: 5% 2%
    }
    #grid .container {
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    #grid {
        padding: 20px 0
    }
}

#grid .item {
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear
}

#grid .item .image {
    width: 100%;
    height: 130px;
    background-size: cover;
    background-repeat: none;
    background-position: center
}

#grid .item .shell {
    background: #f3f7f7;
    padding: 30px;
    text-align: center;
}

@media (min-width: 993px) {
    #grid .item .shell {
    min-height: 195px;
    }
}

@media (max-width: 992px) {
    #grid .item .shell {
    min-height: 207px;
    }
}

#grid .item .shell .title {
    min-height: 120px;
    margin: 0;
}

@media (max-width: 767px) {
    #grid .item .shell .title {
    min-height: 0px;
    }
    #grid .item .shell {
    min-height: 0px;
    }
}

#grid .item .shell h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #005c98;
    font-size: 26px;
    line-height: 1.1em
}

@media screen and (max-width:1199px) {
    #grid .item .shell h3 {
        font-size: 26px
    }
}

@media screen and (max-width:767px) {
    #grid .item .shell h3 {
        font-size: 20px;
        margin-bottom: 0px !important;
    }
}

#grid .item .shell .btn {
    width: 90%;
    margin: 15px auto 0
}

#grid .item .shell .btn.short {
    width: 45%;
    margin: 15px 2% 0;
    display: inline-block
}

@media screen and (max-width:992px) and (min-width:768px) {
    #grid .item .shell .btn {
        font-size: .95em;
        padding: .95rem 1.5rem
    }
}

@media screen and (max-width:767px) {
    #grid .item .shell .btn {
        width: 100%;
        font-size: .65em;
        padding: .45rem
    }
}

@media screen and (max-width:767px) {
    #grid .col-xs-6 {
        padding: 0 7.5px!important
    }
}

@media screen and (max-width:321px) {
    #grid .col-xs-6 {
        width: 100%;
        padding: 0 15px!important
    }
}

#denver {
    display: table;
    max-width: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vw;
    width: 100%
}

#denver article {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding-left: 0;
    position: relative;
    z-index: 3
}

#denver:after {
    content: '';
    background-color: #3d5567;
    background-size: cover;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

#denver h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 5vw;
    color: #FFF
}

#social {
    padding: 50px 0;
    text-align: center;
}

#social a,
#social h3 {
    display: inline;
    /*vertical-align: middle;*/
    padding: 0 10px
}

#social a .fa-2x,
#social h3 .fa-2x {
    font-size: 2.2em
}

#social h3 {
    color: #005c98;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 1em;
    padding: 0 20px 0 0;
    padding: 0 30px 0 0;
    margin: 0;
    margin-top: -10px;
    /*display: inline-block*/
}

@media screen and (max-width:767px) {
    #social h3 {
        display: block;
        padding: 0 0 20px;
        margin: 0;
        margin-bottom: 0px !important;
    }
}

.section,
aside {
    float: left;
    width: 230px
}

@media screen and (max-width:767px) {
    aside {
        display: none
    }
    .section {
        width: 100%
    }
}

.page,
main {
    float: left;
    width: calc(100% - 230px)
}

@media screen and (max-width:767px) {
    .page,
    main {
        width: 100%
    }
}

#subhead .page,
#subhead .section {
    display: table;
    max-width: none;
    height: 6em
}

#subhead .section {
    text-align: center;
    background: #4bbce4;
    color: #FFF
}

#subhead .section h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.25em;
    padding: 0;
    margin: 0
}

#subhead .page {
    position: relative;
    text-align: left;
    background: #e4ecec;
    color: #005c98;
    padding-left: 40px!important
}

#subhead .page:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #4bbce4
}

@media screen and (max-width:767px) {
    #subhead .page:before {
        top: 0;
        margin-top: 0;
        left: 50%;
        margin-left: -15px;
        border-top: 15px solid #4bbce4;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent
    }
}

@media screen and (max-width:767px) {
    #subhead .page {
        text-align: center;
        padding-left: 0!important;
        height: 5em;
        padding-top: 5px;
        display: none
    }
}

#subhead .page li {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.85em;
    padding: 0;
    margin: 0;
    list-style: none;
}

#subhead .page h2 a {
    color: #005c98;
}

#subhead.limited .page {
    width: 100%
}

#subhead.limited .page:before {
    display: none
}

@media screen and (max-width:992px) {
    #subhead {
        font-size: .8em
    }
}

.breadcrumbs {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em
}

.breadcrumbs .sep,
.breadcrumbs a {
    padding-right: .35em;
    display: inline-block;
    color: #005c98;
    text-decoration: none
}

.breadcrumbs a {
    color: #00aae7
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
    color: #00aae7;
    text-decoration: underline
}

.breadcrumbs .active {
    font-weight: 800
}

aside {
    background: #f3f7f7;
    padding: 30px;
    text-align: center
}

aside nav ul {
    display: block;
    margin: 0 auto
}

aside nav li,
aside nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
}

aside nav li {
    margin-bottom: 16px
}

aside nav a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1em;
    color: #3d5567
}

aside nav a.primary {
    text-transform: uppercase;
    font-weight: 800;
    color: #00aae7;
    text-decoration: none;
    font-size: 18px
}

aside nav a.active {
    color: #00aae7;
    text-decoration: underline
}

@media screen and (max-width:767px) {
    aside {
        padding: 20px 50px;
        display: block;
        width: 100%;
        height: auto!important
    }
    aside nav li {
        text-align: center;
        margin-bottom: 5px
    }
    aside nav a {
        font-weight: 700
    }
}

main {
    padding: 50px
}

@media screen and (max-width:767px) {
    main {
        padding: 30px
    }
}

main h3 {
    text-transform: uppercase;
    margin-bottom: 30px
}

main h4 {
    margin-bottom: 10px
}

main p {
    line-height: 24px
}

main hr {
    height: 0;
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 60px
}

main.limited {
    width: 100%;
    padding: 100px 10%
}

@media screen and (max-width:992px) {
    main.limited {
        padding: 50px 5%
    }
}

@media screen and (max-width:600px) {
    main.limited {
        padding: 30px
    }
}

main table {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: .9em
}

main table td,
main table th {
    width: 25%;
    padding: 5px;
    vertical-align: top;
    border: 1px solid #CCC
}

main table th {
    background: #3d5567;
    color: #FFF;
    border: 1px solid #3d5567
}

main table tr:nth-child(even) {
    background: #fafafa
}

@media screen and (max-width:600px) {
    main table {
        font-size: .8em
    }
}

main ul ul {
    margin-bottom: 15px;
    font-size: .9em
}

main ul ul li {
    margin-bottom: 0
}

main ul>li {
    margin-bottom: 10px
}

.page-2016-exhibitor-list main ul {
    padding: 0;
    margin: 0
}

.page-2016-exhibitor-list main ul li {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    width: 48%
}

.page-2016-exhibitor-list main ul li:nth-child(even) {
    padding-right: 2%
}

.page-2016-exhibitor-list main ul li.title {
    display: block;
    clear: both;
    margin: 20px 0 0
}

.page-2016-exhibitor-list main ul li strong {
    font-weight: 800;
    font-size: 1.2em
}

@media screen and (max-width:992px) {
    .page-2016-exhibitor-list main ul li {
        width: 100%
    }
    .page-2016-exhibitor-list main ul li:nth-child(even) {
        padding-right: 0
    }
}

.page-2016-photo-gallery main {
    text-align: center
}

.page-2016-photo-gallery main ul {
    padding: 0;
    margin: 0
}

.page-2016-photo-gallery main ul li {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    width: 32%;
    padding: 0 1% 2%
}

.page-2016-photo-gallery main ul li img {
    width: 100%;
    height: auto
}

@media screen and (max-width:992px) {
    .page-2016-photo-gallery main ul li {
        width: 48%;
        padding: 0 1% 2.75%
    }
}

@media screen and (max-width:992px) {
    .page-2016-photo-gallery main ul li {
        width: 100%;
        padding: 0 0 2.75%
    }
}

footer {
    height: auto;
    /*padding: 50px 0;*/
    padding: 50px 0px 0px 0px;
    background: #005c98;
    text-align: center
}

@media screen and (max-width:767px) {
    footer {
        padding: 50px 0px 0px 0px;
    }
}

footer h1 {
    color: #FFF;
    font-weight: 800
}

footer h1 span {
    font-weight: 300
}

@media screen and (max-width:700px) {
    footer h1 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

footer p {
    font-weight: 700;
    color: #FFF;
    margin-top: 5px
}

footer p strong {
    text-transform: uppercase;
    letter-spacing: .08em
}

@media screen and (max-width:767px) {
    footer p {
        font-size: 14px
    }
}

footer .buttons {
    margin-top: 25px
}

footer .buttons .btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    padding: 5px 50px;
    margin: 0 5px
}

footer .buttons .btn:focus,
footer .buttons .btn:hover {
    color: #FFF;
    border-color: #FFF
}

@media screen and (max-width:700px) {
    footer .buttons .btn {
        margin: 0 5px 5px
    }
}

footer .alignC .sep,
footer .copyright .sep {
    padding: 0 10px
}

footer .alignC br,
footer .copyright br {
    display: none
}

@media screen and (max-width:700px) {
    footer .alignC .sep,
    footer .copyright .sep {
        display: none
    }
    footer .alignC br,
    footer .copyright br {
        display: block
    }
}

footer .copyright {
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
    margin: 45px auto 15px;
    margin-bottom: 40px;
}

@media screen and (max-width:700px) {
    footer .copyright {
        line-height: 1.8em;
        margin: 25px auto 15px;
    }
}

footer .copyright a {
    color: #FFF
}

footer .copyright a:hover {
    text-decoration: none;
    color: #00aae7
}

footer .sponsors img {
    width: auto;
    height: 45px;
    margin: 0 10px
}

@media screen and (max-width:700px) {
    footer .sponsors {
        margin-top: 20px
    }
}

.footer_copyright p {
    padding: 25px 12px;
    color: grey;
}

.opaque {
    background-color: rgba(0, 0, 0, 0)
}

.form {
    color: #3d5567
}

.form #submit-button {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700
}

.form #submit-button a.btn {
    display: block;
    background: #00aae7;
    color: #FFF;
    height: 45px;
    padding: 12px
}

.form #submit-button a.btn:focus,
.form #submit-button a.btn:hover {
    color: #FFF;
    background: #79c9e5
}

.form label {
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    display: none
}

.form .form-group {
    padding: 0;
    margin-bottom: 10px
}

.form input.form-control,
.form select.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 5px 0 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3d5567;
    background-color: rgba(0, 0, 0, 0);
    -webkit-background-image: none;
    -moz-background-image: none;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border: #3d5567 1px solid;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    transition: color .25s linear
}

.form input.form-control:focus,
.form select.form-control:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #00aae7;
    -webkit-transition: all 125ms linear;
    -moz-transition: all 125ms linear;
    transition: all 125ms linear;
    box-shadow: none;
    border: #00aae7 1px solid
}

.form input.form-control:focus::-webkit-input-placeholder,
.form select.form-control:focus::-webkit-input-placeholder {
    color: #00aae7
}

.form input.form-control:focus:-moz-placeholder,
.form select.form-control:focus:-moz-placeholder {
    color: #00aae7
}

.form input.form-control:focus::-moz-placeholder,
.form select.form-control:focus::-moz-placeholder {
    color: #00aae7
}

.form input.form-control:focus:-ms-input-placeholder,
.form select.form-control:focus:-ms-input-placeholder {
    color: #00aae7
}

.form input.form-control::-webkit-input-placeholder,
.form select.form-control::-webkit-input-placeholder {
    color: #3d5567
}

.form input.form-control:-moz-placeholder,
.form select.form-control:-moz-placeholder {
    color: #3d5567
}

.form input.form-control::-moz-placeholder,
.form select.form-control::-moz-placeholder {
    color: #3d5567
}

.form input.form-control:-ms-input-placeholder,
.form select.form-control:-ms-input-placeholder {
    color: #3d5567
}

.form select.form-control {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right;
    -moz-background-image: none
}

.form select.form-control:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #00aae7;
    border: #00aae7 1px solid
}

.form .form-control.col {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 1%
}

.form .form-group input.error {
    background-color: rgba(0, 0, 0, 0);
    color: #C00
}

.form .form-group input.error::-webkit-input-placeholder {
    color: #C00
}

.form .form-group input.error:-moz-placeholder {
    color: #C00
}

.form .form-group input.error::-moz-placeholder {
    color: #C00
}

.form .form-group input.error:-ms-input-placeholder {
    color: #C00
}

#error-msg {
    text-transform: uppercase;
    color: #C00!important
}

#error-msg h3 {
    font-size: 16px
}

@-moz-document url-prefix() {
    .form select.form-control {
        background-image: none
    }
}

.ie form select.form-control {
    background-image: none!important;
    padding-right: 10px
}

@media screen and (min-width:768px) {
    #thankyou .table {
        height: 256px
    }
}

@media (min-width:768px) {
    .g2l {
        padding-left: 30px!important
    }
    .g2r {
        padding-right: 30px!important
    }
    .g0l {
        padding-left: 0!important
    }
    .g0r {
        padding-right: 0!important
    }
    .gHl {
        padding-left: 7.5px!important
    }
    .gHr {
        padding-right: 7.5px!important
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        width: auto
    }
    .g2l-lg {
        padding-left: 30px!important
    }
    .g2r-lg {
        padding-right: 30px!important
    }
    .g0l-lg {
        padding-left: 0!important
    }
    .g0r-lg {
        padding-right: 0!important
    }
    .margin-bottom.visible-lg {
        margin-bottom: 30px!important
    }
}

@media (max-width:1199px) and (min-width:1025px) {
    .g2l-md {
        padding-left: 30px!important
    }
    .g2r-md {
        padding-right: 30px!important
    }
    .g0l-md {
        padding-left: 0!important
    }
    .g0r-md {
        padding-right: 0!important
    }
    .margin-bottom.visible-md {
        margin-bottom: 30px!important
    }
    .container {
        max-width: 93%;
        width: auto
    }
}

@media (max-width:1024px) and (min-width:993px) {
    .g2l-md {
        padding-left: 30px!important
    }
    .g2r-md {
        padding-right: 30px!important
    }
    .g0l-md {
        padding-left: 0!important
    }
    .g0r-md {
        padding-right: 0!important
    }
    .margin-bottom.visible-md {
        margin-bottom: 30px!important
    }
    .container {
        max-width: 93%;
        width: auto
    }
}

@media (max-width:992px) and (min-width:768px) {
    .container {
        max-width: 93%;
        width: auto
    }
    .g2l-sm {
        padding-left: 30px!important
    }
    .g2r-sm {
        padding-right: 30px!important
    }
    .g1l-sm {
        padding-left: 15px!important
    }
    .g1r-sm {
        padding-right: 15px!important
    }
    .gHl-sm {
        padding-left: 7.5px!important
    }
    .gHr-sm {
        padding-right: 7.5px!important
    }
    .g0l-sm {
        padding-left: 0!important
    }
    .g0r-sm {
        padding-right: 0!important
    }
    .margin-bottom.visible-sm {
        margin-bottom: 30px!important
    }
}

@media only screen and (max-width:767px) {
    .container {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .container.card {
        max-width: 100%;
        width: auto;
        padding-left: 0!important;
        padding-right: 0!important
    }
    .container.card .content {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
    .g0l,
    .g2l {
        padding-left: 15px!important
    }
    .g0r,
    .g2r {
        padding-right: 15px!important
    }
    .gHl {
        padding-left: 15px!important
    }
    .gHr {
        padding-right: 15px!important
    }
    .g2l-xs {
        padding-left: 30px!important
    }
    .g2r-xs {
        padding-right: 30px!important
    }
    .g0l-xs {
        padding-left: 0!important
    }
    .g0r-xs {
        padding-right: 0!important
    }
    span.visible-xs {
        display: inline!important
    }
    .alignL {
        text-align: center
    }
    .alignR {
        text-align: center
    }
    .right {
        /*float: none;
        display: block;
        margin-top: 80px;
        margin-bottom: 20px;*/
        display: block;
    }
}

@media (min-width: 993px) {
    #Msg4024 {
    margin-top: -20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #Msg4024 {
    margin-top: -50px;
    }
}

@media (max-width: 767px) {
    #Msg4024 {
    display: block !important;
    }

    .navbar-toggle {
        margin-top: 33px;
    }
}

@media (max-width: 992px) {
    header .navigation {
        background: transparent !important;
    }

    .mobilesmall.pull-right {
        margin: 10px 35px 0px 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .top-navbar.navbar-collapse {
        top: 133px;
    }

    .mobilesmall.pull-right {
        margin: 30px 160px 0px 0px;
    }

    button.navbar-toggle.visible-sm.visible-xs.pull-right {
        top: 55px;
    }

    #ctl00_dvTopNavigation .navbar-header {
        margin-top: -62px;
    }
}

#ctl00_ContentPlaceHolder1_ctlCalendar_lblSuperTracks {display: none;}
#ctl00_ContentPlaceHolder1_ctlCalendar_lstSuperTracks {display: none;}