body {
      font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
      background-color:#FFFFFF;      
      height:100%;
      background-image:url(../img/pattern_bklgt.png);
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
      
}
#container{
     width:100%;
     height:100%;
}
h1 {
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size:40px;
    color:Black;
    text-align:center;
    /*text-shadow: 1px 2px 5px #989ca0;*/
}
p{
    color:Black;
}
/*navigation*/
#nav {
  /*  background-color: #ffffff;
    box-shadow: 0 0 20px #989ca0;*/
    height: 97px;
    left: 0;
    padding: 0;
    position: absolute;
    top: -9px;
    width: 100%;
    z-index: 100;
}
#nav img {
    float: left;
    margin: 20px;
    width: 220px;
}
#nav ul {
    float: right;
}
/*main links*/
a:link {
    color:#4A9DB0;
    text-decoration: none;
    height:35px;
}
a:visited {
    color:#4A9DB0;
    text-decoration: none;
}
a:hover {
    color:#228096;
    text-decoration:none;
}
a:active {
    color:#228096;
    text-decoration:none;
}
/*dropdowns*/
#dropdowns{
    width:600px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}
#state-field{
    margin: 10px auto 25px;
    width: 400px;
    text-align:center;
    font-family: Helvetica, Arial, sans-serif;
    font-size:22px;
    color:Black;
}
#type-field{
    margin: 10px auto 25px;
    width: 400px;
    text-align:center;
    font-family: Helvetica, Arial, sans-serif;
    font-size:22px;
    color:Black;
}
#order-field{
    margin: 0px auto 0px;
    width: 400px;
    text-align:center;
    font-family: Helvetica, Arial, sans-serif;
    font-size:22px;
    color:Black;

}
/*page divs*/
.TextBox{
     border:solid black 1px;
     margin-top:10px;
     box-shadow: 3px 10px 20px #989ca0;
    }
#container-main{
     width:100%;
     height:603px;
}   
#temp_notice{
    width:100%;
    background-color:red;
    color:white;
    font-weight:bold;
    text-align:center;
    padding:5px 0px;
    margin-top:-30px;
} 
#container-top  {
    height: 425px;
    margin: 110px auto 50px;
    position: absolute;
    left:0;
    width: 100%;
}
#container-inner-left {
	width: 45%;
	float: left;
	height: 425px;
	margin-top: 50px;
	padding: 0px 0px 0px 60px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading{
    font-size:50px;
    text-align:left;
    color:#F46A0B;
}
.heading-var{
    color:#000;
}
.heading-var-2{
    color:#4A9DB0;
}
.vec-icon{
    width:85px;
    height:85px;
    float:left;
    margin-left:-15px;
    margin-right:15px;
}
#container-inner-right{
    width:50%;
    float:right;
    height:400px;
    padding-top:55px;
    /*clip-path: polygon(20% 0%,100% 0%,100% 100%,0% 100%);*/
}  
#container-bottom{
     width:100%;
     background-color:#228096;
     position:absolute;
     bottom:40px;
     height:135px;
     left:0;
     opacity:1;
     margin-top:-20px;
}
 #container-bottom-inner{
     width:100%;
     height:auto;
}
 #text-bottom{
     color:#ffffff;
     width:450px;
     float:left;
     font-size:14px;
     padding: 10px 25px;
     margin: 0px 29px 10px 45px;
     font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
     text-align:center;
}
#left-affiliates{
    width:200px;
    height:370px;
    float:left;
    background-color:#ffffff;
    margin:-285px 0px 0px 10px;
    box-shadow: 3px 2px 10px #58595b;
 }
 #left-affiliates p{
     text-align:center;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
}
 .NCP-sub-heading {
    padding:0px 10px; 
    text-align:center;
}
#right-affiliates{
    width:200px;
    height:370px;
    float:right;
    background-color:#ffffff;
    margin:-285px 10px 0px 0px;
    box-shadow: 3px 2px 10px #58595b;
 }
 #right-affiliates p{
     text-align:center;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
}
 .BBG-sub-heading {
    padding:0px 10px;
    text-align:center; 
}
 #icon-one{
     width:150px;
     float:left;
     margin-right:45px;
     padding: 20px 0px 0px 250px;
     
    
 }
 #icon-two{
     width:150px;
     float:left;
     margin-right:45px;
     padding-top:20px;

 }
 #icon-three{
     width:150px;
     float:left;
     margin-right:45px;
     padding-top:20px;

 }
 .tooltip {
    position: relative;
    
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 450px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	bottom: 100%;
	position: absolute;
	z-index: 1;
	margin-right: 200px;
	right: -3%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
 


/*cta links*/

.ctas {
    margin:10px auto 0 auto;
    width:400px;
    clear:both;
    position:relative;
}
.ctas img {
    position:absolute;
    left:0;
    -webkit-transition: opacity 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
    box-shadow: 3px 2px 10px #989ca0;

    }
.ctas img.bottom:hover {
    opacity:0;
    }
.ctas img.bottom-small:hover {
    opacity:0;
    }
.top-small{visibility:hidden;}
.bottom-small{visibility:hidden;}   
a.cta {
    color: #ffffff;
    padding:8px;
    text-decoration:none;
    font-size:25px;
    display:block;
    margin-bottom: 10px;
    line-height:40px;
    border: 4px solid #ffffff;
}

a.cta img {
    margin: 0 95px 0 0;
    float:left;
}

a:hover.cta {
    background-color:#1eb1d3;
}
/*footer*/

#footer {
    height:40px;
    font-size:12px;
    background-color: #ffffff;
    left: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    clear:both;
}

