@media only screen and (min-width: 768px) {
  .c-main {
    padding-top: 50px;
  }
}
.c-block {}

/** Hero Home **/
.c-hero__front {
  background-image: url(../images/hero-front.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 2rem;
}

.c-hero__text {
  background-color: rgba(104,151,193, .8);
  padding: 1rem;
}

.c-hero__text h1 {
  font-size: 30px;
}

.c-hero__text p {
  font-size: 18px;
}

@media only screen and (min-width: 425px) {
  .c-hero__front {
    padding: 50px;
  }
  .c-hero__text {
    padding: 35px 50px;
  }
  .c-hero__text h1 {
  font-size: 40px;
  }

  .c-hero__text p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .c-hero {
    display: flex;
  }

  .c-hero__front {
    /*height: 100vh;*/
    height: calc(100vh - 284px);
    padding: 0;
  }

  .c-hero__text {
    align-self: center;
    padding: 29px 50px;
    width: 50%;
  }

  .c-hero__text h1 {
    font-size: 55px;
  }

  .c-hero__text p {
    font-weight: 700;
  }

}
/** END Hero Text **/

/** Video Block Home .view-movie-views **/
.view-movie-views {}

.view-movie-views .node-video-content {
  margin: 0;
}

.view-movie-views .node-video-content > div:first-child {
  margin-bottom: 1rem;
}

.view-movie-views table {
  margin: 0;
  min-width: 0;
}

.view-movie-views table tr {
  border: none;
  margin: 0;
}

.view-movie-views table tr td {
  vertical-align: top;
  border: none;
}
.front .view-movie-views table tr td {
  display: block;
  width: 100%;
}
.view-movie-views h2 {
}

@media only screen and (min-width: 768px) {
  .view-movie-views h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .5rem;
  }

  .node-video-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .view-movie-views .field-name-body {
    font-size: 15px;
  }
}
/** END Video Block Home .view-movie-views **/

/** Photo Band **/

