/*
 Theme Name:   TILC 
 Template:     bootstrap-basic
*/

.vc_btn3.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-style-custom {
	font-weight: normal;
}

.searchandfilter > ul > li {
       display: inline-block;
       vertical-align: top;
       padding: 0 20px;
}


/**
 * Generic styles
 */
:link:focus, :visited:focus { -moz-outline: none; }
img { border: 0; }
a, a:active, a:focus, a:visited { outline: none; text-decoration: none; /*border: none;*/ }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
body {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #0088bb;
	font-weight: bold;
}

hr {
	margin-top: 10px;
    margin-bottom: 10px;
}

.site-content {
    padding-left: 5%;
    padding-right: 5%;
}
@media(max-width:768px){
	.site-content {
		padding-left: 0%;
		padding-right: 0%;
	}
}

img {
	max-width: 100%;
	height: auto;
}
#main-column .post, 
#main-column .page {
	border: 0 none;
	padding-top: 0;
	padding-bottom: 0;
    margin-bottom: 0;
}
#main-column .entry-header .entry-title {
	text-transform: uppercase;
    font-weight: bold;
    color: #004672;
    font-size: 32px;
}
.entry-content ul, 
.entry-content ol {
    margin: 0 0 20px 0;
}
.entry-content li:not(.col-md-4) {
    padding: 8px 25px 0 0;
}
.container.page-container {
	width: 100%;
}
.container.center {
	margin-left: auto !important;
	margin-right: auto !important;
}
#main .wpb_text_column h3{
    color: #004672;
}

#sidebar-left .widget,
#sidebar-right .widget {
    border: none;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 30px;
    background: #f7f7f7;
}

#sidebar-left .widget h1,
#sidebar-right .widget h1 {
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c3c3c3;
    color: #004672;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

#sidebar-left .widget ul,
#sidebar-right .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar-left .widget li:not(:last-of-type),
#sidebar-right .widget li:not(:last-of-type) {
    margin-bottom: 20px;
}

#sidebar-right .widget .widget-title {
	font-size: 22px;
}

#sidebar-right #text-7 {
	padding: 0;
}

#sidebar-right #text-7 p {
	margin-bottom: 0;
}
#sidebar-right .widget_recent_entries ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #0088bb;
}



/* Header */
#header {
	background: url('images/bg-misc.jpg') 0 0 repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#header .site-title {
	margin-top: 20px;
}
#header .site-title-heading {
	max-width: 342px;
}
#header .pull-right {
	margin-top: 10px;
}
#header .pull-right .widget_text,
#header .pull-right .widget_search {
	float: left;
}
#header .pull-right .donateBt {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background: #962212;
	padding: 6px 10px;
	display: inline-block;
}
#header .pull-right .donateBt:hover {
	text-decoration: none;
	color: #000;
}
#header .pull-right .widget_search > form {
	width: 150px;
	margin: 0;
	margin-left: 20px;
	border: 1px solid #fff;
	padding: 0;
}
#header .pull-right .widget_search > form .form-control {
	width: 75%;
	height: 32px;
	font-size: 16px;
	font-weight: 700;
	background: transparent;
	color: #fff;
	border: 0 none;
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
}
#header .pull-right .widget_search > form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
#header .pull-right .widget_search > form .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
#header .pull-right .widget_search > form .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
#header .pull-right .widget_search > form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
#header .pull-right .widget_search > form .btn-default {
	width: 25%;
	background: transparent;
	text-shadow: inherit;
	border: 0 none;
	border-left: 1px solid #fff;
	color: #fff;
	position: relative;
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
}
#header .pull-right .widget_search > form .btn-default:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
}
.navbar-collapse {
	padding-right: 0;
}
.navbar-nav {
	float: right;
}
.navbar-default {
	font-weight: 800;
	font-size: 16px;
	color: #b3dbeb;
	text-transform: uppercase;
	margin: 40px 0 0 0;
	background: transparent;
	border: 0 none;
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
}
.navbar-default .navbar-nav>li:last-child>a {
	padding-right: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #b3dbeb !important;
	text-shadow: 1px 1px 1px #000;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #fff !important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover,
.dropdown-menu {
	
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover  {
	background: none;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
}
.dropdown-menu {
	min-width: 150px;
	font-size: 12px;
}
.dropdown-menu>li>a {
	padding-left: 10px;
	padding-right: 10px;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover{
	/*color: #262626 !important;*/
	background-image: none;
	background-color: transparent;
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
	color: #262626 !important;
	opacity: .8;
}
/*.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}*/
.dropdown-menu .dropdown-menu {
	left: 100%;
	right: auto;
    top: 0;
    max-width: 300px;
    min-width: 190px;
}
.dropdown-menu .submenuGoRight > .dropdown-menu {
	left: auto;
	right: 100%;
}
.dropdown-menu .dropdown-menu>li>a {
	white-space: normal;
	line-height: 14px;
}
.shiftnav-toggle-button {
	float: right;
 	display: none !important;
}


/* Footer */
#site-footer {
	background: #b3dbeb;
	border: 0 none;	
	font-size: 16px;
	color: #004672;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
#site-footer a {
	color: #004672;
}
#site-footer .widget h5,
#site-footer .widget .title {
	font-size: 16px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 5px;
}
#site-footer .widget .title a{
	font-weight: 700;
}
#site-footer .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#site-footer .widget ul li {
	padding-bottom: 6px;
}
#site-footer .widget ul li a {
	color: #00476f;
	font-weight: normal;
}
#site-footer .widget ul li:first-child a {
	font-weight: bold;
}
#site-footer .widget ul li a:hover {
	text-decoration: underline;
}
#site-footer .widget .post-date {
	display: block;
	font-size: 14px;
}
#site-footer .footer-left,
#site-footer .footer-right {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}
#site-footer .social {
	padding-top: 10px;
}
#site-footer .social li {
	display: inline-block;
	text-align: center;
	padding-bottom: 0 !important;
    border-radius: 100%;
    margin-left: 5px;
}
#site-footer .social li:first-child {
	margin-left: 0;
}
#site-footer .social li.fb {
	background: #fff;
}
#site-footer .social li.fb a i{
	color: #4e71a8;
}
#site-footer .social li.tw {
	background: #fff;
}
#site-footer .social li.tw a i{
	color: #0088bb;
}
#site-footer .social li.yt {
	background: #fff;
}
#site-footer .social li.yt a i{
	color: #ca3737;
}
#site-footer .social li.lin {
	background: #fff;
}
#site-footer .social li.lin a i{
	color: #1686b0;
}
#site-footer .social li.pin {		
	background: #fff;	
}		
#site-footer .social li.pin a i{		
	color: #e60023;	
}		
#site-footer .social li a {
	color: #fff !important;
	font-size: 22px;
	width: 44px;
	height: 44px;
	display: block;
	padding-top: 6px;
}
#site-footer .social li a:hover {
	opacity: .7;
}
#site-footer .copy {
	background: #004672;
	color: #b3dbeb;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