#footer p {
    float: left;
    color:#2a2b2a;
    padding-left:10px;
    margin-top:12px;
}

#footer ul {
    float: right;
    margin-top:12px;

}

#footer li {
    list-style-type: none;
    display:inline;
    padding:10px;
}

#footer a {
    text-decoration: none;
    color:#2a2b2a;
}
.social-media
{margin:5px 0px 0px 10px;
 
 }
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 800px;
    height:100px;
    background-color:white;
    margin:165px auto 0px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo{
    width:180px; 
    height:80px;
    margin:10px;
}
.NOD-wording{
    width:550px; 
    height:80px;
    margin:15px;
    float:left;
    clear:both;
    font-size:24px;
    font-weight:bold;
    text-align:center;
  
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
/*mobile devices*/
@media only screen and (min-width:1920px) and (max-width:2100px){
   
#container-top {
    margin: 140px auto 100px;
}
#text-bottom {
	margin: 10px 49px 10px 250px;
	width: 600px;
}
#temp_notice {
	margin-top: -135px;
}
.container-inner-heading {
	font-size: 45px;
}
#container-inner-left {
	height: 385px;
	margin-top: 60px;
}
.tooltip .tooltiptext {
	margin-right: 310px;
}
    }
@media only screen and (min-width:1500px) and (max-width:1919px){
#text-bottom {
	width: 615px;
	font-size: 14px;
	padding: 33px 33px;
	margin: -8px 0px 0px 120px;
}
#left-affiliates{
    width:200px;
    height:350px;
    float:left;
    background-color:#ffffff;
    margin:-285px 0px 0px 10px;
    box-shadow: 3px 2px 10px #58595b;
 }
 #left-affiliates p{
     text-align:center;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
}
 .NCP-sub-heading {
    padding:0px 10px; 
    text-align:center;
}
#right-affiliates{
    width:200px;
    height:350px;
    float:right;
    background-color:#ffffff;
    margin:-285px 10px 0px 0px;
    box-shadow: 3px 2px 10px #58595b;
 }
 #right-affiliates p{
     text-align:center;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
}
 .BBG-sub-heading {
    padding:0px 10px;
    text-align:center; 
}
 #container-bottom {
    bottom:-50px;
}
#footer {
    bottom: -90px;
    clear:both;
}
#icon-one {
    margin: 0px -15px 0px 0px;
    text-align: center;
    padding: 20px 0px 0px 115px;
}
#icon-two {
    margin: 0px -15px 0px 0px;
    text-align: center;
    padding-top:-2px;
}
#icon-three {
    margin: 0px -15px 0px 0px;
    text-align: center;
    padding-top:-2px;
}}
@media only screen and (min-width:1280px) and (max-width:1499px) 
{
#text-bottom {
	width: 500px;
	font-size: 12px;
	padding: 15px 5px 20px 140px;
	margin: 7px 10px 10px 0px;
}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates{
    width:200px;
    height:365px;
    float:left;
    background-color:#ffffff;
    margin:-285px 0px 0px 10px;
    box-shadow: 3px 2px 10px #58595b;
 }
 #left-affiliates p{
     text-align:center;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
}
 .NCP-sub-heading {
    padding:0px 10px; 
    text-align:center;
}
#right-affiliates{
    width:200px;
    height:365px;
    float:right;
    background-color:#ffffff;
    margin:-285px 10px 0px 0px;
    box-shadow: 3px 2px 10px #58595b;
 }
 #right-affiliates p{
     text-align:center;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
}
 .BBG-sub-heading {
    padding:0px 10px;
    text-align:center; 
}*/

