@charset "UTF-8";
/* CSS Document */

/*-----------------------------
RESET
-----------------------------*/
html, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, p,h1, h2, h3, h4, h5,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:top;
	background: transparent;
}
ol, ul {
	list-style: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height:24px;
	margin:0;
	color:#696969;
	background:#dddddd;
}
#content {
    left: 0;
    /*position: absolute;*/
    top: 0;
    width: 100%;
	z-index:100;
	position:relative;
	overflow-x:hidden;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}


/*================================================================================================================================================

NAVIGATION

------------------------------------------------------------------------------------------------------------------------------------------------*/

#navwrapper{
	width: 100%;
	/*height: 118px;*/
	height:8.429em;
	position: fixed;
	z-index: 1000;
	top: 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d4469+1,0b1328+100&0.9+1,0.9+100 */

background: -moz-radial-gradient(center, ellipse cover,  rgba(13,68,105,0.9) 1%, rgba(11,19,40,0.9) 100%); /* FF3.6-15 */

background: -webkit-radial-gradient(center, ellipse cover,  rgba(13,68,105,0.9) 1%,rgba(11,19,40,0.9) 100%); /* Chrome10-25,Safari5.1-6 */

background: radial-gradient(ellipse at center,  rgba(13,68,105,0.9) 1%,rgba(11,19,40,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60d4469', endColorstr='#e60b1328',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */




	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}


#socialLinks{
	float:left;	
}
#socialLinks a{
	color:#7b7a7b;	
}
#topRightFunctions{
	float:right;	
}
#topRightFunctions a{
	margin:0 10px;	
}
#topRightFunctions a.noRight{
	margin-right:0 !important;	
}

#nav, #footNav {
    margin: 10px auto 0;
    max-width: 1200px;
    text-align: center;
    width: 95%;
}


#nav li, #footNav li {
    display: inline-block;
}
#nav li a{
    color: #fff;
    display: block;
    font-family: "Montserrat",serif;
    font-size: 0.786em;
    margin: 11px 0 0;
    padding: 20px 10px 0;
    position: relative;
    text-decoration: none;
}
#footNav li a {
    color: #656565;
    display: block;
    font-family: "Montserrat",serif;
    font-size: 0.786em;
    margin: 0;
    padding:0 10px 10px;
    position: relative;
    text-decoration: none;
}
#nav li:hover a,
#nav li a.active{
  	color: #fff;
	border-bottom:5px solid #fff;
}

#logo{
  /*width: 52px;*/
  	width:3.714em;
	position:absolute;
	left:50%;
  	margin: 10px 0 0 -26px;
}

#topBar{

	/*height:40px;*/
	height:2.857em;
	padding:0 2.5%;
	color:#7b7a7b;
	padding-top:8px;
	width:95%;
	max-width:1200px;
	margin:auto;	
	position:relative;
}
#userFunctions {
    color: #fff;
    float: right;
    margin: 20px 0 0;
    text-align: right;
    width: 40%;
}
#userFunctions div{
	float:right;	
	line-height:1;
	margin:0 0 0 40px;
	font-size:12px;
}
#userFunctions a{
	color:#fff;
	text-decoration:none;	
}


#mainMenuMobile {display:none;overflow-y: scroll; overflow-x:hidden; }
#mainMenuMobile li{
	height:auto;
	border-bottom:1px solid #fff;
	padding:10px 0 10px 10px;
}
#mainMenuMobile li .submenu{
	display:none;	
	margin:10px 0;
	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
#mainMenuMobile li a.active{
  	color: #ec2f29
}
.submenu > a {
   /* font-size: 12px;*/
   font-size:0.857em;
    margin: 10px 0 10px 20px;
}


#mainMenuMobile li a{
	display:block; 
	color: #262626;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-decoration:none;
   	font-size:0.857em;
}


