/* Theme Name: Washington University Medical Center
 * Theme URL: 
 * Description: Washington University Medical Center
 * Author: Timmermann Group
 * Author URI: http://www.timmermanngroup.com
 * Version: 1.0
 */


/* Reset
---------------------------------------------------------- */

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}b,b *,strong,strong *{font-weight:bold!important}em,em *,i,i *{font-style:italic!important}

/* Global
---------------------------------------------------------- */

html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body.error404 .content .menu-header-container {
    margin: 0;
}

.wrapper {
    width: 1080px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0;
}

hr {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: #ccc;
    border: 0;
}

.hrule {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: #ccc;
}

/* Text
---------------------------------------------------------- */

h1, 
h2, 
h3,
.head {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #004d44;
    margin: 0 0 10px 0px;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    color: #02243C;
}

.content h2 {
    font-size: 20px;
}

h3 {
    font-size: 25px;
    color: #02243C;
}

p,
.text_content, 
li, 
time, 
footer, 
.screen-reader-text {
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    line-height: 19px;
    margin: 0 0 20px 0;
}

li { list-item-type: disc; }

ol, ol  li{ list-item-type: decimal !important; }

ol { margin: 0 0 15px 15px; }

ol li {
	margin: 0 0 5px 0;
}

a {
    color: #DB2532;
    text-decoration: none;
}
a:hover {
    color: #444;
    text-decoration: none;
}

/* Header
---------------------------------------------------------- */

.header {
    position: relative;
    background: #fff;
    width: 100%;
    height: 130px;
    margin: 0 0 0 0;
    padding: 8px 0 0 0;
}

.logo {
    position: relative;
    float: left;
    clear: left;
    width: 212px;
    height: 56px;
    margin: 30px 57px 0 0;
}

.socialbg {
    position: absolute;
    width: 107px;
    height: 35px;
    top: 0;
    right: 80px;
    background: url(support/socialbg.png) no-repeat;
    z-index: 10;
    padding: 8px 0 0 13px;
}

.socialbg img {
    width: 19px;
    height: 19px;
}


/* Nav
---------------------------------------------------------- */

.menu-header-container {
    position: relative;
    float: left;
    width: 800px;
    margin: 58px 0 0 0;
}

#menu-header {
    float: left;
    padding: 0;
    margin: 0;
}
#menu-header a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    list-style: none outside none;
    text-decoration: none;
    text-transform: uppercase;
    color: #02243C;
    padding: 66px 21px 26px 21px;
    list-item-type: none;
    line-height: 15px;
}
#menu-header a:hover {
    color: #fff;
    background: #781412;
}

#menu-header li:last-child { padding-right: 0; border-right: 0; }

#menu-header select {
    display: block;
    margin-top: 12px;
    margin-right: 10px;
    margin-left: 10px;
}
#menu-header li {
    float: left;
    list-style: none;
}
#menu-header ul li {
    float: none;
}
#menu-header ul {
    left: -999em;
    margin: -1px 0 0 0;
    opacity: 0.9;
    padding-top: 8px;
    position: absolute;
    z-index: 5;
}
#menu-header ul a {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EDEDED;
    border-right: medium none;
    box-shadow: 0 2px 1px #CCCCCC;
    color: #888888;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 7px 30px 7px 30px;
    text-decoration: none;
    text-transform: none;
    min-width: 120px;
}
#menu-header ul a:hover {
    color: #333;
    background-color: #eee;
}
#menu-header li a.active {
    color: #fff;
}
#menu-header li:hover ul {
    left: auto;
}

/* Sub Navigation
---------------------------------------------------------- */

.menu-subnav-container {
    position: relative;
    float: left;
    width: 200px;
    margin: 0 65px 0 0;
}

#menu-subnav {
    float: left;
    padding: 0;
    margin: 0;
}

#menu-subnav a {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    list-style: none outside none;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    margin: 0 0 28px 0;
    list-item-type: none;
    line-height: 15px;
    width: 200px;
}

