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

/* Bootstrap CSS Elements */
body {
/*background:url(../../images/bg.png) fixed;*/
background:#EEE;
background-size:cover;
font-family: 'Roboto', sans-serif !important;
}

/* remove all radii */
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
hr {
	margin:5px;
}
.btn	{
	text-align:left;
	outline:none !important;
	border-radius:0;
}
.btn span {
	float:right;
}
.input-group {
	width:100%;
}

/* navigation */
.navbar-brand {
	padding: 7px 10px;
}
.navbar-brand > img {
	height: 30px;
}
.navbar-nav li a {
	height: 22px;
	line-height:22px;
	padding-left:0;
}
.navbar-default .navbar-nav li a {
	color:white;
	outline:none;
}
.navbar-default .navbar-nav li a:hover {
	color:#569dd3;
}


.navbar-nav li a .fa {
	height: 22px;
	line-height:22px;
}
.navbar-header {
	width:100%;
}
.navbar-default {
	background: #4e4949;
	border:#464646;
}


.filterButton {
	color:#F68920;
	background:none;
	border:none;
	outline:none;
	margin-left:20px !important;
}
.filterButton .caret {
	margin-left: 10px;
}
.dropdown-menu {
	left: 20px;
}
.filterButton:hover, .filterButton:active, filterButton:focus {
	color:#569dd3;
	background:none !important;
	background-color:none !important;
	border:none;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.open > .dropdown-toggle.btn-default {
	background-color: none;
}
.btn-group.open .dropdown-toggle {
	box-shadow:none;
	background:none !important;
}
.btn-default:focus {
	background: none;
}
.dropBtn {
	padding: 15px 15px;
	line-height:24px;
	background-color: rgba(255, 255, 255, 0.61);
	border:none;
	width:250px;
}
.dropBtn:hover {
	background:rgba(255, 255, 255, 0.30);
	border-color:#CCC;
}
.dropBtn:focus {
	background: rgba(255, 255, 255, 0.61);
	border-color:#CCC;
}
.dropBtn:active {
	background:rgba(255, 255, 255, 0.30) !important;
	border-color:#CCC !important;
	box-shadow:none;
}
.dropBtn:focus span{
	color:#333;
}
.dropBtn span {
	font-size:24px;
}




/* modal */
.modal-content {
	border-radius:0;
}

.modal-Text {
  font-size: 1.2em;
}

.modal-Heading {
  font-weight: normal !important;
  font-size: 1.6em;
}

.modal-MainHeading {
  font-size: 1.8em !important;
}

.modal-case {
  padding-right: 2.1em;
}


/* Custom Classes */
.capabilityIcons {
	height:20px;
	margin:10px 10px 5px 0;
	display:inline-block;
}
.sociaMediaLinks {
	margin-top: 10px;
	background:rgba(255, 255, 255, 0.61);
	padding:10px;
}
.socialIcon {
	color:#569dd3;
	margin-right: 10px;
}
.socialIconTopNav {
	color:#929292;
}
.socialIconTopNav:hover {
	color:#569dd3;
}
.iconLink {
	padding:15px 0px 15px 0px !important;
}
.octoLink {
	float: left;
	margin-right:10px;
}


/* Modal CSS */
.modalLeft {
	padding-left: 35px;
}
.modalRight {
	float: right;
	text-align:right;
}
.modalRow {
	padding-top: 20px;
	padding-bottom: 20px;
}
.appShowcaseImg {
	width:100%;
	height:100%;
}
.appShowcaseImg img {
	width:100%;
	padding-right: 20px;
}
.modalTitle {
	font-size: 20px;
	color:#F68920;
}
.modalHeading {
	font-weight:bold;
	margin-top:20px;
}
.modalTechIcon {
	height: 30px;
	margin:10px;
	margin-bottom:50px;
	float:left;
}
.modalTechIcon img {
	height:30px;
}
.modalButton, modalButton:visited {
	position: absolute;
	bottom:20px;
	left:20px;
	color:#F68920 !important;
	padding:0;
	background:white;
	border:none;
	outline:none;
	text-decoration:none !important;
}
.modalButton:hover, .modalButton:active, modalButton:focus{
	color:#569dd3 !important;
	background:white !important;
	border:none;
	text-decoration:none !important;
}
button.close {
	position:absolute;
	top:10px;
	right:20px;
	z-index:5;
	outline:none;
}

/* Navigation */
.searchBox {
	padding-right: 30px;
	width:100%;
}
.navbar {
	font-size:18px;
	height:50px;
}
#navbar {
	display:none;
	font-size:18px;
}
.navbar-toggle {
	display:block;
	position: absolute;
	right:20px;
	border:none;
}
.icon-bar {
	background-color: #fff;
}
.navbar-toggle:hover .icon-bar {
    background-color: #333;
}
.menuBtn {
	padding: 15px 15px;
	line-height:24px;
	background-color: rgba(255, 255, 255, 0.61);
}
.menuBtn:hover {
	background:rgba(255, 255, 255, 0.30);
	border-color:#CCC;
}
.menuBtn:focus {
	background: rgba(255, 255, 255, 0.61);
	border-color:#CCC;
}
.menuBtn:active {
	background:rgba(255, 255, 255, 0.30) !important;
	border-color:#CCC !important;
	box-shadow:none;
}
.menuBtn:focus span{
	color:#333;
}
.menuBtn span {
	font-size:24px;
}
.menuBtn:hover span {

}
.menuIcon {
	height:24px;
	width:24px;
	float:right;
}

