/*****************************************************************************/


/************************ CSS Lite Stylesheet for PM's ***********************/


/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*

Main Black
#000000

2nd Orange
hex #A50034

3rd Grey
hex #8C8C8C;
    
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */

@font-face {
    font-family: Interstate;
    src: url(../font/Interstate-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: Interstate;
    src: url(../font/Interstate-Bold.otf);
    font-weight: 600;
}

@font-face {
    font-family: Interstate;
    src: url(../font/Interstate-Thin.otf);
    font-weight: 300;
}

@font-face {
    font-family: Interstate;
    src: url(../font/Interstate-ThinItalic.otf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Interstate;
    src: url(../font/Interstate-Regular.otf);
    font-weight: 400;
    font-style: italic;
}

* {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body {
    font-family: Interstate, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

p {
    color: #000;
}

a {
    color: #A50034;
}

a:hover {
    color: #041E42;
    text-decoration: none;
}

h2 {
    font-size: 36px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Interstate, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #A50034;
    text-shadow: none;
}

#dvTopSidebar {
    display: block;
}

.Masthead {
    /*
    box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    */
}

#content-container .container {
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
}

@media all and (min-width:768px) {
    #content-container .container {
        padding: 20px 0px;
    }
}

.content-full-expand {
    padding-right: 0px;
    padding-left: 0px;
}

#dvCustomMasthead {
    display: block;
    border-bottom: 3px solid #eee;
}

.headertxt.pull-right {
    font-weight: 300;
    font-size: 14px;
    color: #737373;
    padding-top: 10px;
    border-bottom: 1px solid #333;
}

@media (min-width: 993px) and (max-width: 1199px) {
    /*
    .headertxt.pull-right {
        font-size: 23px;
    }*/
}

@media (max-width: 992px) {
    .logo.pull-left {
        float: none !important;
    }

    .headertxt.pull-right {
        float: none !important;
        font-size: 20px;
        font-weight: 400;
        border-bottom: none;
    }

    div#dvCustomMasthead>.container {
        text-align: center;
    }
}

#Msg4021 {
    display: none;
}

#Msg4022 {
    display: none;
}

#Msg4003 {
    display: none;
}

#Msg4004 {
    display: none;
}

div#tile_sponsors {
    margin-top: 40px;
}

@media all and (min-width: 993px) {
    .navbar-right {
        float: right !important;
        margin-right: 100px;
    }
}

/*
ul.nav.navbar-nav.navbar-right .form-group.us-input {
    padding: 8px 0px 8px 0px;
    position: relative;
    right: 23px;
    top: -100px;
}*/
#tdleftnav>div.navbar-collapse.collapse.top-navbar.main-nav-top>ul.nav.navbar-nav.navbar-right>li {
    margin-top: -105px;
}

/* ================= Carousel ================ */

.carousel-caption {
    top: 39%;
}

.carousel-caption a.btn.btn-primary.btn-lg {
    border: 4px solid white;
}


/* ====================== Additional container styles ======================= */

.breadcrumb {
    display: none;
}

.badge {
    background-color: grey;
}

.pagination>li>a,
.pagination>li>span {

    color: #A50034;

}

.nav-tabs>li {
    /*
    color: #555;
    */
}

.nav-tabs>li>a:hover {

    color: #A50034;

}

.nav-tabs>li.active>a {

    border-top-color: #A50034;
    color: #A50034;

}

body.no-nav {
    /*
    background-color: white;
    background-image: none;
    */
}

div#tile_description {
    padding-bottom: 30px;
}

div#tile_description h3 {
    color: #A50034;
}

.row.hero {
    margin: 0px 0px 40px 0px;
}


/* jumbotron */

.jumbotron {
    text-align: center;
    background: #E7E4DA;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 86px 0;
    margin-top: 30px;
}

.jumbotron h1 {
    font-size: 48px;
    font-weight: 400;
    text-shadow: none;
    color: #8C8C8C;
    margin: 0 0 19px;
}

.jumbotron .lead {
    color: #8C8C8C;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0.5em;
}

.btn-secondary {
    color: #fff;
    background-color: #A50034;
    border-color: #A50034;
}

