/*
Theme Name:     OVPC - 2017
Theme URI:      http://creative.umich.edu/
Description:    U-M Branded Theme for 2017
Author:         Michigan Creative
Author URI:     http://creative.umich.edu/
Template:       um2014
Version:        0.1.0
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,300italic,400italic,500italic,700italic|Oswald:400,700,300);

body,
label,
button, .button {
    font-family: 'DIN Next W02 Regular', Arial;
    font-family: 'Roboto', sans-serif;
}

strong,
h1, h2, h3, h4, h5, h6 {
    font-family: 'DIN Next W02 Medium', Arial;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 2.3125rem;
}
h2 {
    font-size: 1.6875rem;
}
h3 {
    font-size: 1.4375rem;
}
h4 {
    font-size: 1.125rem;
}
h5,h6 {
    font-size: 1rem;
}

body {
    background-color: #C3D1DF;
}

.widget_search input {
    border-radius: 0;
}

/* HEADER */
#header {
    background-color: #003E78;
}

#header .branding {
    padding: 40px 0;
}

#header .widgets {
    background-color: transparent;
}

#header .widgets .widget_search {
    width: auto;
}

#header .menu.responsive .hamburger-header h3 {
    color: #fff;
}

#header .menu {
    background-color: #00274c;
    border-color: #536f88;
    font-family: 'DIN Next W02 Regular', Arial;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.03em;
}

#header .menu li,
#header .menu li:last-child {
    border-color: #536f88;
    font-size: inherit;
}

#header .menu li a {
    color: #ffcc08;
}

#header .menu li.current-page-ancestor,
#header .menu li.current-menu-item {
    background-color: #333333;
}

#header .menu li.current-page-ancestor a,
#header .menu li.current-menu-item a {
    color: #ffffff;
}

#header .menu li:hover {
    background-color: #536f88;
    background-color: rgba( 255, 255, 255, 0.2 );
}


/* BU NAVIGATION WIDGET */
#content #sidebar {
    padding-top: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
#sidebar #contentnavlist {
    letter-spacing: 0.03em;
}

#sidebar #contentnavlist,
#sidebar #contentnavlist ul {
    font-size: 16px;
    font-family: 'DIN Next W02 Regular', Arial;
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
}

#sidebar #contentnavlist > li,
#sidebar #contentnavlist > li:last-child {
    border-bottom: 1px solid #c0c5cb;
}
#main #sidebar #contentnavlist li:before {
    display: none;
}

#sidebar #contentnavlist > li:first-child {
    border-top: 1px solid #c0c5cb;
}

#sidebar #contentnavlist li.current_page_item,
#sidebar #contentnavlist > li > ul {
    margin-left: 0;
    background-color: #e8e8e8;
}

#sidebar #contentnavlist > li > ul > li {
    padding-left: 10px;
}

#sidebar #contentnavlist li.current_page_item > a,
body.page-id-1220 #sidebar #contentnavlist li.page-item-1790 > a {
    background-color: #00274c;
    color: #ffcc08;
}

#sidebar #contentnavlist a {
    margin: 0;
}

#sidebar #contentnavlist ul a {
    padding-left: 15px;
}

#sidebar #contentnavlist ul ul a {
    padding-left: 30px;
}

#sidebar #contentnavlist ul ul ul a {
    padding-left: 45px;
}

#sidebar #contentnavlist ul a:before {
    content: '';
}

#sidebar #contentnavlist > li.current_page_ancestor {
    border-bottom: none;
}



/* FEATURED IAMGE STYLES */
#content #main #posts .featured-image {
    xmargin: 0;
    margin-top: 0;
    margin-right: -0.9375rem;
    border: none;
}




/* MAIN CONTENT STYLES */
#main .postWrapper {
    padding-top: 2em;
}
#main .postTitle {
    color: #222222;
    font-size: 2.75rem;
    margin-top: 0;
    line-height: 1.4em;
    font-family: 'DIN Next W02 Medium', Arial;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: inherit;
}

#main hr {
    border-color: #c2c2c2;
    border-style: dotted;
    clear: both;
}

#main blockquote {
    background-color: #ffcc08;
    color: #00274c;
    clear: both;
    padding: 35px;
}

#main blockquote * {
    color: #00274c;
}

