<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1{
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	color: #414042;
	font-size: 4em;
	margin:10px 0 30px;
}

h2{
font-family: "source-sans-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2.5em;
	color: #E8690C;
	margin:20px 0 20px;
}

.content h2{
	font-family: "source-sans-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2.5em;
	color: #E8690C;
}

.content h2:after {
  content : "";
  position: relative;
  display: block;
  margin:20px 0 40px 0;
  height  : 10px;
  width   : 150px;  /* or 100px */
  border-bottom:10px solid #E8690C;
}

h3{
	font-family: "source-sans-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2.5em;
	color: #414042;
}

h4{
	font-family: "source-sans-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.7em;
	color: #E8690C;
	margin:15px 0 15px;
}

h5{
	font-family: "source-sans-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #414042;
	margin:15px 0 15px;
}

h6{
	font-family: "source-sans-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.2em;
	color: #414042;
}

body{
	font-family: "source-sans-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.65em;
	color: #6E6E6E;
}

a, a:visited{
  color:#E8690C;
}
	
a:hover{
	color: #414042;
	text-decoration: none;
}

a.btn.btn-default, a.btn.btn-default:visited{

}

a.btn.btn-default:hover{

}

a.btn.btn-success, a.btn.btn-success:visited{

}

a.btn.btn-success:hover{

}

a.btn.btn-warning, a.btn.btn-warning:visited{

}

a.btn.btn-warning:hover{

}

a.btn.btn-primary, a.btn.btn-primary:visited{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    background: none;
	border:2px solid #E8690C;
    color: #E8690C;
	font-family: "source-sans-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	padding: 6px 20px;
	text-transform: uppercase;

}



/* Image styles */
img, video, canvas, iframe {
    max-width: 100% !important;
}
    
img {
    max-width: 100% !important;
    height:auto !important;
}

img.glow {
    box-shadow: 0 0 10px 2px #ababab;
    border:2px solid #fff;
}

.img-responsive {
    width:100% !important;
    height:auto !important;
}

img.polaroid {
    border:1px solid #fff;
	box-shadow: 0 0 5px 5px #8C8C8C;
	margin:15px 10px;
}

img.rounded {
    width:100%;
    height:auto;
	border-radius: 50%;
}

img.coupon {
    width:100% !important;
    height:auto !important;
	border:3px dashed #ee3a43;
	border-radius: 5px;
}

form label {
	font-weight: 400;
}

.req {
	color: red;
}

a.btn.btn-primary:hover{
	background: #E8690C;
	color: #fff;
}

.spacemargin {
	margin: 75px 0;
}

.largespacemargin {
	margin: 100px 0;
}

.normpad {
	padding:70px 0;
}

.largepad {
	padding: 100px 0;
}

.bottompad {
	padding: 0 0 70px 0;
}


.flex-equal {
	display: inline-block;
}

.flex-equal &gt; div {
	display: inline-block;
}



.flex-center {
	display: block;
	align-items: center;
}

blockquote {
	border: none;
	font-size: 1.5em;
	font-style: italic;
	line-height: 2em;
}

blockquote:before {
	content:open-quote;;
	font-size:9em;
	line-height: 0;
	color: #A2A0A0;
	text-align: left;
	font-family: adobe-caslon-pro, serif;
	font-weight: 800;
	font-style: normal;
}

/* Logo styles */
.logo-container {
	margin: 0 ;
	display: inline-block;
}
a.logo {
	position:relative;
	width: 200px;
	height: auto;
	color: white;
	font-size:.01em;
	display:block;
	overflow:hidden;
	margin:10px 0 0 15px;
}

a.logo span {
	background: url(../images/suby-logo-w.png) no-repeat;
	position: absolute;
	width: 317px;
	height: 96px;
	top:0;
	left:0;
	display:block;
	background-size:contain;
}
/*-------- Admin Header Nav Adjustments -------- */
#frontmenu .navbar-nav {
	display: block !important;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	    -ms-flex-direction: unset;
	        flex-direction: unset;
}

#frontmenu .navbar {
	padding:0px !important;
	margin-top:0;
}
/*-------- Admin Header Nav Adjustments -------- */
/* tinyMCE styles */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}

/*-------- tinyMCE styles -------- */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}

