body > div {
    width: 100%;
    /*display: table;*/
    font-family: Raleway;
}
button:hover{
    background-color:#DE8703;
}
body{
    padding-top:50px;
}
.nopadding{
    padding:0px;
}
.hide1{
    display: none;
}
.center{
    text-align: center;
}
#navbar ul{
    list-style-type: none;
    display: inline-flex;
    margin: 0px;
    padding-left: 0px;
}
#navbar ul > li > a:hover{
    text-decoration: none;
    color:#0062A0;
}
li > a {
    color:#3d3d3d;
}
a{
    color:#3d3d3d;
}
p, li{
    color:#868686;
    font-weight:500;
    font-size:15px;

    margin: 0px;
}
h1{
    color:#8DC63F;
    font-size:35px;
    padding-bottom:5px;  
}
h2{
    font-size:15px;
    text-transform: uppercase;
    font-weight:600;
    color:#3d3d3d;
}
h3{
    font-size: 12px;
    color: #fff;
    padding-bottom:20px;
    margin: 0px;
    line-height: 18px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #555;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #555;
}
:-moz-placeholder { /* Firefox 18- */
    color: #555;
}


/*=N  A  V  B  A  R
-----------------=======================================*/
#navbar{
    background-color: #c2d7f1;
    opacity: 1;
    position:fixed;
    z-index: 99;
    top:0px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
	box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
}
.cent > a > img {
    width: auto;
    max-height: 35px;
}

.logo{
    margin: 0 auto;
    display:table;
}
.livechat2  > a >  img{
    width:40px;
    padding-right:10px;
    height:100%;
}
.livechat2 > a:hover{
    text-decoration:none;
}
.livechat2 > a{
    text-decoration:none;
    font-weight:600;
}
.navlinks{
    font-weight: 600;
    color: #7d838d;
    text-align: right;
    font-size:12px;
    text-transform:uppercase;
    padding:5px 0;
}
.navlinks2 {
    font-weight:600;
    text-align: center;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.livechat{
    font-weight:600;
    font-size:17px;
}
.navflex{
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    height: 60px;
    width: 100%;
    line-height: 50px;
}
.hdrLink a{
    text-decoration: none !important;
    font-size: 15px;
    padding-right: 14px;
    font-weight: 600;
    display:block;
    float: right;
}
#navbar a{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#navbar a:hover{
    color:#00AEEF !important;
}
.navlinks i{
    font-size: 25px;
    margin-left: 20px;
}
.hdrLink i, #blue i{
    font-size: 25px;
    margin-right: 10px;
}
.centerBtn {

}
#phoneHdr i {
    color: #C2D7F1;
    background-color: #3d3d3d;
    padding: 11px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 21px;
}
#buyHdr {
    color: #fff;
    background-color: #002C4F;
    margin-right: 20px;
    padding: 10px;
    border-radius: 5px;
}



/*=H  O  M  E  C
-----------------=======================================*/
#homeC{
    background: url("https://centricity.com/wp-content/themes/centricity/images/green-circle.jpg") no-repeat;
    background-size:cover;
}
#homeC {
    padding: 50px 0; 
}
#homeC p{
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
#homeC .discl{
    color:#868686;
    font-size: 10px;
    font-style: italic;
    line-height: 20px;
    font-weight: 400;
}
#homeC li{
    line-height: 20px;
    font-weight: 500;
}
.orange > img{
    width:40%;
}
.whitespace{
    background-color:#fff;
}
#homeC a {
    background-color:#8DC63F;
    width: 80%;
    height: 60px;
    border:0px;
    border-radius:5px;
    font-size:17px;
    text-transform: uppercase;
    font-weight:700;
    margin: 0px auto;
    text-align:center;
    display: flex;
	justify-content: center;
	flex-direction: column;
    text-decoration: none;
    margin-top:20px;
    color:#fff;
}
#homeC a:hover{
    background: -webkit-linear-gradient(#8DC63F, #75b220); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8DC63F, #75b220); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8DC63F, #75b220); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8DC63F, #75b220);
    text-decoration: none;
}
.bluebox2 img{
    width: 80%;
    margin:0 auto;
    padding-bottom: 10px;
    min-height: 1px;
    max-width:200px;
    /*max-height: 38px;*/ /* Sears logo */
}
.bluebox2 span{
    font-size: 10px;
    line-height: 10px;
}
.bluebox2 input {
    width: 80%;
    display: block;
    margin: 20px auto;
    font-size: 20px;
}


