.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 7px 0;
  -moz-box-shadow: #0066ff 0 0 7px 0;
  -o-box-shadow: #0066ff 0 0 7px 0;
  box-shadow: #0066ff 0 0 7px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;*/
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  /*text-shadow: white 0 1px 1px;*/
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {

}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {

}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  background-color: white;
  outline: 0;
  margin: 0;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 2.1em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 2.1em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050) #ffffff;
    background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
    background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
    background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
    background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
    background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
    background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #dedede;
    border-width: 1px 1px 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #757474 !important;
    padding: 4px 34px 4px 10px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button {
  background: #dddddd url(/wp-content/themes/vip/metronewsca/templates/css/i/button.png?1298351022) repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}
/* Light gray = #f6f6f6
	 Medium Gray = #bcbcbc
	 Medium-dark gray = #777
	 Dark gray = #565656
	 Darkest Gray = #373737
	 Normal green = #00B14C
	 Light green = #94c11f
	 Yellow = #fff59a
*/


/* == normalize ========================================================== */
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; }

html { height: 100%; font-size: medium; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { height: 100%; margin: 0; font-size: 13px; line-height: 1.231; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #222; }

body:before { content:""; height:100%; float:left; width:0; margin-top:-32767px; } /*Opera Fix*/

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
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; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
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; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
figure { margin: 0; max-width: 100%; }

/* headings */
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
}

p{ line-height: 1.4em; }

/* help images & video embeds out with responsiveness */
img, object, iframe { max-width: 100%; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

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


/* == ===== ======================================================= */
/* == fonts ======================================================= */
/* == ===== ======================================================= */

@font-face {
	font-family: 'Adelle';
	src: url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_semibold-webfont.eot);
	src: local('☺'), url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_semibold-webfont.woff) format('woff'), url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_semibold-webfont.ttf) format('truetype'), url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_semibold-webfont.svg#webfontyuEgRNVe) format('svg');
	font-weight: 500; font-style: normal;
}
@font-face {
	font-family: 'Adelle';
	src: url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_light-webfont.eot);
	src: local('☺'), url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_light-webfont.woff) format('woff'), url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_light-webfont.ttf) format('truetype'), url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_light-webfont.svg#webfontyuEgRNVe) format('svg');
	font-weight: 300; font-style: normal;
}
@font-face {
		font-family: 'AdelleHeavy';
		src: url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_heavy-webfont.eot);
		src: url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_heavy-webfont.eot?#iefix) format('embedded-opentype'),
				 url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_heavy-webfont.woff) format('woff'),
				 url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_heavy-webfont.ttf) format('truetype'),
				 url(/wp-content/themes/vip/metronewsca/templates/css/fonts/adelle_heavy-webfont.svg#AdelleHeavy) format('svg');
		font-weight: 900; font-style: normal;
}


/* == ========== ================================================== */
/* == structural ================================================== */
/* == ========== ================================================== */

/* sticky footer, page width */
body{

}

#container {
	background: #fff;
	min-height: 100%;
	padding: 0 1%;
}
.ie8 #container{
	padding: 0 20px;
}
.ie6 #container, .ie8 #container{ display:table; height:100% }
#site-header{

}

#container > *{
	position: relative !important;
}

#main {
	overflow:auto;

}
body > footer {
	clear:both;
}
.pagewidth{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	max-width: 970px;
	width: 100%;
}
.ie8 .pagewidth{
	width: 970px;
}

/* proportions and positioning */
#main, #sidebar-primary{
	display: inline-block;
	vertical-align: top;
}
#main{
	width: 100%;
	float: left;
	margin-right: -325px;
}
#content {
	margin-right: 338px;
}
#content-wide {
	margin-right: 0;
}
.full-width #content{
	margin-right: 0;
}
#sidebar-primary{
	width: 310px;
    float: right;
}
.ie8 #sidebar-primary{
	margin-left: 15px;
}

/* columns */
.col-container{
}
	.col{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 18px 0 0;
	}
		.col.rightmost{
			padding-right: 0;
		}
	.col-container.quarters > div,
	.col-container.quarters > section,
	.col-container.quarters > aside,
	.col-container.quarters > article,
	.col-container.quarters > ul,
	.col.quarter{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		padding: 0 18px 0 0;
		width: 25%;
	}
	.col-container.thirds > div,
	.col-container.thirds > section,
	.col-container.thirds > aside,
	.col-container.thirds > article,
	.col-container.thirds > ul,
	.col-container.thirds > li,
	.col.third{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		margin-right: 3%;
		width: 31.3%;
	}
	.col-container.thirds > div:nth-child(3n),
	.col-container.thirds > section:nth-child(3n),
	.col-container.thirds > aside:nth-child(3n),
	.col-container.thirds > article:nth-child(3n),
	.col-container.thirds > ul:nth-child(3n),
	.col-container.thirds > li:nth-child(3n){
		margin: 0;
	}

	.col-container.halves > div,
	.col-container.halves > section,
	.col-container.halves > aside,
	.col-container.halves > article,
	.col-container.halves > ul,
	.col.half{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		padding: 0 18px 0 0;
		width: 50%;
	}
	.col.fifth{
		float: left;
		width: 20%;
	}
	.col.quarter{
		float: left;
		width: 25%;
	}
	.col.twothirds{
		float: left;
		width: 66.66%;
	}
	.col.threequarters{
		float: left;
		width: 75%;
	}

/* == ====================== ====================================== */
/* == region-specific resets ====================================== */
/* == ====================== ====================================== */
#site-header ul{
	list-style-type: none;
	padding-left: 0;
}
	#site-header nav li{
		display: inline-block;
	}

aside ul, aside ol{
	list-style-type: none;
	padding-left: 0;
}

#secondary-content > ul,
#secondary-content > section > ul{
	list-style-type: none;
	padding-left: 0;
}


