.col-left {
	padding: 0 15px;
}
.col-right {
	padding-left: 42px;
	width: 316px;
}
.side-content-callout {
	position: relative;
	z-index: 0;
}
.side-content-text {
	position: absolute;
	top: 0px;
	left: 0px;
/* 	padding: 0px 20px; */
	z-index: 1;
}
.side-content-callout p,
.side-content-callout a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'ubuntumedium';
}
.side-content-callout p {
	font-size: 42px;
	line-height: 42px;
	padding-top: 25px;
	margin-bottom: 10px;
}
.side-content-callout a {
	cursor: pointer;
	font-family: 'ubunturegular';
	font-size: 16px;
	padding: 10px 10px 8px 0;
}

/***** !Top/Main Navigation *****/
#navigation {
	position: fixed;
	top: 0px;
	text-transform: uppercase;
	width: 100%;
	z-index: 9999;
}
.top-nav {
	background-color: #f7f7f7;
	position: relative;
	text-align: center;
	font-family: 'ubuntumedium';
	overflow: hidden;
}
.top-nav > p {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 0px;
	line-height: 35px;
}
.top-nav > span {
	position: absolute;
	top: 8px;
	right: 50px;
}
.top-nav > span > a {
	padding: 10px;
}

.main-nav {
	margin-top: 55px;
	transition: all 0.3s ease 0s;
}

/* !Mobile Nav */
.mobile-nav {
	display: none;
}
.mobile-nav img {
	height: 63px !important;
	margin: 2px 0px 0px 25px
}
.mobile-nav .menu-btn {
	position: absolute;
	right: 25px;
	top: 58px;
	height: 30px;
	width: 45px;	
}
.menu-btn span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #80BD01;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu-btn span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.menu-btn span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}
.menu-btn span:nth-child(1), .menu-btn span:nth-child(2) {
  top: 0px;
}
.menu-btn span:nth-child(3), .menu-btn span:nth-child(4) {
  top: 12px;
}
.menu-btn span:nth-child(5), .menu-btn span:nth-child(6) {
  top: 24px;
}
.show-nav .menu-btn span:nth-child(1),
.show-nav .menu-btn span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-nav .menu-btn span:nth-child(2),
.show-nav .menu-btn span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-nav .menu-btn span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.show-nav .menu-btn span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.show-nav .menu-btn span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.show-nav .menu-btn span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.show-nav .menu-btn span:nth-child(5) {
  left: 5px;
  top: 20px;
}
.show-nav .menu-btn span:nth-child(6) {
  left: calc(50% - 5px);
  top: 20px;
}

.main-nav .nav-container {
	text-align: center;
	height: 72px;
}
.main-nav .nav-container > li {
	display: inline-block;
	list-style: none;
}
.main-nav .nav-container > li > a {
	color: #FFF;
	padding: 26px 10px;
	margin: 0px 9px;
	font-family: 'ubuntumedium';
	font-size: 16px;
	line-height: 16px;
}
.main-nav .nav-container > li > a:hover {
	color: #80bd01;
}

.main-nav .nav-logo {
	position: relative;
	width: 250px;
	transition: all 0.3s ease 0s;
}
.main-nav .nav-logo img {
	position: absolute;
	right: 0px;
	bottom: -60px;
	margin: 0 auto;
}
.main-nav .nav-logo .t-logo {
	left: 0px;
}
.main-nav .nav-logo .s-logo {
	top: -66px;
	left: 18px;
	/*width: 75px;*/
}

.fixed .main-nav {
	background-color: #1b2932;
	margin-top: 0px;
}
.fixed .main-nav .nav-logo .t-logo {
	opacity: 0;
	visibility: hidden;
}
.fixed .main-nav .nav-logo .s-logo {
	top: -13px;
	left: 0px;
	width: 91px;
}
.fixed .main-nav .nav-logo {
	width: 200px;
}
	
