html { font-size: 62.5%; } 

@font-face {
    font-family: 'Rokkitt';
    src: url('../rokkitt-webfont.eot');
    src: url('../rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../rokkitt-webfont.woff') format('woff'),
         url('../rokkitt-webfont.ttf') format('truetype'),
         url('../rokkitt-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #dadabc url(http://www.wm.edu//img/texture_tile.jpg) repeat top left;
    font-size: 14px; font-size: 1.4rem; /* =14px */
    font-family: Georgia, serif;
    color: #353b35;
}
a:hover {
    background: none;
}
a:focus {
    outline: none;
}
h4   {
    font-size: 30px; font-size: 3.0rem;
}
/*.lt-ie9 h4 {
    font-size: 25px;
}*/
nav#tactical a, nav#top_nav a, .home_block h4 a, .home_block h4, .more_button, #right_now.home_block .button_title, footer, footer a {
    font-family: 'Rokkitt', helvetica, arial, verdana, sans-serif; 
}
/*.lt-ie9 nav#tactical a, .lt-ie9 nav#top_nav a, .lt-ie9 .home_block h4 a, .lt-ie9 .home_block h4, 
.lt-ie9 .more_button, .lt-ie9 #right_now.home_block .button_title, .lt-ie9 footer, .lt-ie9 footer a {
    font-family: 'Rockwell', 'Rokkitt', helvetica, arial, verdana, sans-serif; 
}*/
header, #slideshow, #major_emergency, #blocks, footer #content {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
header {
    position: relative;
    min-height: 50px;
    z-index: 15;
}
header #weathervane {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 115px;
    height: 41px;
    text-align: center;
    padding-top: 8px;
    display: block;
}
header nav#tactical {
    margin-left: 115px;
}
nav#tactical a {
    font-size: 15px; font-size: 1.5rem; /* =15px */
    text-decoration: none;
    color: #2f4f2f;
    line-height: 50px; line-height: 5.0rem;
    display: inline-block;
    width: 115px;
    text-align: center;
    border-left: 1px solid #d4d1b5;
    border-right: 1px solid #BABAA1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYWI5NSIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FlYWI5NSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWFiOTUiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(174,171,149,0.35) 0%, rgba(174,171,149,0) 50%, rgba(174,171,149,0.35) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(174,171,149,0.35)), color-stop(50%,rgba(174,171,149,0)), color-stop(100%,rgba(174,171,149,0.35))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(174,171,149,0.35) 0%,rgba(174,171,149,0) 50%,rgba(174,171,149,0.35) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(174,171,149,0.35) 0%,rgba(174,171,149,0) 50%,rgba(174,171,149,0.35) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(174,171,149,0.35) 0%,rgba(174,171,149,0) 50%,rgba(174,171,149,0.35) 100%); /* IE10+ */
    background: linear-gradient(left,  rgba(174,171,149,0.35) 0%,rgba(174,171,149,0) 50%,rgba(174,171,149,0.35) 100%); /* W3C */
}
nav#tactical a#wm-az {
    border-right: none;
    width: 120px;
}
.lt-ie9 nav#tactical a {
    font-size: 14px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59aeab95', endColorstr='#59aeab95',GradientType=1 ); /* IE6-8 */
}
nav#tactical a:hover, nav#tactical a:focus {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3ODU3MyIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzg3ODU3MyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Nzg1NzMiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(135,133,115,0.35) 0%, rgba(135,133,115,0) 50%, rgba(135,133,115,0.35) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(135,133,115,0.35)), color-stop(50%,rgba(135,133,115,0)), color-stop(100%,rgba(135,133,115,0.35))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(135,133,115,0.35) 0%,rgba(135,133,115,0) 50%,rgba(135,133,115,0.35) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(135,133,115,0.35) 0%,rgba(135,133,115,0) 50%,rgba(135,133,115,0.35) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(135,133,115,0.35) 0%,rgba(135,133,115,0) 50%,rgba(135,133,115,0.35) 100%); /* IE10+ */
    background: linear-gradient(left,  rgba(135,133,115,0.35) 0%,rgba(135,133,115,0) 50%,rgba(135,133,115,0.35) 100%); /* W3C */
}
.lt-ie9 nav#tactical a:hover, .lt-ie9 nav#tactical a:focus {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59878573', endColorstr='#59878573',GradientType=1 ); /* IE6-8 */
}
header form#search_site {
    padding: 10px 0px 10px 20px;
    background: url(http://www.wm.edu//img/tactical_nav_gradient.png) repeat-y top left;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 217px;
}
header form#search_site input[type="text"] {
    width: 154px;
    height: 27px;
    line-height: 27px;
    border: none;
    background: transparent url('http://www.wm.edu//img/search_box.png') no-repeat top center;
    padding-left: 8px;
    color: #5C655B;
    font-size: .9em;
    outline: none;
}
header form#search_site #search_site_submit {
    display: inline;
    width: 34px;
    height: 27px;
    background: url('http://www.wm.edu//img/go_button.png') no-repeat top center;
    border: none;
    position: relative;
    top: -6px;
    left: -5px;
    padding: 0;
    vertical-align: text-top;
}
header #minor_emergency {
    font-size: 16px; font-size: 1.6rem; /* =16px */
    font-family: helvetica, arial, verdana, sans-serif;
    background: url(http://www.wm.edu//img/emergency_triangle.png) no-repeat 25px 20px;
    padding: 20px 130px 20px 115px;
    position: relative;
    color: #8f0614;
    border-top: 1px solid #BABAA1;
    min-height: 70px;
}
header #minor_emergency .em_title {
    font-weight: bold;
    text-transform: uppercase;
}
header #minor_emergency .em_date {
    font-style: italic;
}
header #minor_emergency .em_desc a, header #minor_emergency .em_desc a:visited, 
header #minor_emergency .em_desc a:active {
    color: #000;
    text-decoration: none;
}
header #minor_emergency .em_desc a:hover {
    text-decoration: underline;
}
header #minor_emergency #close_minor {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #8f0614;
    border: none;
    color: #f2f2da;
    text-transform: uppercase;
    font-size: 11px; font-size: 1.1rem; /* =11px */
    padding: 5px 10px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
