.clearFix:after,
.clearFix:before{
	content: "";
	display: table;
	clear: both;
}
.clearFix{
	display: block;
}

/** Webinar Slide Section **/
.webinar-slide-sec{
	border-radius: 55px;
	border: 1px solid #3172b8;
	background: #fff;
	box-shadow: 0 10px 50px rgba(0,0,0,0.08),0 13px 45px rgba(0,0,0,0.08);
}
.webinar-item{
	color: #000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 100%;
	padding: 0 50px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}
.webinar-item a{
	color: #78C043;
}
.webinar-item a:hover{
	color: #002853;
}
.webinar-item a span{
	font-weight: 600;
}

.webinar-slide-sec .webinar-slide .owl-nav{
	margin: 0;
}
.webinar-slide-sec .webinar-slide .owl-nav .owl-next,
.webinar-slide-sec .webinar-slide .owl-nav .owl-prev{
	padding: 0;
	margin: 0 5px;
	height: 20px;
	width: auto;
	border: none;
	background: none;
	border-radius: 0 !important;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 100;
}
.webinar-slide-sec .webinar-slide .owl-nav .owl-next{
	right: 20px;
}
.webinar-slide-sec .webinar-slide .owl-nav .owl-prev{
	left: 20px;
}
.webinar-slide-sec .webinar-slide .owl-nav .owl-next span{
	border: 10px solid transparent;
	border-left-color: #78C043;
	background: none;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
}
.webinar-slide-sec .webinar-slide .owl-nav .owl-prev span{
	border: 10px solid transparent;
	border-right-color: #78C043;
	background: none;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
}


/** tb-post-section **/
.tb-post-section{
	position: relative;
	padding: 80px 0 60px; 
}
.tb-post-wrapper{}
.post_sec_title{
	text-align: center;
	margin-bottom: 50px;
}
.post_sec_title h2{
	margin: 0;
	font-size: 40px;
}

.tb-post-row{
	display: flex;
	margin-left: -25px;
	margin-right: -25px;
}
.tb-post-row .tb-col-whole{
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	max-width: 100%;
	-webkit-box-flex: 0;
	   -ms-flex: 0 0 50%;
		   flex: 0 0 50%;
}
.tb-post-row .tb-col-half{
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	max-width: 50%;
	-webkit-box-flex: 0;
	   -ms-flex: 0 0 50%;
		   flex: 0 0 50%;
}