.select_replace{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.select_replace *{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.select_replace input{
	cursor: pointer;
}
.ie9 .select_replace input{
	padding: 0 10px;
}
.ie8 .select_replace input{
	padding: 5px 10px;
}
.select_replace ul{
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	left: 0;
	list-style-type: none;
	margin: 0 !important;
	padding-left: 0;
	width: 100%;
}
.select_replace ul li{
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	list-style-type: none;
	padding-left: 0;
	width: 100%;
}


/* == ====================== ============================================== */
/* == mobile-only elements that must be hidden for our incompetent browsers */
/* == ====================== ============================================== */
body > .touch-masthead{
	display: none;
}



/* == ======= ===================================================== */
/* == globals ===================================================== */
/* == ======= ===================================================== */
body{
	color: #878787;
	font-size: 13px;
}
a { color: #00B14C; text-decoration: none; }
a:hover { color: #94c11f; text-decoration: none; }
a:focus {  }
h1,h2,h3,h1 a,h2 a,h3 a{
	color: #565656;
}
h1 a:hover,h2 a:hover,h3 a:hover{
	color: #00B14C;
	text-decoration: none;
}
figure{
	background: #fff;
	border: 1px solid #e3e3e3 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	padding: 6px;
	position: relative;
	max-width: 100%;
}
	figure img{
		width: auto;
	}
	.ie8 img{
	}
	figure figcaption{
		background: rgba(0,0,0,0.8);
		bottom: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		color: #fff;
		font-family: Arial, sans-serif;
		font-size: 12px;
		left: 0;
		line-height: 1.4;
		border: 6px solid #fff;
		border-width: 0 6px 6px 6px;
		padding: 10px;
		position: absolute;
		width: 100%;
	}
	.oldie figure figcaption{
		background: #000;
	}
	figure figcaption .photographer{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -25px -599px;
		display: inline-block;
		float: right;
		margin: 0 0 10px 20px;
		padding-left: 20px;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: top;
	}

/* Forms forms forms */
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"]{
	border: 1px solid #E9EAEA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: inset 0 0 4px #eee;
	color: #777;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 13px;
}
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus{
	box-shadow: inset 0 0 6px #bbb;
}
input.invalid{
	border: 1px solid #F47D7E;
	box-shadow: 0 0 2px #FBD4D4;
}
input.valid{
	border: 1px solid #A9D46F;
	box-shadow: 0 0 2px #E2F1CF;
}
.form-row .input-error{
	color: #e73c3d;
	font-size: 12px;
	padding: 0;
	list-style-type: none;
}
.input-text.required label span,
.input-select.required label span,
.input-textarea.required label span,
.input-checkbox.required .field-title span,
.input-radio.required .field-title span{
	position: relative;
}
	.input-text.required label span:after,
	.input-select.required label span:after,
	.input-textarea.required label span:after,
	.input-checkbox.required .field-title span:after,
	.input-radio.required .field-title span:after{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -16px -1472px no-repeat;
		content: '';
		display: block;
		height: 16px;
		position: absolute;
		right: -24px;
		top: 0px;
		width: 16px;
	}
input.tiny{
	padding-left: 5px;
	padding-right: 5px;
	width: 50px;
}
input[type=submit],
input[type=reset],
button,
a.button{
	background: #94c11f;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	height: 2.1em;
	padding: 6px 13px;
}


input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
a.button:hover{
	background: #a7cf4e;
	background: -moz-linear-gradient(top,  #b3d85b 0%, #94c11f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d85b), color-stop(100%,#94c11f));
	background: -webkit-linear-gradient(top,  #b3d85b 0%,#94c11f 100%);
	background: -o-linear-gradient(top,  #b3d85b 0%,#94c11f 100%);
	background: -ms-linear-gradient(top,  #b3d85b 0%,#94c11f 100%);
	background: linear-gradient(top,  #b3d85b 0%,#94c11f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d85b', endColorstr='#94c11f',GradientType=0 );
}
input[type=submit]:active,
input[type=reset]:active,
button:active,
a.button:active{
	background: #81a919;
	background: -moz-linear-gradient(top,  #81a919 0%, #94C11F 100%);
	background: -webkit-gradient(linear, top top, left bottom, color-stop(0%,#81a919), color-stop(100%,#94C11F));
	background: -webkit-linear-gradient(top,  #81a919 0%,#94C11F 100%);
	background: -o-linear-gradient(top,  #81a919 0%,#94C11F 100%);
	background: -ms-linear-gradient(top,  #81a919 0%,#94C11F 100%);
	background: linear-gradient(top,  #81a919 0%,#94C11F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81a919', endColorstr='#b3d85b',GradientType=0 );
}
input[type=submit].light,
input[type=reset].light,
button.light,
a.button.light{
	background: none;
	color: #94c11f;
}
input[type=submit].light:hover,
input[type=reset].light:hover,
button.light:hover,
a.button.light:hover{
	color: #A7CF4E;
}
input[type=submit].light:active,
input[type=reset].light:active,
button.light:active,
a.button.light:active{
	color: #79A540;
}

.button.huge{
	background: #94c11f;
	font-size: 16px;
	font-weight: 600;
	height: auto;
	padding: 14px 20px;
}
.button.light.huge{
	font-size: 22px;
}

input[type=search]{
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -18px -15px #fff;
	height: 18px;
	padding: 4px 5px 4px 30px;
}

.form-row{
	margin-bottom: 25px;
}
.form-row:before, .form-row:after { content: ""; display: table; }
.form-row:after { clear: both; }
	.form-input.half{
		float: left;
		width: 50%;
	}
	.input-text label,
	.input-select label,
	.input-textarea label,
	.input-checkbox .field-title,
	.input-radio .field-title{
		color: #575757;
		display: block;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 8px;
	}
	.info{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -42px -1471px;
		font-size: 12px;
		padding-left: 20px;
	}
	.form-row.wide .form-element{
		width: 46%;
	}
	.form-row.wide .form-element input,
	.form-row.wide .form-element select{
		width: 100%;
	}
	.form-row.wide .select_replace{
		width: 46% !important;
	}
	.form-row.wide .info{
		float: right;
		width: 46%;
	}
	.input-checkbox.inline .input,
	.input-radio.inline .input{
		display: inline-block;
		vertical-align: top;
		width: 24%;
	}
		.input-checkbox .input input,
		.input-radio .input input{
			margin-right: 10px;
		}
	form.narrow .form-row.wide input[type="date"],
	form.narrow .form-row.wide input[type="datetime"],
	form.narrow .form-row.wide input[type="datetime-local"],
	form.narrow .form-row.wide input[type="email"],
	form.narrow .form-row.wide input[type="month"],
	form.narrow .form-row.wide input[type="number"],
	form.narrow .form-row.wide input[type="password"],
	form.narrow .form-row.wide input[type="search"],
	form.narrow .form-row.wide input[type="tel"],
	form.narrow .form-row.wide input[type="text"],
	form.narrow .form-row.wide input[type="time"],
	form.narrow .form-row.wide input[type="url"],
	form.narrow .form-row.wide input[type="week"]{
		width: 100%;
	}
		form.narrow .form-buttons{
			padding: 0;
		}
.form-buttons{
	border: 1px solid #f6f6f6;
	border-width: 1px 0;
	min-height: 31px;
	padding: 15px;
}
	.form-buttons input,
	.form-buttons button,
	.form-buttons a{
		margin-right: 15px;
	}
	.form-buttons.right .button-container{
		float: right;
	}
		.form-buttons.right .button-container input,
		.form-buttons.right .button-container button,
		.form-buttons.right .button-container a,
		.form-buttons input.align-right,
		.form-buttons button.align-right,
		.form-buttons a.align-right{
			margin-left: 15px;
			margin-right: 0;
		}

.select_replace input{
	background: #ffffff;
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/select_arrow.png?1298351050), linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #CDCDCE !important;
	box-shadow: none !important;
	padding-right: 30px !important;
}

.select_replace ul{
	background: #f7f7f7 !important;
	border: 1px solid #eee;
	border-width: 0 1px 1px;
	max-height: 300px;
	overflow-y: scroll;
	z-index: 500;
}

.select_replace li{
	background: none !important;
	border-bottom: 1px solid #eee;
	padding: 8px 10px !important;
}
.select_replace li:last-child{
	border: none;
}
.select_replace li.ie-last-child{
	border: none;
}
.select_replace li:hover{
	background: #f0f0f0 !important;
	color: #333;
}
.select_replace li.selected{
	background: #eaeaea !important;
	font-weight: 600;
}



a.social-icon{
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-right: 7px;
	overflow: hidden;
	text-indent: -999px;
	width: 16px;
}
	li.social-icon a{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat;
		display: inline-block;
		height: 16px;
		line-height: 16px;
		padding-left: 24px;
	}
	.social-icon.facebook,
	.social-icon.facebook a{
		background-position: -27px -63px;
	}
	.social-icon.twitter,
	.social-icon.twitter a{
		background-position: -27px -87px;
	}
	.social-icon.email,
	.social-icon.email a{
		background-position: -27px -137px;
	}
	.social-icon.rss,
	.social-icon.rss a{
		background-position: -27px -112px;
	}
	.social-icon.foursquare,
	.social-icon.foursquare a{
		background-position: -15px -1364px;
	}
	.social-icon.gigpark,
	.social-icon.gigpark a{
		background-position: -15px -1658px;
	}
	.social-icon.linkedin,
	.social-icon.linkedin a{
		background-position: -27px -1829px;
	}
	.social-icon.google,
	.social-icon.google a{
		background-position: -27px -1851px;
	}
	.social-icon.instagram,
	.social-icon.instagram a{
		background-position: -27px -1872px;
	}
.read-more{
	display: block;
}
	.read-more a{
		background: #ffF59a;
		border: 1px solid #ffF59a;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		color: #6f6f6f !important;
		display: inline-block;
		font-size: 12px;
		padding: 5px 7px;
	}
		.read-more a:hover{
			border: 1px solid #eCe275;
			text-decoration: none;
		}

ol.large-numbers{
	counter-reset: item;
	list-style-type: none;
}
	ol.large-numbers li {
		position: relative;
	}
		ol.large-numbers li:before {
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -21px -241px;
			color: #fff;
			content: counter(item, decimal);
			counter-increment: item;
			display: block;
			font-size: 18px;
			font-weight: 600;
			height: 33px;
			left: 0;
			line-height: 33px;
			position: absolute;
			text-align: center;
			top: 0;
			width: 33px;
		}

h3.banner-title{
	border-bottom: 1px solid #f6f6f6;
	display: block;
	height: 13px;
	margin-bottom: 55px;
	text-align: center;
}
	h3.banner-title span{
		background-color: #39b54a;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		font-weight: 300;
		height: 26px;
		line-height: 26px;
		padding: 0 10px;
		position: relative;
	}
	h3.banner-title span:before,
	h3.banner-title span:after{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat;
		content: '';
		height: 26px;
		margin: 0 auto;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 9px;
	}
	h3.banner-title span:before{
		background-position: -16px -1427px;
		left: -9px;
	}
	h3.banner-title span:after{
		background-position: -18px -1395px;
		right: -9px;
	}

h2.label-title,
h3.label-title,
a.label-title{
	background: #94c11f;
	color: #fff;
	display: inline-block;
	font: 300 12px Arial, sans-serif !important;
	padding: 4px 15px !important;
	position: relative;
	text-transform: none !important;
}
	h2.label-title:before,
	h3.label-title:before,
	a.label-title:before{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -16px -1128px #00B14C;
		content: '';
		height: 7px;
		right: 0;
		position: absolute;
		top: 0;
		width: 7px;
	}

h3.week-end-header{
	color: #fff;
	background:#00B14C;
	font-size: 2.8em;
	padding: .2em .5em;
}

.region{
	margin-bottom: 15px;
}
	.region > header{
		background: #f6f6f6;
		margin-bottom: 15px;
	}
		.region > header h1, h3.tag-title, .landing-secondary-content h2 {
			background: #00B14C;
			color: #fff;
			display: inline-block;
			font: 300 12px Arial, sans-serif !important;
			margin: 0 30px 0 0;
			padding: 6px 4px 6px 12px;
			position: relative;
		}
			.region > header h1:after, h3.tag-title:after, .landing-secondary-content h2:after {
				background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-horizontal.png) no-repeat left center;
				content: '';
				height: 100%;
				left: 100%;
				position: absolute;
				top: 0;
				width: 25px;
			}
		.region article:before, .region article:after { content: ""; display: table; }
		.region article:after { clear: both; }
		.region article {
			margin-bottom: 15px;
			zoom: 1;
		}

		.region article figure{
			float: left;
			margin-right: 15px;
		}

.staggered .article-container:before, .staggered .article-container:after { content: ""; display: table; }
.staggered .article-container:after { clear: both; }
	.staggered ul{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		list-style-type: none;
		padding: 0;
	}
	.staggered ul{
		border-right: 1px solid #f3f3f3;
		margin-right: 0 !important;
		margin-top: 0;
		padding: 0 !important;
	}
		.staggered .thirds ul{
			width: 32%;
		}
		.staggered .thirds ul:nth-child(2){
			width: 36%;
		}
	.staggered ul.ie-last-child{
		border-right: none !important;
	}
	.staggered ul:last-child{
		border-right: none !important;
	}
		.staggered li{
			border-bottom: 1px solid #f3f3f3;
			padding: 30px 39px 25px;
			position: relative;
		}
			.staggered li:before,
			.staggered li:after{
				background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat;
				content: '';
				height: 6px;
				display: block;
				position: absolute;
				width: 6px;
			}
			.staggered ul:first-child li:before,{
				background-position: -15px -1079px;
				right: 0;
				top: 0;
			}
			.staggered ul:first-child li:after{
				background-position: -15px -1072px;
				right: 0;
				bottom: 0;
			}
			.staggered ul:last-child li:before{
				background-position: -22px -1079px;
				left: 0;
				top: 0;
			}
			.staggered ul.ie-last-child li:before{
				background-position: -22px -1079px;
				left: 0;
				top: 0;
			}
			.staggered ul:last-child li:after{
				background-position: -22px -1072px;
				left: 0;
				bottom: 0;
			}
			.staggered ul.ie-last-child li:after{
				background-position: -22px -1072px;
				left: 0;
				bottom: 0;
			}
			.staggered ul li:first-child:before{
				display: none;
			}
			.staggered ul li:last-child:after{
				display: none;
			}
			.staggered ul li.ie-last-child:after{
				display: none;
			}
		.staggered ul:first-child li{
			padding-left: 0;
		}
		.staggered ul:last-child li{
			padding-right: 0;
		}
		.staggered ul.ie-last-child li{
			padding-right: 0;
		}
			.staggered ul article h1{
				font-size: 18px;
			}
			.staggered ul article h1 a {
				display: block;
			}
			.staggered ul article .meta-date{
				display: block;
				color: #aaa;
				font-size: 12px;
				margin-bottom: 4px;
			}
            .staggered ul article figure{
                float: none;
                margin-bottom: 15px;
                margin-right: 0;
                width: 100%;
}			.staggered ul article figure img{
                 width: 100%;
             }

		.staggered li:first-child{
			padding-top: 15px;
		}
		.staggered li:last-child{
			border-bottom: none;
			padding-bottom: 0;
		}
		.staggered li.ie-last-child{
			border-bottom: none;
			padding-bottom: 0;
		}
		.staggered li.insert{
			position: relative;
		}
			.staggered li.insert h2.insert-label{
				background: #00B14C;
				color: #fff;
				display: inline-block;
				font-size: 12px;
				font-weight: 300;
				left: 0;
				padding: 4px 15px;
				position: absolute;
				top: 0;
			}
		.staggered li.column{
			background: #f3f3f3;
			padding: 40px 15px 15px !important;
			position: relative;
		}
			.staggered li.column .column-meta{
				margin-bottom: 15px;
			}
				.staggered li.column .column-meta h3{
					color: #565656 !important;
					font: 900 18px/1em "adelle", Adelle, Georgia, serif;
					color: #2a2a2a;
					margin-bottom: 4px;
				}
				.staggered li.column .column-meta img{
					float: left;
					margin-right: 15px;
				}
			.staggered li.column h1{
				font-size: 18px;
			}
		.staggered li.insert.subsection h2.insert-label{
			background: #94c11f;
			position: relative;
		}
			.staggered li.insert.subsection h2.insert-label:before{
				background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -16px -1128px #00B14C;
				content: '';
				display: block;
				height: 7px;
				position: absolute;
				right: 0;
				top: 0;
				width: 7px;
			}
		.staggered li .post-author{
			padding-left: 55px;
			position: relative;
			margin-top: 15px;
		}
			.staggered li .post-author img{
				left: 0;
				position: absolute;
				top: 0;
			}
			.staggered li .post-author span{
				display: block;
				font-size: 12px;
				line-height: 1.5em;
			}


.pagination ol{
	text-align: center;
}
	.pagination ol li{
		color: #94c11f;
		display: inline-block;
		font-size: 14px;
		font-weight: 600;
	}
		.pagination ol li a{
			color: #94c11f;
			display: inline-block;
			padding: 6px 8px;
		}
		.pagination ol li a:hover{
			background: #eee;
		}
	.pagination ol li.current a{
		background: #94c11f;
		color: #fff;
	}
	.pagination ol li.prev a,
	.pagination ol li.next a{
		color: #bcbcbc;
	}
		.pagination ol li.prev a:hover,
		.pagination ol li.next a:hover{
			background: none;
			color: #999;
		}


.sharing{
	margin-bottom: 30px;
	padding-top: 1px;
}
	.sharing > *{
		display: inline-block;
		height: 20px;
		line-height: 20px;
		vertical-align: top;
	}
	.sharing > span{
		margin-right: 25px;
	}


.curated, .carousel{
	background: #f6f6f6;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	padding: 15px;
}
.curated.alt{
	background: #fff;
	border: 1px solid #e0e0e0;
}
	.curated > h1,
	.carousel > h1{
		display: block;
		font-size: 14px;
		padding-bottom: 10px;
	}
	.curated > h1 a{
		color: #00B14C;
	}
		.curated > h1 a:hover{
			color: #94c11f
		}
	#sidebar-primary .curated > h1{
		border-bottom: 1px solid #dadada;
	}
	#sidebar-primary h1{
		font-size: 14px;
		margin-bottom: 0;
	}
	#sidebar-primary li.widget{
		list-style-type: none;
	}

	.curated article:before, .curated article:after { content: ""; display: table; }
	.curated article:after { clear: both; }
	.curated article { zoom: 1; }
	.curated article h1{
		margin: 0;
	}
	.curated p:last-child{
		margin-bottom: 0;
	}
	 .curated p.ie-last-child{
		margin-bottom: 0;
	}
	aside .curated article figure{
		float: left;
		margin-right: 15px;
	}

	.curated.more-from-section{
		background: #fff;
		border: 1px solid #ddd;
	}
		.curated.more-from-section header h1 a{
			color: #00B14C;
		}
			.curated.more-from-section header h1 a:hover{
				color: #94c11f;
			}
		.curated.more-from-section header h1 .section-meta{
			border-bottom: 1px solid #bbb;
			border-top: 4px solid #bbb;
			padding: 10px 0 10px 55px;
			position: relative;
		}
			.curated.more-from-section header h1 .section-meta img{
				left: 0;
				position: absolute;
				top: 10px;
			}
			.curated.more-from-section header h1 .section-meta h2{
				font: 900 18px/1em "adelle", Adelle, Georgia, serif;
				color: #2a2a2a;
				margin-bottom: 4px;
			}
			.curated.more-from-section header h1 .section-author{
				font-size: 12px;
				font-weight: 300;
			}
		.curated.more-from-section article{
			border-bottom: 1px solid #d1d1d1;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}
		.curated.more-from-section article:last-child{
			border-bottom: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		.curated.more-from-section article.ie-last-child{
			border-bottom: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}

		.curated li{
			border-bottom: 1px solid #e2e2e2;
			padding: 10px 0;
		}
			.curated li:last-child{
				border-bottom: none;
			}
			.curated li.ie-last-child{
				border-bottom: none;
			}
		.curated .author-focus{
			margin: 0 -15px !important;
			padding: 0 15px !important;
		}
		.curated .author-focus li{
			min-height: 40px;
			padding-left: 60px;
			position: relative;
		}
		.curated .author-focus > li:hover{
			background: #F0F0F1;
			border-top: 1px solid #e2e2e2;
			margin: 0 -15px;
			padding-left: 75px;
			padding-bottom: 9px;
			position: relative; top: -1px;
		}
			.curated .author-focus li img{
				left: 0;
				position: absolute;
				top: 10px;
			}
			.curated .author-focus li:hover img{
				left: 15px
			}
			.curated .author-focus li h1{
				margin-bottom: 4px;
			}
			.curated .author-focus li span{
				font-size: 12px;
			}

			.curated .latest-content-flyout{
				background: #fff;
				border: 1px solid #DCDCDE;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				-ms-border-radius: 4px;
				-o-border-radius: 4px;
				box-shadow: 0 0 8px #ccc;
				display: none;
				left: -348px;
				opacity: 0;
				position: absolute;
				top: -1px;
				width: 350px;
				z-index: 100;
			}
			.curated .latest-content-flyout:before{
				background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -19px -1317px;
				content: '';
				display: block;
				height: 34px;
				position: absolute;
				right: -11px;
				top: 12px;
				width: 11px;
			}
			.curated li:hover .latest-content-flyout{

			}
				.curated li:hover .latest-content-flyout{
					display: block;
					opacity: 1;
					position: absolute;
				}
					.curated li:hover .latest-content-flyout header{
						background: #f6f6f6;
						border-top-left-radius: 4px;
						border-top-right-radius: 4px;
						-webkit-border-top-left-radius: 4px;
						-webkit-border-top-right-radius: 4px;
						-moz-border-radius-topleft: 4px;
						-moz-border-radius-topright: 4px;
						padding: 15px 20px;
					}
						.curated li:hover .latest-content-flyout header h1{
							color: #373737;
							font: 900 20px "adelle", Adelle, Georgia, serif !important;
							margin-bottom: 0;
						}
					.curated li:hover .latest-content-flyout ul{
						margin: 0;
					}
						.curated li:hover .latest-content-flyout li{
							font-size: 12px;
							padding: 10px 20px 10px 30px;
							margin: 0;
							min-height: 0;
						}
						.curated li:hover .latest-content-flyout li:before{
							color: #00B14C;
							content: '•';
							position: absolute;
							left: 20px;
						}
							.curated li:hover .latest-content-flyout li a{
								color: #565656;
							}

.curated.gallery:before, .curated.gallery:after { content: ""; display: table; }
.curated.gallery:after { clear: both; }
.curated.gallery li{
	border: none !important;
	float: left;
	margin: 9px 0 0 9px !important;
	padding: 0;
}
	.curated.gallery li:nth-child(4n+1){
		margin-left: 0 !important;
	}

.carousel {
	clear: both;
	margin-bottom: 25px;
	padding: 0 52px;
	position: relative;
	/*margin-top: 10px;*/
	border-top: 20px solid #fff;
}
	.carousel:before, .carousel:after { content: ""; display: table; }
	.carousel:after { clear: both; }
	.carousel .carousel-nav{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-horizontal.png) no-repeat;
		border: 1px solid #eaeaea;
		display: block;
		height: 100%;
		opacity: 0.6;
		overflow: hidden;
		position: absolute;
		text-indent: -999px;
		top: 0;
		width: 40px;
	}
		.carousel .carousel-nav.carousel-next{
			background-position: -242px center;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-bottomright: 4px;
			border-width: 0 0 0 1px;
			right: 0;
		}
		.carousel .carousel-nav.carousel-prev{
			background-position: -150px center;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
			-moz-border-radius-topleft: 4px;
			-moz-border-radius-bottomleft: 4px;
			border-width: 0 1px 0 0;
			left: 0;
		}
		.carousel .carousel-nav:hover{
			background-color: #f0f0f0;
			opacity: 0.8;
		}
		.carousel .carousel-nav:active{
				background-color: #ececec;
				opacity: 1;
			}
		.carousel .carousel-nav.disabled{
			background-color: #f6f6f6;
			cursor: default;
			opacity: 0.4;
		}
			.content-scroller a.disabled:active{
				padding: 10px 0;
			}
	.carousel ul{

	}
		.carousel li{
			border-top: 1px solid #dadada;
			float: left;
			margin-right: 2%;
			padding-top: 15px;
			width: 32%;
		}
		.carousel li:nth-child(3n){
			margin-right: 0;
		}
			.carousel h1{
				padding-bottom: 0;
			}
				.carousel h1 a{
					color: #00B14C;
				}
					.carousel h1 a:hover{
						color: #94c11f
					}
			.carousel li figure{
				float: left;
				margin-right: 15px;
			}
			.carousel li p{
				font-size: 12px;
				margin: 0;
			}
				.carousel li p:before{
					color: #00B14C;
					content: '•';
					margin-right: 5px;
				}
	.carousel.horizontal .scroller-container{
		height: 170px;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
		font-family: Arial, sans-serif;
	}
	.carousel.horizontal .scroller-container ul{
		margin: 0;
		position: absolute;
		width: 100000px;
	}
		.carousel.horizontal .scroller-container li{
			border-top: none;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			margin-right: 0;
			padding-top: 0;
			padding-right: 15px;
			width: 145px;
		}
			.carousel.horizontal .scroller-container li figure{
				margin: 0 0 10px;
                min-width: 130px;
                text-align: center;
			}
			#primary-content > article .carousel.horizontal .scroller-container li h4{
				font-size: 14px;
				font-weight: 300;
				line-height: 1.3em;
				margin-top: 10px;
				text-overflow: ellipsis;
				color: #575757;
				max-height: 30px;
			}
			#primary-content > article .carousel.horizontal .scroller-container li a:hover h4{
					color: #00B14C;
				}
			.carousel.horizontal .scroller-container li .text-only h4{
				font-size: 18px;
				font-weight: 600;
			}

.content-scroller{
	border-top: 1px solid #dadada;
	zoom: 1;
}
.content-scroller:before, .content-scroller:after { content: ""; display: table; }
.content-scroller:after { clear: both; }
	.content-scroller a{
		background: #f6f6f6;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		color: #9d9d9d;
		float: left;
		padding: 10px 0;
		text-align: center;
		width: 50%;
	}
		.content-scroller a:hover{
			background: #ededed;
		}
			.content-scroller a:active{
				background: #e3e3e3;
				padding: 11px 0 9px;
			}
		.content-scroller a span{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-arrows.png) no-repeat;
			display: inline-block;
			height: 18px;
			line-height: 18px;
			padding-right: 36px;;
		}
		.content-scroller a.load-prev span{
			background-position: right -70px;
		}
		.content-scroller a.load-next span{
			background-position: right -15px;
		}
	.content-scroller a:first-child{
		border-right: 1px solid #dadada;
		border-bottom-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
	}
	.content-scroller a:last-child{
		border-bottom-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
	}
	.content-scroller a.ie-last-child{
		border-bottom-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
	}
	.content-scroller a.disabled{
		background: #f6f6f6;
		cursor: default;
	}
		.content-scroller a.disabled span{
			opacity: 0.4;
		}
		.content-scroller a.disabled:active{
			padding: 10px 0;
		}
.primary-article{
	margin-bottom: 25px;
}
	.primary-article > header h1{
		font-family: "adelle", Adelle, Georgia, serif;
		font-size: 36px !important;
		margin-bottom: 15px;
	}
		.primary-article h1 a{
			color: #373737;
		}
			.primary-article h1 a:hover{
				color: #00B14C;
			}
.ie8 .primary-article figure,
.ie8 .primary-article a,
.ie8 .primary-article img,
.ie8 .featured figure,
.ie8 .featured a,
.ie8 .featured img{
	display: block;
}
.dropdown{
	padding: 0 !important;
	position: relative;
}
	.dropdown span{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) right -474px;
		padding: 6px 18px 6px 8px !important;
		position: relative;
		z-index: 100;
	}
		.dropdown span img{
			margin-right: 6px;
			vertical-align: middle;
		}
.dropdown:after{
	content: '' !important;
	margin: 0 !important;
}
	.dropdown{
		border: 1px solid transparent;
		border-width: 0;
		padding-right: 16px;
		position: relative;
	}
	.dropdown > ul{
		box-shadow: 0 0 5px #ccc;
		display: none !important;
		min-width: 100%;
		padding: 0;
		position: absolute;
		left: -1px;
		top: 34px;
	}
	.dropdown:hover{

	}
	.dropdown:hover{
		background-color: #fff;
		border: 1px solid #dadada;
		border-width: 0;
		cursor: default;
		z-index: 15;
	}
		.dropdown:hover span{
			background-color: #fff;
		}
	.dropdown:hover ul{
		background: #fff;
		border: 1px solid #dadada;
		display: block !important;
		margin: 0;
		z-index: 10;
	}
	.dropdown span, .dropdown > a {
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) right -471px;
		position: relative;
		text-decoration: none !important;
		z-index: 100;
	}
		.dropdown ul li{
			border-bottom: 1px solid #dedede;
			display: block !important;
			float: none;
			padding: 0 !important;
			white-space: nowrap;
		}
			.dropdown ul li:last-child{
				border-bottom: none;
			}
			.dropdown ul li.ie-last-child{
				border-bottom: none;
			}
				.dropdown ul li:last-child a{
					border-bottom-right-radius: 4px;
					border-bottom-left-radius: 4px;
					-webkit-border-bottom-right-radius: 4px;
					-webkit-border-bottom-left-radius: 4px;
					-moz-border-radius-bottomright: 4px;
					-moz-border-radius-bottomleft: 4px;
				}
				.dropdown ul li.ie-last-child a{
					border-bottom-right-radius: 4px;
					border-bottom-left-radius: 4px;
					-webkit-border-bottom-right-radius: 4px;
					-webkit-border-bottom-left-radius: 4px;
					-moz-border-radius-bottomright: 4px;
					-moz-border-radius-bottomleft: 4px;
				}
			.dropdown ul li:first-child a{
			}
			.dropdown ul a{
				display: block !important;
				padding: 8px 42px 8px 12px;
			}
				.dropdown ul a:hover{
					background: #f6f6f6;
					text-decoration: none !important;
				}
.post-meta{
	font-family: Arial, sans-serif;
	font-size: 13px;
}
.meta-val{
	color: #9d9d9d;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
header .post-meta{
	font-size: 12px;
	margin-bottom: 10px;
}
	.post-meta > div{
		float: left;
	}
	.post-meta.pre-title span{
		border-left: 1px solid #f1f1f1;
		display: inline-block;
		height: 25px;
		line-height: 25px;
		margin-left: 15px;
		padding-left: 15px;
	}
		.post-meta.pre-title span:first-child{
			border-left: none;
			margin-left: 0;
			padding-left: 0;
		}
	.post-meta .page-actions{
		float: right;
	}
	.post-meta .page-actions > *{
		display: block;
		margin-left: 12px;
	}
		.post-meta .page-actions > span > a{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat;
			color: inherit;
			display: inline-block;
			padding-left: 32px;
		}
			.post-meta .page-actions .print-article a{
				background-position: -22px -380px;
			}
			.post-meta .page-actions .change-font-size{
				display: inline-block;
				margin-left: 48px;
				position: relative;
			}
			.post-meta .page-actions .change-font-size:before{
				background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -20px -413px no-repeat;
				content: '';
				cursor: pointer;
				display: inline-block;
				height: 18px;
				left: -34px;
				position: absolute;
				top: 4px;
				width: 28px;
			}
			.post-meta .page-actions a:hover{
				text-decoration: underline;
			}

			.change-font-size span{
				background-position: right -470px;
			}
			.change-font-size ul{
				top: 34px;
			}
			.change-font-size li.active{
				background: #f6f6f6;
			}
			.change-font-size .font-size-normal{

			}
			.change-font-size .font-size-larger{
				font-size: 120%;
			}
			.change-font-size .font-size-largest{
				font-size: 135%;
			}
	.post-meta .post-author{
		height: 40px;
		line-height: 1.5em;
		margin-right: 35px;
		padding: 2px 0 0 55px;
		position: relative;
	}
	.post-meta .post-author.nophoto{
		padding-left: 0;
	}
		.post-meta .post-author img{
			left: 0;
			position: absolute;
			top: 0;
		}
		.post-meta .post-author .author-company{
			color: #9d9d9d;
			display: block;
		}
	.post-meta .post-social{
		color: #bcbcbc;
	}
		.post-meta .post-social a{
			margin: 0 0 0 10px;
		}
		.post-social .social-button > *{
			position: relative;
			top: 6px;
		}
	.post-meta .post-social .social-button > *{
			position: relative;
			top: 6px;
		}
	.post-meta .post-share-email a{
		padding-left: 24px;
		text-indent: 0 !important;
		width: auto !important;
	}
	header .post-meta .post-social{
		color: #878787;
		float: right;
		line-height: 20px;
		margin-right:55px;
	}
	header .post-meta.social-only .post-social{
		float: none;
	}
	.post-meta .post-social h4 {
		display:inline;
		padding-right:20px;
		font-weight:bold;
	}
		.post-meta .post-social span{
			display: inline-block;
			height: 40px;
			margin:0px;
			padding:0px;
		}
	.post-social.social-top .post-share-delicious,
	.post-social.social-top .post-share-diigo,
	.post-social.social-top .post-share-fark,
	.post-social.social-top .post-share-foodservice,
	.post-social.social-top .post-share-linkedin,
	.post-social.social-top .post-share-nowpublic,
	.post-social.social-top .post-share-plurk,
	.post-social.social-top .post-share-pocket,
	.post-social.social-top .post-share-urbanspoon,
	.post-social.social-top .post-share-yelp {
		position:absolute;
		margin-left:565px !important;
		margin-top:-34px;
		z-index:100 !important;
		display:block;
		width:61px;
		height:21px;
	}
	.post-social.social-top .post-share-delicious a,
	.post-social.social-top .post-share-diigo a,
	.post-social.social-top .post-share-fark a,
	.post-social.social-top .post-share-foodservice a,
	.post-social.social-top .post-share-nowpublic a,
	.post-social.social-top .post-share-plurk a,
	.post-social.social-top .post-share-pocket a,
	.post-social.social-top .post-share-urbanspoon a,
	.post-social.social-top .post-share-yelp a {
		display:block;
		width:61px;
		height:21px;
		text-indent:-5000px;
	}
	.post-social.social-top .post-share-email {
		position:absolute;
		margin-left:555px !important;
		margin-top:-39px;
		z-index:100 !important;
		display:block;
		width:97px;
		height:23px;
	}
	.post-social.social-top .post-share-email a {
		display:block;
		width:97px;
		height:23px;
		text-indent:-5000px;
	}
	.post-social .post-share-delicious {
		background:url('/wp-content/themes/MetroNews/images/share-icons/delicious_61x21.png');
	}
	.post-social .post-share-diigo {
		background:url('/wp-content/themes/MetroNews/images/share-icons/diigo_61x21.png');
	}
	.post-social .post-share-fark {
		background:url('/wp-content/themes/MetroNews/images/share-icons/fark_61x21.png');
	}
	.post-social .post-share-foodservice {
		background:url('/wp-content/themes/MetroNews/images/share-icons/foodservice_61x21.png');
	}
	.post-social .post-share-nowpublic {
		background:url('/wp-content/themes/MetroNews/images/share-icons/nowpublic_61x21.png');
	}
	.post-social .post-share-plurk {
		background:url('/wp-content/themes/MetroNews/images/share-icons/plurk_61x21.png');
	}
	.post-social .post-share-pocket {
		background:url('/wp-content/themes/MetroNews/images/share-icons/pocket_61x21.png');
	}
	.post-social .post-share-urbanspoon {
		background:url('/wp-content/themes/MetroNews/images/share-icons/urbanspoon_61x21.png');
	}
	.post-social .post-share-yelp {
		background:url('/wp-content/themes/MetroNews/images/share-icons/yelp_61x21.png');
	}
	.post-social.social-top .post-share-douban,
	.post-social.social-top .post-share-foursquare,
	.post-social.social-top .post-share-linkedin,
	.post-social.social-top .post-share-pinterest,
	.post-social.social-top .post-share-vkontakte,
	.post-social.social-top .post-share-yahoo {
		position:absolute;
		margin-left:565px !important;
		z-index:100 !important;
		margin-top:-40px;
		display:block;
	}
	.post-social.social-top .post-share-douban {
		width:81px;
		height:17px;
	}
	.post-social.social-top .post-share-linkedin {
		width:75px;
	}
	.post-social.social-top .post-share-linkedin a span span {
		margin-top:-32px;
	}
	.post-social.social-top .post-share-reddit {
		position:absolute;
		margin-left:440px !important;
		z-index:100 !important;
		margin-top:-14px;
		width:69px;
		height:52px;
	}
	.post-social.social-top .post-share-tumblr {
		position:absolute;
		margin-left:450px !important;
		z-index:100 !important;
	}
	.post-social.social-top .post-share-twitter {
		position:absolute;
		margin-left:138px !important;
		z-index:100 !important;
	}
	.post-social.social-top .post-share-gplus {
		position:absolute;
		margin-left:245px !important;
		z-index:100 !important;
	}
	.post-social.social-top .post-share-stumble {
		position:absolute;
		margin-left:335px !important;
		margin-top:2px;
		z-index:100 !important;
	}
	.post-social.social-top .twitter-share-button {
		width:95px !important;
		margin-left:10px;
	}
	.post-social.social-top .post-share-gplus div, .post-share-gplus iframe {
		width:80px !important;
		padding-left:10px;
	}
	.post-social.social-top .post-share-stumble iframe {
		width:90px !important;
		padding-left:10px;
	}
	.post-social.social-top .post-meta .post-social.social-top .post-share-facebook {
		width:450px !important;
		padding-left:10px;
	}
	.post-social.social-top .post-share-facebook div span {
		width: 450px !important;
		padding-left:10px;
	}
/* social icons  */
	.post-social.social-bottom .post-share-delicious,
	.post-social.social-bottom .post-share-diigo,
	.post-social.social-bottom .post-share-fark,
	.post-social.social-bottom .post-share-foodservice,
	.post-social.social-bottom .post-share-linkedin,
	.post-social.social-bottom .post-share-nowpublic,
	.post-social.social-bottom .post-share-plurk,
	.post-social.social-bottom .post-share-pocket,
	.post-social.social-bottom .post-share-urbanspoon,
	.post-social.social-bottom .post-share-yelp {
		position:absolute;
		margin-left:450px !important;
		z-index:100 !important;
		margin-top:6px;
		display:block;
		width:61px;
		height:21px;
	}
	.post-social.social-bottom .post-share-delicious a,
	.post-social.social-bottom .post-share-diigo a,
	.post-social.social-bottom .post-share-fark a,
	.post-social.social-bottom .post-share-foodservice a,
	.post-social.social-bottom .post-share-nowpublic a,
	.post-social.social-bottom .post-share-plurk a,
	.post-social.social-bottom .post-share-pocket a,
	.post-social.social-bottom .post-share-urbanspoon a,
	.post-social.social-bottom .post-share-yelp a {
		display:block;
		width:61px;
		height:21px;
		text-indent:-5000px;
	}
	.post-social.social-bottom .post-share-email {
		position:absolute;
		margin-left:450px !important;
		z-index:100 !important;
		display:block;
		width:97px;
		height:23px;
		margin-top: -2px;
	}
	.post-social.social-bottom .post-share-email a {
		display:block;
		width:97px;
		height:23px;
	}
	.post-social.social-bottom .post-share-douban,
	.post-social.social-bottom .post-share-foursquare,
	.post-social.social-bottom .post-share-linkedin,
	.post-social.social-bottom .post-share-pinterest,
	.post-social.social-bottom .post-share-vkontakte,
	.post-social.social-bottom .post-share-yahoo {
		position:absolute;
		margin-left:450px !important;
		margin-top:6px;
		z-index:100 !important;
		display:block;
	}
	.post-social.social-bottom .post-share-douban {
		width:81px;
		height:17px;
	}
	.post-social.social-bottom .post-share-linkedin {
		width:75px;
	}
	.post-social.social-bottom .post-share-linkedin a span span {
		margin-top:-32px;
	}
	.post-social.social-bottom .post-share-reddit {
		position:absolute;
		margin-left:440px !important;
		z-index:100 !important;
		margin-top:-14px;
	}
	.post-social.social-bottom .post-share-tumblr {
		position:absolute;
		margin-left:440px !important;
		z-index:100 !important;
	}
	.post-social.social-bottom .post-share-twitter {
		position:absolute;
		margin-left:138px !important;
		z-index:100 !important;
	}
	.post-social.social-bottom .post-share-gplus {
		position:absolute;
		margin-left:245px !important;
		z-index:100 !important;
	}
	.post-social.social-bottom .post-share-stumble {
		position:absolute;
		margin-left:335px !important;
		margin-top:2px;
		z-index:100 !important;
	}
	.post-social.social-bottom .twitter-share-button {
		width:95px !important;
	}
	.post-social.social-bottom .post-share-gplus div, .post-share-gplus iframe {
		width:80px !important;
	}
	.post-social.social-bottom .post-share-stumble iframe {
		width:90px !important;
	}
	.post-social.social-bottom .post-meta .post-social.social-bottom .post-share-facebook {
		width:450px !important;
	}
	.post-social.social-bottom .post-share-facebook div span {
		width: 450px !important;
	}
			.post-meta .post-social span a{
				color: inherit;
				margin-left: 0;
			}
		.post-meta .post-social span:last-child{
			border-right: none;
			margin-right: 50px;
			padding-right: 0;
		}
		.post-meta .post-social span.ie-last-child{
			border-right: none;
			margin-right: 50px;
			padding-right: 0;
		}
	footer.post-meta{

	}


.load-more{
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/bg-fade.png) top center no-repeat;
	border-top: 1px solid #d6d6d6;
	height: 118px;
	margin-top: 40px;
	padding-top: 42px;
	position: relative;
	text-align: center;
}
.load-more:after{
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -10px -1287px;
	content: '';
	display: block;
	height: 18px;
	margin-left: -19px;
	position: absolute;
	left: 50%;
	top: -1px;
	width: 38px;
}
	.load-more a{
		background: #94c11f;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		color: #fff;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		padding: 14px 16px;
	}
	.load-more a:hover{
		background: #9ccc20;
	}
	.load-more a:active{
		background: #87b11b;
		text-shadow: #749817 1px 1px 1px;
	}
	.load-more .loader{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/loader-white-green.gif) no-repeat center center #94c11f;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		color: #fff;
		display: inline-block;
		height: 46px;
		width: 46px;
	}



/* == ====== ====================================================== */
/* == header ====================================================== */
/* == ====== ====================================================== */
#site-header{
	margin-bottom: 16px;
}
	#site-header > section *,
	#site-header > nav *{
		display: inline-block;
		vertical-align: top;
	}

	#site-header .network{
		color: #565656;
		font-size: 13px;
	}
		#site-header .network .city-label{
			display: inline-block;
			font-size: 14px;
			font-weight: 600;
			margin-right: 10px;
			margin-top: 8px;
		}
		.ie7 #site-header .network .city-label{
			float: left;
		}
		#city_selection{
			margin: 7px 0 10px 0;
		}

		#site-header #city-selector{
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
			margin: 0px 0 0 -4px;
			padding: 4px;
			width: 125px;
		}
		#site-header #city_selection a.globe{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -22px -330px;
			width: 26px;
			height:30px;
			text-indent: -9999px;
		}
		.fr #site-header .network{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -22px -323px;
			padding-left: 12px;
		}


		.ie7 #site-header #city-selector{
			float: left;
		}
			#site-header #city-selector input{
				width: 100%;
				height: 2.3em;
			}
			#site-header #city-selector.active{
				background: #fff795;
			}
				#site-header #city-selector ul{
					height: auto;
					max-height: none;
					overflow: auto !important;
				}
		#site-header .network ul{
			/*max-height: 150px;*/
			margin: 10px 0 10px 20px;
		}
		.ie7 #site-header .network ul{
			float: left;
		}
			#site-header .network li{
				padding: 6px 0;
			}
			.ie7 #site-header .network li{
				margin-right: 10px;
			}
			.ie7 #site-header .network li{
				float: left;
			}
				.ie7 #site-header .network .dropdown ul li{
					display: block;
					float: none;
					margin: 0;
					width: 100%;
				}
			#site-header .network a{
				color: #565656;
			}
				#site-header .network a:hover{
					text-decoration: underline;
				}
			#site-header .network li:before,
			#site-header .network li:after{
				color: #ddd;
			}
			#site-header .account-actions{
				float: right;
				height: 1em;
			}
				#site-header .account-actions li{
					vertical-align: top;
				}
				#site-header .account-actions .facebook-login{
					margin-left: 12px;
				}
				#site-header .account-actions .facebook-login:before,
				#site-header .account-actions .facebook-login:after{
					display: none !important;
				}
					#site-header .account-actions .facebook-login a{
						background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -6px -1168px;
						display: block;
						height: 22px;
						margin-top: -4px;
						width: 66px;
					}

	#site-header .ads{
		margin-bottom: 4px;
		text-align: center;
		width: 100%;
	}
	.ie7 #site-header .ads{
		clear: both;
	}
		#site-header .ad-container{
			display: inline;
			margin: 0 auto 5px auto;;
			max-width: 970px;
			float: right;
		}
		#site-header .ad-container a{
			display: block;
			margin: 0 auto;
		}
		#site-header .ad-container img,
		#site-header .ad-container a{
					float: left;
		}
		#site-header .ad-container style{
			display: none !important;
		}

		.footer-ad > li {
			/*list-style: none;*/
		}

		.footer-logo-fr > .mec_logo {
			/*display: none;*/
		}

		#site-header .ad-container img:first-child{
			margin-right: 1px;
		}

	/* masthead */
	#site-header .masthead{
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
		background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
		/*border-top: 6px solid #00B14C;
		height: 53px;*/
		margin-bottom: 4px;
		height: 90px;
		clear: both;
		position: relative;
		/*text-align: center;*/
	}
		#site-header .masthead h1{
			display: block;
			min-height: 90px;
			width: 236px;
			text-align: center;
		}

		#site-header .masthead h1 a{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/metro-226x90.png) no-repeat 0 0;
			display: block;
			height: 90px;
			text-indent: -9999px;
			background-size: contain;
			background-color: white;
		}
		#site-header .masthead.fr h1 a{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/metro-fr-226x90.png) no-repeat;
			background-size: contain;
		}
		#site-header .masthead .weather{
			margin-left: 20px;
			vertical-align: middle;
			width: 30%;
		}
			#site-header .masthead .weather p{
				line-height: 25px;
				width: 100%;
			}
			#site-header .masthead .weather a{
				color: inherit;
				font-size: 13px;
				margin-top: 17px;
				width: 100%;
			}
			#site-header .weather img{
				margin-right: 15px;
			}
		#site-header .search{
			float: right;
			text-align: right;
			position: absolute;
			right: 0;
		}
			#site-header .search form{
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 5px 5px;
			}
			#site-header .search input[type=search]{
				border: 1px solid #e1e1e1;
				-webkit-border-top-right-radius: 0;
				-webkit-border-bottom-right-radius: 0;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
				-moz-border-radius-topright: 0;
				-moz-border-radius-bottomright: 0;
				-moz-border-radius-topleft: 4px;
				-moz-border-radius-bottomleft: 4px;
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
				border-top-left-radius: 4px;
				border-bottom-left-radius: 4px;
				display: inline;
				font-size: 14px;
				width: 86px;
			}

			#site-header .search button{
				background: #94C11F;
				border: 1px solid #c7d895;
				-webkit-border-top-right-radius: 4px;
				-webkit-border-bottom-right-radius: 4px;
				-webkit-border-top-left-radius: 0;
				-webkit-border-bottom-left-radius: 0;
				-moz-border-radius-topright: 4px;
				-moz-border-radius-bottomright: 4px;
				-moz-border-radius-topleft: 0;
				-moz-border-radius-bottomleft: 0;
				border-top-right-radius: 4px;
				border-bottom-right-radius: 4px;
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
				border-width: 1px 1px 1px 0;
				color: #fff;
				display: inline;
				font-size: 11px;
				height: 28px;
				padding: 0 10px;
				vertical-align: top;
			}
				#site-header .search button:hover{
					background: #b3d85b;
					background: -moz-linear-gradient(top,  #b3d85b 0%, #94c11f 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d85b), color-stop(100%,#94c11f));
					background: -webkit-linear-gradient(top,  #b3d85b 0%,#94c11f 100%);
					background: -o-linear-gradient(top,  #b3d85b 0%,#94c11f 100%);
					background: -ms-linear-gradient(top,  #b3d85b 0%,#94c11f 100%);
					background: linear-gradient(top,  #b3d85b 0%,#94c11f 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d85b', endColorstr='#94c11f',GradientType=0 );
				}
				#site-header .search button:active{
					background: #81a919;
					background: -moz-linear-gradient(top,  #81a919 0%, #94C11F 100%);
					background: -webkit-gradient(linear, top top, left bottom, color-stop(0%,#81a919), color-stop(100%,#94C11F));
					background: -webkit-linear-gradient(top,  #81a919 0%,#94C11F 100%);
					background: -o-linear-gradient(top,  #81a919 0%,#94C11F 100%);
					background: -ms-linear-gradient(top,  #81a919 0%,#94C11F 100%);
					background: linear-gradient(top,  #81a919 0%,#94C11F 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81a919', endColorstr='#b3d85b',GradientType=0 );
				}

	/* ad(s) */
	#site-header .ad{
		margin-bottom: 4px;
	}

	/* primary nav */
	#site-header nav.primary{
		background: #434342;
		background: -moz-linear-gradient(top,  #434342 0%, #2c2c2b 50%, #20201f 51%, #020202 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434342), color-stop(50%,#2c2c2b), color-stop(51%,#20201f), color-stop(100%,#020202));
		background: -webkit-linear-gradient(top,  #434342 0%,#2c2c2b 50%,#20201f 51%,#020202 100%);
		background: -o-linear-gradient(top,  #434342 0%,#2c2c2b 50%,#20201f 51%,#020202 100%);
		background: -ms-linear-gradient(top,  #434342 0%,#2c2c2b 50%,#20201f 51%,#020202 100%);
		background: linear-gradient(top,  #434342 0%,#2c2c2b 50%,#20201f 51%,#020202 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434342', endColorstr='#020202',GradientType=0 );
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		box-shadow: 0 4px 8px #ccc;
		height: 34px;
		line-height: 34px;
		position: relative;
		z-index: 5;
		clear: both;
	}
		#site-header nav.primary ul{
			margin: 0;
		}
		#site-header nav.primary .main-sections{
			font-size: 15px;
		}
			#site-header nav.primary .main-sections li{
				border-right: 1px solid #4A4A49;
				float: left;
				background: #434342;
				background: -moz-linear-gradient(top,  #434342 0%, #2c2c2b 50%, #20201f 51%, #020202 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434342), color-stop(50%,#2c2c2b), color-stop(51%,#20201f), color-stop(100%,#020202));
				background: -webkit-linear-gradient(top,  #434342 0%,#2c2c2b 50%,#20201f 51%,#020202 100%);
				background: -o-linear-gradient(top,  #434342 0%,#2c2c2b 50%,#20201f 51%,#020202 100%);
				background: -ms-linear-gradient(top,  #434342 0%,#2c2c2b 50%,#20201f 51%,#020202 100%);
				background: linear-gradient(to bottom,  #434342 0%,#2c2c2b 50%,#20201f 51%,#020202 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434342', endColorstr='#020202',GradientType=0 );		
			}
			#site-header nav.primary .main-sections li ul li{
				border: none;
				width: 100%;
			}
			#site-header nav.primary .main-sections li.current_page_item a{
				background: #58585a;
			}
				#site-header nav.primary .main-sections a{
					color: #fff;
					font-weight: 600;
					padding: 0 8px;
					vertical-align: top;
				}
				#site-header nav.primary .main-sections .dropdown > a{
					padding: 0 20px 0 8px;
				}
				#site-header nav.primary .main-sections li a {}
				#site-header nav.primary .main-sections a:hover{
					background: #000;
				}
		#site-header nav.primary .secondary-sections{
			font-size: 12px;
			font-weight: 500;
			margin-left: 5px;
			text-transform: uppercase;
		}
			#site-header nav.primary .secondary-sections li{
				float: left;
			}
				#site-header nav.primary .secondary-sections a{
					color: #dadada;
				}
					#site-header nav.primary .secondary-sections a:hover{
						color: #fff;
					}


	/* latest & trending */
	#site-header .current{
		background: #fcfcfc;
		background: -moz-linear-gradient(top,  #fcfcfc 0%, #f4f4f4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4));
		background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
		background: -o-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
		background: -ms-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
		background: linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f4f4',GradientType=0 );
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		height: 38px;
		line-height: 38px;
	}
		#site-header .current .trending{
			white-space: nowrap;
		}
		#site-header .current .trending .trending-label{
			display: inline-block;
			font-size: 14px;
			font-weight: 600;
			padding: 0 25px 0 15px;
			position: relative;
		}
			#site-header .current .trending .trending-label:after{
				background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-horizontal.png) no-repeat -77px center;
				content: '';
				display: inline-block;
				height: 100%;
				position: absolute;
				right: -20px;
				top: 0;
				width: 50px;
			}
		#site-header .current .trending ul{
			margin: 0 0 0 5px;
		}
			#site-header .current .trending li{
				color: #d5d5d5;
			}
				#site-header .current .trending a{
					color: #818181;
					display: inline-block;
					font-size: 13px;
					height: 38px;
			font-weight:600;
				}
				#site-header .current:hover .trending ul{
					color: #bcbcbc;
				}
					#site-header .current:hover .trending a{
						color: #00B14C;
					}
						#site-header .current .trending a:hover{
							color: #94c11f;
						}
		#site-header .current .connect{
			border-left: 1px solid #E0E0E0;
			float: right;
			white-space: nowrap;
			width: 310px;
		}
			#site-header .current .connect-label{
				color: #bcbcbc;
				display: inline-block;
				margin: 0 10px 0 15px;
			}
			#site-header .current a.social-icon{
				vertical-align: middle;
			}

