@CHARSET "UTF-8";

body {
  font-size:16px;
  color:#000000;
  overflow-x: hidden;
}

.modal-header {
    min-height: 46px;
    padding: 10px 15px 15px 15px;
    border-bottom: none;
}

.close {
    font-size: 28px;
}

.lang-selector {
    font-size: 14px !important;
    font-family: roboto, Helvetica, sans-serif !important;
    color: #D0D0D0 !important;
	margin-bottom: 2px !important;
    padding: 7px 12px !important;
}

.justified {
        text-align: justify;
}

h3 {
	font-size: 1.5em;
	font-weight: 400;
	color:black;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

a {
    color: #ed1920;
    text-decoration: none;
}

a:hover, a:focus {
    color: #ed1920;
    text-decoration: none
}

.loginlink {
	font-size:12px;
    margin: 0px 24px 0px 17px;
}

.btn-success {
	background-color: #ed1920;
	color: #ffffff;
	border-color: #ed1920;
}

.bs-callout-warning {
	border-left-color: #f0ad4e;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout h3 {
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

.top-spacer {
    height: 125px;
}

.l-wrapper { 
	position: relative; 
	width: 930px;
	height: 240px;
	margin: 0 auto;
}

#example {
	position: relative;
	float: left;
	width: 930px;
	height: 220px;
	margin-bottom: 20px;
}

.text-align-right {
    text-align: right;
}

.margin-10 {
    margin: 0px 0px;
}

#secondary-nav, #secondary-nav a {
    color: #575757;
    font-size: 15px;
}

#secondary-nav a:hover {
    color: #ed1920;
    text-decoration: none;
}

.navbar-form {
    margin: 0;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -30px;
}

.navbar-default {
    background-color: white;
    border: none;
    color: #575757;
	border-radius: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav {
    color: #575757;
    background-position: right bottom;
    background-repeat: no-repeat;
	}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #000000;
    background-image: url('images/selected.png');
    background-position: right bottom;
    background-repeat: no-repeat;
	}

.dropdown-menu > li > a {
    color: #575757;
    font-size: 16px;
}

.dropdown-menu > li > a:hover {
    background-color: #ed1920;
    color: #FFFFFF;
    font-size: 16px;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #F7F5F3;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.dropdown-menu {
    right: 0;
}

.container {
    min-width: 320px;
}

.pageMessage {
    text-align:center;
    font-size:40px;
    font-family: roboto, Arial, Helvetica, sans-serif;
	font-weight: 700;
    padding: 0px 20px 20px 20px;
}

.maintMessage {
    font-size:18px;
    color: red;
}

.imageSquare {
    width:100%;
    height:200px;
    margin-bottom:20px;
    background-color: white;
    position:relative;
	background-repeat: no-repeat !important;
	background-position: center top !important;
	background-size: cover;	
}

.imageTint {
    color:#ffffff;
    bottom: 0px;
    left: 0px;
    position:absolute;
    width: 100%;
    padding: 18px 15px;
    background-image:url('../images/black.png');
}

.imageTintDarkBlue {
    background-image:url('../images/darkblue.png') !important;
	padding: 9px 15px !important;
}

.imageTintBlue {
    background-image:url('../images/blue.png') !important;
}

.imageTintOrange {
    background-image:url('../images/orange.png') !important;
    padding: 9px 15px !important;
}

.imageTintGreen {
    background-image:url('../images/green.png') !important;
}

.imageTintGray {
    background-image:url('../images/gray.png') !important;
	padding: 9px 15px !important;
}

.picTitle {
    font-size: 22px;
    color: #ffffff !important;
	font-family: roboto !important;
}

.extraInfo {
    font-size: 13px;
    height: 0;
    font-family: roboto,Arial,sans-serif !important;
    display: none;
}

.extraInfoVisible {
    font-size: 15px;
    font-family: roboto,Arial,sans-serif !important;
}

.colorBlue {
    color: #ed1920;
}

.sideButton {
  background-color: #ed1920;
  padding: 15px 20px 20px 20px;
  margin: 10px 0px;
  font-size: 16px;
  color: #FFF;
}

.sideButton a {
    color: #FFF;
}

.sideButton a:hover {
  color: #000;
}

.sideButtonBlue {
  color: #000;
  background-color: #f8f8f8;
  padding: 15px 20px 20px 20px;
  margin: 10px 0px;
  font-size: 16px;
}

.sideButtonBlue a {
  color: #000;
}

.sideButtonBlue a:hover {
  color: #ed1920;
}

.sideButtonGrey {
    color:#ffffff;
    background-color:#575757;
    padding: 15px 20px 20px 20px;
    margin: 10px 0px;
    font-size: 16px;
}

.sideButtonGreen {
    color:#ffffff;
    background-color:#76B900 !important;
    padding: 15px 20px 20px 20px;
    margin: 10px 0px;
    font-size: 16px;
}

.sideButtonOrange {
    color:#ffffff;
    background-color:#191919;
    padding: 15px 20px 20px 20px;
    margin: 10px 0px;
    font-size: 16px;
}

.sideButton a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;
}

.sideButtonBlue a:hover {
    color:#ed1920;
}

.sideButtonGreen a:hover {
    color:#ffffff;
}

.sideButtonOrange a:hover {
    color:#ffffff;
}

.SideButtonIcon {
    margin-bottom:5px;
}

.smallLink {
    font-size: 15px !important;
}

