@CHARSET "UTF-8";

body {
  font-size:16px;
  color:#575757;
}

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

.justified {
        text-align: justify;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #9E9E9E;
}

.whattheysay {
    font-size: 22px;
    font-weight: 400;
}

h4, .h4 {
    font-size: 18px;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
    color: #000;
}

.training-path h3 {
    color: #9E9E9E;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

a {
    color: #02bc94;
    text-decoration: none;
}

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

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

.btn-success {
    background-color: #02BC94;
    color: #ffffff;
}

.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: #019DDD;
    text-decoration: none;
}

.navbar-form {
    margin: 0;
}

.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: #019DDD;
    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;    
}

.container {
    min-width: 320px;
}

.pageMessage {
    text-align:center;
    font-size:40px;
    font-family: poppinsbold, Arial, Helvetica, sans-serif;
    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: 'poppinsregular' !important;
}

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

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

.colorBlue {
    color: #019DDD;
}

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

.sideButton a {
    color: #ffffff;
}

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

.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:#05322b;
    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:#ffffff;
}

.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;
}

#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;
}

@media(max-width:768px) {

	html {
		overflow-x: hidden;
	}

    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}

.nav-social-bar {
    position: relative;
    background-color: #121212;
    height: 30px;
    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: 20px;
    width: 20px;
    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;
    margin-top: -12px;
}

.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;
}

.menu-link {
    font-size: 16px;
    font-family: poppinsregular !important;
    text-transform: initial;
    color: #9E9E9E !important;
    padding: 10px 0px;
    margin-left: 15px;
    margin-right: 15px;
}

a.menu-link:hover {
    border-bottom: 1px solid #02A783 !important;
    color: #02A783 !important;
}

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

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


#login-myBtn {
    border: none;
    background: none;
    font-size: 14px;
    color: #777777 !important;
	font-weight: normal;
    font-family: 'poppinsregular' !important;
}

.header-icon-text {
    font-size: 14px;
    color: #777777 !important;
    display: block;
    float: left;
    text-align: center;
    font-weight: normal;
    font-family: 'poppinsregular' !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#login-myBtn {
		font-size: 12px;
	}

	.header-icon-text {
		font-size: 11px;
	}
}

.icon-item {
    padding-top: 8px;
    margin-bottom: 0px;
}

.case-study-teaser .read-more-link {
    display: inline-block;
    text-align: left;
    padding: 10px 0 10px;
    float: right;
}

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

.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: 16px;
    line-height: 24px;
    font-weight: normal;
    margin: 10px 0px 10px;
    color: #949494;
    background-position: center top;
    background-repeat: no-repeat;
}

.home-page-metric-right {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 30px 0px 20px;
    color: #949494;
    background-position: center top;
    background-repeat: no-repeat;
}

.home-page-metric-left {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 0px 0px 50px 0px;
    color: #949494;
    background-position: center top;
    background-repeat: no-repeat;
}

.home-page-metric-center {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 0px 0px 50px 0px;
    color: #949494;
    background-position: center top;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
	.p-992 {
	  padding-left: 200px;
	  padding-right: 200px;
	}
	.training-solutions {
		width: 41%;
	}
	.coursecatalog {
		width: 60%;
		float: left;
	}
	.button-coursecatalog {
		margin-top: 80px;
	}
}

.home-page-metric h3 {
    font-weight: bold;
    color: #013025;
}

.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 #05322b;
 background-color: #f2f2f2;
 padding: 20px;
 min-height:187px;
}

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

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

.tab-content img {
    margin-right: auto;
    margin-left: auto;
}

.registerbutton {
    z-index: 99 !important;
    position: absolute !important;
    right: 20px;
    top: 20px;
}

.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;
    top: 0px;
    width: 100%;
    z-index: 99;
	position: relative;
}

.carousel-caption h1 {
    font-family: 'poppinsregular' !important;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    text-transform: capitalize;
}

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

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

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

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

.graytext {
	color:#AAA;
}

.footer-logo {
    max-width: 200px;
	width: 100%;
	height: auto;
}

.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: #27272c;
    border: none;
    color: #ffffff;
    margin-top: 70px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

footer {
    margin: 25px 0px 0px 0px;
}

.footerlink a{
    color: #acacac;
}

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