/* trending ipad fix */

@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

	/* hide on ipad portrait */
	div.trending ul li:nth-child(1n+3)  {
		display: none !important;
	}
}






#page-header.topmost{
	border-bottom: 1px solid #e7e8e9;
	border-top: 4px solid #BBB;
	margin-bottom: 25px;
	padding: 20px 0 0;
}
	#page-header.topmost h1{
		margin-bottom: 0;
	}
	#page-header.topmost .post-meta{
		margin: 10px 0;
	}
#page-header h1{
	border-bottom: 1px solid #dadada;
	color: #373737;
	font-family: "adelle", Adelle, Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
	#page-header h1 a{
		color: #373737;
	}
		#page-header h1 a:hover{
			color: #00B14C;
		}
.site-subsection-title{
	border-top: 4px solid #bbb;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px;
	padding: 25px 0;
}
	.site-subsection-title .section-title,
	.site-subsection-title .subsection-title{
		display: inline-block;
		min-height: 76px;
		padding-top: 10px;
		vertical-align: top;
        max-width: 85%;
	}
	.site-subsection-title .section-title{
		margin-right: 15px;
		padding: 13px 0 0 15px;
	}
		.site-subsection-title .section-title a{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) no-repeat center -160px;
			color: #8b8b8b;
			display: block;
			font-size: 12px;
			padding-bottom: 44px;
			text-transform: uppercase;
		}
			.site-subsection-title .section-title a:hover{
				background-position: center 20px;
				color: #565656;
			}
	.site-subsection-title .subsection-title{
		border-left: 1px solid #e2e2e2;
		color: #2a2a2a;
		padding-left: 15px;
	}
		.site-subsection-title .subsection-title h2{
			font: 900 36px "adelle", Adelle, Georgia, serif;
			margin-bottom: 0;
			width: 485px;
		}
		.full-width .site-subsection-title .subsection-title h2{
			width: auto;
		}
			.site-subsection-title .subsection-title h2 a{
				color: #2a2a2a;
			}
		.site-subsection-title .subsection-title h3{
			font: 900 36px "adelle", Adelle, Georgia, serif;
			padding-bottom: 3px;
			padding-top: 3px;
			padding-right: 0;
			text-transform: uppercase;
		}
	.site-subsection-title .section-author{
		display: none;
		border-left: 1px solid #e2e2e2;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: right;
		height: 76px;
		padding-left: 110px;
		position: relative;
		width: 310px;
	}
		.site-subsection-title .section-author figure{
			left: 15px;
			position: absolute;
		}
		.site-subsection-title .section-author .author-company{
			display: block;
			font-size: 12px;
			padding: 3px 0;
		}


