

.header-container {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin: 0;
}

@media only screen {
  .header-container {
    width: 100%;
  }
}

.header-item,
.header-pane {
  vertical-align: middle;
  text-align: center;
  padding: 0 1em;
  list-style-type: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
  margin-right: -0.2675em;
}

@media screen and (min-width: 690px) {
  .header-item,
  .header-pane {
    display: inline-block;
    font-size: 1.125em;
    height: 5.556em;
  }
}

.header-item a,
.header-pane a {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.header-item a:hover,
.header-pane a:hover {
  text-decoration: none;
  color: #84919c;
}

.header-item a.toplink,
.header-pane a.toplink {
  color: #005c9c;
}

.header-pane {
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.header-item {
  padding-left: 0;
}

.header-pane.active {
  background-color: #eef2f5;
  border-left: 1px solid #d5e0e8;
  border-right: 1px solid #d5e0e8;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.header-pane.active a {
  color: #84919c;
}

.header-pane:hover {
  background-color: #eef2f5;
  border-left: 1px solid #d5e0e8;
  border-right: 1px solid #d5e0e8;
}

.header-pane.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eef2f5;
}

.header-pane-selectors {
  display: inline-block;
}

@media screen and (max-width: 690px) {
  .header-pane-selectors {
    display: none;
  }
}

.header-secondary-links {
  float: right;
}

@media screen and (max-width: 690px) {
  .header-secondary-links {
    display: none;
  }
}

.header-secondary-links .header-item {
  display: none;
}

@media screen and (min-width: 950px) {
  .header-secondary-links .header-item {
    display: inline-block;
  }
}

.header-secondary-links .header-item.search {
  display: inline-block;
}

.header-secondary-links .header-item__link {
  font-size: .7em;
  line-height: 7.937em;
  height: auto;
  display: none;
}

@media screen and (min-width: 690px) {
  .header-secondary-links {
    display: inline-block;
  }

  .header-secondary-links .header-item__link--search {
    display: inline-block;
  }
}

@media screen and (min-width: 950px) {
  .header-secondary-links .header-item__link {
    display: inline-block;
  }
}

.header-wef__logo {
  position: relative;
  height: 3em;
  margin-top: 0.75em;
  margin-bottom: 0.625em;
}

@media screen and (min-width: 690px) {
  .header-wef__logo {
    padding: 0;
    display: inline-block;
    margin-top: 1.028em;
    margin-bottom: 1.028em;
    height: 3.5em;
  }
}

.header-item__link {
  color: #005c9c;
  text-decoration: none;
  font-weight: 600;
  line-height: 5.556em;
  height: 5.556em;
  display: inline-block;
}

.header-item__link.active {
  border-bottom: 2px solid;
  padding-bottom: 4px;
}

.drawer-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 1.5em 1.25em;
}

.drawer-icon:hover {
  cursor: pointer;
}

.drawer-icon img {
  height: 1em;
}

@media screen and (min-width: 690px) {
  .drawer-icon {
    display: none;
  }
}

.header-toplink-button {
  border: 1px solid #d5e0e8;
  border-radius: 5px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.header-toplink-button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  .header-toplink-button {
    display: inline-block;
    width: auto;
    text-align: center;
  }

  .header-toplink-button span {
    float: none;
  }

  .header-toplink-button img {
    position: relative;
    left: .75em;
  }
}

.header-toplink-button:hover {
  background-color: #005c9c;
  border-color: transparent;
  color: #ffffff;
}

.content-container {
  width: 100%;
  min-height: 100%;
  left: 0;
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}

body.is-pushed-right .content-container {
  background: #fff;
  position: relative;
  left: 85%;
  box-shadow: -3px 0 15px 0px rgba(0, 0, 0, 0.1);
}

body.is-pushed-right .drawer-icon {
  display: none;
}

.meganav-container {
  position: absolute;
  width: 100%;
  background-color: #eef2f5;
  z-index: 11;
}

.meganav-container .tout-list--grid {
  margin: 0;
}

.meganav-container .tout:first-child,
.meganav-container .tout-list--grid .tout {
  margin-top: 0;
  margin-bottom: 0;
}