.c-band__photo {
  background-image: url(../images/slides/hero-slide-0.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-flow: column;
  padding: 0;
  justify-content: flex-start;
  transition: all .5s;
}

.c-band__photo__inner {
  background: linear-gradient(white, transparent);
  height: 100%;
}

.c-band__photo-text {
  display: none;
  padding: 75px 0 30px;
  color: #c5131f;
}

.c-band__photo-text .c-band__photo-title {
  color: #000;
  font-size: 50px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .c-band__photo-text .c-band__photo-title {
    font-size: 40px;
  }
}
.c-band__photo-text p {
  color: #000;
}

.c-band__photo__footer {
  background-image: linear-gradient(transparent 0, rgba(255,255,255,.75) 0%);
  margin-top: auto;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-band__photo__footer .o-grid {
  position: relative;
}
.c-band__photo__footer ul {
  margin: 20px 0 10px;
}

.c-band__photo__footer ul:after {
  content: "";
  display: table;
  clear: both;
}

.c-band__photo__footer li {
  display: inline-block;
}
.c-slider__link.j-active .c-icon--svg,
.c-sub-menu .j-active .c-icon--svg {
  border-color: #6897c1;
}
.c-slider__link-text {
  display: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.c-slider__link:link,
.c-slider__link {
  color: #6897c1;
}
.c-slider__link:link:hover,
.c-slider__link:hover  {
  color: #6897c1;
}
.c-slider__pager-wrap ul {
  transition: all 1s;
  padding: 0;
  margin: 0;
}

.c-slider__controll {
  display: none;
  background: transparent;
  position: absolute;
  font-size: 90px;
  color: #fff;
  bottom: 0;
}
.c-slider__controll.j-active {
  cursor: default;
  opacity: .5;
}

.c-slider__prev {
  left: 0;
}

.c-slider__next {
  right:0;
}
.c-slider__controll {
  color: #6897c1 !important;
}
.c-slider__controll:not(.j-active):hover {
  color: #4a6d8c !important;
}
@media only screen and (min-width: 410px) {
  .c-band__photo__footer {
    background-image: linear-gradient(transparent 30%, rgba(255,255,255,.75) 0%);
    padding-top: 0;
  }
}
.c-band__people {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}
.c-band__people .o-grid {
  /*padding: 0;*/
}
.c-people__pager {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-people__pager li {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 10px;
}
.c-band__people .c-icon--svg > span {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  background-size: 47%;
}
.c-people__link:link,
.c-people__link {
  color: #6897c1;
}
.c-people__link:link:hover,
.c-people__link:hover {
  color: #6897c1;
}
.c-people__link-text {
  /*display: none;*/
  font-weight: 700;
  font-size: .8rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-people__pager li {
    width: calc(11.1% - 10px); /* 100%/9 - padding*/
  }
  .c-people__link-text {
    display: block;
  }
  .c-band__photo {
    height: calc(85vh - 91px);
  }

  .c-band__photo-text {
    width: 50%;
  }

  .c-band__photo-text h1 {
    font-size: 50px;
  }

  .c-slider__link-text {
    display: block;
  }
  .c-slider__pager-wrap {
    overflow: hidden;
    max-width: 90%;
    margin-left: 5%;
  }
  .c-slider__pager-wrap.j-active ul {
    transform: translateX(-33.33%);
  }
  .c-slider__pager {
    display: flex;
    width:150%;/* 9 items / 6 to display */
    list-style: none;
  }
  .c-slider__pager li {
    width: 11.1%;/* 100%/9*/
  }
  .c-slider__controll {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .c-people__pager li {
    width: calc(33% - 10px); /* 100%/3 - padding*/
    padding-bottom: 25px;
  }
  .c-band__people .c-icon--svg > span {
    border: 1px solid #ccc;
  }
  .c-people__link-text {
    display: block;
    font-size: .7rem;
  }
}

.j-active__0 .c-band__photo-text:nth-child(1),
.j-active__1 .c-band__photo-text:nth-child(2),
.j-active__2 .c-band__photo-text:nth-child(3),
.j-active__3 .c-band__photo-text:nth-child(4),
.j-active__4 .c-band__photo-text:nth-child(5),
.j-active__5 .c-band__photo-text:nth-child(6),
.j-active__6 .c-band__photo-text:nth-child(7),
.j-active__7 .c-band__photo-text:nth-child(8),
.j-active__8 .c-band__photo-text:nth-child(9) {
  display: block;
}
.c-band__photo-text.j-active {
  display:block;
}
.c-band__photo.j-active__0 {
  background-image: url(../images/slides/hero-slide-0.jpg);
  background-position: 55%;
}
.c-band__photo.j-active__1 {
  background-image: url(../images/slides/hero-slide-1.jpg);
  background-position: 64%;
}
.c-band__photo.j-active__2 {
  background-image: url(../images/slides/hero-slide-2.jpg);
  background-position: 42%;
}
.c-band__photo.j-active__3 {
  background-image: url(../images/slides/hero-slide-3.jpg);
}
.c-band__photo.j-active__4 {
  background-image: url(../images/slides/hero-slide-4.jpg);
  background-position: 59%;
}
.c-band__photo.j-active__5 {
  background-image: url(../images/slides/hero-slide-5.jpg);
}
.c-band__photo.j-active__6 {
  background-image: url(../images/slides/hero-slide-6.jpg);
}
@media screen and (max-width: 768px){
  .c-band__photo.j-active__6 {
    background-position: 17%;
  }
}
.c-band__photo.j-active__7 {
  background-image: url(../images/slides/hero-slide-7.jpg);
}
.c-band__photo.j-active__8 {
  background-image: url(../images/slides/hero-slide-8.jpg);
}

/** Teaser resources Home and News **/
#block-block-5 {
}

#block-block-5 ul {
  display: block;
}

.c-teaser__resource {
  display: block;
  margin-bottom: 1rem;
}

.c-views__front--news {
  display: block;
  margin: 0;
  padding: 0;
}

.c-views__front--news li {
  display: block;
}

.c-views__front--news li:hover {
  /* padding: 5px; */
  transition: all ease 2s;
}

.c-views__front--news li:hover .view-mode-card > a {
  background: rgba(0,19,31, .8);
}

.c-views__front--news li:hover h2.c-title a:hover {
  opacity: .8;
}

.c-teaser__resource > a,
.c-views__front--news li div:not(.contextual-links-wrapper) > a,
.c-views__front--news li .view-mode-card > a {
  /*background: #c5131f;*/
  display: inline-block;
}
.c-teaser__resource > a img,
.c-views__front--news li div:not(.contextual-links-wrapper) > a img,
.c-views__front--news li .view-mode-card > a img {
  display: block;
}
.c-teaser__resource > a:hover img,
.c-views__front--news li div:not(.contextual-links-wrapper) > a:hover img,
.c-views__front--news li .view-mode-card > a:hover img {
  opacity: .7;
}

.c-views__front--news .c-body {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}
.c-teaser__resource h4,
.c-teaser__resource h4 a{
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.c-teaser__resource h4 a:hover {
  color: #323232;
}
.c-views__front--news .c-date,
.c-teaser__resource--meta {
  color: #9b9b9b;
  font-size: 12px;
  text-transform: uppercase;
}

.c-views__front--news h2.c-title,
.c-views__front--news h2.c-title a {
  color: #000000;
  line-height: 1.1;
  margin-bottom: 10px;
  background: none;
  font-size: 20px;
}

.c-views__front--news h2.c-title a:hover {
  /*color: #C5131F;*/
}

.view-id-press_release_views .view-content:after {
  content: "";
  display: table;
  clear: both;
}

.view-id-press_release_views .view-footer {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-views__front--news .view-mode-teaser {
    display: flex;
  }

  .c-views__front--news .view-mode-teaser div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/** END Teaser resources Home and News**/
/*
generic wrapper link for viewmodes
*/
.c-block-link {
  display: block;
}
/** famous-people **/
.view-id-famous_people_views.view-display-id-block_1 h1 {
  font-size: 45px;
  margin-bottom: .5rem;
}

.c-famous-people {
  color: #fff;
}

.c-famous-people h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
}

.c-famous-people .view-content ul,
.c-famous-people .view-content ul li {
  display: block;
}

.c-famous-people .view-content .c-btn--more {
  font-size: 18px;
  padding-right: 0;
  margin-bottom: 0;
}

.c-famous-people .view-footer {
  text-align: center;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .c-famous-people h3 {
    font-size: 20px;
  }

  .c-famous-people .view-content .c-btn--more {
    font-size: 15px;
  }
}

/** END famous-people **/

/** View Landing page block 8 **/
.view-id-landing_page_content ul {
  display: block;
}

.view-id-landing_page_content .view-content > ul > li {
  display: block;
}

.view-id-landing_page_content td {
  padding-bottom: 30px;
}

.view-id-landing_page_content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  display: block;
  margin: 0 0 5px 0;
  transition: none;
}


.view-id-landing_page_content .field-name-body,
.view-id-landing_page_content p {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  transition: none;
}

.view-id-landing_page_content li:hover h3,
.view-id-landing_page_content li:hover .field-name-body,
.view-id-landing_page_content li:hover p {
  color: #5f5a5e;
}

.view-id-landing_page_content .c-body {
  margin-bottom: .25rem;
}

@media only screen and (min-width: 769px) {
}
/** END View Landing page block 8 **/

/** Related Pages Block **/
.region-sidebar-second .block li {
  margin-bottom: 20px;
}

.region-sidebar-second .block li a {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  font-weight: 700;
}
.region-sidebar-second .block .content > p > strong {
  margin: 0 0 .25rem 0 !important;
      color: #4D4D4D;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

/** END Related Pages Block**/

/** Training list **/
.c-cont-educ .alpha {
  font-size: 45px;
  margin-bottom: .5rem;
}

.c-training--list-item {
  margin-bottom: 1rem;
  position: relative;
  transition: none;
}

.c-training--list-item * {
  transition: none;
}

.c-training--list-item:hover {
  background: #fff;
}

.c-training--list-item > div:first-child {
  /*background: #fff;*/
}

.c-training--list-item .views-field-title {
  padding: 10px 10px 0;
  font-weight: 700;
}

.c-training--list-item .views-field-title a {
  color: #30282d;
  font-size: 20px;
  line-height: 1.1;
  display: block;
  margin-bottom: 5px;
}

.c-training--list-item:hover .views-field-title a,
.c-training--list-item:hover .views-field-field-training-cost {
  /*color: #c5131f;*/
  opacity: .75;
}

.c-training--list-item .views-field-title a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-training--list-item .views-field-field-training-cost {
  padding: 0 10px 10px;
}

.c-training--list-item img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-training--list {
    display: flex;
  }

  .c-training--list-item {
      margin-bottom: 0;
  }

  .t-color--thunder.c-training--list-item img {
    max-height: 235px;
    width: auto;
    margin: 0 auto;
  }
}

/** END Training list **/

/** Facebook Band **/
.c-facebook-band {}
.c-facebook-band h3 {
  font-size: 40px;
  line-height: 1.2;
  border-bottom: 2px solid #8C888A;
  padding-bottom: 2rem;
}

.c-facebook-band h4 {
  text-align: center;
  margin-bottom: 0;
}

.c-facebook-band .c-footer__social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.c-facebook-band .c-facebook-plug {
  text-align: center;
  border-radius: 20px;
  padding: 0 18px;
  height: 310px;
  max-width: 536px;
}
/** END Facebook Band **/

/** Famous block2 **/
#block-views-famous-people-views-block-2 {
  margin-bottom: 1rem;
}
.view-famous-people-views.view-display-id-block_2 .view-content a {
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  display: block;
}
.view-famous-people-views.view-display-id-block_2 h3 a {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.view-famous-people-views.view-display-id-block_2 {
  border-bottom: 1px solid #979797;
  padding-bottom: 1.5rem;
}

.view-famous-people-views.view-display-id-block_2 h3 {
  line-height: 0.5;
  margin-bottom: 1rem;
  text-align: center;
}

.view-famous-people-views.view-display-id-block_2 ul {
  margin-bottom: 0
}

.view-famous-people-views.view-display-id-block_2 ul li {
  display: block;
}

.view-famous-people-views.view-display-id-block_2 .views-field-field-famous-image {
  margin-bottom: 5px;
}

.view-famous-people-views.view-display-id-block_2:after {
  content: "";
  display: table;
  clear: both;
}

.view-famous-people-views.view-display-id-block_2 .view-footer,
.view-famous-people-views.view-display-id-block_2 .view-footer p {
  text-align: center;
  margin-bottom: 0;
}

.view-famous-people-views.view-display-id-block_2 .c-btn {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #c5131f;
  background: transparent;
  border: 0;
}

.view-famous-people-views.view-display-id-block_2 .c-btn:hover {
  color: #de3d52;
}

/** END Famous block2 **/

/** Free resources Block **/
#block-block-31 ul {
  display: block;
  margin-bottom: 0;
}

#block-block-31 ul li {
  margin-bottom: 0;
}

#block-block-31 h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: .5rem;
}