.mobilemenu {
    background-color: #00afec;
    color: #fff;
    display: none;
    font-size: 0.857em !important;
    height: 3.143em;
    line-height: 20px;
    margin: 10px;
    padding: 9px 0 0 11px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3.357em;
}
.leftMobileMenu {
	height: 100% !important;
    position: fixed;
    right: -100%;
    top: 0;

    width: 70% !important;
    z-index: 90;
	 -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
  		  transition: all 0.2s ease;
}
.positionMenu {
    right: 0;
}
#mainMenuMobile > ul {
    left: 25%;
    padding: 0 0 50px;
    position: absolute;
    top: 100px;
    transition: all 0.8s ease 0s;
    width: 80%;
}
#mainMenuMobile li .submenu {
    display: none;
    margin: 10px 0;
    transition: all 0.2s linear 0s;
}
#uf_language-mobile {
    padding: 5% 5% 0;
	margin:0 0 10px 0;
}
#uf_login-mobile {
    float: left;
    padding: 0 5%;
    width: 40%;
}
#uf_cart-mobile {
   /* float: left;*/
}
.icon-bar {
    background-color: #fff;
    border-radius: 0.071em;
    display: block;
    height: 0.214em;
    line-height: 14px;
    margin-top: 5px;
    vertical-align: text-top;
    width: 2.614em;
	 -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
	   -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.rotateLeft {
    margin-top: 13px;
    position: relative;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.rotateRight {
    margin-top: -3px;
    position: relative;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.menu-open {
	-webkit-transform: translate3d(-25%, 0,  0px) !important;
   		 	transform: translate3d(-25%, 0,  0px) !important;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition-duration: .45s;
    		transition-duration: .45s;
	-webkit-transform: translateZ(0px);
			transform: translateZ(0px);
}

.push-toleft {
	-webkit-transform: translate3d(-70%, 0,  0px) !important;
   		 	transform: translate3d(-70%, 0,  0px) !important;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition-duration: .25s;
    		transition-duration: .25s;
	-webkit-transform: translateZ(0px);
			transform: translateZ(0px);
			position:fixed !important;
}


#searchBox {
    background: #17426a none repeat scroll 0 0;
    height: 68px;
    overflow: hidden;
    padding: 25px 2.5%;
    position: absolute;
    text-align: left;
    top: 0;
    width: 90%;
    z-index: 100;
	display:none;
}
#searchfield {
    background: #17426a none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 38px;
    height: 50px;
    width: 70%;
}
#closeSearch {
    color: #fff;
    float: right;
    font-size: 26px;
    position: relative;
    top: 20px;
}
#closeSearch i {
    color: #fff;
    position: relative;
    top: 0;
}
#avatar {
    cursor: pointer;
    margin: 0 !important;
    vertical-align: middle;
    width: 60px;
	height:20px;
}
#avatar span::after {
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    position: absolute;
    right: -14px;
    top: 48%;
    width: 0;
}
#avatar span {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.viewMe {
    display: table;
}
#avatar img {
    margin: 0 0 0 20px;
    width: 20px;
}
#userSettingDD::after {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block !important;
    position: absolute;
    right: 24px !important;
    top: -7px;
}
#userSettingDD {
    background-color: #ffffff;
    border: 1px solid #eee;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    display: none;
    float: right;
    list-style: outside none none;
    min-width: 175px;
    position: absolute;
    right: 136px;
    text-align: left;
    text-shadow: none;
    top: 48px;
    z-index: 1000;
}
#userSettingDD li {
    border-bottom: 1px solid #cacaca;
    padding: 10px 20px;
}
#userSettingDD a {
    color: #00afec;
    display: block;
    font-size: 13px;
}
.open {
    display: block !important;
}
/*================================================================================================================================================

CONTENT

------------------------------------------------------------------------------------------------------------------------------------------------*/
#content{
	background-color:#f6f6f6;
}
.homeContainer{
	background-color:#f6f6f6 !important;
	background-image:url(../siteContent/homeHeader/header1.jpg) !important;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
/*
#homeBanners {
    margin: 300px auto 150px;
    max-width: 1200px;
    text-align: center;
    width: 95%;
	color:#fff;
}
*/
#homeBanners {
    color: #fff;
    margin: 0 auto 150px;
    max-width: 1200px;
    padding: 220px 0 0;
    text-align: center;
    width: 95%;
}
.innerContainer{
	width:95%;
	max-width:1200px;
	margin:auto;	
	overflow:auto;
}
#homeCats{
	text-transform:lowercase;	
}
#homeCats li {
    background: #fff none repeat scroll 0 0;
    margin: 0 1% 20px;
    width: 31.333%;
}
#homeCats li img{
	margin:0 0 20px 0;	
}