.meganav-content {
  border-bottom: 1px solid #d5e0e8;
  display: none;
  padding-top: 1em;
  position: relative;
}

.meganav-content:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.3), transparent 100%);
}

.meganav-content .tout--mini.tout--event .placeholder {
  max-width: 100px;
}

.meganav-content--tall {
  padding-bottom: 2em;
}

.meganav-content--tall:after {
  bottom: -50px;
}

.meganav-content__description {
  border-bottom: 1px solid #d5e0e8;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #84919c;
}

.agenda .meganav-content__description .description {
  text-align: right;
}

.meganav-section-end {
  border-top: 1px solid #d5e0e8;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 2em;
  text-align: right;
  font-weight: 600;
}

.meganav-section-end a {
  color: #005c9c;
  text-decoration: none;
}

.meganav-section-end span {
  position: relative;
  right: .5em;
}

@media only screen and (min-width: 64.0625em) {
  .meganav-section-end {
    padding-right: 0;
  }
}

.meganav-agenda-subpane {
  display: none;
}

.subpane-navigation {
  position: absolute;
  bottom: 1em;
}

.subpane-navigation .subpane-navigation__item {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  color: #005c9c;
  margin-right: 2em;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.subpane-navigation .subpane-navigation__item:last-of-type {
  margin-right: 0;
}

.subpane-navigation .subpane-navigation__item.active {
  color: #84919c;
}

.subpane-navigation .subpane-navigation__item.active::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -8.5px;
  width: 17px;
  height: 9px;
  background-image: url(/assets/subnav-active-arrow.svg);
}

.mega-summary {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  .mega-summary {
    width: 33.33333%;
  }
}

.mega-summary .story-summary__image--report {
  padding-left: 0;
  padding-right: 0;
}

.mega-summary-2x {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  .mega-summary-2x {
    width: 50%;
  }
}

.mega-summary a,
.mega-summary-2x a {
  color: #141414;
  text-decoration: none;
}

.mega-summary a:hover .mega-summary__title,
.mega-summary-2x a:hover .mega-summary__title {
  text-decoration: underline;
}

.mega-summary a,
.mega-summary-2x a {
  color: #141414;
  text-decoration: none;
}

.mega-summary a:hover .mega-story__title,
.mega-summary-2x a:hover .mega-story__title {
  text-decoration: underline;
}

.mega-summary:last-of-type .gutter-marking,
.mega-summary-2x:last-of-type .gutter-marking {
  display: none;
}

.mega-summary__image {
  margin-bottom: .5em;
}

.mega-summary__caption {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: .75em;
}

.mega-summary__title {
  font-weight: 600;
  font-size: 1.265em;
  color: #141414;
}

.mega-about__image {
  margin-bottom: .5em;
}

.mega-story__title {
  font-weight: 600;
  font-size: 1.265em;
  margin-bottom: .75em;
}

.mega-list-group {
  padding: 0;
  list-style-type: none;
}

.mega-list-group__header {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  margin-bottom: 1em;
}

.mega-list-group__header span {
  border-bottom: 3px solid #d5e0e8;
  font-weight: 600;
  padding-bottom: 10px;
}

.mega-list-group__header .gutter-marking {
  height: 90%;
}

.mega-list-group__item {
  font-weight: 600;
  font-size: .875em;
  margin-bottom: 1em;
}