#container-bottom {
    bottom:-100px;
}
#footer{
  bottom:-140px;
}
#icon-one {
    margin: 0px -15px 0px 45px;
    text-align: center;
    padding: 10px 0px 0px 10px;
}
#icon-two {
    margin: -10px -15px 0px 0px;
    text-align: center;
    padding-top:-2px;
}
#icon-three {
    margin: -10px -15px 0px 0px;
    text-align: center;
    padding-top:-2px;
}
.container-inner-heading {
	font-size: 40px;
	text-align: left;
	color: #F46A0B;
}
#container-inner-left {
	width: 45%;
	float: left;
	height: 350px;
	margin-top: 85px;
	padding: 0px 0px 0px 60px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
}    
@media only screen and (min-width:1024px) and (max-width:1279px) {
#nav {
	height: 100px;
}
#container-main{
    height:1000px;
}
#container-inner-left {
	width: 49%;
	float: left;
	height: 200px;
	margin-top: 35px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 10px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
#container-bottom {
	bottom: 160px;
	height: 150px;
}
#text-bottom {
	width: 450px;
	font-size: 11px;
	margin: 25px;
	padding: 12px 0px;
}
.tooltip .tooltiptext {
	margin-left: -70px;
}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates{
    width:200px;
    height:320px;
    float:left;
    background-color:#ffffff;
    margin:-230px 0px 0px 10px;
    box-shadow: 3px 2px 10px #58595b;
 }
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .NCP-sub-heading {
    padding:0px 10px; 
    text-align:center;
    font-size:12px;
}
.NCP_img{
    margin-top:27px;
}
#right-affiliates {
	width: 200px;
	height: 320px;
	float: right;
	background-color: #ffffff;
	margin: -230px 10px 0px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px;
    text-align:center;
    font-size:12px; 
}*/

#icon-one {
	margin: 25px 0px 0px 100px;
	padding: 0px;
	width:110px;
}
#icon-two {
    padding-top: 25px;
    margin-right:0px;
    width:110px;
}
#icon-three {
    padding-top: 25px;
    margin-right:0px;
    width:110px;
}
.tooltip .tooltiptext {
    left: 35%;
}
#container-top {
    height: 400px;
    left: 0;
    margin: 85px auto 150px;
    position: absolute;
    width: 100%;
}
#dropdowns {
    width: 610px;
}
#type-field {
    width: 310px;
}
h1 {
    font-size: 35px;
}
#temp_notice {
	margin-top: 10px;
}
#footer{
    bottom:120px;
}
}    
@media only screen and (min-width:800px) and (max-width:1023px) {
#nav {
	height: 100px;
}
#container-main{
    height:1024px;
}
#container-inner-left {
	width: 60%;
	float: left;
	height: 200px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
