@charset "utf-8";
/* CSS Document */

@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=PT+Sans";


body {
	overflow-x: hidden;
	position: relative;
	height: 100%;
}


ul, ol , li, h1, h2, h3, h4, h5, h6 {
	display: block;
	padding: 0;
	margin: 0;
}

* {
font-family: "PT Sans";	


}

/* Video Background STyling starts here */

* { box-sizing: border-box; }

.video-background {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 46%; right: 10%; width: 33%; text-align: right; color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

/* Newsletter Styling strats here */

.newsletter {
width: 350px;
min-height: 180px;
display: inline-block;
background-color: #fff;	
color: black;
position: relative;
margin: 20px 30px 30px 0;	
border: solid 1px #ddd;
box-shadow: 1px 1px 5px 1px #355F95;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
padding: 0;

}


.nl-content strong {
	display: block;
	width: 100%;
	font-size: 20px;
}

.camage {
width: 100%;
height: 100px;
overflow: hidden;	
margin-bottom: 15px;
}

.camage img {
width: 100%;
height: auto;	
}


.nl-header {
width: auto;
height: 35px;
line-height: 35px;
background-color: #eee;	
padding: 0 20px 0;
font-size: 18px;
}

.nl-header  strong {
font-size: 22px;	
}

.nl-content {
padding: 20px;	
}

.newsletter .linker {
width: 100%;
display: inline-block;
text-align: left;
height: 20px;
margin-top: 5px;
}

.newsletter .linker a {
font-weight: lighter!important;	
}


/* Calendar Styling starts here */

.calenda-card {
	height: auto;
	width: 350px;
	background-color: #eee;
	display: inline-block;
	opacity: 1;
	position: relative;
	z-index: 5;
	padding: 15px;
	padding-bottom: 20px;
	margin: 0 12.5px 25px 12.5px;
	border: solid 1px #ddd;
	border-radius: 5px;

}




.calendar-header {
	width: 100%;
	height: 40px;
	line-height: 35px;
	background-color: #146EA4;
	position: relative;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	opacity: .5;
	color: white;
}


.calenda-card:nth-of-type(2) .calendar-header {
background: #AF5954important;	
}

.calendar-details  {
color: black;	
text-align: left;
}

.calendar-details strong {
font-size: 18px;
display: block;
color: #495455;
width: 100%;	
}

.calendar-header strong {
font-size: 36px;	
}

.calendar-header:before {
content: '\f073';
font-family: fontAwesome;
position: relative;
margin-left: 5px;
width: 35px;
height: 35px;	
text-align: left;
text-align: center;
float: left;
line-height: 40px;
}

/* h2 stling */

.team {
	background-color: #fff;
}

.white h2, .team h2, .cio h2 {
	width: 100%;
color: #222;
text-align: center;
margin-bottom: 20px;
padding-left: 15px;
}

.team h2 {
	color: #275187;
}

.cio h2, .secondary .container.social > h2 {
	color: white!important;
}

/* team styling */
.cio {
background-image: url(../images/josh-bg.jpg);
background-repeat: no-repeat;
background-position: center;
min-height: 500px;
position: relative;
}

.container.team {
text-align: center!important;	
}

.team-member {
	width: 300px;
	height: auto;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	position: relative;
	padding: 15px;
	background-color: #eee;
	float: none;
	margin-bottom: 25px;
}

.cio .team-member {
width: 400px;
display: inline-block;	
background: none;
}


.team-member .texter {
	width: 100%;
	height: auto;
	background-color: #eee;
	color: black;
}

.texter strong {
	width: 100%;
	display: inline-block;
}

.team-member .imager {
width: 100%;
height:  170px;
overflow: hidden;
display: inline-block;	
}


.cio .imager {	
width: 400px;
height: 400px;
display: inline-block;	
}

.cio .texter {
position: absolute!important;	
bottom: 45px;
padding: 15px;
color: black;
width: 400px;
margin: auto;
left: calc(50% - 200px);
text-align: center;
color: white;
font-size: 18px;
}


.team-member img, .cio .imager {
	width: 100%;
	min-height: auto;
}


/* CIO section play button */

#footer {
	display: inline-block;
width: 100%;
text-align: center !important;
font-family: "PT Sans" !important;
min-height: 200px;
height: auto;
position: relative;
font-size: 16px;
background-color: #eee;
padding: 50px 0 0 0!important;
margin-bottom: 0!important;
overflow: hidden;
}

