/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
html {
    border:0 dotted blue;
}
#header {
    margin: 0;
}
#header #mobile-nav {
    display: block;
    float:left;
    background-image: url(/sites/all/themes/ah_theme/images/mobile-nav.gif);
    width: 100px;
    height: 87px;
}
#mobile-nav a {
    display:block;
    width: 100%;
    height: 100%;
}

#header #logo {
    border: 0;
}
#header #logo a {
    width: 194px;
    height: 68px;
    margin-top: 10px;
    background-image: url(/sites/all/themes/ah_theme/images/logo-mobile.png);
}
#header #name-and-slogan {
    display: none;
}
#header #search {
    position: static;
    background-color: #cccccc;
    clear: both;
    width: auto;
    padding: 15px 10px;
    text-align: center;
}

#header #search .search-form input {
    width: 80%;
    margin: 0 auto;
    border-radius: 0;
    padding: 8px 10px;
}
#header #search .search-form input.search-icon {
    display: inline-block;
    background-color: transparent !important;
    width: 18px;
    height: 18px;
    background-image: url(../images/bg-search.png);
    background-repeat: no-repeat;
    padding: 5px;
    margin-left: 10px;
}
#header #language {
    margin-top: 0;
    height: auto;
    width: auto;
    position: static;
    right: inherit;
    padding: 5px 0 5px 15px;
    background-color: #fff;
}
#header ul > li {
    text-align: left;
    border-bottom: 0 solid #000;	
}
#header li a {
    color: #333;	
}
#header #language ul.main > li {

}
#header #main-menu a.mobile-only-nav-item {
    display: block;
}
#header #main-menu ul.menu li ul,
#header #language li > ul {
    margin-left: -15px;
    margin-top: 15px;

}

#header ul > li > ul > li,
#header #main-menu ul.menu li ul li {
    width: 100%;
    margin: 0;
    float: none;
    margin-left: 0;
    padding: 15px 15px 15px 50px;
    border-bottom: 1px solid #000;
    background-color: #666666;
}
#header ul > li > ul > li a,
#header #main-menu ul.menu li ul li a {
    color: #ccc;	
}
#header #main-menu ul.menu li ul li:hover {
    background-color: #666;
}
#header #language ul.main > li span.arrow:after,
#header #main-menu ul.menu li a:after {
    content: ' ';	
}
#header #language ul.main > li.expandable span.arrow:after,
#header #main-menu ul.menu > li.expandable > a:after,
.arrow-down {
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: bold;
    content: "\e00b";
    margin-left: 5px;
    line-height:30px;
    vertical-align:middle;
    position: absolute;
    right: 20px;
}
#header #language ul.main > li.expandable.current span.arrow:after,
#header #main-menu ul.menu > li.expandable.current > a:after,
.arrow-up {
    font-family: 'FontAwesome';
    content: "\e00c";
}
#header #language ul.main > li.expandable.current span.arrow:after li,
#header #main-menu ul.menu li.expandable.current a:after li {
    content: " ";
}
#header #language ul.main > li span.globe:before {
    content: " ";
}
#header #language ul.main > li span.globe:after {
    font-family: 'FontAwesome';
    font-size: 17px;
    content: "\e00e";
    margin-left: 5px;
    line-height: 30px;
    vertical-align: middle;
}
#header #language ul.main > li.xexpand:after {
    content: " ";
    display: none;
}
#header ul.menu, #header ul.menu {
    margin: 0;
}
#header #main-menu {
    border: 0;
}
#header #main-menu ul.menu > li,
#header #language {
    float: none;
    margin-left: 0;
    padding: 15px 15px;
    list-style: none;
    border-bottom: 1px solid #000;
}

#header #main-menu ul.menu li ul {
    top: auto;
    padding-top: 0;
    position: static;
}

.search-form {
    margin-bottom: 0;
}
#header .mobile-wrapper {
    display: none;
    clear: both;
    background-color: #ededed;
}

#secondary-menu {
    display: none;
}
#header #language li a {
    color: #cccccc;
}
#header #main-menu ul.menu li:hover > ul,
#header #language li:hover > ul {
    display: none;
}
#header #main-menu ul.menu li.expand > ul,
#header #language li.expand > ul {
    display: block;
}
#header #main-menu ul.menu li ul li a:after,
#footer-wrapper #footer-menu ul.menu li ul li a:after {
    content: "";
}
/*** BODY ***/
body .region-inner .block h2.flag {
    padding: 4px 35px 3px 10px;
}
body .region-inner .block h2.flag:after {
    border-top: 16px solid #960115;
    border-bottom: 18px solid #960115;
    border-right: 19px solid transparent;
}
body .region-inner .block h2.flag.blue:after { 
    border-top: 16px solid #012270;
    border-bottom: 18px solid #012270;
}
/*body.front .region .block {
    min-height: 100%;
    margin: 0;
    clear: both;
    padding-bottom: 2px;
    border-bottom: 1px solid #cccccc;
}*/

body.front .region .block:last-child {

}
body .region-inner .block {
    margin: 0 10px;
}
.block.custom .pane-content {
    max-height: 100%;
}
body.front #slider {
    padding-bottom: 3px;
}
.nivo-caption {
    position: static;
    clear: both;
    width: 100%;
    height: 100%;
    max-height: 150px;
	min-height: 150px;
	overflow: scroll;
}
.nivo-controlNav {
    display: none;
}
/*** FOOTER ***/
#footer-menu {
    display: none;
}
#footer-wrapper #footer .copyright {
    width: 100%;
}
#footer-wrapper #footer .copyright.mobile {
    display: block;
}
#footer-wrapper #footer .social {
    border-left: 0;
    padding: 5px 0px 20px 10px;
    width: 100%;
}
#upenn-questionnaires-form-wizard label{
    font-weight: normal;
    font-size: 14px;
    padding: 10px 0 10px 0;
}
select.answer-select{
    margin: 15px 0 15px 0;
    font-weight: normal;
    background: transparent;
    background-color: #012270;
    color: #fff;
    min-width: 248px;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 30px;
}
.answer-select-container select {
    background: url(../images/down_arrow_select.jpg) no-repeat right #012270;
    background-size: contain;
}
#upenn-questionnaires-form-wizard{
    margin-left: 20px;
    padding: 0 10px 0 10px;
}
.ah-button {
    min-width: 130px;
    min-height: 35px;
}
.ah-landing-image {
    max-width: 50%;
}

.front > .block-odd, .front > .block-even {
    float: left;
}
body.front #content {
    padding: 5px; 
}
/*
* Block image on homepage.
*/ 
.ah-block-image {
    overflow: hidden;
}
.ah-block-image img{

}
#slider #playPauseButton {
   background-size: 50%;
    background-position: center;
}
#slider #playPauseButton.pause {
    background-size: 50%;
    background-position: center;
}
body.front .region .block {
	min-height: 325px;
    /*max-height: 325px;*/
	overflow: scroll;
}

#logo a {
    display: block;
}

#logo a img {
  display: none;
}

/* Homepage news block */
.block .pane-content .view-display-id-featured_news .item h3 {

}