body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	/*font: 400 15px/1.8 "Lato", sans-serif;*/
	font: 1em/1.8 "Lato", sans-serif;
	color: #666;
}
a, abbr {
	text-decoration: none;
}
a:hover {
	color:red;
}
header {
	height: 85px;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;		
	opacity: 0.85;
	z-index: 1;
	text-align: right;
	transition: height 0.3s;
	-webkit-transition: height 0.3s;
	padding: 7px;
	border-bottom: solid 1px darkblue;
}
#logo {
	position: absolute;
	left: 0;
	padding: 10px;
	height: 65px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#contactTop {
	text-decoration: none;
	color: #b60000;
	font-weight: bold;
	margin: 25px;
	display: block;
	transition: margin 0.3s;
	-webkit-transition: margin 0.3s;
}
#contactTop.smaller {
	margin: 10px 20px;
}
#contactTop:hover {
	color: #0b335b;
}
header.smaller {
    height: 40px;
}
#logo.smaller {
	height: 30px;
	padding: 5px;
}
.bgimg-1, .bgimg-btm {
	position: relative;
	background-position: left;
}
.bgimg-1 {
	background-image: url("images/iStock-904418894.jpg");
	min-height: 100%;
	background-position-y: 0;
	background-size: cover; 
	overflow:hidden;
}
.bgimg-2 {
	background-image: url("images/iStock-506195444.jpg");
	min-height: 100%;
	background-position-y: 0;
	background-size: cover;
	overflow:hidden;
	opacity:0.8;
}
.caption {
	position: absolute;
	top: 53%;
	width: 100%;
	text-align: center;
}
.caption div {
	display:inline-block;
	width:85%;
	background-color: #fff;
	border:solid 1px #fff;
	border-radius:10px;
	opacity: 0.8;
}
.caption div span {
	color: #000;
	padding: 18px;
	font-size: 1.5em;
	letter-spacing: 10px;
}
#linksMobile {
	display:none;
	position:fixed;
	right:0px;
	top:100px;
	width:120px;
	height:30px;
	border-top:none;
	border-right:none;
	background-color: #b60000;
	border-bottom-left-radius: 10px;
	color: #fff;
	z-index: 110;
	cursor:pointer;
	transition: top 0.3s;
	-webkit-transition: top 0.3s;
}
#linksMobile.smaller {
	top:55px;
}
#linksMobileClose {
	display:none;
	position:absolute;
	bottom:0;
	right:7px;
	padding:10px;
}
#linksHeader {
	width:75px;
	height:30px;
	margin-top:0;
	padding-top:20px;
	margin-bottom:0;
	text-shadow: 2px 2px 4px #000;
}
#links {
	display:block;
	position:fixed;
	right:0;
	top:100px;
	width:75px;
	height:305px;
	border-bottom-left-radius: 15px;
	opacity:0.75;
	z-index: 100;
	transition: top 0.3s;
	-webkit-transition: top 0.3s;
	text-align:center;
	color:#fff;
	line-height:1em;
	background-color:#b60000;
}
#links.smaller {
	top:55px;
}
#links:hover {
	opacity:1;
	transition: hover 0.3s;	
}
.link {
	display:block;
	margin:0;
	padding:15px 0;
	border-bottom:solid 1px #fff;
	background-color: #000;
	color:#fff;
	text-decoration: none;
	font-size: 0.9em;
}
.link:hover {
	background-color:cornflowerblue;
	text-shadow: 2px 2px 4px #000;
	color:#fff;
}
.overview {
	background-color: white;
	text-align: center;
	padding: 50px 80px;
	text-align: justify;
}
.overview h1 {
	color: royalblue;
	font-weight: bold;
}
.paraContainer {
	position: relative;
}
.paragraph {
	color: #ddd;
	background-color: #0b335b;
	text-align: center;
	padding: 50px 80px;
	text-align: justify;
}
.ctrContainer {
	width:100%;
	text-align:center;
}
h1 {
	letter-spacing: 5px;
	text-transform: uppercase;
	font: 20px "Lato", sans-serif;
	text-align:center;
	padding-bottom: -30px;
	font-size: 1.7em;
}
.paragraph h1 {
	color: cornflowerblue;
	font-weight: bold;
}
#avayaSapphire {
	width:45%;
	margin:2%;
}
#nortel {
	width:40%;
	margin:2%;
	vertical-align:top;
}
h2, h3 {
	font-size: 1.5em;
	margin-bottom:-10px;
	text-align:left;
}
#mainImg {
	width:45%;
	margin:2%;
	box-shadow: 5px 5px 20px black;
}
span.yellow {
	font-weight:bold;
	color:yellow;
}
#maintContainer {
	position:relative;
	overflow:hidden;
	border:solid 2px yellow;
	max-height: 400px;
	min-height: 350px;
}
#maintContainer img:first-child {
	margin-bottom:-9px;
	min-height: 350px;
	min-width:788px;
}
#maintBox {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	padding:20px;
	background-color:#fff;
	opacity:0.8
}
#maintBox h3 {
	color:#0b335b;
	margin-top:-10px;
}
#maintBox img {
	margin: 5px 15px;
}
#maintBox ul {
	list-style: none;
	color:#000;
	font-weight:bold;
}
#maintBox ul li::before {
	content: "\2022";
 	color: red;
 	font-size: 1.3em;
 	line-height: 1em;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