/***** !Home page *****/
.green-t {
	color: #80bd01 !important;
	display: block;
	font-family: 'ubuntumedium' !important;
	margin-bottom: 15px !important;
	text-transform: uppercase;
}
.button,
a.button,
input[type="submit"].button {
	background-color: #80bd01;
	color: #FFF;
	font-family: 'ubuntumedium';
	text-transform: uppercase;
}
.button:hover,
a.button:hover,
a.button:active,
input[type="submit"].button:hover,
.top-nav > span > a:hover  {
	background-color: #1b2932;
	color: #80bd01;
}
#hero {
	position: relative;
	min-height: 600px;
}
#hero .banners,
#hero .banners > div,
#hero .banners > div > div {
	min-height: 600px !important;
}
#hero .banner > .table.page {
	height: 100%;
}
.banner {
	background-attachment: fixed;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px !important;
	position: relative;
}
.safari .banner {
	background-attachment: scroll;
}
.banner:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(27, 41, 50, 0.7), rgba(127, 187, 2, 0.4));
}
#inner .banner {
	background-attachment: scroll;
	min-height: 360px !important;
}
#inner .banner h1 {
	text-align: center;
	color: #FFF;
	position: relative;
	top: 200px;
	z-index: 1;
	padding: 0px 15px;
}
.banner .cell.middle {
	color: #FFF;
	text-align: center;
	padding: 0px 10px;
	position: relative;
	z-index: 1;
}

.banner .cell.middle p {
	font: 16pt/20pt 'varela';
	margin: 15px 0px 40px;
}
.banner .cell.middle .button {
	padding: 13px 25px;
}

/* Banner arrows */
.banners .slick-arrow {
	background-size: contain;
	position: absolute;
	right: 50px;
	top: 0px;
	bottom: 0px;
	margin: auto 0;
	left: initial;
	z-index: 1;
}
.banners .slick-arrow:before,
.banners .slick-arrow:after {
	display: block;
	height: 20px;
	width: 20px;
	transition: all 0.3s ease 0s;
}
.banners .slick-arrow:hover {
	color: #80BD01;
}
.banners .slick-prev {
	background: transparent url(/images/icons/g-up-arrow.png) no-repeat center center scroll;
	top: -45px;
}
.banners .slick-prev:before {
	content: '';
	background: transparent url(/images/icons/up-arrow.png) no-repeat center center scroll;
}
.banners .slick-prev:after {
	background-color: #FFF;
	content: '';
	height: 1px;
	width: 25px;
	display: block;
	
	position: absolute;
	top: 36px;
	left: -2px;
}
.banners .slick-next {
	background: transparent url(/images/icons/g-down-arrow.png) no-repeat center center scroll;
	top: 55px;
}
.banners .slick-next:before {
	content: '';
	background: transparent url(/images/icons/down-arrow.png) no-repeat center center scroll;
}
.banners .slick-prev:hover:before,
.banners .slick-next:hover:before {
	opacity: 0;
}
/* Banner lines */
.banners .slick-dots {
	top: 49%;
	left: 50px;
	width: auto;
}
.banners .slick-dots li {
	display: block;
	list-style: none;
	height: 10px;
}
.banners .slick-dots li button {
	background-color: #FFF;
	padding: 0px;
	height: 4px;
	width: 15px;
	transition: all 0.3s ease 0s;
}
.banners .slick-dots li.slick-active button,
.banners .slick-dots li:hover button {
	background-color: #80bd01;
	width: 28px;
}
.slick-dots li button::before {
	display: none;
}
.slick-list {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.slick-track {
  height: 100% !important;
  display: block;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.slick-vertical .slick-slide {
	border: none !important;	
}

/***** !Who We Are *****/
#who-we-are {
	padding: 60px;
	position: relative;
}
#who-we-are:after {
	content: '';
	background: transparent url(/images/layout/gator_golfer.png) no-repeat center center scroll;
	background-size: contain;
	
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 215px;
	height: 279px;
}
#who-we-are .table.page > .cell:first-child {
	background: transparent url(/images/layout/content-bg.png) no-repeat right bottom scroll;
	background-size: cover;
}
#who-we-are .table.page > .cell:first-child h3 {
	margin-top: -30px;
}
#who-we-are .cell {
	height: 300px;
}
#who-we-are h3 {
	text-align: right;
	float: right;
	width: 100%;
	max-width: 400px;
}
#who-we-are hr {
	float: right;
}
#who-we-are p {
	color: #858585;
	text-align: left;
	font-family: 'varela';
	font-size: 16px;
}
#who-we-are a {
	color: #1b2932;
}

