/*
Theme Name: East Branch Homes
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for East Branch Homes
Version: 3.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: East Branch Homes
Tags: 
*/
/*	
    --------------------------------------------------
   	Grid
	-------------------------------------------------- 
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*	
    --------------------------------------------------
   	Grid
	-------------------------------------------------- 
*/
.container {
    max-width: 1210px;
    padding: 0 30px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row.no-pad {
    margin: 0;
    padding: 0;
}

.row .col {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sidebar {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 290px !important;
    flex: 0 0 290px !important;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        margin: 0;
    }

    .row {
        display: block;
        margin: 0;
    }

    .row .col {
        padding: 0;
    }

    .main-content-body {
        width: 100%;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .sidebar {
        margin: 0 auto;
    }

    .row.twocolmob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.twocolmob .col {
        padding: 0 10px;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/*	
    --------------------------------------------------
    Body
	--------------------------------------------------
*/
body {
    background: #0C2340;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#skipnav {
    display: none;
}

/*	
    --------------------------------------------------
    Typography
	--------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFF;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 54px;
    line-height: 64px;
    color: #FFF;
    font-weight: 400;
    margin: 0 0 10px 0;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 36px;
    color: #FFF;
    font-weight: 400;
    margin: 20px 0;
    padding: 0;
}

h3,
.h3 {
    font-size: 22px;
    line-height: 30px;
    color: #FFF;
    font-weight: 400;
    margin: 0 0 10px 0;
}

h4,
h5,
h6,
.h4 {
    font-size: 18px;
    line-height: 23px;
    color: #FFF;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-family: "Open Sans", sans-serif;
}

/* Mobile */
@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 24px;
        line-height: 32px;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4,
    h5,
    h6,
    .h4 {
        font-size: 18px;
        line-height: 26px;
    }
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-weight: normal;
    margin: 0 0 30px 0;
}

.tight p {
    margin: 0 0 12px 0;
}

.light p {
    color: #FFF;
}

p img {
    margin: 0;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: 600;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

ul {
    margin: 0 0 30px 20px;
    padding: 0;
}

ul li {
    margin: 0 0 10px 0;
    padding: 0;
}

ul ul {
    margin: 10px 0 10px 40px;
    padding: 0;
}

ol {
    margin: 0 0 30px 20px;
    padding: 0;
}

ol li {
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
}

ol ol {
    margin: 10px 0 10px 40px;
    padding: 0;
}


/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
    color: #0C2340;
    line-height: inherit;
    text-decoration: none;
    word-wrap: break-word;
    font-weight: normal;
}

a:visited {
    color: #0C2340;
}

a:hover {
    color: #F1EB2A;
    font-weight: normal;
    text-decoration: underline;
}

a:focus {
    color: #0C2340;
    outline: none;
    text-decoration: none;
}

p a,
p a:visited {
    line-height: inherit;
    color: #0C2340;
}

a.box {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 6px 28px 6px 12px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    color: #FFF;
    text-decoration: none;
    font-style: normal !important;
    font-weight: 400 !important;
    background: #326D7D;
    text-transform: uppercase;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
}

a.box:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    font-weight: normal;
    padding-right: 12px;
}

a.box:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: 400 !important;
}

a.box.pdf {
    padding: 6px 36px 6px 12px;
}

a.box.pdf:after {
    content: "\f1c1";
    font-size: 18px;
}

a.box:hover {
    color: #FFF;
    text-decoration: none;
    font-weight: 400 !important;
    background: #8C8C91;
}

p + p.linkwrap {
    margin-top: -10px;
}

/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.clearfloats {
    clear: both;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
}

.clearfloats.spacer {
    height: 20px;
}

.no-pad {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}


/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */

header {
    margin: 50px 0 50px 0;
    border-bottom: 2px solid #FFF;
}


/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */

.main-content {
    margin: 0;
}

.main-content-inner {
    min-height: 600px;
    padding-bottom: 60px;
}

.intro {
    font-size: 18px;
    line-height: 28px;
}

.intro p {
    font-size: 18px;
    line-height: 28px;
}

article {
    padding: 0;
    margin: 0;
}

.entry-content img {
    display: block;
}





/*	--------------------------------------------------
   	Kent Hicks Temp page
	-------------------------------------------------- */


.sites-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}


/* Mobile */
@media (max-width: 767px) {
.sites-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}  
    
}

/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */



.site-footer {
    background: #001428;
    color: #fff;
    padding: 50px 0 100px 0;
}

.footer-columns {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.footer-columns .right {
    flex: 0 0 182px;
}

/* Mobile */
@media (max-width: 767px) {
    
    
.footer-columns {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 30px;
}
.footer-columns .right {
    flex: 1 1 100%;
}  
    
}


.site-footer p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 10px 0;
    clear: both;
}

/* Copyright */
.site-info {
    clear: both;
    margin-top: 30px;
}

.site-info p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 10px 0;

}

.site-info p.by {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.site-info p.by a {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    opacity: 0.8;
}

.site-info p.by a:hover {
    opacity: 1.0;
}



.logos {
    text-align: center;
}

.logos a {
    display: inline-block;
    margin: 10px;
    padding: 0;
    height: 65px;
    text-indent: -4000px;
}

.logos a.logo1 {
    background: url(images/logo1.png) 0 0 no-repeat;
    width: 117px;
}

.logos a.logo2 {
    background: url(images/logo2.png) 0 0 no-repeat;
    width: 63px;
}

.logos a.logo3 {
    background: url(images/nesea_ebs.png) 0 0 no-repeat;
    width: 65px;
}

.logos a.logo4 {
    background: url(images/logo4.png) 0 0 no-repeat;
    width: 261px;
}

.logos a.logo5 {
    background: url(images/logo5.png) 0 0 no-repeat;
    width: 94px;
}

.logos a.logo6 {
    background: url(images/logo6.png) 0 0 no-repeat;
    width: 82px;
}

.logos a.logo7 {
    background: url(images/PH-CPHC_21.jpg) 0 0 no-repeat;
    width: 54px;
}

.logos a:hover {
    opacity: 0.8;
}