/*
Theme Name: Connectome
Theme URI: http://www.loni.ucla.edu/
Description: Connectome is a feature-rich theme for the Human Connectome Project created by Robert De La Cruz and designed by Vaughan Greer.
Version: 1.0
Author: Robert De La Cruz & Vaughan Greer
Author URL: http://www.loni.ucla.edu/
*/


/*=== Setup ===*/

* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

body {
    background: #000000;
    background-position: 0 18px;
    color: #ffffff;
    font: 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
}

a {
    color: #e8a02c;
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
}

input,
select,
textarea {
    border: #cacaca 1px solid;
    font-size: 12px;
    padding: 5px;
}

select {
    padding: 0;
}

li {
    list-style: none;
}


/*=== Layout ===*/

#top {
    clear: both;
    margin: 0 auto;
    height: 26px;
    margin-left: 10px;
}

#top ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    height: 26px;
    overflow: hidden;
}

#top li {
    position: relative;
    float: right;
    display: block;
    padding: 0px;
    margin: 0px 15px;
    line-height: 26px;
    vertical-align: middle;
    height: 26px;
}

#top li a {
    color: #999999;
    font-size: 11px;
}

#top li a.big {
    font-size: 12px;
    font-weight: bold;
}

#top li a.current {
    color: #99ccff;
}

#top img {
    border: none;
}


/*========= TOP NAVIGATION =========*/


/*- Nav1 -*/

.nav1 {
    float: left;
}

.nav1 li {
    float: left;
}

.nav1 li a {
    color: #a0a09b;
}

.nav1 li a {
    display: block;
    text-align: center;
    float: left;
}

.nav1 li.active a,
.nav1 li a:hover,
.nav1 li.current_page_item a {
    color: #e8a02c;
    text-decoration: none;
}

.nav1 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.nav1 li {
    padding: 0px;
    margin: 0px 20px 0 0;
    display: inline;
    line-height: 14px;
}

tr.odd td {
    background-color: #333333;
}

td {
    padding: 5px;
}


/*- Subscribe -*/

.subscribe {
    color: #a0a09b;
    float: right;
}

.subscribe a {
    color: #e8a02c;
}

.subscribe a:hover {
    text-decoration: underline;
}


/*=== Top Menu ===*/

#topmenu {
    position: relative;
    height: 33px;
    margin-bottom: 40px;
    /*margin-top:-11px;*/
    padding: 0px;
    clear: both;
}

#topmenu li {
    border-left: 1px solid #808080;
    float: left;
    line-height: 33px;
    padding: 0px;
}

#topmenu li a {
    color: white;
    display: block;
    margin: 0 1px 0 0;
    padding: 0px 22px;
}

#topmenu ul li ul li {
    background-color: #252525;
    border: none;
}

#topmenu li a {
    color: white;
    display: block;
    margin: 0 1px 0 0;
    padding: 0px 22px;
}

#topmenu li a:hover,
#topmenu li.active a {
    color: #58c3fa;
    text-decoration: none;
}


/*- Nav / Dropdowns-*/

#nav,
#nav ul {
    padding: 0;
    float: left;
    list-style: none;
    position: absolute;
    color: white
}

#nav {
    padding: 0;
}

#nav a {
    display: block;
}

#nav li {
    float: left;
    line-height: 33px;
}

#nav li a:hover {
    background: none;
}

#nav li ul {
    position: absolute;
    width: 15em;
    left: -999em;
    padding-top: 1px;
}

#nav li:hover ul,
#nav li.sfhover ul {
    left: auto;
    z-index: 1000;
}


/*
#nav li ul li {
    background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top;
	border-bottom:1px solid #dedbd1;
	border-left:1px solid #dedbd1;
	border-right:1px solid #dedbd1;
	line-height:28px;
	width:15em;
}
*/

#nav li ul li {
    /*background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top;*/
    border-bottom: 1px solid #dedbd1;
    border-left: 1px solid #dedbd1;
    border-right: 1px solid #dedbd1;
    line-height: 18px;
    padding: 10px 0;
    width: 15em;
}

#nav li ul ul {
    margin: -2.1em 0 0 15em;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul {
    left: -999em;
    background: #a7bfa7 url(images/bgr-box-trans.png) repeat-x top;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul {
    left: auto;
    background: #a7bfa7 url(images/bgr-box-trans.png) repeat-x top;
}