@media screen and (min-width: 1341px) {
	.covertxt {
		width: 55%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1340px) {
	.covertxt {
		position: relative;
		width: 55%;
	}
}

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

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

	.covertxt {
		position: relative;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

    #menu-navbar-1,#menu-navbar-2 {
        font-size: 16px;
        font-family: poppinsbold;
    }

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

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

	.learnmorebox {
		font-size: 12px;
	}

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

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

	.covertxt {
		position: relative;
		width: 75%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

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

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

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

.header-icon, .header-icon > img {
    height: 37px;
    width: auto;
    margin-bottom: 5px;
    padding: 8px;
    background-color: #D9D9D9;
    border-radius: 30px;
}

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

	.navbar .container {
		max-width: 100%;
	}

	.learnmorebox {
		font-size: 13px;
	}

    .carousel-caption h1 {
        margin: 5px;
		color: white;
    }
	
    .carousel-caption h3 {
        margin: 5px;
        font-size: 14px;
        font-weight: normal;
		color: white;
    }	
	
	.covertxt {
		position: relative;
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.nav > li > a {
		padding: 9px 8px;
		font-size: 11px;
	}

	.header-icon, .header-icon > img {
		margin-left: 0px;
		height: 27px;
		width: auto;
	}

	.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: 100%;
		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: 100%;
		float: right;
	}
	
    .form-group {
        padding-bottom:5px;
    }
    .navbar-header {
        width: 168px;
    }
	
    .navbar-brand img {
        width: 100%;
        height: auto;
		max-width: 168px;
    }
    .pageMessage {
        font-size: 30px;
    }
    .maintMessage {
        font-size: 16px;
    }
}

.carousel-indicators {
    z-index: 999;
}

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

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

	.modal-calendar {
		max-width: 700px;
	}

	.modal-dialog {
		margin-top: 1.75em !important;
		margin-left: auto !important;
	}

	.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 {
        left: 0px;
		right: 0px;
        padding-bottom: 30px;
        padding-top: 50px;
		background-image: none;
		padding: 48px 33px;
		color: #FFF;
		text-align: center;
		top: 70px;
		bottom: unset;
    }

    .carousel-caption hr {
        width: 30%;
    }
    
    .navbar-brand {
        padding: 14px;
    }
		
	.form-control-username {
		margin: 8px;
	}
	
	.form-control-password {
		margin: 8px;
	}
	
	.navbar-form {
		padding: 0px 23px 0px 13px;
	}
	
	.form-group #submitbutton {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		padding: 7px 14px 8px 14px;
		line-height: 1;
		height: auto;
		margin-top: 6px;
		background-color: #02bc94;
		color: white;
		width: 100%;
		box-shadow: none;
		margin-bottom: 10px;
	}	

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#menu-navbar-1 {
		margin-left: auto;
		margin-right: auto;
	}
}

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

	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		top: 110px;
	}

	.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: 150px;
        height: auto;
    }
	
    .navbar-brand {
        padding: 0px;
    }	

    #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 {
        left: 0px;
		right: 0px;	
		top: 50px;
		bottom: unset;
        padding: 25px 30px;
        padding-bottom: 5px;
        width: 100%;
		background:none;
    }

    .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: 30px 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: #9E9E9E;
        display: block;
        font-size: 14px;
        height: 34px;
        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;
    height: auto;
}

.knowledge-subheader-icon {
    height: 80px;
	float: left;
}
.knowledge-subheader-icon img {
    height: 100%;
    width: auto;
}
.knowledge-subheader-title {
    font-size: 40px;
    padding-left: 10px;
    padding-top: 10px;
	padding-bottom: 10px;
    display: inline-block;
    padding-right: 10px;
}

#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 #05322b;
    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-text-div {
    height: 177px;
    overflow-y: auto;
    overflow-x: hidden;
}

.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;
    }
	
	.knowledge-subheader-icon {
		height: 65px;
	}	

    #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: 5px;
		padding-bottom: 5px;
    }
	.knowledge-subheader-icon {
		height: 40px;
	}	
}

.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;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.matrix-table td, .matrix-table th {
		max-width: 170px;
	}
}

.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: 'poppinsregular' !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;
    width: fit-content;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    background: #02bc94 none repeat scroll 0 0;
    border: 1px solid #02bc94;
    border-radius: 2em;
    color: #fff;
    overflow: hidden;
    padding: 5px 20px;
	transition: background-color 0.25s ease 0s;
}

