body, html {
	background: #111 none;
}
.wrapper {
	width: 100%;
}
.desktop {
	display: none;
}
.mobile-landscape {
	display: none;
}
.mobile {
	display: block;
}
header {
	position: relative;
}
#cse-search-form {
	position: relative;
	overflow: hidden;
	margin: 15px 0 0 0;
}
input.gsc-input {
	margin: 0 !important;
}
#fta-logo {
	margin: 15px 0;
}
#social {

	margin-left:15px;
}
header #social img {
	margin: 15px 0px;
}
#primeNavWrapper {
	margin-left: 0;
	margin-right: 0;
	background-color: #111;
}
#middle-content {
	background-color: #fff;
}
#main {
	background-color: #fff;
	margin: 0 5%;
	padding-bottom: 20px;
}
#footer-container {
	background-color: #111;
	color: #fff;
	position: relative;
	font-size: 11px;
}
#footer-top {
	background-color: #eee;
	border-top:4px double #ddd;
}
#footer-container footer.wrapper {
	position: relative;
}
#sponsors-footer {
	padding: 20px;
	color: #333;
}
#logos {
	padding: 20px;
}
#logos h3 {
	margin:0;
}
#logos .col4 a {
	line-height: 50px;
	vertical-align: middle;
}
.footInner {
	padding: 20px 20px 0 20px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 1.5em;
}
.footInner strong {
	color: #fff;
}
#footer-middle .ft-box {
	padding: 15px;
	background-color: #111;
	border: 1px solid #222;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 6em;
	margin-bottom: 4px;
}
#footer-bottom {
	text-align: center;
	margin: 20px;
}
input[type='text'],
select,
textarea {
	width: 100%;
}
/* jQuery tabs */

.etabs,
#main article ul.etabs {
	margin: 0;
	padding: 0;
}
#main article li.tab {
	display: inline-block;
	zoom: 1;
*display:inline;
	background: #eee;
	border: solid 1px #ccc;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin: 6px 4px 6px 0;
}
#main article .tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
	text-decoration: none;
}
#main article .tab a:hover {
}
#main article .tab.active {
	background: #6453A5;
	position: relative;
	border-color: #6453A5;
}
.tab a.active {
	color: #fff;
}
.tab-container {
	margin: 1em 0;
}
.tab-container .panel-container {
	background: #fff;
	border: solid #ccc 1px;
	padding: 10px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #titleDesktop {
	padding-top: 20px;
}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* ====================
    INTERMEDIATE: Menu
   ==================== */
   
   /* ===============
    selectnav
   =============== */
.selectnav {
	display: none;
}
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */




nav ul li {
	display: inline;
}
.oldie nav a {
	margin: 0 0.7%;
}
}
/* Smartphone 320 (portrait) ----------- */
@media only screen and (max-width : 479px), screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
.desktop {
	display: none;
}
.mobile-landscape {
	display: none;
}
.mobile {
	display: block;
}
img.imgleft,
img.imgright {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
}

}
/* SelectNav.js small screen */
@media screen and (max-width: 767px) {
.js #primeNav {
	display: none;
}
.js #sidebar-nav {
	display: none;
}
.js .selectnav {
	display: block;
}
#top-nav {
	padding: 10px;
}
#social, #donate-logo {

	margin-left:0;
	text-align:center;
}
#sidebar #sidemenu {
	margin: 0;
	padding: 10px;
	background-color:#333;
	-webkit-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
}
#logos {
	text-align:center;
}
nav .primeNav2 {
	position: relative;
	margin: 10px 0;
	padding: 0;
	font-family: "antonioregular", sans-serif;
}
nav .primeNav2 li {
	float: none;
	list-style: none;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 16px;
}
nav .primeNav2 li a {
	display: block;
	width:100%;
	background-color: #25A9DF;
	color: #fff;
	padding: 8px 12px 4px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
	margin-bottom:4px;
}
nav .primeNav2 li a:hover,
nav .primeNav2 li a:hover.current {
	background-color: #6352A3;
	color: #fff;
}
nav .primeNav2 li a.current {
	color: #FFE01A;
	background-color: #6352A3;
	text-shadow: #000 1px 1px 0;
}
#canadahelps a {
	text-align:center;
}
}
 @media only screen and (min-width: 768px) {
.desktop {
	display: block;
}
.mobile-landscape {
	display: none;
}
.mobile {
	display: none;
}
header {
	margin: 0;
	position: relative;
}
#cse-search-form {
	margin-right: 20px;
}
#cse-search-form form.gsc-search-box {
}
#social {
	margin-top: 15px;
	margin-left:0;
}
#social img {
	margin: 2px 0px;
}
#top-nav {
	background-color: #111;
}
nav ul#primeNav {
	padding: 0;
	margin: 0;
}
nav #primeNav li {
	font-family: "antonioregular", Tahoma, Geneva, sans-serif;
	float: left;
	list-style: none;
	width: 32.75%;
	margin-right:.25%;
}

nav #primeNav li div.feature {
	font-family: "antonioregular", Tahoma, Geneva, sans-serif;
	font-size: 15px;
	padding: 4px 10px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	background-color: #25AAE1;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
}
nav #primeNav li div.feature .headlines ul {
	margin:0;
	padding:0;
	list-style:none;
}

