/*  Temporary fix for responsive issues  */

/*#masthead,#content,#alt-award-footer {*/
    /*width: 1140px !important;*/
    /*min-width: 1140px !important;*/
    /*max-width: 1140px !important;*/
/*}*/

html, body { height: 100%; }
h1,h2,h3,h4,h5,h6 {
	color: #404040;
	/*line-height: 36px;*/
}
h1 {
	font-size: 30px;
}
h2{
	font-size: 24px;
}
h3 {
	font-size: 18px;
}

ul.no-bullets { list-style: none; }
ul.no-indentation,
ul.no-indentation li {
    padding-left: 0;
    margin-left: 0;
}

.centered { text-align: center; }

.top-separator,
.top-separator hr {
    margin: 0;
}

#main .top-separator {
    margin-bottom: 20px;
}

.alert-message ul,
.alert-message ul li {
    color: inherit;
}

a {
    color: #00438a;
}

a:hover {
    color: #8fc033;
}

a:visited {
    color: #012246;
}
a.btn:visited{
	color: #fff;
}


#bgContainer {
	color: #6a6a6a;
	box-shadow: inset 0 1px 0 0 #f0f0f0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7f7f7f;
}
#bgContainer {
	background-color: #c5c5c5;=
}
html.cssgradients #bgContaienr {
    min-height: 100%;
	background: #c5c5c5 -webkit-radial-gradient(center top, #f0f0f0, #aaa);
	background: #c5c5c5 -moz-radial-gradient(center top, #f0f0f0, #aaa);
	background: #c5c5c5 -o-radial-gradient(center top, #f0f0f0, #aaa);
	background: #c5c5c5 -ms-radial-gradient(center top, #f0f0f0, #aaa);
	background: #c5c5c5 radial-gradient(center top, 70% 40%, #f0f0f0, #aaa);
	background-repeat: no-repeat;
}
#bgContainer > header,
#bgContainer > section,
#bgContainer > footer
{
	background-color: white;
	padding-left: 2em;
	padding-rigth: 2em;
}

/** Determines the color of the stripe at the top of the layout **/
body#scholarshipsSection {
	border-top-color: #80ac2e;
}
body#resourcesSection {
	border-top-color: #5a53ae;
}
body#blogSection {
	border-top-color: #870975;
}
body#aboutSection {
	border-top-color: #db9a33;
}
body#loanSection {
	border-top-color: #a373c7;
}
body#homeSection {
	border-top-color: #7f7f7f;
}
body#contactSection {
	border-top-color: #4CB5B5;
}

body .container {
	color: #666;
}

h1, h2 {
	letter-spacing: -1px;
}


h1 a, h1 a:active, h1 a:visited, h1 a:hover,
h2 a, h2 a:active, h2 a:visited, h2 a:hover,
h3 a, h3 a:active, h3 a:visited, h3 a:hover,
h4 a, h4 a:active, h4 a:visited, h4 a:hover,
h5 a, h5 a:active, h5 a:visited, h5 a:hover,
h6 a, h6 a:active, h6 a:visited, h6 a:hover {
  font-weight: bold;
  color: #404040;
  text-decoration: none
}

.addThis {
	float: right;
	margin-bottom: 10px;
    padding: 10px 20px 0 0;
}

/** Breadcrumbs **/
nav.breadcrumb {
	clear: both;
}
nav.iefa.breadcrumb {
	color: #bbb;
}
nav.iefa.breadcrumb span {
	color: #7e7e7e;
}


/** Flash messages **/
.alert-message {
	position: relative;
}

p + p, p + ul {
	margin-top: 0;
}

/*.row {*/
	/*background: #ffffff;*/
/*}*/

.transparent-bg {
	background: transparent;
}

.smaller {
    font-size: 85%;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.position-relative {
	position: relative;
}

header#masthead {
	border-right: 2px solid #c5c5c5;
	/*min-height: 190px;*/
}

html.boxshadow header#masthead {
	border: 0;
	box-shadow: 1px 1px 2px #aaa;
}

#logo {
	height: 122px;
	position: relative;
}

#logo a {
	display: inline-block;
	width: 157px;
	height: 122px;
}

#tagline {
	position: absolute;
	top: 83px;
	left: 106px;
	color: #aaa;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0px;
}

/*nav#primary { margin-top: 5px; }*/

