/* @group Responsive Hide */

.ie {
	display: none;
}
.mobile-bar {
	display: none;
	z-index: 0;
}
ul.m_sub_nav {
	display: none;
}
a.login-link {
	display: none;
}

/* @end */
html {
	position: relative;
	min-height: 100%;
}
body {
	background-color: #efefef;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}
html, body {
	height:100%;
	min-height:100%;
}
.center {
	text-align: center;
}
div, a {
/*	z-index: 1;*/
}
a {
	text-decoration: none;
	color: rgb(64, 149, 219);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
	/* -webkit-transform: translateZ(0) scale(1.0, 1.0); */
	-webkit-backface-visibility: hidden;
	-moz-transform: translateZ(0) scale(1.0, 1.0);

}
a img {
	border: none;
}
.hover, .hover:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: underline;
	-webkit-backface-visibility: hidden;
    /* -webkit-transform: translateZ(0) scale(1.0, 1.0); */
    -moz-transform: translateZ(0) scale(1.0, 1.0);
}
input, span, .remove {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
    /* -webkit-transform: translateZ(0) scale(1.0, 1.0); */
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    outline: none;
}
input:hover, span:hover, .remove:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
    /* -webkit-transform: translateZ(0) scale(1.0, 1.0); */
    -moz-transform: translateZ(0) scale(1.0, 1.0);
}
input, textarea, select {
	font-family: inherit;
	font-weight: 400;
	font-size: 12px;
}
h1, h2, h3 {
	font-weight: 500;
}
h2 {
	font-size: 18px;
    clear:both;
    margin: 0px 0px 8px;
}
p {
	font-size: 12px;
	padding: 0px;
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #838282;
}
.wrapper {
	width: 100%;
	min-height: 100%;
/*	height: 100%;*/
	padding: 0 0 0 0;
	z-index: 10;
	position: absolute;
	background: #e5e5e5 !important;
}
div, a, input, span, textarea {
	box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
}

/* @group Header */

.header {
	  width: 100%;
	  height: 70px;
	  background: #fff;
	  border-bottom: 1px solid #ddd;
/* 	  box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 3px rgba(0,0,0,0.08); */
/*
	  z-index: 9999;
	  position: relative;
*/
	  padding-left: 115px;
}
.header-container {
	max-width: none;
	margin: 0 auto;
	padding:0px 20px;
	position: relative;
	height:80px;
}
.logo {
	width: 251px;
	height: 45px;
	display: block;
	float: left;
	margin-top: 11px;
	background-image: url(/images/bc2-logo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.logo {
	text-decoration: none;
}
.header .employer {
	position: absolute;
	right: 0px;
	bottom: 28px;
	font-size: 12px;
	color: #777;
}

/* @end */

/* @group Navigation */

.nav {
	width: 100%;
	background: #4a575e;
/*	border-bottom: 5px solid #3e8aca;*/
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 1;
}
.nav-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.nav ul.menu {
	margin: 0 0 0 0px;
	padding: 0;
	position: absolute;
	left: 0px;
	top:0px;
}
.nav ul.menu li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.nav ul.menu li a {
	display: block;
	padding: 0 15px;
	line-height: 40px;
	color: white;
	font-size: 12px;
	text-decoration: none;
/*	border-right: 1px solid #5f6b71;*/
	background: #4a575e;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav ul.menu li a:hover {
	background-color: #333e43;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav ul.menu li.active a {
	background-color: #333e43;
}
.nav ul.menu li:last-child a {
	border-right: none;
}
.nav-container .nav-right  {
	position: absolute;
	right: 0px;
	line-height: 35px;
}
.nav-container .nav-right a {
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	color: white;
}
.nav-container .nav-right a:hover {
	text-decoration: underline;
}
.nav-right span {
	color: #fff;
	margin: 0px 7px;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
}
ul.account {
	position: absolute;
	right: 15px;
	top:15px;
	line-height: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
}
ul.account li {
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	color: white;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
	cursor: pointer;
}
ul.account li > a {
	color: #1976D2;
 	text-decoration: none;
 	font-size: 14px;
}
/*ul.account li:hover {
	background: #333;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}*/
ul.account li ul::before {
   position: absolute;
   top: -12px;
   right: 9px;
   display: inline-block;
   border-right: 12px solid transparent;
   border-bottom: 12px solid #CCC;
   border-left: 12px solid transparent;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   content: '';
 }
ul.account li ul::after {
     position: absolute;
     top: -10px;
     right: 10px;
     display: inline-block;
     border-right: 11px solid transparent;
     border-bottom: 11px solid white;
     border-left: 11px solid transparent;
     content: '';
   }
ul.account li ul {
	position: absolute;
	top: 40px;
	right: 0px;
	display: none;
	padding: 5px;
	background: #fff;
	min-width: 130px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	border: 1px solid #ccc;
	border-radius: 2px;
}
ul.account li:hover > ul {
	position: absolute;
/* 	display: block; */
	z-index: 300;
}
ul.account li a:hover {
	color: #0C5FB1;
}
ul.account li ul li {
	display: block;
	float: none;
	height: 32px;
	margin-bottom: 1px;
	position: relative;
}
ul.account li ul.sub-menu li a {
	background: none;
	text-transform: capitalize;
	color: #444;
	font-size: 11px;
	font-weight: 600;
	height: 32px;
	line-height: 24px;
	padding: 3px 10px;
	text-shadow: none;
	white-space: nowrap;
	border: 1px solid #fff;
	display: block;
	text-align: left;
	border: 1px solid #fff;
}
ul.account li ul.sub-menu li.current_page_item a {
	color: #fff;
}
ul.account li ul li:hover > ul {
	left: 100%;
	top: 0px;
}
ul.account li li {
	background: #fff;
	background-image: none;
	color: #444;
	margin: 0;
	width: 100%;
	padding: 0;
}
ul.account li ul.sub-menu li a:hover {
	background: #eee !important;
	text-decoration: none;
	border: 1px solid #ddd;
}
/*ul.account li ul {
	position: absolute;
	top: -9999px;
	left: 0;
	background: white;
	width: 100%;
	padding: 5px;
	margin: 0;
	z-index: 15;
}
ul.account li:hover > ul {
	top: 40px;
}
ul.account li ul li {
	padding: 0px;
	margin: 0;
}
ul.account li ul li a {
	margin: 0;
	padding: 5px 0 5px 15px;
	max-width: 100%;
	line-height: 20px;
	text-decoration: none;
	display: block;
	background: white;
}
ul.account li ul li a:hover {
	background: #777;
	color: white;
}*/
span.arrow {
	font-size: 7px;
	padding-left: 4px;
}
.shadowed {
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}
.shadow {
	background: url(/images/sprite@2x.png) no-repeat 0px -277px;
	width: 1000px;
	margin: 0 auto;
	height: 30px;
	position: relative;
	z-index: 11;
	display: none;
}
/* @end */

/* @group Sub Header */

.sub-head {
	width: 115px;
	background: #3C3C4D;
	position:absolute;
	left: 0;
	top: 0px;
	bottom: 0;
	box-shadow: 2px 0px 3px rgba(0,0,0,0.25), 0px 1px 2px rgba(0,0,0,0.34);
}
.sub-head .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0px;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
.sub-head h1 {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sub-head p {
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}
.sub-head .subNav {
	max-width: 1200px;
	margin: 0px auto 10px;
	text-align:center;
/*	overflow: hidden;*/
}
.sub-head .subNav a.box {
	width: 100%;
	position: relative;
	margin:0;
	padding: 20px 0px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
	/*background-color: rgb(59, 137, 204);*/
}
.sub-head .subNav a.box.active {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 2px 0px 3px rgba(0,0,0,0.25), 0px 1px 2px rgba(0,0,0,0.25);
}
.sub-head .subNav a.box.active:after {
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top:-24px;
	content: '';
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-right:24px solid #e5e5e5;

}
.sub-head .subNav a.box:hover {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 2px 0px 3px rgba(0,0,0,0.25), 0px 1px 2px rgba(0,0,0,0.25);
	/*background-color: #f79022;*/
/*
	border: 1px solid #4896DA !important;
	background: #136BC2 !important;
*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}
.sub-head .subNav a.box.inactive {
	border: 0px solid #64a7e0 !important;
	background: none;
	/*border: 1px solid #4A90CC;*/
	cursor: default !important;
}
.sub-head .subNav a.box.inactive span {
	opacity: .3;
}
.sub-head .subNav a.box.inactive img {
	opacity: .3;
}
.sub-head .subNav .box img {
	width: 28px;
	margin-top: 0px;
	margin-bottom: 1px;
	display: inline-block;
	vertical-align: top;
}
.sub-head .subNav .box span {
	color: #fff;
	font-weight: 300;
	width: 100%;
	font-size: 13px;
	display: block;
	box-sizing: inherit;
}
.sub-head .subNav .box span.badge, span.badge {
	  border: 2px solid #4B4B5B;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 28px;
	  height: 28px;
	  text-align: center;
	  border-radius: 125px;
	  color: #fff;
	  background-color: #d73d32;
	  font-size: 12px;
	  line-height: 24px;
	  font-weight: 400;
	  margin: -42px 0 0 12px;
	  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3);
}
/*
.white {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
}
*/
/* @end */

/* @group Buttons */

.table-1 td.buttons {
	text-align: right;
	padding-right: 15px !important;
	padding-left: 0px !important;
	float: none;
}

.buttons {
	overflow: hidden;
	float: right;
	text-align: right;
}
.buttons.top {
	margin-top: 10px;
}
.top {
	vertical-align: top;
}
.buttons a:last-child {
	margin-right: 0px;
}
.buttons.right a:last-child {
	margin-right: 8px;
}
.buttons.right a:first-child {
	margin-right: 0px;
}
.btn {
	padding: 4px 18px;
	margin-top: 2px;
	margin-bottom:2px;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	margin-right: 4px;
}
.btn:hover {
	text-decoration: none;
}
.btn.equal {
	width: 90px;
}
.btn.gray {
	background: #e9e8e8;
	border: 1px solid #d8d7d7;
	color: #555;
}
a.btn.gray:hover, input.btn.gray:hover {
	background: #f5f5f5;
	cursor: pointer;
}
.btn.x {
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
}
.btn.blue {
	background: #1976D2;
	border: 1px solid #276ca6;
	color: #fff;
}
.btn.blue:hover {
	background-color: #348ce4;
	cursor: pointer;
}
.btn.red {
	background: #d73d32;
/* 	border: 1px solid #910000; */
	color: #fff;
}
.btn.red:hover {
	background: #f35353;
}
.btn.black {
	background: #000;
	border: 1px solid #111;
	color: #fff;
}
.btn.black:hover {
	background: #444;
	cursor: pointer;
}
.btn.dark-gray {
	background: #333;
	border: 1px solid #444;
	color: #fff;
}
.btn.dark-gray:hover {
	background: #666666;
	cursor: pointer;
}
.btn.green {
	background: #18ca01;
	border: 1px solid #18ca01;
}
.btn.green:hover {
	background-color: #1bec00;
}
.hideme .form.interview .btn.blue {
	margin-right: 15px;
}
.btn.max {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0 !important;
}
.btn span {
	position: relative;
	top: -1px;
	padding-right: 1px;
	font-size: 9px;
}
.buttonFinish {
	margin-right: 0px !important;
}
.btn.back, .btn.back2 {
	padding: 7px 10px;
	margin-bottom: 10px;
}
.btn.back span, .btn.back2 span {
	font-size: 10px;
}

/* @end */

/* @group Dashboards */
.table-1 td.status {
	padding: 24px 15px 20px;
}
.table-1 td.score {
	width: 50px;
	/*min-width: 75px;*/
}
.container .left-col {
	width: 74.9%;
	display: inline-block;
	vertical-align: top;
/*	margin-top: 15px;*/
}
.container .right-col {
	width: 23%;
	margin-top: 0px;
	display: inline-block;
	margin-left: 1.5%;
	vertical-align: top;
	float: right;
}
.left-col h2, .container h2 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 16px;
	width: 100%;
	position: relative;
}
h2 span a {
	color: #fff;
}
h2 span.actions {
	position: absolute;
	right: 6px;
	font-size: 14px;
	top: 0px;
	color: #3e8aca;
}
.tableheader {
	position: relative;
}
.actions.add.careers {
	position: absolute;
	right: 15px;
	top: 12px;
}
.actions.add.careers a {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
}
span.actions.add a {
	color: #18ca01;
}
span.actions a {
	text-decoration: none;
}
span.actions a:hover {
	text-decoration: underline;
}
span.actions a.green {
	color: #18ca01;
}
span.actions a.blue {
	color: #299ee1;
}
span.actions a.black {
	color: #000;
}
span.actions .icon {
	width: 18px;
	position: relative;
	top: 3px;
	margin-right: 2px;
	margin-left: 10px;
}
span.actions.add.empty {
	font-size: 13px !important;
}
span.actions.add.empty .icon {
	margin-left: 0px !important;
}
span.score {
	display: none;
}
div.hide, td.hide {
/*	display: block;*/
}
.table-1 {
	background-color: white;
	overflow: hidden;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-spacing: 0px;
	margin-bottom: 25px;
	border-radius: 3px;
/*	border-top: 1px solid rgb(85, 158, 218);*/
/*	box-shadow: 0px 1px 5px #777;*/
}
.table-1 td, .table-1 th {
}
.table-1 th {
	color: #878787;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 5px 12px;
	background: #f3f3f3 !important;

}

.table-1 td.description{
	padding: 0px 12px 15px;
	border-top: none;
}
.table-1 td.space {
	text-align: right;
	white-space: nowrap;
}
.table-1 td.space input {
	margin-right: 6px;
}
.table-1 td {
	padding: 14px 12px;
	line-height: 20px;
	color: #404040;
	font-size: 14px;
	border-top: 1px solid #eee;
	position: relative;
/*	max-width: 170px;*/
}
.table-1 td .size {
	font-size: 13px;
	padding-right: 15px;
}
.table-1 td.icon {
	width: 53px;
}
.table-1 a {
	color: #1976D2;
}
.table-1 a span {
	font-weight: 400;
	font-style: italic;
}
.left-col .aligntop tr {
	vertical-align: top;
}
.left-col .aligntop .approve {
	margin-top: 0;
}
.table-1 tr {
	background: white;
/*	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-transition: all .2s;*/
}
/*.table-1 tr.clicked {
	background-color: #ed891f !important;
	color: #fff !important;
	cursor: pointer;
}
.table-1 tr.clicked > td, .table-1 tr.clicked > td a {
	color: #fff !important;
}*/
/* .table-1 tr:nth-child(even) {
	background: #EFF5F9;
}*/
.table-1 .header {
	height: auto;
	width:auto;
	float:none;
	margin-top:0px;
	position:relative;
	z-index:2;
	padding-left: 23px;
    background: url("/images/bg.png") no-repeat 10px center #f3f3f3 !important;
    cursor: pointer;
}
.table-1 thead tr th.header.headerSortUp {
	background: url("/images/bg-up.png") no-repeat 10px center #f3f3f3 !important;
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.table-1 thead tr th.header.headerSortDown {
	background: url("/images/bg-down.png") no-repeat 10px center #f3f3f3 !important;
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.table-1 thead tr th.header.last {
	background: -moz-linear-gradient(center top, #444, #000) repeat scroll 0 0 #DADADA !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)) !important;
}

.table-1 thead tr th.sorting_asc {
    background: url("/images/sort_asc.png") no-repeat scroll right center transparent;
}

.table-1 thead tr th.sorting {
     background: url("/images/sort_both.png") no-repeat scroll right center transparent;
}



.dataTables_filter {
  float: right;
  text-align: right;
  width: 50%;
  font-size:12px;
}

.dataTables_wrapper {
    clear: both;
    position: relative;
    font-size:12px;
}

.dataTables_info {
    float: left;
    width: 60%;
    font-size:12px;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    font-size:12px;
}
.form p.textleft {
	text-align: left;
	margin: -10px 0px 15px 0px;
}


/*SideBar*/
.side-container {
	background-color: white;
	overflow: hidden;
	width: 100%;
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	border-radius: 3px;
/*	padding: 15px;*/
}
.side-container h2 {
	margin: 0px;
	background: #4a575e;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	padding: 3.1% 0;
	margin-top: 0px;
	width: 100%;
	position: relative;
	text-indent: 15px;
}
.side-container h2 span#assign-close {
	width: 26px;
	position: absolute;
	right: 3px;
	top: 7px;
	display: none;
}
.side-container h2 span#assign-close img {
	width: 20px;
}
.side-container .interior {
	padding: 10px;
}
.side-container .group {
	border-bottom: 1px solid #ddeaf4;
	padding: 7px 0px 12px;
	margin: 10px;
	overflow: hidden;
}
.side-container .group .left {
	width: 80px;
	float: left;
	overflow: hidden;
	position: relative;
}
.side-container .group .right {
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.side-container .right h3 {
	margin: 0px;
	padding: 0px;
	color: #4a575e;
	font-size: 13px;
}
.side-container .right .match {
	font-size: 14px;
}
.side-container .right .match.green {
	color: #129601;
	line-height: 22px;
}
.side-container .right a.button {
	max-width: 58px;
	padding: 7px 10px;
	margin: 5px 0 0 0;
}
.side-container .right img.rounded {
	width: 100%;
}
.side-container a.ad {
	width: 100%;
	float: left;
	display: block;
	border-top: 1px solid #d8d8d8;
}
.side-container a.ad:hover {
	opacity: .6;
}
.side-container a.ad img {
	width: 100%;
}
.side-container a.ad-click {
	display: block;
	background: #242a40;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	float: left;
	text-decoration: none;
}
.side-container a.ad-click:hover {
	background: #2d3966;
}
.apply {
	margin: 20px 0px 10px 0px;
}
.apply a.button {
	margin-right: 0px !important;
}
td.apply-btn {
	max-width: 70px;
	text-align: center;
}
td.apply-btn a.button, td.apply-btn .btn {
	margin-top: 0 !important;
}
img.full {
	width: 100%;
}
.company {
/* 	margin: 15px; */
}
.company .profile.no-space {
	width:100%;
}
.company .profile.no-space * {
	text-align: center;
}
.pro-image {
	width: 100%;
	display: block;
}
a {
	outline: none;
}
.overflow-h {
	overflow: hidden;
}
.company .scale {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 120px;
	border-radius: 3px;
}
.company .scale > img {
    position: absolute;
}
.company h3  {
	margin: 15px 0 0 0px;
	padding: 0px;
	font-size: 14px;
}
.company ul li {
	list-style: none;
	font-size: 12px;
	padding-top: 3px;
}
.company ul {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
img.rounded {
	border-radius: 125px;
	width: 60px;
	margin: 5px 0px 1px 5px;
	border: 1px solid #bfbdbd;
}
img.rounded.small {
	width: 44px;
	height: 44px;
	vertical-align: middle;
	margin-right: 7px;
}
.approve, .deny, .pending {
	width: 26px;
	height: 26px;
	display: inline-block;
	margin: 13px 2px;
	border-radius: 125px;
}
.approve.none, .deny.none, .pending.none {
	margin: 5px 2px 2px;
}
.approve img, .deny img, .pending img {
	width: 26px;
}
.approve {
	background: #14a701;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.approve.blue {
	background: #1976D2;
}
.deny {
	background: #b00000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.pending {
	background: #f9912c;
}
a.approve:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-color: #17c401;
}
a.deny:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-color: #e60000;
}
a.button {
	background: #1976D2;
	color: #fff;
	text-decoration: none;
	padding: 3px 14px;
	font-size: 11px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin: 3px 7px 3px 0px;
	display: block;
	text-align: center;
	cursor: pointer;
	border: 1px solid #1976D2;
}
a.button:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-color: rgb(76, 155, 219);
}
a.button.white1 {
	background: #1976D2;
	color: #fff;
	border: 1px solid #fff;
	width: 100%;
	padding: 10px;
	margin-top: 7px;
}
a.button.white1:hover {
	background: #4b94d0;
}
a.button.green {
	background: #18ca01;
	border: 1px solid #18ca01;
}
a.button.green:hover {
	background-color: #1bec00;
}
a.button.resume {
	padding: 4px 14px;
	float: left;
}
a.button.resume.delete {
	background: #b00000;
}
a.button.resume.delete:hover {
	background: #e60000;
}
.resume-color {
	width: 35px;
	height: 26px;
	border: 1px solid #ccc;
}
.resume-color.blue {
	background: #0088b0;
}
.resume-color.green {
	background: #7eb717;
}
.resume-color.pink {
	background: #ea4c89;
}
#resume_status, #coverletter_status, #we_status, #ed_status {
	margin-top: 10px;
	margin-bottom: 5px;
}