/*==============  HEADER  ===================*/

#header {
    margin-top: 26px;
    height: 109px;
}

#header .spacer {
    color: #a0a09b;
    float: right;
    font-size: 11px;
    padding: 37px 0px 0 0;
    text-align: right;
}

#header .spacer p {
    clear: both;
}


/*- Logo -*/

#header h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(images/logo-trans.png) no-repeat;
    float: left;
    text-indent: -9999px
}

#header h1 a {
    display: block;
    height: 109px;
    width: 650px;
}

#header h1 a:hover {
    text-decoration: none;
}


/*- RSS -*/

#rss {
    position: absolute;
    top: -10px;
    right: 0px;
    height: 38px;
    width: 39px;
    display: inline;
    float: right;
}


/*- Search -*/

#search {
    background: url(images/bgr-search.gif) no-repeat;
    height: 32px;
    margin: 0 0 10px;
}

#search input {
    background: transparent;
    border: 0;
    color: #222222;
    float: left;
    font-size: 12px;
    margin: 7px 0 0 10px;
    width: 178px;
    padding: 2px;
}

#search .btn {
    margin: 7px 0 0;
    padding: 0;
    width: auto;
}


/*=== typography ===*/

h2 {
    color: #9ce0ff;
    font: 24px "Gill Sans MT", Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
}

h2.home {
    color: #ffffff;
    font: 22px "Gill Sans MT", Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
}

h2 a {
    color: #b6e4fc;
}

h3,
h4,
h5 {
    color: #363636;
    font: 12px bold "Gill Sans MT", Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
}

#columns h3 {
    font-weight: bold;
}

#sidebar h3 {
    background: #ebe9e1;
    font: 12px Arial, Helvetica, sans-serif;
    color: #363636;
    font-weight: bold;
    padding: 5px 8px;
    display: block;
    margin: 0 0 7px 0;
    text-align: left;
    border: 1px solid #dedbd1;
    height: 16px;
}

#centercol h3 {
    padding-left: 18px;
    padding-bottom: 10px;
    padding-right: 18px;
    padding-top: 10px;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 25px;
    text-shadow: 0px 0px;
    background: #333333;
    border: 1px solid #7f7f7f;
    color: #fb6500;
    text-align: left;
    font-size: 14px;
}

#centercol h4 {
    /*
	padding-left: 18px;
	padding-bottom: 10px;
	padding-right: 18px;
	padding-top: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: 25px;
	text-shadow: 0px 0px;
*/
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    color: #fb6500;
    text-align: left;
    font-size: 18px;
}

#featuredpost h2 {
    font-size: 30px;
}


/*- SideTabs -*/

.idTabs {
    font-size: 12px;
    float: left;
    margin: 0 0 8px 0;
}

.idTabs li {
    float: left;
}

.idTabs li a {
    background: #ffffff;
    color: #363636;
    font-weight: bold;
    padding: 5px 8px;
    display: block;
    margin: 0 7px 0 0;
    text-align: left;
    border: 1px solid #dedbd1;
}

.idTabs li.last a {
    margin: 0
}

.idTabs li a:hover,
.idTabs .selected {
    background: #ebe9e1;
    text-decoration: none
}


/*=== Post ===*/

.date-comments {
    border-bottom: 1px solid #cacaca;
    color: #999999;
    font-size: 11px;
    height: 30px;
    line-height: 25px;
    margin: 0 0 10px;
}

.date-comments a {
    color: #999999;
}

#centercol .date-comments p {
    line-height: 25px;
}

span.comments {
    background: url(images/ico-comments.gif) no-repeat left;
    padding: 0 0 0 20px;
}

span.continue {
    /*background: url(images/ico-continue-trans.png) no-repeat left;
	padding: 1px 0 1px 20px;*/
    line-height: 20px;
}

span.continue-archives {
    background: url(images/ico-arrow-trans.png) no-repeat right center;
    padding: 0px 15px 0px 0px;
    margin-bottom: 20px;
}

span.continue-archives-alt {
    background: url(images/ico-arrow-trans-left.png) no-repeat left center;
    padding: 0px 0 0px 15px;
    margin-bottom: 20px;
}