#footer::after {
    width: 100% !important;
    height: auto;
    content: '\f085';
    font-family: fontAwesome;
    position: absolute;
    z-index: 999999999;
    color: #285282;
    text-align: left !important;
    background-position: top;
    background-repeat: no-repeat;
    left: 10%;
    top: 0;
    transform: rotate(15deg);
    background: none;
    pointer-events: none;
				opacity: .1;
				font-size: 300px;
}


.play {
	width: 80px;
	height: 80px;
	padding: 0;
	opacity: .6;
	transition: all 3s;
}

.play:hover {
	text-decoration: none;
	transition: all 3s;
	opacity: 1;
}

.play .fa {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: block;
	color: white;
	font-size: 45px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	margin-top: 100px;
}

/* footer Styling */


.contact-us {
    display: block;
    width: 150px;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px!important;
    background: #146EA4;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    transition: all 2s;
				margin: 0 auto;
    opacity: .68;
}

.contact-us a {
	color: #eee;
}

.base {
    background-color: #285282;
    width: 100%;
    min-height: 100px;
    position: relative;
    display: inline-block;
    padding: 25px 0 25px 0;
    margin-top: 50px;
}

.contact-us:hover {
    transition: all 2s;
    opacity: .9;
}

.footer-links, .footer-links ul {
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 30px;
}


.footer-links {
				margin-bottom: 25px;
}

.lastLinks {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}


.footer-links ul li {
    display: inline-block;
				text-align: center;
				padding: 0 15px 0 15px;
}

.footer-links ul li:not(:last-of-type) {
	border-right: 1px solid #999;
}

.address {
	width: 100%;
	text-align: center;
	margin-top: -12px;
}

.footer-links ul li a {
	color: #333;
}


#secondary .address {
color: #eee;	
}

.footer-logo {
    width: 200px;
    display: block;
    z-index: 9;
    color: white;
				margin: 0 auto
}

/* Social section */

.container.social {
text-align: center !important;	
background: #285282!important;
}

.social ul {
	width: 100%;
	text-align: center
}



.social ul li {
	width: 130px!important;
	height: 130px!important;
	text-align: center;
	line-height: 130px;
	margin: 25px;
	color: #254150;
	font-size: 62px!important;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 1s;
	border: solid 1px #ddd;
	
}
.social li:hover {
	opacity: .7;
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}
.social li:nth-of-type(1) {
	background-color: #285282;
	color: #ddd
}
.social li:nth-of-type(2) {
	background-color: #1DA1F2;
	color: #ddd
}
.social li:nth-of-type(3) {
	background-color: #125688;
	color: #ddd
}
.social li:nth-of-type(4) {
	background-color: #AF5954;
	color: #ddd
}
.social li:nth-of-type(5) {
	background-color: #146EA4;
	color: #ddd
}
.social li:nth-of-type(6) {
	background-color: #AE2327;
	color: #ddd
}

/* secondary page styling */

.secondary .jumbotron {
height: 600px;	
background-image: url(../images/Computer-maintenance.jpg);

}

#blog .jumbotron {
	background-image: url(../images/blog.jpg);
		background-position: 0 -240px!important;
	
}


#about .jumbotron {
	background-image: url(../images/about-us.jpg); 
}

#contact .jumbotron {
	background-image: url(../images/contact-us.jpg);
}

#help .jumbotron {
	background-image: url(../images/help.jpg);
	background-position: 0 -140px!important;
}



.secondary .jumbotron:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 99;
	opacity: .5;
}

.secondary h1 {
	width: 400px;
	text-align: center;
	height: 60px;
	line-height: 55px;
	position: absolute;
	z-index: 100;
	top: 60%;
	left: calc(50% - 200px);
	font-size: 36px;
	border-radius: 25px;
	color: white;
	border: 1px solid white;
	opacity: .5;
}

.secondary > .container {
	background-color: #ddd;
}

.secondary > .container .col-sm-8, .secondary > .container h2 {
	color: black!important;
}