#adminEditDialog form {
	background-color: #fff;
	padding: 0;
}

	
	#adminEditDialog .modal-dialog {

		width: 80%;
		max-width: 1000px !important;
	}

.modal-header .close {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.modal-header .modal-title {
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
}

.modal-header.filehelp_icon {
	width:60px;
}

.mcefoot .input-group {
	width: 80%;
}

.mcefoot .input-group-btn:last-child &gt; .btn, .mcefoot  .input-group-btn:last-child &gt; .btn-group {
	height: 100%;
}

.mcefoot .input-group-addon {
	width: auto;
}
.modal-footer .row {
	width: 100%;
}
/*-------- tinyMCE styles -------- */


/* hide the link until viewport size is reached */
a.toglmenu-reveal {
	display: none;
}

/* when under viewport size, .togl-container is added to body */
.togl-container .togl-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #E8690C;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.togl-container a.toglmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.togl-container a.toglmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.togl-container .togl-nav {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 44px;
}

.togl-container .togl-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.togl-container .togl-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.togl-container .togl-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #414042;
	border-top: 1px solid #eeeeee;
	text-decoration: none;
	text-transform: uppercase;
}

.togl-container .togl-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #eeeeee;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.togl-container .togl-nav ul li.togl-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.togl-container .togl-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.togl-container .togl-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.togl-container .togl-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.togl-container .togl-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.togl-container .togl-nav ul li a.togl-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: #fff;
	border: none !important;
	border-left: 1px solid #eeeeee !important;
	border-bottom: 1px solid #eeeeee !important;
}

.togl-container .togl-nav ul li a.togl-expand:hover {
	background: #eee;
}

.togl-container .togl-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.togl-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.togl-container .togl-bar, .togl-container .togl-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.togl-remove {
	display: none !important;
}

#login {
    position: relative;
		margin: 10px 5px 0 0;
		float: right;
}

#login .btn{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    background: #E8690C;
    color: white;
	font-family: adobe-caslon-pro, serif;
	font-weight: 800;
	font-style: normal;
	font-size: .85em;
	padding: 10px 10px 6px;
}

/* Thumbnail gallery styles */
ul a.fancybox-effects-c {
	margin:0px !important;
	padding:0px;
}

a.fancybox-effects-c {
	text-align:center;
}


a.fancybox-effects-c img {
	width:auto;
	margin:5px !important;
	border:3px solid #fff;
	box-shadow: 0 0 7px 0 #3D3D3D;
}

ul.thumbgallery {
	text-align:center;
}



/* Main Website styles */

.imghero {
		height:800px;
}

.standardhero {
	background-color:#a2a2a2;
	height:200px;
	background: url(/sites/thesubygroup.com/theme/images/standardbg.jpg) no-repeat;
		background-size: cover;
}

.home {
	background: url(/sites/thesubygroup.com/assets/images/headerimages/home-hero.jpg) no-repeat;
	background-size: cover;
	background-position: -250px, center;
}

.business {
	background: url(/sites/thesubygroup.com/assets/images/headerimages/business-hero.jpg) no-repeat;
	background-size: cover;
	background-position: center, center;
}

.restaurant {
	background: url(/sites/thesubygroup.com/assets/images/headerimages/restaurant-hero.jpg) no-repeat;
	background-size: cover;	
	background-position: center, center;
}

.about {
	background: url(/sites/thesubygroup.com/assets/images/headerimages/about-hero.jpg) no-repeat;
	background-size: cover;
	background-position: center, center;
}

.individual {
	background: url(/sites/thesubygroup.com/assets/images/headerimages/individual-hero.jpg) no-repeat;
	background-size: cover;	
	background-position: center, center;
}

.herohead {
	margin:220px 0 0 0;
	color: #fff;
    font-size: 4em;
	font-family: adobe-caslon-pro, serif;
	font-weight: 800;
	font-style: normal;
	text-shadow: 0 0 15px #666666;
}

.seperator.blue {
	background: url(../images/blue-icon.png) no-repeat;
	position: absolute;
	left:42%;
	margin-top:-40px;
	width: 86px;
	height: 86px;
}

