/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, app/assets/stylesheets/themes/aon/../../_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, app/assets/stylesheets/themes/aon/../../_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, app/assets/stylesheets/themes/aon/../../_reset.scss */
body {
  line-height: 1;
}

/* line 34, app/assets/stylesheets/themes/aon/../../_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, app/assets/stylesheets/themes/aon/../../_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, app/assets/stylesheets/themes/aon/../../_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, app/assets/stylesheets/themes/aon/../../_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, app/assets/stylesheets/themes/aon/../../_layout.scss */
html,
body {
  height: 100%;
}

/* line 6, app/assets/stylesheets/themes/aon/../../_layout.scss */
body {
  display: flex;
  flex-direction: column;
}

/* line 11, app/assets/stylesheets/themes/aon/../../_layout.scss */
.main {
  flex: 1;
}

/* line 15, app/assets/stylesheets/themes/aon/../../_layout.scss */
h1, h2, h3, h4, strong, b {
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/themes/aon/../../_layout.scss */
section, article, nav, aside {
  overflow: scroll;
}

/* line 21, app/assets/stylesheets/themes/aon/../../_layout.scss */
a {
  color: #666;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/themes/aon/../../_layout.scss */
a:hover {
  color: #333;
}

/* line 28, app/assets/stylesheets/themes/aon/../../_layout.scss */
ul {
  list-style: none;
}

/* line 31, app/assets/stylesheets/themes/aon/../../_layout.scss */
details summary {
  font-style: italic;
  font-weight: bolder;
}

/* line 35, app/assets/stylesheets/themes/aon/../../_layout.scss */
dl dt {
  font-weight: bolder;
}

/* line 38, app/assets/stylesheets/themes/aon/../../_layout.scss */
dl dd {
  padding-left: 1em;
}

/* line 41, app/assets/stylesheets/themes/aon/../../_layout.scss */
legend {
  font-weight: bolder;
}

/* line 2, app/assets/stylesheets/themes/aon/../../_typography.scss */
body {
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
}

/* line 7, app/assets/stylesheets/themes/aon/../../_typography.scss */
h1,
h2,
h3,
h4,
h5 {
  color: #4d4d4d;
  margin: 10px 0;
}

/* line 16, app/assets/stylesheets/themes/aon/../../_typography.scss */
h1,
.h1 {
  font-size: 34px;
  line-height: 40px;
}

/* line 21, app/assets/stylesheets/themes/aon/../../_typography.scss */
h2,
.h2 {
  font-size: 28px;
  line-height: 34px;
}

/* line 26, app/assets/stylesheets/themes/aon/../../_typography.scss */
h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
}

/* line 31, app/assets/stylesheets/themes/aon/../../_typography.scss */
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}

/* line 36, app/assets/stylesheets/themes/aon/../../_typography.scss */
h5,
.h5 {
  font-size: 16px;
  line-height: 22px;
}