.button-cta:hover, .button-cta:focus {
    color: #02bc94;
    background-color: #FFFFFF;
    border: 1px solid #02bc94;
    transition: background-color 0.25s ease 0s;
}

.button-cta-reverse {
    color: #02bc94;
    background-color: #FFFFFF;
    border: 1px solid #02bc94;
    transition: background-color 0.25s ease 0s;
}

.button-cta-reverse:hover {
    color: #FFFFFF;
    background-color: #02bc94;
    border: 1px solid #02bc94;
    transition: background-color 0.25s ease 0s;
}

#buttonregister {
    color: #ffffff;
    border: 2px solid #02A783;
    background-color: #02A783;
    min-width: 100px;
    display: inline-flex;
    padding: 11px 25px 10px 25px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.25s ease 0s;
}

#buttonregister:hover {
    border: 2px solid #FFF;
    background: transparent;
}

#buttonregister  i {
    margin-left: 7px;
    margin-top: -1px;
}

.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;
}

.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #9E9E9E;
    border-radius: 0px;
    margin-bottom: 0px;
    box-shadow: none;
    color: #9E9E9E;
}

.form-group {
    margin-top: 30px !important;
}

select {
    border: 1px solid #9E9E9E;
    border-radius: 4px;
}

textarea.form-control {
    border: 1px solid #9E9E9e;
    border-radius: 4px;
}

.form-control:focus {
    box-shadow: none;
	color: #000000 !important;
}

::placeholder {
    color: #9E9E9E !important;
}

::-webkit-input-placeholder {
    color: #9E9E9E !important;
}

::-moz-placeholder {
    color: #9E9E9E !important;
}

::-ms-placeholder {
    color: #9E9E9E !important;
}

::placeholder {
    color: #9E9E9E !important;
}

@media (max-width: 767px) {

#menu-navbar-1 {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar {
    margin-bottom: 0px !important;
}

.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-group #submitbutton {
    width: 100%;
}

.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:auto;
	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;
	top: 93px;
    padding-top: 20px;
}


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

.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;
}

@media screen and (max-width: 768px) {
	.calendar-event-tab {
		width: 100% !important;
		display: block;
		border-right: none;
	}
}

.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: -8px;
}

#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: #47474c;
    padding: 20px;
    color: #FFF;
}

#processes-tab {
    background-color: #05322b;
	color: #FFF;
}

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

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

#control-tab {
    background-color: #02bc94;
	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 {
    padding-right: 0px !important;
}

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

#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;
}

@media screen and (max-width: 768px) {
	.instance-location-text {
		padding: 10px 10px 10px 110px;
		min-height: 90px;
	}
	.instance-location-buttons {
		position: relative;
		top: unset;
		right: unset;
		padding-left: 110px;
	}
}

.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 #019DDD;
}

#loginmessage-colored {
  background-color: #02a783;
  color: #ffffff;
  margin: 0px;
}

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

a[href], .btn, button {
  transition: all 0.2s ease-in-out 0s;
}

.cta-new i {
    margin-left: 7px;
    margin-top: -1px;
}

.cta-new--secondary {
    border: 1px solid #E2E2E2;
}

.cta-new--primary, .cta-new--secondary {
    min-width: 100px;
    width: fit-content;
    display: inline-flex;
    padding: 15px 25px 13px 25px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.25s ease 0s;
    background: transparent;
	transition: background-color 0.25s ease 0s;
    color: #02A783;	
}

.read-more-link .cta-new--primary, .read-more-link .cta-new--secondary, .cta-small {
    padding: 5px 25px 5px 25px;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

.read-more-link .cta-new i {
    margin-left: 7px;
    margin-top: 0px;
}

.article-tile:hover .article-tile__cta, .cta-new--secondary:hover {
	color: #ffffff;
    border-color: transparent;
    background-color: #02A783;
}
.article-tile:hover .article-tile__cta, .cta-new--primary:hover, .cta-new--secondary:hover {
    text-decoration: none;
}

.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 !important;
}
.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;
}

.bh-footer ul {
    list-style: outside none none;
}

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

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

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

.panel-footer h2 {
    color: #FFF;
}

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


#username2, #password2 {
	margin-top: 20px;
}

.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: #47A447;
}

.no-padding {
	padding: 0px;
}

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

#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;
  /*border-bottom: 1px solid !important;*/
}

