/*
	Theme Name: CMRRA
	Description: CMRRA theme created for the Genesis Framework.
	Author: Madfatter Inc.
	Author URI: http://www.madfatter.com/
	Version: 1.0	
	Template: genesis
	Template Version: 2.0.1
*/


.front-page {
width:100%;
margin:0 auto;
}



/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}



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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

html, body {
    overflow-x: hidden;
}

body {

	background-color: #fff;
	color: #333333;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	border-top: 10px solid #222e68;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

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

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #222e68;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 400;
}

b {
		font-weight: 500;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/



.entry-content code {
	background-color: #333;
	color: #C0C0C0;
}

cite {
	font-style: normal;
}

hr {
	margin-bottom: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #464646;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400 !important;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #C0C0C0;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	width: 100%;
}

.ginput_container .gchoice input {
	width: auto !important;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
a.publisher-button {
	background-color: #222e68 !important;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
a.publisher-button:hover{
	background-color: #e8710c !important;
}

.entry-content .button:hover {
	color: #fff;
}

.button, a.publisher-button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

a.publisher-button {
	font-weight: 400;

}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	border: none;
}

tbody {
border: none;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
border: none;
	padding: 6px 0;
}

tr {
	border:  none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
	z-index:  80;
}


.site-inner {
	clear: both;
	padding-top: 15px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

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

/* Content */

.content {
	float: right;
	width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}

.full-width-content .content, .page-template-fullwidth-page-php .content, .page-template-front-page-php .content{
	width: 100%;
	max-width: 100% !important;
}



/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

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



/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

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

img.alignnone {
	margin-bottom: 12px;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 15px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

img.no-border, img.wp-image-2370, img.wp-image-2377 {
	border: none !important;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	border: 1px solid #C0C0C0;

}

p.wp-caption-text {
padding:  10px 0;
	margin-bottom: 0px !important;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.wp-caption {
padding: 0px 0px 0 0px;
width: auto !important;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 20px;
}

.archive-description {
	padding: 40px 0px 0px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.author-box a {
	border-bottom: 1px solid #C0C0C0;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 24px;
}


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #C0C0C0;
}

.enews-widget input[type="submit"] {
	background-color: #e8710c;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 40px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	padding: 16px 0;
	width: 61.4035309% /*700 / 1140 */;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/cmrra-logo-sprite.png) no-repeat 0px 0px;
	padding: 0;
}

.header-image.french .site-header .wrap {
	background: url(images/cmrra-logo-spriteFr.png) no-repeat 0px 0px;
	}


.header-image .site-title a {
	float: left;
	min-height: 120px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 26.315785% /*300 / 1140 */
}

.header-image .site-header .widget-area {
	padding: 30px 0 0;
}



.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.header-widget-area .social {
margin-top: 27px;
}

.header-widget-area .social li {
padding-left: 20px;
	display: inline;
	list-style: none;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #464646;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.5 em;
	width: 100%;

}



.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #464646;
	display: block;
	margin: 14px 0;
	padding: 0 18px;
	position: relative;
	border-right: 1px solid #000;
}

#menu-primary-navigation-fr0.genesis-nav-menu a {
	padding: 0 10px;

}



.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #464646;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #000;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;

}

.genesis-nav-menu .sub-menu a, #menu-primary-navigation-fr0.genesis-nav-menu .sub-menu a  {
	background-color: #fff;
	border: 1px solid #c0c0c0;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

#menu-primary-navigation-fr0 {
	font-size: 15px;
		font-size: 1.5rem;
}

.nav-primary .wrap {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.nav-primary {
background-color: #fff;
width: 100%;
}
	

.nav-primary a:hover,
.nav-primary .current-menu-item > a, .nav-primary .current-menu-parent > a, .nav-primary .current-page-ancestor > a  {
	color: #222e68;
}

.nav-primary .current-menu-item > a {

}

.nav-primary .sub-menu a:link, .nav-primary .sub-menu a:visited {
	color: #e8710c;
}

.nav-primary .sub-menu a:hover, focus {
	color: #333;
}

.nav-primary .sub-menu a {
margin: 0px;
}



/*Language Switcher*/

 .language-option {
float: right;
letter-spacing: 0em;
margin: 14px 0;
list-style: none;
}

.language_chooser li {
display: inline;
list-style-type: none;
font-weight: 400;

}

.language_chooser li a {	
border: none;
color: #464646;
display: inline;
margin: 0px;
padding: 0px;
position: relative;
border-right: none;
color:  #e8710c;
}

.language_chooser li.lang-en {
border-right: 1px solid #000;
padding:0 10px 0 25px;
float:  left;
}

.french .language_chooser li.lang-en {
	padding:  0px;
	padding-right:  10px;
}

.language_chooser li.lang-fr {
padding-left:10px;
border-left: 1px solid #fff;
}


/* Secondary Navigation
--------------------------------------------- */

#menu-footer-menu.genesis-nav-menu a, #menu-footer-menu-fr0.genesis-nav-menu a {
color: #fff;
border-right: 1px solid #fff;
margin: 0px 0;
padding: 0 12px;
font-size: 11px;
font-size: 1.1rem;
line-height: 1.3 em;
}


