/* Loaded for Product Spotlight. Must be the fist thing in the file. */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Overpass:700&display=swap');
#divWrapper {
    padding: 160px 0 0 0;
    margin: 0;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    background-color: #022738;
    background-size: cover;
    font-family: "Lucida Grande", Tahoma, arial, sans-serif !important;
}


    body a, body p, body table td {
        font-family: "Lucida Grande", Tahoma, arial, sans-serif !important;
    }

.wrapper {
    background: url(../images/cmLogo_2.png?v=1) no-repeat scroll;
    background-position-y: 382px;
    background-position-x: 314px;
}

    .wrapper.twoCol {
        background: none;
    }

.confirmation {
    text-align: center;
}

.threeCol {
    width: 866px;
    padding: 0 12px 40px;
    margin: 0 auto;
}

.twoCol {
    width: 531px;
    padding: 0 12px 40px;
    margin: 0 auto;
}

.column {
    position: relative;
    float: left;
    display: block;
    width: 224px;
    min-height: 232px;
    padding: 45px 40px 50px 0;
    border-right: 3px solid #fff;
    margin: 0 40px 0 0;
    z-index: 0;
}

    .column.last {
        display: inline-block;
        width: 224px;
        padding: 45px 0 50px 0;
        border-right: none;
        margin: 0;
        padding-bottom: 0px;
        height: 286px;
    }

    .column.wHeading {
        padding-top: 0;
    }

.panel.oneField {
    padding-top: 36px;
}

.column.logo {
    /*height:250px;*/
    padding: 0 40px 0 0;
    border: medium none;
    background: url(../images/cmLogo_large.png?v=1) 0 center no-repeat;
    z-index: 1;
    border-right: 2px solid white;
}


/* Panels */
.panel {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
}

/* For Dynamic panels - i.e. errors */
table.vertAlignTable {
    padding: 0;
    height: 232px;
    border-collapse: collapse;
}

    table.vertAlignTable td {
        padding: 0;
        vertical-align: middle;
    }

        table.vertAlignTable td h2 {
            float: none;
        }

        table.vertAlignTable td p {
            margin-top: 0;
        }

/* Form Elements */
.wrapper input {
    display: block;
    width: 197px;
    height: 21px;
    padding: 11px 13px;
    border: none;
    margin: 0 0 5px 0;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 3px;
    background: #fff;
    font-size: 16px;
    line-height: 16px;
}

    .wrapper input.cmValidationError {
        border: none !important;
    }

label {
    display: inline-block;
    width: 211px;
    padding-left: 12px;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    color: #fff;
}

    label span {
        float: right;
        margin-right: 0px;
        font-size: 10px;
        color: white;
    }

        label span label {
            display: inline;
            width: inherit;
            padding-left: 0;
            font-size: 10px;
        }

.wrapper label input {
    display: inline;
    width: inherit;
    height: inherit;
    padding: 0;
    border: none;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    font-size: 10px;
    line-height: 16px;
    margin-right: 4px;
}

/*
button {
	float:right;
	height:21px;
	background-color:#48851D;
	background-image:linear-gradient(top, #73BA16, #2D6422);
	background-image:-moz-linear-gradient(center top , #73BA16, #2D6422);
	background-image:-webkit-gradient(linear,left top, left bottom,from(#73BA16),to(#2D6422));
	padding:0 0.6em 0.3em;
	border:medium none;
	border-radius:0.4em 0.4em 0.4em 0.4em;
	-moz-border-radius:0.4em 0.4em 0.4em 0.4em;
	-webkit-border-radius:0.4em 0.4em 0.4em 0.4em;
	margin:10px 0 0 0;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	line-height:21px;
	overflow:visible;
}

button:hover {
	background-color:#3a3a3a;
	background-image:linear-gradient(top, #6c6c6c, #1b1b1b);
	background-image:-moz-linear-gradient(center top , #6c6c6c, #1b1b1b);
	background-image:-webkit-gradient(linear,left top, left bottom,from(#6c6c6c),to(#1b1b1b));
	}
*/


h1 {
    color: #00ab4f;
}

p, h2 {
    font-size: 12px;
    line-height: 22px;
    color: #dbdbdb;
}

.yui-panel p {
    color: #000;
}

.twoCol p {
    margin: 16px auto;
}

a.secondary {
    display: inline-block;
    color: white;
    font-size: 10px;
    margin: 9px 0 0 10px;
}

/* Miscellaneous */
hr {
    margin-top: 35px;
    border: 3px solid #fff;
}

