/*
Theme Name: MMLS Theme
Theme URI: http://www.deltasys.com/
Description: Custom WordPress theme built by Delta Systems Group
Version: 1.0
Author: Delta Systems Group
*/

/* @group CSS RESET
 * HTML5 ? Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f1f1f1; color: #333333; text-shadow: none; }
::selection { background: #f1f1f1; color: #333333; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%; height: auto; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: middle; }

/* @end */
/* @group UNIVERSAL STYLES
--------------------------------------------*/

body {
    padding:0;
    width: 100%;
    font-family: 'PT Sans', sans-serif;
}

a, a:visited {
    font-weight:bold;
    color:#1bb1e7;
    text-decoration:none;
}

a:hover {
    text-decoration:none;
    color:#0f8ebc;
}

/* @end */
/* @group COLORS & TYPOGRAPHY
--------------------------------------------*/

.ltblue {
    color: #1bb1e7;
}

.dkblue {
    color: #0f8ebc;
}

/* Page titles */

h1.page_title {
    margin: 0;
    font-size:24px;;
}

h2 {
    font-size:18px;
}

h3, h4 {
    font-style:15px;
}

h1, h2, h3, h4 {
    color: #1bb1e7;
}

/* @end */
/* @group STRUCTURE
--------------------------------------------*/
#page_wrapper {
    width:100%;
    margin:0;
    padding: 0;
    text-align:center;
}

/* @end */
/* @group 960 Grid
--------------------------------------------*/

.grid_container { width: 960px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.grid_container .grid_container { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }

.grid_container .grid_1,.grid_container .grid_2,.grid_container .grid_3,.grid_container .grid_4,.grid_container .grid_5,.grid_container .grid_6,.grid_container .grid_7,.grid_container .grid_8,.grid_container .grid_9,.grid_container .grid_10,.grid_container .grid_11,.grid_container .grid_12 {
    float: left; min-height: 1px; padding: 0 10px; position: relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.grid_container .grid_1:last-child,.grid_container .grid_2:last-child,.grid_container .grid_3:last-child,.grid_container .grid_4:last-child,.grid_container .grid_5:last-child,.grid_container .grid_6:last-child,.grid_container .grid_7:last-child,.grid_container .grid_8:last-child,.grid_container .grid_9:last-child,.grid_container .grid_10:last-child,.grid_container .grid_11:last-child {
    float: right;
}

.grid_container .grid_1   { width: 8.33% }
.grid_container .grid_2   { width: 16.66% }
.grid_container .grid_3   { width: 25% }
.grid_container .grid_4   { width: 33.33% }
.grid_container .grid_5   { width: 41.66% }
.grid_container .grid_6   { width: 50% }
.grid_container .grid_7   { width: 58.33% }
.grid_container .grid_8   { width: 66.66% }
.grid_container .grid_9   { width: 75% }
.grid_container .grid_10  { width: 83.33% }
.grid_container .grid_11  { width: 91.66% }
.grid_container .grid_12  { width: 100% }

.grid_container:before, .grid_container:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.grid_container:after, .clearfix:after { clear: both; }
.grid_container, .clearfix { zoom: 1; }

.grid_container .alpha { padding-left: 0; }
.grid_container .omega { padding-right: 0; }


/* @end */
/* @group HEADER
--------------------------------------------*/
#masthead {
    width:960px;
    margin:0 auto;
    min-height: 80px;
    padding:0;
    background: #fff;
    margin-bottom:65px;
}

.logo {
    background:url(images/bg-logo.png) no-repeat;
    display: block;
    width:282px;
    height:135px;
    z-index:999;
    margin:0;
    padding:25px 0 0 15px;
    position: absolute;
}

.logo a {
    background:url(images/logo.png) no-repeat;
    display:block;
    width:249px;
    height:71px;
    text-indent:-9999px;
    text-decoration:none;
    margin:0;
    padding:0;
}

h2.tagline {
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.2em;
    text-align:right;
    color:#666;
    margin:15px 0 0 0;
    padding:0;
}

#masthead .grid_8 {
    padding-left: 0;
    padding-right: 0;
    width: 620px;
}