#site-footer .copy span{
	margin: 0 10px;
}
#site-footer .copy a {
	color: #b3dbeb;
}
#site-footer .widget a:hover {
	text-decoration: underline;
}


/* Default template */
.page-template-default #header {
    margin-bottom: 60px;
}

.page-template-default .lead {
    color: #004672;
    font-size: 18px;
    font-weight: 600;
}

.page-template-default p{
    line-height: 1.6em;
}

.page-template-default #main .wpb_text_column a{
    color: #0088bb;
    font-weight: 600;
}
.page-template-default #main .wpb_text_column a:hover{
    text-decoration: underline;
}

.lists {
	margin: 0;
    padding: 0 0 0 20px;
}

.categoriesHof {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
    overflow: hidden;
}
.categoriesHof li {
	text-align: center;
	min-height: 300px;
}
.categoriesHof li a{
	display: block;
}
.categoriesHof li a:hover img{
	opacity: .7;
}
.categoriesHof li img {
    max-width: 185px;
	display: block;
	margin: 0 auto;
}
.categoriesHof li .n {
	display: inline-block;
	background: #004672;
	color: #fffff1;
	line-height: 22px;
	font-size: 18px;
	font-weight: 700;
	padding: 10px;
}
.categoriesHof li .n a{
	color: #ffffff !important;
}
.listCountries {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #004672;
	list-style: none;
	-webkit-columns: 100px 4;
    columns: 100px 4;
}
.entrepreneursHolder {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
.entrepreneursHolder .tit{
	font-weight: bold;
	color: #000;
}
.entrepreneursHolder .flag {
	width: 160px;
	height: 100px;
	float: left;
	background-position: left !important;
}
.entrepreneursHolder .list {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.entrepreneursHolder .list li{
	padding: 0;
	display: block;
	text-align: left;
}



/* Programs page */
.featured-programs .wpb_text_column a {
    color: #004672;
    font-style: normal;
}

.widget.programs .widget__list {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.widget.programs .widget__item {
    margin-bottom: 15px;
    border-bottom: 1px solid #c3c3c3;
    padding: 0 0 15px;
}

.widget.programs .widget__item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
}

.widget.programs .widget__item-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #004672;
    margin-bottom: 5px;
}

.widget.programs .widget__item-description {
    color: #525252;
    font-size: 13px;
}

.widget.programs .widget__item-link {
    border: 1px solid #004672;
    color: #004672;
    padding: .5em;
    margin-top: 10px;
    display: inline-block;
    background: rgba(255,255,255, .8);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.widget.programs .widget__item-link:focus,
.widget.programs .widget__item-link:hover {
    background: #004672;
    color: white;
    text-decoration: none;
}

.widget.ntm_widget_recent_entries li:after{
	content: '';
	display: table;
	clear: both;
}

.widget.ntm_widget_recent_entries img {
    float: left;
    width: calc( 50% - 20px );
    margin-right: 20px;
    max-height: 120px;
}

.widget.ntm_widget_recent_entries a{
    display: block;
    float: none;
    color: #0088bb;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.widget.ntm_widget_recent_entries .post-date {
    float: right;
    color: #9e9e9e;
    font-style: italic;
    font-size: 12px;
    width: 50%;
}



/* Home */
.home #header {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 0;
    margin-right: 0;
	position: absolute;
    width: 96%;
    z-index: 20;
    left: 2%;
}
.home #main .entry-header {
	display: none;
}
.homeHero .pic {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 150px;
}
.homeHero .heading {
	text-align: center;
    position: absolute;
	bottom: 0px;
	width: 100%;
}
.homeHero .heading h2 {
	font-size: 90px;
    color: #962212;
    line-height: 80px;
    font-family: 'Open Sans';
    font-weight: 800;
    text-shadow: 2px 2px 1px rgba(0, 32, 46, 1);
}