/* 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;
}

.field_eyebrow_before::before {
content: '';
    position: absolute;
    height: 4px;
    top: 4px;
    left: -57px;
    width: 45px;
    background-color: #02a783;
}

.field_eyebrow_before {
    display: inline-flex;
    position: relative;
    padding-left: 0;
    margin-top: 20px;
    margin-left: 60px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    font-size: 12px;
}

.field_eyebrow_after::after {
    content: '';
    position: absolute;
    height: 4px;
    top: 4px;
    right: -57px;
    width: 45px;
    background-color: #02a783;
}

.field_eyebrow_after {
    display: inline-flex;
    position: relative;
    padding-left: 0;
    margin-top: 20px;
    margin-right: 60px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
    color: #013025;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    font-size: 12px;
}

.field_eyebrow_below {
    margin-top: 20px;
    margin-bottom: -12px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}

.modal-calendar {
	margin-top: 100px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.modal-header {
    border-bottom: none;
}

.modal {
    z-index: 99999999;
}

.modal-fullscreen-sm-down {
	width: 100%;
    height: auto;
}

@media (max-width: 767px) {
	#navbar-collapse-1, .navbar-collapse {
		max-height: 600px !important;
	}
}

#formcontrolbuttons #submitbutton, .form-group #submitbutton {
    width: auto !important;
    margin-left: auto;
    padding: 10px 30px;
    margin-right: auto;
}

.loginhelpbutton {
    width: auto !important;
    margin-left: auto;
    padding: 10px 30px;
    margin-right: auto;
	max-width:150px;
}

.message {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  font-size: 19px;
  color: white;
}

.go-button {
    width: 100%;
    background-color: #02bc94;
    color: white;
    padding: 10px 30px;
    border-radius: 0px;
    margin-bottom: 10px;
	display: block;
}

@media (max-width: 767px) {

	.modal-dialog {
		margin-top: 0px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	#loginmyModal {
		display: none !important;
	}
	.navbar-nav {
		margin: 0px;
	}
}

/* Bootstrap 5 Overrides */

.navbar-nav li {
    float: left;
}

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

a.loginlink {
    color: #02bc94;
}

.loginbarlink {
	cursor: pointer !important;
	color: #7f7f7f;
	font-size:18px;
	display: block;
}

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

.unstickyexplore {
    display: block;
}

.btn-success {
    color: #fff;
    background-color: #02bc94;
    border-color: #02bc94;
}

.btn-success:hover {
    color: #fff;
    background-color: #02bc94;
    border-color: #02bc94;
}

.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #02bc94;
    border-color: #02bc94;
}

label {
    font-weight: bold;
}

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

.alertMsgIcon {
    float: left;
    margin-right: 10px;
}

.alert-info {
    margin-top: 20px;
	width: 100% !important;
}

.alertMsgButtons {
    text-align: center;
}

.btn-default, .btn-default:hover {
    background-color: #02bc94;
    color: white;
}

:focus-visible {
    outline: none !important;
}

#coursedetails {
    min-height: 300px;
}

@media screen and (max-width: 768px) {
	.btn-default, .btn-default:hover {
		width: 100%;
		border-radius: 0px;
	}
}

@media screen and (min-width: 442px) and (max-width: 768px) {
	.matrix-table {
		font-size: 10px;
	}
}

@media (max-width:441px) {
	.matrix-table {
		font-size: 8px;
	}
}

.explore {
    width: 100%;
    z-index: 10;
    height: 70px;
    padding: 12px;
	margin-top: 50px;
}

.explore a {
    color: white !important;
}

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

.graybg {
    background-color: #D9D9D9;
    color: #000000;
    padding: 5px;
    margin: 30px 0px;
    font-size: 18px;
    height: 180px !important;
}

@media(min-width:768px) and (max-width: 991px){
	.graybg {
		height: 200px !important;
	}
}

@media (max-width: 767px) {
	.graybg {
		height: 220px !important;
	}
	.carousel-item {
		min-height: 315px;
	}
}

@media (max-width: 575px) {
	.graybg {
		height: 270px !important;
	}
}

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

.carousel-box {
    border-left: 1px solid #9E9E9E;
    color: #9E9E9E;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.carousel-row .col-3:first-child .carousel-box {
    border-left: none !important;
}

@media screen and (min-width: 768px) {
	.p-r-40 {
		padding-right: 40px;
	}
}

