@charset "UTF-8";
/* CSS Document */

/* Font classes */
.npa_g1 {
	padding-left:30px;
	font-size:30px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(102,102,102);
}

.npa_g2 {
	font-size:22px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(102,102,102);
}

.npa_g3 {
	padding-left:0px;
	font-size:14px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(102,102,102);
}

.npa_g4 {
	padding-left:15px;
	font-size:16px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(102,102,102);
}

.npa_g5 {
	padding-left:5px;
	font-size:14px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-seriff;
	color:rgb(102,102,102);
}

.npa_g6 {
	font-size:12px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-seriff;
	color:rgb(102,102,102);
}

.npa_w2 {
	font-size:30px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(255,255,255);
}

.npa_w3 {
	font-size:24px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(255,255,255);
}

.npa_w3_5 {
	font-size:18px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(255,255,255);
}

.npa_w4 {
	font-size:14px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(255,255,255);
}
.npa_w4_error {
	font-size:14px;
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(255,0,0);
}

.npa_w5 {
	font-size:12px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(255,255,255);
}

.npa_w5 a:link {
	border-bottom: 1px solid #FFF; padding-bottom: 1px;
}

.npa_w6 {
	font-size:10px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(255,255,255);
}

.npa_b2 {
	font-size:18px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgb(0,0,0);
}



/*end Font classes*/


a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.npa_g3 a {
	color:rgb(102,102,102);
}

.npa_g4 a {
	color:rgb(102,102,102);
}

.joinnow_btn a {
	color:rgb(255,255,255);
}

.npa_w2 a {
	color:rgb(255,255,255);
}

.npa_w3 a {
	color:rgb(255,255,255);
}

.npa_w4 a {
	color:rgb(255,255,255);
}

.npa_w5 a {
	color:rgb(255,255,255);
}

.npa_w6 a {
	color:rgb(255,255,255);
}

.npa_g5 a {
	color:rgb(102,102,102);
}

.npa_g6 a {
	color:rgb(102,102,102);
}

.npa_loginWelcome {
	padding-top:40px;
}

.nav li a {
	padding:12px 7px;
}

.navbar {
	background-image:none;
}

.triangle-up-right {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  right: -100px;
  overflow: hidden;
	z-index:10;
}

/*.triangle-up-right:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background:rgb(255,255,255);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -75px;
  left: -75px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}*/


.triangle-up-right-blue {
  width: 20px;
  height: 25px;
  position: absolute;
  top: 75px;
  right: -20px;
  overflow: hidden;
	z-index:10;
	border-left:rgba(0,0,153,1) thin solid;
}

/*.triangle-up-right-blue:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background:rgb(0,0,153);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -76px;
  left: -70px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}*/

.triangle-up-right-blue:after {
  
  /*-webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
  top: -76px;
  left: -70px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.inner_back {
	/*z-index:5;*/
	position:absolute;
	width:1150px;
}

.head_int_1 {
	background-color:transparent; 
	height:100px; 
	width:100%; 
	/*border-bottom:rgba(0,0,153,1) thin solid;*/
}

.head_int_2 {
	background-color:transparent; 
	height:76px;  
	width:100%; 
	/*border-bottom:rgba(0,0,153,1) thin solid;*/
}
	

.home_background {
	background: url('includes/themes/MuraBootstrap3/images/Global-Skylines-Website.jpg') no-repeat; 
	background-size: 100% 100%;
	height:700px;
	width:1200px;
	margin-top:0px;
	z-index:5;
	position:absolute;
}

.js_background {
	background: url('includes/themes/MuraBootstrap3/images/job-seekers-log-in-background2.jpg') no-repeat;
	background-size: 100% 100%;
	height:900px;
	width:1200px;
	margin-top:0px;
	/*z-index:-1;*/
	position:absolute;
	overflow:hidden;
}

.js_container {
	height:700px;
	overflow:hidden;
	margin-left:-30px;
	}

.rec_background {
	background: url('includes/themes/MuraBootstrap3/images/recruiters-log-in-background.jpg') no-repeat;
	background-size: 100% 100%;
	height:750px;
	width:1200px;
	margin-top:0px;
	/*z-index:-1;*/
	position:absolute;
	overflow:hidden;
}

.rec_container {
	height:750px;
	overflow:hidden;
	margin-left:-30px;
}

.welcome_bar {
	background-color:rgba(0,0,153,1);
	height:100px;
	width:100%;
	margin-top:0px;
	padding:20px;
	z-index:5;
	/*position:absolute;*/
}