.btn.btn-lg {
    font-size: 21px;
    padding: 17px 60px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #fff;
    background-color: #E7E4DA;
    border-color: transparent;
}


/* connect with us */

.connect {
    position: relative;
    border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    padding: 20px 20px;
    margin: 0;
    background-color: A50034;
}

.connect:before {
    content: " ";
    background: url("../images/icons.png");
    background-position: 0 -120px;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 34px;
    top: 50%;
    margin-top: -18px;
}

.connect .connect-inner {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 80px;
}

.connect .connect-inner>span {
    display: table-cell;
    width: 34%;
    height: 100%;
    padding-left: 65px;
    vertical-align: middle;
}

.connect .links {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 60px;
}

.connect .links a {
    display: inline-block;
    position: relative;
    font-size: 42px;
    width: 58px;
    height: 70px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    vertical-align: bottom;
}

.connect .links a i {
    display: block;
    height: 60px;
    width: 60px;
    position: relative;
    margin: 5px 0 0 5px;
    z-index: 10;
}

.connect .links a:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    content: "";
    opacity: .46;
    -moz-border-radius: 35px / 35px 35px 35px 35px;
    -webkit-border-radius: 35px / 35px 35px 35px 35px;
    border-radius: 35px / 35px 35px 35px 35px;
    background-clip: padding-box;
    background-color: #8C8C8C;
    z-index: 0;
}

.connect {
    color: #fff;
    background-color: #A50034;
    width: 100%;
    border-radius: 0;
}

.icon-facebook {
    display: inline-block;
    line-height: 1;
    background: url("../images/icons-lg.png") no-repeat top left;
    background-size: 480px auto;
    width: 1em;
    height: 1em;
    max-width: 60px;
    max-height: 60px;
    background-position: -180px -120px;
}

.icon-twitter {
    display: inline-block;
    line-height: 1;
    background: url("../images/icons-lg.png") no-repeat top left;
    background-size: 480px auto;
    width: 1em;
    height: 1em;
    max-width: 60px;
    max-height: 60px;
    background-position: -300px -120px;
}

.icon-instagram {
    display: inline-block;
    line-height: 1;
    background: url("../images/icons-lg.png") no-repeat top left;
    background-size: 480px auto;
    width: 1em;
    height: 1em;
    max-width: 60px;
    max-height: 60px;
    background-position: -180px -172px;
}

.icon-linkedin {
    display: inline-block;
    line-height: 1;
    background: url("../images/icons-lg.png") no-repeat top left;
    background-size: 480px auto;
    width: 1em;
    height: 1em;
    max-width: 60px;
    max-height: 60px;
    background-position: -180px -60px;
}

div#tile_connect {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

/*.logo.pull-left a.brand {
    position: relative;
    top: -20px;
}*/


/****************************
Testimonial
****************************/

div#bottom_testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
}

.testimonial .cycle-slideshow {
    position: relative;
    height: auto;
}

.testimonial .testimonial-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    visibility: hidden;
}

.testimonial .testimonial-title {
    text-transform: uppercase;
}

.testimonial .testimonial-content {
    position: relative;
}

.testimonial .testimonial-person {
    width: 115px;
    float: right;
}