#menu-subnav a:hover {
    color: #004d44;
}

#menu-subnav li {
    float: left;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0px;
    list-item-type: none;
}

/* Footer Navigation
---------------------------------------------------------- */

.menu-footer-container {
    position: relative;
    float: left;
    width: 150px;
    margin: 0;
}


#menu-footer {
    float: left;
    padding: 0;
    margin: 0;
}
#menu-footer a {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    list-style: none outside none;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
    width: 150px;
    list-item-type: none;
    line-height: 15px;
    text-transform: uppercase;
}
#menu-footer a:hover {
    color: #fff;
}

#menu-footer li {
    float: left;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0px;
    list-item-type: none;
}

/* Index
---------------------------------------------------------- */

.slider {
    position: relative;
    float: left;
    width: 100%; 
}

.content { 
    position: relative;
    float: left;
    width: 1014px;
    margin: 66px 0 0 66px;
}

.introduction, 
.approvedlenders,
.map,
.officialrules {
    position: relative;
    float: left;
    width: 420px; 
    margin: 0 0 68px 0;
}

.approvedlenders ul {
    margin: 0 0 0 15px;
}

.approvedlenders li {
    list-style-type: disc;
    margin: 0 0 5px 0;
}

.introduction, .map { 
    margin-right: 53px;
    clear: left;
}

.image {
    position: relative;
    float: left;
    width: 111px;
    margin: 0 28px 0 0;
}

.text {
    position: relative;
    float: left;
    width: 270px;
    margin: 10px 0 0 0;
}


/* Interior
---------------------------------------------------------- */

.interior {
    position: relative;
    float: left;
    width: 1080px;
    margin: 60px 0;
    padding: 0;
}

.interior .content {
    position: relative;
    float: left;
    width: 814px;
    margin: 0;
    padding: 0;
}

.interior .content .left {
    position: relative;
    float: left;
    width: 290px;
    margin: 0;
    padding: 0;
}

.interior .content .right {
    position: relative;
    float: right;
    width: 480px;
    margin: 0;
    padding: 0;
}


/* Footer
---------------------------------------------------------- */

.footer {
    position: relative;
    float: left;
    width: 100%;
    height: 293px;
    margin: 0;
    padding: 50px 0 0 0;
    background: url(support/footerbg.jpg) repeat-x top center;
}

.footer .left {
   position: relative;
    float: left;
    width: 300px;
    margin: 0 50px 0 0; 
}


.footer .left p {
    clear: left;
    color: #fff;
}

.quickcontact {
    position: relative;
    float: left;
    width: 283px;
    margin: 0 50px 0 0;
}

.footinfo {
    position: relative;
    float: left;
    width: 283px;
    margin: 0;
}

.footinfo img { margin-bottom: 20px; }

.footinfo p {
    font: 12px Arial,times,sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.social {
    float: right;
}


/* Forms
---------------------------------------------------------- */

input[type=text], input[type=password], textarea, input[type=email] {
    background: #fff;
    font: 12px Arial,times,sans-serif;
    color: #000;
    height: 20px;
    width: 273px;
    padding-left: 10px;
    margin: 0 0 15px 0;
}

textarea {
    padding-top: 7px;
    height: 102px;
}

input[type=submit] {
    font: 14px Arial,times,sans-serif;
    color: #000;
    height: 29px;
    width: 100px;
    border: 0;
}

span.wpcf7-list-item { display: block; }

#state {
    width: 100px;
}


/* Tables
---------------------------------------------------------- */
table {
    width: 700px;
    margin: 0 0 15px 0;
}

table td { 
    width: 350px;
    font: 12px Arial,times,sans-serif;
    padding: 10px;
    margin: 0 30px 0 0;
}

table tr:nth-child(odd) {
    background: #eee;
}

/* Slider
---------------------------------------------------------- */

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 2560px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 431px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 431px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 431px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}