/***** !Stats/Social-feed *****/
.spacer {
	width: 80px;
}
.gator-stats {
	background-color: #1b2932;
	color: #FFF;
	padding: 0px 100px 0px 40px;
	position: relative;
}
.gator-stats > div {
	max-width: 500px;
	float: right;
}
.gator-stats:before {
	content: '';
	background: transparent url(/images/layout/pattern01.png) no-repeat center center scroll;
	background-size: contain;
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 115px;
	height: 115px;
}
.gator-stats p:not(.green-t) {
	font-family: 'varela' !important;
	margin: 20px 0px;
}
.gator-stats #numbers {
	text-align: center;
	font-size: 0px;
}
.gator-stats span {
	display: inline-block;
	text-align: center;
	font-family: 'ubuntubold';
	font-size: 42px;
}
.gator-stats span p {
	text-transform: capitalize;
}
.gator-stats .plus {
	font-size: 12px;
	color: #80bd01;
	margin: 0px 30px;
	line-height: 89px;
	vertical-align: top;
}
.social-feed-container .d-green-background {
	background-color: #598302 !important;
}
.social-feed-container .l-green-background {
	background-color: #80bd01 !important;
}
.social-feed-container .info-box {
	color: #FFF;
	position: relative;
	text-align: center;
	padding: 0px 10px;
	width: 300px;
	transition: all 0.3s ease 0s;
}
.social-feed-container .info-box:hover {
	background-color: #80bd01 !important;
}
.social-feed-container .info-box:before {
	content: '';
	background-size: contain;
	position: absolute;
	right: 0px;
	width: 115px;
	height: 115px;
}
.social-feed-container .info-box h3 {
	padding: 10px 0px 8px;
}
.social-feed-container .d-green-background:before {
	background: transparent url(/images/layout/pattern03.png) no-repeat center center scroll;
	top: 0px;
}
.social-feed-container .l-green-background:before {
	background: transparent url(/images/layout/pattern02.png) no-repeat center center scroll;
	bottom: 0px;
}
.i-social-bg:after {
	background: transparent url(/images/icons/instagram.png) no-repeat center center scroll;
}
.f-social-bg:after {
	content: '';
	background: transparent url(/images/icons/facebook.png) no-repeat center center scroll;
}
.social-feed-container .social-box {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 300px;
	z-index: 0;
}
.social-feed-container .social-box:after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: 20px;
	height: 29px;
	width: 29px;
	transition: all 0.3s ease 0s;
	z-index: -1;
}
/*
.social-feed-container .social-box:hover:after {
	opacity: 0;
}
*/
.social-box > a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
}
.social-feed-container .social-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0;
	margin: auto;
	background-color: rgba(27,41,50,0.85);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.social-feed-container .social-feed {
	cursor: pointer;
	color: #FFF;
	padding: 10px 30px;
	position: relative;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.social-feed-container .social-feed .social-date {
	margin: 10px 0px !important;
}
.social-feed-container .social-box:hover .social-overlay,
.social-feed-container .social-box:hover .social-feed {
	opacity: 1;
	visibility: visible;
}

.meet-team-hov {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.meet-team-hov > .table > .row > .cell {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0px;
	transition: all 0.3s ease 0s;
}
.meet-team-hov > .table > .row > .cell a {
	display: block;
	height: 100%;
}
.l-green-background:hover .meet-team-hov > .table > .row > .cell{
	height: 100px;
}
.l-green-background .meet-team-hov > .table > .row:nth-child(2) div{
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.meet-team-hov .row:nth-child(2) > div {
	background-color: #80bd01;
	display: block;
	height: 100px;
	width: 300px;
}
.meet-team-hov .row:nth-child(2) > div h3 {
	padding: 0px;
	line-height: 100px;
}
.social-feed-container .l-green-background:hover .meet-team-hov {
	opacity: 1;
	visibility: visible;
}

/***** !Brands Slider *****/
#pop-brands {
	position: relative;
}
#pop-brands .table {
	height: 250px;
}
#pop-brands .green-t {
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 30px;
}
.brand-slider {
	text-align: center;
}
.brand {
	display: inline-block;
	margin: 0px 25px;
}
.advertise {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.advertise a {
	background-color: #80bd01;
	color: #FFF;
	display: block;
	padding: 13px;
	text-transform: uppercase;
}
.advertise a p {
	display: inline-block;
	margin: 0px;
	font-size: 18px;
	position: relative;
}
.advertise a p img {
	position: absolute;
	left: -100px;
	top: -23px;
	width: 85px;
}

/* Slider */
.brand-slider {
	height: 250px;
	padding: 0px 20px;
}
.brand-slider .slick-list {
	height: 250px !important;
}
.brand-slider .slick-track {
	top: 0 !important;
}
.brand-slider .brand {
	height: 250px !important;
	position: relative;
}
.brand-slider .brand img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.brand-slider .brand img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brand-slider .slick-prev {
	left: 5px;
}
.brand-slider .slick-prev:before {
	font-family: "FontAwesome";
	content: '\f060';
	color: #5e6062;
	font-size: 14px;
}
.brand-slider .slick-next {
	right: 5px;
}
.brand-slider .slick-next:before {
	font-family: "FontAwesome";
	content: '\f061';
	color: #5e6062;
	font-size: 14px;
}

/***** !Footer *****/
#footer {
	background-color: #1b2932;
}
#footer {
	color: #FFF;
}
#footer .cell:first-child {
	padding-right: 0px;
	width: 65%;	
}
#footer .cell {
	padding: 80px 70px 30px;
}
.footer-nav {
	margin: 30px 0px 10px;
}
.footer-nav li {
	color: #FFF;
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
}
.footer-nav li + li {
	margin-left: 20px;
}
.footer-nav li:hover {
	color: #80BD01;
}
#footer .cell:first-child p {
	color: #5e6062;
	margin-bottom: 10px;
}
#footer .cell:first-child p a:hover {
	color: #FFF;
}

