@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	font-family: 'HelveticaNeueLT Std Lt';
	font-size: 16px;
	line-height: none !important;
}

h1 {
	font-family: 'Helvetica CE 35';
	font-weight: 100 !important;
	line-height: 1;
	/*font-size: 2rem;*/
	line-height: 19px; 
	font-size: 16px;
}

h2 {
	font-family: 'Helvetica CE 35';
	font-size: 1.5rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 100;
	display: block;
	width: 100%;
}

h3 {
	font-family: 'Helvetica CE 35';
	font-size: 2.5rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 100;
	display: block;
	width: 100%;
}


p {
	font-family: 'Roboto', sans-serif;
	/*font-size: .9rem;
	line-height: 1.5*/
	font-size: 16px;
	line-height: 19px;
}

a:hover {
	color: #00AFEF;
}

.bold {
	font-family: 'HelveticaNeueLT Std Med';
}

.italic {
	font-style: italic;
}

.IM-blue {
	color:#0072b7;
}

.IM-light-blue {
	color:#00AFEF;
}

.IM-white {
	color:#fff;
}

.IM-gray-50 {
	color: #939597;
}

.medium-gray {
	color:#555;
}

.dark-gray {
	color: #414141;
}

.background-light-gray {
	background:#eee;
}

.background-low-gray {
	background:#888 !important;
}

.background-medium-gray {
	background:#555;
}

.background-dark-gray {
	background:#414141;
}

.background-IM-blue {
	background: #0072b7;
}

.background-light-blue {
	background: #00AFEF;
}

.background-black-50 {
	background: rgba(0,0,0,.50);
}

.background-white {
	background: rgba(255,255,255,1);
}

.error-field {
	border:1px solid red;
}

.mobile-fixed-back {
	display: none;
}