#hero-image {
/*     min-height: 530px; */
/*     margin-top: 150px; */
	min-height:90vh;
    background-size: 100% auto;
	background-position: bottom center !important;
}

.servicesBox {
	padding-bottom: 30px;
}
.servicesBox .tx {
	font-weight: 700;
	font-size: 30px;
	color: #004672;
	text-transform: uppercase;
}
.servicesBox .tx strong {
	font-weight: 800;
}
.servicesBox .box {
	font-size: 16px;
	color: #3c3b3b;
}
.servicesBox .box h4,
.servicesBox .box h4 a {
	font-weight: 700;
	font-size: 18px;
	color: #034371;
	margin-bottom: 0;
}
.servicesBox .box .data {
	min-height: 100px;
}

.servicesBox .vc_btn3.vc_btn3-style-outline-custom {
    border-width: 1.6px !important;
}

.newsTweets {
	padding-top: 20px;
	padding-bottom: 30px;
}
.titNews,
.titTweets {
	font-weight: bold;
	font-size: 35px;
	color: #004672;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 5px;
}
.titNews {
	padding-left: 0;
}
.titTweets {
	color: #fff;
	background: #00aced;
}
.titNews h2,
.titTweets h2{
	margin-top: 0;
}


.gridPosts .vc_gitem-animated-block {
	width: 10% !important;
}
.gridPosts .vc_gitem-zone-c {
	width: 90% !important;
	padding-left: 1%;
}
.gridPosts .pic {
	height: 100px;
}
.gridPosts:not(.whatsnew):nth-child(1) .vc_gitem-animated-block {
	width: 35% !important;
}
.gridPosts:not(.whatsnew):nth-child(1) .vc_gitem-zone-c {
	width: 65% !important;
	padding-left: 1%;
}
.gridPosts:not(.whatsnew):nth-child(1) .txt h4 {
	font-size: 26px;
}
.gridPosts .txt h4 {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
}
.gridPosts .txt h4 a {
	color: #0088bb;
}
.gridPosts .txt h4 a:hover {
	text-decoration: underline;
	opacity: 1;
}
.gridPosts .txt .vc_gitem-post-data-source-post_title {
	margin-bottom: 5px;
}
.gridPosts .txt .vc_gitem-post-data-source-post_date {
	color: #000;
	margin-bottom: 10px;
}
.gridPosts .txt .vc_gitem-post-data-source-post_excerpt,
.gridPosts .txt .vc_gitem-post-data-source-post_excerpt a {
	color: #3c3b3b;
}
.gridPosts .txt .vc_gitem-post-data-source-post_excerpt a {
	font-weight: normal;
}
.gridPosts.whatsnew .vc_grid-item-mini {
	border-bottom: 1px solid #b2b2b2;
}
.gridCustom .gridPosts.whatsnew .vc_grid-item-mini {
	padding-top: 20px;
}
.gridCustom .gridPosts.whatsnew .txt .vc_gitem-post-data-source-post_categories {
	/*display: inline-block !important;*/
}
.gridCustom .gridPosts.whatsnew .txt .vc_gitem-post-data-source-post_excerpt a {
	color: #12b0f9;
}
.gridCustom .owl-nav {
	font: normal normal normal 14px/1 FontAwesome;
	color: #5472D2!important;
	padding-top: 40px;
}
.gridCustom .owl-nav .disabled {
	display: none!important;
}
.gridCustom .owl-nav .owl-next, .gridCustom .owl-nav .owl-prev {
	top: auto !important;
    bottom: 2px;
    margin-top: 0 !important;
    opacity: 1 !important;
	position: absolute;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in 0s;
    -o-transition: opacity .3s ease-in 0s;
    transition: opacity .3s ease-in 0s;
}
.gridCustom .owl-nav .owl-prev {
	left: 5px;
}
.gridCustom .owl-nav .owl-next {
	right: 5px;
}
.gridCustom .owl-nav .owl-prev:before {
	content: "\f104";
	font-size: 50px;
    font-weight: 100;
}
.gridCustom .owl-nav .owl-next:before {
	content: "\f105";
	font-size: 50px;
    font-weight: 100;
}
.gridCustom .owl-dots {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
    text-align: center;
}
.gridCustom .owl-dots .owl-dot {
	cursor: pointer;
    display: inline-block;
}
.gridCustom .owl-dots .owl-dot span {
	border-color: #5472D2!important;
	border: 3px solid;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
        width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.gridCustom .owl-dots .owl-dot.active span {
	background-color: #5472D2!important;
    border-color: #5472D2!important;
}


.blogHolder .gridPosts.whatsnew .txt h4 {
    font-size: 22px;
}
.gridPosts.whatsnew .txt .vc_gitem-post-data-source-post_categories {
	text-align: left;
	font-size: 14px;
    text-transform: uppercase;
    background: #962212;
    display: inline-block;
    color: #fff;
    padding: 2px 6px;
	margin-bottom: 10px;
}
.gridPosts.whatsnew .txt .bt a {
	border: 1.6px solid rgb(0, 70, 114);
	font-weight: normal;
}
.gridPosts.whatsnew .publication_name {
	font-weight: bold;
	font-style: italic;
	color: #000;
	float: left;
    margin-right: 10px;
}
/*.gridPosts .pic .vc_gitem-zone-mini .wpb_content_element  {
	background: url('https://tilc.wpengine.com/wp-content/uploads/2017/12/logo-blog.png') 0 0 no-repeat;
    min-height: 50px;
    background-size: 100% auto;
}*/
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
	background-color: transparent !important;
}
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
	color: #fff !important;
}
.page-ilc-news .gridPosts .vc_gitem-post-data-source-post_categories,
.page-ilc-press-releases .gridPosts .vc_gitem-post-data-source-post_categories,
.page-newsletters .gridPosts .vc_gitem-post-data-source-post_categories,
.page-blog .gridPosts .vc_gitem-post-data-source-post_categories {
	display: none !important;
}
.socialHolder h3 {
	font-size: 16px;
	font-weight: 700;
	color: #004672;
	margin-top: 14px;
	float: left;
}
.socialHolder .social {
	float: right;
	margin: 0;
    padding: 0;
}
.socialHolder .social li {
	display: inline-block;
	text-align: center;
	padding: 0 !important;
    margin-left: 5px;
}
.socialHolder .social li:first-child {
	margin-left: 0;
}
.socialHolder .social li.fb {
	background: #4e71a8;
}
.socialHolder .social li.tw {
	background: #1cb7eb;
}
.socialHolder .social li.yt {
	background: #ca3737;
}
.socialHolder .social li.lin {
	background: #1686b0;
}
.socialHolder .social li.pin {			
	background: #e60023;		
}			
.socialHolder .social li a {
	color: #fff !important;
	font-size: 22px;
	width: 44px;
	height: 44px;
	display: block;
	padding-top: 6px;
}
.socialHolder .social li a:hover {
	opacity: .7;
}