#main blockquote p {
    margin-bottom: 0;
    font-size: 1.1em;
}

#main ol,
#main ul {
    padding-left: 2rem;
}

#main ul li {
    list-style-type: none;
}

#main ul li:before {
    content: "\f111";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffcc08;
    font-size: 0.7em;
    margin: 0 5px 0 -15px;
    vertical-align: middle;
}
.full-width {
    padding-left: 4.05rem;
    padding-right: 4.05rem;
}
#content #main > .container {
    padding: 0;
}
#content #main #posts .wolverineWrapper {
    margin-top: 60px;
}



/* FOOTER */
#footer .social-media {
    text-align: right;
    padding-right: 0;
}

#footer .social-media > ul {
    margin-bottom: 0;
    max-width: 180px;
    float: right;
}

#footer .social-media > ul li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin: 4px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #636363;
    text-align: center;
    line-height: 34px;
    behavior: url(/wp-content/themes/um2014/scripts/pie.htc);
}
#footer .social-media > ul li a {
    display: block;
    color: #FFF;
}

#footer .social-media > ul li:hover {
    background-color: #E5E1DE;
    background-color: rgba(255, 255, 255, 0.85);
    transition: background-color 0.5s ease;
}
#footer .social-media > ul li:hover a {
    color: #636363;
    transition: color 0.5s ease;
    border-bottom: none;
}

@media screen and (max-width: 1035px) {
    #footer .social-media {
        padding-right: 0.9375rem;
    }
}

@media only screen and (max-width: 640px) {
    #footer .social-media > ul {
        float: none;
        margin: 10px auto 0 auto;
        max-width: 100%;
        text-align: center;
    }
}





/** HOME PAGE **/
body.home {
    background-color: #ffffff;
}

body.home #content {
    padding-bottom: 150px;
}

body.home #home-wrap {
    max-width: 1230px;
    margin: 0 auto;
}

body.home #home-feature {
    position: relative;
    margin-bottom: 20px;
}

body.home #home-feature .featured-image,
body.page-template-page-templatesbigtenplus-php #content #main #posts .featured-image {
    border-bottom: none;
}
body.page-template-page-templatesbigtenplus-php #content #main #posts .featured-image {
    margin-bottom: 20px;
}

body.home #home-feature .content {
    position: absolute;
    bottom: -55px;
    background-color: #333333;
    color: #f5c300;
    padding: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

body.home #home-feature .content p {
    font-size: 30px;
    line-height: 1.15em;
    margin: 0;
}

@media only screen and (max-width: 64.062em) {
    body.home #home-feature .content {
        position: relative;
        bottom: 0;
        padding: 17px 20px;
    }
    body.home #home-feature .content p {
        font-size: 24px;
        line-height: 30px;
    }
}

body.home #home-feature .featured-image > .row {
    position: relative;
}

body.home #home-feature .featured-image-about {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f5c300;
}

body.home #home-feature .featured-image-about > a {
    position: absolute;
    right: 0;
    top: -39px;
    display: block;
    width: 170px;
    background-color: #333333;
    padding: 10px;
}

body.home #home-feature .featured-image-about > a h4 {
    margin: 0;
    color: #f5c300;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: -10px;
    padding: 10px;
}

@media screen and (max-width: 40.062em) {
    body.home #home-feature .featured-image-about > a {
        top: -36px;
    }

    body.home #home-feature .featured-image-about > a h4 {
        font-size: 12px;
    }
}

body.home #home-feature .featured-image-about > a h4 .fa {
    float: right;
    line-height: 1.4;
    color: #ffffff;
}

body.home #home-feature .featured-image-about .caption {
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #efefef;
    background-color: #333333;
    padding: 10px;
    width: 280px;
}

body.home #home-feature .featured-image-about .caption h5 {
    color: #efefef;
    margin-bottom: 0;
    text-transform: uppercase;
}

body.home #content #home-widgets {
    padding: 65px 0;
    background-color: #c3d1df;
    overflow: hidden;
}

body.home .bottom-widgets {
    padding-top: 0;
}

body.home .bottom-widgets > .columns > .columns {
    background-color: #ffffff;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    /*min-height: 400px;*/
    min-height: 520px;
}

