.pseudo-h1 {font-family: "Roboto Condensed", Roboto; font-size:3em; font-weight:300;}

#tools-container .pseudo-h1 {margin:25px 0 20px 0;}

#tools-container h1 {font-size: 2em; line-height: 1;}
#tools-container h2 {font-size: 3em; line-height: 1.1;}
#tools-container h3 {font-size: 2.375em; line-height: 1.1;}

#tools-container {background-color:#F4F4F5;}
#tools-container {
	min-height: 970px;
	/*max-width: 960px;*/
	margin: 0 auto;
	position: relative;
	background-color: #F4F4F5;
}
#tools-navigation {
	position: relative;
    /*width: 940px;*/
    height: 145px;
    font-family: "Roboto";
    font-weight: bold;
    border-top: 1px solid #b4b4b5;
    border-bottom: 1px solid #b4b4b5;
    color: #49494b;
}
#tools-navigation > div  {float:left; width:125px; margin-right:20px; padding-top:85px; text-align:center; background-position:center 20px; background-repeat:no-repeat; opacity:0.4; cursor:pointer;}
#tools-navigation > div > .content {cursor:default;}
#tools-navigation > div:hover {-webkit-transition-duration: 0.3s;transition-duration: 0.3s; opacity: 0.6;}
#tools-navigation > div  > span {text-transform:uppercase;}
#tools-navigation > div:first-child {opacity:1;}
#tools-navigation > div:last-child {margin-right:0 !important;}

#tool-indicator {border-top:1px solid #49494b; background-image:url('/resources/dotcom/images/tools/tool-pointer.png'); background-position:center top; background-repeat:no-repeat; width:129px; height:13px; position:relative;top:-1px;}

#tools-navigation > div > .content {
    width: 100%;
    /*max-width:960px;*/
    min-height: 680px;
    position: absolute;
    top: 200px;
    left: 0;
    display: none;
    background-position: right top;
    background-repeat: no-repeat;
    text-align: left;
    font-weight: normal;
}
#tools-navigation > div:first-child > .content {display:block;}

@media (max-width: 768px) {
	#tools-container, #tools-navigation {width:100%;}
	/*#tools-navigation .content {width:calc(100% - 40px); margin-left:20px;}*/
	#tools-navigation {padding-top:45px;}
	#tools-navigation > div {margin-right:35px;}
	#tools-container .pseudo-h1 {font-size:38px;background-color: #F4F4F5;display: table;font-size: 38px;margin: 0 auto;padding: 0 40px;position: relative;top: 25px;}
	#tools-navigation > div > .content {/*width:calc(100% - 15px) !important; left:15px;*/}
}

@media (max-width: 650px) {
	#tools-container {width:100%; height:auto; min-height: 1px;}
	#tools-container .pseudo-h1 {font-size:28px; text-align: center;padding-bottom: 30px;}
	#tools-navigation {width:100%; height:auto; border-top:none; border-bottom:none;}
	
	#tools-navigation > div {float:none; position:relative; margin-right:0; background-position:calc(100% - 20px) 26px; background-image:url('/resources/dotcom/images/tools/arrow-down.png'); text-align: center; padding:19px 0; border-top:1px solid #d6d6d8; width:100%;}
	#tools-navigation > div:last-child {border-bottom:1px solid #d6d6d8;}
	#tools-navigation > div:first-child {background-image:url('/resources/dotcom/images/tools/arrow-up.png');}
	#tools-navigation > div.toolOpen {background-image:url('/resources/dotcom/images/tools/arrow-up.png');}
	#tools-navigation > div.toolClosed {background-image:url('/resources/dotcom/images/tools/arrow-down.png');}

	#tools-navigation > div > .content {width:100%; height:auto; min-height:0 !important; position:relative; top:0px; display:none; background-position:center 25px; padding-top:120px;}
	#tools-navigation > div > .content > div {
	    /*margin-left: 18px;
	    width: calc(100% - 36px);*/
	}
	#tools-navigation > div > .content:after {
	    content: '';
	    position: absolute;
	    background-image: url('/resources/dotcom/images/tools/tool-pointer.png');
	    background-repeat: no-repeat;
	    background-position: center top;
	    width: calc(100% - 14px);
	    height: 13px;
	    top: 97px;
	    left: 0;
	    border-top: 1px solid #49494B;
	}
	
	#tools-navigation > div:first-child > .content {display:block;}

	
	#tool-indicator{display:none;}
	
	#tools-container .styledSelect, #tools-container select {width:calc(100% - 46px) !important};
	#waiting {padding-top: 10px;}
}