.lp-header-image {
	background: url(../images/lp-back-image.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
	/*height: 600px;*/
}

.home-header-image {
	/*background: url(../images/home-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;*/
	height: auto;
}

.partner-profile-header-image {
	background: url(../images/partner-profile-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.council-members-header-image {
	background: url(../images/council-members-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.promotions-header-image {
	background: url(../images/promotions-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.vendors-header-image {
	background: url(../images/vendors-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.gearedUp-header-image {
	background: url(../images/gearedUp-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.didYouKnow-header-image {
	background: url(../images/didYouKnow-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.success-stories-header-image {
	background: url(../images/success-stories-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.videos-header-image {
	background: url(../images/videos-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.blog-header-image {
	background: url(../images/blog-back-image.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.events-header-image {
	background: url(../images/events-back-image.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.resources-header-image {
	background: url(../images/resources-back-image.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

.edit-profile-header-image {
	background: url(../images/lp-back-image.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	height: 644px;
}

@media (max-width: 768px) {

	.mobile-fixed-back {
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items:center;
		overflow: hidden; 
	}

	.mobile-fixed-back img {
		width: auto; height: 100%; position: fixed; top:0; z-index: -10;
	}

	.lp-header-image, .partner-profile-header-image, .council-members-header-image, .promotions-header-image, .gearedUp-header-image, .vendors-header-image, .success-stories-header-image, .videos-header-image, .events-header-image, .resources-header-image {
		background: none;
	}


}

.header-image {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.header-image h2 {
	color:#00AFEF;
	/*text-transform: uppercase;*/
	font-size: 2rem;
	width:100%;
	text-align: center;
	padding-top: 17.5rem;
}

.header-image h3 {
	color:#fff;
	text-transform: uppercase;
	font-size: 2rem;
	font-family: 'HelveticaNeueLT Std Med';
	width:100%;
	text-align: center;
	padding-bottom: 17.5rem;
}

.no-border {
	border:none;
}

.email-lp, .password-lp {
	color:#fff;
	background: none;
	border:none; 
	border-bottom:1px solid #939597;
	outline: none;
	margin-left: 10px;
	font-size: .8rem
}

.textarea-lp {
	height: 10rem;
	border:1px solid #939597;
	resize: none;
}

.login-lp {
	color:#fff;
	border-radius: 17px;
	padding: 6px 20px 3px 20px;
	border:1px solid #fff;
	font-size: .95rem;
	background: #00AFEF;
	line-height: none !important;
	display: block-inline;
	width: 140px;
	height: auto;
	text-align: center;
}
.login-lp:hover, .CTA-slider:hover, .contact-btn:hover {
	background: #fff;
	color:#00AFEF;
}

.CTA-slider {
	color: #fff;
    border-radius: 26px;
    border: 1px solid #fff;
    padding: 10px 30px 5px;
    font-size: 1.2rem;
    background: #00AFEF;
}

.contact-btn {
	color:#fff;
	border-radius: 17px;
	border:1px solid #fff;
	padding: 6px 20px 4px 20px;
	font-size: .95rem;
	/*background: transparent;*/
	background: #00AFEF;
	line-height: none !important;
	display: block;
	width: 120px;
	height: auto;
	text-align: center;
}

.sign-up-lp {
	background:#0072b7;
	padding: 7px 10px 3px;
}

.sign-up-lp:hover {
	color:#0072b7;
	background:white;
}

input[type="file"]#upload {
	 width: 0.1px;
	 height: 0.1px;
	 opacity: 0;
	 overflow: hidden;
	 position: absolute;
	 z-index: -1;
 }

label[for="upload"] {
	 font-size: .95rem;
	 font-weight: 600;
	 color: #fff;
	 /*background-color: #106BA0;*/
	 display: inline-block;
	 transition: all .5s;
	 cursor: pointer;
	 padding: 6px 20px 0 !important;
	 /*text-transform: uppercase;*/
	 width: fit-content;
	 text-align: center;
	 border-radius: 17px;
	 border:1px solid #fff;
 } 

.countdown {
	color: #00AFEF;
	background:none; 
	font-size: .85rem;
}

#form label {
	font-size: .85rem;
}

.custom-select {
	background-color: transparent;
	color: #fff;
	font-size: .85rem;
	border:1px solid #939597;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc !important;
}

.newRegistrationFieldsOptions {
	padding-left:10px;
}

.newRegistrationFieldsOptions li {
	list-style: none;
}

/* scroll */


.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.force-overflow {
    min-height: 459px;
}

.scrollbar-gray::-webkit-scrollbar {
  width: 10px;
  background-color: #666; }

.scrollbar-gray::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.scrollbar-blue::-webkit-scrollbar {
  width: 10px;
  background-color: #00AFEF; }

.scrollbar-blue::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #0072b7;
}

.user-name h2 {
	/*background: #000;
	border-radius: 0 0 0 30px;
	padding:12px 20px 0 20px;*/
	display: inline-block;
	color:#414141;
	font-size: .95rem;
}

.user-name h4 {
	font-size: .85rem;
	text-align: left;
	color:#414141;
}

.user-name a {
	/*color:#999;
	margin:5px 0 0 0;*/
	font-family: 'HelveticaNeueLT Std Med';
	/*width: 100%;
	text-align: right;
	display: block;*/
	font-size: .785rem;
}

.home-bullet {
	height: auto;
	border: none;
}

.home-bullet p {
	margin-bottom: 0;
}
@media (max-width: 575px) {
	.im-logo {
		order:2;
	}
	
	.smba-logo {
		order:3;
	}
	/*.user-name {
		order:1;
	}*/

	#storage-room .section-title {
		order:1;
	}

	#storage-room .videos-container {
		order:2;
	}
}

@media (max-width: 1024px) {

	.main-menu a {
	    font-size: 1rem !important;
	    line-height: 1rem;
	    padding-right: 0 !important;
    	padding-left: 0 !important;
	  }

	/*.user-name {
		background: #000;
		border-radius: 0 0 0 30px;
		padding:20px;
		display: block
	}

	.user-name h2 {
		font-size: 1.2rem;
	}

	.user-name h4 {
		font-size: 1rem;
	}*/

	.carousel-caption h5 {
		font-size: 1.25rem !important;
		line-height:1.35rem;
	}

	.carousel-caption p {
		font-size: 1.25rem !important;
		line-height:1.35rem;
	}

	#activity-calendar {
		order:1;
	}

	#calendar-events {
		order:2;
	}

	#storage-room .section-title {
		order:1;
	}

	#storage-room .videos-container {
		order:2;
	}
}

.main-menu a {
	/*font-size: 1.2rem;*/
	font-size: 16px;
	color: #fff;
	padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.main-menu a:hover {
	/*color: #424242;*/
	color:#ccc;
}

.main-menu a.active {
	font-family: 'HelveticaNeueLT Std Med';
}

.carousel-caption {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	bottom:auto !important;
}	

.carousel-caption h5 {
	color:#00AFEF;
	/*text-transform: uppercase;*/
	font-size: 2rem
}

.carousel-caption p {
	width: 60%;
    margin: 10px auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'HelveticaNeueLT Std Med';
}

.info-slot {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.info-slot h2 {
	color:#414141;
	/*font-size: 1.2rem;*/
	font-family: 'HelveticaNeueLT Std Med';
	text-align: left;
	width: 100%;
	padding-top:2rem;
	line-height: 22px; 
	margin-bottom: 10px; 
	font-size: 19px;
}

.info-slot p  {
	color:#414141;
	/*font-size: 1.2rem;*/
	font-family: 'HelveticaNeueLT Std Lt';
	text-align: left;
	width: 100%;
	line-height: 19px; 
	font-size: 16px
}

/** acordion */

.card-header {
	background: #0072b7;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
}

.card-header .btn-link {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.card {
	border:none;
	margin: 10px 0;
}

.card h5 {
	width: 100%;
}

.card .btn-link {
	color: #fff !important;
	width: 100%;
	padding: 0 0 0 1rem;
	border:none;
	text-decoration: none;
}

.card .btn-link span {
	font-size: 1rem !important;
	padding: 0 !important;
	width: 85%;
    text-align: left;
}

.card .btn-link i {
	background: #00AFEF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.2rem;
	height: 3.8rem;
	color:#fff; 
	text-decoration: none;
}

.card-body h2 {
	font-family: 'HelveticaNeueLT Std Med';
}

/* partner profiles */

.search-window {
	border: 1px solid #414141;
}

.search-options a {
	display: inline-block;
	padding: 5px 10px;
	color:#414141;
}

.search-options a:hover {
	color:#0072b7;
}

.search-options a.current {
	font-family: 'HelveticaNeueLT Std Med';
	color:#0072b7;
}

#companies .inner, #employees .inner {
	max-height: 459px;
	overflow-y: auto;
    overflow-x: hidden;
}

.company, .company.closed, .employee, .employee.closed {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #0072b7;
	padding: 0;
	margin:5px 0;
	text-decoration: none;
}

.company.showing, .employee.showing{
	background: #00AFEF;
	text-decoration: none;
}

.company h2, .employee h2 {
	color: #fff;
	display: inline;
	padding: 10px 10px 6px 15px;
	font-size: 1.2rem;
} 

.company .view-more, .employee .view-more {
	height: 45px;
	background: #00AFEF;
	color:#fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.company.showing .view-more, .employee.showing .view-more {
	background: #0072b7;
}

.employee-info .profile-picture {
	overflow: hidden;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.employee-info h2 {
	font-family: 'HelveticaNeueLT Std Med';
	color:#0072b7;
	font-size: 2rem;
	overflow-wrap: break-word;
}

.employee-info h3 {
	color:#00AFEF;
	font-size: 1.5rem;
}

.employee-info p {
	font-size: 1rem;
}

.employee-info a {
	color:#414141;
	text-decoration: underline;
}

.employee-info a:hover {
	color:#00AFEF;
}

.employee-info .executive-profile {
	font-size: .9rem;
	max-height: 190px;
	overflow: auto;
}

.otherLocations::before, .businessClassification::before, .supportedVertical::before, .vendorCertification::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content:"\f058";
	color: #dedede;
	margin-right: 5px;
	font-size: 12px;
}

/* council members */

.member {
	width: 100%;
	padding: 10px 15px;
	display:flex; 
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom: 3rem;
}

.member .picture {
	border-radius:100%;
	overflow: hidden;
	margin-bottom: 2rem;
}

.member .name {
	color: #414141;
	font-size: 1.5rem;
	padding: 0;
	margin:0;
	width: 100%;
}

.member .enterprise {
	color: #414141;
	font-size: 1.2rem;
	font-family: 'HelveticaNeueLT Std Med';
	background: none;
	padding:0px;
	margin:0;
	width: 100%;
}

.member .title {
	color:#999;
	font-size: 1.2rem;
	width: 100%;
}

.member .email {
	color:#0072b7;
	font-size: 1rem;
	width: 100%;
}

.member .phone {
	color:#999;
	font-size: 1rem;
	width: 100%;
}

/* promotions */

.collapse img.img-fluid {
	width: 100%;
}

/* vendors */


.contact-company {
	color:#0072b7;
	font-size: 1.2rem;
}

.contact-name {
	color:#00afef;
	font-family: 'HelveticaNeueLT Std Med';
	font-size: 1.2rem;
}

.contact-title {
	color:#999;
	font-size: .95rem
}

.contact-phone {
	font-size: .9rem;
	font-family: 'HelveticaNeueLT Std Med';
	color:#414141;
}

.contact-email {
	font-size: .9rem;
	color:#414141;
}

.vendor-contacts-info {
	background: #eee;
	padding: 10px 0;
}

.vendor {
	position: relative;
}

.vendor-logo img {
	width: 100%;
	height: auto;
}

.vendor-more {
	position: absolute;
	top: 0;
	left: 0;
    background: rgba(0,0,0,.5);
    height: 100%;
    font-size: 4rem;
    color: #fff;
    font-family: 'Helvetica CE 35';
    opacity: 0;
}

/* Geared Up */

.enterprise {
	position: relative;
}

.enterprise-logo img {
	width: 100%;
	height: auto;
}

.enterprise-more {
	position: absolute;
	top: 0;
	left: 0;
    background: rgba(204,204,204,.95);
    height: 100%;
    font-size: 2rem;
    color: #00AFEF;
    font-family: 'Helvetica CE 35';
    opacity: 0;
    cursor: pointer;
}

.enterprise .current {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	font-size: 2rem;
}

.enterprise h2, .enterprise .website, .enterprise .textContent {
	display: none;
}

.detailInfo {
	background: #ddd;
}

.detailInfo h2 {
	font-size: 32px;
	font-family: 'HelveticaNeueLT Std Med';
	margin-bottom: 20px;
}

.detailInfo .website {
	font-size: 20px;
	display: inline;
}

.textContent .text_info {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
}

.textContent .file, .textContent .link {
	display: block;
}

.textContent .file::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f15b";
	color: #666;
	margin-right: 5px;
}

.textContent .link::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f0c1";
	color: #666;
	margin-right: 5px;
}
#carouselGearedUp{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
 }
#carouselGearedUp .carousel-item .slide-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

#carouselGearedUp .carousel-indicators {
	margin: 20px 0;
	right: auto;
	left: auto;
}

#carouselGearedUp .carousel-indicators li {
	background-color: #00AFEE;
	height: 10px;
	border-radius: 20px;
	border: 4px solid rgba(0,0,0,.5);
}

#carouselGearedUp .carousel-caption {
	position: absolute;
	width: 35%;
	right: 0;
	left: -20px;
	text-align: left;
	padding: 20px 40px;
	background: rgba(0,0,0,.7);
	opacity: 0;
	transition: all .2s ease-out;
	transform: scale(.97);
}

#carouselGearedUp .carousel-caption h5 {
	color: #fff;
	font-family: 'Helvetica CE 35';
	opacity: 0;
	font-size: 1.5rem;
	line-height: 1.5;
	position: relative;
	transition: all .6s ease-out;
}

#carouselGearedUp .carousel-item .slide-content:hover > .carousel-caption {
	opacity: 1;
	left: 0px;
	transform: scale(1);
}

#carouselGearedUp .carousel-item .slide-content:hover > .carousel-caption h5 {
	opacity: 1;
}

@media (max-width: 768px) { 

	#carouselGearedUp .carousel-caption {
	    position: relative;
	    width: 100%;
	    right: 0;
	    left: 0px;
	    background: rgba(0,0,0,.7);
	    opacity: 1;
	    transform: scale(1);
	}

	#carouselGearedUp .carousel-caption h5 {
		opacity: 1;
	}

	.carousel-indicators {
		bottom: -70px;
	}

}

/* did you know */

.mail-storaged-slot {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	flex-direction: column;
	margin: 10px 0 70px;
	background: url(../images/file-pdf-solid.png) no-repeat center center;
	background-size: contain;
	padding:20px 10px; 
}

.mail-storaged-slot .reflect {
	width: 139px;
	height: 30%;
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.mail-storaged-slot .date {
	padding: 20px 20px 10px;
	font-size: 18px;
	text-align: center;
	border-top-right-radius:10px; 
	border-top-left-radius:10px;
	/*width: 98%;*/
	background: rgba(255,255,255,.2);
	margin-bottom: 2px;
	color: #666;
}

.mail-storaged-slot .title {
	max-width: 90%;
	padding: 10px 20px 5px;
	font-size: 20px;
	text-align: center;
	background: rgba(0,0,0,.6);
	color: #00AFEF;
}

.mail-storaged-slot a {
	padding: 10px 50px 5px;
	font-size: 16px;
	text-align: center;
	border-bottom-right-radius:10px; 
	border-bottom-left-radius:10px;
	margin-top:2px;
	/*width: 98%;
	background: #eee;*/
	background: rgba(255,255,255,.4);
	transition: all ease-in .5s;
}

.mail-storaged-slot a:hover {
	background: rgba(255,255,255,.7);

}

/*.mail-storaged-slot a::before {
	display: block;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f1c1";
	color: #999;
	font-size: 32px;
	transition: all ease-in .5s;
}

.mail-storaged-slot a:hover::before {
	color:#333;
}*/

/* videos */
.success-story.titleUnplugged {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	border-radius: 5px;
	margin: .5rem 0;
	height: 50px;
	background:transparent !important;
}
.success-story {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	margin: .5rem 0;
	height: 115px;
}

@media only screen and (max-width: 1024px) {
.success-story {
	width: 100%;
}
}
	
#unplugged .success-story {
	width: 23%;
	height: 95px;
	margin: 1rem 1%
}

#featured .success-story, #unplugged .success-story {
	background: #999;
}

#storage-room .success-story {
	background: #0072b7;
}

.success-story h2 {
	font-size: 1rem;
	color: #fff;
	width: 60%;
	padding: 5px;
	padding-left: 15px;
	display: inline;
	font-family: 'Helvetica CE 35';
}

#unplugged .success-story h2 {
	width: 60%;
}

.success-story .preview {
	position: relative;
	height: 100%;
    background: #000;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}
.success-story .preview img {
	width: 200%;
	position: relative;
	top: -30px;
	left: -33%
}
.success-story .preview img.icon {
	width: 100%;
	position: relative;
	top: 0;
	left: 0%
}
#unplugged .success-story .preview {
	width: 40%;
	height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview i {
	width: 120px;
	height: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #000;
	margin: 0 !important;
}

.preview a {
	text-decoration: none;
}

.play-youtube {
	position: absolute;
	/*width: 100% !important;*/
    height: 100% !important;
    top: 0;
    background: transparent !important;
    font-size: 2rem;
    color: red;
}

@media (min-width: 1200px) and (max-width: 1800px){
	.play-youtube.success {
		width: 100% !important;
	}
}

@media (min-width: 1200px) and (max-width: 1800px){
	.play-youtube .videos {
		width: auto !important;
	}
}	

@media (max-width: 1199px){
	#unplugged .success-story {
		width: 48%;
		margin: .5rem 1%
	}
}

@media (max-width: 640px){
	#unplugged .success-story {
		width: 100%;
		margin: .5rem 0%
	}
}

#storage-room .videos-container, #storage-room .section-title p {
	opacity: 0;
}

#storage-room .section-title h3 {
	cursor:pointer;
}

#storage-room.videos {
	opacity: .2;
}

#storage-room .opacity-button, #featured .opacity-button {
	display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#storage-room .opacity-button {
	z-index: 1;
}

#featured .opacity-button {
	z-index: -1;
}

