@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 600px and below. */


.contactPanelBG {	
  height: 220px;
  background-image: linear-gradient(#172632, #87949f); 
}

.contactPanelintro {
	height: auto;
	margin-left: 16px;
	margin-right: 16px;
	text-align: center;
	color: #FFFFFF;
	}

.secondaryBG {	
  height: auto;
  background-color: #eeeeee;
}

.cardimage {
	padding: 8px;
}

.carddescription {
	padding: 8px;
	height: 100px;
}

.OurLocationsHeading {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	height: auto;
	display: block;	
	padding: 4px;
}

.HeadOfficeLocations {
	margin-left: 0px;
	margin-right: 20px;
	padding: 0px;
	display: block;
}


.Saskatoon {	
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 330px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.Winnipeg {	
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 330px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.IOLTechLine {
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	height: 146px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.satStores {
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.satIntro {	
	margin-top: 30px;
	margin-left: 0px;
	height: auto;
	padding: 8px;
	width: auto;
}


.distributorIntro {	
	margin-top: 30px;
	margin-left: 0px;
	height: auto;
	padding-top: 8px;
	width: auto;
}

.distributors {
	margin-left: 0px;
	margin-right: 0px;
	padding: 6px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.learnMore {
	text-align:right;
	padding-right: 12px;
	color: #cc0000;
}

/* Tablet Layout: 600px to 1200px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	padding-left: 0;
	padding-right: 0;
}

.contactPanelBG {	
  height: 200px;
}

.contactPanelintro {
	height: auto;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	}

/* Columns for types of services */

.locationColumns {
  float: left;
  width: 48.25%;
  height: auto;
  padding-top: 12px;
}

/* Remove extra left and right margins, due to padding in columns */

.row {
	margin-top: 0px; 
	margin-right: 0px;
	}

/* Clear floats after the columns */
.row:after {
  content: "";
  clear: both;
}

.OurLocationsHeading {
	margin-left: 20px;
	margin-right: 30px;
}


.HeadOfficeLocations {
	margin-left: 0px;
	margin-right: 20px;
	padding: 6px;
	display: block;
	padding: 0px;
	
}

.Saskatoon {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	width: 100%;
	height: 320px;
	display: block;
	padding-right: 10px;	
}

.Winnipeg {
	float: left;
	margin-left: 30px;
	margin-right: 18px;
	width: 100%;
	height: 320px;
	display: block;	
}

.IOLTechLine {
	margin-left: 24px;
	margin-right: 24px;
	padding: 10px;
	height: 146px;
}

.satIntro {	
	margin-top: 20px;
	margin-left: 0px;
	padding: 10px;
	height: auto;
	width: auto;
}
/* Row for Distributors */

.satRow {
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
  margin-top: 6px;

}

/* Columns for Satellite Stores */
.satColumns {
  float: left;
  flex: 25%;
  padding: 12px;
}

.satStores {
	margin-left: 24px;
	margin-right: 24px;
	padding: 6px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
	
}

.distributors {
	margin-left: 24px;
	margin-right: 24px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.distributorIntro {	
	margin-top: 10px;
	margin-left: 0px;
	height: auto;
	padding-top: 20px;
	padding-left: 6px;
	width: auto;
}

/* Row for Distributors */

.distribRow {
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
  margin-top: 6px;

}

/* Create four equal columns that sits next to each other */
.distribColumns {
  
  float: left;
  flex: 25%;
  padding: 10px;
}
}


/* Desktop Layout: 769px to a max of 1200px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	max-width: 1232px;
}

.contactPanelBG {	
  height: 300px;
}

.contactPanelintro {
	height: auto;
	font-size: 24px;
}

.OurLocationsHeading {
	margin-left: 45px;
	display: block;	
}

.HeadOfficeLocations {
	margin-left: 0px;
	margin-right: 20px;
	padding: 6px;
	display: block;
	
}

.Saskatoon {
	margin-left: 0px;
	height: 440px;
}

.Winnipeg {
	margin-left: 30px;
	height: 440px;
}

.IOLTechLine {
	margin-left: 46px;
	margin-right: 45px;
	padding: 10px;
	height: 140px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}


.satColumns {
  float: left;
  flex: 19%;
  padding: 10px;
}

.satStores {
	margin-left: 45px;	
	margin-right: 45px;

}

.satIntro {	
	margin-left: 0px;
	padding-left: 6px;	
}

.distribColumns {
  
  float: left;
  flex: 19%;
  padding: 10px;
}

.distributors {
	margin-left: 45px;
	margin-right: 45px;
}

.distributorIntro {	
	margin-left: 0px;
	padding-left: 6px;	
}

}