#J179 {
	width:23%;
	padding:1%;
	margin-bottom:50px;
}
#NortelPhones {
	width:42%;
	padding:3%;
}
#B189 {
	width:23%;
	padding:1%;
	margin-bottom:50px;
}
.dark {
	color: #111;
}
.light {
	color: #fff;
}
.drkOrg {
	color: darkorange;
}
.fullWidth {
	width:100%;
}
.halfWidth {
	display:inline-block;
	width:45%;
	margin:2%;
}
.thirdWidth {
	display:inline-block;
	width:31%;
	margin:1%;
}
.twoThirdWidth {
	display:inline-block;
	width:56%;
	margin:1%;
}
.bgimg-btm {
	background-image: url("images/grid-3227320_1920-2.jpg");
	height: 100%;
	background-size: cover;
	overflow:hidden;
	padding: 50px 80px;
}
#partnersBox {
	display:inline-block;
	vertical-align:top;
}
#partnersLogos {
	background-color:white;
	border:solid 1px #fff;
	border-radius:15px;
	box-shadow: 5px 5px 20px black;
}
.contactBtm {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0 20px;
	line-height: 2.8em;
}
.contactBtm:hover {
	color: cornflowerblue;
}
footer {
	width:100%;
	height:40px;
	background-color:#0b335b;
	text-align:center;
}



@media only screen and (max-width: 1175px) {
	.caption {
		top: 50%;
	}
	#maintBox ul li {
		font-size: 0.95em;
	}
}
@media only screen and (max-width: 800px) {
	.avayaNortel {
		width: 70%;
	}
	.halfWidth, .thirdWidth, .twoThirdWidth {
		width:100%;
		margin:0;
	}
	#mainImg {
		width:60%;
	}
	#maintBox {
		width:100%;
		left:0;
	}
	#maintBox h3 {
		font-size: 1em;
		color:#0b335b;
		margin-top:-10px;
		width:300px;
	}
	#maintBox ul {
		width:260px;
	}
	#maintBox ul li::before {
	 	font-size: 1em;
		width: 1em;
		margin-left: -2em;
	}
	#maintBox img {
		width:30px;
		margin:5px 10px;
	}
	#phone {
		width:60%;
	}
	#J179 {
		width:70%;
		padding:12%;
		margin-bottom:50px;
	}
	#NortelPhones {
		width:90%;
		padding:2%;
	}
	#B189 {
		width:60%;
		padding:17%;
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 630px) {
	body, html {
		font: 0.95em/1.5 "Lato", sans-serif;
	}
	.bgimg-1 {
		background-image: url("images/iStock-904418894_mobile.jpg");
	}
	.bgimg-2 {
		background-image: url("images/iStock-506195444_mobile.jpg");
	}
	#contactTop {
		margin: 30px;
	}
	.caption {
		top: 47%;
	}
	#links { /*Hide for mobile*/
		display:none;
		height:292px;
	}
	#linksMobile { /*Show for mobile*/
		display:block;
	}
	#linksMobileClose { /*Show for mobile*/
		display:block;
		cursor:pointer;
	}
	.overview, .paragraph {
		padding: 30px 30px;
		text-align:left;
	}
	h1, h2, h3 {
		font-size:1.3em;
	}
	.avayaNortel {
		width: 100%;
	}
	#mainImg {
		width:95%;
	}
	#maintContainer {
		max-height: 280px;
		min-height: 280px;
	}
	.bgimg-btm {
		padding: 30px 30px;
	}