#menu-footer-menu.genesis-nav-menu a:link, #menu-footer-menu.genesis-nav-menu a:visited, #menu-footer-menu-fr0.genesis-nav-menu a:link, #menu-footer-menu-fr0.genesis-nav-menu a:visited{
color: #fff;
}

#menu-footer-menu.genesis-nav-menu a:hover, #menu-footer-menu.genesis-nav-menu a:focus, #menu-footer-menu-fr0.genesis-nav-menu a:hover, #menu-footer-menu-fr0.genesis-nav-menu a:focus{
color: #C0C0C0;
}
  .nav-secondary{
  	width: 25%;
 	float: left;
  	margin: 0;
  }

.french .nav-secondary{
	width: 50%;
	float: left;
	margin: 0;
}

.nav-secondary .wrap, #menu-footer-menu #menu-item-521 a, #menu-footer-menu-fr0 #menu-item-788 a{
padding-left:  0;	
}

#menu-footer-menu #menu-item-514 a, #menu-footer-menu-fr0 #menu-item-725 a{
	border-right:none;
}

/*************************************** 
HIDE DUPLICATE FOOTER FRENCH MENU ISSUE
***************************************/


.french #nav_menu-7, .french #nav_menu-4, .french #nav_menu-3 {
	display: none;
}

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

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px 0px 24px;
}

.archive .entry{
	margin-bottom: 20px;
	padding: 40px 0px 4px;
}

 .search .entry {
	margin-bottom: 20px;
	padding: 20px 0px 4px;
}

.entry-content a {
	/*border-bottom: 1px solid #C0C0C0;*/
	color: #e8710c;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #C0C0C0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border: 1px solid #C0C0C0;
	margin: 0;
	padding: 25px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-content img {
	border: 1px solid #C0C0C0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222e68;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #e8710c;
}

.entry-pagination a {
	border-bottom: 1px solid #C0C0C0;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
	padding: 40px 0;
}

.comment-respond,
.entry-pings {
	padding: 0px 0px 16px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #C0C0C0;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 25px;
}



li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;

}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #C0C0C0;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding:30px 30px 20px 30px;
	border: 1px solid #c0c0c0;
}

.sidebar .widget_search {
	padding: 40px 0 10px 0px;
	border: none;
}

.sidebar .enews-widget {
	background-color: #333;
}


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

.footer-widgets-1 {
	display: block;
	float: left;
	width:  227px;
	height: 97px;
	background: url(images/footer-logo.png) no-repeat left top;
}

.french .footer-widgets-1 {
	background-image: url(images/footer-logo-fr.png);
}

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding: 0px 0 16px;
}

.footer-widgets .wrap {
	border-top: 1px solid #000;
	padding-top: 40px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 171px;
}


.footer-widgets-2, .footer-widgets-3 {
	margin-right: 30px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}


.footer-widgets-4 .widget-wrap {
	padding-right: 20px;
	border-right: 1px solid #c0c0c0;
}

.footer-widgets-5 {
    float: right;
    width: 320px;
    padding: 0 0 0 10px;	 
}

.footer-widgets-5 .social li{
	padding: 0 0 30px 0;
	font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	font-style: italic;
}

.soc-text {
	padding-left: 10px;
}


.footer-widgets .heading a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #222e68;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets .sub-menu {
	padding-bottom: 15px;
}


.footer-widgets .sub-menu a {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #e8710c;
	font-size: 12px;
	font-size: 1.2rem;
}

.footer-widgets a:hover {
	color: #222e68;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	color: #4b4b4b;
}

.footer-widgets li {
	list-style-type: none;
	word-wrap: break-word;
	line-height: 1.5;
}



.footer-widgets .search-form input:focus {
	border: 1px solid #C0C0C0;
}

