@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}

.clear {
	clear:both;
}
.clearafter:after,
header:after,
nav:after,
section:after,
.contain:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#1c2754;
}
a:visited {
	color:#1c2754;
}
a:active {
	color:#1c2754;
}
a:hover {
	color:#600;
}

h1 {
	width:100%;
	margin:0px;
	position:relative;
    font-size:3em;
    font-weight:bold;
    color:#0f4a4e;
}
h2 {
	font-size:2.6em;
	font-weight:normal;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
h3 {
	font-size: 1.6em;
	font-weight:bold;
    color:#bc7f62;
}


header {
	width:100%;
	margin:0px auto;
    background:#111111;
    position:relative;
    z-index: 0;
    padding:0px;
}
.header-logo {
    color:#965430;
	font-size:2em;
    font-weight:bold;
    padding:20px;
}
.header-logo span {
    color:#288085;
}
header a, header a:active, header a:visited {
    display:inline-block;
    width:auto;
    text-align: center;
    color:#fff;
    border:1px solid #fff;
    border-radius:5px;
    opacity: .6;
    padding:10px;
    position: absolute;
    top:20px;
    right:20px;
    text-decoration: none;
}
header a:hover {
    opacity: 1;
}
nav {
	background:#cccccc;
	color:#000000;
	text-align: center;
}

main {
	width:100%;
    min-height: 80vh;
	padding:0;
    margin:0px;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}

.hero {
    background:url("../images/herobg.jpg") bottom no-repeat #161e15;
    background-size:cover;
    position:relative;
    z-index: 0;
    height:70vh;
    overflow-x: clip;
    overflow-y:visible;
}
.hero h2 {
    position:absolute;
    top:10%;
    left:7%;
    width:75%;
    z-index: 10;
    color:#a78f4a;
	font-family:Arial, Helvetica, sans-serif;
    font-size:3em;
    font-weight:bold;
    line-height: 1.4em;
}
.herobyron {
    background:url("../images/byron1.png") no-repeat;
    background-size:auto 100%;
    background-position:left bottom;
    position: absolute;
    width:50%;
    top:-70px;
    right:-130px;
    bottom:0px;
    z-index: 5;
}


/* https://codesandbox.io/p/sandbox/css-birds-flying-l1nm0w?file=%2Fstyles.css%3A18%2C1-39%2C2  */

.bird-container {
  position: absolute;
  top: 0%;
  left: -5%;
  animation: fly-bird-position 18s linear infinite;
  animation-delay: 5s;
}

.bird-container2 {
  position: absolute;
  top: 15%;
  left: -20%;
  animation: fly-bird2-position 20s linear infinite;
  animation-delay: 7s;
}

.bird {
  background: url(../images/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  animation: fly-bird steps(10) .8s infinite;
}
@keyframes fly-bird {

  100% {
    background-position: -900px;
  }

}

@keyframes fly-bird-position {

  0% {
    transform: translateX(-10vw);
  }

  100% {
    transform: translateX(250vw);
  }

}

@keyframes fly-bird2-position {

  0% {
    transform: translateX(-10vw);
  }

  100% {
    transform: translateX(250vw);
  }

}



.homebooks {
    background: linear-gradient(180deg,rgba(99, 52, 27, 1) 61%, rgba(255, 255, 255, 1) 61%);
    width:100%;
    position:relative;
    overflow: visible;
    margin-bottom:-50px;
}
.tealbg {
    background-image:url("../images/tealbg.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: left top;
    position: relative;
    top:-100px;
    width:100%;
    color:#fff;
    padding:150px 5%;
}
.tealbg h3 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:3em;
    line-height: 1.4em;
    text-align: center;
    color:#fff;
}


.home-dr {
    background:url("../images/dr-homebg.png") no-repeat #5f1c13;
    background-size:50% auto;
    background-position: 100% top;
    color:#e7cfa0;
    padding:50px 30% 50px 5%;
}



.home-friendly {
    background:url("../images/friendly-homebg.png") no-repeat #e8c083;
    background-size:35% auto;
    background-position:100% center;
    color:#222;
    padding:50px 40% 50px 5%;
    margin:4px 0;
}
.home-friendly h2 {
    color: #651b0c;
}

.pagehead-dr {
    background:url("../images/dr-homebg.png") no-repeat #5f1c13;
    background-size:50% auto;
    background-position: 100% top;
    color:#e7cfa0;
    padding:100px 30% 50px 5%;
    min-height: 400px;
}
.pagehead-dr h1 {
	font-weight:normal;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-size:4em;
    color:#e7cfa0;
}
.pagehead-friendly {
    background:url("../images/friendly-homebg.png") no-repeat #e8c083;
    background-size:35% auto;
    background-position:100% center;
    padding:100px 30% 50px 5%;
    min-height: 400px;
}
.pagehead-friendly h1 {
	font-weight:normal;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-size:4em;
    color:#651b0c;
}

.tealsolid {
    background:#07292a;
    color:#ddd;
}


h3.faq-q {
	background:#bbb;
	color:#000;
	border-radius:5px;
	font-size:1em;
	padding:10px 30px 10px 10px;
	cursor:pointer;
	position: relative;
}
h3.faq-q::after {
	content: "\25BC";
	position:absolute;
	right:10px;
	top:10px;
}
.faq-a{
	display: none;
	margin:0;
	padding:1%;
	position:relative;
	line-height:1.6em;
}

.mcsubscribe {
    text-align: center;
    padding:50px 5%;
    background:#07292a;
    color:#ddd;
}

.pageimg {
	border:6px solid #fff;
	box-shadow: 3px 3px 4px #555;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}

.list {
	margin:30px 0 30px 30px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 3px no-repeat;
	padding:5px 5px 5px 33px;
	margin: 10px 0;
}	
ol {
	margin:30px 0 30px 20px;
	padding:0px;
	font-size:1em;
    line-height: 1.6em;
}
ol li {
    margin:0px;
    padding:10px 0px 10px 10px;
}

hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}


.ctr {
	text-align:center;
}

.unfloatcenter {
    float:none;
    margin:0 auto;
}
.nowrappy {
    white-space: nowrap;
}

.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#e9990b;
	padding:20px 30px;
	border-radius:5px;
	color:#000;
	text-decoration: none;
	font-size:1.2em;
}
.c2a:hover {
	color:#000;
	background:#ffbb41;
}

.table-container {
    display:table;
    border:1px solid #222;
    font-size:.9em;
    margin-bottom:100px;
    width:100%;
}

.table-header {
    display: table-row;
    background:#18345f;
    color:#fff;
}
.table-row {
    display: table-row;
    border-bottom:1px solid #222;
    width:100%;
}
.table-row:nth-child(even) {
    background: #ddd;
}

.table-cell {
    display: table-cell;
    width:16.5%;
    padding:10px;
    border-right:1px solid #999;
}
.table-cell:last-child {
    border-right:none;
}
.table-header .table-cell {
    text-align: center;
    padding:20px;
    font-size: 1.2em;
}
.table-cell:nth-child(2) {
    font-weight:bold;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.formstyle fieldset, .mcsubscribe fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
}
.formstyle legend {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:20px 0;
    padding-top:50px;
    border-bottom:2px solid #000;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:15px;
	width:74%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:15px;
	width:74%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:15px;
	width:auto;
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"]{
    width:auto;
}
.button{
	background-color: #e9990b;
	border:none;
	color:#000;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #ffbb41;
	color:#000;
	cursor:pointer;
}

video {
    width:100%;
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidcontainer {
	position:relative;
	width:100%;
	height:auto;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* this class can be added to iframes for responsive results, compatible from mid 2021 on */
.video-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


footer {
    background:#111111;
    color:#fff;
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:50px 4%;
}
footer a, footer a:visited, footer a:active {
    color:#fff;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}



@media (max-width: 1250px) {
    h1 {
        width:100%;
        margin:0px;
        font-size:3em;
        font-weight:bold;
    }
    h2 {
        font-size:2em;
    }
    h3 {
        font-size: 1.6em;
        font-weight:bold;
    }


    header {
        width:100%;
        margin:0px auto;
        background:#111111;
        position:relative;
        z-index: 0;
        padding:0px;
    }
    .header-logo {
        font-size:2em;
        padding:20px;
    }
    .hero {
        height:50vh;
    }
    .hero h2 {
        position:absolute;
        top:10%;
        left:7%;
        width:75%;
        z-index: 10;
        font-size:2em;
        line-height: 1.4em;
    }
    .herobyron {
        background-size:auto 100%;
        background-position:left bottom;
        width:50%;
        top:-70px;
        right:-80px;
        bottom:0px;
    }


}
@media (max-width: 960px) {
    h1 {
        width:100%;
        margin:0px;
        font-size:2em;
    }
    h2 {
        font-size:1.4em;
    }
    h3 {
        font-size: 1.2em;
        font-weight:bold;
    }

    .header-logo {
        font-size:2em;
        padding:20px;
    }
    .hero {
        height:40vh;
    }
    .hero h2 {
        position:absolute;
        top:10%;
        left:7%;
        width:55%;
        z-index: 10;
        font-size:1.6em;
        line-height: 1.2em;
    }
    .hero br {
        display:none;
    }
    .herobyron {
        background-size:auto 100%;
        background-position:left bottom;
        width:50%;
        top:-70px;
        right:0px;
        bottom:0px;
    }
    .tealbg {
        background-size:100% 100%;
        background-position: left top;
        top:-100px;
        width:100%;
        padding:50px 1%;
    }
    .tealbg h3 {
        font-size:2em;
        line-height: 1.4em;
    }
    .home-dr {
        background-size:70% auto;
        background-position: 100% top;
        padding:90px 5% 50px 5%;
    }

    .home-friendly {
        background-size:35% auto;
        background-position:100% top;
        padding:200px 5% 50px 5%;
        margin:4px 0;
    }
    .home-friendly h2 {
        font-size:3em;
        width:60%;
        margin:-100px 0 100px 0;
    }
    .c2a, .c2a:visited, .c2a:active {
        padding:20px 30px;
        font-size:1.1em;
    }
    
    footer {
        text-align: center;
    }

    #credit {
        width:100%;
        float:none;
        text-align:center;
        margin:30px 0 0 0;
    }

}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
    h1 {
        width:100%;
        margin:0px;
        font-size:1.8em;
    }
    h2 {
        font-size:1.4em;
    }
    h3 {
        font-size: 1.1em;
    }

    .header-logo {
        font-size:1.4em;
        padding:20px;
    }
    .hero {
        height:40vh;
    }
    .hero h2 {
        position:absolute;
        top:auto;
        bottom:0px;
        left:0;
        width:75%;
        z-index: 10;
        font-size:1em;
        line-height: 1.2em;
        background:rgba(0,0,0,.5);
        padding:20px;
        border-radius:0 20px 20px 0;
    }
    .hero br {
        display:none;
    }
    .herobyron {
        background-size:auto 100%;
        background-position:left bottom;
        width:100%;
        top:-30px;
        right:-20%;
        bottom:0px;
    }
    .homebooks {
        text-align: center;
    }
    .tealbg {
        background-size:110% 100%;
        background-position: left top;
        top:-50px;
        width:100%;
        padding:90px 0 20px 0;
    }
    .tealbg h3 {
        font-size:1.6em;
        line-height: 1.2em;
    }
    .homebooks img {
        max-width:50%;
    }
    .homebooks .pad-all {
        padding:0px 0px 30px 0px;
    }
    .homebooks .col-half .col-half {
        width:50%;
        float:left;
    }
    .home-dr {
        background-size:70% auto;
        background-position: 100% top;
        padding:90px 5% 50px 5%;
    }

    .home-friendly {
        background-size:35% auto;
        background-position:100% top;
        padding:200px 5% 50px 5%;
        margin:4px 0;
    }
    .home-friendly h2 {
        font-size:2em;
        width:60%;
        margin:-150px 0 60px 0;
    }
    .c2a, .c2a:visited, .c2a:active {
        padding:10px 30px;
        font-size:1em;
        width:100%;
        display:block;
        text-align: center;
    }
    .pagehead-dr {
        background-size:100% auto;
        background-position: 100% top;
        padding:100px 30% 50px 5%;
        min-height: 400px;
    }
    .pagehead-dr h1 {
        font-size:3em;
    }
    .pagehead-friendly {
        background-size:35% auto;
        background-position:100% center;
        padding:100px 30% 50px 5%;
        min-height: 400px;
    }
    .pagehead-friendly h1 {
        font-size:3em;
        color:#651b0c;
    }
    .bird-container, .bird {
        display:none;
        visibility: hidden;
        opacity: 0;
    }



}
