﻿#spinner.is-active {
  position: relative;
  z-index: 2;
  height: 20em;
  width: 20em;
  margin: auto;
  margin-top: -500px;
  margin-bottom: 160px;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(images/naiia-loader.gif) no-repeat center;

}

#spinner-name.is-active {
  position: relative;
  z-index: 2;
  height: 20em;
  width: 20em;
  margin: auto;
  margin-top: -100px;
  margin-bottom: 160px;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(images/naiia-loader.gif) no-repeat center;

}

#spinner-loc.is-active {
  position: relative;
  z-index: 2;
  height: 20em;
  width: 20em;
  margin: auto;
  margin-top: -100px;
  margin-bottom: 160px;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(images/naiia-loader.gif) no-repeat center;

}

#spinner-appraiser.is-active {
  position: relative;
  z-index: 2;
  height: 20em;
  width: 20em;
  margin: auto;
  margin-top: -100px;
  margin-bottom: 160px;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(images/naiia-loader.gif) no-repeat center;

}

#spinner-umpire.is-active {
  position: relative;
  z-index: 2;
  height: 20em;
  width: 20em;
  margin: auto;
  margin-top: -100px;
  margin-bottom: 160px;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(images/naiia-loader.gif) no-repeat center;

}


.naiia-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .5rem;
	background-color: #fff;
	box-shadow: 0 .2rem 2.8rem rgba(36,36,36,.1);
	padding: 1.25rem;
}

.naiia-listing-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .5rem;
	background-color: #fff;
	box-shadow: 0 .2rem 2.8rem rgba(36,36,36,.1);
	padding: 1.25rem;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.naiia-card-flat {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .5rem;
	background-color: #fff;
	padding: 1.25rem;
}

.naiia-card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-bottom: none;
}

.naiia-card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: white;
}

.naiia-listing-header {
	background-color: white;
	padding: 10px 30px 20px 30px;
	margin-bottom:0px;
	box-shadow: 0px 20px 2px -20px gray;
}


.naiia-card-header-lined {
	padding: 0.75rem 0rem;
	background-color: white;
 	border-bottom: 1px solid lightgray;
	border-top: 1px solid lightgray;
}

.naiia-card-header-blue{
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #3A5CAA;
}

.naiia-card-footer {
	border: none;
	min-height: 150px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: whitesmoke;
}

.naiia-card-footer-lined {
	padding: 0.75rem 0rem;
	background-color: white;
	border-top: 1px solid lightgray;
}
.naiia-card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
	display:flex
}

.naiia-card-deck .naiia-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}

.naiia-member-name{
	font-family: "Nunito", Sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: .5rem;
	color: #151515;
}

.naiia-committee-name{
	font-family: "Nunito", Sans-serif;
	font-weight: 600;
	text-align: left;
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: .5rem;
	color: #151515;
	width: 49%;
	display: inline;
}

.naiia-committee-info{
	font-family: "Nunito", Sans-serif;
	font-weight: 600;
	text-align: left;
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: .5rem;
	color: #151515;
	width: 49%;
	display: inline;
}

.naiia-card-50 {
	width: 50%;
}


.naiia-card-25 {
	width: 25%;
}

.naiia-member-position{
	color: #8c8c8c;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 1.5rem;
	font-size: 14px;
}