#homeTeamDivide {
	background-image: url(../images/homeTeamBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
    background-size: cover !important;
    height: 590px;
    position: relative;
    width: 100%;
}
.homeTeamWrap {
    bottom: 0;
    color: #fff;
    height: 160px;
    left: 0;
    margin: auto;
    padding: 0 5%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 90%;
    z-index: 60;
}
.homeTeamWrap::before {
    content: "";
    display: inline-block;
    height: 0;
    margin-right: -0.25em;
    vertical-align: middle;
}
.homeTeamWrap > div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

#homeDirector {
    border-top: 1px solid #e5e5e5;
    padding: 50px 0 0;
}
#directorComment{
	color: #000;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.3;	
}
#homeDirector img{
	border-radius:50%;
	width:105px;
}


#footer{
	width:100%;
	margin:100px 0 0 0;
	background:#dddddd;	
	padding:50px 0;
}
#footerInner{
	width:95%;
	max-width:1200px;
	margin:auto;
	text-align:center;	
}
#footerInner img{
	display:inline-block;
	margin:0 0 20px 0;	
}
#socials{
	margin:0 0 10px 0;
}
#socials a {
    margin: 0 10px;
    color: #00afec;
    font-size: 11px;
    text-decoration: none;
}
.legals{
	font-size:11px;	
}

#insideBanner,
#productBanner {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 120px;
    padding: 180px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
#productBanner{
	height:210px;	
}

#categoryList{
	font-size:0;	
}
#categoryList li{
	position:relative;	
}
#categoryList .image{
	overflow:hidden;	
	position:relative;
}
#categoryList .image img{
	width:100%;	
	-webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
     -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
	   -o-transition: all 1s ease 0s;
          transition: all 1s ease 0s;
}
#categoryList li:hover .image img{
	-webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
#categoryList .workTitle{
	color: #fff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0;
    text-transform: uppercase;
}

#categoryList li .wrap {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    height: 100%;
    padding: 0 5%;
    position: absolute;
    text-transform: uppercase;
	text-align:center;
    top: 0;
	left:0;
	right:0;
	bottom:0;
	height:150px;
    width: 90%;
    z-index: 60;
	margin:auto;
}
#categoryList li .wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
#categoryList li .wrap > div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.blanker{
	position:absolute;
	z-index:50;
	width:100%;
	height:100%;
	background: rgba(0, 175, 236, 0);
	margin:0 !important;
	border:0 none !important;
	 -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
	   -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
#categoryList li:hover .blanker{
	cursor:pointer;
	background:rgba(0, 175, 236, 0.8);
}

th {
    background: #7e7e7e none repeat scroll 0 0;
    color: #fff;
    padding: 13px;
    text-align: left;
}
.zebraStriped > tbody > tr:nth-child(2n+2) > td {
    background-color: #f7fafa;
}
.zebraStriped td {
    border-top: 1px solid #eaeef1;
    padding: 10px;
}

.productDetailRow{
	overflow:auto;	
}
.productDetailLeft{
	float:left;
	width:66%;	
	position:relative;
}
.productDetailRight{
	float:right;
	width:29%;	
	position:relative;
}

