/*
    Theme Name: Canadian Centre
	Theme URI: http://www.studiopress.com/themes/sample
	Description: Perfect Resonance is a two or three column child theme created for the Genesis Framework.
    Author: JohnMacCreative
    Author URI: http://www.johnmaccreative.com/
 
    Version: 1.8
 
    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=:400,700);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #444;
	font-family: "", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.text-white {
	color: #fff;
}

/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #600;
	text-decoration: none;
}

/*a:hover {
	text-decoration: underline;
}*/

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #d5d5d5;
}

::-moz-selection {
	background-color: #847b70;
	color: #fff;
}

::selection {
	background-color: #847b70;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	background-color: #fff;
	box-shadow: 0 0 5px #999;
	margin: 15px auto;
	/*width: 960px;*/
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 400px;
}

#title {
	font-family: "Montserrat", arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	background-color: #f5f5f5;
	clear: both;
	color: #333;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	/*width: 100%;*/
}

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	border-right: 1px solid #ddd;
	color: #333;
	display: block;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	/*background-color: #fff;*/
	color: #693;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	/*background-color: #f5f5f5;*/
	color: #693;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 10px 20px;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 580px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 880px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", arial, serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: "Montserrat", arial, serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;;
	margin-bottom:25px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	width:1140px;
	font-size: 14px;
	overflow: hidden;
	margin:0 auto;
	padding: 20px 0;
}
.pagination-next {
	margin-right:39.5%;
}
.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 280px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}

/* Cotler Event Pages
------------------------------------------------------------ */

.page-id-1669 #header, .page-id-1669 #nav, .page-id-1669 #subnav, .page-id-1697 #nav, .page-id-1697 #subnav, .page-id-1697 #header {
	display:none;
}


.red-bar {
	background-color: #660000;
	color: #ddd;
}

.black {
	color: #444;
}

.white {
	color: #fff;
	padding: 15px;
}

.tan {
	background-color: #660000;
	background: url("images/bg-banner.png");
}

.black h1 {
	font-size: 32px;
	margin-bottom: 0;
	color: #f8f8f8;
}

.red-bar {
	font-size: 18px;
	margin: 0;
	font-weight: 400;
}

.page-id-1669 button {
	margin-top: 30px;
}

#inner .red-bar .wrap {
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.cotler-banner {
	overflow: auto;
}

.cotler-banner h2 {
	text-align: left;
	color:#444;
}

.cotler-banner .wp-caption {
	background-color: transparent;
	border: none;
	padding: 0;
	
}

.cotler {
	background: url("http://thepearsoncentre.ca/wp-content/themes/canadian/images/cotler.jpg") no-repeat bottom right;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	min-height: 200px;
	padding: 20px 0;
}

h2.cotler-header {
	font-size: 24px;
	padding: 15px;
	margin: 0;
	color: #444;
}

ul.star-guests li {
	display: inline;
	font-size: 18px;
}
.featuring {
	background-color: #2a2a2a;
	padding: 15px 30px;
	font-size: 18px;
	color: #f8f8f8;
}

.guest-list {
	background-color: #660000;
	background: url("images/bg-banner.png");	
}

#inner .guest-list .wrap, #inner .cotler .wrap {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
}

#uvp.guest-list {
	margin-top: 0;
}