body.home .bottom-widgets .widget {
    clear: both;
}

body.home .bottom-widgets .widget #about-image {
    width: 250px;
    margin: 4px 0 0 20px;
}

body.home .bottom-widgets .widget #about-image img {
    width: 100%;
}

body.home .bottom-widgets .home-bottom-right .textwidget {
    padding-top: 8px;
}

body.home .bottom-widgets .home-bottom-right .menu-homepage-quicklinks-container {
    margin-top: 20px;
}

body.home .bottom-widgets p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

body.home .bottom-widgets .widget-title {
    margin: 0 0 10px 0;
    padding: 0;
    background-color: transparent;
    color: #024794;
    font-size: 20px;
    letter-spacing: 1px;
}

body.home .bottom-widgets .home-bottom-middle .widget-title {
    font-size: 28px;
    text-transform: inherit;
}

body.home .bottom-widgets h3 {
    line-height: 1.1em;
    padding: 8px 0;
    font-weight: bold;
    font-family: 'DIN Next W02 Medium', Arial;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

body.home .bottom-widgets .menu {
    margin: 0;
    list-style-type: none;
}

body.home .bottom-widgets .menu li {
    padding: 10px 0;
    border-bottom: 1px dotted #8e8c8c;
}

body.home .bottom-widgets .menu li:first-child {
    border-top: 1px dotted #8e8c8c;
}

body.home .bottom-widgets .menu li a {
    display: block;
    position: relative;
}

body.home .bottom-widgets .menu li a:after {
    position: absolute;
    right: 0;
    color: #ffcc08;
    content: "\f0a9";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body.home .bottom-widgets .date {
    display: block;
    background-color: #ffcc08;
    color: #000000;
    float: left;
    width: 80px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    margin: 0 10px 10px 0;
}

body.home .bottom-widgets .date span {
    display: block;
}

body.home .bottom-widgets .date .month {
    font-size: 18px;
    text-transform: uppercase;
}

body.home .bottom-widgets .date .day {
    font-size: 36px;
    text-transform: uppercase;
}

body.home .bottom-widgets .location {
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
    line-height: 1.3em;
}


/* --------------------
-----------------------
ACCORDION STYLES
-----------------------
-------------------- */
.omsc-accordion {
    border: none;
}
.omsc-accordion .omsc-toggle {
    margin-bottom: 20px;
    border: none;
}
.omsc-toggle-title {
    padding: 6px 10px;
    border: none;
    font-family: 'DIN Next W02 Medium', Arial;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    background-color: #C3D1DF;
}
.omsc-toggle-title:hover, 
.omsc-toggle.omsc-expanded .omsc-toggle-title {
    background-color: rgba(195,209,223,.6);
}
.omsc-toggle-title:after {
    content: "\f055";
    position: relative;
    float: right;
    top: inherit;
    left: inherit;
}
.omsc-toggle.omsc-expanded .omsc-toggle-title:after {
    content: "\f056";
}
.omsc-toggle-inner {
    padding: 0 20px;
    background-color: #ffffff;
}



/* --------------------
-----------------------
FORM STYLES
-----------------------
-------------------- */
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
	line-height: 18px;
}



@media only screen and (min-width: 40.062em) and (max-width: 64.062em) {
    body.home #content .bottom-widgets {
        margin: 0;
    }
}

@media only screen and (max-width: 64.062em) {
    body.home #content #home-widgets {
        padding: 1.875rem 0;
    }

    body.home .bottom-widgets > .columns:first-child {
        padding-bottom: 1.875rem;
    }
}




/* CUSTOM PAGE LIST */
ul.custom-list {
	margin: 0;
	list-style: none;
	border: 1px solid #dcdcdc;
	padding: 10px;
}
ul.custom-list li:before{
	display: none !important;
}	

ul.custom-list li:first-child {
	border-top: none;
}
#content ul.custom-list li:first-child a {
	padding-top: 0;
}
#content ul.custom-list li:last-child a {
	padding-bottom: 0;
}
ul.custom-list li {
	border-top: 1px dotted #8c8c8c;
}
#content ul.custom-list li a {
	padding: 10px 0;
	display: block;
	color: #003e78;
}
#content ul.custom-list li a:hover {
	color: #5CB6FF;
}
