/* style splash_disclamer */
#splash_page .splash_disclaimer {
    font-size: .75em;
    font-style: italic;
    font-weight: bold;
    word-wrap: normal;
    display: block;
    width: 57%;
}

@media (max-width: 1010px){
	#maincontainer {
		width: 100%;
		border-radius: 0;
	}

	#splash_page .standard_btn {
		margin: 20px 25px;
	}
}

@media (max-width: 850px) {
	#maincontainer {
		width: 100%;
		border-radius: 0;
	}

	.nonav #mainstage {
		border-radius: 0;
	}

	#splash_page {
		padding: 30px 30px 0 30px;
	    text-align: center;
	    box-sizing: border-box;
	    margin-bottom: 18px;
	}

	#splash_page h1 {
		width: 100%;
		position: relative;
		text-align: center;
	}

	#splash_page .content p {
    	width: 100%;
    	clear: both;
	}

	#splash_page .content img  { 
		width: 100%;
		display: block;
		position: relative;
		margin: 0 auto;
	}

	#splash_page dl.dropdown {
    	max-width: 740px;
    	display: inline-block;
    	width: 100%;
    	position: relative;
	    z-index: 10;
	    margin-bottom: 30px;
	}

	#splash_page .dropdown div ul {
		min-width: inherit;
    	width: 100%;
    	box-sizing: border-box;
	}

	#splash_page p.mobile_assistance {
	    position: relative;
	    bottom: 0;
	    margin-bottom: 0;
	    z-index: 0;
	    text-align: center;
	}

	#splash_page .standard_btn {
		display: block;
    	max-width: 100px;
    	text-align: center;
    	margin-left: 0;
    	margin: 0 auto;
	}

	#splash_page input.standard_btn {
		background: #0288d1;
	    border: 0;
	    color: white;
	    font-size: 16px;
	    width: 100%;
	}

	#splash_page  .splash_disclaimer {
	    font-size: 12px;
	    font-style: italic;
	    font-weight: bold;
	    word-wrap: normal;
	    display: block;
	    width: 100% !important;
	    margin: 25px 0;
	}
}

@media (max-width: 660px){

	#splash_page {
	    padding: 30px 30px 0 30px;
	    text-align: center;
	    box-sizing: border-box;
	    margin-bottom: 18px;
	}

	#splash_page h1 {
		width: 100%;
		position: relative;
		font-size: 30px;
	}

	#splash_page .flatbluebt {
		width:180px !important;
	}

	#splash_page .content p {
    	width: 100%;
    	clear: both;
	    line-height: normal;
	    letter-spacing: normal;
	}

	#splash_page dl.dropdown {
    	min-width: 270px;
    	display: inline-block;
    	width: 100%;
    	z-index: 10;
	}

	#splash_page .dropdown div ul {
		min-width: inherit;
    	width: 100%;
    	box-sizing: border-box;
    	z-index: 1;
	}

	#splash_page p.mobile_assistance {
		position: relative;
    	bottom: 0;
    	font-size: 12px;
    	width: 100%;
    	text-align: center;
    	z-index: 0;
	}

	#splash_page .dropdown dt a {
	    display: block;
	    border: 1px solid #e6e6e6;
	    min-width: 270px;
	    width: 100%;
	    margin: 0;
    	box-sizing: border-box;
	}

	#splash_page #splash_choose_plan {
		z-index: 1;
	}

	#splash_page .content img  {
		width: 100%;
		height: auto;
		display: inline-block;
		position: relative;
		max-width: 360px;
		min-width: 250px;
		margin-left: 0;
	}

	#splash_page .bold {
		clear: both;
	}

	#splash_page .standard_btn {
		margin: 0 auto;
		max-width: 220px;
		text-align: center;
		height: 25px;
	}

	#splash_page .dropdown dt a span {
		font-size: 14px;
	}

	#splash_page .dropdown div ul li a {
		font-size: 14px;
	}

	#splash_page input.standard_btn {
		background: #0288d1;
	    border: 0;
	    margin: 0;
	    color: white;
	    font-size: 16px;
	    width: 100%;
	    padding: 0;
	}

	#splash_page  .splash_disclaimer {
	    font-size: 12px;
	    font-style: italic;
	    font-weight: bold;
	    word-wrap: normal;
	    display: block;
	    width: 100%;
	    margin: 25px 0;
	}

} /* End of Screen Size max-width: 660px and min-width: 0 */