.redbox {
	background-color: #660000;
	background: url("images/bg-banner.png");
	color: #444;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}

.redbox2 {
	padding: 2%;
	width:46%;
	margin-left: 2%;
}

.hide-desktop {
	display:none;
}

.one-third.meilleur {
	padding-left: 0;
}

.alignleft {
	margin-right: 0px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/**
 *Canadian Centre Modifications
 */
body {
	background-color:transparent;
	color:#444;

}
h1, h2, h3, h4 {
	margin-bottom:21px;
}
h2 {
	color:#847b70;
}

h1 {
	font-size:2.25rem;
	font-family:Georgia;
}

h2 {
	font-size:1.8rem;
}
h3 {
	font-size:1.2rem;
}
h4 {
	size:1.25rem;
	color:#847b70;
}

h5 {
	font-size:1em;
	text-transform:uppercase;
	font-weight:700;
	color:#600;
	margin-bottom:16px;
}
p {
	margin-bottom:25px;
}

/*Link Styling*/
p a {
	color:#600;
	font-weight:700;
}
h3 a, h4 a {
	color:#444;
}

/*Lists */
ul {
	margin:0 0 21px 20px;
}
ul li.no-bullets, .mp-info ul li {
	list-style:none;
	margin-left:0;
	padding-left:0;
}



/*Text Syling*/
	.red {
		color:#600;
	}
	.light {
		color:#e5d9cc;
	}
	.dark {
		color:#847b70;
	}
	.grey {
		color:#666;
	}
	.bold {
		font-weight:700;
	}
	.small {
		font-size:.9em;
	}
	.extra-small {
		font-size:.8em;
	}
	.text-centre {
		text-align:center;
	}
	.large {
		font-size:1.1em;
	}
	.extra-large {
		font-size:1.2em;
	}
	.no-margin {
		margin:0;
	}
	.add-margin {
		margin-bottom:21px;
	}
	.underline {
		border-bottom:1px solid #ddd;
	}
	.black-box {
		background-color:#444;
	}
	.dotted-border {
		border:1px dotted #ddd;
		padding:15px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		overflow:auto;
	}
	.no-wrap {
		overflow:hidden;
	}
	/*Lines*/
	.clear-dots {
		border-bottom:1px dotted #ddd;
		padding-top:10px;
		margin-bottom:7px;
		clear:both;
	}
/*Buttons & Forms*/
	input {
		float:left;
		margin-bottom:10px;
		margin-right:2%;
		padding:10px;
	}
	.page-id-1058 input {
		float:none;
	}
	input[type="text"] {
		font-family:"Montserrat", Helvetica, Arial;
		font-size:.9 rem;
		color:#666;
	}
	input[type="button"], input[type="submit"] {
		padding:10px;
		border:none;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;	
	}
	input[type="button"] {
		background-color:#ddd;
		background-image:none;
		color:#444;
		margin:0 auto;
		font-family:Georgia;
		font-size:1.2rem;
		text-align: center;
	}
	input[type="submit"], button {
		background-color:#600;
		background-image:none;
		color:#f8f8f8;
		font-size:1.1em;
		font-family:"Montserrat", Helvetica, Arial;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border:none;
		padding: 15px 25px;

	}	
	input:hover[type="button"], button:hover,
	input:hover[type="submit"] {
		background:none;
		background-color:#3F0512;
		text-decoration: none;
		color:#ccc;
		cursor: pointer;
	}	
/*Images*/
	.attachment-thumbnail-small {
		float:left;
		margin:0 10px 10px 0;
		padding:5px;
		border:1px solid #ddd;
	}
	.attachment-thumbnail-sidebar {
		float:left;
		margin:0 14px 7px 0;
	}
	.gallery-item .gallery-caption {
		display:none;
	}
	.pp_description {
	display: none !important;
	}
#wrap {
	box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
	background-color:transparent;
	margin:0;
}
#header .wrap, #nav .wrap, #subnav .wrap, #connect .wrap, #footer .wrap, #footer-widgets .wrap, #comments, #respond {
	width:1140px;
	margin:0 auto;
	padding-top:40px;
	overflow:auto;
}
#header .wrap, #nav .wrap, #subnav .wrap {
	padding-top:0;
	overflow: auto;

}
/*Header*/
	#header {
		height:80px;
		padding:15px 0 20px 0;
		background-color: #f8f8f8;
	}
	
	#header .menu {
		border:none;
	}
	body.en #header .wrap {
		background: url("images/logo.png") no-repeat left;
	}
	body.fr #header .wrap {
		background: url("images/logo-french.png") no-repeat left;
	}	
	#header .widget-area {
		float: right;
		padding: 0;
		width:50%;
	}
	#header .widget-area ul {
		float:right;
		margin-top:15px;
	}
	.header-image #title-area {
		width:50%;
	}
	.header-image #title {
		margin-right:10%;
	}