/*=G  R  A  Y
-----------------=======================================*/
#gray{
    background-color:#eee;
    padding: 30px 0;
}
.bluetri {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}
.price2{
    font-size: 15px;
    margin:0 auto;
    display:table;
}
#gray img {
    max-width: 100%;
}
#gray h2{text-align: center;}
.grayflex{
    float:left;
    display: flex;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-align-items: center;
    height: 51px;
    width:100%;
    text-align: center;
}


/*=P  R  O  D  U  C  T  S
----------------=======================================-*/
#products{
    background-color: #fff;
    padding: 50px 0;
}
#products p {
    color:#333;
    font-size:16px;
    line-height:30px;
    padding-bottom:30px;
}
.products h5{
    color:#333;
    font-size:15px;
    line-height:21px;
    margin-top: 14px;
    font-weight:600;
    margin-bottom:5px;
}
#products h1{
    color:#333;
    margin-bottom:20px;
    padding-bottom:0px;
}
#products h3{
    color:#333;
    text-align:center;
}
.products{
    margin-bottom:20px;
}
.products p{
    padding-bottom: 0 !important;
}
.products img{
    width: 70%;
    max-width: 100px;
    max-height: 40px;
    height:100%;
}
.svgBox{
  line-height:50px;
}
#products .moreproducts a{
    background:none;
    display:inline;
    text-transform: none;
    font-size:16px;
    color: #3d3d3d;
}
#products .moreproducts a:hover{
   background:none;
   color: #f39301;
}




#FAQ a{
    background:none;
    display:inline;
    text-transform: none;
    font-size:14px;
    color: inherit;
}
#FAQ a:hover{
    background:none;
    color: #f39301;
    cursor: pointer;
}



#products a {
    background-color: #f39301;
    height: 60px;
    border-radius: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    text-decoration: none;
    color: #fff;
}
#products a:hover{
    background: -webkit-linear-gradient(#f39301, #C37600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f39301, #C37600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f39301, #C37600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f39301, #C37600);
    text-decoration: none;
}
#hiddenProducts{display: none;}
#viewMore{
    cursor: pointer;
    border-top:1px  solid #333;
    border-bottom:1px  solid #333;
    margin-bottom:20px;
    color:#333;
    font-size:18px;
    text-transform:uppercase;
    padding:20px 0;
    text-align:center;
}
#hiddenProducts.visibleMobile{display:block;}
#modal1 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    background-color: rgba(0,0,0,.7);
    padding: 20px 0;
}
#modal1 .modal1 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    width: 57px;
    text-align: center;
}
#modal1 .container{
    position: relative;
    padding: 20px;
}
#modalContainer {
    background-color: #FFF;
    padding: 20px;
    display: table;
    margin: 0 auto;
    position: relative;
    height: 80%;
}
#modal1 ul{
    display:block;
}
#modal1 li {
    font-size: 16px;
    line-height: 28px;
}


/*=H O W  I T  W O R K S
-----------------=======================================*/

#hiw{
    background: #fff url("images/hiw2-1.jpg") no-repeat center; 
    background-size:cover;
    padding: 90px 0;
}
#hiw h5{
    color: #3D3D3D;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