#weather {
    float: left;
    margin: 10px 0 0;
    width: 0;
}
#weatherWidget {
    height: 50px;
    overflow: hidden;
    width: 230px;
}
#weatherWidget > div {
    border: 0 none !important;
    margin: -22px 0 0 !important;
    position: relative;
}
#weather iframe {
    height: 70px !important;
}

.bioItem{
	margin:0 0 5px 0;	
	overflow:auto;
}
.bioType {
	width:20%;	
	float:left;
}
.bioDetail{
	width:80%;	
	float:left;
}

#awardImg{
	float:right;
	overflow:auto;
	margin:0 0 20px 20px;	
	width:30%;
}
#map-canvas {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center !important;
    height: 400px;
    margin: 20px 0;
}
.specialistContainer{
	overflow:auto;	
	margin:0 0 40px 0;
	padding:0 0 40px 0;
	border-bottom:1px solid #dddddd;
}
.specialistImage{
	width:30%;	
	float:right;
}
.specialistContainer.left .specialistImage{
	float:left;	
}
.specialistText{
	width:60%;	
	float:left;
}
.specialistContainer.left .specialistText{
	float:right;	
}
#videoLink{
	position:relative;	
}
#videoLink a {
    margin: 240px 0 0 30px;
    position: absolute;
}
#contactFormContainer{
	margin-bottom:20px;	
}
.orderHistory {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #e4e4e4 #e4e4e4 #00afec;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 5px;
    margin: 0 0 20px;
    padding: 10px;
}
/*================================================================================================================================================

GENERAL

------------------------------------------------------------------------------------------------------------------------------------------------*/
.img100{
	width:100%;	
}
.blueText{
	color:#00afec;	
}
.darkText{
	color:#000000;	
}
.greyText{
	color:#3b3b3b;	
}
.whiteText{
	color:#fff;	
}
h1, h2, h3, h4, h5{
	font-family:'Montserrat';
	line-height:1;
}
h1{
	font-size:70px;
	margin:0 0 20px 0;	
}
h2{
	font-size:42px;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 20px 0;	
}
#insideBanner h2,
#productBanner h2{
	font-size:50px;	
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
h3{
	font-size:30px;
	font-weight:400;
	margin:0 0 20px 0;
}
h4{
	font-size:17px;
	font-weight:400;
}
h5{
	font-size:14px;	
	margin:0 0 5px;
}

.uppercase{
	text-transform:uppercase;	
}
.bold{
	font-weight:700;	
}
.lighter{
	font-weight:400;	
}
.button{
	border:0 none;
	border-radius: 3px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:bold;
    padding: 2.5px 10px;
	width:auto;
    line-height: 20px;
	text-transform:uppercase;
    vertical-align: middle;
	padding:10px;
	background:0 none;
	top:0px;
	position:relative;
	 -webkit-appearance: none;
	 -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
	   -o-transition: all 0.1s linear;
  		  transition: all 0.1s linear;
}
.blueBtn{
	background:#00afec;
	color:#fff;	
}
.redBtn{
	background:#c10000;
	color:#fff;	
}
.greenBtn{
	background:#00c420;
	color:#fff;	
}
.outline{
	border:1px solid #fff;
	color:#fff;	
}
.orangeBtn{
	background:#f98100;
	color:#fff;	
}
.smlBtn{
	padding: 5px 10px !important;	
	font-size:10px;
}

