/*-----------------------------
----------- GENERAL -----------
------------------------------ */

body {
	font-size: 14px;
	line-height: 1.7;
	font-weight: normal;
	padding-bottom: 0 !important;
}

body,
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #050000;
}
a,
a:hover,
.font_blue {
	color: #4C4F94;
}

h1, h2, h3, h4, h5, h6 { margin-top: 0; line-height: 1.25; font-weight: 600; }
h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h1, h2 { margin-bottom: 30px; }
h3 { margin-bottom: 20px; }
h4, h5, h6 { margin-bottom: 10px; }
p { margin-bottom: 30px; }
strong, .bold { font-weight: 600; }
a { text-decoration: underline; transition: all 0.5s ease; }
a:active, a:focus { outline: 0; text-decoration: none; }
ul,ol { padding-left: 18px; margin-bottom: 30px; }

/*-----------------------------
----------- LAYOUT ------------
------------------------------ */
.body-content {
	background-color: #4A4B6C;
}

.acc-inner-container {
	margin-top: 30px;
	margin-bottom: 30px;
}
.acc-partners-logo {
    border: 1px solid rgba(151,151,151,0.3);
}

.speaker-snippet {
	display: flex;
	align-items: center;
}
.speaker-snippet img {
	margin-right: 10px;
	width: 58px;
	height: 58px;
}

table tr.alt {
	background-color: #fffae5;
}
.testimonial-wrapper {
	background-color: #f5f5f5;
	padding: 20px 20px 20px 50px;
	border-left: 3px solid #ccc;
	position: relative;
}
.testimonial-wrapper:before {
	font-family: FontAwesome;
	content: "\f10d";
	color: #ccc;
	position: absolute;
	left: 14px;
	top: 15px;
	font-size: 25px;
}
/*-----------------------------
--------- BOOTSTRAP -----------
------------------------------ */

.table thead {
    background-color: #4C4F94;
    color: #fff;
    font-weight: 600;
}
.table.table-bordered,
.table.table-bordered tr td {
    border-color: #979797;
} 
.table.table-bordered thead tr td {
    border-color: #4C4F94;
} 
@media (max-width: 767px) {
	.table { 
		width: 1000px; 
	}
	table {
		max-width: 1000px;
	}
	.table-responsive>.table>thead>tr>th, 
	.table-responsive>.table>tbody>tr>th, 
	.table-responsive>.table>tfoot>tr>th, 
	.table-responsive>.table>thead>tr>td, 
	.table-responsive>.table>tbody>tr>td, 
	.table-responsive>.table>tfoot>tr>td {
		white-space: normal;
	}

}

.btn,
.marginBottom .btn {
    text-decoration: none;
    border-radius: 3px;
    background-image: none;
    background-color: #4c4f94 !important;
    font-weight: 600;
    font-size: 16px;
    box-shadow: none;
}
.btn.btn-lg {
	padding: 15px 60px;
}
a.btn,
.marginBottom a.btn {
	text-decoration: none !important;
}

/*-----------------------------
----------- MENU --------------
------------------------------ */

.nav > li > a {
    font-weight: 600;
    text-decoration: none;
}
.navbar-inverse .navbar-nav > li > a {
    border-bottom: 4px solid transparent;
}
.navbar-inverse .navbar-nav > .active > a {
	-webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 4px solid #4C4F94;
    background-repeat: no-repeat;
}
.navbar-toggle,
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
    background-color: #4C4F94;
    border: 1px solid #4C4F94;
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
}
.dropdown-menu li a {
	font-size: 14px;
	text-decoration: none;
}
@media (min-width: 768px) {
	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form {
		text-align: center
	}
	.navbar-nav {
		float: none;
		margin: 0 0 -6px 0;
		display: inline-block;
	}
	.nav > li {
		margin-left:  12px;
		margin-right: 12px;
	}
	.nav > li > a {
	    padding-right: 0;
	    padding-left: 0;
	}
}
@media (max-width: 767px) {
	.navbar-nav {
		margin-bottom: 0;
		margin-top: 0;
	}
	.navbar-inverse .navbar-nav > .active > a {
		border-bottom: 0;
	}
	.navbar-inverse .navbar-nav>.active>a, 
	.navbar-inverse .navbar-nav>.active>a:hover, 
	.navbar-inverse .navbar-nav>.active>a:focus {
		background-color: rgba(151,151,151,0.1);
		background-image: none;
	}
	.navbar-inverse .navbar-nav>li {
		border-bottom: 1px solid rgba(151,151,151,0.1);
	}
	.table-responsive {
		border-color: #979797;
	}
}

/*-----------------------------
---------- HELPERS ------------
------------------------------ */

.no-margin { margin-bottom: 0; }
.margin-top { margin-top: 30px; }
.margin-bottom { margin-bottom: 30px; }
.margin-bottom-xs { margin-bottom: 8px; }
.margin-bottom-sm { margin-bottom: 15px; }
.margin-bottom-lg { margin-bottom: 50px; }
.margin-bottom-xl { margin-bottom: 70px; }
.margin-bottom-xxl { margin-bottom: 100px; }
.no-padding { padding: 0; }
.no-padding-top { padding-top: 0; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.no-padding-bottom { padding-bottom: 0; }
.no-border { border: none; }