@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: 30px;
		text-transform:uppercase;
		font-weight:bold;
		color: #1b3967;
		line-height: 40px;
		padding-bottom: 10px;

	}
	
	h2 {
		font-size: 24px;
		color: #02b189;
				line-height: 30px;
				padding-bottom: 10px;


		
	}
	
	h3 {
		font-size: 18px;
		color: #02b189;
		margin-top:0;
				line-height: 24px;
				padding-bottom: 10px;


	}

	
	
	p {
		color:#131313;
		font-size: 16px;
		margin-bottom:5px!important;
		line-height: 22px;

	}

	hr {
		/*display: block;
   		height: 1px;
    	border: 0; */
    	border-top: 1px solid #ccc;
		/*margin: 1em 0;
    	padding: 0; */
        margin-top:5px;
        margin-bottom:15px;
	}

	.row {
		margin-left: -15px!important;
		margin-right: -15px!important;
	}
	
	.speaker {
		font-style:italic;
	}
	
	.sponsored-by{
		font-style:italic;
	}

	.btn-default,.btn {
 	 color: #fff;
	 background-color: #1b3967;
	 border-color: #1b3967;
	}
	
	.btn-primary {
 	color: #fff;
	background-color: #1b3967;
 	border-color: #1b3967;
	}

    .btn-primary {
 	color: #fff;
	background-color: #BCBCBC;
 	border-color: #BCBCBC;
	}
	
	.btn:visited,.btn-default:visited
	{
	 background-color: #1b3967;
	}

	
	.btn:hover,.btn-default:hover,.btn-primary:hover,.btn-lg:hover,.btn-blk:hover
	{
	 background-color: #02b189!important;
	 border-color:#02b189!important;
	}
	
	
	.btn:active,.btn-default:active,.btn-primary:active,.btn-lg:active,.btn-blk:active
	{
	 background-color: #02b189!important;
	 border-color:#E6D8DB!important;
	}

	.jumbotron {
		margin-bottom:0;
		padding-top: 10px!important;
 		padding-bottom: 10px!important;
		border-radius: 0rem;
	}
	.right {
		float:right!important;
	}

	.navbar-collapse {
		flex-grow: 0;
	}

	.navbar-toggler-icon {
		color: #fff;
	}

	.navbar-inverse {
		background-color: #1b3967;
	}

	.navbar-inverse .navbar-nav > li > a {
    color: #e6d8db!important;
	}
	
	.navbar-inverse .navbar-nav > li > a:hover {
    	color: #fff!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;
	}}

		
	.form-control-search {
    border-radius: 5px !important;
    padding-left: 2.5rem
}

    .form-control-search ~ .btn {
        color: #606060;
        background-color: transparent;
        margin-left: -40px;
        z-index: 100
    }

.input-group-addon {
    position: absolute;
    left: 1rem;
    z-index: 99;
    height: 100%;
    display: flex;
    align-items: center
}

    .input-group-addon i {
        color: #B6B8BA
    }

label {
    color: #434343;
    font-weight: 300
}

    label.disabled {
        color: #B6B8BA
    }

    label.animate {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10px;
        -webkit-transition: .3s all;
        transition: .3s all;
        background-color: #fff;
        z-index: 5;
        padding-left: 5px;
        padding-right: 5px
    }

.form-group {
    position: relative
}

.form-control:focus {
    border: 1px solid #2E72B2;
    box-shadow: none
}

    .form-control:focus + .animate {
        top: 0
    }

.form-control:not(:focus):valid + .animate {
    top: 0
}

.form-control:disabled {
    background-color: #F5F6F6;
    border-color: #B6B8BA
}

.form-control.is-invalid {
    border-color: #EB0000 !important;
    background-image: none
}

    .form-control.is-invalid:focus {
        box-shadow: none !important
    }

.form-control.is-invalid-feedback {
    color: #EB0000
}

.form-control-upload::-webkit-file-upload-button {
    visibility: hidden
}

input[type="file"] {
    display: none
}

    input[type="file"] ~ label {
        border: 1px solid #B6B8BA;
        border-radius: 4px;
        padding: .5rem 1rem;
        color: #434343;
        cursor: pointer
    }

        input[type="file"] ~ label i {
            color: #B6B8BA;
            margin-right: .5rem
        }

.required-field-red-star::after {
    content: "*";
    color: #B40030
}

.field-validation-error {
    color: #B40030;
    font-size: small
}

.input-validation-error {
    border-color: #B40030 !important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px
}