/*
Theme Name: Établissements CSMV
Description: Thème par défaut pour les établissements de la commission scolaire Marie-Victorin.
Author: IDEA Communication, Broche à foin (.biz)
Version: 0.9.2
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; }

body { margin: 0; font-size: 13px; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; font-style:italic; }

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* =Layouts
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin: 0 auto;
	width: 958px;
	padding-top:15px;
	margin-top:-300px;
	z-index:5;
	position:relative;
}

#branding {
	height:135px;
	overflow:hidden;
	position:relative;
	margin:0 -1px;
	padding:62px 18px 0;
	clear:both;
}

#access {
	margin:2px 0 1px;
}

#main {
	width: 942px;
	padding: 8px;
	/* overflow: hidden; */
}

#footer {
	margin:0;
	clear: both;
}

#footer-widget-area .widget-area {
	display:block;
	clear:left;
	margin:0 0 10px -25px;
}

#footer-widget-area .widget-area > ul > li {
	float:left;
	width:162px;
	margin-left:25px;
	margin-top:10px;
}

#footer-widget-area .widget-area > ul > li:nth-child(5) + li {
	clear:left;
}


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar left of content
*/

#container {
	float: right;
	margin: 0 0 0 -262px;
	width: 942px;
}
#content {
	min-height:400px;
	margin: 0 29px 36px 273px;
}
#primary,
#secondary {
	float: left;
	width: 242px;
}

#secondary {
	clear: left;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 29px 0 0;
	width: auto;
	padding-left:9px;
	border-left:none;
}

/*
LAYOUT: Front page
DESCRIPTION: Various tweaks, exceptions and containers specific to home page
*/

body.home #container {
	float: left;
	margin: 0 -326px 0 0;
	width: 942px;
}

body.home #home-content {
	margin: 0 334px 0 0px;
	border-left:none;
	padding: 0px;
}

body.home #primary {
	float: right;
	/* overflow: hidden; */
	width: 292px;
}

#home-left, #home-middle {
	float:left;
	width:300px;
}

#home-left {
	margin-right:8px;
}

body.home .widget-container,
#primary {
	margin-bottom:8px;
}

/* Carousel layout */

#home-content .widget-carousel {
	width: 606px;
	height: 232px;  
	overflow:hidden;
	position:relative;
}

#carousel-images-wrapper {
	float:left;
	width: 332px;
}

#carousel-texts-wrapper {
	float: right;
	width: 274px;
}

#carousel-images .carousel-image {
	height: 214px;
	margin:8px 8px 16px;
}

#carousel-texts .carousel-text {
	display:table-row;
	height: 182px;
	width: 274px;
}

#carousel-texts .carousel-text .content {
	display:table-cell;
	padding: 8px;
	vertical-align:middle;
	height: 166px;
	overflow:hidden;
}

#carousel-texts .carousel-text .content h3 {
	margin-top:0;
}

#carousel-texts .carousel-text .content p.more {
	margin-bottom:0;
}

#carousel-navigation {
	position:absolute;
	bottom:8px;
	right:8px;
	z-index:9;
}

#carousel-navigation li {
	margin:0 0 0 8px;
}

/* Sidebars */

#main .widget-area .widget-container {
	clear:both;
}


/* =Typography
-------------------------------------------------------------- */
.MAIN_FONT,
body,
input,
textarea,
.page-title span,
.pingback a.url,
.main_font {
	font-family: Arial, Helvetica,sans-serif;
}

.HIGHLIGHT_FONT,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.pingback p,
.reply,
.widget_search label,
input[type=submit],
.highlight_font
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.HUGEHEADING,
#site-title,
.hugeheading {
	font-size: 30px;
	line-height: 1.2em;
	font-weight:bold;
}

.VERYBIGHEADING,
.single .entry-title,
.verybigheading {
	font-size: 21px;
	line-height: 1.2em;
	font-weight:bold;
}

.BIGHEADING,
h1,
.bigheading {
	font-size: 20px;
	line-height: 1.2em;
	font-weight:bold;
}

.MEDIUMBIGHEADING,
h2,
.mediumbigheading {
	font-size: 19px;
	line-height: 1.2em;
	font-weight:bold;
}


.MEDIUMHEADING,
h3,
.mediumheading {
	font-size: 17px;
	line-height: 1.2em;
	font-weight:bold;
}