.smallLinkWhite {
    font-size: 15px !important;
    color:#ffffff;
}


.langmenu {
    float:right;
    padding-left:10px;
}

.header1 {
    font-size: 20px;
    font-weight:bold;
}

.header2 {
    font-size: 16px;
    font-weight:bold;
}

.bluetext {
    color: #00aeef;
}

.sliderimage {
    position: absolute;
    bottom:30px;
    left:0;
}

.lightblue {
    font-weight:bold;
    color:#019ddd;
}

.control-label {
    font-size: 16px;
}

/* Modals */
    
/* http://stackoverflow.com/questions/18422223/bootstrap-3-modal-vertical-position-center */
.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}




#containerhome {
    max-height: 425px;
}

/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 */


.navbar-fixed-top {
    top: 30px;
    border-width: 0px 0px 1px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    right: 0px;
    left: 0px;
    z-index: 1030;
}

.navbar-default-is-scrolling {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
 
.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fixed-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 0px;
}

#services-sec {
	padding-top: 50px;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

.nav-social-bar {
    position: relative;
    background-color: #191919;
    height: 3rem;
    width: 100%;
    left: 0;
    -webkit-transition: left 250ms ease-out;
    transition: left 250ms ease-out;
}

.nav-social-bar .navigation-frame {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 100%;
}

.nav-info-list {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-bar-list, .nav-dropdown-list, .nav-info-list, .nav-sidebar-list {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-info-list .nav-icon {
    height: 2rem;
    width: 2rem;
    opacity: .7;
    background-size: 100% auto;
    cursor: pointer;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.nav-icon {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.nav-info-list li {
    color: #b2b2b2;
    font-size: 1.2rem;
    text-transform: initial;
    white-space: nowrap;
}

.nav-icon svg {
    height: 100%;
    width: 100%;
    display: block;
}

.nav-social-bar .navigation-frame {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
}

.navigation-frame {
    position: relative;
    margin: 0 auto;
    padding: 0 2.5rem;
    border: none;
}

.navigation-frame, .site-wrapper {
    max-width: 122.6rem;
    box-sizing: content-box;
}

.nav-info-list .icon-item:not(:first-child) {
    margin-left: 1rem;
}

.nav-info-list li {
    color: #b2b2b2;
    font-size: 1.2rem;
    text-transform: initial;
    white-space: nowrap;
}

.unstyled-link {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
}

.nav-info-list li.ge-blog {
    margin-left: 1rem;
}

.header-icon {
	margin-left:5px;
}

.header-icon img {
    height: 36px !important;
    width: auto;
}

.menu-link {
    font-size: 14px;
    font-family: roboto !important;
	text-transform: initial;
	color: #7f7f7f;
	font-weight: 700;
}

.navbar-default .navbar-nav > li > a {
    color: #7f7f7f;
}

.navbar-nav, .navbar-right{
    float: right;
}


#login-myBtn {
    border:none;
	background:none;
}

.case-study-teaser .read-more-link {
    display: block;
    text-align: center;
    padding: 10px 0 40px;
    width: 100%;
}

.case-study-teaser {
    overflow: hidden;
    margin-bottom: 20px;
	min-height: 470px;
}

.case-study-teaser a.case-study-image-link {
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.case-study-teaser a.case-study-image-link .gradient span {
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px 10px;
}

.case-study-teaser a.case-study-image-link .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}

.case-study-teaser .home-page-metric {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    padding: 30px 16px 40px;
    color: #191a1a;
    background-position: center top;
    background-repeat: no-repeat;
	border: 1px solid #ccc !important;
}

.case-study-teaser .home-page-metric h3 {
    color: #ed1920;
}

.trainingbox {
 height:240px;
 padding-top:30px;
 padding-bottom:20px;
 margin-bottom:0px;
 margin-left:0px;
 margin-right:0px;
 margin-top:20px;
 font-size:22px;
 background-repeat: no-repeat !important;
 background-position: center top !important;
 background-size: cover;
}

.traininginfo {
 border: 1px solid #191919;
 background-color: #f2f2f2;
 padding: 20px;
 min-height:187px;
}

.tab-content .tab-pane {    
    position: relative;
}

.tab-content {
 margin-bottom:20px;
}

.tab-content img {
 margin-right:20px;
 float:left;
}

.registerbutton {
 width:100% !important;
 float:right !important;
 text-align:right !important;
 z-index:99 !important;
 position:relative !important;
 margin-bottom: -44px !important;
}

.registerbuttontext {
 margin-top:10px !important;
 margin-right:10px !important;
 margin-left:10px !important;
 padding: 5px 100px 5px 100px !important;
 white-space:normal !important;
}

.carousel-control.right {
    opacity: 0.8;
	background-color: transparent;
}

.carousel-control.left {
    opacity: 0.8;
	background-color: transparent;
}

.carousel .item {
    background-color: black;
}

#loginerror2 {
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding: 8px;
    background-color: red;
    text-align: center;
    width: 100%;
	top: 54px;
    z-index: 99;
}

@media(max-width:768px) {

	#loginerror2 {
		position: relative;
		top: 8px;
	}

	.dropdown-menu {
		top: 80px;
	}

	.dropdown-menu-right {
		right: 2px !important;
		left: unset !important;
	}	
	
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}
.carousel-caption h1 {
	font-family: roboto !important;
	text-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
}

.carousel-caption h3 {
	font-family: roboto !important;
	text-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
}

.ourmission {
	font-family: roboto !important;
	font-size:16px;
}

.ourmissionbold {
	font-family: roboto !important;
	font-size:20px;
	margin-bottom:20px;
	display: block;
}

.ourmissionsmall {
	font-family: roboto !important;
	font-size:12px;
	margin-bottom:5px;
	display: block;
	color:#008777;
}

.graytext {
	color:#AAA;
}

.panel-footer {
    padding: 0px;
}

.panel-footer-links {
    margin-top: 0px;
}

.learnmorelink1  {
	list-style-image: url('images/icon-brochure.png');
}

.learnmorelink2 ul {
	list-style-image: url('images/icon-matrix.png');
}

.learnmorelink3 ul {
	list-style-image: url('images/icon-calendar.png');
}

.panel-footer {
    background-color: #63666a;
	border: none;
	color: #ffffff;
}

.footer-links {
    margin: 19px 0px;
}

footer {
    margin: 15px 0px;
}

.footerlink a{
    color: #acacac;
}

.carousel-caption {
	background: linear-gradient(to right, rgba(237, 25, 32, 0.8) 0%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0.3) 100%);
}