.footer-widgets .menu {
	padding-top: 7px;
}


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

.site-footer {
	background-color: #222e68;
	font-family: 'Roboto Condensed', sans-serif;
	color: #eee;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 23px 0 18px;
	text-align: left;
}

.site-footer a:hover, .site-footer a:focus {
	color: #bbb;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer p {
	text-align: left;

}

/************/
/* Back to top Button */
/***********/
.go-top {
	position: fixed;
	bottom: 8px;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	font-weight: 500;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/*HOME PAGE*/

.home .entry {
	display: none;
}

#slider {
	padding-top: 30px;
	width:100%;
	margin:0 auto;
}

.home .postID-6967 {
	display:none;
}

.french .news-item.second {
	border-top: none;
}
/***************
Slider
****************/

#slider {
	margin: 0 auto;
	display: block;
	height: 100%;
	max-width:1140px;
	overflow: hidden;
	z-index: 90;
}

/* "Slides" slideshow type */

.flex-caption {
	padding: 4% 6%  4% 4%;
	position: absolute;
	left: 35%;
	top: 10%;
	color: #fff;
	display: none !important;
}

.ie .flex-control-nav {
	position: absolute;
	top: 103%;
}

.flex-control-nav {
	bottom: -35px !important;
}

.slides li {
border: 1px solid #c0c0c0;
overflow: hidden;
}

#slider h2 {
font-size: 32px;
font-size: 3.2rem;
color: #fff;
margin-bottom: 5px;
}

#slider p {
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
font-size: 24px;
font-size: 2.4rem;
font-weight: 500;
line-height: 31px;
line-height: 3.1rem;
}

/*HOME BOXES*/


#home-boxes {
	border-bottom: 1px solid #C0C0C0;
	padding: 60px 0 70px 0;
}

#home-boxes aside {
	height:  510px;
	position: relative;
}

.french #home-boxes aside {
	height:  585px;
	line-height: 1.5;
	}
	
	.french .hb-heading, .french .hb p,.french .hb-thumb {
		padding: 0 12%;
	}

footer.hb-readmore {
width: 100%;
	position: absolute;
	bottom: 0px;
}
.home-box-1,
.home-box-2,
.home-box-3,
.home-box-4{
	/*width:28.0612244%;  /*275/980*/
	width:21.04591%;  /*206/980*/
	float:  left;
	border: 1px solid #c0c0c0;
	padding:30px 0 0 0;
}

.home-box-1,
.home-box-2,
.home-box-3 {
	margin-right: 5.26%
}

.hb-heading, .hb p, .hb-thumb {
	padding: 0 12.5% 0 15%; 
	/*text-align: justify;*/
}

.hb-heading {
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 300 !important;
	color: #e87425;
}

.hb p {
	font-size: 14.5px;
	font-size: 1.45rem;
	color: #636363;
	padding-bottom: 20px;
}



.hb-readmore a:link, .hb-readmore a:visited {
display: block;	
background: #222e68 url('images/double-arrows.png') no-repeat 85% center;
background-image: url('images/double-arrows.png');
background-image: url('images/double-arrows.png'), -moz-linear-gradient(top,  #1a234e 0%, #222e68 100%); /* FF3.6+ */
background-image: url('images/double-arrows.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a234e), color-stop(100%,#222e68)); /* Chrome,Safari4+ */
background-image: url('images/double-arrows.png'), -webkit-linear-gradient(top,  #1a234e 0%,#222e68 100%); /* Chrome10+,Safari5.1+ */
background-image: url('images/double-arrows.png'), -o-linear-gradient(top,  #1a234e 0%,#222e68 100%); /* Opera 11.10+ */
background-image: url('images/double-arrows.png'), -ms-linear-gradient(top,  #1a234e 0%,#222e68 100%); /* IE10+ */

background-repeat: no-repeat;
background-position:  85% center;

font-family: 'Roboto Condensed', sans-serif;
color: #eee;
font-size: 15px;
font-size: 1.5rem;
padding: 7px 15%;	
}

.hb-readmore a:hover, .hb-readmore a:focus {
color: #e8710c;
}

/*HOME NEWS SECTION*/

#news-box {
	padding:  35px 0 65px 0;
}

#news-box h2 {
	font-size: 22px;
	font-size: 2.2rem;
}


.newslist {
width: 64.0224488%;
float: left;
margin-right: 7.9%
}

.newslist h3 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 5px;
	font-weight: 300 !important;
}

.newslist p, .news-readmore {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 5px;
}

.news-item {
	border-top: 1px solid #C0C0C0;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
}

.news-item.first {
	margin: 0;
	border: none;	
}

.newsPublished {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
}

.french .newsPublished {
text-transform: lowercase;
}


.magazine {
	width:28.0612244%;  /*275/980*/
	float:  left;
	padding-top: 70px;
}

.cmpa-mag-thumb {
	width: 134px;
	height:  172px;
	float: left;
	padding: 0 15px 0 0 ;
}

.magazine p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2.0rem;
	font-weight: 400;
	margin-bottom: 10px;
}

/*CONTACT US*/

h3#contact-form {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #C0C0C0;
}