#block-block-31 .c-btn {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #c5131f;
  background: transparent;
  border: 0;
}

#block-block-31 .c-btn:hover {
  color: #de3d52;
}

/** END Free resources Block **/



/** Page Title **/
.c-page__title {
  background: #123b6a;
  color: #fff;
  padding: 1rem 0 .25rem;
}

.c-page__title h1 {
  font-size: 25px;
  margin-bottom: .5rem;
}

@media only screen and (min-width: 768px) {
  .c-page__title {
    padding: 2.75rem 0 1rem;
  }

  .c-page__title h1 {
    font-size: 50px;
    margin-bottom: 1.66666rem;
  }
}
/** END Page Title **/

/** Celebrity Focus **/
.region-sidebar-second > .block {
  padding: 1.5rem 1rem;
}

/** END Celebrity Focus **/

/** SIDEBAR **/
#sidebar-second {
  clear: both;
}

.region-sidebar-second {
  display: block;
  flex-direction: row;
}

@media only screen and (min-width: 768px) {
  #sidebar-second {
    clear: none;
  }

}

@media only screen and (min-width: 1024px) {
  .region-sidebar-second {
    display: flex;
    flex-direction: column;
  }
}

#sidebar-second h2 {
  margin-bottom: 1rem;
}

#sidebar-second h2,
#sidebar-second h2 a,
#sidebar-second h4,
#sidebar-second h4 a {
  color: #4D4D4D;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

