		
.pull-half {
	width: 100%;
	}
	
@media screen and (min-width: 568px) {
	.pull-half {
		width: 50%;
		float: right;
		margin-left: 1em;
			}
	}

div.blog-link, 
div#languageswitcher,
div.social,
div.video-box {
	text-align: center;	
	}
		
@media screen and (min-width: 999px) {
div#languageswitcher {
	text-align: left;
	}
}
	
@media screen and (min-width: 999px) {
div.blog-link,
div.half.social  {
	text-align: right;
	}
}
.blog-link div.button {
	margin: 11px;
	}
.blog-link .button a {
	padding: 13px;
	}
		
div.video-box {
	width: 100%;
	}
	
/* for testing
div.blog-link,
div.social,
div#languageswitcher {
	border: 1px dotted #ccc;
	}

div.top-bar {
	border: 1px dotted blue;
	}
*/ 
	

/* @media screen and (min-width: 999px) 	
	div.top-bar,
	div.one-third.blog-link, 
	div.one-third#languageswitcher,
	div.video-box {
		height: 50px;
		border: 1px #ccc dotted;
		} */		
	
@media screen and (max-width: 999px) 	
	div.top-bar {
		margin-bottom: 20px;
		}
		
				
/*.grid div.unit {
	border: 1px #7EBDE0 solid;
	border-radius: 6px;
	padding: 1em;
	margin: 0 2em;
	}*/
	
	
@media screen and (min-width: 58.75em) 
	#languageswitcher p, #languageswitcher .languagemenu {
		width: 80px;
		float: right;
		margin-top: -151px;
	}

@media screen and (max-width: 999px)
	.blog-link p {
		margin-top: 10px;
		}


#languageswitcher .languagemenu, .blog-link p { 
   position: relative; 
   display: inline-block;
   font-size: 14px; 
	}

#languageswitcher .languagemenu p, a.button {
	font-weight: bold;
    background: #b5dbee;
    padding: 10px;
    border-radius: 6px;
    color: #555;
	}

#languageswitcher .dropdown-content { 
   display: none; 
   position: absolute; 
   background-color: #f9f9f9; 
   min-width: 160px; 
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
   z-index: 1; 
   top: 40px;
   /*margin-top: 5px; 
   left: 0;*/
	}

#languageswitcher .languagemenu:hover .dropdown-content { 
   display: block;
	}

#languageswitcher .dropdown-content a { 
   color: #084E73; 
   padding: 12px 16px; 
   text-decoration: none; 
   display: block;
	} 

#languageswitcher .dropdown-content a:hover {
    background: #b5dbee;
    }

h4 {
    font-size: 2em;
    font-weight: 600;
    color: #555;
    }
h2 {
	font-weight: 600;
	}    

div.grid {
	margin-top: 1em !important;
	}

/*:last-child {
	margin-bottom: 5px !important;
	} */
	
.at-share-btn-elements>:last-child {
	margin-bottom: 5px !important;
	}
		
/* .at-style-responsive .at-share-btn {
    padding: 5px 5px 0 5px;
    } */
    
h4 {
	color: #51B6C7;
	}
    
    
/* * * CALCULATOR * * */
    
form#calculator {
	background: #CDE8F4; 
	min-height: 200px; 
	width: 100%;  
	border-radius: 10px; 
	font-size: 14pt; 
	font-family: helvetica, sanserif, sans; 
	padding: 2em;
	
	-webkit-box-shadow: 0 4px 0 #aaa;
    -moz-box-shadow: 0 4px 0 #aaa;
    box-shadow: 0 4px 0 #aaa;
	}
	
#calculator #hourlyfields input,
#calculator #salaryfields input {
	font-size: 14pt;
    width: 150px;
    font-family: helvetica, sanserif, sans;
	}

#hourly_button, #salary_button {
	display: block;
	}

#calculator p {
	font-size: 14pt;
    font-family: helvetica, sanserif, sans;
    }

#calculator #hourlyfields, 
#calculator #salaryfields,
#calculator #nofields {
	height: 8em;
	/*this keeps the whole thing from resizing when different ones are shown*/
	}

div#help {
	height: 5em;
	}
	
p#helptext {
	font-size: 12pt;
	font-style: oblique;
	}

span#calculator_result {
	width: 150px;
	display: inline-block;
	
	height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    background: #f3f3f3;
    box-shadow: inset 2px 2px 2px -1px rgba(0,0,0,0.25);
    background-clip: padding-box;
    line-height: 38px;
    outline: none;		
	}

/*non-mobile display*/
@media screen and (min-width: 568px) {
	#calculator #hourlyfields, 
	#calculator #salaryfields,
	#calculator #nofields {
		height: 6em;
		/*this keeps the whole thing from resizing when different ones are shown*/
		}
		
	div#help {
		height: 3em;
		}
			
	div#calculatebutton {
		float: left;
		margin-right: 25px;
    }	

	#hourly_button, #salary_button {
		display: inline;
		}

}

a .fa-facebook-square, .fa-facebook-square  {
	color: #3b5998;
	}

a .fa-twitter-square, .fa-twitter-square {
	color: #1da1f2;
	}
	

/*  attempt to make the grid not stack until under 800px
@media screen and (max-width: 799px)
.grid:not(.no-stacking-on-mobiles) > .unit {
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
	} */