/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

img {
    width: 100%; 
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


    body {
        font-family: 'Open Sans', sans-serif;
        color: #5c5c5c; 
        font-size: 1em; 
        line-height: 1.875em; 
        background: #e1e1e1; 
        
    }

    h2.holding {
        margin: 58px 0 70px 0;
  font-size: 36px;
  line-height: 43px;
  color: #02428a;
  font-weight: 600;
  letter-spacing: -1px;
    }

    .mainContainer  {
        max-width: 1250px; 
        margin: 0 auto; 
        background: rgb(21, 58, 98);
    } 

    .leftMenu {
        float: left;
        width: 17.6%;  
    }

    .rightContent {
        display: block;
        float: left;
        width: 82.4%;   

    }

    .leftMenu ul { 
        padding: 10%;
    }

    .leftMenu ul li {
        list-style-type: none; 
          line-height: 1.75em; 
    }

    .leftMenu ul li a {
        color: #fff;
        font-weight: 700; 
        text-transform: uppercase;
        text-decoration: none; 
        font-size: 1em;

        -webkit-transition: color 0.4s; 
    }

    .leftMenu ul li a:hover {
        color: #e3a326; 
    }

    .leftMenu ul li span.line {
        width: 39px;
        height:4px;
        display: block;
        background: #fff;
        margin: 20px 0; 
    }

    .logo {
        display: block;
        /*width: 100%;
        height: 211px; 
        background: url('../img/JMH_logo.jpg') no-repeat;
        background-size: cover; */
    }

    .logo .mobile {
        display: none; 
    }

    .rightContent figure {
        margin: 0;
        position: relative; 
    }

    .middleContent {
        padding: 32px 4%;  
        background-color: #f2f2f2;
    }
    
    div.footer {
        display: block; 
        width: 94.05%; 
        background-color: #d3d3d3;
        padding: 13px 3%;  
    }

   div.footer p, div.footer a  {
    color: #757575;
    font-size: 13px; 
    margin: 0; 
    text-align: right; 
    background-color: #d3d3d3;
    text-decoration: none; 
   }

   div.footer a:hover {
    text-decoration: underline; 
   }

    /*------Assset Management Specific Styles ------*/

    .heroImage {
        display: block;
        max-height: 480px; 
    }

    .assetManagement figcaption
     {
        background: rgba(21, 58, 98, 0.8);
        position: absolute;
        bottom: 0; 
        width: 92.05%; 
        font-size: 1.6em; 
        color: #fff;
        padding: 2.3% 4%;
        max-height: 80px; 
          font-weight: 600;
    }

    .imageWrapper {
        background: #f2f2f2;
    }

    .imageWrapper .image {
        width: 33.333%; 
        float:left;
        max-height: 352px; 
        background: #f2f2f2;
        overflow: hidden; 
    }

    .image a img {
    -webkit-transition: all 1.5s ease; /* Safari and Chrome */
    -moz-transition: all 1.5s ease; /* Firefox */
    -ms-transition: all 1.5s ease; /* IE 9 */
    -o-transition: all 1.5s ease; /* Opera */
    transition: all 1.5s ease;
    }

    .image a:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);

    }

    .imageWrapper .image figcaption {
        background: rgba(21, 58, 98, 0.9);
        position: absolute;
        bottom: 0;
        padding: 4%; 
        width: 92.5%; 
        line-height: 26px;
        font-size: 14px;
        font-weight: 400;
        color:#abb8ce;
    }

    .imageWrapper .image figcaption span {
        display: block;
        width: 100%; 
        font-weight: 700;
        font-size: 15px; 
        color: #fff; 
    }

    .imageWrapper .image a {
        display: block;
        text-decoration: none;
        color: #fff; 
    }
    div.blockquote {
        border-left: 5px solid  #02428a; 
        background: #fff; 
        display: block; 
        padding: 16px 40px; 
        margin:35px 0 20px 0; 
    }
    div.blockquote a {
        text-decoration: none;
        color: #02428a;
    }

    div.blockquote a:hover {
        text-decoration: underline; 
    }


.leftMenu ul li a.active {
  color: #e3a326;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (max-width: 1220px){

.leftMenu {
    width:22%;
}

.rightContent {
    width:78%;
}

}

@media only screen and (max-width: 1000px){
    .assetManagement figcaption {
        font-size: 1.4em; 
    }

    h2.holding {
    margin: 1em 0;
    }

    }


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

    .logo {
        float: left; 
        width: 15%; 
    }

    .last {
        display: none; 
    }

    .leftMenu ul {
        padding: 1%;
        margin: 0; 
        float: left;
        width: 80%; 
    }

    .leftMenu ul li {
        float: left; 
        padding: 0 10px;
        font-size: 14px;
    }
    .leftMenu {
        width: 100%;
    }

    .rightContent {
        width: 100%; 
    }

    .logo .desktop {
        float: left;
    }

    .imageWrapper .image figcaption {
        position: static;
    }
}


@media only screen and (max-width: 420px){

    h2.holding {
        font-size: 19px;
  text-align: left;
  background: #f2f2f2;
  color: #02428a;
  position: static;
  width: auto;
  font-weight: 600; 

    }

    div.blockquote {
        padding: 10px 25px;
    }
    .leftMenu {
        width: 100%;
        background: #204974; 
    }

    .rightContent {
        width:100%;
    }

     .logo {
        float: none;
        width: 100%; 
    }

    .logo .desktop {
        display: none;
    }

    .logo .mobile {
        display: block; 
    }

    .leftMenu ul {
        display: none; 
    }

    .imageWrapper .image {
        width: 100%; 
    }

     .leftMenu ul {
        padding: 0;
        margin: 0; 
        background: #204974; 
        float: none;
        width: 100%; 
    }
    

    .leftMenu ul li {
        margin: 0;
        padding: 0; 
        border-bottom: 1px solid #153a62; 
        float: none;
    }

    .leftMenu ul li a {
        display: block; 
        padding: 3% 4%;   
    }

    .leftMenu ul li a {
        font-size: 15px; 
    }

    .leftMenu ul li.last {
        display: none; 
    }

    /*.heroImage {
        display: none; 
    }*/

    .heroImage figcaption {
        font-size: 19px; 
        text-align: left; 
        background: #f2f2f2;
        color: #02428a; 
        position: static;
        width: auto; 
        padding: 20px 20px 0 4%;

    }

    .middleContent {
        padding: 1px 4%; 
    }

    .middleContent p {
        font-size: 14px;
        line-height: 25px; 
    }

    div.footer{

        padding: 18px 3%;

    }

    div.footer p, div.footer a {
        text-align: center; 
        font-size: 12px;
        line-height: 22px;
        width: 210px;
        margin: 0 auto; 
    }

    .imageWrapper .image figcaption {
        position: absolute;
    }

    .imageWrapper .image {
        max-height: 420px; 
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}