.REGULARHEADING,
h4,
.page-title,
.regularheading {
	font-size:15px;
	line-height:1.2em;
	font-weight:bold;
}

.BIGCOPY,
.page-title span,
.bigcopy {
	font-size:15px;
	line-height: 1.2em;
	font-weight:normal;
}

.MEDIUMCOPY,
#carousel-texts p.more,
.mediumcopy {
	font-size:14px;
	line-height: 1.4em;
}


.SMALLHEADING,
.widget-title,
.widget-latest-news .entry-title,
#site-description,
h5,
.smallheading {
	font-size: 13px;
	font-weight: bold;
	line-height:18px;
}

.XSMALL,
.entry-meta,
.xsmall {
	font-size:11px;
}

.XXSMALL,
.entry-meta,
.widget_rss ul li span.rss-date,
#footer,
.xxsmall {
	font-size:11px;
}

.XSMALLHEADING,
#footer-widget-area .widget-area > ul > li > a,
h6,
.xsmallheading {
	font-size:12px;
	font-weight:bold;
}

.UPPERCASE,
.widget-title,
.uppercase {
	text-transform:uppercase;
}

.NODECORATION,
.widget-title a,
.entry-title a,
#site-title a,
#footer a,
p.more a,
#carousel-texts h3 a,
body.home #home-content .categories ul li a,
.widget-container ul li a,
.page-title a,
.nodecoration {
	text-decoration:none;
}

.UNDERLINE,
.widget-title a:hover,
.entry-title a:hover,
p.more a:hover,
#footer a:hover,
#carousel-texts h3 a:hover,
body.home #home-content .categories ul li a:hover,
.widget-area ul li .widget-title a:hover,
.widget-container ul li a:hover,
.page-title a:hover,
.underline {
	text-decoration:underline;
}


pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Shapes
-------------------------------------------------------------- */

.SHADOW1ALPHA18,
#access,
.shadow1alpha18
{
	box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}

.SHADOW1ALPHA08,
#main,
.shadow1alpha08
{
	box-shadow: 0 0 0 1px rgba(0,0,0,0.18);
}


.SHADOW5,
#primary,
body.home #home-content .widget-container,
.shadow5 {
	box-shadow: 0px 0px 4px 1px #e3e3e3;
}

.BORDER1,
#primary,
body.home #home-content .widget-container,
#carousel-images img,
#carousel-navigation li a,
.thumbnail img,
.border1 {
	display:block;
	border:1px solid;
}

/* Home widget titles */

.PADDING10HOR6VERT,
.widget-title,
/* #primary ul ul li, */
.padding10hor6vert {
	line-height:1.5em;
	padding:2px 10px 0;
	margin:0 -10px;
}

.PADDING16HOR6VERT,
body.home #primary,
.widget-container,
#footer,
.padding16hor6vert {
	padding:6px 16px;
}

.MARGIN0PADDING0,
#access ul,
ul.xoxo,
body.home #primary .widget-container,
body.home #primary ul > .widget-container:first-child,
#home-content .widget-carousel,
#site-title,
#carousel-texts p,
#carousel-navigation,
.widget-latest-news h5.entry-title,
.widget_rss ul,
.margin0padding0 {
	margin:0;
	padding:0;
}

.MARGIN7HORIZ,
#carousel-texts p.more,
.hentry,
.widget-latest-news .thumbnail,
.widget-latest-news p,
body.home #home-content ul.categories li,
.widget-container ul li,
body.home .widget-top-story .entry-title,
.margin7horiz {
	margin: 0.8em 0;
}

.MARGIN3HORIZ,
body.home .entry-title,
.margin3horiz {
	margin: 0.3em 0;
}

.MARGIN12TOP,
.hentry,
body.home #primary .widget-container,
.margin12top {
	margin-top:1.2em;
}

.NOPADDING,
#main .widget-area ul ul,
#content ol.commentlist,
.nopadding {
	padding:0;
}


.NOBORDERS,
body.home #primary.widget-area ul ul li,
body.home #primary.widget-area ul ul ul li,
#main .ai1ec-agenda-widget-view li.ai1ec-event a,
.noborders {
	border:none;
}

/* Inline lists: navigation, mostly */