/*Navigation & Menus*/
	#nav .wrap, #subnav .wrap {
		padding:0;
	}
	#nav {
		background:url("images/bg-banner.png") repeat;
		border-top:1px solid #ddd;
	}
	#subnav {
		background:url("images/bg-dark.png") repeat-x;
		border-top:1px solid #847b70;
	}
	#subnav ul {
		float:right;
	}
	.menu-primary,
	.menu-secondary,
	.menu-conditions,
	#header .menu {
		background-color: transparent;
		border:none;
	}
	ul .menu-primary {
		
	}
	.menu-primary a, #header .menu a {
		border:none;
		border-right:1px solid #ccc;
		padding-top:9px;
		color:#600;
		font-size:.9rem;
		font-weight:700;
		line-height:1rem;
		text-transform:uppercase;
	}
	#header .menu a {
		font-size:.7rem;
		font-weight:400;
		border:none;
	}
	ul li a p.menu-description {
	clear: both;
	color: #444;
	display: block;
	font-size:.8rem !important;
	font-weight:400;
	text-transform:none;
	margin:0;
	}
	#header .header-widget-area .menu {
		background-color:#444;
		border:1px solid #444;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	li.menu-item-1104, li.menu-item-1118 {
		background-color:#bbb;
	}
	#header li.menu-item-1104 a {
		color:#333;
	}
	.header-social-links ul {
		float:right;
		list-style: none;
		margin-left:0;
	}
	.header-social-links li {
		display: inline-block;
		width:20px;
		height:20px;
		margin-right:12px;
	}
	
	.header-social-links li.header-youtube {
		width: 40px;
	}
	
	.header-social-links a {
		width:20px;
		height:20px;
		background:url("http://thecanadiancentre.ca/wp-content/themes/canadian/images/sprite.png") no-repeat;
		display:block;
		margin-top:5px;
	}
	.header-social-links li.header-facebook a {
		background-position: -40px 0;
	}
	.header-social-links li.header-twitter a {
		background-position: -20px 0;
	}
	body .header-social-links li.header-youtube a {
		background-position: -100px 0;
		width:40px !important;
	}
	#subnav a {
		color:#f8f8f8;
		border-right:1px solid #847b70;
		padding-top:9px;
		font-size:.9 rem;
	}
	#subnav ul li a p.menu-description {
		display:none;
	}
	#subnav a:first-child {
		border-left:1px solid #847b70;
	}
	#nav #menu-item-405 a, #nav #menu-item-770 a {
		background-color:#444;
		color:#ddd;
		border-right:none;
	}
	#nav #menu-item-405 .menu-description, #nav #menu-item-406 .menu-description, #nav #menu-item-770 .menu-description, #nav #menu-item-771 .menu-description {
		color:#ddd;
		font-weight:400;
	}
	#nav #menu-item-406 a, #nav #menu-item-771 a {
		background:url("images/bg-dark.png") repeat-x;
		color:#f8f8f8;
		font-weight:400;
	}
	#nav #menu-item-379 a {
		border-left:1px solid #ccc;
	}
	#mobile-menu {
		display: none;
		visibility: hidden;
	}
	#mobile-menu-tagline {
		display: none;
		visibility: hidden;
	}
	/*Menu Link Styling*/
		#nav li:hover {
			background-color:#CCC5BE;
		}
		.menu-primary li a:active,
		.menu-primary li a:hover,
		.menu-primary .current_page_item a,
		.menu-primary .current-cat a,
		.menu-primary .current-menu-item a,
		.menu-secondary li a:active,
		.menu-secondary li a:hover,
		.menu-secondary .current_page_item a,
		.menu-secondary .current-cat a,
		.menu-secondary .current-menu-item a,
		#header .menu li a:active,
		#header .menu li a:hover,
		#header .menu .current_page_item a,
		#header .menu .current-cat a,
		#header .menu .current-menu-item a {
			color: #600;
		}
		#header .widget-area .menu .current-menu-item a{
			color:#eee;
		}
		.menu-primary li li a,
		.menu-primary li li a:link,
		.menu-primary li li a:visited,
		.menu-secondary li li a,
		.menu-secondary li li a:link,
		.menu-secondary li li a:visited,
		#header .menu li li a,
		#header .menu li li a:link,
		#header .menu li li a:visited {
			background: none;
			background-color: #444;
			border: 1px solid #ddd;
			border-top: none;
			color: #f8f8f8;
			font-size:.8 rem;
			font-weight:400;
			padding: 9px 10px 8px;
			position: relative;
			text-transform: none;
			width: 138px;
		}
		
		.menu-primary li li a:active,
		.menu-primary li li a:hover,
		.menu-secondary li li a:active,
		.menu-secondary li li a:hover,
		#header .menu li li a:active,
		#header .menu li li a:hover,
		#nav #menu-item-405 a:hover,
		#nav #menu-item-770 a:hover {
			background-color:#333;
			color: #ccc;
		}
		#header .widget-area .menu a:hover {
			color:#eee;
		}
		#header .widget-area a {
			color:#ddd;
		}
		#subnav li:hover, #nav #menu-item-406 a:hover, #nav #menu-item-771 a:hover {
			/*background:url("images/bg-light.png");*/
			background:none;
			background-color:#847b70;
		}
		#subnav a:hover, #nav #menu-item-406 a:hover, #nav #menu-item-771 a:hover {
			color:#ccc;
		}