.wpcf7 fieldset {
	border: none;
	padding: 0;
	
}

.wpcf7 .required {
color: #e8710c;	

}

.wpcf7 legend, .wpcf7 label {
	font-family: 'Roboto Condensed', sans-serif;	
	font-weight: 500;
	color: #464646;

}

.wpcf7 legend {
	font-size: 17px;
	font-size:1.7rem;
}

.wpcf7 label {
	font-size: 20px;
	font-size:2.0rem;
	line-height: 40px;
	line-height: 4.0rem;
}

 .wpcf7 div {
margin: 15px 0;
 }
 
 .captcha-wrap label{
 	padding: 0 20px 10px 0;
 }
 .wpcf7 #captcha-image {
 	border: none;
 }


h3#submit-resume {
	padding-top: 10px;
}

span.form-small-print{
	font-weight: 300;
	font-size: 15px;
		font-size: 1.5rem;
}

span.wpcf7-not-valid-tip{
margin-top: 15px;
padding: 10px 20px 12px;
color:#fff !important;
background-color: #e8710c;	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


div.wpcf7-response-output {
margin: 10px 0 0 0 !important;
color:#fff;
padding: 10px 20px 12px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
border:none !important;
background-color: #e8710c;	
}

.wpcf7-validation-errors{
color:#fff;
background-color: #e8710c;		
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #22306a;
}

/*SUBSCRIBE / UNSUSCRIBE*/

.wpcf7.opt-out label{
font-family: 'Roboto', sans-serif;	
font-size: 16px;
font-size: 1.6rem;
font-weight: 300;
line-height: 1.625;
}

#opt-out-field  {
	margin-top: 15px;
}

/*BOARD MEMBERS*/

.page-template-board-php .entry, .page-template-management-php .entry {
	margin-bottom: 0px;
}

.page-template-board-php .sidebar-primary {
/*	padding-top: 140px;*/
}

#bod-grid {
	margin: 0 -3%;
	display: inline-block;
}

#bod-grid a:link, #bod-grid a:visited {
color:	#333333;
}

#bod-grid a:hover, #bod-grid a:focus {
color: #e8710c;	
}

.board-member {
	font-family: 'Roboto Condensed', sans-serif;
	float: left !important;
	width:33.3333333%;
	margin-bottom: 20px;
	padding: 0 3%;

}

.board-member img {
border: 1px solid #C0C0C0;	
border-radius: 3px;

}


.board-member a:link img{
 	-webkit-transition: opacity 0.2s ease-in-out;
 	-moz-transition: opacity 0.2s ease-in-out;
 	-o-transition: opacity 0.2s ease-in-out;
 	transition: opacity 0.2s ease-in-out;
 }

.board-member a:hover img {
opacity: 0.6;

}

.board-member .board-thumb {
width: 100%;
}

.board-member p {
margin-bottom: 0px;	
font-size: 15px;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.5;
width: 100%;	
}

#bod-grid strong {
	font-weight: 500;

}

p.bod-title {
	font-style: italic;
	font-weight: 500;

}

.bod-company {
	height: 50px;
}



.current-member a {
	color:  #464646;
	border-bottom: none;
		font-weight: 400;
}

.page-template-management-php .board-member{
min-height:230px;
}

/*FAQ STYLES*/

h3.faq-heading {
font-size: 16px;
font-size: 1.6rem;
margin-top: 40px;
margin-bottom: 20px;
font-weight: 300 !important;
}

h2.faq-heading {
margin-top: 50px;
font-size: 20px;
font-size: 2.0rem;
font-weight: 500 !important;
}

h2.faq-heading#licensing-faq {
	margin-bottom: 0px;
}

h3#mechanical-licensing-faq {
	margin-top: 20px;
}