.FLOATEDLISTS,
#carousel-navigation li,
.floatedlists {
	display:block;
	float:left;
}

.NOBULLETS,
#carousel-navigation li,
.widget_rss ul,
.nobullets {
	list-style-type:none;
}

.BLOCKEDLINKS,
#carousel-navigation li a,
.blockedlinks {
	display:block;
	float:left;
}

.REGULARLISTMARGINS,
body.home #home-content ul.categories ,
#main .widget-area ul ul ul,
.regularlistmargins {
	padding:0px;
	margin-left:1em;
}


/* =Colors
-------------------------------------------------------------- */

/* Neutral colors */

.TRANSPARENTBACKGROUND,
body.single-ai1ec_event #access li.current_page_parent a,
.transparentbackground {
	background:transparent;
}

.WHITEBACKGROUND,
body.home #content hr,
#branding,
.whitebackground {
	background-color:#fff;
}

.WHITEBORDER,
#carousel-navigation li a,
.whiteborder {
	border-color:#fff;
}

.LIGHTGREYBACKGROUND,
#footer, 
#main,
.lightgreybackground {
	background-color: #f5f5f5;
}

.MEDIUMGRAYBACKGROUND,
.widget-title,
#content .gform_wrapper .top_label .gfield_label,
.mediumgraybackground {
	background-color:#dcdcdc;
}

.MEDIUMGRAYBORDER,
#primary,
body.home #home-content .widget-container,
#carousel-images img,
.thumbnail img,
#content .gform_wrapper .top_label .gfield_label,
.mediumgrayborder {
	border-color:#bdbdbd;
}

.MEDIUMGRAYTYPE,
.entry-meta,
.widget_rss ul li span.rss-date,
.mediumgraytype {
	color:#888;
}

.DARKGRAYTYPE,
.widget-area .widget-container ul li a,
.page-title,
.page-title a,
.darkgraytype {
	color:#555;
}

.BLACKTYPE,
html, button, input, select, textarea,
#main .ai1ec-agenda-widget-view a,
#content .gform_wrapper .gfield_checkbox li label,
#content .gform_wrapper .gfield_radio li label,
.blacktype {
	color:#222;
}

.WHITETYPE,
#access li a:hover,
#access li.current-page-ancestor a,
#access li.current_page_item a,
body.single-ai1ec_event #access li.current_page_parent a:hover,
.ai1ec-agenda-widget-view .ai1ec-month,
#footer-widget-area .widget-area ul li a,
#footer-widget-area .widget-area ul li a:hover,
#site-title a,
#site-description,
.widget-dont-miss,
.widget-dont-miss a,
.widget-dont-miss .widget-title,
.widget-dont-miss .entry-title a,
.widget-dont-miss p.more a,
.widget-dont-miss a:hover,
.widget_csmv_agenda_widget .widget-title,
.widget_csmv_agenda_widget .widget-title a,
.widget_csmv_agenda_widget .widget-title a:hover,
.csmv_widget_categories .widget-title,
.csmv_widget_categories .widget-title a,
.csmv_widget_categories .widget-title a:hover,
.widget-latest-news .widget-title,
.widget-latest-news .widget-title a,
.widget-latest-news .widget-title a:hover,
.widget-top-story .widget-title,
.widget-container.categories .widget-title,
.widget-container.archives .widget-title,
#page_menu .widget-title,
.widget_ai1ec_agenda_widget .widget-title,
.widget_rss .widget-title,
.widget_rss .widget-title a,
.widget_rss .widget-title a:hover,
.whitetype {
	color:#fff;
}



/* =Special Cases
-------------------------------------------------------------- */

.HIDDEN,
.widget-title a.rsswidget img,
img#wpstats,
#content .mapp-poweredby,
.hidden {
	display:none;
}

#home-content .widget-carousel {
	margin-bottom:8px;
}

#branding_commission {
	margin:0 0 4px 4px;
}

/* Gradients */

#wowfactor {
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	width:100%;
	height:405px;
	border-top:solid 286px #fff;
}

/* Body */

body {
	border-top: 300px solid #fff;
); /* IE6-9 */
}

#home-content .widget-carousel {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0); /* IE6-9 */
}



/* Tweaks ai1ec */

