@import url('https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css');
@import url('assets/css/bootstrap.min.css');
@import url('assets/css/now-ui-kit.css?v=1.0.1');

Body #Form {
    height: 100%
}

/*
.dnnFormPopup #iPopUp {
	height:600px !important;
	max-height:600px !important;
}
.dnnModuleDialog {
	top:0 !important;
	position:fixed !important;
}

.dnnModuleManager .DnnModule.floating {
	top:50% !important;
	left:50% !important;
	margin-left:-65px !important;
	margin-top:-65px !important; 
}

*/

.btn-md {
	font-size:1em;
}

.btn-wrap {
	white-space:normal;
}

.card a:not(.btn):not(.nav-link):not([data-toggle='collapse']) {
	color: #e9ad00;

}

.card a:not(.btn):not(.nav-link):not([data-toggle='collapse']):hover, .card a:not(.btn):not(.nav-link):not([data-toggle='collapse']):focus {
	border-color: #e9ad00;
}

.logo-on-gray {
	display:none;
}

.navbar-transparent .logo-on-white {
	display:none;
}

.navbar-transparent .logo-on-gray {
	display:block;
}

.header-wrapper .alert {
	display:none;
}

.navbar-translate {
	padding-right:65px;
}

.shaded {
	background:#eaeaea;
}

.btn-callout {
	text-transform:uppercase;
	font-weight:bold;
}

.button-container-top {
	margin-top:-112px;
	text-align:center;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
	background:#e9ad00;
	color:#ffffff;
}

.nav-utility {
	margin:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	min-height:0 !important;
}

.nav-utility .container {
	-webkit-justify-content: flex-end;
   justify-content: flex-end;
}

.nav-utility p {
	margin:0;
	padding:0;
}

.nav-utility a {
	padding-top:0;
	padding-bottom:0;
}

.nav-utility .navbar-nav {
	flex-direction:row;
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	margin-top:0;
}

/* Page Header */

.page-header.page-header-large {
	min-height:550px;
}

.page-header.page-header-tertiary,
.page-header.page-header-tertiary .container {
	min-height:345px;
	max-height:345px;
}

.page-header-tertiary {
	
	min-height:350px;
}

.page-header-tertiary .page-header-image {
	background:#e9ad00;
}

/* Page Header Inner */

.page-header-inner {
	min-height:0;
	max-height:9999px;
	height:auto;
}

.page-header-inner h1,
.page-header-inner h2 {
	padding-left:15px;
}

.index-page .page-header.page-header-inner .container > .content-center, 
.presentation-page .page-header.page-header-inner .container > .content-center {
	top:50%;
	max-width:100%;
}

.page-header-inner .container {
	    min-height: 60vh;
    max-height: 440px;
}

.projects-1 .card {
/*	height:100%; */
}

/* Header */

.page-header .content-center {
	max-width:100%;
}

.page-header h2 {
	color:#ffffff;
}

/* Solutions Blocks */

.solutions-blocks .info {
	padding-top:30px;

}

.info {
	display:block;
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.info span.info-title,
.info span.description,
.info span.icon {
	display:block;
	padding-left:15px;
	padding-right:15px;
}

a.info:hover {
	text-decoration:none;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

a.info:hover .icon {
    -webkit-transform: translate3d(0, -0.5rem, 0);
    -moz-transform: translate3d(0, -0.5rem, 0);
    -o-transform: translate3d(0, -0.5rem, 0);
    -ms-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
}

#audiences a.info {
	text-decoration:none !important;
}

#audiences a.info:hover {
/*	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none; */
	border:1px solid #e9ad00;
	box-sizing:border-box;
	padding-top:69px;
	padding-bottom:29px;
}

.navbar.nav-utility .navbar-nav .nav-item.active .nav-link:not(.btn), 
.navbar.nav-utility .navbar-nav .nav-item .nav-link:not(.btn):focus, 
.navbar.nav-utility .navbar-nav .nav-item .nav-link:not(.btn):hover, 
.navbar.nav-utility .navbar-nav .nav-item .nav-link:not(.btn):active {
	background:#e9ad00;
}

#top-industries .info-title {
	margin-top:.5em;
}

#driving-forward .info {
	max-width:100%;
}

.card-no-overlay:after {
	background:none !important;
}

.page-header:before {
	background:none;
}

.carousel-indicators li {
	background-color:#313233;
}

.carousel-indicators li.active {
	background-color:#e9ad00;
}

/* Customers */

.org-logo {
	margin-top:1em;
	margin-bottom:1em;
}

/* Company History */

#company-history .info {
	max-width:100%;
}

#awards:after {
	background:none;
}

/* Team */

.team-4 .card-image {
	margin-bottom:2.5em;
}

/* Connect */


.social-wrapper {
	background:#ffffff;
	border:2px solid #ffffff;
	margin:1em 0;
}

.social-wrapper h2 {
	font-size: 1.2em;
    margin: 0 0 1em 0;
    font-weight: bold;
    padding:15px 15px 0 15px;
}

.social-wrapper h2 a {
	text-decoration:none;
}

