@charset "utf-8";
/* CSS Document */
/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
	  padding-top: 30px;
	  padding-bottom: 20px;
	}*/


h1 {

	font-size: 48px;
	font-weight: bold;
	color: #f4f5f6;
	line-height: 40px;
	padding-bottom: 10px;

}

h2 {
	font-size: 32px;
	color: #2b2b2b;
	line-height: 30px;
	padding-bottom: 10px;
}

h3 {
	font-size: 24px;
	color: #2b2b2b;
	margin-top: 0;
	line-height: 24px;
	padding-bottom: 10px;
}

h4 {
	font-size: 24px;
	color: #2b2b2b;
	margin-top: 0;
	line-height: 24px;
	padding-bottom: 10px;
}

.nav-pills{
    background: color #f4f5f6 !important;;
}
.nav-link:active{
    background: color #f4f5f6 !important;;
}
p {
	color: #2b2b2b;
	font-size: 20px;
	margin-bottom: 5px !important;
	line-height: 22px;
}

.p-white {
	color: #f4f5f6;
}

.icon-box {
	border-radius: 8px;
	background: #1B3967;
	color: #f4f5f6;
	font-size: 30px;
	line-height: 0;
}

hr {
	/*display: block;
   		height: 1px;
    	border: 0; */
	border-top: 1px solid #ccc;
	/*margin: 1em 0;
    	padding: 0; */
	margin-top: 5px;
	margin-bottom: 15px;
}

.body {
	min-height: 100vh;
	max-height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.mx-fix {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.rounded {
	border-radius: 1rem !important;
}


.mw-400 {
	max-width: 400px
}

.mw-500 {
	max-width: 500px
}

.mw-600 {
	max-width: 600px
}

.mw-700 {
	max-width: 700px
}

.mw-800 {
	max-width: 800px
}

.mw-900 {
	max-width: 900px
}

.mw-1000 {
	max-width: 1000px
}

.mw-1100 {
	max-width: 1100px
}

.mw-1200 {
	max-width: 1200px
}

.mw-1300 {
	max-width: 1300px
}

.mw-1400 {
	max-width: 1400px
}

.mw-1500 {
	max-width: 1500px
}

.mw-1600 {
	max-width: 1600px
}

.mw-1700 {
	max-width: 1700px
}

.mw-1800 {
	max-width: 1800px
}

.mw-1900 {
	max-width: 1900px
}

.speaker {
	font-style: italic;
}

.sponsored-by {
	font-style: italic;
}

.btn-default,
.btn {
	color: #f4f5f6;
	border-color: #3FBC9E;
}

.btn-primary {
	color: #f4f5f6;
	background-color: #3FBC9E;
	border-color: #3FBC9E;
	font-weight: 500;
	text-transform: uppercase;
}

.btn-outline-primary {
	color: #f4f5f6 !important;
	border: solid 2px #f4f5f6;
	font-weight: 500;
	text-transform: uppercase;
}

.btn-outline-primary:hover {
	color: #3FBC9E !important;
	background-color: #f4f5f6 !important;
}

.btn-default:hover,
.btn-primary:hover,
.btn-lg:hover {
	background-color:
    #f4f5f6 !important;
	border-color:
    #f4f5f6 !important;
}

.btn:active,
.btn-default:active,
.btn-primary:active,
.btn-lg:active {
	background-color: #93D2BF !important;
	border-color: #E6D8DB !important;
}

.btn-primary-positive {
    color: #f4f5f6;
    background-color: #3FBC9E;
    border-color: #3FBC9E;
    font-weight: 500;
    text-transform: uppercase;
}
.btn {
	border-radius: 1.5rem;
	margin-left: 1rem;
	}
 
.btn:hover {
	background-color: #93D2BF !important;
    border-color: #93D2BF !important;
}
 
.nav-link.active {
    background-color: #00b188 !important;
}

.navbar-collapse {
	flex-grow: 0;
}

.navbar-toggler-icon {
	color: #f4f5f6;
}

.nav-link {
	color: #f4f5f6;
	text-transform: uppercase;
}

.nav-link:hover {
	color: #00B188 !important;
	margin-bottom: -3px;
	transition-duration: 300ms;
}

.required-field-red-star::after {
    content: "*";
    color: #B40030
}

.field-validation-error {
    color: #B40030;
    font-size: small
}

.input-validation-error {
    border-color: #B40030 !important
}


a {
	color: ##00B188;
}

a:visited {
	color: ##93D2BF;
}

a.footer:visited {
	
}

a.nav-link {
	color: #f4f5f6;
	font-size: 20px;
}

a.nav-link:visited {
	color: #f4f5f6 !important;
	font-size: 20px;
}

a.btn:visited {
	color: #f4f5f6 !important;
}

.card {
	padding: 1rem;
}

.card-img-overlay {
	border-radius: 0 0 1rem 1rem;
	margin: 1rem;
}

.card-text {
	padding-bottom: 1rem;
}

.overlay {
	background-color: #3FBC9E;
}

.modal-lg {
	max-width: 1500px;
}

.modal-content {
	border-radius: 1rem;
	border: none;
}

.modal-header {
	border-bottom: none !important;
}

.modal-footer {
	border-top: none !important;
}

.form-group .form-field {
    padding-bottom: 1rem
}

.ktc-radio-list,.ktc-checkbox-list {
    display: block
}

.ktc-radio,.ktc-checkbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0.25rem 0;
}

.ktc-radio input[type=checkbox],.ktc-radio input[type=radio],.ktc-checkbox input[type=checkbox],.ktc-checkbox input[type=radio] {
    width: 20px !important;
    height: 20px !important;
    opacity: 1 !important;
}

.ktc-radio label,.ktc-checkbox label {
    margin: 0 0px 0 2rem !important
}

.ktc-checkbox {
    flex-direction: row;
}

.ktc-checkbox label {
    margin-left: 1rem !important
}

@media (max-width: 1000px) {
	#speaker-row h3 {
		margin-top: 20px;
	}
}

a.anchor {
	height: 10px;
	display: block;
}

h1 {
	margin-top: 30px;
}

h2 {
	margin-top: 30px;
}

@media (min-width: 768px) {
	#speaker-row {
		margin-bottom: 20px;
	}
}