.page-id-1413 h4, .parent-pageid-1413 h4, .page-id-1423 h4, .parent-pageid-1423 h4, .page-id-1129 h4, .parent-pageid-2871 h4, .page-id-5035 h4, .page-id-7226 h4, .page-template-faq-page h4{
font-size: 17px;
font-size: 1.7rem;
font-weight: 300 !important;
}

.page-id-5035 h4 a:hover, .page-id-7226 h4 a:hover, .page-id-1413 h4 a:hover, .parent-pageid-1413 h4 a:hover, .page-id-1423 h4 a:hover, .parent-pageid-1423 h4 a:hover, .page-id-1129 h4 a:hover, .parent-pageid-2871 h4 a:hover,  .page-template-faq-page h4 a:hover {
	color: #e8710c ;
}

.wp-super-faq-answer {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 25px;
}

span.wp-super-faq-triangle {
font-size:  11px;
font-size:  1.1rem;
}

.wp-super-faq-answer p {
	margin:  0 0 15px;
}

.single-wp_super_faq .entry-content li, .wp-super-faq-answer li {
	padding-bottom: 15px;
}
/* Entry met for FAQ questions in search results */

.wp_super_faq .entry-meta {
	display: none;
}



/*Need a licence*/

h3#need-licence-heading {
	font-size: 16px;
	font-size: 1.6rem;
}

.page-id-24 h4, .parent-pageid-24 h4, .page-id-660 h4, .parent-pageid-660 h4, .parent-pageid-2368 h4{
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300 !important;
}

/*CMRRA Direct*/

.page-id-573 .entry-header{
	display: none;
}

/*STAFF*/


.page-id-1032 .entry-content li, .page-id-1034 .entry-content li, .page-id-1413 .entry-content li, .page-id-1423 .entry-content li  {
font-size: 17px;
font-size: 1.7rem;
color: #e8710c;
}



/*SITE MAP*/

.page-template-sitemap-page-php .entry {
	background-color: #fff;
	margin-bottom: 0px;
	padding: 40px 0px 0px;
}


#site-map {
	padding:  0 0 40px 0;
}

#site-map .page-list, #site-map .page-list .children{
	list-style: none;
}

#site-map .page-list li {
	padding: 5px 0;
}

#site-map .page-list li a {
font-weight: 400;

}

#site-map .page-list .children{
padding: 0 0 0 15px;
}

#site-map .page-list .children li a {
	border: none;
	font-weight: 300;
}




/* INTERNET EXPLORER FIXES*/

.ie8 .site-inner, .ie8 .wrap, .ie7 .site-inner, .ie7 .wrap {
	width: 1140px;
} 

.ie7 .genesis-nav-menu .menu-item, .ie8 .genesis-nav-menu .menu-item {
	zoom: 1;
	*display: inline;
}


.ie7 .nav-primary .wrap {
position: relative;	
}

.ie7 .language-option {
	position:  absolute;
	top: 0px;
	left: 1058px;
	width:  300px;

}

.ie7 .home-box-1,
.ie7 .home-box-2,
.ie7 .home-box-3{
	width:21.04591%;  /*206/980*/
	float:  left;
	border: 1px solid #c0c0c0;
	padding:30px 0 0 0;
}

.ie7 .home-box-1,
.ie7 .home-box-2 {
	margin-right: 5.26%
}

.ie7 .hb-thumb{
width: 225px;
}
 
.ie7 .clearfix {
    display: inline-block;
}

.ie7 .header-widget-area .social {
margin-top: 58px;
}

.ie7  #bod-grid {
	margin-bottom: 50px;
}

.ie7 .board-member {
	width:210px;
	margin-bottom: 50px;
	padding: 0 3%;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}



/*MENU ALTERNATIVE*/

#menu-scroll, #header-switcher {
	display: none;
}