#footer .cell:last-child {
	text-align: right;
	vertical-align: bottom;
}
#footer .cell:last-child > div {
	display: inline-block;
	text-align: left;
}
#footer .cell:last-child p {
	margin-bottom: 15px;
}
.social-links {
	background-color: #80BD01;
	border-radius: 2px;
	color: #000;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	width: 30px;
}
.social-links + .social-links {
	margin-left: 10px;
}
.social-links:hover {
	color: #FFF;
}
.social-links i {
	line-height: 30px;
	font-size: 20px;
}

/***** !Sub Pages *****/
.breadcrumbs {
	display: inline-block;
	padding: 30px 15px;
	max-width: 1024px;
	width: 100%;
	text-align: left;
}
.breadcrumbs li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
}
.breadcrumbs li:hover {
	color: #80BD01;
}
.breadcrumbs li + li {
	color: #80BD01;
}
.breadcrumbs li + li:before {
	content: '+';
	color: #000;
	font-weight: bold;
	line-height: 12px;
	padding: 0px 4px;
}
.sub-content > .cell {
	padding: 0px 15px;
}
.sub-content h3 {
	text-align: left;
	padding-bottom: 5px;
}
.sub-content hr {
	text-align: center;
	margin: 20px auto;
}
/* !Callout */
.gator-call {
	background-attachment: scroll;
	background-color: transparent;
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
}
.gator-call .green-t {
	font-size: 18px;
	padding-right: 300px;
	text-align: right;
}
/*
.gator-call:after {
	content: '';
	background: transparent url(/images/layout/gator_golfer.png) no-repeat center center scroll;
	background-size: contain;
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 215px;
	height: 279px;
}
*/