.seperator.orange {
	background: url(../images/orange-icon.png) no-repeat;
	position: absolute;
	left:42%;
	margin-top:-40px;
	width: 86px;
	height: 86px;
}

.seperator.white {
	background: url(../images/white-icon.png) no-repeat;
	position: absolute;
	left:42%;
	margin-top:-40px;
	width: 86px;
	height: 86px;
}

.testimonial-image-l {
	margin:0 0 0 -50px;
}

.employees {
	display: flex;
	justify-content: center !important;
	position:  relative;
}


.employees p {
	margin: 0;
	padding: 0;
}

.employees img {
	display: block;
	width:100%;
	height:100%;
}

.employees .overlay-title {
	position: absolute;
	bottom: 0;
	left: 5px;
	padding: 5px;
	font-size: 1em;
	color: #fff;
	text-align: left;
	text-shadow: 0 0 5px #757575;
	font-family: "source-sans-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	opacity: 1;
	transition: opacity 0.3s ease;
}


.employees div:hover {
    opacity: .9; /* Show the title when hovering over the container */
}

.employees div:hover .overlay-title {
	color: #E8690C;
	text-decoration: none;
}


.employees a h5 {
	position: absolute;
	bottom:0;
	left:20px;
	color:#fff;
	font-size: 1.3em;
	text-align: left;
	text-shadow: 0 0 5px #757575;font-family: "source-sans-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase
}

.employees a:hover h5 {
	color: #E8690C;
}

/*  Backgrounuds */

.lightblue.pattern {
	background: url(../images/wavebg.jpg) repeat;
	padding-bottom:70px;
}

.lightgrey {
	background-color: #eee;
}

.lightgreyshadow {
	background-color: #eee;
	box-shadow: inset 0 7px 10px -7px rgba(0,0,0,0.4);
}

/*  Home Page */
.whitebox {
	background:#fff;
	padding:25px 15px;
	margin-top:30px;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.3);
}

.orangebox {
	background: #E8690C;
	padding:25px 15px;
	margin-top:30px;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.3);
	color:#fff;
}

.whitebox h3, .orangebox h3 {
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
}

.orangebox h3 {
	color:#fff;
	text-align: center;
}

.orangebox a {
	color: #fff;
	
}


/* Thumbnail slider styles */
#bx-pager {
    text-align: center;
}

#bx-pager a {
    margin: 0 3px;
}

#bx-pager a img {
    width: 20% !important;
    border: 1px solid #ccc;
    padding: 3px;
    box-shadow: 1px 1px 7px lightgrey;
}

.bx-wrapper {
	border: none !important;
	box-shadow: none !important;
	background: none !important;
}

/* Image styles */
img, video, canvas, iframe {
    max-width: 100% !important;
}
    
img {
    max-width: 100% !important;
    height:auto !important;
}

img.glow {
    box-shadow: 0 0 10px 2px #ababab;
    border:2px solid #fff;
}

.img-responsive {
    width:100% !important;
    height:auto !important;
}

img.polaroid {
    border:1px solid #fff;
	box-shadow: 0 0 5px 5px #8C8C8C;
	margin:15px 10px;
}

img.rounded {
    width:100%;
    height:auto;
	border-radius: 50%;
}

img.coupon {
    width:100% !important;
    height:auto !important;
	border:3px dashed #ee3a43;
	border-radius: 5px;
}

img.drop {
	margin: 0 0 0px -50px;
}


/* Events Manager, News Manager social links */
#shareLink {
    margin: 30px 0 10px;
    position: relative;
}

#shareLink a.facebook {
    background: url(../images/facebook-event.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 118px;
}

#shareLink a.twitter {
    background: url(../images/twitter-event.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 157px;
}

#shareLink a.linkedin {
    background: url(../images/linkedin-event.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 197px;
}

#shareLink a {
    font-size: .00001em;
    height: 32px;
    width: 32px;
    display:block
}

/* tinyMCE styles */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}

/* Popup Alert styles */
#siteAlert {
    background: url(../images/alertBG.png) repeat;
	background-repeat: repeat;
    background-size: cover;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
.alertBox {
	vertical-align: middle;
	position:fixed;
	 position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
		transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	border-radius: 15px;
	padding: 20px;
	background: #fff;
	opacity: 1;
	z-index: 3;
}