.social-wrapper h2 a:hover,
.social-wrapper h2 a:active {
	text-decoration:none;
	opacity:.5;
}

.social-wrapper a {
	color:#000000;
}

.social-wrapper h2 a {
	color:#000000;
}

.social-wrapper img {
	margin-right:10px;
	position:relative;
	top:-1px;
}

.social-wrapper .social-handle {
	float:right;
}


.social-container {
	height:360px;
	overflow-y:auto;
	overflow-x:hidden;
	clear:both;
}

.social-container .media-body {
	width:auto;
	display:block;
	word-wrap:break-word;
}

.social-container .social-feed-element {
	border:1px solid #ededed;
	padding:7px;
	margin-bottom:7px;
	margin-left:4px;
	margin-right:4px;
}

.social-container .social-feed-element:last-child {
	margin-bottom:0;
}

.social-container .social-feed-element img {
	max-width:100%;
}

.social-container .media-object {
	width:30px;
}

.social-container .author-title {
	font-weight:bold;
}

.social-container .media-body {
	font-size:.875em;
	overflow:hidden;
	line-height:1.3em;
	margin-bottom: .5em;
}

.social-container .text-wrapper {
	margin:0 0 .5em 0;
}

.social-container p {
	margin:0 0 .15em 0;
	font-size:12px;
	color:#000000;
	line-height:1.3em;
	font-family:Arial,Helvetica,sans-serif;
}

.social-wrapper .social-container a {
	color:#e82138;
}

/* Forms */

.dnnFormItem input[type="text"], 
.dnnFormItem select, 
.dnnFormItem textarea, 
.dnnFormItem input[type="email"], 
.dnnFormItem input[type="search"], 
.dnnFormItem input[type="password"],
.S001_Theme_Default .SF_TextBox, 
.S001_Theme_Default .SuperForm_DropdownList, 
.S001_Theme_Default .SF_Captcha input, 
.S001_Theme_Default .SuperForm_ListBox,
.S001_Theme_Default .DNNSmart_SuperForm .SF_TextBox {
    border: 1px solid #E3E3E3 !important;
    color: #2c2c2c;
    line-height: normal;
    font-size: 0.8571em;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius:0;
    -moz-border-radius:0;
    -wekbit-border-radius:0;
    background:#ffffff;
    padding:10px 18px 10px 18px;
    margin-bottom:0;
}


.dnnFormItem input[type="text"]:active, 
.dnnFormItem input[type="text"]:focus, 
.dnnFormItem input[type="password"]:focus, 
.dnnFormItem input[type="password"]:active, 
.dnnFormItem input[type="email"]:active, 
.dnnFormItem input[type="email"]:focus, 
.dnnFormItem select:active, 
.dnnFormItem select:focus, 
.dnnFormItem textarea:active, 
.dnnFormItem textarea:focus, 
.dnnFormItem input[type="search"]:active, 
.dnnFormItem input[type="search"]:focus,
.S001_Theme_Default .SF_TextBox:active, 
.S001_Theme_Default .SuperForm_DropdownList:active, 
.S001_Theme_Default .SF_Captcha input:active, 
.S001_Theme_Default .SuperForm_ListBox:active,
.S001_Theme_Default .SF_TextBox:focus, 
.S001_Theme_Default .SuperForm_DropdownList:focus, 
.S001_Theme_Default .SF_Captcha input:focus, 
.S001_Theme_Default .SuperForm_ListBox:focus {
	border: 1px solid #e9ad00 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c;
}

.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
	margin-bottom:0;
}

.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
	width:100%;
	max-width:100%;
}

.S001_Theme_Default .formError {
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
        list-style: none;
    margin: 0;
        bottom: -26px !important;
    padding: 0;
    top: auto !important;
    margin: 0 !important;
    left: 0 !important;
}

.S001_Theme_Default .formError .formErrorContent {
	background:none;
	min-width:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	padding: 5px 10px;
	border:none;
}

.S001_Theme_Default .formError .formErrorArrow {
	display:none !important;
}

.S001_Theme_Default hr {
	margin-top:0;
	margin-bottom:36px;
}

.ui-datepicker-trigger {
	display:none !important;
}