#hiw h1{
   color:#3D3D3D;
}
#hiw a{
    color:#3D3D3D;
}
#hiw p{
    color:#3D3D3D;
    text-align: center;
    margin-bottom:40px;
}
.hiw img{
    width: 70%;
    max-width: 100px;
    max-height: 60px;
    height:100%;

}
.hiw p{
    text-align:center;
}
.hiw2 a{
    background-color: #f39301;
    height: 60px;
    border-radius: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    text-decoration: none;
    color: #fff;
    margin-top: 30px;
}
.hiw2 a:hover{ 
    background: -webkit-linear-gradient(#f39301, #C37600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f39301, #C37600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f39301, #C37600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f39301, #C37600);
    text-decoration: none;
}

/*=C  O  S  T
-----------------======================================*/

#avgcost{
    background-color:#fff;
    padding: 50px 0px;
}
#avgcost p{
    padding-bottom:20px;
    text-align:center;
    color:#000;
}
#avgcost h1{
    color:#3d3d3d;
    text-align:center;
    font-size:30px;
}
#avgcost img{
    width: 70%;
    max-width: 100px;
    max-height: 60px;
    height:100%;
    margin: 0 auto;
    display: table;
    margin-top:30px;
}
.dome{
    padding:20px 50px;
    border-radius: 1000px 0 0 1000px;
}
.avgcost1 .dome{
    background-color: #ADCCEB;
}
.avgcost2 .dome{
    background-color: #3C99D3;
}
.avgcost3 .dome{
    background-color: #8DC63F;
}
.avgcost4 .dome{
    background-color: #FFA409;
}
#avgcost .dome h2{
    margin-top: 27px;
        color: #000;
    text-align: center;
    font-size: 20px;
}
#avgcost .avgcost h4{
   font-size:25px;
    color:gray;
    text-align:center;
    padding-top:40px;
}
#avgcost  p{

    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: center;
}
#avgcost .avgcostflex h4{
    text-align:center;
}
#avgcost .avgcostp{
    color:gray;
    text-align:center;
}
.avgcost a {
    background-color: #8DC63F;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
        width: 240px;
    height: 60px;
    margin:0 auto;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-top:30px;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    text-decoration: none;
    color: #fff;
}
.avgcost a:hover {
    background: -webkit-linear-gradient(#8DC63F, #75b220); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8DC63F, #75b220); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8DC63F, #75b220); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8DC63F, #75b220);
    text-decoration: none;
}





#faqmodal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    background-color: rgba(0,0,0,.7);
    padding: 20px 0;
}
#faqmodal  .faqmodal {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    width: 57px;
    text-align: center;
}
#faqmodal  .container{
    position: relative;
    padding: 20px;
}
#modalContainer {
    background-color: #FFF;
    padding: 20px;
    display: table;
    margin: 0 auto;
    position: relative;
}
#faqmodal  ul{
    display:block;
}
#faqmodal  li {
    /*font-size: 16px;*/
    line-height: 28px;
    font-weight: normal;
}

#faqmodal  a {
    
}




/*=S  T  E  P  S
-----------------=======================================*/
#steps{
    background: #fff url("images/hiw2-1.jpg") no-repeat center; 
    background-size:cover;
    /*padding: 40px 0;*/
}
#steps h5{
    color: #3D3D3D;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
#steps h1{
   color:#3D3D3D;
}
#steps a{
    color:#3D3D3D;
}
#steps p{
    color:#3D3D3D;
    /*text-align: center;*/
    margin-bottom:40px;
    /*font-size:13px*/
}
.steps img{
    width: 70%;
    max-width: 100px;
    max-height: 60px;
    height:100%;

}
.steps p{
    text-align:center;
}

#steps .steps p{
  
text-align: center;
font-size: 15px;
/*font-weight: 600;*/
}
.steps img{
    width: 70%;
    max-width: 100px;
    max-height: 40px;
}

.steps2 a{
    background-color: #f39301;
    color:#FFF !important;
    height: 60px;
    border-radius: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    text-decoration: none;
    color: #fff;
    margin-top: 30px;
}
.steps2 a:hover{ 
    background: -webkit-linear-gradient(#f39301, #C37600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f39301, #C37600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f39301, #C37600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f39301, #C37600);
    text-decoration: none;
}

/*=A  B  O  U  T
-----------------======================================*/
#about{
    background-color:#fff;
    padding: 50px 0;
}
#about p{
    padding-bottom:20px;
    text-align:center;
    color:#000;
}
#about h4{
    text-align:center;
    font-size:30px;
}
#about img{
    width:60%;
}
#aboutimg{
    /*background: #fff url("Images/Iconnect.jpg") no-repeat top center;*/
    /*background: #fff url("Images/iStock-654100004_resized.jpg") no-repeat top center;*/
    background: #fff url("Images/iStock-654100004_2000x500-2.jpg") no-repeat top center;
    background-size: cover;
    height: 179px;
}
#about h1{
    color:#3d3d3d;
}