.int_back {
	background: url('includes/themes/MuraBootstrap3/images/job-seekers-log-in-background2.jpg') no-repeat;
	background-size: 100% 100%;
	height:400px;
	width:70%;
	margin-top:-100px;
	z-index:-1;
	position:absolute;
	overflow:hidden;
	clip:rect(100px,900px,400px,0px);
	/*border:thick solid rgba(255,0,0,1);*/
}

.int_back .text {
	z-index:1 !important; 
	margin-top:275px;
	margin-left:30px;  
	font-size:24px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:rgba(255,255,255,1);
}

	
.form_spacer {
	padding-bottom:5px;
}

.home_icons {
	margin-top:60px;
	text-align:center;
}

.bluebox {
	background-color:rgba(0,92,167,.80);
	width:700px;
	height:275px;
	float: none;
  margin: 73px auto 0 auto;
	padding:15px 20px 15px 30px;
}

.js-bluebox {
	background-color:rgba(0,92,167,.80);
	width:700px;
	height:315px;
	float: none;
  margin: 73px auto 0 auto;
	padding:15px 20px 15px 30px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.full_col {
	padding-left:0px;
	padding-right:0px;
}

.whitebox {
	background-color:rgba(255,255,255,.8);
	width:100%;
	height:320px;
	margin-top:30px;
}

.js_spacer {
	background-color:rgba(255,255,255,.8);
	width:100%;
	height:350px;
	margin-top:0px;
}

.halfbar {
	min-height:20px; 
	background-color:rgb(255,255,255);
	position:absolute;
	z-index:10;
}

.npa_head {
	min-height:80px; 
	background-color:rgb(255,255,255);
}

.logo_holder {
	z-index:12;
	position:absolute;
	padding-top:15px;
	padding-right:30px;
}

.npa_w5 ul {
	/*padding-left:20%;*/
}

.npa_menubar {
	padding:35px 0 0 0;
}

.npa_menubar2 {
	padding:5px 0 0 0;
}

.joinnow_btn {
	background-color:rgba(254,115,1,1);
	color:rgba(255,255,255,1);
	display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.go_btn {
	background-color:rgba(254,115,1,1);
	color:rgba(255,255,255,1);
	display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search {
    margin: 0;
    padding: 0;
}

.search ul {
    margin: 0;
    padding: 3px;
}

.search ul li {
    margin: 2px;
    list-style: circle;
		display:inline;
}

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 0px;
}

.social ul li {
    margin: 2px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 20px;
    height: 20px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 11px;
    text-align:center;
    padding-top: 6px;
    /*border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;*/
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook {
    background: #4060A5;
}

.social .fa-twitter {
    background: #00ABE3;
}

.social .fa-linkedin {
    background: #0094BC;
}

.social .fa-youtube {
    background: #FF1F25;
}

.social .fa-rss {
    background: #e88845;
}

.social .fa-youtube-play {
    background: #DF192A;
}

.npa_footer {
	background-color:rgba(35,55,93,1);
	min-height:90px;
	text-align:center;
	padding-top:40px;
}

/* Pods */
.pod {
	box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
	min-height: 300px;
	background: #F1F1E7;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.shadow {
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.5);
}
.pod .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 6px 8px; 
}
.pod .podHeadBlack {
	background: #1c1c1c;
}
.pod .podHeadGreen {
	background: #006600;
}
.pod .podHeadBlue {
	background: #004994;
}
.pod .podHeadRed {
	background:#C30;
}
.pod .podHeadBeige {
	background:#DDDEC5;
}
.pod .head h1, .pod .head h2, .pod .head h3 {
	padding: 0 0 0 5px;
	margin: 0;
	font-weight: bold;
	line-height: 1.1;
	font-size:18px;
}
.podFontWhite h2{
	color:#FFF !important;
}
.podFontBlack h2{
	color:#000 !important;
}
.podText {
	padding: 10px 10px 10px 10px;
}
.pod ul {
	display:block;
	list-style-type: none;
	padding: 20px;
	margin-top: 2px;
}
.pod ul li {
	line-height: 22px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	display: list-item;
	text-align: -webkit-match-parent;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
}
.form-group {
    margin-bottom: 8px;
}

.help-icon {
	color:#8D8C8C;
	cursor: pointer; 
}

.label-heading {
	color:#337ab7;
	font-size:12px;
	font-weight:bold;
}
div.modal-body ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
div.modal-body ul li {
	list-style-type: disc; 
	list-style-position: inside;  
}

label {
	margin-top: 5px;
	margin-bottom:0px;
}

label.drkGray {
	color:#545454;
}