/* line 43, app/assets/stylesheets/themes/aon/../../_typography.scss */
a, .link {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/themes/aon/../../_typography.scss */
a:hover, .link:hover {
  background-color: transparent;
}

/* line 3, app/assets/stylesheets/themes/aon/../../_buttons.scss */
.btn-group {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/themes/aon/../../_buttons.scss */
.btn-group button, .btn-group .btn {
  margin-right: 10px;
}

/* line 9, app/assets/stylesheets/themes/aon/../../_buttons.scss */
.btn-group button:last-child, .btn-group .btn:last-child {
  margin-right: 0;
}

/* line 15, app/assets/stylesheets/themes/aon/../../_buttons.scss */
button, .btn {
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  background-color: #d0352e;
  border: 1px solid #d0352e;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-out;
}

/* line 26, app/assets/stylesheets/themes/aon/../../_buttons.scss */
button.btn--border, .btn.btn--border {
  background-color: #fff;
  color: #d0352e;
  border: 1px solid #d0352e;
}

/* line 32, app/assets/stylesheets/themes/aon/../../_buttons.scss */
button.btn--blue, .btn.btn--blue {
  background-color: #428ad8;
  border: 1px solid #428ad8;
  color: #fff;
}

/* line 38, app/assets/stylesheets/themes/aon/../../_buttons.scss */
button.btn--blue-light, .btn.btn--blue-light {
  background-color: #8eccf1;
  border: 1px solid #8eccf1;
  color: #fff;
}

/* line 44, app/assets/stylesheets/themes/aon/../../_buttons.scss */
button.btn--border-blue, .btn.btn--border-blue {
  background-color: #fff;
  color: #428ad8;
  border: 1px solid #428ad8;
}

/* line 51, app/assets/stylesheets/themes/aon/../../_buttons.scss */
button.btn--border:hover, button.btn--border-blue:hover, .btn.btn--border:hover, .btn.btn--border-blue:hover {
  background-color: #fff;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}

/* line 58, app/assets/stylesheets/themes/aon/../../_buttons.scss */
button.btn--small, .btn.btn--small {
  font-size: 14px;
  padding: 8px 12px;
}

/* line 63, app/assets/stylesheets/themes/aon/../../_buttons.scss */
button.disabled, button[disabled], .btn.disabled, .btn[disabled] {
  cursor: default;
  background-color: #d2d2d2;
  border: 1px solid #d2d2d2;
}

/* line 69, app/assets/stylesheets/themes/aon/../../_buttons.scss */
button:hover, .btn:hover {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
}

/* line 77, app/assets/stylesheets/themes/aon/../../_buttons.scss */
.login-form__submit {
  text-transform: initial !important;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 3px;
  box-shadow: 2px 2px 1px 0px #d2d2d2 !important;
}

/* line 85, app/assets/stylesheets/themes/aon/../../_buttons.scss */
.login-form__submit:hover {
  background: #4d4d4d;
}

/* line 90, app/assets/stylesheets/themes/aon/../../_buttons.scss */
.login-form__submit-container {
  position: relative;
  text-align: center;
  padding: 15px 0 20px;
}

/* line 1, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error {
  display: flex;
  padding-top: 0;
  background: #f9f9f9;
}

/* line 6, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error__sidebar {
  width: 240px;
  height: 100vh;
  padding-top: 15px;
  text-align: center;
  border-right: 1px dotted #bfbfbf;
}

/* line 14, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error__logo {
  width: 160px;
}

/* line 18, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 25, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error__body {
  text-align: center;
  margin-top: 80px;
  line-height: 26px;
  padding: 0 10px;
}

/* line 32, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error__image-container {
  display: inline-block;
}

/* line 36, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error__title {
  margin: 10px 0;
  color: #505050;
  font-size: 34px;
  font-weight: 100;
  line-height: 42px;
}

/* line 44, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error__content {
  color: #505050;
  font-size: 16px;
  font-weight: 300;
}

/* line 50, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error__link {
  color: #0083a9;
}

/* line 53, app/assets/stylesheets/themes/aon/../../_forbidden.scss */
.forbidden-error__link:hover {
  color: #505050;
}

/* line 1, app/assets/stylesheets/themes/aon/../../components/sessions/_header.scss */
.sessions > header, .renew > header {
  height: 100px;
  background: #d0352e;
  display: flex;
}

/* line 6, app/assets/stylesheets/themes/aon/../../components/sessions/_header.scss */
.sessions > header h3, .renew > header h3 {
  margin: auto;
  color: #fff;
}

/* line 1, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 25px 25px 25px 25px;
}

@media (max-width: 1024px) {
  /* line 1, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
  .login-page {
    padding: 0;
  }
}

/* line 12, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 1024px) {
  /* line 12, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
  .login-page__container {
    flex-direction: column-reverse;
    padding: 20px;
  }
}

/* line 23, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page__subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #8a8a8a;
}

/* line 30, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page__logo-container {
  background: #fff;
}

/* line 34, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page__logo {
  display: block;
  width: 140px;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page__email-container {
  text-align: center;
}

/* line 44, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page__email {
  position: relative;
  color: #4d4d4d;
  background-color: transparent;
  border: 0;
  padding: 0;
}

/* line 51, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page__email:hover {
  border: 0;
  background-color: transparent;
  color: #4d4d4d;
}

/* line 57, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page__email:focus {
  outline: none;
}

/* line 61, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-page__email:before {
  content: "";
  position: absolute;
  background-position: center;
  width: 20px;
  height: 10px;
  top: 6px;
  left: -30px;
}

/* line 73, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container {
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 28px 45px 30px 45px;
  border: 1px solid #d2d2d2;
}

/* line 81, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0;
}

/* line 88, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container__title--icon:before {
  content: '\2713';
  color: #0383a8;
}

/* line 93, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container__title--success {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 100, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container__text {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  margin: 0px;
}

/* line 106, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container__text--hint {
  color: #bfbfbf;
}

/* line 110, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container__text--center {
  text-align: center;
}

/* line 115, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container__button {
  width: 100%;
  margin: 5px 0px 20px 0px;
}

/* line 120, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container__link {
  margin: 0px;
}

/* line 124, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.login-container .form-checkbox label {
  line-height: initial;
}

/* line 131, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens header {
  display: block;
  background-color: #d0352e;
  font-size: 15px;
  width: 100%;
  z-index: 110;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 143, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens header h3 {
  font-size: 25px;
  color: #fff;
}

/* line 148, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 0;
}

/* line 155, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}

@media (max-width: 1024px) {
  /* line 155, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
  .authentication_tokens .login-page__container {
    flex-direction: column-reverse;
  }
}

/* line 166, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page__subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #8a8a8a;
}

/* line 173, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page__logo-container {
  background: #fff;
  padding: 0 40px 10px;
}

/* line 178, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page__logo {
  display: block;
  width: 140px;
  margin: 0 auto;
}

/* line 184, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page__email-container {
  text-align: center;
}

/* line 188, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page__email {
  position: relative;
  color: #4d4d4d;
  background-color: transparent;
  border: 0;
  padding: 0;
}

/* line 195, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page__email:hover {
  border: 0;
  background-color: transparent;
  color: #4d4d4d;
}

/* line 201, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page__email:focus {
  outline: none;
}

/* line 205, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page__email:before {
  content: "";
  position: absolute;
  background-position: center;
  width: 20px;
  height: 10px;
  top: 6px;
  left: -30px;
}

/* line 215, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page .login-form__submit-container {
  padding: 20px 30px;
}

/* line 218, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-page .login-form__submit-container input[type=submit] {
  color: #fff;
  background-color: #d0352e;
  border: 1px solid #d0352e;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 3px;
  box-shadow: 2px 2px 1px 0 #d2d2d2;
  cursor: pointer;
  line-height: 22px;
  width: 100%;
}

/* line 233, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container {
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 28px 0;
  border: 1px solid #d2d2d2;
}

/* line 241, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0;
}

/* line 248, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container__title--icon:before {
  content: '\2713';
  color: #0383a8;
}

/* line 253, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container__title--success {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 260, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container__text {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  margin: 0px;
}

/* line 266, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container__text--hint {
  color: #bfbfbf;
}

/* line 270, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container__text--center {
  text-align: center;
}

/* line 275, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container__button {
  width: 100%;
  margin: 5px 0px 20px 0px;
}

/* line 280, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container__link {
  margin: 0px;
}

/* line 284, app/assets/stylesheets/themes/aon/../../components/sessions/_login.scss */
.authentication_tokens .login-container .form-checkbox label {
  line-height: initial;
}

/* line 1, app/assets/stylesheets/themes/aon/../../components/sessions/_footer.scss */
.sessions > footer, .renew > footer {
  height: 30px;
  font-size: 13px;
  color: #8a8a8a;
  display: flex;
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #e7e7e7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #e7e7e7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdfdfd 0%, #e7e7e7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e7e7e7',GradientType=0 );
  /* IE6-9 */
}

/* line 13, app/assets/stylesheets/themes/aon/../../components/sessions/_footer.scss */
.sessions > footer ul, .renew > footer ul {
  margin: auto;
}

/* line 16, app/assets/stylesheets/themes/aon/../../components/sessions/_footer.scss */
.sessions > footer ul li, .renew > footer ul li {
  display: inline-block;
}

/* line 19, app/assets/stylesheets/themes/aon/../../components/sessions/_footer.scss */
.sessions > footer ul li:not(:first-child):before, .renew > footer ul li:not(:first-child):before {
  content: '|';
}

/* line 27, app/assets/stylesheets/themes/aon/../../components/sessions/_footer.scss */
.authentication_tokens .page_footer {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #8a8a8a;
}

/* line 3, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.not-logged-in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}

/* line 15, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.not-logged-in__content {
  width: 100%;
  max-width: 1010px;
  margin-bottom: auto;
}

/* line 21, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.not-logged-in .btn {
  padding: 10px 0;
}

/* line 26, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.not-logged-header {
  display: block;
  background-color: #d0352e;
  font-size: 15px;
  width: 100%;
  z-index: 110;
  height: 56px;
  text-align: center;
}

@media (max-width: 576px) {
  /* line 26, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .not-logged-header {
    height: auto;
  }
}

/* line 39, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.not-logged-header h1,
.not-logged-header h2 {
  font-weight: 100;
}

/* line 44, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.not-logged-header__title {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  margin: 10px 0;
}

@media (max-width: 576px) {
  /* line 44, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .not-logged-header__title {
    font-size: 16px;
    line-height: 22px;
    z-index: 120;
    padding: 14px 20px;
    margin: 0;
  }
}

/* line 60, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.not-logged-footer {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #bfbfbf;
  padding: 5px;
  font-size: 12px;
}

@media (max-width: 576px) {
  /* line 60, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .not-logged-footer {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 12px;
  }
}

/* line 75, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login {
  max-width: 100%;
  padding: 48px 25px;
}

@media (max-width: 1024px) {
  /* line 75, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .external-login {
    padding: 0;
  }
}

/* line 83, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login a.btn-login {
  display: block;
  font-size: 16px;
  margin: auto;
  max-width: 280px;
  text-align: center;
  width: 100%;
}

/* line 92, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__welcome {
  font-weight: bold;
  line-height: 1.5;
  margin: 16px 0 24px 0;
  text-align: center;
  color: #4d4d4d;
}

/* line 100, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

@media (max-width: 1024px) {
  /* line 100, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .external-login__container {
    flex-direction: column-reverse;
    align-items: center;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  /* line 100, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .external-login__container {
    flex-direction: column-reverse;
    padding: 20px;
  }
}

/* line 117, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__info-section-container {
  flex: 1;
  font-size: 14px;
  margin-right: 32px;
  max-width: 525px;
}

@media (max-width: 1024px) {
  /* line 117, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .external-login__info-section-container {
    margin-right: 0;
    margin-top: 30px;
    max-width: 500px;
    width: 100%;
  }
}

/* line 131, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__form-container {
  display: flex;
  flex-direction: column;
  max-width: 344px;
  flex: 1;
}

@media (max-width: 1024px) {
  /* line 131, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .external-login__form-container {
    max-width: 500px;
    width: 100%;
  }
}

/* line 143, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__form-wrapper {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  padding: 31px 35px;
  box-shadow: 0 2px 15px 0 rgba(210, 210, 210, 0.5);
}

@media (max-width: 1024px) {
  /* line 143, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .external-login__form-wrapper {
    width: 100%;
  }
}

/* line 156, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__logo-container {
  background: #fff;
  margin: 10px 30px 30px;
}

/* line 161, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__logo {
  display: block;
  width: 86px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  /* line 161, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
  .external-login__logo {
    width: 86px;
  }
}

/* line 171, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__powered-by-cw-logo {
  display: block;
  width: 200px;
  height: 18px;
  margin: 0 auto;
}

/* line 178, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__signup-container {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}

/* line 185, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__signup-container a {
  color: #428ad8;
}

/* line 190, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login .info-section__title {
  font-size: 24px;
  margin: 0 0 18px;
}

/* line 195, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login .info-list {
  font-size: 14px;
}

/* line 198, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login .info-list__item {
  display: flex;
  margin-bottom: 16px;
}

/* line 202, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login .info-list__item p {
  line-height: 1.5;
}

/* line 206, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login .info-list__item span {
  color: #0083a9;
  margin-right: 10px;
  font-size: 21px;
}

/* line 213, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__okta-info {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

/* line 220, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__individuals-info {
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

/* line 227, app/assets/stylesheets/themes/aon/../../components/provider_selection/_external_provider.scss */
.external-login__individuals-info a {
  color: #0083a9;
}