/*Pie Chart*/
.canvas {
	width: 100%;
	height: 100%;
	position: relative;
}
.canvas-size {
	height: 25px !important;
	width: 50px !important;
}
span.match {
	display: none;
}
span.percent {
	font-family: sans-serif;
	position: absolute;
	top: 17px;
	left: 0px;
	font-size: 10px;
	font-weight: bold;
	color: rgb(5, 155, 5);
	text-align: center;
	width: 42px;
}
.profile .canvas {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.profile span.percent {
	width: 58px;
	top: 20px;
}
td canvas {
	margin-top: 0px;
	margin-bottom: -7px;
	margin-left: -7px;
}
.left canvas {
	position: absolute;
	top: -5px;
	left: -5px;
}

/* @end */

/* @group Edit Groups */
/*tr.edit {
	background: #f4f4f4;
}
tr.edit .form {
	padding: 25px 10px;
	margin: 0px;
}
tr.edit .form h2 {
	margin: 0px 0px 7px 0px;
}*/
tr.edit {
	background-color: #f3f3f3;
}
tr.edit td {
	column-span: 6;
}
tr.edit .form {
	padding: 25px 4px 25px 10px;
	margin: 0px;
	overflow: hidden;
}
tr.edit .form h2 {
	margin: 0px 0px 15px 0px;
	color: #1976D2;
}
tr.edit .form input.btn.blue {
	width: auto;
	padding: 7px 20px;
	text-align: center;
	float: right;
	margin-top: 15px;
	text-indent: 0px;
}
/* @end */

/* @group Profile */
.main-container {
	background-color: white;
	overflow: hidden;
	max-width: 100%;
	padding: 15px 20px;
	border: 1px solid #d8d8d8;
/*	border-top: 1px solid rgb(85, 158, 218);*/
	border-spacing: 0px;
	margin-bottom: 25px;
	position: relative;
	border-radius: 0 0 3px 3px;
}
.main-container.overflow {
	overflow: visible;
	float: left;
	width: 100%;
}
.main-container.full {
	width: calc(100% - 20px);
	margin-left: 10px;
}
.table-1 {
	border-radius: 0 0 3px 3px;
}
#about.main-container ul {
	margin: -6px 0 0 0;
}
#about.main-container ul li {
	font-size: 12px;
	color: #404040;
	line-height: 21px;
	margin-top: 7px;
}
#profile_edit {
	float: left;
	margin-left: 25px;
	width: 525px;
	margin-top: 10px;
}
#profile_edit .buttons {
	margin-top: 15px;
}
ul.edit {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	border-collapse: separate;
	width: 100%;
	border-spacing: 0px 8px;
}
ul.edit li {
	display: table-row;
	margin: 0;
	padding: 0;
}
.table {
	display: table;
	margin-top: 10px;
}
.left-edit {
	display: table-cell;
	text-align: right;
	width: 125px;
	min-width: 95px;
	font-weight: 600;
	padding: 3px 6px;
	vertical-align: middle;
	line-height: 20px;
	color: #404040;
	font-size: 12px;
	padding-right: 10px;
}
.left-edit.pass {
	min-width: 130px;
}
ul.edit li .left-edit.top, .top {
	vertical-align: top;
	padding-top: 7px !important;
}
.left-edit.top.space {
	padding-top: 10px !important;
}
ul.edit li input {
	display: table-cell;
	width: 220px;
/*	margin-bottom: 7px;*/
}
ul.edit li input.checkbox {
	display: inlne-block;
	width: auto;
	position: relative;
	top: 3px;
}
ul.edit li .drop_line.resume {
/*	margin-bottom: 7px;*/
}
a.btn.profile {
	margin: 0 auto;
	float: none;
	/*bottom: 7px;
	left: 15px;*/
	padding: 4px 13px;
}
.edit-image {
	width: 165px;
	position: absolute;
	top: 144px;
	left: 15px;
}
.main-container.profile-clear {
	overflow: visible;
}
.change {
	font-size: 11px;
	font-style: italic;
	padding-left: 5px;
}
#upload-form {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 15px;
	background: #000;
	background: rgba(255, 255, 255, 1);
	display: none;
	z-index: 99999;
	text-align: center;
}
#upload-form form {
	margin: 0 auto;
	text-align: left;
}
#upload-form p {
	padding: 0px;
}
#upload-form .buttons {
	float: left;
	margin-top: 17px;
}
.clear {
	clear: both;
}
ul.completion {
	margin: 15px 0 0 0px;
	padding: 0px;
}
ul.completion li {
	list-style: none;
	font-size: 11px;
	padding-left: 20px;
	width: 120px;
	margin-top: 6px;
}
ul.completion li.complete {
	background: url('/images/p-approve.png') no-repeat left center;
	color: #444;
}
ul.completion li.complete a {
	color: #444;
}
ul.completion li.incomplete {
	background: url('/images/p-deny.png') no-repeat left center;
	color: #444;
}
ul.completion li.incomplete a {
	color: #444;
}
ul.completion li.incomplete:hover, ul.completion li.complete:hover {
	text-decoration: underline;
	cursor: pointer;
}
.drop_line.tag-add {
	width: 236px;
	margin-right: 10px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
span.actions.add.tag {
	margin-left: 0px;
}
.tag-group {
	display: inline-block;
	/*margin-right: 8px;*/
	width: 245px;
	margin-bottom: 8px;
}
select.tags {
	color: #000 !important;
}
a {
	cursor: pointer;
}
a.deny.remove {
	position: absolute;
	top: -10px;
	right: -33px;
	width: 24px;
	height: 24px;
}
a.deny.remove img {
	width: 24px;
}
#add.btn {
	position: relative;
	top: 2px;
	left: -11px;
	height: 37px;
	line-height: 21px;
	margin-top: 0;
	position: inline-block;
	vertical-align: top;
}
.tags-contain {
	margin-top: 2px;
	margin-bottom: 3px;
}
.blocks.tag {
	display: inline-block;
	margin: 1px;
	padding: 6px 0px 6px 11px;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	background: #1976D2;
	/*text-align: center;*/
	border: 1px solid #276ca6;
	position: relative;
	padding-right: 32px;
	width: auto;
	float: left;
}
.tags-contain2 .blocks.tag {
	color: #555;
	background: #f2f2f2;
	text-align: center;
	border: 1px solid #e2e2e2;
    padding: 6px 11px;
}
.remove {
	position: absolute;
	top: -1px;
	right: 1px;
	width: 31px;
	/*border-left: 1px solid #888;*/
	/*background: #ddd;*/
}
.remove:hover {
	opacity: .7;
	cursor: pointer;
}
.tags {
	margin-top: 2px;
}
.nocheck {
	background: #D73D32 !important;
	color: #fff !important;
}
div.radio div.iradio_line-orange.nocheck div.icheck_line-icon {
		background-position: -30px !important;
}
.settings {
	max-width: 400px;
	margin: 0 auto;
}
.settings .left-edit {
	width: 110px;
}
.settings .btn.blue {
	display: block;
	margin-top: 13px;
	width: 100%;
/* 	padding: 10px 0px; */
}
.manage {
	float: right;
	background: #fff;
	border: 1px solid #ddd;
	/*padding: 15px 20px 20px 20px;*/
      padding: 15px 5px 20px 5px;
	margin-top: 5px;
	min-width: 270px;
	border-radius: 2px;
	border-bottom: 2px solid #ddd;
}
.manage h2 {
	color: #1976D2;
}
/* @end */

/* @group Career Listing */

.main-container.less {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.main-container.less .table {
	width: 100%;
}
.drop_line.import {
	width: 78%;
}
.btn.import {
	width: 20%;
	padding: 6px 18px;
	margin-left: 1%;
	display: inline-block;
	vertical-align: top;
}
.tag-group {
	width: 100%;
}
.add-tag {
	display: inline-block;
}
.main-container.less iframe#careerdescription_ifr {
	height: 150px !important;
}
.mce-statusbar .mce-container-body {
	display: none;
}

 /* @end */

 /* @group Reports */