p{
	margin:0 0 20px 0;	
}
.max900{
	margin: auto;
	width:90%;
    max-width: 900px;	
}
.max1200{
	margin: auto;
	width:90%;
    max-width: 1200px;	
}
.spT_100{
	margin-top:100px !important;	
}
.spB_100{
	margin-bottom:100px !important;	
}
.spTB_100{
	margin-top:100px !important;
	margin-bottom:100px !important;	
}
.spT_50{
	margin-top:50px !important;	
}
.spB_50{
	margin-bottom:50px !important;	
}
.spTB_50{
	margin-top:50px !important;
	margin-bottom:50px !important;	
}
.spT_25{
	margin-top:25px !important;	
}
.spB_25{
	margin-bottom:25px !important;	
}
.spTB_25{
	margin-top:25px !important;
	margin-bottom:25px !important;	
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-danger {
    background-color: #ffbfbf;
    border-color: #ebccd1;
    color: #b50a0a;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert {
    border-width: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clickInner{
	cursor:pointer;	
}
.centerThis{
	text-align:center;	
}
a{
	text-decoration:none;
	color:#00afec;	
}
p{
	margin:0 0 20px 0;	
}

.wideDivide{
	width:100%;	
	padding:100px 0;
}
.whiteDivide{
	background:#fff;	
}
.added{
	color:#03aa03 !important;	
}

/*================================================================================================================================================

FORM

------------------------------------------------------------------------------------------------------------------------------------------------*/
.smallInput {
    width: 200px !important;
	display:block !important;
}
.formWrap div {
    position: relative;
}
label {
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
	color:#fad300;
}
.formWrap textarea, .formWrap input[type="text"], .formWrap input[type="password"] {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #9a9a9a;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 5px 1.5%;
    text-align: left;
    vertical-align: middle;
    width: 95%;
}
.largeForm input[type="text"] {
	height: 40px;
}
.largeForm label{
	color:#081d55;	
}
textarea{
	resize:none;
	height:100px !important;	
}
.requiredField{
	border:1px solid red !important;	
	-moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
.shortInput {
    display: block !important;
    width: 30% !important;
}
form i {
    color: red;
    position: absolute;
    right: 0;
    top: 30px;
}
#businessTypeContainer{
	display:none;	
}
label.dropdown select {
	padding: 10px 42px 10px 10px;
	background: #fff;
	color: #444;
	border: 1px solid #aaa;
	border-radius: 0;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}
label.dropdown select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
label.dropdown select::-ms-expand {
	display: none;
}
label.dropdown::before {
    background: #f8f8f8 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 33px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 30px;
}
label.dropdown { position: relative; }
label.dropdown:after {
	content: '>';
	font: 16px Consolas, monospace;
	color: #444;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 2px;
	top: -3px;
	border-bottom: 1px solid #aaa;
	position: absolute;
	pointer-events: none;
	width: 35px;
	padding: 0 0 5px 0;
	text-indent: 14px;
}
@media screen\0 {
	label.dropdown:after {
		width: 38px;
		text-indent: 15px;
        right: 0;
	}
}
@media screen and (min--moz-device-pixel-ratio:0) {
	label.dropdown select { padding-right: 40px; }
	label.dropdown:before { right: 6px; }
	label.dropdown::after {
    right: 1px;
    text-indent: 14px;
    top: 5px;
    width: 36px;
}
}
select {
    display: block;
    padding: 10px;
}
.groupPerson {
    background: #eeeeee none repeat scroll 0 0;
    margin: 0 0 1px;
    overflow: auto;
    padding: 5px 10px;
}
.groupPerson div{
	float:left;
}
.groupName {
    width: 70%;
}

#resetPasswordContainer{
	display:none;	
}

.basketFunctions{
	text-align:right;	
}
.checkoutBasketItem{
	margin:0 0 10px 0;	
	padding:0 0 10px 0;
	border-bottom:1px solid #dddddd;
}
.checkoutBasketItem2{
	border-bottom: 3px solid #00afec;
    margin: 0 0 30px;
    padding: 0 0 10px;
}

.editbasket{
	position:absolute;
	top:20px;
	right:20px;	
}
.cartSummary{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    padding: 2%;
    width: 25%;	
}
#changeAddressContainer{
	display:none;	
}
#addressBook li{
	margin-bottom:20px;	
}
#addAddress{
	position:absolute;
	top:60px;
	right:0;	
}