/*** TOOL ***/
#tools-container input[type=submit]{
	width:220px;
	/*padding:16px 0;*/
	outline: none;
	border:none;
}


#tools-container input[type=submit].inactive:hover{
	background-color:#ff8300;
}

#tools-container input.error, #tools-component .styledSelect.error {
	border:1px solid #ff0000;
}
#tools-container div.errorMsg  {
	color:#ff0000;
	font-style: italic;
	height:30px;
}

.optionsContainer {
	border:1px solid #000000;
}

.information {
	padding-left:80px;
	background-image:url('/resources/dotcom/images/icon-information.png');
	/*background-image:url('test/icon-information.png');*/
	background-repeat: no-repeat;
	background-position: left top;
	font-size:28px;
}

@media (max-width: 650px) {
	.information{font-size: 16px;}
}

/* Startup Cost Calculator */
	#startup-tool input {width:300px;}
	#startup-tool select {width:490px;}
	#startup-tool #startup-zip, #startup-tool #startupState {width:200px;}
	
	#startup-tool input[type=submit]{
		width:auto;
		padding:10px 40px;
		display:inline;
	}
	
	@media (max-width: 650px) {
		#startup-tool input {width:calc(100% - 18px) !important;}
		#startup-tool input[type=submit] {width:100% !important;}
		#startup-tool .selectWrapper {width:calc(100% - 1px) !important;}

		#startup-results-container > div {float:none !important;}
		#startup-results-container > div:first-child {margin-right: 0 !important; width:100% !important;}
		#startup-results-container .calc-results-header {
			background-color:#004e70;
			color: #ffffff;
			height:auto;
			padding: 18px;
			position: relative;
			left:-18px;
			width:calc(100%);
			font-weight: 300;
			font-size: 16px;
		}
		#startup-results-container .calc-results-header span {float:right; font-size:38px; line-height: 24px; margin-right: 10px}
		#startup-results {margin-left: -18px;}
		#startup-results-container .startup-results > div:first-child div {border-top:none;}
		#startup-results-container .startup-results > div {width:100%;}
		#startup-results-container .startup-results > div:last-child div {color:#49494b; margin-bottom: 20px;}
		#startup-results-container .startup-results > div div {font-size:14px;}
		div#recurring-cost > div:nth-last-child(3) {
			border-bottom:none !important;
			margin-bottom:0 !important;
		}
		#startup-results-container .calc-results-header span {display:inline !important;}
		#startup-results-buttons a, #startup-results-buttons button {display:block; margin-right: 0; width:100%;}
	}

	#startup-results {background-color: transparent;}
	#startup-results-buttons a {display:inline-block; margin-right: 15px;}
	#startup-results-buttons button {display:inline-block;}


/*Savings Calculator */
	#savings-tool input {width:300px;}
	#savingsPlan {width:490px;}
	#savings-zip {width:140px;}
	#savings-tool #savings-zip, #savings-tool #savingsState {width:200px;}
	#savingsForm input[type=submit] {width:170px; display:inline;}

	@media (max-width: 650px) {
		#savings-tool input {width:calc(100% - 18px) !important;}
		#savings-tool input[type=submit] {width:100% !important;}
		#savings-tool .selectWrapper {width:calc(100% - 18px) !important;}
	}
	
	#savings-results-buttons a {display:inline-block; margin-right: 15px;}

/* Available Area Codes */
	#area-code-tool .selectWrapper {display:block; margin-bottom:20px; width:300px;}
	#area-code-tool select {width:300px;}
	#area-code-tool input[type=submit] {width:300px !important;}

	@media (max-width: 650px) {
		#area-code-tool input[type=submit] {width:100% !important;}
		#area-code-tool .selectWrapper {width:calc(100% - 18px) !important;}
		/*#area-code-tool select {width:100% !important;}*/
	}
	