.tb-about-intro-grd .vc_column-inner .wpb_wrapper .inner,
.tb-gradient{
	position: relative;
}
.tb-about-intro-grd .vc_column-inner .wpb_wrapper .inner:before,
.tb-gradient:before{
	content: "";
	position: absolute;
	height: auto;
	width: auto;
	left: -50px;
	top: -50px;
	right: 50px;
	bottom: 50px;
	display: block;
	background-image: -webkit-linear-gradient(left, #3172B8, #78C043);
	background-image: linear-gradient(to right, #3172B8, #78C043);
	z-index: -1;
}

.grd-redpurple:before{
	background-image: -webkit-linear-gradient(left, #F36DC1, #27228F);
	background-image: linear-gradient(to right, #F36DC1, #27228F);
}

.vc_col-sm-6.column_container.tb-gradient:before{
	left: -35px;
    right: 65px;
    bottom: 65px;
}
.vc_col-sm-6.column_container.tb-gradient .vc_column-inner{
	padding: 0 !important;
}

.tb-post-thumb{
	min-height: 300px;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(50,115,181,0.20), 0 12px 26px rgba(50,115,181,0.20);
}
.tb-post-thumb img{
	display: inline-block;
	max-width: 100%;
}

.tb-post-content{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100%;
	flex-direction: column;
	text-align: left;
}

.tb-post-section .tb-post-content a.nectar-button{
	border: 2px solid rgba(120, 192, 67, 1);
	color: rgb(120, 192, 67);
	background-color: transparent;
	visibility: visible;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 600;
}
.tb-post-section .tb-post-content a.nectar-button:hover{
	background: rgba(120, 192, 67, 1);
	color: #fff;
}

.tb-post-title{
	display: inline-block;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.tb-post-title:before{
	content: "";
	height: 4px;
	background: #78c043;
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	bottom: 2px;
}
.tb-post-title h2{
	margin: 0; 
	font-size: 46px;
	line-height: 1.1;
	color: #002853;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.tb-post-title a:hover h2{
	color: #78c043;
}

.tb-post-section .tb-post-desc h3{
	font-size: 34px;
	line-height: 1.1;
	margin-bottom: 20px;
	color: #002853;
}

.tb-title-dot{
	padding-right: 50px;
	position: relative;
	display: inline-block;
}
.tb-title-dot:before,
.tb-title-dot:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	right: 0;
	border-radius: 50%;
	background: #78c043;
	display: block;
}
.tb-title-dot:before{
	right: 20px;
}

.tb-article-slide-item{
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 50px 55px 0;
}
.tb-article-slide-item .tb-post-content{
	background-color: #ffffff;
	height: auto;
}
.tb-article-slide-item .tb-post-content .tb-post-desc{
	margin-bottom: 30px;
}

.d-flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
}

/** owl-carosal-slider **/
.recent-article-sec .owl-carousel .owl-nav button.owl-next,
.recent-article-sec .owl-carousel .owl-nav button.owl-prev{
	padding: 0;
	margin: 0 4px;
	background: none;
	border: none;
}
.recent-article-sec .owl-carousel .owl-nav button:hover{
	background: none !important;
}

.recent-article-sec .owl-carousel .owl-nav button span{
	height: 30px;
    width: 30px;
    color: #fff;
    background: #78c043;
    border-radius: 50%;
    text-align: center;
    line-height: 12px;
    font-size: 35px;
    display: inline-block;
    padding: 5px;
}
.recent-article-sec .owl-carousel .owl-nav button:hover span{
	background: #3172b8;
}

/** Recent Article **/
.recent-article-sec{
	padding-top: 150px;
}
.recent-article-sec .tb-gradient{
	background-color: #fff;
}
.recent-article-sec .tb-gradient img{
	width: 100% !important;
}
.recent-article-sec .owl-carousel .owl-nav{
	width: 80px;
	position: absolute;
	top: 75px;
	right: 20px;
}
.recent-article-sec .tb-post-title{
	padding-right: 60px;
}

.tb-post-bgImg{
	height: 420px;
	width: 100%;
}
.tb-post-desc{
	display: block;
	width: 100%;
}

/** Recent Report **/
.clr-white .tb-post-thumb,
.recent-report-sec .tb-post-thumb{
	box-shadow: none;
}
.recent-report-sec .tb-post-desc p{
	font-size: 30px;
	line-height: 1.5;
}
.recent-report-sec .tb-button-sec{
	padding: 20px 0 0;
	text-align: left;
	width: 100%;
}
.recent-report-sec .tb-button-sec .tb-button{
	margin-right: 20px;
}

.clr-white .tb-post-title:before{
	background: #fff;
}

.clr-white .tb-post-desc,
.clr-white .tb-post-title h2{
	color: #fff;
}

.tb-button-sec{
	text-align: center;
}
.tb-button-sec a{
	margin-right: 20px;
}

.text-uppercase{
	text-transform: uppercase;
}

.tb-post-section .clr-white .tb-post-content .tb-button-sec a.nectar-button{
	border-color: #fff;
	color: #fff;
}

.tb-post-cat{
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.tb-post-cat ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.tb-post-cat li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 30px 10px 0;
}
.tb-post-cat li:before,
.tb-post-cat li:after{
	content: "";
	clear: both;
	position: absolute;
	height: 16px;
	width: 1px;
	background: #fff;
	display: block;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	-webkit-transform:rotate(18deg);
       -moz-transform:rotate(18deg); 
         -o-transform:rotate(18deg);
    		transform:rotate(18deg);
}
.tb-post-cat li:before{
	right: 14px;
}
.tb-post-cat li:last-child:before,
.tb-post-cat li:last-child:after{
	display: none;
}
.tb-post-cat li,
.tb-post-cat li a{
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: 300;
}
.tb-post-cat li a{
	display: block;
}
.tb-post-cat li a:hover{
	color: #002853;
}

.tb-single-post-title{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
}
.tb-single-post-title h3{
	font-size: 30px;
	line-height: 1.2;
}


/** Sponsors **/
.tb-post-sponsors{
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.tb-post-sponsors h2{
	color: #002853;
}
.tb-post-sponsors .tb-post-title{
	margin-bottom: 0;
}
.tb-post-sponsors .tb-post-title:before{
	display: none;
}

.tb-sponsor-content{
	position: relative;
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto !important;
}
.tb-sponsor-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.tb-sponsor-container .tb-sponsor-item{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	margin: 20px 0;
	max-width: 33.33%;
	-webkit-box-flex: 0;
	   -ms-flex: 0 0 33.33%;
		   flex: 0 0 33.33%;
}
.tb-sponsor-container .tb-sponsor-item img{
	display: block;
	max-width: 100%;
}

.tb-button{
	box-shadow: none;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	padding: 13px 24px;
	position: relative;
	margin-bottom: 10px;
	opacity: 1;
	color: rgba(120, 192, 67, 1);
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
	border-radius: 100px;
	border: 2px solid rgba(120, 192, 67, 1);
	background-color: transparent;
	text-transform: uppercase;
	visibility: visible;
	cursor: pointer;
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), 
	   background-color .45s cubic-bezier(0.25, 1, 0.33, 1), 
		   border-color .45s cubic-bezier(0.25, 1, 0.33, 1), 
			 box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1),
			  transform .45s cubic-bezier(0.25, 1, 0.33, 1), 
				  color .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-border-radius: 200px !important;
	   -moz-border-radius: 200px !important;
			border-radius: 200px !important;
}
.tb-button.large{
	font-size: 16px;
	padding: 15px 35px;
}
.tb-button:hover{
	background: rgba(120, 192, 67, 1);
	color: #fff;
}

.tb-button.btn-blue{
	border-color: #3172B8;
	color: #3172B8;
}
.tb-button.btn-blue:hover{
	background: #3172B8;
	color: #fff;
}


.tb-text-center,
.tb-sponsor-container .tb-button-sec{
	text-align: center;
}
.tb-sponsor-container .tb-button{
	margin-top: 20px;
}

.tb-section .tb-button.btn-blue,
.tb-sponsor-container .tb-button.btn-blue{
	border-color: #3172B8;
	color: #3172B8;
}
.tb-section .tb-button.btn-blue:hover,
.tb-sponsor-container .tb-button.btn-blue:hover{
	background: #3172B8;
	color: #fff;
}

.tb-section .tb-sec-title{
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	margin: 5px 0;
	font-size: 44px;
	color: #283271;
}
.tb-section .tb-button{
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 10px;
}


/** Newsletter Section **/
.tb-newsletter-section .column-bg-overlay{
	background-color: transparent !important;
}
.tb-newsletter-section .tb-form-control{
	background-color: #ffffff;
}
.tb-newsletter-section .nectar-button{
	margin: calc(100vw * 0.01);
}


/** Footer **/
#footer-outer .widget .social{
	padding: 30px 0;
	position: relative;
	text-align: right;
}
#footer-outer .widget .social a{
	text-align: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 3px;
	margin-left: 10px;
}
#footer-outer .widget .social a i{
	padding: 0 !important;
	margin: 0;
}


