.home.admin-bar .header {
  top: 30px;
}
.profile-photo {
  border: 0.67em solid #e9e9e9;
  margin: 0 0 1em 2em;
}
.article-single .psa-blog-ad .aligncenter {
  margin: 1em auto;
  max-width: 100%;
  float: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .single .profile-photo {
    border: 0.67em solid #e9e9e9;
    margin: 1em auto;
    text-align: center;
    display: block;
  }
  .single .link-people {
    text-align: center;
  }
  .section-callout .form .mktoButtonRow {
    float: none !important;
  }
}

.main .section .tiles ul,
.main .section .shell--secondary ul {
  margin-left: 0;
}

.shell .list-team img.grayscale {
  filter: grayscale(0.75);
}
.shell .list-team img.grayscale:hover {
  filter: grayscale(0);
}

.article-blog--alt ol,
.shell--secondary ol,
.single-profiles .article-single ol,
.page .tile ol,
.page .article-single ol {
  margin: 1em 0;
  list-style: decimal;
  overflow: hidden;
  width: auto;
  padding: 0 2em;
}

.article-blog--alt ul,
.shell--secondary ul,
.page .tile ul,
.single-profiles .article-single ul,
.page .article-single ul {
  margin: 1em 0;
  list-style: square;
  overflow: hidden;
  width: auto;
  padding: 0 2em;
}
.page .tile ul ul,
.single-profiles .article-single ul ul,
.page .article-single ul ul {
  margin: 0 2em;
}

/* FORM STYLES --------------- */
/* General */
body .mktoForm input[type="url"],
body .mktoForm input[type="password"],
body .mktoForm input[type="text"],
body .mktoForm input[type="date"],
body .mktoForm input[type="tel"],
body .mktoForm input[type="email"],
body .mktoForm input[type="number"],
body .mktoForm textarea.mktoField,
body .mktoForm select.mktoField {
  width: 100% !important;
  border: 0;
  font-size: 16px;
  color: #444;
  padding: 8px 10px;
  border-radius: 4px;
}
body .mktoForm select.mktoField {
  background: #fff url(images/select-arrow.jpg) no-repeat right -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .mktoForm {
  width: 370px !important;
  max-width: 100% !important;
}
body .mktoForm button.mktoButton,
body .mktoForm input[type="submit"].button.btn.mktoButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 140px;
  height: 46px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  background: #d99400;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #d99400;
  margin: 0 0 0 auto;
  transition: background 0.3s, color 0.3s;
  margin-top: 12px;
}
body .mktoForm input[type="submit"].button.btn.mktoButton {
  margin: 0 auto;
}
body .mktoForm button.mktoButton:hover {
  color: #d99400;
  background: #fff;
}
body .mktoForm .mktoLabel {
  float: none;
  display: block;
  width: 100% !important;
  text-align: left;
  font-size: 14px;
  margin-bottom: 2px;
}
body .mktoForm .mktoFormCol {
  width: 100%;
  margin-bottom: 10px !important;
}
body .mktoForm .mktoFieldWrap {
  float: none;
}
body .mktoForm .mktoAsterix {
  float: left;
  margin-left: -10px;
}

body .lpeRegForm input {
  margin: 0.5em 0;
  border-radius: 3px;
}

#honeypot,
label[for="honeypot"] {
  display: none !important;
}

/* Form Updates */
body .callout .callout__aside {
	width: calc(100% - 400px);
	max-width: 100%;
}
body .widget--callout .callout .callout__aside {
	width: 100%;
}