.naiia-member-bio{
	color: #8c8c8c;
	text-align:center;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.naiia-card-text{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    display: block;
    height: 1px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.naiia-icon-email {
  background: url(images/email.png) no-repeat;
}

.naiia-icon-assign {
  background: url(images/assign.png) no-repeat;
}

.naiia-icon-globe {
  background: url(/wp-content/plugins/NAIIA-Shortcodes/css/images/globe.png) no-repeat;
}



.naiia-card-nac {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.naiia-nac-name{
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-size: 21px;
	line-height: 2.5em;
	margin-top: 0;
	margin-bottom: .5rem;
	color: rgb(58, 58, 58);
}

.naiia-nac-position{
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	color: rgb(58, 58, 58);
}

.naiia-nac-company-name{
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	color: rgb(58, 58, 58);
}

.naiia-nac-city-state{
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-size: 13px;
	line-height: 2.2em;
	font-weight:400;
	color: rgb(58, 58, 58);
}

.naiia-nac-role {
	float:left;
	border:none;
	color:#3A5CAA;
	font-size:13px;
	font-weight:bold;
	font-family:"Open Sans",sans-serif;
}

.naiia-nac-term{
	float:left;
	border:none;
	color: rgb(58, 58, 58);
	font-size:13px;
	font-weight:400;
	font-family:"Open Sans",sans-serif;
}

.naiia-listing-office{
	float:left;
	width:100%;
	border:none;
	color: rgb(58, 58, 58);
	font-size:16px;
	font-weight:400;
	font-family:"Open Sans",sans-serif;
	line-height: 2.5em;
	
}

.naiia-listing-member{
	float:left;
	width:100%;
	border:none;
	color: rgb(58, 58, 58);
	font-size:22px;
	font-weight:400;
	font-family:"Open Sans",sans-serif
	line-height: 2.5em;
}

.naiia-listing-city-state{
	float:left;
	width:100%;
	border:none;
	color: rgb(125, 125, 125);
	font-size:13px;
	font-weight:400;
	font-family:"Open Sans",sans-serif;
	width: 100%;
	line-height: 2.5em;
}

.naiia-listing-irs-fid{
	float:left;
	border:none;
	color: rgb(117, 117, 117);
	font-size:13px;
	font-weight:400;
	font-family:"Open Sans",sans-serif;
	width: 100%;
	line-height: 1.8em;
}

.naiia-listing-services{
	float:left;
	border:none;
	color: rgb(117, 117, 117);
	font-size:12px;
	font-weight:400;
	font-family:"Open Sans",sans-serif;
	width: 100%;
	border-top: 1px solid lightgray;
	margin-top: 20px;
	padding-top: 20px;
}

@media (orientation:landscape) {
	#naiia-button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 10%;
		max-width: 10%;
		height: 55px;
	}	
	#naiia-search {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}	
    #naiia-search-by-member-name-button {
		background-color:#BE2429;
		border-radius:15px 15px 15px 15px;
		height:50px;
		width: 100%;
		color: white;
		border-color: white;
	}
    #naiia-search-by-member-name-button-clear {
		background-color:gray;
		border-radius:15px 15px 15px 15px;
		height:50px;
		width: 100%;
		margin-left: 10px;
		color: white;
		border-color: white;
	}
    #naiia-search-by-appraiser-button {
		background-color:#BE2429;
		border-radius:15px 15px 15px 15px;
		height:50px;
		width: 14%;
		color: white;
		border-color: white;
	}
    #naiia-search-by-appraiser-button-clear {
		background-color:gray;
		border-radius:15px 15px 15px 15px;
		border: 1px solid gray;
		height:50px;
		width: 12%;
		margin-left: 10px;
		color: white;
		border-color: white;
	}
	#naiia-appraiser-location {
		width:65%;
		margin-right:5px;
	}
    #naiia-search-by-umpire-button {
		background-color:#BE2429;
		border-radius:15px 15px 15px 15px;
		height:50px;
		width: 14%;
	}
    #naiia-search-by-umpire-button-clear {
		background-color:gray;
		border-radius:15px 15px 15px 15px;
		border: 1px solid gray;
		height:50px;
		width: 12%;
		margin-left: 10px;
	}
	#naiia-umpire-location {
		width:65%;
		margin-right:5px;
	}
	#naiia-services {
		width:25%;
		margin-right:5px;
	}
    #naiia-search-by-location-button {
		background-color:#BE2429;
		border-radius:15px 15px 15px 15px;
		height:50px;
		width: 14%;
	}
    #naiia-search-by-location-button-clear {
		background-color:gray;
		border-radius:15px 15px 15px 15px;
		border: 1px solid gray;
		height:50px;
		width: 12%;
		margin-left: 10px;
	}
	#naiia-loss-location {
		width:44%;
		margin-right:5px;
	}



	.naiia-card-turn {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.naiia-card-nac {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.naiia-nac-header {
		margin-bottom: 40px;
		margin-top: 20px;
		color: #3E3E3E;
		font-size: 16px;
		box-sizing: border-box;
		text-align: center;
		padding-left: 10%;
		padding-right: 10%;
	}
	.naiia-page-header {
		text-align: center;
		font-size: 55px;
		color: #BE2429;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.naiia-card-33 {
		width: 33%;
	}
	.naiia-officers-col-2
	{
	  position: relative;
	  width: 100%;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
	}
	.naiia-officers-col-4
	{
	  position: relative;
	  width: 100%;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
	}
}

@media (orientation:portrait) {
	#naiia-button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: 55px;
	}	
    #naiia-search-by-member-name-form{
		margin-bottom: 20px;
	}
    #naiia-search-by-member-name-button {
		background-color:#BE2429;
		border-radius:15px 15px 15px 15px;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
    #naiia-search-by-member-name-button-clear {
		background-color:gray;
		border-radius:15px 15px 15px 15px;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
    #naiia-search-by-location-button {
		background-color:#BE2429;
		border-radius:15px 15px 15px 15px;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 15px;
		margin-bottom: 10px;
	}
    #naiia-search-by-location-button-clear {
		background-color:gray;
		border-radius:15px 15px 15px 15px;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	#naiia-search {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
	#naiia-loss-location {
		width:100%;
	}
	#naiia-services {
		width:100%;
		margin-top: 10px;
	}
	.naiia-card-turn {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
	.naiia-card-nac {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.naiia-nac-header {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		color: #3E3E3E;
		font-size: 16px;
		box-sizing: border-box;
		text-align: left;
		padding-left: 0%;
		padding-right: 0%;
	}
	.naiia-page-header {
		text-align: left;
		font-size: 21px;
		color: #BE2429;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.naiia-card-33 {
		width: 100%;
	}
	.naiia-officers-col-2
	{
	  position: relative;
	  width: 0%;
	  min-height: 0px;
	  padding-right: 0px;
	  padding-left: 0px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 0%;
      flex: 0 0 0%;
      max-width: 0%;
	}
	.naiia-officers-col-4
	{
	  position: relative;
	  width: 100%;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	  margin-top:20px;
	}
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea {
    color: #1f252b;
    width: 1000px;
    padding: 12px 16px;
    border-radius: 5px;
}

.wpcf7-form p {
    margin: 0 0 28px;
}

.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
}
a.naiia-umpires-link{color:#3a5caa;}