body {
	height: 100%;
	background: url(../img/bg.jpg) center top no-repeat fixed;
	background-size: cover;
	font-family: "myriad-pro", sans-serif;
}

body p {
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: "myriad-pro", sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "myriad-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.signup-button {
	position: fixed;
	top: 100px;
	left: 20px;
	z-index: 1000;
	background: #f32837;
	color: white;
	padding: 10px;
	font-size: 18px;
	width: 225px;
}

.signup-button:hover {
	background: #00416b;
	color: white;
}

@media (max-width: 996px) {
	.signup-button {
		display: none !important;
	}
}

#main {
	max-width: 1200px;
	background: white;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* HEADER */

.head {
	width: 100%;
	background: #e9e9e9;
	min-height: 150px;
	padding: 20px 0;
}

.head img {
	max-width: 587px;
	width: 100%;
}

/* NAV */

.dropdown {
	color: white;
}

.navbar .dropdown-menu {
	width: 100%;
    text-align: center;
}


nav{
width: 100%;
background: #00416b;
min-height: 50px;
-webkit-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.46);
-moz-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.46);
box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.46);
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
} 

.navbar-toggler{
height: 47px;
background-color: #f32837;
border-color: white;
margin: 10px;
}

.navbar-nav ul{
padding: 0;
text-align: center;
margin: 0 auto;
}

.navbar-nav ul li{
display: inline-block;
padding: 10px 10px;
list-style: none;
background: #00416b;
}

.navbar-nav ul li:hover{
background: #f32837;
-webkit-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.46);
-moz-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.46);
box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.46);
}

.navbar-nav ul li a{
color: white;
text-decoration: none;
font-size: 16px;
}

.navbar-nav ul li a:hover{
color: white;
}

.active{
background: #f32837;
-webkit-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.46);
-moz-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.46);
box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.46);
}

.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
	min-width: 15rem;
	margin: 0;
}

.dropdown-item {
	padding: 1rem 1.5rem;
}

.dropdown-item:hover {
	background: #f32837;
	color: white;
}

.navbar {
	padding: 0;
	width:100%;
}

.fa.fa-navicon {
  color:white;
}

.navbar-nav .nav-link{display:inline-block;}
   
.ml-auto {display:inline-block!important;}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

/*Responsive media*/
@media (max-width:600px)
{
	
	.navigate {
		width: 100%;
	}
	
nav{
	min-height: 5px;
}	
.navbar-nav ul{
	width:100%;	
}
	
.navbar-nav ul li {
	display:block;
	text-align:center;
}
	
.toggle{
	display:block;
}
}

/* SLIDER */

#slide {
	min-height:300px;
	width:100%;
	background: url(../img/slidebg.png) no-repeat center top;
	background-size: cover;
	border-bottom: 1px solid lightgray;
}

.slide img {
	max-width: 792px;
	width: 100%;
}

.slide-text {
	margin-top: 20px;
}

.slide-text h1{
	font-size: 42px;
	color: #f32837;
}

.slide-text {
	font-size: 24px;
	padding: 0px 10px;
}

#slide2 {
	min-height:300px;
	width:100%;
	background: url(../img/slidebg2.png) no-repeat center top;
	background-size: cover;
	border-bottom: 1px solid lightgray;
}

.btn {
	padding: 10px 5px;
}

.red-button {
	background: #f32837;
	color: white;
	font-size: 22px;
	margin: 5px 0px !important;
}

.blue-button {
	background: #00416b;
	color: white;
	font-size: 22px;
	margin: 5px 0px !important;
}

.row-buttons {
	margin: 20px 0;
}

.nnpluscontainer {
	padding: 20px;
	border-right: 1px solid lightgray;
}

.nnpluscontainer img {
	width: 100%;
	max-width: 574px;
}

.nnpluscontainer h2 {
	font-size: 3rem;
	line-height: 1;
	margin-top: 10px;
}

.nnpluscontainer p {
	font-size: 1.4rem;
	line-height: 1.3;
}