.testimonial .testimonial-text {
    background-color: #e4e4e4;
    padding: 23px 23px 25px 23px;
    margin: 1px 0 0 1px;
    position: relative;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonial .testimonial-person-pic {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 3px;
    left: 20px;
    z-index: 1;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    overflow: hidden;
}

.testimonial .testimonial-person-pic {
    border: 2px none #fff;
    background-color: transparent !important;
}

.testimonial .testimonial-person-pic-paul {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 33px;
    left: 20px;
    z-index: 1;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    overflow: hidden;
}

.testimonial .testimonial-person-pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial .testimonial-by {
    float: left;
    margin: 5px 0 15px 100px;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

.testimonial .testimonial-by .testimonial-by-name {
    font-weight: bold;
}

.testimonial-by-name {
    color: #A50034;
    margin-right: 15px;
}

.testimonial-big {
    width: 100%;
    background-color: #A50034;
    position: relative;
    margin: 30px 0 0 0;
    min-height: 40px;
}

.testimonial-big .testimonial-big-text {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding: 30px 40px;
    position: relative;
    text-align: center;
}

.testimonial-big .testimonial-big-text:after {
    position: absolute;
    left: 0;
    top: 47px;
    content: "\201C";
    font-size: 90px;
    color: black;
    color: rgba(0, 0, 0, 0.35);
}

.testimonial-big .testimonial-big-text:before {
    position: absolute;
    right: 0;
    bottom: 10px;
    content: "\201D";
    font-size: 90px;
    color: black;
    color: rgba(0, 0, 0, 0.35);
}

.testimonial-big .row {
    position: relative;
}

.testimonial-big .row .col-md-2,
.testimonial-big .row .col-sm-2,
.testimonial-big .row .col-lg2 {
    position: static;
}

.testimonial-big .testimonial-big-img {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.testimonial-big .testimonial-big-img img {
    width: auto;
    height: 190px;
}


/*STATS SECTION*/

#stats h4.text-center {
    color: white;
}

section#stats {
    background: url('../images/interface/Brown_Wood_background.jpg') no-repeat center center;
    background-size: cover;
    min-height: 395px;
    position: relative;
    padding: 0;
    margin: 0;
}

section#stats h1 {
    font-size: 69px;
    font-weight: 300;
    color: #fff;
}

section#stats h5 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.stat-container {
    border-radius: 50%;
    border: 5px solid #fff;
    padding: 0;
    width: 260px;
    height: 260px;
    margin: auto;
}

.stat-1,
.stat-2,
.stat-3,
.stat-4 {
    height: 100%;
    width: 100%;
    border: 5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    padding-top: 48px;
}

.text-center.stat-1 {
    background-color: rgba(155, 19, 22, 0.28);
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.text-center.stat-2 {
    background-color: rgba(231, 228, 218, 0.38);
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.text-center.stat-3 {
    background-color: rgba(31, 35, 35, 0.34);
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.text-center.stat-4 {
    background-color: rgba(132, 106, 71, 0.42);
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

#stats .container {
    padding-top: 50px
}

@media(max-width: 767px) {

    /* STATS */
    .stat-1,
    .stat-2,
    .stat-3,
    .stat-4 {
        padding-top: 22px;
    }

    .stat-container {
        height: 110px;
        border: 1px solid #fff;
        width: 110px;
    }

    section#stats h1 {
        font-size: 28px;
    }

    section#stats h4.text-center {
        font-size: 11px;
    }

    section#stats {
        min-height: 100%;
    }
}


/* =========== Sponsors =================*/

h3.sponsor {
    font-size: 18px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    margin: 0.5em 0 1em;
    color: #A50034;
}

h3.sponsor span {
    position: relative;
    bottom: -4px;
    padding-right: 1px;
    display: inline-block;
    background: #fff;
}

h3.sponsor {
    color: #A50034;
}


/* sponsors */