#tablewrapper .tableheader .search input.datepicker {
 	max-width: 150px;
 	margin-right: 10px;
 }
 #tablewrapper .tableheader .drop_line.shorten {
 	max-width: 150px;
 	float: left;
 	margin-right: 10px;
 }
 .btn.gray.tall {
 	padding: 7px 10px 8px;
 }
 table.pivot {
 	width: 100%;
 	border: 1px solid #ccc !important;
 }
 table.pivot tr.head th.pivotcol, table.pivot tr.total td, table.pivot tr.total th, table.pivot td.total {
 	border: 1px solid #ccc !important;
 }
 table.pivot td.resultcell, table.pivot .foldunfold {
 	text-decoration: none !important;
 	/*border: 1px solid #eee !important;*/
 }
 table.pivot .foldunfold.collapsed {
 	background-image: url('/images/add-icon.png') !important;
 	background-size: 13px;
 }
 table.pivot .foldunfold {
 	background-image: url('/images/icon-close.png') !important;
 	background-size: 13px;
 }
 .main-container.center.scroll {
 	/*overflow: scroll !important;*/
 	overflow-x: scroll !important;
 }

 /* @end */

 span.see {
	margin: 0 0 0 10px;
	font-size: 12px;
}
.table-1.flow.add-career td.left {
	min-width: 100px;
}
.table-1.flow.add-career .drop_line.resume, .table-1.flow.add-career input.field {
	max-width: 250px;
}
.main-container p {
	line-height: 22px;
	padding: 5px 0px;
	color: #404040;
	font-size: 14px;
}
.main-container ul {
	margin-top: -5px;
}
.main-container ul li {
	font-size: 14px;
	margin-bottom: 8px;
	color: #444;
}
.profile-img {
	float: left;
	width: 165px;
	height: 165px;
	border: 1px solid #e0dfdf;
/*	overflow: hidden;*/
	position: relative;
}
.profile {
	float: left;
	margin-left: 25px;
	padding-top: 0px;
	width: calc(100% - 200px);
}
.profile.no-space {
	margin-left: 0;
	width: auto;
	text-align: left;
}
.profile h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.profile ul {
	list-style: none;
	margin: 5px 0 20px 0px;
	padding: 0;
}
.profile ul li {
	font-size: 14px;
	padding-top: 4px;
	color: #404040;
	margin-top: 0px;
	line-height: 14px;
}
.profile a.button {
	padding: 7px 10px;
	font-size: 12px;
	margin-top: 10px;
}
.table-1.flow {
/*	border-top: 1px solid rgb(85, 158, 218);*/
	padding: 0px 0px;
}
.table-1.flow td {
	padding: 3px 12px;
	line-height: 26px;
	color: #404040;
	font-size: 12px;
	border-top: 0px;
	position: relative;
}
.table-1.flow td.left {
	text-align: right;
	width: 75px;
	min-width: 75px;
	/*font-weight: 600;*/
	padding: 3px 6px;
	font-size: 11px;
	vertical-align: middle;
	top: -1px;
}
.table-1.flow td.right {
	font-size: 14px;
}
.table-1.flow td.right p *, .table-1.flow td.right ul * {
	font-size: 14px !important;
	font-family: inherit !important;
}
.table-1.flow td.right ul li {
	margin-bottom: 2px !important;
}
.table-1.flow td.right p {
/* 	margin-bottom: 0; */
	padding: 0;
}
.table-1.flow td.left.top {
	vertical-align: top !important;
}
.table-1.flow tr.spacer td {
	padding-top: 10px;
	line-height: 24px;
}
table.table-1 tr td span p {
	line-height: 20px;
	color: #404040;
	font-size: 14px;
	margin: 5px 0 9px 0;
}
table.table-1 tr td p {
	color: #404040;
}
.schedule {
	width: 100%;
	/*max-width: 250px;*/
	margin: 0 auto;
}
.schedule div.blocks {
	width: 75%;
}
.schedule span.blocks {
	/*width: 100%;*/
	float: left;
}
.schedule span.blocks:hover {
	background: #14a701;
	color: white;
	cursor: pointer;
}
.schedule .buttons {
	width: 24%;
}
span.blocks {
	display: inline-block;
	margin: 1px 1px 2px 2px;
	padding: 6px 11px;
	font-size: 12px;
	line-height: 17px;
	color: #555;
	background: #f2f2f2;
	text-align: center;
	border: 1px solid #e2e2e2;
}
span.blocks.selected {
	background: #14a701;
	color: white;
}
span.blocks.resume {
	/*background: none;
	border: none;*/
	line-height: 22px;
	padding: 0px;
	background: none;
	border: none;
}
.main_video {
	position: absolute;
	top: -8px;
	left: 0;
	margin-top: 8px;
	width: 100%;
	height: 100%;
	display: block;
}
.videoWrapper {
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
/* @end */

/* @group Resume */

.resume-style {
	border: 1px solid #d8d7d7;
	width: 250px;
	margin-top: 5px;
	margin-right: 5px;
}
.radio-select {
	width: 190px;
	float: left;
	margin-right: 10px;
	position: relative;
	margin-bottom: 5px;
	height: 190px;
}
.radio-select img {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 182px !important;
	border: 1px solid #eee;
	z-index: 1;
}
.radio-select .icheckbox_line-orange, .radio-select .iradio_line-orange {
	height: 190px;
	color: none;
	border: 3px solid #fff;
	z-index: 2;
	background: none;
}

/*****Resume Colors *********/

.radio-select.color {
	width: 60px;
	float: left;
	margin-right: 5px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 60px;
}
.radio-select.color img {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 52px !important;
	height: 50px;
	border: 1px solid #eee;
	z-index: 1;
}
.radio-select.color .icheckbox_line-orange, .radio-select.color .iradio_line-orange {
	height: 60px;
	color: none;
	border: 3px solid #fff;
	z-index: 2;
	background: none;
}

/********End Resume Colors *********/

.radio-select .iradio_line-orange:hover {
	background:rgba(255, 255, 255, 0.5);
	/*opacity: .3;*/
}
.radio-select .iradio_line-orange.checked {
	background: none;
	border: 3px solid #ff7822;
}
.radio-select .icheck_line-icon {
	display: none;
}
.radio-select .resume-style {
	margin: -1px 0 0 0;
	width: 99.4%;
}
tbody.display {
	display: block;
}
tbody.edit {
	display: none;
}
input.field {
	border: 1px solid #d8d7d7;
	background: white;
	padding: 8px 8px 9px 8px;
/* 	max-width: 400px; */
	width: 100%;
	float: left;
}
.col3 textarea {
	width: 100%;
	border: 1px solid #d8d7d7;
	background: white;
	padding: 8px 8px 9px 8px;
	height: 200px;
}
ul.edit input.field.youtube-input {
	max-width: 500px;
	width: 100%;
}
.field {
	width: 100%;
	display: table-cell;
}
.field.max  {
	max-width: 236px;margin-bottom: 5px;
}
textarea.multi-container {
	border: 1px solid #d8d7d7;
	background: white;
	padding: 2%;
	width: 95.5%;
	height: 150px;
	font-size: 12px;
	line-height: 23px;
}
.drop_line.resume span.drop select {
	padding: 7px 7px 8px 7px;
	color: #111;
	font-size: 12px;
}
.drop_line.resume {
	background-position: right 0px;
	max-width: 400px;
	width: 100%;
}
.drop_line.pro {
	max-width: 220px;
}
.drop_line.pro.state {
	max-width: 145px;
	float: left;
	margin-right: 7px;
}
input.field.zip {
	width: 84px;
	float: left;
}
textarea.textarea {
	border: 1px solid #d8d7d7;
	background: white;
	padding: 8px 8px 9px 8px;
	max-width: 400px;
	width: 100%;
	line-height: 18px;
	height: 120px;
	font-family: sans-serif;
	font-size: 12px;
}
textarea#job_description.textarea {
	height: 85px;
	margin-bottom: -8px;
}
td.left.edit {
	vertical-align: top;
}
td.save {
	width: 100%;
}
td.save a {
	float: right;
}
a.button.cancel {
	color: #555;
	background: #e9e8e8;
	border: 1px solid #d8d7d7;
}
a.button.cancel:hover {
	background: #f4f4f4;
}
.side-container a.button {
	margin-bottom: 5px;
	padding: 10px 12px;
	margin-right: 0;
	margin-top: 4px;
}
a.button.delete {
	background: #b00000;
}
 a.button.print {
	background: #333;
}
a.button.delete:hover {
	background: #ec0000;
}
a.button.print:hover {
	background: #555;
}
td.two-buttons {
	width: 142px;
}
/* @end */

/* @group Matches */

.table-1.scale.sub {
	background: #fff;
	border-top: 0px;
}
.table-1.scale.sub tr {
	background: #fff;
}
.matches {
	padding: 40px 22px 20px;
	position: relative;
	/*display: none;*/
	border-top: 1px solid #e5e5e5;
}
.hideme {
	display: none;
	position: relative;
}
td.edit {
	position: relative;
}
.match-arrow {
	position: absolute;
	top: -1px;
	left: 0px;
	right: 0px;
	background: url(/images/arrow-top.png) no-repeat center -1px;
	height: 15px;
	z-index: 999;
}
.hideme .x {
	position: absolute;
	right: 22px;
	top: 20px;
	width: 25px;
	height: 25px;
	z-index: 999;
}
.hideme .x img {
	width: 25px;
}
.hideme .x:hover img {
	opacity: .7;
	cursor: pointer;
}
.matches h2 {
	margin: 0px 0px 7px 0px;
	color: #1976D2;
}
tr.edit.match > td {
	padding: 0px !important;
	border: 0px !important;
}
tr.edit.match {
	border: 0px;
}

/* @end */

.thumb {
	vertical-align: top;
	display: inline-block;
	height: 0;
	margin: 1.5% .3% .3%;
	padding-bottom: 17.6%;
	width: 18.6%;
	position: relative;
	border: 1px solid #efefef;
	border-radius: 2px;
}
.thumb a.group1 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	outline: none;
}
.thumb img {
	width: 100%;
}
.center-btn.pro {
	width: 100%;
	position: absolute !important;
	bottom: -6px !important;
}
.center-btn.pro a.btn.red {
	width: 100%;
	padding: 5px !important;
}

/* @group Portfolio Expand */

.og-grid {
	list-style: none;
	padding: 0px 0;
	margin: 0 auto;
	width: 100%;
}
.og-grid li {
	vertical-align: top;
	display: inline-block;
	height: 0;
	margin: 1.5% .3%;
	padding-bottom: 18.6%;
	width: 18.6%;
}

.og-grid li > a, .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	/*margin: -20px 0 0 -15px;*/
	margin: 18px 0 0 -15px;
}
.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}
.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(/images/x.png) no-repeat;
	background-size: 40px 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 99999;
}
.og-close:hover {
	background: url(/images/x-roll.png) no-repeat;
	background-size: 40px 40px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.og-fullimg, .og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.og-details {
	padding: 0 40px 0 20px;
	display: none;
}
.og-fullimg {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 85%;
	height: auto;
}
.og-details h3 {
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	margin-top: 0px;
	padding: 0px 0 10px;
	margin-bottom: 10px;
}
.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #999;
}
.og-details a {
	font-weight: 700;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 0px;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}
.og-details a::before {
	content: ;
	display: inline-block;
	margin-right: 10px;
}
.og-details a:hover {
	border-color: #999;
	color: #999;
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
#og-grid li .portfolio {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.og-grid li > a, .og-grid li > a img {
	width: 101%;
	/*min-height: 100%;*/
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {
	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
}

@media screen and (max-width: 650px) {
	/*.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }*/
}
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.og-expander * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* @end */

/* @group Percentage Bar */
.padding {
	padding: 15px 15px 18px 15px;
}
#progressBar {
	width: 99%;
	height: 35px;
	border: 1px solid #16A304;
	background-color: #292929;
	font-size: 13px;
	/*text-shadow: 1px 1px 2px #333;*/
	margin-bottom: 25px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}
#progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	font-size: 14px;
	line-height: 35px; /* same as #progressBar height if we want text middle aligned */
	width: 0;
	padding-right: 7px;
}
#progressBar div.red-bar {
	background:#d73d32;
}
.jquery-ui-like {
	border-radius: 3px;
	background: #FFF;
	border: 1px solid #AAA;
	overflow: hidden;
}
.jquery-ui-like div {
/*	background-image: url(/images/pbar-ani.gif);*/
	border-right: 1px solid #AAA;
	background: #18ca01;
}
/* @end */