a.alertClose {
	float:right;
	width:37px;
	height:37px;
	position:relative;
	margin: -15px -15px 0 0;
}

a.alertClose span {
	position:absolute;
	width:37px;
	height:37px;
    background: url(../images/alertClose.png);
}

.alertDismiss {
	background:#eee;
	padding:15px;
	text-align:center;
	margin:15px 0 0 0;
}

.alertDismiss a, .alertDismiss input#remember {
	margin: 5px;
}

/* Social Media styles */
ul.social {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    display: block;
}

ul.social li {
    float: left;
    display: inline;
}

ul.social li a{
	margin: 0 2px;
	font-size: .0001em;
	color: #003337;
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	}
	
ul.social li a span {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    
}

ul.social li a.twitter span, ul.social li a#twitter span {
    background: url(../images/twitter.png);
    background-repeat: no-repeat;
}
	
ul.social li a.linked_in span, ul.social li a#linked_in span {
    background: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

ul.social li a.facebook span, ul.social li a#facebook span {
    background: url(../images/facebook.png);
    background-repeat: no-repeat;
}

ul.social li a.tumblr span, ul.social li a#tumblr span {
    background: url(../images/tumblr.png);
    background-repeat: no-repeat;
}

ul.social li a.gplus span, ul.social li a#gplus span {
    background: url(../images/gplus.png);
    background-repeat: no-repeat;
}

ul.social li a.instagram span, ul.social li a#instagram span {
    background: url(../images/instagram.png);
    background-repeat: no-repeat;
}

ul.social li a.pinterest span, ul.social li a#pinterest span {
    background: url(../images/pinterest.png);
    background-repeat: no-repeat;
}

ul.social li a.youtube span, ul.social li a#youtube span {
    background: url(../images/youtube.png);
    background-repeat: no-repeat;
}

/* Blog styles ... DELETE if no blog on website */
ul.blogList_pageNumbers {
    list-style: none;
    text-align: center;
}

ul.blogList_pageNumbers li {
    display: inline-block;
}

ul.blogList_pageNumbers li a, ul.blogList_pageNumbers li a:visited {
    background: #000;
    color: white;
    padding: 4px 6px 2px;
    margin: 0 2px;
    border-radius: 3px;
    text-decoration: none;
}

ul.blogList_pageNumbers li a:hover{
	background: ;
}

.blogPost_Timestamp {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: .85em;
    color: #9b9b9b;
}

.blogPost_Title a {
    text-decoration: none;
}

.blogPost_Readmore a, .blogPost_Readmore a:visited, .blogPost_comments a, .blogPost_comments a:visited {
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 12px;
    width: 140px;
    display: inline-block;
    text-align: center;
    color:black;
}

.blogPost_Readmore a:hover, .blogPost_comments a:hover{
	background: ;
	color: ;
}

.blogPost {
    margin: 50px 0 30px;
}

.backTolist{

}

.backTolist a, .backTolist a:visited{

}

/* Predictive Search dropdown styles ... DELETE if no search for site */
#search-results {
    background: #f2f2f2;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#search-results ul {
    margin: 0px;
    padding: 10px 0;
    list-style: none;
}

#search-results ul li a {
    padding: 5px 10px;
    color: #000;
    font-size: 1em;
    display: block;
    text-decoration: none;
}

#search-results ul li a:hover {
	color:#fff;
	background:#000;
}

/* Event Manager styles ... DELETE if no events on site */
h3.eventTitle {
    color: #802754;
    font-size: 2em;
    margin-top: 50px;
}

ul#eventList li:first-child h3.eventTitle {
    margin-top: 0;
}

.eventAddress {
    margin-bottom: 20px;
}

li.eventDisplayInList a, li.eventDisplayInList a:visited {
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px 10px;
}

li.eventDisplayInList a:hover {
    background:#000;
    color:white;
}

.event h3 {
    color: #000;
}

#eventContacts h4 {
    margin-top: 30px;
}


footer {
	background: #E8690C;
	padding: 75px 0px;
	color: #fff;
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
}

footer b, footer strong {
	font-size: 1.3em;
	font-weight: 800;
}

footer a {
	color: #fff !important;
	text-decoration: underline;
}

footer .sm {
	font-family: "source-sans-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8em;
}