#sidebar-second .views-field-body,
#sidebar-second p {
  font-size: 12px;
  line-height: 1.3;
}


#sidebar-second .view-famous-peope-sidebar .views-field-field-famous-image {
  text-align: center;
}

#sidebar-second .view-famous-peope-sidebar .views-field-field-famous-image img {
  border: 1px solid #484848;
}

#sidebar-second .view-famous-peope-sidebar .views-field-title h4,
#sidebar-second .view-famous-peope-sidebar .views-field-title h4 a {
  font-size: 12px;
}

#sidebar-second .view-famous-peope-sidebar .views-field-title h4 {
  margin-bottom: 1rem;
}


/* view-famous-people-views */
#sidebar-second .view-famous-people-views ul {
  display: block;
  margin: 0;
}
#sidebar-second .view-famous-people-views {
  text-align: center;
}
#sidebar-second .view-famous-people-views img {
  border: 1px solid #484848;
  /*display: block;*/
  margin-bottom: .5rem;
}

#sidebar-second #block-views-famous-people-views-block {
  padding: 1.5rem;
}

/* END view-famous-people-views */
/** END SIDEBAR **/

/** block-system-main **/
#block-system-main {
  font-size: 18px;
}

#block-system-main .field-name-field-famous-image,
#block-system-main .field-name-field-image {
  display: block;
  margin: 0 1.5rem 1rem 0;
}
/** END block-system-main **/