.feedbackCompleted{
	width:100%;
	height:auto;	
	overflow:hidden;
	margin:0 0 20px;
}
.feedbackCompleted li{
	background:#fff;
	float:left;
	width:31.333%;
	color:#000;	
	padding:1%;
	text-align:center;
	text-transform:uppercase;
	font-family: "Montserrat";
	font-size:10px;
}
.feedbackCompleted li.completed{
	background:#d0deee;
	color:#fff;
	position:relative;
	color:#000;
	
}
.feedbackCompleted li.completed:after { left: 90%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(208, 222, 238, 0); border-left-color: #d0deee; border-width: 50px; margin-top: -50px; }

.feedbackCompleted li.active{
	background:#014582;
	color:#fff;
	position:relative;
	font-family: "Montserrat";
}
.feedbackCompleted li.active:after { left: 90%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(1, 69, 130, 0); border-left-color: #014582; border-width: 50px; margin-top: -50px; }

#payCheque{
	display:none;	
}

.paymentOption{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    padding: 2%;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*================================================================================================================================================

COLUMN LISTS

------------------------------------------------------------------------------------------------------------------------------------------------*/
.split1, 
.split2, 
.split3, 
.split4, 
.split5,  
.split6,
.split7,
.split8,
.split9,
.split10,
.tightGrid1,
.tightGrid2,
.tightGrid3,
.tightGrid4,
.tightGrid5,
.tightGrid6{
	width:auto;
	overflow:hidden;
}
.split1 li, 
.split2 li, 
.split3 li, 
.split4 li,
.split5 li,
.split6 li,
.split7 li,
.split8 li,
.split9 li,
.split10 li{
	/*display:inline-block;
	margin:0 0 0 -4px;*/
	float:left;
	vertical-align:top;	
}
.split1 li:first-child, 
.split2 li:first-child, 
.split3 li:first-child, 
.split4 li:first-child,
.split5 li:first-child,
.split6 li:first-child{
	/*margin:0 !important;*/
}

.split1 li{
	width:95%;
	max-width:1180px;
	text-align:center;	
}
.split2 li{
	width:50%;	
}
.split3 li{
	width:33.333%;	
}
.split4 li{
	width:25%;	
}
.split5 li{
	width:20%;	
}
.split6 li{
	width:16.6667%;	
}
.split7 li{
	width:14.285%;	
}
.split8 li{
	width:12.5%;	
}
.split9 li{
	width:11.111%;	
}
.split10 li{
	width:10%;	
}

.wrap{
	padding:0 2.5%;	
}

#schools li{
	margin:0 0 15px 0;	
}





.image-grid {
  margin: 0 auto;
  overflow: hidden;
}
.teamPhotos {
    height: auto;
}
.teamImage {
    border-radius: 50%;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
    width: 60% !important;
}
.teamBlurb {
    padding: 5%;
    width: 90%;
	overflow:auto;
}
.teamBlurb h5{
	float:left;
	width:15%;	
}
.bioDetails{
	float:left;	
	width:85%;
}
.teamImage img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 99.8%;
	
} 
.image__cell {
  float: left;
  position: relative;

}
 
.image--basic a{
	text-decoration:none;	
}
.basic__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
 
.image__cell.is-collapsed .arrow--up {
  display: block;
  height: 10px;
  width: 100%;
}
 
.image--large {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.image__cell.is-collapsed .image--basic {
  cursor: pointer;
}
 
.image__cell.is-expanded .image--expand {
  max-height: 1200px;
  margin-bottom: 10px;
}
 
.image--expand {
  position: relative;
  left: -5px;
  padding: 0 5px;
  box-sizing: content-box;
  overflow: hidden;
  background: #00afec;
  max-height: 0;
  color:#fff;
  transition: max-height .3s ease-in-out,margin-bottom .1s .2s;
  width:400%;
}



.image__cell.is-expanded .arrow--up {
  display: block;
  border-bottom: 8px solid #00afec;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  margin: 2px auto 0;
}
.expand__close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #454545;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}
 
.expand__close:before {
  content: '×';
}
 
.expand__close:hover {
  color: #fff;
}


.remodal {
    max-width: 600px;
	padding:20px;
	text-align:center;
}