.footright {
	margin:25px 0 0;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#bx-pager a img {
			width: 10% !important;
	}
	.alertBox {
		width: 50%;
	}
	.flex-equal {
		display: flex;
	}
	.flex-equal &gt; div {
		display: flex;
		align-items: stretch;
	}
	.flex-center {
		display: flex;
		align-items: center;
	}
	/* Navigation */
	a.logo {
		width: 317px;
		height: 96px;
		margin:30px auto;
	}
	a.logo span {
		background: url(../images/suby-logo-w.png) no-repeat;
		position: absolute;
		width: 317px;
		height: 96px;
	}
	
	img.drop {
		margin: 0 0 -150px -50px;
	}
	
	
		
	/* Nav styles */
	
	#main-nav{
		padding: 0 15px;
		position: absolute;
		right: 0px;
		top: 170px;
		z-index: 1000;
		display: block;
	}
	
	#main-nav li:last-child{
			border-bottom: none;
	}
	#main-nav a {
			color: #fff;
			text-transform: uppercase;
			font-size: 1.2em;
		font-family: adobe-caslon-pro, serif;
		font-weight: 800;
		font-style: normal;
	}
	#main-nav a:hover {
		color: #E8690C;
		text-decoration: none;
	}
	#main-nav li {
			padding: 5px 15px;
			border-bottom:none;
	}
	#main-nav ul{
		padding:0;
		list-style:none;
		text-align: center;
	}
	#main-nav ul li{
		display:inline-block;
	}
	#main-nav ul li ul{
		text-align:left;
		display: none
	}
	#main-nav ul li ul li{
		display:block;
		border-bottom:1px solid #DBDBDB;
	}
	#main-nav ul li ul, #main-nav ul li:hover ul li ul  {
			display: none;
	}
	#main-nav ul li a{
	}
	#main-nav ul li:hover ul {
		 display: block;
			position:absolute;
			background: #f0ecf4;
			padding: 10px 0;
			background: rgba(255,255,255,0.9);		
			min-width:300px;
			border: 1px solid #eee;
	}
	#main-nav ul li ul {
			background: rgba(255,255,255,.9);		
	}
	#main-nav ul li ul li:hover ul {
		display: block;
		position: absolute;
		left: 250px;
		top:5px;
			border: 1px solid #eee;
			background: rgba(238,238,238,.9);		
	}
	#main-nav ul li ul a {
		font-family: "source-sans-pro", sans-serif;
			font-weight: 600;
			font-style: normal;
			font-size: 1em;
			color: #414042;
		display: block;
		min-width: 300px;
	}
	#main-nav ul li ul li a:hover {
		color: #E8690C;
		text-decoration: none;
	}
	
	#login {
    position: relative;
		margin: 30px 60px 0 0;
		float: right;
	}
	
	#login .btn{
		font-size: 1em;
		padding: 12px 12px 6px;
	}
	.seperator.blue {
		left:48%;
	}
	.seperator.orange {
		left:48%;
	}
	.seperator.white {
		left:48%;
	}
	.whitebox {
		margin-top:-100px;
	}
	.orangebox {
		margin-top:-100px;
	}
	.home {
		background-position: center, center;
	}
	.herohead {
			font-size: 6em;
			margin:100px 0 0 0;
	}
	.logo-container {
			margin: 15px 0 0 20px;
	}





	.employees .overlay-title {
		position: absolute;
		bottom: 0;
		left: 20px;
		padding: 10px 20px;
		font-size: 1.3em;
	}
}

/* Small devices (tablets, 992px and up) */
@media (min-width: 992px) {

}

/* Small devices (tablets, 1200px and up) */
@media (min-width: 1200px) {
	.adminloggedin #main-nav {
		top: 150px;
	}

}


/* Small devices (tablets, 1350px and up) */
@media (min-width: 1350px) {
	
	#main-nav{
		top: 100px;
	}
	.logo-container {
			margin: 32px 0 0 40px;
	}
}

/* Small devices (tablets, 1400px and up) */
@media (min-width: 1400px) {


}

/* Small devices (tablets, 1700px and up) */
@media (min-width: 1700px) {
#nav {
    margin: 0 10%;
}
}


</pre></body></html>