/** Blog list **/
.node-blog.node-teaser .field-name-node-link {
  visibility: hidden;
}


/** Alerts **/
.c-alert--block--banner--true {
  background-color: #c5131f;
  color: #fff;
  padding: .75rem 0;
  position: relative;
  width: 100%;
}
.c-alert--block--banner span a {
  color: #fff;
  text-decoration: underline;
}
.c-alert--block--banner .j-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  width: 3rem;
}
.c-alert--block--banner svg {
  fill: #fff;
  width: 200%;
  display: block;
  top: -65%;
  left: -50%;
  position: relative;
}
.region-alertpopup {
  overflow: visible;
  position: fixed;
  top: 0;
  height: 0;
  z-index: 99999;
}
.c-alert--block--popup--true {
  position: relative;
  background: rgba(0, 0, 0, .5);
  top: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
}

.c-alert--block--popup-content {
  background: #fff;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  padding: 3rem;

}
.c-alert--block--popup-content h2 {
  margin-bottom: 0;
}

.c-alert--block--popup-content--body {
  margin-bottom: 1rem;
}
.c-alert--block--popup-content svg {
  height: 9rem;
  display: block;
  position: absolute;
  top: -1.5rem;
  right: 0;
}
.region-alertbanner,
.region-alertpopup {
  display: none;
  opacity: 0;
  transition: all .5s
}
.region-alertbanner.j-open,
.region-alertpopup.j-open {
  display: block;
  opacity: 1;
}
.region-alertbanner.j-open {
  /*height: 0;*/
}
.region-alertbanner > .block {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .region-alertbanner.j-open {
    position: fixed;
    width: 100%;
    top:62px;
  }
}
@media screen and (min-width: 768px) {
  .c-alert--block--flex {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-alert--block--flex .md-4 {
    padding-top: 30px;
  }
  .c-alert--block--popup-content {
    margin: 0 2rem;
    padding: 3rem 0;
  }
}

/* free info */
.c-phone-number {
  margin: auto;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: .5rem 1rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.c-phone-number::after {
  content: '';
  display: table;
  clear: both;
}

.c-phone-number > div {
  font-size: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.c-phone-number > div:first-child {
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .c-phone-number {
    width: 50%;
  }
  .c-phone-number > div {
    width: 50%;
    float: left;
  }
  .c-phone-number > div:first-child {
    border-right: solid 1px #ccc;
    border-bottom: none;
  }
}

.page-node-1497 .c-form,
.page-node-1577 .c-form  {
  border: none;
  padding: 0;
}
#webform-client-form-1497 fieldset,
#webform-client-form-1577 fieldset {
  border-radius: 1rem;
  border: 0;
  position: relative;
  background: #f0f0f0;
  margin: .5rem 0;
  padding: .5rem 1.25rem;
  width: 100%;
}

/*
@media screen and (min-width: 1024px) {
  #webform-component-preschooler,
  #webform-component-teenager {
    float: left;
    width: 48%;
    min-height: 130px;
    margin-right: 1%;
  }

  #webform-component-elementary,
  #webform-component-adult {
    float: left;
    width: 48%;
    min-height: 130px;
    margin-left: 1%;
  }
}
*/

#webform-client-form-1497 legend,
#webform-client-form-1577 legend {
  float: left;
  width: 100%;
  line-height: 1.4;
  padding: .5rem 0 0 0;
  margin: 0 0 .5rem 0;
}

#webform-client-form-1497 .form-item,
#webform-client-form-1577 .form-item  {
  margin: .5rem 0;
}