/*Homepage structure & styling*/
.home #inner h2 {
	border-bottom:1px solid #ddd;
	margin-bottom:21px;
	color:#600;
}
.home img {
	border:none;
	padding:0;
}
#banner {
	width:100%;
	margin:0 auto;
	background:url("images/bg-banner.png");
	overflow: auto;
	border-top:1px solid #847b70;
	border-bottom:1px solid #847b70;
}
#banner-inner {
	width:1140px;
	margin:0 auto;
	background:url("images/parliament.png") bottom center no-repeat;
	overflow:auto;
}
.banner-wrap {
	padding-top:25px;
}
.intro-text img {
	float:right;
	margin-left:2%;
}
.single #banner h5 {
	color:#444;
}
.slider-frame {
	position:relative;
	width:98%;
	min-height:50%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
-webkit-box-shadow:  5px 5px 15px 3px rgba(0, 0, 0, .4);
        
        box-shadow:  5px 5px 15px 3px rgba(0, 0, 0, .4);
}
#slider-frame-dummy {
    padding-top: 60%; /* to maintain 5:3 aspect ratio */
}
#slider-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-frame img {
border: 1px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#calendar {
	width:100%;
	margin:0 auto;
	overflow:auto;
}
.calendar-item-box {
	position:relative;
	float:left;
	width:18.7%;
	margin:0 1% 15px 0;
	border:1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
		overflow:hidden;
}
#calendar .first {
	margin-left:0;
}
#dummy-frame {
    padding-top: 100%; /* 1:1 aspect ratio */
}
#calendar-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.calendar-image-frame {
	position:relative;
}
.calendar-image {
	position:absolute;
	top:0;
	left:0;
	border:none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.calendar-image img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.calendar-date {
	position:absolute;
	top:0;
	right:3%;
	background-color:#444;
	margin-right:12px;
	padding:5px;
	color:#f8f8f8;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	z-index:9998;
}
.calendar-label {
	width:96%;
	position:absolute;
	bottom: 10px;
	padding:5px 2%;
	background:url("images/bg-callabel-blk.png");
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
	z-index:9999;
}
.calendar-label p {
	font-weight:400;
	color:#ddd;
	margin-bottom:0;
}
.calendar-label p:hover {
	color:#bbb;
}
#uvp {
	width:100%;
	margin:0 auto;	
}
#middle {
	width:100%;
	margin:0 auto;	
}
#uvp, #middle, #contact {
	margin-top:60px;
	overflow:auto;
}
#middle {
	margin-top:20px;
}
.pull-quote {
	background-color:#e5d9cc;
	background-image:url("/images/quote-mark.png");
	margin-bottom:21px;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.quote-wrap {
	background:url("http://thecanadiancentre.ca/wp-content/themes/canadian/images/quote-mark.png") no-repeat;
	padding-left:45px;
}
.quote-wrap p {
	margin:0;
	font-style:italic;
	font-weight:700;
}
/**Connect Banner & Subscribe Form**/
	#connect {
		width:100%;
		margin:0 auto;
		background:url("images/bg-dark.png");
		overflow:auto;
	}
	.connect-wrap {
		width:940px;
		margin:0 auto;
		padding:30px 0;
		overflow:auto;
	}
	#connect .three-fifths {
		border-right:1px solid #e5d9cc;
	}
	#connect .three-fifths p, #connect .three-fifths h4 {
		padding-right:2%;
	}
	#connect .two-fifths {
		border-left: 1px solid #847b70;
	}
	#connect h3 {
		font-family:Georgia;
		color:#f8f8f8;
	}
	#connect p {
		color:#E5D9CC;
	}
	.widget_wysija_cont .wysija-submit  {
		margin-top:0;
	}
	.social-icons {
		margin-bottom:21px;
	
	}
	.social-icons img {
		padding-right:15px;
	}
	.social-text {
		float:left;
		width:78%;
	}
	