.uniqueBox {
	color: #004672;
	background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.uniqueBox .tx {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.uniqueBox .tx h2{
	font-size: 35px;
	font-weight: 700;
	color: #004672;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.uniqueBox .tx h2 span{
	background: #9cbbcd;
	display: inline-block;
}
.uniqueBox .box  {
	font-size: 14px;
	line-height: 22px;
	color: #3b3b3b;
}
.uniqueBox .box h4 {
	font-size: 20px;
	font-weight: 600;
	color: #962212;
	text-transform: uppercase;
	margin-top: 0;
}
.uniqueBox .boxLast {
	margin-top: 17%;
}
.uniqueBox .box .inner {
	padding: 20px 15px;
	background: #fff;
	border: 1px solid #a7c3d3;
}



.impactBox .tit h2 {
	font-size: 45px;
	font-weight: 700;
	color: #004672;
	text-transform: uppercase;
}
.impactBox .box {
	font-size: 16px;
	color: #3c3b3b;
	line-height: 29px;
}
.impactBox .box .wpb_single_image img {
	/*border: 7px solid #9cbbcd;*/
	border-radius: 100%;
}
.impactBox .box h4,
.impactBox .box h4 a {
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
	color: #004672;
	text-transform: uppercase;
}


.newsletterBox {
	padding-top: 90px;
	padding-bottom: 90px;
}
.newsletterBox .tit h2 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.newsletterBox #gform_1 {
	width: 50%;
	padding-bottom: 2%;
}
.newsletterBox #gform_1 .gfield_label {
	display: none;
}
.newsletterBox #gform_1 input[type='text'] {
	border: 1px solid #9c4d25;
	padding: 15px;
}
.newsletterBox #gform_1 .gform_footer {
	text-align: center;
}
.newsletterBox #gform_1 input[type='submit'] {
	background: #004672;
	border: 0 none;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
}
.newsletterBox .bt a{
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
	padding: 5px 100px;
}

