/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


/*Social media icon alignment*/
div.itemTwitterButton {    
	float:left;
	margin:2px 24px 0 0;
	padding: 0 0 0 0;
}
div.itemFacebookButton [style]{
	vertical-align: top!important;
}
div.itemFacebookButton {
    float:left;
    margin:2px 24px 0 0;
    padding: 0 0 0 0;
    width: 60px;
}
div.itemGooglePlusOneButton {
    float:left;
    margin:2px 24px 0 0;
    padding: 0 0 0 0;
}
div.itemSocialSharing {
   padding:0px 0;		
}

/*Hide K2 email icon*/
div.itemToolbar ul li a.itemEmailLink {
  display: none!important;
}

/*Message field resized*/
ul.form-list li .input-box textarea {
  height: 100px;  
}

/*Mathguard spacing*/
ul.form-list li label {
  padding-right: 5px;
}


.navbar-mainmenu .navbar-collapse {
  max-height: 100px!important;
}

#wowslider-container1 .ws-title {
  background-color: white!important;
  opacity: 0.8!important;
}

@media only screen and (max-width: 960px) {
  #wowslider-container1 .ws-title {
    display: none!important;
  }
}