.ModDNNUserDefinedTableC .dnnFormItem span.dnnFormMessage.dnnFormError {
	padding: 5px 10px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    position:static;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

.ModDNNUserDefinedTableC .dnnFormItem {
	margin-bottom:18px;
}

.ModDNNUserDefinedTableC .dnnFormItem span.dnnFormMessage.dnnFormError:after {
	display:none;
}

.ModDNNUserDefinedTableC .dnnFormMessage.dnnFormValidationSummary {
	display:none !important;
}
 
.ModDNNUserDefinedTableC .dnnPrimaryAction,
.S001_Theme_Default .SuperForm .next,
.S001_Theme_Default .SF_Button {
	border-width: 2px;
    font-weight: 400;
    font-size: 0.8571em;
    line-height: 1.35em;
    margin: 5px 1px;
    border: none;
    margin: 10px 1px;
    border-radius: 0;
    cursor: pointer;
    background: #e9ad00 !important;
    color: #FFFFFF;
    font-size: 1em;
    border-radius: 0;
    padding: 15px 48px;
        -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow:none;
    -moz-box-shadow:none;
    -wekbit-box-shadow:none;
    text-shadow:none;
}

.S001_Theme_Default .SF_Button {
	font-weight:bold;
}

.S001_Theme_Default .SuperForm .prev {
	padding: 15px 48px;
	margin: 10px 1px;
	border-width: 2px;
    font-weight: 400;
    font-size: 0.8571em;
    line-height: 1.35em;
    font-size: 1em;
    border-radius: 0;
    border:1px solid #eaeaea;
}

.S001_Theme_Default .single_checkbox .SuperForm_CheckBox {
	float:left;
	margin-right:10px;
	padding-top:0;
	margin-top:.2em;
}

.single_checkbox > label {
	overflow:hidden;
	display:block;
}


    

.ModDNNUserDefinedTableC .dnnPrimaryAction:hover,
.S001_Theme_Default .SuperForm .prev:hover, 
.S001_Theme_Default .SuperForm .next:hover,
.S001_Theme_Default .SF_Button:hover {
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
	-wekbit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
	text-decoration:none;
}

.ModDNNUserDefinedTableC .dnnActions .dnnSecondaryAction {
	display:none !important;
}
   
.dnnFormMessage.dnnFormSuccess {
	background:none;
	border:none;
	max-width:100%;
	padding-left:0;
	padding-right:0;
}

.dnnFormAndList h2.dnnFormSectionHead {
	    font-weight: 700;
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    text-align:left;
    border:none;
        font-size: 1.8em;
    margin-bottom: .5em;
}

.dnnFormAndList h2.dnnFormSectionHead { 
	margin-top:1em;
}

.dnnFormAndList fieldset {
	    background-color: #f1f1f2;
	    padding:20px;
	    display:none;
}

.dnnFormAndList h2.dnnFormSectionHead a {
	font-size:.75em;
	background:none !important;
	padding:0;
	cursor:none;
	display:block;
	margin-bottom:-1em;
}

.S001_Theme_Default .SuperForm .field_div {
	float:none;
	width:100%;
	text-align:left;
	padding-left:0;
}

.S001_Theme_Default .SuperForm .SF_TextBox,
.S001_Theme_Default .SuperForm .SuperForm_DropdownList {
	width:100%;
}


.S001_Theme_Default .SuperForm .field_row {
	padding:0;
}

.S001_Theme_Default .SuperForm .field_row {
    margin-bottom: 36px;
    position: relative;
    overflow:visible;
}

.S001_Theme_Default table {
	font-size:1em;
}

#downloads .info {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	max-width:100%;
}

#downloads .icon {
	margin-right:0;
	padding-right:0;
}

/* Alert */

.header-wrapper .alert {
	margin-bottom:0;
	background:#ff0000;
	padding-top:.5rem;
	padding-bottom:.5rem;
}

/* Stats */

#stats .info {
	padding-top:20px;
	padding-bottom:30px;
}

/* Utility Nav */

#nav-utility ul {
	margin:0;
}

.page-header-large .content-center {
	padding-top:200px;
	padding-bottom:100px;
}

/* Frequent Roles */

#frequent-roles .card-pricing {
	margin-bottom:0;
}

.alert .alert-icon {
	margin-top:0 !important;
}

/* Open Roles */

.open-role {
	padding:2rem 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	text-align:left;
	font-size: 1.2em;
}

.open-role:first-child {
	border-top:none;
}

.open-role p {
	font-size:1em;
}

.open-role h3 {
	font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
	margin-bottom:.5em;
}

.open-role .how-to-apply {
	font-size:.875em;
}

@media(min-width:576px) {
	.page-header-inner h1,
	.page-header-inner h2 {
	padding-left:0;
}
}



@media(min-width:768px) {
	.navbar-translate {
		padding-right:0;
	}

	.wrapper {
		padding-top:42px;
	}

	.wrapper.wrapper-inner {
		padding-top:105px;
	}

	h1,
	.h1 {
		font-size:4em;
	}
}

@media(min-width:992px) {
	.page-header-inner h1,
	.page-header-inner h2 {
		margin-left:15px;
	}

	/* Top Industries */

	#top-industries .card {
	/*	height:100%; */
		margin-top:0;
		margin-bottom:0;
	}

	.industries-row {
		margin-top:70px;
		margin-bottom:30px;
	}

	h1,
	.h1 {
		font-size:5em;
	}
}

@media screen and (min-width:1200px) {

	h1,
	.h1 {
		font-size:6em;
	}
}

@media screen and (max-width:991px) {
	.navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {
		max-height:300px;
		height:auto;
	}
}


@media screen and (max-width:768px) {
	
	.page-header.page-header-small.page-header-inner {
    	    min-height: 330px;
    max-height: 330px;
	}
}

@media screen and (max-width:479px) {
	.nav-item58 {
		display:none !important;
	}
}