.clear {
    clear: both;
}

.clearLeft {
    clear: left;
}

.w460px {
    width: 460px;
}


#passwordHelp {
    display: block;
    position: absolute;
    top: 210px;
    left: 200px;
    color: #FFFFFF;
}

#passwordHelpReset {
    display: block;
    position: absolute;
    top: 53px;
    left: 200px;
    color: #FFFFFF;
}

    #passwordHelp:hover, #passwordHelpReset:hover {
        color: #79BC99 !important;
    }

/* Validation Modal */
#modalValidation .bd ul {
    margin: 0 0 20px 20px;
    padding: 0 0 0 0;
}

div.divFooter {
    width: 100%;
    position: absolute;
    background-color: #022738;
    padding-bottom: 20px;
}

div.divBar {
    background: #022738 url(../images/CM-color-blocks.png?v=2);
    background-size: 100% auto;
    height: 4px;
    margin-bottom: 1.5em;
}

div.copyright {
    text-align: center;
    color: #eee;
}

@media (max-height: 775px) {
    div.copyright {
        top: 725px;
    }
}


div.divLegal {
    clear: both;
    text-align: center;
    font-size: 10px;
    padding-top: 12px;
    color: #fff;
}

    a:hover {
        background-color: transparent;
        color: #fff !important;
    }

#divLegal a {
    color: #79BC99 !important;
}

    #aSkip:hover, #aBackToUpload:hover, #aToStepOne:hover, #aToStepTwo:hover, #divLegal a:hover {
        color: #A7DAA7 !important;
    }

.cmAcknowledgmentAgreementSecurityUpdate a {
    color: #79BC99 !important;
}
    .cmAcknowledgmentAgreementSecurityUpdate a:hover {
        color: #A7DAA7 !important;
    }


.cmFormControlCheckboxSpan a:hover {
    color: #A7DAA7 !important;
}

#btnLogin, #btnForgotPassword, #btnNext, #btnUpdate {
    background: none;
    background-color: #79BC99 !important;
    color: #000000;
    border-radius: 3px;
    height: 32px;
    width: 110px;
    padding: 0 0 0 !important;
    margin: 3px 3px 0 0;
}


    #btnLogin:hover, #btnForgotPassword:hover, #btnNext:hover, #btnUpdate:hover {
        background: none;
        background-color: #A7DAA7 !important;
        color: #000000;
    }

input.cmButton {
    background-color: #0b486b !important;
    background-image: linear-gradient(top,#0b486b,#0b486b) !important;
    background-image: -moz-linear-gradient(top,#0b486b,#0b486b) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0b486b),to(#0b486b)) !important;
    height: 32px;
    width: 110px;
    padding: 0 0 0 !important;
    margin: 3px 3px 0 0;
    border-radius: 0.1em;
}

.loginScreens {
    margin: 0 !important;
}

/* ----------- Product Spotlight -------------- */
.productSpotlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
}

    .productSpotlight.twoCol {
        padding-bottom: 0px;
        display: none;
    }
    .productSpotlight .productImage {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 2em;
    }

.productSpotlight .productImage img {
    
}

.productSpotlight .callToAction {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.productSpotlight p {
    color: white;
    font-size: 1.75em;
    margin: 0 0 1.5em 0;
}

.productSpotlight button {
    font-size: 1.55em;
    background: none;
    border: 2px solid white;
    border-radius: 0.15em;
    padding: 0.5em 0.5em 0.25em;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-weight: 500;
}

.productSpotlight p,
.productSpotlight button {
    font-family: 'Josefin Sans', sans-serif !important;
}

.productSpotlight button:hover {
    background-color: #0b486b;
}

.productSpotlight button:active {
    background-color: #26255d;
}

/* ----------- END Product Spotlight -------------- */

.rememberMe {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}

#divUpdateData h2 {
    color: white;
}


#modalPasswordHelp .container-close {
    display: none;
}

.panel_logIn .labelName {
    text-transform: lowercase;
}
.panel_forgotPassword .labelName {
    text-transform: lowercase;
}
.panel_passwordResetConfirm .labelName {
    text-transform: lowercase;
}
.modalAddAvatarContent .labelName {
    text-transform: lowercase;
}
#modLoginUpgrade .labelName {
    text-transform: lowercase;
}
.skipThisStep {
    text-transform: lowercase;
}
.cmFormControlCheckboxSpan {
    color: #FFF;
    line-height: 16px;
    margin-left: 5px;
}