.mega-list-group__item a {
  color: #005c9c;
  text-decoration: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.mega-list-group__item a:hover {
  color: #84919c;
}

.mega-event-summary .tout__title {
  font-size: 2em;
}

.mega-event-summary .gutter-marking {
  height: 90%;
}

footer {
  background-color: #edf2f5;
  padding-bottom: 5em;
}

footer .list-group__item {
  font-size: .9em;
}

.footer__list-group {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
}

@media only screen {
  .footer__list-group {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .footer__list-group {
    width: 25%;
  }
}

.footer__info-container {
  border-top: 1px solid #d5e0e8;
  color: #838a8f;
  margin: 2em 0;
  padding-top: 1em;
  font-size: .9em;
}

.footer__info-container a,
.footer__info-container a:visited,
.footer__info-container a:active {
  color: #838a8f;
}

.footer__info-group {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  padding-left: 0;
  padding-right: 0;
}

@media only screen {
  .footer__info-group {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .footer__info-group {
    width: 50%;
  }
}

@media only screen and (max-width: 40em) {
  .footer__info-group {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 40.0625em) {
  .footer__info-group:last-of-type {
    text-align: right;
  }
}

.footer__wrapper {
  border-top: 1px solid #d5e0e8;
  border-bottom: 1px solid #d5e0e8;
}

.footer__newsletter {
  width: 70%;
  position: relative;
  float: left;
  padding: 21px;
}

.footer__newsletter::after {
  content: "";
  display: block;
  position: absolute;
  right: -1.75%;
  top: 0;
  bottom: -2px;
  border-right: 1px solid #d5e0e8;
}

@media only screen and (max-width: 40em) {
  .footer__newsletter::after {
    border: none;
  }
}

@media only screen and (max-width: 40em) {
  .footer__newsletter {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .footer__newsletter {
    width: 50%;
  }
}

.footer__form__field {
  margin: 0.75em 0 0 0;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50%;
  text-align: left;
  font-weight: normal;
  border: 0;
}

@media only screen and (min-width: 64.0625em) {
  .footer__form__field {
    margin: 0;
    text-align: left;
    width: 50%;
    right: 1.5em;
  }
}

@media only screen and (max-width: 40em) {
  .footer__form__field {
    padding: 0.5em 0;
  }
}

.footer__form__input {
  border: 1px solid #84919c;
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
  padding: 0.75em 1em;
  float: left;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

@media only screen and (min-width: 64.0625em) {
  .footer__form__input {
    width: 200px;
  }
}

@media only screen and (max-width: 40em) {
  .footer__form__input {
    width: 100%;
    margin-bottom: 0.75em;
    border-right: 1px solid #84919c;
    border-radius: 4px;
  }
}

.footer__form__submit {
  background-color: #005c9c;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #005c9c;
  color: white;
  font-weight: 600;
  padding: 0.65em 1em 0.85em;
  float: left;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

@media only screen and (max-width: 40em) {
  .footer__form__submit {
    border-radius: 4px;
  }
}

.footer__form__submit:hover {
  background-color: #004d83;
}

.footer__socialmedia {
  width: 30%;
  position: relative;
  float: left;
  padding: 21px;
}

@media only screen and (max-width: 40em) {
  .footer__socialmedia {
    width: 100%;
    border-top: 1px solid #d5e0e8;
  }
}

.footer__socialmedia .footer__socialmedia-title {
  padding: 2em 1em 1.125em;
  float: left;
  position: relative;
  font-weight: 600;
}

@media only screen and (max-width: 40em) {
  .footer__socialmedia .footer__socialmedia-title {
    width: 100%;
    padding: 0em;
    float: none;
  }
}

.footer__socialmedia .footer__socialmedia-group {
  padding: 1.45em 0 0 0em;
}

.side-drawer {
  height: 100%;
  background-color: #eef2f5;
  position: absolute;
  width: 85%;
  overflow: none;
  display: none;
  z-index: 0;
}

.side-drawer__nav {
  padding: 0;
  list-style-type: none;
}

.side-drawer__item {
  border-bottom: 1px solid #d5e0e8;
  padding: .875em 0;
  padding: .875em 0;
  cursor: pointer;
}

.side-drawer__item:first-of-type {
  border-top: 1px solid #d5e0e8;
}

.side-drawer__item.expanded {
  border-bottom-color: #eef2f5;
  padding-bottom: 0;
}

.side-drawer__item.expanded .side-drawer__link {
  color: #005c9c;
}

.side-drawer__item.expanded .side-drawer__sublinks {
  display: block;
}

.side-drawer__link {
  color: #005c9c;
  font-weight: 600;
  text-decoration: none;
  padding-left: 1em;
  display: block;
}

.side-secondary-nav {
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding-left: .3em;
}

.side-secondary-nav > * {
  display: inline-block;
}

.side-secondary-nav a {
  color: #005c9c;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 0.5em;
  font-size: .79em;
  bottom: 2px;
  position: relative;
}

.search-widget {
  position: relative;
  padding: .5em 1em 0;
}

.search-widget .search-bar {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background-color: white;
  width: calc(100% - 22px - .5em);
  padding: .5em;
  margin-top: .5em;
  border-radius: 4px;
  border: 1px solid #d5e0e8;
  line-height: 1.2;
}

.search-widget .form-submit {
  padding-left: .5em;
}

.side-drawer__close {
  position: absolute;
  cursor: pointer;
  right: -2em;
  top: .55em;
  content: " ";
  height: 50px;
  width: 40px;
  background-image: url(cancel.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  opacity: 0;
  z-index: 0;
  -webkit-transition: right 0.35s ease-in-out;
  -moz-transition: right 0.35s ease-in-out;
  -o-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}

.is-pushed-right .side-drawer__close {
  opacity: 1;
  z-index: 101;
  right: 0.5em;
}

.side-drawer__sublinks {
  background-color: #e0e6ee;
  padding-left: 0;
  margin-top: .75em;
  display: none;
}

.side-drawer__sublink {
  display: block;
  padding: .5em 0;
  padding-left: 2em;
  border-bottom: 1px solid #d5e0e8;
}

.side-drawer__sublink a,
.side-drawer__sublink a:visited,
.side-drawer__sublink a:hover {
  font-size: .875em;
  color: #005c9c;
  text-decoration: none;
}

.drawer-toplink-container {
  display: block;
}

.drawer-toplink-button {
  border: 1px solid #d5e0e8;
  border-radius: 5px;
  padding: 1em 1.5em 1em 1.5em;
  margin: 2em 0;
  text-align: left;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.drawer-toplink-button img {
  position: relative;
  right: 0;
  top: 0.15em;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  .drawer-toplink-button {
    display: inline-block;
    width: auto;
    text-align: center;
  }

  .drawer-toplink-button span {
    float: none;
  }

  .drawer-toplink-button img {
    position: relative;
    left: .75em;
  }
}

.cookie-policy {
  display: none;
  position: relative;
  padding-top: 0.533em;
  padding-bottom: 0.533em;
  border-bottom: 1px solid #d5e0e8;
}

.cookie-policy__container {
  position: relative;
}

.cookie-policy__message {
  font-size: 0.8em;
  color: #84919c;
  margin-left: 2.344em;
}

.cookie-policy__dismiss {
  position: absolute;
  top: 1px;
  cursor: pointer;
  height: 12px;
  width: 12px;
  background-image: url(cancel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.sub-title {
  border-top: 3px solid #141414;
  padding-top: .2em;
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 2em;
  padding-bottom: .375em;
  margin-top: 0;
  margin-bottom: .5em;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  .sub-title {
    margin-bottom: .9em;
  }
}


.list-group {
  padding-bottom: 1em;
  padding-top: 1em;
}

.list-group__header {
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
}

.list-group__header span {
  border-bottom: 3px solid #d5e0e8;
  font-weight: 600;
  padding-bottom: 10px;
}

.list-group.expandable .list-group__header {
  cursor: pointer;
}

@media only screen and (min-width: 40.0625em) {
  .list-group.expandable .list-group__header {
    cursor: auto;
  }
}

.list-group__toggler {
  display: block;
  float: right;
}

@media only screen and (min-width: 40.0625em) {
  .list-group__toggler {
    display: none;
  }
}

.list-group.expandable.is-expanded .list-group__items,
.list-group:not(.expandable) .list-group__items {
  display: block;
}

.list-group__items {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: none;
  margin-top: 1em;
}

@media only screen and (min-width: 40.0625em) {
  .list-group__items {
    display: block;
  }
}

.list-group__item {
  margin-bottom: 1em;
}

.list-group__item a {
  color: #005c9c;
  text-decoration: none;
}

.list-group__item a.is-active {
  font-weight: 600;
}

.list-group__item a:hover {
  text-decoration: underline;
}

.list-group__subitem {
  padding-left: .5em;
  margin-bottom: .5em;
}

.list-group__subitem:first-of-type {
  margin-top: .5em;
}

.list-group__subitem img {
  padding-right: .25em;
}


.search__content {
  display: none;
  margin-bottom: 3em;
  padding-top: 1em;
}

.search__content:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.3), transparent 100%);
}

.search-container .search__content {
  position: absolute;
  width: 100%;
  background-color: #eef2f5;
  z-index: 10;
}

.search-bar-container {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  margin-top: 4em;
  margin-bottom: 6em;
}

@media only screen {
  .search-bar-container {
    width: 100%;
  }
}

.search-bar-container .form-submit {
  position: absolute;
  width: 28px;
  right: 3em;
  top: 1.75em;
}

.search-bar {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background-color: white;
  color: #141414;
  font-size: 2em;
  font-weight: 300;
  padding: .75em .5em;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d5e0e8;
}

.search-bar--icon,
.search-bar--close {
  display: none;
}

.social-share--facebook,
.social-share--twitter,
.social-share--linkedin,
.social-share--whatsapp,
.social-share--email {
  width: 40px;
  height: 40px;
  color: white;
  font-size: 14.22px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  margin-right: .5em;
  margin-bottom: .35em;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.social-share--facebook {
  background-color: #3d5ba8;
  background-image: url(facebook-logo.svg);
}

.social-share--facebook:hover {
  background-color: #2d447f;
}

.social-share--twitter {
  background-color: #24abe2;
  background-image: url(twitter-logo.svg);
}

.social-share--twitter:hover {
  background-color: #1d92c1;
}

.social-share--linkedin {
  background-color: #007bb6;
  background-image: url(linkedin-logo.svg);
}

.social-share--linkedin:hover {
  background-color: #005b87;
}

.social-share--whatsapp {
  background-color: #25d366;
  background-image: url(whatsapp-logo.svg);
}

.social-share--whatsapp:hover {
  background-color: #1da34f;
}

.social-share--email {
  background-color: #9aa9b7;
  background-image: url(email-action.svg);
  background-size: 50%;
}

.social-share--email:hover {
  background-color: #77838d;
}

.social-share--whatsapp {
  display: none;
}

.social-sharing-mobile .social-share--whatsapp {
  display: inline-block;
}

.newsletter:before,
.newsletter:after {
  content: " ";
  display: table;
}

.newsletter:after {
  clear: both;
}

@media only screen and (min-width: 64.0625em) {
  .newsletter {
    padding: 0.75em 0 1.125em;
  }
}

@media only screen and (min-width: 64.0625em) {
  .newsletter__callout {
    float: left;
    margin-right: 1em;
    padding-top: 0.125em;
  }
}

.newsletter__callout b {
  font-size: 1.375em;
  font-weight: 600;
}

.newsletter__callout__description {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
  font-size: 1em;
  margin-top: 0.5em;
  line-height: 1.4;
}

@media only screen and (min-width: 64.0625em) {
  .newsletter__form {
    float: right;
  }
}

.newsletter__form__field {
  margin: 0.75em 0 0 0;
  overflow: hidden;
  padding: 0.5em 0;
  width: 100%;
  text-align: left;
  font-weight: normal;
  border: 0;
}

@media only screen and (min-width: 64.0625em) {
  .newsletter__form__field {
    margin: 0;
    text-align: left;
    width: auto;
    position: absolute;
    right: 1.5em;
  }
}

@media only screen and (max-width: 40em) {
  .newsletter__form__field {
    padding: 0.5em 0;
  }
}

.newsletter__form__input {
  border: 1px solid #84919c;
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
  padding: 0.75em 1em;
  float: left;
  width: 300px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

@media only screen and (min-width: 64.0625em) {
  .newsletter__form__input {
    width: 160px;
  }

  .newsletter__form__input:focus {
    outline: none;
    width: 300px;
    box-shadow: -2px 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 40em) {
  .newsletter__form__input {
    width: 100%;
    margin-bottom: 0.75em;
    border-right: 1px solid #84919c;
    border-radius: 4px;
  }
}

.newsletter__form__submit {
  background-color: #005c9c;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #005c9c;
  color: white;
  font-weight: 600;
  padding: 0.65em 1em 0.85em;
  float: left;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

@media only screen and (min-width: 64.0625em) {
  .newsletter__form__submit {
    float: right;
  }
}

@media only screen and (max-width: 40em) {
  .newsletter__form__submit {
    border-radius: 4px;
  }
}

.newsletter__form__submit:hover {
  background-color: #004d83;
}
