/* Global styles for GlobalNews.ca. */
body {
  margin: 0;
  font: normal 100 100%/1.231 sans-serif;
  color: #444;
  background: #fefefe;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(250px, whiteSmoke), color-stop(100%, #fefefe));
  background-image: -webkit-linear-gradient(#f5f5f5, #f5f5f5 250px, #fefefe);
  background-image: -moz-linear-gradient(#f5f5f5, #f5f5f5 250px, #fefefe);
  background-image: -o-linear-gradient(#f5f5f5, #f5f5f5 250px, #fefefe);
  background-image: -ms-linear-gradient(#f5f5f5, #f5f5f5 250px, #fefefe);
  background-image: linear-gradient(#f5f5f5, #f5f5f5 250px, #fefefe);
}

.is_ie6 body,
.is_ie7 body,
.is_ie8 body,
.is_ie9 body {
	background: #f5f5f5;
}

.contain {
  max-width: 1120px;
  margin: 0 auto;
}


/* FIX WIDTH FOR IE8, since we can't use respond for media-query support, due to CDN */
.is_ie8 .contain {
    min-width: 960px !important;
}

.admin-bar .contain {
  /*margin-top: 33px; this was for the full interactive */
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding:3px;
}

.pds-question-top,
.section-h {
  font: 700 0.813em "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  margin-bottom:22px;
  padding: 10px;
  background: #001c35 url("../../_img/bluestripe.png") repeat 50% 50%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #001c35), color-stop(100%, #002d56));
  background-image: -webkit-linear-gradient(left, #001c35, #002d56);
  background-image: -moz-linear-gradient(left, #001c35, #002d56);
  background-image: -o-linear-gradient(left, #001c35, #002d56);
  background-image: -ms-linear-gradient(left, #001c35, #002d56);
  background-image: linear-gradient(left, #001c35, #002d56);
  position: relative;
  clear: left;
  /* weather wells */
}


.pds-question-top:after,
.section-h:after {
  content: "\0020";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url("../../_img/whitestripe-60.png") repeat 50% 50%;
  opacity: .25;
}

/** ---:[ New Headers ]:--- */
.section-h-new {
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 20px;
	font-family: Gotham, 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
}
.section-h-new:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	top: 7px;
	right: 0;
	left: 0;
	height: 1px;
	background: #DDD;
}
.section-h-new > span {
	position: relative;
	z-index: 1;
	padding-right: 10px;
	background: #FFF;
}

.is_ie8 .pds-question-top:after,
.is_ie9 .pds-question-top:after,
.is_ie9 .section-h:after,
.is_ie8 .section-h:after {
    background-image:none;
}

.section-h:first-child {
  margin-top: 0;
}

.section-h-light {
	background: #0A4A7A;
	margin: 10px 0;
	font-family: Gotham, 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	font-size: 0.813em;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color:#fff;
	position: relative;
  	padding: 7px 10px 7px;
  	text-align: left;
  	transition: color .3s;
  	outline: none;
}


.tabs-wrap {
  clear: both;
}

.tabs {
  background: #0a4a7a;
  margin: 20px 0;
  padding: 6px 2px;
  font-size: 14px;
  line-height: 17px;
}

.tabs li {
  display: inline-block;
}

.tabs a {
  position: relative;
  padding: 5px 10px 3px;
  display: inline-block;
  transition: color .3s;
  outline: none;
}

@media ( max-width: 400px ) {
	.tabs a {
		padding: 5px 8px 3px 6px;
	}
}

.tabs a:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  height: 18px;
  width: 1px;
  margin-top: -9px;
  background: #fff;
}

.tabs li:last-child a:after {
  display: none;
}

.tabs a:link,
.tabs a:visited {
  color: rgba(255,255,255,0.85);
}

.tabs a.active,
.tabs a:hover {
  color: rgba(255,255,255,1);
}

.tabs a.active {
  cursor: default;
  font-weight: bold;
}
.tabs a.active.active-upper {
	 text-transform: uppercase;
}
.tabs-wrap .tab-panel {
  display: none;
}

.tabs-wrap .tab-panel.active {
  display: block;
}

@media (max-width: 25em) {
	.stream-tabs-wrap .tabs {
		margin-left: -20px;
		margin-right: -20px;
		text-align: center;
	}
}

input[type="submit"] {
  width: auto;
  height: auto;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.75em;
  padding: 10px 17px;
  color: white;
  background-color: #1D78AF;
  border: 0;
  border-radius: 2px;
}

input[type="submit"]:hover {
  background-color: #000;
}

.search-form {
  position: relative;
}

.search-form input[type="search"] {
  background-color: #F4F4F4;
  margin-bottom: 26px;
  padding: .9em 0 .6em 7px;
  color: #777;
  width: 100%;
  min-width: 32px;
  display: block;
  position: relative;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-size: .8125em;
  font-weight: 400;
  border-radius: 2px;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 2px 2px #ededed;
  -moz-box-shadow: 0 2px 2px #ededed;
  box-shadow: 0 2px 2px #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form input[type="search"]:focus {
  outline: 0;
}

.search-form input.search-submit {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=23);
  opacity: 0.225;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  text-indent: -9999em;
  background-color: transparent;
  padding: 0;
}

/* Widgets */
.wells .widget {
  margin-bottom: 40px;
}
.wells .widget:last-child {
  margin-bottom: 0;
}
p.right-more-link {
	margin:0; 
	padding-bottom: 30px;
}
p.right-more-link a {
	font-size: 0.875em;
	float: right;
}
p.right-more-link a:after {
	content: '\00a0\2192 ';
}
	
.textwidget {
  font: 300 0.875em/155% "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  margin: 0;
  color: #666;
}
.textwidget > p {
  margin: 0 0 1.2em 0;
}

/* Quotes */
blockquote {
  font: 100 1.33em/150% "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  color: #222;
}


@media (min-width: 25em) {
  blockquote.inline-right,
  blockquote.inline-left {
    width: 40%;
    max-width: 250px;
    float: right;
  }

  blockquote.inline-right {
    float: right;
    margin-right: 0;
  }

  blockquote.inline-left {
    float: left;
    margin-left: 0;
  }
} /* END @media */


/** ---:[ Headings ]:--- */
.reskin-enabled h1,
.reskin-enabled h2,
.reskin-enabled h3,
.reskin-enabled h4,
.reskin-enabled h5 {
	font-weight: 700;
}