*/
#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}

body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: open-sans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
}

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.3em;
  padding: .6em 0 .8em;
  text-transform: uppercase;
}

h2 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 0 0 .4em;
}

h6 {
  font-size: 1.1rem;
  font-weight: 700;
}
p,
ul,
dl,
ol {
  color: white;
  padding: 0 0 .8em;
  line-height: 1.8em;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

ul, ol {
  padding-left: 3rem;
}

.csi-insidepages hr {
  border-top: 1px solid white;
}

.lead {
  font-size: 1.55em;
  line-height: 1.2em;
  font-weight: 200;
  padding: 0 0 1em;
}

.csi-insidepages .text-muted {
  color: white!important;
  font-size: 0.75rem;
}
.csi-404Page h1 {
  color: black;
}

/* BUTTONS AND LINKS
Before Changing any Hover/Focus behavior, ensure the new behavior still complies with
ADA requirements (at least 3.0 contrast change or underline change)
-------------------------------------------------------------------------------------- */
a {
  color: #174688;
  text-decoration: underline;
}
a.csi-btn {
  display: inline-block;
}
a:hover, a:focus {
  color: #343434;
  text-decoration: none;
}
.csi-insidepages a {
  color: white;
}
.csi-insidepages a:hover,
.csi-insidepages a:focus {
  color: white;
}
.csi-insidepages a.csi-btn {
  text-decoration: none;
  border: 1px solid white;
  border-radius: 10px;
  padding: 12px 22px 12px 12px;
  transition: all 0.08s ease-in-out;
  display: inline-block;
}
.csi-insidepages a.csi-btn:hover,
.csi-insidepages a.csi-btn:focus {
  background-color: #c43a40;
  text-decoration: none;
}
.csi-insidepages .download-btn a:hover, .csi-insidepages .download-btn a:focus {
  color: #1769A2;
}
.csi-insidepages iframe.video-embed {
  width: 420px!important;
  height: 317px!important;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}

/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-logo img {
  width: 195px;
  height: 77px;
  font-size: .5em;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 24px;
}

.csi-ibContainer {
  background: #e51b24;
  padding: 0.5rem;
  color: white;
  padding-top: 0;
}

.csi-ibContainer .form-control {
  font-size: 0.8rem;
}

.csi-ibContainer a {
  font-size: 0.75rem;
  color: white;
}

.csi-ib h5 {
  font-size: 0.75rem;
  font-weight: 700;
}

.csi-ibButton {
  font-size: 0.75rem;
}

.csi-ibButton a {
  position: relative;
  top: 0.5rem;
}

.csi-ibButton .btn {
  font-size: 0.75rem;
  background: #0b436a;
  border: 1px solid #0b436a;
  padding: 0.25rem 2rem 0.25rem 2rem;
}

.csi-ibButton .btn:hover,
.csi-ibButton .btn:focus {
  background: white;
  border: 1px solid white;
  color: #0b436a;
}

.csi-username {
  width: 12rem;
}

.login-row {
  justify-content: flex-end;
}

a.moolah-btn img {
  width: 20%;
}

/*****************FRONT PAGE BODY********************/
.card-section {
  max-width: 63.75em;
  padding: 30px 40px;
  margin: auto;
  text-align: center;
}

.card-titles {
  max-width: 900px;
  margin: auto;
}

.card-section-cards {
  margin: 0;
  margin-top: 4%;
}

.card-section p {
  font-size: .9em;
  line-height: 150%;
  color: #0b436a;
  padding: 15px 0 15px 0;
}

.card-titles p {
  padding: 0;
}

.card-section h3 {
  color: #e51b24;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: .7em;
  padding: 0 1rem;
  line-height: 1em;
}

.card-section .csi-card {
  border-right: 1px solid #dfd7d5;
  border-left: 1px solid #dfd7d5;
}
.right-card {
  margin-right: auto;
}

.left-card {
  margin-left: auto;
  margin-right: 20px;
}

.middle-card {
  margin-right: 20px;
}

.csi-card a.csi-btn {
  display: inline-block;
  background: #0b436a;
  color: #fff;
  font-size: .9em;
  padding: 5px 0;
  width: 110px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  bottom: 27%;
  left: 33%;
}

.csi-card a.csi-btn:hover,
.csi-card a.csi-btn:focus {
  text-decoration: underline;
}

.csi-card p{
  font-style: italic;
  font-size: .7em;
}

.csi-card img {
  padding-top: 1rem;
}

.card-ib h5 {
  color: #e51b24;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: .7em;
  padding: 0 1rem;
  line-height: 1em;
}

.card-ib .csi-ib-input {
  padding-top: 2%;
  padding-bottom: 2%;
}

.card-ib .csi-btn {
  margin: 1rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-radius: 0;
}

.focus-section {
  background: #b50910;
  color: white;
}

.focus-section h2 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 0 0 .4em;
  color: #fff;
}

