@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600";
@import "http://fonts.googleapis.com/css?family=Oswald:400,300";
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
  background: #bebebe;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.25em;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.6em;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.3em;
}
h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #898989;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
a,
a:link,
a:visited {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #e31837;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  text-decoration: none;
  color: #000;
  outline: none;
}
p,
ul,
ol {
  font-size: 0.8em;
}
footer {
  background: #fff;
}
div,
section,
aside,
article {
  position: relative;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 20px 50px 20px 20px;
  border-left: 5px solid #EEE;
  color: #575757;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#page-wrap {
  background: #dadada;
  margin: 0 auto;
  padding: 10px 30px 0;
  box-shadow: 6px -5px 10px -7px #333333, -6px -5px 10px -7px #333333;
}
#page-wrap.overlay {
  -webkit-transition: all 1s;
  -webkit-filter: blur(5px);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
body .timely p {
  font-size: 0.9em;
  line-height: 1.1em;
}
body .timely h1,
body .timely h2,
body .timely h3,
body .timely h4,
body .timely h5,
body .timely h6 {
  line-height: 1.3em;
}
.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.sourcesans {
  font-family: 'Source Sans Pro', sans-serif;
}
.capped {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.menu-font {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9em;
}
.menu-font a {
  text-decoration: none;
}
.pad {
  padding: 10px;
}
.big-links {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
}
.MDC_recentposts_widget .big-links {
  background-position: 100% -53px;
}
.big-links-white {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  background-position: 100% -100px;
}
.big-links-dkgrey {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  background-position: 100% 0px;
}
.big-links-dkgrey-left {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  background-position: 0 -688px;
  padding-right: 0;
  padding-left: 30px;
}
.text-input {
  border-radius: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
  font-size: .8em;
  color: #575757;
}
.bd {
  overflow: hidden;
}
/*.theWidth (@theColumn: 1, @theGutter: 1) {
  width: (@columnWidth * @theColumn) + (@gutter * @theGutter);
  ds: drop shadow
}*/
.l-grid-1 {
  width: 60px;
}
.l-grid-2 {
  width: 140px;
}
.l-grid-3x {
  width: 230px;
}
.l-grid-3 {
  width: 220px;
}
.l-grid-4x {
  width: 310px;
}
.l-grid-4 {
  width: 300px;
}
.l-grid-5 {
  width: 380px;
}
.l-grid-5x {
  width: 390px;
}
.l-grid-6 {
  width: 460px;
}
.l-grid-7 {
  width: 540px;
}
.l-grid-8 {
  width: 610px;
}
.l-grid-8x {
  width: 630px;
}
.l-grid-ds8x {
  width: 637px;
}
.l-grid-9 {
  width: 700px;
}
.l-grid-ds9x {
  width: 717px;
}
.l-grid-10 {
  width: 780px;
}
.l-grid-11 {
  width: 860px;
}
.l-grid-12a {
  width: 940px;
}
.l-grid-12 {
  width: 960px;
}
.l-grid-ds12 {
  width: 957px;
}
.l-grid-12x {
  width: 1020px;
}
.l-left {
  float: left;
}
.l-right {
  float: right;
}
.l-clear {
  clear: both;
}
.l-clear-left {
  clear: left;
}
.l-table {
  display: table;
  border-collapse: seperate;
  border-spacing: 20px;
}
.l-cell {
  display: table-cell;
  vertical-align: top;
}
.l-hidden {
  overflow: hidden;
}
.l-inline-block {
  display: inline-block;
}
.l-horiz li {
  float: left;
}
.l-clrfix:before,
.l-clrfix:after {
  content: "";
  display: table;
}
.l-clrfix:after {
  clear: both;
}
.l-clrfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.l-min-height {
  min-height: 6em;
}
/* wp default class */
.alignleft {
  float: left;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
div.aligncenter {
  width: 100% !important;
  text-align: center;
}
.bd {
  margin: 10px 0 0 0;
  padding-bottom: 10px;
}
.bd .content {
  padding: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
  margin-right: 10px;
  min-height: 535px;
  padding-bottom: 20px;
}
.bd .content .m-interior-img img {
  height: auto;
}
.bd .content h2 {
  color: #575757;
  font-size: 2.5em;
  border-bottom: 3px solid #dadada;
  margin-bottom: .3em;
}
.bd .content h2 a {
  color: #575757;
}
.bd .content h3 {
  color: #575757;
}
.bd .content td {
  /*font-size: .8em;*/
}
.bd .content article h2 {
  font-size: 1.8em;
  padding-right: 18%;
}
.bd .content .entry ol {
  margin-left: 30px;
}
.bd .content .entry ul {
  margin-left: 15px;
}
.bd .content .entry ul li {
  margin-left: 13px;
  text-indent: -13px;
}
.entry {
  margin-top: 10px;
}
.entry ul {
  list-style: disc inside;
  margin-bottom: 1em;
}
.entry ol {
  margin-bottom: 1em;
}
.entry p:before {
  content: "";
  display: table;
}
.entry p:after {
  content: "";
  display: table;
}
.entry p {
  zoom: 1;
}
header {
  padding-bottom: 10px;
}
header .menu {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9em;
}
header .menu a {
  text-decoration: none;
}
header .logo {
  display: inline-block;
  background: url(../_/img/spr_logo.png) no-repeat;
  padding-top: 55px;
  overflow: hidden;
  margin-top: 10px;
}
header .logo.en {
  background-position: 0 0;
}
header .logo.fr {
  background-position: 0 -85px;
}
header .logo span {
  display: block;
  margin-top: -100px;
}
header #print-header-logo {
  display: none;
}
#primarynav {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
}
#primarynav .menu {
  border-collapse: separate;
  border-spacing: 5px;
  display: table;
  width: 100%;
}
#primarynav .menu > .menu-item {
  float: none;
  display: table-cell;
}
#primarynav .menu > .menu-item a {
  color: #575757;
}
#primarynav .menu > .menu-item a:hover,
#primarynav .menu > .menu-item a:focus {
  border-bottom: 2px solid #e31837;
}
#primarynav .menu > .menu-item .sub-menu {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9em;
  width: 940px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  background: url(../_/img/ie_bg_prim-nav.png) repeat;
  background: rgba(232, 232, 232, 0.9);
  position: absolute;
  z-index: 35;
  padding: 15px 25px;
  left: -9999px;
  top: ;
  overflow: hidden;
}
#primarynav .menu > .menu-item .sub-menu a {
  text-decoration: none;
}
#primarynav .menu > .menu-item .sub-menu li {
  margin-bottom: .5em;
  font-size: 1.1em;
  width: 50%;
}
#primarynav .menu > .menu-item .sub-menu li a {
  color: #e31837;
}
#primarynav .menu > .menu-item .sub-menu li.menu-item-object-page {
  float: left;
  clear: left;
}
#primarynav .menu > .menu-item .sub-menu li.menu-item-object-page:last-child {
  padding-bottom: 1em;
}
#primarynav .menu > .menu-item .sub-menu li.menu-item-object-mdc_promo_box {
  position: relative;
  right: 0;
  overflow: hidden;
  float: none;
}
#primarynav .menu > .menu-item .sub-menu li.menu-item-object-mdc_promo_box .m-promo-box-nav {
  text-transform: none;
}
#primarynav .menu > .menu-item .sub-menu li.menu-item-object-mdc_promo_box .m-promo-box-nav > img {
  float: left;
  margin-right: 10px;
}
#primarynav .menu > .menu-item .sub-menu li.menu-item-object-mdc_promo_box .m-promo-box-nav .promo-box-content {
  overflow: hidden;
  margin-top: -5px;
}
#primarynav .menu > .menu-item .sub-menu li.menu-item-object-mdc_promo_box .m-promo-box-nav .promo-box-content p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
#primarynav .menu > .menu-item .sub-menu li.menu-item-object-mdc_promo_box .m-promo-box-nav .promo-box-content p a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
}
#primarynav .menu > .menu-item .sub-menu li.menu-item-object-mdc_promo_box .m-promo-box-nav .promo-box-content p a:hover {
  border: 0;
}
#primarynav .menu > .menu-item:hover .sub-menu,
#primarynav .menu > .menu-item:focus .sub-menu {
  left: 10px;
}
#primarynav .menu > .menu-item.current-menu-item > a,
#primarynav .menu > .menu-item.current-page-ancestor > a {
  border-bottom: 2px solid #e31837;
}
.fr #primarynav .menu > .menu-item {
  font-size: 12px;
}
#region-font-nav {
  text-align: right;
  margin-bottom: 1em;
  font-weight: 600;
}
#region-font-nav nav {
  border-left: 1px solid #282828;
  padding-right: 5px;
}
#region-font-nav nav:first-child {
  border-left: none;
}
#region-font-nav .choose-language ul li {
  display: inline-block;
  margin-left: .5em;
  text-decoration: underline;
}
#region-font-nav .choose-language .current-lang {
  text-decoration: none;
}
#region-font-nav .choose-language .current-lang a {
  color: #282828;
}
#region-font-nav .m-choose-region {
  position: relative;
  width: 400px;
}
#region-font-nav .m-choose-region #menu-region-selector,
#region-font-nav .m-choose-region #menu-region-selector-fr {
  font-size: 1em;
  font-wieght: 600;
}
#region-font-nav .m-choose-region #menu-region-selector li,
#region-font-nav .m-choose-region #menu-region-selector-fr li {
  display: inline-block;
  padding-left: 10px;
}
#region-font-nav .m-choose-region #menu-region-selector li a,
#region-font-nav .m-choose-region #menu-region-selector-fr li a {
  text-decoration: underline;
}
#region-font-nav .m-choose-region:hover .sub-menu {
  left: auto;
  right: 0;
}
#region-font-nav .m-choose-region .active .sub-menu {
  right: 0;
}
#region-font-nav .m-choose-fontsize {
  position: relative;
  width: 75px;
}
#searchnav {
  overflow: hidden;
  margin-bottom: 1.5em;
}
#searchnav .menu-searchbar-nav-container,
#searchnav .menu-recherche-barre-de-navigation-container {
  margin: .35em .5em 0 0;
  float: left;
}
#searchnav .menu-searchbar-nav-container .menu-item,
#searchnav .menu-recherche-barre-de-navigation-container .menu-item {
  line-height: 1em;
  border-left: 1px solid #000;
  padding: 0 .5em;
}
#searchnav .menu-searchbar-nav-container .menu-item a,
#searchnav .menu-recherche-barre-de-navigation-container .menu-item a {
  color: #000;
}
#searchnav .menu-searchbar-nav-container .menu-item:first-child,
#searchnav .menu-recherche-barre-de-navigation-container .menu-item:first-child {
  border: 0;
}
#searchnav #searchform {
  float: left;
}
#searchnav #searchform label {
  display: none;
}
#searchnav #searchform input#s {
  border-radius: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
  font-size: .8em;
  color: #575757;
}
#searchnav #searchform #searchsubmit {
  display: none;
}
#footer {
  margin-left: -30px;
  padding: 10px 30px;
}
#footer #footernav > ul > li {
  float: left;
  margin-left: 10px;
  padding-left: .5em;
  font-size: 1.2em;
}
#footer #footernav > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#footer #footernav > ul > li a {
  text-decoration: underline;
  color: #898989;
}
#footer #footernav > ul > li .m-newsletter input[type='submit'] {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  border: 0;
  color: #e31837;
  background: none;
  font-size: .9em;
  padding-left: 0;
}
#footer #footernav .widget-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9em;
  color: #898989;
}
#footer #footernav .widget-title a {
  text-decoration: none;
}
#footer #footernav input[type='text'],
#footer #footernav input[type="email"] {
  border-radius: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
  font-size: .8em;
  color: #575757;
}
#footer .footer-links {
  margin-top: 1em;
  overflow: hidden;
}
#footer .footer-links li {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9em;
  float: left;
  border-left: 2px solid #e31837;
  padding: 0 1em;
  line-height: 1em;
}
#footer .footer-links li a {
  text-decoration: none;
}
#footer .footer-links li:first-child {
  border-left: 0;
  padding-left: 0;
}
#footer .fineprint {
  color: #ababab;
  font-size: .7em;
}
#footer .fineprint.l-right {
  margin-top: -1em;
}
#footer #footer-container {
  width: 340px;
  margin-bottom: 10px;
}
#footer #footer-logo {
  background-repeat: no-repeat;
  background-size: 85%;
  width: 120px;
  height: 50px;
  text-indent: -9999em;
  position: absolute;
}
#footer #footer-msg {
  width: 325px;
  padding-left: 107px;
}
.m-caro {
  -webkit-backface-visibility: hidden;
  /* 
	.m-caro-pagination {
		position: relative;
		background: transparent;
		z-index: 30;
		text-align: center;
		margin-bottom: -1.1em;
		top: .75em;

		.dot {
			-webkit-transition: all 1500ms ease;
			-moz-transition: all 1500ms ease;
			-o-transition: all 1500ms ease;
			transition: all 1500ms ease;
			display: inline-block;
			height: .75em;
			width: .75em;
			border-radius: .5em;
			background: #fff;
			margin-right: .5em;
			box-shadow: 0px 0px 4px #fff;

			&.active {
				-webkit-transition: all 1500ms ease;
				-moz-transition: all 1500ms ease;
				-o-transition: all 1500ms ease;
				transition: all 1500ms ease;
				background: #333;
				background: rgba(0, 0, 0, 0.5);
			}
		}
	} */
}
.m-caro .m-caro-container {
  width: 9000px;
  -webkit-transition: all 1s ease 500ms;
  -moz-transition: all 1s ease 500ms;
  -o-transition: all 1s ease 500ms;
  transition: all 1s ease 500ms;
  -webkit-backface-visibility: hidden;
}
.m-caro .m-caro-container .m-caro-slide {
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.m-caro .m-caro-container .m-caro-slide img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: .3;
}
.m-caro .m-caro-container .m-caro-slide.active img {
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
  opacity: 1;
}
.m-caro .m-caro-container .m-caro-slide.active .m-caro-copy {
  -webkit-transition: bottom 1s ease 1s;
  -moz-transition: bottom 1s ease 1s;
  -o-transition: bottom 1s ease 1s;
  transition: bottom 1s ease 1s;
  bottom: 5em;
}
.m-caro .m-caro-container .m-caro-slide > img {
  z-index: 10;
}
.m-caro .m-caro-container .m-caro-slide .m-caro-copy {
  -webkit-transition: bottom 1s ease;
  -moz-transition: bottom 1s ease;
  -o-transition: bottom 1s ease;
  transition: bottom 1s ease;
  width: 25em;
  position: absolute;
  bottom: -20em;
  left: 2em;
  z-index: 20;
  color: white;
}
.m-caro .m-caro-container .m-caro-slide .m-caro-copy h1 {
  text-shadow: 0.1em 0.1em 0.2em #000000;
  -moz-text-shadow: 0.1em 0.1em 0.2em #000000;
  -webkit-text-shadow: 0.1em 0.1em 0.2em #000000;
}
.m-caro .m-caro-container .m-caro-slide .m-caro-copy p {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 1.2em;
  text-shadow: 0.1em 0.1em 0.2em #000000;
}
.m-caro .owl-theme .owl-controls .owl-pagination {
  z-index: 30;
  top: -495px;
}
.m-caro .owl-theme .owl-controls .owl-pagination .owl-page span {
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  display: inline-block;
  border-radius: .5em;
  background: #fff;
  box-shadow: 0px 0px 4px #fff;
  opacity: 1;
}
.m-caro .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
}
.m-caro .owl-carousel-item-text {
  -webkit-transition: top 0s ease 1s;
  -moz-transition: top 0s ease 1s;
  -o-transition: top 0s ease 1s;
  transition: top 0s ease 1s;
  width: 25em;
  position: absolute;
  left: 2em;
  z-index: 20;
  color: white;
  text-align: left;
  background: rgba(0, 0, 0, 0.25);
  padding: 1em;
  top: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-weight: 300;
  text-shadow: 0.1em 0.1em 0.2em #000000;
}
.m-caro .owl-item.active .owl-carousel-item-text {
  top: 45%;
  -webkit-transition: top 1s ease 1s;
  -moz-transition: top 1s ease 1s;
  -o-transition: top 1s ease 1s;
  transition: top 1s ease 1s;
}
.m-promo-box {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  padding: 1em;
}
.m-promo-box div > img {
  float: left;
  margin-right: .25em;
}
.m-promo-box h2 {
  line-height: 1.3em;
}
.m-promo-box h4 {
  font-size: 0.8em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.m-promo-box p a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
}
.m-promo-box.last {
  margin-bottom: 0;
}
.m-promo-box.box-0 {
  background: #fff;
}
.m-promo-box.box-0 h2 {
  color: #898989;
}
.m-promo-box.box-0 h4 {
  color: #282828;
}
.m-promo-box.box-0 p {
  color: #282828;
}
.m-promo-box.box-0 p a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  background-position: 100% 0px;
}
.m-promo-box.box-1 {
  background: #939393;
}
.m-promo-box.box-1 h2 {
  color: #fff;
}
.m-promo-box.box-1 h4 {
  color: #fff;
}
.m-promo-box.box-1 p {
  color: #fff;
}
.m-promo-box.box-1 p a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  background-position: 100% -100px;
}
.m-promo-box.box-2 {
  background: #3f3f3f;
}
.m-promo-box.box-2 h2 {
  color: #898989;
}
.m-promo-box.box-2 h4 {
  color: #fff;
}
.m-promo-box.box-2 p {
  color: #fff;
}
.m-promo-box.box-2 p a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  background-position: 100% -100px;
}
.fr .home .m-promo {
  margin-top: -54%;
}
.home .m-promo {
  position: relative;
  float: right;
  margin-top: -52%;
  margin-right: 12px;
  z-index: 20;
  font-size: 16px !important;
  /* This is the only element on the entire site that should not resize
								when the font size changes. */
}
.home .m-promo .m-promo-box,
.home .m-promo .m-promo-box.box-0,
.home .m-promo .m-promo-box.box-1,
.home .m-promo .m-promo-box.box-2 {
  background: url(../_/img/ie_bg_white.png) repeat;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  margin: 1em 0;
  min-height: 175px;
  border: 1px solid #ababab;
}
.home .m-promo .m-promo-box > img,
.home .m-promo .m-promo-box.box-0 > img,
.home .m-promo .m-promo-box.box-1 > img,
.home .m-promo .m-promo-box.box-2 > img {
  float: left;
  margin-right: .25em;
}
.home .m-promo .m-promo-box h2,
.home .m-promo .m-promo-box.box-0 h2,
.home .m-promo .m-promo-box.box-1 h2,
.home .m-promo .m-promo-box.box-2 h2 {
  color: #575757;
}
.home .m-promo .m-promo-box h4,
.home .m-promo .m-promo-box.box-0 h4,
.home .m-promo .m-promo-box.box-1 h4,
.home .m-promo .m-promo-box.box-2 h4 {
  color: #282828;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: .8em;
  text-transform: none;
  clear: left;
}
.home .m-promo .m-promo-box p,
.home .m-promo .m-promo-box.box-0 p,
.home .m-promo .m-promo-box.box-1 p,
.home .m-promo .m-promo-box.box-2 p {
  color: #282828;
}
.home .m-promo .m-promo-box p a,
.home .m-promo .m-promo-box.box-0 p a,
.home .m-promo .m-promo-box.box-1 p a,
.home .m-promo .m-promo-box.box-2 p a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  background-position: 100% -100px;
}
.m-social-feed {
  border-right: 1px solid #898989;
  margin-left: 10px;
  padding-right: 10px;
}
.m-social-feed:last-child {
  margin-right: 0;
  border-right: 0;
}
.m-social-feed li {
  margin-bottom: 1.5em;
}
.m-social-feed h3 {
  display: inline-block;
  color: #898989;
  margin-bottom: 1em;
}
.m-social-feed p {
  font-size: 1em;
  margin-bottom: 0;
}
.m-social-feed p a {
  color: #282828;
  text-decoration: underline;
}
.m-social-feed h3 + a {
  font-size: .8em;
  padding-left: .5em;
}
.m-social-feed h4 {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: none;
}
.m-social-feed time {
  color: #898989;
  text-transform: uppercase;
  text-align: right;
  display: block;
  font-size: .9em;
}
.m-social-feed.m-facebook h3 {
  background: url(../_/img/sprite.png) no-repeat 0 -400px;
  padding-left: 35px;
}
.m-social-feed.m-twitter h3 {
  background: url(../_/img/sprite.png) no-repeat 0 -450px;
  padding-left: 27px;
  background-position: 0 -450px;
}
.m-social-feed.m-twitter h4 a {
  color: #000;
  font-weight: bold;
}
.m-social-feed.m-twitter .mdc-twitter {
  background: url(../_/img/sprite.png) no-repeat 0 -597px;
  padding-left: 14px;
}
.m-social-feed.m-twitter .mdc-twitter a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  font-size: .9em;
  display: inline-block;
}
.m-social-feed.m-flickr h3 {
  padding-left: 40px ;
  background: url(../_/img/sprite.png) no-repeat 0 -500px;
}
.m-social-feed.m-flickr ul {
  margin-left: -10px;
}
.m-social-feed.m-flickr ul li {
  width: 65px;
  float: left;
  height: 65px;
  margin: 0 0 10px 10px;
}
.m-social-feed.m-flickr ul li a img {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.m-social-feed.m-youtube h3 {
  background: url(../_/img/sprite.png) no-repeat 0 -550px;
  padding-left: 30px;
}
.m-social-feed.m-youtube .big-links {
  font-size: .9em;
}
.m-social-feed.m-youtube .m-youtube-viewport {
  width: 220px;
  overflow: hidden;
  position: relative;
}
.m-social-feed.m-youtube .m-youtube-viewport ul {
  width: 2000px;
  transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  -moz-transition: -moz-transform 1s ease;
  position: relative;
  z-index: 10;
}
.m-social-feed.m-youtube .m-youtube-viewport ul li {
  width: 190px;
  margin-left: 15px;
  float: left;
}
.m-social-feed.m-youtube .m-youtube-viewport ul li iframe {
  position: relative;
  z-index: 1;
}
.m-social-feed.m-youtube .m-youtube-viewport .nav {
  width: 15px;
  background: #e31837;
  display: block;
  position: absolute;
  height: 150px;
  z-index: 20;
  padding-top: 30%;
}
.m-social-feed.m-youtube .m-youtube-viewport .nav span {
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 2px;
}
.m-social-feed.m-youtube .m-youtube-viewport .nav.next span {
  border-right: 10px solid #fff;
  text-indent: -20px;
}
.m-social-feed.m-youtube .m-youtube-viewport .nav.prev {
  right: 0;
}
.m-social-feed.m-youtube .m-youtube-viewport .nav.prev span {
  border-left: 10px solid #fff;
  text-indent: 20px;
}
.m-articles {
  width: 996px;
  margin: -45px 0 0 -20px;
}
.m-article {
  padding: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  margin-left: 20px;
}
.m-article:first-child {
  margin-left: 0;
}
.m-article h2 {
  color: #ababab;
  margin-bottom: .5em;
  line-height: 1em;
}
.m-article h3 {
  margin-top: 1em;
  display: inline-block;
  color: #282828;
}
.m-article h4 {
  font-weight: 300;
}
.m-article + p {
  display: inline;
}
.m-article p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #282828;
  font-weight: 300;
}
.m-article h4 + p > a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
}
.m-article ul li {
  color: #575757;
}
.m-article .ai1ec-agenda-widget-view .ai1ec-date,
.m-article .ai1ec-date {
  float: none !important;
}
.m-article .ai1ec-agenda-widget-view .big-links {
  background-position: 100% -53px;
}
.m-article-tabs #m-article-tabs-nav h2 {
  float: left;
  border-left: 2px solid #ababab;
  padding: 0 10px;
}
.m-article-tabs #m-article-tabs-nav h2:first-child {
  border-left: 0;
}
.m-article-tabs #m-article-tabs-nav h2 a {
  color: #e31837;
}
.m-article-tabs #m-article-tabs-nav h2.active a {
  color: #ababab;
}
.m-article-tabs .widget {
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  float: left;
  height: 0;
  opacity: 0;
}
.m-article-tabs .widget.active {
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  height: auto;
  opacity: 1;
}
.m-article-tabs .widget > h2 {
  display: none;
}
.m-article-tabs .widget li {
  margin: 0 0 2em 0;
  padding: 0 0 3em 0;
  /*float: left;*/
  width: 100%;
  border-bottom: 1px solid #ababab;
}
.m-article-tabs .widget li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.m-article-tabs .widget .big-links {
  margin: 1em 0;
  cursor: pointer;
  line-height: 16px;
}
.m-article-tabs .widget .date-title {
  background: #ababab;
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
  color: #fff;
  float: left;
  font-size: 8.7pt;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 0 -10px;
  text-align: center;
  width: 65px;
}
.m-article-tabs .widget .date-title .date-month {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  line-height: 1.3em;
  border-bottom: 1px solid #fff;
  margin: 5px 7px 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  letter-spacing: 0.15em;
}
.m-article-tabs .widget .date-title .date-day {
  font-size: 2.5em;
  padding: 0.2em 0 0.1em;
  font-weight: 400;
}
.m-article-tabs .widget .date-title .date-year {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  line-height: 1.3em;
  margin: 10px 7px 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  letter-spacing: 0.15em;
}
.m-article-tabs .widget .date-details {
  overflow: hidden;
  padding: 0 0 0 1em;
}
.m-article-tabs .widget .date-details p {
  font-size: 1em;
}
.m-article-tabs .link {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  font-size: .9em;
  float: right;
}
.m-side-menu ul {
  margin: 1em 2em 1em 0;
}
.m-side-menu ul li {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: 1em;
  /*&:hover {
				> .children {
					display: block;
					margin: 1em 2em 1em 1em;
				}
			}*/
  /*&.current_page_ancestor {
				.children {
					opacity: 1;
					margin: 1em 2em 1em 1em;
					height: auto;
				}
			}*/
}
.m-side-menu ul li a {
  text-decoration: none;
}
.m-side-menu ul li .children {
  display: none;
  font-size: 1em;
}
.m-side-menu ul li .children li {
  font-size: 1em;
}
.m-side-menu ul li.current_page_parent > .children,
.m-side-menu ul li.current_page_ancestor > .children,
.m-side-menu ul li.current_page_item > .children {
  display: block;
  margin: 1em 2em 1em 1em;
}
.m-side-menu .current_page_item > a,
.m-side-menu .current_page_parent > a,
.m-side-menu .current_page_ancestor > a {
  color: #282828;
}
.m-cat-subpages ul li {
  border-bottom: 1px solid #ababab;
  padding: 2.5em 0;
  overflow: hidden;
  position: relative;
}
.m-cat-subpages ul li img {
  float: left;
  margin-right: 1em;
}
.m-cat-subpages ul li article {
  overflow: hidden;
}
.m-cat-subpages ul li article h1 {
  color: #898989;
}
.m-cat-subpages ul li article p {
  font-size: 1em;
  padding-right: 25%;
}
.m-cat-subpages ul li article .m-cat-subpages-learn {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  position: absolute;
  bottom: 1em;
  right: 0;
}
.m-cat-subpages ul li.last {
  border-bottom: 0;
}
.content .m-share {
  position: absolute;
  top: .5em;
  right: 0;
}
.content .m-share .print_icon {
  background: url(../_/img/sprite.png) no-repeat 0 -643px;
  width: 29px;
  height: 20px;
  text-indent: 30px;
  overflow: hidden;
  display: inline-block;
}
.m-breadcrumbs {
  margin: .5em 0 2em;
}
.m-breadcrumbs li {
  border-right: 1px solid #ababab;
  line-height: 1em;
  padding: 0 .5em;
  font-size: .8em;
  text-transform: lowercase;
}
.m-breadcrumbs li a {
  color: #ababab;
}
.m-breadcrumbs li.last {
  border-right: 0;
  color: #575757;
}
.m-social-links li {
  background: url(../_/img/sprite.png) no-repeat 0 -150px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.m-social-links li.twitter {
  background-position: 0 -200px;
}
.m-social-links li.youtube {
  background-position: 0 -250px;
}
.m-social-links li.flickr {
  background-position: 0 -300px;
}
.m-social-links li.google {
  background-position: 0 -350px;
}
.m-social-links li a {
  padding-top: 30px;
  display: block;
}
.m-sitemap > ul {
  display: inline-block;
  vertical-align: top;
}
.m-sitemap > ul > li {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9em;
  width: 220px;
  font-size: 1.3em;
  padding: 1em;
  float: inherit;
}
.m-sitemap > ul > li a {
  text-decoration: none;
}
.m-sitemap > ul > li .children {
  margin: 0 0 0 1em;
}
.m-sitemap > ul > li:nth-child(5) {
  clear: left;
}
.m-sitemap li {
  padding: .25em 0;
}
.search .bd .content ul li {
  margin-bottom: 1em;
}
.search .bd .content ul li p {
  font-size: 1em;
}
.search .bd .content .fineprint {
  color: #ababab;
}
.search .bd .content .search-pagination {
  text-align: center;
  bottom: 0px;
  position: absolute;
  width: 100%;
}
.search #post-noSearchResults.bd .content {
  min-height: inherit;
}
.m-blognav {
  margin-top: 1em;
  overflow: hidden;
}
.m-blognav .next-posts a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  background-position: 0 -688px;
  padding-right: 0;
  padding-left: 30px;
}
.m-blognav .prev-posts {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url(../_/img/sprite.png) no-repeat 100% -50px;
  background-position: 100% 0px;
}
.m-overlay {
  display: none;
  width: 70%;
  height: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  margin-left: -35%;
  margin-top: -25%;
}
.m-overlay.on {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 999;
}
.m-overlay .close {
  font-size: 1.5em;
  padding: 0 .5em;
}
.m-meta {
  font-size: .8em;
  margin: 10px 0;
  color: #ababab;
}
.m-meta .tags {
  overflow: hidden;
}
.m-meta .tags a {
  background: #ababab;
  border-radius: 20px;
  color: white;
  padding: 2px 5px;
  margin: 3px;
  display: block;
  float: left;
}
.m-meta .tags a:hover {
  background: #575757;
}
.m-comments {
  margin: 10px 0;
}
.m-comments > div {
  margin: 10px 0;
}
.m-comments #responses ol.commentlist li.comment {
  border-bottom: none;
}
.m-comments #responses ol.commentlist li.parent {
  border-left-color: #282828;
}
.m-comments #responses ol.commentlist li.comment ul.children li.depth-2 {
  border-left-color: #898989;
}
.m-comments #responses ol.commentlist li.comment ul.children li.depth-3 {
  border-left-color: #939393;
}
.m-comments #responses ol.commentlist li.comment ul.children li.depth-4 {
  border-left-color: #dadada;
}
.m-comments #respond form div {
  margin: 5px 0;
}
.wpcf7 {
  width: 100%;
}
.wpcf7 p {
  margin: 10px auto;
}
.wpcf7 p.question textarea {
  width: 300px;
  height: 120px;
}
.wpcf7 label {
  display: inline-block;
  width: 20%;
  text-align: right;
  margin-right: 10px;
}
.wpcf7 label.alignTop {
  vertical-align: top;
}
.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 select {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  width: 250px;
}
.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type="submit"] {
  display: inline-block;
  border: 1px solid #cccccc;
  /*height: 20px;*/
  padding: 4px 6px;
  /*margin-bottom: 10px;*/
  font-size: 14px;
  /*line-height: 20px;*/
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 select {
  height: 30px;
  line-height: 30px;
}
.wpcf7 textarea {
  height: 75px;
}
.wpcf7 input[type="submit"] {
  /*margin-left:20%;*/
  position: relative;
  left: 10px;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.wpcf7 input[type="submit"]:hover {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.wpcf7 input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.wpcf7 .skills,
.wpcf7 .helpingIn,
.wpcf7 .language,
.wpcf7 .monAvail,
.wpcf7 .tueAvail,
.wpcf7 .wedAvail,
.wpcf7 .thuAvail,
.wpcf7 .friAvail,
.wpcf7 .wkendAvail,
.wpcf7 .facilAvail,
.wpcf7 .ppl-attending,
.wpcf7 .facilAvail2 {
  display: inline-block;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  margin-bottom: 2px;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  margin-bottom: 2px;
}
.wpcf7 .monAvail .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .tueAvail .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wedAvail .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .thuAvail .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .friAvail .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wkendAvail .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .facilAvail .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .facilAvail2 .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-right: 25px;
}
.wpcf7 hr {
  border: 1px solid #e31837;
  color: #e31837;
  background-color: #e31837;
  height: 3px;
}
.media-gallery {
  font-size: 1.25em;
}
.media-gallery .icon {
  float: left;
  width: 15%;
}
.media-gallery .icon img {
  float: right;
  padding: 0 2em 0 0;
}
.media-gallery .details {
  float: right;
  width: 85%;
}
.media-gallery .details p.title {
  margin-bottom: 0.25em;
  font-weight: bold;
  font-size: 1em;
}
.media-gallery .details p.description {
  margin-bottom: 0.25em;
}
.media-gallery .details p.meta-data {
  color: #666666;
}
.media-gallery ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  margin-top: 1em;
}
.media-gallery ul li {
  overflow: auto;
  clear: both;
  padding: 1em 0;
}
.media-search input,
.media-search select {
  border-radius: 5px;
  padding: 5px;
}
.media-search select {
  width: 100%;
}
.media-search input {
  border: 1px solid #ccc;
  font-weight: 100;
  font-size: 12px;
  width: 80%;
}
.media-search .submit {
  border: 0;
  background: white;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  color: red;
  padding: 0;
  margin: 0;
  width: 60px;
  float: right;
}
.media-search img {
  position: relative;
  top: 5px;
  float: right;
}
.geolocation_region_content .timely h1 {
  border-bottom: 3px solid #dadada !important;
  color: #575757;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.page-region-filter {
  display: block;
  height: 60px;
}
.page-region-filter h4 {
  float: right;
  font-family: 'Oswald' sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.1em;
  color: #575757;
}
.page-region-filter .region-selector {
  float: right;
  clear: both;
  margin-bottom: 5px;
}
.region_events li {
  margin-bottom: 35px;
}
.menu-pull-right #ddl-regions .active {
  right: -50px;
}
#ddl-regions {
  position: relative;
  cursor: pointer;
}
#ddl-regions .active {
  position: absolute;
  top: 25px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0.1em;
  z-index: 10;
  width: 150px;
  right: 0px;
}
#ddl-regions .active li {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 16px;
  list-style: none;
  text-transform: uppercase;
  border: 1px solid #dcdcdc;
  margin: 2px;
  padding: 2px 0 2px 6px;
  text-indent: 0px !important;
  color: #7f7f7f;
  background-color: #f0f0f0;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