span.continue-archives a,
span.continue-archives-alt a {
    color: #777777;
    font-weight: bold;
    font-size: 14px;
}

a.more {
    background: url(images/ico-arrow-trans.png) no-repeat left;
    color: #777777;
    font-size: 11px;
    padding: 0px 0 0 15px;
}


/*=== Styling Boxes ===*/


/*- Box (main column boxes) -*/

.box,
.widget {
    background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top left;
    border: 1px solid #313131;
    margin: 0 0 15px 0px;
    padding: 18px;
}

.box img {
    border: 1px solid #999999;
    margin: 0 0 10px 0;
}

.box p {
    line-height: 18px;
    padding: 0 0 10px;
}

.widget {
    padding: 15px;
}


/*- Box2 (sidebar boxes) -*/

.box2 {
    background: #f5f4f0 url(images/bgr-box-trans.png) repeat-x top left;
    margin: 0 0 15px 0px;
    padding: 18px;
    border: 1px solid #313131;
}

.box2 .nav1 {
    float: none;
    padding: 0 0 0 0px;
}

.box2 .spacer.white {
    background: #ffffff;
    border: 1px solid #dedbd1;
    clear: both;
    margin: 0px;
}

.box2 .spacer.flickr img {
    background: #ffffff;
    border: 1px solid #dedbd1;
    margin: 4px 9px 4px 0px;
    padding: 7px;
}

.box2 .spacer.flickr img:hover {
    background: #ebe9e1;
    border: 1px solid #dedbd1;
}

.box3 {
    margin: 0 0 15px 0px;
    padding: 18px;
    width: 320px;
    float: right;
    text-align: left;
}


/*=== Styling Lists ===*/


/*- List1 -*/

.list1 {
    padding: 15px;
}

.list1 li {
    background: url(images/ico-star-trans.png) no-repeat top left;
    margin: 0 0 8px;
    padding: 0 0 0 22px;
}

.list1 li a {
    color: #222222;
}


/*- List2 -*/

.list2 {
    clear: both;
}

.list2 li {
    background: #ffffff;
    border: 1px solid #dedbd1;
    margin: 0 0 5px;
    padding: 12px 10px;
}

.list2 p {
    line-height: 16px;
}


/*- Widget lists -*/

.widget ul {
    line-height: 16px;
    padding: 0px;
}

.widget ul li {
    border-bottom: 1px solid #f1f1ed;
    padding: 5px 0px;
}

.widget ul li a {
    color: #222222;
}

.widget ul li ul {
    margin: 5px 0 0px 10px;
}

.widget ul li ul li {
    background: none;
    border-top: 1px solid #f1f1ed;
    border-bottom: none;
    padding: 5px 0px;
}


/*=== Footer ===*/

#footer {
    background: #000000 url(images/bgr-footer.gif) left top repeat-x;
    font-size: 12px;
    padding: 0px;
    font-size: 12px;
    height: 74px;
    margin: 10px 0px 10px 0px;
}

#footer,
#footer a {
    color: #EEEEEE;
}


/*=== Misc. ===*/

.fix {
    clear: both;
    height: 1px;
    margin: 0 0 -1px;
    overflow: hidden;
}

.fl {
    float: left;
}

img.fl {
    margin: 0 12px 5px 0;
}

.fr {
    float: right;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.gravatar {
    float: left;
    border: 1px solid #DEDBD1;
    margin: 0px 7px 0 0;
    padding: 4px;
    background: #FFFFFF;
}


/*========= VIDEO =========*/

.video {
    height: 250px;
    margin: 0 0 10px 0;
    width: 300px;
    display: inline;
}


/*- SideTabs -*/

.vidtabs .idTabs {
    font-size: 12px;
    margin: 10px 0 0 0;
    width: 100%;
    float: none;
}

.vidtabs .idTabs li {
    padding: 0px;
    float: none;
}

.vidtabs .idTabs li a {
    background: #ffffff;
    color: #363636;
    font-weight: bold;
    padding: 5px 8px;
    display: block;
    text-align: left;
    border: 0px;
    margin: 0;
}

.vidtabs .idTabs li.last a {
    margin: 0
}

.vidtabs .idTabs li a:hover,
.vidtabs .idTabs .selected {
    background: #ebe9e1;
    text-decoration: none
}


/*========= COMMENTS =========*/

h2.commh2 {
    font-size: 1.4em !important;
    padding: 0 0 5px;
    color: #333 !important;
}

ol.commentlist {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
}

ol.commentlist p {
    margin-bottom: 10px;
    line-height: 20px;
}

.commentmetadata a {
    font-size: 11px;
    color: #333333;
}

ol.commentlist cite {
    font-style: normal;
    font-weight: bold;
}

ol.commentlist li {
    padding: 20px 10px 10px 10px;
}

ol.commentlist li.alt {
    padding: 18px 18px 5px 18px !important;
    background: #F8F8F4;
    border: 1px solid #DEDBD1;
}

input#submit {
    font-size: 12px;
    color: #363636;
    font-weight: bold;
    padding: 7px 10px;
    margin: 0 0 7px 0;
    text-align: left;
    border: 1px solid #DEDBD1;
    background: #F5F4F0;
}