.story-picture .main-picture, .story-data .logo {
	width: 100%;
	height: auto;
}

.story-data {
	position: absolute;
	z-index: 1;
	top:0;
	right: 0;
	background: rgba(0,0,0,.4);
	height: 100%;
	color: white;
}

@media (max-width: 1024px){
	.story-data {
		position: relative;
	}

	.story-info {
		order: 2;
	}
}

	.close-detail {
		position: absolute;
	    right: 15px;
	    top: 10px;
	    color: #fff;
	    z-index: 1;
	}

@media (max-width: 640px){
	.close-detail {
	    right: 25px;
	    top: 20px;
	    color: #00AFEF;
	}
}

.story-data span {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: .9rem;
}

.story-data .name {
	font-family: 'HelveticaNeueLT Std Med';
	padding-bottom: 0 !important;
	margin-bottom: -5px !important;
}

.resume {
	position: relative;
}

.resume i {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.resume .continue {
	font-size: .8rem;
	font-style: italic;
	display: block;
	/*margin-top: -20px;*/
}

/** resources **/

.resource {
	width: 100%;
	padding: 0;
	display:flex; 
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 0 1rem;
	align-items: center;
	background: #414141;
}

.resource .picture {
	padding: 0 1rem 0 0;
}

.resource .name {
	color: #fff;
	font-size: 1.2rem;
	padding: 0 1rem 0 0;
	margin:0;
	font-family: 'HelveticaNeueLT Std Med';
}

.contact-window .name {
	color: #fff;
	font-size: 1.5rem;
	padding: 0 1rem 0 0;
	margin:0;
	font-family: 'HelveticaNeueLT Std Med';
}

.resource .title {
	color:#00afef;
	font-size: 1.2rem;
	padding: 0 1rem 0 0;
}

.contact-window .title {
	color:#eee;
	font-size: 1.2rem;
	padding: 0 1rem 0 0;
}

.resource .phone {
	color:#ccc;
	font-size: 1rem;
	padding: 0 1rem 0 0;
}

.resource .contact {
	padding: 0;
	text-align: center;
}

.contact-window {
	position: absolute;
	left: 33%;
	z-index: 1;
	background: #999;
	display: none;
}

.contact-window textarea {
	resize: none;
}

.contact-window-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.9);
	display: none;
}