/*COOKIE BANNER*/


	
	.optanon-alert-box-wrapper button, #optanon-popup-wrapper button{

    background-color: transparent !important;

}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/cmrra-logo-sprite@2x.png);
	    background-position:  0px 0px;
	    background-size: 589px auto;
	    background-repeat: no-repeat;
	}
	
	.header-image.french .site-header .wrap {
		background: url(images/cmrra-logo-spriteFr@2x.png);
		background-position:  0px 0px;
		background-size: 589px auto;
		background-repeat: no-repeat;
		}
	
	
	
	.footer-widgets-1 {
		background: url(images/footer-logo@2x.png) no-repeat left top;
		 background-size: 230px auto;
	}
	
	.french .footer-widgets-1 {
		background-image: url(images/footer-logo-fr@2x.png);
	}

}



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



	.site-inner,
	.wrap {
		max-width: 980px;
	}
	
	

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 630px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 275px;
	}

	
	.sidebar-primary {
		width: 275px;		
	}
	
	.footer-widgets-5 {
		width: 260px;
		padding-left: 15px;		
	}
	

	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4
	{
		width: 140px;
	}
	
	#slider h2 {
	font-size: 29px;
	font-size: 2.9rem;
	}
	
	#slider p {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 2.7px;
	line-height: 2.7rem;
	}
	
	
	
	/*HOME PAGE*/
	
	.hb-heading, .hb p, .hb-thumb {
		padding: 0 10%;
	}
	
	
	.nav-secondary{
		width: 45%;
	}
	
	.site-footer p {
		padding-right: 140px;
		text-align:right;
	}
	
	
	
.genesis-nav-menu {
	line-height: 1.2em;
	font-size: 15px;
	font-size: 1.5rem
}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		margin: 14px 0;
		padding: 0 10px;
		font-size: 15px;
		font-size: 1.5rem
	} 



 .language-option {
padding-right: 20px;
}

	#slider h2 {
	font-size: 27px;
	font-size: 2.7rem;
	}
	
	#slider p {
	font-size: 19px;
	font-size: 1.9rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	
	 li.language-option {
	float: right;
	}


	.nav-primary .wrap{
		padding: 0;
	}
	
	.site-inner, .wrap {
	padding: 0 1em;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 710px;
	}

	.content {
	width: 66%;
	max-width: 625px;
	}
	


	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
	width: 245px;
	}

	
	.sidebar-primary,
 {
	width:28.0612244%;  /*275/980*/
	}
	
.footer-widgets .wrap {
	padding: 20px 1em 0;
}
	
	
	.footer-widgets-1 {
		width: 100%;
	}
	
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width:28.0612244%;  /*275/980*/
	}
	
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-right: 7.6%
	}

	
	.footer-widgets-4 .widget-wrap{
		border-right: none;
		padding:  0px;
	}
	
	.footer-widgets-5 {
		width:100%;
		clear: both;	
		border-top: 1px solid #c0c0c0;
		padding:  20px 0 0 0;

	}
	
	.footer-widgets {
		padding-bottom: 0;
	}
	
	.footer-widgets-5 ul.social {
		width:  100%;
	}
	
	.footer-widgets-5 .social li {
	width:28.0612244%;  /*275/980*/
	display: inline-block;
	margin-right: 7.3%;
	padding-bottom: 20px;
	}
	
	.footer-widgets-5 .social li.last {
	margin-right: 0px;	
	}
		
	.footer-widgets-5 .widget{
		padding:0px;
		margin: 0px;
	}
	

		
}

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

/*FRENCH WEBSITE ADJUSTMENTS*/

#menu-primary-navigation-fr.genesis-nav-menu a
{
	padding: 0 8px;
	font-size: 14px;
	font-size: 1.4rem
}



.french #menu-item-699 a {
	padding-right: 0px;
	border-right: none;
}


}

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-inner,
	.wrap {
		width: 100%;
		max-width: 100%;
	}
	
	.entry { 
	    margin-bottom: 20px;
	    padding: 40px 0px 0px;
	}
	
	.sidebar .widget, .sidebar .widget_search {
		padding-top: 30px;
		margin-bottom: 20px;
	}
	

	.site-header .widget-area {
		width: 200px;
	}

	.header-image .site-header .wrap {
		background-position:  5% 0px;
		padding: 0 3%;
	}

	.nav-primary .wrap{
		padding: 0 3%;
	}

	.site-inner{
		padding-left: 3%;
		padding-right: 3%;
	}

	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-footer .entry-meta,
	.site-header {
		padding: 0;
}

 .language-option {
padding-right:0px;
}

	.site-header .search-form {
		margin: 16px auto ;
	}

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

	.entry-footer .entry-meta {
		margin: 0;
		padding:12px 25px ;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 3%;
	}

	.footer-widgets {
		padding: 40px 3% 0px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	
	body.french {
		border-top: 5px solid #222e68;
	}
	
	.french  #header-switcher {
		display: block;
	}
	
	.french #header-switcher .language-option {
	color:  #eee;
	float: none;
	background-color: #222e68;	
	margin: 0;
	padding-right:  3%;
	padding-bottom: 5px;
	}
	
	.french #header-switcher .language_chooser {
	float: right;
		text-align: right;
		width:  68px;
	}
	
	.french #header-switcher .language_chooser li.lang-en {
	border-right: none;
	}
	
	.french .nav-secondary{
		width: 100%;
	}
	
	.french .site-footer p {
	padding-top: 10px;
	text-align: left;
	clear:  left;
	}
	

	/*HOME PAGE - MEDIA QUERIES*/
	
	.flex-caption {
		top: 5%;
   }
	  
	#slider h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	}
	
	#slider p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
	}
	
	#news-box {
	padding: 35px 3% 25px;
	}
	
	.news-item.first {
	padding-top: 10px;
	}
	.newslist, .magazine {
	width: 100%;
	}
	
	.magazine {
	border-top: 1px solid #C0c0c0;
	padding-top: 35px;
	margin-top: 30px;
	}
	
	.cmpa-mag-thumb {
	width:  100px;
	height: auto;
	}
	
	#home-boxes {
		padding: 30px 0 40px 0;
		}
	
	.home-box-1,
	.home-box-2,
	.home-box-3{
		width:21.04591%;  /*206/980*/
		float:  left;
		border: 1px solid #c0c0c0;
		padding:30px 0 0 0;
	}
	
	.home-box-1,
	.home-box-2 {
		margin-right: 4.9%
	}

}


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