#webform-client-form-1497 label,
#webform-client-form-1577 label {
  font-weight: bold;
  margin-bottom: 0;
  display: inline;
  margin-right: 1em;
  vertical-align: middle;
}

#webform-client-form-1497 input,
#webform-client-form-1577 input {
  vertical-align: middle;
  margin: 0;
}

#webform-component-additional-options-fieldset legend,
#webform-component-explanation-fieldset legend {
  display: none;
}

#webform-component-additional-options-fieldset label {
  font-weight: normal;
  font-size: 1.05rem !important;
}

#edit-submitted-additional-options-fieldset-additional-options label {
  font-size: 14px !important;
  font-weight: bold;
}

#webform-component-additional-options-fieldset,
#webform-component-explanation-fieldset,
#webform-component-address {
}

@media screen and (min-width: 1024px) {
  #webform-component-address--email-address,
  #webform-component-address--salutation,
  #webform-component-address--city,
  #webform-component-address--country {
    width: 31%;
    float: left;
    margin-right: 2% !important;
  }
  #webform-component-address--first-name,
  #webform-component-address--suffix,
  #webform-component-address--state {
    width: 31%;
    margin-right: 2% !important;
    float: left;
  }

  #webform-component-address--last-name,
  #webform-component-address--zip-code {
    width: 33%;
    float: left;
  }

  #webform-component-address--address-1 {
    clear: both;
  }
}

#webform-client-form-1497 #edit-actions,
#webform-client-form-1577 #edit-actions {
  text-align: center;
  padding: 2rem 0 0 0;
  clear: both;
}