/*Sponsor Section*/

.banner-wrap {
	width:1140px;
	margin:0 auto;
}

/*Subpage structure & styling*/
.page-content-wrap {
	width:1140px;
	margin:40px auto;
	overflow:auto;
}
.intro-text {
	font-size:1.4em;
	color:#555;
}
#content-left {
	float:left;
	width:60.5%;
}
#sidebar-main {
	float:right;
	width:30.4%;
	padding-left:4%;

}
#sidebar-main p, #sidebar-main ul {
	font-size:.9rem;
}
#sidebar-main ul {
	padding-left:15px;
}

/**Contribute Box**/
	.contribute-box {
		border:1px solid #ccc;
		background:url("images/contribute.jpg") no-repeat bottom center;
		text-align:center;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		min-height:350px;
	}
	#sidebar-main .contribute-box .wrap, #sidebar-main .black-box .wrap {
		width:90%;
		padding: 21px 5%;
	}
	#sidebar-main .black-box .wrap {
		padding-top:10px;
	}
	#sidebar-main .black-box p {
		font-size:1.1em;
		text-align:center;
	}
	.contribute-box h2 {
		font-family:Georgia;
		color:#600;
		margin-bottom:10px;
	}
	#sidebar-main .black-box {
		margin-bottom:21px;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.black-box .wrap p {
		color:#ddd;
		margin-bottom:0;
	}
	.black-box  a {
		color:#ddd;
		font-family: Georgia;
		font-size:1.2rem;
		text-align:center;
	}
	.black-box a:hover {
		color:#777;
	}
	.black-box p:last-child {
		border-top:1px dotted #ddd;
		margin-top:9px;
		padding-top:10px;
	}
img .thumbnail-sidebar {
	float:left;
	padding:0 10px 10px 0;
}
.date-box {
	padding:5px 10px;
	color:#f8f8f8;
	background-color:#444;
	margin-bottom:7px;
	display:inline-block;
}
/*Initiative page structure & styling*/
.initiative-item {
	margin-top:40px;
	border-top:1px solid #ddd;
	padding-top:30px;
}

/**Tabs**/
	.tab-content-inset {
		padding:20px;
	}
	.st_view img {
		margin-bottom:20px;
	}
	.st_view ul li {
		margin-left:15px;
	}
	.canadian_nested-horizontal h2 {
		border-bottom:1px dotted #ccc;
	}
	.canadian_nested-horizontal .st_view h3 {
		margin-bottom:0;
	}
	/* Search Form
	------------------------------------------------------------ */
	input[type="text"] {
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	.right .search {
		border-left:#9c3;
		
	}
	#header .searchform {
		float:right;
	}
	#header .searchform input {
		float:left;
	}
	
	.sidebar .searchform {
		padding: 5px 0 0 15px;
	}
	
	.s {
		margin: 0 -7px 0 0;
		padding: 6px 2%;
		width:140px;
	}
	#header .searchform input[type="submit"], #nav .searchform input[type="submit"] {
		margin:0 0 0 10px;
		padding:4px 5px;
		background-color:#847b70;
		font-size:.8rem;
	}
	
	#nav .s {
		background-color: #fff;
		margin: 2px -7px 0 0;
	}
	#nav .searchform input[type="text"] {
		background-color:#9c3;
		color:#fff;
		border:1px solid #693;
	}