nav#top_nav {
    background: url('http://www.wm.edu//img/global_nav_background.png') repeat;
    position: absolute;
    width: 100%;
    top: 115px;
    z-index: 100;

    height: 73px;
    overflow: hidden;
}
nav#top_nav a, .home_block h4 a, .home_block h4, footer, footer a {
    color: #f2f2da;
    text-decoration: none;
    text-transform: uppercase;
}
nav#top_nav a {
    font-size: 19px; font-size: 1.9rem; /* =19px */
    display: inline-block;
    margin: 24px 0px 0px 17px;
    padding-bottom: 16px;
}
nav#top_nav a:hover, nav#top_nav a:focus, nav#top_nav a.active {
    border-bottom: 7px solid #ffcc00;
}
.lt-ie9 nav#top_nav a {
    padding-bottom: 16px;
    /*font-size: 16px;*/
}
.lt-ie8 nav#top_nav a {
    zoom: 1;
    display: inline;
    padding-bottom: 26px;
}
.lt-ie8 nav#top_nav a:hover, .lt-ie8 nav#top_nav a:focus, .lt-ie8 nav#top_nav a.active {
    padding-bottom: 16px;
    border-bottom-width: 10px;
}

#nav_header {
                display: none;
                color: #F2F2DA;
                text-decoration: none;
                text-transform: uppercase;
                font-family: 'Rokkitt', helvetica, arial, verdana, sans-serif;
                font-size: 19px;
                font-size: 1.9rem;
                padding: 5px !important;
                cursor: pointer;
}