/*========= SINGLE POST SPECIFIC =========*/

span.tags {
    background: url(images/ico-tags-trans.png) no-repeat left;
    padding: 1px 0 0 20px;
}

.singleh2 {
    font-size: 1.8em !important;
    padding-top: 5px;
}

.entry {
    margin-bottom: 5px;
}

.entry p {
    text-align: left;
    font-size: 12px;
    line-height: 20px !important;
}

.entry blockquote {
    padding: 0px 10px;
    border-left: 2px solid #777777;
    margin: 5px auto 15px auto;
    width: 85%;
    color: #777777;
    font-style: italic;
}

.entry blockquote p {
    font-size: 12px;
    padding: 5px 0px;
    margin: 5px 0px;
    line-height: 20px;
}


/*.entry img {}*/

.entry ul,
.entry ol {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
}

.entry ul li ul,
.entry ol li ol {
    margin-bottom: 0px;
    padding-top: 3px;
}

.entry ul li {
    list-style: circle outside !important;
    margin-left: 30px;
    padding: 3px 0px;
}

.entry ul li ul li {
    list-style: disc inside !important;
}

.entry ol li {
    list-style: decimal inside !important;
    font-size: 12px;
    padding: 3px 0px;
}

.entry ol li ol li {
    list-style: decimal-leading-zero inside !important;
}


/*========= ARCHIVE SPECIFIC =========*/

.arclist ul li {
    color: #c0c0c0;
    font-size: 12px;
    border-bottom: 1px solid #f1f1ed;
    padding: 5px 0px;
}

.catrss {
    background: url(images/ico-rss.gif) center left no-repeat;
    padding-left: 24px;
    line-height: 16px;
}


/*=== Page Navigation (Next / Previous Posts) ===*/


/*.navigation {}*/

.navigation a {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}


/*========= AUTHOR INFO =========*/

.author_info {
    padding: 0px;
    margin-top: 15px;
    color: #666666;
}

.author_photo {
    float: left;
    margin-right: 10px;
    width: 58px;
}

.author_photo img {
    background-color: #FFFFFF;
    padding: 4px;
    border: 1px solid #cccccc;
    width: 48px;
    height: 48px;
    float: left !important;
}

.author_info p {
    font-size: 12px;
    padding: 0px;
    margin-bottom: 10px;
}

.author_info a {
    color: #000000;
    text-decoration: none;
    padding: 0;
}

.author_info a:hover {
    text-decoration: underline;
}

.author_info ul,
.author_info li {
    margin: 0px;
    padding: 0px;
}

.author_info h3 {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px;
}

.author_email a {
    background-image: url(images/ico-email.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    font-weight: bold;
}

.size-thumbnail {
    margin-right: 20px !important;
}

.newspost a {
    font-weight: bold;
    text-decoration: none;
}

.newspost a:hover {
    text-decoration: nunderline;
}

#newspost {
    border: solid 1px #313131;
    padding: 20px;
    background: url(images/homenews-bg.png);
}

#newspost .entry {
    margin-bottom: 20px;
}

.padded {
    padding: 10px;
}

.padded h2 {
    font-size: 20px;
}

ul.archivenav li {
    margin: 5px 10px;
}

.usc-red {
    color: #990000;
}

#loni_footer {
    margin-top: 10px;
    padding: 0 10px;
}

#loni_footer a:hover {
    text-decoration: none;
}

#loni_footer span {
    float: right
}