.lgscontainer {
	padding: 20px;
	border-right: 1px solid lightgray;
}

.lgscontainer img {
	width: 100%;
	max-width: 574px;
}

.lgscontainer h2 {
	font-size: 3rem;
	line-height: 1;
	margin-top: 10px;
}

.lgscontainer p {
	font-size: 1.4rem;
	line-height: 1.3;
}

.rorcontainer {
	padding: 20px;
	border-right: 1px solid lightgray;
}

.rorcontainer img {
	width: 100%;
	max-width: 574px;
}

.rorcontainer h2 {
	font-size: 2.6rem;
	line-height: 1;
	margin-top: 10px;
}

.rortext {
	padding: 10px;
}

.rorcontainer p {
	font-size: 1.2rem;
	line-height: 1.3;
}

.rortext h4 {
	font-weight: 500;
	font-size:1.25rem;
}

.nnplans {
	width: 100%;
	min-height: 612px;
	background: url(../img/programbg.png) center top no-repeat;
	background-size: cover;
	padding: 20px;
}

.nnplans h2 {
	font-size: 2.4rem;
}

.nnplans p {
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 10px;
}

.bluetable {
	background: white;
	border: 3px solid #00416b;
}

.bluetablehead {
	background: #00416b;
	color:white;
	padding: 10px 5px;
	font-size: 2.6rem;
	font-weight: 700;
}

.graytable {
	background: white;
	border: 3px solid darkgray;
}

.graytablehead {
	background: darkgray;
	color:white;
	padding: 10px 5px;
	font-size: 2.6rem;
	font-weight: 700;
}

.nnpluspremium {

}

.nnpremiumimage {

}

.nnpremiumtext {

}

.nnplans ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

.list-item {
	padding: 10px 5px;
	border-bottom: 1px solid lightgray;
}

.list-item:first-child {
	margin-top: 10px;
}

.list-item:last-child {
	border: 0;
}

.nnpremiumtext h5 {
	line-height: 1;
	margin: 0;
	padding: 0;
}

.strikethrough {
	text-decoration: line-through;
}

.nnpremiumtext p {
	font-size: 1rem;
	margin:0;
	padding:0;
}

strong { font-weight: bold; }

.nnpremiumtext h4 {
	font-size: 1rem;
	margin:0;
	padding:0;
}
.redtext {
	color: red;
}

.whatsavailable {
	margin-top: 30px;
}

.whatsavailablesmall p{
	font-size: 1.2rem;
	line-height: 1.3;
}

.whatsavailable p{
	font-size: 1.2rem;
	line-height: 1.3;
}
.prices p {
	font-size: 1.1rem;
	padding-top: 15px;
}

.facebookonly {
	font-size: 1.4rem;
}

.havequestions {
	background: darkgray;
	width: 100%;
	padding: 10px 5px;
	color: white;
	font-size: 2.4rem;
}

.lgsplans {
	width: 100%;
	min-height: 612px;
	background: url(../img/program2bg.png) center top no-repeat;
	background-size: cover;
	padding: 20px;
}

.lgsplans h2 {
	font-size: 2.4rem;
	color: white;
}

.lgsplans p {
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 10px;
	color: white;
}

.redtable {
	background: white;
	border: 3px solid #f32837;
	text-align: left;
}

.redtablehead {
	background: #f32837;
	color:white;
	padding: 5px;
	font-size: 4rem;
	font-weight: 700;
}

.preferred {
	background: #00416b;
	color: white;
	padding-top: 25px;
	font-size: 2rem;
	border-bottom: 3px solid #f32837;
}

@media (max-width: 600px) {
	.redtablehead {
		font-size:2rem;
	}

	.preferred {
		font-size: 1.6rem;
		padding-top:10px;
	}
}

.inlinetext {
	min-height: 120px;
}

.inlinetext2 {
	min-height: 105px;
}

.lgsprice {
	font-size: 20px;
}

.lgsprice2 {
	font-size: 20px;
}

.inlinetext ul {
	list-style-type: disc;
	padding: 20px 0;
	margin-bottom: 20px !important;
}