/* Primary Navigation Menu Icon properties */

#menu-scroll, #header-switcher {
	display: block;
}



body {
	border-top: 5px solid #222e68;
}

#header-switcher .language-option {
color:  #eee;
float: none;
background-color: #222e68;	
margin: 0;
padding-right:  3%;
padding-bottom: 5px;
}

#header-switcher .language_chooser {
float: right;
	text-align: right;
	width:  90px;
}

#header-switcher .language_chooser li.lang-en {
border-right: none;
}

.nav-primary{
		display: none;
	}
	
	#menu-scroll a {
		text-transform: uppercase;
		clear: both;
		border-top: 1px solid #C0C0C0;
		border-bottom: 1px solid #C0C0C0;
		cursor: pointer;
		display: block;
		padding:10px 3%;
		text-align: center;
		font-size: 19px;
		font-size:1.9rem;	
		font-weight: 500;
	}
	
	#menu-scroll a:link, #menu-scroll a:visited{
			color: #464646;	
	}
 
	#menu-scroll a::after {
		color: #464646;
		content: ' \2630';
		font-weight: bold;
		letter-spacing: 1px;
	}
	
	#menu-scroll a:hover::after {
		color: #464646;
		content: ' \2637';
	}
	
	#menu-scroll a:active::after {
		color: #fff;
		content: ' \2637';
	}
	
	.header-image .site-header .wrap, 	.header-image.french .site-header .wrap {
		background-position:-135px  -110px;
		padding: 0 3%;
	}
	
	.header-image .site-header .widget-area {
		padding: 25px 0 0;
	}

}

@media only screen and (max-width: 860px) {
	
	#home-boxes {
		padding: 30px 0 25px 0;
		}
		
		.home-box-1,
		.home-box-2,
		.home-box-3,
		.home-box-4{
			width:100%;
			padding-top: 20px;
			margin:  0 0 25px 0;
		height: auto !important;
		}
		
			.home .entry-content .hb-thumb {
	margin-top: 5px;
	margin-bottom: 0px;
		padding-right: 15px;
	}
	
			
		footer.hb-readmore {
		width: 100%;
		position: relative;
		bottom: auto;
		}
		
		.hb-thumb, .french .hb-thumb  {
			float: left;
			padding:  0;
		}
		
		.hb-thumb img {
		float: left;
		height: 150px;
		}
		
		.hb-readmore {
		clear: both;
		}
		
		.hb-readmore a:link, 	.hb-readmore a:visited {
		padding: 2px  0 3px 30px;
		background-position: 95% center;
		}
		
		.hb-heading, .hb p, .french	.hb-heading, .french .hb p {
		padding: 0 5%;
		}
		
		.french .hb p {
			padding-bottom: 35px;
		}
		
		.hb-heading {
		text-align: left;
	
		}
		
		.hb p {
		padding-bottom: 20px;
		margin-bottom: 0px;
		}
	
	}

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

.nav-secondary{
	width: 100%;
}
.site-footer p {
padding: 10px 0 0 0;
	width:  100%;
	clear:  both;
	text-align: left;
}

