@media screen and (max-width:1400px) {
	#who-we-are::after {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	.banner .cell.middle {
		padding: 0px 100px;
	}	
	#what-we-do > .table > .cell {
		display: block;
		width: 100%;
		height: 100%;
	}
	.gator-stats {
		padding: 40px 15px;
	}
	.gator-stats > div {
		float: initial;
		margin: auto;
		padding: 70px 0px 25px;
	}
	.top-nav {
		text-align: left;
		padding-left: 10px;
	}
	
	.table-tiles .cell .inner-box{
		padding-right: 20px;
		width: 100%;
	}
	.table-tiles .row:nth-child(2n) .inner-box{
		padding-left: 20px;
	}
}

@media screen and (max-width:1100px) {
	.sub-tiles .cell{
		width: 100%;
	}
	.sub-tiles .cell:not(.section-img) {
		height: auto;
	}
	.sub-tiles .cell.section-img {
		height: 350px;
	}
}

@media screen and (max-width:1000px) {
	.top-nav > p {
		font-size: 0.8em;
	}
	.table.page, .container {
		padding: 0;
	}
	.main-nav .nav-container > li > a {
		padding: 25px 5px;
		font-size: 15px;
	}
	#checkout-steps hr {
		margin-top: 45px;
	}
	#checkout-steps li {
		font-size: 12px;
	}
	body #checkout-steps a {
		padding-right: 3px;
		padding-left: 3px;
	}
	#checkout-steps p {
		margin-top: 0;
	}
	.brand {
		margin: 0px 15px;
	}
	.footer-nav li {
		font-size: 12px;
	}
	.footer-nav li + li {
	  margin-left: 15px;
	}
	
	/* !Who We Are */
	.core-img .row:first-child .cell {
		padding: 60px 50px;
	}
	
	.table-tiles .cell .inner-box{
		padding-left: 30px;
	}
	.table-tiles .row:nth-child(2n) .inner-box{
		padding-right: 30px;
	}
	.advertise {
		position: relative !important;
	}
	
}

@media screen and (max-width:900px) {
	.mobile-only {
		display: inherit !important;
	}
	
	/***** Mobile Navigation *****/
	.main-nav .nav-container {
		background-color: #1B2932;
		position: fixed;
		right: -100%;
		height: calc(100% - 35px);
		overflow: scroll;
		margin-top: 0px;
		padding-top: 30px;
		max-width: 65%;
		width: 100%;
		transition: all 0.3s ease 0s;
	}
	.main-nav .nav-container > li {
		display: block;
	}
	.main-nav .nav-container > li + li {
		margin-top: 5px;
	}
	.main-nav .nav-container > li:last-child {
		margin-bottom: 10px;
	}
	.main-nav .nav-container > li > a {
		display: block;
		margin: auto;
		border-bottom: solid 1px #5e6062;
		width: 65%;
	    padding: 20px 0;
	}
	.main-nav .nav-logo {
		display: none !important;
	}
	.show-nav .nav-container {
		right: 0px;
	}
	.main-nav {
		margin-top: 0px;
	}
	.main-nav .mobile-nav {
		display: block;
		background-color: #1B2932;
		height: 72px;
		width: 100%;
		max-width: 100%;
		float: right;
		transition: all 0.3s ease 0s;
	}
	.show-nav .mobile-nav {
		max-width: 65%;
		transition: all 0.3s ease 0s;
	}
	.fixed .show-nav.main-nav {
		background-color: transparent;
	}
	
	.col-left {
		display: block;
		height: auto;
		width: 100%;
	}
	.col-right {
		display: block;
		padding: 15px;
		height: auto;
		width: 100%;
		text-align: center !important;
	}
	.col-right h3 {
		text-align: center;
	}
	#inner .container {
		margin-bottom: 0px !important;
	}
	
	/* Staff */
	.staff-area > .flexbox {
	width: 33%;	
	}
	
	.spacer {
    width: 35px;
	}
	.word-cloud {
		height: 300px;
	}
	
	#dropzoneArea,
	#progressBar {
		margin-left: 0 !important;
		width: 100%;
	}
}

@media screen and (max-width:850px) {
	.top-nav > span {
		right: 5px;
	}
	#who-we-are{
		padding: 25px 15px;
	}
	#footer section > .cell {
		display: block;
		width: 100% !important;
		height: 100%;
		padding: 25px !important;
		text-align: center !important;
	}
	#footer .cell:last-child {
		padding-top: 0px !important;
	}
	#footer .cell:last-child div {
		text-align: center;
	}
	
	/* !Who We Are */
	.core-img h1 {
	  font-size: 40px;
	  line-height: 38px;
	}
	.core-text p {
		font-size: 14px;
	}
}