.scale {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.scale > img {
    position: absolute;
}
.main-container.right-padding {
	padding-right: 0px;
}
.portfolio {
	position: relative;
	width: 106px;
	height: 95px;
	display: inline-block;
	/*float: left;*/
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.portfolio {
	border: 1px solid #dddcdc;
}
.portfolio:hover > img {
	opacity: .6;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.portfolio img {

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.portfolio.add {
	background: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
	vertical-align: top;
	display: inline-block;
	height: 0;
	margin: 1.5% .4%;
	padding-bottom: 18%;
	width: 18.6%;
	border: 1px dashed #18ca01;
}
.portfolio.add.download {
	background: #1976D2;
}
.portfolio.add.print {
	background: #333;
}
.portfolio.add:hover {
	background: #f2f2f2;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
	text-decoration: none;
}
.portfolio.add img.add-icon {
	margin: 30% auto 9px;
	display: block;
	width: 25px;
	opacity: 1 !important;
}
a.black {
	color: #000 !important;
}
.portfolio.add span {
	width: 100%;
	text-align: center;
	color: #18ca01;
	display: block;
	font-size: 13px;
}
div.deny.delete {
	position: absolute;
	top: -11px;
	right: -11px;
	z-index: 15;
	margin: 0;
	border: 3px solid #fff;
	display: none;
}
.upload-form.profile {
	margin-left: 0px !important;
}
.upload-form.portfolio-image {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 15px;
	background: #000;
	background: rgba(255, 255, 255, 1);
	display: none;
	z-index: 99999;
/* 	text-align: center; */
}
.upload-form .x {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
}
.upload-form .x:hover {
	cursor: pointer;
}
.upload-form .x img {
	width: 100%;
}

/* @group Search */

.side-container .search {
	padding: 15px 15px;
}

/* @end */

.side-container .search label {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	display: block;
}
.side-container .search input {
	width: 100%;
	padding-left: 10px;
	height: 32px;
	background: #fff;
	border: 1px solid #ddd;
	margin:  0px auto 6px;
	display: block;
	font-size: 11px;
	font-weight: 300;
}
/*.side-container .search select {
	width: 100%;
	padding-left: 5%;
	height: 32px;
	background: #fff;
	border: 1px solid #ccc;
	margin:  0 0 8px 0;
	display: block;
	font-size: 13px;
}*/

p.no-left.filter {
	margin-bottom: 10px;
}
.filter input {
	width: 27%;
	margin-right: 7px;
}
.application {
	width: 100%;
	overflow: hidden;
}
.main-container h2.apply-title {
   font-size: 15px;
    margin: 15px 0px 5px;
}
#new_cover {
	background: #14CD14;
	color: #fff;
	padding: 7px;
	font-size: 11px;
	font-weight: 400;
}
.application .drop_line {
	float: left;
	max-width: 27%;
}
.application .drop_line .drop select {
	color: #222;
}
.application .view {
	float: left;
	height: 32px;
	line-height: 24px;
	margin-left: 7px;
}
.submit-resume a.button {
	height: 34px;
	line-height: 25px;
	margin-top: 10px;
	width: 43.5%;
}
p.no-left {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.drop_line {
	background: #fff url(/images/drop_arrow.png) no-repeat right;
	height: 32px;
	display: inline-block;
	border-radius: 0px;
	width: 100%;
}
span.drop {
	width: 100%;
	display: inline-block;
}
span.drop select {
	background:none;
/*	background-position: 5px -96px;*/
	height: auto;
	position: relative;
	top: 0px;
	border: 1px solid #ddd;
	border-radius: 0px;
	padding: 11px 4px 11px 5%;
	vertical-align: middle;
	font-size: 11px;
	width: 100%;
    margin: 0;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    color: #999;
}
.formLine .drop_arrow {
	position: absolute;
	top: 6px;
	left: 369px;
	z-index: 1;
	width: 18px;
}
 .search input.button {
	background: #1976D2;
	height: 40px;
	line-height: 39px;
	padding: 0px;
	text-align: center;
/*	border-radius: 5px;*/
	border: 1px solid #2ba1cd;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	margin: 10px auto 0;
	width: 100%;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}
.search input.button:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-color: rgb(76, 155, 219);
}
.full-search {
	max-width: 375px;
	margin: 0 auto;
}
.full-search .side-container h2 {
	display: none;
}
/* @end */

/* @group Home */

.home-background {
/*	background: url('images/sprite.jpg') repeat-x 0 -128px; */
	background: #1976D2;
	width: 100%;
	height: 329px;
	display: block;
	position: relative;
	z-index: 1;
	border-top: 8px solid #fff;
	margin-top: -22px;
	overflow: hidden;
}
.home-bottom {
	width: 100%;
	background: white;
	float: left;
}
.home-container {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.home-girl {
	background: url('images/sprite.jpg') no-repeat 0 -461px;
	width: 350px;
	height: 329px;
	margin-left: -74px;
	float: left;
}
.employer-girl {
	width: 367px;
	position: absolute;
	left: -30px;
	top: -27px;
	z-index: 1;
}
.home-right {
	width: 710px;
	float:right;
	margin-top: 35px;
	position: relative;
	z-index: 2;
}
.home-container h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: 200;
	margin: 0 0 15px 0;
	padding: 0px;
}
.home-container p.sub {
	text-align: center;
	font-size: 18px;
	color: #fac389;
	text-shadow: 1px 1px 1px #000;
	margin: 3px 0px 30px 0px;
	padding: 0px;
	letter-spacing: 1px;
}
.home-container .box {
	width: 48%;
	padding: 24px 30px;
	float: left;
	margin-left: 2%;
	background: white;
	height: 195px;
}

.home-container .box h2 {
	color: #2887d8;
	margin: -3px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.home-container .box p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
	color: #838282;
	text-align: center;
	width: 100%;
	height: 55px;
}
.home-container .box input.home-login {
	width: 100%;
	padding-left: 5%;
	height: 36px;
	background: #fff;
	border: 1px solid #ccc;
/*	border-radius: 5px;*/
	margin:  0px auto 8px;
	display: block;
	font-size: 13px;
}
.home-container .box.login input.button {
	margin-top: 11px;

}
.home-container .box .button, .home-container .box input.button {
	background: #1976D2;
	height: 40px;
	line-height: 39px;
	padding: 0px;
	text-align: center;
/*	border-radius: 5px;*/
	border: 1px solid #bbb;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	margin: 10px auto 0;
	width: 100%;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.home-container .box .button:hover, .home-container .box input.button:hover {
	background: rgb(76, 155, 219);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}
.container {
	max-width: 1600px;
	width: 100%;
	height: 100%;
	margin: 10px auto 0;
	padding: 60px 50px 80px 165px;
}

@media screen and (min-device-width: 860px) {
  	.container {
		min-height: 900px;
		height: 100%;
	}
}

.fullwidth {
	background: white;
	padding: 10px 20px 15px;
	max-width: 1000px;
}
.fullwidth h2 {
	color: #2a7cc0;
	margin: 8px 0px 8px;
}
.home-info {
	width: 100%;
	overflow: hidden;
	height: auto;
	margin: 40px 0 0 0;
}
.home-info .col {
	width: 30.6%;
	padding: 0 0;
	margin: 0 4% 0 0;
	display: block;
	float: left;
}
.home-info .col .title {
	width: 100%;
	overflow: hidden;
}
.home-info .col .title .right {
	margin-left: 62px;
	position: relative;
	top: -37px;
}
.home-info .col .title h2 {
	font-size: 15px;
	padding: 0;
	margin: 11px 0 5px;
}
.home-info .col .title .line {
	width: 100%;
}
.home-info .col .title span.left-line {
	width: 10%;
	height: 1px;
	float: left;
	background: #f78f20;
}
.home-info .col .title span.right-line {
	height: 1px;
	width: 90%;
	float: left;
	background: #299ee1;
}
.home-icon-1 {
	background: url('images/sprite.jpg') no-repeat 0px -63px;
	width: 48px;
	height: 47px;
	display: block;
	float: left;
}
.home-icon-2 {
	background: url('images/sprite.jpg') no-repeat -48px -63px;
	width: 48px;
	height: 47px;
	display: block;
	float: left;
}
.home-icon-3 {
	background: url('images/sprite.jpg') no-repeat -96px -63px;
	width: 48px;
	height: 47px;
	display: block;
	float: left;
}
.home-info .col p {
	color: #777;
	line-height: 21px;
	font-size: 12px;
	margin: -13px 0 0 0;
}

/* @end */

/* @group Form Styles */

.form input {
	width: 100%;
	max-width: 100%;
	text-indent: 10px;
	height: 37px;
	background: #fff;
	border: 1px solid #ddd;
	margin:  0px auto 8px;
	display: block;
	font-size: 11px;
	font-weight: 300;
	padding: 0px;
}
.form {
/*	width: 360px;*/
	margin: 15px auto 0;
}
a.forgot {
	font-size: 13px;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 4px;
}
 a.forgot.top {
	margin-top:15px;
}
.form.search {
	width: 300px;
	background: #fff;
	padding: 25px;
	margin-top: 0px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
}
.form p {
	text-align: center;
}
.drop_line {
	background: #fff url(/images/drop_arrow.png) no-repeat right;
	height: 37px;
	padding: 0px;
	display: inline-block;
	border-radius: 0px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 2px;
/*	overflow: hidden;*/
	border: 1px solid #ddd;
}
span.drop {
	width: 100%;
	display: inline-block;
}
span.drop select {
	background:none;
/*	background-position: 5px -96px;*/
	position: relative;
	top: 0px;
	border: 0px solid #ddd;
	border-radius: 0px;
	padding: 0 7px 0 10px;
	height: 37px;
	text-indent: 0px;
	vertical-align: middle;
	font-size: 12px;
	width: 100%;
    margin: 0;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    color: #000;
}
.drop_line.dark span.drop select {
	color: #000;
}
.side-bar .drop_line.dark {
	margin: 0 0 6px;
}
.formLine .drop_arrow {
	position: absolute;
	top: 6px;
	left: 369px;
	z-index: 1;
	width: 18px;
}
 .form input.button {
	background: #1976D2;
	height: 40px;
	line-height: 39px;
	padding: 0px;
	text-align: center;
/*	border-radius: 5px;*/
	border: 1px solid #2ba1cd;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	margin: 10px auto 0;
	width: 100%;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}
.form input.button:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-color: rgb(76, 155, 219);
}
.main-container .warning {
	margin-top: 10px;
}
.warning {
	background-color: #d73d32;
	margin: 0px 0 20px 0px;
	padding: 20px;
	font-size: 14px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	vertical-align: middle;
}
.warning a {
	color: #fff;
	text-decoration: underline;
}
.warning.padding {
	width: calc(100% - 20px);
	margin-left: 10px;
}
.warning:before {
	  content: '';
	  background: url(/images/warning-bad.svg);
	  width: 25px;
	  height: 25px;
	  background-size: contain;
	  position: relative;
	  margin-right: 5px;
	  display: inline-block;
	  vertical-align: middle;
	  top: -2px;
}
.warning.success {
	background-color: #0dc50d;
	color: #fff;
}
.warning.success:before {
	  background: url(/images/warning-good.svg);
}
.warning.orange {
	background-color: #EF851D;
	color: #fff;
}
.warning.orange:before {
	  background: url(/images/warning-bad.svg);
}
.warning.white {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	color: #3C3C4D;
}
.warning.white a {
	color: #1976D2;
}
.warning.white:before {
	  background: url(/images/icon-triangle.svg);
}
.warning.white.info:before {
	  background: url(/images/icon-info.svg);
}
.warning.space {
	margin: 0 0 10px 0;
}
.warning.green {
	background: #18ca01;
	border: 1px solid #13A500;
	border-bottom: 2px solid #119f00;
	color: #fff;
}
.warning.green a {
	color: #fff;
	text-decoration: underline;
}
input[type=text], input[type=password], textarea, select {
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	outline: none;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	-moz-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
}
input.needsfilled, textarea.needsfilled {
	background: #fcebeb !important;
	border: 1px solid #e49f9f !important;
}
select.needsfilled {
	background: url(/images/drop_arrow.png) no-repeat right #fcebeb !important;
	border: 1px solid #e49f9f !important;
	color: #333 !important;
}

.form.interview {
	max-width: 740px;
}
.form .line input {
	display: inline-block;
	width: 44.4%;
	margin-right: .5%;
}
.form .line input.timepicker {
	margin-right: 0px;
}
.form.interview .line label {
	display: inline-block;
	color: #666666;
	width: 2%;
	font-size: 12px;
	padding: 0px;
	margin: 0 1% 0 0;
}
.form.interview .line span.blocks {
	height: 23px;
	margin: 0 .5% 0 0;
	position: relative;
	top: 0px;
	line-height: 23px;
	background: none;
	color: #1976D2;
	border: none;
}

/* @end */

/* @group Job Search */

a.job-title {
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-decoration: none;
}
a.job-title:hover {
	text-decoration: underline;
}
a.job-title span {
	font-weight: 400;
	font-size: 12px;
	font-style: italic;
}
.date {
	padding: 0px 12px;
	background: #e9e8e8;
	border: 1px solid #ddd;
	color: #888;
	text-align: left;
	font-size: 11px;
	float: left;
}
.date.new {
	background: #f7962d;
	border: 1px solid #f7962d;
	color: #fff;
}
td.search-score {
	width: 50px;
}
td.search-date {
	width: 112px;
}
td.search-date .distance {
	text-align: right;
	margin-top: 5px;
	font-size: 11px;
	float: right;
	padding: 0px 12px;
	color: white;
	background: rgb(76, 155, 219);
}
tr {
	position: relative;
}
table tr td.full, a.full {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
}
td .distance {
	margin-top: 0px;
	font-size: 11px;
	float: left;
	padding: 0px 13px;
	color: white;
	background: rgb(76, 155, 219);
}
td.title-row {
	background:#f3f3f3;
	color: #878787;
	font-weight: 600;
	font-size: 11px;
	padding: 5px 12px;
}
h2.results {
	width: auto;
	float: left;
	margin-right: 5px;
}
span.results, span.position, span.location {
	width: auto;
	float: left;
	display: block;
	padding: 5px 9px;
	background: #ddd;
	border: 1px solid #bbb;
	font-size: 12px;
	color: #393939;
 	margin: 0px 6px 0px 0px;
}
span.results {
	background: #fff;
	border: 1px solid #ccc;
	color: 555;
	margin-left: 0px;
}
.results-container {
	/*margin-top: -2px;*/
	margin-bottom: 0px;
	overflow: hidden;
}
.results-container .right {
	float: right;
	width: 115px;
}
.results-container .right .drop_line {
	height: 30px !important;
}
.results-container .right .drop_line span.drop select {
	padding:  7px 7px 7px 10px;
}
.results-container h2.title {
	background: #1976D2;
	overflow: hidden;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}
.results-container h2.title span {
	font-weight: 300;
	opacity: .7;
}

/* @end */

/* @group Registration Form */

.registration {
	width: 700px;
}
.registration .left {
	width: 48.89%;
	margin-right: 2%;
	float: left;
}
.registration .right {
	width: 48.89%;
	float: left;
}
.registration.form input.button {
	float: left;
	margin-top: 7px;
}

/* @end */

/* @group Carousel */
h2.full {
	width: 100%;
	margin-top: 30px;
	border-bottom: 1px solid #ededed;
	color: #000;
	padding-bottom: 5px;
	font-size: 17px;
}
.caroufredsel_wrapper {
	margin-left: 6px !important;
}
.list_carousel {
	margin: 20px auto;
	width: 360px;
	max-width: 1100;
	padding: 0 40px !important;
}
.list_carousel ul {
	margin:20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
.list_carousel li {
	width: 167px;
	height: 122px;
	padding: 0;
	margin: 0 13px 0 0;
	display: block;
	float: left;
	border: 1px solid #dfdfdf;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
	position: relative;
}
.clearfix {
	float: none;
	clear: both;
}
.list_carousel .prev {
	position: absolute;
	left: 0px;
	top: 46px;
	margin-left: 10px;
	background: url('images/sprite.jpg') no-repeat -150px -63px;
	width: 31px;
	height: 31px;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.list_carousel .prev:hover {
	background: url('images/sprite.jpg') no-repeat -150px -63px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.list_carousel .next {
	position: absolute;
	right: 0px;
	top: 46px;
	margin-right: 10px;
	background: url('images/sprite.jpg') no-repeat -181px -63px;
	width: 31px;
	height: 31px;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.list_carousel .next:hover {
	background: url('images/sprite.jpg') no-repeat -181px -63px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* @end */

/* @group Smart Wizard */

.swMain {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  border: 0px solid #CCC;
/*  overflow:hidden;*/
  width:100%;
}

/* @group Step Blocks */

.swMain ul.anchor {
  position: relative;
  display:block;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 10px 0;
  clear: both;
  border: 0px solid #d8d8d8;
  background: transparent;
  overflow: hidden;
}
.swMain ul.anchor li{
  position: relative;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  border: 0px solid #E0E0E0;
}
/* Anchor Element Style */
.swMain ul.anchor li a {
  display:block;
  position:relative;
  float:left;
  margin:0;
  padding:2%;
  height:50px;
  width:100%;
  display: block;
  text-decoration: none;
  outline-style:none;
  z-index:99;
}
.swMain ul.anchor li a .stepNumber{
  position:relative;
  float:left;
  width:35px;
  text-align: center;
  padding:0px;
  font-size:42px;
  line-height: 40px;
  font-family: sans-serif;
}
.swMain ul.anchor li a .stepDesc {
  position:relative;
  display:block;
  float:left;
  text-align: left;
  padding: 2px 5px 5px 5px;
  font-size:13px;
  line-height: 17px;
  width: 99px;
}
.swMain ul.anchor li a .stepDesc small {
  font-size: 12px;
  position: relative;
  top: -5px;
}
.swMain ul.anchor li a.selected {
  color:#F8F8F8;
  background: #1976D2;  /* EA8511 */
  border: 1px solid #1976D2;
  cursor:text;
  /*-moz-box-shadow: 5px 5px 8px #888;
  -webkit-box-shadow: 5px 5px 8px #888;
  box-shadow: 5px 5px 8px #888;*/
}
.swMain ul.anchor li a.selected:hover {
/*
  color:#F8F8F8;
  background: #EA8511;
*/
}

.swMain ul.anchor li a.done {
  position:relative;
  color:#FFF;
  background: #0dc50d;
  border: 1px solid #afd977;
  z-index:99;
}
.swMain ul.anchor li a.done:hover {
  background: #6FAA21 !important;
  border: 1px solid #639C17;
}
.swMain ul.anchor li a.disabled {
  color:#CCCCCC;
  background: #F8F8F8;
  border: 1px solid #d8d8d8;
  cursor:text;
}
.swMain ul.anchor li a.disabled:hover {
  color:#CCCCCC;
  background: #F8F8F8;
}

.swMain ul.anchor li a.error {
  color:#6c6c6c !important;
  background: #f08f75 !important;
  border: 1px solid #fb3500 !important;
}
.swMain ul.anchor li a.error:hover {
  color:#000 !important;
}

/* @end */

.swMain .stepContainer {
  display:block;
  position: relative;
  margin: 0;
  padding:0;
  border: 0px solid #d8d8d8;
   background-color:#ffffff;
  overflow:hidden;
  clear:both;
  height:auto !important;
  padding: 0px;
  max-width: 100%;
}

.swMain .stepContainer div.content {
  display:block;
  margin: 0;
  padding:0px;
  font-size: 12px;
  line-height: 18px;
  color:#5A5655;
  height:auto;
  text-align:left;
  overflow:visible;
  z-index:88;
  width:100%;
  clear:both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.swMain .stepContainer div.content * {
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.swMain .stepContainer .form {
	margin-top: 30px;
}
.swMain div.actionBar {
  display:block;
  position: relative;
  clear:both;
  margin: 10px -4px 0 0;
  color: #5A5655;
  height:auto;
  text-align:right;
  overflow:auto;
  z-index:88;
  left:0;
}
.swMain div.actionBar .btn {
	margin-right: 4px;
	margin-left: 4px;
	float: right;
}
.swMain .stepContainer .StepTitle {
  display:block;
  position: relative;
  margin:0;
  border:0px solid #E0E0E0;
  padding:7px;
  font-size: 17px;
  font-weight: 500;
  color:#5A5655;
  background-color:#fff;
  clear:both;
  text-align:left;
  z-index:88;
  width: 100%;
  margin-top:20px;
}
.swMain .buttonNext, .swMain .buttonPrevious {
  float:right;
  padding: 6px 18px;
  margin-top: 2px;
  margin-bottom:2px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
  background: #e9e8e8;
  border: 1px solid #d8d7d7;
  color: #555;
}
.swMain .buttonNext:hover, .swMain .buttonPrevious:hover {
	background: #fcfcfc;
	cursor: pointer;
}
.swMain .buttonDisabled {
  color:#9e9e9e  !important;
  background-color: #e9e8e8 !important;
  border: 1px solid #d8d8d8  !important;
  cursor:text;
  display: none !important;
}
.swMain .buttonFinish {
  float:right;
 padding: 6px 18px;
 margin-top: 2px;
 margin-bottom:2px;
 text-align: center;
 display: inline-block;
 text-decoration: none;
 font-size: 12px;
 font-weight: 400;
 margin-right: 4px;
 background: #1976D2;
 border: 1px solid #276ca6;
 color: #fff;
}
.swMain .buttonFinish:hover {
	background-color: rgb(76, 155, 219);
	cursor: pointer;
}

/* Form Styles */

.txtBox {
  border:1px solid #CCCCCC;
  color:#5A5655;
  font:13px Verdana,Arial,Helvetica,sans-serif;
  padding:2px;
  width:430px;
}
.txtBox:focus {
  border:1px solid #EA8511;
}

.swMain .loader {
  position:relative;
  display:none;
  float:left;
  margin: 2px 0 0 2px;
  padding:8px 10px 8px 40px;
  border: 1px solid #FFD700;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  color:#5A5655;
/*   background: #FFF url(../images/loader.gif) no-repeat 5px; */
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:998;
}
.swMain .msgBox {
  position:relative;
  display:none;
  float:left;
  margin: 4px 0 0 5px;
  padding:5px;
  border: 1px solid #FFD700;
  background-color: #FFFFDD;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color:#5A5655;
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:999;
  min-width:200px;
}
.swMain .msgBox .content {
  font: normal 12px Verdana,Arial,Helvetica,sans-serif;
  padding: 0px;
  float:left;
}
.swMain .msgBox .close {
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #CCC;
  display: block;
  float: right;
  margin: 0 0 0 5px;
  outline-style: none;
  padding: 0 2px 0 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.swMain .msgBox .close:hover{
  color: #EA8511;
  border: 1px solid #EA8511;
}

/*Checkbox Styles*/

.calendar {
	width: 100%;
}
.calendar .block {
	width: 107px;
	height: 105px;
	padding: 10px 10px;
	display: block;
	border: 1px solid #d8d8d8;
	float: left;
	margin-right: 9px;
}
.calendar .block .icheckbox_line-orange {
	margin: 5px 0;
}


/* iCheck plugin Line skin, orange
----------------------------------- */
.icheckbox_line-orange,
.iradio_line-orange {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 14px 10px 27px;
    font-size: 13px;
    line-height: 17px;
    color: #9e9e9e;
    background: #e9e8e8;
    border: 1px solid #d8d7d7;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.icheckbox_line-orange .icheck_line-icon,
.iradio_line-orange .icheck_line-icon {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 13px;
    height: 11px;
    margin: -5px 0 0 0;
    padding: 0;
    overflow: hidden;
    background: url(/images/line.png) no-repeat;
    border: none;
    z-index: 0 !important;
    /*-webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;*/
}
.icheckbox_line-orange:hover > .icheck_line-icon,
.iradio_line-orange:hover > .icheck_line-icon {
		background-position: -15px 0;
		/*-webkit-transition: .2s all;
		-moz-transition: .2s all;
		-o-transition: .2s all;
		transition: .2s all;*/
}

.icheckbox_line-orange.checked,
.iradio_line-orange.checked {
    background: #f70;
    color: #fff !important;
}
.icheckbox_line-orange.checked .icheck_line-icon,
.iradio_line-orange.checked .icheck_line-icon {
    background-position: -15px 0;
    color: #fff !important;
    z-index: 0 !important;
}
.icheckbox_line-orange.disabled,
.iradio_line-orange.disabled {
    background: #FFD6B3;
    cursor: default;
}
.icheckbox_line-orange.disabled .icheck_line-icon,
.iradio_line-orange.disabled .icheck_line-icon {
    background-position: -30px 0;
}
.icheckbox_line-orange.checked.disabled,
.iradio_line-orange.checked.disabled {
    background: #FFD6B3;
}
.icheckbox_line-orange.checked.disabled .icheck_line-icon,
.iradio_line-orange.checked.disabled .icheck_line-icon {
    background-position: -45px 0;
}

.radio .iradio_line-orange {
	width: auto;
	display: inline-block;
	margin: 0 2px;
}
.radio {
	margin-bottom: 7px;
}
.radio .label-name {
	vertical-align: middle;
	width: 220px;
	text-align: right;
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
	margin-top: -2px;
}

/*Registration*/
.container .registration.form form .step.two .e, .wrapper input.e.btn.blue.raised {
	display: none;
}
.step {
	position: relative;
	z-index: 2;
	width: 101%;
}
.step .grayed {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f5f5f5;
	opacity: .6;
}
.step .radio 	{
	width: 101%;
}
.step .drop_line {
	margin-top: 0px;
	height: 37px !important;
	margin-bottom: 8px;
}
.step .drop_line span.drop select {
	height: 38px;
}
.registration .icheck_line-icon {
	background-size: contain !important;
	width: 58px !important;
}
.iradio_line-orange.reg1, .iradio_line-orange.reg2, .iradio_line-orange.reg3, .iradio_line-orange.reg4 {
	    height: 114px;
	    width: 24.5% !important;
	    float: left;
	    max-width: 170px;
	    padding: 0px;
	    background: #B9C2CB;
	    color: white;
	    text-align: center;
	    line-height: 160px;
	    margin: 0 .5% 0 0 !important;
	    border-radius: 0px;
	    font-size: 15px;
 }
 .iradio_line-orange.reg4 {
 		margin-right: 0px !important;
 }
.iradio_line-orange.reg1 .icheck_line-icon, .iradio_line-orange.reg2 .icheck_line-icon, .iradio_line-orange.reg3 .icheck_line-icon, .iradio_line-orange.reg4 .icheck_line-icon {
 		top: 27px;
 		left: 50%;
 		margin-left: -27px;
 		width: 75px;
 		height: 51px;
 		background-position: 0px 0 !important;
 }
 .iradio_line-orange.reg1 .icheck_line-icon {
	 	background: url(/images/reg1.png) no-repeat;
 }
	.iradio_line-orange.reg2 .icheck_line-icon {
	 	background: url(/images/reg2.png) no-repeat;
}

.iradio_line-orange.reg3 .icheck_line-icon {
	 	background: url(/images/reg3.png) no-repeat;
}

.iradio_line-orange.reg4 .icheck_line-icon {
	 	background: url(/images/reg4.png) no-repeat;
}
.step h2 {
	margin-bottom: 13px;
	margin-top: 10px;
	text-align: left;
	font-size: 17px;
}
.step.two {
	margin-top: 15px;
	padding-top: 20px;
}
.step.one h2:before {
	content: '1';
}
.step.two h2:before {
	content: '2';
}
.step h2:before {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-size: 12px;
	position: relative;
	top:-2px;
	color: #fff;
	background: #1976D2;
	border-radius: 125px;
	margin: 0 5px 0 0;
	font-weight: 700;
	text-align: center;
}
/*End*/
.icheckbox_line-orange.hover,
.icheckbox_line-orange.checked.hover,
.iradio_line-orange.hover {
    background:#1976D2;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;

	color: #fff;
}
.icheckbox_line-orange.checked,
.iradio_line-orange.checked {
    background: #1976D2;
    color: #fff !important;
    border: 1px solid #1976D2;
}

/*Search Form */
.step.two.nogap {
	margin-top: 0px;
}
 .search.form .iradio_line-orange.reg1, .search.form .iradio_line-orange.reg2 {
	 	width: 48% !important;
	 	max-width: none;
}
.search.form .iradio_line-orange.reg1 .icheck_line-icon {
	 	background: url(/images/reg4.png) no-repeat;
}

.search.form .iradio_line-orange.reg2 .icheck_line-icon {
	 	background: url(/images/reg2.png) no-repeat;
}


/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_line-orange .icheck_line-icon,
    .iradio_line-orange .icheck_line-icon {
        background-image: url(/images/line@2x.png);
        -webkit-background-size: 60px 13px;
        background-size: 60px 13px;
    }
}

/* @end */

/* @group Admin Dash */

.dash {
	padding: 0px;
	display: inline-block;
	margin-bottom: 15px;
/*	background: #1976D2;*/
	margin-right: 7px;
	margin-top: 2px;
}
.dash .scale {
	border-radius: 0px;
	width: 120px;
	height: 100px;
}
.center-btn {
	width: 100%;
	text-align: center;
	margin-top: -2px;
	z-index: 9999;
	position: relative;
}
/*.center-btn .btn {
	padding: 2px 0px !important;
	width: 56px;
	text-align: center;
	margin: 5px 0px 3px !important;
}*/
/*.center-btn.pro {
	margin-top: -41px;
	width: 100%;
	margin-bottom: 20px;
}*/
ul li .center-btn.pro .btn {
	/*margin: 0 1.25% !important;
	    width: 47.5%;*/
	width: 100%;
	margin: 0;
	margin-left: 1px !important;
}
.buttons.left {
	text-align: left !important;
}
.sidemenu {
	padding: 0px 10px 20px 5px;
}
ul.side {
	margin: 15px 0 0 10px;
	padding: 0px;
}
ul.side li {
	list-style: none;
	font-size: 11px;
	padding-left: 32px;
	width: 150px;
	margin-top: 0px;
	height: 30px;
	line-height: 28px;
}
ul.side li.add {
	background: url('/images/admin-add.png') no-repeat 7px 0px;
}
ul.side li.edit {
	background: url('/images/admin-edit.png') no-repeat 7px 0px;
}
ul.side li.history {
	background: url('/images/admin-history.png') no-repeat 7px 0px;
}
ul.side li.search1 {
	background: url('/images/admin-search.png') no-repeat 7px 0px;
}
ul.side li:hover {
	background-color: #1976D2;
	background-position: 7px -30px;
	color: #fff;
	cursor: pointer;
}

/* @end */

body {
	margin: 0 0 0px;
/*	padding-bottom: 160px;*/
	height: 100%;
}
/*.container {
	padding-bottom: 80px;
}*/
.footer {
	display: none;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0px;
	bottom: 0;
	background: #4a575e;
	height: 40px;  /* This value is the height of your footer */
}
.footer .footer-container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
.footer-container .left {
	float: left;
}
.footer-container .right {
	color: #d9d9d9;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	display: block;
}
.footer-container .left ul {
	margin: 0;
	padding: 0;
}
.footer-container .left ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-container .left ul li a {
	color: #d9d9d9;
	font-size: 12px;
	text-decoration: none;
	padding: 0 8px;
}
/*
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.logo, .home-icon-1, .home-icon-2, .home-icon-3 {
		background-image: url(/images/sprite@2x.png);
		background-size: 500px 159px;
	}
}
*/

/*session timeout modal*/

#modalOuter {
    width: 100%;
    height: 100%;
    z-index: 9999999;
    padding: 0px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
}
#modalInner {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: auto;
    background-color: Transparent;
    position: relative;
    top: 40%;
    text-align:center;
}

.outerModal {
    width: 100%;
    height: 100%;
    z-index: 9999999;
    padding: 0px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    display:none;
   /*overflow: hidden;*/
/*    filter: alpha(opacity=80);*/
/*    opacity: 0.8;*/
/*    -moz-opacity: 0.8;*/

}
.innerModal {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: auto;
    background-color: Transparent;
    position: relative;
    top: 30%;
    text-align:center;
    max-width: none;
	/*left:45%;*/
}
.innerModal .table-1.flow td.right {
	padding-right: 0;
}
.innerModal h3.space {
	margin-bottom: 20px;
}
.innerModal .table-1.flow td.left {
	min-width: 40px;
	width: 40px;
}
.innerModal .buttons {
	margin-top:10px;
}
.confirmModal {
	background: white;
	padding: 20px 20px;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
/*     border-radius: 2px; */
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.innerModal .button_right {
	padding-top: 15px;
	padding-bottom: 10px;
}
.innerModal .button_right a {
	background: rgb(64, 149, 219);
	color: #fff;
	padding: 5px 13px 7px;
	margin: 3px;
	text-decoration: none;
}
.innerModal .button_right a:hover {
	opacity: .8;
}
.innerModal .button_right a span {
	font-size: 15px;
	font-weight: 300;
}
.innerModal h3 {
	color: #000;
	margin: 0px;
	font-weight: 500;
	font-size: 18px;
}
.innerModal p {
	color: #555;
	margin: 5px 0px 10px 0px;
	font-size: 13px;
	line-height: 18px;
}
.innerModal .center {
	margin: 0 auto;
	max-width: 200px;
	text-align: center;
}
.innerModal .center a.button {
	display: inline-block;
	width: 87px;
	padding: 7px 0px;
}
a.button.last {
	margin-right: 0px;
}

.watermark
{
    color: #999;
    text-align: left;
    width:100%;
}
.mce-container {
/*	padding: 1px 2px !important;*/
}
.mce-container-body {
/*	padding: 0px 2px !important;*/
}
.mce-panel {
	border: none !important;
/*	padding: 0px 7px !important;*/
}
.mce-tinymce  {
	padding: 0px 7px !important;
}
.mce-stack-layout-item {
	padding: 4px 0px !important;
}
.mce-btn {
	background: #fff !important;
}

.crudInnerModal {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: auto;
	background-color: transparent;
	position:fixed;
	top: 15%;
	left: 50%;
	margin-left: -200px;
	text-align: center;
	max-width: 400px;
}
.crudInnerModal .confirmModal {
	width: 100%;
}
.table-1.no-border {
	border: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.table-1.no-border td.save {
	padding-top:10px;
	padding-right: 0px !important;
}
.btn.raised.end {
	margin-right: 0 !important;
}
.drop_line.month {
	width: 60%;
	float: left;
}
.drop_line.year {
	width: 38%;
	float: right;
}
.icon.large {
	width: 17px;
	margin-right: 3px;
}
.imgtooltip {
	position: relative;
	top: 5px;
	left: 2px;
	width: 25px;
	margin-top: -5px;
}

.collapse {
	width: 100%;
}
/*.collapse.closed {
	height: 50px;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #eee;
}*/
.collapse > h2 {
	background: #1976D2;
	padding-left: 15px;
	line-height: 38px;
	height: 40px;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
}
.collapse.closed > h2 {
	background:#1976D2;
	padding-left: 15px;
	line-height: 34px;
	height: 36px;
	border-radius: 3px 3px 0 0;
}
.collapse span.title {
	display: block;
	width: 100%;
	height: 100%;
}
.collapse h2 span.actions a {
	/*color: #fff;*/
	padding: 4px 7px;
	margin-right: 7px;
	/*background:rgba(255, 255, 255, 0.15);*/
	color: #fff !important;
	/*border: 1px solid rgba(255, 255, 255, 0.35);*/
	font-size: 12px;
}
.collapse h2 span.actions img.icon {
	/*display: none;*/
}
.collapse .imgtooltip {
	left: 0px !important;
	width: 20px !important;
}
.collapse span.actions .icon {
	margin-left: 0px;
}
.main-container ul.helpul li {
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: 16px;
}

/*ADMIN AREA STYLES*/

.supportform {
    text-align: center;
}
    .supportform img {
	    display: inline-block;
	    width: 18px;
	    position: relative;
	    top: 5px;
	    left: -4px;
    }
.manage-users .btn.red.x {
	line-height: 45px;
	height: 36px;
	padding: 0 8px;
	margin:0;
	float: right;
}
#addnewadmin input {
	margin-bottom: 5px;
}
.supportforminput {
background: #b00000;
color: #fff;
text-decoration: none;
padding: 3px 14px;
font-size: 11px;
                                        margin: 4px 1px 1px 0px;
                                    width:100%;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;

display: block;
text-align: center;
                                    float:right;
cursor: pointer;
border: 1px solid #1976D2;
}

.supportforminput:hover {
    background: #e60000;
}

.supportforminput2 {

background: #1976D2;
color: #fff;
text-decoration: none;
padding: 3px 14px;
font-size: 11px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
                                    margin: 4px 1px 1px 0px;
                                    width:100%;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;

display: block;
text-align: center;
                                    float:right;
cursor: pointer;
border: 1px solid #1976D2;
}
    .supportforminput2:hover {

    background-color:rgb(64, 149, 219);
    }

supportformtextarea {
width: 100%;
padding: 5px;
}

/*Support page*/

.supportinput {
width: 200px;
padding:10px;
height: 36px;
background: #fff;
border: 1px solid #ccc;
/* border-radius: 5px; */
margin: 0px auto 8px;
display: block;
float:left;
font-size: 15px !important;
}
.supportinput2 {
width: 100%;
padding:10px;
height: 36px;
background: #fff;
min-height:100px;
border: 1px solid #ccc;
/* border-radius: 5px; */
margin: 0px auto 8px;
display: block;
float:left;
font-size: 15px !important;
}

.error {
color:red;


}
label.error {
margin-left: 10px;
/* margin-top: -8px; */
float: left;
/* position: absolute; */
width: 272px;
height: 24px;
padding: 6px;
border: 1px solid lightgrey;
background: rgb(255, 251, 210);
}

td img.round {
	border-radius: 125px;
	width: 60px;
	height: 60px;
	margin: 0px 2% 0;
	border: 1px solid #bfbdbd;
	display: inline-block;
	vertical-align: middle;
}
td .inline {
	display: inline-block;
	vertical-align: middle;
}
td.content, td.tdate {
	font-size: 14px;
}

/* @group Inbox */

.container.two {
	margin-top:0;
	padding-top:0;
}
.inbox {
	width: 100%;
	padding: 15px;
	margin: 0%;
	background: #fff;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	float: left;
	border-radius: 1px;
	position: relative;
	margin-top: -1px;
}
.inbox:hover {
	box-shadow: 0px 0px 6px #aaa;
	border: 1px solid #ccc;
	position: relative;
	z-index: 999;
}
.inbox > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.inbox > img {
	width: 7%;
	margin-left: .5%;
	border: 1px solid #dfdfdf;
	float: left;
}
.inbox.new:before {
	content: '●';
	color: #e12313;
	position: absolute;
	top: 33%;
	left: 3px;
	font-size: 20px;
}

.inbox .right {
	padding-top: 3px;
	width: 90%;
	float: right;
	overflow: hidden;
}
.inbox .right h2 {
	width: 60%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
}
.inbox .right > a {
	font-size: 14px;
	width: auto;
	float: right;
	text-align: right;
	text-decoration: none;
	color: #e12313;
	z-index: 10;
	position: absolute;
	right: 15px;
}
.inbox .right > a:hover {
	text-decoration: underline;
}
.inbox .right p {
	width: 90%;
	float: left;
	font-size: 13px;
	margin: 5px 0 0 0;
}
.chat {
	width: calc(100% - 20px);
	border-radius: 0px 0px 0 0;
	padding: 15px;
	margin: 0 0 0 10px;
	background: #fff;
	border: 1px solid #dfdfdf;
	overflow: auto;
	position: relative;
	min-height: 300px;
	max-height: 680px;
	float: left;
}
.chat img.chat-img {
	width: 10%;
	max-width: 55px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}
.chat .bubble {
	width: auto;
	max-width: 60%;
	padding: 15px;
	padding-top:10px;
	font-size: 14px;
	color: #444;
	border-radius: 4px;
	position: relative;
}
.chat .bubble p {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #555;
}
.chat .left {
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.chat .left > img {
	float: left;
	margin-right: 15px;
}
.chat .left .bubble {
	float: left;
	border: 1px solid #dfdfdf;
}
.chat .left .bubble:before {
	content: '';
	background: url(/images/bubble-left.jpg) no-repeat left top;
	width: 10px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: -10px;
}
.chat .right {
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.chat .right > img {
	float: right;
	margin-left: 15px;
}
.chat .right .bubble {
	float: right;
	border: 1px solid #dfdfdf;
	background: #f4f4f4;
}
.chat .right .bubble:before {
	content: '';
	background: url(/images/bubble-right.jpg) no-repeat right top;
	width: 10px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: -10px;
}
.chat .bubble .attach {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
}
.chat .bubble p a {
	color: #e12313;
	text-decoration: none;
	margin-left: 5px;
}
.chat .bubble p a:hover {
	text-decoration: underline;
}
.chat-input {
	width: calc(100% - 20px);
	border-radius: 0 0 3px 3px;
	padding: 15px;
	margin: 0 0 0 10px;
	background: #f2efef;
	border: 1px solid #dfdfdf;
	  border-bottom: 2px solid #d5d5d5;
	border-top: 0;
	position: relative;
	overflow: hidden;
	float: left;
}
.chat-input .attach {
	background: #000;
	padding: 8px 15px 5px;
	width: 5%;
	text-align: center;
	float: left;
	border-radius: 2px;
}
.chat-input .attach:hover {
	background: #333;
}
.chat-input .attach img {
	width: 15px;
}
.chat-input input.message {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	width: 89%;
	padding: 12px 15px 14px;
	font-size: 14px;
	float: left;
	margin: 0 1% 0 0;
}
.chat-input input.button.gray {
	width: 10%;
	float: left;
	margin: 0;
	border-radius: 3px;
	text-decoration: none;
	padding: 12px 0 12px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	border: 0;
    background: #dbdbdb;
	color: #444;
	border-bottom: 2px solid #aaa;
}
.chat-input input.button.gray:hover {
	background: #cfcfcf;
	cursor: pointer;
}
/*
.card.msg {
	padding-bottom: 35px;
}
*/
.card.msg p {
	  width: auto;
	  display: block;
	  margin-bottom: 1px;
	  height: 18px;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
}
.card.msg .buttons, .card.applicant .buttons {
	margin-top: 0;
}

/* @end */

/* @group New Title Bar */

.title-bar {
	background: #1976D2;
	padding:15px;
	width: calc(100% - 20px);
	overflow: hidden;
	margin: 0 0px 10px 10px;
	float: left;
	position: relative;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	height: 54px;
}
.title-bar.partial {
	width: 78%;
	margin-right: 0;
	box-shadow: none;
}
.title-bar.spaced {
	margin-bottom: 20px;
}
.title-bar.partial.shadowed {
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}
.title-bar.no-shadow {
	box-shadow: none;
}
.title-bar.padding.dark {
	padding: 10px 15px !important;
	background: #3C3C4D !important;
	margin-top: 15px !important;
	box-shadow: none !important;
	height: 45px;
}
.title-bar.noshadow.push {
	margin-top: 20px;
}
.title-bar.full {
	width: 100%;
	margin: 0 0 20px 0 ;
	overflow: hidden;
}
.title-bar.full.butted {
	margin-bottom: 0;
}
.title-bar.padded {
	width: calc(100% - 1%);
	margin: 0 0px 10px .5%;
}
.title-bar h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	float: left;
}
.title-bar h1 strong {
	font-weight: 600;
}
.title-bar a {
	color: #fff;
}
.title-bar a.link {
	font-size: 16px;
}
.title-bar a.add {
	float: right;
	color: #fff;
	position: relative;
	top:-1px;
}
a.add img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	position: relative;
	top:1px;
}
a.add span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 300;
}
.title-bar a.back, .title-bar a.back2 {
	float: left;
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 2px solid #f2f2f2;
}
a.back:hover, a.back2:hover {
	opacity: .8;
}
a.back img, a.back2 img {
	margin-top:5px;
	width: 90%;
}
.backspace {
	float: left;
	width: 50px;
	height: 20px;
}
.full .drop_line.blue {
	height: 55px !important;
	background: #1976D2 url(/images/blue-arrow.svg) no-repeat right center;
	background-size: 25px 25px;
	width: 20.5%;
	float: left;
	margin: -1px 0px 0 0;
	border: 0;
	border-left: 2px solid #e5e5e5;
}
.full .drop_line.blue span.drop select {
	height: 54px;
	color: #fff;
	font-size: 16px !important;
	line-height: 24px;
	padding: 16px 15px 15px 20px;
	font-weight: 300 !important;
	font-family: inherit;
	box-shadow: none;
}
.full .drop_line.blue span.drop select option {
	color: #000;
}

/* @end */

/* @group Cards */

.col3, .noresultarea {
	width: 33.3%;
	padding: 10px;
	float: left;
	overflow: visible;
}
.col3.full, .noresultarea {
	width: 100%
}
.card {
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
	width: 100%;
	border-radius: 2px;
	position: relative;
/* 	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.27); */
	transition: box-shadow 0.28s cubic-bezier(0.4,0,0.2,1);
	border: 1px solid #D8D8D8;
	border-bottom: 2px solid #D8D8D8;
}
.card:hover {
/* 	  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3); */
}
.card h2 {
	margin: 0;
	font-size: 21px;
	font-weight: 400;
	color: #2f313c;
	clear: none;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card h2.image {
	width: calc(100% - 65px);
}
.card p {
	margin:0 ;
	font-size: 15px;
	color: #2f313c;
}
.card p.slant {
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
	margin:1px 0 15px 0;
	padding: 0 20px 0 0;
	text-transform: capitalize;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card.applicant p.slant {
	margin-bottom: 0px;
}
.card.msg p.slant {
	margin-bottom: 5px;
}
.card .buttons {
	float: none;
	text-align: left;
	margin-top:17px;
}
.card .btn {
	margin-top: 8px;
	text-align: center;
	padding: 14px 20px;
}
.card .btn img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: -5px;
}
.card .btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}
p.count {
	margin: 1px 0 ;
	font-size: 15px;
	color: #2f313c;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
p.count:before {
	content: '';
	width: 9px;
	height: 9px;
	margin-right: 5px;
/* 	border-radius: 125px; */
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top:-1px;
}
p.count.new:before, p.count.high:before, p.count.med.hired:before {
	background: #0dc50d;
}
p.count.total:before {
	background: #1976d2;
}
p.count.public:before {
	background: #3C3C4D;
}
p.count.private:before, p.count.low:before, p.count.med.decline:before {
	background: #d73d32;
}
p.count.med:before, p.count.medium:before {
	background: #F7922E;
}
p.count.line {
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card .delete {
	background: #d73d32;
	padding: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: none;
}
.card .delete img {
	width: 100%;
}
.card .img {
	width: 53px;
	height: 53px;
	border-radius: 125px;
	float: left;
	margin-right: 10px;
	margin-top:-2px;
	margin-bottom: 18px;
	border: 1px solid #ddd;
}
.card .img.right {
	float: right;
	margin-right: -2px;
	margin-top: -4px;
}
.card .match {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top:0px;
	border-radius: 2px;
}
.match.single {
	margin-bottom: 10px;
}
.card .options {
	text-align: center;
}
.card .options .btn {
	margin-top:0;
}
/*
.card.new:before {
	content: '';
	width: 63px;
	height: 46px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: url(/images/new-badge.jpg) no-repeat;
}
*/
.main-location {
	position: absolute;
	bottom: -1px;
	right: -1px;
}
.banner-top {
	position: absolute;
	padding: 0;
	top:0px;
	right: 0px;
	z-index: 200;
	width: 75px;
}
/*
.badge {
	position: absolute;
	top:-7px;
	right: -7px;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #0dc50d;
	line-height: 30px;
	text-align: center;
	border-radius: 125px;
	font-size: 13px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
*/

/* @end */

/* @group Match */

.match {
	padding: 7px 7px;
}
.match span.number {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 18px;
	font-weight: 900;
	color: #fff;
	display: block;
}
.match span.text {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 11px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.match.high {
	background: #0dc50d;
}
.match.med {
	background: #F57C00;
}
.match.low {
	background: #D32F2F;
}

/* @end */

/* @group Split Profile */

.half {
	width:	49%;
	margin-bottom: 50px;
}
.half.full {
	width: calc(100% - 20px);
	margin-left: 10px;
}
.half.full .title-bar {
	width: 100%;
	margin-left: 0;
}
.half.left {
	float: left;
}
.half.right {
	float: right;
}
.main-container .half {
	margin-bottom: 20px;
}
.quarter {
	float: left;
}
.quarter.right {
	float: right;
}
.quarter.three {
	width: 74%;
}
.quarter.one {
	width: 24%;
}
.main-container, .border {
	border-bottom: 2px solid #d6d6d6;
}
.main-container.green {
	border: 1px solid #0dc50d;
	border-top: 4px solid #0dc50d;
	border-radius: 2px;
}
.main-container.raised {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
/* 	border-radius: 1px; */
}
.half .table-1, .quarter .table-1 {
	border: none;
	margin-bottom: 0;
}
.main-bar {
	background: #fff;
	padding: 0;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
	overflow: auto;
}
.main-bar h2 {
	padding: 0;
	margin: 0 0 12px 0;
	width: auto;
	float: left;
}
.main-bar a.back, .main-bar a.back2 {
	font-size: 13px;
	color: black;
	font-weight: 800;
}
.main-bar a span {
	font-size: 11px;
	line-height: 20px;
	position: relative;
	text-decoration: none !important;
}
.main-bar .right {
	float: right;
	font-size: 13px;
	position: relative;
	top:1px;
}
.main-bar .icon {
	float: right;
	margin-left: 7px;
	width: 20px;
	display: block;
}
.main-bar .icon:hover {
	opacity: .6;
}
.main-bar:first-child .icon {
	margin-right: 0px;
}
.main-bar .icon img {
	width: 100%;
}
.round-img {
	width: 150px;
	border-radius: 125px;
	float: left;
	margin-bottom: 15px;
}
.company .round-img {
	float: none;
	display: inline-block;
	border: 4px solid #eee;
}
.round-img.square {
	border-radius: 2px;
}
.half .drop_line {
	margin: 0;
}
/*
.half .profile {
	padding-top: 5px;
}
*/
.profile p.slant {
	font-weight: 300;
	font-size: 15px;
	font-style: italic;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: capitalize;
}
.profile p.slant.space {
	margin-bottom: 30px;
}
p.skills {
	padding: 0;
}
.half .btn, .btn.puff {
	padding: 10px 15px;
	font-size: 14px;
}
.btn.puff {
	margin-top:0px;
}
.full {
	overflow: auto;
}
.wrapper.out .tween {
	max-width: 1300px;
	margin: 50px auto;
}
.full.padding {
	padding: 0 10px;
}
#tabs.full {
	overflow: visible;
}
.btn.raised {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22);
	height: 43px;
	line-height: 39px;
	padding: 0 14px;
	border-radius: 1px;
	margin-right: 8px;
	font-size: 15px;
}
td.title-res {
	width: 50%;

}
a.btn.raised {
	text-decoration: none;
}
.btn.raised.right {
	float: right;
	margin-right: 0;
}
.btn.raised.right:last-child {
	margin-right: 0;
}
.btn.raised span {
	font-size: 14px;
}
.btn.raised.small {
	height: 35px;
	line-height: 33px;
	font-size: 14px;
}
.btn.raised.small.ic {
	padding: 0 6px;
}
.btn.raised.small img {
	height: 19px;
	position: relative;
	top: 4px;
}
.btn.raised.bot {
	margin-bottom: 10px;
}
.qq-upload-button input {
	bottom: 0;
}
.btn.red.x {
	margin-right: 0;
	padding:  0 12px;
	vertical-align: top;
}
.btn.red.x img {
	margin-right: 0;
	margin-left: 0;
	width: 21px;
}
.card .btn.red.x {
	position: absolute;
	bottom: -2px;
	right: 0px;
	box-shadow: none;
	padding: 0 9px;
	height: 37px;
	line-height: 35px;
}

.btn.red.x2 {
	margin-right: 0;
	padding:  0 12px;
	vertical-align: top;
}
.btn.red.x2 img {
	margin-right: 0;
	margin-left: 0;
	width: 21px;
}
#tabs .btn.red.x2 img {
	margin-top: 10px;
}
.card .btn.red.x2 {
	position: absolute;
	bottom: -2px;
	right: 0px;
	box-shadow: none;
	padding: 0 9px;
	height: 37px;
	line-height: 35px;
}
/* @end */

/* @group Profile Update */

.image-group {
	position: relative;
	width: 165px;
	height: 165px;
/* 	border-radius: 125px; */
	border: 1px solid #eee;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}
.image-group img.round-img {
	width: 100%;
	position: relative;
	z-index: 1;
	border-radius: 0;
}
.half .image-group .toggleUploader {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 3;
	text-align: center;
	padding: 10px 0;
}
.half #profile_edit {
	width: 58%;
}
.toggleUploader span {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
.camera {
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.filler {
	position: absolute;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	z-index: 2;
}
.check {
	width: 25px;
}
.main-container.port {
	padding-bottom: 25px;
}
.reminder {
	display: none;
	position: fixed;
	bottom:55px;
	right: 0;
	z-index: 99999;
}
.reminder a.btn.raised {
	width: 100%;
	margin: 0;
	display: block;
	padding: 0 22px;
	height: 45px;
	line-height: 42px;
}
.spacer {
	float: left;
	height: 40px;
	display: none;
}

/* @end */

/* @group Side Nav Reformat */

	.profile-circle {
		width: 96%;
		padding: 10px;
		margin: 5px 0 20px 0px;
		display: inline-block;
/* 		border-bottom: 1px solid #4192e3; */
	}
	.profile-circle img {
		width: 91%;
		border: 3px solid #666679;
		margin: 0 auto;
		background: white;
/* 		  box-shadow: 2px 0px 3px rgba(0,0,0,0.15), 0px 1px 2px rgba(0,0,0,0.24); */
	}

/* @end */

/* @group Side Nav Reformat */

.full #tablewrapper {
	width: calc(100% - 20px);
	margin: 0 0 0 10px;
	float: left;
}
.full .tableheader {
	background: #fff;
	border: 1px solid #D8D8D8;
	border-bottom: 2px solid #D8D8D8;
	margin-bottom: 20px;
	margin-top:-10px;
	padding: 25px;
	overflow: hidden;
}
#tableheader .search .drop_line, #tablewrapper .tableheader .search input {
	border: 1px solid #d8d8d8
}
#tablewrapper .tableheader .search input {
	  width: 26%;
	  border: 1px solid #d8d8d8;
	  height: 43px;
	  margin: 0 1% 0 0;
	  padding-left: 10px;
	  float: left;
	  font-size: 15px;
	  background: #fff;
}
#tableheader .search .drop_line {
	  width: 26%;
	  height: 43px;
	  margin: 0 10px 0 0;
	  float: left;
}
#tableheader .search span.drop select {
	  padding: 0 7px 0 10px;
	  height: 42px;
	  font-size: 15px;
}
#tableheader .details {
	color: #000;
	margin-top: 5px;
}
.menu {
	display: none;
}
ul.account {
	display: block;
}

/* @end */

/* @group Search Reformat */

.search-filter {
	width: calc(100% - 20px);
	margin: -10px 0 10px 10px;
	float: left;
	background: white;
	padding: 25px;
	border: 1px solid #D8D8D8;
	border-bottom: 2px solid #D8D8D8;
}
.search-filter.full {
	width: 100%;
	margin: -10px 0 10px 0;
}
.search-filter.margin-top {
	margin-top: 10px;
}
.search-filter.full.space {
	margin-bottom: 25px;
}
.search-filter p {
	line-height: 22px;
	padding: 5px 0px;
	color: #404040;
	font-size: 14px;
}
.search-filter form {
	margin: 0;
}
.search-filter .search input {
	width: 26%;
	border: 1px solid #d8d8d8;
	height: 43px;
	margin: 0 1% 0 0;
	padding-left: 10px;
	float: left;
	font-size: 15px;
}
.search-filter .search .drop_line {
	width: 26%;
	height: 43px;
	margin: 0;
	float: left;
}
.search-filter .search.five input, .search-filter .search.five .drop_line {
	width: 19%;
}
.search-filter .search .drop_line.imported {
	width: 70%;
}
.search-filter .search .drop_line select {
	padding: 0 7px 0 10px;
	height: 42px;
	font-size: 15px;
}
.search-filter .btn.raised {
	margin: 0;
	float: left;
	width: 19%;
	margin-left: 1%;
}
.break {
	float: left;
}

/* @end */

/* @group Help */

.video-right {
	float: right;
	margin: 10px 10px 10px 25px;
}

/* @end */

/* @group Help */

/* @group Student Dashboard */

#tabs .title-bar {
	padding: 0;
	overflow: visible;
	background: #1976D2;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}
.title-bar ul {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.title-bar ul li {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	float: left;
	list-style: none;
	width: 25%;
	position: relative;
/* 	  box-shadow: 0px 2px 3px rgba(0,0,0,0.25); */
}
.title-bar.third {
	height: 57px;
}
.title-bar.third ul li {
	width: 33.333333%;
}
.title-bar.alum ul li {
	width: 33.33% !important;
}
.title-bar ul li a {
	padding: 14px 10px 16px;
	width: 100%;
	display: block;
	outline: none;
	text-decoration: none;
	text-align: center;
	background: #1976D2;
	border-bottom: 3px solid #1976D2;
	color: #fff;
}
.title-bar ul li a:hover {
	border-bottom: 3px solid #fff;
}
.title-bar ul li span.badge {
	left: auto;
	border: 0px solid #1976D2;
	top: -2px;
	margin-top: 0;
	background-color: #fff;
	color: #1976D2;
	position: relative;
	display: inline-block;
	  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
	margin-left: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-weight: 600;
}
.title-bar ul li span.badge.blank {
	width: 1px;
	background: none;
	box-shadow: none;
}
.title-bar ul li.ui-tabs-active a {
/* 	border-bottom: 4px solid #3C3C4D; */
/*
		background-color: rgb(27, 111, 194);
		box-shadow: inset 0px 2px 3px rgba(0,0,0,0.25);
		position: relative;
		z-index: 20;
*/
	border-bottom: 3px solid #fff;
	font-weight: 400;
}
.title-bar ul li.active a {
	background: #1565B4;
	border-bottom: 3px solid #1565B4;
	font-weight: 400;
}
/* @end */

.submit-resume {
	margin-top:15px;
}
.applied {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(60, 60, 77, 0.92);
	z-index: 299;
	color: #000
}
 .vertical {
	display: table;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 11;
}
 .vertical .centered {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin-top: -10px;
	color: #000;
}
.centered .sent {
/* 	background: #1976D2; */
	padding: 16px 25px;
	color: #fff;
/* 	box-shadow: 0px 2px 3px rgba(0,0,0,0.25); */
	font-size: 18px;
	font-weight: 600;
	text-shadow: 1px 1px 2px black;
/*
	position: absolute;
	bottom: 0;
	right: 0;
*/
}
.centered .sent.green {
	background: #09CB0A;
}
.nospace {
	margin: 0 !important;
}
.noshadow {
	box-shadow: none;
}
#import_form {
	display: none;
}

/* @end */

/* @group Director Add Career*/

form .col3 input {
	height: 50px;
	font-size: 15px;
	border-radius: 2px;
	font-weight: 300;
	font-family: inherit;
	padding-left: 10px;
}
form .col3 select.ui.search.selection.dropdown {
	width: 100%;
}
form .col3 > label {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 3px;
	display: block;
	color: #333;
}
form .col3 .drop_line {
	margin-bottom: 0;
	margin-top:0;
}
.buttons.form {
	padding: 20px 10px 10px 0;
}
.buttons.form input {
	width: auto;
	text-indent: 0;
	display: inline-block;
	margin-right: 0;
	position: relative;
	top: 2px;
}
.check-input {
	display: inline-block;
	vertical-align: middle;
}
.check-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 5px;
}
.checkbox {
	float: left;
	width: 20%;
}
.checkbox span {
	margin-right: 10px;
	font-style: normal;
}
.main-container .checkbox input[type="checkbox"] {
	height: auto;
	margin-right: 4px;
}

/* @end */

.grouped {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	width: 74%;
}
.card .grouped h2.image {
	width: 100%;
}
.grouped.no-left {
	width:	100%;
	padding-left: 0;
}
.grouped h2, .grouped p.slant {
	color: #fff;
	position: relative;
	z-index: 99;
}
.grouped p.slant {
	margin-bottom: 5px;
}
.connect-left.small {
	width: 20%;
}
/*
.connect-left.small:hover {
	opacity: .8;
}
*/
.connection .link {
	color: #fff;
}

/* @group Connections Main*/

.card.center {
	text-align: center;
}
.card.center .buttons {
	text-align: center;
}
.connection {
	position: relative;
	margin: -20px -20px 20px -20px;
	overflow: hidden;
	padding: 20px;
	background: black;
/* 	box-shadow: 0px 2px 3px rgba(0,0,0,0.25); */
}
.connection.no-bottom {
	margin-bottom: 15px;
}
.connection > img {
	position: relative;
	z-index: 1;
}
.connect-left, .connect-right {
	max-width: 50%;
	border-radius: 130px;
	border: 3px solid #fff;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	opacity: 1;
	position: relative;
	z-index: 2;
}
.connect-right {
	margin-left: -5px;
}
.connection img.connect-mid {
	width: 25px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 1.5%;
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -22px;
  background: rgba(255, 255, 255, 0.88);
  padding: 10px 7px;
  border-radius: 30px;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}
.blur {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: url(/images/blur-back.jpg) no-repeat center center;
	background-size: cover;
	opacity: .6;
}
.blur img {
	opacity: .6;
	width: 100%;
	display: none;
}

/* @end */

/* @group Career Details*/

.description {
	padding-bottom: 15px;
}
.description h3 {
	font-size: 15px;
	font-weight: 400;
}
.description p, .description p *, .description ul li {
	font-size: 14px !important;
	line-height: 22px !important;
	font-family: inherit !important;
}
#coverletter.slider * {
	font-size: 14px !important;
	line-height: 20px !important;
	font-family: inherit !important;
	color: #404040 !important;
	margin: 0 0 10px 0 !important;
	padding: 5px 0;
}
#coverletter.slider ul {
	list-style-position: inside;
	padding-left: 20px;
}
.slider #about * {
	font-size: 14px !important;
	line-height: 20px !important;
	font-family: inherit !important;
	color: #404040 !important;
	margin: 0 0 10px 0 !important;
	padding: 5px 0;
}
.slider #about .btn {
	padding: 10px 14px;
}
.slider #about br {
	display: none !important;
}
.description ul li {
	margin-top: 3px !important;
}
.description p.desc {
/* 	margin-bottom: 0px; */
}
.description p strong {
	font-weight: 700;
}
.description p.desc.title {
	font-weight: 800;
}
.profile h2.side {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
}