.inlinetext ul li {
	float: left; 
	margin-left: 30px;
}

.inlinetext2 ul {
	list-style-type: disc;
	padding: 20px 0;
	margin-bottom: 20px !important;
}

.inlinetext2 ul li {
	float: left; 
	margin-left: 30px;
}

.inlinebuttons {
	margin-top: 90px;
}

.inlinebuttons2 {
	margin-top: 60px;
}

.lgsbutton {
	display: inline-block;
	font-size: 1.6rem !important;
	width: 48%;
	background: #00416b;
	color: white;
}

.lgsbutton2 {
	font-size: 1.6rem !important;
	width: 48%;
	background: #f32837;
	color: white;
}

@media (max-width: 600px) {
	.lgsbutton, .lgsbutton2 {
		width: 98%;
	}

	.redtable, .graytable, .bluetable {
		margin-top: 20px;
	}

	.nnpluscontainer, .lgscontainer {
		border-bottom: 1px solid gray;
	}

	.lgscontainer h2 {
		font-size: 2.5rem;
	}
}

/* CALL TO ACTION */

#calltoaction {
	width: 100%;
	background: #808285;

}

.calltoaction h1 {
	font-size: 30px;
	color: white;
	padding: 10px 0;
}

/* MORE PROGRAMS */

#programs {
	width: 100%;
	padding: 0;
	margin-top: -8px;
}

.directsection {
	min-height: 362px;
	background: url(../img/directbg.png) no-repeat center top;
	background-size: cover;
	padding: 10px 0;
}

.directsection p {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
	padding: 0 20px;
}

.directsection h2 {
	font-size: 24px;
	color: white;
	padding: 10px 10px;
}

.socialsection {
	min-height: 362px;
	background: url(../img/socialbg.png) no-repeat center top;
	background-size: cover;
	padding: 10px 0;
}

.socialsection p {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
	padding: 0 20px;
}

.socialsection h2 {
	font-size: 24px;
	color: white;
	padding: 10px 10px;
}

.red-button-social {
	background: #f32837;
	color: white;
	font-size: 14px;
	margin: 5px 0px !important;
}

.gray-button-social {
	background: #808285;
	color: white;
	font-size: 14px;
	margin: 5px 0px !important;
}

.blue-button-direct {
	background: #00416b;
	color: white;
	font-size: 14px;
	margin: 5px 0px !important;
}

.gray-button-direct {
	background: #808285;
	color: white;
	font-size: 14px;
	margin: 5px 0px !important;
}

/* PLANS */

#plans {
	width: 100%;
	min-height: 612px;
	background: url(../img/programbg.png) center top no-repeat;
	background-size: cover;
}

.plans h2 {
	font-size: 44px;
	color: #f32837;
	padding: 15px 10px;
	margin-bottom: 10px;
}

.plans h5 {
	padding: 0 100px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-table {
  text-align: center;
}

/* Each pricing-item*/

.pricing-item {
  display: inline-block;
  width: 25%;
  height: auto;
  background: #fff;
  margin: 20px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .2s cubic-bezier(.3, .6, .2, 1.8);
  transition: all .2s cubic-bezier(.3, .6, .2, 1.8);
  min-height: 515px;
}

.pricing-item hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.pricing-item p {
	font-size: 16px;
    margin-top: 0;
    margin-bottom: .5rem;
	padding: 0 10px;
}

.pricing-item img {
	padding: 20px;
}

.red-button-price {
    background: #f32837;
    color: white;
    font-size: 14px;
    margin: 10px 0px 0px 0px !important;
	padding: 10px 20px;
}

.red-button-price:hover {
    background: #00416b;
    color: white;
    font-size: 14px;
    margin: 10px 0px 0px 0px !important;
	padding: 10px 20px;
}

.red-button-bottom {
    background: #f32837;
    color: white;
	font-size: 18px;
	font-weight: 600;
    margin: 10px 0px 0px 0px !important;
	padding: 10px 20px;
}

.red-button-bottom:hover {
    background: #00416b;
    color: white;
	font-size: 18px;
	font-weight: 600;
    margin: 10px 0px 0px 0px !important;
	padding: 10px 20px;
}

@media (max-width: 600px) {
	.pricing-item {
		width: 90% !important;
	}
}

.pricing-item:hover {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04);
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
  
.pricing-title{
    width: 100%;
    color: white;
    display: block;
    position: relative;
    background: #808285;
    padding: 5px;
    font-weight: 700;
    font-size: 36px;
}

.pricing-featured .pricing-title {
    background: #00416b;
}
}