/*LNP Tool*/
	#lnp-tool input[type=submit] {display:inline-block; margin-left:10px;}
	#lnp-tool input[type=tel] {width:313px;}
	
	#port-valid {
		top:0px;
		font-family: "Roboto Condensed";
		font-size: 30.74px; 
		padding-left:80px;
		background-image:url('/resources/dotcom/images/icon-check.png');
		/*background-image:url('test/icon-check.png');*/
		background-repeat: no-repeat;
		background-position: left top;
		font-weight:300;
	}
	#port-valid div {font-size: 35.4px;}
	#port-valid button {white-space: nowrap; font-weight:800; font-size:16px; width:14.375em;  margin-right:20px;display:inline-block;}
	
	#port-success {
		top:0px;
	}
	
	#port-success > div {
		font-family: "Roboto Condensed";
		font-size: 22px; 
		padding-left:80px;
		font-weight:300;
	}
	
	#port-success > div > span > span{
		display:none;
	}
	
	#port-success > div:first-child{
		font-size: 28px; 
		background-image:url('/resources/dotcom/images/icon-information.png');
		/*background-image:url('test/icon-information.png');*/
		background-repeat: no-repeat;
		background-position: left top;
		border-bottom:1px solid #B4B4B5;
		padding-bottom:50px;
		margin-bottom:40px;
	}
	
	#port-success ul {
		font-size:16px;
		font-family: Roboto;
		font-weight: normal;
		margin-top:30px;
	}
	
	#port-success ul li {
		/*list-style-image: url('test/list-arrow.jpg');*/
		list-style-image: url('/resources/dotcom/images/list-arrow.jpg');
		margin:0 0 25px 14px;
	}
	
	#port-fail {
		top:0px;
		font-family: "Roboto Condensed";
		font-size: 22px; 
		padding-left:80px;
		font-weight:300;
		background-image:url('/resources/dotcom/images/icon-error.png');
		/*background-image:url('test/icon-error.png');*/
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	#port-fail-header {
		font-size:38px;
	}
	
	#port-fail > div {
		margin:15px 0;
	}
	
	#port-fail button {
		margin-bottom:40px;
		white-space: nowrap;
		width:235px;
		font-size:16px;
		font-weight: 800
	}
	
	#port-fail a {
		font-size: 14px;
		font-weight:700;
	}
	
	#startup-results, #savings-results {
		background-image:url('/resources/dotcom/images/icon-globe.png');
		/*background-image:url('test/icon-globe.png');*/
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	@media (max-width: 650px) {
		#port-success > div{
			font-size: 16px; 
		}
		#lnpForm h1, #lnpForm h2 {
			font-size: 16px !important;
		}
		#lnpForm input {width:calc(100% - 11px) !important;}
		#lnpForm input[type=submit] {width:100% !important; margin-left: 0px;}

		#port-valid {font-size:16px;}
		#port-valid button {width:calc(100% + 80px) !important;  margin-left:-80px;}

		#port-success > div{
			font-size: 16px !important; 
		}
	
		#port-success > div:first-child{
			padding-bottom:25px;
			margin-bottom: 20px;
		}
		
		#port-success > div:nth-child(2){
			padding-left:0px;
		}
	
		#port-success > div > span{
			color:#ff8300;
			cursor:pointer;
			font-weight:700;
		}
	
		#port-success > div > span > span{
			float: right;
			display: inline;
			font-size: 22px;
			line-height: 0px;
			margin-right: 10px;
		}
		
		#port-fail > div {margin:0};
		#port-fail {font-weight:300;}
		#port-fail strong {font-weight:300;}
		#port-fail button {margin:20px 0 20px -80px; width:calc(100% + 80px);}
	}

	
	.calc-plan-name {
		font-family: "Roboto Condensed";
		font-size:38px;
		font-weight:300;
		margin-left:70px;
	}
	
	.calc-agreement{
		font-family: "Roboto Condensed";
		font-size:28px;
		font-weight:300;
		margin:0 0 30px 70px;
		height:28px;
	}
	
	.calc-results-header{
		font-family: "Roboto Condensed";
		font-size:22px;
		font-weight:300;
		min-height:55px;
	}
	
	.calc-results-header span {display:none;}

	
	.startup-results > div  {
		width:440px;
	}
	
	@media (max-width: 960px) {
		.startup-results > div  {
			width:340px;
		}
	}
	
	.startup-results > div:after  {
		content:"";
		clear:both;
		display:block;
	}

	.startup-results > div div  {
		float:left;
		border-top:1px solid #b4b4b5;
		padding:10px 0;
		font-family: Roboto;
		font-size:16px;
	}

	.startup-results > div:first-child div  {
		border-top:2px solid #49494b;
	}

	.startup-results > div:last-child div {
		border-top:2px solid #48484a;
		font-weight:bold;
		color:#ff8419;
	}
	
	.startup-results > div div:first-child  {
		width:calc(100% - 70px);
	}

	.startup-results > div div:last-child  {
		width:70px;
		text-align: right;
	}
	
	#startup-results-container {
		width:100%;
	}

	.startup-results-container:after  {
		content:"";
		clear:both;
		display:block;
	}
	
	#startup-results-container > div {
		/*float:left;*/
	}
	
	#startup-results-container > div:first-child {
		/*margin-right:40px;*/
		width:440px;
		margin:0 auto;
	}
	
	@media (max-width: 650px) {
		width:100% !important;

	}
	
	#startup-results-buttons {
		text-align: center;
	}

	#savings-results {top:0;}
	#savings_table {font-family: Roboto; font-size:16px;}
	
	#savings-table > div {border-bottom:1px solid #b4b4b5; width:440px;}
	#savings-table > div:first-child {border-top:2px solid #49494b;}
	#savings-table > div:after {content: ""; display:block; clear:both;}
	#savings-table > div > div {padding:10px 0;}
	#savings-table > div > div:nth-child(1) {float:left; width:280px;}
	#savings-table > div > div:nth-child(2) {float:left; width:160px; text-align: right;}
	.monthly-savings-container{font-weight:700;}
	#savingsTryAgain {margin-top:30px; display:inline-block;}
	
	@media (max-width: 650px) {
		#startup-results, #savings-results {
			background-image:none;;
		}
		
		.calc-plan-name {
			font-size:28px;
			margin-left:0;
		}
		
		.calc-agreement{
			margin:0 0 30px 0;
			height:auto;
		}
		#savings-table > div {width:100%;}
		#savings-table > div > div:nth-child(1) {float:left; width:calc(100% - 160px);}

	}

	#promoMessage {display:none; font-size:16px;}