.go-top {
	bottom: 18px;

}


}




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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	

	
	.genesis-nav-menu {
		line-height:0.9em ;
		font-size: 13px;
		font-size: 1.3rem
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		margin: 15px 0;
		padding: 0 10px;
		font-size: 13px;
		font-size: 1.3rem
	} 
	
	/*French Menu size*/
	
	#menu-primary-navigation-fr0.genesis-nav-menu a
	{
		padding: 0 8px;
		font-size: 13px;
		font-size: 1.3rem
	}
	
	
	
}

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

	
	#slider {
		display: none;
	}
	
	.home .entry {
		display: block;
	}
	

	
	.home .entry {
		margin-top: 20px;
			margin-bottom: 0px;
			border: 1px solid #c0c0c0;
			padding: 20px  5% 0px;
			border-bottom: 30px solid #e8710c;
		}
		
		.home .entry-header, .home .entry p {
			padding: 0;
		}
	
	





}

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


.header-image .site-header .wrap, 	.header-image.french .site-header .wrap {
	width: 100%;
	background-position:-135px  -110px;
	padding: 0 3%;
}




	#slider h2 {
	font-size: 20px;
	font-size: 2.0rem;
	}
	
	#slider p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8px;
	line-height: 1.8rem;
	}
	


}

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

	.social {
		text-align: center;
	}
	
	.footer-widgets-5 .social li {
		margin-right: 5%;
	}
	
	
	.soc-text {
		display: block;
		clear: left;
		padding: 15px 0 0 0;
	}
	
		.flex-caption {
			top: 3%;
	}
	
	.title-area {
		width: 50%;
	}
	
	
	  
}


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

.title-area {
	width: 100%;
}

	.header-image .site-header .widget-area {
		display: none;
	}
	
	.header-image .site-header .wrap, .header-image.french .site-header .wrap {
		background-position: center  -110px;
	}
	
	.home .entry-header {
			text-align: center;
		}
		
		.home .entry {
				margin-bottom: 20px;
			}
	
	
.home .entry-content .hb-thumb {
display: none;
}
	
	#home-boxes {
		padding-top: 0px;
	}
	
	.hb-readmore a:link, 	.hb-readmore a:visited {
		padding: 7px 5%;
		background-position-x: 90%;
	}
	

	.footer-widgets .heading a {
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	
	.footer-widgets .sub-menu a {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.board-member {
		width: 50%;
		margin-bottom:10px;
		padding: 0 3%;
	}
	
	.page-template-management-php .board-member {
		width: 47%;
	
	}
	

	.go-top {
		bottom: 0px;
		left: 0px;
		width: 100%;
		text-align: center;
	}
	
	.creds {
		text-align: center;
		width: 100%;
		display: block;
		padding: 15px 0 35px 0;
	}
	
	.nav-secondary {
		float: none;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	
		.nav-secondary #menu-item-514 a {
			padding-right: 0px;
		}
	
}



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

.home .entry-content .hb-thumb {
	padding-right: 0;
}

.comment-list li {
	padding: 25px 1%;
}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
	width: 100%;
	}
	
	.footer-widgets-5 {
		border:  none;
	}
	
	.footer-widgets li {
			margin:  5px 0;
			display: inline;
	}
	
		.footer-widgets li a {
		padding-right:15px;
line-height: 2em;
		text-decoration: underline;
		}
		
		.footer-widgets .heading a {
			font-size: 18px;
			font-size: 1.8rem;
		}
		
		
		.footer-widgets .sub-menu a {
			font-size: 15px;
			font-size: 1.5rem;
		}
	
	.footer-widgets .widget{
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
	.copy-divider {
		display: none;
	}
	
		/*French Footer Menu*/
	#menu-footer-menu-fr0.genesis-nav-menu a{
	margin-bottom:15px;
	}	
	
	
	#menu-footer-menu-fr0.genesis-nav-menu #menu-item-725 a {
	margin-bottom:0px;	
	}

	
	

	

/*Home Page*/

	.hb-thumb {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.hb-thumb img {
		float: none;
		width: 250px;
		margin-right: auto;
		margin-left: auto;
		height: auto;
	}
	
	.hb-readmore {
		clear: both;
	}
	
	.hb-heading, .hb p {
		padding: 0 5%;
	}
	
	.hb-heading {
		text-align: center;
	}
	
	.hb p{
		padding-bottom: 20px;
	}
	
	.board-member {
		margin-bottom:20px;

	}
	



}