#container-bottom {
	height: 235px;
	position: relative;
	bottom: -760px;
}
#text-bottom {
    width: 680px;
}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 155px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .NCP-sub-heading {
    padding:0px 10px 10px; 
    text-align:center;
    font-size:12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 25px 155px 0px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 715px;
    height:100px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo{
    width:180px; 
    height:80px;
    margin:10px;
}
.NOD-wording{
    width:475px; 
    height:80px;
    margin:15px;
    float:left;
    clear:both;
    font-size:22px;
    font-weight:bold;
    text-align:center;
  
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    visibility:hidden !important;
    margin-left: 0;
    position:absolute;
}
#icon-one {
	margin: 0 auto;
	text-align: center;
	width: 150px;
	padding-top: 0px;
	padding-left: 175px;
}
#icon-two {
    margin: 0 auto;
    text-align: center;
    width: 150px;
    padding-top:0px;
}
#icon-three {
    margin: 0 auto;
    text-align: center;
    width: 150px;
    padding-top:0px;
}
#footer {
    bottom: 0px;
}
#footer p {
    padding-left: 70px;
}
#footer ul{
    padding-left:170px;
    float: left;
}
}
@media only screen and (min-width:768px) and (max-width:799px) {
#container-main{
    height:1100px;
}
#container-top {
    height: 400px;
    left: 0;
    margin: 110px auto 150px;
    position: absolute;
    width: 100%;
}
#container-inner-left {
	width: 60%;
	float: left;
	height: 200px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
#container-bottom {
	height: 270px;
	position: relative;
	bottom: -765px;
}
#text-bottom {
    width: 680px;
    margin: 20px 29px 10px 10px;
}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 155px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .NCP-sub-heading {
    padding:0px 10px 10px; 
    text-align:center;
    font-size:12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 25px 155px 0px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 500px;
    height:135px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo{
    width:180px; 
    height:80px;
    margin:30px 0px;
}
.NOD-wording{
    width:260px; 
    height:135px;
    margin:15px;
    float:left;
    clear:both;
    font-size:22px;
    font-weight:bold;
    text-align:center;
  
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    visibility:hidden !important;
    margin-left: 0;
    position:absolute;
}
#icon-one {
    margin: 0 auto;
    text-align: center;
    width: 150px;
    padding-top:0px;
    padding-left:150px;
}
#icon-two {
    margin: 0 auto;
    text-align: center;
    width: 150px;
    padding-top:0px;
}
#icon-three {
    margin: 0 auto;
    text-align: center;
    width: 150px;
    padding-top:0px;
}
#footer {
    bottom: -265px;
}
#footer p {
    padding-left: 60px;
}
#footer ul{
    padding-left:140px;
    float: left;
}

    }

@media (max-width:740px) {
    #nav {
        height: 80px;
    }
    #nav img {
        width: 100px;
        margin:0px;
    }
    #nav ul {
        margin-top: 0;
    }
    #nav li {
        padding: 5px;
    }
    .cta img {
    width:40px;
    }
    a.cta {
        font-size: 20px;
    }
    h1{
        display: inline;
        font-size:25px;
    }
    .text {
    float: left;
    width:90%;
    padding: 0 40px 10px 30px;
    height:100%;
    }
    p.subtext {
    font-size:10px;
    margin-top:20px;
    }

    #footer {
        font-size: 10px;
        bottom:-335px;
    }
    #footer p {
        float: left;
    }
    #footer ul {
        float: left;
    }
    #footer li {
        padding: 0 5px 0 0;
    }
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	margin: 35px 0px 0px 60px;
}
#right-affiliates {
	margin: 35px 60px 0px 0px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 500px;
    height:135px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo{
    width:180px; 
    height:80px;
    margin:30px 0px;
}
.NOD-wording{
    width:260px; 
    height:135px;
    margin:15px;
    float:left;
    clear:both;
    font-size:22px;
    font-weight:bold;
    text-align:center;
  
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#container-top {
	position:inherit;
}
#container-inner-left {
	width: 65%;
	float: left;
	height: 180px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
#container-bottom {
	height: 285px;
	position:inherit;
	margin-top:215px;
}
#icon-one {
	padding: 20px 0px 0px 130px;
}
#icon-two {
	padding-top: 20px;
}
#icon-three {
	padding-top: 20px;
}
#text-bottom {
	margin: 0px auto;
	clear: both;
	float:none;
}
.tooltip .tooltiptext {
	width: 420px;
}
}