/* Button queries for tablet rate finder tool */

/*@media screen and (max-width:960px) {

    .rate-finder-tool button.region  {margin-top:214px!important}
    button.off {margin-top:153px!important}
}*/

@media screen and (max-width:650px) {
	#savingsTryAgain {width:200px;}
}

@media screen and (max-width:600px) {
    /*button.off {margin-top:20px!important}*/
}

@media screen and (max-width:400px) {
	#savingsTryAgain {margin-top:0px; width:100%;}
	#savings-results-buttons a {width:100%;}
}

/************ !Stylized Select Styles **********/

	.selectWrapper select {
		height: 45px;
		-ms-user-select: none;
		user-select: none;
		padding: 0 22px;
		background-color:transparent;
		border-radius: 0;
		border: none;
		margin:0;
		appearance: none;
		-webkit-appearance: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		outline:none;
		color: #000;
		/*font-size:0.875em !important;
		width: calc(100% + 30px) !important;*/
		font-size: 16px;
		width: 100%;
	}
	
	.centered{
	margin-left:auto;
	margin-right:auto;
	}
	
	select.placeholder, option.placeholder {
		/*font-style: italic;*/
	}
	
	select.placeholder option {
		font-style: normal;
	}
	
	select.placeholder option:first-child {
		font-style: italic;
	}

	.selectWrapper{
		display:inline-block;
		border-radius: 3px;
		/*border: 1px solid #CCCCCC;*/
		background-color: #ffffff;
		background-position: right 20px;
		background-repeat: no-repeat;
		background-image: url("/resources/dotcom/images/arrow-down-select.png");
		overflow: hidden;
	}
	
	select::-ms-expand {
	    display: none;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000;
	}
	.selectWrapper.disabled {
		opacity:0.5;
		cursor:not-allowed !important;
	}
	
	.selectWrapper.error {
		border:1px solid #ff0000 !important;
	}
	
	input.loading, .selectWrapper.loading {
		background-image:url('/resources/dotcom/images/loading_padded.gif') !important;
		background-position:right 13px !important;
		background-repeat:no-repeat;
	}
	
	.selectWrapper option {
		padding:10px;
		-webkit-appearance: none;
	}
	
	/*.selectWrapper.focus {
		border:1px solid #49494b;
	}*/

	input[type=text].loading {
		background-image:url('/resources/dotcom/images/loading_padded.gif') !important;
		background-position:right 13px !important;
		background-repeat: no-repeat;
	}
	
/*input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"] {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #49494b;
    font-size: 0.875em;
    height: 40px;
    padding-left: 10px;
}
input {
    line-height: normal;
}*/
.orange-buttons, .blue-banner .buttons  {
	width:150px;
	text-align:center;
	background-color:#ff8300;
	color:#FFFFFF;
	padding:.625em 0;
	margin:.625em 0;
	font-weight:700;
	display:block;
	cursor:pointer;
	font-size:16px;

    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;

    height: 45px;
}

.orange-buttons:hover, .blue-banner .buttons:hover{background-color: #f8a805;}

#tools-container header.tool-header {
    margin-bottom: 30px;
}