.page-contact-us .newsletterBox {
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-contact-us .newsletterBox .bt a{
	font-size: 20px;
	padding: 5px 30px;
}


.ilcGolfBox .container,
.impactBox .container{
	margin-left: auto !important;
	margin-right: auto !important;
	color: #fff;
}

.ilcGolfBox small{
	font-style: italic;
}
.ilcGolfBox h2{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
}


.feedHof .item .tit {
	font-size: 18px;
	font-weight: bold;
	background: #004672;
	color: #fffff1 !important;
	padding: 10px;
}
.feedHof .item .btAll {
	text-align: center;
	padding-top: 20px;
}
.feedHof .item .btAll a{
	display: inline-block;
	border: 1px solid #004672;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	color: #004672;
	padding: 10px;
}
.feedHof .item .btAll a:hover{
	background: #004672;
	color: #fff;
	text-decoration: none;
}
.entrepreneursList {
	margin: 0;
	padding: 0;
	padding-top: 16px;
	list-style: none;
	text-align: center;
	clear: both;
	overflow: hidden;
}
.entrepreneursList .cover {
	background: #f7f7f7;
	padding: 10px;
	min-height: 115px;
}
.entrepreneursList .name {
	font-size: 18px;
	font-weight: bold;
	color: #004672;
	margin-bottom: 10px;
}
.entrepreneursList .name a{
	color: #12b0f9;
	font-weight: bold;
}
.entrepreneursList .desc {
	color: #3c3b3b;
}

.single-hall-of-fame .entrepreneursList li {
	width: 32%;
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.single-hall-of-fame .entrepreneursList li.draft {
    display: none;
}

.single-hall-of-fame .entrepreneursList li.draft.visible {
    display: inline-block;
}

.single-hall-of-fame .entrepreneursList li.draft .cover {
    background: rgba(247, 247, 232, 1);
    border: 1px solid rgba(227, 227, 212, .5);
}




.single-hall-of-fame .entrepreneursList .cover {
    border: 1px solid rgba(247, 247, 247, .5);
	min-height: 210px;
	margin-bottom: 20px;
}
.single-hall-of-fame .entrepreneursList .name {
	margin-bottom: 0;
	font-size: 15px;
}
.single-hall-of-fame .entrepreneursList .pic {
	max-width: 60%;
	max-height: 75px;
	margin-top: 10px;
}

.single-post #main .entry-meta .byline {
	display: none;
}
.single-post #main .entry-header .entry-title {
	text-transform: none;
}

.faqList {
	padding-top: 20px;
}
.faqList .vc_toggle_title {
	background: transparent;
	font-size: 18px;
	font-weight: bold;
	color: #962212;
    text-transform: uppercase;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px !important;
    position: relative;
}
/*.faqList .vc_toggle_title:after {
	content: "";
	position: absolute;
	top: 7px;
    left: 4px;
	background: url('images/sign.png') center center;
	width: 31px;
	height: 30px;
}*/
.faqList .vc_toggle {
	border-bottom: 1px solid #962212;
}
.faqList .vc_toggle_title h4 {
	font-weight: bold;
	text-transform: none;
}
.faqList .vc_toggle_title .vc_toggle_icon {
	/*display: none !important;*/
}
.faqList .vc_toggle_title .vc_toggle_icon,
.faqList .vc_toggle_title .vc_toggle_icon:before,
.faqList .vc_toggle_title .vc_toggle_icon:after {
	background: #962212 !important;
    color: #962212 !important;
    border: 0 none !important;
}
.faqList .vc_toggle_content {
	padding-left: 0px !important;
}


.awardsPressKit .subtit {
	font-weight: 300;
}	
.awardsPressKit .txt {
	font-size: 18px;
	color: #00476f;
}
.awardsPressKit .link {
	font-size: 19px;
	line-height: 46px;
	word-break: break-all;
	color: #fff;
	background: #ce633b;
	padding: 10px 15px;
}
.awardsPressKit .tit2 {
	font-weight: 300;
}
.awardsPressKit .linkYT {
	font-size: 19px;
	line-height: 46px;
	word-break: break-all;
	color: #fff;
	background: #ce633b;
	padding: 10px 15px;
}
.awardsPressKit iframe {
	max-width: 100%;
}



.blogHolder .gridPosts .vc_gitem-animated-block {
	width: 35% !important;
}
.blogHolder .gridPosts .vc_gitem-zone-c {
	width: 65% !important;
	padding-left: 1%;
}
.blogHolder .gridPosts .txt h4 {
	font-size: 26px;
}


/* Team Member */ 


.page-template-page-team div.et_pb_section.et_pb_section_1 {
/*background-size: 50% 100%;*/
}