@media only screen and (min-width:678px) and (max-width:739px){
#cssmenu > ul li#responsive-tab a {
    padding-left: 515px;
}
#cssmenu > ul {
    width: 95%;
}
#container-main{
 width:100%;
 height:925px;
}  
#container-top {
    height: 375px;
    margin: 85px auto 150px;
    position: relative;
    width: 100%;
}
#container-inner-left {
	width: 70%;
	float: left;
	height: 180px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
.ctas {
    max-width:250px;
}
a.cta img {
    margin: 0 30px 0 0;
}
.top{visibility:hidden; width:250px;}
.bottom{visibility:hidden; width:250px;}
.top-small{visibility:visible; }
.bottom-small{visibility:visible;}
#container-bottom {
	height: 245px;
	position: relative;
	bottom: -15px;
	clear: both;
	margin-top: 50px;
}
#text-bottom {
    width: 592px;
    margin: 10px;
}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 90px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .NCP-sub-heading {
    padding:0px 10px 10px; 
    text-align:center;
    font-size:12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 25px 90px 0px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 570px;
    height:100px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo {
	width: 125px;
	height: 56px;
	margin: 20px 0px 10px 20px;
	float: left;
}
.NOD-wording {
	width: 400px;
	height: 35px;
	margin: -55px auto;
	float: right;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    visibility:hidden !important;
    margin-left: 0;
    position:absolute;
}
#icon-one {
	margin: 0 auto;
	text-align: center;
	width: 150px;
	padding: 0px 0px 0px 95px;
	float: left;
}
#icon-two {
	margin: 0 auto;
	text-align: center;
	width: 150px;
    padding: 0px 0px 0px;
}
#icon-three {
	margin: 0 auto;
	text-align: center;
	width: 150px;
    padding: 0px 0px 0px;
}
#footer {
	bottom: -265px;
}
#footer p {
    padding-left: 80px;
}
#footer ul{
    padding-left:80px;
}}
@media only screen and (min-width:651px) and (max-width:677px){
#cssmenu > ul li#responsive-tab a {
    padding-left: 495px;
}
#cssmenu > ul {
    width: 95%;
}
#container-main{
 width:100%;
 height:935px;
}  
#container-top {
	height: 425px;
	margin: 85px auto 0px;
	position: relative;
	width: 100%;
}
#container-inner-left {
	width: 75%;
	float: left;
	height: 180px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
.ctas {
    max-width:250px;
}
a.cta img {
    margin: 0 30px 0 0;
}
.top{visibility:hidden; width:250px;}
.bottom{visibility:hidden; width:250px;}
.top-small{visibility:visible; }
.bottom-small{visibility:visible;}
#container-bottom {
	height: 255px;
	position: relative;
	bottom: -10px;
	clear: both;
	margin-top:130px;
}
#text-bottom {
    width: 565px;
    margin: 10px;
}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 90px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .NCP-sub-heading {
    padding:0px 10px 10px; 
    text-align:center;
    font-size:12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 25px 90px 0px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 570px;
    height:100px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo {
	width: 125px;
	height: 56px;
	margin: 20px 0px 10px 20px;
	float: left;
}
.NOD-wording {
	width: 400px;
	height: 35px;
	margin: -55px auto;
	float: right;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    visibility:hidden !important;
    margin-left: 0;
    position:absolute;
}
#icon-one {
	margin: 0 auto;
	text-align: center;
	width: 150px;
	padding: 0px 0px 0px 95px;
	float: left;
}
#icon-two {
	margin: 0 auto;
	text-align: center;
	width: 150px;
    padding: 0px 0px 0px;
}
#icon-three {
	margin: 0 auto;
	text-align: center;
	width: 150px;
    padding: 0px 0px 0px;
}
#footer {
	bottom: -330px;
}
#footer p {
    padding-left: 60px;
}
#footer ul{
    padding-left:60px;
}}
@media only screen and (min-width:600px) and (max-width:650px){
#cssmenu > ul li#responsive-tab a {
    padding-left: 435px;
}
#cssmenu > ul {
    width: 95%;
}
#container-main{
 width:100%;
 height:910px;
}  
#container-top {
    height: 600px;
    margin: 85px auto 0px;
    position: relative;
    width: 100%;
}
#container-inner-left {
	width: 80%;
	float: left;
	height: 180px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