/* @end */

/* @group Connections */

form.radio {
	margin:30px 0 0 0;
	display: block;
}
form.radio .buttons {
	margin-top: 30px;
}
form.radio button.btn.blue {
	margin-right: 0;
}
.row {
/* 	padding: 10px; */
/* 	border: 1px solid #f2f2f2; */
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
}
.row span {
	display: block;
	width: 100%;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 1px;
}
.row label {
	margin: 2px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.row label input {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
input[type="radio"] {
	-webkit-appearance: radio;
}

/*
.side-container.blue h2 {
	background: #1976D2;
	padding: 3% 0;
	font-size: 14px;
	text-align: left;
}
.side-container.blue {
	text-align: center;
}
#sliderLabel {
    border:1px solid #ccc;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    cursor:pointer;
    display:block;
    height:28px;
    overflow:hidden;
    position:relative;
    width:100px;
}

#sliderLabel input {
    display:none;
}

#sliderLabel input:checked + #slider {
    left:0;
}

#slider {
    left:-50px;
    position:absolute;
    top:0;
    -webkit-transition:left .25s ease-out;
    -moz-transition:left .25s ease-out;
    -o-transition:left .25s ease-out;
    -ms-transition:left .25s ease-out;
    transition:left .25s ease-out;
}

#sliderOn,
#sliderBlock,
#sliderOff {
    display:block;
    font-weight:600;
    height:30px;
    line-height:28px;
    position:absolute;
    text-align:center;
    top:0;
}

#sliderOn {
    background:#14a701;
    color:white;
    left:0;
    width:54px;
}

#sliderBlock {
    background:#d9d9d8;
    border:0;
    border-radius:0px;
    height:28px;
    left:50px;
    width:50px;
}

#sliderOff {
    background:#b00000;
    color:#fff;
    left:96px;
    width:54px;
}
.toggle-left {
	float: left;
	width: 70%;
}
.toggle-right {
	float: right;
	width: 25%;
}
*/

/*
.row label.toggle-left {
	font-size: 14px;
	padding-top: 4px;
}
.row label.toggle-left strong {
	font-weight: 600;
}
.row.last {
	border-top: 0;
}
button.btn.blue.right {
	float: right;
	padding: 10px 15px;
	margin-top: 15px;
	font-size: 14px;
}
*/

/* @end */

/* Checkbox styles */
ul.student-check-job {
	padding-left: 0;
	list-style: none;
	margin-top: 10px;
}
ul.student-check-job li {
	margin-bottom: 8px;
}

/* @group New Homepage */


/* @end */

/* @group Title Bar */

.contain {
	  max-width:1400px;
	  margin: 0 auto;
	  padding: 0 40px;
	  position: relative;
}
.contain:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.title-bar-out {
	width: 100%;
	background: #fff;
	height: auto;
	padding: 15px 0px;
	overflow: hidden;
}
.title-bar-out .right {
	float: right;
	margin-top:5px;
}
a.text-link {
	display: inline-block;
	vertical-align: middle;
	color: #727272;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 25px;
}
.logo2 {
	width: auto;
	display: block;
	float: left;
	padding: 0px 0;
	width: 300px;
}
.logo2 img {
	width: 100%;
}
.logo2 a:hover {
	opacity: .8;
}
/* @end */

/* @group Header */

header {
	width: 100%;
	min-height: 200px;
	margin: 0;
	padding: 100px 0px 100px;
	text-align: center;
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 99;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
header .contain {
	position: relative;
	z-index: 999;
}
header .filter {
	background: #1976D2;
	opacity: .9;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
header h1 {
	font-size: 50px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	text-transform: uppercase;
}
header p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 0;
	margin: 8px auto 0;
}
header .box {
	display: inline-block;
	width: 100%;
	max-width: 450px;
	padding: 30px 30px;
	margin: 50px 0 0 0;
	background: white;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22);
	border-radius: 2px;
}
.box input.home-login {
	width: 100%;
	padding-left: 15px;
	height: 50px;
	background: #fff;
	border: 1px solid #ccc;
	margin:  0px auto 8px;
	display: block;
	font-size: 16px;
	font-family: inherit;
	font-weight: 300;
}
.box .button, .box input.btn {
	height: 60px;
	line-height: 60px;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	margin: 15px auto 0;
	width: 100%;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.box .button:hover, .box input.button:hover {
	background: rgb(76, 155, 219);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}

/* @end */

/* @group Buttons */

a.button.home {
	padding: 17px 20px;
	margin: 0px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 14px;
	border-radius: 2px;
/* 	box-shadow: 0px 2px 4px 0px rgba(120,120,120,0.50); */
}
a.button.home {
	background: #3C3C4D;
	border: 0;
	color: #fff;
	font-weight: 600;
}
a.button:hover {
	opacity: .8;
}

/* @end */

/* @group Sections */

section {
	width: 100%;
	/*overflow: hidden;*/
	display: block;
	z-index: 1;
	padding: 100px 0px;
}
section.small {
	padding: 45px 0;
}
section.center {
	text-align: center;
}
section.center ul {
	margin-left: 0;
}
section.center ul li {
	list-style-position: inside;
}
section.no-space {
	padding: 0;
}
section .contain h1, section .contain h2, section .contain h3 {
	font-size: 35px;
	color: #222;
	line-height: 40px;
	font-weight: 300;
	margin: 0px 0 10px 0;
	display: inline-block;
}
/*
section.left h2 {
	margin-top:55px;
}
*/
section h3 {
	margin-top:30px;
}
section.page h2 {
	font-size: 31px;
	line-height: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 25px;
}
section.page h1 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 38px;
}
section.page a.button {
	margin-top: 10px;
	padding: 20px 25px;
	font-size: 20px;
}
section h1 {
	margin-top: 0;
}
section h2 strong {
	font-weight: 600;
}
section p {
	font-size: 18px;
	color: #444;
	line-height: 35px;
	margin: 0px 0px 20px;
	font-weight: 300;
}
section p strong {
	font-weight: 500 !important;
}
section .container.page p {
	color: #000 !important;
}
section p a {
	color: #3690ea;
}
section ol {
	margin: 0;
	padding: 0 0 0 24px;
}
section ul {
	margin: -15px 0 20px 35px;
	padding: 0;
}
section ul li, section ol li {
	font-size: 16px;
	line-height: 27px;
	margin: 0;
	padding: 5px 0;
	font-weight: 300;
}
section ul li strong {
	font-weight: 500;
}
section.left {
	text-align: left;
}
section .image {
	border: 1px solid #e4e4e4;
	padding: 10px;
	background: #fff;
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 10px;
	float: right;
	position: relative;
	width: 45%;
}
section img.alignright, img.image-right, section img.alignleft {
	width: 100%;
/* 	opacity: 0; */
}
section .image .caption {
	text-align: center;
	margin: 10px 0;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.67);
	color: #fff;
	z-index: 1;
	position: absolute;
	left: 10px;
	bottom: 2px;
	right: 10px;
	padding: 15px;
}
section p:last-child {
	margin-bottom: 0 !important
}

section.gray {
	background: #f2f2f2;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
section.blue {
	background: #38A4DD;
}
section.purple {
	background: #4555A5;
}
section.blue *, section.purple * {
	font-weight: 400;
}
section.blue h2, section.purple h2 {
	color: #fff;
/* 	font-weight: 300; */
}
section.blue p, section.purple p {
	color: #fff;
/* 	font-size: 18px; */
}
section.blue p a, section.purple p a {
	color: #fff;
}
section.blue ul li, section.purple ul li {
	color: #fff;
	font-weight: 600;
/* 	font-size: 17px; */
}
section.white {
	background: #fff;
}
section img.aligncenter {
	margin: 20px auto 0 auto;
}
section .group1 img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}
section .group1 img:hover {
	opacity: .7;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
	width: auto !important;
	max-width: 100% !important;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 30px;
	max-width: 33%;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:-15px 35px 20px 0;
	max-width: 30%;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.desk {
	display: block;
}
.phone {
	display: none;
}

/* @end */

/* @group Login*/

a.logo2.out {
	margin-top: 100px;
	padding:0;
	display: inline-block;
	display: inline-block;
	width: 100%;
	max-width: 305px;
	float: none;
}
.form.login {
	max-width: 400px;
	background: #f5f5f5;
	border-radius: 2px;
	border: 1px solid #eee;
	padding: 30px;
	margin-top: 15px;
	margin-bottom: 40px;
	text-align: center;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
.form.login label {
	text-align: left;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	margin-top:7px;
	margin-bottom: 3px;
	color: #777;
	display: block;
	width: 100%;
}
.form.login a.logo2 {
	margin: 0px auto 20px;
	display: inline-block;
	width: 100%;
	max-width: 305px;
	float: none;
}
.form.login h1 {
	font-size: 23px;
	margin: 0;
	font-weight: 300;
}
.form.login p {
	font-size: 15px;
	margin: 10px 0 20px;
	color: #000;
	font-weight: 300;
}
.form.login input {
	height: 50px;
	font-size: 18px;
	font-family: inherit;
}
.form.login input.btn.blue.raised {
	font-size: 18px;
	margin-top:10px;
}

/* @end */

/* @group Registration*/

.form.login.registration {
	width: 100%;
	max-width: 650px;
/* 	margin-bottom: 100px; */
}
.form.login.registration form {
	margin-top: 20px;
}
.form.login.registration .step .drop_line {
	height: 50px !important;
}
.form.login.registration .step .drop_line span.drop select {
	height: 50px;
	font-size: 16px;
	font-family: inherit;
	font-weight: 300;
}
.form.login.registration input {
	font-size: 16px;
}
.form.login.registration .ui.search.selection.dropdown, .col3 .ui.search.selection.dropdown {
	width: 100%;
	height: 50px;
	margin-bottom: 8px;
}
.col3 .ui.search.selection.dropdown {
	margin-bottom: 0;
}
.form.login.registration .ui.search.selection.dropdown.month, .col3 .ui.search.selection.dropdown.month {
	width: 52%;
	float: left;
	min-width: 0 !important;
}
.form.login.registration .ui.search.selection.dropdown.year, .col3 .ui.search.selection.dropdown.year {
	width: 46%;
	float: right;
	min-width: 0 !important;
}
.form.login.registration .ui.search.dropdown > .text, .col3 .ui.search.dropdown > .text, .col3 .ui.search.dropdown > .text, .col3 .ui.search.dropdown > .text {
	left: -7px;
	position: relative;
	top: 2px;
	font-weight: 300;
	margin-right: 5px;
	font-size: 15px;
	color: #000;
}
.form.login.registration .ui.search.selection.dropdown.needsfilled, .col3 .ui.search.selection.dropdown.needsfilled {
	background: #fcebeb !important;
	border: 1px solid #e49f9f !important;
	color: #333 !important;
}
.form.login.registration .ui.selection.dropdown > .search.icon, .ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .col3 .ui.selection.dropdown > .search.icon, .ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon {
	margin: -10px -15px 0 0 !important;
}
.ui.search.selection.dropdown > input.search, .col3 .ui.search.selection.dropdown > input.search {
	padding-left: 0px !important;
	top: -2px !important;
}
.col3 .ui.search.selection.dropdown > input.search {
	padding-left: 12px !important;
}
.form.registration .ui.dropdown .menu > .item, .col3 .ui.dropdown .menu > .item {
	font-size: .9rem;
}

/* @end */

/* @group Apply*/

.centered {
	float: none;
	margin: 0 auto;
	max-width: 650px;
	width: 100%;
}
.no-padding {
	padding: 10px 0;
}
.no-padding label {
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}
.no-padding label span {
	font-size: 11px;
	font-style: italic;
}
.no-padding .drop_line {
	max-width: none;
}
.no-padding .drop_line.partial {
	width: calc(100% - 100px);
}
.no-padding a.btn.raised.preview-btn {
	width: 85px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0px;
	height: 36px;
	line-height: 33px;
}
.btn.blue.raised.big {
	width: 100%;
	height: 55px;
	line-height: 50px;
	font-size: 18px;
	float: none;
	margin: 20px auto 20px;
}
label.save-letter {
	margin-bottom: 15px;
	font-size: 12px;
/* 	float: right; */
	display: block;
}
label.save-letter span {
	font-size: 11px;
}

/* @end */

/* @group Footer*/

 .footer-top {
 	width: 100%;
 	background: #3C3C4D;
 	padding: 75px 0px ;
 	text-align: center;
 }
 .footer-top p {
 	font-size: 30px;
 	line-height: 30px;
 	margin: 0px;
 	font-weight: 300;
 	color: #fff;
 	display: inline-block;
 }
 .footer-top a.button {
  padding: 25px 40px;
  margin: 0px;
  margin-top:20px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  border-radius: 3px;
  background: white;
  color: #3C3C4D;
  border: 0;
  /* box-shadow: 0px 2px 4px 0px rgba(120,120,120,0.50); */
}
 .footer-bottom {
	 background: white;
	 color: #fff;
	 padding: 20px 0 10px;
	 text-align: center;
 }
 .footer-bottom p {
	 color: #3C3C4D;
	 font-size: 14px;
 }
 .footer-bottom .left {
	 float:left;
 }
 .footer-bottom .right {
	 float: right;
 }
 .footer-bottom p a {
	 text-decoration: none;
	 color: #3C3C4D;
 }
 .footer-bottom p a:hover {
	 text-decoration: underline;
 }
 .social {
	 display: inline-block;
	   margin-left: 62px;
	   margin-top: 12px;
 }
  .social a {
	  display: inline-block;
	  vertical-align: center;
	  margin: 0 5px;
	  height: 25px;
	  margin-top:0px
  }
  .social a img {
	  height: 100%;
	  opacity: .7;
  }
  .main-container.top-space {
	  margin-top: 60px;
  }

 /* @end */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@group Accordion BrandonKnapp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.accordion {
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-bottom: 25px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}
.accordion .title {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	font-weight: 600;
	background: #fff;
}
.parent {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	font-weight: 500;
	background: url(images/more.svg) no-repeat 8px center #fff;
	background-size: 17px;
	padding-left: 40px;
	border: 1px solid #eaeaea;
	margin-bottom: -1px;
	color: #fff;
}
.parent.vid {
	background: url(images/play.svg) no-repeat 8px center #fff;
}
.parent.vid:hover {
	background: url(images/play.svg) no-repeat 8px center #f5f5f5;
}
.parent:hover {
/* 	opacity: .85; */
	cursor: pointer;
	background: url(images/more.svg) no-repeat 8px center #f5f5f5;
	background-size: 17px;
}
.parent h3 {
	color: #212121;
	font-size: 15px;
  	font-weight: 400;
  	line-height: 24px;
  	margin: 0;
}
.parent.active {
	background: url(images/less.svg) no-repeat 8px center #3C3C4D;
	background-size: 17px;
	color: #fff;
	font-weight: 600;
	  border: 1px solid #3C3C4D;
}
.parent.vid.active {
	background: url(images/play-white.svg) no-repeat 8px center #3C3C4D;
}
.parent.active h3 {
	color: #fff;
}
.child {
	padding: 0px 15px 15px 40px;
	display: none;
	font-size: 13px;
	line-height: 23px;
	background: #3C3C4D;
	border-left: 1px solid #3C3C4D;
	border-right: 1px solid #3C3C4D;
}
.child * {
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	margin-top: 0;
}
.child.show {
	display: block;
}
.child ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	line-height: 1.75;
}
.child li {
	line-height: 1.75;
}
.child img {
	padding: 10px 0px 10px 0;
	margin-left: 0;
}
.img-small {
	max-width: 30%;
}
.img-medium {
	max-width: 40%;
}
.img-large {
	min-width: 70%;
	max-width: 80%;
}
.video-group {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin-bottom: 30px;
	margin-top: 15px;
	float: left;
	width: 98%;
	padding-bottom: 10px;
	padding-top: 30px;
	margin-right: 2%;
}
.video-help {
	margin: 10px 0 20px;;
	width: 100%;
	max-width: 650px;
	height: 375px;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.video-help-home {
	margin: 0 auto;
	width: 100%;
	max-width: 851px;
	height: 479px;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
@media (max-width: 550px) {
	.video-help-home {
		width: 96%;
		height: 190px !important;
	}
}
.img-mobile {
	display: none;
}
.mobile-content {
	display: none;
}
@media only screen and (max-width: 767px) {
	.img-mobile {
		width: 100%;
		display: block;
	}
	.img-small {
		display: none;
	}
	.img-medium {
		display: none;
	}
	.img-large {
		display: none;
	}
	.desktop-content {
		display: none;
	}
	.mobile-content {
		display: block;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@end
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mce-container, .mce-container *, .mce-widget, .mce-widget * {
	font-size: 14px !important;
}
p.disclaimer {
	margin-top: 20px;
	font-size: 12px;
}
.links {
	text-align: center;
	color: rgb(64, 149, 219);
	margin-bottom: 150px;
}
.links * {
	vertical-align: middle;
	display: inline-block;
	font-size: 13px;
}
.links span {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}


/* Under Construction Page */
.underconstruction {
	margin-top: 0;
}

.uccontent {
	margin-top: 20vh;
}

@media only screen and (max-width: 550px) {
	.underconstruction {
		margin-top: 0;
	}
	.uccontent {
		margin-top: 20%;
	}
	.underconstruction h1{
		display: block;
	}
		.underconstruction p{
		display: block;
	}
}

/* @group Home Toggle*/

.toggle {
	padding: 45px 20px 50px;
	margin: 0px;
	width: 100%;
	background: #3C3C4D;
/* 	overflow: hidden; */
	text-align: center;
}
html body .toggle h2 {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
}
.toggle ul {
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.toggle li {
	list-style: none;
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
}
.toggle li a {
	display: block;
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-weight: 300;
	line-height: 58px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #f2f2f2;
	outline: none;
/* 	background: #4e4e60; */
}
.toggle li.ui-tabs-active a {
	background: #f2f2f2;
	color: #3C3C4D;
	font-weight: 400;
	border-radius: 0;
	 box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/* @end */

.loader {
	float: left;
	text-align: center;
	width: 100%;
	padding: 20px 0 30px;
}
.loader img {
	width: 50px;
	display: inline-block;
}

/* @group Stats */

.stats {
	width: 100%;
}
.stat {
	background: #fff;
	border: 1px solid #d8d8d8;
	width:  24%;
	margin: .5%;
	float: left;
	padding: 35px 15px 45px;
	text-align: center;
	position: relative;
}
a .stat:hover {
	background: #3690ea;
}
a .stat.flat:hover {
	cursor: default !important;
	background: #fff;
}
.stat.flat:hover p {
	color: #3690ea;
	cursor: default;
}
a .stat:hover p {
	color: #fff;
}
.stat a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.stats p {
	margin: 0;
	color: #3690ea;
}
.stats p.top {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
}
.stats p.number {
	font-size: 35px;
}
#chartdiv {
	width: 100%;
	height: 450px;
}
.connect-left.rd {
	border-radius: 0;
}

.emailconfirm {
	position:fixed;
	top:0px;
	text-align: center;
    padding: 20px;
	right:-200px;
	width:200px;
	height:auto;
	background-color: #0dc50d;
	color: #fff;
}

.slideinemail {
right:0px;
transition:right .5s linear;
}

.listemailedit {
border: 1px solid #d8d8d8;
    height: 43px;
        width: 83%;
    margin: 0 1% 0 0;
    padding-left: 10px;
    float: left;
    font-size: 15px;
}
.saveico {
    height: 20px;
    cursor:pointer;
    margin-top: 10px;
    margin-right: 2px;
}
.cancelico {
    margin-left:2px;
    height: 20px;
    cursor:pointer;

}

.editico {
    float: left;
    margin-right: 16px;
    cursor:pointer;
}
/*confirm email fixed div for admin password resets from dashboard*/


/* @end */

/* @group Testimonials Home*/
.testimonials-home {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 25px;
  overflow: hidden; }
  .testimonials-home .group {
    width: 33.3333333333%;
    float: left;
    padding: 0 30px; }
    @media (max-width: 1024px) {
      .testimonials-home .group {
        padding: 0 20px; } }
    @media (max-width: 900px) {
      .testimonials-home .group {
        width: 100%;
        margin-bottom: 50px; } }
    .testimonials-home .group:last-child {
      margin-bottom: 0; }
    .testimonials-home .group img {
      width: 70%;
      border-radius: 50%; }
      @media (max-width: 900px) {
        .testimonials-home .group img {
          max-width: 150px; } }
    .testimonials-home .group p {
      font-size: 16px;
      font-style: italic; }
      .testimonials-home .group p.name {
        font-size: 24px;
        color: #1188d6;
        margin-top: 30px;
        font-weight: 400; }
        @media (max-width: 900px) {
          .testimonials-home .group p.name {
            margin-top: 15px; } }
        .testimonials-home .group p.name span {
          font-size: 18px; }

/* @end */

/* @group Slider */

#slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 0 auto;
}

#slider * {
	box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
  text-align: center;
}

#slider ul li .slide {
	padding: 0 175px;
}

@media (max-width: 900px) {
	#slider ul li .slide {
		padding: 0 100px;
	}
}
@media (max-width: 450px) {
	#slider ul li .slide {
		padding: 0 20px;
	}
}

a.control_prev, a.control_next {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  margin-top: -30px;
  padding: 5px;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 450px) {
	a.control_prev, a.control_next {
		display: none;		
	}
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

/* @end */

/* @group Testimonials*/
	
#slider ul li img {
	height:65px;
	margin-bottom: 20px;
}

@media (max-width: 450px) {
	#slider ul li img {
		height: 45px;
		max-width: 100%;
	}
}

#slider ul li p {
	font-size:18px;
	font-style:italic;
	color: #000;
}

#slider ul li p.name {
	font-size:22px;
	font-style: normal;
	line-height: 30px;
/* 	color:#1976d2; */
	margin-top:30px;
	font-weight:600;
}

@media (max-width: 900px) {
	#slider ul li p.name {
		margin-top:15px;
	}
}

#slider ul li p.name span {
	font-size:16px;
	font-weight: 400;
	line-height: 20px;
}

/* @end */