nav#primary ul { list-style: none; margin: 0; padding: 0; }
nav#primary ul li {
	display: inline-block;
	margin: 0 0 .25em 0;
	padding: 5px 18px;
	cursor: pointer;
}
nav#primary ul li a, nav#primary ul li a:link,
nav#primary ul li a:visited, nav#primary ul li a:hover {
	color: #fff;
	text-decoration: none;
}
nav#primary #homeLink a {
	text-shadow: 1px 1px 0px #1a1a1a;
}
nav#primary #homeLink a:active {
	text-shadow: -1px -1px 0px #1a1a1a;
}
nav#primary #scholarshipsLink a {
	text-shadow: 1px 1px 0px #5c7c21;
}
nav#primary #scholarshipsLink a:active {
	text-shadow: -1px -1px 0px #5c7c21;
}
nav#primary #scholarshipsLink {
	background: #8dbd33;
}

.no-cssgradients #homeLink {
    background: #999;
}

.cssgradients nav#primary #homeLink {
	background: -webkit-linear-gradient(top, #999, #4e4e4e);
	background: -moz-linear-gradient(top, #ccc, #777);
	background: -o-linear-gradient(top, #ccc, #777);
	background: -ms-linear-gradient(top, #ccc, #777);
	border: 1px solid #555;
}
.cssgradients nav#primary #homeLink:hover  {
	background: -webkit-linear-gradient(top, #ccc, #777);
	background: -moz-linear-gradient(top, #aaa, #555);
	background: -o-linear-gradient(top, #aaa, #555);
	background: -ms-linear-gradient(top, #aaa, #555);
	border: 1px solid #555;
}

.cssgradients nav#primary #scholarshipsLink {
	background: -webkit-linear-gradient(top, #a9e33d, #80ac2e);
	background: -moz-linear-gradient(top, #a9e33d, #80ac2e);
	background: -o-linear-gradient(top, #a9e33d, #80ac2e);
	background: -ms-linear-gradient(top, #a9e33d, #80ac2e);
	border: 1px solid #80ac2e;
}
.cssgradients nav#primary #scholarshipsLink:hover {
	background: -webkit-linear-gradient(top, #beff44, #87b530);
	background: -moz-linear-gradient(top, #beff44, #87b530);
	background: -o-linear-gradient(top, #beff44, #87b530);
	background: -ms-linear-gradient(top, #beff44, #87b530);
}
nav#primary #loansLink {
	background: #835c9f;
}
.cssgradients nav#primary #loansLink {
	background: -webkit-linear-gradient(top, #a675ca, #72508a);
	background: -moz-linear-gradient(top, #a675ca, #72508a);
	background: -o-linear-gradient(top, #a675ca, #72508a);
	background: -ms-linear-gradient(top, #a675ca, #72508a);
	border: 1px solid #72508a;
}
.cssgradients nav#primary #loansLink:hover {
	background: -webkit-linear-gradient(top, #c087ea, #845da1);
	background: -moz-linear-gradient(top, #c087ea, #845da1);
	background: -o-linear-gradient(top, #c087ea, #845da1);
	background: -ms-linear-gradient(top, #c087ea, #845da1);
}
nav#primary #loansLink a {
	text-shadow: 1px 1px 0px #2e2038;
}
nav#primary #loansLink a:active {
	text-shadow: -1px -1px 0px #2e2038;
}
nav#primary #blogLink {
	background: #770867;
}
.cssgradients nav#primary #blogLink {
	background: -webkit-linear-gradient(top, #aa0b93, #6f0760);
	background: -o-linear-gradient(top, #aa0b93, #6f0760);
	background: -ms-linear-gradient(top, #aa0b93, #6f0760);
	background: -moz-linear-gradient(top, #aa0b93, #6f0760);
	border: 1px solid #6f0760;
}
.cssgradients nav#primary #blogLink:hover {
	background: -webkit-linear-gradient(top, #cb0caf, #840872);
	background: -moz-linear-gradient(top, #cb0caf, #840872);
	background: -o-linear-gradient(top, #cb0caf, #840872);
	background: -ms-linear-gradient(top, #cb0caf, #840872);
}
nav#primary #blogLink a {
	text-shadow: 1px 1px 0px #000;
}
nav#primary #blogLink a:active {
	text-shadow: -1px -1px 0px #000;
}
nav#primary #resourcesLink {
	background: #423d80;
}
.cssgradients nav#primary #resourcesLink {
	background: -webkit-linear-gradient(top, #615abc, #3c3774);
	background: -moz-linear-gradient(top, #615abc, #3c3774);
	background: -o-linear-gradient(top, #615abc, #3c3774);
	background: -ms-linear-gradient(top, #615abc, #3c3774);
	border: 1px solid #3c3774;
}
.cssgradients nav#primary #resourcesLink:hover {
	background: -webkit-linear-gradient(top, #8177fb, #4d4797);
	background: -moz-linear-gradient(top, #8177fb, #4d4797);
	background: -o-linear-gradient(top, #8177fb, #4d4797);
	background: -ms-linear-gradient(top, #8177fb, #4d4797);
}
nav#primary #resourcesLink a {
	text-shadow: 1px 1px 0px #000;
}
nav#primary #resourcesLink a:active {
	text-shadow: -1px -1px 0px #000;
}
nav#primary #aboutLink {
	background: #d89833;
}
.cssgradients nav#primary #aboutLink {
	background: -webkit-linear-gradient(top, #feb33c, #b8812b);
	background: -moz-linear-gradient(top, #feb33c, #b8812b);
	background: -o-linear-gradient(top, #feb33c, #b8812b);
	background: -ms-linear-gradient(top, #feb33c, #b8812b);
	border: 1px solid #b8812b;
}
.cssgradients nav#primary #aboutLink:hover {
	background: -webkit-linear-gradient(top, #ffd35c, #cfa133);
	background: -moz-linear-gradient(top, #ffd35c, #cfa133);
	background: -o-linear-gradient(top, #ffd35c, #cfa133);
	background: -ms-linear-gradient(top, #ffd35c, #cfa133);
}
nav#primary #aboutLink a {
	text-shadow: 1px 1px 0px #8E6220;
}
nav#primary #aboutLink a:active {
	text-shadow: -1px -1px 0px #C18B3A;
}
nav#primary #accountLink {
	background: #372c3d;
}
.cssgradients nav#primary #accountLink {
	background: -webkit-linear-gradient(top, #685373, #29212e);
	background: -moz-linear-gradient(top, #685373, #29212e);
	background: -o-linear-gradient(top, #685373, #29212e);
	background: -ms-linear-gradient(top, #685373, #29212e);
	border: 1px solid #29212e;
}
.cssgradients nav#primary #accountLink:hover {
	background: -webkit-linear-gradient(top, #9174a1, #463850);
	background: -moz-linear-gradient(top, #9174a1, #463850);
	background: -o-linear-gradient(top, #9174a1, #463850);
	background: -ms-linear-gradient(top, #9174a1, #463850);
}
nav#primary #accountLink a {
	text-shadow: 1px 1px 0px #000;
}
nav#primary #accountLink a:active {
	text-shadow: -1px -1px 0px #000;
}

.cssgradients nav#primary #contactLink {
	background: -webkit-linear-gradient(top, #5ccccc, #009999);
	background: -moz-linear-gradient(top, #5ccccc, #009999);
	background: -o-linear-gradient(top, #5ccccc, #009999);
	background: -ms-linear-gradient(top, #5ccccc, #009999);
	border: 1px solid #2D8E8E;
}

.cssgradients nav#primary #contactLink:hover {
	background: -webkit-linear-gradient(top, #73DDDD, #06A3A3);
	background: -moz-linear-gradient(top, #73DDDD, #06A3A3);
	background: -o-linear-gradient(top, #73DDDD, #06A3A3);
	background: -ms-linear-gradient(top, #73DDDD, #06A3A3);
	border: 1px solid #389E9E;
}

nav#primary #contactLink a {
	text-shadow: 1px 1px 0px #196868;
}

nav#primary #contactLink a:active {
	text-shadow: -1px -1px 0px #2F8E8E;
}

section#content {
	border-right: 2px solid #c5c5c5;
	border-bottom: 2px solid #c5c5c5;
}

html.boxshadow #bgContainer{
	border: 0;
	box-shadow: 1px 1px 1px #909090;
}

.boxshadow section#content,
.boxshadow section#featured-awards,
.boxshadow section#alt-award-footer {
	border: 0;
	box-shadow: 1px 1px 1px #909090;
}

.centerText {
	text-align: center;
}

hr {
	background-color: #e1e1e1;
}

#sidebar {
	/*min-height: 405px;*/
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 0;
}

#sidebar .portlet-title {
	color: #404040;
	font-weight: bold;
	margin-bottom: 20px;
}

#sidebar ul.operations {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul.operations > li {
	padding: 0.5em 1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	border-left: 3px solid #fff;
	background: #fff;
}
#sidebar ul.operations > li a {
	font-weight: normal;
	text-decoration: none;
}

#sidebar ul.operations > li:hover {
		cursor: pointer;
		background: #f8f8f8;
		border-left: 3px solid #80ac2e;
}

#sidebar ul.operations > li a:hover {
	color: #8fc033;
}

#sidebar ul.operations li.active {
	/*box-shadow: inset 0 0 1px 0 #aaa;*/
}

#sidebar .widget {
	clear: both;
	margin-top: 20px;
}

#sidebar .widget h5 {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.banner-ads-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.banner-ads-sidebar ul > li {
	margin: 0 5px 5px 0;
	padding: 0;
}

#sidebar .banner-ads-sidebar img {
	margin: 0;
	border-radius: 0;
}

ul.social-media-icons {
	list-style: 0;
	width: 140px;
	margin: 0 auto;
	padding: 0;
}

ul.social-media-icons li {
	display: inline;
	float: left;
	width: 25%;
	margin: 0 auto;
}

ul.social-media-icons li img {
	margin: 0 !important;
	padding: 0;
}

#banners_top img {
    margin-left: 13px;
}

#login-widget {
	background: #eee;
	border-top: 1px solid #eee;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: inset 1px 1px 6px 2px #e0e0e0;
    padding: 0 1em 1em 1em;
	font-size: .9em;
	margin-right: 2em;
	margin-bottom: 1em;
}


th.vertical-orientation {
	width: 200px;
}

div#relatedAwardsContainer {
	width: 100%;
}
div#relatedAwardsContainer div.awardBoxExtraWidth {
	width: 197px;
}
div#relatedAwardsContainer div fieldset ul {
	padding: 0;
}
.noResults {
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
}


/* Mobile version - preset code from cssgrid.net */
@media handheld, only screen and (max-width: 767px) {

	.examplecontainer {}

	body {}

}

/*
_______________________________
Provide higher res assets for iPhone 4 - preset code from cssgrid.net */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

	/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
	.download {
	background: no-repeat;
	background-size: 27px 28px;
	}
	*/

}

p.hint {
   font-size: 10px;
   margin-bottom: 0;
}

/* Align from the middle column left most position to the normal input padded position */
.paddingAlignToInput {
    padding-left: 105px;
}

/*label {*/
    /*width: 80px;*/
/*}*/


/** Twitter Bootstrap tweaks **/
.btn.small {
	padding: 5px 7px;
	font-size: 10px;
	max-width: 50px;
}


/** Clearfix float-clearing method **/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

input.placeholder { color: #BBB; }

/** Provides left margins similar to .omega, .last **/
.first,.alpha { margin-left: 3.8%; }

footer {
	margin: 0;
	width: 100%;
	background: #222;
	border-top: 1px solid #d7d7d7;
}

.cssgradients footer {
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0f0f0f), color-stop(15%, #1f1f1f), to(#eedc94));
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), color-stop(15%, #1f1f1f), to(#222));
	background-image: -webkit-linear-gradient(top, #0f0f0f, #1f1f1f 15%, #222);
	background-image: -moz-linear-gradient(top, #0f0f0f, #1f1f1f 15%, #222);
	background-image: -ms-linear-gradient(top, #1f1f1f, #222);
	background-image: -o-linear-gradient(top, #0f0f0f, #1f1f1f 15%, #222);
	background-image: linear-gradient(top, #0f0f0f, #1f1f1f 15%, #222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f', endColorstr='#222', GradientType=0);
}

footer p {
	text-align: left;
}

footer p, footer address {
	line-height: 1.3em;
	margin: 0;
}

#featured-awards ul,
#alt-award-footer ul {
	margin-left: 10px;
	padding-left: 0;
	font-size: .9em;
}
#alt-award-footer ul li,
#featured-awards ul li {
	margin-left: 0;
	padding-left: 0;
}

#featured-awards fieldset {
	padding: 0;
	margin: 0;
}

footer h3,
footer h4,
footer h5,
footer h6 {
    line-height: 150%;
}

footer hr {
    background-color: #1a1a1a;
    border-bottom: 1px solid #2a2a2a;
}

footer a, footer a:active, footer a:visited {
    color: #aaa;
	text-decoration: none;
}
footer a:hover {
	color: #e7e7e7;
	text-decoration: none;
}

.feedburnerFeedBlock ul {
   min-height: 110px;
}

form#login-widget-form div.row{
    margin: 0;
    padding-top: 3px;
}

form#login-widget-form div:nth-child(4) {
    height: 15px;
}

section#sidebar div#facebook {
    margin-bottom: 20px;
    min-height: 289px;
}

table.zebra-striped tbody tr.featured td,
table tbody tr.featured td {
    background: #fefed8;
}

p.subnote {
    font-size: 10px;
    padding-left: 105px;
    padding-top: 2px;
}

ul.menu  {
    list-style: none;
    margin: auto;
}

ul.menu li {
    float: left;
    margin-right: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

/* Used to make the side margins equatable */
.pre_one_quarter_extra {
    padding-left: 3.16%;
}

div.form div.rememberMe input[type='checkbox'] {
    float: left;
    margin-left: 105px;
}

div.form div.rememberMe label {
    width: 200px;
    text-align: left;
    padding-left: 10px;
    position: relative;
    top: -5px;
}

div.errorSmall {
    font-size: 10px;
    color: #900;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#creditfooter {
    position: absolute;
    bottom: 0;
}
div#creditfooter img{
	display: none;
}

p.fbsubscribelink a img {
    float: left;
    padding-right: 5px;
    margin-top: 4px;
}

section#alt-award-footer .col_3 {
    min-height: 240px;
}

.valign-middle {
    vertical-align: middle;
}

.network-links ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.network-links ul li {
    display: inline-block;
    width: 20%;
    margin: 0;
    text-align: center;
}

.network-links ul li:first-child,
.network-links ul li:nth-child(2) {
    text-align: left;
}

.network-links ul li:last-child,
.network-links ul li:nth-last-child(2) {
    text-align: right;
}

#banners_top h1 {
    font-size: 14px;
    font-weight: normal;
    color: #AAA;
    margin: 0 0 5px 14px;
    line-height: 100%;
    padding: 22px 0 0 0;
}

/** Overwritten from the twitter bootstrap css package **/
.label.success {
    background-color: #80ac2e;
}

section.banner-ads-sidebar ul li {
    line-height: 0;
    height: auto;
}

section.banner-ads-sidebar ul li img {

}
#award-contact-form-instructions,
#institution-information-instructions{
     position: absolute;
     width: 45%;
     top: 45px;
     right: 10px;
 }


#facebook{
	margin-top: 10px;
}

.loading {
    width: 100%;
    height: 36px;
    display: block;
}

section.row > div.span4
{
	width: 48%;
	float: left;
	padding-right: 1em;
}

div.zone-result{
	position: relative;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #fbfbfb;
	padding: 10px;
	background: #f7f7f7;
	background: -webkit-linear-gradient(top, #fbfbfb, #e9e9e9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#e9e9e9));
	background: -moz-linear-gradient(top, #fbfbfb 0%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #fbfbfb 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e9e9e9',GradientType=0 );
	background: linear-gradient(top, #fbfbfb 0%,#e9e9e9 100%);
	clear: both;
}

div.zone-result{
	margin-bottom: 10px;
}

div.zone-result div.view {
	margin-bottom: 5px;
	zoom: 1;
}
div.zone-result div.view:before, div.zone-result div.view:after {
	display: table;
	content: "";
	zoom: 1;
}
div.zone-result div.view:after {
	clear: both;
}
div.zone-result div.view div.learn-more{
	position: absolute;
	top: 10px;
	right: 10px;
}
div.zone-result div.view h2{
	border-bottom: 1px solid #efefef;
	margin-bottom: 5px;
}
div.zone-result div.view p img {
	float: left;
	padding-right: 15px;
}

.well{

	background-color: #f5f5f5;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

@media( max-width: 761px )
{
	.text-xs-center {
		text-align: center;
	}
}
/* Overrides just for medium */
@media(min-width: 992px) and ( max-width: 1199px )
{
	#sidebar h4 {
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
	}
}
@media(min-width: 320px) and (max-width: 580px )
{
	nav#primary ul li {
		width: 32%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	h1,h2,h3,h4,h5,h6 {
		line-height: 24px;
	}
	h1 {
		font-size: 22px;
	}
	h2{
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
    h4 {
	    font-size: 14px;
    }
}
@media( max-width: 320px ){
	nav#primary ul li {
		width: 49%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
}