#main .ai1ec-agenda-widget-view h3.ai1ec-date-title {
	margin-left:0 !important;
	margin-top:0.5em !important;
}

#main .ai1ec-agenda-widget-view .ai1ec-date-events {
	margin-right:0 !important;
}

#main .ai1ec-agenda-widget-view .ai1ec-event.ai1ec-allday a,
#main .ai1ec-agenda-widget-view .ai1ec-date,
#main .ai1ec-agenda-widget-view .ai1ec-event a {
	background:transparent;
}

#main .ai1ec-agenda-widget-view li.ai1ec-event a:hover {
	text-decoration:underline !important;
}

.ai1ec-full-event .ai1ec-allday-label {
	display:none;
}


#content .ai1ec-pagination a {
	width: auto;
}

/* Gravity Forms */

#content .gform_wrapper .gfield_checkbox li input[type=checkbox],
#content .gform_wrapper .gfield_radio li input[type=radio],
#content .gform_wrapper .gfield_checkbox li input {
margin-bottom:0;
}

#content .gform_wrapper .top_label .gfield_label {
border-top-width:1px ;
border-top-style:dotted;
display:block;
font-size:14px;
padding:.5em;
}

#content .gform_wrapper .gfield_checkbox li label,
#content .gform_wrapper .gfield_radio li label {
margin-left:20px;
}

#content .gform_wrapper ul.gfield_checkbox,
#content .gform_wrapper ul.gfield_radio {
margin:1em .5em 2em;
}

#content .gform_wrapper .top_label input.medium {
margin:1em .5em 1.5em;
}

#content .gform_wrapper .top_label input.large,
#content .gform_wrapper .top_label select.large,
#content .gform_wrapper .top_label textarea.textarea {
width:90%;
margin:1em 0 1.5em .5em;
}

#content .gform_wrapper .gform_footer {
border-top:3px solid #CCCCCC;
}

#content .gform_wrapper .gform_footer input.button,
#content .gform_wrapper .gform_footer input[type=submit] {
background-color:#C7D95F;
border:1px solid #6D8000;
border-radius:12px 12px 12px 12px;
color:#383F02;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
padding:8px 12px;
}

#content .gform_wrapper .gform_footer input.button:hover,
#content .gform_wrapper .gform_footer input[type=submit]:hover {
background-color:#ddea79;
}

/* YouTube Video Widget */
.widget-youtube-thumbnail-player .video-thumb {
	margin:16px 0 10px;
}

/* hack widget rss */

.widget_rss ul li {
	position:relative;
	padding-top:15px;
}

.widget_rss ul li span.rss-date {
	position:absolute;
	top:0;
	left:0;
}

/* Carousel */

.carousel-texts h3 {
	margin-bottom: 0.4em;
}

/* thumbnails */

.thumbnail {
	float:left;
	margin:0 10px 10px 0;
}

.widget-top-story .thumbnail {
	float:right;
	margin: 15px 0 15px 15px;
}

.widget-latest-news .thumbnail {
	float:none;
	margin:0;
}

/* Don't Miss Widget */

body.home #main .widget-dont-miss,
body.home #primary ul > .widget-dont-miss:first-child {
	margin-left:-10px;
	margin-right:-10px;
	padding:17px 15px;
}

body.home .widget-dont-miss .widget-title {
	background:transparent;
	padding:0;
	margin:13px 0 15px;
}

body.home .widget-dont-miss p {
	margin-top:0.3em;
	margin-bottom:1em;
}


/* Posts/pages/events lists */

body.blog .post,
body.blog #nav-below, 
body.blog #content {
	float:left;
}

body.blog #nav-below, 
body.blog .post {
	width:100%;
}

body.blog .post .entry-title {
	margin-top:0;
}

body.blog .post .thumbnail,
body.blog .post p.more {
	margin-bottom:0;
}

/* Single posts/pages/events */

.single .entry-meta {
	margin:-1.2em 0 1.5em;
}


/* Sidebar collapsible items */

.widget-area ul li a span.plus {
	display:block;
	width:9px;
	height:9px;
	line-height:9px;
	font-size:9px;
	font-weight:normal;
	text-align:center;
	float:left;
	overflow:hidden;
	margin: 2px 1px 0 -12px;
}

.widget-area ul li a span.plus.expanded {
	font-size:10px;
}


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}





/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

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