.featured-courses {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.featured-courses h3 {
	float: left;
}

#featuredcoursesdiv {
	background-color: transparent !important;
	width: calc(100% - 110px);
    float: left;
}

.featuredcoursescarousel {
	background-color: transparent !important;
	width: 100%;
}

.featuredcourses .carousel-inner-controls {
    width: 110px;
    position: relative;
    float: right;
}

.featuredcourses .carousel-control-next, .featuredcourses .carousel-control-prev {
	bottom: auto;
}

.carousel-inner-controls .button-link {
	height: 36px;
	width: 36px;
}

.carousel-inner-controls .button-link img {
    margin-top: 3px;
    float: unset;
    margin-left: -6px;
}

.course-box {
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #9E9E9E;
    font-family: 'poppinsregular';
    cursor: pointer;
}

.course-box-h4-padding {
    padding: 10px 10px 0px 10px;
}

.course-box h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: normal;
    overflow: hidden;
    hyphens: auto;
    text-align: var(--align, left);
}

.course-box-padding {
    padding: 10px;
}

.course-box-desc {
    font-size: 0.8em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: normal;
    overflow: hidden;
    hyphens: auto;
    text-align: var(--align, left);
    cursor: pointer;
}

@media (max-width:767px) {
	.course-box h4 {
		font-size: 15px;
	}
}

.featuredcoursescarousel .carousel-inner {
    background: transparent;
}

.header-h2 {
    font-weight: 600;
}

.carousel-box h2 {
    font-weight: 600;
}

.home-page-metric ul {
    list-style: disc;
    padding-left: 15px;
    text-align: left;
    min-height: 100px;
}

.bold {
    font-weight: bold;
    font-family: poppinsbold, Arial, sans-serif !important;
}

.four-boxes {
    margin-top: 40px;
}

.cta-new__icon--before, .cta-new__icon--before {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #02a783;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: background-color .25s ease,transform .25s ease,box-shadow .25s ease;
}

.cta-new__icon--before svg, .cta-new__icon--before svg {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.cta-new__text {
    margin-left: 17px;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    letter-spacing: 0;
    transition: opacity .25s ease;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    display: inline-block;
    bottom: 20px;
    position: relative;
}

.carousel-button {
    background-color: #FFFFFF;
    border-radius: 30px;
	border: 1px solid #bdbdbd;
}

.carousel-control-prev .carousel-button {
    background-color: #FFFFFF;
    border-radius: 35px;
    border: 1px solid #bdbdbd;
    padding: 8px 11px 4px 8px;
}

.carousel-control-next .carousel-button {
    background-color: #FFFFFF;
    border-radius: 35px;
    border: 1px solid #bdbdbd;
    padding: 8px 8px 2px 9px;
}

.containerslider {
    margin-bottom: 60px;
}

.learn-more-button {
    padding: 7px 25px 7px 25px;
    font-size: 14px;
}

.breadcrumbs {
    position: absolute;
    top: 20px;
    left: 85px;
    font-size: 16px;
    color: #C4C4C4;
}

@media(max-width:768px) {
	.breadcrumbs {
		top: 20px;
		left: 20px;
	}
}

.courses-bottom-box {
    padding: 30px;
    background-size: cover;
}

.mb-20 {
	margin-bottom: 20px;
}

.ml-20 {
	margin-left: 20px;
}


#headerimage .explore {
    bottom: 10%;
    position: absolute;
    text-align: center!important;
}

#headerimage {
	min-height: 280px;
    background-color: #000;
}

@media screen and (min-width: 768px) {
	.padding-left-40{
		padding-left: 40px;
	}
	.padding-right-40 {
		padding-right: 40px;
	}	
	#headerimage {
		min-height: 380px;
	}
}

.navbar-collapse {
    padding-bottom: 0px !important;
}

.courses-page .course-box {
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #9E9E9E;
    border-radius: 4px;
    min-height: 375px;
}

.courses-page .course-box-desc {
    -webkit-line-clamp: 9;
}

.float-right {
    float: right;
}

.courseicon {
    width: 25px;
    height: auto;
    display: inline-block;
    margin: 8px 4px 8px 0px;
}

.courseiconwrapper {
    margin: 8px 0px 8px 0px;
}

.courselength {
    font-size: 10px;
}

.page-link, .page-link:hover {
    color: #02bc94;
}