/*=F  O  R  M
-----------------======================================*/
#form{
    background-color:#eee;
    padding:50px 0;   
}
#form h4{
    font-size: 20px;
    text-align: center;
    color: #00558b;
}
input {
    border-radius:5px;
    border-style: none;
    height: 50px;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom:20px;
    padding-left:15px;
    color: #000;
}
input.citystatezip{
    margin-bottom:50px;
}
#form p{
    padding-bottom:20px;
}
input.captcha{
    width:90%;
    display:table;
    margin:0 auto;
}
#form .submitbutton{
    background-color: #8DC63F;
    width: 100%;
    height: 60px;
    border: 0px;
    border-radius: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px auto;
    -webkit-justify-content: center;
    margin-top: 40px;
    color:#fff;
}
#form .submitbutton:hover{  
    background: -webkit-linear-gradient(#8DC63F, #75b220); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8DC63F, #75b220); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8DC63F, #75b220); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8DC63F, #75b220);
    text-decoration: none;
}
input[type="checkbox"]{
    width:auto;
    height:auto;
    float: right;
}
.legalCheck{
    width:100%;
    color:#868686;
    font-size: 12px;
    font-weight: 400;
    padding-top: 20px;
}
.legalCheck .col-xs-11{
    margin-bottom: 10px;
}
.legalCheck .center{
    margin-top: 20px;
}

/*=B  L  U  E
-----------------======================================*/
#blue{
    background-color: #00558B;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 45px;
    font-size:16px;
}
#blue p{
    color:#fff;
}

#blue a >  img{
    width:40px;
    padding-right:10px;
}
#blue a{
    color:#fff;
    font-weight:500;
    margin-right:30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display:block;
    float:left;
    width: 100%;
}
#blue span{
    font-size:20px;
    color:#fff;
    font-weight:800;
    margin-right:30px;
    display:block;
    float:left;
}
#blue a:hover{
    text-decoration: none;
    color:#f39301;
}
#blue span{
    width:100%;
    text-align: left;
}

/*=F  O  O  T  E  R
-----------------======================================*/
#footer{
    background-color:#fff;
    padding:30px 0;
}
#footer p{
    color:#506E82;
    font-weight:500;
    margin-bottom:5px;
    font-size: 12px;
}
#footer p.p3{
    margin-bottom:0px;
}
#footer a{
    color:#506E82;
}
#footer a:hover{
    color:#00558B;
}



@media (min-width: 768px){
    h1{
        text-align: left;
    }
    h3{
        font-size: 12px;
        color: #fff;
        padding-bottom:40px;
        margin: 0px;
    }
    h4{
        padding-bottom: 10px;
        font-size:40px;
    }
    .logo > img{
        left: -14%;
        width:30px;
        height:30px;
    }   
    .navlinks2 li {
        padding-right: 20px;
    }
    .grayflex{
        width:auto;
    }
	#steps{
        
	}
    .orange > img{

        width:20%;
    }
    .homeC >p{
        padding-top:20px;

    }
    #homeC p, #homeC li{
        line-height: 30px;    
        font-size: 18px;
        color: #3D3D3D;
        /*color: #8DC63F;*/
    }

    .homeC p{text-align: left !important;}
    .bluebox2{
        background-color: #002b50;  
        -webkit-justify-content: center;
        flex-wrap: wrap;
        height: 500px;
	    display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
        position: fixed;
        color: white;
        top:100px;
        width:275px;
        margin-left: 50px;
        z-index: 98;
    }
    #blueArrow{
        background:url(images/arrow-down.png) no-repeat bottom center;
        height:52px;
        width:275px;
        position: fixed;
        top:600px;
        margin-left: 50px;
        z-index: 98;
    }
    #homeC h3{
        padding-bottom: 10px;
        text-transform:uppercase;
        font-size:20px;
    } 
    .bluebox2 >p{
        padding-bottom: 20px;
        color:#fff;
        text-transform:uppercase;
    }
    .bluebox{
        background-color: #002b50;
        right: 200px;
        height: 46.3%;
        position: fixed;
        top: 100px;
        font-size: 40px;
    }

    /*=products
    -----------------*/
    .products h5,
    .products p{
        text-align: center;
    }
    #hiddenProducts{display: block !important;}
    #products h5{
        min-height:50px;
        }
    #products h3{
	    text-align:left;
	}