.container {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
#mainContent {
	margin-top: 0;
}
.footer {
	text-align: center;
	color:#FFF;
	clear:both;
	padding: 20px;
	background:#4E4949;
}
.footer a {
	color:#FFF;
}


/* Mobile Navigation */

.checkBox {
	float: left !important;
	padding-right:10px;
}
.filterGroup {
	width:100%;
	margin-top:10px;
}
#mobileSearchIcon {
	top:14px;
}
#mobileNav {
	padding: 10px;
}
#mobileNav ul {
	padding: 0;
	padding-top:20px;
}
#mobileNav li {
	height: 30px;
	width:100%;
}
.sideNavLink {
	height: 20px;
	font-size:18px;
	color:#777;
}
#sideSearch	{
	width:100%;
	padding-top:14px;
}
.iconSpace {
	width:40px;
	text-align:center;
}
.sideNavLink:hover {
	text-decoration:none;
	color:#000;
}

/* Card CSS */
.card {
	width: 100%;
	margin:0 0px 20px 0px;
	background:#fff;
	float:left;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.cardImage {
	width:100%;
	height: 100%;
	border-bottom:solid 1px rgba(215,215,215,1.00);
}
.contentHide{
  visibility: hidden;
}
.cardContent {
	padding: 10px;
}
.cardTitle {
	font-size: 16px;
	color:#F68920;
}
.cardTitle a{
	font-size: 16px;
	color:#F68920;
	text-decoration:none;
	outline:none;
}
.cardSubTitle {
	font-size: 14;
}
.cardCatagory {
	font-size: 10;
	color:#7A7A7A;
	font-weight:200;
	min-height:60px;
}
.cardFooter {
	border-top:solid 1px rgba(176,176,176,1.00);
	padding:20px;
}
.cardEye {
	margin-left: 20px;

	display:none;


}
.cardThumb {
	display:none;
}




.cardFeatured {
	float: right;
	padding:8px;
	margin:-5px;
	border-left:solid 1px rgba(203,203,203,1.00);
}
.cardButton {
	float: right;
	color:#F68920;
	background:white;
	border:none;
	outline:none;
	padding-bottom:20px;
	text-decoration:none !important;
}
.cardButton a:visited, a:active, a:focus{
	color:#F68920 !important;
}
.cardButton:hover, .cardButton:active, cardButton:focus {
	color:#569dd3;
	background:white;
	border:none;
}


/*Splash*/
#splashContent {
	padding: 0;
}
.splashInfo {
	width: 100%;
	margin:0;
	padding:0px;
}
.carousel-inner{
    width:100%;
    max-height: 600px !important;
}
.carousel-caption {
	top:20%;
	text-align:left;
	right:auto;
	bottom:auto;
}
.captionRight {
	text-align: right;
	right:20%;
	left:auto;
}
.splashText {
	background-color:rgba(0,0,0,0.51);
	padding:15px;
	margin-bottom:10px;
}
.splashText h2 {
	margin:0;
	font-size:20px;
}
.splashText h4 {
	margin:0;
	font-size:14px;
}

/*Application List*/
#applicationList {
	margin-top: 20px;
}

.affixWrap {
	min-height: 120px;
	display:none;
}
#filterNav {
	width:100%;
	height:100px;
	background:#FFF;
	text-align:center;
	padding:33px;
}
.affix {
	top:50px;
	z-index:1040;
}
.searchInput {
	width:20%;
	display: inline-block;
}
.searchInput input {
	display:inline-block;
	padding-right:30px;
}
.inputIcon {
	margin-left: -26px;
	margin-top:6px
}


/* Shadows */
.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}


/* Media Queries */
@media (min-width: 768px) {
	.splashText h2 {
		font-size:30px;
	}
	.splashText h4 {
		font-size:20px;
	}
}
@media (min-width: 890px) {
	.card {

	}
	.container {
		width:876px;
	}
	#navbar {
		display:block;
		margin-right:70px;
	}
	.navbar-header {
		width:auto;
	}
	.affixWrap {
		display: block;
	}
	#navbar {
		margin-right: 10px;
	}
	.navbar-toggle {
		display:none;
	}
	#applicationList {
		margin-top:0;
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

	.container {
		width:1170px;
	}
}
.modalText {
  text-align: justify;
}
