.page-id-9224 #wrap_all{
	display:none;
}
/*model style*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #000;
  color: #fff;
  margin: auto;
  padding: 20px;
  width: 100%;
}
#modal_main{
	margin-top: 14%;
	text-align:center;
}
#myModal #modal_main{
	background-color: #000;
}
#be_alarmed_height{
	height: 140px;
}
#modal_main img{
	width: 400px;
	height: auto;
}

#be_alarmed, #below_text{
    font-size:50px;
}
#below_text{
	margin-top: 50px;
}
#prefix_gdp{
    /*font-size:160px;*/
	font-size: 9vw;
	font-weight: 700;
    font-family: arial;
	padding-bottom: 110px;
}
#below_img_1, #below_img_2, #below_img_3{
	padding-top: 20px;
}
.color_red, .asterisk_red{
	cursor: pointer;
}
#dollar-sign { margin-right: -40px; }
.cta-box{ 
    display: block;
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 20px 30px;
}
.cta-box .cta{
    color: #f00;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 35px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    margin: 10px 0;
    border-radius: 5px;
}
.cta-box .cta:hover{
    background-color: #f00;
    color: #fff;
}
.slider-wrapper{max-width: 600px; margin: 30px auto 0 auto; padding: 0 30px; overflow: hidden;}
.slider-wrapper .slick-slide img{max-width: 100%;}

@media only screen and (max-width:767px){
	.cta-box .cta{
		display: block;
	}
	#below_img_1, #below_img_2, #below_img_3{
		width:90% !important;
		margin-left:0px !important;
	}

	#be_alarmed, #below_text{
		font-size:16px;
	}
	#below_text{
		margin-top:0px;
	}
	#be_alarmed_height{
		height: 60px;
	}
	#prefix_gdp{
		padding-bottom: 30px;
	}
	#dollar-sign { margin-right: -10px; }
	.cta-box .cta { font-size: 20px; }
}
@media only screen and (max-width:1024px) and (min-width:768px){
	#below_text{
		line-height: 60px;
	}
	#be_alarmed{
		line-height: 40px;
	}
	#dollar-sign { margin-right: -25px; }
	#prefix_gdp{
		padding-bottom: 80px;
	}
}

@media only screen and (max-width:1365px) and (min-width:1024px){
	#below_text{
		line-height: 80px;
	}
	#be_alarmed{
		line-height: 40px;
	}
	#dollar-sign { margin-right: -30px; }
	#prefix_gdp{
		padding-bottom: 90px;
	}
}

body.modal-open {
    overflow: hidden !important;
	position:fixed;
}
@-webkit-keyframes colorchange {
	0% {

		color: white;
	}

	100% {

		color: red;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1440px), screen and (min-height: 720px) and (max-height: 1050px) {
	#below_text{
		line-height: 70px;
	}
	#be_alarmed{
		line-height: 40px;
	}
	#modal_main{
		margin-top:10%;
	}
	#prefix_gdp{
		padding-bottom: 70px;
	}
	.cta-box {
    	margin: 0px 0 0 0;
	}
	#below_text {
		margin-top: 30px;
	}
}


/*end model style*/