.photo-gallery{
	display: inline-block;
	background: #F6F6F6;
	max-width: 100%;
}
	.photo-gallery li figure{
		opacity: 0.7;
	}
	.photo-gallery li.current-photo figure{
		display: inline-block;
		background: #eee;
		opacity: 1;
	}
	.photo-gallery figure.current-photo{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 7px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.photo-gallery .image-loader{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/loader-white-black.gif) no-repeat center center #000;
		border-radius: 15px;
		box-shadow: 0 0 4px #fff;
		display: block;
		height: 30px;
		color: #fff;
		margin: -15px 0 0 -15px;
		position: absolute;
		top: 40%;
		left: 50%;
		z-index: 500;
		width: 30px;
	}
		.photo-gallery figure.current-photo img{
			/*height: 408px;*/
			margin: 5px auto !important;
			width: auto;
		}
	.photo-gallery figure.current-photo figcaption{
		border-width: 0 7px 7px;
	}
		.photo-gallery figure.current-photo figcaption p{
			display: inline-block;
			float: left;
			margin: 0 0 6px;
			text-align: left;
		}
		.photo-gallery figure.current-photo .photo-actions{
			float: right;
			white-space: nowrap;
		}
		.photo-gallery figure.current-photo figcaption .photographer{
			float: left;
			margin-bottom: 0;
		}
	.photo-gallery figure.current-photo nav{
		float: left;
		margin: -8px -10px -10px 010px
	}
		.photo-gallery figure.current-photo nav a{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -53px -1796px no-repeat;
			display: block;
			float: left;
			height: 30px;
			opacity: 0.6;
			text-indent: -9999px;
			width: 45px;
		}
		.photo-gallery figure.current-photo nav a.gallery-previous{
			background-position: -8px -1796px;
		}
		.photo-gallery figure.current-photo nav a:hover{
			opacity: 0.9;
		}
	.photo-gallery ul{
		margin: 0;
		padding: 15px 0 0 15px;
	}
		.photo-gallery li{
			display: inline-block;
			list-style: none;
			margin: 0 0 15px 0;
			padding-right: 1.5%;
			width: 22.8%;
		}
			.oldie .photo-gallery li{
				width: 21.8%;
			}
		.photo-gallery li.current-photo figure{
			border: 1px solid #00B14C !important;
		}
			.oldie .photo-gallery li.current-photo figure{
				display: block;
			}
		.photo-gallery li a:hover figure{
			border: 1px solid #b9b9b9 !important;
		}


/* == ====== ====================================================== */
/* == footer ====================================================== */
/* == ====== ====================================================== */
body > footer{
	font-size: 12px;
	width: 100%;
}
body > footer .footer-logo,
body > footer .footer-logo-fr
{
	background: #fff;
	height: 90px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1%;
	position: relative;
}

body > footer .footer-ad {
	position: absolute;
	right: 15px;
}


body > footer .footer-ad img{
	display: block;
	margin: 0 auto;
}
body > footer .footer-logo .mec_logo{
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/metro-226x90.png) no-repeat left center;
	height: 90px;
	width: 226px;
	float: left;
}

body > footer .footer-logo-fr .mec_logo{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/metro-fr-226x90.png) no-repeat left center;
		height: 90px;
		width: 226px;
		float: left;
	}
body > footer .pagewidth-wrap {
	background: #f6f6f6;
}
body > footer .pagewidth{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px 0 0;
	clear: both;
	background-color: #f6f6f6;
}
body > footer h2{
	color: #565656;
	font-size: 14px;
	margin-bottom: 20px;
}
body > footer a{
	color: inherit;
}
body > footer ul{
	padding: 0;
	list-style-type: none;
}
	body > footer ul li{
		margin: 0 0 15px;
	}
body > footer .legal{
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -14px -685px;
	border-top: 1px solid #eaeaea;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: none;
	margin-top: 18px;
	padding: 30px 60px 30px;
	width: 100%;
}
body > footer .legal .wp-credit {
	margin-top: -6px;
}

/* footer the star logo */

body > footer a.the-star-logo {
	position: relative;
	display: inline-block;
	top: -2px;
	margin-left: 30px;
	width: 116px;
	height: 18px;
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat 0 -1959px;	
}

body.fr > footer .the-star-logo {
	display: none;
}

@media (max-width: 600px) {
	body > footer .the-star-logo {
		clear: both;
		margin: 15px 0 10px 0 !important;
		top: 0;
	}

	/*#site-header .ad-container style{*/
		/*display: inherit !important;*/
	/*}*/

	/*.footer-ad > li {*/
		/*list-style: none;*/
	/*}*/

	.footer-ad {
		display: none !important;
	}

	.footer-logo-fr > .mec_logo {
		display: none;
	}
}

@media (max-width: 800px) {
	.wp-credit {
		display: none;
	}
}

header.page-fullwidth-header{
	border-bottom: 1px solid #e7e8e9;
	border-top: 4px solid #BBB;
	margin-bottom: 25px;
	padding: 20px 0;
}
	header.page-fullwidth-header h1{
		color: #373737;
		font-family: "adelle", Adelle, Georgia, serif;
		font-size: 60px;
		line-height: 1em;
		margin: 0;
	}

#container > .featured{
	border-bottom: 4px solid #BBB;
	margin-bottom: 25px;
}

#container > .featured header h1{
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#container > .featured header h1{
	padding-bottom: 0;
}
#container > .featured header h1:after{
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -5px -1224px;
	bottom: 4px;
	content: '';
	display: inline-block;
	height: 33px;
	margin-left: 10px;
	position: absolute;
	width: 33px;
}
#container > .featured .article-body{
	margin-bottom: 25px;
	min-height: 410px;
	padding-left: 645px;
	position: relative;
}
#container > .featured .article-body img{
	position: absolute;
	left: 0;
}
#container > .featured .article-body h1{
	color: #373737;
	font-family: "adelle", Adelle, Georgia, serif;
	font-size: 36px;
	line-height: 1em;
	margin-top: 15px;
}
#container > .featured .article-body h1 a{
	color: #373737;
}
	#container > .featured .article-body h1 a:hover{
		color: #00B14C;
	}
#container > .featured .article-body .post-meta{
	border-top: 1px solid #e7e8e9;
	color: #373737;
	font-size: 12px;
	padding-top: 15px;
}
#container > .featured .article-body .posted-by{
	color: #777;
	display: block;
}


/* == ============================================================= */
/* == featured ads ================================================ */
/* == ============================================================= */

footer .featured-ads {
	max-width: 970px;
	padding: 20px 1% 10px;
	margin: 0 auto;
	background-color: #fff;
}

footer .featured-ads header {
	background: #f6f6f6;
	margin-bottom: 15px;
}

footer .featured-ads h5 {
	display: inline-block;
	font: 300 12px Arial, sans-serif !important;
	color: #fff;
	margin: 0 30px 0 0;
	padding: 6px 4px 6px 12px;
	position: relative;
	background: #00B14C;
}

footer .featured-ads h5:after {
	position: absolute;	
	left: 100%;
	top: 0;
	content: '';
	height: 100%;	
	width: 25px;
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-horizontal.png) no-repeat left center;
}

/* items */

footer .featured-ads-list {
	margin: 0 auto;
	text-align: left;
}

footer .featured-ads-list div {
	display: inline-block;
	width: 136px;
	font-size: 12px;
	margin: 0 29px 20px 0;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}

footer .featured-ads-list div:last-of-type {
	margin-right: 0;
}

footer .featured-ads-list div a img {
	width: 136px;
	height: 98px;
}

footer .featured-ads-list h6 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #565656;
	margin: 7px 0 2px;
}

footer .featured-ads-list div:hover,
footer .featured-ads-list div a:hover {
	color: #878787 !important;
}

footer .featured-ads-list div:hover h6,
footer .featured-ads-list div a:hover h6 {
	color: #94c11f !important;
}

/* media queries */

@media (max-width: 1024px) {

	footer .featured-ads-list {
		width: 630px;
		text-align: center;
	}

	footer .featured-ads-list div {
		margin: 0 10px 20px;
	}

	footer .featured-ads-list div:last-of-type {
		margin-right: 10px;
	}
}

@media (max-width: 650px) {

	footer .featured-ads-list {
		width: 100%;
	}
}

/* == ============================================================= */
/* == amplifier +++================================================ */
/* == ============================================================= */

.amplifier {
	padding: 20px 1% 10px;
	margin: 0 auto;
	background-color: #fff;
}

.amplifier header {
	background: #f6f6f6;
	margin-bottom: 15px;
}

body .amplifier h5 {
	display: inline-block;
	font: 300 12px Arial, sans-serif !important;
	color: #fff;
	margin: 0 !important;
	padding: 6px 4px 6px 12px;
	position: relative;
	background: #00B14C;
}

.amplifier h5:after {
	position: absolute;	
	left: 100%;
	top: 0;
	content: '';
	height: 100%;	
	width: 25px;
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-horizontal.png) no-repeat left center;
}

/* items */

.amplifier > a,
.amplifier > div {
	position: relative;
	display: inline-block;
	width: 50%;
	border-right: 10px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: top;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 550px) and (max-width: 768px), (min-width: 900px) {
	.amplifier > a,
	.amplifier > div {
		width: 25%;
	}
}

.amplifier img {
	width: 100% !important;
	height: auto !important;
	transition-duration: 0.5s;
	padding: 4px;
	border: 1px solid #e3e3e3;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amplifier a:hover img {
	opacity: 0.7;
	transition-duration: 0.5s;
}

.amplifier a div {
	display: block;
	width: 100%;
	font: bold 12px/15px Helvetica, Arial, sans-serif;
	color: #565656;
	margin: 0;
	padding: 7px 0;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ads */

.amplifier > div > a {
	display: inline-block;
	font: bold 12px/15px Helvetica, Arial, sans-serif;
	color: #565656;
}

.amplifier > div > a img {
	margin-bottom: 6px;
}

/* media queries */

@media (max-width: 1024px) {

	footer .featured-ads-list {
		width: 630px;
		text-align: center;
	}

	footer .featured-ads-list div {
		margin: 0 10px 20px;
	}

	footer .featured-ads-list div:last-of-type {
		margin-right: 10px;
	}
}

@media (max-width: 650px) {

	footer .featured-ads-list {
		width: 100%;
	}
}

/* == =============== ============================================= */
/* == primary sidebar ============================================= */
/* == =============== ============================================= */

#sidebar-primary section{
	margin-bottom: 15px;
}
	#sidebar-primary figure{
		padding: 2%;
		max-width: 96%;
	}
	#sidebar-primary .ad{
		border: 1px solid #e3e3e3;
		padding: 4px;
	}