@media screen and (max-width:750px) {
	.top-nav {
		padding: 0px;
		font-size: 0px;
	}
	.top-nav p {
		display: none;
	}
	.top-nav > span {
		display: block;
		position: relative;
		top: 0px;
		right: 0px;
		width: 100%;
	}
	.top-nav > span > a {
		display: inline-block;
		text-align: center;
		font-size: 11px;
		padding: 12px 5px;
		width: 33.33%;
	}
	.top-nav > span > a:first-child {
		border-right: solid 1px #fff;
	}
	.top-nav > span > a:nth-child(2) {
		border-left: solid 1px #fff;
	}
	.top-nav > span > a:last-child {
		background: #fff;
		line-height: 10px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		z-index: 999;
	}
	.mobile-nav .menu-btn {
		top: 61px;
	}
	.banner h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.banners .slick-arrow {
		right: 30px;
	}
	.banners .slick-prev {
		top: initial;
		bottom: 60px;
	}
	.banners .slick-prev::after {
		top: 30px;
	}
	.banners .slick-next {
		top: initial;
		bottom: 20px;
	}
	.banners .slick-dots {
		top: initial;
		bottom: 50px;
		left: 30px;
	}
	.banner .cell.middle {
	  padding: 0px 15px;
	}
	.g-recaptcha > div {
		margin: 10px 0 0;
	}
	.jb-form p.note {
		margin: 0 !important;
	}
	.project-text {
		background-color: transparent !important;
		padding: 0 !important;
	}
	.table-tiles .cell.section-img {
		height: 350px;
	}
	.table-tiles .cell{
		height: auto;
	}
	.table-tiles .cell .inner-box,
	.table-tiles .row:nth-child(even) .inner-box{
		padding-top: 30px;
	}
	.space {
		width: 0px;
	}
	.table-tiles .cell {
		display: block;
		width: 100%;
	}
	
	.table-tiles .row-order {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	}
	.table-tiles .row-order .cell:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
	}
	.table-tiles .row-order .cell:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 30px;
	}
	.section-img {
	  height: 300px;
	  max-height: 300px;
	}
	.project-text {
	  padding: 10px;
	}
	
	body #checkout-steps li {
		max-width: 90px;
	}
}

@media screen and (max-width:650px) {
	.mobile-nav .menu-btn {
		top: 61px;
	}
	.main-nav .nav-container,
	.show-nav .mobile-nav {
    max-width: 100%;
	}
	
	/* Staff */
	.staff-area > .flexbox {
		width: 50%;	
	}
	.staff-modal > .cell:last-child {
		display: none;
	}
	
	.table-tiles .row .cell.section-img {
		margin-top: 8px;
	}
	.table-tiles .row-order {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	}
	.table-tiles .row-order .cell:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
	}
	.table-tiles .row-order .cell:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
	}
	.table-tiles .row .cell{
		display: block;
		border: none;
	}
	.table-tiles .cell.space{
		display: none;
	}
	.table-tiles .cell .inner-box{
		float: none !important;
		padding: 30px 20px 30px !important;
	}
	.table-tiles .row:nth-child(odd) .cell:first-child,
	.table-tiles .row:nth-child(even) .cell:last-child{
		min-height: 350px;
	}
}

@media screen and (max-width:600px) {
	.spacer {
		display: none;
	}
	#who-we-are .cell {
		display: block;
		height: 100%;
		width: 100%;
	}
	#who-we-are .table.page > .cell:first-child {
		min-height: 250px;
	}
	#who-we-are .table.page > .cell:first-child h3 {
		max-width: 100%;
		margin: auto;
		float: none;
		font-size: 24px;
		line-height: 24px;
		padding-top: 30px;
	}
	
	.gator-stats > div {
		padding: 0px;
	}
	.gator-stats::before {
		display: none;
	}
	.l-green-background .meet-team-hov > .table > .row > .cell {
	  height: 100px;
	}
	
	.social-feed-container .social-box,
	.social-feed-container .info-box {
		display: block;
		height: 100%;
		width: 100%;
	}
	.social-feed-container .social-feed {
		padding: 30px 15px;
	}
	.social-feed-container > .row > .cell > .table {
		background-color: #80BD01;
	}
	.social-feed-container .info-box.d-green-background {
		padding: 30px 15px;
	}
	.social-feed-container .info-box.l-green-background {
		margin: auto;
		height: 300px;
		width: 300px;
	}
	.social-feed-container .social-box .social-overlay, 
	.social-feed-container .social-box .social-feed,
	.social-feed-container .l-green-background .meet-team-hov {
		opacity: 1;
		visibility: visible;
	}
	.social-feed-container .social-box::after {
		display: none;
	}
	
	.banner h1 {
    font-size: 42px;
    line-height: 44px;
	}
	.advertise a p img {
		display: none;
	}
	.gator-stats .plus {
		margin: 0px 12px;
	}
	
	/* !Who We Are */
	.core-img,
	.core-text {
		display: block;
		height: 100%;
		width: 100%;	
	}
	
	.core-text > div {
		margin: 20px 0 0 20px;
	}
	.core-text p {
		color: #fff;
	}
	

}

@media screen and (max-width:450px) {
	#numbers span {
		display: block;
	}
	#numbers span:last-child span {
		display: inline-block;
	}
	.gator-stats .plus {
    line-height: 3px;
    padding-bottom: 10px;
	}
	
	/* !Who We Are */
	.core-text > div > div {
		margin-bottom: 10px;
	}
	
	.gator-call {
		background: none !important;
		height: auto;
	}
	.gator-call .green-t {
		text-align: center;
		padding: 15px;
	}
	
	/* Staff */
	.staff-area > .flexbox {
		width: 100%;	
	}
	
	.table-tiles .row:nth-child(2n+1) .cell:first-child,
	.table-tiles .row:nth-child(2n) .cell:last-child {
		min-height: 250px;
	}
}

@media screen and (max-height:600px and min-width:750px) {
	.banners .slick-prev {
		top: initial;
		bottom: 51%;
	}
	.banners .slick-next {
		top: initial;
		bottom: 42%;
	}
	.banners .slick-dots {
		bottom: 49%;
		top: initial;
	}
}