#nav {
    position:relative;
    margin:20px 0 0 0;
    padding:0;
    text-align:left;
}

ul.menu {
    margin:0;
    width: 620px;
    position:relative;
    float:left;
}

ul.menu li {
    display:inline;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    margin:0;
    padding:0;
    float:left;
    position:relative;
}

ul.menu li a {
    margin:0;
    padding:0 8px;
    line-height:45px;
    color:#1bb1e7;
    text-decoration:none;
    display:inline-block;
    background: #ffffff;
}

ul.menu li a:hover {
    background:#1bb1e7;
    color:#fff;
}

ul.menu li:hover > a {
    background:#1bb1e7;
    color:#fff;
}

/* Drop-Down Navigation */
ul.menu li:hover > ul
{
    visibility:visible;
    opacity:1;
}

ul.menu ul, ul.menu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility:hidden;
    position: absolute;
    z-index: 99999;
    width:180px;
    background:#1bb1e7;
    opacity:0;
}

ul.menu ul li ul {
    top: 0;
    left: 181px;
}

ul.menu ul li {
    clear:both;
    width:100%;
    border:0 none;
    font-size:13px;
    text-transform: none;
    font-weight:500;
}

ul.menu ul li a {
    background:none;
    padding:7px 15px;
    color:#fff;
    line-height:18px;
    text-decoration:none;
    display:inline-block;
    border:0 none;
    float:left;
    clear:both;
    width:150px;
}

ul.menu ul li a:hover {
    background:#0f8ebc;
}

/* @end */
/* Sprites */


/* Misc */

/* Forms */


/* Main Content Homepage */
.main_content {
    width: 100%;
    height: 382px;
    margin: -65px 0 0 0;
    padding: 0;
    background: #f2f2f2;
    z-index: 0;
}

/* Carousel stuff*/
.carousel {
    margin:0 auto;
    width:960px;
    height:382px;
    overflow:hidden;
    z-index: 2;
    position: absolute;
}

#carousel-background {
    background-color: #1bb1e7;
    position: absolute;
    top: 408px;
    left: 0px;
    /*left: -400px;
    width: 12000px;
    */
    height: 50px;
    width: 100%;
    z-index: 0;
    opacity: .4;
}

#carousel-slides {
    width: 100%;
    height: 100%;
    z-index: 200;
}

.carousel img {
    position: relative;
    width:960px!important;
    height:auto!important;
}

.carousel-slide-content {
    z-index: 6;
    position: absolute;
    top: 50px;
    left: 30px;
    width: 500px;
    text-align: left;
    color: white;
    font-weight: normal;
    font-size: 18pt;
}

h3.carousel-slide-title {
    font-size: 25pt;
    font-weight: bold;
    color: white;
    margin:0;
}

.carousel-slide-content p {
    margin:0;
}

.carousel-read-more {
    z-index: 7;
    position: absolute;
    top: 200px;
    left: 30px;
    width: 150px;
    height: 40px;
    line-height: 10px;
    color: white;
    background-color: #6eae18;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    padding: 5px 15px;
    border: 0;
    margin: 5px 0px;
}

#carousel-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 50px;
    width: 960px;
    z-index: 500;
}

#carousel-nav .carat {
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    margin-left: 155px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: none;
}

#carousel-nav li {
    background-color: #ff9f00;
    color: white;
    text-decoration: none;
    display: inline;
    position: relative;
    float: left;
    height: 50px;
    width: 320px;
    text-align: left;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    opacity: .75;
}

#carousel-nav li:first-child {
    background-color: #7cb130;
}

#carousel-nav li:last-child{
    background-color: #b9377d;
}

#carousel-nav li a {
    color: white;
    padding-left: 20px;
    font-weight: normal;
}