/* == ============= =============================================== */
/* == content areas =============================================== */
/* == ============= =============================================== */
.latest-articles{
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 25px;
}
	.latest-articles .scroller-container{
		overflow: hidden;
		position: relative;
	}
		.latest-articles .scroller-container.scrolled:before{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/fade.png) 0 0 repeat-x;
			top: 0;
			content: '';
			height: 30px;
			position: absolute;
			width: 100%;
			z-index: 500;
		}
		.latest-articles .scroller-articles{
			position: relative;
		}
	.latest-articles article{
		position: relative;
		border-bottom: 1px solid #e3e3e3;
		margin-bottom: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.latest-articles article:first-child{
		padding-top: 0;
	}

		.latest-articles article h2{
			font-size: 14px;
			margin-bottom: 4px;
		}
			.latest-articles article h2 a{
				color: #00B14C;
			}
				.latest-articles article h2 a:hover{
					color: #94c11f;
				}
		.latest-articles article h1{
			font-size: 18px;
		}
		.latest-articles article h1 a {
			display: block;
		}
		.latest-articles article .read-more{
			margin-top: 15px;
		}
.condensed-articles{
	margin-bottom: 25px;
	padding-bottom: 5px;
}
	.condensed-articles a{
		color: #e3e3e3;
	}
	.condensed-articles > h1{
		color: #565656;
		font-size: 16px;
		font-weight: 600;
		padding: 0;
	}
	.condensed-articles > ul{
		list-style-type: none;
		padding: 0;
	}
	.condensed-articles li{
		border-bottom: none;
		overflow: hidden;
		padding: 7px 0 8px;
	}
	.ie8 .condensed-articles li{
		width: 30.3%;
	}
	.condensed-articles article h1{
		font-size: 13px;
		font-weight: 300;
		padding: 10px 7px 7px;
	}
	.condensed-articles article img{
		width: 100%;
		height: auto;
	}
	.condensed-articles article figure{
		height: auto;
		width: 100%;
	}
	.condensed-articles a:hover h1{
		text-decoration: none !important;
	}
	.condensed-articles a:hover h1{
		background: #fff;
	}
	.condensed-articles li.multiple{

	}
		.condensed-articles li.multiple article{
			border-bottom: 1px solid #e3e3e3;
			margin-bottom: 4px;
			padding-bottom: 4px;
		}
			.condensed-articles li.multiple article h1{
				padding: 0
			}
				.condensed-articles li.multiple article h1 a{
					color: #565656;
					display: block;
					padding: 6px;
				}
				.condensed-articles li.multiple article h1:hover{
					background: #fff;
					color: inherit;
				}
					.condensed-articles li.multiple article h1 a:hover{
						color: #565656;
					}
		.condensed-articles li.multiple article:last-child{
			border-bottom: none;
		}
		.condensed-articles li.multiple article.ie-last-child{
			border-bottom: none;
		}
.top-news{

}
	.top-news li{
		border-bottom: 1px solid #e3e3e3;
		color: #00B14C;
		font-size: 14px;
		font-weight: 600;
		margin-left: 10px;
		padding: 15px 0;
		position: relative;
	}
	.top-news li:before{
		content: '•';
		font-weight: 900;
		margin-right: 5px;
		left: -8px;
		position: absolute;
	}
	.top-news li:first-child{
		padding-top: 0;
	}
		.top-news li h2{
			font-size: 14px;
			margin-bottom: 0;
		}
			.top-news li h2 a:hover{
				color: #00B14C;
			}

.featured-sponsors img{
	float: left;
	margin-right: 15px;
}
	.featured-sponsors article{
		border-bottom: 1px solid #DADADA;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.featured-sponsors article:last-child{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.featured-sponsors article.ie-last-child{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
		.featured-sponsors article h1{
			font-weight: 500;
			margin-bottom: 0;
		}
		.featured-sponsors p{
			margin: 0;
		}
.print-edition figure{
	padding-top: 0 !important;
	vertical-align: middle;
}
.oldie .print-edition figure{
	width: 209px;
}
	.print-edition figure *,
	.print-edition img{
		 box-shadow: 0 0 1px #444;
		 margin-top: -5px;
		 vertical-align: middle;
	 }
	.print-edition a.view-paper{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -46px -163px;
		display: inline-block;
		height: 18px;
		margin-left: 20px;
		opacity: 0.8;
		overflow: hidden;
		text-indent: -999px;
		width: 18px;
		vertical-align: middle;
	}
		.print-edition a.view-paper:hover{
			opacity: 1;
		}
.latest-feature p{
	margin: 0;
}
.most-popular{

}
	.most-popular ol{

	}
		.most-popular li:before {

		}
		.most-popular li {
			border-bottom: 1px solid #e3e3e3;
			margin-bottom: 15px;
			padding-left: 45px;
			position: relative;
		}
		.most-popular li:last-child {
			border-bottom: none;
		}
		.most-popular li.ie-last-child {
			border-bottom: none;
		}
.stat-highlight{

}
	.stat-highlight  article h1{
		font-family: "adelle", Adelle, Georgia, serif;
		font-size: 48px;
		line-height: 1em;
		margin-bottom: 15px;
	}
		.stat-highlight article h1 small{
			display: block;
			font-size: 22px;
			line-height: 1em;
		}
	.stat-highlight p{
			margin: 0;
		}

/* primary content elements */
#primary-content #page-header{
	border-bottom: 1px solid #e7e8e9;
	border-top: 4px solid #BBB;
	margin-bottom: 15px;
	padding: 20px 0;
}
	#primary-content #page-header h1{
		border: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

#primary-content > h1{
	color: #373737;
	font: 600 36px/1.3em "adelle", Adelle, Georgia, serif;
}
#primary-content > article{
	color: #666;
	font: 400 15px/1.8em "adelle", Adelle, Georgia, serif;
}
	.ie8 #primary-content > article{
		font: 400 17px/1.8em "adelle", Adelle, Georgia, serif;
	}
	#primary-content > article > p:last-of-type:after{
	}
	#primary-content > article h1, #primary-content > article h2, #primary-content > article h3, #primary-content > article h4, #primary-content > article h5, #primary-content > article h6{
		margin: 20px 0 0 0;
	}
	#primary-content > article h1{
		font-size: 26px;
	}
	#primary-content > article h2{
		font-size: 24px;
	}
	#primary-content > article h3{
		font-size: 22px;
	}
	#primary-content > article h4{
		font-size: 19px;
	}
	#primary-content > article h5{
		font-size: 17px;
	}
	#primary-content > article h6{
		font-size: 15px;
	}
	#primary-content > article header h1{
		line-height: 1.2em;
		margin: 0 0 0.4em;
	}
	#primary-content .related-articles,
	#primary-content blockquote,
	#primary-content .stat-highlight{
		border: 1px solid #dadada;
		border-width: 1px 0;
	}
	#primary-content .related-articles{
		font: normal 13px Arial, sans-serif;
		padding: 25px 0;
	}
		#primary-content .related-articles h1{
			font: 600 15px Arial, sans-serif;
			margin-top: 0;
		}
		#primary-content .related-articles ul{
			list-style-type: disc;
			padding-left: 40px;
		}
			#primary-content .related-articles ul:last-child{
				margin-bottom: 0;
			}
			#primary-content .related-articles li{
				color: #B2B2B2;
				margin-bottom: 5px;
			}
	#primary-content blockquote{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -512px -932px;
		font-size: 24px;
		font-weight: 400;
		line-height: 1.6em;
		margin-left: 0;
		padding: 25px 0 25px 50px;
	}
	#primary-content .stat-highlight{
		font: normal 13px Arial, sans-serif;
		padding: 10px 0;
	}
		#primary-content .stat-highlight .container{
			background: #f6f6f6;
			border-radius: 4px;
			-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
			padding: 20px 0 20px 190px;
			position: relative;
		}
			#primary-content .stat-highlight .container p{
				border-left: 1px solid #e3e3e3;
				height: 100%;
				min-height: 40px;
				padding: 10px 30px 10px 30px;
			}
			#primary-content .stat-highlight .container .stat-value{
				color: #6f6f6f;
				font-family: "adelle", Adelle, Georgia, serif;
				font-weight: 600;
				left: 20px;
				padding: 10px 0;
				position: absolute;
				top: 20px;
		width: 150px;
			}
				#primary-content .stat-highlight .container .stat-value span{
					display: block;
					line-height: 0.5em;
					margin-bottom: 0.4em;
			text-align: center;
				}
				#primary-content .stat-highlight .container .number{
					font-size: 48px;
				}
				#primary-content .stat-highlight .container .word{
					font-size: 24px;
				}
	#primary-content footer{
		border: 1px solid #dadada;
		border-width: 1px 0;
		font-size: 12px;
		padding: 15px 0;
	margin-top:20px;
	}

	#primary-content .archives-browser{
		background: #F6F6F6;
		color: #575757;
		font-size: 14px;
		font-weight: 600;
		line-height: 30px;
		padding: 20px;
		text-align: center;
	}
		#primary-content .archives-browser .select_replace{
			margin-left: 10px;
			width: auto !important;
		}

#sidebar-secondary{

}
	#sidebar-secondary .region{
		border: 1px solid #F6F6F6;
	}
		#sidebar-secondary .region article,
		#sidebar-secondary .region ul{
			margin: 0 15px;
		}
		#sidebar-secondary .region article,
		#sidebar-secondary .region ul li{
			margin-bottom: 15px;
		}
		#sidebar-secondary .region ul li{
			border-bottom: 1px solid #f6f6f6;
			padding-bottom: 15px;
		}
			#sidebar-secondary .region ul li:last-child{
				border-bottom: none;
				padding-bottom: 0;
			}
			#sidebar-secondary .region ul li.ie-last-child{
				border-bottom: none;
				padding-bottom: 0;
			}
			#sidebar-secondary .region ul li h2{
				font-size: 18px;
			}
			#sidebar-secondary .region ul li > a > img{
				margin-bottom: 10px;
			}
		#sidebar-secondary .region .meta-author{
			display: block;
		}
		#sidebar-secondary .region .read-more{
			border-top: 1px solid #F6F6F6;
			padding: 15px;
		}
			#sidebar-secondary .region .read-more a{
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				text-align: center;
				width: 100%;
			}

			#sidebar-secondary > aside h2 a {
				display: inline-block;
			}


/* == ============= =============================================== */
/* == page specific =============================================== */
/* == ============= =============================================== */

.home #primary-content > aside,
.home #sidebar-secondary{
	padding-right: 0;
}

.home #primary-content > aside h2 a {
	display: inline-block;
}

.home .special-featured-article{
	border: 2px solid #d3d3d3;
	border-width: 2px 0;
	margin-bottom: 35px;
	padding: 15px 0 35px;
}
	.home .special-featured-article > header{
		border-bottom: 1px solid #d3d3d3;
		margin-bottom: 25px;
	}
		.home .special-featured-article > header h1{
			font: 600 48px "adelle", Adelle, Georgia, serif;
			margin: 5px 0 15px;
		}
	.home .special-featured-article .article-body{
		background: #f3f3f3;
		border-radius: 4px;
		border-top-left-radius: 0;
		-webkit-border-radius: 4px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topleft: 0;
		color: #565656;
		height: 422px;
		padding-left: 632px;
		position: relative;
	}
		.home .special-featured-article .article-body .article-summary,
		.home .special-featured-article .article-body aside{
			padding: 15px 20px 10px;
		}
		.home .special-featured-article .article-body figure{
			left: 0;
			position: absolute;
			top: 0;
		}
		.home .special-featured-article .article-body aside{
			padding: 15px 20px;
		}
		.home .special-featured-article .article-body aside h1{
			border-top: 1px solid #e7e7e7;
			color: #00B14C;
			font-size: 14px;
			padding-top: 25px;
		}
			.home .special-featured-article .article-body aside li{
				color: #00B14C;
				margin-bottom: 15px;
				position: relative;
			}
			.home .special-featured-article .article-body aside li:before{
				content: '•';
				font-weight: 900;
				margin-right: 5px;
				left: -8px;
				position: absolute;
			}
				.home .special-featured-article .article-body aside li a{
					color: #565656;
				}
				.home .special-featured-article .article-body aside li a:hover{
					color: #00B14C;
				}

.author-single .author-details{
	font-size: 12px;
	margin-bottom: 25px;
	padding-left: 208px;
	position: relative;
}
	.author-single .author-details h1{
		color: #373737;
		font-family: "adelle", Adelle, Georgia, serif;
		font-size: 36px;
		margin-bottom: 15px;
	}
	.author-single .author-details figure{
		left: 0;
		position: absolute;
		top: 0;
	}
	.author-single .author-details .author-info{
		margin-bottom: 15px;
	}
		.author-single .author-details .author-info span{
			display: block;
			line-height: 1.6em;
		}
	.author-single h2{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.author-single #main p{
		margin: 0 0 20px;
	}

.voices-landing #page-header{
	margin-bottom: 30px;
}
.voices-landing #sidebar-primary .curated > h1{
	border-bottom: 4px solid #AEB0B3;
	margin-bottom: 4px;
}


.features-landing #primary-content article h1{
	font: 900 18px/1em "adelle", Adelle, Georgia, serif;
}
.features-landing #primary-content article .label-title{
	margin: 0 0 10px;
}
	.features-landing #primary-content article .article-body{
		background: #f6f6f6;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		color: #878787;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		min-height: 363px;
		padding: 30px 30px 30px 65.5%;
		position: relative;
	}
		.features-landing #primary-content article .article-body figure{
			float: left;
			margin-right: 30px;
			max-width: 60%;
			left: 3.5%;
			position: absolute;
			top: 30px;
		}
		.features-landing #primary-content article .article-body h2{
			font-size: 14px;
			margin: 0;
		}
		.features-landing #primary-content article .article-body p,
		.features-landing #primary-content article .article-body li{
			line-height: 1.7em;
		}
		.features-landing #primary-content article .article-body p{
			margin: 6px 0 25px;
		}

		.features-landing #primary-content article ol {
			margin-bottom: 25px;
			padding-left: 0;
		}
			.features-landing #primary-content article ol li {
				padding-left: 40px;
				line-height: 1.3em;
				margin-bottom: 24px;
			}
			.features-landing #primary-content article ol li:before {
				top: -1px !important;
			}
				.features-landing #primary-content article ol li:last-child {
					margin-bottom: 0;
				}
				.features-landing #primary-content article ol li.ie-last-child {
					margin-bottom: 0;
				}
			.features-landing #primary-content article ol li:before {
				background-position: -95px -241px;
				font-size: 14px;
				font-weight: 600;
				height: 24px;
				left: 0;
				line-height: 24px;
				top: -4px;
				width: 24px;
			}
				.features-landing #primary-content article ol li a{
					color: #878787;
				}
					.features-landing #primary-content article ol li a:hover{
						color: #94c11f;
					}

		.features-landing #primary-content article .read-more a{
			background: #94c11f;
			border: 1px solid #89b31d;
			color: #fff !important;
			margin: 6px 0 25px;
			line-height: 1.3em;
		}
			.features-landing #primary-content article .read-more a:hover{
				background: #9bca21;
			}

.feature-single #primary-content .feature-summary{
	background: #f6f6f6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 12px;
	margin-bottom: 25px;
	min-height: 175px;
	padding: 25px;
}
	.feature-single #primary-content .feature-summary figure{
		float: left;
		margin-right: 20px;
	}
	.feature-single #primary-content .feature-summary h2{
		font-size: 14px;
	}
	.feature-single #primary-content .feature-summary p{
		margin: 0;
	}

.horoscopes #primary-content #page-header{
	border-bottom: 4px solid #bbb;
	padding-bottom: 15px;
}
	.horoscopes #primary-content #page-header .post-meta{
		margin: 15px 0 0;
	}
		.horoscopes #primary-content #page-header .post-author{
			border-top: 1px solid #e7e8e9;
			float: none;
			padding-top: 15px;
		}
		.horoscopes #primary-content #page-header .post-author img{
			top: 15px;
		}
		.horoscopes #primary-content .horoscope-details .horoscope-body{
			border-left: 1px solid #e7e8e9;
			margin: 25px 0 25px 95px;
			padding-left: 25px;
			position: relative;
		}
			.horoscopes #primary-content .horoscope-details img{
				position: absolute;
				left: -95px;
			}
			.horoscopes #primary-content .horoscope-details h1{
				font: 900 36px "adelle", Adelle, Georgia, serif;
				margin-bottom: 5px;
			}
			.horoscopes #primary-content .horoscope-details p{
				margin-bottom: 0;
			}
		.horoscopes #primary-content .horoscope-details footer{
			border-bottom: none;
		}
		.horoscopes #primary-content footer{
			border-bottom: none;
		}
		.horoscopes #secondary-content .horoscopes-list li{
			padding-bottom: 30px;
		}
		.horoscopes #secondary-content .horoscopes-list article{
			padding-left: 85px;
			position: relative;
			margin-bottom: 0;
			min-height: 68px;
		}
			.horoscopes #secondary-content .horoscopes-list article img{
				left: 0;
				position: absolute;
			}
			.horoscopes #secondary-content .horoscopes-list article h1{
				margin: 0 0 6px;
			}
			.horoscopes #secondary-content .horoscopes-list article h2{
				color: #777;
				font-size: 12px;
				font-weight: 400;
				margin: 0;
			}

.horoscopes #secondary-content h2,
.games #secondary-content h2{
	font-size: 18px;
	margin: 10px 0 25px;
}
.games #primary-content .game-container{
	border: 1px solid #e7e8e9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin: 15px 0;
	padding: 15px;
}
.games #secondary-content .games-list ul{

}
	.games #secondary-content .games-list li{
		border-bottom: 1px solid #e7e8e9;
		padding: 15px 0 15px 285px;
		position: relative;
		min-height: 90px;
	}
	.games #secondary-content .games-list li:first-child{
		padding-top: 0;
	}
	.games #secondary-content .games-list li:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	.games #secondary-content .games-list li.ie-last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
		.games #secondary-content .games-list li figure{
			position: absolute;
			left: 0;
		}
		.games #secondary-content .games-list li p{
			margin-bottom: 0;
		}
.flirt #secondary-content .send-kiss{
	background: #F6F6F6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #575757;
	font-size: 16px;
	font-weight: 600;
	padding: 20px;
}
	.flirt #secondary-content .send-kiss a.button{
		font-weight: 600;
		margin-left: 10px;
	}
.flirt #secondary-content .flirt-nav{
	border-bottom: 1px solid #e7e8e9;
	line-height: 2.1em;
	padding: 25px 0 10px;
	text-align: left;
}
.flirt #secondary-content .result-filters{
	text-align: right;
}
	.flirt #secondary-content .result-filters > div{
		display: inline-block;
		padding-bottom: 5px;
	}
	.flirt #secondary-content .result-filters span{
		margin: 0 10px 0 20px;
	}
.flirt #secondary-content .flirt-list ul{

}
	.flirt #secondary-content .flirt-list li{
		border-bottom: 1px solid #e7e8e9;
	}
	.flirt #secondary-content .flirt-list article{
		padding: 30px 0;
		min-height: 90px;
	}
	.flirt #secondary-content .flirt-list article .article-body{
		margin-top: 15px;
		padding-left: 90px;
		position: relative;
	}
	.flirt #secondary-content .flirt-list li:first-child article{
		padding-top: 5px;
	}
	.flirt #secondary-content .flirt-list li:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	.flirt #secondary-content .flirt-list li.ie-last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
		.flirt #secondary-content .flirt-list li:last-child article{
			padding-bottom: 0;
		}
		.flirt #secondary-content .flirt-list li.ie-last-child article{
			padding-bottom: 0;
		}
		.flirt #secondary-content .flirt-list article img{
			position: absolute;
			left: 0;
		}
		.flirt #secondary-content .flirt-list article .post-meta{
			font-size: 12px;
			font-weight: 400;
			margin-top: 20px;
		}
		.flirt #secondary-content .flirt-list article h1{
			font-size: 18px;
			margin-bottom: 0;
		}
		.flirt #secondary-content .flirt-list article p{
			margin-bottom: 0;
		}
.flirt .sharing{
	border-top: 1px solid #e7e8e9;
	padding-top: 25px !important;
}


.monscoop .sharing{
	display: inline-block;
}
.monscoop .launch-viewer{
	display: inline-block;
	color: #777;
	float: right;
	opacity: 0.75;
	padding: 10px 60px 10px 0;
	position: relative;
}
	.monscoop .launch-viewer:after{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat -10px -1508px;
		content: '';
		display: inline-block;
		height: 35px;
		position: absolute;
		right: 0;
		top: 0;
		width: 45px;
	}
	.monscoop .launch-viewer:hover{
		opacity: 1;
	}

	.monscoop #colorbox .post-body{
		padding-right: 315px;
		position: relative;
	}
		.monscoop #colorbox h1{
			font-family: "adelle", Adelle, Georgia, serif;
		}
		.monscoop #colorbox .photo{
			background: #F0F0F1;
			text-align: center;
		}
		.monscoop #colorbox .post-meta{
			position: absolute;
			right: 0;
			top: 0;
		}
			.monscoop #colorbox .post-author{
				border: 1px solid #e2e2e2;
				border-width: 1px 0 !important;
				display: block;
				float: none;
				margin: 0 0 25px;
				padding: 15px 0;
				text-align: left;
			}
				.monscoop #colorbox .post-author img{
					top: 15px;
				}
				.monscoop #colorbox iframe{
					border: 0;
					overflow: hidden;
				}
		.monscoop #colorbox .post-body p{
			margin-bottom: 15px;
		}
		.monscoop #colorbox .sharing{
			margin-bottom: 0;
		}
		.monscoop #colorbox nav{
			bottom: 15px;
			line-height: 42px;
			position: absolute;
			right: 15px;
		}
		.monscoop #colorbox nav a{
				background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat;
				border-right: 1px solid #f1f1f1;
				display: inline-block;
				height: 42px;
				opacity: 0.65;
				overflow: hidden;
				text-indent: -9999px;
				width: 50px;
			}
				.monscoop #colorbox nav a:last-child{
					border-right: none;
				}
				.monscoop #colorbox nav a.ie-last-child{
					border-right: none;
				}
				.monscoop #colorbox nav a.prev{
					background-position: -8px -850px;
				}
				.monscoop #colorbox nav a.next{
					background-position: -58px -850px;
				}
				.monscoop #colorbox nav a:hover{
					opacity: 1;
				}


.mobile-platform #primary-content{
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/mobile-devices-group.png) no-repeat bottom right;
	border-bottom: 1px solid #D1D2D4;
	margin-bottom: 30px;
	min-height: 400px;
	padding-bottom: 30px;
	position: relative;
}
.mobile-platform #primary-content h1{
	font-size: 56px;
	line-height: 1.1em;
	margin-bottom: 25px;
}
.mobile-platform #primary-content p{
	color: #575757;
	font: 300 16px/1.7em "adelle", Adelle, Georgia, serif;
	width: 370px;
}
.mobile-platform #primary-content .sharing{
	bottom: 0;
	left: 0;
	position: absolute;
}
	.mobile-platform #primary-content .sharing > span{
		display: block;
		font-size: 12px;
		margin-bottom: 5px;
	}