.courses-page .form-select {
    margin: 0px 20px 16px 0px;
}

.trainingsolutions-bottom-box img {
    max-width: 120px;
}

.trainingsolutions-bottom-box {
    text-align: center;
    padding: 20px;
    color: #9E9E9E;
}

.trainingsolutions-bottom-box h3 {
    padding: 10px 0px 0px 0px;
    margin-bottom: 5px;
}

.text-gray {
	color: #9E9E9E;
}

.trainingtop {
    color: #9E9E9E;
    border-bottom: solid 1px #9E9E9E;
    width: 75%;
    margin: 0px 0px 30px 3px;
}

.trainingtop a {
	color: #9E9E9E;
}

.trainingtop span {
    margin-right: 40px;
    display: inline-block;
    margin-bottom: -1px;
}

.trainingactive {
    border-bottom: 4px solid #02A783;
}

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

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

	.courselength {
		font-size: 14px;
	}
	
	.courseicon {
		width: 50px;
		margin: 8px 4px 8px 0px;
	}

	.registerbutton {
		width: 100% !important;
		float: right !important;
		text-align: right !important;
		position: unset !important;
		margin-bottom: 15px !important;
	}
	.registerbuttontext {
		margin-top: 10px !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
		padding: 16px 40px 16px 40px !important;
		white-space: normal !important;
		border-radius: 0px !important;
		font-weight: 400 !important;
		font-size: 14px !important;
		width: 100% !important;
		display: block !important;
	}
	.trainingtop {
		width: 100%;
	}
}

ol, ul {
    padding-left: 1rem;
}

.scheduled-date span {
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
}

.form-check {
    margin-top: 12px;
}

.nav-tabs .nav-link {
    border: none;
    background: transparent;
}

.nav-link {
    color: #9E9E9e;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #9E9E9E;
    background-color: transparent;
    border-bottom: 4px solid #02a783;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 40px;
    margin-left: 4px;
}

.bg-gray {
    background: #9E9E9E;
    width: 100%;
    padding: 50px 0px;
}

.white {
	color: #FFF !important;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-50 {
	margin-top: 50px;
}

.nav-link:focus, .nav-link:hover {
    color: #02a783 !important;
}

.card {
    margin-bottom: 10px;
	padding: 0px 20px 0px 20px;
    color: #9E9E9e;
}

.card:hover {
    background-color: #EFEFEF;
}


.btn-training-catalog {
	margin-top: -5px !important;
	margin-left: 5px !important;
}

@media screen and (min-width: 768px) {
	.training-path-padding {
		padding: 0px 40px 0px 40px;
	}
	.btn-training-catalog {
		margin-top: 10px !important;
		margin-left: 0px !important;
	}
}

.vr-inside {
    padding: 20px;
    background-color: white;
    width: 66%;
    min-height: 170px;
}

.vr-outside {
    min-height: 390px;
    background-size: cover;
}

.full-width {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 60px;
    margin-bottom: 60px;
}

#exploremore {
	position:absolute;
	margin-top: -150px;
}

@media screen and (max-width: 991px) {
#exploremore {
	margin-top: 0px;
}
	.about-us {
		padding-top: 0px;
		padding-bottom: 100px;
		background-position: center !important;
	}
	.mt-50-mobile {
		margin-top: 50px;
	}	
	.home-page-metric ul {
		min-height: 0px;
	}
	.courses-page-dropdowns {
		display: block !important;
	}
}

@media (max-width: 576px) {
	.about-us {
		background-image: none !important;
	}
	.page-item .page-link {
		display: none !important;
	}
	.page-item:first-child .page-link,
	.page-item:last-child .page-link {
		display: block !important;
	}	
	.page-item .page-selected {
		display: block !important;
	}
}

[disabled], [disabled]:hover {
    opacity: .7;
    cursor: default;
    color: #02A783;
    background: transparent;
    border: 1px solid #E2E2E2;
}

.text-small {
	font-size: 16px;
}