.covertxt {
	position: relative;
	top: 30%;
}

#menu-navbar-1,#menu-navbar-2 {
	font-weight: 700;
}

.carousel-caption {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-bottom: 30px;
	padding-top: 50px;
	padding: 48px 33px;
	color: #FFF;
	text-align: left;
}

@media screen and (min-width: 1200px) {

	#loginerror2 {
		top: 95px;
	}

	.case-study-teaser .home-page-metric {
		height: 200px;
	}

    .carousel-caption h1 {
        margin: 5px;
        font-size: 52px;
        font-weight: bold;
		color: white;
    }
	
    .carousel-caption h3 {
        margin: 5px;
        font-size: 18px;
        font-weight: normal;
		color: white;
    }	

    #menu-navbar-1,#menu-navbar-2 {
        font-size: 16px;
        font-family: roboto, sans-serif;
		font-weight: 700;
    }

    .navbar-header {
        width: 358px;
    }
    .navbar-brand img {
        width: 345px;
        height: auto;
    }
    .imageSquare {
        width:100%;
        height:200px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

	#loginerror2 {
		top: 74px;
	}

	.case-study-teaser .home-page-metric {
		height: 200px;
	}

	.menu-link {
		font-size:13px;
	}

    .carousel-caption h1 {
        margin: 5px;
        font-size: 42px;
        font-weight: bold;
		color: white;
    }
	
    .carousel-caption h3 {
        margin: 5px;
        font-size: 16px;
        font-weight: normal;
		color: white;
    }	

	.nav > li > a {
		padding: 16px 9px;
	}

	.case-study-teaser {
		min-height: 512px;
	}

    .imageTintGreen {
        padding: 10px 20px !important;
    }
    
    .navbar-header {
        width: 258px;
    }
	
    .navbar-brand img {
        width: 245px;
        height: auto;
    }
    .imageSquare {
        width:100%;
        height:200px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.menu-link {
		font-size:13px;
	}
	
	.menu-link-login {
		float: left;
		padding-top: 10px;
		padding-bottom: 6px;
		padding-left: 10px;
	}
	
	.case-study-teaser .home-page-metric {
		height: 250px;
	}

    .carousel-caption h1 {
        margin: 5px;
        font-size: 32px;
        font-weight: bold;
		color: white;
    }
	
    .carousel-caption h3 {
        margin: 5px;
        font-size: 14px;
        font-weight: normal;
		color: white;
    }	

.nav > li > a {
	padding: 9px 9px;
}

.case-study-teaser {
	min-height: 250px;
}
 
.case-study-teaser .home-page-metric {
    padding-top: 10px;
    background: none;
}
 
.case-study-teaser a.case-study-image-link {
    width: 50%;
    float: left;
}	

.case-study-teaser .home-page-metric, .case-study-teaser .home-page-metric-sub, .case-study-teaser .field-homepage-introduction, .case-study-teaser .read-more-link {
    width: 50%;
    float: right;
}
	
    .form-group {
        padding-bottom:5px;
    }
    .navbar-header {
        width: 168px;
    }
    .navbar-brand img {
        width: 155px;
        height: auto;
    }
    .pageMessage {
        font-size: 30px;
    }
    .maintMessage {
        font-size: 16px;
    }
    .panel-footer {
        padding: 0px;
    }
}