.focus-section a, 
.focus-section p {
  color: white;
  font-size: 0.9rem;
}

.focus-section .csi-btn {
  border: 1px solid #FFF;
  text-decoration: none;
  padding: 10px 25px;
  margin-bottom: 2em;
  display: inline-block;
  color: white;
}

.focus-section .csi-btn:hover,
.focus-section .csi-btn:focus {
  background: white;
  color: #b50910;
}

.focus-section-content {
  max-width: 63.75em;
  margin: auto;
  padding: 1.5rem 3rem 1.5rem 3rem;
}

/***************INSIDE PAGES*********************/
.csi-insidepages {
  background-color: #b50910;
}
.csi-insidepages .csi-containerSize {
  max-width: 63.75rem;
}
.csi-insidepages .csi-sidebar li {
  border: 1px solid white;
  list-style: none;
  padding: 6%;
  border-right: 0;
  font-size: 0.9rem;
}
.csi-insidepages .csi-sidebar li a {
  text-decoration: none;
}
.csi-insidepages .csi-sidebar li:hover,
.csi-insidepages .csi-sidebar li:focus {
  background: white;
}
.csi-insidepages .csi-sidebar li:hover a,
.csi-insidepages .csi-sidebar li:focus a {
  color: #b50910;
}
.csi-insidepages .csi-sidebar ul {
  padding: 0 0 .8em;
}

.acf-map{
  display: none !important;
}

.csi-insidepages a.job-btn {
  background: #ffffff;
  padding: 8px 12px;
  text-decoration: none;
  color: rgb(11, 67, 106);
  font-weight: 500;
  letter-spacing: 1px;
  transition: all ease-in-out 0.1s;
  border-radius: 0;
}
.csi-insidepages a.job-btn:hover, .csi-insidepages a.job-btn:focus {
  background: rgb(11, 67, 106);
  border: 1px solid rgb(11, 67, 106);
  color: white;
}

/**********Street Team Page & Form***************/
.page-template-page-street-team .csi-insidepages {
  background: white;
  color: black;
}
.page-template-page-street-team .csi-insidepages p,
.page-template-page-street-team .csi-insidepages ul,
.page-template-page-street-team .csi-insidepages ol,
.page-template-page-street-team .csi-insidepages a,
.page-template-page-street-team .csi-insidepages h1,
.page-template-page-street-team .csi-insidepages h2,
.page-template-page-street-team .csi-insidepages h3,
.page-template-page-street-team .csi-insidepages h4,
.page-template-page-street-team .csi-insidepages h5,
.page-template-page-street-team .csi-insidepages h6 {
  color: black;
}
.page-template-page-street-team .wpcf7 {
  text-align: right;
}

.page-template-page-street-team .wpcf7-submit:focus,
.page-template-page-street-team .wpcf7-submit:hover {
  background-color: black;
  color: #deff00;
}
.page-template-page-street-team .wpcf7 input,
.page-template-page-street-team .wpcf7 select,
.page-template-page-street-team .wpcf7 textarea {
  max-width: 400px;
  width: 70%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 400px;
}

.page-template-page-street-team .wpcf7 textarea {
  height: 70px;
}
.page-template-page-street-team .wpcf7 input:focus,
.page-template-page-street-team .wpcf7 select:focus,
.page-template-page-street-team .wpcf7 textarea:focus
{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.page-template-page-street-team .wpcf7 label {
  display: block;
}
.page-template-page-street-team .wpcf7 label .col-md-8 {
  text-align: left;
}

.csi-insidepages .standard-section .calc-body {
  padding: 0;
  background: white;
}
.calc-body .tab-content {
  background: white;
}
.csi-insidepages .standard-section .calc-body .nav a {
  background: white;
  border-radius: 0;
  border: 1px solid #0b436a;
}
.csi-insidepages .standard-section .calc-body .nav a:hover, 
.csi-insidepages .standard-section .calc-body .nav a:focus {
  text-decoration: underline;
}
.csi-insidepages .standard-section .calc-body .nav p,
.csi-insidepages .standard-section .calc-bot-info,
.csi-insidepages .standard-section .calc-body p{
  color: black;
}
.page-template-page-street-team input.wpcf7-submit {
  background-color: #deff00;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  border-color: #ccc;
  display: block;
  margin: auto;
  width: 30%;
}
.page-template-page-street-team .radio-btn {
  display: inline-block;
  float: left;
}
.page-template-page-street-team .radio-464 {
  position: relative;
  right: 30vw;
}
.page-template-page-street-team .wpcf7-radio label {
  display: inline-block;
}
.page-template-page-street-team .wpcf7-radio input {
  width: 30px;
  height: 20px;
}
.page-template-page-street-team legend {
  font-size: inherit;
}