.ctas {
    max-width:250px;
}
a.cta img {
    margin: 0 30px 0 0;
}
.top{visibility:hidden; width:250px;}
.bottom{visibility:hidden; width:250px;}
.top-small{visibility:visible; }
.bottom-small{visibility:visible;}
#container-bottom {
	height: 265px;
	position: relative;
	clear: both;
	margin-top:75px;
}
#text-bottom {
    width: 515px;
    margin: 10px;
}
#left-affiliates{display:none;}
#right-affiliates{display:none;}

/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 5px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .NCP-sub-heading {
    padding:0px 10px 10px; 
    text-align:center;
    font-size:12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 25px 5px 90px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 570px;
    height:100px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo {
	width: 125px;
	height: 56px;
	margin: 20px 0px 10px 20px;
	float: left;
}
.NOD-wording {
	width: 400px;
	height: 35px;
	margin: -55px auto;
	float: right;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    visibility:hidden !important;
    margin-left: 0;
    position:absolute;
}
#icon-one {
	margin: 0 auto;
	text-align: center;
	width: 150px;
	padding: 0px 0px 0px 65px;
	float: left;
}
#icon-two {
	margin: 0 auto;
	text-align: center;
	width: 150px;
    padding: 0px 0px 0px;
}
#icon-three {
	margin: 0 auto;
	text-align: center;
	width: 150px;
	padding: 0px;
}
#footer {
	position: relative;
	bottom: 15px;
}
#footer p {
    padding-left: 30px;
}
#footer ul{
    padding-left:30px;
}}
@media only screen and (min-width:568px) and (max-width:599px){
#cssmenu > ul li#responsive-tab a {
    padding-left: 410px;
}
#cssmenu > ul {
    width: 94%;
}
#container-main{
 width:100%;
 height:920px;
}  
#container-top {
    height: 600px;
    margin: 85px auto 0px;
    position: relative;
    width: 100%;
}
#container-inner-left {
	width: 80%;
	float: left;
	height: 180px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
.ctas {
    max-width:250px;
}
a.cta img {
    margin: 0 30px 0 0;
}
.top{visibility:hidden; width:250px;}
.bottom{visibility:hidden; width:250px;}
.top-small{visibility:visible; }
.bottom-small{visibility:visible;}
#container-bottom {
	height: 270px;
	position: relative;
	clear: both;
	margin-top:70px;
}
#text-bottom {
    width: 485px;
    margin: 10px;
}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 5px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .NCP-sub-heading {
    padding:0px 10px 10px; 
    text-align:center;
    font-size:12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 25px 5px 90px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 545px;
    height:100px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo {
	width: 125px;
	height: 56px;
	margin: 20px 0px 10px 20px;
	float: left;
}
.NOD-wording {
	width: 400px;
	height: 35px;
	margin: -55px auto;
	float: right;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    visibility:hidden !important;
    margin-left: 0;
    position:absolute;
}
#icon-one {
	margin: 0 auto;
	text-align: center;
	width: 150px;
	padding: 0px 0px 0px 45px;
	float: left;
}
#icon-two {
	margin: 0 auto;
	text-align: center;
	width: 150px;
    padding: 0px 0px 0px;
}
#icon-three {
	margin: 0 auto;
	text-align: center;
	width: 150px;
	padding: 0px;
}
#footer {
	position: relative;
	bottom: 30px;
}
#footer p {
    padding-left: 20px;
}
#footer ul{
    padding-left:20px;
}}
@media only screen and (min-width:480px) and (max-width:567px){
#cssmenu > ul li#responsive-tab a {
    padding-left: 330px;
}
#cssmenu > ul {
    width: 93%;
}
#container-main{
 width:100%;
 height:655px;
}  
#container-top {
	height: 615px;
	margin: 85px auto 0px;
	position: relative;
	width: 100%;
}
#container-inner-left {
	width: 95%;
	float: left;
	height: 180px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