.title-about {
	font-size: 40px;
	font-family: 'Montserrat'; 
	color: 	#fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
    padding-bottom: 17px;
width: 40%;
    min-width: 136px;
    margin-right: 5%;
margin-bottom: 20px;
}

.txt-about {
	margin-bottom: 80px;
}

.content-box-teams {
	width: 100%;
	max-width: 1180px;
	margin: auto;	
}

.content-box-teams h2 {
	width: 100%;
	clear: both;	
	margin-bottom: 15px;
	margin-top: 25px;
}

.box-member {
	margin-right: 1.5%;
	margin-left: 1.5%;
	float: left;
	position: relative;
	margin-bottom: 20px;	
}

.box-member.mTeam {
width: 22%;
background: #f7f7f7; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7),to(#ffffff));
background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.clear {
	width: 100%;
	clear: both;	
}

.sub-header-members {
	height: 41px;
	width: 100%;
	background: rgba(18, 76, 142, 0.45);
	color: white;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: bold;
	position: absolute;
	bottom: 0px;
text-transform: uppercase;
}

.sub-header-members span {
	font-size: 15px;
	font-style: italic;	
}

.sub-header-members a {
	color: white;
	padding-left: 11px;
	padding-top: 12px;
	float: left;	
}

.image-members {
	height: 280px;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
    background-position: bottom center;
}

.content-summary-members {
	display: none;	
    background: #2e4585;
    max-height: 280px;
    height: 280px;
    overflow-y: scroll;
	overflow-x: hidden;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    position: relative;
    z-index: 9999;
}


.content-summary-members a {
	color: #2999c1 !important;
}

.content-summary-members-title {
	font-size: 20px;
	font-family: 'Roboto';
	font-weight: 900;
	text-transform: uppercase;		
}

.content-summary-members-subtitle {
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 900;
	font-style: italic;	
	text-transform: uppercase;	
}

/* End Team Member */ 


.widget_customfeaturedposts_widget .widget-title,
.recent-posts-extended .widget-title {
	color: #962212 !important;
}
.recent-posts-extended ul li h3 a:before {
	font-family: FontAwesome;
	margin-right: 8px;
}
.recent-posts-extended .newspaper-icon ul li h3 a:before {
	content: "\f1ea";
	color: #962212 !important;
}
.recent-posts-extended .file-icon ul li h3 a:before {
	content: "\f15b";
	color: #909090 !important;
}
.recent-posts-extended .envelope-icon ul li h3 a:before {
	content: "\f2b7";
	color: #aaaaaa !important;
}
.recent-posts-extended .commenting-icon ul li h3 a:before {
	content: "\f27a";
	color: #aaaaaa !important;
}
.widget_customfeaturedposts_widget ul li {
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget_customfeaturedposts_widget ul li:not(:last-of-type) {
	margin-bottom: 20px;
}
.widget_customfeaturedposts_widget ul li a {
	margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: bold;
    font-size: 12px!important;
    line-height: 1.5em;
}
.widget_customfeaturedposts_widget ul li a:hover {
	text-decoration: none;
}
.widget_customfeaturedposts_widget ul li a i {
	margin-right: 8px;
}
.widget_customfeaturedposts_widget ul li a .fa-newspaper-o {
	color: #962212 !important;
}
.widget_customfeaturedposts_widget ul li a .fa-file {
	color: #909090 !important;
}
.widget_customfeaturedposts_widget ul li a .fa-envelope-open-o {
	color: #aaaaaa !important;
}
.widget_customfeaturedposts_widget ul li a .fa-commenting {
	color: #aaaaaa !important;
}
.viewAll {
	text-transform: uppercase;
	border: 1.6px solid rgb(0, 70, 114);
	color: rgb(0, 70, 114);
	padding: 13px 19px;
	font-weight: normal;
	display: inline-block;
}
.viewAll:hover {
	color: #fff;
	background: rgb(0, 70, 114);
	text-decoration: none;
}

.tableResources {
	border-spacing: 5px;
}
.tableResources td, .tableResources th {
	border-left: 1px solid #e4e4e4;
    border-collapse: collapse;
    padding: 15px;
}
.tableResources td:nth-child(1), .tableResources th:nth-child(1) {
	border-left: 0 none;
}
.tableResources th:nth-child(3) {
	text-align: center;
}
.tableResources th {
	color: #737373;
	text-transform: uppercase;
}
.tableResources tbody tr:nth-child(even) {
	background: #fbfbfb;
}
.tableResources tbody tr td:nth-child(2) {
	color: #3b3b3b;
}
.tableResources tbody tr td:nth-child(3) {
	color: #000;
	text-align: center;
}
.tableResources tbody tr td:nth-child(4) {
	color: #000;
}

.researchItem h3 {
	color: #004672 !important;
	font-weight: 600 !important;
}
.researchItem .date {
	color: #7e7e7e !important;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.researchItem .link {
	/*color: #962212 !important;*/
}
.researchItem .pic {
	margin-bottom: 190px !important;
}
.btOrange {
	background: #fff;
	display: inline-block;
	padding: 10px 25px;
	color: #004672 !important;
	border: 2px solid #004672;
	font-weight: normal !important;
}
.btOrange:hover {
	background: #962212;
	color: #fff !important;
	text-decoration: none !important;
}
.slides-icon:before {
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 13px;
}
.recording-icon:before {
	content: "\f04b";
	font-family: FontAwesome;
	font-size: 13px;
}
.wrench-icon:before {
	content: "\f0ad";
	font-family: FontAwesome;
	font-size: 13px;
}
.excel-icon:before {
	content: "\f1c3";
	font-family: FontAwesome;
	font-size: 13px;
}

.menu-immigrant-entrepreneurship-container {
	text-align: center;
	background: #f7f7f7;
	padding: 10px 0;
}
.menu-immigrant-entrepreneurship-container .menu {
	padding: 0;
	margin: 0;
}
.menu-immigrant-entrepreneurship-container li {
	display: inline-block;
	margin: 10px 5px !important;
    padding: 0 !important;
}
.menu-immigrant-entrepreneurship-container li:before {
	content: " | ";
	color: #12b0f9;
    font-weight: bold;
}
.menu-immigrant-entrepreneurship-container li:first-child:before {
	content: "";
}
.menu-immigrant-entrepreneurship-container li a {
	padding-left: 5px;
}


/* Accordion */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: transparent !important;
	border: 0 none;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading {
	border-bottom: 1px solid #962212 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #962212 !important;
    text-transform: uppercase;
    padding-left: 0px !important;
    padding-top: 18px !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	position: static !important;
	margin: 10px 0 0 10px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after {
	border-color: #962212 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.wp-caption {
	border: 0 none;
	margin-left: auto;
	margin-right: auto;
}


.tax-entrepreneur-hof .quickfacts {
	/*background: #eee;
    padding: 10px;*/
    margin-bottom: 50px;
}
.tax-entrepreneur-hof .entry-content h5 {
	font-size: 12px;
}


.bulletsItem {
	margin: 0 0 20px 20px !important;
	padding: 0;
	list-style: none;
	float: right;
    width: 32%;
}
.bulletsItem li {
	color: #004672;
	font-size: 17px;
	font-weight: 600;
	padding: 0 !important;
}
.bulletsItem li strong {
	color: #12b0f9;
}

#main blockquote {
	border-left: 0 none;
	margin: 0 auto;
	margin-bottom: 20px;
    max-width: 600px;
    background: url(images/open-quote.png) top left no-repeat, url(images/close-quote.png) bottom right no-repeat;
    background-size: 5%;
    padding: 20px 20px 30px 50px;
    color: #962212;
}


.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
	top: auto !important;
	bottom: 2px;
	margin-top: 0 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}


.picsAwards .wp-caption {
	min-height: 220px;
	margin-bottom: 5px !important;
}


@media (min-width: 1450px) {
	#hero-image {
/* 		min-height: 720px; */
	}
}
@media(max-width:1200px){
	#hero-image {
		min-height: 0;
		padding-top: 50%;
	}
}