/*=hiw
    -----------------*/
    #hiw p{
       
        text-align: left;
        font-size:18px;
    }
    #hiw .hiw p{
  
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    }
   .hiw img{
        width: 70%;
        max-width: 100px;
        max-height: 40px;
    }
   
/*=C  O  S  T
-----------------======================================*/
#cost{
    background-color:#eee;
    padding: 50px 0;
}
/*#cost p{
    padding-bottom:20px;
    text-align:left;
    color:#000;
}*/

#cost p{
    padding-bottom: 20px;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

#cost h1{
    color:#3d3d3d;
}
#cost img{
    max-width: 877px;
    width: 100%;
}
#costimg{
    background: #fff url("images/pie2.png") no-repeat;
    background-size: contain;
    height: 291px;
    width: 100%;
}
#costimg2{
    background: #fff url("images/pie3.png") no-repeat;
    background-size: contain;
    height: 173px;
    width: 100%;
}
#pieMobile{width: 100%;}
#pieMobile img{
	width:100%;
}
#cost .cost p{
    color: #828282;
    font-size: 13px;
    text-align:center;
}
.textBox p{
    color:#00AEEF !important;
    text-align: center !important;
    font-size:14px;
    line-height: 18px;
    font-weight: 600;
    padding:10px !important;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#cost span{
    margin-bottom:20px;
    display: table;
    font-size:10px;
}
#cost p.blue, #modal1 p.blue{
    color:#005393;
    font-size:20px;
    font-weight:500;
    margin-bottom:20px;
    padding-bottom:0px;
}


    /*=about
    -----------------*/
    #about p {
        padding-top: 20px;
        text-align: left;
        line-height: 30px;
        font-size: 18px;
        color: #3D3D3D;
    }
    #aboutimg{
        height:400px;
    }

    /*=form
    -----------------*/
    #form{
    }
    #form .submitbutton {
        background-color: #8DC63F;
        width: 34%;
        height: 60px;
        border: 0px;
        border-radius: 5px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0px auto;
        -webkit-justify-content: center;
        margin-top: 20px;
        color: #fff;
    }
    /*=blue
    -----------------*/
#blue span{
    width:auto;
    text-align: left;
}
    #blue a{
        width: auto;
    }

    /*=footer
    -----------------*/
    #modal1 .modal1 {
        top: 20px;
        right: 20px;
    }
    #modalContainer{
        padding: 40px;
    }
}
@media (min-width: 992px){
    /*=HomeC
    -----------------*/
    #homeC{
        background-position: left -500px;
    }
    body{
        padding-top:100px;
    }
    #form h4{
        font-size: 36px;
    }
    .navflex{
        height: 100px;
        line-height: 100px;
    }
    .cent> a >img{
        width:100%;
        max-width: 151px;
        max-height: 200px;
    }
    input.captcha{
        width:35%;
        display:table;
        margin:0 auto;

    }
    #form .button2{
        margin-top:30px;
        width:35%;
        height: 40px;
    }
    .centerBtn {

    }
    .textBox p{
        height:100px;
    }
    
}
@media (min-width: 1200px){
    .navlinks2 li {
        padding-right: 50px;
    }
    .centerBtn {
        display: table;
        margin: 0 auto;
        padding-left: 28px;
    }
}