/* Wordmark and Cypher */
#branding #wordmark, #branding #cypher {
    position: absolute;
    z-index: 100;
}
#branding #wordmark {
    left: 30px;
    top: 30px;
}
#branding #cypher {
    right: 25px;
    top: 20px;
}

/* Main photo slideshow */
#charter {
    background: url(http://www.wm.edu//img/charter.png) repeat-x top center;
    position: absolute;
    max-height: 725px;
    height: 36%;
    width: 100%;
    z-index: 0;
}
#slideshow_background {
    background: url(http://www.wm.edu//img/charter.png) repeat-x 0px 0px;
    position: relative;
    z-index: 10;
    padding-top: 67px;
    top: -50px;
}
#slideshow, #slideshow.emergency {
    position: relative;
    z-index: 0;
    height: 650px;
}
#slideshow.emergency {
    height: auto !important;
}
#major_emergency {
    background: #820c0b;
    border: 1px solid #babaa1;
    min-height: 650px;
    width: 898px;
    padding: 200px 20px 20px;
    color: #f2f2da;
}
#major_emergency a, #major_emergency a:visited {
    color: #ffcc00;
}
#feature_shadows {
    position: absolute;
    top: -9px;
    left: -19px;
}
#slideshow .flex-container {
    width: 100%;
}
#slideshow .flex-control-nav li a {
    background-image: url(http://www.wm.edu//img/main_image_pagination_sprite.png);
    width: 21px;
    height: 21px;
    margin-right: 5px;
}
#slideshow .flex-control-nav li:last-child a {
    margin-right: 0px;
}
#slideshow .flex-control-nav li a.active, #slideshow .flex-control-nav li a:hover {
    background-position: 0 -42px;
}
#slideshow .flexslider .slides img {
    border-top: 2px solid #dadabc;
}
.flex-direction-nav li a {
    width: 54px;
    height: 54px;
    top: 76%;
    background: url(http://www.wm.edu//img/page_left.png) no-repeat top center;
}
.lt-ie8 .flex-direction-nav li a {
    top: 72%;
}
.flex-direction-nav li .prev {
    left: -27px;
}
.flex-direction-nav li .next {
    right: -27px;
    background: url(http://www.wm.edu//img/page_right.png) no-repeat top center;
}
.flexslider {
    border: none;
    background: #babaa1;
}
.dot_nav button {
    background: #f2f2da;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    margin: 10px 5px;
}
.dot_nav button:hover {
    background-color: #ffcc00;
}
#about_photo .about_label {
    float: left;
    padding: 0px 10px 0px;
    margin: 0px 10px 0px 200px;
    border-right: 1px solid #928e7e;
    line-height: 55px;
    font-family: Baskerville, Times New Roman, Serif;
    font-style: italic;
    font-size: 1.5em;
}
#about_photo .flex-caption {
    padding: 1%;
    width: 98%;
    color: #f2f2da;
}
#about_photo .flex-control-nav {
    bottom: 20px;
    left: 20px;
    max-width: 175px;
    width: auto;
    text-align: left;
    border: 1px solid #736f5b;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

    border-radius: 7px;
    padding: 5px 10px;
    background: rgba(255,255,255,.3);
}
#about_photo .flex-control-nav {
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);
    zoom: 1;
}
#about_photo .photo_credit {
    font-style: italic;
    color: #ffcc00;
    font-size: .85em;
}

.lt-ie8 #about_photo .flex-control-nav {
    bottom: 50px;
}

#divider_line {
    width: 100%;
}
.lt-ie8 #divider_line {
    position: relative;
    top: -35px;
}