nav #primeNav li div.feature .headlines li {
	width:100%;	
	margin:0;
	padding:0;
}
nav #primeNav li a {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 32px;
	padding: 4px 14px 0 12px;
	text-align: center;
	background-color:#333;
	
}
nav #primeNav li a.current {
	color: #FFE01A;
}
nav #primeNav li.last {
	margin-right:0;
}
nav #primeNav li a:hover {
	color: #EB1C23;
	background-color:#FFDF1B;
	-webkit-transition: background 200ms ease-in;
		-moz-transition: background 200ms ease-in;
        -ms-transition: background 200ms ease-in;
        -o-transition: background 200ms ease-in;
		transition: background 200ms ease-in;
}
nav .primeNav2 {
	position: relative;
	margin: 15px 0;
	padding: 0;
	font-family: "antonioregular", sans-serif;
}
nav .primeNav2 li {
	float: left;
	list-style: none;
	margin-right: 10px;
	margin-left: 0;
	font-size: 24px;
	margin-bottom:4px;
}
nav .primeNav2 li a {
	display: block;
	background-color: #25A9DF;
	color: #fff;
	padding: 8px 12px 4px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
nav .primeNav2 li a:hover,
nav .primeNav2 li a:hover.current {
	background-color: #6352A3;
	color: #fff;
}
nav .primeNav2 li a.current {
	color: #FFE01A;
	background-color: #6352A3;
	text-shadow: #000 1px 1px 0;
}
header #festapp {
	float: left;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	width: 200px;
	height: 30px;
}
header #festapp img {
	float: left;
	margin: 4px 10px 4px 0;
}
#sidebar .innerSidebar {
	margin-left: 20px;
	margin-top: 20px;
}
#sidebar .innerSidebar legend {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "antonioregular", sans-serif;
	font-size: 16px;
	line-height: 1em;
}
#sidebar ul#sidebar-nav {
	margin: 0;
	padding: 0;
}
#sidebar #sidebar-nav li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: "antonioregular", sans-serif;

}
#sidebar #sidebar-nav li a {
	background-color: #222;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 7px 14px 3px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#sidebar #sidebar-nav li a.loud {
	background-color: #ED1C24;
	color: #fff;
}
#sidebar #sidebar-nav li a.heading {
	background-color: #fff;
	color: #333;
	display: block;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}
#sidebar #sidebar-nav li a.current {
	color: #FFE01A;
	background: #6352A3 url(../images/layout/menu_bg_current.png) no-repeat right center;
	text-shadow: #000 1px 1px 0;
}
#sidebar #sidebar-nav li a:hover {
	color: #fff;
	background-color: #6352A3;
}
#sidebar #sidebar-nav li a.heading:hover {
	color: inherit;
	background-color: #fff;
}
#sidebar ul#sidebar-nav .subnav3, #right-sidebar .subnav3 {
	margin: 1em 0;
	padding: 0;
}
#sidebar #sidebar-nav .subnav3 li, #right-sidebar .subnav3 li {
	list-style: none;
	background: transparent url(../images/bullet.png) no-repeat 0px .5em;
	margin-left: 20px;
	padding-left: 10px;
	text-transform: none;
	margin-bottom:10px;
}
#sidebar #sidebar-nav li .subnav3 a, #right-sidebar .subnav3 a {
	background-color: transparent;
	color: #0096D7;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	line-height: 18px;
	padding: 0;
	border-bottom: none;
	border-right: none;
}
#sidebar #sidebar-nav li .subnav3 a:hover, #right-sidebar .subnav3 a:hover {
	color: #E2383F;
}
#sidebar #sidebar-nav li .subnav3 a.current, #right-sidebar .subnav3 a.current {
	background: transparent none;
	text-shadow: none;
	color: #E2383F;
}
#sidebar #media h3 {
	padding:8px 0 4px 15px;
	margin-bottom: .6em;
	background-color:#eee;
	border-bottom:3px solid #ddd;	
	-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
#main {
	margin: 0;
	padding-bottom: 20px;
}
#main article {
	position: relative;
}
#main aside {
	position: relative;
	min-height: 1em;
}
.cse input.gsc-search-button,
input.gsc-search-button {
	display: block;
	background-color: #333333;
	border: 1px solid #333333;
	color: #CCCCCC;
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	height: 24px;
	padding: 0 8px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
img.imgleft {
	float: left;
	margin: 0 1em .5em 0;
	position: relative;
}
img.imgright {
	float: right;
	margin: 0 0 .5em 1em;
	position: relative;
}
.float_left {
	float: left;
	display: inline;
	margin-right: 1em;
	margin-bottom: 0.15em;
}
.float_right {
	float: right;
	display: inline;
	margin-left: 1em;
	margin-bottom: 0.15em;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
}
 @media only screen and (min-width: 1140px) {
.wrapper {
	width: 1040px;
	margin: 0 auto;
	padding: 0;
}
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */


.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
#header,
#sidebar,
#footer-container,
noprint {
	display: none;
}
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
a,
a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr,
img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}
h2,
h3 {
	page-break-after: avoid;
}
}
