body 
{
}

* {
box-sizing: border-box;
}

/* Main Content Container */

#maincontainer {
background: #fff;
width: 100%;
position: absolute;
top: 0px;
overflow: hidden;
margin: auto; 
left:0; right:0;
box-shadow: 4px 4px 15px #fff;
}

/* Header */

#header {
width: 100%;
position: absolute;
top: 0px;
padding-bottom: 15px;
z-index:99999;
background: #fff;
border-bottom: solid 1px #ddd;
box-shadow: 0px 5px 10px #eee;
}

#titlecontainer {
width: 100%; 
margin: auto; 
left:0; right:0;
padding-top: 15px;
}

#topheader {
width: 100%;    
text-align: center;
padding-bottom: 15px;
border-bottom: solid 1px #ddd;
}

.titlelink {
font-size: 200%;
Font-family: "Comfortaa";
letter-spacing: -2px;
font-weight: 700;
}

.titlelink a:link {color: #3fba6b; text-decoration: none;}
.titlelink a:visited {color: #3fba6b; text-decoration: none;}
.titlelink a:hover {color: #3fba6b; text-decoration: none;}

.titlelink2 {
font-size: 95%;
Font-family: "Open Sans";
}

.titlelink2 a:link {color: #444; text-decoration: none;}
.titlelink2 a:visited {color: #444; text-decoration: none;}
.titlelink2 a:hover {color: #444; text-decoration: none;}

#nav {
}

#bottomheader {
margin-top: 15px;
text-align: center;
}

.topnavlink {
font-size: 85%;
font-family: "Montserrat";
letter-spacing: 1px;
font-weight: 700;
}

.topnavlink a:link {color: #666; text-decoration: none; padding-right: 50px;}
.topnavlink a:visited {color: #666; text-decoration: none; padding-right: 50px;}
.topnavlink a:hover {color: #666; text-decoration: none; padding-right: 50px;}

.topnavlinkend a:link {color: #666; text-decoration: none; padding-right: 0px;}
.topnavlinkend a:visited {color: #666; text-decoration: none; padding-right: 0px;}
.topnavlinkend a:hover {color: #666; text-decoration: none; padding-right: 0px;}


/* CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT */

#left {
display: none;    
}

#content {
width: 75%;
max-width: 700px;
margin: auto; 
left:0; right:0;
min-height: 600px;
background: white;
font-family: georgia, serif;
font-weight: 400;
color: #333;
line-height: 140%;
font-size: 120%;
padding-left: 10px;
margin-top: 175px;
margin-bottom: 40px;
}

#bodyblock {
display: inline-block;    
font-size: 75%;
border-top: solid 1px #bbb;
border-bottom: solid 1px #bbb;
margin-bottom: 30px;
}

#middleblock {
margin: 0px 0px 0px 0px;
}

#middleblockshort {
margin: 0px 0px 0px 0px;
}

h1 {
font-family: "Open Sans";
font-size: 175%;
font-weight: 700; 
color: #444;
line-height: 125%;
}
 
h2 {
font-family: "Open Sans";
font-size: 125%;
font-weight: 700;
color: #222;
line-height: 125%
}

h3 {
font-family: "Open Sans";
font-size: 105%;
font-weight: 700;
color: #222;
line-height: 125%
}

a:link {color: #3fba6b; text-decoration: none;}
a:visited {color: #256e3f; text-decoration: none;}
a:hover {color: #26d364; text-decoration: underline;}

#content li {
font-size: 85%;
color: #444;
margin-bottom: 12px;
margin-right: 50px;
}

#linklist ul {
list-style: none;
line-height: 110%;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
}

#linklist li {
font-size: 100%;
margin-bottom: 15px;
}

.criteria {
margin: 5px;
padding: 5px;
padding-left: 30px;
padding-right: 30px;
background: #eee;
box-shadow: 3px 3px 9px #bbb;
border-radius: 10px;
}

.planexample {
font-size: 90%;
font-family: verdana;
margin: 5px;
padding: 5px;
padding-left: 30px;
padding-right: 30px;
box-shadow: 3px 3px 9px #bbb;
border-radius: 10px;
background: #e5e5ff;
color: #575757;
}

.homepagebook img {
width: 250px; 
}

.homepagebuttonlink {
font-family: "Montserrat";
font-weight: 400;
font-size: 90%;
margin-top: 20px;
margin-bottom: 25px;
}

.homepagebuttonlink a:link {color: white; text-decoration: none; border: solid 1px white; background: #3fba6b; padding: 12px; border-radius: 7px;}
.homepagebuttonlink a:visited {color: white; text-decoration: none; border: solid 1px white; background: #3fba6b; padding: 12px; border-radius: 7px;}
.homepagebuttonlink a:hover {color: #3fba6b; text-decoration: none; border: solid 1px #3fba6b; background: #eeffee; padding: 12px; border-radius: 7px;}

.bookpage img{
width: 300px;    
}

#right {
display: none;}

.accordion {
  background-color: #ddd;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  outline: none;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 80%;
  text-align: left;
  border: none;
  transition: 0.4s;}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  display: none;
  background-color: #f5f5f5;
  overflow: hidden;
  font-size: 90%;
  padding-left: 10px;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  color: #777;
  font-size: 80%;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}


/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */ 

#footer {
width: 100%;
margin: auto;
left: 0; right: 0;
padding-top: 20px;
border-top: solid 1px #ddd;
background: #fcfffc;
}

#footercontainer {
}

#footerblock {
margin: 0px 0px 0px 0px;
}

#footerbook {
text-align: center;
}

.footerbox {
width: 80%;
max-width: 600px;
margin: auto;
left: 0; right: 0;
margin-bottom: 25px;
padding: 5px 20px 5px 20px;
border: solid 1px #ddd;
background: white;
color: #333;
font-family: georgia;
font-size: 115%;
}

.footerbox h3 {
font-size: 105%;
}

.footerbox img {
width: 250px;
}

.footerbuttonlink {
font-family: "Montserrat";
font-weight: 400;
font-size: 90%;
margin-top: 35px;
margin-bottom: 25px;
}

.footerbuttonlink a:link {color: white; text-decoration: none; border: solid 1px white; background: #3fba6b; padding: 12px; border-radius: 7px;}
.footerbuttonlink a:visited {color: white; text-decoration: none; border: solid 1px white; background: #3fba6b; padding: 12px; border-radius: 7px;}
.footerbuttonlink a:hover {color: #3fba6b; text-decoration: none; border: solid 1px #3fba6b; background: #eeffee; padding: 12px; border-radius: 7px;}

.footeradbox {
width: 80%;
max-width: 600px;
margin: auto;
left: 0; right: 0;
margin-bottom: 25px;
}

#footerarticles h2 {
color: #3fba6b;
font-size: 90%;
}

#footerarticlesitem {
width: 90%;
border-top: dashed 1px #ddd;
}

.footerarticlelink {
font-family: "Open Sans";
font-weight: 700;
font-size: 80%;
}

.footerarticlelink a:link {color: #333; text-decoration: none; padding-left: 10px; display: block;}
.footerarticlelink a:visited {color: #333; text-decoration: none; padding-left: 10px; display: block;}
.footerarticlelink a:hover {color: #333; text-decoration: none; padding-left: 10px; display: block;}

.footerfollowlink {
font-family: "Open Sans";
font-weight: 700;
font-size: 90%;
}

.footerfollowlink a:link {color: #3fba6b; text-decoration: none;}
.footerfollowlink a:visited {color: #3fba6b; text-decoration: none;}
.footerfollowlink a:hover {color: #3fba6b; text-decoration: none;}

#footernav {
width: 100%;
margin: auto;
left: 0; right: 0;    
padding: 15px 10px 10px 10px;
text-align: center;
line-height: 150%;
font-size: 100%;   
font-family: "Open Sans";
background: #001400;
}

.footernavlink a:link {color: white; text-decoration: none; font-weight: 700;}
.footernavlink a:visited {color: white; text-decoration: none; font-weight: 700;}
.footernavlink a:hover {color: white; text-decoration: none; font-weight: 700;}

#footercopyright {
width: 100%;
margin: auto;
left: 0; right: 0;     
padding: 10px 50px 10px 50px;

text-align: center;
font-size: 80%;
font-family: sans-serif;
color: white;    
background: #001400;    
}

.footerbottomlink a:link {color: white; text-decoration: none; }
.footerbottomlink a:visited {color: white; text-decoration: none; }
.footerbottomlink a:hover {color: white; text-decoration: none; }

























/* SOCIALPRO MIDDLE AD */

	.afl-social-pro-visual{
			width: auto;
			padding:5px 15px;
			margin: 0px -5px 0px -10px;
			background-color: #f5f5f5;
			position: relative;
			display: block;
		}
		.clearfix {clear: both;content: '';}
		.afl-social-pro-visual span{font-family: verdana; font-size:12px;color: #929292; font-weight: bold; }
		.afl-social-pro-visual hr{border: #d9d9d9 dashed 2px;}
		.afl-social-pro-visual hr.top{margin-top: 3px;}
		.afl-social-pro-visual hr.top{margin-bottom: 15px;}

		.afl-social-pro-visual .image-container,
		.afl-social-pro-visual .text-container{
			width: 50%;
			position: relative;
			display: inline-block;
			float: left;
		}

		.afl-social-pro-visual .text-container .inner-text{
			width: auto;
			padding-left: 0px;
			padding-right: -50px;
			margin-right:-50;
		}

		.afl-social-pro-visual .image-container img{
			width: 100%;
			border: 0!important; 
			box-shadow:none!important; 
			-webkit-box-shadow:none!important; 
		}

		/*8px*/

		.afl-social-pro-visual ul{padding-left: 15px;margin-top: 0px; }

		.afl-social-pro-visual ul li{
			list-style: none;
			margin-left: 30px;
			text-indent: -30px;
			line-height:normal;
			font-size: 100%!important;
			color:#333!important;
		}

		.afl-social-pro-visual ul li:before{
			content: '';
			display: inline-block;
			height: 15px;
			width: 15px;
			background-image: url('checkmark.png');
			background-repeat: no-repeat;
			background-position: left;
			background-size: contain;
			margin-right: 13px;
			vertical-align: middle;
		}


		@media (max-width: 750px){
		.afl-social-pro-visual a.buttonlink1{padding: 6px 0px;}

 				.afl-social-pro-visual .image-container{width: 35%;}
		.afl-social-pro-visual .text-container{width: 65%;}

		}


		@media (max-width: 500px){ 
			.afl-social-pro-visual .image-container,  .afl-social-pro-visual .text-container{
				width: 100%;
			}

			.afl-social-pro-visual .image-container img{
				width: 60%;
				display: block;
				margin: 15px auto;
			}
				.afl-social-pro-visual ul{
			    padding-left: 13px;
			}
			.afl-social-pro-visual ul li{
				margin-left: 30px;
				text-indent: -40px;
			}
			.afl-social-pro-visual .text-container .inner-text{
				padding: 0px;
			}
			.afl-social-pro-visual a.buttonlink1{width: 85%; margin:15px 0px; padding: 12px 0px;}
		}
		
/* SOCIALPRO FOOTER AD */

.afl-social-pro-footer{
    width: auto;
    max-width: 615px;
    padding:5px 15px;
    margin: 0px -5px 0px -10px;
    background-color: #f7f7f7;
    position: relative;
    display: block;
    box-sizing: border-box;
    border: solid 1px #ddd;

}
.clearfix {clear: both;content: '';}
.afl-social-pro-footer span{font-family: verdana; font-size:11px;color: #929292; font-weight: bold; }
.afl-social-pro-footer hr{border: #d9d9d9 dashed 2px;}
.afl-social-pro-footer hr.top{margin-top: 3px;}
.afl-social-pro-footer hr.top{margin-bottom: 15px;}
.afl-social-pro-footer .image-container,
.afl-social-pro-footer .text-container{
    width: 50%;
    position: relative;
    display: inline-block;
    float: left;
}

.afl-social-pro-footer .text-container .inner-text{
    width: auto;
    padding-left: 0px;
    padding-right: -50px;
    margin-right:-50;
}

.afl-social-pro-footer .image-container img{
    width: 100%;
    border: 0!important; 
    box-shadow:none!important; 
    -webkit-box-shadow:none!important; 
}

/*8px*/

.afl-social-pro-footer ul{padding-left: 15px;margin-top: 0px; }

.afl-social-pro-footer ul li{
    list-style: none;
    margin-left: 30px;
    text-indent: -30px;
    line-height:normal;
    font-size: 100%!important;
    color:#333!important;
}

.afl-social-pro-footer ul li:before{
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url('socialpro/checkmark.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    margin-right: 13px;
    vertical-align: middle;
}

.afl-social-pro-footer a.buttonlink1{
    display: block;
    border: none;
    padding: 8px 12px 8px 30px;
    margin: 20px 0px 15px 35px;
    color: #fff;
    outline-style: none;
    border-radius: 3px;
    width: auto;
    cursor: pointer;
    box-shadow: 0 5px 0 #b7161c;
    text-align: center;
    font-size: 16px !important;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight:bold;
    text-decoration: none;
    background:  #ed1c24 url('socialpro/white-play-48.png') no-repeat;
    background-size: 25px 25px; 
    background-position: 3% 50%;

}
@media (min-width: 801px) and (max-width: 865px){
    .afl-social-pro-footer a.buttonlink1{
        margin: 20px 0px 15px 15px;
    }
}
.afl-social-pro-footer a.buttonlink1:hover{background-color: #fc1e26;}


@media (max-width: 750px){
    .afl-social-pro-footer a.buttonlink1{padding: 6px 30px;}

    .afl-social-pro-footer .image-container{width: 35%;}
    .afl-social-pro-footer .text-container{width: 65%;}

}


@media (max-width: 500px){ 
    .afl-social-pro-footer .image-container,  .afl-social-pro-footer .text-container{
            width: 100%;
    }

    .afl-social-pro-footer .image-container img{
            width: 60%;
            display: block;
            margin: 15px auto;
    }
            .afl-social-pro-footer ul{
        padding-left: 13px;
    }
    .afl-social-pro-footer ul li{
            margin-left: 20px;
            text-indent: -30px;
    }
    .afl-social-pro-footer .text-container .inner-text{
            padding: 0px;
    }
    .afl-social-pro-footer a.buttonlink1{width: calc(100% - 15px); margin:15px 0px; padding: 12px 6px;}
}
@media (max-width: 800px){ 
    .afl-social-pro-footer h2 {
            font-size: 20px !important;
            line-height: 25px !important;
    }
    .afl-social-pro-footer .inner-text li {
            font-family: georgia !important;
            font-size: 16px !important;
            line-height: 22.4px !important;
    }
}
@media (min-width: 801px){ 
    .afl-social-pro-footer h2 {
            font-size: 23px !important;
            line-height: 28.75px !important;
    }
    .afl-social-pro-footer .inner-text li {
            font-family: georgia !important;
            font-size: 18.4px !important;
            line-height: 25.77px !important;
    }
}