@media screen and (min-width: 768px) {

	.training-img {
	 height: 145px;
	 width: auto;
	}

    #menu-navbar-1 {
        margin-left: 10px;
		margin-right: 36px;
    }
	
	.navbar-default {
		margin-bottom: 0px;
	}	
	
	
	.pagebackground {
		width:100%;
		background-color:#dfdcd8;
		height:53px;
		margin-bottom:20px;
	}

	.carouselbackground {
		margin-bottom:20px;
	}

    .videobox {
        height: 630px;
    }

    .carousel-caption hr {
        width: 30%;
    }
    
    .navbar-brand {
        padding: 14px;
    }
	    
    .form-control:-moz-placeholder {
      color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    .form-control::-moz-placeholder {
      color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    .form-control:-ms-input-placeholder {
      color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    .form-control::-webkit-input-placeholder {
      color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }

    .form-control {
    	font-size:14px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
		border: none;
		box-shadow: none;
        padding: 4px 12px;
        line-height: 1.22857;
        height: auto;
        background-color: #f3f3f3;
        color: #000000;
		margin: 5px;
    }
	
	.form-control:focus {
		border-color: #66AFE9;
		outline: 0px none;
		box-shadow: none;
		background-color: #f3f3f3;
		color:#000000;
	}	
	
	.form-control-short {
		border-radius: 0px !important;
		background-color: #f3f3f3 !important;
		color: #000000 !important;
		border: none !important;
		box-shadow: none !important;
	}
	
	.input-group-addon {
		padding: 0px 12px !important;
		font-size: 19px !important;
		color: #6f6f6f !important;
		background-color: transparent !important;
		border: none !important;
		border-radius: 0px !important;
	}

	.well {
		background-color: transparent !important;
		border: none !important;
		box-shadow: none !important;
	}
	
	.form-control-username {
		margin: 8px !important;
		background-color: #f3f3f3 !important;
	}
	
	.form-control-password {
		margin: 8px;
	}
	
	.navbar-form {
		padding: 0px 23px 0px 13px;
		width: 100%;
	}
    
	.form-group #submitbutton {
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
		padding: 2px 14px 5px 14px;
		line-height: 1;
		height: auto;
		margin-top: 6px;
		background-color: #ed1920;
		color: white;
		z-index: 99999;
		position: absolute;
		right: 23px;
		left:unset !important;
		top:unset !important;
	}

}

@media screen and (max-width: 768px) {

	#loginmyModal {
		display: none !important;
	}

	.case-study-teaser .home-page-metric {
		height: auto;
	}

	.registerbutton {
	 width:100% !important;
	 float:right !important;
	 text-align:right !important;
	 z-index:99 !important;
	 position:relative !important;
	 margin-bottom: 0px !important;
	}

	.registerbuttontext {
	 margin-top:10px !important;
	 margin-right:10px !important;
	 margin-left:0px !important;
	 padding: 5px 0px 5px 0px !important;
	 white-space:normal !important;
	 width:100% !important;
	}

	.case-study-teaser {
		min-height: 250px;
	}

    .carousel-control {
        top: 80px;
    }

    .videobox {
        height: 400px;
		margin-bottom:50px;
    }

    .sliderimage {
        position: absolute;
        bottom:240px;
        left:0;
    }

    .navbar-brand img {
        width: 230px;
        height: auto;
    }
	
    .navbar-brand {
        padding: 0px 0px 0px 9px;
    }	

    #menu-navbar-1,#menu-navbar-2,#menu-navbar-3 {
        margin-top: 15px;
        font-size: 16px;
        font-family: poppinsbold;
		width: 100%;
    }
    
    .navbar-header {
        width: 100%;
    }
    
    #secondary-nav {
    	margin-top: -15px;
    }
    	
    .navbar-default .navbar-nav > li > a {
    	margin-bottom: 0px;
    }
    
    .carousel-caption {
        padding: 25px 30px;
        padding-bottom: 5px;
        width: 100%;
    }

    .carousel-caption p {
        font-size: 22px;
    }
    .carousel-caption .btn-lg {
        border-radius: 6px;
        font-size: 14px;
        line-height: 1.33;
        padding: 3px 6px;
    }

    .pageMessage {
        font-size: 20px;
    }
    .maintMessage {
        font-size: 14px;
    }
    .panel-footer {
        padding: 0px !important;
    }
    
    .container-footer, .container-body {
        min-width: 290px;
    }

    .form-control {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
        margin-bottom:10px;
    }

     .modal-dialog-center {
        width: 100%;
    }

}

#course-calendar-header {
    color: #fff;
    left: 0;
    padding: 30px 33px 48px 33px;
    text-align: left;
}

#course-calendar-header h1 {
    color: white;
    font-size: 52px;
    font-weight: normal;
    margin: 5px;
}

#course-calendar-header h3 {
    color: white;
    font-size: 21px;
    font-weight: normal;
    margin: 5px;
}

@media screen and (max-width: 991px) {
    #course-calendar-header h1 {
        font-size: 24px;
    }
    #course-calendar-header h3 {
        font-size: 16px;
    }
}

#knowledge-header {
    color: #fff;
    left: 0;
    padding: 48px 33px;
    text-align: left;
}

.knowledge-subheader {
    background-image: url('../images/knowledge/knowledge-header.jpg');
    color: #fff;
    left: 0;
    padding: 0px;
    text-align: left;
    padding-left: 100px;
    padding-top: 10px;
    height: 80px;
}

.knowledge-subheader-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 80px;
}
.knowledge-subheader-title {
    font-size: 40px;
}

#knowledge-header h1 {
    color: white;
    font-size: 52px;
    font-weight: normal;
    margin: 5px;
}

#knowledge-header h3 {
    color: white;
    font-size: 21px;
    font-weight: normal;
    margin: 5px;
}

.knowledge-border-box {
    border: 1px solid #191919;
    height: 300px;
    position: relative;
    padding: 20px;
}

.knowledge-border-box-left {
    margin-left: 10px;
}

.knowledge-border-box-right {
    margin-right: 10px;
}

.knowledge-section-text {
    margin-top: 90px;
}

.knowledge-section-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.knowledge-section-button-mobile {
    display: none;
    padding-top: 20px;
}

.knowledge-section-icon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.knowledge-section-title {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px;
    margin-right: 90px;
}
.knowledge-section-title h3 {
    margin-top: 0px;
}

