/*-----------------------------
----------- GENERAL -----------
------------------------------ */

body {
	font-size: 13px;
	line-height: 1.7;
	font-weight: normal;
	padding-bottom: 0 !important;
	color: #050000;
}
a,
a:hover {
	color: #D90039;
}
.font_blue {
	color: #22526A;
}
body, html, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Open Sans", Arial, san-serif;
}
h1, h2, h3, h4, h5, h6 { margin-top: 0 !important; line-height: 1.25; font-weight: 600 !important; color: #D90039 }
h1, .h1 { font-size: 24px; color: #D90039; }
h2, .h2 { font-size: 22px; color: #D90039; }
h3, .h3 { font-size: 20px; color: #22526A; }
h4, .h4 { font-size: 18px; color: #22526A; }
h5, .h5 { font-size: 16px; color: #22526A; }
h6, .h6 { font-size: 14px; color: #22526A; }
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: #22526A;
}

.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;
}

.strong-block {
	display: block;
    font-size: 24px;
    border-bottom: 1px solid rgba(223,223,223,0.3);
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #22526A;
}
/*-----------------------------
--------- BOOTSTRAP -----------
------------------------------ */

.table thead {
    background-color: #22526A;
    color: #fff;
    font-weight: 600;
}
.table.table-bordered,
.table.table-bordered tr td {
    border-color: #979797;
} 
.table.table-bordered thead tr td {
    border-color: #22526A;
} 
@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: #22526A !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;
	border: 0 none !important;
}
a.btn img,
.marginBottom a.btn img {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
}

/*-----------------------------
----------- 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 #D90039;
    background-repeat: no-repeat;
    color: #D90039;
}
.navbar-toggle,
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
    background-color: #D90039;
    border: 1px solid #D90039;
}
.navbar-inverse .navbar-toggle:hover .icon-bar, 
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}
.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;
	}
}

/*-----------------------------
---------- YOUTUBE ------------
------------------------------ */

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------
---------- 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; }