@font-face {
    font-family: "GothamNarrowSSM-Book";
    src: url(../fonts/gothamnarrowssm-book.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: "GothamNarrowSSm-Bold";
    src: url(../fonts/gothamnarrssm-bold.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: "Arboria-Bold";
    src: url(../fonts/arboria-bold.woff) format('woff');
    font-display: swap;
}
body {
    margin: 8px;
    font-family: "GothamNarrowSSM-Book", Helvetica, Arial, serif;
}
.logo img {
    max-width: 363px;
}
.header-container{
    border-bottom: 1px solid rgba(187,187,187,0.4);
}
.heading-containerlogin {
    background-image: linear-gradient(263deg, #ff6400, #ff3c00);
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -40px;
}
.heading-containerlogin .heading {
    font-family: "Arboria-Bold", Helvetica, Arial, serif;
    color: #fff;
    font-size: 51px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.79px;
    padding: 64px 0 54px 0;
}
.header-container ul {
    margin-bottom: 0;
}
.header-container ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 24px;
}
.header-container ul li{
    font-size: 14px;
    color:#585858;
    line-height: 20px;
    font-family: "GothamNarrowSSm-Book";
}
.header-container ul li a {
    color: #007B8F;
    font-size: 14px;
    line-height: 20px;
    font-family: "GothamNarrowSSm-Book";
}
.nav-bar{
   padding: 30px 0;
}
.nav-bar li{
    display: inline-block;
}
.nav-bar li::after{
    display: inline-block;
    content: "/";
    padding: 0px 7px 0 10px;
    font-size: 16px;
    color: #BBBBBB;
    opacity: 60%;
    position: relative;
    top: 0;
    line-height: 1;
}
.nav-bar li:last-child::after{
    display: none;
}
.nav-bar li span{
    font-size: 14px;
    font-family: "Arboria-Bold", "GothamNarrowSSm-Bold", Helvetica, Arial, sans-serif;
    line-height: 16px;
    color: #585858;
}
.login-form-container .benefit-text {
   font-family: "GothamNarrowSSM-Book", Helvetica, Arial, serif;
}
.login-form-container.reg-page {
    height: auto;
    max-width: none;
    padding-top: 10px;
}
.login-form-container.reset-pwd-page {
    height: auto;
    max-width: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.login-form-container.reg-page.register {
    font-size: 16px;
    line-height: normal;
    padding: 16px;
    margin-top: 35px;
    border: 1px solid #DEDEDE;
    position: relative;
}
.login-form-container.reg-page.register:before {
    left: 0;
    height: 8px;
    width: 100%;
    background-color: #00C1D5;
    content: "";
    position: absolute;
    top: 0;
}
.login-form-container .box-heading {
    color: #585858;
    font-family: "GothamNarrowSSm-Bold";
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-top: 5px;
}
.login-form-container .benefits>div {
    margin-bottom: 20px;
    padding: 0;
}
.login-form-container .benefits div:nth-child(4),
.login-form-container .benefits div:nth-child(5) {
    margin-bottom: 0
}
.login-form-container .benefit-text {
    width: 100%;
    padding-left: 70px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.login-form-container .bullet1 {
    width: 100%;
    padding-left: 70px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.login-form-container .benefits>div:nth-child(2) img {
    margin-left: 10px;
}
.login-form-container .benefits>div:nth-child(3) img {
    margin-left: 5px;
}
.login-form-container .benefits>div:nth-child(3) img {
   width: 60px;
   heigth: 52px
}
.login-box-texts {
    font-family: "GothamNarrowSSm-Book";
    font-size: 14px;
    line-height: 1.5;
    color: #585858;
}
.list-item {
    display: flex;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-family: "GothamNarrowSSm-Book";
}
.glyphicon-tick {
    width: 65px;
    height: 20px;
    object-fit: contain;
    background: url('https://www.zoetis.co.uk/elearning/img/glyphicontick.png') no-repeat;
    margin-right: 10px;
}
.register-button-container {
    margin-top: 62px;
}
.register-button {
    width: 100%;
    height: 66px;
    background-color: #ebebeb;
    color: #007b8f;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 22px !important;
    border: none;
    font-family:"Arboria-Bold", "GothamNarrowSSm-Bold", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    padding: 1rem;
    text-align: center;
}
.footer-title {
    font-family: "Arboria-Bold", Helvetica, Arial, serif;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: rgba(255, 100, 0, 1.0);
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    margin: 50px 0px -50px;
}
.footer-logo {
    margin-top: 10px;
    margin-bottom: 15px;
    display: none;
    margin-left: 5px;
}
.footer-links {
    padding: 0px 45px;
    border-top: 1px solid #DEDEDE;
}
.footer-nav-node {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    list-style: none;
    text-align: center;
}
.footer-nav-node a {
    color: #585858;
    text-decoration: none;
    background: transparent;
}
.border-right {
    border-right: 1px solid #d7d7d7;
}
.copyright {
    color: #767676;
    font-family: "GothamNarrowSSm-Book";
    font-size: 12px;
    line-height: 21px;
    margin: 45px 0 40px 0;
    padding: 32px 0 0 0;
}
.footer-social-icon-container{
    margin: 22px 0 0 0;
    float: right;
}
.footer-social-icon{
    width: 23px;
    height: auto;
    margin: 0px 3px;
}
#gigya-reset-password-screen .register-label input {
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    height: 60px !important;
    border-radius: 0 !important;
    border: 1px solid #00c1d5 !important;
    font-size: 20px;
    font-weight: normal!important;
}
#gigya-reset-password-screen .register-label .gigya-label {
    width: 100%;
    font-weight: 700;
    color: #4e515e;
    text-align: left;
    display: block;
    vertical-align: top;
}
#gigya-reset-password-screen .register-label .gigya-label .gigya-label-text {
    font-size: 15px;
}
.gigya-profile-update-screen #screen_content {
    max-width: none !important;
}
#gigya-profile-update-screen .register-label input,
#gigya-profile-update-screen .register-label select {
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    height: 60px !important;
    border-radius: 0 !important;
    border: 1px solid #ff5200 !important;
    font-size: 20px;
    font-weight: normal!important;
}
#gigya-profile-update-screen .register-label .gigya-label {
    width: 100%;
    font-weight: 700;
    color: #4e515e;
    text-align: left;
    display: block;
    vertical-align: top;
}
#gigya-profile-update-screen .register-label .gigya-label .gigya-label-text {
    font-size: 18px;
}
#gigya-profile-update-screen input[type=submit] {
    margin-top: 0px;
}
#gigya-profile-update-screen .profile-update-cancel input[type=button] {
    background-color: #585753 !important;
}
.gigya-screen .gigya-composite-control.species-header {
    width: 100%;
    text-align: left !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 30px 0 6px !important;
}
.gigya-screen .gigya-composite-control.species-header {
    width: 100%;
    text-align: left !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    padding: 30px 0 6px !important;
}
#gigya-change-email-screen .register-label input {
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    height: 60px !important;
    border-radius: 0 !important;
    border: 1px solid #ff5200 !important;
    font-size: 20px;
    font-weight: normal!important;
}
#gigya-change-email-screen .register-label .gigya-label {
    width: 100%;
    font-weight: 700;
    color: #4e515e;
    text-align: left;
    display: block;
    vertical-align: top;
}
#gigya-change-email-screen .register-label .gigya-label .gigya-label-text {
    font-size: 15px;
}
#gigya-change-email-screen input[type=submit] {
    width: 100%;
    height: 66px;
    font-family: "GothamNarrowSSm-Bold";
    background-color: rgba(0, 150, 175, 1.0) !important;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2;
    text-align: center;
    color: #fff;
    padding: 0 10px;
}
#gigya-change-email-screen .email-save {
    width: 48%;
    float: left;
    margin: 0px;
    line-height: 1;
}
#gigya-change-email-screen .email-cancel {
    width: 48%;
    height: 66px;
    background-color: #585753 !important;
    color: #fff;
    margin-top: 10px;
    margin-left: 4%;
    padding: 0 !important;
}
#gigya-change-email-screen .email-cancel input {
    width: 100%;
    height: 66px;
    background-color: #585753 !important;
    color: #fff;
    font-family: "GothamNarrowSSm-Bold";
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border: none;
}
#gigya-change-password-screen .register-label input {
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    height: 60px !important;
    border-radius: 0 !important;
    border: 1px solid #ff5200 !important;
    font-size: 16px;
    font-weight: normal!important;
}
#gigya-change-password-screen .register-label .gigya-label {
    width: 100%;
    font-weight: 700;
    color: #4e515e;
    text-align: left;
    display: block;
    vertical-align: top;
}
#gigya-change-password-screen .register-label .gigya-label .gigya-label-text {
    font-size: 15px;
}
#gigya-change-password-screen input[type=submit] {
    width: 100%;
    height: 66px;
    font-family: "GothamNarrowSSm-Bold";
    background-color: rgba(0, 150, 175, 1.0) !important;
    border: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2;
    text-align: center;
    color: #fff;
    padding: 0 10px;
}
#gigya-change-password-screen .email-save {
    width: 48%;
    float: left;
    margin: 0px;
    line-height: 1;
}
#gigya-change-password-screen .email-cancel {
    width: 48%;
    height: 66px;
    background-color: #585753 !important;
    color: #fff;
    margin-top: 10px;
    margin-left: 4%;
    padding: 0 !important;
}
#gigya-change-password-screen .email-cancel input {
    width: 100%;
    height: 66px;
    background-color: #585753 !important;
    color: #fff;
    font-family: "GothamNarrowSSm-Bold";
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border: none;
}
.header {
    border-bottom: 1px solid rgba(187,187,187,0.4);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.header ul {
    margin-bottom: 0;
}
.language {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
margin-top: 30px;
margin-right: 15px;
font-size:18px;
}
.header ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 24px;
    font-family: "GothamNarrowSSm-Book";
    color: #585858;
}
.header ul li a {
    color: #007B8F;
    font-size: 14px;
    line-height: 20px;
    font-family: "GothamNarrowSSm-Book";
}
.header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.clear-all {
    clear: both;
}
.mt-50 {
    margin-top: 50px;
}
.box-content {
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.3);
    padding: 24px;
    margin-right: 35px;
    max-width: 303px;
    margin-bottom:70px;
    margin-left: 30px;
}
.login-regCompletion.box-content {
    border: 1px solid #F65C00;
    margin-left: 34px;
    margin-bottom:70px;
}
@media (min-width: 1441px) {
    .col-xl-4 {
        min-width: 30% !important;
    }
}
@media (max-width: 1440px) {
    .login-form-container .box-heading {
        font-size: 18px;
    }
    .login-box-texts {
        font-size: 14px;
    }
}
@media (max-width: 767.8px) {
    body {
        width: 100%;
        margin: 0px;
    }
    .logo img {
        max-width: 178px;
    }
    .heading-container .heading {
        font-size: 28px;
        padding: 31px 0 144px 16px;
    }
    .login-form-container {
        height: auto;
        min-height: auto;
    }
    .login-form-container.register {
        margin-top: 36px;
        margin-left: 8px;
    }
    .login-form-container .box-heading {
        font-size: 18px;
    }
    .header .right {
       margin-top: 20px;
       justify-content: flex-start;
    }
    
    .header ul {
       padding-left: 0;
    }
    .header ul li {
       padding-left: 0;
       padding-right: 24px;
    }
    .footer-title {
        display: block;
    }
    .footer-logo {
        display: block;
    }
    .footer-links {
        padding: 0px;
    }
    .footer-links .footer-nav-node {
        width: 50%;
        float: left;
    }
    .copyright {
        color: #585858;
        font-size: 12px;
        line-height: 18px;
        padding: 0px;
    }
    .employee-sso .gigya-login-providers-container {
        left: 0 !important;
    }
}