
@media only screen and (orientation:portrait) {
.mobile #calculatorwidget {
	zoom: 2;
}
.mobile #calculatorwidget.basic4, .mobile #calculatorwidget.basic6, .mobile #calculatorwidget.basic4, .mobile #calculatorwidget.basicMem6 {
	width: 277px;
	zoom: 2.5;
}
.mobile #calculatorwidget.scientific {
	width: 325px;
	zoom: 2;
}
}

@media only screen and (orientation:landscape) {
.mobile #calculatorwidget.basic4, .mobile #calculatorwidget.basic6, .mobile #calculatorwidget.basic4, .mobile #calculatorwidget.basicMem6 {
	width: 285px;
	zoom: 1.2;
}
.mobile #calculatorwidget.scientific {
	width: 345px;
	zoom: 1;
}
}

/*7" tablet specific target*/
@media only screen and (max-device-width: 966px) and (orientation:portrait) {
.mobile #calculatorwidget {
	zoom: 0.75;
}
.mobile #calculatorwidget.basic4, .mobile #calculatorwidget.basic6, .mobile #calculatorwidget.basic4, .mobile #calculatorwidget.basicMem6 {
	width: 277px;
	zoom: 2.5;
}
.mobile #calculatorwidget.scientific {
	width: 325px;
	zoom: 1;
}
}
.topbar {
	height: 30px;
	border-bottom: 1px solid #f2f2f2;
}
.topbar-container {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}
p.topbar-container {
	padding-top: 8px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}
p.topbar-container a {
	color:#4a6e8f;
}
p.topbar-container a:hover, p.topbar-container a:focus {
	color: #428bca;
}
body {
	background-color: #ffffff;
	margin: 0;
}
#calculator {
	width: 600px;
	height: 400px;
	margin-bottom:4em;
}
.navbar {
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	height: 110px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.navbar-container {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
}
.titleGroup {
	display: flex;
	flex-flow: row;
	align-items: center;
}
.titleGroup .logo img{
	width: 225px;
}
.nav-links {
	display: flex;
	flex-flow: row;
	align-items: center;
}
.nav-links li {
	margin: 0 20px;
	line-height: 1.3;
}
.calc-nav{
	display:none;
}

.navbar-container h1 {
	display: inline;
	font-size: 26px;
	letter-spacing: -.02em;
	margin-left: 1em;
	margin-bottom: 0;
}
.breadcrumb{
	color:#7A7A7A;
	background-color: rgba(0,0,0,0.0225);
	font-size:12px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 1.05em 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.55);
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.715);
}
.breadcrumb-links{
	margin-left:5%;
}
.breadcrumb .spacer{
	margin: 0 1em; 
}
main .container {
	max-width: 1000px;
	width: 85%;
	margin: 2em auto;
	display: block;
}
.container:after {
	clear: both;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.column-left:after, .column-right:after {
	clear: none;
}
.section2 {
	margin-top: 1em;
	clear: both;
	display: inline-block;
}
ul.nav-links {
	list-style-type: none;
	margin-left: 0;
}
.nav-links .grade {
	font-size: 11px;
	color: #63666A;
}
.column-left {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.column-right {
	width: 48%;
	float: left;
}
.column2-3{
	width: 72%;
	margin-right: 4%;
	float: left;
}
.column1-3{
	width: 24%;
	float: left;
}
.column1-3 > h3{
	margin-top:3em;
}
p.intro {
	font-size: 22px;
}
footer {
	background-color: #2c4255;
	border-bottom: 1px solid #ccc;
	height: 130px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	clear: both;
	margin-top:2em;
}
.footer-container {
	max-width: 1000px;
	width: 95%;
	margin: 2em auto;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color:#ffffff;
}
.footer-image img{
	display: inline;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	position: relative;
	bottom: 3px;
}
.footer-image{
	background: white;
	height: 40px;
	width: 40px;
	border-radius: 80px;
	border: solid 9px #2C4255;
	padding: 15px;
	display:inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}
.footer-image-container{
	position: relative;
	text-align: center;
	width:100%;
	bottom: 2.5em;
}
.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.site-content {
	flex: 1;
  }
  
.lead-image {
	border-radius: 4px;
	margin: 0 0 1.5em auto;
	width: 100%;
	max-width:350px;
	height: auto;
	display: block;
	padding-left: 4em;
}
a.button {
	text-decoration: none;
	background-color: #2b731b;
	color: #ffffff !important;
	padding: .65em 2em;
	border-radius: 4px;
	box-shadow: 0px 0.15em 0.35em 0px rgba(0, 0, 0, 0.133);
	display: block;
	width: auto;
	font-family: "PT Sans", Arial, sans-serif;
	text-align: center;
	border-bottom: none !important;
	margin-bottom: 1em;
	transition: all 0.15s linear;
	font-weight: bold;
}
a.button:hover {
	border-bottom: none !important;
	background-color: #1e5012;
}
.home-buttons{
	display: table;
	margin: 0 auto;
}
/*Typography*/
body {
	font-family: "Lato", sans-serif;
	color: #2c4255;
}
b, strong{
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6, .nav-links .grade {
	font-family: "Montserrat", sans-serif;
	color: #2c4255;
	margin-top: 0;
}
main p a, main ul a {
	color: #4a6e8f;
}
main p a:hover, main ul a:hover, main p a:focus, main ul a:focus  {
	color: #428bca;
}
h1{
	text-align:center;
	margin:1em 0 1.75em 0;
	font-size:250%;
}
h1 a{
	text-decoration: none;
	color: #4a6e8f;
}
h1 a:hover{
	text-decoration: none;
	color: #428bca;
}
a.nav-item {
	text-decoration: none;
	color: #4a6e8f;
	display: block;
	font-size: 17px;
}
a.nav-item:hover {
	color: #000000;
}
.breadcrumb a{
	text-decoration: none;
	color:#686868;
}
.breadcrumb a:hover{
	text-decoration: none;
	color: #007393;
}
main p, main ul {
	line-height: 1.5;
}
h2 +p, h3+p, h3+ul {
	margin-top: -1em;
}
p+h3, ul+h3 {
	margin-top: 2em;
}


@media screen and (max-width: 1100px) {
	.column-left, .column-right, .column2-3, .column1-3 {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	img.lead-image {
		width: 80%;
		display: block;
		margin: 2em auto 2em auto;
	}
	.intro {
		text-align:center;
	}
	h1 {
		text-align: center;
	}
	ul.nav-links {
		display: none;
	}
	#calculator{
		margin-left: auto;
		margin-right: auto;
	}
	.calc-nav{
		margin:3em auto 0 auto;
		display:table;
		
	}
	.column1-3 > h3{
		margin-top:0em;
	}
}

.dcg-logo-icon {
	height:35px;
}