.mobile-platform .feature-container > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-platform .feature-container > ul:before, .mobile-platform .feature-container ul:after { content: ""; display: table; }
.mobile-platform .feature-container > ul:after { clear: both; }
	.mobile-platform .feature-container > ul{
		border-top: 1px solid #F3F4F4;
	}
	.mobile-platform .feature-container > ul:first-child{
		border-top: none;
	}
		.mobile-platform .feature-container > ul > li{
			border-left: 1px solid #F3F4F4;
			padding: 35px;
			text-align: center;
		}
		.mobile-platform .feature-container > ul > li:nth-child(3n+1){
			border-left: none;
		}

		.mobile-platform .feature-container > ul > li{
			padding-top: 0;
		}
		.mobile-platform .feature-container > ul:last-child > li{
			padding-bottom: 0;
		}
		.mobile-platform .feature-container > ul.ie-last-child > li{
			padding-bottom: 0;
		}
		.mobile-platform .feature-container > ul > li:first-child{
			border-left: none;
			padding-left: 0;
		}
		.mobile-platform .feature-container > ul > li:last-child{
			padding-right: 0;
		}
		.mobile-platform .feature-container > ul > li.ie-last-child{
			padding-right: 0;
		}
		.mobile-platform .feature-container li h1{
			font-family: "adelle", Adelle, Georgia, serif;
			font-size: 24px;
			color: #373737;
			text-align: left;
		}
		.mobile-platform .feature-container li ul{
			padding-left: 17px;
			margin-bottom: 25px !important;
			text-align: left;
		}
		.mobile-platform .feature-container li a.button{
			display: inline-block;
			margin: 0 auto;
		}


/* == =========== ================================================= */
/* == reading bar ================================================= */
/* == =========== ================================================= */
#reading-bar{
	background: #fff;
	border-top: 6px solid #00B14C;
	box-shadow: 0 0 12px #999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: none;
	font-size: 13px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 800;
}

	#reading-bar .pagewidth{
		position: relative;
	}
		#reading-bar .pagewidth .article-meta,
		#reading-bar .pagewidth .article-actions > div{
			border-left: 1px solid #f1f1f1;
			float: left;
			height: 50px;
			line-height: 50px;
			padding: 0 10px;
		}
		#reading-bar .pagewidth .article-actions{
			float: right;
		}
			#reading-bar img{
				float: left;
				height: 30px;
				margin: 10px 10px 0 0;
				width: 30px;
			}
			#reading-bar h1{
				float: left;
				font-family: "adelle", Adelle, Georgia, serif;
				font-size: 15px;
				margin: 0 30px 0 0;
			}
			#reading-bar span{
				float: left;
			}
			#reading-bar .social-button > *{
				margin-top: 15px;
			}
			#reading-bar .email-article{
				height: 50px !important;
				padding: 0 !important;
			}
				#reading-bar a.social-icon.email{
					background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -10px -778px no-repeat;
					color: inherit;
					display: block;
					height: 22px;
					line-height: 24px;
					padding: 10px 15px 10px 40px;
					text-indent: 0 !important;
					vertical-align: middle;
					width: auto !important;
				}
		#reading-bar nav{
			border-left: 1px solid #f1f1f1;
			float: left;
		}
			#reading-bar nav a{
				background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) no-repeat;
				border-right: 1px solid #f1f1f1;
				display: block;
				float: left;
				height: 50px;
				overflow: hidden;
				text-indent: -9999px;
				width: 50px;
			}
				#reading-bar nav a:last-child{
				}
				#reading-bar nav a.ie-last-child{
					border-right: none;
				}
				#reading-bar nav a.prev{
					background-position: -8px -846px;
				}
				#reading-bar nav a.next{
					background-position: -55px -846px;
				}
				#reading-bar nav a.prev .pointer,
				#reading-bar nav a.next .pointer{
					margin-top: -14px;
				}
		#reading-bar .more-articles{
			display: none;
		}

/* registration */
a.facebook-signup{
	background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -6px -1593px no-repeat;
	display: inline-block;
	height: 42px;
	text-indent: -9999px;
	width: 253px;
}




/* == ======== ==================================================== */
/* == pointers ==================================================== */
/* == ======== ==================================================== */
.pointer{
	background: #303133;
	background: -moz-linear-gradient(top,  #303133 0%, #2a2a2c 50%, #191919 51%, #010204 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303133), color-stop(50%,#2a2a2c), color-stop(51%,#191919), color-stop(100%,#010204));
	background: -webkit-linear-gradient(top,  #303133 0%,#2a2a2c 50%,#191919 51%,#010204 100%);
	background: -o-linear-gradient(top,  #303133 0%,#2a2a2c 50%,#191919 51%,#010204 100%);
	background: -ms-linear-gradient(top,  #303133 0%,#2a2a2c 50%,#191919 51%,#010204 100%);
	background: linear-gradient(top,  #303133 0%,#2a2a2c 50%,#191919 51%,#010204 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303133', endColorstr='#010204',GradientType=0 );
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0 0 9px rgba(0,0,0,0.4);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff !important;
	cursor: default;
	padding: 12px 18px;
	text-indent: 0 !important;
	width: 220px;
	z-index: 400;
}
	.pointer.arrow:after,
	.pointer.offset-arrow .arrow{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -69px -918px no-repeat;
		content: '';
		display: inline-block;
		height: 9px;
		left: 50%;
		margin-left: -8px;
		position: absolute;
		top: -7px;
		width: 19px;
		z-index: 500;
	}
	.pointer.arrow-right:after{
		right: 0;
		margin: 0;
	}
	.pointer.arrow-right:after{
		left: 0;
		margin: 0;
	}
	.pointer a{
		text-decoration: underline;
	}
	#city-confirmation.pointer{
		background: #fff69b;
		border: 1px solid #eee691;
		box-shadow: 0 3px 6px rgba(0,0,0,0.2);
		color: #76734A !important;
	}
		#city-confirmation.pointer:after{
			background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-sheet.png) -26px -918px no-repeat;
			margin-left: -7px;
		}

.search #content{
	border-top: 4px solid #bbb;
	padding-top: 15px;
}
	.search #content .query{
		margin-bottom: 20px;
	}
		.search #content .query form{
			margin-bottom: 15px;
			width: 75%;
		}
			.search #content .query form input[type=search]{
				width: 72.5%;
			}
			.search #content .query form input[type=submit]{
				height: 28px;
				width: 15%;
			}
		.search #content .query h1{
			font-family: "adelle", Adelle, Georgia, serif;
			font-size: 22px;
			margin-bottom: 0;
		}
	.search #content .pagination-light{
		border: 1px solid #E7E8E9;
		border-width: 1px 0;
		padding: 8px 0;
	}
		.search #content .pagination-light nav{
			float: right;
		}
			.search #content .pagination-light nav a{
				text-transform: lowercase;
			}
			.search #content .pagination-light nav a:first-child:after{
				color: #bcbcbc;
				content: '|';
				padding: 0 8px;
			}
	.search #content .search-results{
		list-style: none;
		margin-bottom: 40px;
		padding: 0;
	}
		.search #content .search-results li{
			border-bottom: 1px solid #E7E8E9;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}
	.search #primary-content > .col.quarter{
		padding: 0;
	}
	.search .search-filters{
		border: 1px solid #f6f6f6;
	}
		.search .search-filters > *{
			padding: 15px;
		}
		.search .search-filters > span{
			display: inline-block;
			padding-bottom: 0;
			padding-top: 5px;
		}
		.search .search-filters h1{
			background: #00B14C;
			color: #fff;
			font-size: 12px;
			font-weight: 400;
			padding: 6px 10px;
		}
		.search .search-filters ul{
			border-bottom: 1px solid #f6f6f6;
			list-style: none;
			margin: 0 -15px;
			padding-top: 5px;
		}
			.search .search-filters li a{
				color: #575757;
				display: block;
				padding: 2px 15px;
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				-o-user-select: none;
				user-select: none;
			}
			.search .search-filters li a:hover,
			.search .search-filters li.selected a{
				background: #F3F3F4;
				font-weight: 600;
			}
				.search .search-filters li a .result-count{
					color: #999;
				}
				.search .search-filters li a .remove-label{
					color: #00B14C;
					display: none;
					float: right;
					font-weight: 400;
				}
				.search .search-filters li a:hover .result-count,
				.search .search-filters li.selected a .result-count{
					display: none;
				}
				.search .search-filters li.selected a .remove-label{
					display: inline;
				}
				.search .search-filters li input[type=checkbox]{
					display: none;
				}
		.search .search-filters .select_replace{
			margin-top: 10px;
			width: 100% !important;
		}



/* == =========================== ================================= */
/* == non-semantic helper classes ================================= */
/* == =========================== ================================= */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.align-left{ float: left; }
.align-right{ float: right; }
ul.dividers > li:after,
ul.dividers.before > li:before{ content: '|'; margin: 0 0.5em; }
ul.dividers > li:last-child:after,
ul.dividers.before > li:first-child:before{ display: none }
ul.dividers > li.ie-last-child:after,
ul.dividers.before > li:first-child:before{ display: none }
ul.dividers.before > li:after{ display: none; }
ul.dividers.before > li:before{ margin-right: 0.8em; }


/* == ============= =============================================== */
/* == media queries =============================================== */
/* == ============= =============================================== */

.show-for-mobile{
	display: none;
}

@media


@media only screen and (min-width: 769px) {

	#main{
		margin-right: -310px;
		position: inherit !important;
	}

}

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

	.ram-logo-area{
		height: auto !important;
		padding-bottom: 20px;
	}

	}

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

	.ram-big-break{
		display: none;
	}

		#ram_image{
		display: none;
	}

	.earlug{
		display: none;
	}

	.ram-logo-area{
		height: auto;
		padding-bottom: 20px;
	}

	#site-header .ad-container script{
		display: none;

	}

	#site-header .current{
		margin-top: 0;
	}

	#site-header .ads,
	.account-actions,
	.masthead .weather,
	#sidebar-primary,
	#container > header .network .dividers,
	#container > header .network .account-actions,
	.masthead h1,
	.masthead h2,
	body > footer .footer-logo .mec_logo,
	.page-actions,
	#reading-bar{
		display: none !important;
	}
	body > footer .footer-logo,
	body > footer .footer-logo-fr{
		height: auto;
		width: auto;
		display: table;
		display: flex;
	}
	body > footer .footer-ad {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		right: inherit;
	}
	#main {
		overflow-x: hidden;
	}
	#site-header > section.masthead{
		height: auto;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		text-align: center;
		position: relative;
		display: table;
		display: flex;
		background: none;
	}
	#site-header > section.masthead > div.ad-container {
		position: relative;
	}


	#container > header .network #city_selection {
		display: none;
		/*width: 100%;*/
	}
	.ie7 #container > header .network #city_selection {
		float: left !important;
		display: inline;
	}

	.masthead .search{
		border-left: none !important;
	}

	#main{
		margin-right: 0
	}

	#content {
		margin-right: 0;
	}

	body > footer{
		height: 300px;
	}

	#main{
	}
	body > footer .footer-body .col{
		width: 25%;
	}

	/* Page Specific */
	.feature-container .col-container.thirds > li{
		border: none;
		margin-right: 0;
		width: 48.5%;
	}
	.feature-container .col-container.thirds > li:nth-child(odd){
		margin-right: 3%;
		padding-left: 0;
	}
	.feature-container .col-container.thirds > li:nth-child(even){
		border-left: 1px solid #F3F4F4;
		padding-right: 0;
	}

	.show-for-mobile{
		display: inline !important;
	}
	span.show-for-mobile article{
		margin-top: 25px;
	}
	.latest-articles .scroller-container{
		overflow-y: scroll;
	}



/* do not close media Q as this breaks page */


@media only screen and (min-width: 481px) and (max-width: 768px) {
	/* ipad / tablet stuff */
	#site-header:after{
		/*content: '<768px';*/
	}




	body > footer .ipad
	{
		display: block !important;
		background: none repeat scroll 0 0 #FFFFFF;
	}


}


	/* MOBILE NAV */
	#container{
		padding-top: 55px !important;
	}
	.admin-bar-showing .touch-masthead,
	.admin-bar .touch-masthead{
		margin-top: 50px;
	}
	#site-header .network{
		display: none;
	}


	/* Modernizer-determined touch devices */
	.touch-masthead{
		background: #3a3a3a;
		background: -moz-linear-gradient(top,  #3a3a3a 0%, #000000 20%, #000000 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(20%,#000000), color-stop(100%,#000000));
		background: -webkit-linear-gradient(top,  #3a3a3a 0%,#000000 20%,#000000 100%);
		background: -o-linear-gradient(top,  #3a3a3a 0%,#000000 20%,#000000 100%);
		background: -ms-linear-gradient(top,  #3a3a3a 0%,#000000 20%,#000000 100%);
		background: linear-gradient(top,  #3a3a3a 0%,#000000 20%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000',GradientType=0 );
		box-shadow: 0 0 5px #000;
		color: #fff;
		display: block !important;
		height: 44px;
		position: fixed;

		-webkit-transition-property: position;
		-webkit-transition-duration: 100ms ;
		-webkit-transition-timing-function: ease-in-out;

		top: 0;
		width: 100%;
		z-index: 600 !important;
	}
	.touch-masthead h1{
		display: inline-block;
		line-height: 44px;
		margin: 0 -1px 0 0;
		position: relative;
		z-index: 100;
	}
	.touch-masthead h1 a{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -324px no-repeat #4ac63e;
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -324px no-repeat, -moz-linear-gradient(top,  #4ac63e 0%, #39ab2e 20%, #329e28 100%);
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -324px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ac63e), color-stop(20%,#39ab2e), color-stop(100%,#329e28));
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -324px no-repeat, -webkit-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -324px no-repeat, -o-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -324px no-repeat, -ms-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -324px no-repeat, linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac63e', endColorstr='#329e28',GradientType=0 );
		color: inherit;
		display: inline-block;
		line-height: 44px;
		position: relative;
		text-align: left;
		text-indent: -9999px;
	top: 0px;
		width: 116px;
	}

	.touch-masthead.fr h1 a{
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -394px no-repeat #4ac63e;
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -394px no-repeat, -moz-linear-gradient(top,  #4ac63e 0%, #39ab2e 20%, #329e28 100%);
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -394px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ac63e), color-stop(20%,#39ab2e), color-stop(100%,#329e28));
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -394px no-repeat, -webkit-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -394px no-repeat, -o-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -394px no-repeat, -ms-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
		background: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png) center -394px no-repeat, linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac63e', endColorstr='#329e28',GradientType=0 );
	}
	.touch-masthead .header-icon{
		background-image: url(/wp-content/themes/vip/metronewsca/templates/css/i/sprite-vertical.png);
		background-color: transparent;
		float: right;
		height: 30px;
		display: inline-block;
		margin: 7px 7px 0 0;
		opacity: 1;
		text-indent: -9999px;
		width: 34px;
	}
	.touch-masthead .header-icon.menu{
		background-position: right -476px;
	}
	.touch-masthead .header-icon.search{
		background-position: right -552px;
	}
	.touch-masthead .header-icon.cityselect{
		background-position: right -633px;
	}
	.touch-masthead .header-icon:hover{
		opacity: 0.6;
	}

	.touch-masthead .header-module{
		background: #333;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;

		display: none;

		height: 44px;
		left: 0;
		padding: 7px 1%;
		position: absolute;
		top: 43px;
		width: 100%;
	}
	.touch-masthead .header-module.right{
		right: 0;
		width: auto !important;
	}
	.touch-masthead .header-module.right .select_replace{
		display: inline-block;
		width: 100%;
	}
	.touch-masthead .header-module.right .select_replace input{
		width: 100%;
	}
	.touch-masthead .header-module.right .select_replace li{
		color: #878787;
	}
	.touch-masthead .header-module.search input[type=search]{
		background-color: #555;
		border: 1px solid #000;
		box-shadow: inset 0 0 4px #333;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		color: #fff;
		height: 28px;
		margin-right: 1%;
		width: 80%;
	}
	.touch-masthead .header-module.search button{
		border: 1px solid #000;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		height: 28px;
		padding: 4px 5px;
		width: 19%;
	}

	#container{
		padding-top: 44px;
	}
	nav.primary{
		background: #000 !important;
		border-radius: 0 !important;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: none;
		height: auto !important;
		position: absolute !important;
		left: 0 !important;
		overflow-y: scroll;
		width: 105% !important;
		z-index: 500 !important;
		margin-left: -2%;
	}
	nav.primary.active{
		box-shadow: 0 0 8px #000 !important;
		height: auto !important;
	}
	nav.primary .main-sections{
		width: 100%;
	}
	nav.primary .secondary-sections,
	nav.primary .menu-secondary-container{
		display: none !important;
	}
	nav.primary li{
		border: none !important;
		display: block;
		float: none !important;
		width: 100%;
	}
	nav.primary li a{
		background: #353535;
		border-top: 1px solid #4E4E4E;
		font-size: 22px;
		padding: 0 15px !important;
		width: 100%;
	}
	nav.primary li a:hover{
		background: #201E1E !important;
	}
	nav.primary li a:active{
		background: #060606 !important;
	}
	.active-menu{
		/*overflow: hidden;*/
		width: 100%;
	}

	nav.content-scroller{
		display: none;
	}
	.latest-articles{
		border-bottom: none;
	}

}

@media only screen and (max-width: 930px) {
	#site-header:after{
	}
	.current .connect{
		display: none !important;
	}
	.site-subsection-title .section-author{
		width: auto;
	}
}

@media only screen and (max-width: 945px) {
	#reading-bar .meta-author{
		display: none;
	}

}
@media only screen and (max-width: 805px) {
	#reading-bar .email-article{
		display: none;
	}
}
@media only screen and (max-width: 695px) {
	#reading-bar .social-button{
		display: none;
	}
}

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

	.pagewidth{
		width: 96%;
	}

	#site-header .account-actions{
		display: block;
		margin-bottom: 20px;
		position: relative;
		top: -10px;
		width: 100%;
	}
		#site-header .account-actions ul{
			margin-left: 0;
		}

	#site-header .ad-container > *:first-child{
		/*display: none !important;*/
	}

	.mobile-platform #primary-content{
		background: none;
		min-height: 0;
		padding-bottom: 70px;
	}
		.mobile-platform #primary-content p{
			width: auto;
		}

	nav.primary .menu-secondary-container{
		display: none !important;
	}
}


@media only screen and (min-width: 981px) {

	#site-header:after{
	}

	#container {

	}
	.pagewidth{
		width: auto;
		max-width: 970px;
	}

}

