body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

p {
	font-size: 1.1rem;
	font-weight: 300;
	color: #7b7575;
}

h2 {
	color: #1f2123;
	margin: 0 0 10px 0;
	padding: 0 0 14px 0;
	line-height: 2rem;
	font-weight: 300;
	font-size: 1.7rem;
}

h3 {
	color: #020202;
	font-weight: 500;
	font-size: 1.25rem;
	margin: 30px 0 20px 0;
}

.headshot-title {
	font-size: 1rem;
	color: #020202;
	font-weight: 500;
}

.headshot {
	margin-top: 8px;
}

p.headshot {
	font-size: 1rem;
}


p.headshot img {
	float: left; 
	padding: 0px 20px 20px 0px;
}

.site-logo-container {
}

.navbar-mlx-simple {
	background-color: #ffffff;
	height: 78px;
}

.bg-light-blue { background-color: #f8fcfe; padding: 24px; }

.form-hdr {
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	background-color: #336699;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
}

.hero {
	height: 243px;
	background-color: #014888;
	padding-top: 65px;
	color: #fff;
}

.hero h1 {
	font-size: 2.6rem;
	text-shadow: #000 2px 2px;
}

	.hero-background {
		background: url('../img/hero-banner.jpg') 50% 50% no-repeat;
		background-size: cover;
	}

	@media screen and (max-width: 800px) {
  
	.hero h1 {
	font-size: 1.6rem;
	text-shadow: #000 2px 2px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
}

.circle_list li {

    list-style: circle;
    text-align: left;
    margin-left: 21px;
    padding-left: 5px;
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 300;
}

.invalid-email-feedback{
	  display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

ul.arrow_list li{
	font-size: 17px;
	 margin: 16px 5px 10px 10px;
	 list-style: none;
	 position:relative;
	letter-spacing: 1.1px;	 
    
}
h3.bullet_list_header{
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 1.1px;
	color: #221f72;
	font-weight:bold;
}
ul.arrow_list li:before{
    content: '';
    position: absolute;
    border-right: 2px solid #BEC42E;
    border-bottom: 2px solid #BEC42E;
    width: 10px;
    height: 10px;
    /* top: calc(50% - 10px); */
    top: 15px;
    left: -25px;
   transform: translateY(-50%) rotate(-45deg);
}
#arrow {
    border-right:2px solid green;
    border-bottom:2px solid green;
    width:10px;
    height:10px;
    transform: rotate(-45deg);
    margin-top:40px;
}

label {
	margin-top: .5em;
}

#myform {
    line-height: 1.2em;
}

.webinar_btn, .submit_btn{
    border: 0px solid #154e7c;
    width: 90%;
    /* font-weight: bold; */
    color: #ffffff;
    font-size: 34px;
    padding: 4px 0px;
    margin: 6px 0px 15px 0px;
    background-color: #ff5b5b;
	line-height: 1.3em;
	border-radius: 4px;
}

.webinar_btn:hover, .submit_btn:hover{
    background-color: #df3c3c;
}

.button-href:hover {
    text-decoration: none;
}

.dropdown_box{
	width:100% !important;
	color: #676767 !important;
}

/********* Footer Styling ************/

div#footer {
    min-height: 310px;
    color: #000;
    font-size: 11.5px;
    border: solid 0px orange;
    margin: 5px auto 0 auto;
    padding-top: 25px;

}

div#footer ul li {
    color: #383838;
    margin: 0;
    padding: 0;
    line-height: 18px;
    list-style-type: none;
}

div#footer a, div#ftr-copyrt p {
    color: white;
}

div#footer .ftr-col-title {
    color: white;
    font-size: .9rem;
    margin-top: 1.1rem;
    font-weight: bold;

}

div#footer-wrapper {
	background: #464646;
	color: white;
	min-height:310px;
	border: solid 0px green;
	margin-top: 15px;
	clear: both;
}



div#ftr-col-solutions {
	width: 165px;
	min-height: 265px;
	margin: 0px 10px 0 0px;
	padding-left: 30px;
	border: solid 0px red;
}

div#ftr-col-education {
	width: 175px;
	margin: 0px 10px 0 0;
	border: solid 0px red;
}

div#ftr-col-media {
	width: 185px;
	margin: 0px 10px 0 0;
	border: solid 0px red;
}

div#ftr-col-about {
	width: 175px;
	margin: 0px 12px 0 0;
	border: solid 0px red;
}

div#ftr-col-support {
	width: 175px;
	margin: 0px 12px 0 0;
	border: solid 0px red;
}

div#footer ul {
	width: 200px;
}

div#footer li {
	line-height:20px;
}
div#footer .ftr-col-title {
	font-size: 14px;
	margin-top: 10px;
	font-weight:bold;
}

div#ftr-copyrt {
	margin-right: 40px;
	display: block;
	width: 100%;
	text-align: right;
}

div#ftr-copyrt p {
	font-size: 10px;
	
}

@media (max-width: 960px) {

div#ftr-col-solutions {
	padding-left: 0px !important;
	}
}


@media (max-width: 768px) {

  .img-display {
    display: none;
  }
	
	
	
.footer-redux-container {
    display: none;
}

	div#ftr-col-solutions, div#ftr-col-education, div#ftr-col-media, div#ftr-col-about, div#ftr-col-support {
		width: 100% !important;
		padding-left: 0;
		margin-bottom: 0rem;
	}

	div#footer .ftr-col-title {
		font-size: 1.3rem;
		margin-bottom: .3rem;
	}

	div#footer { font-size: 1.1rem; line-height: 1.6rem; }

	div#footer ul li {
		line-height:1.2rem;
		margin-top: .1em !important;
	}


	div#footer ul { width: 100% }
	
	div#ftr-copyrt {
		text-align: left;
		margin-left: 40px;
	}
}