/* pricing-value */



.pricing-value .undertext {
  display: block;
  font-size: 16px;
}


/* List */

.selected {
  z-index: 10;
  width: 180px;
  height: 32px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 1px 2px #000;
  background: #f32837;
  border-top: 5px solid #f32837;
  border-bottom: 5px solid #f32837;
  transform: rotate(35deg);
  position: absolute;
  right: -47px;
  top: 17px;
}


/* PLANS 2 */

#plans2 {
	width: 100%;
	min-height: 612px;
	background: url(../img/program2bg.png) center top no-repeat;
	background-size: cover;
}

.plans2 h2 {
	font-size: 44px;
	color: white;
	padding: 15px 10px;
	margin-bottom: 10px;
}

.plans2 h5 {
	padding: 0 100px;
	color: white;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-table2 {
  text-align: center;
}

/* Each pricing-item*/

.pricing-item2 {
  display: inline-block;
  width: 25%;
  height: auto;
  background: #fff;
  margin: 20px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .2s cubic-bezier(.3, .6, .2, 1.8);
  transition: all .2s cubic-bezier(.3, .6, .2, 1.8);
  min-height: 515px;
}

.pricing-item2 hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.pricing-item2 p {
	font-size: 16px;
    margin-top: 0;
    margin-bottom: .5rem;
	padding: 0 10px;
}

.pricing-item2 img {
	padding: 20px;
}

.red-button-price2 {
    background: #00416b;
    color: white;
    font-size: 14px;
    margin: 5px 0px !important;
	padding: 10px 20px;
}

.red-button-bottom2 {
    background: #f32837;
    color: white;
	font-size: 18px;
	font-weight: 600;
    margin: 10px 0px 0px 0px !important;
	padding: 10px 20px;
}

.red-button-bottom2:hover {
    background: #00416b;
    color: white;
	font-size: 18px;
	font-weight: 600;
    margin: 10px 0px 0px 0px !important;
	padding: 10px 20px;
}

@media (max-width: 600px) {
	.pricing-item2 {
		width: 90% !important;
	}
}

.pricing-item2:hover {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04);
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
  
.pricing-title2{
    width: 100%;
    color: white;
    display: block;
    position: relative;
    background: #808285;
    padding: 5px;
    font-weight: 700;
    font-size: 36px;
}

.pricing-featured2 .pricing-title2 {
    background: #f32837;
}
}

/* pricing-value */


.pricing-value2 .undertext {
  display: block;
  font-size: 16px;
}


/* List */

.selected2 {
  z-index: 10;
  width: 180px;
  height: 32px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 1px 2px #000;
  background: #00416b;
  border-top: 5px solid #00416b;
  border-bottom: 5px solid #00416b;
  transform: rotate(35deg);
  position: absolute;
  right: -47px;
  top: 17px;
}



/* CONTACT */

#contactus {
	width: 100%;
	min-height: 360px;
	background: url(../img/contactbg.png) center bottom no-repeat;
	background-size: contain;
}

.hand {
	width: 100%;
	min-height: 360px;
	height: 100%;
	background: url(../img/hand.png) center center no-repeat;
	background-size: cover;
}

/* FOOTER */

.foot {
	background: #e9e9e9;
	padding: 40px;
}

.foot p {
	font-size: 18px;
}

/* MODAL NEIGHBOR NETWORK*/

.modal-lg h1 {
	font-size: 32px;
	color: #f32837;
}