.mLI {
	margin-top: 15px !important
}
.mLSMB {
	margin-top: 28px !important
}
@media (max-width: 1024px){ 
.mLI {
	margin-top: 0 !important
}
.mLSMB {
	margin-top: 0 !important
}
}

/***** Google autocomplete **//
.pac-container {
    z-index: 10000000 !important;
}


/** podcast style */

.podcast .item {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	border: none;
	border-radius: 5px 0 0px 5px;

}
.podcast .item .card-panel.hoverable {
	height: 300px;
 	display: flex;
  	align-items: center;
  	justify-content: flex-start; 
  	align-content: center;
 	flex-direction: column;
  	color: #999;
  	position: relative;
}
.podcast .item .card-panel.hoverable .card-panel-header {
  	display: block;
  	width: 100%;
  	position: relative;
  	transition: all ease .4s;
  	top: 0;
  	opacity: 1
}
.podcast .item .card-panel.hoverable .card-panel-header hr {
	display: block;
	min-width: 100%;
	margin-bottom: 0 !important;
	border-top: 2px solid rgba(0,0,0,.4);
}
.podcast .item .card-panel.hoverable .card-panel-icon {
  	display: block;
  	text-align: center;
  	color: #007bff;
  	font-size: 32px
}
.podcast .item .card-panel.hoverable .card-panel-title {
  	display: block;
  	text-align: center;
  	font-size: 20px;
  	line-height: 22px
}
.podcast .item .card-panel.hoverable .card-panel-date {
  	display: block;
  	min-width: 100%;
  	text-align: center;
  	font-size: 16px;
  	background:transparent;
  	padding: 10px;
  	color: #6c757d ;
  	border-radius: 0 0 5px 5px;
}
.podcast .item .card-panel.hoverable .card-panel-content {
	position: absolute;
  	opacity: 0;
  	padding: 5px;
  	top: 30px;
  	transition: all ease .4s;
  	height: 250px;
  	overflow-x: hidden;
}
.podcast .item .card-panel.hoverable .card-panel-btn {
	position: absolute;
	width: 100%;
  	opacity: 0;
  	padding: 5px;
  	bottom: -10px;
  	transition: all ease .4s;
}
.podcast .item .card-panel.hoverable .card-panel-btnFront {
	position: absolute;
	width: 100%;
  	opacity: 1;
  	padding: 5px;
  	bottom: -10px;
  	transition: all ease .4s;
  	pointer-events: none
}
.podcast .item .card-panel.hoverable:hover .card-panel-header {
  	transform: translateY(0) scale(1);
  	justify-content: flex-start;
  	top: 10%;
  	opacity: 0
}
.podcast .item .card-panel.hoverable:hover .card-panel-content {
  	top: 0px;
  	opacity: 1;
}
.podcast .item .card-panel.hoverable:hover .card-panel-btn {
  	bottom: 0px;
  	opacity: 1;
}
.podcast .item .card-panel.hoverable:hover .card-panel-btnFront {
  	bottom: 0px;
  	opacity: 0;
}
.videoPodcast {
  width: 100% !important;
  height: 55px !important
}
video.videoPodcast  {
	position: relative !important;
	bottom: unset;
	left: unset;
	min-width: 60% !important;
    max-width: 80%;
    margin-left: 10%;
    z-index: 100
}