@media (min-width: 1200px) {
	.navbar-nav li.dropdown:hover > .dropdown-menu {
	    display: block;
	}
}

@media (max-width: 1320px) {
	.navbar-default {
		font-size: 14px;
	}
}

@media (max-width: 1200px) {
	
	#header .pull-right .widget_text, 
	#header .pull-right .widget_search {
		float: none;
	}
	#header .pull-right .widget_search > form {
		margin-left: 0;
		margin-top: 15px;
	}
	.navbar-default .navbar-nav>li:last-child>a {
		padding-right: 15px;
	}
	
	/*Change the Bootstrap NavBar Breakpoint*/
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        z-index: 300;
    }
    .navbar-fixed-top {
		top: 0;
	}
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
  		box-shadow: inherit;
  		-webkit-box-shadow: inherit;
	}
	/*/Change the Bootstrap NavBar Breakpoint*/
	
	.navbar-default {
		margin-top: 10px;
	}
	.navbar-default .navbar-toggle {
		background: #fff;
		margin-right: 0;
	}
	.collapse.in {
		position: fixed;
		z-index: 200;
	    top: 0;
	    left: 0;
	    width: 100%;
	    padding: 0px 20px;
		padding-top: 150px;
	    height: 100% !important;
		background: rgba(0,0,0,.8);
		border-radius: 0;
	}
	
	.navbar-collapse {
		text-align: center;
	}
	
	.dropdown-menu {
		background: transparent;
	}
	
	.dropdown.active > .dropdown-menu {
		position: static;
		display: block;
		float: none;
		background: transparent;
		text-align: center;
		border: 0 none;
		border-radius: 0px;
		box-shadow: inherit;
  		-webkit-box-shadow: inherit;
	}
	
	.dropdown-menu {
		/*position: static;
		float: none;
		background: transparent;
		text-align: center;
		border: 0 none;
		border-radius: 0px;
		box-shadow: inherit;
  		-webkit-box-shadow: inherit;*/
	}
	.dropdown-menu>li>a {
		color: #d4e9e8;
	}
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	    color: #fff !important;
	}
	.dropdown-menu .dropdown-menu {
		max-width: inherit;
		min-width: inherit;
	}
	.dropdown-menu .submenuGoRight > .dropdown-menu {
		left: 100%;
		right: auto;
	}
	
	.navbar-nav.nav {
		overflow: auto;
	}
	.navbar-default .navbar-nav>.open>a:focus, 
	.navbar-default .navbar-nav>.open>a:hover,
	.nav .open>a, 
	.nav .open>a:focus, 
	.nav .open>a:hover {
		background: transparent;
	}
	.navbar-nav .open .dropdown-menu>li>a {
	    line-height: normal;
	    padding-left: 0;
		padding-right: 0;
	}
	/*.navbar-nav li.dropdown:hover > .dropdown-menu {
		display: none;
	}
	.navbar-nav li.dropdown.open > .dropdown-menu {
		display: block;
	}*/
	.shiftnav-toggle-button {
		display: inline-block !important;
	}
	
}