.graybg {
	background: #e9e9e9;
	padding: 20px 15px;
}

@media (min-width: 992px) {
.modal-lg {
    max-width: 800px;
}
}

/* LIST #3 */
#list3 { }
#list3 ul { 
	list-style: square outside none; 
	color:#f32837; 
	font-size:18px; 
	font-weight: 700;
	margin-left: 30px;
}
#list3 ul li { 
	line-height:30px;
 }

@media (max-width: 576px) {
.modal-dialog {
    max-width: 475px;
    margin: 1.75rem auto;
}
#list3 { 
}
#list3 ul { 
	list-style: square inside none; 
	color:#f32837; 
	font-size:24px; 
	font-weight: 700;
	margin-left: 30px;
}
.plans h5 {
	padding: 0 10px;
}
.plans2 h5 {
	padding: 0 10px;
}
}

/*LETS GET SOCIAL MODAL */

.letsimage {
	padding: 20px 10px;
}

.letsimage img {
	float:left;
	max-width: 200px;
}

@media (max-width: 576px) {
	.letsimage img {
		max-width: 400px;
		float: none;
	}
}

.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;
}

table td, table th {
	font-size:17px;
	vertical-align: middle !important;
	text-align: center;
}

table td:first-child {
    text-align: left;
}

table br {
	display: block;
	margin-bottom: -5px;
	content: " ";
}

.redtextspan {
	color: red;
	font-weight: 500;
}

.checkmark {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: green;
	font-size: 24px;
  }
  
  .bigx {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: red;
	font-size: 24px;
  }

  .blue-button-price {
    background: #00416b;
    color: white !important;
    font-size: 14px;
    margin: 10px 0px 0px 0px !important;
	padding: 10px 20px;
}

.blue-button-price:hover {
    background: #f32837;
    color: white;
    font-size: 14px;
    margin: 10px 0px 0px 0px !important;
	padding: 10px 20px;
}

.print-button {
	position: fixed;
	top: 45px;
	left: 20px;
	z-index: 1000;
	background: #00416b;
	color: white;
	padding: 10px;
	font-size: 18px;
	width: 225px;
}

.print-button:hover {
	background: #f32837;
	color: white;
}

.printinnsite {
	display: none;
}

.printpageone, .printpagetwo {
	display: none;
}

.nnimage img {
	display: none;
}

.youtubeaddonheading {
	display: none;
}

  @media print {
	body {
		font-size: 12pt;
		color: black;
		background: white;
	}
	.printoff {
		display: none;
	}
	.header, .footer, .navigation, .non-printable {
		display: none;
	}
	.navbar {
		display: none;
	}
	img {
	  page-break-inside: avoid;
	  max-height: 95vh;
	  max-width: 100%;
	  width: auto;
	}
	.btn {
	  display: none !important;
	}
	.access, .interested {
	  display: none;
	}
	.main, .content {
		width: 100%;
		margin: 0;
	}
	.table {
		width: 100%;
	}
	.thetable {
	  display: block !important;
	}
	.thecards {
	  display: none !important;
	}
	.pagebreak { 
	  page-break-before: always;
	}
	.video {
	  display: none !important;
	}
	.innsite {
		display: none;
	}
	.shortsimple {
		display: none;
	}
	.printinnsite {
		display: block;
	}
	.printinnsite h1 {
		font-size:28px;
		margin-bottom: 30px;
	}
	.printpageone, .printpagetwo {
		display: block;
	}
	.nnimage img {
		display: block !important;
	}
	.youtubeaddonheading {
		display: block;
	}
  }

  @media (max-width: 996px) {
	.topbody h1 {
	  font-size: 28px;
	}
	.redtablehead {
		text-align: center;
	}
	.nnplans img {
		max-width: 60%;
	}
	.topbody .neighbortext img {
		max-width: 350px;
	}
	.redtableimg img {
		max-width: 350px;
		display: block;
		margin: 0 auto;
	}
	.print-button {
		display: none;
	}
  }