.knowledge-menu-row {
    margin-bottom: 20px;
}

.knowledge-subheader-button-row {
    margin: 10px 0px;
    text-align: right;
}

#knowledge-select-interest {
    padding: 20px 0px;
}

#knowledge-select-interest h1 {
    font-size: 30px;
}

@media screen and (max-width: 991px) {
    .knowledge-border-box {
        height: auto;
        margin: 0px 20px 20px 20px;
    }
    .knowledge-section-button {
        display: none;
    }
    .knowledge-section-button-mobile {
        display: inline-block;
    }
    #knowledge-header {
        padding: 20px 20px;
        margin: 20px;
    }
    
    .knowledge-subheader {
        margin: 20px;
    }
    
    .knowledge-subheader-title {
        font-size: 30px;
        padding-top: 10px;
    }

    #knowledge-header h1 {
        font-size: 24px;
    }
    
    #knowledge-header h3 {
        font-size: 16px;
    }
    
    #knowledge-select-interest {
        display: none;
    }
}

@media screen and (max-width: 510px) {
    .knowledge-subheader-title {
        font-size: 20px;
        padding-top: 0px;
    }
}

.knowledge-question {
    margin: 0px 20px;
}

.knowledge-question, .knowledge-question-option {
    position: relative;
}

.knowledge-question-number {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.knowledge-question-content {
    padding: 10px 10px 10px 25px;
}

.knowledge-question-name {
    font-size: 20px;
    font-weight: bold;
}

.knowledge-question-radio, .knowledge-question-radio-letter {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px;
    z-index: 99999;
}

.knowledge-question-radio-text, .knowledge-question-radio-answer {
    position: relative;
    padding: 2px 2px 2px 20px;
}

.knowledge-question-radio-letter {
    position: absolute;
    top: 0px;
    left: 20px;
    padding: 2px;
}

.knowledge-question-radio-answer {
    position: relative;
    padding: 0px 2px 2px 20px;
}


.matrix-table {
    color: white;
    font-size: 12px;
}

.matrix-table td, .matrix-table th {
    border: 1px solid #84a7c8;
    padding: 5px;
    vertical-align: top;
}

.matrix-legend-table td {
    border: none;
    font-size: 14px;
    padding: 0px;
}

.matrix-icon {
    width: 40px;
    height: 40px;
}

.matrix-icon-background {
    padding: 5px;
    vertical-align: middle !important;
}

.matrix-legend {
    text-align: center;
    padding: 5px 10px;
    margin: 10px;
    color: white;
}

.matrix-manditory {
    background-color: #27b9a8;
}
.matrix-optional {
    background-color: #40a7ee;
}

.matrix-job-name {
    margin-bottom: 3px;
}
.matrix-job-description {
    font-weight: normal;
    margin-bottom: 0px;
}


.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.matrix-background {
    padding: 20px;
    margin: 0px;
    background-image: url('../images/knowledge/matrix-bg.jpg');
    background-position: left top;
}

@media (max-width: 991px) {
    .matrix-background {
        margin-top: 20px;
    }
}

.structured-icon-table {
    width: 80px;
    height: 80px;
}

.structured-icon-table td {
    text-align: center;
    vertical-align: middle;
}

.structured-icon-table img {
    width: 60px;
    height: auto;
}

.structured-section-text {
    font-size: 12px;
	font-family: roboto !important;
	text-align: justify;
}

.structured-border-box {
    height: 350px;
}
@media screen and (max-width: 991px) {
    .structured-border-box {
        height: auto;
    }
}

@media (max-width: 1199px) AND (min-width: 992px) {
    .structured-section-text {
        font-size: 11px;
    }
    .structured-section-title {
        font-size: 14px;
    }
}

.structured-carousel-cell {
  /* border: 1px solid #003B5D; */
  position: relative;
  width: 300px;
  height: 60px;
  margin-right: 10px;
  cursor: pointer;
  padding: 10px;
}

.structured-carousel-cell:hover {
   background-color: #EAEAEA;
}

.structured-current {
    border: 1px solid #EAEAEA;
    -webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.26);
    box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.26);
}

.structured-current:hover {
   background-color: transparent;
   cursor: default;
}


.structured-icon-table-small {
    width: 60px;
    height: 60px;
}

.structured-icon-table-small td {
    text-align: center;
    vertical-align: middle;
}

.structured-icon-table-small img {
    width: 40px;
    height: auto;
}

.structured-section-title-small {
    font-size: 10px;
    padding: 10px;
}

#structured-carousel-menu {
    padding: 0px 50px;
}

@media (max-width: 992px) {
    #structured-carousel-menu {
        padding: 0px 60px;
    }
}

.flickity-prev-next-button {
  width: 30px;
  height: 60px;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: transparent;
}
.flickity-prev-next-button.no-svg {
  color: white !important;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -40px !important;
  background: url('../images/structured/structured_carousel_left.png');
}
.flickity-prev-next-button.next {
  right: -40px !important;
  background: url('../images/structured/structured_carousel_right.png');
}

.flickity-prev-next-button.previous:hover {
  background: url('../images/structured/structured_carousel_left_hover.png');
}

.flickity-prev-next-button.next:hover {
  background: url('../images/structured/structured_carousel_right_hover.png');
}


.flickity-page-dots {
    display: none;
}

.flickity-viewport {
    height: 66px !important;
}