#carousel-nav li:hover, #carousel-nav li.cycle-pager-active {
    opacity: 1;
}

/* News Block Homepage */
.news_block {
    margin:25px auto;
    padding:15px;
    display:block;
    width:930px;
    text-align:left;
    border:1px solid #e5e5e5;
    box-shadow: 0 4px 4px -2px #f2f2f2;
    -moz-box-shadow: 0 4px 4px -2px #f2f2f2;
    -webkit-box-shadow: 0 4px 4px -2px #f2f2f2;
}

h3.blogDate {
    text-align:center;
    padding:5px;
    margin:0;
    background:#ccc;
    color:#fff;
    font-size:12px;
}

h2.blogTitle {
    margin:0;
    padding:0;
    font-size:18px;
}

.post-content p {
    font-size:14px;
    color:#333;
    line-height:20px;
}

/* Office Locations on Homepage */
.mmls_locations_home, .mmls_locations {
    margin:0 auto;
    padding:0 0 35px 0;
    width:960px;
    text-align:left;
}

.mmls_locations_home {
    border-bottom:1px solid #e5e5e5;
}

.mmls_locations_home .circular, .mmls_locations .circular {
    width: 130px;
    height: 130px;
    border:5px solid #e0e0e0;
    border-radius: 65px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    background: url(https://mmls.org/wp-content/uploads/2023/02/img-como.jpg) no-repeat;
}

.mmls_locations_home .circular2, .mmls_locations .circular2 {
    width: 130px;
    height: 130px;
    border:5px solid #e0e0e0;
    border-radius: 65px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    background: url(https://mmls.org/wp-content/uploads/2012/11/img-jcmo.jpg) no-repeat;
}

.mmls_locations_home .grid_4, .mmls_locations .grid_4 {
    width:350px;
}

.mmls_locations_home h3, .mmls_locations h3 {
    color:#999;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}

ul.list_home {
    margin:0;
    padding: 0;
    font-size: 13px;
    color: #333;
}

ul.list_home li {
    margin: 8px 0 0 0;
    padding: 0 0 0 23px;
    list-style-type: none;
}

ul.list_home li.addy {
    background: url(images/list-sprite.png) 0 0 no-repeat;
}

ul.list_home li.digits {
    background: url(images/list-sprite.png) 0 -38px no-repeat;
}

/* Partner Logos */
.partner_logos {
    margin:20px 0;
    padding:20px 0 0 0;
    width:100%;
}

ul.partner_list {
    margin:30px 0 0 0;
    padding: 0;
    width: 100%;
}

ul.partner_list li {
    list-style-type: none;
    display:block;
    float:left;
    width: 33%;
}

/* Subpage Styles */
.sub_content {
    background:#f2f2f2;
    border-top:3px solid #e6e6e6;
    width:100%;
    margin-top:-45px;
    z-index:0;
    padding-bottom: 50px;
}

/* Footer */

#footer {
    border-top:1px solid #e5e5e5;
    margin-top:60px;
    padding:15px 0 25px 70px;
    width:890px;
    color:#999;
    background: url(images/logo-small.png) 0 15px no-repeat;
    text-align: left;
}

#footer ul {
    margin: 0;
    padding: 10px 0 0 0;
    width:100%;
}

#footer ul li {
    float: left;
    list-style-type: none;
    font-size: 11px;
    padding: 0 15px;
    border-right: 1px solid #ddd;
    text-transform: none;
}

#footer ul:hover {
    color: #333;
    background: #fff;
}

#footer ul li:first-child {
    padding-left: 0;
}

#footer ul li a:first-child {
    padding-left: 0;
}

#footer ul li:last-child {
    padding-right: 0;
    border-right: none;
}

#footer br, #masthead br {
    clear: both;
}

#footer p {
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}

#footer a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
}

#footer a:hover {
    color: #333;
    background: #fff;
}

#footer ul li a {
    line-height: 12px;
}

#footer p {
    font-weight: bold;
}