#loni_footer img {
    height: 15px;
    margin: 0 3px;
    vertical-align: text-bottom;
}

body {
    background: url(images/bgr.jpg) 0px 33px repeat-x rgb(0, 0, 0);
    color: white;
}

.navbar {
    border: none;
    background-color: rgb(29, 29, 29);
    color: white;
}

#footer .container_16 {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%;
}

.navbar-default__mobile {
    display: none;
}

.navbar-form {
    margin-left: 0;
    margin-right: 0;
}

.navbar ul li li {
    color: grey;
}

.navbar ul li li a,
.navbar ul li a {
    color: white !important;
}

.navbar ul li li a {
    line-height: 30px;
    padding: 5px 0 5px 40px;
    display: block
}

.navbar ul li li a:hover,
.navbar ul li a:hover,
.navbar ul a:hover {
    color: #e8a02c !important;
    background-color: rgba(0, 0, 0, .5) !important;
    text-decoration: none;
}

.navbar-form,
.navbar,
.navbar-collapse {
    border: none;
}

.form-control {
    transition: all .5s;
}


/***************************
****************************
Mark and Mary Responsive Header
****************************
***************************/

#mm-header-container {
    font-family: ACaslon;
    margin: 0 auto;
    width: 100%;
    background-color: #252525;
    /* z-index: 100; */
    /* top: 0; */
}

#mm-header {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: block;
    padding: 10px 3%;
    box-sizing: border-box;
}

#mm-header a {
    text-decoration: none;
    color: white;
}

#mm-logo {
    padding-top: 4px;
    width: 70%;
    font-size: 13pt;
    display: inline-block;
    /*margin: 10px 15px 8px 15px;*/
    display: inline-block;
    /*  line-height: 31px; */
    line-height: 30px;
}

.yellow {
    color: #ffba00;
}

#mm-text {
    display: inherit;
}

#mm-usc-logo,
#mm-usc-logo-shield {
    display: inline-block;
    float: right;
    height: 35px;
    /*margin: 7.5px 10px*/
}

#mm-usc-logo-cont {
    width: 25%;
    float: right;
}

#mm-usc-logo-shield {
    height: auto;
    width: 90px;
    display: none;
    min-width: 75px;
    min-height: 25px;
}


/***************************
****************************
Typograhy Modifications
****************************
***************************/

#sidebar .box3 .post .entry p {
    color: white;
}

.post.box p,
.entry strong,
#sidebar li,
.post .entry p {
    color: black
}

h2 a,
.post.box h2,
.post.box .padded h2 a,
.post.box .padded h2,
.box h2 {
    color: #74c4e8
}

.box td {
    color: #e8a02c
}

#centercol h3 strong {
    color: #fb6500;
}

.grid_10 .box .post .entry p img {
    margin: 0px 10px !important;
    /*padding: 10px;*/
}

.container_16 .grid_10 img {
    margin-top: 40px !important;
}

.grid_10 .box .post .entry p {
    overflow: auto
}

dd {
    color: black
}

#post-54 div {
    color: black
}

#sidebar .box2 img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 400px
}

#gallery-1 img {
    width: 50%;
    height: auto;
}

#circle {
    width: 100%;
    height: 75vw;
    max-width: 900px;
    max-height: 900px;
    margin: 0 auto;
}

.wp-caption {
    margin: 5px;
}

.box .post .entry .wp-caption img {
    width: 100%;
    height: auto;
}

p.mceTemp {
    display: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none !important;
}


/***************************
****************************
Responsive Attributes
****************************
***************************/

