.btn-contact:hover {
    background-color: #002ba5;
}
.areaInterestLabel{
	display:none;
    position: relative;
    top: -15px;
}
 #interest-area{
	margin-bottom:15px !important;
}
.btn-contact {
    font-size: 16px;
    line-height: 20px;
    max-width: 315px;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    background-color: #0c2074;
    color: #ffffff;
    text-align: center;
    border: none;
}

a.btn-contact {
     font-size: 16px;
}

button.close, button.close:focus, button.close:hover {
    top: 0;
    opacity: 1;
}

.contact-form-close-text {
	font-size: 16px;
	color: #555555;
    font-weight: normal;
    vertical-align: middle;
}
#contact .contact-article{
	position:relative;
}

.contact-form-close-text:hover {
    text-decoration: underline;
}

svg.closeSvgIcon {
	vertical-align: middle;
}

.contact-section #close{
	cursor: pointer;
    position:absolute;
    top:0;
    right:0;
}


#contact, .bio-thankyou-container{
	display: none;
}

.bio-thankyou-container{
	padding-bottom: 0px;
}

.bio-thankyou-container h1{
	font-weight: normal;
	text-align: center;
}
.bio-thankyou-container p{
	padding-left: 25%;
    padding-right: 25%;
    margin-bottom: 0px;
	font-weight: normal;
	font-size: 30px;
	line-height: 44px;
	text-align: center;
}
.bio-contact-container, .bio-thankyou-container{
    border-top: 1px solid #C4C8CE;
    border-bottom: 1px solid #C4C8CE;
}
.bio-contact-container h1{
	margin: 0px 0px 20px 0;
    font-weight: normal;
    font-size: 54px;
    line-height: 60px;
    color: #031d40;
}
.bio-bizcard .img-responsive{
	/*margin-top: 20px;*/
	max-height: 100%;
	border:1.3333px solid #cecece;/*fix for headshot cropping*/
}
.bio-contact-container .contact-field{
	color: #D13F4D;
}
.bio-contact-container .textsink {
   padding-bottom: 15px;
    display: inline-block;
    margin-right: 30px;
    width: 35%;
}
.bio-contact-container .textsink label, .black-font {
    display: block;
    font-weight: 600;
	font-size: 15px;
	color: #031D40;
}
.black-font{
	display: inline-block;
}
.bio-contact-container .sublabel{
	font-size: 15px;
}
.bio-contact-container input {
    border: 1px solid #C4C8CE;
    border-radius: 6px 6px 6px 6px;
    padding: 6px;
    width: 100%;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
	color: #5C666F;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
    top: 3px;
    left: 0;
    height: 24px;
    width: 24px;
    background: white;
    border: 1px solid #C4C8CE;
    border-radius: 3px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}

.control input:checked ~ .control__indicator {
  background: #002BA5;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #002BA5;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checksink{
	margin-left: 36px;
	margin-right: 20px;
	display: inline-block;
	width: 21%;
}

.control-group {
  display:inline-block;

  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #C4C8CE;
	border-radius: 5px;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  outline: 2px solid #1F92C8
 
}
.select__arrow {
  position: absolute;
    top: 22px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: black transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
/* 
select .label{
	color: #031D40;
} */
.selectsink{
	display: inline-table;
	margin-right: 100px;
    width: 21%;
}


md-checkbox .md-container{
	width: 32px;
    height: 32px;
}
md-checkbox.borderFade .md-icon{
	height: 32px;
    width: 32px;
    border-color: #C4C8CE;
    border-width: 2px;
    border-radius: 3px;
    opacity: 1;
}
md-checkbox.borderFade .md-label label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 16px;
}
md-checkbox.md-checked.green .md-icon{
	background-color: #002ba5;
}
md-checkbox .md-label{
	color: #0c2074;
    font-size: 20px;
    line-height: 24px;
    margin-left: 42px;
}
md-checkbox.md-checked .md-icon:after{
	left: 10px;
    top: 3px;
    width: 10px;
    height: 20px;
}

#subselect option[disabled]:first-child , #timeselect option[disabled]:first-child{
	display: none;
}
#commentsval {
  width: 90%;
  height: 75px;
  border-radius: 4px;
  margin-bottom: 15px;
}
/* #close {
    float: right;
    display: inline-block;
    padding: -18px 5px;
    font-size: 40px;
    position: relative;
    top: 5px;
    right: 4px;
    width: 40px;
    font-size: 40px;
} */
#contactItem {display:none;}

.contact-article button.close  {
    margin-top:10px;
}

@media screen and (max-width: 1023px){
	
	.checksink {
    width: 30%;
}
.selectsink {
     width:50%;
}
	
}
@media screen and (max-width: 767px){
	.bio-contact-container .textsink {
    width: 100%;
}

.bio-thankyou-container p{
	padding-right: 0;
	padding-left: 0;
}

.checksink {
    width: 100%;
}
.selectsink {
     width:100%;
}
#commentsval {
   width: 90%;
}
.btn-contact {
     max-width: 100%;
}
#close {
    /* width: 10px; */
}

md-checkbox .md-container{
		width: 20px;
    	height: 20px;
    }
    md-checkbox.borderFade .md-icon{
        height: 20px;
        width: 20px;
	}

    md-checkbox .md-label{

        font-size: 16px;
        line-height: 24px;
        margin-left: 30px;
    }
    md-checkbox.md-checked .md-icon:after{
        left: 6.67px;
        top: 2.22px;
        width: 6.67px;
        height: 13.33px;
    }

}
/*@media screen and (min-width:1024px) and (max-width: 1366px){
    .bio-bizcard .img-responsive {
    margin-top: 20px;
    max-height: 90%;
}
}*/

/* Checkbox Styles */
.fro-lead-form .checkbox {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.fro-lead-form .checkbox label {
    display: inline-block;
    position: relative;
    /*padding-left: 5px;*/
}
.fro-lead-form .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fro-lead-form .checkbox label::after,.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.fro-lead-form .checkbox input[type="checkbox"] {
    opacity: 0;
}
.fro-lead-form .checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto #109cde;
    outline-offset: -2px;
}
.fro-lead-form .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin-top: 3px;
    font-size: 25px;
}
.fro-lead-form .checkbox input[type="checkbox"]:focus + label::before,
.fro-lead-form .checkbox input[type="checkbox"]:hover + label::before{
	outline:2px solid #109cde;
}
.fro-lead-form .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.fro-lead-form .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.fro-lead-form .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.fro-lead-form .checkbox.checkbox-inline {
    margin-top: 0;
}
.fro-lead-form .checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #002ba5;
    border-color: #002ba5;
}
.fro-lead-form .checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.fro-lead-form .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.fro-lead-form form .form-inline-custom select:focus{
	background-position: right 14px top 17px;
    padding: 7px 13px 7px 14px;
}
/*!
 * Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
