﻿@import "/Includes/fonts/font-awesome-4.4.0/css/font-awesome.min.css";

@font-face {
    font-family: SharpSans;
    src: url('/Includes/fonts/SharpSansNo1/SharpSansNo1-Medium.woff');
}

@font-face {
    font-family: SharpSans;
    src: url('/Includes/fonts/SharpSansNo1/SharpSansNo1-MediumItalic.woff');
    font-style: italic;
}

@font-face {
    font-family: SharpSans;
    src: url('/Includes/fonts/SharpSansNo1/SharpSansNo1-Bold.woff');
    font-weight: bold;
}

@font-face {
    font-family: SharpSans;
    src: url('/Includes/fonts/SharpSansNo1/SharpSansNo1-BoldItalic.woff');
    font-weight: bold;
    font-style: italic;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: none;
}

b, strong {
    font-weight: bold;
}

/* Template Styles */

body {
    overflow-x: hidden;
}

.page {
    font: normal 14px/20px 'SharpSans', Arial, sans-serif;
    background-color: #ffffff;
    color: #909090;
}

.page__header {
    position: relative;
    z-index: 10;
    margin-top: -1px;
    background-color: #92278f;
    height: 30px;
}

.page__content {
    background-color: #eaeaea;
}

.content {
    min-height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.content__container {
    flex: 1;
}

.content__box {
    margin: 15px;
    overflow: auto;
}

.content__box_color_white {
    background-color: rgba(255, 255, 255, .85);
}

.content__angled-divider {
    display: flex;
    margin-bottom: -2px;
}

.content__angled-divider:before,
.content__angled-divider:after {
    content: "";
    position: relative;
    display: block;
    height: 45px;
    flex: 1;
    background-color: #ffffff;
    z-index: 10;
}

.content__angled-divider:before {
    left: -36px;
    -webkit-transform: skew(60deg);
    -moz-transform: skew(60deg);
    -o-transform: skew(60deg);
    -ms-transform: skew(60deg);
    transform: skew(60deg);
}

.content__angled-divider:after {
    right: -36px;
    -webkit-transform: skew(-60deg);
    -moz-transform: skew(-60deg);
    -o-transform: skew(-60deg);
    -ms-transform: skew(-60deg);
    transform: skew(-60deg);
}

.login-form {
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.login-form__logo {
    margin: 0 auto 36px auto;
    background-image: url(/images/ABB-logo.svg);
    background-position: center;
    width: 220px;
    height: 43px;
}

.login-form__custom-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.link {
    font: inherit;
    color: inherit;
    font-weight: 300;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.link:hover, .link:focus {
    color: #4bc1eb;
}

.link_cta {
    margin: 0 16px;
    padding-left: 12px;
    position: relative;
}

.link_cta:before {
    content: '\f105';
    font-family: FontAwesome;
    text-decoration: none;
    font-size: 23px;
    vertical-align: middle;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #4bc1eb;
    position: absolute;
    left: 0;
}

.page__footer {
    margin: 50px 0;
}

.footer {
    font-size: 15px;
    text-align: center;
    color: #92278f;
}

.footer__container {
    padding: 0 15px;
}

.footer__item {
    margin: 0;
    margin-bottom: 8px;
    border: 0;
    padding: 10px 5%;
}

.address__segment {
    white-space: nowrap;
}

.modal-header {
    color: #4bc1eb;
    font-size: 32px;
    font-style: italic;
    text-align: center;
    padding: 30px;
}

.modal-body {
    padding: 30px;
}

.modal-heading {
    color: #92278f;
    font-size: 20px;
    font-style: italic;
    line-height: 32px;
}

.modal-copy {
    color: #444;
    padding: 10px 5%;
    font-size: 16px;
    line-height: 22px;
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

@media (min-width: 768px) {
    .page__content {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

    .page__content_background_0 {
        background-image: url(/images/image0.jpg);
    }

    .page__content_background_1 {
        background-image: url(/images/image1.jpg);
    }

    .page__content_background_2 {
        background-image: url(/images/image2.jpg);
    }

    .page__content_background_3 {
        background-image: url(/images/image3.jpg);
    }

    .page__content_background_4 {
        background-image: url(/images/image4.jpg);
    }

    .page__content_background_5 {
        background-image: url(/images/image5.jpg);
    }

    .page__content_background_6 {
        background-image: url(/images/image6.jpg);
    }

    .page__content_background_7 {
        background-image: url(/images/image7.jpg);
    }

    .content__container {
        width: 750px;
        margin: 0 auto;
    }

    .content__box {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .content__container {
        width: 1000px;
    }

    .content__box {
        width: 470px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .content__container {
        width: 1170px;
    }

    .content__box {
        width: 555px;
        margin: 12.5% auto;
    }
}

/* B2C Form Styles */

.heading {
    display: none;
}

.intro {
    display: none;
}

.entry-item,
.attrEntry {
  max-width: 250px;
  margin: 30px auto;
  text-align: left;
}

.VerificationControl > .attrEntry {
  max-width: unset;
  text-align: revert;
}

.entry-item label,
.attrEntry > label {
    display: inline-block;
    margin-bottom: 10px;
}

.entry-item .error,
.attrEntry .error {
    margin-bottom: 10px;
    color: #ef4662;
}

.entry-item > input,
.attrEntry > input {
    width: 100%;
    height: 45px;
    display: block;
    border: solid 2px #d8d8d8;
    padding: 6px 14px;
    box-sizing: border-box;
    font-family: inherit;
}

.entry-item input:focus,
.attrEntry > input:focus {
    border: solid 2px #93328e;
}

.attrEntry .helpLink {
  display: none;
}

.buttons {
    margin: 30px 0;
}

.buttons button {
    margin: 0 15px;
    border: 2px solid #4bc1eb;
    padding: 12px 30px;
    background: #4bc1eb;
    color: #ffffff;
    font-size: 10pt;
    line-height: 18pt;
    font-family: inherit;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.buttons button:hover,
.buttons button:focus {
    background: #ffffff;
    color: #4bc1eb;
}

#next::before {
    content: "\f0a9";
    font-family: FontAwesome;
    text-decoration: inherit;
    font-size: 20pt;
    margin-right: 8px;
    vertical-align: bottom;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    transition: all 0.3s ease;
}

#next:hover::before,
#next:focus::before {
    color: #4bc1eb;
}

.changeClaims {
  display: none !important;
}

/* Password Toggler Styles */

::-ms-reveal {
  display: none;
}

.password-toggler {
  position: relative;
}

.password-toggler__input {
  display: none;
}

/* need 0,1,1 specificity to match ".entry-item label" above */
label.password-toggler__label {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45px;
  margin: 0;
  padding: 6px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.password-toggler__label::before {
  content: '\f06e';
  font-family: FontAwesome;
  font-size: 20px;
  padding-bottom: 3px;
}

.password-toggler--shown .password-toggler__label::before {
  content: '\f070';
}