.button-cta {
    border: 0 none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0;
    text-decoration: none;
    text-transform: initial;
    background: #ed1920 none repeat scroll 0 0;
    border-radius: 1em;
    color: #fff;
    overflow: hidden;
    padding: 0 1.3em;
}

.button-training {
	padding: 5px 100px 5px 100px;
}

.button-cta:hover span {
    color: transparent;
    transform: translate(0px, -100%);
    transition-delay: 0s, 0.2s;
}
.button-cta:hover span::after {
    color: #fff;
    transition-delay: 0.2s;
}

.button-cta.active {
    color: #fff;
}
.button-cta span {
    display: block;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.button-cta span::after {
    color: transparent;
    content: attr(title);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0px, 100%);
    transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
}

.button-cta:focus {
    outline: 0 none;
}

@media (max-width: 767px) {

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.navbar-nav, .navbar-right {
    float: initial;
}

.form-control {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.form-group #submitbutton {
    width: 100%;
}

.button-cta {
    border-radius: 1.5em;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.button-training {
	padding: 5px 20px 5px 20px;
}

}

.button-cta-purple-1 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}

.button-cta-purple-2 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}
.button-cta-purple-3 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}
.button-cta-purple-4 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}
.button-cta-purple-5 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}

.button-cta-purple-6 {
    padding: 10px;
    line-height: 1.2em;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid black;
    color: #000;
}

.button-cta-purple-6:hover span::after {
    color: #000;
    transition-delay: 0.2s;
}

.button-cta-purple-6.active {
    color: #000;
}

.button-cta-purple {
    width: 100%;
}

.course-section, .course-description, .course-cell {
    cursor: pointer;
}

.remove-custom {
    color: red;
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 20px;
}

.course-description-custom {
    position: relative;
    padding-right: 30px !important;
}

#new-item-name {
    margin: 0px;
}

.error-msg {
    color: red;
}

.has-error input {
    border: 1px solid red;
}

.color-red {
    color: red;
}



#buttonsearch {
    border:none;
	background:none;
}

.dropdownsearch {
	display: none;
	background-color:#ffffff;
	position: absolute;
	height:80px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	width: 100%;
	-webkit-transition: max-height 250ms ease-out,-webkit-transform 250ms ease-out;
	transition: max-height 250ms ease-out,-webkit-transform 250ms ease-out;
	transition: max-height 250ms ease-out,transform 250ms ease-out;
	transition: max-height 250ms ease-out,transform 250ms ease-out,-webkit-transform 250ms ease-out;	
	z-index:1000;
}


.nav-search-dropdown input[type="text"] {
    padding: 0;
    margin: 0;
    height: 100%;
    border: none;
    background-color: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #ed1920;
    font-size: 1.92rem;
    line-height: 8rem;
    text-indent: 2rem;
	width: 80%;
}

.nav-search-dropdown .hidden-submit {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.calendar-event-tabs {
    display: table;
    width: 100%;
}

.calendar-event-row {
    display: table-row;
}

.calendar-event-tab {
    width: 16%;
    text-align: center;
    background-color: #c5ccf8;
    font-weight: bold;
    display: table-cell;
    border-right: 3px solid #fff;
}

.spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#no-courses,#loading-courses {
    padding: 20px;
    display: none;
}

#loading-courses {
    font-size: 24px;
    background-color: #EDEDED;
}

#no-courses {
    color: white;
    font-size: 18px;
    background-color: #191a1a;
}

#select-button {
    position: relative;
}

#select-button-button {
    position: absolute;
    right: 0px;
    top: 0px;
}

#clear-selections-wrap {
    display: none;
}

#masters-tab {
    border-right: none;
}

.calendar-event-tab a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-decoration: none;
}

.calendar-event-tab a:hover, .calendar-event-tab a:focus {
    outline: none;
}

#control-tab {
    width: 19%;
}

.calendar-tab-title-box {
    background-color: #191919;
    padding: 20px;
    color: #FFF;
}

#processes-tab {
    background-color: #191919;
	color: #FFF;
}

#foundations-tab {
    background-color: #016257;
	color: #FFF;
}

#equipment-tab {
    background-color: #0f9984;
	color: #FFF;
}

#control-tab {
    background-color: #ed1920;
	color: #FFF;
}

#soft-tab {
    background-color: #30eacd;
	color: #FFF;
}

#masters-tab {
    background-color: #bbbbbb;
	color: #FFF;
}

.calendar-tab-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.calendar-tab-title-box label {
    font-size: 18px;
    margin-bottom: 0px;
}

.calendar-tab-title-box select {
    color: #000;
}

.calendar-tab-content-box {
    border: none;
}