.form-check-center {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.gray-bg {
    background-color: #E9E9E9;
}


@media (min-width: 768px) {
	.bh-menu__link {
		width: 30px;
		height: 30px;
		border-radius: 15px;
	}
}

.bh-menu__link {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-indent: -1000em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
}
.bh-footer__col .bh-menu__link, .layout-mega-footer a {
    text-decoration: none;
    color: #949494;
}

.bh-menu__link--linkedin {
    background-image: url("data:image/svg+xml,%3Csvg width=%2215%22 height=%2215%22 viewBox=%220 0 15 15%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M3.8153 5.1306C4.81786 5.1306 5.6306 4.31786 5.6306 3.3153C5.6306 2.31274 4.81786 1.5 3.8153 1.5C2.81274 1.5 2 2.31274 2 3.3153C2 4.31786 2.81274 5.1306 3.8153 5.1306Z%22 fill=%22%23CCCCCC%22/%3E%3Cpath d=%22M5.02062 13.7991H2.5492V5.9094H5.02062V13.7991Z%22 fill=%22%23CCCCCC%22/%3E%3Cpath d=%22M10.9958 13.7991H13.25V8.90325C13.25 6.49378 11.961 5.91101 10.4323 5.9094C9.90887 5.9094 9.5631 6.03815 9.18454 6.17912C9.04488 6.23112 8.90076 6.28478 8.74161 6.33426V5.9094H6.48742V13.7991H8.74161V9.29069C8.74161 8.66932 9.24734 8.16359 9.86871 8.16359C10.4901 8.16359 10.9958 8.66932 10.9958 9.29069V13.7991Z%22 fill=%22%23CCCCCC%22/%3E%3C/svg%3E");
}

.bh-menu__link--twitter {
    background-image: url("data:image/svg+xml,%3Csvg width=%221200%22 height=%221227%22 viewBox=%220 0 1200 1227%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z%22 fill=%22%23CCCCCC%22/%3E%3C/svg%3E");
}

.bh-menu__link--youtube {
    background-image: url("data:image/svg+xml,%3Csvg width=%2215%22 height=%2215%22 viewBox=%220 0 15 15%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M6.25 9.375V5.625L10 7.50005L6.25 9.375ZM14.2179 4.40537C14.0626 3.85217 13.6052 3.41646 13.0244 3.26861C11.9716 3 7.74994 3 7.74994 3C7.74994 3 3.52842 3 2.47563 3.26861C1.89478 3.41646 1.43739 3.85217 1.28215 4.40537C1 5.40804 1 7.49995 1 7.49995C1 7.49995 1 9.59196 1.28215 10.5946C1.43739 11.1478 1.89478 11.5834 2.47563 11.7314C3.52842 12 7.74994 12 7.74994 12C7.74994 12 11.9716 12 13.0244 11.7314C13.6052 11.5834 14.0626 11.1478 14.2179 10.5946C14.5 9.59196 14.5 7.49995 14.5 7.49995C14.5 7.49995 14.5 5.40804 14.2179 4.40537Z%22 fill=%22%23CCCCCC%22/%3E%3C/svg%3E");
}

.bh-menu__link--pinterest {
    background-image: url("data:image/svg+xml,%3Csvg width=%2214%22 height=%2218%22 viewBox=%220 0 14 18%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M8.34089 13.0091C7.22678 13.0091 6.17877 12.405 5.81969 11.72C5.81969 11.72 5.22023 14.1019 5.0939 14.5618C4.64767 16.1867 3.33297 17.8126 3.23062 17.9451C3.15986 18.0382 3.00253 18.0089 2.98615 17.8871C2.9575 17.6796 2.62239 15.6294 3.01657 13.9571C3.21424 13.1175 4.34413 8.32331 4.34413 8.32331C4.34413 8.32331 4.01429 7.66295 4.01429 6.68736C4.01429 5.15512 4.90089 4.01136 6.00506 4.01136C6.94313 4.01136 7.39698 4.71742 7.39698 5.56352C7.39698 6.50923 6.79575 7.92194 6.48521 9.23269C6.22729 10.3296 7.03554 11.2237 8.11397 11.2237C10.0691 11.2237 11.3861 8.70769 11.3861 5.72642C11.3861 3.46116 9.86379 1.76486 7.09227 1.76486C3.96283 1.76486 2.01124 4.10335 2.01124 6.71666C2.01124 7.61666 2.27675 8.253 2.69257 8.74402C2.88381 8.97019 2.91012 9.06101 2.84111 9.32C2.79081 9.51043 2.67796 9.96864 2.63058 10.1503C2.56157 10.4122 2.34986 10.5059 2.11359 10.4087C0.673142 9.81981 0 8.23718 0 6.45884C0 3.5221 2.47327 0 7.37592 0C11.3159 0 13.9091 2.85588 13.9091 5.92271C13.9091 9.97919 11.6586 13.0091 8.34089 13.0091Z%22 fill=%22%23CCCCCC%22/%3E%3C/svg%3E");
}

.bh-menu__link--instagram {
    background-image: url("data:image/svg+xml,%3C?xml version=%221.0%22 encoding=%22utf-8%22?%3E%3C!-- Generator: Adobe Illustrator 27.9.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --%3E%3Csvg version=%221.1%22 id=%22Layer_1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22%09 viewBox=%220 0 15 15.3%22 style=%22enable-background:new 0 0 15 15.3;%22 xml:space=%22preserve%22%3E%3Cstyle type=%22text/css%22%3E%09.st0%7Bfill:%23CCCCCC;%7D%3C/style%3E%3Cpath class=%22st0%22 d=%22M4.7,0.8C4,0.9,3.5,1,3.1,1.2C2.6,1.3,2.2,1.6,1.9,1.9S1.3,2.7,1.1,3.1C0.9,3.6,0.8,4.1,0.8,4.8s0,0.9,0,2.8%09s0,2.1,0,2.8c0,0.7,0.1,1.2,0.3,1.6c0.2,0.4,0.4,0.8,0.8,1.2c0.4,0.4,0.8,0.6,1.2,0.8c0.4,0.2,0.9,0.3,1.6,0.3c0.7,0,0.9,0,2.8,0%09s2.1,0,2.8,0c0.7,0,1.2-0.1,1.6-0.3c0.4-0.2,0.8-0.4,1.2-0.8c0.4-0.4,0.6-0.8,0.8-1.2c0.2-0.4,0.3-0.9,0.3-1.6c0-0.7,0-1,0-2.8%09c0-1.8,0-2.1,0-2.8c0-0.7-0.1-1.2-0.3-1.6c-0.2-0.4-0.4-0.8-0.8-1.2s-0.8-0.6-1.2-0.8C11.5,1,11,0.9,10.3,0.8c-0.7,0-0.9,0-2.8,0%09S5.4,0.8,4.7,0.8 M4.8,13c-0.7,0-1-0.1-1.3-0.2c-0.3-0.1-0.5-0.3-0.8-0.5c-0.2-0.2-0.4-0.5-0.5-0.8C2.2,11.3,2,10.9,2,10.3%09c0-0.7,0-0.9,0-2.7c0-1.8,0-2,0-2.7c0-0.7,0.1-1,0.2-1.3C2.4,3.3,2.5,3,2.7,2.8C3,2.6,3.2,2.4,3.5,2.3c0.2-0.1,0.6-0.2,1.3-0.2%09c0.7,0,0.9,0,2.7,0s2,0,2.7,0c0.7,0,1,0.1,1.3,0.2c0.3,0.1,0.5,0.3,0.8,0.5s0.4,0.5,0.5,0.8C12.8,3.8,13,4.2,13,4.8%09c0,0.7,0,0.9,0,2.7s0,2,0,2.7c0,0.7-0.1,1-0.2,1.3c-0.1,0.3-0.3,0.5-0.5,0.8s-0.5,0.4-0.8,0.5c-0.2,0.1-0.6,0.2-1.3,0.2%09c-0.7,0-0.9,0-2.7,0S5.5,13.1,4.8,13 M10.3,3.9c0,0.4,0.4,0.8,0.8,0.8c0.4,0,0.8-0.4,0.8-0.8s-0.4-0.8-0.8-0.8c0,0,0,0,0,0%09C10.6,3.1,10.3,3.5,10.3,3.9 M4,7.6C4,9.5,5.6,11,7.5,11S11,9.5,11,7.5S9.4,4.1,7.5,4.1S4,5.6,4,7.6 M5.3,7.6c0-1.2,1-2.3,2.2-2.3%09s2.3,1,2.3,2.2c0,1.2-1,2.3-2.2,2.3C6.3,9.8,5.3,8.8,5.3,7.6C5.3,7.6,5.3,7.6,5.3,7.6%22/%3E%3C/svg%3E");
    background-size: 16px;
}

.views-row {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 650px;
	}
}

.control-label .checkbox-text {
  font-size: 0.9em !important;
}

.card-header {
  background-color: transparent !important;
  margin-top: 10px !important;
}

.card {
  color: #575757 !important;
}