.ctas {
    max-width:250px;
}
a.cta img {
    margin: 0 30px 0 0;
}
.top{visibility:hidden; width:250px;}
.bottom{visibility:hidden; width:250px;}
.top-small{visibility:visible; }
.bottom-small{visibility:visible;}
#container-bottom {
	height: 165px;
	position: relative;
	clear: both;
	margin-top:50px;
}
#text-bottom {
    width: 395px;
    margin: 10px;
}
#chat-widget-container{bottom:45px !important;}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 5px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .NCP-sub-heading {
    padding:0px 10px 10px; 
    text-align:center;
    font-size:12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 25px 5px 90px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 290px;
    height:100px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo {
	width: 125px;
	height: 56px;
	margin: 10px 0px 10px 85px;
}
.NOD-wording {
	width: 290px;
	height: 35px;
	margin: -10px auto;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    display:none;
}
#icon-one {
	display:none;
}
#icon-two {
	display:none;
}
#icon-three {
	display:none;
}
#footer {
	position: relative;
	bottom: -135px;
}
#footer p {
    padding-left: 5px;
}
#footer ul{
    padding-left:5px;
}}
@media only screen and (min-width:414px) and (max-width:479px){
/*body{background-image:none;}*/
#cssmenu > ul li#responsive-tab a {
    padding-left: 275px;
}
#cssmenu > ul {
    width: 92%;
}
#container-main{
 width:100%;
 height:675px;
}  
#container-top {
    height: 635px;
    margin: 85px auto 0px;
    position: relative;
    width: 100%;
}
#container-inner-left {
	width: 95%;
	float: left;
	height: 180px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
.ctas {
    max-width:250px;
}
a.cta img {
    margin: 0 30px 0 0;
}
.top{visibility:hidden; width:250px;}
.bottom{visibility:hidden; width:250px;}
.top-small{visibility:visible; }
.bottom-small{visibility:visible;}
#container-bottom {
	height: 200px;
	position: relative;
	clear: both;
	margin-top:25px;
}
#text-bottom {
    width: 330px;
    margin: 10px;
}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 100px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
.NCP-sub-heading {
	padding: 0px 10px 10px;
	text-align: center;
	font-size: 12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 30px 100px 90px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 290px;
    height:100px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo {
	width: 125px;
	height: 56px;
	margin: 10px 0px 10px 85px;
}
.NOD-wording {
	width: 290px;
	height: 35px;
	margin: -10px auto;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    display:none;
}
#icon-one {
    display:none;
}
#icon-two {
    display:none;
}
#icon-three {
    display:none;
}
#footer {
	position: relative;
	bottom: -145px;
}
#footer p {
    padding-left:5px;
}
#footer ul{
    padding-left:5px;
}}
@media only screen and (min-width:375px) and (max-width:413px){
/*body{background-image:none;}*/
#cssmenu > ul li#responsive-tab a {
    padding-left: 225px;
}
#cssmenu > ul {
    width: 91%;
}
#container-main{
 width:100%;
 height:785px;
}  
#container-top {
    height: 650px;
    margin: 85px auto 0px;
    position: relative;
    width: 100%;
}
#container-inner-left {
	width: 95%;
	float: left;
	height: 180px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