@media only screen and (max-width: 945px) {
	#reading-bar .meta-author{
		display: none;
	}

}
@media only screen and (max-width: 805px) {
	#reading-bar .email-article{
		display: none;
	}
}
@media only screen and (max-width: 695px) {
	#reading-bar .social-button{
		display: none;
	}
}

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

	nav.primary .secondary-sections{
		display: none !important;
	}

	#page-header h1{
		font-size: 50px;
	}

	/* page specific */

	.site-subsection-title .subsection-title h2{
		width: auto;
	}

	.features-landing #primary-content article .article-body{
		min-height: 363px;
		padding: 30px 30px 30px 52%;
	}
		.features-landing #primary-content article .article-body figure{
			max-width: 45%;
			left: 3.5%;
		}

	.staggered li img,
	.staggered li figure{
		float: none;
	}
	header .post-meta .post-social {
	float:left;
	}

}


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

 #mobile-city-selector div.bbfix { height:40px; }
 #mobile-city-selector.active div.bbfix { height:525px; background-color:#f7f7f7; border: 1px solid #eeeeee; }
 #mobile-city-selector.active div.bbfix ul { border-bottom:none; }

	figure figcaption {
	 position:inherit;
	 border:none;
	}

	#site-header .ad-container a:first-of-type,
	#site-header .ads {
		display: inline !important;
	}
	#site-header:after{
	}

	section.current{
		display: none;
	}

	.primary-content h1 {
		 font-size: 12px;
	}


	#primary-content .col.quarter{
		width: 100%;
	}
	.col.threequarters{
		padding-right: 0;
		width: 100%;
	}
	#sidebar-secondary{
		display: none;
	}
	#secondary-content{
		padding-right: 0;
		width: 100% !important;
	}

	#page-header h1{
		font-size: 24px;
	}

 	.primary-article > header h1 {
		font-size: 24px !important;
	}

	#primary-content .stat-highlight {
		/* display: none; */
	}

	.latest-articles article figure{
		height: auto !important;
		width: 30%;
	}
		.latest-articles article figure img{
			height: auto !important;
		}

	.staggered ul{
		border: none;
		float: none;
		width: 100% !important;
	}
		.staggered ul li{
			border-bottom: 1px solid #f3f3f3 !important;
			margin-bottom: 15px;
			padding: 0 !important;
		}
		.staggered ul li:before,
		.staggered ul li:after{
			display: none !important;
		}

	.condensed-articles .thirds li{
		margin-right: 0;
		width: 48.5%;
		overflow: hidden;
	}
		.condensed-articles .thirds li:nth-child(odd){
			margin-right: 3%;
		}

	/* Page Specific */
	.feature-container .col-container.thirds > li{
		text-align: left;
	}

	.feature-container .col-container.thirds > li .button.light{
		padding: 0;
	}

	.post-meta.pre-title span {
		border-left: 0px;
	height: 10px;
	margin-left:0px;
	padding-left:0px;
	line-height:0;
	padding-right:20px;
	}

	#primary-content blockquote {
		font-size: 14px;
	line-height: 18px;
	padding: 15px 0 15px 40px;
	}

	header .post-meta {
		margin-bottom: 10px;
	}


	header .post-social{
		line-height: 20px;
		margin-top: 5px;
		width: 100%;
	}
	/* top social icons */
	 header .post-meta .post-social{
		margin-right:0;
	 }
	.post-meta .post-social.social-top .post-share-reddit {
		position:absolute;
		margin-left:110px !important;
		margin-top: -50px;
	}
	.post-meta .post-social.social-top .post-share-tumblr {
		position:absolute;
		margin-left:110px !important;
		margin-top: -50px;
	}
	.post-meta .post-social.social-top .post-share-twitter {
		position:absolute;
		margin-left:16px !important;
		margin-top:30px;
	}
	.post-meta .post-social.social-top .post-share-gplus,
	.post-meta .post-social.social-top .post-share-email	{
		display:none;
	}
	.post-meta .post-social.social-top .post-share-stumble {
		position:absolute;
		margin-left:0px !important;
		margin-top:2px;
	}
	.post-meta .post-social.social-top .post-share-stumble iframe {
		margin-top:28px;
		margin-left:110px;
	}
	.post-meta .post-social.social-top .post-share-facebook div span {
			width: 300px !important;
			padding-left:0px;
			margin-top:10px;
	}
		/* bottom social icons */
	.post-social.social-bottom .post-share-reddit {
		position:absolute;
		margin-left:110px !important;
		margin-top: -50px;
	}
	.post-social.social-bottom .post-share-tumblr {
		position:absolute;
		margin-left:240px !important;
		margin-top: -30px;
	}
	.post-social.social-bottom .post-share-twitter {
		position:absolute;
		margin-left:140px !important;
		margin-top:0px
	}
	.post-social.social-bottom .post-share-gplus ,
	.post-social.social-bottom .post-share-email {
		display:none;
	}
	.post-social.social-bottom .post-share-stumble {
		position:absolute;
		margin-left:230px !important;
	}
	.post-social.social-bottom .post-share-facebook {
		padding-bottom:2px;
	}
	.post-social.social-bottom .post-share-facebook div span {
			width: 300px !important;
			padding-left:0px;
	}
	.post-social.social-bottom {
		padding-bottom:10px;
	}

	body > footer{
		height: 425px;
	}
	body > footer .footer-body .col-container{
		display: table;
		width: 100%;
	}
	body > footer .footer-body .col:nth-child(odd){
		clear: both;
	}
	body > footer .footer-body .col{
		width: 50% !important;
	}

	body > footer .legal {
		background: none;
		padding: 30px 0;
		overflow: hidden;
	}

		body > footer .legal .wp-credit {
			margin-top: 10px;
			width: 100%;
		}

	.home .special-featured-article .article-summary{
		min-height: 0;
		padding: 15px;
	}
	.home .special-featured-article .article-summary aside{
		margin-top: 20px;
		position: static;
		width: 100%;
	}
	.home .special-featured-article .article-summary aside li{
		margin-left: 0;
	}
	.home .special-featured-article .article-summary aside li:before{
		position: static;
	}

	.features-landing #primary-content article .article-body{
		min-height: 363px;
		padding-left: 30px;
		position: relative;
	}
		.features-landing #primary-content article .article-body figure{
			margin-bottom: 25px;
			max-width: 100%;
			position: static;
			width: 100%;
		}

	#container .featured .article-body{
		min-height: 0;
		padding-left: 0;
	}
	#container .featured .article-body figure{
		margin-bottom: 15px;
		position: static;
		width: 100%;
	}
		#container .featured .article-body figure img{
			height: auto;
		}

	.horoscopes .staggered ul{
		margin-bottom: 0;
	}
		.horoscopes .staggered li{
			min-height: 85px;
		}

	.monscoop .sharing{
		clear: both;
		display: block;
		margin-bottom: 10px;
	}
	.monscoop .sharing div{
		display: block;
		margin-top: 5px;
	}
	.monscoop .launch-viewer{
		bottom: 0;
		float: none;
		margin-bottom: 10px;
		position: absolute;
		right: 0;
	}

	#secondary-content .send-kiss a{
		height: auto !important;
		display: inline-block;
		margin-top: 8px;
		margin-left: 0 !important;
	}

	.mobile-platform .feature-container > ul > li{
		margin: 0 0 35px !important;
	}
	.mobile-platform .feature-container li{
		border-left: none !important;
		border-right: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	.site-subsection-title .section-title{
		display: none;
	}
	.site-subsection-title .subsection-title{
		border-left: 0;
		padding-left: 0;
	}
	.latest-articles .scroller-articles {
		position: relative !important;
	}
	.latest-articles .scroller-container {
		overflow-y: visible;
		height: 100% !important;
		top: 0px !important;
	}

	.photo-gallery li{
		width: 31%;
	}

	.photo-gallery figure.current-photo nav .gallery-next{
		float: right;
		padding-right: 20px;
	}
	.photo-gallery figure.current-photo nav,
	.photo-gallery figure.current-photo .photo-actions,
	.photo-gallery figure.current-photo figcaption p{
		float: none;
	}
	.photo-gallery figure.current-photo nav{
		clear: both;
		height: 40px;
	}
}


/* == ============ ================================================ */
/* == print styles ================================================ */
/* == ============ ================================================ */

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	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: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	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; }
	#sidebar-primary, .pointer, .article-carousel, #reading-bar, aside.ads, .footer-ad{ display: none !important; }
	#content{ margin-right: 0; }
}

/* alignment for in post images */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.25em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.25em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#next-article-pointer{
	cursor: pointer;
}

html.js body.content-wide div#container.pagewidth div#main div#content.clearfix {
	margin-right: 0;
}

.ram-left-column{
	float:left;
	width:100%;
	max-width:470px;
	padding-right:20px;
	padding-bottom: 40px;
}

.ram-right-column{
	float:left;
	width:100%;
	max-width:470px;
	padding-bottom: 40px;
}

.ram-big-break{
	clear:both;
	padding-top:40px;
}

.ram-logo-area{
	height: 147px;
}

.author_list li{
	list-style-image: none;
	display: inline-block;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 6px solid #00B14C
}
.author_list .profile_link{
	float: left;
	display: block;
	width: 98%;
	text-align: right;
	margin-top: -1em;
	}
.author_list li:nth-child(2){
	background-color: #F6F6F6;
}
.author_list img{
	float: left;
	margin: 0 5px 3px 0;
}
.author_list .contact{
	float: right;
	font-size: .6em;
}

ul#metro-clubmetro-list li{
	clear: both;
	padding-top: 5px;
	height: 117px;
	padding-bottom: 5px;
	position: relative;
	display: none;
}
ul#metro-clubmetro-list li:hover{
	background-color: #ddd;
}
ul#metro-clubmetro-list li img{
	float: left;
	margin-right: 10px;
	height: auto;
	width: 31%;
}

ul#metro-clubmetro-list li h4{
	padding-top: 10px;
}

ul#metro-clubmetro-list li a.mec_enter_comtest{
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: #00B14C;
	padding: 5px 20px;
	color: #fff;
	cursor: pointer;
}
ul#metro-clubmetro-list  a.mec_enter_comtest:hover{
	color: #000;
}

 ul#metro-clubmetro-list.calgary   li.calgary
,ul#metro-clubmetro-list.edmonton  li.edmonton
,ul#metro-clubmetro-list.halifax   li.halifax
,ul#metro-clubmetro-list.hamilton  li.hamilton
,ul#metro-clubmetro-list.kitchener li.kitchener
,ul#metro-clubmetro-list.london    li.london
,ul#metro-clubmetro-list.ottawa    li.ottawa
,ul#metro-clubmetro-list.regina    li.regina
,ul#metro-clubmetro-list.saskatoon li.saskatoon
,ul#metro-clubmetro-list.toronto   li.toronto
,ul#metro-clubmetro-list.vancouver li.vancouver
,ul#metro-clubmetro-list.victoria  li.victoria
,ul#metro-clubmetro-list.windsor   li.windsor
,ul#metro-clubmetro-list.winnipeg  li.winnipeg
,ul#metro-clubmetro-list.montreal  li.montreal

{
	display: list-item;
}

#site-header .mec_header-weather{
	float: right;
	position: relative;
	margin-top: 1em;

	/*display: none;  remove this line to enable */
}


#site-header .mec_header-weather .mec_temp{
	font-size: 1.4em;
	margin-left: 5px;

}
#site-header .mec_header-weather .mec_temp .mec_forecast-text{
	font-size: 0.7em;
	position: absolute;
	margin-top: 4px;
}

#site-header .mec_header-weather .mec_forecast-text{
	font-size: 0.9em;
	vertical-align: sub;
	margin-left: 5px;
}
#site-header .mec_header-weather .mec_current_stats{
	width: 45%;
	height: 30px;
}
#site-header .mec_header-weather .mec_current_stats span{
	margin-right: 5px;
}
.mec_header-weather a{
	display: block;
	padding-left: 20px;
	text-align: right;
	font-weight: bold;
}
#site-header .mec_header-weather a:hover{
	text-decoration: none;
}
.mec_header-weather .mec_weather-overlay{
	border: 1px grey solid;
	background: #fff;
}
.mec_header-weather .mec_weather-overlay,
#site-header > section .mec_header-weather .mec_weather-overlay-iframe{
	position: absolute;
	right: 0;
	top:25px;
	z-index: 100020;
	width: 350px;
	height: auto;
	max-width: 350px;
	display: none !important;
}
#site-header > section .mec_header-weather .mec_weather-overlay-iframe{
	z-index: 100010;

}

.mec_weather-overlay:after, .mec_weather-overlay:before {
	bottom: 100%;
	right: 6.5%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mec_weather-overlay:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.mec_weather-overlay:before {
	border-color: rgba(17, 17, 17, 0);
	border-bottom-color: #111;
	border-width: 6px;
	margin-left: -6px;
}

.mec_header-weather .mec_weather-overlay .mec_current{
	width: 47%;
	padding-left: 3%;
	margin-top: 5px;
}
.mec_header-weather:hover .mec_weather-overlay,
#site-header > section .mec_header-weather:hover .mec_weather-overlay-iframe{
	display: block !important;
	display: inline-block !important;
}
.mec_header-weather .mec_weather-overlay h4{
	width: 100%;
	padding-left: 2%;
	padding-top: 1%;
	margin-bottom: 5px;
}

.mec_header-weather .mec_full {
	float: left;
}

.mec_header-weather .mec_ad {
	float: right;
	padding: 5px;
}

.mec_header-weather .mec_ad a {
	margin: 0;
	padding: 0;
}

.mec_header-weather .mec_full a {
	display: block;
	height: 2em;
	padding: 17px 10px 0 5px;
	text-align: left;
}

.mec_header-weather .mec_full a:hover{
	background: #ddd;
}
.mec_header-weather .mec_full span{
	display: block;
	width: 12px;
	height: 16px;
	background: url(/wp-content/themes/vip/metronewsca/templates/css/../../css/ui-darkness/images/ui-icons_222222_256x240.png) -35px -17px no-repeat;
}
#site-header .mec_header-weather .mec_weather_period {
	width: 100%;
	margin: 0;
	border-top: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	margin-top: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.mec_header-weather .mec_weather_period li{
	width: 25%;
	float: left;
	text-align: center;
}
.mec_header-weather .mec_weather_period li h6{
	margin-bottom: 0;
	width: 100%;
}
.mec_header-weather .mec_weather_period li img{
	margin-right: auto;
	margin-left: auto;
}
.mec_header-weather .mec_weather_period li:hover{

}
.mec_forecast-text{
	clear: left;
}

body #site-header > section script{
	display: none;
}

script {
	display: none !important;
}

#metro_olympics_results_block{
	background-color: #fff;
}

#metro_olympics_results_block iframe{
	width: 310px;
	margin-top: -15px;
	height: 300px;
}

.show-for-mobile #metro_olympics_results_block iframe{
	width: 100%;
	}
.show-for-mobile .col{
	padding-right: 5px;
}

.ticker-ad{
	margin-bottom: 16px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.touch .top-news {
		position: absolute;
		top: 30px;
		right: 0;
	}
}

@media only screen and (max-width: 996px) {
	#site-header .masthead h1 {
		display: none;
	}
	#site-header .masthead .ad-container{
		float: inherit;
		display: block;
	}
}

/* hide the thumbnail in gallery */
.hide-index{
	display: none;
}

/**************************************
MORE INSIDE METRO FIX
***************************************/

.more-inside .col-container.thirds > li {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 30%;
}

@media (max-width: 480px) {
	.more-inside .col-container.thirds > li {
		width: 47%;
	}
}

/**************************************
CAPTAIN CANUCK PAGE
***************************************/

/*******************
CORE
*******************/

.canuck-sub {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 1.5rem;
}

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

/* layout */

.canuck-wrap {
	max-width: 960px;
	margin: 0 auto;
}

/*******************
LEFT
*******************/

.canuck-nelvana {
	float: left;
	width: 250px;
	margin: 0 15px 10px 0;
}

/*******************
RIGHT
*******************/

.canuck-side-block {
	float: none;
	width: 100%;
	border: none;
}

/*******************
INDEX
*******************/

.canuck-index {
	margin: 10px 0 20px;
	overflow: hidden;
}

.canuck-index a, .canuck-index a:hover, .canuck-index a:visited, .canuck-index div {
	display: inline-block;
	float: left;
	width: 7.4%;
	height: 20px;
	padding: 12px 0;
	margin: 0 1px 1px 0;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	text-decoration: none;
	color: #fff;
	background-color: #2cae1f;
	transition-duration: 0.3s;
}

.canuck-index a:hover {
	background-color: #2e8f24;
	transition-duration: 0.3s;
}

.canuck-index div {
	background: #aaa;
}

/* titles */

.index-block {
	padding-top: 31px;
	padding-bottom: 10px;
}

.index-block span {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 40px;
	line-height: 57px;
	margin-right: 10px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #000;
}

.index-block p {
	position: relative;
	top: -2px;
	display: inline-block;
	font-size: 25px;
	font-style: italic;
	margin: 0;
}

/*******************
RESPONSIVE
*******************/

@media (min-width: 500px) {

	.canuck-sub {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 2rem;
	}

	.canuck-side-block {
		float: left;
		padding-bottom: 5px;
		width: 50%;
		border: 10px solid #fff;
		box-sizing: border-box;
	}

	.canuck-side-block:nth-child(odd) {
		border:none;
		border-right: 10px solid transparent;
	}

	.canuck-side-block:nth-child(even) {
		border:none;
		border-left: 10px solid transparent;
	}

	.canuck-side-block:nth-child(2n+1) {
		clear: both;
	}
}

@media (min-width: 720px) {

	/* index */

	.canuck-index a, .canuck-index a:hover, .canuck-index a:visited, .canuck-index div {
		width: 3.69%;
	}
}

@media (min-width: 767px) {

	.canuck-left {
		float: left;
		width: 100%;
		margin-right: -310px;
		position: inherit !important;
	}

	.canuck-content {
		margin-right: 325px;
	}

	.canuck-right {
		float: right;
		width: 310px;
	}

	.canuck-side {
		margin-left: 20px;
	}

	.canuck-columns {
		overflow: hidden;
	}

	.canuck-mini-left {
		padding-right: 10px;
	}

	.canuck-mini-right {
		padding-left: 10px;
	}

	.canuck-half-width {
		float: left;
		width: 50%;
	}

	.canuck-side-block {
		float: none;
		width: 100%;
		border: none;
	}

	.canuck-side-block:nth-child(even),
	.canuck-side-block:nth-child(odd) {
		border: none;
	}
}

/************************************
   ELECTIONS - Uses Featured CSS
************************************/

.canuck-wrap.election-feature {
	padding: 0 15px;
}

.election-feature .display-posts-listing img {
	width: 100%;
	margin-bottom: 15px;
}

/************************************
   GRAVITY FORMS
************************************/


/* GENERAL
************************************/

body .quiz-embed .gform_wrapper {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #e3e6e0;
	padding: 15px 25px;
}

/* AD
************************************/

body .quiz-embed .gform_wrapper .footer-ad {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #000;
}

body .quiz-embed .gform_wrapper .footer-ad img {
	vertical-align: middle;
}

/* TITLE
************************************/

body .quiz-embed .gform_wrapper .header-title {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 55px;
	background-color: #fff;
	border-bottom: 2px solid #c3c3c3;
	z-index: 1000;
}

body .quiz-embed .gform_wrapper .header-title > div {
	width: 94%;
	max-width: 700px;
	margin: 0 auto;
}

body .quiz-embed .gform_wrapper .header-title h2 {
	float: left;
	display: block;
	font-size: 20px;
	font-weight: normal;
	padding: 4px 0 0 105px;
	color: #555;
	text-align: left;
	background: url(/wp-content/themes/vip/metronewsca/templates/css/img/sprite.png) no-repeat 0 -405px;
	box-sizing: border-box;
}

body .quiz-embed .gform_wrapper .header-title .form-share {
	float: right;
	border: 1px solid red;
	margin-top: 21px;
}

/* PERCENTAGE BAR
************************************/

body .quiz-embed .gform_wrapper .gf_progressbar_percentage span {
	color: #fff;
}

/* Q & A
************************************/

body .quiz-embed .gfield_no_follows_desc {
	font-size: 17px;
	font-weight: bold;
	padding-top: 20px;
}

body .quiz-embed .gform_wrapper li,
body .quiz-embed .gform_wrapper form li {
	margin: 10px 0;
}

body .quiz-embed .gform_wrapper .top_label .gfield_label {
	font-size: 17px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0;
}

body .quiz-embed .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .quiz-embed .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
body .quiz-embed .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	margin-top: 1px;
	margin-left: 1px;
}

body .quiz-embed .gform_wrapper .gfield_required {
	position: relative;
	top: 13px;
	font-size: 35px;
	color: #f00;
}

body .quiz-embed .gform_confirmation_message img {
	max-width: 100%;
	height: auto;
}

/* BUTTON
************************************/

