body {
    background: #ccc;
}
.container {
    background: none repeat scroll 0 0 #FFFFFF;
}
.container.header {
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: transparent;
}
.container.mainbody {
    padding: 3rem 2em;
    max-width: 1200px;
}
.container.footer {
    padding: 0 2rem 2rem;
    max-width: 1200px;
}
h2 {
    font-size: 1.5em;
    text-transform: uppercase;
}
h1,h2,h3,h4,h5,h6 {
    color: #181818;
    font-family: helvetica;
}
h3 {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0em;
}
.header-component h2 {
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
}
.mobileContainer {
    position: absolute;
    right: 10px;
    top: -60px;
    z-index: 100;
}
.ua-search, .ua-gse-search{ 
    text-align: center;
    margin: 1rem;
}
#admit td {
 border: none;
}

.ua-gse-search {
    right: 3%;
    position: initial;
    background: #293673;
    margin: 0;
    padding: 1rem;
}
.ua-gse-search form{
    margin-bottom: 0;
}
.ua-gse-search button {
    height: 3rem !important;
    line-height: initial;
    border-radius: 0!important;
    border-color: transparent;
    background-color: #dcdcdca8;
    margin-left: 1rem;
    padding: 0rem 1.5rem;
}
.ua-gse-search button:hover {
color: #673AB7;
}
.ua-gse-search input {
    border-radius: 0;
    height: 3rem!important;
    background: #e3e3e4 !important;
    border: 0;
}


/* Larger than tablet */
@media (min-width: 550px) {
}
@media (min-width: 750px) {
.ua-gse-search{
    padding: 0;
    right: 6%;
    top: -4em;
    position:absolute;
    width: 30rem;
    background: transparent;
}}

@media (min-width: 1200px){
.ua-gse-search {
    right: 4%;
}}
@media (min-width: 1350px){
.ua-gse-search {
    right: 9%;
}}

@media (min-width: 1600px){
.ua-gse-search {
    right: 11%;
}}
@media (min-width: 1800px){
.ua-gse-search {
    right: 16%;
}}
@media (min-width: 2000px){
.ua-gse-search {
    right: 19%;
}}
.ua-search button {
    background-color: #ffffff;
}
.ua-search input[type="submit"] {
    border: 0 none;
    margin: 0 5px;
    padding: 6px 10px;
}
#ua-banner {
    background: url(/museum/templates/css/images/banner.jpg), url("/museum/templates/css/images/banner-bgLine.jpg");
    background-position: right top, left top;
    background-repeat: no-repeat, repeat-x;
    padding-bottom: 0;
    margin: 0;
}
#image-banner {
    margin: auto;
    padding: 0px 0 19px;
    width: 100%;
}
#image-banner img {
    margin: 0;
    width: 70%;
    padding: 25px 0 0 25px;
}

/* Larger than tablet */
@media (min-width: 750px) {
#image-banner img {
    margin: 0;
    width: 30%;
}}

div#left-column {
    overflow: visible;
}
div#header .flex-container {
    margin: auto;
    width: 100%;
    max-width: 1200px;
}
.flex-container {
    position: relative;
    margin-top: 1%;
}
.flexslider {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 0 none;
    border-radius: 0;
    margin: 0;
}
.flexslider .title-box-center {
 margin:0;
}
.flex-caption {
    background: none repeat scroll 0 0 #333333;
    margin: 0;
    opacity: 0.6;
    font-size: 1.5em;
}
.flex-direction-nav {
    display: none;
    height: 0;
}
.flex-control-nav {
    bottom: -0.7em;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    width: 100%;
}
hr {
    margin: 5px 0;
}
.menuIcons .social-media-links {
    margin-left: 0%;
}
.menuIcons {
    font-size: 1.1em;
}
.shadow-box {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border-style: none solid solid;
    padding: 0px;
    min-height: 0;
    background-color: transparent;
}
.nav-list {
    list-style: none;
    padding: 0 1.5em;
}
.nav-list > li > a {
    color: #6D95A9;
    font-weight: bold;
    padding: 3px 20px;
    text-decoration: none;
}
.nav-list > li > a:hover {
    color: #555555;
    background-color: transparent;
}
.nav-list > li > a,
.nav-list .nav-header {
    text-shadow: none;
}
/*----DROP DOWN MENU----*/

ul.home-menu {
    position: relative;
    z-index: 500;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
nav ul li a:link,
nav ul li a:visited {
    color: white;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}
ul.home-menu li {
    margin-right: 2%;
}
ul.home-menu li li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: 0;
}
ul.home-menu ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}
ul.home-menu li a {
    border-right: 0 none;
    color: #EEEEEE;
    font-size: 1.3em;
    font-weight: normal;
    padding: 8px;
    text-transform: uppercase;
}
ul.home-menu li.hover {
    background: #F26649;
    box-shadow: 0px -5px 0px #F26649 inset;
}
ul.home-menu li li.hover {
    border-bottom: 1px solid #CCCCCC;
    background: #F26649;
}
ul.home-menu li a:hover {
    color: red;
}
ul.home-menu li.hover a {
    color: #fff;
    text-shadow: none;
}
ul.home-menu li.hover a {
    color: #fff;
    text-shadow: none;
}
ul.home-menu li li.hover a {
    text-shadow: none;
    color: #fff;
}
.drop-down-menu-component {
    background: #637eb5;
    border: 0 none;
    margin: 0;
}
/* ---- END DROP DOWN ---- */
/* ---- Left column menu ---- */

.mainmenu {
    background-color: #F0F0F0;
    background: url("/museum/layoutImgs/bg-s.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#siteMenu .normal a, #siteMenu .selected .normal a {
    color: #555555;
}
#siteMenu .selected a {
    color: #F26649;
}
#siteMenu a:hover {
    color: #6D95A9;
}
#siteMenu ul>li {
    padding: .5rem 1rem;
}
#siteMenu li.selected a:hover {
    color: #6D95A9;
}
#siteMenu ul>li.divider_0 {
    background: none repeat scroll 0 0 #E5EDF3;
}
#siteMenu ul>li.selected>ul>li.divider_0 {
    background: url(/ua-templates/version3/images/ornament.png) 0 50% no-repeat
}
#siteMenu li.normal>ul>li.divider_0 {
    display: none;
}
#siteMenu ul>li.normal>ul {
    display: none;
}
.social-media-links {
    padding: 0;
}
.socialIcon .description {
    float: none;
    padding: 0px 0 0 40px;
}
.socialIcon a {
text-decoration: none;
}
.horizontalSocailIcons li {
    float: left;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-bottom: 0;
    width: 33px;
}
.menuIcons .social-media-links {
    margin-left: 0%;
}
.menuIcons {
    font-size: 1.1em;
}
/* -- Left Column - Departments --*/

#left-column .table,
#left-column .row {
    margin: 0;
    padding: 0;
}
#left-column .component-spacing {
    margin-bottom: 0px;
}
#left-column div.href-component {
    background: #F26649;
    clear: both;
}
#left-column .href-component .title a {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 10px;
}
#left-column .href-component .title a:hover {
    color: #000;
}
#left-column .href-component .bullet {
    display: none;
}
/* -- End Departments Left -- */

@media (min-width: 550px) {
 .container {
   width: 100%;
  }
}

@media (min-width: 400px) {
 .container {
   width: 100%;
  }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 959px) {
    .header-component h2 {
        font-size: 1.3em;
        line-height: 1.3em;
    }
    ul.home-menu li a {
        font-size: 1.2em;
    }