@media all and (max-width: 980px) {
    /******--- Adjusting Header and Body --*******/
    #header h1 {
        background-position: center;
    }
    #header .grid_12 {
        margin: 0;
    }
    #header h1 a,
    body {
        width: 100%;
    }
    body #page.container_16 {
        width: 100% !important;
    }
    /******--- Adjusting Nav --*******/
    .navbar-default__mobile {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.5em
    }
    .navbar-nav li a {
        font-size: 1.3em
    }
    .collapse.in {
        display: block !important;
    }
    .form-group {
        width: 40%;
    }
    .form-control {
        width: 100% !important;
    }
    .navbar-form {
        padding-bottom: 20px;
    }
    /******--- Adjusting Elements --*******/
    #sidebar .box3,
    #sidebar .box2,
    #sidebar .box2 iframe {
        width: 100%;
        min-width: 0px;
        max-width: 1000px;
    }
    .container_16 .grid_10,
    #centercol {
        width: 95% !important;
        padding: 0;
        margin: 0 auto;
        float: none;
        display: block;
    }
    .container_16 .grid_10 img,
    .container_16 .grid_10 p img {
        width: auto;
        height: 80vw;
        display: block;
        margin: 0 auto !important;
        padding: 0;
        max-height: 580px
    }
    .container_16 .grid_10 p img {
        height: inherit;
    }
    .container_16 .grid_10 table {
        margin: 0 auto !important;
        max-width: 100%;
    }
    .container_16 .grid_6 {
        display: block;
        width: 95% !important;
        margin: 0 auto;
        float: none
    }
    #sidebar .box2 {
        width: 100%;
        min-width: 0px;
        max-width: 1000px;
        display: block;
        margin: 0 auto;
    }
    .post.box {
        width: 95%;
        margin: 0 auto 10px auto;
    }
    /******-- Hiding Unnecessary Elements--*******/
    #searchform,
    #topmenu,
    #header .spacer.grid_4 {
        display: none
    }
    /******--- Adjusting Image and Image Containers --*******/
    #sidebar .box2 img {
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 300px
    }
    .grid_10 .post.box {
        width: 100%;
    }
    .grid_10 .box .post .entry p img {
        width: 150px;
    }
    .wp-caption.alignleft,
    .wp-caption.alignright {
        float: none
    }
    .post.box .entry p img {
        width: 100%;
        height: auto;
        max-width: 530px
    }
    /******--- Adjusting Tables --*******/
    table {
        display: block
    }
    table,
    .box {
        overflow: auto;
    }
    #post-11 .entry table tbody tr td img {
        margin: 0 auto !important
    }
    #post-11 .entry table tbody tr td {
        float: right;
    }
    #post-11 .entry table tbody tr,
    #post-11 .entry table tbody {
        margin: 0 auto;
        display: block;
    }
}

@media all and (max-width: 900px) {
    #mm-usc-logo-shield {
        display: inline-block;
    }
    #mm-text,
    #mm-usc-logo {
        display: none;
    }
    .grid_10 .box .post .entry p img {
        width: 150px;
    }
}

@media all and (max-width: 767px) {
    .navbar ul li a {
        font-size: 12pt;
        font-weight: 500;
    }
    #loni_footer span {
        display: none;
    }
    .form-group {
        width: 100%;
    }
    .form-control {
        width: 50% !important;
    }
    .navbar-form {
        padding-bottom: 10px;
    }
}

@media all and (max-width: 700px) {
    #header h1 {
        min-width: 1px;
        width: 100%;
        max-width: 900px;
        height: 110px;
        background-position: bottom;
        background-size: 100%;
    }
}

@media all and (max-width: 600px) {
    #mm-usc-logo-shield {
        display: inline-block;
        width: 75px;
    }
    #mm-logo {
        font-size: 90%;
        padding: 0;
        margin: 0;
        line-height: 20px;
    }
    #mm-text,
    #mm-usc-logo {
        display: none;
    }
    body {
        background: black;
        background-position: 0px 20px;
    }
    nav {
        position: static
    }
    .form-control:focus {
        width: 100% !important;
    }
}

@media all and (max-width: 535px) {
    #header {
        margin-top: 0;
    }
    #header .grid_12,
    #header h1 a,
    #header {
        height: 80px;
    }
    .grid_10 .box .post .entry p img {
        width: 100%;
        margin: 0 auto !important;
    }
    #post-11 .entry table {
        display: table-row-group;
        margin: 0 auto;
    }
    #post-11 .entry table td {
        display: table-row-group;
    }
    #post-11 .entry table,
    #post-11 .entry table tbody,
    #post-11 .entry table tbody tr,
    #post-11 .entry table tbody tr td {
        width: 100%;
        display: block;
        height: auto !important;
        margin: 0 auto;
    }
    #post-11 .entry table tbody tr td img {
        height: auto;
        width: auto;
    }
}

@media all and (max-width: 346px) {
    body {
        background-position: 0px 38px;
    }
    #header .grid_12,
    #header h1 a,
    #header {
        height: 50px;
    }
}