.sponsors {
    margin-bottom: 2em;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.sponsors .sponsor {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    margin-bottom: 1em;
}

.sponsors .sponsor img {
    max-width: 200px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .sponsors .sponsor img {
        max-width: 100%;
    }
}

.sponsors-lg .sponsor {
    width: 23%;
    text-align: center;
}

.sponsors-md .sponsor {
    width: 25%;
}

.sponsors-sm .sponsor {
    width: 16.6%;
}

@media (max-width: 767px) {
    .sponsors-lg .sponsor {
        width: 50%;
        text-align: center;
    }
}


/* ====== POP UP ======== */

.popupad .modal-content {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.popupad img {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.popupad .modal-header .close {
    color: black;
    opacity: 1;
    text-shadow: none;
}

.popupad .modal-header {
    border-bottom: none;
    text-align: center;
}

.popupad .modal-footer {
    border-top: none;
    text-align: center;
}

.popupad .btn-primary {
    color: #fff;
    background-color: #A50034;
    border-color: #A50034;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    padding: 10px 60px;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}


/* ====================== Navigational styles =============================== */

.main-nav-top ul.nav.navbar-nav {
    float: right;
    margin-top: -50px;
}

.navbar-collapse {
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
}

.container>.navbar-collapse {
    border-bottom-color: #A50034;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.navbar-top>li>a {

    padding: 5px;
    color: #A50034;

}

.navbar-top>li>a:hover {

    color: #A50034;
    background-color: white;

}

.navbar-nav>li>a {
    color: #8C8C8C;
    text-transform: uppercase;
    font-weight: 600;
}

.main-nav-top .navbar-nav>li>a {
    padding-bottom: 5px;
    border-bottom: 3px solid #fff;
    background: transparent;
}

.main-nav-top .navbar-nav>li>a:hover {
    border-bottom: 3px solid #A50034;
    background: transparent;
    color: #000A33;
}

.navbar-nav>li>a:hover {

    color: #A50034;
    background-color: white;

}

.navbar-nav>li>a.active {

    color: #A50034;
    background-color: white;

}

.navbar-nav>li.active>a {
    color: #A50034;
}

.navbar-nav>li>.dropdown-menu {
    /*
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
    border-bottom-color: #A50034;
    border-bottom-width: 2px;
    border-bottom-style: none;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: uppercase;
}

.dropdown-menu>li>a {
    color: white;
}

.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #E7E4DA;
}

.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: #061759;
    */
}

.left-nav>li.active>a {

    color: white;
    background-color: #A50034;

}

.left-nav>li.active>a:hover {

    color: white;
    background-color: #A50034;

}

.left-nav>li.active>a:focus,
.left-subnav.in>li.active>a {

    color: white;
    background-color: #A50034;

}

.left-nav>li.active>.left-subnav>li>a,
.left-subnav.in>li>a {

    color: #A50034;

}

.left-nav>li.active>.left-subnav>li>a:hover,
.left-subnav.in>li>a:hover {

    color: #A50034;

}

.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;
    */
}

.left-subnav>li>a {

    padding: 8px 0px 8px 11px;
    color: #A50034;

}

.left-subnav>li>a:hover {

    color: #A50034;
    background-color: white;

}

.left-subnav>li.active>a {

    color: white;
    background-color: #A50034;

}

.left-subnav>li.active>a:hover {

    color: white;
    background-color: #A50034;

}

.nav-username {
    /*
    padding: 5px;
    color: white;
    height: auto;
    font-size: 14px;
    */
}

#ctl00_UserInfo_lnkLogout {
    /*
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    */
}

.navbar-toggle {
    border-color: transparent;
    background-color: transparent;
}

.dropdown i.fa.fa-caret-down {
    display: none;
}


/* ====================== Custom footer styles ============================== */

#footer-container .container {
    background-color: #fff;
    border-top-color: #8C8C8C;
    border-top-style: none;
    border-top-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.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;
}


/* =================== Under Construction Message ===================== */

.jumbotron.construction {
    padding: 50px 0px 40px 0px;
    background-color: #A50034;
    color: white;
}

.jumbotron.construction h1 {
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #A50034;
    border-color: #A50034;
}

.btn-primary:hover {
    color: #fff;
    background-color: #041E42;
    border-color: #041E42;
}

@media (max-width: 767px) {
    #Msg4002 {
        display: block !important;
    }
}

/* =================== Sponsorship Gallery ===================== */

#toggleSponsorship {
    background-color: #A50034 !important;
}

.filterSearchBar .input-group .form-control,
.filterSearchBar .btn-group.bootstrap-select.show-tick,
.filterSearchBar #btnreset {
    border-right: 2px solid #A50034 !important;
    border: 2px solid #E7E4DA !important;
}

.sponsorshipGallery .sponsorshipType {
    background-color: #666 !important;
}

.sponsorshipGallery .itemPrice {
    color: #2a6496 !important;
}

.modal-body .sponsorshipType {
    color: #2a6496 !important;
}

.thumbnail.sponsorshipGallery {
    border: 1px solid #666;
}


/* =================== Sessions ===================== */

.pagination>li>a {
    color: #A50034 !important;
}

.pagination>.active>a {
    background-color: #A50034 !important;
    color: #fff !important;
}

/* UPDATED: 04/20/23 11:09:48 AM - MMP */