body{background-color:#f9f9f9;margin:0;padding:0;font-size:12px;letter-spacing:1px;font-family:"Roboto","Oxygen","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body nav li{font-size:16px;font-weight:700}body .body-container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-height:100vh;-webkit-flex-grow:1;flex-grow:1;position:relative;padding:68px 0 50px}body :focus{outline:none}h1{font-weight:500;text-transform:uppercase;font-size:25px;margin:0;color:#334259}h2{font-size:24px;letter-spacing:2px}h2,h3{font-weight:900;color:#334259}h3{font-size:16px;border-bottom:1px solid #f9f9f9}h3.green{color:#bed12f}h3.purple{color:#7e4960}h3.orange{color:#f26658}h3.blue{color:#334259}h4{margin-top:5px;margin-bottom:8px}h4,h5{font-weight:900}h5{font-size:15px;color:#334259;margin:5px 0 0}.large-display{color:#334259;font-size:24px;font-weight:100}small{display:block}ul{padding:0}ul li{list-style-type:none}.button,button{padding:12px 40px;border-radius:30px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;display:block;transition:all .15s ease}.button.link,button.link{padding:0;border:0;border-radius:0;color:#bed12f;font-weight:900;font-size:14px;background:none}.button.white,button.white{background-color:#fff;color:#000;border:1.5px solid #bed12f}.button.white.active,.button.white:focus,.button.white:hover,button.white.active,button.white:focus,button.white:hover{background-color:#bed12f;color:#fff!important}.button.white.active,button.white.active{border:1.5px solid #bed12f}.button.green,button.green{background-color:#bed12f;color:#fff;border:1.5px solid #bed12f}.button.green:focus,.button.green:hover,button.green:focus,button.green:hover{background-color:#fff;color:#000}.button.green.active,button.green.active{background-color:#fff;color:#000;border:1.5px solid #bed12f}.button.green.disabled,button.green.disabled{background-color:#d3d3d3;color:#000;cursor:not-allowed}.button.green.disabled:focus,.button.green.disabled:hover,button.green.disabled:focus,button.green.disabled:hover{background-color:#d3d3d3;color:#000}.button:disabled,button:disabled{background-color:#f9f9f9;border-color:grey}.button:disabled:focus,.button:disabled:hover,button:disabled:focus,button:disabled:hover{color:unset;background-color:#f9f9f9}a{text-decoration:none;color:inherit}a.link{text-decoration:underline;font-weight:900;color:#bed12f}.loading{text-align:center;font-size:45px}.loading i{-webkit-animation:rotating 1.5s infinite;animation:rotating 1.5s infinite}.conditions{border:1px solid #a4a4a4;padding:30px;height:400px;overflow:scroll;background:#fff;margin:30px auto}.conditions ul{padding:revert}.conditions ul li{list-style-type:inherit}.accept-conditions label{margin-left:15px}section:first-child{padding-bottom:40px;border-bottom:1px solid #d3d3d3;margin-bottom:50px}img{max-width:100%}header{background-color:#fff;padding:10px 35px;border-bottom:1px solid #d8d8d8;position:fixed;width:calc(100% - 70px);z-index:999999}header .header-logo{max-height:44px;display:inline-block}header .account-controls{float:right;line-height:47px;position:relative}header .account-controls .input-row{display:-webkit-inline-flex;display:inline-flex;margin-right:20px;margin-left:5px}.login-page-wrapper{background-image:url(/static/media/ladyoncomputer.8060f2af.jpg);background-size:cover;padding:50px 0;height:100vh}.login-wrapper{max-width:500px;margin:auto;text-align:center;padding:30px 15px;background:#fff}.login-wrapper img{max-width:300px}.login-wrapper ul{display:inline-block;text-align:left;margin:0}.login-wrapper ul li{list-style-type:disc;text-align:left}.login-wrapper #forgot-pass,.login-wrapper #login-form,.login-wrapper #new-user-form,.login-wrapper #reset-form{max-width:350px;margin:30px auto;text-align:left}.login-wrapper #forgot-pass .forgot-link,.login-wrapper #login-form .forgot-link,.login-wrapper #new-user-form .forgot-link,.login-wrapper #reset-form .forgot-link{cursor:pointer;font-size:.8em;font-style:italic}.login-wrapper #forgot-pass #confirm-pass-status,.login-wrapper #login-form #confirm-pass-status,.login-wrapper #new-user-form #confirm-pass-status,.login-wrapper #reset-form #confirm-pass-status{height:6px;width:50%;float:right;margin-top:-6px}.login-wrapper #forgot-pass #confirm-pass-status.fail,.login-wrapper #login-form #confirm-pass-status.fail,.login-wrapper #new-user-form #confirm-pass-status.fail,.login-wrapper #reset-form #confirm-pass-status.fail{background-color:#f26658}.login-wrapper #forgot-pass #confirm-pass-status.success,.login-wrapper #login-form #confirm-pass-status.success,.login-wrapper #new-user-form #confirm-pass-status.success,.login-wrapper #reset-form #confirm-pass-status.success{background-color:#bed12f}nav{padding:30px;text-align:center}nav .step-progress .step{display:inline-block;padding:0 30px;position:relative;text-align:center;vertical-align:top}nav .step-progress .step:first-child{padding-left:0}nav .step-progress .step:last-child{padding-right:0}nav .step-progress .step img{display:block;width:70px;margin:auto;position:relative;z-index:1}nav .step-progress .step .status-bar{height:10px;position:absolute;left:0;right:0;top:35px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:0}nav .step-progress .step .status-bar.green{background-color:#bed12f}nav .step-progress .step .status-bar.blue{background-color:#334259}nav .step-progress .step small{max-width:70px;margin-top:10px}.tab-menu{display:-webkit-inline-flex;display:inline-flex;width:100%;background:#fff}.tab-menu .tab{width:100%;text-align:center;text-transform:uppercase;cursor:pointer;padding:15px 5px;background:#f9f9f9;border-top-right-radius:15px;border-top-left-radius:15px;transition:all .15s ease;border-bottom:2px solid #334259}.tab-menu .tab:hover{background-color:#4898bb}.tab-menu .tab.active{background-color:#334259;color:#fff}.tab-body .tab{display:none;background:#fff;padding:15px 25px}.tab-body .tab.active{display:block}.tab-body .tab ul{padding-left:25px}.tab-body .tab ul li{list-style-type:disc}.page{max-width:900px;margin:0 auto;padding:0 30px}.page .page-title{text-align:center;margin-bottom:50px}.page .page-title p{color:#8d8f90;font-size:18px}.page .input-group{margin-bottom:60px}.page .input-group .sub-group{margin-bottom:30px;padding:0 0 20px 25px;border-left:1px solid #8d8f90;border-bottom:1px solid #8d8f90}.page .col-one .input-row{width:100%}.page .col-two .input-row{width:calc(50% - 15px);display:inline-block}.page .col-two .input-row:nth-of-type(odd){padding-right:15px}.page .col-two .input-row:nth-of-type(2n){padding-left:15px}.page .col-four .input-row{width:calc(25% - 22.5px);display:inline-block;padding:0 15px}.page .col-four .input-row:first-child{padding-left:0}.page .col-four .input-row:last-child{padding-right:0}.page .new-credential{display:-webkit-inline-flex;display:inline-flex;margin-bottom:25px}.page .new-credential button{margin-left:15px}.page #branding-logo button.link{float:right}.page .crm-service,.page .shaw-service,.page .social-link{display:inline-block;width:calc(50% - 15px);margin-bottom:25px}.page .crm-service:nth-of-type(odd),.page .shaw-service:nth-of-type(odd),.page .social-link:nth-of-type(odd){padding-right:15px}.page .crm-service:nth-of-type(2n),.page .shaw-service:nth-of-type(2n),.page .social-link:nth-of-type(2n){padding-left:15px}.page .package{display:-webkit-inline-flex;display:inline-flex;width:100%}.page .package>*{text-align:center;background:#334259;padding:0!important;margin:0 15px!important}.page .package>:first-child:last-child{width:calc(100% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(2),.page .package>:nth-child(2):last-child{width:calc(50% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(3),.page .package>:nth-child(2):nth-last-child(2),.page .package>:nth-child(3):last-child{width:calc(33.3% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(4),.page .package>:nth-child(2):nth-last-child(3),.page .package>:nth-child(3):nth-last-child(2),.page .package>:nth-child(4):last-child{width:calc(25% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(5),.page .package>:nth-child(2):nth-last-child(4),.page .package>:nth-child(3):nth-last-child(3),.page .package>:nth-child(4):nth-last-child(2),.page .package>:nth-child(5):last-child{width:calc(20% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(6),.page .package>:nth-child(2):nth-last-child(5),.page .package>:nth-child(3):nth-last-child(4),.page .package>:nth-child(4):nth-last-child(3),.page .package>:nth-child(5):nth-last-child(2),.page .package>:nth-child(6):last-child{width:calc(16.66% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(7),.page .package>:nth-child(2):nth-last-child(6),.page .package>:nth-child(3):nth-last-child(5),.page .package>:nth-child(4):nth-last-child(4),.page .package>:nth-child(5):nth-last-child(3),.page .package>:nth-child(6):nth-last-child(2),.page .package>:nth-child(7):last-child{width:calc(14.28% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(8),.page .package>:nth-child(2):nth-last-child(7),.page .package>:nth-child(3):nth-last-child(6),.page .package>:nth-child(4):nth-last-child(5),.page .package>:nth-child(5):nth-last-child(4),.page .package>:nth-child(6):nth-last-child(3),.page .package>:nth-child(7):nth-last-child(2),.page .package>:nth-child(8):last-child{width:calc(12.5% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(9),.page .package>:nth-child(2):nth-last-child(8),.page .package>:nth-child(3):nth-last-child(7),.page .package>:nth-child(4):nth-last-child(6),.page .package>:nth-child(5):nth-last-child(5),.page .package>:nth-child(6):nth-last-child(4),.page .package>:nth-child(7):nth-last-child(3),.page .package>:nth-child(8):nth-last-child(2),.page .package>:nth-child(9):last-child{width:calc(11.11% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(10),.page .package>:nth-child(2):nth-last-child(9),.page .package>:nth-child(3):nth-last-child(8),.page .package>:nth-child(4):nth-last-child(7),.page .package>:nth-child(5):nth-last-child(6),.page .package>:nth-child(6):nth-last-child(5),.page .package>:nth-child(7):nth-last-child(4),.page .package>:nth-child(8):nth-last-child(3),.page .package>:nth-child(9):nth-last-child(2),.page .package>:nth-child(10):last-child{width:calc(10% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(11),.page .package>:nth-child(2):nth-last-child(10),.page .package>:nth-child(3):nth-last-child(9),.page .package>:nth-child(4):nth-last-child(8),.page .package>:nth-child(5):nth-last-child(7),.page .package>:nth-child(6):nth-last-child(6),.page .package>:nth-child(7):nth-last-child(5),.page .package>:nth-child(8):nth-last-child(4),.page .package>:nth-child(9):nth-last-child(3),.page .package>:nth-child(10):nth-last-child(2),.page .package>:nth-child(11):last-child{width:calc(9.09% - 30px);padding:10px 15px}.page .package>:first-child:nth-last-child(12),.page .package>:nth-child(2):nth-last-child(11),.page .package>:nth-child(3):nth-last-child(10),.page .package>:nth-child(4):nth-last-child(9),.page .package>:nth-child(5):nth-last-child(8),.page .package>:nth-child(6):nth-last-child(7),.page .package>:nth-child(7):nth-last-child(6),.page .package>:nth-child(8):nth-last-child(5),.page .package>:nth-child(9):nth-last-child(4),.page .package>:nth-child(10):nth-last-child(3),.page .package>:nth-child(11):nth-last-child(2),.page .package>:nth-child(12):last-child{width:calc(8.3333% - 30px);padding:10px 15px}@media only screen and (max-width:749px){.page .package>:first-child:nth-last-child(2),.page .package>:first-child:nth-last-child(3),.page .package>:first-child:nth-last-child(4),.page .package>:first-child:nth-last-child(5),.page .package>:first-child:nth-last-child(6),.page .package>:first-child:nth-last-child(7),.page .package>:first-child:nth-last-child(8),.page .package>:first-child:nth-last-child(9),.page .package>:first-child:nth-last-child(10),.page .package>:first-child:nth-last-child(11),.page .package>:first-child:nth-last-child(12),.page .package>:nth-child(2):last-child,.page .package>:nth-child(2):nth-last-child(2),.page .package>:nth-child(2):nth-last-child(3),.page .package>:nth-child(2):nth-last-child(4),.page .package>:nth-child(2):nth-last-child(5),.page .package>:nth-child(2):nth-last-child(6),.page .package>:nth-child(2):nth-last-child(7),.page .package>:nth-child(2):nth-last-child(8),.page .package>:nth-child(2):nth-last-child(9),.page .package>:nth-child(2):nth-last-child(10),.page .package>:nth-child(2):nth-last-child(11),.page .package>:nth-child(3):last-child,.page .package>:nth-child(3):nth-last-child(2),.page .package>:nth-child(3):nth-last-child(3),.page .package>:nth-child(3):nth-last-child(4),.page .package>:nth-child(3):nth-last-child(5),.page .package>:nth-child(3):nth-last-child(6),.page .package>:nth-child(3):nth-last-child(7),.page .package>:nth-child(3):nth-last-child(8),.page .package>:nth-child(3):nth-last-child(9),.page .package>:nth-child(3):nth-last-child(10),.page .package>:nth-child(4):last-child,.page .package>:nth-child(4):nth-last-child(2),.page .package>:nth-child(4):nth-last-child(3),.page .package>:nth-child(4):nth-last-child(4),.page .package>:nth-child(4):nth-last-child(5),.page .package>:nth-child(4):nth-last-child(6),.page .package>:nth-child(4):nth-last-child(7),.page .package>:nth-child(4):nth-last-child(8),.page .package>:nth-child(4):nth-last-child(9),.page .package>:nth-child(5):last-child,.page .package>:nth-child(5):nth-last-child(2),.page .package>:nth-child(5):nth-last-child(3),.page .package>:nth-child(5):nth-last-child(4),.page .package>:nth-child(5):nth-last-child(5),.page .package>:nth-child(5):nth-last-child(6),.page .package>:nth-child(5):nth-last-child(7),.page .package>:nth-child(5):nth-last-child(8),.page .package>:nth-child(6):last-child,.page .package>:nth-child(6):nth-last-child(2),.page .package>:nth-child(6):nth-last-child(3),.page .package>:nth-child(6):nth-last-child(4),.page .package>:nth-child(6):nth-last-child(5),.page .package>:nth-child(6):nth-last-child(6),.page .package>:nth-child(6):nth-last-child(7),.page .package>:nth-child(7):last-child,.page .package>:nth-child(7):nth-last-child(2),.page .package>:nth-child(7):nth-last-child(3),.page .package>:nth-child(7):nth-last-child(4),.page .package>:nth-child(7):nth-last-child(5),.page .package>:nth-child(7):nth-last-child(6),.page .package>:nth-child(8):last-child,.page .package>:nth-child(8):nth-last-child(2),.page .package>:nth-child(8):nth-last-child(3),.page .package>:nth-child(8):nth-last-child(4),.page .package>:nth-child(8):nth-last-child(5),.page .package>:nth-child(9):last-child,.page .package>:nth-child(9):nth-last-child(2),.page .package>:nth-child(9):nth-last-child(3),.page .package>:nth-child(9):nth-last-child(4),.page .package>:nth-child(10):last-child,.page .package>:nth-child(10):nth-last-child(2),.page .package>:nth-child(10):nth-last-child(3),.page .package>:nth-child(11):last-child,.page .package>:nth-child(11):nth-last-child(2),.page .package>:nth-child(12):last-child{width:100%;padding:10px 15px}}.page .package>* .heading{padding:20px}.page .package>* .heading h2,.page .package>* .heading p{margin:0}.page .package>* .pricing{padding:15px}.page .package>* .pricing .monthly{padding-bottom:10px;border-bottom:1px solid grey}.page .package>* .pricing .monthly span{font-size:40px;font-weight:900}.page .package>* .pricing .setup{padding:10px 0}.page .package>* .pricing .setup span{font-size:30px}.page .package>* button{margin:20px auto 0;color:#334259}.page .package *{color:#fff}.page .package .orange .heading{background:#f26658}.page .package .purple .heading{background:#7e4960}.page .package .green .heading{background:#bed12f}.page .package .blue .heading{background:#4898bb}.page .package.total{margin-top:40px}.page .ad-opt-out{text-align:right;padding:10px 17px}.page .ad-opt-out button{display:inline}.page .check-out{display:-webkit-inline-flex;display:inline-flex;width:100%}.page .check-out>:first-child:last-child{width:calc(100% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(2),.page .check-out>:nth-child(2):last-child{width:calc(50% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(3),.page .check-out>:nth-child(2):nth-last-child(2),.page .check-out>:nth-child(3):last-child{width:calc(33.3% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(4),.page .check-out>:nth-child(2):nth-last-child(3),.page .check-out>:nth-child(3):nth-last-child(2),.page .check-out>:nth-child(4):last-child{width:calc(25% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(5),.page .check-out>:nth-child(2):nth-last-child(4),.page .check-out>:nth-child(3):nth-last-child(3),.page .check-out>:nth-child(4):nth-last-child(2),.page .check-out>:nth-child(5):last-child{width:calc(20% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(6),.page .check-out>:nth-child(2):nth-last-child(5),.page .check-out>:nth-child(3):nth-last-child(4),.page .check-out>:nth-child(4):nth-last-child(3),.page .check-out>:nth-child(5):nth-last-child(2),.page .check-out>:nth-child(6):last-child{width:calc(16.66% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(7),.page .check-out>:nth-child(2):nth-last-child(6),.page .check-out>:nth-child(3):nth-last-child(5),.page .check-out>:nth-child(4):nth-last-child(4),.page .check-out>:nth-child(5):nth-last-child(3),.page .check-out>:nth-child(6):nth-last-child(2),.page .check-out>:nth-child(7):last-child{width:calc(14.28% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(8),.page .check-out>:nth-child(2):nth-last-child(7),.page .check-out>:nth-child(3):nth-last-child(6),.page .check-out>:nth-child(4):nth-last-child(5),.page .check-out>:nth-child(5):nth-last-child(4),.page .check-out>:nth-child(6):nth-last-child(3),.page .check-out>:nth-child(7):nth-last-child(2),.page .check-out>:nth-child(8):last-child{width:calc(12.5% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(9),.page .check-out>:nth-child(2):nth-last-child(8),.page .check-out>:nth-child(3):nth-last-child(7),.page .check-out>:nth-child(4):nth-last-child(6),.page .check-out>:nth-child(5):nth-last-child(5),.page .check-out>:nth-child(6):nth-last-child(4),.page .check-out>:nth-child(7):nth-last-child(3),.page .check-out>:nth-child(8):nth-last-child(2),.page .check-out>:nth-child(9):last-child{width:calc(11.11% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(10),.page .check-out>:nth-child(2):nth-last-child(9),.page .check-out>:nth-child(3):nth-last-child(8),.page .check-out>:nth-child(4):nth-last-child(7),.page .check-out>:nth-child(5):nth-last-child(6),.page .check-out>:nth-child(6):nth-last-child(5),.page .check-out>:nth-child(7):nth-last-child(4),.page .check-out>:nth-child(8):nth-last-child(3),.page .check-out>:nth-child(9):nth-last-child(2),.page .check-out>:nth-child(10):last-child{width:calc(10% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(11),.page .check-out>:nth-child(2):nth-last-child(10),.page .check-out>:nth-child(3):nth-last-child(9),.page .check-out>:nth-child(4):nth-last-child(8),.page .check-out>:nth-child(5):nth-last-child(7),.page .check-out>:nth-child(6):nth-last-child(6),.page .check-out>:nth-child(7):nth-last-child(5),.page .check-out>:nth-child(8):nth-last-child(4),.page .check-out>:nth-child(9):nth-last-child(3),.page .check-out>:nth-child(10):nth-last-child(2),.page .check-out>:nth-child(11):last-child{width:calc(9.09% - 30px);padding:10px 15px}.page .check-out>:first-child:nth-last-child(12),.page .check-out>:nth-child(2):nth-last-child(11),.page .check-out>:nth-child(3):nth-last-child(10),.page .check-out>:nth-child(4):nth-last-child(9),.page .check-out>:nth-child(5):nth-last-child(8),.page .check-out>:nth-child(6):nth-last-child(7),.page .check-out>:nth-child(7):nth-last-child(6),.page .check-out>:nth-child(8):nth-last-child(5),.page .check-out>:nth-child(9):nth-last-child(4),.page .check-out>:nth-child(10):nth-last-child(3),.page .check-out>:nth-child(11):nth-last-child(2),.page .check-out>:nth-child(12):last-child{width:calc(8.3333% - 30px);padding:10px 15px}@media only screen and (max-width:749px){.page .check-out>:first-child:nth-last-child(2),.page .check-out>:first-child:nth-last-child(3),.page .check-out>:first-child:nth-last-child(4),.page .check-out>:first-child:nth-last-child(5),.page .check-out>:first-child:nth-last-child(6),.page .check-out>:first-child:nth-last-child(7),.page .check-out>:first-child:nth-last-child(8),.page .check-out>:first-child:nth-last-child(9),.page .check-out>:first-child:nth-last-child(10),.page .check-out>:first-child:nth-last-child(11),.page .check-out>:first-child:nth-last-child(12),.page .check-out>:nth-child(2):last-child,.page .check-out>:nth-child(2):nth-last-child(2),.page .check-out>:nth-child(2):nth-last-child(3),.page .check-out>:nth-child(2):nth-last-child(4),.page .check-out>:nth-child(2):nth-last-child(5),.page .check-out>:nth-child(2):nth-last-child(6),.page .check-out>:nth-child(2):nth-last-child(7),.page .check-out>:nth-child(2):nth-last-child(8),.page .check-out>:nth-child(2):nth-last-child(9),.page .check-out>:nth-child(2):nth-last-child(10),.page .check-out>:nth-child(2):nth-last-child(11),.page .check-out>:nth-child(3):last-child,.page .check-out>:nth-child(3):nth-last-child(2),.page .check-out>:nth-child(3):nth-last-child(3),.page .check-out>:nth-child(3):nth-last-child(4),.page .check-out>:nth-child(3):nth-last-child(5),.page .check-out>:nth-child(3):nth-last-child(6),.page .check-out>:nth-child(3):nth-last-child(7),.page .check-out>:nth-child(3):nth-last-child(8),.page .check-out>:nth-child(3):nth-last-child(9),.page .check-out>:nth-child(3):nth-last-child(10),.page .check-out>:nth-child(4):last-child,.page .check-out>:nth-child(4):nth-last-child(2),.page .check-out>:nth-child(4):nth-last-child(3),.page .check-out>:nth-child(4):nth-last-child(4),.page .check-out>:nth-child(4):nth-last-child(5),.page .check-out>:nth-child(4):nth-last-child(6),.page .check-out>:nth-child(4):nth-last-child(7),.page .check-out>:nth-child(4):nth-last-child(8),.page .check-out>:nth-child(4):nth-last-child(9),.page .check-out>:nth-child(5):last-child,.page .check-out>:nth-child(5):nth-last-child(2),.page .check-out>:nth-child(5):nth-last-child(3),.page .check-out>:nth-child(5):nth-last-child(4),.page .check-out>:nth-child(5):nth-last-child(5),.page .check-out>:nth-child(5):nth-last-child(6),.page .check-out>:nth-child(5):nth-last-child(7),.page .check-out>:nth-child(5):nth-last-child(8),.page .check-out>:nth-child(6):last-child,.page .check-out>:nth-child(6):nth-last-child(2),.page .check-out>:nth-child(6):nth-last-child(3),.page .check-out>:nth-child(6):nth-last-child(4),.page .check-out>:nth-child(6):nth-last-child(5),.page .check-out>:nth-child(6):nth-last-child(6),.page .check-out>:nth-child(6):nth-last-child(7),.page .check-out>:nth-child(7):last-child,.page .check-out>:nth-child(7):nth-last-child(2),.page .check-out>:nth-child(7):nth-last-child(3),.page .check-out>:nth-child(7):nth-last-child(4),.page .check-out>:nth-child(7):nth-last-child(5),.page .check-out>:nth-child(7):nth-last-child(6),.page .check-out>:nth-child(8):last-child,.page .check-out>:nth-child(8):nth-last-child(2),.page .check-out>:nth-child(8):nth-last-child(3),.page .check-out>:nth-child(8):nth-last-child(4),.page .check-out>:nth-child(8):nth-last-child(5),.page .check-out>:nth-child(9):last-child,.page .check-out>:nth-child(9):nth-last-child(2),.page .check-out>:nth-child(9):nth-last-child(3),.page .check-out>:nth-child(9):nth-last-child(4),.page .check-out>:nth-child(10):last-child,.page .check-out>:nth-child(10):nth-last-child(2),.page .check-out>:nth-child(10):nth-last-child(3),.page .check-out>:nth-child(11):last-child,.page .check-out>:nth-child(11):nth-last-child(2),.page .check-out>:nth-child(12):last-child{width:100%;padding:10px 15px}}.page .check-out .cc-form h3,.page .check-out .order-summary h3{text-align:center}.page#pageThree h1{text-align:center;text-decoration:underline}.page#pageThree .page-title{margin-bottom:20px}.paymentInformation .cardholder-name{padding-left:15px}.paymentInformation .cardholder-name input{background:#334259;color:#fff;width:90%;height:25px;border:1px solid #334259;padding-left:15px;border-radius:3px}.paymentInformation>div>div{padding:15px;background:transparent}.paymentInformation>div>div>div:nth-child(4) button,.paymentInformation>div>div>div:nth-child(4) button:disabled{background:#bed12f;color:#fff;border:1px solid #bed12f;box-shadow:none}.paymentInformation>div>div>div:nth-child(4) button:hover{background:transparent;color:#bed12f}.paymentInformation>div>div>div:first-child{width:100%;margin-bottom:8px}.paymentInformation>div>div>div:nth-child(2){padding-left:0;width:50%}.paymentInformation>div>div>div:nth-child(3){width:50%}.paymentInformation>div>div>div:first-child>div,.paymentInformation>div>div>div:nth-child(2)>div,.paymentInformation>div>div>div:nth-child(3)>div{background:#334259}.input-row{margin:5px 0 15px;width:100%}.input-row.checkbox{display:-webkit-inline-flex;display:inline-flex;width:100%}.input-row.checkbox label{width:90%}.input-row.checkbox>div{width:10%;text-align:right}.input-row label{display:block;margin-bottom:7px;color:#8d8f90;text-transform:uppercase}.input-row input:not([type=checkbox]):not([type=button]):not([type=file]){display:block;border:1px solid;width:calc(100% - 32px);background-color:#fff;padding:15px}.input-row input:not([type=checkbox]):not([type=button]):not([type=file]):focus{border:1px solid #354655}.input-row input:not([type=checkbox]):not([type=button]):not([type=file]).error{border:1px solid red}.input-row input:not([type=checkbox]):not([type=button]):not([type=file]):disabled{background:#d3d3d3;border:1px solid #d3d3d3}.input-row input:not([type=checkbox]):not([type=button]):not([type=file]):required{border:1px solid #bed12f}.input-row .file{display:-webkit-inline-flex;display:inline-flex;width:100%}.input-row .file input{display:inline-block;width:calc(50% - 32px);height:-webkit-max-content;height:max-content;border:1px solid;padding:15px;background-color:#fff}.input-row .file img{width:calc(50% - 30px);margin-left:30px}.input-table-row{display:-webkit-inline-flex;display:inline-flex;width:calc(100% - 22px);padding:10px;border:1px solid #d3d3d3}.input-table-row>a{padding-right:15px;width:40%}.input-table-row .input-row{width:60%;text-align:right}.input-table-row *{margin:0!important}input{padding:5px 10px;transition:all .25s ease;font-size:1em;margin:0}.select{position:relative}.select select{appearance:unset;-webkit-appearance:unset;padding:15px 35px 15px 15px;border-radius:30px;background-color:#fff;border:1px solid;width:100%;cursor:pointer;transition:all .15s ease}.select select:focus,.select select:hover{background-color:#bed12f;color:#fff}.select select:required{border:1px solid #bed12f}.select:after{content:"";position:absolute;right:20px;top:23px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid}#footer-banner{background:#fff}#footer-banner #step-navigation{text-align:left;max-width:900px;margin:0 auto;padding:30px}#footer-banner #step-navigation .help-number{display:-webkit-inline-flex;display:inline-flex;width:calc(100% - 245px);vertical-align:middle}#footer-banner #step-navigation .help-number h2{display:inline;margin:0 15px 0 0}#footer-banner #step-navigation button{display:inline-block;margin-left:20px}#footer-save-banner{text-align:center;font-size:10px;padding:0 15px}footer{text-align:center;background-color:#334259;color:#fff;padding:10px 15px}footer a{color:#bed12f;text-decoration:none;font-weight:600}footer a:hover{color:#4898bb}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media only screen and (max-width:749px){body .body-container{padding:55px 0 0}.button,button{padding:12px 20px}nav{padding:30px 0 0}nav .step-progress .step{padding:0 1%}nav .step-progress .step img{width:55px}nav .step-progress .step .status-bar{top:27.5px}.page .page-title{margin-bottom:30px}.page .page-title p{font-size:14px}.page .input-group{margin-bottom:30px}.page .col-four .input-row{width:calc(50% - 15px)}.page .col-four .input-row:nth-of-type(odd){padding-right:15px;padding-left:0}.page .col-four .input-row:nth-of-type(2n){padding-left:15px;padding-right:0}.page .package{display:block;width:100%}.page .package>*{margin:0 0 15px!important}.page .package>* .heading,.page .package>* .pricing{padding:10px}.page .package>* .pricing .monthly{border-right:1px solid grey;border-bottom:0}.page .package>* .pricing .monthly,.page .package>* .pricing .setup{padding:0;display:inline-block;width:calc(50% - 1px)}.page .package>* button{margin:10px auto 0}.page .check-out{display:block}.page .check-out>*{padding:0!important}.page .check-out .package>*{margin:0!important;width:100%!important}.page .check-out .package.total{margin-top:20px}.page .check-out .cc-form{margin-top:50px}#footer-banner #step-navigation{text-align:center}#footer-banner #step-navigation .help-number{display:inline-block;width:100%;margin-bottom:15px}#footer-banner #step-navigation .help-number>*{font-size:1.5em}}@media only screen and (max-width:499px){h2{font-size:20px}.button.link,button.link{font-size:12px}.input-row input:not([type=checkbox]):not([type=button]){width:calc(100% - 22px);padding:10px}.select select{padding:10px 35px 10px 15px}.select:after{top:17px}.page{padding:0 20px}.page .input-group .sub-group{padding:0 0 15px 10px}.page .col-four .input-row,.page .col-two .input-row{width:100%}.page .col-four .input-row:nth-of-type(2n),.page .col-four .input-row:nth-of-type(odd),.page .col-two .input-row:nth-of-type(2n),.page .col-two .input-row:nth-of-type(odd){padding-right:0;padding-left:0}.page .new-credential{display:block;margin-bottom:15px}.page .new-credential button{margin:15px 0}.page .crm-service,.page .shaw-service,.page .social-link{display:block;width:100%;margin-bottom:15px}.page .crm-service:nth-of-type(2n),.page .crm-service:nth-of-type(odd),.page .shaw-service:nth-of-type(2n),.page .shaw-service:nth-of-type(odd),.page .social-link:nth-of-type(2n),.page .social-link:nth-of-type(odd){padding:0}.page .package{display:block}.page .package>* .pricing .monthly span{font-size:30px}.page .conditions{padding:15px;margin:0}}
/*# sourceMappingURL=main.2eceffe3.chunk.css.map */