.course-header {
    padding: 15px 20px;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.course-template {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.course-arrow {
    position: absolute;
    top: 10px;
    left: 20px;
}

.course-arrow-icon {
    color: #03b6de;
    font-size: 26px;
    cursor: pointer;
}

.course-image {
    position: absolute;
    top: 10px;
    left: 60px;
    width: 140px;
    height: 80px;
    background-color: #005eb8;
    background-position: top left; 
    background-size: cover;
    background-repeat: no-repeat;
}

.course-text {
    padding: 10px 150px 10px 220px;
    min-height: 100px;
}

.course-text h2 {
    margin: 0px;
    font-weight: bold;
    font-size: 22px;
}

.course-buttons {
    position: absolute;
    top: 10px;
    right: 20px;
}

.course-detail {
    display: none;
}

.course-detail-content {
    padding: 20px 60px 20px 60px;
}

.suggested-course {
    width: 280px;
    height: 230px;
    border: 1px solid #dadada;
    float: left;
    cursor: pointer;
    padding: 150px 20px 20px 20px;
    position: relative;
}

.suggested-course-img, .suggested-course-txt {
    cursor: pointer;
}

.suggested-course-img {
    width: 278px;
    height: 140px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: top left; 
    background-size: cover;
    background-repeat: no-repeat;
}

.suggested-course-extra {
    margin-left: 20px;
}

.course-detail-bar-table {
    display: table;
    width: 80%;
    margin: auto;
}

.course-detail-bar-table-row {
    display: table-row;
}

.course-detail-bar-table-data {
    display: table-cell;
    padding: 10px;
    text-align: center;
    vertical-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.course-detail-bar-table-data img {
    height: 35px;
    width: auto;
}

#course-instances-modal .modal-body {
    padding: 0px;
    max-height: 450px;
    overflow-y: auto;
}

#course-instances-modal .modal-footer {
    margin-top: 0px;
}

#course-instances-modal .modal-content {
    border-radius: 0px;
}

#course-instances-title {
    font-weight: bold;
}

.modal-course-text {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
}

.modal-course-loading {
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
}

.instance-template {
    position: relative;
    border-top: 1px solid #e2e2e2;
}

.instance-location-image {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 70px;
    height: 70px;
    background-color: #005eb8;
    background-position: top left; 
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 35px;
}

.instance-location-text {
    padding: 10px 150px 10px 110px;
    min-height: 90px;
}

.instance-date {
    font-weight: bold;
    font-size: 18px;
}
.instance-locationname, .instance-country {
    font-size: 14px;
}

.instance-location-buttons {
    position: absolute;
    top: 10px;
    right: 20px;
}

.pill-digital {
	background-color: #2b6394;
	color:#fffff;
	padding:20px;
}

@media (max-width: 991px) {
    .course-image {
        display: none;
    }
    .course-text {
        padding: 10px 150px 10px 60px;
    }
    .course-detail-bar-table {
        display: block;
        width: 100%;
        margin: auto;
    }
    
    .course-detail-bar-table-row {
        display: block;
    }
    
    .course-detail-bar-table-data {
        display: block;
        padding: 10px 60px;
        text-align: left;
        vertical-align: center;
        color: white;
        font-weight: bold;
        font-size: 14px;
    }
    .course-detail-bar-table-data img {
        height: 20px;
        width: auto;
    }
}
@media (max-width: 1199px) {
    .suggested-course {
        width: 100%;
        height: 80px;
        border: 1px solid #dadada;
        cursor: pointer;
        padding: 20px 20px 20px 160px;
        position: relative;
    }
    .suggested-course-img {
        width: 140px;
        height: 80px;
        position: absolute;
        top: 0px;
        left: 0px;
        background-position: top left; 
        background-size: cover;
        background-repeat: no-repeat;
    }
    .suggested-course-extra {
        margin-left: 0px;
        margin-top: 10px;
    }
}

.activevideo {
	border: 5px solid #ed1920;
}

#loginmessage-colored {
    background-color: #EE0000;
    color: #ffffff;
    z-index: 9999;
    position: absolute;
    width: 100%;
}

.ourmissiongray {
    background-color: #282c2b;
	padding-top: 20px;
}










.cta-new--primary[href], .cta-new--secondary[href] {
    transition: background-color 0.25s ease 0s;
}
a[href] {
    transition: color 0.2s ease-in-out 0s;
}
.cta-new--secondary {
    border: 1px solid #E2E2E2;
}
.cta-new--primary, .cta-new--secondary {
    min-width: 146px;
    height: 50px;
    display: inline-flex;
    padding: 0px 30px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: background-color 0.25s ease 0s;
}

.article-tile:hover .article-tile__cta, .cta-new--secondary:hover {
	color: #ffffff;
    border-color: transparent;
    background-color: #ed1920;
}
.article-tile:hover .article-tile__cta, .cta-new--primary:hover, .cta-new--secondary:hover {
    text-decoration: none;
}
.cta-new--primary[href], .cta-new--secondary[href] {
    transition: background-color 0.25s ease 0s;
}


.bh-menu__link--external:after, .bh-menu__link--external:hover:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width=%228%22 height=%228%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg stroke=%22%23acacac%22 fill=%22none%22 fill-rule=%22evenodd%22%3E%3Cpath d=%22M6.89 7.681V1H.209M6.89 1L.483 7.291%22/%3E%3C/g%3E%3C/svg%3E");
    width: 0.7em;
    height: 0.7em;
    margin-left: 0.4em;
    font-size: inherit;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.bh-footer, .bh-footer h2 {
    font-size: 14px;
	color:#fff;
}
.bh-footer h2 {
    margin: 6px 0px 24px;
}
.bh-footer h2 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.00938rem;
    line-height: 1.5;
    margin: 24px 0px;
}

ul {
    list-style: square;
}

