/*** First Break Point ***/

@media only screen and (max-width: 1200px){
	
body{
	background-size:32% 12%;
}

#content{
	background-size:32% 12%;
}

.buttonBlock button{
	font-size:30px;
}
	
} /* end of First Break Point */

/*** Second Break Point ***/

@media only screen and (max-width:990px){
	
body, #content{
	background:none !important;
}

/*#left-top-bar{
	width:100%;
	float:none;
	display:block;
	text-align: center;
}*/

#right-top-bar{
	display:none;
}
	
.navbar-default .navbar-nav> li> a{
	font-size:8px !important;
}

.buttonBlock button{
	font-size:25px;
}

.purpleBox{
	margin-bottom:10px;
}

.purpleRow p{
	font-size:30px;
}

.gridBlock{
	border:none;
}

.gridBlock .imageWrapper img{
   width:40%;
}

.gridBlock .imageWrapper .smallerImage{
	width:15%;
}

.footerColumns{
	width:85%;
	float:none;
	display:block;
	margin:0 auto 10px auto;
	padding:0 0 10px 0;
	border-bottom:1px solid #FFF;
}

.footerColumns:last-child{
	border:none;
}

#mobileSocial{
	display:block;
	width:100%;
}

.mobileSocialIcons{
	width:16.5%;
	float:left;
}

.mobileSocialIcons img{
	width:60%;
	margin:0 auto;
}
	
} /* end of Second Break Point */

@media only screen and (max-width:768px){
	
.navbar-default .navbar-toggle .icon-bar{
	background-color:#FFF;
}

.navbar-default .navbar-toggle .icon-bar:last-child{
	margin-bottom:10px;
}

.navbar-collapse{
	top:60px !important;
}
	
.navbar-collapse.collapse.in{
	background:#62269E;
	text-align:center;
	color:#FFF;
}

.navbar-default .navbar-nav> li> a{
  font-size:14px !important;
  margin:0 !important;
}
	
.pageBreak{
  width:80%;
  height:70px;
}
	
.gridBlock .imageWrapper img{
   width:50%;
}

.gridBlock .imageWrapper .smallerImage{
	width:25%;
}

.buttonBlock button{
	width:100%;
	float:none;
	display:block;
}
	
} /* end of Third Break Point */