/*
    Theme Name: HTML5 Blank
    Theme URI: http://html5blank.com
    Description: HTML5 Blank WordPress Theme
    Version: 1.4.3
    Author: Todd Motto (@toddmotto)
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
html {
    background-color:#ffffff;
}
body {
    background-color: #ffffff;
    border-top:solid 6px #0a1f44;
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}

main {
    margin: 0 auto;
    width: 80%;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    height: auto;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

html, body {
        height: 100%;
}

#container {
    min-height: 100%;
}

#wrap {
    overflow:auto;
    padding-bottom: 58px;
}  /* must be same height as the footer */


/* nav */

#navwrap {
    font-size: 16pt;
    font-weight: bold;
    overflow: hidden;
}

.nav > ul {
    margin: 0;
}

#navwrap li {
    display: inline;
    list-style: none outside none;
}

#navwrap a {
    color: #999999;
}

/* sidebar */
.sidebar {

}

/* social */

#social {
    background-color: #cccccc;
    border-top: 2px solid #666666;
    height: 138px;
    padding: 20px;
}

#socialwrap {
    margin: 0 auto;
    width: 940px;
}

#socialwrap li a {
    color: #666666;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    margin-left: 16px;
}

#socialwrap > ul {
    list-style: none outside none;
}

#socialwrap li {
    float: left;
    margin-left: 20px;
}

#socialright {
    float: right;
}

#socialleft {
    float: left;
    font-size: inherit;
    margin: 10px auto;
    overflow: hidden;
    padding-left: 0;
    width:auto;
}





/* footer */
.footer {
    background-color: #0a1f44;
    margin-top: -58px;
    height: 58px;
    position: relative;
    clear:both;
}

.copyright {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.copyright a{
    color: #ffffff;
    text-decoration: underline;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*Home*/

#hometext {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color:#333333;
}

#hometext h1 {
    font-size: 36px;
}

/*Contact Us*/

#mmcontactpagetext {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color:#333333;
}

.antispam { display:none;}

.wpcf7-form textarea {
    width: 90%;
}

.wpcf7-form-control.wpcf7-text {
    width: 90%;
}

#mmcontactinfo {
    padding-bottom: 20px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

#spotlightimage {
    background-repeat: no-repeat;
    background-position: center center;
    display:block;
    margin: 0 auto;
}

#spotlightimage a{
    display:block;
    text-indent: -9999px;
}


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

.header {
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
}

.logo {
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    width: 190px;
}

#menu-item-43 > a {
    background: rgba(0, 0, 0, 0) url("img/logo.png") no-repeat scroll left top / contain ;
    display: block;
    height: 60px;
    margin: 0 auto;
    padding: 10px 0;
    text-indent: -9999px;
    width: 190px;
}

.nav {
    clear: both;
    display: table;
    height: 60px;
    margin: 0 auto;
    width: auto;
}

#spotlightimage {
    background-image: url("img/homespotlight320.jpg");
    height: 270px;
}

#spotlightimage a{
    height: 270px;
}

#hometext {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 280px;
}

#mmcontactpagetext {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.copyright {
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.datebox {
    background-color: #0f476c;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 10px;
    margin-top:20px;
}

#sharing {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 12px;
}

.postedby > p {
    margin: 0;
}

.post-single h2 {
    font-size: 40px;
    margin:10px 0 0 0;
}

.post-single {
    margin-bottom: 40px;
}

}
@media only screen and (min-width:480px) {

.header {
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
}


}
@media only screen and (min-width:768px) {

#hometext {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width:768px;
    height:auto;
}

#mmcontactpagetext {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width:768px;
    height:auto;
}

.header {
    background-color:transparent;
    height: 140px;
    margin: 0 auto;
    padding-top: 25px;
    width: 768px;
}

.logo {
    display:none;
}



#navwrap {
    font-size: 10pt;
    font-weight: bold;
}

#navwrap li {
    float: left;
    line-height: 60px;
    padding: 0 15px;
}

#spotlightimage {
    background-image: url("img/homespotlight768.jpg");
    height: 307px;
}

#spotlightimage a{
    height: 307px;
}

#mmcontactpagetext > div {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
}

}
@media only screen and (min-width:1080px) {


#hometext {
    width: 1080px;
    height:auto;
}

#mmcontactpagetext {
    width: 1080px;
    height:auto;
}

.header {
    height: 140px;
    margin: 0 auto;
    padding-top: 25px;
    width: 1080px;
}

.logo {
    display:none;
}

#menu-item-43 > a {
    background: url("img/logo.png") top left no-repeat;
    display:block; 
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    width: 320px;
    text-indent: -9999px;
}

#navwrap {
    font-size: 16pt;
    font-weight: bold;
    height: 101px;
}

#navwrap li {
    float: left;
    height: 101px;
    line-height: 101px;
    padding: 0 18px;
}

#spotlightimage {
    background-image: url("img/homespotlight980.jpg");
    height: 392px;
}

#spotlightimage a{
    height: 392px;
}


/* social */

#social {
    background-color: #cccccc;
    border-top: 2px solid #666666;
    height: 138px;
    padding: 20px;
}

#socialwrap {
    margin: 0 auto;
    width: 940px;
}

#socialwrap li a {
    color: #666666;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    margin-left: 16px;
}

#socialwrap > ul {
    list-style: none outside none;
}

#socialwrap li {
    float: left;
    margin-left: 20px;
}

#socialright {
    float: right;
}

#socialleft {
    float: left;
    font-size: inherit;
    margin: 10px auto;
    overflow: hidden;
    padding-left: 0;
    width:auto;
}

/* footer */
.footer {
    background-color: #0a1f44;
    margin-top: -58px;
    height: 58px;
    position: relative;
    clear:both;
}
.copyright {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.copyright a{
    color: #ffffff;
    text-decoration: underline;
}

}
@media only screen and (min-width:1024px) {

#hometext {
    width: 1080px;
    height:auto;
}

#mmcontactpagetext {
    width: 1080px;
    height:auto;
}

.header {
    height: 140px;
    margin: 0 auto;
    padding-top: 25px;
    width: 1080px;
}

.logo {
    display:none;
}

#menu-item-43 > a {
    background: url("img/logo.png") top left no-repeat;
    display:block; 
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    width: 320px;
    text-indent: -9999px;
}

#navwrap {
    font-size: 16pt;
    font-weight: bold;
    height: 101px;
}

#navwrap li {
    float: left;
    height: 101px;
    line-height: 101px;
    padding: 0 18px;
}

#spotlightimage {
    background-image: url("img/homespotlight1500.jpg");
    height: 600px;
}

#spotlightimage a{
    height: 600px;
}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        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) ")";
    }
    .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;
    }
}