body .quiz-embed .button.gform_next_button,
body .quiz-embed .button.gform_previous_button,
body .quiz-embed .button.gform_button {
	display: inline-block;
	width: 130px;
	padding: 15px 10px;
	margin-right: 7px;
	color: #333;
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-bottom: 2px solid #c3c3c3;
	cursor: pointer;
	background-color: #fff;
	transition-duration: 0.3s;
}

body .quiz-embed .button.gform_next_button:hover,
body .quiz-embed .button.gform_previous_button:hover,
body .quiz-embed .button.gform_button:hover {
	color: #777;
	border-bottom: 2px solid #ddd;
	transition-duration: 0.3s;
}


/************************************
   SPONSORED
************************************/


span.mec-sponsored {
	display: none;
}

.latest-articles article.mec-sponsored {
	padding: 15px;
	background-color: #fdfcea;
}

/* landing page & shared */

.scroller-articles span.mec-sponsored,
.primary-article span.mec-sponsored,
section.staggered .article-container li.mec-sponsored span.mec-sponsored,
section.most-popular li article.mec-sponsored span.mec-sponsored,
#secondary-content li article.mec-sponsored span.mec-sponsored {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	padding: 4px 8px;
	color: #555;
	border-bottom-left-radius: 3px;
	background-color: #f5ef96;
}

/* post */

.primary-article span.mec-sponsored {
	position: relative;
	font-size: 12px;
	padding: 2px 8px;
	margin-bottom: 10px;
	border-radius: 3px;
}

/* featured */

section.staggered ul:first-child li.mec-sponsored {
	padding-left: 15px;
	padding-right: 29px;
	background-color: #fdfcea;
}

section.staggered ul:last-child li.mec-sponsored {
	padding-left: 29px;
	padding-right: 15px;
	background-color: #fdfcea;
}

/* most popoular */

section.most-popular li article.mec-sponsored span.mec-sponsored {
	position: relative;
	border-radius: 3px;
	margin-top: 7px;
}

/* secondary content */

#secondary-content li article.mec-sponsored {
	background-color: #fdfcea;
}

/* footer carousel */

aside.article-carousel.horizontal ul li.mec-sponsored span.mec-sponsored {
	display: none;
}

aside.article-carousel.horizontal ul li.mec-sponsored figure {
	background: #F8F7D9;
}

.subsection-title-subtitle {
    color: #878787;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.231;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
}

/************************************
   Burger Poll
************************************/

#burger-poll {
    width: 310px;
    height: 600px;
    background: url(https://metronewsca.files.wordpress.com/2014/09/burgerpoll_bg_310x600.jpg) no-repeat;
}

#burger-poll h3 {
    display: block;
    font: bold 17px/20px "adelle", Adelle, Georgia, serif !important;
    padding: 5px 0;
    margin: 10px 0 5px !important;
    border-bottom: 3px dashed #000;
    color: #000000;
}

#burger-poll h3 span {
    float: right;
    color: #000000;
}

#burger-poll p {
    margin: 0;
    color: #000000;
    font: 12px/15px "adelle", Adelle, Georgia, serif;
}

#burger-poll ul {
    list-style: none;
    margin: 0;
    padding: 160px 35px 0;
}

#burger-poll ul li {
    display: block;
    margin: 0;
    padding: 0;
}

/************************************
   Manual Elections Page
************************************/

/* intro */

.m-elections .intro {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	column-width: 250px;
}

.m-elections .intro p {
	margin: 0 0 10px;
}

#primary-content .m-elections h3 {
	display: block;
	font-size: 17px;
	margin-bottom: 30px;
}

#primary-content .m-elections h4 {
	font-size: 15px;
	margin-bottom: 30px;
}

/* results */

.m-elections .results {
	margin-bottom: 50px;
	background: #f4f4f4;
	padding: 20px;
	box-sizing: border-box;
}

.m-elections .results img {
	max-width: 60%;
	height: auto;
	margin-bottom: 30px;
}

.m-elections .candidate {
	margin-bottom: 10px;
}

.m-elections .candidate .name {
	font-size: 20px;
}

.m-elections .candidate .bar {
	display: inline-block;
	background: #2cad1f;
	height: 40px;
}

.m-elections .candidate .percent {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	font-size: 17px;
	line-height: 40px;
	padding-left: 5px;
}

@media (min-width: 768px) {

	.m-elections .results {
		display: inline-block;
		width: 48%;
		margin-right: 3%;
		vertical-align: top;
	}

	.m-elections .results.surrey {
		margin-right: 0;
	}
}

/* news */

.election-news-content-wrap {
	padding: 0 20px;
	box-sizing: border-box;
}

.election-news-block {
	margin-bottom: 40px;
}

#primary-content .election-news-content-wrap h3 {
	margin-bottom: 15px;
}

.election-news-content-wrap img, 
.election-side img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.election-news-block {
	float: none;
	width: 100%;
	border: none;
}

/* aside */

.election-side {
	margin: 0 20px;
}

.election-side-block {
	margin-bottom: 40px;
}

#primary-content .election-news-side-block h3 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 15px;
}

/* news responsive */

@media (min-width: 600px) {

	#primary-content .m-elections h3 {
		font-size: 23px;
	}

	.election-news-content-wrap {
		float: left;
		width: 100%;
		margin-right: -340px;
	}

	.election-news-content {
		float: left;
		margin-right: 290px;
	}

	/* aside */

	.election-side {
		float: right;
		width: 250px;
	}
}

/*****************************
   Local Newspaper
************************************/

/* logo */

.local-logo {
	margin: 20px 0;
}

/* breadcrumbs */

ul.local-breadcrumbs {
	display: block;
	margin: 0;
	padding: 12px 0 8px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

ul.local-breadcrumbs li {
	display: inline-block;
	padding-right: 7px;
}

ul.local-breadcrumbs li:first-child a {
	position: relative;
	top: -3px;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background: url(/wp-content/themes/vip/metronewsca/templates/css/../../../journalmetro/images/local/local-home.gif) no-repeat;
}

ul.local-breadcrumbs li:after {
	content: "/";
	color: #00B14C;
	padding-left: 7px;
}

ul.local-breadcrumbs li:last-child:after {
	display: none;
}

/* landing primary content */

.local-primary-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.local-primary-content ul li {
	display: inline-block;
	width: 100% !important;
	margin: 20px 0 0;
	vertical-align: top;
	box-sizing: border-box;
}

.local-primary-content ul li h3, .local-primary-content ul li p {
	margin: 5px 0;
}

.local-primary-content ul li img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}

/* landing secondary content */

.landing-secondary-content header {
	margin: 20px 0;
	background-color: #f6f6f6;
}

.landing-secondary-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.landing-secondary-content ul li {
	display: inline-block;
	width: 100% !important;
	padding: 0;
	margin: 0 0 20px;
	vertical-align: top;
	box-sizing: border-box;
}

.landing-secondary-content ul li:nth-child(2n) {
	margin-right:0;
}

.landing-secondary-content ul li p {
	margin: 0;
	font-size: 11px;
	color: #aaa;
}

.landing-secondary-content ul li h4 {
	margin: 0;
}

.landing-secondary-content ul li > a {
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: middle;
}

.landing-secondary-content ul li img {
	width: 100% !important;
	height: auto !important;
	padding: 5px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}

/* category */

.local-big-title {
	color: #373737;
	font-family: "adelle", Adelle, Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1em;
	margin: 30px 0;
}

.local-category-listing ul {
	margin: 0;
	padding: 0;
}

.local-category-listing ul li {
	display: inline-block;
	width: 100% !important;
	padding: 0;
	margin: 0 0 20px;
	vertical-align: top;
	box-sizing: border-box;
}

.local-category-listing ul li em {
	margin: 0;
	font-size: 11px;
	color: #aaa;
}

.local-category-listing ul li h4 {
	margin: 0;
	font-size: 15px;
}

.local-category-listing ul li h4 a {
	color: #444;
}

.local-category-listing ul li h4 a:hover {
	color: #00B14C;
}

.local-category-listing li > a {
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: middle;
}

.local-category-listing ul li p {
	margin: 0;
}

.local-category-listing ul li img {
	width: 100% !important;
	height: auto !important;
	padding: 5px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}

/************************************
   Local Newspaper - Responsive
************************************/

@media (min-width: 320px) {

	/* secondary content */

	.landing-secondary-content ul li > a {
		display: inline-block;
		overflow: hidden;
		width: 45%;
		margin-right: 5%;
		vertical-align: middle;
	}

	.landing-secondary-content ul li div {
		display: inline-block;
		width: 48%;
		vertical-align: middle;
	}
}

@media (min-width: 500px) and (max-width: 767px), (min-width: 870px) {

	/* category */

	.local-category-listing ul li > a {
		display: inline-block;
		overflow: hidden;
		width: 35%;
		margin-right: 2%;
		vertical-align: middle;
	}

	.local-category-listing ul li div {
		display: inline-block;
		width: 62%;
		vertical-align: middle;
	}
}

@media (min-width: 600px) and (max-width: 767px), (min-width: 950px) {

	/* secondary content */

	.landing-secondary-content ul li {
		width: 45% !important;
		margin-right: 5%;
	}

	.landing-secondary-content ul li:nth-child(2n) {
		margin-right:0;
	}
}

@media (min-width: 500px) and (max-width: 767px), (min-width: 768px) {

	/* primary content */

	.local-primary-content ul li:first-child h3 {
		font-size: 20px;
	}

	.local-primary-content ul li {
		width: 47% !important;
		margin-right: 5%;
	}

	.local-primary-content ul li:nth-child(1),
	.local-primary-content ul li:nth-child(2n+3) {
		margin-right:0;
	}

	.local-primary-content ul li:first-child {
		width: 100% !important;
	}

	.local-primary-content ul li:first-child h3 {
		font-size: 25px;
	}
}/*
Theme Name: Journal Metro (MetroNews Canada)
Theme URI: http://www.journalmetro.com/
Author: Metro Canada Interactive
Description: A Child Theme of Metronews
Template: vip/metronewsca
*/

/**********************
       MAIN MENU
**********************/

#site-header {
	z-index: 1000;
}

#site-header .network ul {
	margin-left: 0;
}

#menu-family-bar > .local-nav-menu-item {
	margin-right: 10px;
	border-radius: 4px;
	top: -2px;
	background: #289922;
}

#menu-family-bar > .local-nav-menu-item > a {
	padding: 6px 25px 6px 40px !important;
	color: #fff;
	cursor: pointer;
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical-pins.png) -10px -833px !important;
}

.local-primary-content ul li:first-child h3 {
	font-family: "adelle", Adelle, Georgia, serif;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}

@media (max-width: 767px) and (min-width: 500px), (min-width: 768px) {
	.local-primary-content ul li:first-child h3 {
		font-size: 30px;
	}
}

/**********************
        SUBMENU  
**********************/

#menu-family-bar > li.local-nav-menu-item > ul {
	left: 0;
	margin-top: -6px;
	right: auto;
}

@media (max-width: 768px) {
	.menu-local-button {
		background-position: right -633px !important;
		margin-right: 0 !important;
		-webkit-appearance: square-button;
		border: none;
	}

	.touch-masthead {
		z-index: 3000 !important;
	}

	.touch-masthead .header-module.search button {
		width: 15%;
	}

	.touch-masthead .header-icon.menu-local-button {
		background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical-pins.png) -64px -736px !important;
	}
}

.local-logo {
	margin: 0 0 10px 0;
}

/**********************
        HEADER
**********************/

.fr #site-header .network {
	background: none;
	padding-left: 0;
}

/**********************
       MINOR FIX
**********************/

#primary-content > article #mec_article_container span div:first-child {
	line-height: 1.4em;
	margin: 1em 0;
}

#primary-content > article.mec-sponsored figure {
	width: 100%;
	text-align: center;
}

footer .mec_ajax_link_container {
	display: none;
}

/**********************
         SOCIAL
**********************/

header .post-meta .post-social.social-top {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
}

header .post-meta .post-social.social-top h4 {
	display: none;
	margin-bottom: 3px;
}

header .post-meta .post-social.social-top .social-button {
	float: left;
	display: inline-block !important;
	position: relative !important;
	vertical-align: top;
}

header .post-meta .post-social.social-top span {
	margin: 0 20px 0 0 !important;
}

header .post-meta .post-social.social-top .post-share-email {
	display: inline-block;
	widows: auto !important;
	margin-right: 0 !important;
}

header .post-meta .post-social.social-top .post-share-email a {
	padding: 0 !important;
}

header .post-meta .post-social.social-top .post-share-twitter {
	top: 1px;
	margin-right: 5px !important;
}

header .post-meta .post-social.social-top .post-share-gplus {
	top: 1px;
	margin-right: 10px !important;
}

header .post-meta .post-social.social-top .post-share-stumble {
	top: 2px;
	padding-right: 10px;
	margin-right: 1px !important;
}

header .post-meta .post-social.social-top .post-share-stumble iframe {
	padding: 0 !important;
}

header .post-meta .post-social.social-top .post-share-facebook {
	top: 1px;
	margin-right: 1px !important;
}

header .post-meta .post-social.social-top .post-share-facebook div span {
	padding: 0;
	margin-right: 0;
}

@media (max-width: 480px) {

	header .post-meta .post-social.social-top .post-share-twitter {
		margin-left: 0 !important;
	}

	header .post-meta .post-social.social-top .post-share-stumble iframe {
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
}

/**************
Keep Old Look
**************/

a { color: #3AAA35; }

h1 a:hover,h2 a:hover,h3 a:hover{
	color: #3AAA35;
}
a.label-title:before{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -16px -1128px #3AAA35;
}

h3.week-end-header{
	background:#3AAA35;
}

.region > header h1, h3.tag-title, .landing-secondary-content h2 {
	background: #3AAA35;
}

.staggered li.insert h2.insert-label{
	background: #3AAA35;
}

.staggered li.insert.subsection h2.insert-label:before{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -16px -1128px #3AAA35;
}

.curated > h1 a{
	color: #3AAA35;
}

.curated.more-from-section header h1 a{
	color: #3AAA35;
}

.curated li:hover .latest-content-flyout li:before{
	color: #3AAA35;
}

.carousel h1 a{
	color: #3AAA35;
}

.carousel li p:before{
	color: #3AAA35;
}
#primary-content > article .carousel.horizontal .scroller-container li a:hover h4{
	color: #3AAA35;
}
.primary-article h1 a:hover{
	color: #3AAA35;
}
#site-header .current:hover .trending a{
	color: #3AAA35;
}
#page-header h1 a:hover{
	color: #3AAA35;
}
.photo-gallery li.current-photo figure{
	border: 1px solid #3AAA35 !important;
}
#container > .featured .article-body h1 a:hover{
	color: #3AAA35;
}
footer .featured-ads h5 {
	background: #3AAA35;
}
body .amplifier h5 {
	background: #3AAA35;
}
.latest-articles article h2 a{
	color: #3AAA35;
}
.top-news li{
	color: #3AAA35;
}
.top-news li h2 a:hover{
	color: #3AAA35;
}
.home .special-featured-article .article-body aside h1{
	color: #3AAA35;
}
.home .special-featured-article .article-body aside li{
	color: #3AAA35;
}
.home .special-featured-article .article-body aside li a:hover{
	color: #3AAA35;
}
#reading-bar{
	border-top: 6px solid #3AAA35;
}
.search .search-filters h1{
	background: #3AAA35;
}
.search .search-filters li a .remove-label{
	color: #3AAA35;
}

.author_list li{
	border-bottom: 6px solid #3AAA35
}
ul#metro-clubmetro-list li a.mec_enter_comtest{
	background-color: #3AAA35;
}
ul.local-breadcrumbs li:after {
	color: #3AAA35;
}
.local-category-listing ul li h4 a:hover {
	color: #3AAA35;
}

#cboxClose{ background:url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -14px -1568px; }

figure figcaption .photographer {
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -25px -599px;
}

.input-radio.required .field-title span:after{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -16px -1472px no-repeat;
}

input[type=search]{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -18px -15px #fff;
}
.info{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -42px -1471px;
}
a.social-icon{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat;
}
li.social-icon a{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat;
}

ol.large-numbers li:before {
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -21px -241px;
}
h3.banner-title span:after{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat;
}
a.label-title:before{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -16px -1128px #3AAA35;
}
.staggered li:after{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat;
}
.staggered li.insert.subsection h2.insert-label:before{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -16px -1128px #3AAA35;
}
.curated .latest-content-flyout:before{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -19px -1317px;
}
.dropdown span{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) right -474px;
}
.dropdown span, .dropdown > a {
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) right -471px;
}
.post-meta .page-actions > span > a{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat;
}
.post-meta .page-actions .change-font-size:before{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -20px -413px no-repeat;
}
.load-more:after{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -10px -1287px;
}
#site-header #city_selection a.globe{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -22px -330px;
}
#site-header #city_selection a.globe{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -22px -330px;
}
#site-header .account-actions .facebook-login a{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -6px -1168px;
}
.photo-gallery figure.current-photo nav a{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -53px -1796px no-repeat;
}
body > footer .legal{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -14px -685px;
}

body > footer a.the-star-logo {
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat 0 -1959px;
}
#container > .featured header h1:after{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -5px -1224px;
}
.print-edition a.view-paper{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -46px -163px;
}
#primary-content blockquote{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -512px -932px;
}
.monscoop .launch-viewer:after{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat -10px -1508px;
}
.monscoop #colorbox nav a{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat;
}
#reading-bar a.social-icon.email{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -10px -778px no-repeat;
}
#reading-bar nav a{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) no-repeat;
}
a.facebook-signup{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -6px -1593px no-repeat;
}
.pointer.offset-arrow .arrow{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -69px -918px no-repeat;
}
#city-confirmation.pointer:after{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-sheet.png) -26px -918px no-repeat;
}
.region > header h1:after, h3.tag-title:after, .landing-secondary-content h2:after {
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-horizontal.png) no-repeat left center;
}
.carousel .carousel-nav{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-horizontal.png) no-repeat;
}
#site-header .current .trending .trending-label:after{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-horizontal.png) no-repeat -77px center;
}
footer .featured-ads h5:after {
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-horizontal.png) no-repeat left center;
}
.amplifier h5:after {
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-horizontal.png) no-repeat left center;
}
.site-subsection-title .section-title a{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) no-repeat center -160px;
}
.touch-masthead h1 a{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -324px no-repeat #4ac63e;
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -324px no-repeat, -moz-linear-gradient(top,  #4ac63e 0%, #39ab2e 20%, #329e28 100%);
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -324px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ac63e), color-stop(20%,#39ab2e), color-stop(100%,#329e28));
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -324px no-repeat, -webkit-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -324px no-repeat, -o-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -324px no-repeat, -ms-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -324px no-repeat, linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
}
.touch-masthead.fr h1 a{
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -394px no-repeat #4ac63e;
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -394px no-repeat, -moz-linear-gradient(top,  #4ac63e 0%, #39ab2e 20%, #329e28 100%);
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -394px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ac63e), color-stop(20%,#39ab2e), color-stop(100%,#329e28));
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -394px no-repeat, -webkit-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -394px no-repeat, -o-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -394px no-repeat, -ms-linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
	background: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png) center -394px no-repeat, linear-gradient(top,  #4ac63e 0%,#39ab2e 20%,#329e28 100%);
}
.touch-masthead .header-icon{
	background-image: url(/wp-content/themes/vip/journalmetro/templates/css/i/sprite-vertical.png);
}

#site-header .masthead h1{
	background-color: #2cae1f;
}/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