#ddl-regions .active li:hover {
  background: #dcdcdc;
  color: #333 !important;
}
#ddl-regions .active li.selected {
  border-color: #b7daff;
  background: #e0efff;
}
#ddl-regions .hide {
  display: none;
}
#ddl-regions .caret {
  margin-top: 7px;
  margin-left: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  content: "";
  color: #e31837;
}
#ddl-regions .icon-folder-open {
  margin-right: 5px;
  color: #e31837;
}
#ddl-regions .ddl-btn {
  display: inline-block;
  display: inline;
  /* IE7 inline-block hack */
  color: #e31837;
  zoom: 1;
  padding: 3px 10px 3px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translatez(0);
  margin-left: .3em;
  display: block;
  width: 100px;
}
#ddl-regions .ddl-btn:hover {
  background-color: #d6d6d6;
  background-image: -moz-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: -ms-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: -o-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: linear-gradient(top, #f0f0f0, #d6d6d6);
  background-repeat: repeat-x;
}
.report_problem_content h5 {
  color: #575757;
}
.report_problem_content .report_problem_form {
  border-top: 1px solid #575757;
  padding-top: 15px;
  margin-top: 20px;
}
.report_problem_content .report_problem_form label {
  display: block;
  font-weight: bold;
  font-size: 100%;
  color: #575757;
}
.report_problem_content .txt_email,
.report_problem_content .txt_description {
  padding: 5px;
  margin: 8px 0px;
}
.report_problem_content .txt_email {
  width: 280px;
}
.report_problem_content .txt_description {
  width: 400px;
  resize: none;
}
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