/***** !Contact Form *****/
.jb-form {
	margin-bottom: 50px;
}
.g-recaptcha {
	display: block;
	text-align: center;
}
.g-recaptcha > div {
	display: inline-block;
	margin-left: 10em;
}
.buttons .button {
	cursor: pointer;
	color: #FFF;
	padding: 10px 20px;
}

/***** !Testimonials *****/
.testim + .testim {
	margin-top: 50px;
}
.quote-author {
	font-weight: bold;
}

/***** !Who We Are *****/
.core-img {
	background-color: #1b2932;
}
.core-img h1 {
	color: #FFF;
}
.core-img hr {
	margin: 20px auto;
}
.core-img p {
	color: #5e6062;
}
.core-img .row:first-child .cell {
	position: relative;
	padding: 100px 100px 60px;
	height: 100px;
}
.core-img .row:first-child .cell:before {
	content: '';
	background: transparent url(/images/layout/pattern01.png) no-repeat center center scroll;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 115px;
	height: 115px;
}
.core-img .row:last-child .cell {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.core-img .row:last-child > .cell:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(27,41,50,0.6);
}

.core-text {
	position: relative;
	z-index: 1;
}
.core-text p {
	display: inline-block;
	margin: 0px;
	padding: 31px 15px 32px 110px;
	font-size: 0px;
	opacity: 0;
	transition: all 0.5s ease 0.2s;
}
.core-letters {
	color: #FFF;
	display: inline-block;
	font-size: 72px;
	background-color: #80BD01;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	text-align: center;
	line-height: 85px;
	transition: all 0.3s ease 0s;
	
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.active .core-letters {
	color: #1B2932;
}
.core-letters:after {
	content: '';
	background-color: #80BD01;
	position: absolute;
	left: 85px;
	top: 0px;
	bottom: 0px;
	margin: auto 0;
	height: 3px;
	width: 0px;

	transition: all 0.3s ease 0s;
}
.letter-sapce {
	height: 35px;
}
.core-text .green-t {
	display: inline-block;
	margin: 0px !important;
}
.core-text > div {
	margin: 115px 0px 0px -42px
}
.core-text > div > div {
	position: relative;
	margin-bottom: 15px;
	max-height: 85px;
}

/* Animations */
.show-val > div > div .core-letters::after {
	width: 20px;
}
.show-val > div > div p {
	font-size: 20px;
	opacity: 1;
}
.core-text > div div:nth-child(1) .core-letters::after,
.core-text > div div:nth-child(1) p { transition: all 1s ease 0s; }
.core-text > div div:nth-child(2) .core-letters::after,
.core-text > div div:nth-child(2) p { transition: all 1s ease 0.3s; }
.core-text > div div:nth-child(3) .core-letters::after,
.core-text > div div:nth-child(3) p { transition: all 1s ease 0.6s; }
.core-text > div div:nth-child(4) .core-letters::after,
.core-text > div div:nth-child(4) p { transition: all 1s ease 0.9s; }
.core-text > div div:nth-child(5) .core-letters::after,
.core-text > div div:nth-child(5) p { transition: all 1s ease 1.2s; }
.core-text > div div:nth-child(7) .core-letters::after,
.core-text > div div:nth-child(7) p { transition: all 1s ease 1.5s; }
.core-text > div div:nth-child(8) .core-letters::after,
.core-text > div div:nth-child(8) p { transition: all 1s ease 1.8s; }
.core-text > div div:nth-child(9) .core-letters::after,
.core-text > div div:nth-child(9) p { transition: all 1s ease 2.1s; }
.core-text > div div:nth-child(10) .core-letters::after,
.core-text > div div:nth-child(10) p { transition: all 1s ease 2.4s; }

/***** !Staff Page *****/
.staff-modal {
	background-color: #fff;
}
.staff-modal > .cell:first-child {
	padding: 25px;
}
.staff-modal > .cell:last-child {
	text-align: center;
}
.staff-modal > .cell:last-child figure {
	padding: 25px;
}
.staff-modal > .cell:last-child img {
	max-height: 500px;
}
.staff-area {
	padding-top: 25px;
	display: flex;
	flex-wrap: wrap;
}
.staff-area > .flexbox {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 300px;
	width: 25%;
}
.staff-area > .flexbox:before {
	content: '';
	background-color: rgba(27,41,50,0);
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	width: 100%;
	transition: all 0.3s ease 0s;
}
.staff-area > .flexbox:hover:before {
	background-color: rgba(27,41,50,0.85);
	height: 100%;
}
.staff-area > .flexbox > div {
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 3px #80bd01;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	position: relative;
	overflow: hidden;
	height: 0;
	width: 70%;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.staff-area > .flexbox:hover > div {
	height: 70%;
	opacity: 1;
	visibility: visible;
}
.staff-area > .flexbox > div p {
	margin-bottom: 0;
	font-size: 20px;
}
.staff-area > .flexbox > div p.learn-more {
	color: #80bd01;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.staff-area > .flexbox > div:hover p.learn-more {
	opacity: 1;
	visibility: visible;
	bottom: 50px;
}

/* !Error Page */
.error-page {
	margin-bottom: 50px;
}
.error-page .button {
	padding: 10px 30px;
}

/* Misc */
#galleria {
	position:relative
}
#galleria {
	margin-bottom:25px;display:block
}
#galleria {
	height:300px;
	width:100%;
	max-width:700px;
	z-index:0;
	top:0;
	left:0;
	overflow:hidden
}