/* Blocks */
#blocks {
    overflow: hidden;
    padding-bottom: 40px;
    top: -45px;
}
.home_block {
    background-color: #e1e1c6;
    width: 31.1%;
    float: left;
    border: 1px solid #babaa1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    min-width: 200px;
    margin: 45px 1.5% 0 1.5%;
    position: relative;
    min-height: 335px;
}
.home_block .block_content {
    padding: 18px;
}
#news.home_block {
    width: 65.25%;
    min-width: 400px;
    margin-left: 0;
}
#news.home_block .block_content {
    padding: 10px !important;
}
#blogspot.home_block .block_content {
    padding: 0px 18px 10px !important;
}
.home_block .flexslider {
    background-color: #e1e1c6;
}
.home_block .flex-control-nav li a {
    background-image: url(http://www.wm.edu//img/content_boxes_pagination_sprite.png);
    width: 15px;
    height: 15px;
}
.home_block .flex-control-nav li a.active, .home_block .flex-control-nav li a:hover {
    background-position: 0 -30px;
}
.home_block .flex-control-nav {
    width: auto;
    top: -32px;
    right: 18px;
    height: 40px;
}

#blogspot.home_block, #featuring.home_block {
    margin-right: 0;
    font-size: 12.5px;
    line-height: 1.75em;
    color: #2f4f2f;
}
#blogspot.home_block a, #blogspot.home_block a:visited, #featuring.home_block a, #featuring.home_block:visited {
    color: #2f4f2f !important;
}
#events.home_block {
    clear: both;
    margin-left: 0;
}
.home_block h4 {
    background: url(http://www.wm.edu//img/box_title_bar.png) repeat-x top left;
    font-weight: normal;
    margin: 0;
    padding: 10px 18px;
    line-height: 23px; line-height: 2.3rem;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    min-width: 200px;
    height: 26px;
}
#blogspot.home_block h4 {
    background: url(http://www.wm.edu//img/blogger_wren.jpg) no-repeat top left;
    padding-top: 140px;
    position: relative;
}
#blogspot.home_block h4 a {
    color: #353b35;
}
#blogspot.home_block a img {
    position: absolute;
    top: -41px;
}
.home_block .dot_nav {
    position: absolute;
    top: 0;
    right: 0;
}
.news_item, .news_item:hover, .news_item:active {
    display: block;
    width: 48%;
    min-width: 283px;
    margin: 2% 0 2% 1%;
    float: left;
    font-family: Helvetica, arial, sans-serif;
    height: 106px;
    border: 2px solid #e1e1c6;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    text-decoration: none;
    overflow-y: auto;
    background: url(http://www.wm.edu//img/news_caption_box.jpg) repeat-y 159px 0px;
}
.news_item p {
    color: #F2F2DA;
    margin: 10px 5px 5px 180px;
    padding: 0;
    font-size: 12px; font-size: 1.2rem; 
    position: relative;
    z-index: 10;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.lt-ie9.lt-ie8 .news_item p {
    margin-bottom: 0px;
}
.news_item img {
    height: 106px;
    width: 159px;
    float: left;
    position: relative;
    z-index: 5;
    margin-right: 20px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.more_button {
    background: transparent url(http://www.wm.edu//img/see_more_button.png) no-repeat top center;
    height: 49px;
    max-width: 225px;
    display: block;
    color: #2e4e2e !important;
    text-decoration: none !important;
    font-size: 28px; font-size: 2.8rem;
    line-height: 49px;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
    border: 4px solid #B3B39D;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.more_button:hover, .more_button:active, .more_button:focus {
    background-image: url(http://www.wm.edu//img/see_more_hover.png);
    color: #2e4e2e;
}
#news .more_button {
    width: 225px;
    margin: 0 auto;
    position: relative;
    top: 30px;
    clear: right;
}
.lt-ie9 #news .more_button {
    float: left;
    margin-left: 19px;
}
.lt-ie8 #news .more_button {
    float: none;
    margin-left: auto;
}
#events.home_block .event_item, #events.home_block .event_item:visited {
    clear: both;
    display: block;
    color: #353B35 !important;
    text-decoration: none !important;
}
#events.home_block .event_date {
    float: left;
    background: #2e4e2e;
    border: 4px solid #bfbfa3;
    width: 39px;
    height: 39px;
    -moz-border-radius: 39px;
    -webkit-border-radius: 39px;
    border-radius: 39px;
    padding: 10px 10px;
    color: #f2f2da;
    text-align: center;
    text-transform: uppercase;
    line-height: 17px; line-height: 1.7rem;
    margin-bottom: 22px;
}
.lt-ie9 #events.home_block .event_date {
    background: #2e4e2e url(http://www.wm.edu//img/events_ring.png) no-repeat top center !important;
    border: none;
    width: 47px;
    height: 45px;
    padding-top: 12px;
}
#events.home_block .event_item:hover .event_date {
    background-color: #343a35;
}
#events.home_block .event_date .day {
    display: block;
    font-size: 1.5em;
}
#events.home_block .event_details {
    margin-left: 80px;
    font-size: 14px;
    margin-bottom: 14px;
}
#events.home_block li .event_item:last-child .event_date, #events.home_block li .event_item:last-child .event_details {
    margin-bottom: 0px;
}
#events.home_block .event_time {
    font-size: 13px;
    line-height: 1.6em;
    font-style: italic;
}
#events .more_button {
    clear: both;
    margin-top: 15px;
}
#right_now.home_block .rn_button {
    width: 100%;
    height: 100px;
    background: #f2f2da;
    overflow: hidden;
    text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #454c46 !important;
    text-decoration: none !important;
    display: block;
}
#right_now.home_block .button_title {
    background: url(http://www.wm.edu//img/rn_button_header.png) no-repeat top left;
    font-size: 19px; font-size: 1.9rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-bottom: 4px solid #afaf99;
    margin: 0;
    line-height: 28px;
    padding-top: 5px;
    display: block;
}
#right_now.home_block .rn_button:hover .button_title {
    background-image: url(http://www.wm.edu//img/right_now_header_hover.png);
}
#right_now.home_block hr {
    height: 1px;
    background-color: #adae98;
    width: 98%;
    margin: 20px auto;
}
#featuring.home_block p {
    margin: 10px 0 0;
}
#featuring.home_block .video-container {
    position: relative;
        padding-bottom: 56.25%;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
}
#featuring.home_block .video-container iframe,  
#featuring.home_block .video-container object,  
#featuring.home_block .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer {
    background: #d7d7bc url(http://www.wm.edu//img/footer_background_gradient.gif) repeat-x top left;
    clear: both;
    position: relative;
    text-transform: none !important;
    overflow: hidden;
    color: #353b35;
}
footer #content {
    background: transparent url(http://www.wm.edu//img/wren.jpg) no-repeat bottom center;
    min-height: 315px;
}
footer h4 {
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
    color: #5c655b;
}
footer a, footer a:visited, footer a:active, footer a:hover, footer a:link {
    text-transform: none;
    color: #006600;
}
footer a:hover {
    text-decoration: underline;
}
footer #social_media {
    font-size: 22px; font-size: 2.2rem;
    padding: 40px 0 10px 0;
    width: 50%;
    border-bottom: 1px solid #91917d;
}
footer #social_media .sm_spacer {
    letter-spacing: -3px;
}
footer a.sm_icon img{
    padding-bottom: 15px;
}
footer #links_resources {
    width: 40%;
    float: right;
    padding-top: 40px;
}
footer #links_resources .column1 {
    float: left;
    width: 50%;
}
footer #links_resources a {
    text-transform: none;
    display: block;
    color: #353b35;
    line-height: 2.4em;
    font-family: Helvetica, Arial, sans-serif;
}
footer #contact_info {
    font-size: 22px; font-size: 2.2rem;
    padding-top: 10px;
    width: 50%;
    border-top: 1px solid #dadac8;
}
/*.lt-ie9 footer #contact_info {
    font-size: 19px;
}*/