.ctas {
    max-width:250px;
}
a.cta img {
    margin: 0 30px 0 0;
}
.top{visibility:hidden; width:250px;}
.bottom{visibility:hidden; width:250px;}
.top-small{visibility:visible; }
.bottom-small{visibility:visible;}
#container-bottom {
	height: 215px;
	position: relative;
	clear: both;
	margin-top:10px;
}
#text-bottom {
	width: 290px;
	margin: -5px 10px;
}
#chat-widget-container{bottom:190px !important;}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 80px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
.NCP-sub-heading {
	padding: 0px 10px 10px;
	text-align: center;
	font-size: 12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 30px 80px 90px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 290px;
    height:100px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo {
	width: 125px;
	height: 56px;
	margin: 10px 0px 10px 85px;
}
.NOD-wording {
	width: 290px;
	height: 35px;
	margin: -10px auto;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    display:none;
}
#icon-one {
	display:none;
}
#icon-two {
    display:none;
}
#icon-three {
    display:none;
}
#footer {
	position: relative;
	bottom: -45px;
}
#footer p {
    padding-left:5px;
}
#footer ul{
    padding-left:5px;
}
}
@media only screen and (min-width:320px) and (max-width:374px){
/*body{background-image:none;}*/
#cssmenu > ul li#responsive-tab a {
    padding-left: 185px;
}
#cssmenu > ul {
    width: 90%;
}
#container-main{
 width:100%;
 height:875px;
}  
#container-top {
	height: 600px;
	margin: 85px auto 70px;
	position: relative;
	width: 100%;
}
#container-inner-left {
	width: 95%;
	float: left;
	height: 180px;
	margin-top: 5px;
	padding: 25px 0px 0px 15px;
	line-height: 1;
	background-color: #fff;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.container-inner-heading {
	font-size: 22px;
	text-align: left;
	color: #F46A0B;
}
.vec-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: -15px;
	margin-right: 8px;
}
#container-inner-right {
	width: 100%;
	float: left;
	height: 400px;
	padding-top: 10px;
}
#dropdowns {
    width: 305px;
}
.TextBox{
    width: 300px !important;
}
#state-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px !important;
}
#type-field {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 10px auto 25px;
    text-align: center;
    width: 300px;
}
#order-field {
	margin: 0px auto 0px;
	width: 300px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: Black;
}
.ctas {
    max-width:250px;
}
a.cta img {
    margin: 0 30px 0px 0;
}
.top{visibility:hidden; width:250px;}
.bottom{visibility:hidden; width:250px;}
.top-small{visibility:visible; }
.bottom-small{visibility:visible;}
#container-bottom {
	height: 305px;
	position: relative;
	margin-top: 25px;
	clear: both;
}
#text-bottom {
	width: 230px;
	margin: -5px 10px;
	padding-top:20px;
}
#chat-widget-container{bottom:60px !important;}
#left-affiliates{display:none;}
#right-affiliates{display:none;}
/*#left-affiliates {
	width: 200px;
	height: 305px;
	float: left;
	background-color: #ffffff;
	margin: 25px 0px 0px 52px;
	box-shadow: 3px 2px 10px #58595b;
}
 #left-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .NCP-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
.NCP-sub-heading {
	padding: 0px 10px 10px;
	text-align: center;
	font-size: 12px;
}
.NCP_img{
    margin-top:-10px;
}
#right-affiliates {
	width: 200px;
	height: 305px;
	float: right;
	background-color: #ffffff;
	margin: 30px 52px 90px 0px;
	box-shadow: 3px 2px 10px #58595b;
}
 #right-affiliates p{
     text-align:center;
     font-size:11px;
 }
 .BBG-heading {
    padding:0px 10px; 
    font-weight:bold;
    text-align:center;
    font-size:12px;
}
 .BBG-sub-heading {
    padding:0px 10px;
    text-align:center;
    font-size:12px; 
}
.BBG_img{
    margin-top:-36px;
}*/
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
#NOD{
    width: 290px;
    height:100px;
    background-color:white;
    margin:120px auto 50px;
    box-shadow: 3px 2px 10px #58595b;
    border:5px solid black;
}
.NOD-logo {
	width: 125px;
	height: 56px;
	margin: 10px 0px 10px 85px;
}
.NOD-wording {
	width: 290px;
	height: 35px;
	margin: -10px auto;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*-------------------------------------------------------------------------NOD ADVERTISING----------------------------------------------------------------------*/
.tooltip .tooltiptext {
    display:none;
}
#icon-one {
	display:none;
}
#icon-two {
    display:none;
}
#icon-three {
    display:none;
}
#footer {
	position: relative;
	bottom: -55px;
}
#footer p {
    padding-left:5px;
}
#footer ul{padding-left:0px;}
}