#footer #disclaimer {
    font-weight: normal;
}

#footer p a {
    font-weight: normal;
}

#footer #disclaimer_links a:first-child {
    margin-left: 20px;
}

/* Breadcrumbs */
#breadcrumbs {
    margin: 0 0 5px 350px;
    list-style-type: none;
    padding-bottom: 35px;
}

#breadcrumbs li {
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    color: #1bb1e7;
    font-weight: 700;
}

#breadcrumbs a {
  padding: 0 5px;
  float: left;
  text-decoration: none;
  font-weight: normal;
  color: #666;
  position: relative;
}

#breadcrumbs li:first-child a {
  padding-left: 0;
}

#breadcrumbs a:hover {
  color: #1bb1e7;
}

#breadcrumbs a::after {
  z-index: 2;
  content: '>\0000a0';
  margin-left: 10px;
}

#breadcrumbs a::before {
  z-index: 1;
}

#breadcrumbs a:hover::after {
}

#breadcrumbs .current,
#breadcrumbs .current:hover {
  font-weight: 400;
}

#breadcrumbs .current::after,
#breadcrumbs .current::before{
  content: normal;
}

/* Inner Pages */
#page_wrapper > .content {
    margin: -65px 0 30px 0;
}
.content {
    width: 100%;
    padding: 10px 0;
    background: #f2f2f2;
    border-top: 3px solid #e6e6e6;
    z-index: 0;
    text-align: left;
}

.content .grid_12 {
    margin: 0 0 20px 0;
}

.page_content {
    border-top: 1px solid #b2b2b2;
}

/* Sidebar */
#sidebar h2 {
    font-size: 13px;
    color: #b2b2b2;
    font-weight:normal;
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}
#sidebar .submenu {
    list-style-type: none;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    width: 90%;
}
#sidebar .submenu li {
    border-top: 1px solid #b2b2b2;
    padding-left: 10px;
}
#sidebar .submenu li:last-child {
    border-bottom: 1px solid #b2b2b2;
}

#sidebar .submenu .current_page_item {
    background-color: #e4e4e4;
}
#sidebar .submenu li a {
    color: #0067b5;
}

/* right column */
#rightcolumn h2 {
    font-size: 12px;
    color: #666;
    font-weight:bold;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 10px;
}
#rightcolumn .right-submenu {
    list-style-type: square;
    color: #1bb1e7;
    margin-left: 15px;
    line-height: 25px;
    font-size: 12px;
    width: 90%;
}
#rightcolumn .right-submenu li {
    padding-left: 10px;
}
#rightcolumn .right-submenu .current_page_item {
    background-color: #e4e4e4;
}
#rightcolumn .right-submenu li a {
    color: #0067b5;
}

/* Buttons */
.greenButton {
    color: white;
    background-color: #6eae18;
    text-transform: uppercase;
    padding: 5px 15px;
    border: solid 2px #b2d384;
    margin: 5px 0px;
    font-weight: normal;
}
.greenButton:hover {
    background:white;
    color:#6eae18;
}
.greenButton a {
    font-weight: normal;
    color:white;
    padding-left: 15px;
    padding-right: 45px;
    padding-bottom: 7px;
    padding-top: 7px;
    margin-left: -20px;
}
.greenButton:hover a {
    color:#6eae18;
}
.right-carat {
    float:right;
    font-weight: 900;
}


/* @end */
/* @group MISCELLANEOUS
============================================================================= */

.ir {
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    direction: ltr;
    background-color: transparent;
    background-repeat: no-repeat;
}

.ir a {
    display: block;
    width: 100%;
    height: 100%;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

.clearfix,
.container_12 {
  zoom: 1;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}

.wp-smiley {
    margin:0;
}

/* @end */
/* @group MEDIA SPECIFIC STYLES
============================================================================= */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}


/* @end */
/* @group PRINT STLYES
============================================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.post_wrapper {

    width: 960px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;

}
