/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }


/*
* AWG Common Stylesheet container
* * Expects that the bootstrap CSS is handling most housekeeping.
*/

body {
  padding-top: 60px;
  background-color: #F2F2F2;
}

a {
	color: #0d0ab2;
	text-decoration: underline;
}

a.navbar-brand, .navbar-nav > li > a {
	text-decoration: none;
}

h2 {
	font-size: 1.5em;
}

.h2-tonedown {
	font-size: 1.2em;
}

.h2-tonedown-italic {
	font-size: 1.2em;
	font-style: italic;
}

h3 {
	font-size: 1.2em;
}

.h3-tonedown {
	font-size: 1em;
}

textarea {
	width: 300px;
	height: 100px;
}

.awg-bottom-offset {
	margin-top: 30px;
	font-weight: 500;
	font-style: italic;
}

.awg-bottom-offset p {
	margin-bottom: 0px;
}

.awg-main-article {
	
}

.awg-sidebar {
	padding-top: 30px;
	padding-left: 30px;
}

awg-sidebar-item > h3 {
	font-size: 1.1em;
}

.awg-sidebar-item {
	border: none;
	border-radius: 5px;
	background-color: #3F6973;
	color: #f2f2f2;
	font-size: .9em;
	padding-top: 4px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
}

.awg-sidebar-item a {
	color: #fff;
	text-decoration: underline;
}

.awg-footer {
	margin-top: 30px;
	width: 100%;
	height: 150px;
	background-color: #144157;
}