/*Main Content*/
	#inner .wrap {
		width:100%;
		margin:0 auto;
	}
	.full-width-content #content {
		width: 100%;
	}
	#inner, #content {
		padding:0;
	}
	#content-sidebar-wrap #content {
		width:100%;
		margin:0 auto;
	}
	#content-sidebar-wrap #sidebar-left {
		float:left;
		width:22%;
		margin-right:3%;
	}
	}
	#content-sidebar-wrap #sidebar-right {
		float:right;
		width:22%;
		margin-left:3%;
	}
	.content {
		width:1140px;
		margin:0 auto;
	}
	.subpage-content {
		width:100%;
		margin:0 auto;
	}
	.page-image {
		max-width:1140px;
		height:auto;
		margin-bottom:30px;
		border-bottom:1px solid #ddd;
		border-top:1px solid #ddd;
	}
	/**Related Content Section**/
	.related-content {
		border-top:2px dotted #444;
		padding-top:25px;
	}
	.related-content h5 {
		margin-bottom:0;
	}
	.related-content h4 {
		padding-bottom:10px;
		border-bottom:1px solid #ddd;
		margin-bottom:10px;
	}
	

/**Post Info**/
	.entry-content ul.content-info li {
		margin-left:0;
		padding-left:0;
		list-style:none;
	}
	p.post-date {
	text-transform:uppercase;
	margin-bottom:0;
	font-size: .9em;
	}
	.post-author {
		font-size:1em;
		color:#847b70;
	}
	.date-info {
	font-size:.9em;
	color:#0060b6;
	}
	
/**Archive-Specific Styling**/
	.archive h2 {
		margin-bottom:0;
	}
	.archive h3 {
		margin-bottom:0;
	}
	.archive h4 {
		color:#847b70;
		margin-bottom:0;
	}
	.archive .archive-content {
		overflow:hidden;
	}
	.archive ul {
		list-style:none;
		margin-left:0;
	}

/*Archive Pages*/
	.archive-description, .taxonomy-description {
		width:100%;
		margin:0 auto;
		background:url("images/bg-banner.png");
		overflow: auto;
		padding:30px 0;
		border-top:1px solid #847b70;
		border-bottom:1px solid #847b70;
	}
	.taxonomy-description .archive-title {
		border:none;
		background-color:transparent;
		width:1140px;
		margin:0 auto;
		padding:0;
	}
	.taxonomy-description p {
		width:1140px;
		margin:0 auto;
		padding:0;
		font-size:1.4em;
		color:#777;
	}
	.taxonomy-description h1 {
		font-size:2.25em;
		color:#600;
		border:none;
	}


/*MP Info*/

.mp-info-box {
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #eee;
	min-height: 138px;
	position: relative;
	margin-bottom: 30px;
}

.mp-info-box h3 {
	margin-top: 20px;
	margin-bottom: 0;
}

.bottom-align {
	position: absolute;
	bottom: 15px;
}
/**Footer Widgets**/
	#footer-widgets {
		background:url("images/bg-banner.png");
		color:#666;
	}
	#footer-widgets .wrap {
		width:1140px;
		margin:0 auto;
	}
	#footer-widgets a:hover {
		color:#600;
	}
	#footer-widgets .widget-area ul li {
		border:none;
	}
	.footer-widgets-1, .footer-widgets-2 {
	float: left;
	width: 18%;
	margin:0 5% 0 0;
	}
	.footer-widgets-1 a, .footer-widgets-2 a, .footer-widgets-3 a {
	color:#666;
	}
	.footer-widgets-2, .footer-widgets-3 {
		width:36%;
	}
	.footer-widgets-3 {
		float:right;
		width:36%;
		margin:0 auto;
	}
	.widget-area h4 {
		font-size:1.2rem;
	}
	
