body{
    background-color: #dceaf8;
}
div#toppanel {
    background-color: #dceaf8;
    padding-bottom: 1px;
    padding-top: unset;
}
div#toppanelframe {
    background-color: #ffffff;
 	max-width:inherit;
}
header div.logo {
    max-width:650px;
}
nav.mainnav{
    margin-top: -25px;
    font-size:90%;
}
li.toplevel a {
    color: white;
}
nav.mainnav ul.toplevel {
    background-color: #073082;
    right: 0px;
    left: 0px;
    width: 100%;
}
div.userbox {
    top: 2px;
    right: 2px;
    padding-top:12px;
}
nav.mainnav li a:hover
{
    color: #f95707;
}
.twittericon, .facebookicon, .wordpressicon, .instagramicon, .youtubeicon, .rssicon {
    color: #073082;
}
div.userboxicon:hover {
    background: none #f95707;
}
div.userbox i:hover{
    color: #f95707;
}
header div.logo {
    text-align: center;
    max-width: 100%;
}
header div.logo img.logolarge {
    max-width: 100%;
    max-height: 165px;
}
div#toppanel.cloned header {
    margin:0 10px;
    height:36px;
    width:80px;
    
}
div#toppanel.cloned header div.logo {
    visibility:visible;
    text-align: left;
    position: relative;
    z-index: 2000;
    padding-top:6px;
}
header div.logo img {
    max-width: 500px;
}
nav.mainnav ul.sublevel li a {
    color: black;
}
nav.mainnav ul.sublevel li a:hover {
    background-color: lightgray;
    color: #f95707;
}
nav.mainnav li ul {
    outline: gray solid 1px;
}
div#toppanel.cloned nav.mainnav {
    margin: 0 auto 0 auto;
    margin-top:25px;
}
div#toppanel.cloned header div.logo img {
        /*max-width: 50px;*/
        max-width:300px;
        max-height: 50px;
}

button.sitebutton.tournamentdivisionbutton {
    width: 85px;
}
.button:hover {
        background-color:#f95707;
}
button.sitebutton.selected {
    background-color:#073082;
}

button.sitebutton:hover {
    background-color:#f95707;
}

button.sitebutton.continuecheckout {
    background-color:#073082;    
}

button.sitebutton.continuecheckout:hover {
    background-color:#f95707;    
    color:#ffffff;
}
div.inlinecommandicon:hover {
    background-color:#f95707;        
}

.padtop.tnmtdivisions {
    display:none;
}

/*Custom Page Styles*/

.contentimages {
    text-align: center;
    margin: 0 auto;
}
div.imgrow {
    width: 170px;
    float: left;
    text-align: center;
    height: 170px;
    border: black;
    border: 1px solid #e2e2e2;
    background-color: #fbfbfb;
}
div.imgrow img {
        max-width: 98%;
        margin: auto;
        max-height: 140px;
        padding-top: 25px;
    }

div.threecolumns {
    float: left;
    width: 335px;
    margin: 6px;
    text-align: center;
    border: solid 1px black;
    height: 526px;
}
img.alumniimage {
    width: 335px;
}

.imagecaption {
    text-align: center;
    font-weight: bold;
    background-color: lightgray;
    height: 50px;
    margin-top: -5px;
    padding-top: 5px;
}

.threecolumns.colleges {
    text-align: left;
    border: none;
    height: 320px;
}

.threecolumns.colleges.pro {
    height: 55px;
}

.collegelist {
    text-align: center;
    height: 35px;
    border: solid 1px black;
    padding-top: 10px;
    background-color: lightgray;
    font-weight:bold;
}

div.sponsortop {
    text-align:center;
    font-size:135%;
    font-style:italic;
    color:#f95707;
}

ul.sponsorlist li {
    display: inline-block;
    width: 348px;
    font-size: 90%;
    padding-top: 12px;
}

ul.sponsorlist.parsponsor li {
    font-size: 100%;
}

ul.sponsorlist.birdiesponsor li {
    width: 500px;
    font-size: 110%;
}

.sponsorheader {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    padding: 5px 0 5px 0;
    border-bottom: solid 1px gray;
    border-top: solid 1px gray;
    margin:40px 0 2px 0;
    background-color:#dceaf8;
}


@media screen and (max-width: 1142px) {

    .threecolumns.colleges {
        height: inherit;
        margin: 0px;
        float:none;
    }
}
@media screen and (max-width: 940px) {
    nav.mainnav {
        font-size:85%;
    }
    .field.results-field {
        width: 115px;
    }
}
@media screen and (max-width: 890px) {
    nav.mainnav {
        font-size:70%;
    }
    header div.logo img {
        max-width: 70px;
        max-height: 70px;
    }
    .field.results-field {
        width: 100px;
    }
    .label {
        font-size: 85%;
    }
}

@media screen and (max-width: 832px) {
    div.threecolumns {
        width:97%;
        height:inherit;
    }
    img.alumniimage {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    nav.mainnav li a, nav.pagenav li a {
        background: #073082;
    }
    div#toppanelframe {
        height: 68px;
    }
   nav.mainnav {
        font-size:90%;
    }
   button.sitebutton.tournamentdivisionbutton {
    width: 120px;
    }
   .collegelist, .imagecaption {
    font-weight:bold;
    font-size:90%;
    }

}

@media screen and (max-width: 750px) {
    ul.sponsorlist.birdiesponsor li {
        width: 300px;
        font-size: 95%;
    }
    ul.sponsorlist.parsponsor li {
        font-size: 95%;
    }

    ul.sponsorlist li {
        width: 300px;
    }

}

@media screen and (max-width: 450px) {

    .social-media-icons {
        display: none;
    }

}