.word-cloud {
	height: 400px;
	background: transparent url(/images/layout/gatorgarb-word-art.png) no-repeat center center fixed;
	background-size: cover;
}
.slogan {
	height: 400px;
	background: transparent url(/images/layout/front-close-up.jpg) no-repeat center center fixed;
	background-size: cover;
}
.safari .word-cloud,
.safari .slogan {
	background-attachment: scroll;
}

/* Section Tool */
.sub-tiles {
	display: flex;
	flex-wrap: wrap;
}
.sub-tiles .cell {
	height: auto !important;
	min-height: 580px;
	width: 33.33%;
}
.sub-tiles .cell > div.inner-box {
	padding: 50px;
	width: 100%;
	margin-top: 25px;
}

.table-tiles .cell{
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 580px;
}
.table-tiles .cell.space{
    width: 8px;
    background: #fefefe;
}
.table-tiles .cell .inner-box{
    width: 546px;
    float: left;
    padding: 70px 0 40px 60px;
    text-align: left;
}
.table-tiles .row:nth-child(even) .inner-box{
    float: right;
    padding: 70px 60px 40px 0;
}
.table-tiles .row .cell{
    border-bottom: 8px solid #fefefe;
}
.table-tiles .row:last-child .cell{
    border-bottom: none;
    margin-bottom: 0px;
}
.table-tiles .btn{
    margin-top: 10px;
}


/* Project Uploader */
.photo-upload-form .note {
	text-align: center;
}

.dropzone {
	min-height: none;
	border: none;
	background: none;
/* 	padding: 0; */
}

.dropzone.dz-drag-hover {
	border: none;
}

.dz-drag-hover #dropzoneArea {
	border: 2px dashed #000;
}