@media (max-width: 1024px) {
	
	.homeHero .heading h2 {
		font-size: 70px;
	    line-height: 60px;
	}

	.box-member.mTeam {
	 	margin-right: 1%;
	    margin-left: 1%;
	    width: 31%;	
	}
	

}

@media (max-width: 860px) {
	
	.box-member.mTeam {
	    width: 48%;	
	}
	
	
}

@media (max-width: 768px) {
	
	.gridPosts .vc_gitem-animated-block,
	.gridPosts .vc_gitem-zone-c,
	.gridPosts:not(.whatsnew):nth-child(1) .vc_gitem-animated-block,
	.gridPosts:not(.whatsnew):nth-child(1) .vc_gitem-zone-c,
	.blogHolder .gridPosts .vc_gitem-animated-block,
	.blogHolder .gridPosts .vc_gitem-zone-c {
		width: 100% !important;
	}
	.gridPosts .vc_gitem-zone-c,
	.gridPosts:not(.whatsnew):nth-child(1) .vc_gitem-zone-c,
	.blogHolder .gridPosts .vc_gitem-zone-c {
		padding-left: 0;
	}
	
	.gridPosts .vc_gitem-zone {
		background-size: inherit;
	}
	.gridPosts .vc_gitem-zone-img {
		width: auto;
	}

	.gridPosts:not(.whatsnew):nth-child(1) .txt h4,
	.blogHolder .gridPosts .txt h4 {
		font-size: 20px;
	}
	
	.servicesBox .box .data {
	    min-height: auto;
	}
	.servicesBox .box .vc_btn3-container {
		text-align: center !important;
	}
	
	.homeHero .heading h2 {
		font-size: 50px;
	    line-height: 50px;
	}
	
	.uniqueBox .box h4 {
		word-break: break-all;
	}
	
	#main iframe,
	#main .flickr-embed-frame {
		width: 100% !important;
	}
	
	.menu-immigrant-entrepreneurship-container li {
		display: block;
	}
	.menu-immigrant-entrepreneurship-container li:before {
		content: "";
	}
	
	.bulletsItem {
		margin: 0 0 20px 0px !important;
		float: none;
	    width: 100%;
	}
	
	.single-hall-of-fame .entrepreneursList li {
		width: 100%;
	}
	
}

@media (max-width: 650px) {
	
	.box-member.mTeam {
	    width: 98%;	
	}
	
	
}

@media (max-width: 420px) {
	
	#header .pull-right .donateBt {
		font-size: 12px;
	}
	#header .pull-right .widget_search > form {
		width: 126px;
	}
	#header .pull-right .widget_search > form .form-control {
		width: 82%;
		font-size: 13px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #d4e9e8;
	}
	.navbar-default {
		margin-top: 10px;
	}
	
	
	.gridPosts .vc_gitem-animated-block {
		width: 100% !important;
	}
	.gridPosts .vc_gitem-zone-c {
		width: 100% !important;
		padding-left: 0;
	}
	
	.newsletterBox .bt a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 35px;
	}
	.newsletterBox #gform_1 {
		width: 100%;
	}
	
	#hero-image {
		min-height: 240px;
		margin-top: 50px;
	}
	.homeHero .heading h2 {
		font-size: 30px;
	    line-height: 30px;
	}
	
	.listCountries{
		-webkit-columns: 100px 2;
	    columns: 100px 2;
	}
	.entrepreneursHolder .flag {
		float: none;
	}
	.entrepreneursHolder .list {
		float: none;
	}
}

#breadcrumbs {padding:10px;}

.entrepreneursList .profile{
	padding-top:10px;
}

.search.search-results article {
    padding: 10px;
}

ul.social li {
    border-radius: 50%;
}