/**Footer*/
	#footer {
		background:url("images/bg-banner.png");
		color:#666;
		border-top:1px solid #847b70;
	}
	#footer .wrap {
		width:1140px;
	}


/**
 *Mods End
 */


/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {

	#wrap {
		max-width: 100%;
	}	
	
	#header {
		padding:15px 0 10px 0;
	}
	#header .wrap {
		background: url("images/logo-small.png") no-repeat left;
	}
	#header .wrap, #connect .wrap, #banner-inner, #footer .wrap, #footer-widgets .wrap, #comments, #respond, #nav .wrap, #subnav .wrap, .banner-wrap, .page-content-wrap, .taxonomy-description p, .connect-wrap, .navigation {
	width:960px;
	}
	.menu-primary a, #header .menu a {
		font-size:.8rem;

	}
	h3 {
		font-size:1.4rem;
	}
	#header .menu a {
		font-size:.8rem;
		font-weight:400;
		border:none;
	}
	#subnav a {
		font-size:.8rem;
		padding-left:10px;
		padding-right:10px;
	}
	#slider-frame-dummy {
		padding-top: 70%; /* to maintain 5:3 aspect ratio */
	}
	.calendar-label p {
		font-size:.9rem;
	}
	.contribute-box {
		background:url("images/contribute-small.jpg") no-repeat bottom center;
	}
	.contribute-box .extra-large {
		font-size:1rem;
	}
	
}




/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {


	#header {
		padding:15px 0 10px 0;
	}
	#header .wrap, #connect .wrap, #banner-inner, #footer .wrap, #footer-widgets .wrap, #comments, #respond, #nav .wrap, #subnav .wrap, .banner-wrap, .page-content-wrap, .taxonomy-description p, .connect-wrap, .navigation, #uvp .wrap {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	}
	.menu-primary a, #header .menu a {
		font-size:.8rem;

	}



	#nav #menu-item-379 a {
		border-left:none;
	}
	#subnav {
		display:none;
	}
	.home #banner {
		padding-top:0;
	}
	#banner .one-half {
		width:100%;
		padding-left:0;
	}
	#banner .slider-frame {
		width:536px;
		margin-left:auto;
		margin-right:auto;
	}
	#slider-frame-dummy {
		padding-top: 60%; /* to maintain 5:3 aspect ratio */
	}
	#calendar, #middle {
		margin-top:20px;
	}
	.calendar-label p {
		font-size:.8rem;
	}
	#footer-widgets .wrap {
		width:96%;
		padding-left:2%;
		padding-right:2%;
	}
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}


	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 10px 4px;
	}

	#title {
		margin: 16px 0;
		margin: 1rem 0;
	}

	#header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	#footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}
	