/* blog */

.cards {
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
}

.cardExp {
  margin: 7px;
  width: calc((100% / 3) - 14px);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cardExp {
    width: calc((100% / 2) - 14px);
  }
}
@media screen and (max-width: 767px) {
	.cards {
	  padding: 0;
	  display: block;
	}
  .cardExp {
    width: 100%;
    margin-left: 0;
  }
  .cardExp:hover .card__inner {
	  transform: scale(1) !important;
	}
}
.cardExp:hover .card__inner {
  transform: scale(1.07);
  z-index: 2;
  background-size: 105%;
  background-position: bottom center;
  color: white;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.card__inner {
  width: 100%;
  height: 210px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  background: url(../images/gearsBlog.jpg) ;
  background-size: 100%;
  background-position: center right;
  color: white;
  font-size: 18px;
  line-height: 20px;
  z-index: 1;
  border-radius: 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.card__inner .info {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.card__inner:after {
  transition: all 0.3s ease-in-out;
}
.card__inner span {
  display: block;
  font-weight: 300;

}
.card__inner .iconPlus {
  position: absolute !important;
  right: 10px;
  bottom: 10px;
}
.card__inner .iconPlus .fas {
  font-size: 14px !important;

}
.card__inner .fas, .card__inner .far {
  width: 100%;
  font-size: 32px !important;
  margin-bottom: 10px;
}
.card__expander {
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  width: 100%;
  position: relative;
  padding: 0;
  font-size: inherit;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.card__expander .comment {
	border-bottom: .5px solid rgba(0, 0, 0, .05);
	padding: 15px;
	width: 98.5%;
	color: #414141;
	background-color: rgba(0, 0, 0, 0);
	transition: all ease .2s;
	font-family: 'Roboto' !important;
}
.card__expander .comment span {
	font-family: 'Roboto' !important;
	font-size: inherit !important;
	color: inherit !important;
}
.card__expander .comment:hover {
	color: white;
	background-color: rgba(0, 0, 0, .6);
}
.card__expander .comment:last-child {
	border-bottom: none;
}
.card__expander h4 {
	font-size: 1.7rem;

}
.card__expander .comment h5	{
	font-size: 14px;
	font-weight: 900;
	color: #0072b7;
	text-transform: uppercase;
}
.card__expander .comment:hover h5	{
	color: white;
}
.card__expander .comment p {
	margin-bottom: 5px;
	font-family: 'Roboto' !important;
}

.card__expander .comment img {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.card__expander .comment a {
	margin-top: 5px;
	font-family: 'Roboto' !important;
}
.card__expander .comment a.btnFileBlog {
	display: block;
	margin-top: 5px;
	font-family: 'Roboto' !important;
}
.card__expander .comment a:hover {
	text-decoration: underline;
}
.card__expander .comment:hover a {
	color: white;
}
.card__expander .comment .text-search {
	color: #414141;
	background: yellow;
}
.card__expander .fas {
  font-size: 0.75em;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #414141 !important;
}
.card__expander .fas:hover {
  opacity: 0.9;
}
.card__expander .tableexp {
  padding:15px;
}
.cardExp.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}
.cardExp.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
   padding: 0;
}
.cardExp.is-expanded .card__inner {
  background-color:  rgba(138, 210, 85,1);
  color: white;
}
.cardExp.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.cardExp.is-expanded .card__inner .fa:before {
  content: "";
}
.cardExp.is-expanded .card__expander {
  overflow: visible;
  margin-top: 30px;
  opacity: 1;
}
.cardExp.is-expanded:hover .card__inner {
  transform: scale(1);
}
.cardExp.is-inactive .card__inner {
  pointer-events: none;
  opacity: 0.5;
  filter: blur(5px);
  pointer-events: none;
}
.cardExp.is-inactive:hover .card__inner {
  background-color: #949fb0;
  transform: scale(1);
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .cardExp:nth-of-type(3n+2) .card__expander {
    margin-left: calc(-100% - 15px);
  }

  .cardExp:nth-of-type(3n+3) .card__expander {
    margin-left: calc(-200% - 30px);
  }

  .cardExp:nth-of-type(3n+4) {
    clear: left;
  }

  .card__expander {
    width: calc(300% + 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cardExp:nth-of-type(2n+2) .card__expander {
    margin-left: calc(-100% - 30px);
  }

  .cardExp:nth-of-type(2n+3) {
    clear: left;
  }

  .card__expander {
    width: calc(200% + 30px);
  }
}
/* search */
.input-searc {
    border-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* search result flag */
.searchResult {
  position: absolute;
  width: 150px;
  right: calc(50% - 75px);
  top: 3px;
  padding: 2px;
  font-size: 12px;
  background: #c1c3c4;
  text-transform: uppercase;
  color: black;
  text-align: center;
  z-index: 9;
  border-radius: 100px;
  box-shadow: 0 5px 20px rgba(0,0,0,.3);
}
.searchResult:before {
    border: 5px solid #c1c3c4;
    content: '';
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 5px);
}
.shake-vertical {
	-webkit-animation: shake-vertical 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
	        animation: shake-vertical 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  80% {
    -webkit-transform: translateY(1.5px);
            transform: translateY(1.5px);
  }
  90% {
    -webkit-transform: translateY(-1.5px);
            transform: translateY(-1.5px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  80% {
    -webkit-transform: translateY(1.5px);
            transform: translateY(1.5px);
  }
  90% {
    -webkit-transform: translateY(-1.5px);
            transform: translateY(-1.5px);
  }
}