#fancy-form #dropzoneArea {
	cursor: pointer;
	margin: 0;
}

#dropzonePreview .dz-progress {
	display: none;
}

.dropzone .dz-preview.dz-image-preview {
	background: transparent;
	width: 20%;
}

.dropzone .dz-preview .dz-image {
	width: 100%;
	height: 140px;
	border-radius: none;
}

#dropzone-template {
	display: none;
}

#fancy-form .buttons {
	margin: 0;
	text-align: center;
}

.dropzone .dz-preview .dz-image img {
	margin: 0 auto;
	max-height: 95%;
}

.dz-remove {
	padding-top: 10px;
}

.photo-upload-form h3 {
	font-size: 110%;
	border-bottom: 1px solid #5F6665;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.photo-upload-form .note-consent a {
	border-bottom: 1px dotted #333;
}

.dz-remove {
	background-color: #004D7B;
	color: #FFF;
	padding: 9px 5px;
	border-radius: 6px;
	text-transform: uppercase;
}

#fancy-form.photo-upload-form p.note {
	font-size: 12pt;
}

#dropzoneArea {
	background: rgba(20, 20, 20, 0.03);
	margin: 0 0 1em 11.4em !important;
	width: 694px;
	padding: 8px;
	border-radius: 5px;
}

#dropzonePreview {
	background-color: #FFF;
	border: 1px solid #ccc;
	border-radius: 0.3em;
	box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.1);
}

#dropzonePreview:empty {
	height: 100px;
}

#dropzonePreview:empty:after {
	content: '(Upload Photos Here)';
	padding-top: 38px;
	display: block;
	font-size: 90%;
}

#progressBar {
	margin: 0 0 1em 11.4em !important;
	width: 694px;
}

#progressBar > progress {
	width: 0;
}

/* Sections */
.space {
	width: 8px;
}
.table-tiles {
	margin-bottom: 8px;
}
.project-gallery .table-tiles:last-child {
	margin-bottom: 0px;
}
.section-img {
	height: 500px;
}
.section-img div {
	height: 100%;
	width: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-box {
	text-align: center;
}
.inner-box img {
	margin-bottom: 10px;
}
.project-text {
	padding: 25px;
}
.section-img .slick-dots {
	bottom: 15px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
.section-img .slick-dots li button {
	background: rgba(27, 41, 50, 0.2);
	border-radius: 50%;
	border: solid 3px #80BD01;
	transition: all 0.3s ease 0s;
}
.section-img .slick-dots li.slick-active button,
.section-img .slick-dots li button:hover {
	background: rgba(27, 41, 50, 1);
}

/* ---- PROJECT / OUR WORK TILES ---- */

.flexbox {
	display: flex;
	flex-wrap: wrap;
}
.project-gallery > div {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	width: 50%;
}
.project-gallery > div > div {
	background-color: #fff;
	width: 50%;
}
.project-gallery > div:nth-child(odd) {
	padding-right: 10px;
}
.project-gallery > div:nth-child(4n+3),
.project-gallery > div:nth-child(4n) {
	flex-direction: row-reverse;
}
@media screen and (max-width:1300px){
	.project-gallery > div {
		padding-right: 0 !important;
		width: 100%;
	}
	.project-gallery > div:nth-child(odd) {
		flex-direction: row !important;
	}
	.project-gallery > div:nth-child(even) {
		flex-direction: row-reverse !important;
	}
}
@media screen and (max-width:750px){
	.project-gallery > div > div {
		width: 100%;
	}
	.project-gallery .section-img {
		height: 350px;
		max-height: 350px;
	}
	.project-gallery > div > div.table {
		height: auto;
		padding: 15px;
	}
}

[class*="highslide"] .popup {
	padding: 30px;
	background: #FFF;
}
[class*="highslide"] .popup h2 {
	padding-bottom: 18px;
	color: #ed3237;
}