/*Cotler Event*/
	
	.cotler-banner {
		background: none;
		text-align: center;
	}
	
	#inner .red-bar .wrap, #inner .guest-list .wrap {
		width:94%;
		margin:0 3%;
	}
	
	.red-bar h2 {
		font-size: 18px;
	}
	
	.hide-desktop {
		display: block;
	}
	
	img.hide-desktop {
		border: 1px solid #ddd;
	}
	
	.one-half.redbox {
		width: 94%;
		padding: 3%;
	}
	
	.one-half.hosts {
		width: 49%;
		font-size: 14px;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 767px) {

	html {
		font-size: 87.5%; /* 14px base */
	}
	#header {
		height:100%;
	}
	#header .search-form {
		width: 100%;
	}
	.menu-primary a, .menu-secondary a, #header .menu a {
		padding:7px 13px;
	}
	ul.header-social-links {
		float:none;
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	

	
	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		padding-left:0;
		width: 100%;
	}
	
	#header .wrap, #connect .wrap,.header-image #title-area, .menu-utility-menu-container, #banner-inner, #header .wrap .widget-area, #footer .wrap, #footer-widgets .wrap, #comments, #respond, #nav .wrap, #subnav .wrap, #banner .banner-wrap, .page-content-wrap, .archive-content, .taxonomy-description p, .connect-wrap, .navigation {
	width:96%;
	padding-left:2%;
	padding-right:2%;
	margin-left:auto;
	margin-right:auto;
	}
	 #header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited
	{
	width:75px;	
	}
	
	#header .wrap .widget-area li {
		width: 25%;
	}
	
	#header .wrap .widget-area ul.header-social-links li {
		width: auto;
	}
	
	ul.header-social-links {
		margin: 0 auto;
	}
	
	body.en #header .wrap {
		background:url("http://thepearsoncentre.ca/wp-content/themes/canadian/images/logo-mobile-small.png") center top no-repeat;
	}
	body.fr #header .wrap {
		background:url("http://thepearsoncentre.ca/wp-content/themes/canadian/images/logo-mobile-small-french.png") center top no-repeat;
	}
	#banner {
		text-align:center;
		padding-bottom:0;
	}
	#banner h1 {
		font-size:2rem;
	}
	#banner .intro-text {
		font-size:1.2rem;
	}
	.page-content-wrap {
		margin:20px 0;
	}
	#calendar, #uvp, #middle, #contact {
		margin-top: 40px;
	}
	.slider-frame {
		display:none;
	}
	#calendar {
		display:none;
	}
	#uvp div.first {
		margin-bottom:25px;
	}
	#middle .initiative {
		display:none;
	}
	#middle .one-fifth {
		width:33%;
		margin-bottom:15px;
	}
	#middle .hp-quotes .four-fifths {
		width:62%;
		float:right;
	}
	.pull-quote {
		background-color:transparent;
	}
	.quote-wrap {
		padding:0;
		background-image:none;
	}
	.quote-wrap p {
		color:#847b70;
	}
	#connect {
		text-align:center;
	}
	#connect .three-fifths, #connect .two-fifths {
		border:none;
	}
	#connect .three-fifths {
		margin-bottom:25px;
	}
	#connect input[type=text] {
		width:40%;
	}
	.social-text {
		display:none;
	}
	#footer-widgets {
		text-align:center;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width:100%;
		border-bottom:1px solid #847b70;
		margin-bottom:15px;
	}
	.footer-widgets-3 {
		border:none;
		margin-bottom:0;
	}
	#content-left, #sidebar-main {
		float:none;
		width:100%;
	}
	#sidebar-main {
		padding-left:0;
	}
	#sidebar-main .one-fourth {
		width:22.5%;
	}
	#sidebar-main .three-fourths {
		width:73.5%;
		padding-left:4%;
	}
	#sidebar-main .one-fifth {
		display:none;
	}
}

@media only screen and (max-width: 480px) {
#mobile-menu {
	background: url("images/icon-mobile.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 30px;
	margin: 12px;
	width: 41px;
	visibility: visible;
	}
#mobile-menu-tagline {
	color:#847b70;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 20px;
	margin: 12px;
	padding:5px;
	border:1px solid #ddd;
	visibility: visible;
	}
.menu-primary {
	display: none;
	}
#nav ul li {
	width:100%;
	border-bottom:1px solid #f8f8f8;
	text-align: left;
}
#nav ul li a {
	font-size:1rem;
	color:#847b70;
}
#nav #menu-item-405 a, #nav #menu-item-770 a {
	background-color:transparent;
	color:#847b70;
	border-right:none;
}
#nav #menu-item-405 .menu-description, #nav #menu-item-406 .menu-description, #nav #menu-item-770 .menu-description, #nav #menu-item-771 .menu-description {
	color:#ddd;
}
#nav #menu-item-406 a, #nav #menu-item-771 a {
	background:none;
	color:#847b70;
}

#header .menu a {
	padding:6px;
	font-size:8px;
	font-size:0.8rem;
}
}


/* Make sure main menu re-appears when scaled up */
@media only screen and (min-width: 481px) {

.menu-primary {
	display: block !important;
}
}