﻿/* standard changeable areas of new secureenrollment.com site */

/* to remove logo completely
.SElogo {display: none;}
*/

/* for wide logos
.SEwindow {min-width:1020px;}
 */

/* one package spacing
.packageItem{margin-left: 38%;}
*/

/* two package spacing 
.packageItem {
    margin-left: 170px;
    min-height: 295px;
}*/


/* three package spacing */
.packageItem {
    margin-left: 100px;
}

    .packageItem:nth-of-type(4n+4) {
        margin-right: 10px;
    }


/* four package spacing is default - no left margin needed
.packageItem{min-height:200px;}
 */

/* tracking bar coloring 
.SEstep1, .SEstep2, .SEstep3, .SEstep4, .SEstep5 {border:3px solid #cdcdcd;}
.SEline {background-color:#cdcdcd;}
.SEheader h1 {color:rgb(53,84,113);}
*/

/* package title coloring
.packageItem h1, .SEpackage h1 {color:rgb(53,84,113);}
 */

/* package benefit list link coloring
.packageBenefits li a:link, .packageBenefits li a:visited, .SEpackage ul li a:link, .SEpackage ul li a:visited {color:rgb(53,84,113);}
.packageBenefits li a:hover, .packageBenefits li a:active, .SEpackage ul li a:hover, .SEpackage ul li a:active {color:rgb(184,214,212);}
*/

/* select and navigation button coloring
.SEselectPackage, .SEback, .SEcontinue {background-color:rgb(53,84,113) !important; border:1px solid #fff; color:rgb(255,255,255);}
.SEselectPackage:hover, .SEback:hover, .SEcontinue:hover{background-color:rgb(184,214,212) !important; border:1px solid #fff !important; color:rgb(255,255,255) !important;}
*/

/* page background coloring and iframe options
body {background-color:#fff;}
.SEwindow {box-shadow:0px 0px 0px #fff; -moz-box-shadow:0px 0px 0px #fff; -webkit-box-shadow:0px 0px 0px #fff;}
*/

/* disclosure coloring
.disclosures {color:#cdcdcd;}
.disclosures a:link, .disclosures a:visited {color:#000; text-decoration:underline;} 
.disclosures a:hover, .disclosures a:active {color:#000; text-decoration:underline;}
*/


/*  Possible Reponsive CSS  */

/* summary */
.summarySection td p {
    font-size: 13px !important;
}

.summarySection h3 {
    margin: 0;
}

@media only screen and (max-width: 600px) {
    #languageDropDown {
        display: inline-block;
        font-size: 100%;
    }

    .SEheader {
        display: inline-block;
    }

    .SEcolumn1, .SEcolumn2 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
        float: left;
        display: block;
        position: relative;
    }

    #pkgInfoRow p {
        text-align: left;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .FormErrors {
        top: 100%;
    }
}

/* step3 */

@media only screen and (max-width: 650px) {
    #billingShipping_billingDiv h1 {
        display: inline-block;
        float: left;
        width: 100%;
    }

    .sameAs {
        display: inline-block;
        float: right;
        width: 100%;
        position: static;
        text-align: right !important;
    }
}


/* step2 */
body {
    min-width: initial;
    padding: 1em;
    box-sizing: border-box;
}

.pagecontainer {
    width: 100%;
    max-width: 1200px;
}

.SEwindow {
    width: 100%;
    margin-top: 0;
}

.SElogo {
    max-width: 100%;
}

.tabular div {
    font-size: 13px;
    line-height: 100%;
}

    .tabular div span, .tabular div label {
        padding-top: 0;
        min-height: initial;
    }

.SEbuttonNav {
    margin: 10px 0 35px;
}

@media only screen and (max-width: 900px) {
    .tabular div {
        width: 50%;
    }

    .tabular .halfCol .div {
        width: 100% !important;
    }

    .cvnImg, .ckImg {
        display: none !important;
    }

    .tabular select, input {
        font-size: 100% !important;
    }
}

@media only screen and (max-width: 650px) {
    .tabular .halfCol {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .tabular div, .halfCol {
        width: 100% !important;
    }

    .memInfo .SEcolumn1 {
        min-height: 100px;
    }
}
/* step1 */
@media only screen and (max-width: 650px) {
    .SEpackage hr {
        margin-top: 20px;
    }

    .SEdmpa {
        font-size: 12px;
    }

    .SEpackage ul {
        padding-right: 0;
    }

    .SEpackage li {
        width: 100%;
    }

    .disclosures p {
        font-size: 13px !important;
    }
    .packageItem {
        margin-left: 40px;
    }
}