@media only screen and (max-width: 480px) {
  .mktoForm input[type="url"],
  .mktoForm input[type="text"],
  .mktoForm input[type="date"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    height: auto !important;
    line-height: 1;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body .mktoForm {
    width: 100% !important;
  }
  body .callout .callout__aside {
    width: 100%;
  }
}

/* Two Column Form */
body .form-style-two-col .mktoForm,
body .form-style-two-col .form {
  width: 100% !important;
  float: none;
  max-width: 100%;
}
body .form-style-two-col .callout__aside {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
body .form-style-two-col.callout {
  display: block;
}
body .form-style-two-col .mktoForm .mktoFormCol {
  width: 50%;
  float: left;
}
body .section-callout .form-style-two-col .form .mktoForm .mktoFieldWrap {
  padding-right: 30px;
}

@media (max-width: 767px) {
  body .form-style-two-col .mktoForm .mktoFormCol {
    width: 100%;
    float: none;
  }
}

/* Two Column Form - Centered */
body .form-style-two-col.centered .callout__aside {
  width: 100%;
  float: none;
  margin-bottom: 30px;
  text-align: center;
}
body .form-style-two-col.centered .mktoButtonRow {
  text-align: center;
  display: block;
  float: none;
}
body .form-style-two-col.centered .mktoForm button.mktoButton {
  display: inline-block;
  float: none;
}
body .form-style-two-col.centered .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

/* Landing Page Form */
.page-template-page-landing .mktoForm .mktoGutter {
  display: none;
}

/* Section Containers */
.section__group .shell {
  max-width: 1400px;
}
.main .section ul:not(.updates):not(.tiles) {
  /* margin-left: 30px; */
}
.main .section ul li {
  margin-bottom: 8px;
}

.home ul.mobile-only {
  margin: 0;
}

/* Sidebar Form */
.callout .form .mktoForm .mktoLabel {
  color: #fff;
}

/* Footer Callout */
.section-callout {
  clear: both;
}
.form .mktoForm .mktoOffset {
  display: none;
}
.mktoForm .mktoGutter {
  display: none;
  width: 100%;
}
.form .mktoForm .mktoAsterix {
  color: #eee;
}
.form .mktoForm .mktoLabel {
  color: #fff;
}
.section-callout .form .mktoForm .mktoFieldWrap {
  padding-right: 20px;
  float: none;
}

/*.section-callout .form .mktoForm .mktoFormCol { width: 50%; margin-bottom: 10px !important; }*/
.section-callout .form .mktoForm .mktoFormCol:nth-child(7) {
  width: 100%;
}
.section-callout .form .mktoForm .mktoFormCol:nth-child(8) {
  width: 100%;
}
.page .tile .tile__content {
  color: #4a4a4a;
}

/* Footer Form Button */
body .section-callout .mktoForm .mktoButtonWrap.mktoSkip button.mktoButton,
body .section-callout form.form .mktoForm button.mktoButton {
  box-shadow: none;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 140px;
  height: 46px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  background: #d99400;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #d99400;
  margin: 0 0 0 auto;
  transition: background 0.3s, color 0.3s;
  margin-top: 12px;
}

body .section-callout .mktoForm .mktoButtonWrap.mktoSkip .mktoButton:hover,
body .section-callout form.form .mktoForm button.mktoButton:hover {
  box-shadow: none;
  text-shadow: none;
  color: #d99400;
  background: #fff;
}

/* Blog updates */
.single .category {
  margin: -60px 0 40px;
}
.single .section-article-single--alt .category {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .single .category {
    margin: -20px 0 20px 30px;
  }
}

.article .article__meta.hide-date strong:after {
  display: none;
}

.section-landing {
  padding-bottom: 0;
}

.section-landing .section__group--white .section__entry,
.section-landing .section__group--white .section__entry p,
.section-landing .section__group--white .section__entry h3 {
  color: #000;
}

.section-landing .section__group--white .widget--callout {
  border-radius: 5px;
  margin-top: 2em;
}

.header--landing-white {
  background: #003d78;
  border-bottom: 2em solid #fff;
}

.header--landing-white .event-type {
  margin-top: -5px;
}

@media (max-width: 767px) {
  .header--landing-white .event-type {
    margin-top: 10px;
  }
}

.header--landing-white .invisible {
  /* overflow: hidden; */
  max-height: 100px;
}

.section-landing .section__wrapper {
  margin-bottom: 0;
}

.section__group.section__group--additional {
  margin-bottom: 67px;
}

.articles .article {
  min-height: 150px;
}

.article h3,
.article h5 {
  font-weight: normal;
}

.category-dropdown select {
  background: #fff url(images/select-arrow.jpg) no-repeat top right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  padding: 10px 26px 10px 15px;
  border: 1px solid #e1e1e1;
}

.category-dropdown select::-ms-expand {
    display: none;
}

.shell--back-link {
  position: relative;
}
.shell--back-link a {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 61, 120, 0.5);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
}
.shell--back-link a:hover {
  background-color: rgba(0, 61, 120, 1);
}

/* Callout CTA */
.section-cta-block {
  background-image: linear-gradient(-90deg, #004675 19%, #002b57 79%);
  position: relative;
  color: #fff;
  padding: 100px 0;
  margin-bottom: 80px;
}
.section-cta-block:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 35px 0 35px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
}
.section--secondary .section-cta-block h3 {
  text-transform: none;
}
.section-cta-block .shell {
  z-index: 2;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.section-cta-block .subtitle {
  font-size: 20px;
  font-weight: normal;
  color: #d99400;
  margin: 0 0 5px;
}
.section-cta-block h3 {
  font-weight: bold;
  font-size: 42px;
  color: #fff;
  margin: 0 0 30px;
}
.section-cta-block p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 0;
}
.section-cta-block .btn {
  font-size: 18px;
  padding: 14px 40px;
  font-weight: bold;
}
.section-cta-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: 0.15; */
  z-index: 1;
}

.section-cta-block.email-subscribe {
	margin-bottom: 0;
}
.section-cta-block.email-subscribe .input-wrapper {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.section-cta-block.email-subscribe input[type="text"] {
	border: 0;
	background-color: rgba(0,0,0,.35);
	color: #fff;
	padding: 15px 150px 15px 15px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 16px;
	height: 50px;
}
.section-cta-block.email-subscribe input[type="button"] {
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 15px;
	width: 150px;
	text-align: center;
}

.section-cta-block.email-subscribe .poweredby {
	margin: 16px 0 0;
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,.6);
}
.section-cta-block.email-subscribe .poweredby a {
	color: rgba(255,255,255,.75);
}
.section-cta-block.email-subscribe .bg { opacity: 0.2; }
@media (max-width: 767px) {
  .section-cta-block {
    padding: 70px 0;
  }
  .section-cta-block .subtitle {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .section-cta-block h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .section-cta-block p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section-cta-block .btn {
    font-size: 16px;
    padding: 12px 30px;
  }
}

@media (max-width: 500px) {
	.section-cta-block.email-subscribe input[type="button"] {
		position: static;
		margin: 5px auto 0;

}

/* Contact Page Fix */
body aside .widget .callout .callout__aside {
  width: auto;
}

.section-callout .callout__aside ol,
.section-callout .callout__aside ul {
  margin: 1em 0;
  padding: 0 2em;
}

/* List Cleanups */
.article-blog--alt ol li {
  list-style: decimal;
}
.article-blog--alt ul li {
  list-style: square;
}

.article-blog--alt ul li:before,
.shell ol li:before,
.shell ul li:before {
  display: none;
}