.btn-lang {
    list-style: none;
	padding-right: 10px !important;
    padding-left: 40px !important;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.bh-menu {
	margin-left: -40px;
}

.home-featured {
    color: #008777;
	font-size:12px;
	margin-left: 24px;
	margin-top: 8px;
}

.langmenustyle {
    z-index: 9999999;
    margin-left: 30px;
}

.langmenustyle .btn-default {
	background-color: transparent;
	color: #333333;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-family: inherit;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	background-image: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin: 0px;
	padding: 7px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.navbar-toggle {
	background-color: transparent;
	background: none !important;
	border: 0px;
	border-radius: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .langmenustyle .btn-default:hover, .langmenustyle .btn-default:focus {
	background-color: #efefef !important;
	transition: 0.2s !important;
}

.success-color {
	color: #7f7f7f;
}

.no-padding {
	padding: 0px;
}

.mobile-menu-links {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.2em;
}

.mobile-menu-links img {
	height: 19px;
	width: auto;
}

#submitbutton-mobile {
	border-radius: 0px !important;
	width: 100%;
	padding: 15px 15px;
}

.padding-top-mobile-login {
	padding-top: 35px;
}

#menu-mobile input[type="text"], #menu-mobile input[type="password"]{
  border: none !important;
  background-color: transparent !important;
  padding: 0px !important;
  border-bottom: 1px solid !important;
  font-size: 1.2em;
}

/* Override for bootstrap add-on styling */

#menu-mobile .input-group-addon {
    border: none !important;
    border-radius: 0px;
    background-color: transparent !important;
    font-size: 23px;
    margin-right: 13px;
	width: 26px;
}

#menu-mobile .input-group-addon img {
	height: 23px;
	width: auto;
}

/* Simple on focus styling for fields. */
#menu-mobile input[type="text"]:focus, #menu-mobile input[type="password"]:focus {
  transition: 0.2s;
  border-bottom: 3px solid #8b8b8b !important;
}

/* Color used for the bottom line of fields. */
#menu-mobile input[type="text"], #menu-mobile input[type="password"], #menu-mobile .input-group-addon {
  border-bottom-color: #8b8b8b !important;
}

/* Forcing a bootstrap menu to scroll */
.scrollable-menu {
    height: auto;
	max-width: 200px !important;
	min-width: 200px !important;
    max-height: 200px;
    overflow-x: hidden;
}


/* Bootstrap 5 Overrides */

.img-responsive {
    width: 100%;
    height: auto;
}

.navbar-toggler {
    float: right;
    border: none;
}

.bg-light {
    background-color: #FFFFFF!important;
}

.navbar-light .navbar-toggler {
    float: right;
}

.navbar-toggler {
    border: none !important;
}

#dropdownMenuButton1 {
    background: transparent !important;
    border: none !important;
}

.close {
    font-size: 21px;
	background: transparent;
    border: none;
}

.nav-info-list .icon-item:not(:first-child) {
    margin-left: 7px;
}

.nav-info-list .nav-icon {
    height: 22px;
    width: 22px;
}

.nav-social-bar {
    height: 30px;
}

#loginmessage-colored {
    padding-top: 15px;
}

.panel-footer {
    padding-top:5px;
	margin-top: 20px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #b5bbbc;
	border-color: #b5bbbc;
}

.sideButton td {
    background: none !important;
}

.footerlogo {
	max-width: 160px;
	width: 100%;
	height: auto;
}

.btn-lang img, .lang-selector img, .lang-selector-dropdown img {
  width: 20px;
  height: auto;
}

.carousel-control-next, .carousel-control-prev {
  z-index: 99 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  top: 20px;
}

/* ── Learn More Anchor ── */
.explore-link {
    color: #ed1920;
}
.explore-link:hover {
    color: #b5000a;
}
.explore-label {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.explore-chevron {
    font-size: 1.2rem;
    animation: bounceDown 1.8s ease-in-out infinite;
}
@keyframes bounceDown {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(6px); }
}

/* ── Grow Section ── */
.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.grow-section {
    background: #fff;
    padding: 2rem 0;
}
.grow-eyebrow {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
}
.grow-heading {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
}
.grow-subtext {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.grow-list-bar {
    background: #ed1920;
    padding: 2.5rem 0;
    margin: 2rem 0;
    width: 100%;
}
.grow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 3rem;
}
.grow-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    break-inside: avoid;
}
.grow-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    background: #fff;
}
.nobullet::before {
  display: none;
}
.grow-contact {
  color: white;
  text-transform: uppercase;
  margin-top: 2rem;
}

@media (max-width: 768px) {
    .grow-list {
        columns: 1;
    }
}

/* ── Demo Split Section ── */
.demo-section {
  display: flex;
  padding-bottom: 2.5rem;
}
.demo-image-col {
    flex: 0 0 50%;
    overflow: hidden;
}
.demo-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
	.demo-image {
	  width: auto;
	  height: 100%;
	  margin-left: auto;
	  margin-right: 0px;
	}
}
.demo-image-col:hover .demo-image {
    transform: scale(1.03);
}
.demo-content-col {
    flex: 0 0 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 5rem;
}
.demo-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.75rem;
}
.demo-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}
.demo-cta {
    display: inline-flex;
    align-items: center;
    color: #ed1920;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 2px solid #ed1920;
    padding-bottom: 2px;
    width: fit-content;
    transition: color 0.2s, border-color 0.2s;
}
.demo-cta:hover {
    color: #b5000a;
    border-color: #b5000a;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .demo-section {
        flex-direction: column;
    }
    .demo-image-col,
    .demo-content-col {
        flex: unset;
        width: 100%;
    }
    .demo-image-col {
        height: 260px;
    }
    .demo-content-col {
        padding: 2.5rem 1.5rem;
    }
    .grow-heading {
        font-size: 1.8rem;
    }
}