/** Candi Award winner **/
.tb-caw-sec-intro{
	display: block;
	max-width: 100%;
	max-width: 750px;
	padding: 0 20px;
	margin: 0 auto 20px;
}
.tb-caw-sec-intro h2{
	color: #002853;
}

.tb-candi-awards-win-list{
	position: relative;
}
.tb-candi-awards-win-list .tb-caw-list-box h3{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 15px;
}
.tb-caw-list-box{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.ca-win-item{
	font-family: 'Open Sans';
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
.ca-win-item .ca-win-title{
	display: block;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 0;
	color: #000;
	text-transform: uppercase;
}
.ca-win-item p{
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 300;
}

.tb-caw-filter-section{
	background: #F0F4F9;
	position: relative;
	margin: 35px 0;
	border-radius: 200px;
	text-align: center;
	padding: 35px 35px;
}

.tb-caw-filter-section .filter-sec-title{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px;
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #78C043;
	font-weight: normal;
}
.tb-caw-filter-section .filter-button-sec{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	text-align: center;
	width: 480px;
}
.tb-caw-filter-section .filter-button-sec .tb-select{
	margin: 10px 15px;
	width: 50%;
	display: inline-block;
	max-width: 200px;
}

.disabled{
	opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/** Talentboard Events **/
.tb-event-sec{
	position: relative;
	padding: 100px 0 50px;
}
.event-list-row{
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	flex-wrap: wrap;
}
.event-list-column{
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 33.33%;
	-webkit-box-flex: 0;
	   -ms-flex: 0 0 33.33%;
		   flex: 0 0 33.33%;
}
.tb-select{
	background-image: url(../images/select_arrow_bg.png);
	background-color: #ffffff;
	background-position: right center;
	background-repeat: no-repeat;
	border: 2px solid rgba(120, 192, 67, 1);
	color: rgb(120, 192, 67);
	visibility: visible;
	display: inline-block;
	padding: 10px 30px 10px 12px;
	border-radius: 200px;
	box-shadow: none;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans';
	font-weight: 600;
	position: relative;
	width: 100%;
	max-width: 250px;
	outline: none !important;
	cursor: pointer;
	-webkit-appearance: none; 
       -moz-appearance: none;
   			appearance: none;
}
.tb-event-sec .tb-select{
	text-transform: uppercase;
}

.tb-event-item{
	width: 100%;
	max-width: 400px;
	display: block;
	margin: 0 auto 36px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	padding: 15px;
	border-top: 10px solid #5FAF24;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.tb-event-item:hover{
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.44);
	-webkit-transform: translateY(-8px);
	   -moz-transform: translateY(-8px);
	     -o-transform: translateY(-8px);
	    -ms-transform: translateY(-8px);
	        transform: translateY(-8px);
}
.tb-event-item .tb-event-cat-title{
	display: flex;
	width: 100%;
	padding-left: 70px;
	position: relative;
	text-align: left;
	height: 70px;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 20px;
}
.tb-event-item .tb-event-cat-title .tb-event-date{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 70px;
	padding: 8px 5px;
	background: #5FAF24;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.tb-event-item .tb-event-cat-title .tb-event-date .tb-month{
	font-size: 24px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.tb-event-item .tb-event-cat-title .tb-event-date .tb-day{
	font-size: 38px;
    line-height: 1;
    font-weight: bold;
    margin-top: -11px;
    display: block;
}

.tb-event-item .tb-event-desc{
	margin-bottom: 20px;
	min-height: 200px;
}
.tb-event-sec .tb-event-item h2,
.tb-event-item h2{
	color: #5FAF24;
	font-size: 34px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.tb-event-sec .tb-event-item .tb-event-desc h3{
	display: flex;
	min-height: 54px;
	justify-content: flex-start;
	align-items: center;
}
.tb-event-sec .tb-event-item h3,
.tb-event-item h3{
	font-size: 24px !important;
	line-height: 1.2 !important;
	letter-spacing: normal !important;
	margin-bottom: 15px;
}
.tb-event-sec .tb-event-item p,
.tb-event-item p{
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}

.tb-event-reg-btn{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
	color: #5FAF24;
}
.type-Event .tb-event-cat-title .tb-event-date{
	background-color: #6D4DC4;
}
.type-Event .tb-event-reg-btn,
.type-Event  h2{
	color: #6D4DC4 !important;
}
.type-Event{
	border-top: 10px solid #6D4DC4;
}

.type-Webinar .tb-event-item .tb-event-cat-title .tb-event-date{
	background-color: #3172B8;
}
.type-Webinar .tb-event-reg-btn,
.type-Webinar h2{
	color: #3172B8;
}
.type-Webinar .tb-event-item{
	border-top-color: #3172B8;
}

.type-Workshop .tb-event-cat-title .tb-event-date{
	background-color: #5FAF24;
}
.type-Workshop .tb-event-reg-btn,
.type-Workshop h2{
	color: #5FAF24;
}
.type-Workshop{
	border-top: 10px solid #5FAF24;
}


/** Talentboard News **/
.tb-pr-main-content,
.tb-news-main-content{
	position: relative;
	padding: 50px 0 50px;
}
.tb-row:after,
.tb-row:before{
	content: "";
	clear: both;
	display: table;
}
.tb-row{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}


.tb-column-12,
.tb-column-4,
.tb-column-3,
.tb-column-6{
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;

}
.tb-column-12{
	max-width: 100%;
	-webkit-box-flex: 0;
	   -ms-flex: 0 0 100%;
		   flex: 0 0 100%;
}
.tb-column-6{
	max-width: 50%;
	-webkit-box-flex: 0;
	   -ms-flex: 0 0 50%;
		   flex: 0 0 50%;
}
.tb-column-4{
	max-width: 33.33%;
	-webkit-box-flex: 0;
	   -ms-flex: 0 0 33.33%;
		   flex: 0 0 33.33%;
}
.tb-column-3{
	max-width: 25%;
	-webkit-box-flex: 0;
	   -ms-flex: 0 0 25%;
		   flex: 0 0 25%;
}


.tb-post-item{
	position: relative;
	display: block;
	border-left: 10px solid #78C043;
	background: #fff;
	padding: 15px;
	margin-bottom: 40px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.tb-post-item:hover{
	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.44);
	-webkit-transform: translateY(-8px);
	   -moz-transform: translateY(-8px);
	     -o-transform: translateY(-8px);
	    -ms-transform: translateY(-8px);
	        transform: translateY(-8px);
}
.tb-post-item .tb-post-desc{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	min-height: 44px;
}
.tb-post-item .tb-post-desc h4,
.tb-post-item .tb-post-desc h6{
	font-size: 20px;
	margin-bottom: 0;
	color: #002853;
}
.tb-post-item .tb-post-desc h4{
	font-size: 30px;
}
.tb-post-item p{
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: normal;
	line-height: 1.5;
	color: #000;
	padding: 0;
}
.tb-post-item .tb-button{
	background: #fff;
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-color: #78C043;
	color: #78C043;
	font-weight: 600;
}
.tb-post-item .tb-button:hover{
	background: #78C043;
	color: #fff;
}

.tb-post-head{
	margin-bottom: 5px;
}
.tb-post-head .tb-post-date{
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	display: block;
	margin-bottom: 2px;
	color: #000;
}
.tb-post-head .tb-post-meta{
	font-family: 'Open Sans';
	font-size: 17px;
	line-height: 1.3;
	font-weight: 300;
	display: block;
	margin-bottom: 5px;
	color: #78C043;
}
.tb-post-head .tb-post-meta span{
	text-transform: uppercase;
}
.tb-post-head .tb-post-meta h6{
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #333;
}

/** case study post **/
.tb-post-item.tb-no-shadow{
	box-shadow: none;
}

.tb-post-item .tb-no-border.tb-button{
	border: none;
	padding: 0;
	background: none;
	color: #78C043;
	font-family: 'Open Sans';
	font-weight: normal;
}
.tb-post-item .tb-no-border.tb-button:hover{
	background: none;
	color: #78C043;
}

.tb-news{
	border-left-color: #6D4DC4;
}
.tb-news .tb-post-meta{
	color: #6D4DC4;
}
.tb-news .tb-button{
	border-color: #6D4DC4;
	color: #6D4DC4;
}
.tb-news .tb-button:hover{
	background: #6D4DC4;
	color: #fff;
}

.tb-clr-blue{
	border-left-color: #3172b8;
}
.tb-clr-blue .tb-post-meta{
	color: #3172b8;
}
.tb-clr-blue .tb-button{
	border-color: #3172b8;
	color: #3172b8;
}
.tb-clr-blue .tb-button:hover{
	background: #3172b8;
	color: #fff;
}
.tb-clr-blue .tb-no-border.tb-button{
	color: #3172b8;
}
.tb-clr-blue .tb-no-border.tb-button:hover{
	background: none;
	color: #3172b8;
}

.tb-regular-post.tb-post-item,
.tb-regular-post{
	border-left: none;
	border-top: 10px solid #3172b8;
	padding: 0;
}

.tb-regular-post.tb-post-item .tb-post-pad,
.tb-regular-post .tb-post-pad{
	padding: 0 15px 15px;
	position: relative;
}

.imgCover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tb-regular-post .tb-post-img{
	display: block;
	height: 200px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tb-post-item.tb-pr-post .tb-post-desc{
	min-height: 66px;
}

/** tb-post-item-full **/
.tb-post-item-full .tb-post-item{
	padding-left: 33.3%;
	position: relative;
	min-height: 270px;
}
.tb-post-item-full .tb-post-item .tb-post-img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(33.3% - 18px);
	height: auto;
	margin: 0;
	border-bottom: none;
}
.tb-post-item-full .tb-post-item .tb-post-pad{
	padding: 30px 15px;
}
.tb-post-item-full .tb-post-item .tb-post-desc{
	margin-bottom: 0;
}
.tb-post-item-full .tb-post-item .tb-post-date{
	font-size: 18px;
	font-weight: normal;
}

.tb-loadmore-post{
	text-align: center;
	padding: 30px 20px 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.tb-loadmore-post .tb-loadmore-btn{
	display: inline-block;
	cursor: pointer;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 18px;
}

.tb-newslatter-kmi{
	position: relative;
	padding: 40px 15px;
	display: block;
	max-width: 1054px;
	width: 100%;
	margin: 0 auto;
}
.tb-newslatter-kmi .tb-form-control{
	margin-bottom: 20px;
	background: #fff;
	color: #333;
}

.newslatter-checkbox{
	display: block;
	margin-bottom: 20px;
}
.newslatter-checkbox .tb-cb-label{
	margin: 0 15px 10px 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.newslatter-checkbox .tb-cb-label .tb-checkbox{
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
    height: 15px;
}

.tb-button-sec,
.tb-nl-button-sec{
	text-align: center;
	display: block;
	padding: 20px;
}
.tb-nl-button-sec .tb-button{
	padding-left: 35px;
	padding-right: 35px;
}

.btn-white{
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.tb-section-pad{
	padding-top: 50px;
	padding-bottom: 50px;
}

.tb-text-ellipsis{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/** loadmore button **/
.lmb-container{
	position: relative;
	width: 100%;
	padding: 20px;
	text-align: center;
	display: inline-block;
}
.lmb-container .btn.loadMoreBtn{
	box-shadow: none;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 18px;
	padding: 13px 35px;
	position: relative;
	opacity: 1;
	color: rgba(120, 192, 67, 1);
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
	border-radius: 100px;
	border: 2px solid rgba(120, 192, 67, 1);
	background-color: transparent;
	text-transform: uppercase;
	visibility: visible;
	cursor: pointer;
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), 
	   background-color .45s cubic-bezier(0.25, 1, 0.33, 1), 
		   border-color .45s cubic-bezier(0.25, 1, 0.33, 1), 
			 box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1),
			  transform .45s cubic-bezier(0.25, 1, 0.33, 1), 
				  color .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-border-radius: 200px !important;
	   -moz-border-radius: 200px !important;
			border-radius: 200px !important;
}
.lmb-container .btn.loadMoreBtn:hover{
	background: rgba(120, 192, 67, 1);
	color: #fff;
}


/** single page **/
.tb-single-post-content{
	position: relative;
	padding-left: 100px;
	width: 100%;
	text-align: left;
	margin-top: 50px;
}
.tb-single-post-content .tb-single-post-social-share{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	text-align: center;
	width: 70px;
}
.tb-single-post-content .tb-single-post-social-share:after{
	content: "";
	clear: both;
	height: auto;
	width: 2px;
	border-right: 1px dotted #a0a0a0;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 10px;
}
.tb-single-post-content .tb-single-post-social-share label{
	display: block;
	text-transform: uppercase;
	font-size: 15px;
}
.tb-single-post-social-share .nectar-social{
	width: 60px;
}
.tb-single-post-social-share .nectar-social a{
	display: block;
	margin: 8px 5px;
	text-align: center;
}
.tb-single-post-social-share .nectar-social a:hover i{
	color: #78C043;
}
.tb-single-post-social-share .nectar-social .nectar-love{
	position: relative;
	display: none;
}
.tb-single-post-social-share .nectar-social .nectar-love .total_loves{
	position: absolute;
	left: 40px;
    top: -2px;
    line-height: 1;
}
.tb-single-post-social-share .nectar-social .nectar-love .total_loves .nectar-love-count{
    font-size: 14px;
    line-height: 1;
}

.tb-single-post-content .heading-title .section-title h2,
.tb-single-post-content .heading-title .section-title h1{
	text-align: left;
	color: #002853;
}
.tb-single-post-content .heading-title .section-title h1.entry-title{
	font-size: 50px;
	line-height: 1.1;
	padding-top: 0;
}

.single .tb-single-post-content .heading-title{
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
}
.single .container-wrap {
	padding-top: 0 !important;
}
#breadcrumbs, .tb-single-post-content .addtoany_content_bottom{
	display: none;
	visibility: hidden;
}
.single #main-breadcrumbs{
	padding-bottom: 0;
	padding-top: 50px;
	text-transform: uppercase;
	display: block;
	font-size: 15px;
}
.single .breadcrumb_last{
	text-transform: none;
}
.single .tb-single-post-content{
	margin-top: 20px;
}
.single #main-breadcrumbs a{
	color: rgb(120, 192, 67);
}
.tb-post-sec-title{
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}
.tb-post-sec-title h1,
.tb-post-sec-title h2{
	font-size: 50px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	color: #002853;
}

.post-desc-3l{
	min-height: 66px;
}
.post-desc-2l{
	min-height: 44px;
}

#cta_participant_sec{
	margin-bottom: 0 !important;
}

/** single page **/
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:after, 
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:after, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:after, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:after{
	background-color: rgba(120, 192, 67, 0.90);
}
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover:after, 
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover:after, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:hover:after, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:hover:after{
	background-color: rgba(87, 165, 29, 1);
}

.tb-single-newsletter{
	background-image: url(../images/footer_join_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 80px;
	position: relative;
	display: block;
}
.tb-single-newsletter h2{
	color: #fff;
	margin-bottom: 30px;
}
.tb-single-newsletter .tb-nl-input{
	margin: 10px 0 0;
}
.tb-single-newsletter .tb-button{
	min-width: 200px;
	max-width: 100%;
}


/*@media only screen and (min-width: 1000px){
	body.single .ocm-effect-wrap-inner #header-outer{
		background-image: -webkit-linear-gradient(left, #3172B8, #78C043);
		background-image: linear-gradient(to right, #3172B8, #78C043);
	}
	body.single .ocm-effect-wrap-inner #header-outer #top nav ul #search-btn a span,
	body.single .ocm-effect-wrap-inner #header-outer #top nav > ul > li > a{
		color: #fff;
	}
}*/


/** custom Pagination **/
.tb-pagination{
	position: relative;
    margin: 20px 0;
    height: 40px;
    width: 100%;
    color: #002853;
}

.custom-pagination span,
.custom-pagination a {
	display: inline-block;
	padding: 8px 12px;
	font-size: 18px;
	line-height: 1;
}
.custom-pagination .page-numbers{
	display: inline-block;
	border-radius: 50px;
}
.custom-pagination a {
	background: none;
	color: #002853;
}
.custom-pagination a:hover {
	background-color: #3172b8;
	color: #fff;
}
.custom-pagination span.page-num{
	margin-right: 10px;
	padding: 0;
	color: #002853;
}
.custom-pagination span.dots {
	padding: 0;
	color: #002853;
}
.custom-pagination span.current {
	background-color: #3172b8;
	color: #fff;
}

/** Tab Style **/
.tb-tab-caw{
	position: relative;
}
.tb-tab-caw .wpb_content_element .wpb_tabs_nav{
	position: relative;
	margin-top: -75px;
	margin-bottom: 50px;
	display: flex;
}
.tb-tab-caw .wpb_content_element .wpb_tabs_nav li{
	margin: 0 10px; 
	flex-grow: 1;
}
.tb-tab-caw .wpb_content_element .wpb_tabs_nav li a{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
	border-right: 0;
	background: #4BB2F1;
	color: #ffffff;
	width: 200px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px !important;
	line-height: 1;
	position: relative;
	text-shadow: none;
}
.tb-tab-caw .wpb_content_element .wpb_tabs_nav li a.active-tab{
	background: #3172B8;
	z-index: 99;
}
.tb-tab-caw .wpb_content_element .wpb_tabs_nav li a.active-tab:before{
	content: "";
	display: block;
	border: 10px solid transparent;
	border-left-width: 100px;
	border-right-width: 100px; 
	border-top-width: 15px;
	border-top-color: #3172B8;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(0);
}

.tb-tab-caw .wpb_content_element .wpb_tab.ui-tabs-panel p{
	font-weight: 300 !important;
}

.tb-hdl-event-item{
	display: inline-block;
	width: 100%;
	max-width: 320px;
	margin: 0 0 30px;
	text-align: left;
	border-top: 3px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	padding-top: 15px;
}
.tb-hdl-event-item p{
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	padding-bottom: 0;
	min-height: 82px;
}
.tb-hdl-event-item .tb-button{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	padding: 10px 35px;
	font-size: 13px;
	margin-top: 10px;
}

#clt_form > .span_12 > .wpb_column {
	margin-right:0;
}
#clt_form > .span_12{
	margin-bottom: 45px;
}
.clt_form_lebel{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.clt_form_lebel .clt_select{
    display: inline-block;
    width: 100%;
    position: relative;
}

.clt_form_lebel .clt_select select{
    display: inline-block;
    width: 100%;
    border: 2px solid #bbb;
    padding: 6px 25px 6px 8px;
    margin: 0;
    font: inherit;
    outline: none !important; 
    line-height: 1.2;
    background: #f8f8f8;
    
    -webkit-appearance: none; 
       -moz-appearance: none; 
            appearance: none; 
    
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    height: 36px;
    cursor: pointer;
}
    
.clt_form_lebel .clt_select:after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 100%;
    line-height: 36px;
    padding: 0 7px;
    background: #bbb;
    color: white;
    pointer-events:none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.clt_form_lebel input[type="text"],
.clt_form_lebel input{
    display: inline-block;
    width: 100%;
    border: 2px solid #bbb;
    padding: 5px 8 4px 8px;
    margin: 0;
    outline: none !important; 
    background: #f8f8f8;
    height: 36px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.clt_result_content{
    display: block;
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: 30px auto 40px;
}
.clt_form_lebel label {
	font-size: 14px!important;
}
.clt_result_content h4{
    color: #459a07;
}
.clt_result_content p{
    font-size: 20px;
    line-height: 1.2;
}

.cal-input-icon {
	position: relative;
}
.cal-input-icon > input { 

	padding-left: 20px!important;
}
.cal-input-icon > i {
	position: absolute;
	display: block;
	transform: translate(0, -50%);
	top: 50%;
	pointer-events: none;
	width: 25px;
	text-align: center;
	font-style: normal;
}


.clt_result_content .clt_text_large{
    color: #1e3978;
    font-size: 85px;
    line-height: 1.2;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
/*.tb-sponsor-logo:hover, .tb-sponsor-logo img:hover{
	cursor: default;
}*/

/** directory **/
.directory_content table{
	font-size: 14px;
	font-weight: normal;
	font-family: arial;
	color: #333;
}
.directory_content .table tbody tr{
	border: none;
	border-bottom: 1px solid #ccc;
}

.directory_content .table thead > tr > th, 
.directory_content .table tbody > tr > th{
	text-align: center;
	border: none;
	padding: 0 5px;
	text-transform: uppercase;
}

.directory_content .table thead > tr > th span, 
.directory_content .table tbody > tr > th span{
	border-radius: 5px 5px 0 0;
	background: #1d74ca;
	color: #fff;
	display: block;
	padding: 7px 0;
}

.directory_content .table thead > tr > td, 
.directory_content .table tbody > tr > td{
	border: none;
	padding: 20px 5px;
	vertical-align: top;
} 

.directory_content .gsp_desc{
	width: 300px;
}
.directory_content .customer_service,
.directory_content .gsp_region,
.directory_content .gsp_category{
	width: 160px;
	vertical-align: top;
}

.directory_content .company_info{
	text-align: center;
}

.directory_content .company_logo{
	border: 1px solid #ccc;
	padding: 20px 10px;
}
.directory_content .company_logo a{
	display: block;
}
.directory_content .company_logo img{
	display: inline-block;
	max-width: 100%;
}

.directory_content .btn_gsp{
	height: 30px;
	font-size: 14px;
	/*padding: 8px 15px;*/
	display: block;
	margin: 10px auto 0;
	background: #fdc500;
	color: #333;
	width: 160px;
}
.directory_content .Silver{
	background: #d1d1d1;
}
.directory_content .Platinum{
	background: #b7d3dd;
}
.directory_content .Gold{
	background: #feec9f;
}
.directory_content .Underwriter{
	background: #f2f2f2;
}
.directory_content .Volunteer{
	background: #c7f6ab;
}
.directory_content .company_name {
	display: block;
	color: #003366;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.directory_content .company_name a{
	display: block;
	color: #003366;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.directory_content .company_name a:hover{
	display: block;
	color: #003366;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	text-decoration: underline;
}
.directory_content .short_desc, .gsp_category, .gsp_region, .customer_service{
	line-height: 1.7;
}
.directory_content .short_desc{
	display: block;
	padding: 0 20px;
}
.dc_pagination{
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-top: 30px;
}
.dc_pagination ul{
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.dc_pagination ul li{
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.dc_pagination ul li a{
	width: 70px;
	height: 40px;
	display: block;
	background: #f3f4f6;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	font-family: arial;
	padding: 13px 10px;
	text-align: center;
}
.dc_pagination ul li a:hover{
	color: #003366;
}

.display_text{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0;
}


/** update **/
.company_info{
	position: relative;
}
.company_info h2{
	font-weight: normal;
}
.ci_left{
	display: inline-block;
	width: 100%;
	padding-right: 40px;
	margin: 0 auto 30px;
}
.ci_right{
	display: inline-block;
	width: 100%;
	margin: 0 auto 30px;
}
.company_info .Silver{
	background: #d1d1d1;
}
.company_info .Platinum{
	background: #b7d3dd;
}
.company_info .Gold{
	background: #feec9f;
}
.company_info .Underwriter{
	background: #f2f2f2;
}
.company_info .Volunteer{
	background: #c7f6ab;
}
.ci_title{
	display: block;
}
.company_info p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.4;
}
.ci_title h2{
	text-transform: uppercase;
}

.company_info select, 
.company_info input[type="text"], 
.company_info input[type="email"], 
.company_info input[type="url"], 
.company_info input[type="password"], 
.company_info input[type="search"] {
	padding: 0 10px 4px;
	height: 32px;
	margin-bottom: 15px;
	line-height: 32px;
}

.form_title{
	display: inline-block;
	width: 100%;
	margin: 20px 0 15px;
}

.form_title h3,
.form_title h2{
	margin-bottom: 0;
}

.news_box{
	position: relative;
}
.news_box label{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}


.select_opt{
	position: relative;
	padding-top: 30px;
}

.opt_item{
	display: inline-block;
	width: 100%;
	margin: 0 auto 20px;
}
.opt_item h3{
	font-weight: normal;
	margin-bottom: 20px;
}
.opt_item p{
	margin-bottom: 15px;
}
.opt_item label{
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	vertical-align: bottom;
}
.opt_item label input{
	vertical-align: bottom;
	margin-right: 10px;
}

input#nl,
.company_info input.save_btn,
.company_info input[type="submit"]{
	padding-bottom: 12px;
	padding-top: 8px;
}

.company_info .save_btn {
	font-size: 28px !important;
	padding-bottom: 10px !important;
	padding-top: 4px !important;
}

.company_logo{
	border: 1px solid #ccc;
	padding: 30px 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.company_logo a{
	display: inline-block;
	width: 100%;
}
.company_logo a img{
	display: block;
	max-width: 100%;
}

.ci_left .btn_sponsor{
	width: 100%;
	font-size: 20px;
	line-height: 1;
}

.df_block{
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 10px  0;
}

.region_name{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
}

.ci_left ul{
	padding: 0;
	margin: 0;
}

.ci_left a,
.ci_left p,
.ci_left ul li{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.ci_left a{
	margin: 0;
	display: inline-block;
	width: auto;
}

.df_block .footer_social{
	float: none;
	text-align: left;
}

.df_block .visit_ow,
.df_block .footer_social ul{
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	font-size: 20px;
	list-style-type: none;

    margin-left: 0;
    margin-bottom: 0;
}

.df_contact{
	position: relative;
}
.ProList{
	padding: 0;
	margin:0;
}
.ProList li{
	display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.df_contact .form-group{
	display: inline-block;
	width: 100%;
}
.df_contact input.left{
	float: left;
	width: 49%;
}
.df_contact input.right{
	float: right;
	width: 49%;
}

.filter{
	display: inline-block;
	float: right;
	margin-right: 10px;
}

#directory_filters input{
	margin: 5px 10px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 0 5px 2px;
	font-size: 12px;
}
body:not(.woocommerce-cart) .main-content tr td:first-child{
	width: 25%;
}

.footer_social ul li {
    float: left;
    margin-left: 8px;
    list-style-type: none;
    padding-right: 15px;
}
body:not(.woocommerce-cart) .main-content .table tr:nth-child(2n+1){
	background-color: #ffffff;
}
.dc_pagination li{
	list-style-type: none;
}
body:not(.woocommerce-cart) .main-content .table tr td:first-child, body:not(.woocommerce-cart) .main-content .table tr th:first-child{
	border-left: none;
}
body:not(.woocommerce-cart) .main-content table.table{
		border: none;
	border-top: none;
}
#directory_filters li{
	list-style-type: none;
}
/*.tb_table th {
	text-transform: uppercase;
}
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1){
	background-color:#f3f4f6;
}
.tb_table thead tr{
	background-color: #e0eefc;
}*/

/* The search field */
#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  width: 78%;
  float: left;
  display: inline-block;
}

/* The search field when it gets focus/clicked on */
#myInput:focus{outline: 3px solid #ddd;}

#mySubmit{
	width: 10%;
    float: left;
    display: inline;
    border-radius: 0px !important;
    padding: 13px 33px 13px 17px!important
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 51px 28px 7px 36px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.row .col.section-title.blog-title{
  display:none!important;
}
