@charset "UTF-8";@keyframes flash{0%{opacity:1}25%{opacity:0}50%{opacity:1}75%{opacity:0}100%{opacity:1}}@keyframes bounce{0%{transform:translateY(0)}20%{transform:translateY(0)}40%{transform:translateY(-30px)}50%{transform:translateY(0)}60%{transform:translateY(-15px)}80%{transform:translateY(0)}100%{transform:translateY(0)}}@keyframes shake{0%{transform:translateX(0)}10%{transform:translateX(-10px)}20%{transform:translateX(10px)}30%{transform:translateX(-10px)}40%{transform:translateX(10px)}50%{transform:translateX(-10px)}60%{transform:translateX(10px)}70%{transform:translateX(-10px)}80%{transform:translateX(10px)}90%{transform:translateX(-10px)}100%{transform:translateX(0)}}@keyframes tada{0%{transform:scale(1,1)}10%{transform:scale(.9) rotate(-3deg)}20%{transform:scale(.9) rotate(-3deg)}30%{transform:scale(1.1) rotate(3deg)}40%{transform:scale(1.1) rotate(-3deg)}50%{transform:scale(1.1) rotate(3deg)}60%{transform:scale(1.1) rotate(-3deg)}70%{transform:scale(1.1) rotate(3deg)}80%{transform:scale(1.1) rotate(-3deg)}90%{transform:scale(1.1) rotate(3deg)}100%{transform:scale(1) rotate(0)}}@keyframes swing{100%,20%,40%,60%,80%{transform-origin:top center 50%}20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0)}}@keyframes pulse{0%{transform:scale(1,1)}50%{transform:scale(1.1,1.1)}100%{transform:scale(1,1)}}@keyframes wiggle{0%{transform:skewX(9deg)}10%{transform:skewX(-8deg)}20%{transform:skewX(7deg)}30%{transform:skewX(-6deg)}40%{transform:skewX(5deg)}50%{transform:skewX(-4deg)}60%{transform:skewX(3deg)}70%{transform:skewX(-2deg)}80%{transform:skewX(1deg)}90%{transform:skewX(0)}100%{transform:skewX(0)}}@keyframes bounceOut{0%{transform:scale(1,1)}25%{transform:scale(.95,.95)}50%{opacity:1;transform:scale(1.1,1.1)}100%{opacity:0;transform:scale(.3,.3)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3,.3)}50%{opacity:1;transform:scale(1.05,1.05)}70%{transform:scale(.9,.9)}100%{transform:scale(1,1)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOutUp{0%{transform:translateY(0);opacity:1}100%{transform:translateY(-20px);opacity:0}}@keyframes fadeOutDown{0%{transform:translateY(0);opacity:1}100%{transform:translateY(20px);opacity:0}}@keyframes fadeOutRight{0%{transform:translateX(0);opacity:1}100%{transform:translateX(20px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translateX(0);opacity:1}100%{transform:translateX(-20px);opacity:0}}@keyframes fadeOutUpBig{0%{transform:translateY(0);opacity:1}100%{transform:translateY(-2000px);opacity:0}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeInUp{0%{transform:translateY(20px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes fadeInDown{0%{transform:translateY(-20px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes fadeInRight{0%{transform:translateX(20px);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes fadeInLeft{0%{transform:translateX(-20px);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes fadeInUpBig{0%{transform:translateY(2000px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) scale(1);animation-timing-function:ease-in}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0);opacity:1}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0);opacity:1}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}100%{transform:translateX(0) skewX(0);opacity:1}}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center 50%;transform:rotate(0);opacity:1}100%{transform-origin:center center 50%;transform:rotate(200deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom 50%;transform:rotate(0);opacity:1}100%{transform-origin:left bottom 50%;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom 50%;transform:rotate(0);opacity:1}100%{transform-origin:left bottom 50%;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom 50%;transform:rotate(0);opacity:1}100%{transform-origin:right bottom 50%;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom 50%;transform:rotate(0);opacity:1}100%{transform-origin:right bottom 50%;transform:rotate(90deg);opacity:0}}@keyframes rotateIn{0%{transform-origin:center center 50%;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center 50%;transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom 50%;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom 50%;transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom 50%;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom 50%;transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom 50%;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom 50%;transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom 50%;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom 50%;transform:rotate(0);opacity:1}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left 50%;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left 50%;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left 50%;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left 50%;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0) rotate(0)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0)}100%{opacity:0;transform:translateX(-100%) rotate(-120deg)}}.bg-container{width:100px;height:100px;border:1px solid silver}.bg-brand{background:#2f6581}.bg-light_blue{background:#3cf}.bg-white{background:#fff}.bg-light{background:#f4f4f4}.bg-black{background:#000}.bg-orange{background:#f60}.bg-grey{background:#424242}.bg-grey_c{background:#ccc}.bg-grey_e{background:#eee}.bg-grey_9{background:#999}.bg-grey_6{background:#666}.bg-grey_3{background:#333}.bg-red{background:#f33}.bg-green{background:#80bd00}.text--secondary{color:#f36521}.bg--secondary{background-color:#f36521}.bg--lighter--secondary,.mfp-bg.bg--lighter--secondary{background-color:#fbcab2}.bg--transparent{background-color:transparent}.common-icons,.discussion-block__addon__photo.media-archemedx:before,.discussion-block__addon__photo.media-audio:before,.discussion-block__addon__photo.media-kynectiv:before,.discussion-block__addon__photo.media-podcast:before,.discussion-block__addon__photo.media-presentation:before,.discussion-block__addon__photo.media-text:before,.discussion-block__addon__photo.media-transcript-pdf:before,.discussion-block__addon__photo.media-transcript:before,.discussion-block__addon__photo.media-video:before,.icon--bubble,.icon--link,.icon--link--red,.icon--people,.icon--private,.icon--public,.list-peers .btn-write-message,.playlist-availability.private .playlist-availability__state:before,.playlist-availability.public .playlist-availability__state:before,.playlist-availability__menu .active.private-option a:before,.playlist-availability__menu .active.public-option a:before,.playlist-availability__menu .private-option a:before,.playlist-availability__menu .public-option a:before,.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul li .field input[type=checkbox]:checked+label:before,.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul li .field label:before,.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field input[type=checkbox]:checked+label:before,.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field label[for=id_hide_profile]:before,.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field input[type=checkbox]:checked+label:before,.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field label:before,.with-checkbox:after,input:checked+.with-checkbox:after{background-image:url(../img/common/icons.png?124871ecc8bb66e6bbc1bdbedea51d1ff79f06ec)}/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}*,:after,:before{box-sizing:border-box}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;padding:0;min-height:100vh}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}figure img{max-width:100%}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;outline:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html.h-ie-11{overflow:hidden;height:100%}body.ie-11{overflow:auto;height:100%}.list,.list--inline,.list-cast,.list-common-peers,.playlist-availability__menu,.popup-document .doc-options,.reset-ul,.sec-about .contact ul,.sec-about aside ul,.sec-peers .social-links,.sec-profile .profile-inner header .social-links,.sec-profile .profile-inner ul,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li ul,.sec-profile .tabs-profile-info .tabs-content .tab-credits ul,.sec-profile .tabs-profile-info .tabs-content .tab-educational ul,.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table .hosts-guests,.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul,.sec-profile .tabs-profile-info .tabs-content .tab-privacy form ul,.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul{list-style-type:none;padding:0;margin:0}.clear,.form-login-02 .field:after,.form-user-info .field:after,.form-write-message .field:after,.list-cast li:after,.list-common-peers:after,.list-meetings-results li:after,.list-messages li:after,.list-peers:after,.list-playlists .author:after,.list-programs li:after,.popup-nonlogin .content-wrapper:after,.popup-nonlogin:after,.sec-about .contact:after,.sec-about .social-links:before,.sec-about:after,.sec-media-view header:after,.sec-media-view:after,.sec-message .message-header:after,.sec-peers .find-peers:after,.sec-peers .find-peers:before,.sec-playlist-details header .sec-inner:after,.sec-powered:after,.sec-profile .profile-inner header .other .actions:after,.sec-profile .profile-inner header:after,.sec-profile .tabs-profile-info .tabs-content .actions.additional:after,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.field-textarea:before,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li:after,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about:before,.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul li:after,.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field:after,.sec-profile .tabs-profile-info .tabs-nav .btn-edit:after,.sec-profile .tabs-profile-info .tabs-nav .btn-save:after,.sec-profile>.sec-inner .profile-main-info>li:after,.sec-profile>.sec-inner>header:after,.sec-results>header:after,.sec-search:after,.sec-series .list-series:after,.sec-unsubscribe .sec-decision:after{display:block;clear:both;content:''}.list--inline li{float:left}.tabs .tabs-content>div{display:none}.tabs .tabs-content>.tab-active{display:block}.coming-soon{display:inline-block;padding:0 5px;height:20px;font-size:10px;line-height:20px;color:#fff;background:silver;border-radius:2px}.clearfix:after,.discussion-block__addon__body:after,.discussion-block__container__question .question__body:after,.discussion-createform:after,.discussion-createform__head:after,.learning-group__block:after,.list--inline:after,.news-details .share-box:after,.news-details__body .head:after,.side-discussion__foot:after,.side-discussion__head:after{content:'';display:block;height:0;visibility:hidden;clear:both}.loader{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.icon--public{display:inline-block;background-position:0 -119px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.icon--private{display:inline-block;background-position:0 -83px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.icon--people{display:inline-block;background-position:0 -144px;background-repeat:no-repeat;overflow:hidden;width:21px;height:14px}.icon--bubble{display:inline-block;background-position:0 -131px;background-repeat:no-repeat;overflow:hidden;width:15px;height:13px}.icon--link{display:inline-block;background-position:0 -222px;background-repeat:no-repeat;overflow:hidden;width:17px;height:17px}.icon--link--red{display:inline-block;background-position:0 -239px;background-repeat:no-repeat;overflow:hidden;width:17px;height:17px}.loader{width:80px;height:80px;width:80px;height:80px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233cf' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; display: block; shape-rendering: auto;' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-1.1458333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-1.0416666666666665s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.9374999999999999s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.8333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.7291666666666665s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.6249999999999999s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.5208333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.41666666666666663s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.31249999999999994s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.20833333333333331s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.10416666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");background-size:80px 80px;background-repeat:no-repeat;background-position:50% 50%}.loader:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233cf' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; display: block; shape-rendering: auto;' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-1.1458333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-1.0416666666666665s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.9374999999999999s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.8333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.7291666666666665s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.6249999999999999s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.5208333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.41666666666666663s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.31249999999999994s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.20833333333333331s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.10416666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");background-size:80px 80px}.loader:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233cf' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; display: block; shape-rendering: auto;' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-1.1458333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-1.0416666666666665s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.9374999999999999s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.8333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.7291666666666665s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.6249999999999999s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.5208333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.41666666666666663s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.31249999999999994s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.20833333333333331s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='-0.10416666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%233cf'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1.25s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");background-size:80px 80px}.caret{display:inline-block;width:0;height:0;border-style:solid;border-width:6px 4px 0 4px;border-color:#333 transparent transparent transparent}.scroll-wrapper{overflow:auto}.with-checkbox:after{background-position:0 -622px;background-repeat:no-repeat;overflow:hidden;width:21px;height:21px}input:checked+.with-checkbox:after{background-position:0 -601px;background-repeat:no-repeat;overflow:hidden;width:21px;height:21px}.mfp-container{overflow:auto}.orange-label{width:100%;height:39px;color:#e48415;text-align:center;font-size:16px;font-weight:600;font-family:Museo,Museo Sans,Arial;padding-top:10px;animation-name:live_event_pulse;animation-duration:1s;animation-iteration-count:infinite}.orange-label--tablet{position:relative}@keyframes live_event_pulse{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}.img--full{width:100%;height:auto}.clearfix,.discussion-block__container__question .question__body,.list--inline{clear:both}.no-clearfix{clear:none}.draft-info{text-align:center;width:100%;margin-top:0;padding:13px 15px;border-bottom:1px solid #ccc;background:#f60;font-size:16px}.draft-info__text{padding:0 20px;display:inline-block}html body.lock-scroll{position:relative;height:100%;overflow:hidden;-webkit-user-drag:none}html body.lock-scroll .block-content{position:relative;height:100%;overflow:hidden;-webkit-user-drag:none}body.lock-scroll{overflow-y:hidden!important}.ot-cookie-list-container .cookie-list .ot-sdk-cookie-policy.ot-sdk-container{padding:0!important}#onetrust-consent-sdk .ot-floating-button{display:none}.sec-mobile .header{display:flex;padding:0 85px}.sec-mobile .header__description{align-self:center}.sec-mobile .header__description__title{margin-bottom:10px;line-height:28px}.sec-mobile .header__description__subtitle{margin-bottom:30px;font-size:14px;line-height:18px}.sec-mobile .header__image{width:500px}.sec-mobile .header__image img{width:100%;height:100%}.sec-mobile .header-mobile__title{padding:0 84px 0 40px}.sec-mobile .header-mobile__subsection{display:flex;justify-content:end;padding-left:40px}.sec-mobile .header-mobile__description .subtitle{width:165px;font-size:14px;margin-bottom:20px}.sec-mobile .header-mobile__image{height:200px;width:250px}.sec-mobile .header-mobile__image img{height:200px;width:250px;object-fit:cover}.sec-mobile .header__separator{color:#fff;background-color:#2344f8;padding:5px 0;font-size:14px;text-align:center}.sec-mobile .info{display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px 75px 0;background-color:#f4f4f4}.sec-mobile .header-mobile{display:none}.sec-mobile .info .info-image{width:100px}.sec-mobile .info-container{display:flex;flex-direction:column;align-items:center;width:132px;margin-bottom:30px}.sec-mobile .info-container .info-text{text-align:center}.sec-mobile .info-container span{font-weight:900}.sec-mobile .questions-container,.sec-mobile .reasons-container{display:flex;padding:30px 85px 20px;justify-content:space-between}.sec-mobile .reasons-image{width:40%}.sec-mobile .reasons{width:55%}.sec-mobile .reasons .reason{margin-bottom:15px;padding-right:18px}.sec-mobile .reason .reason-subheader{height:34px;align-items:center;display:flex;margin-bottom:10px}.sec-mobile .reason .number{background-color:#2344f8;padding:7px 10px;color:#fff;font-size:14px;border:1px solid;border-radius:50%;font-weight:700;margin-right:10px;height:34px;width:34px}.sec-mobile .reason .reason-title{font-weight:700;font-size:14px}.sec-mobile .questions-container .reasons-image{padding-top:10px}.sec-mobile .questions-container .reasons{width:58%}.sec-mobile .line-separator{height:1px;background-color:#aaa;width:90%;margin:0 auto;margin-bottom:10px}.sec-mobile .apple-store-mobile{display:none}.sec-mobile .apple-store-mobile img{width:180px}@media (max-width:320px){.sec-mobile .header{display:none}.sec-mobile .header-mobile{display:block}.sec-mobile .header-mobile__title{padding:0 65px 0 40px}.sec-mobile .header-mobile__description .subtitle{width:140px}.sec-mobile .info{padding:15px 25px 0}.sec-mobile .reasons-image{display:none}.sec-mobile .questions-container,.sec-mobile .reasons-container{padding:30px 40px 40px}.sec-mobile .questions-container .reasons,.sec-mobile .reasons-container .reasons{width:100%}.sec-mobile .reasons .reason{margin-bottom:30px}.sec-mobile .reason-subheader{margin-bottom:15px}.sec-mobile .apple-store-mobile{display:flex;justify-content:center;margin-bottom:30px}}@media (min-width:321px) and (max-width:767px){.sec-mobile .header{display:none}.sec-mobile .header-mobile{display:block}.sec-mobile .info{padding:15px 40px 0}.sec-mobile .reasons-image{display:none}.sec-mobile .questions-container,.sec-mobile .reasons-container{padding:30px 40px 40px}.sec-mobile .questions-container .reasons,.sec-mobile .reasons-container .reasons{width:100%}.sec-mobile .reason-description{padding-left:15px;font-size:16px}.sec-mobile .reason .reason-title{font-size:16px}.sec-mobile .reason-subheader{margin-bottom:15px}.sec-mobile .reasons .reason{margin-bottom:30px}.sec-mobile .apple-store-mobile{display:flex;justify-content:center;margin-bottom:30px}}@media (min-width:768px) and (max-width:1023px),screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){.sec-mobile .info{padding:15px 105px 0}.sec-mobile .header{padding:10px 85px 0}.sec-mobile .header__image{align-items:end;display:flex;width:460px}.sec-mobile .header__image img{height:auto}.sec-mobile .header__description{padding-bottom:10px}.sec-mobile .reasons .reason{padding-right:0}}#pjax-wrapper .challenge__name__h1{color:#fff}#sticky_radio_player{position:fixed;bottom:0;width:100%;z-index:999}#radio_player_calendar{display:none}.floating-block__container{width:200px;max-height:230px;background:#fff;border:1px solid #ccc;box-shadow:2px 2px 6px rgba(102,102,102,.3)}.desktop-icons,.form-email .safe-info:before,.form-search-meetings-extended .calendar-switch.active:after,.form-search-meetings-extended .calendar-switch:after,.hidden-content-info:before,.list-peers .common-peers:before,.list-peers .peered:after,.list-peers .show-common-peers .btn-close,.list-programs .audio figure:after,.list-programs .field-checkbox input:checked+label,.list-programs .field-checkbox label,.list-programs .info .likes:before,.list-programs .photos figure:after,.list-programs .segment-complete,.list-programs .video figure:after,.list-programs figure .player-play:after,.meeting-item .add:after,.meeting-item .calendar,.notifications-area .button_area,.popup-document .doc-options .doc-close a:after,.popup-document .doc-options .doc-download a:after,.popup-document .doc-options .doc-print a:after,.popup-peer .list-peers-check li.selected:after,.popup-peer .list-peers-check li:after,.sec-about .social-links .fb a:after,.sec-about .social-links .gp a:after,.sec-about .social-links .ln a:after,.sec-about .social-links .rss a:after,.sec-add-program header .close,.sec-inbox .tabs-nav .message-options a.btn-delete:before,.sec-inbox .tabs-nav .message-options a.btn-move:before,.sec-inbox .tabs-nav .message-options a.btn-report:before,.sec-inbox .tabs-nav .message-options a.btn-write-message:before,.sec-message .message-header .btn-forward.btn-reply-all:before,.sec-message .message-header .btn-forward.btn-reply:before,.sec-message .message-header .btn-forward:before,.sec-message .message-header .btn-reply-all.btn-reply:before,.sec-message .message-header .btn-reply-all:before,.sec-message .message-header .btn-reply:before,.sec-peers .social-links .aol a,.sec-peers .social-links .fb a,.sec-peers .social-links .gmail a,.sec-peers .social-links .gp a,.sec-peers .social-links .hotmail a,.sec-peers .social-links .ln a,.sec-peers .social-links .mail a,.sec-peers .social-links .yahoo a,.sec-playlist-details .playlist-edit .playlist-edit__input-holder .edit-icon,.sec-playlists .about-playlists,.sec-private-profile .profile-inner figure>a:after,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.fb,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.gp,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.ln,.sec-profile>.sec-inner .popup-layer .close,.sec-results .close,.survey .le-question__body.js-text-answer-question.correct-answer:before,.survey .le-question__body.js-text-answer-question.wrong-answer:before,.warn_bg .button_area{background-image:url(../img/desktop/icons.png?784dbee9cf093196485198d52ae78a2df0def8fd)}.form-write-message{background:#fff}.form-write-message .field{padding:15px 20px;border-bottom:1px solid #d5d5d5}.form-write-message .field:last-child{border-bottom:none}.form-write-message .field label{float:left;margin-right:15px;font-size:14px;font-weight:700;color:#000}.form-write-message .field input{float:left;width:580px;border:none;font-size:14px;font-weight:300;color:#666}.form-write-message .field input[readonly=readonly]{font-weight:700}.form-write-message .field.field-textarea{position:relative}.form-write-message .field.field-textarea label{display:block;float:none;position:absolute;top:15px;left:20px;margin-bottom:15px}.form-write-message .field.field-textarea textarea{width:100%;height:285px;border:none;font-size:14px;font-weight:300;color:#666}.form-login-02 .field{display:block;margin-bottom:7px}.form-login-02 label{float:left;width:120px;margin-right:10px;font-size:14px;line-height:28px;font-weight:500;text-align:right;color:#333}.form-login-02 input[type=password],.form-login-02 input[type=text]{float:left;width:190px;height:28px;padding:0 8px;border-radius:2px;border:1px solid #b7b7b7;font-size:14px;color:#666}.form-login-02 .misc{display:block;margin:10px 0 15px;font-size:13px;font-weight:300;color:#333}.form-login-02 .misc a{text-decoration:underline}.form-login-02 .misc a:hover{text-decoration:none}.form-login-02 .btn-submit{display:inline-block;height:29px;padding:0 15px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#999;border:0;border:none;cursor:pointer;float:right}.form-user-info{left:-20px;width:380px;margin:auto}.form-user-info.wide{width:620px}.form-user-info .field{display:block;position:relative;margin-bottom:7px}.form-user-info label{float:left;width:160px;margin-right:20px;font-size:14px;line-height:28px;font-weight:500;text-align:right;color:#333}.form-user-info.wide label{width:110px}.form-user-info input[type=password],.form-user-info input[type=text]{float:left;width:190px;height:28px;padding:0 8px;border-radius:2px;border:1px solid #b7b7b7;font-size:14px;color:#666}.form-user-info .col input[type=password],.form-user-info .col input[type=text]{width:160px}.form-user-info .customSelect{float:left;width:190px;height:28px;padding:0 30px 0 15px;border-radius:14px;font-size:14px;line-height:28px;font-weight:700;white-space:nowrap;color:#fff;background:#ccc url(../img/desktop/bg_select-arrow-02.png) no-repeat 90% 50%}.form-user-info .customSelectInner{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-user-info select{position:absolute;left:180px;width:190px!important;height:28px!important;cursor:pointer}.form-user-info .btn-submit{display:inline-block;height:29px;padding:0 15px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#999;border:0;position:absolute;bottom:23px;right:30px;border:none;cursor:pointer}.form-user-info .errorlist{margin-bottom:7px}.form-user-info .errorlist li{padding-left:182px}.form-email{display:block}.form-email .field-text{margin-bottom:30px}.form-email label{display:block;margin-bottom:3px;font-size:14px;font-weight:300;color:#999}.form-email input[type=text]{width:392px;height:28px;padding:0 10px;border:1px solid #b7b7b7;border-radius:2px;color:#999}.form-email .btn-login{float:left;display:inline-block;height:29px;padding:0 25px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#3cf;border:0;border:none;cursor:pointer}.form-email .safe-info{float:left;position:relative;margin:0 0 0 28px;padding-left:19px;line-height:29px}.form-email .safe-info:before{position:absolute;top:50%;left:0;width:9px;height:12px;margin-top:-6px;content:'';background-position:0 -180px;background-repeat:no-repeat;overflow:hidden;width:9px;height:12px}.form-forgot .field-text{margin-bottom:30px}.form-forgot label{display:block;margin-bottom:10px;font-size:14px;font-weight:500;color:#333}.form-forgot input[type=text]{width:220px;height:28px;padding:0 10px;border:1px solid #b7b7b7;border-radius:2px;color:#999}.form-forgot .actions{float:right}.form-forgot .btn{display:inline-block;height:29px;padding:0;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#ccc;border:0;float:left;width:90px;margin-left:10px;text-align:center}.form-forgot .btn-send{border:none;cursor:pointer;background:#3cf}.form-profile-edit{padding:15px 20px 15px 20px}.form-profile-edit ul{margin:0;padding:0;list-style:none}.form-profile-edit>ul>li{clear:both}.form-profile-edit .label{float:left;display:block;min-width:80px;margin-right:20px;margin-top:4px;font-size:16px;font-weight:700;color:#999}.form-profile-edit .customSelect{min-width:300px;height:29px;padding:0 25px 0 15px;border-radius:14px;font-size:16px;line-height:29px;color:#fff;background:#ccc url(../img/desktop/bg_select-arrow-02.png) no-repeat 92% 50%}.form-profile-edit .customSelectInner{width:90%!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-profile-edit p{margin:15px 0}.form-profile-edit .specialty .label,.form-profile-edit .subspecialty .label{float:none}.form-profile-edit .specialty select,.form-profile-edit .subspecialty select{width:400px}.form-profile-edit .specialty .customSelect,.form-profile-edit .subspecialty .customSelect{background-position:96% 50%}.form-profile-edit .field{margin-bottom:12px}.form-profile-edit .field input[type=password],.form-profile-edit .field input[type=text]{display:block;width:100%;height:44px;padding:6px 8px;margin:0;border:1px solid #b7b7b7;color:#999;font-size:15px;font-weight:500;text-align:center;border-radius:3px}.form-profile-edit .btn{font-size:14px;line-height:24px;border:none;background:#3cf}.form-profile-edit .button-wrapper{float:right;margin-top:6px}.form-profile-edit .button-wrapper .btn{width:78px;line-height:18px;border-radius:15px}.form-profile-edit .button-wrapper .btn.cancel{padding:5px 16px;background:#999}.form-profile-edit .button-wrapper .btn.send{margin-left:10px;padding:5px 24px;background:#3cf}.sec-password .tick-confirm{position:relative;display:block;width:100px;height:100px;margin:0 auto 40px;background:#3cf;border-radius:50%}.sec-password .tick-confirm:after{content:'';position:absolute;top:20px;left:38px;width:25px;height:50px;border-right:3px solid #fff;border-bottom:3px solid #fff;border-radius:3px;transform:rotate(45deg)}.sec-password .form-forgot{width:90%}.sec-password .form-forgot h5{font-weight:300;font-size:14px}.sec-password .form-forgot input{width:100%;font-size:14px;padding:5px}.sec-password .main-text{font-size:28px;font-weight:100}.sec-password .sub-text{font-size:18px;font-weight:300}.form-new-playlist .field-text input{width:100%;padding:0 8px;border:none;height:27px;font-size:14px;color:#000}.form-new-playlist .field-text ::-webkit-input-placeholder{color:#000}.form-new-playlist .field-text :-moz-placeholder{color:#000}.form-new-playlist .field-text ::-moz-placeholder{color:#000}.form-new-playlist .field-text :-ms-input-placeholder{color:#000}.form-new-playlist .field-actions{position:absolute;bottom:10px;right:5px}.form-new-playlist .field-actions .btn{padding:0 8px;height:29px;font-size:14px;line-height:29px;font-weight:500;border-radius:15px}.form-new-playlist .field-actions .btn-save{padding:0 15px;background:#3cf;color:#fff}.form-new-playlist .field-actions .btn-save:hover{opacity:.8;color:#fff}.form-new-playlist .field-actions .btn-cancel{float:right;margin-left:6px;border:1px solid #a1a1a1;color:#999;background:#fff}.le-enrollment .enrollment-form .button-npi{padding:8px 18px;line-height:14px;margin-top:10px;position:relative;z-index:1}.le-enrollment .enrollment-form .js-npi{width:300px}.le-question .form--css-check,.le-question .form--css-radio{border-color:#bebebe}.hidden-content-info{display:block;position:relative;padding:100px 0;font-size:22px;font-weight:300;text-align:center;color:#999}.hidden-content-info:before{position:absolute;top:50px;left:50%;width:20px;height:26px;margin:0 0 0 -10px;content:'';background-position:0 -2289px;background-repeat:no-repeat;overflow:hidden;width:20px;height:26px}.error{background:#fff}body.error{min-width:0}body.error>.page-wrapper{width:auto;min-width:0}.errorlist{list-style-type:none;padding:0;margin:0;color:#f33}.errorlist li{margin-top:0}.list-playlists .author{display:block;padding:5px}.list-playlists .author figure{float:left;width:27px;height:27px;margin-right:5px}.list-playlists .author a{display:block;height:100%;height:100%}.list-playlists .author img{float:left;width:100%;height:100%;border:1px solid #ccc;border-radius:2px}.list-playlists .author span{float:right;margin:0 5px 0 0;font-size:13px;line-height:27px;font-weight:500;color:#ccc}.list-playlists small{position:relative;z-index:5;display:block;margin-bottom:10px;font-size:12px;font-weight:700;color:#fff}.list-playlists .info,.list-playlists .tag{float:left;margin:0 0 0 10px;font-size:13px;line-height:37px;color:#999}.list-playlists .tag{float:right;margin:0 10px 0 0}.sec-series{padding:20px 0}.sec-series .sec-header{padding:0 15px}.sec-series .list-series{padding:25px 35px;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;background:#faf9f9}.sec-series .list-series li{float:left;width:315px;margin-right:20px;padding:6px 0}.sec-series .list-series li:nth-child(2n){margin-right:0}.sec-series .list-series a{font-size:14px;color:#333}.sec-media-view{position:relative;top:-5px;margin-bottom:5px;padding:15px 15px 25px;border-bottom:1px solid #ccc}.sec-media-view header{margin-bottom:15px}.sec-media-view .sec-like{position:absolute;right:15px;bottom:25px}.sec-media-view .block-balefires{display:flex;flex-direction:column;align-items:flex-start}.sec-media-view .block-balefires .logo-label p{margin:0}.sec-media-view .block-balefires.block-bottom{margin-bottom:35px}.sec-media-view .block-balefires.align-right{align-items:flex-end}.sec-media-view .block-balefires figure{margin-top:1em}.sec-media-view img{display:block}.sec-media-view h1{float:none;width:100%;margin:0 0 15px;font-size:22px;font-weight:700;line-height:1.4;color:#666}.sec-media-view p{display:block;margin:0 0 20px;font-size:14px;font-weight:300;color:#000}.sec-media-view .sec-share{margin-top:35px}.sec-media-view ul{list-style-type:circle;font-size:14px;font-weight:300}.sec-media-view ul li{font-size:14px;font-weight:300}.sec-media-view ul li p{font-size:14px;font-weight:300;margin-bottom:0}.aggregation__universes__header .name{position:relative;margin:0 0 25px;font-weight:500;color:#333;font-size:21px}.aggregation__universes__header .name:first-child{margin-top:25px}.aggregation__universes__header .name__link{position:relative;padding-right:20px}.aggregation__universes__header .name__view__all{color:#3cf;margin-left:5px;font-size:14px}.aggregation__universes__header .name__view__all:after{content:'';display:block;right:4px;bottom:0;position:absolute;transform:rotate(-90deg);width:20px;height:20px;background-color:#3cf;mask-size:20px 20px;mask-image:url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' fill='%2333ccff'%3E%3Cpath d='M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:50% 50%;background-image:none}.aggregation__universes__header .name__view__all:after:hover{background-color:#3cf}.aggregation__universes__header .name__view__all:after:active{background-color:#3cf}.aggregation__universes__landing__page{padding-top:30px}.aggregation__universes__nav{padding:2px 15px 0 5px;border-bottom:1px solid #ccc;font-size:14px;white-space:nowrap;overflow:hidden;height:32px}.aggregation__universes__nav.details__page{display:flex}.aggregation__universes__nav__item{margin:0 10px}.aggregation__universes__nav__item.active{color:#3cf;border-bottom:2px solid #3cf;height:29px}.aggregation__universes__nav.mCustomScrollbar .mCSB_horizontal .mCSB_container{margin-bottom:0;height:100%;display:flex}.aggregation__universes__nav.mCustomScrollbar .mCSB_horizontal .mCSB_scrollTools{bottom:-7px}.aggregation__universes__nav.mCustomScrollbar .mCustomScrollBox{height:29px}.sec-peers{position:relative;margin-top:-1px}.sec-peers .find-peers{display:inline-block;position:relative;left:-15px;width:728px;margin:30px 0 15px;padding:10px 15px;font-size:14px;font-weight:300;color:#666;background:#f6f5f5}.sec-peers .find-peers span{float:left;margin-right:15px;font-size:14px;font-weight:300;line-height:27px;color:#666}.sec-peers .social-links{float:left;height:auto}.sec-peers .social-links li{float:left;width:27px;height:28px;margin-right:8px;margin-left:0}.sec-peers .social-links a{display:block;width:100%;height:100%;border-radius:2px;text-indent:-9999px}.sec-peers .social-links a:after{display:none}.sec-peers .social-links .fb a{background-position:0 -2646px;background-repeat:no-repeat;overflow:hidden;width:29px;height:29px}.sec-peers .social-links .tw a{width:29px;height:29px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23000'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:29px 29px;background-repeat:no-repeat;background-position:50% 50%}.sec-peers .social-links .tw a:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23000'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:29px 29px}.sec-peers .social-links .tw a:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23000'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:29px 29px}.sec-peers .social-links .ln a{background-position:0 -2617px;background-repeat:no-repeat;overflow:hidden;width:29px;height:29px}.sec-peers .social-links .gp a{background-position:0 -2675px;background-repeat:no-repeat;overflow:hidden;width:29px;height:29px}.sec-peers .social-links .gmail a{background-position:0 -2505px;background-repeat:no-repeat;overflow:hidden;width:27px;height:28px}.sec-peers .social-links .yahoo a{background-position:0 -2561px;background-repeat:no-repeat;overflow:hidden;width:27px;height:28px}.sec-peers .social-links .aol a{background-position:0 -2589px;background-repeat:no-repeat;overflow:hidden;width:27px;height:28px}.sec-peers .social-links .hotmail a{background-position:0 -2423px;background-repeat:no-repeat;overflow:hidden;width:27px;height:27px}.sec-peers .social-links .mail a{background-position:0 -2369px;background-repeat:no-repeat;overflow:hidden;width:27px;height:27px}.sec-peers .form-email{float:none;display:block;width:100%}.sec-peers .form-email .sec-header{display:block;float:none;width:100%;margin-bottom:20px}.list-peers{margin-bottom:15px}.list-peers>li{float:left;position:relative;width:340px;height:96px;padding:12px 0 12px 15px;margin:0 15px 15px 0;border:1px solid #d7d7d7}.list-peers>li:nth-child(2n){margin-right:0}.list-peers>li:hover{background:#f3f3f3}.list-peers>li:hover .btn-unpeer{display:block}.list-peers>li:hover .peered{display:none}.list-peers figure{float:left;width:70px;height:70px;margin-right:20px}.list-peers img{max-width:100%;max-height:100%;border:3px solid #ccc;border-radius:35px}.list-peers .info{float:left;width:225px}.list-peers .info strong{display:block;font-size:14px;font-weight:700;color:#666}.list-peers .info p{max-height:26px;margin:0 0 5px;font-size:12px;font-weight:300;line-height:1.15;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-peers .info .status{font-size:12px;font-weight:300;font-style:italic;color:#666}.list-peers .btn,.list-peers .peered{display:inline-block;height:24px;padding:0 10px;border-radius:12px;font-size:14px;line-height:24px;color:#999;background:#fff;border:0;float:left;position:relative;margin-right:7px;border:1px solid #b7b7b7;font-size:12px;font-weight:700;line-height:22px;transition:none}.list-peers .btn.btn-accept,.list-peers .btn.btn-peer,.list-peers .peered.btn-accept,.list-peers .peered.btn-peer{color:#3cf}.list-peers .btn.pending-btn,.list-peers .peered.pending-btn{padding:0 4px}.list-peers .peered{margin-right:5px;padding:0 6px 0 21px;color:#3cf}.list-peers .peered:after{position:absolute;top:50%;left:4px;width:12px;height:10px;margin-top:-5px;content:'';background-position:0 -88px;background-repeat:no-repeat;overflow:hidden;width:12px;height:10px}.list-peers .btn-unpeer{display:inline-block;height:24px;padding:0 5px;border-radius:12px;font-size:14px;line-height:24px;color:#fff;background:#3cf;border:0;display:none;float:left;position:relative;margin-right:6px;border:1px solid #3cf;font-size:12px;font-weight:700;line-height:22px}.list-peers .btn-write-message{float:left;width:24px;height:24px;margin-right:10px;text-indent:-9999px;outline:0;background-position:0 -939px;background-repeat:no-repeat;overflow:hidden;width:24px;height:24px}.list-peers .common-peers{float:left;position:relative;padding-left:23px;font-size:11px;font-weight:300;line-height:24px;color:#999}.list-peers .common-peers:before{position:absolute;top:50%;left:0;width:17px;height:15px;margin-top:-8px;content:'';background-position:0 -379px;background-repeat:no-repeat;overflow:hidden;width:17px;height:15px}.list-peers .remove-peer-msg{position:absolute;top:0;left:0;z-index:20;width:100%;height:100%;padding:10px 15px;background:#f8f8f8}.list-peers .remove-peer-msg p{margin-bottom:0;font-size:15px;font-weight:300;color:#666}.list-peers .remove-peer-msg footer{position:absolute;bottom:10px;left:15px}.list-peers .remove-peer-msg .btn{padding:0 20px}.list-peers .remove-peer-msg .btn.btn-yes{color:#3cf}.list-peers .show-common-peers{background:#f8f8f8}.list-peers .show-common-peers .btn-write-message,.list-peers .show-common-peers .common-peers,.list-peers .show-common-peers p{display:none}.list-peers .show-common-peers .btn-close{position:absolute;top:8px;right:8px;width:16px;height:16px;text-indent:-9999px;background-position:0 -608px;background-repeat:no-repeat;overflow:hidden;width:16px;height:16px}.list-common-peers{margin-bottom:7px}.list-common-peers li{float:left}.list-common-peers figure{width:25px;height:25px;margin-right:4px}.list-common-peers img{max-width:25px;max-height:25px;border:1px solid #ccc;border-radius:12px}.list-common-peers .see-more{margin-left:5px;font-size:11px;line-height:25px;font-weight:500;color:#3cf}.sec-peers .sec-message-new{padding:30px 20px}.sec-peers .sec-message-new .message-header{padding:0;margin-bottom:20px;border-bottom:0;background:0 0}.sec-peers .sec-message-new .form-write-message{margin:0}.accept-terms-required,.sec-episode .accept-terms-required{pointer-events:none;cursor:default}.prescribing-information{float:right;overflow:hidden;margin-bottom:10px}.prescribing-information a{font-weight:700;font-size:16px;text-decoration:underline}.sec-playlists .tabs-playlists-options .tab{padding:15px 20px}.sec-playlists .list-media{margin-bottom:25px}.sec-playlists .list-media li:nth-child(3n){margin-right:0}.sec-playlists .btn-create-playlist{display:inline-block;height:29px;padding:0 15px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#3cf;border:0;float:right;position:relative;top:-5px}.sec-playlists .about-playlists{float:left;width:22px;height:22px;margin-left:10px;text-indent:-9999px;background-position:0 -1571px;background-repeat:no-repeat;overflow:hidden;width:22px;height:22px}.sec-playlists .tabs-nav{top:-1px}.tabs-info .tabs-nav .btn-create-playlist{display:inline-block;height:29px;padding:0 15px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#3cf;border:0;float:right;position:relative;top:-5px}.tabs-info .tabs-nav .btn-see-profile{display:inline-block;height:29px;padding:0 15px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#3cf;border:0;float:right;position:relative;top:-5px}.sec-add-program header{position:relative;min-height:175px;padding:50px 15px 60px;background:#eee}.sec-add-program header h3{width:540px;font-size:24px;font-weight:700;color:#666}.sec-add-program header h3 strong{font-weight:500;font-style:italic}.sec-add-program header .close{position:absolute;top:15px;right:15px;width:20px;height:20px;text-indent:-9999px;background-position:0 -1289px;background-repeat:no-repeat;overflow:hidden;width:20px;height:20px}.sec-add-program header fieldset{position:absolute;bottom:0;left:0;width:100%;margin:0;padding:0 15px 15px;border:none}.sec-add-program header .field-select{float:left;margin-right:13px}.sec-add-program header .field-select select{width:135px!important;height:32px!important}.sec-add-program header .field-select .customSelect{width:135px;height:32px;padding:0 20px 0 15px;border-radius:16px;font-size:14px;font-weight:700;line-height:32px;color:#666;background:#fff url(../img/desktop/bg_select-arrow-03.png) no-repeat 90% 50%}.sec-add-program header .field-select .customSelect .customSelectInner{width:150px!important;margin-right:10px}.sec-add-program header .field-select .customSelect,.sec-add-program header .field-select .customSelect .customSelectInner,.sec-add-program header .field-select select.hasCustomSelect{width:185px!important}.sec-add-program header .field-select .customSelect,.sec-add-program header .field-select .customSelect .customSelectInner{overflow:hidden}.sec-add-program header .field-actions{position:absolute;top:50px;right:15px}.sec-add-program header .field-actions .btn{float:right;margin-left:6px}.sec-add-program header .field-actions .btn-save{display:inline-block;height:29px;padding:0 15px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#3cf;border:0}.sec-add-program header .field-actions .btn-cancel{display:inline-block;height:29px;padding:0 10px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#fff;border:0;border:1px solid #a1a1a1;color:#999}.sec-add-program header .btn-clear-filter{display:inline-block;height:32px;padding:0 15px;border-radius:16px;font-size:14px;line-height:32px;color:#fff;background:#ccc;border:0;float:right}.sec-playlist-details header{position:relative;min-height:175px;padding:0 0 95px}.sec-playlist-details header .nav-bar{height:52px;padding:0 25px 0 15px;border-bottom:1px solid #ccc}.sec-playlist-details header .back{position:relative;padding-left:16px;font-size:12px;font-weight:700;line-height:52px;color:#999}.sec-playlist-details header .back:before{position:absolute;left:0;top:50%;width:0;height:0;margin-top:-4px;border-style:solid;border-width:4.5px 8px 4.5px 0;border-color:transparent #ccc transparent transparent;content:''}.sec-playlist-details header .sec-inner{padding:20px}.sec-playlist-details header small{display:block;float:left;margin-bottom:5px;font-size:12px;font-weight:700;text-transform:uppercase;color:#999}.sec-playlist-details header .form-edit-playlist{float:left;position:relative;top:-2px;margin-left:20px;margin-bottom:10px}.sec-playlist-details header h3{clear:left;width:540px;font-size:24px;font-weight:700;color:#333}.sec-playlist-details header .sec-like{clear:left;float:left;min-width:165px;margin-right:25px}.sec-playlist-details header .sec-like .btn-like{left:0;float:left}.sec-playlist-details header .sec-like .likes-counter{float:right}.sec-playlist-details header .sec-like .likes-counter:before{left:-9px;top:50%;width:0;height:0;margin-top:-5px;border-style:solid;border-width:5px 9px 5px 0;border-color:transparent #b7b7b7 transparent transparent}.sec-playlist-details header .sec-like .likes-counter:after{left:-7px;top:50%;width:0;height:0;margin-top:-4px;border-style:solid;border-width:4px 7px 4px 0;border-color:transparent #fff transparent transparent}.sec-playlist-details header .actions{position:absolute;bottom:65px;left:0;width:100%;padding:0 20px}.sec-playlist-details header .btn-pause,.sec-playlist-details header .btn-play{display:inline-block;height:33px;padding:0 30px;border-radius:16.5px;font-size:14px;line-height:33px;color:#fff;background:#3cf;border:0;float:left;margin-right:16px;font-size:16px;border:none}.sec-playlist-details header .playlist-info{float:left;font-size:12px;line-height:32px;color:#999}.sec-playlist-details header .btn-delete{display:inline-block;height:33px;padding:0 20px;border-radius:16.5px;font-size:14px;line-height:33px;color:#fff;background:#999;border:0;float:right;margin-right:12px}.sec-playlist-details header .btn-add-programs{display:inline-block;height:33px;padding:0 30px;border-radius:16.5px;font-size:14px;line-height:33px;color:#666;background:#fff;border:0;float:right;border:1px solid #999;font-size:14px}.sec-playlist-details .share-box{clear:both;position:absolute;bottom:20px}.sec-playlist-details .share-box .share-inline-module__on-reachmd{border:none}.sec-playlist-details .playlist-edit .playlist-edit__input-holder .edit-icon{background-position:0 -322px;background-repeat:no-repeat;overflow:hidden;width:14px;height:14px}.list-programs{padding:0 20px;margin-bottom:50px}.list-programs li{position:relative;margin-bottom:20px;padding:10px;border:1px solid #c2c2c2;background:#fff}.list-programs figure{float:left;position:relative;margin-right:10px}.list-programs figure .player-play{background:0 0}.list-programs figure .player-play:after{content:'';display:block;width:25px;height:25px;position:absolute;overflow:hidden;top:50%;left:50%;margin:-12px 0 0 -12px;text-indent:-9999em;background-position:0 -2138px;background-repeat:no-repeat;overflow:hidden;width:25px;height:25px}.list-programs figure:after{position:absolute;bottom:4px;left:4px;width:25px;height:25px;content:''}.list-programs figure img{width:102px}.list-programs .audio figure:after{background-position:0 -2163px;background-repeat:no-repeat;overflow:hidden;width:25px;height:25px}.list-programs .video figure:after{background-position:0 -2013px;background-repeat:no-repeat;overflow:hidden;width:25px;height:25px}.list-programs .photos figure:after{background-position:0 -1988px;background-repeat:no-repeat;overflow:hidden;width:25px;height:25px}.list-programs .about{float:left;width:300px;padding:10px 15px 0 0}.list-programs .about p{height:45px;overflow:hidden;margin:0 0 7px 0;font-size:16px;line-height:1.4;font-weight:300;color:#666}.list-programs .host{font-size:12px;font-weight:700;color:grey_6}.list-programs .host a{color:#999}.list-programs .info{float:left;width:60px;padding-top:31px;text-align:center;margin-right:10px}.list-programs .info.only-likes{padding-top:28px}.list-programs .info .likes{display:inline-block;position:relative;padding-left:18px;font-size:14px;font-weight:700;color:#999}.list-programs .info .likes:before{position:absolute;top:50%;left:0;width:13px;height:13px;margin-top:-7px;content:'';background-position:0 -283px;background-repeat:no-repeat;overflow:hidden;width:13px;height:13px}.list-programs .info .tag{display:block;font-size:14px;font-weight:300;color:grey_6}.list-programs .btn-add,.list-programs .btn-add-program,.list-programs .btn-delete,.list-programs .btn-delete-program{display:inline-block;height:33px;padding:0 30px;border-radius:16.5px;font-size:14px;line-height:33px;color:#fff;background:#3cf;border:0;float:right;font-size:16px;margin:23px 30px 0 0}.list-programs .btn-delete,.list-programs .btn-delete-program{background:#ccc}.list-programs .field-checkbox{position:absolute;top:10px;right:10px}.list-programs .field-checkbox input{display:none}.list-programs .field-checkbox label{width:18px;height:18px;background-position:0 -865px;background-repeat:no-repeat;overflow:hidden;width:18px;height:18px}.list-programs .field-checkbox label:before{display:none}.list-programs .field-checkbox input:checked+label{background-position:0 -811px;background-repeat:no-repeat;overflow:hidden;width:18px;height:18px}.list-programs .delete-confirmation{display:none;position:absolute;left:0;top:0;width:100%;height:100%;padding-top:35px;text-align:center;background:#e2e2e2}.list-programs .delete-confirmation p{display:inline-block;font-size:18px;line-height:32px;font-weight:500;color:#666}.list-programs .delete-confirmation .actions{float:right;margin-right:40px}.list-programs .delete-confirmation .btn{display:inline-block;height:32px;padding:0;border-radius:16px;font-size:14px;line-height:32px;color:#999;background:#fff;border:0;float:left;width:92px;margin-left:25px;font-size:16px;text-align:center}.list-programs .delete-confirmation .btn-yes{color:#3cf}.list-programs .segment-complete{float:left;display:block;width:20px;height:20px;margin-top:29px;text-indent:-9999em;overflow:hidden;background-position:0 -1229px;background-repeat:no-repeat;overflow:hidden;width:20px;height:20px}.sec-search{padding:30px 20px}.sec-search .btn{border:none}.sec-search .sec-header{font-size:22px;font-weight:300;color:#666}.sec-search.sec-search-meetings{padding:20px 0 20px 20px}.popup-nonlogin{position:relative;width:700px;margin:auto;padding:30px 20px 15px 35px;color:#000;background:#fff;outline:0!important}.popup-nonlogin>*{outline:0!important}.popup-nonlogin header{font-size:30px;line-height:normal;font-weight:500;margin-bottom:24px}.popup-nonlogin figure{float:left;margin-right:21px;margin-left:7px;width:84px;height:84px;overflow:hidden;border-radius:42px;border:2px solid #c6c6c6}.popup-nonlogin figure img{display:block;width:100%;height:100%}.popup-nonlogin .content-wrapper{float:left;width:412px}.popup-nonlogin .content-wrapper p{margin:0 0 14px;font-size:20px;line-height:26px;font-weight:300;color:#333}.popup-nonlogin .content-wrapper h3{margin:0 0 30px;font-size:18px;line-height:30px;font-weight:700}.popup-nonlogin .content-wrapper h3.alt-margin{margin-bottom:9px}.popup-nonlogin .content-wrapper ul{margin:0 0 30px;padding:0;list-style:none}.popup-nonlogin .content-wrapper ul li{position:relative;padding-left:10px;font-size:16px;line-height:26px;font-weight:300;color:#333}.popup-nonlogin .content-wrapper ul li:before{content:'';display:block;position:absolute;top:10px;left:0;width:5px;height:5px;border-radius:3px;background:#333}.popup-nonlogin .content-wrapper .btn-register{display:inline-block;height:42px;padding:0;border-radius:21px;font-size:14px;line-height:42px;color:#fff;background:#3cf;border:0;width:100%;margin-bottom:30px;font-size:18px;font-weight:700;text-align:center}.popup-nonlogin .has-account{margin:0;float:right;font-size:18px;line-height:26px;font-weight:300}.popup-nonlogin .has-account a{font-weight:700;color:#000}.new-user-info{position:absolute;right:20px;bottom:15px;z-index:31;font-size:14px;color:#333}.new-user-info a{text-decoration:underline;color:#999}.new-user-info a:hover{text-decoration:none}.popup-document{position:relative;width:860px;height:580px;margin:auto;border-radius:0;background:#fff}.popup-document .mfp-close{display:none}.popup-document .fixed-header{position:fixed;top:0;left:0;width:100%;height:53px;background:#000}.popup-document .header-inner{position:relative;left:-8px;width:860px;height:53px;margin:auto}.popup-document .doc-name{float:left;margin:0;font-size:14px;line-height:53px;font-weight:700;color:#fff}.popup-document .doc-options{float:right;padding-top:6px}.popup-document .doc-options li{float:left;width:40px;height:40px;margin-left:7px}.popup-document .doc-options a{display:block;position:relative;width:100%;height:100%;border-radius:6px;text-indent:-9999px;background:#292929}.popup-document .doc-options a:after{position:absolute;top:50%;left:50%;content:''}.popup-document .doc-options .doc-print a:after{width:19px;height:18px;margin:-9px 0 0 -10px;background-position:0 -793px;background-repeat:no-repeat;overflow:hidden;width:19px;height:18px}.popup-document .doc-options .doc-download a:after{width:17px;height:19px;margin:-10px 0 0 -9px;background-position:0 -1050px;background-repeat:no-repeat;overflow:hidden;width:17px;height:19px}.popup-document .doc-options .doc-close a{background:0 0}.popup-document .doc-options .doc-close a:after{width:20px;height:20px;margin:-10px 0 0 -10px;background-position:0 -1309px;background-repeat:no-repeat;overflow:hidden;width:20px;height:20px}.popup-quiz-login{padding-top:0}.popup-quiz-login .popup-content{width:75%}.popup-quiz-login .lead{display:block;margin-bottom:25px;font-size:16px;font-weight:500;color:#333}.popup-quiz-login .col{float:left;position:relative;min-height:180px}.popup-quiz-login .col:after{position:absolute;top:0;width:1px;height:100%;content:'';background:#c2c2c2}.popup-quiz-login .col.col-account:after{right:0}.popup-quiz-login .col.col-no-account:after{left:-1px}.popup-quiz-login .col-account{width:340px;padding-right:15px}.popup-quiz-login .col-no-account{width:290px;padding-left:25px}.popup-quiz-login .col-no-account p{font-size:14px;font-weight:500;color:#333}.popup-quiz-login strong{display:block;margin-bottom:20px;font-size:18px;font-weight:700;color:#333}.popup-quiz-login .btn-register{display:inline-block;height:29px;padding:0 15px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#3cf;border:0;float:right;position:absolute;bottom:0;right:20px;border:none;cursor:pointer}.popup-quiz-user-info{padding-top:20px;padding-bottom:20px}.popup-quiz-user-info .lead{display:block;margin-bottom:40px;font-size:16px;font-weight:500;color:#333}.popup-quiz-user-info .col{float:left;width:50%;padding-right:20px}.popup-peer{width:728px;height:auto;padding-top:0}.popup-peer h1{display:block;width:100%;margin:0;padding:30px 0;border-bottom:1px solid #b7b7b7;font-size:22px;font-weight:300;text-align:center;color:#666}.popup-peer>header h1{font-size:32px;font-weight:100;padding:35px 0 15px}.popup-peer>header h1 small{display:block;margin-top:5px;font-size:16px;font-weight:700}.popup-peer .sec-peers{padding:25px 15px}.popup-peer .sec-header{font-size:22px;font-weight:300;color:#666}.popup-peer .sec-header small{font-size:14px;font-weight:300;color:#999}.popup-peer .actions{display:inline-block;width:100%;padding:0 0 35px}.popup-peer .actions a{float:left}.popup-peer .btn-peer-all{display:inline-block;height:24px;padding:0 15px;border-radius:12px;font-size:14px;line-height:24px;color:#fff;background:#3cf;border:0;margin-right:12px}.popup-peer .skip{font-size:12px;line-height:24px;font-weight:700;color:#999}.popup-peer .list-peers-check li:after{position:absolute;top:6px;right:6px;width:18px;height:18px;content:'';background-position:0 -865px;background-repeat:no-repeat;overflow:hidden;width:18px;height:18px}.popup-peer .list-peers-check li.selected:after{background-position:0 -937px;background-repeat:no-repeat;overflow:hidden;width:18px;height:18px}.popup-playlist-delete{position:relative;width:700px;height:190px;margin:0 auto;padding:40px 35px 0;border-radius:8px;background:#eceaea;z-index:1000}.popup-playlist-delete p{display:block;margin-bottom:40px;padding-left:10px;font-size:18px;line-height:32px;font-weight:500;color:#666}.popup-playlist-delete .actions{float:right}.popup-playlist-delete .btn{display:inline-block;height:32px;padding:0;border-radius:16px;font-size:14px;line-height:32px;color:#999;background:#fff;border:0;float:left;width:92px;margin-left:25px;font-size:16px;text-align:center}.popup-playlist-delete .btn-yes{color:#3cf}.overlay-block{position:absolute;top:0;left:0;z-index:30;width:100%;height:100%;background:url(../img/desktop/bg_overlay-grey.png) repeat}.sec-results>header{padding:20px}.sec-results .sec-header{margin:0;float:left;font-size:22px;font-weight:300;color:#666}.sec-results .sec-header small{font-size:14px;color:#999}.sec-results .close{float:right;width:25px;height:26px;text-indent:-9999px;background-position:0 -2063px;background-repeat:no-repeat;overflow:hidden;width:25px;height:25px}.sec-results .pagination{margin:40px 0}.activity-banner{width:100%;height:180px}.activity-banner a{display:block}.activity-banner img{display:block;width:100%;height:180px}.sec-unsubscribe{padding:0 15px;color:#525860}.sec-unsubscribe .head-unsubscribe{padding-top:21px;margin-bottom:21px}.sec-unsubscribe .head-unsubscribe span{display:block;float:left;width:90px;font-size:23px;color:#525860}.sec-unsubscribe .head-unsubscribe .leave-page{font-size:23px;text-decoration:underline;color:#525860}.sec-unsubscribe .sec-decision{clear:both;padding-left:90px;padding-top:26px;padding-bottom:25px;border-top:2px solid #a5aba9}.sec-unsubscribe .sec-decision h2{margin:0 0 11px;font-size:23px;color:#525860}.sec-unsubscribe .sec-decision p{margin:0 0 27px;font-size:15px;line-height:19px;color:#525860}.sec-unsubscribe .sec-decision .action{float:right;width:330px}.sec-unsubscribe .sec-decision .action span{display:block;float:left;font-size:23px;width:180px;text-align:center;color:#525860}.sec-unsubscribe .sec-decision .btn-sign-up-now,.sec-unsubscribe .sec-decision .btn-unsubscribe{height:31px;width:138px;border:none;line-height:30px;font-size:15px;background:#a5aba9;font-weight:300;color:#fff;text-align:center;border-radius:12px}.sec-unsubscribe .sec-decision .btn-sign-up-now{background:#3cf}.sec-decision{padding:20px 15px}.sec-decision h2{margin:0 0 11px;font-size:23px;color:#525860}.sec-decision p{margin:0 0 27px;font-size:15px;line-height:19px;color:#525860}.sec-about{display:inline-block;padding:0 20px 30px;font-size:14px;font-weight:300}.sec-about h3{display:block;padding-top:25px;font-size:24px;font-weight:500;line-height:1.2;color:#333}.sec-about .content{float:left;width:75%;padding-right:5%;font-size:14px;line-height:1.25;color:#666}.sec-about .content ul{margin-top:0;padding-left:25px}.sec-about .content>article{margin-bottom:5px}.sec-about .content>section>article:last-child{margin-bottom:0}.sec-about .content>.anchor{border:none;margin:0}.sec-about .content a{text-decoration:underline;color:#333}.sec-about .content a:hover{text-decoration:none}.sec-about .content div{margin-bottom:30px}.sec-about .about h5{margin-bottom:5px;font-size:12px;font-weight:500;color:#666}.sec-about .about span{text-decoration:underline}.sec-about .faq article{margin-bottom:25px}.sec-about .faq h4{margin-bottom:3px;font-size:14px;font-weight:500}.sec-about .faq p{margin-top:0}.sec-about .faq b{font-weight:500}.sec-about .faq ul{margin-top:-16px}.sec-about .contact .cols{display:inline-block;width:100%;margin-bottom:50px}.sec-about .contact .col{width:45%;float:left}.sec-about .contact .by-phone{float:right;text-align:right}.sec-about .contact h5{margin-bottom:3px;font-size:14px;font-weight:300;color:#666}.sec-about .contact ul{padding-left:0;font-size:12px;font-weight:300}.sec-about .contact ul.social-links{display:none}.sec-about .contact li{margin-bottom:2px}.sec-about .contact a{color:#666}.sec-about aside{position:sticky;top:0;min-width:20%;margin-left:500px}.sec-about aside li{margin-bottom:5px}.sec-about aside a{font-size:14px;font-weight:700;color:#333}.sec-about .social-links{display:inline-block;float:none;width:100%}.sec-about .social-links li{float:left;padding-left:8px;border-left:1px solid #ccc}.sec-about .social-links li:first-child{padding-left:0;border-left:none}.sec-about .social-links a{width:20px;height:20px}.sec-about .social-links .fb a:after{width:6px;height:12px;margin:-6px 0 0 -3px;background-position:0 -168px;background-repeat:no-repeat;overflow:hidden;width:6px;height:12px}.sec-about .social-links .tw a:after{width:13px;height:10px;margin:-5px 0 0 -7px;width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ccc'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:10px 10px;background-repeat:no-repeat;background-position:50% 50%}.sec-about .social-links .tw a:after:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ccc'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:10px 10px}.sec-about .social-links .tw a:after:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ccc'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:10px 10px}.sec-about .social-links .gp a:after{width:12px;height:12px;margin:-6px 0 0 -6px;background-position:0 -132px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.sec-about .social-links .ln a:after{width:14px;height:13px;margin:-7px 0 0 -6px;background-position:0 -218px;background-repeat:no-repeat;overflow:hidden;width:14px;height:13px}.sec-about .social-links .rss a:after{width:12px;height:12px;margin:-6px 0 0 -6px;background-position:0 -156px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.sec-one-trust-page{padding:40px 10px}.mvp-hidden{display:none}.synopsis-balefire{color:#333;background:#fff}.synopsis-balefire .synopsis-balefire-content{padding:24px 10px 0 29px;color:#000;width:100%}.synopsis-balefire .synopsis-balefire-content .synopsis-balefire-partners{margin-bottom:33px}.synopsis-balefire .synopsis-balefire-content-title{margin:0 0 3px;color:#000;font-size:18px;font-weight:500}.synopsis-balefire .synopsis-balefire-content p{margin:0;font-size:14px;line-height:22px;font-weight:300;color:#000}.synopsis-balefire .sec-comments .sec-header{margin-left:7px;font-weight:500;color:#333}.autocomplete-light-widget{position:relative;display:block}.anchor{border-top:90px solid transparent;margin-top:-90px;background-clip:padding-box}.specialties select{width:96%}.aws-search{padding:15px;width:100%}.aws-search__result>.aws-search__result__activities{width:100%;margin:0;padding:0!important}.aws-search__result>.aws-search__result__activities li{margin-right:0!important;padding:6px 20px 5px 0}.aws-search__result>.aws-search__result__activities li button{font-size:14px}.aws-search__result>.aws-search__result__activities li+li{margin-left:0!important;padding:6px 20px 5px 0}.aws-search__filter__select .form--select2{width:248px}.aws-search__filter__select label{display:inline-block;width:82px;text-align:right}#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md{bottom:85px;right:33px}.sec-profile>.sec-inner{min-height:230px;max-height:372px;padding-right:0}.sec-profile>.sec-inner>header{position:relative;margin-bottom:13px;padding-top:40px}.sec-profile>.sec-inner>header .btn-follow,.sec-profile>.sec-inner>header .btn-see-profile{display:inline-block;height:27px;padding:0 15px;border-radius:13.5px;font-size:14px;line-height:27px;color:#fff;background:#3cf;border:0;background:#3cf}.sec-profile>.sec-inner>header .btn-follow{margin-right:20px}.sec-profile>.sec-inner>header .sec-header{float:left;width:128px;padding-left:6px;margin-bottom:0;font-weight:300;color:#999}.sec-profile>.sec-inner>header .btn-see-profile{display:inline-block;height:21px;padding:0 15px;border-radius:10.5px;font-size:14px;line-height:21px;color:#fff;background:#ccc;border:0;float:left;position:static;margin-left:21px;font-size:12px}.sec-profile>.sec-inner>header .reachmd-title{font-size:22px;font-weight:300;color:#999}.sec-profile>.sec-inner>p{position:relative;margin-top:-19px;padding-right:20px;font-size:14px;font-weight:300;color:#333;min-height:50px}.sec-profile>.sec-inner .profile-main-info>li{display:block;padding:13px 0;line-height:24px;border-bottom:1px solid #d5d5d5}.sec-profile>.sec-inner .profile-main-info>li:last-child{border-bottom:0}.sec-profile>.sec-inner .profile-main-info>li .label{float:left;margin-right:5px;color:#999}.sec-profile>.sec-inner .profile-main-info>li p{float:left;margin:0 10px 0 0}.sec-profile>.sec-inner .profile-main-info>li .btn{display:inline-block;height:24px;padding:0 15px;border-radius:12px;font-size:14px;line-height:24px;color:#fff;background:#ccc;border:0;font-weight:700}.sec-profile>.sec-inner .popup-layer{display:none;position:absolute;top:0;left:0;width:100%;height:280px;background:url(../img/desktop/bg_blur.jpg) no-repeat}.sec-profile>.sec-inner .popup-layer .close{position:absolute;top:15px;right:15px;width:25px;height:25px;text-indent:-9999px;background-position:0 -2063px;background-repeat:no-repeat;overflow:hidden;width:25px;height:25px}.sec-profile>.sec-inner .popup-layer div{display:table;width:596px;padding:0 55px;background:#fff;margin:15px auto;height:245px}.sec-profile>.sec-inner .popup-layer strong{display:block;margin-bottom:15px;font-size:18px;font-weight:500;color:#000}.sec-profile>.sec-inner .popup-layer p{display:table-cell;width:100%;height:100%;margin:0;vertical-align:middle;font-size:14px;font-weight:300;color:#333}.sec-profile .profile-inner{position:relative;padding:0 0 30px 150px;min-height:170px}.sec-profile .profile-inner header .user-name{float:left;margin:0 50px 10px 0;font-size:30px;font-weight:300;color:#666}.sec-profile .profile-inner header .social-links{float:left;margin:4px 0}.sec-profile .profile-inner header .other{position:absolute;top:10px;right:20px}.sec-profile .profile-inner header .other .actions{margin-bottom:15px}.sec-profile .profile-inner header .other .actions .btn{display:inline-block;height:21px;padding:0 15px;border-radius:10.5px;font-size:14px;line-height:21px;color:#fff;background:#ccc;border:0;float:left;font-size:12px;font-weight:700}.sec-profile .profile-inner header .other .actions .btn-disclosures{float:right;margin-left:10px}.sec-profile .profile-inner figure{position:absolute;left:0;top:0}.sec-profile .profile-inner figure img{max-width:128px;max-height:128px;border-radius:64px}.sec-profile .profile-inner ul{display:block}.sec-profile .profile-inner ul li{margin-bottom:2px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sec-profile .profile-inner .profile-cols>.col{float:left;width:156px;padding-right:10px}.sec-profile .profile-inner .profile-cols>.col:first-child{width:233px;padding-right:30px}.sec-profile .profile-inner .profile-cols>.col:first-child ul{padding-right:55px}.sec-profile .profile-inner .profile-cols>.col .profile-simple-list+h3{margin-top:26px;margin-bottom:10px}.sec-profile .profile-inner .profile-cols h3{margin:0 0 26px;font-size:14px;line-height:22px;font-weight:500;color:#333}.sec-profile .profile-inner .profile-cols h3 a{color:#333}.sec-profile .profile-inner .profile-cols .profile-simple-list a{color:#666}.sec-profile .profile-inner .profile-cols .profile-simple-list .disable{color:#ccc}.sec-profile .profile-inner .profile-cols .profile-simple-list .disable a{color:#ccc;cursor:none}.sec-profile .profile-inner .profile-cols .coming-soon{float:right}.sec-profile .tabs-profile-info.public-info-profile .tabs-nav{width:100%;padding:0 16px}.sec-profile .tabs-profile-info.public-info-profile .tabs-nav ul{display:flex;gap:16px;float:none;padding:16px 0}.sec-profile .tabs-profile-info.public-info-profile .tabs-nav ul li{margin:0}.sec-profile .tabs-profile-info.public-info-profile .tabs-content .sec-inner{padding:16px!important;font-weight:300}.sec-profile .tabs-profile-info.public-info-profile .tabs-content .tab-my-contents{padding:0 16px}.sec-profile .tabs-profile-info .tabs-nav ul{float:left}.sec-profile .tabs-profile-info .tabs-nav .actions{float:right}.sec-profile .tabs-profile-info .tabs-nav .btn-edit,.sec-profile .tabs-profile-info .tabs-nav .btn-save{display:inline-block;height:27px;padding:0;border-radius:13.5px;font-size:14px;line-height:27px;color:#fff;background:#3cf;border:0;float:right;width:117px;margin:-3px 24px 0 0;font-weight:700;text-align:center}.sec-profile .tabs-profile-info .tabs-content{padding-top:6px}.sec-profile .tabs-profile-info .tabs-content form{display:inline-block;position:relative;width:100%}.sec-profile .tabs-profile-info .tabs-content li textarea{background:none repeat scroll 0 0 #f9f8f8;border:1px solid #c6c6c6;border-radius:4px;color:#999;float:left;font-size:12px;height:80px;margin-right:10px;margin-top:1px;padding:4px 10px;width:530px}.sec-profile .tabs-profile-info .tabs-content .actions.additional{display:inline-block;width:100%;padding-top:10px}.sec-profile .tabs-profile-info .tabs-content .actions.additional button{float:right;margin:0 24px 0 0}.sec-profile .tabs-profile-info .tabs-content .tab-about .btn-edit-alt{display:none}.sec-profile .tabs-profile-info .tabs-content .tab-about .actions{display:inline-block;width:100%;padding:0}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about{display:block}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .formset .btn{margin-top:20px;cursor:pointer}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .institution_select_custom_options li{margin-top:5px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li{position:relative;padding:0 20px 0 8px;border:1px solid transparent;border-bottom:1px solid #d8d8d8;font-size:14px;font-weight:700;transition:.5s linear}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.required-fields-error{border:2px solid red}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.required-fields-error .required-fields-error-message{display:block}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .required-fields-error-message{display:none;margin-top:5px;font-size:13px;font-weight:300;color:red}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.error{border:2px solid red}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.hidden{display:none}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .label{float:left;margin-right:10px;color:#999}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li label{display:block;margin-bottom:5px;color:#999}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .subspecialty p{width:100%}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .list-text{float:left}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .list-text li{padding-top:1px;padding-bottom:0;margin-bottom:4px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .list-text li ul{margin-top:4px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .list-text li ul li{padding:0;margin-left:15px;opacity:.6}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .warn-msg{position:absolute;right:0;top:0;width:30%;height:100%;padding:14px 0}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li input[type=email],.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li input[type=password],.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li input[type=text]{width:96%;height:24px;border:1px solid #c6c6c6;border-radius:4px;font-size:12px;padding:4px 10px;color:#999;background:#f9f8f8}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li #id_email,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li #id_emails-0-email{width:284px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .warn input[type=password],.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .warn input[type=text]{border-color:#f8aaad;color:#fff;background:#ffadad}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label{width:29px;height:29px;text-indent:-9999px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.fb{background-position:0 -2646px;background-repeat:no-repeat;overflow:hidden;width:29px;height:29px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.tw{position:relative;background-color:#000;border-radius:4px;width:29px;height:29px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.tw:after{content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:17.5px;height:17.5px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:17.5px 17.5px;background-repeat:no-repeat;background-position:50% 50%}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.tw:after:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:17.5px 17.5px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.tw:after:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:17.5px 17.5px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.ln{background-position:0 -2617px;background-repeat:no-repeat;overflow:hidden;width:29px;height:29px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.gp{background-position:0 -2675px;background-repeat:no-repeat;overflow:hidden;width:29px;height:29px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .btn{display:inline-block;height:24px;padding:0 15px;border-radius:12px;font-size:14px;line-height:24px;color:#fff;background:#ccc;border:0;margin-top:3px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .field{float:left}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item input[type=password],.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item input[type=text]{float:left;width:130px;height:28px;margin-top:1px;border:1px solid #c6c6c6;border-radius:4px;font-size:12px;padding:4px 10px;margin-right:10px;color:#999;background:#f9f8f8}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item.warn input{border-color:#f8aaad;color:#fff;background:#ffadad}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .btn-disassociate{background-color:#f60}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.field-textarea{display:inline-block;margin:12px 0 5px;font-weight:300}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.field-textarea .label,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.field-textarea label{margin-bottom:5px;font-weight:700}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.field-textarea textarea{width:100%;height:100px;padding:10px;border:1px solid #c6c6c6;border-radius:4px;font-size:12px;line-height:1.2;color:#999;background:#f9f8f8}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.field-select .label{line-height:28px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.field-select select{width:284px!important;height:28px!important;cursor:pointer}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.field-select .customSelect{width:284px;padding:0 25px 0 15px;border-radius:14px;font-size:16px;line-height:29px;color:#fff;background:#ccc url(../img/desktop/bg_select-arrow-02.png) no-repeat 92% 50%}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li p{float:left;margin:0}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.birth-date p{display:flex}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.birth-date p #id_birth_date{display:none}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.birth-date p .select2{min-width:100px;margin-right:10px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.medical-school p{width:300px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.medical-school .select2-selection{width:300px;height:28px;padding:6px 10px;border:1px solid #999;border-radius:2px;font-size:12px;color:#999}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.medical-school .select2-selection .select2-selection__rendered{line-height:16px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.medical-school .select2-selection .select2-selection__arrow{top:0;right:0;height:30px;width:30px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.medical-school .select2-selection .select2-selection__arrow:before{background-size:50%;background-position-x:50%}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .btn{display:inline-block;height:24px;padding:0 15px;border-radius:12px;font-size:14px;line-height:24px;color:#fff;background:#ccc;border:0;margin-top:3px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .npi .btn{margin-left:10px;margin-top:0}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .btn-change-password{display:inline-block;height:28px;padding:0 15px;border-radius:14px;font-size:14px;line-height:28px;color:#fff;background:#ccc;border:0;font-weight:700}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li ul li{position:relative;padding:14px 1.5% 14px 1.5%;border-bottom:none}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li ul .error{border:1px solid red}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li ul.grid>li{width:auto;width:50%;float:left}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li ul.grid-0 li{width:100%}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li ul.grid-2 li{width:49%;min-width:0;margin-right:1%}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li ul.grid-3 li{width:32.3%;min-width:0;margin-right:1%}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li ul.grid-3 li.btn-add-container{position:absolute;right:0}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.error-messages li{padding:9px 1.5%}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.error-messages p{font-size:13px;font-weight:300;color:red}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li .error-block{clear:both}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .medical_school{min-width:158px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .tab-about__phone-prefix.js-phone-prefix{position:absolute;width:64px;background:0 0;border:none;left:0;padding:0 5px;text-align:center}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .tab-about__phone-number:before{content:"-";position:absolute;left:60px;top:2px;color:#999}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .tab-about__phone-number input[type=text]{padding-left:70px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .select2-hidden-accessible+.select2 .select2-selection{height:26px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .select2-hidden-accessible+.select2 .select2-selection__rendered{line-height:26px;font-size:14px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .select2-hidden-accessible+.select2 .select2-selection__arrow{height:26px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about+.btn-edit{margin:20px}.sec-profile .tabs-profile-info .tabs-content .tab-about .btn-add{display:inline-block;height:24px;padding:0 15px;border-radius:12px;font-size:14px;line-height:24px;color:#fff;background:#3cf;border:0;position:absolute;top:14px;right:25px}.sec-profile .tabs-profile-info .tabs-content .tab-about .formset .btn-delete{background-color:#f60}.sec-profile .tabs-profile-info .tabs-content .tab-peer{font-size:16px}.sec-profile .tabs-profile-info .tabs-content .tab-playlist{font-size:16px}.sec-profile .tabs-profile-info .tabs-content .tab-educational{padding:20px 30px}.sec-profile .tabs-profile-info .tabs-content .tab-educational ul li{float:left;width:240px;padding:7px 15px 7px 0}.sec-profile .tabs-profile-info .tabs-content .tab-educational ul li a{display:block;font-size:14px;font-weight:700px;color:#333}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form{position:relative}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form ul{margin-top:10px}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field{display:block;height:65px;padding:20px 25px;border-bottom:1px solid #d5d5d5}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field label{float:left;position:relative;width:285px;padding:0 20px 0 45px;font-size:14px;font-weight:700;line-height:25px;color:#000}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field label[for=id_hide_profile]:before{content:"";position:absolute;top:-1px;right:-21px;width:21px;height:21px;left:initial;cursor:pointer;background-position:0 -622px;background-repeat:no-repeat;overflow:hidden;width:21px;height:21px}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field input[type=checkbox]{display:none}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field input[type=checkbox]:checked+label:before{background-position:0 -601px;background-repeat:no-repeat;overflow:hidden;width:21px;height:21px}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field.field-checkbox label:before{top:2px}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field select{float:left;width:150px!important;height:25px!important;cursor:pointer}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field .customSelect{min-width:150px;padding:0 25px 0 15px;border-radius:12px;font-size:14px;line-height:25px;color:#fff;background:#ccc url(../img/desktop/bg_select-arrow-02.png) no-repeat 92% 50%}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field-select>div{position:relative}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form .field-select>div>select{top:0;left:290}.sec-profile .tabs-profile-info .tabs-content .tab-privacy form ul+.actions{float:right;margin:20px}.sec-profile .tabs-profile-info .tabs-content .tab-preferences .notice{margin:0;padding:40px 30px 30px 26px;font-size:15px;font-weight:300;border-bottom:1px solid #d5d5d5}.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul{margin-top:5px}.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul li{padding:10px 0;border-bottom:1px solid #d5d5d5}.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul li .field{display:table;float:left;width:33.3%;padding-left:25px}.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul li .field label{display:table-cell;height:36px;position:relative;padding:0 20px 0 45px;font-size:14px;font-weight:700;line-height:18px;vertical-align:middle;color:#000}.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul li .field label:before{top:7px;background-position:0 -622px;background-repeat:no-repeat;overflow:hidden;width:21px;height:21px}.sec-profile .tabs-profile-info .tabs-content .tab-preferences ul li .field input[type=checkbox]:checked+label:before{background-position:0 -601px;background-repeat:no-repeat;overflow:hidden;width:21px;height:21px}.sec-profile .tabs-profile-info .tabs-content .tab-preferences .btn-save{float:right;margin:20px}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions .notice{margin:0;padding:40px 30px 30px 26px;font-size:15px;font-weight:300;border-bottom:1px solid #d5d5d5}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul{margin-top:5px}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field{padding:10px 25px;border-bottom:1px solid #d5d5d5}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field.remove-all-selections{margin:0 5px;padding:10px 15px;border:5px solid #d5d5d5}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field.remove-all-selections b,.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field.remove-all-selections label{color:#3cf;line-height:37px}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field label{position:relative;padding:0 20px 0 45px;font-size:14px;font-weight:300;color:#666}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field label b{display:block;font-weight:700;color:#000}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field label:before{top:7px;background-position:0 -622px;background-repeat:no-repeat;overflow:hidden;width:21px;height:21px}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions ul .field input[type=checkbox]:checked+label:before{background-position:0 -601px;background-repeat:no-repeat;overflow:hidden;width:21px;height:21px}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions form>p{margin:20px 20px -20px;font-size:14px;font-weight:300}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions form>p.text-partners{padding-left:50px;font-weight:700;margin-bottom:0}.sec-profile .tabs-profile-info .tabs-content .tab-subscriptions .btn-save{background:#3cf;float:right;margin:20px}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents{padding:15px 0 15px 20px}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table{width:100%}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table tbody,.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table thead{display:block;width:100%}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table td,.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table th{padding-bottom:10px;font-size:14px;text-align:left}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table th{display:block;float:left;font-weight:300;color:#999}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table tr{display:block}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table td{display:block;float:left;font-weight:300;width:100%;padding:32px 0;border-bottom:1px solid #ccc;font-size:16px}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table td a>{color:#3cf}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table .hosts-guests li{float:left;width:23px;height:23px;margin-right:4px}.sec-profile .tabs-profile-info .tabs-content .tab-my-contents table .hosts-guests li img{max-width:100%;border-radius:2px;border:1px solid #d2d2d2}.sec-profile .tabs-profile-info .tabs-content .tab-affiliations,.sec-profile .tabs-profile-info .tabs-content .tab-biography,.sec-profile .tabs-profile-info .tabs-content .tab-disclosures{font-size:16px}.sec-profile .tabs-profile-info .tabs-content .tab-affiliations a,.sec-profile .tabs-profile-info .tabs-content .tab-biography a,.sec-profile .tabs-profile-info .tabs-content .tab-disclosures a{text-decoration:underline}.sec-profile.sec-faculty-profile .sec-faculty-profile__container{display:flex;position:absolute;right:0;top:0;width:100%;gap:16px;align-items:center;justify-content:flex-end;padding-right:16px}.sec-profile.sec-faculty-profile .sec-faculty-profile__container .btn-follow,.sec-profile.sec-faculty-profile .sec-faculty-profile__container .btn-see-profile{margin-right:0}.sec-profile.sec-faculty-profile .profile-inner header .social-links{margin:8px 0 0;height:auto}.sec-private-profile .sec-inner>header{padding-top:20px;margin-bottom:20px}.sec-private-profile .field-select select{left:285px;top:40px}.sec-private-profile .field-select select#id_country{left:15px}.sec-private-profile .profile-inner figure{top:12px;left:20px;width:91px;height:91px}.sec-private-profile .profile-inner figure>a{z-index:0}.sec-private-profile .profile-inner figure .photo-wrapper{display:block;position:relative;width:91px;height:91px;border-radius:45px;overflow:hidden;border:3px solid #333}.sec-private-profile .profile-inner figure .photo-wrapper p{position:absolute;top:0;left:0;z-index:101;width:91px;margin:0;font-size:11px;font-weight:500;line-height:91px;text-align:center;color:#fff}.sec-private-profile .profile-inner figure img{position:relative;top:-3px;left:-3px;width:91px;height:91px}.sec-private-profile .profile-inner figure.blank img{border:none}.sec-private-profile .profile-inner figure>a{position:absolute;bottom:1px;left:1px;z-index:21;width:26px;height:26px;border-radius:13px;text-indent:-9999px;background-color:#333}.sec-private-profile .profile-inner figure>a:after{position:absolute;top:50%;left:50%;width:12px;height:10px;margin:-5px 0 0 -6px;content:'';background-position:0 -58px;background-repeat:no-repeat;overflow:hidden;width:12px;height:10px}.sec-private-profile .profile-inner .photo-options{display:none;position:absolute;top:102px;left:-4px;z-index:21;width:160px;border:4px solid #efefef;background:#fff}.sec-private-profile .profile-inner .photo-options:before{position:absolute;top:-10px;left:9px;width:0;height:0;border-style:solid;border-width:0 5.5px 6px 5.5px;border-color:transparent transparent #efefef transparent;content:''}.sec-private-profile .profile-inner .photo-options li{border-top:1px solid #efefef}.sec-private-profile .profile-inner .photo-options li:first-child{border-top:none}.sec-private-profile .profile-inner .photo-options li:last-child{border-top:4px solid #efefef}.sec-private-profile .profile-inner .photo-options a{display:block;line-height:28px;font-size:11px;font-weight:700;text-align:center;color:#666}.sec-private-profile .profile-inner .photo-options label.btn-add-photo{display:block;line-height:28px;font-size:11px;font-weight:700;text-align:center;color:#666;cursor:pointer;outline:0!important;text-decoration:none;transition:all .2s ease-in-out}.sec-private-profile .profile-inner .photo-options label.btn-add-photo:hover{opacity:.8}.sec-private-profile .profile-inner header .user-name{margin-bottom:0;margin-right:35px;min-height:49px;font-size:14px;font-weight:500;line-height:24px}.sec-private-profile .profile-inner header .user-name .label{color:#999}.sec-private-profile .profile-inner header .user-name .btn-edit{display:inline-block;height:24px;padding:0 15px;border-radius:12px;font-size:14px;line-height:24px;color:#fff;background:#ccc;border:0;display:inline-block;margin-left:10px}.sec-private-profile .profile-inner header .user-name .display_name{display:block}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container{padding:20px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address{margin-top:20px;padding:20px;border:1px solid #ddd;border-radius:5px;position:relative}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address__container__item{padding:0}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address__container__item .field-input input,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address__container__item .field-input select{width:100%;max-width:297px;height:28px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address__container__item .field-input p{width:100%}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address__container__item .field-input .error-block .error-messages{width:100%;padding:5px 0;margin-right:0}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address__name{position:absolute;background:#fff;top:-15px;padding:5px 10px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address--main{margin-top:0}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address .actions-list{display:flex;justify-content:flex-start;align-items:center}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address .actions-list__item{display:inline-block;padding:0 10px}.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address .actions-list__item .js-add,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address .actions-list__item .js-remove,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about .addresses-container .address .actions-list__item .js-set-main{height:24px;padding:3px 10px;border-radius:12px;font-size:14px;line-height:24px;color:#fff;background:#ccc;cursor:pointer}.sec-inbox{position:relative;margin-top:-1px}.sec-inbox .tabs-nav ul{float:left}.sec-inbox .tabs-nav .message-options{float:right;margin-right:10px}.sec-inbox .tabs-nav .message-options a{float:left;position:relative;margin:-2px 0 0 10px;padding-left:20px;font-size:14px;font-weight:700;color:#999;background:0 0}.sec-inbox .tabs-nav .message-options a:before{position:absolute;top:50%;left:0;width:13px;height:13px;margin-top:-6px;content:''}.sec-inbox .tabs-nav .message-options a.btn-delete:before{background-position:0 -205px;background-repeat:no-repeat;overflow:hidden;width:13px;height:13px}.sec-inbox .tabs-nav .message-options a.btn-move:before{width:11px;height:11px;margin-top:-5px;background-position:0 -109px;background-repeat:no-repeat;overflow:hidden;width:11px;height:11px}.sec-inbox .tabs-nav .message-options a.btn-report:before{background-position:0 -244px;background-repeat:no-repeat;overflow:hidden;width:13px;height:13px}.sec-inbox .tabs-nav .message-options a.btn-write-message{display:inline-block;height:29px;padding:0 15px 0 30px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#3cf;border:0;position:relative;margin:-4px 15px -4px 0}.sec-inbox .tabs-nav .message-options a.btn-write-message:before{left:12px;width:11px;height:11px;margin-top:-6px;background-position:0 -98px;background-repeat:no-repeat;overflow:hidden;width:11px;height:11px}.sec-inbox .tab-info-header{margin-bottom:10px;position:relative}.sec-inbox .pagination{margin-bottom:30px}.list-messages{margin-bottom:40px;border-top:1px solid #d8d8d8}.list-messages li{display:table;position:relative;width:100%;padding:15px 25px;border-bottom:1px solid #d8d8d8}.list-messages .field{float:left;width:45px}.list-messages label{text-indent:-9999px}.list-messages label:before{top:50%;left:25px;margin-top:-9px}.list-messages .message-content{float:left;width:520px}.list-messages .message-content time{float:right;font-weight:300;color:#999}.list-messages .message-content p{font-size:14px;font-weight:300;color:#666}.list-messages .message-content .from,.list-messages .message-content .recipient{float:left;font-size:14px}.list-messages .message-content .from a,.list-messages .message-content .recipient a{font-weight:700;color:#000}.list-messages .message-type{display:table-cell;position:relative;width:90px;font-size:14px;font-weight:700;text-align:center;vertical-align:middle}.list-messages.type-notification .message-type{color:#3cf}.list-messages.type-message .message-type{color:#6cc117}.list-messages.list-messages-all li{background:#faf8f8}.list-messages.list-messages-all li.type-message,.list-messages.list-messages-all li.type-notification{background:#fff}.list-messages.list-messages-all li.type-message.unread,.list-messages.list-messages-all li.type-notification.unread{background-color:#eee}.list-messages.list-messages-deleted .message-content,.list-messages.list-messages-sent .message-content{padding-left:0;width:520px}.list-messages .btn-disabled,.list-messages .tabs-nav .message-options a.btn-disabled{color:#e2e2e2;cursor:default}.sec-message .message-header{margin:0;padding:25px 15px;border-bottom:1px solid #cfcfcf;background:#fff}.sec-message .message-header h3{float:left;margin-right:20px;margin-bottom:0;font-size:22px;line-height:29px;font-weight:300;color:#666}.sec-message .message-header .btn{display:inline-block;height:29px;padding:0 10px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#3cf;border:0;float:left;position:relative;margin-right:8px;font-size:14px;font-weight:700}.sec-message .message-header .btn.btn-cancel{border:1px solid #999;line-height:27px;color:#999;background:0 0}.sec-message .message-header .btn-forward,.sec-message .message-header .btn-reply,.sec-message .message-header .btn-reply-all{display:inline-block;height:29px;padding:0 5px 0 20px;border-radius:14.5px;font-size:14px;line-height:29px;color:#999;background:0 0;border:0;font-size:13px}.sec-message .message-header .btn-forward:before,.sec-message .message-header .btn-reply-all:before,.sec-message .message-header .btn-reply:before{position:absolute;top:50%;left:0;width:13px;height:9px;margin-top:-5px;content:''}.sec-message .message-header .btn-forward.btn-reply:before,.sec-message .message-header .btn-reply-all.btn-reply:before,.sec-message .message-header .btn-reply.btn-reply:before{background-position:0 -12px;background-repeat:no-repeat;overflow:hidden;width:13px;height:9px}.sec-message .message-header .btn-forward.btn-reply-all:before,.sec-message .message-header .btn-reply-all.btn-reply-all:before,.sec-message .message-header .btn-reply.btn-reply-all:before{width:15px;background-position:0 -21px;background-repeat:no-repeat;overflow:hidden;width:15px;height:9px}.sec-message .message-header .btn-forward.btn-forward:before,.sec-message .message-header .btn-reply-all.btn-forward:before,.sec-message .message-header .btn-reply.btn-forward:before{background-position:0 -39px;background-repeat:no-repeat;overflow:hidden;width:13px;height:9px}.sec-message .message{margin:15px;background:#fff}.sec-message .message .message-header{padding:20px}.sec-message .message .from,.sec-message .message .to{display:block;width:80%;margin-bottom:5px}.sec-message .message .message-subject{margin-bottom:0;font-size:14px;font-weight:700}.sec-message .message time{float:right;font-size:12px;font-weight:300;color:#999}.sec-message .message .message-content{padding:20px;font-size:14px;font-weight:300;color:#666}.sec-message .message .answer-info{margin:0 15px;font-size:12px;color:#333}.sec-message .message.answer{display:inline-block;margin-bottom:15px;border-left:1px solid #3cf}.sec-message .message.answer .message-header{padding-top:5px;padding-left:15px;border-bottom:0}.sec-message .message.answer .message-content{padding-bottom:5px;padding-left:15px}.sec-message .message.answer .answer-info{margin-top:20px}.sec-message-new{display:none;position:absolute;left:0;top:51px;z-index:20;width:728px;background:#f3f3f3}.sec-message-new.static{display:block;position:static}.sec-message-new .form-write-message{margin:20px}.sec-message-new .form-write-message .select2-hidden-accessible+.select2 .select2-selection{height:auto;min-height:40px}.sec-message-new .form-write-message .select2-container--default .select2-selection--multiple .select2-selection__choice{font-size:12px;line-height:20px;margin-top:8px}.sec-message-new .form-write-message .form--select2+.select2 .select2-selection .select2-selection__rendered,.sec-message-new .form-write-message .select2-container--default .select2-search--inline .select2-search__field,.sec-message-new .form-write-message .select2-hidden-accessible+.select2 .select2-selection .select2-selection__rendered{line-height:26px}.sec-message-new-display{display:block}@media screen and (max-width:1024px) and (orientation:portrait){.sec-inbox .tabs-info{padding-top:95px}.sec-inbox .tabs-info .tabs-nav{height:auto;display:flex;flex-direction:column-reverse;padding:16px 10px 9px 10px}.sec-inbox .tabs-info .tabs-nav .message-options{float:none;margin:0 0 20px 0}.sec-inbox .tabs-info .list-messages li{display:flex;align-items:center}.sec-inbox .tabs-info .list-messages li .message-type{padding-left:20px}.sec-inbox .tabs-info .sec-message-new{width:100%;top:95px}.sec-inbox .tabs-info .sec-message-new .form-write-message .field input{width:100%}.sec-inbox .tabs-info .confirm{display:block;width:100%;margin-bottom:10px}.sec-peers .find-peers{width:100%;left:0}.sec-peers .tabs-nav ul li:last-child{margin:0}}.form-search-meetings-extended .field{width:50%;float:left;margin-bottom:15px;padding-right:20px}.form-search-meetings-extended .field-text--location{clear:left}.form-search-meetings-extended .field-calendar{position:relative}.form-search-meetings-extended label{display:block;margin-bottom:4px;font-size:16px;font-weight:700;color:#666}.form-search-meetings-extended input[type=text]{width:100%;height:31px;padding:0 8px;border:1px solid #ccc;border-radius:3px;font-size:12px;color:#666}.form-search-meetings-extended select{left:0;margin-top:-1px;padding:5px}.form-search-meetings-extended fieldset{float:left;width:50%;padding:0;margin:0;border:none}.form-search-meetings-extended .actions{display:inline-block;width:100%;margin-top:20px}.form-search-meetings-extended .actions>a{display:block;float:left;margin-top:5px;font-size:14px}.form-search-meetings-extended .btn-search{float:right;margin-right:20px;border:none;cursor:pointer;display:inline-block;height:29px;padding:0 20px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#3cf;border:0}@media (max-width:1023px),screen and (max-width:1024px) and (orientation:landscape){.form-search-meetings-extended .btn-search{display:block;float:none;font-size:16px;margin:0 auto;padding:0 50px}}.form-search-meetings-extended .calendar-switch{position:absolute;bottom:0;right:20px;width:33px;height:31px;text-indent:-9999px}.form-search-meetings-extended .calendar-switch:after{position:absolute;top:50%;left:50%;width:15px;height:13px;margin:-7px 0 0 -8px;content:'';background-position:0 -192px;background-repeat:no-repeat;overflow:hidden;width:15px;height:13px}.form-search-meetings-extended .calendar-switch.active{background:#ccc}.form-search-meetings-extended .calendar-switch.active:after{background-position:0 -231px;background-repeat:no-repeat;overflow:hidden;width:15px;height:13px}.form-search-meetings-extended .calendar{display:none;position:absolute;z-index:1;top:29px;right:20px;width:200px;height:210px;border-bottom:15px solid #ccc;background:#ccc}.form-search-meetings-extended .calendar .dp_today{display:none!important}.form-search-meetings-extended .calendar .dp_header{display:table;width:80%!important;margin:5px auto 0;font-size:11px;text-align:center}.form-search-meetings-extended .calendar .dp_header .dp_hover{background:0 0}.form-search-meetings-extended .calendar .dp_caption{width:100%}.form-search-meetings-extended .calendar .dp_daypicker,.form-search-meetings-extended .calendar .dp_monthpicker,.form-search-meetings-extended .calendar .dp_yearpicker{width:90%!important;height:90%!important;margin-top:2%}.form-search-meetings-extended .calendar .dp_daypicker th{border-bottom:1px solid silver;font-size:9px;color:#666}.form-search-meetings-extended .calendar .dp_daypicker td{font-size:9px;color:#999}.form-search-meetings-extended .calendar .dp_daypicker td.dp_active_event{color:#3cf!important;font-weight:900}.form-search-meetings-extended .calendar .dp_monthpicker td,.form-search-meetings-extended .calendar .dp_yearpicker td{font-size:11px;color:#999}.form-search-meetings-extended .calendar .dp_current{color:#fff!important;background:#a3a3a3}.form-search-meetings-extended .calendar .dp_hover{color:#fff;background:#bfbfbf}.form-search-meetings-extended .calendar .dp_not_in_month{opacity:.3}.form-search-meetings-extended>.field{min-height:57px}.form-search-meetings-extended .field-select{position:relative}.form-search-meetings-extended .field-select .customSelect{float:left;width:100%;height:31px;padding:1px 32px 0 8px;margin-right:12px;border:1px solid #ccc;border-radius:3px;font-size:14px;line-height:28px;color:#ccc;background:url(../img/bg_select-arrow-02.png) no-repeat 312px 50%}.form-search-meetings-extended .field-select select{width:100%;height:31px;cursor:pointer}.form-search-meetings-extended .field-select .customSelectInner{width:100%!important}.list-meetings-results{border-top:1px solid #ccc}.list-meetings-results li{padding:15px 20px 20px 0;border-bottom:1px solid #ccc}.list-meetings-results .date{float:left;position:relative;width:140px;padding:25px 20px 0;text-align:center}.list-meetings-results time{display:block;width:58px;height:58px;margin:0 auto 5px;padding:5px 0;border:1px solid #ccc;border-radius:6px;font-size:28px;font-weight:300;color:#999}.list-meetings-results time strong{display:block;margin-bottom:-6px;font-size:14px;font-weight:700;text-transform:uppercase;color:#f33}.list-meetings-results .full_dates{color:#3cf;font-size:14px;margin:7px 0}.list-meetings-results .save-to-calendar{display:block;position:absolute;top:10px;right:10px;left:10px;bottom:-19px;padding-top:78px;font-size:12px;color:#3cf;visibility:visible}.list-meetings-results .details{float:left;width:560px}.list-meetings-results .details a{font-weight:700;color:#666}.list-meetings-results h3{margin-bottom:3px;font-size:24px;font-weight:300;color:#666}.list-meetings-results .info{margin-bottom:3px;font-size:12px;font-weight:700;color:#666}.list-meetings-results .info .separator{margin:0 2px}.list-meetings-results p{display:block;margin:0 0 2px;font-size:12px;line-height:1.5;color:#000}.meeting-item h4{height:37px;margin:0;padding:0 5px;line-height:37px;font-size:16px;font-weight:700;transition:.5s}.meeting-item .details{position:relative;z-index:1;width:213px;height:150px;overflow:hidden;padding:12px 5px;line-height:1.2;color:#fff;transition:.5s}.meeting-item .details p,.meeting-item .details time{position:relative;z-index:1;margin:0;font-size:16px;color:#fff}.meeting-item .details time{display:block;margin-bottom:10px;font-weight:700;font-size:15px}.meeting-item .details p{display:block;height:57px;font-weight:500;overflow:hidden;transition:.5s}.meeting-item .details .meeting{position:absolute;bottom:10px;right:15px;font-size:13px;color:#fff}.meeting-item .calendar{position:relative;float:right;width:16px;height:16px;margin:10px 14px 0 0;text-indent:-9999px;background-position:0 -624px;background-repeat:no-repeat;overflow:hidden;width:16px;height:16px;transition:.5s}.meeting-item .description{transition:.2s}.meeting-item .controllers{width:200px;height:54px;margin:auto;text-align:center}.meeting-item .add{display:inline-block;position:relative;left:-5px;width:54px;height:70;margin:0 14px;padding-top:60px;font-size:12px;font-weight:700;text-align:center;color:#fff}.list-media .meeting-item .add{left:-5px}.meeting-item .add:before{display:block;position:absolute;top:0;left:0;width:54px;height:54px;border:2px solid #fff;border-radius:27px;content:''}.meeting-item .add:after{position:absolute;top:17px;left:17px;width:21px;height:20px;content:'';background-position:0 -1269px;background-repeat:no-repeat;overflow:hidden;width:21px;height:20px}.meeting-item .last-update{position:absolute;bottom:10px;right:10px;margin-bottom:0;font-size:11px;font-weight:300;color:#fff}.meeting-item .hover .calendar{bottom:-38px}.meeting-item .hover h4{margin-top:-37px}.sec-powered{padding:15px 20px;border-bottom:1px solid #ccc}.sec-powered .label{float:none;display:block}.sec-powered a{float:none;display:block;margin-top:5px;max-width:100%}.sec-powered a img{width:100%}.sec-description{padding:30px 20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.sec-description p{margin:0;font-size:14px;font-weight:300px;color:#000}.desktop-icons,.form-email .safe-info:before,.form-search-meetings-extended .calendar-switch.active:after,.form-search-meetings-extended .calendar-switch:after,.hidden-content-info:before,.list-peers .common-peers:before,.list-peers .peered:after,.list-peers .show-common-peers .btn-close,.list-programs .audio figure:after,.list-programs .field-checkbox input:checked+label,.list-programs .field-checkbox label,.list-programs .info .likes:before,.list-programs .photos figure:after,.list-programs .segment-complete,.list-programs .video figure:after,.list-programs figure .player-play:after,.meeting-item .add:after,.meeting-item .calendar,.notifications-area .button_area,.popup-document .doc-options .doc-close a:after,.popup-document .doc-options .doc-download a:after,.popup-document .doc-options .doc-print a:after,.popup-peer .list-peers-check li.selected:after,.popup-peer .list-peers-check li:after,.sec-about .social-links .fb a:after,.sec-about .social-links .gp a:after,.sec-about .social-links .ln a:after,.sec-about .social-links .rss a:after,.sec-add-program header .close,.sec-inbox .tabs-nav .message-options a.btn-delete:before,.sec-inbox .tabs-nav .message-options a.btn-move:before,.sec-inbox .tabs-nav .message-options a.btn-report:before,.sec-inbox .tabs-nav .message-options a.btn-write-message:before,.sec-message .message-header .btn-forward.btn-reply-all:before,.sec-message .message-header .btn-forward.btn-reply:before,.sec-message .message-header .btn-forward:before,.sec-message .message-header .btn-reply-all.btn-reply:before,.sec-message .message-header .btn-reply-all:before,.sec-message .message-header .btn-reply:before,.sec-peers .social-links .aol a,.sec-peers .social-links .fb a,.sec-peers .social-links .gmail a,.sec-peers .social-links .gp a,.sec-peers .social-links .hotmail a,.sec-peers .social-links .ln a,.sec-peers .social-links .mail a,.sec-peers .social-links .yahoo a,.sec-playlist-details .playlist-edit .playlist-edit__input-holder .edit-icon,.sec-playlists .about-playlists,.sec-private-profile .profile-inner figure>a:after,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.fb,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.gp,.sec-profile .tabs-profile-info .tabs-content .tab-about .list-about li.social-item .label.ln,.sec-profile>.sec-inner .popup-layer .close,.sec-results .close,.survey .le-question__body.js-text-answer-question.correct-answer:before,.survey .le-question__body.js-text-answer-question.wrong-answer:before,.warn_bg .button_area{background-image:url(../img/desktop/icons.png?784dbee9cf093196485198d52ae78a2df0def8fd)}body{margin:0}.notification--container .message_area.info_closable{width:90%}.notification--container .message_area:not(.info_closable){width:100%}.notifications-area{display:block;width:728px;height:26px;position:fixed;z-index:888888;margin:0;padding:0;left:0;top:0}.notifications-area .message_area{float:left}.notifications-area .message_area .link_ribbon{color:#999;text-decoration:underline;cursor:pointer}.notifications-area .button_area{position:absolute;right:5px;top:50%;width:20px;height:20px;margin-top:-10px;cursor:pointer;background-position:0 -1309px;background-repeat:no-repeat;overflow:hidden;width:20px;height:20px}.notification--container{position:relative}.notification--container.succ_bg{border-bottom:1px solid #567f00}.notification--container.error_bg{border-bottom:1px solid #f33}.notification--container.info_bg{border-bottom:1px solid #00bfff}.block-main .notifications-area{position:fixed;top:53px;left:auto}.has-gipsy-toolbar .block-main .notifications-area{top:calc(56px + 40px)}.center_auto{margin:0 auto;width:728px;font-size:12px;font-weight:700px;line-height:26px;text-align:center}.error_bg{background:#f66}.error_bg .message_area{color:#fff}.error_bg .info_more_descrption{box-shadow:0 0 5px #b2495b}.succ_bg{background:#78b200}.succ_bg .message_area{color:#fff}.info_bg{background:#3cf}.info_bg .message_area{color:#fff}.warn_bg{background:#fffe9f}.warn_bg .message_area{color:#999}.warn_bg .button_area{background-position:0 -1289px;background-repeat:no-repeat;overflow:hidden;width:20px;height:20px}.info_more_descrption{display:none;width:950px;height:300px;background:#fff;margin:0 auto;padding:10px;background:#fbfbfb;overflow:auto}.succ_bg .info_more_descrption{box-shadow:0 0 5px #56a25e}.live-events .event-list{list-style:none;padding:0;margin-right:20px}.live-events .event-list__item{font-size:15px;border-bottom:1px solid #ccc;padding:10px 0;display:flex;justify-content:space-between}.live-events .event-list__item__column{width:25%;padding:0 5px}.live-events .event-list__item__column .link{word-wrap:break-word}.live-events .event-list__item__column .button-cancel{cursor:pointer}.live-events .event-list__item__title{height:45px;overflow:hidden}.live-events .event-list__item__title .link{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.live-events .event-list__item .button{font-size:12px;margin:5px 0;text-align:center}.live-events .event-list__item .js-cancellation-policy-trigger{color:#3cf;font-size:14px;font-weight:500;cursor:pointer;margin-top:5px;display:block;margin-left:6px}@media screen and (max-width:767px){.live-events .event-list__item .js-cancellation-policy-trigger{text-align:center}}.le-enrollment{margin:0 auto;max-width:640px;width:100%}.le-enrollment__title{margin-top:40px}.le-enrollment__title span{font-weight:400;font-size:15px;color:#999}.le-enrollment__success{font-size:18px;margin-top:30px}.le-enrollment__container{font-size:16px}.le-enrollment__subtitle{margin-top:40px}.le-enrollment .payment-container{background:#ccc;height:200px}.le-enrollment--preferences .enrollment-form{width:100%}.le-enrollment .ranking-type2 .list-answers__item .field{min-width:220px;padding-top:5px;display:inline-flex;align-items:center}.le-enrollment .ranking-type2 .list-answers__item .field .field-radio{margin-right:15px}.le-enrollment .col-answers-alt .field-textarea{margin-left:-20px;margin-top:10px}.le-enrollment .enrollment-about-me__form{width:100%}.progress-track__steps{display:flex;justify-content:space-between;padding:0 40px}.progress-track__step{color:#999;text-align:center}.progress-track__step__number{font-weight:700;font-size:18px}.progress-track__step__label{padding:0 0 12px;font-size:15px}.progress-track__step.active{color:#2e6483}.progress-track__loader{height:5px;border-radius:2px;background:#eee;position:relative}.progress-track__loader__loaded{position:relative;width:0;background:#2e6483;height:5px;border-radius:2px}.progress-track__loader__loaded .dot{width:18px;height:18px;border-radius:9px;background:#2e6483;position:absolute;top:-6.5px;right:-3px}.progress-track__loader__loaded.step1-of-2{width:12.5%}.progress-track__loader__loaded.step2-of-2{width:100%}.progress-track__loader__loaded.step2-of-2 .dot{right:12%}.progress-track__loader__loaded.step1-of-3{width:12.5%}.progress-track__loader__loaded.step2-of-3{width:49%}.progress-track__loader__loaded.step3-of-3{width:100%}.progress-track__loader__loaded.step3-of-3 .dot{right:12%}.progress-track__loader__loaded.step1-of-4{width:12.5%}.progress-track__loader__loaded.step2-of-4{width:38.5%}.progress-track__loader__loaded.step3-of-4{width:64.5%}.progress-track__loader__loaded.step4-of-4{width:100%}.progress-track__loader__loaded.step4-of-4 .dot{right:12%}.custom-select{margin-top:40px}.custom-select select{font-size:14px;width:400px;line-height:30px;height:30px}.custom-select .form--select2+.select2{font-size:14px;font-weight:400}.enrollment-form{width:400px}.enrollment-form__npi__help,.enrollment-form__optometrist-id__help,.enrollment-form__phone__help{font-size:15px;font-weight:700}.enrollment-form__actions .button--next{cursor:pointer;background:#ccc;border-radius:20px;color:#fff;border:1px solid #ccc}.enrollment-form__actions .button--next.active{color:#2e6483;background:#fff;border:1px solid #2e6483}.enrollment-form__actions--border{padding:10px 0;border-bottom:1px solid #ccc;border-top:1px solid #ccc}.js-contact-info-container .form--field .enrollment-form__phone__form{padding-left:80px}.js-contact-info-container .form--field .enrollment-form__phone__dash{position:absolute;left:70px;top:10px;font-size:14px}.js-contact-info-container .form--field .enrollment-form__phone__prefix{position:absolute;width:70px;background:0 0;left:0;padding:0 5px;text-align:center}.enrollment-form .button-npi{padding-top:0}.enrollment-form .le-question__list{padding-left:20px}.enrollment-form .le-question .col-answers-multiple{display:flex}.enrollment-form .le-question .col-answers-multiple figure a{display:block;margin-right:20px}.enrollment-form .le-question .ranking-type2{font-size:15px}.enrollment-form .le-question .quiz__ranking .list-answers__item{border:1px solid #ddd;padding:15px 30px;background:#fff;margin:0;box-shadow:-.5px 1.9px 5px 0 rgba(100,100,100,.43);width:100%}.enrollment-form .le-question .quiz__ranking .list-answers__item__label{padding-left:5px}.le-question{margin-bottom:40px}.le-question__list{list-style:none;padding-left:0}.le-question__list__element{margin:5px 0}.le-question__title{font-size:15px;font-weight:700}.le-question__title a{color:#3cf;text-decoration:underline}.le-question__subtitle{font-size:15px;font-weight:700;margin-bottom:10px}.le-question__body{font-size:15px}.le-question__body--yes-no .le-question__list{padding-left:0;margin-top:10px}.le-question__body .radio-wrapper{display:flex}.field-checkbox-1 label,.field-radio-1 label{position:relative;padding-left:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;display:inline-block;line-height:20px}.field-checkbox-1 input[type=checkbox],.field-checkbox-1 input[type=radio],.field-radio-1 input[type=checkbox],.field-radio-1 input[type=radio]{display:none}.field-checkbox-1 input[type=checkbox]+label:before,.field-checkbox-1 input[type=radio]+label:before,.field-radio-1 input[type=checkbox]+label:before,.field-radio-1 input[type=radio]+label:before{position:absolute;top:0;bottom:0;left:-20px;display:block;width:19px;height:19px;border:1px solid #bebebe;border-radius:9px;background:#fff;content:"";text-align:center;font-size:29px;line-height:13.3px}.field-checkbox-1 input[type=checkbox]:checked+label:before,.field-checkbox-1 input[type=radio]:checked+label:before,.field-radio-1 input[type=checkbox]:checked+label:before,.field-radio-1 input[type=radio]:checked+label:before{display:block;width:19px;height:19px;border:6px solid #2f6581;border-radius:100%;background-color:#fff;background-image:none}.le-question .field-radio .form--css-check,.le-question .field-radio .form--css-radio{width:19px;height:19px}.le-question .field-radio input[type=checkbox]:checked+.form--css-check:after,.le-question .field-radio input[type=checkbox]:checked+.form--css-radio:after{content:'';display:block;width:19px;height:19px;border:6px solid #2f6581;border-radius:100%;background-color:#fff;background-image:none;top:-1px;left:-1px}.sec-search-events{border-bottom:1px solid #ccc;padding-bottom:12px;margin-bottom:12px!important}@media screen and (max-width:980px){.le-enrollment{margin:0 auto;width:100%;padding:10px}.le-enrollment__container{width:100%;overflow:hidden}.le-enrollment__container .progress-track{position:relative;width:133%;transition:left .8s;left:0;height:100px}.le-enrollment__container .progress-track.go-left{left:-35.5%}.le-enrollment__container .progress-track.less-than-4-steps{width:100%}.le-enrollment__container .progress-track__steps{padding:0;width:100%}.le-enrollment__container .progress-track__step{width:32%}.le-enrollment__container .progress-track__loader{width:100%}.le-enrollment__container .progress-track__loader__loaded.step1-of-2{width:18.5%}.le-enrollment__container .progress-track__loader__loaded.step2-of-2{width:100%}.le-enrollment__container .progress-track__loader__loaded.step2-of-2 .dot{right:12%}.le-enrollment__container .progress-track__loader__loaded.step1-of-3{width:18.5%}.le-enrollment__container .progress-track__loader__loaded.step2-of-3{width:52%}.le-enrollment__container .progress-track__loader__loaded.step3-of-3{width:100%}.le-enrollment__container .progress-track__loader__loaded.step3-of-3 .dot{right:12%}.le-enrollment__container .progress-track__loader__loaded.step1-of-4{width:14.5%}.le-enrollment__container .progress-track__loader__loaded.step2-of-4{width:39%}.le-enrollment__container .progress-track__loader__loaded.step3-of-4{width:64.5%}.le-enrollment__container .progress-track__loader__loaded.step4-of-4{width:100%}.le-enrollment__container .progress-track__loader__loaded.step4-of-4 .dot{right:10%}.le-enrollment .enrollment-form{width:100%}}.sec-main-content .survey-rmd-confirmation-block{background:0 0;padding-top:0}.sec-main-content .survey-rmd-confirmation-block .component--hero-title__header{padding-top:510px;width:100%;background-image:url(../img/desktop/bg_quiz.jpg);background-position:center 50px;background-size:100% 460px;background-repeat:no-repeat}.sec-main-content .survey-rmd-confirmation-block .component--hero-title__header>*{display:none}.sec-main-content .survey-rmd-confirmation-block .sec-nav--quiz__buttons{position:absolute;bottom:40px;z-index:10;right:0}.sec-main-content .survey-rmd-confirmation-block .btn-survey,.sec-main-content .survey-rmd-confirmation-block .btn-survey-close{background-color:transparent;border:1px solid #fff;color:#fff}.js-survey-form .survey__actions,.survey__details{padding-left:15px;padding-right:15px}.sec-episode>header.object-data{max-width:730px}.sec-episode>header.object-data.live-event-details,.sec-episode>header.object-data.payment-required-live-event-title[data-has-payment-active=False]{max-width:980px}.sec-episode>header.object-data.live-event-details>.container,.sec-episode>header.object-data.live-event-details~.episode-content,.sec-episode>header.object-data.live-event-details~.episode-content .episode-content,.sec-episode>header.object-data.live-event-details~.episode-content .live-event-v1,.sec-episode>header.object-data.payment-required-live-event-title[data-has-payment-active=False]>.container,.sec-episode>header.object-data.payment-required-live-event-title[data-has-payment-active=False]~.episode-content,.sec-episode>header.object-data.payment-required-live-event-title[data-has-payment-active=False]~.episode-content .episode-content,.sec-episode>header.object-data.payment-required-live-event-title[data-has-payment-active=False]~.episode-content .live-event-v1{max-width:980px}.sec-episode>header.object-data.live-event-details~.episode-content .episode-content .activity-triggers figure img,.sec-episode>header.object-data.payment-required-live-event-title[data-has-payment-active=False]~.episode-content .episode-content .activity-triggers figure img{height:100%;object-fit:contain;background-color:#fafafa}.sec-episode>header.object-data .live-event__title{font-size:22px;line-height:30px;font-weight:700}.live-event-v1-promo__summary{padding:0 20px 20px;font-size:16px;line-height:21px}.live-event-v1-lm-and-credits{display:flex;align-items:center;color:#666;border-top:1px solid #ccc;border-bottom:1px solid #ccc;font-size:15px;height:55px;position:relative;margin:0 20px}.live-event-v1-lm-and-credits .live-event-text{color:#666}.live-event-v1-lm-and-credits div{display:flex}.live-event-v1-lm-and-credits .credits{margin-left:20px;top:-2px;font-weight:900}.live-event-v1-lm-and-credits .credits .icon{position:relative;left:-10px;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M20 12.875v5.068c0 2.754-5.789 4.057-9 4.057-3.052 0-9-1.392-9-4.057v-6.294l9 4.863 9-3.637zm-8.083-10.875l-12.917 5.75 12 6.5 11-4.417v7.167h2v-8.25l-12.083-6.75zm13.083 20h-4c.578-1 1-2.5 1-4h2c0 1.516.391 2.859 1 4z'/%3E%3C/svg%3E");background-size:20px 20px;background-repeat:no-repeat;background-position:50% 50%}.live-event-v1-lm-and-credits .credits .icon:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M20 12.875v5.068c0 2.754-5.789 4.057-9 4.057-3.052 0-9-1.392-9-4.057v-6.294l9 4.863 9-3.637zm-8.083-10.875l-12.917 5.75 12 6.5 11-4.417v7.167h2v-8.25l-12.083-6.75zm13.083 20h-4c.578-1 1-2.5 1-4h2c0 1.516.391 2.859 1 4z'/%3E%3C/svg%3E");background-size:20px 20px}.live-event-v1-lm-and-credits .credits .icon:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M20 12.875v5.068c0 2.754-5.789 4.057-9 4.057-3.052 0-9-1.392-9-4.057v-6.294l9 4.863 9-3.637zm-8.083-10.875l-12.917 5.75 12 6.5 11-4.417v7.167h2v-8.25l-12.083-6.75zm13.083 20h-4c.578-1 1-2.5 1-4h2c0 1.516.391 2.859 1 4z'/%3E%3C/svg%3E");background-size:20px 20px}.live-event-v1-lm{border-bottom:1px solid #ccc;font-size:15px;position:relative;padding:12px 0;margin:0 20px}.live-event-v1-lm-information{font-weight:700;color:#000}.live-event-v1-lm-information div{display:flex}.live-event-v1-lm-information-text{font-size:16px}.live-event-v1-lm-information .date{color:#333;font-weight:300;margin-top:12px}.live-event-v1-lm-information .date .date_date-holder>span,.live-event-v1-lm-information .date .date_time-holder>span{margin-right:10px}.live-event-v1-lm-information .date .icon-date{position:relative;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E%3Cg id='calendar_icon' transform='translate(-88 -134)'%3E%3Cg id='Rectangle_1' data-name='Rectangle 1' transform='translate(88 137)' fill='%23fff' stroke='%23bebebe' stroke-width='1'%3E%3Crect width='20' height='18' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='17' fill='none'/%3E%3C/g%3E%3Cline id='Line_1' data-name='Line 1' x2='19' transform='translate(88.5 140.5)' fill='none' stroke='%23bebebe' stroke-width='1'/%3E%3Cg id='Rectangle_2' data-name='Rectangle 2' transform='translate(90 134)' fill='%23fff' stroke='%23bebebe' stroke-width='1'%3E%3Crect width='4' height='4' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='3' height='3' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_3' data-name='Rectangle 3' transform='translate(102 134)' fill='%23fff' stroke='%23bebebe' stroke-width='1'%3E%3Crect width='4' height='4' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='3' height='3' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:20px 20px;background-repeat:no-repeat;background-position:50% 50%}.live-event-v1-lm-information .date .icon-date:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E%3Cg id='calendar_icon' transform='translate(-88 -134)'%3E%3Cg id='Rectangle_1' data-name='Rectangle 1' transform='translate(88 137)' fill='%23fff' stroke='%23bebebe' stroke-width='1'%3E%3Crect width='20' height='18' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='17' fill='none'/%3E%3C/g%3E%3Cline id='Line_1' data-name='Line 1' x2='19' transform='translate(88.5 140.5)' fill='none' stroke='%23bebebe' stroke-width='1'/%3E%3Cg id='Rectangle_2' data-name='Rectangle 2' transform='translate(90 134)' fill='%23fff' stroke='%23bebebe' stroke-width='1'%3E%3Crect width='4' height='4' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='3' height='3' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_3' data-name='Rectangle 3' transform='translate(102 134)' fill='%23fff' stroke='%23bebebe' stroke-width='1'%3E%3Crect width='4' height='4' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='3' height='3' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:20px 20px}.live-event-v1-lm-information .date .icon-date:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E%3Cg id='calendar_icon' transform='translate(-88 -134)'%3E%3Cg id='Rectangle_1' data-name='Rectangle 1' transform='translate(88 137)' fill='%23fff' stroke='%23bebebe' stroke-width='1'%3E%3Crect width='20' height='18' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='17' fill='none'/%3E%3C/g%3E%3Cline id='Line_1' data-name='Line 1' x2='19' transform='translate(88.5 140.5)' fill='none' stroke='%23bebebe' stroke-width='1'/%3E%3Cg id='Rectangle_2' data-name='Rectangle 2' transform='translate(90 134)' fill='%23fff' stroke='%23bebebe' stroke-width='1'%3E%3Crect width='4' height='4' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='3' height='3' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_3' data-name='Rectangle 3' transform='translate(102 134)' fill='%23fff' stroke='%23bebebe' stroke-width='1'%3E%3Crect width='4' height='4' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='3' height='3' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:20px 20px}.live-event-v1-lm-information .date .icon-time{position:relative;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 443.294 443.294' height='512' fill='%23bebebe' viewBox='0 0 443.294 443.294' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m221.647 0c-122.214 0-221.647 99.433-221.647 221.647s99.433 221.647 221.647 221.647 221.647-99.433 221.647-221.647-99.433-221.647-221.647-221.647zm0 415.588c-106.941 0-193.941-87-193.941-193.941s87-193.941 193.941-193.941 193.941 87 193.941 193.941-87 193.941-193.941 193.941z'/%3E%3Cpath d='m235.5 83.118h-27.706v144.265l87.176 87.176 19.589-19.589-79.059-79.059z'/%3E%3C/svg%3E");background-size:20px 20px;background-repeat:no-repeat;background-position:50% 50%}.live-event-v1-lm-information .date .icon-time:hover{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 443.294 443.294' height='512' fill='%23bebebe' viewBox='0 0 443.294 443.294' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m221.647 0c-122.214 0-221.647 99.433-221.647 221.647s99.433 221.647 221.647 221.647 221.647-99.433 221.647-221.647-99.433-221.647-221.647-221.647zm0 415.588c-106.941 0-193.941-87-193.941-193.941s87-193.941 193.941-193.941 193.941 87 193.941 193.941-87 193.941-193.941 193.941z'/%3E%3Cpath d='m235.5 83.118h-27.706v144.265l87.176 87.176 19.589-19.589-79.059-79.059z'/%3E%3C/svg%3E");background-size:20px 20px}.live-event-v1-lm-information .date .icon-time:active{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 443.294 443.294' height='512' fill='%23bebebe' viewBox='0 0 443.294 443.294' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m221.647 0c-122.214 0-221.647 99.433-221.647 221.647s99.433 221.647 221.647 221.647 221.647-99.433 221.647-221.647-99.433-221.647-221.647-221.647zm0 415.588c-106.941 0-193.941-87-193.941-193.941s87-193.941 193.941-193.941 193.941 87 193.941 193.941-87 193.941-193.941 193.941z'/%3E%3Cpath d='m235.5 83.118h-27.706v144.265l87.176 87.176 19.589-19.589-79.059-79.059z'/%3E%3C/svg%3E");background-size:20px 20px}.live-event-v1-lm-information .no-information-available{font-weight:300;color:#333;margin-top:12px}.live-event-v1-lm-location{color:#333;font-weight:300}.live-event-v1-lm-location div{display:flex}.live-event-v1-lm-location .location>span{margin-right:10px}.live-event-v1-lm-location .location .location-holder{margin-right:6px}.live-event-v1-lm-location .location .icon-location{display:block;position:relative;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' fill='%23bebebe' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C156.748,0,76,80.748,76,180c0,33.534,9.289,66.26,26.869,94.652l142.885,230.257    c2.737,4.411,7.559,7.091,12.745,7.091c0.04,0,0.079,0,0.119,0c5.231-0.041,10.063-2.804,12.75-7.292L410.611,272.22    C427.221,244.428,436,212.539,436,180C436,80.748,355.252,0,256,0z M384.866,256.818L258.272,468.186l-129.905-209.34    C113.734,235.214,105.8,207.95,105.8,180c0-82.71,67.49-150.2,150.2-150.2S406.1,97.29,406.1,180    C406.1,207.121,398.689,233.688,384.866,256.818z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,90c-49.626,0-90,40.374-90,90c0,49.309,39.717,90,90,90c50.903,0,90-41.233,90-90C346,130.374,305.626,90,256,90z     M256,240.2c-33.257,0-60.2-27.033-60.2-60.2c0-33.084,27.116-60.2,60.2-60.2s60.1,27.116,60.1,60.2    C316.1,212.683,289.784,240.2,256,240.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");background-size:24px 24px;background-repeat:no-repeat;background-position:50% 50%}.live-event-v1-lm-location .location .icon-location:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' fill='%23bebebe' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C156.748,0,76,80.748,76,180c0,33.534,9.289,66.26,26.869,94.652l142.885,230.257    c2.737,4.411,7.559,7.091,12.745,7.091c0.04,0,0.079,0,0.119,0c5.231-0.041,10.063-2.804,12.75-7.292L410.611,272.22    C427.221,244.428,436,212.539,436,180C436,80.748,355.252,0,256,0z M384.866,256.818L258.272,468.186l-129.905-209.34    C113.734,235.214,105.8,207.95,105.8,180c0-82.71,67.49-150.2,150.2-150.2S406.1,97.29,406.1,180    C406.1,207.121,398.689,233.688,384.866,256.818z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,90c-49.626,0-90,40.374-90,90c0,49.309,39.717,90,90,90c50.903,0,90-41.233,90-90C346,130.374,305.626,90,256,90z     M256,240.2c-33.257,0-60.2-27.033-60.2-60.2c0-33.084,27.116-60.2,60.2-60.2s60.1,27.116,60.1,60.2    C316.1,212.683,289.784,240.2,256,240.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");background-size:24px 24px}.live-event-v1-lm-location .location .icon-location:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' fill='%23bebebe' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C156.748,0,76,80.748,76,180c0,33.534,9.289,66.26,26.869,94.652l142.885,230.257    c2.737,4.411,7.559,7.091,12.745,7.091c0.04,0,0.079,0,0.119,0c5.231-0.041,10.063-2.804,12.75-7.292L410.611,272.22    C427.221,244.428,436,212.539,436,180C436,80.748,355.252,0,256,0z M384.866,256.818L258.272,468.186l-129.905-209.34    C113.734,235.214,105.8,207.95,105.8,180c0-82.71,67.49-150.2,150.2-150.2S406.1,97.29,406.1,180    C406.1,207.121,398.689,233.688,384.866,256.818z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,90c-49.626,0-90,40.374-90,90c0,49.309,39.717,90,90,90c50.903,0,90-41.233,90-90C346,130.374,305.626,90,256,90z     M256,240.2c-33.257,0-60.2-27.033-60.2-60.2c0-33.084,27.116-60.2,60.2-60.2s60.1,27.116,60.1,60.2    C316.1,212.683,289.784,240.2,256,240.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");background-size:24px 24px}.live-event-v1-lm-email{color:#333;font-weight:300}.live-event-v1-lm-email div{display:flex}.live-event-v1-lm-email .email>span{margin-right:10px}.live-event-v1-lm-email .email .icon-email{left:-2px;margin-right:6px;position:relative;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.355' height='14.517' viewBox='0 0 19.355 14.517' %3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23bebebe;fill-rule:evenodd%7D%3C/style%3E%3C/defs%3E%3Cpath id='iconmonstr-mail-thin' d='M19.355 17.517H0V3h19.355zM.806 4.228V16.71h17.743V4.228l-8.87 8.065L.806 4.228zm17.008-.422H1.543l8.136 7.4z' class='cls-1' transform='translate(0 -3)'/%3E%3C/svg%3E");background-size:20px 20px;background-repeat:no-repeat;background-position:50% 50%}.live-event-v1-lm-email .email .icon-email:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.355' height='14.517' viewBox='0 0 19.355 14.517' %3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23bebebe;fill-rule:evenodd%7D%3C/style%3E%3C/defs%3E%3Cpath id='iconmonstr-mail-thin' d='M19.355 17.517H0V3h19.355zM.806 4.228V16.71h17.743V4.228l-8.87 8.065L.806 4.228zm17.008-.422H1.543l8.136 7.4z' class='cls-1' transform='translate(0 -3)'/%3E%3C/svg%3E");background-size:20px 20px}.live-event-v1-lm-email .email .icon-email:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.355' height='14.517' viewBox='0 0 19.355 14.517' %3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23bebebe;fill-rule:evenodd%7D%3C/style%3E%3C/defs%3E%3Cpath id='iconmonstr-mail-thin' d='M19.355 17.517H0V3h19.355zM.806 4.228V16.71h17.743V4.228l-8.87 8.065L.806 4.228zm17.008-.422H1.543l8.136 7.4z' class='cls-1' transform='translate(0 -3)'/%3E%3C/svg%3E");background-size:20px 20px}.live-event-v1 .activity-triggers{width:100%;height:410px;position:relative;float:none}.live-event-v1 .activity-triggers figure{width:100%;height:100%}.live-event-v1 .activity-triggers figure.disable-actions{pointer-events:none}.live-event-v1 .activity-triggers .activity-main-buttons{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .js-live-broadcast{position:absolute;width:100%;height:100%;top:0;left:0;background:transparent linear-gradient(180deg,#3cf 0,#6f6f6f 100%) 0 0 no-repeat padding-box;opacity:.87}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay{position:relative;text-align:center;font-weight:700;color:#fff;z-index:1}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay p{margin-bottom:20px;font-size:26px}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay ul{list-style:none;display:flex;justify-content:center;padding-left:0}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay ul li{float:left;font-size:35px;padding:0 20px 0 20px;position:relative}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay ul li:before{content:':';position:absolute;right:0;top:0}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay ul li:last-child:before{display:none}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay ul p{font-size:16px;font-weight:100}.live-event-v1 .activity-triggers .activity-main-buttons .play-button{width:80px;height:80px;background-image:url("data:image/svg+xml,%3Csvg height='20px' version='1.1' viewBox='0 0 20 20' width='20px' xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill='%23fff' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23fff' id='Icons-AV' transform='translate(-126.000000, -85.000000)'%3E%3Cg id='play-circle-fill' transform='translate(126.000000, 85.000000)'%3E%3Cpath d='M10,0 C4.5,0 0,4.5 0,10 C0,15.5 4.5,20 10,20 C15.5,20 20,15.5 20,10 C20,4.5 15.5,0 10,0 L10,0 Z M8,14.5 L8,5.5 L14,10 L8,14.5 L8,14.5 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:80px 80px;background-repeat:no-repeat;background-position:50% 50%}.live-event-v1 .activity-triggers .activity-main-buttons .play-button:hover{background-image:url("data:image/svg+xml,%3Csvg height='20px' version='1.1' viewBox='0 0 20 20' width='20px' xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill='%23fff' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23fff' id='Icons-AV' transform='translate(-126.000000, -85.000000)'%3E%3Cg id='play-circle-fill' transform='translate(126.000000, 85.000000)'%3E%3Cpath d='M10,0 C4.5,0 0,4.5 0,10 C0,15.5 4.5,20 10,20 C15.5,20 20,15.5 20,10 C20,4.5 15.5,0 10,0 L10,0 Z M8,14.5 L8,5.5 L14,10 L8,14.5 L8,14.5 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:80px 80px}.live-event-v1 .activity-triggers .activity-main-buttons .play-button:active{background-image:url("data:image/svg+xml,%3Csvg height='20px' version='1.1' viewBox='0 0 20 20' width='20px' xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill='%23fff' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23fff' id='Icons-AV' transform='translate(-126.000000, -85.000000)'%3E%3Cg id='play-circle-fill' transform='translate(126.000000, 85.000000)'%3E%3Cpath d='M10,0 C4.5,0 0,4.5 0,10 C0,15.5 4.5,20 10,20 C15.5,20 20,15.5 20,10 C20,4.5 15.5,0 10,0 L10,0 Z M8,14.5 L8,5.5 L14,10 L8,14.5 L8,14.5 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:80px 80px}.live-event-v1 .activity-triggers .activity-main-buttons .play-button:hover{opacity:.8}.live-event-v1 .activity-triggers .activity-main-buttons .play-button-container{position:relative}.live-event-v1 .activity-triggers .activity-main-buttons .play-button-container:hover .play-button-label{display:block}.live-event-v1 .activity-triggers .activity-main-buttons .play-button-container .play-button-label{display:none;font-weight:300;border:1px solid #fff;background-color:#fff;font-size:13px;position:absolute;box-shadow:0 3px 10px 0 rgba(0,0,0,.3);padding:5px;width:115px;height:28px;top:-10px;right:-120px;z-index:5;text-align:center}.live-event-v1-actions,.live-event-v1-enroll{padding:14px 20px;background-color:#f0f0f0}.live-event-v1-actions .live-event-payment-summary__fee__actions,.live-event-v1-enroll .live-event-payment-summary__fee__actions{text-align:center}.live-event-v1-actions .live-event-payment-summary__fee__actions a,.live-event-v1-enroll .live-event-payment-summary__fee__actions a{max-width:200px;width:100%;text-align:center;line-height:unset}.live-event-v1-enroll{padding:14px 20px;background-color:#f0f0f0}.live-event-v1-enroll.live-event-v1-enroll--leading{background-color:transparent;margin-left:20px;margin-right:20px;padding-left:0;padding-right:0}.live-event-v1-enroll.live-event-v1-enroll--leading .live-event-payment-summary__fee__actions{text-align:left}.live-event-v1-enroll.live-event-v1-enroll--leading .live-event-payment-summary__fee__actions .button{font-size:16px;background:#3cf;padding:6px 32px;border-radius:24px;font-weight:600;max-width:100%;width:auto;text-transform:none}.live-event-v1-enroll .live-event-payment-summary__fee__form{font-size:15px;font-weight:300;padding-bottom:20px;border-bottom:1px solid #acacac;margin-bottom:20px}.live-event-v1-enroll .live-event-payment-summary__fee__form .pricing-option-anchor{float:left;width:90%}.live-event-v1-enroll .live-event-payment-summary__fee__form .form--css-radio{border:2px solid #acacac}.live-event-v1-enroll .live-event-payment-summary__fee__form input[type=radio]:checked+.form--css-radio:after{border:2px solid #acacac;background:#f0f0f0;left:-2px;width:18px;height:18px}.live-event-v1-enroll .live-event-payment-summary__fee__form strong{font-weight:500;font-size:16px}.live-event-v1-enroll .live-event-payment-summary__fee__form .form--field{margin-top:15px}.live-event-v1-enroll .live-event-payment-summary__fee__notes{font-style:italic;margin-top:20px}.live-event-v1-actions{display:flex;justify-content:space-between;position:relative}.live-event-v1-actions .live-event-actions-and-activity{display:flex}.live-event-v1-actions .live-event-actions-and-activity .live-event__actions__tests.test-survey{margin-right:15px}.live-event-v1-actions .live-event-actions-and-activity .live-event__actions__tests a{background-color:#3cf;text-transform:uppercase;font-weight:700;height:100%;line-height:unset;height:auto}.live-event-v1-actions .live-event-actions-and-activity .live-event__actions__tests a.button-not-attended{background:#f0f0f0;border:1px solid #bebebe;color:#bebebe;cursor:not-allowed}.live-event-v1-actions .live-event-actions-and-activity .information{position:relative;margin:0 15px 0 5px;padding:15px 0;width:17px;height:17px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='225.000000pt' height='225.000000pt' viewBox='0 0 225.000000 225.000000'%3E%3Cg transform='translate(0.000000,225.000000) scale(0.100000,-0.100000)' fill='%23000' stroke='none'%3E%3Cpath d='M905 2220 c-274 -59 -501 -203 -669 -423 -180 -237 -259 -550 -211 -843 39 -239 134 -431 301 -604 175 -182 382 -289 636 -330 122 -20 341 -8 457 24 408 114 713 433 803 840 27 126 22 411 -10 528 -51 188 -153 362 -296 504 -140 141 -304 236 -497 290 -132 36 -380 43 -514 14z m330 -430 c98 -61 113 -216 28 -292 -53 -48 -140 -60 -209 -29 -135 62 -137 262 -2 330 53 27 131 23 183 -9z m75 -915 l0 -405 -175 0 -175 0 0 405 0 405 175 0 175 0 0 -405z'/%3E%3C/g%3E%3C/svg%3E");background-size:17px 17px;background-repeat:no-repeat;background-position:50% 50%}.live-event-v1-actions .live-event-actions-and-activity .information .tooltip{z-index:25;font-weight:300;display:none;border:1px solid #fff;border-radius:15px;padding:11px 14px;left:-25px;background-color:#fff;position:absolute;bottom:45px;top:unset;width:286px;font-size:14px;box-shadow:0 3px 10px 0 rgba(0,0,0,.3)}.live-event-v1-actions .live-event-actions-and-activity .information .tooltip.not-qualified{width:286px;top:-135px}.live-event-v1-actions .live-event-actions-and-activity .information .tooltip span{height:15px;width:15px;position:absolute;left:25px;bottom:-8px;transform:rotate(45deg);background-color:#fff}.live-event-v1-actions .live-event-actions-and-activity .activity-type-syllabus button{background-color:#f0f0f0;border:1px solid #3cf;color:#3cf;text-transform:uppercase;font-weight:700;height:100%;line-height:unset}.live-event-v1-actions .cancellation-container{text-align:center}.live-event-v1-actions .cancellation-container .cancel-enrollment-button{background-color:#85a2ac;text-transform:uppercase;font-weight:700;cursor:pointer;height:100%;line-height:unset;display:block;height:auto}.live-event-v1-actions .cancellation-container .js-cancellation-policy-trigger{color:#3cf;font-size:14px;font-weight:500;cursor:pointer;margin-top:5px;display:block;text-align:center;margin-left:0}.enrollment-cancel-popup{top:0!important}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation{position:relative;border-radius:0;background:#fff;max-width:600px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .mfp-close,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .mfp-close,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .mfp-close,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .mfp-close{width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-size:24px 24px;background-repeat:no-repeat;background-position:50% 50%;font-size:0;top:14px;right:14px;opacity:1}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__title,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__title,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__title,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__title{background:#fff;border:none;color:#333;margin:0;padding:58px 53px 15px 80px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__content,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__content,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__content,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__content{font-size:16px;font-weight:300;padding:0 53px 0 80px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__foot,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__foot,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__foot,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__foot{padding:20px 15px 45px 80px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__foot button,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__foot button,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__foot button,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__foot button{padding:6px 20px;border-radius:20px;text-transform:uppercase}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__foot button.push-right,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__foot button.push-right,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__foot button.push-right,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__foot button.push-right{margin-right:15px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__foot button.js-cancel,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__foot button.js-cancel,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__foot button.js-cancel,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__foot button.js-cancel{background-color:#3cf}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__foot button.js-unroll,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__foot button.js-unroll,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__foot button.js-unroll,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__foot button.js-unroll{background-color:#85a2ac;margin-bottom:20px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__content,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__content{padding:0 53px 70px 80px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .js-cancellation-policy-trigger,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .js-cancellation-policy-trigger{cursor:pointer;color:#0d49a7}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__content{font-size:16px;font-weight:300}.enrollment-cancel-popup.no-cancellation-policy-link .cancellation-policy-details{display:none}.js-interested-button{text-transform:inherit}.js-interested-button.already-interested{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.7}.le-notification-banner{margin:0 auto 20px auto;background:#000;padding:20px;color:#fff;font-size:22px;line-height:30px;text-align:center}@media (max-width:1023px),screen and (max-width:1024px) and (orientation:landscape){.le-notification-banner{font-size:20px}}@media screen and (min-width:768px) and (max-width:1024px),screen and (min-width:768px) and (max-width:1366px) and (orientation:portrait){.live-event-v1-actions{padding:14px 10px}.live-event-v1-actions .activity-type-syllabus button,.live-event-v1-actions .cancel-enrollment-button,.live-event-v1-actions .live-event__actions__tests a{font-size:12px;padding:6px 10px}}@media (max-width:1023px),screen and (max-width:1024px) and (orientation:landscape){.sec-episode.new-version header h1{padding:0 5px}.sec-episode.new-version header h1 strong{font-size:17px}.sec-episode.new-version .episode-content{background:#fff}.sec-episode.new-version .episode-content .activity-triggers figure{margin-bottom:0}.sec-episode.new-version .episode-content .live-event-v1-promo__summary{display:none}.sec-episode.new-version .episode-content .live-event-v1-lm-information{padding-bottom:0;border-bottom:none}.sec-episode.new-version .episode-content .live-event-v1-lm-information-text{font-weight:700}.sec-episode.new-version .episode-content .live-event-v1-lm-information .date{display:block;margin-top:0}.sec-episode.new-version .episode-content .live-event-v1-lm-information .date_date-holder,.sec-episode.new-version .episode-content .live-event-v1-lm-information .date_time-holder{border-bottom:1px solid #ccc;padding:20px 0}.sec-episode.new-version .episode-content .live-event-v1-lm-information .date_date-holder span,.sec-episode.new-version .episode-content .live-event-v1-lm-information .date_time-holder span{display:block;margin-right:10px}.sec-episode.new-version .episode-content .live-event-v1-lm-email{padding:20px 0}.sec-episode.new-version .episode-content .live-event-v1-actions{display:block;text-align:center}.sec-episode.new-version .episode-content .live-event-v1-actions .live-event-actions-and-activity{flex-direction:column;align-items:center}.sec-episode.new-version .episode-content .live-event-v1-actions .live-event-actions-and-activity .js-activity-list-container{width:90%}.sec-episode.new-version .episode-content .live-event-v1-actions .live-event-actions-and-activity .activity-type-syllabus button{width:100%}.sec-episode.new-version .episode-content .live-event-v1-actions .live-event__actions__tests{width:90%;margin:0}.sec-episode.new-version .episode-content .live-event-v1-actions .live-event__actions__tests a{width:100%;text-align:center}.sec-episode.new-version .episode-content .live-event-v1-actions .live-event__actions__tests~.js-activity-list-container .activity-type-syllabus{margin-top:20px}.sec-episode.new-version .episode-content .live-event-v1-actions span.information{width:20px;position:absolute;right:15px;margin:0}.sec-episode.new-version .episode-content .live-event-v1-actions span.information .tooltip{left:-254px}.sec-episode.new-version .episode-content .live-event-v1-actions span.information .tooltip span{left:255px}.sec-episode.new-version .episode-content .live-event-v1-actions .cancellation-container{text-align:center}.sec-episode.new-version .episode-content .live-event-v1-actions .cancellation-container.has-survey-or-syllabus{margin-top:20px}.sec-episode.new-version .episode-content .live-event-v1-actions .cancellation-container .cancel-enrollment-button{width:90%;text-align:center;margin:0 auto}.sec-episode.new-version .episode-content .live-event-v1 .share-icons{justify-content:flex-start;border-bottom:1px solid #ccc}.sec-episode.new-version .episode-content .live-event-v1-enroll{padding:14px 20px}.sec-episode.new-version .episode-content .live-event-v1-enroll .live-event-payment-summary__fee__form .pricing-option-anchor{width:80%}.sec-episode.new-version .episode-content .live-event-v1-enroll a.button{width:100%;text-align:center}.sec-episode.new-version .episode-content .accordion{width:100%}.enrollment-secure-checkout .le-enrollment .enrollment-form__actions{flex-direction:column-reverse;height:auto;margin:20px 0}.enrollment-secure-checkout .le-enrollment .enrollment-form__actions a{text-align:center;margin-right:0}.enrollment-secure-checkout .le-enrollment .enrollment-form__actions a.js-cancel,.enrollment-secure-checkout .le-enrollment .enrollment-form__actions a.js-view-event-button{margin:0 0 20px 0}.enrollment-secure-checkout .le-enrollment .enrollment-form__actions button.enrollment-next-button{margin:0 0 20px 0}.enrollment-cancel-popup .cancel-free-enrollment,.enrollment-cancel-popup .cancel-paid-enrollment{width:90%;margin:0 auto}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__content,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__foot,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__title,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__content,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__foot,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__title,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__content,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__foot,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__title,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__content,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__foot,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__title{text-align:center}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__title,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__title,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__title,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__title{padding:58px 30px 15px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__content,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__content,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__content,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__content{padding:0 30px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__foot,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__foot,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__foot,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__foot{padding:20px 35px 45px}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment .popup__foot button,.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__foot button,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment .popup__foot button,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__foot button{padding:6px;width:100%}.enrollment-cancel-popup .cancel-free-enrollment .popup-cancel-enrollment-confirmation .popup__content,.enrollment-cancel-popup .cancel-paid-enrollment .popup-cancel-enrollment-confirmation .popup__content{padding:0 30px 70px}}@media screen and (max-width:767px){.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay p{font-size:16px}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay ul{margin:0}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay ul li{font-size:30px;padding:0 10px 0 10px}.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay ul li p{font-size:14px}}@media screen and (max-width:1024px) and (orientation:portrait){.live-event-v1 .activity-triggers .activity-main-buttons .js-countdown-holder .countdown-overlay p{font-size:21px}}.add-to-calendar-modal{display:none}.mfp-fade.mfp-bg.show-add-to-calendar-modal{opacity:0;display:none}.mfp-fade.mfp-wrap.show-add-to-calendar-modal{background-color:rgba(255,255,255,.9)}.mfp-fade.mfp-wrap.show-add-to-calendar-modal .mfp-container .mfp-content{position:relative;max-width:530px;margin:0 auto;background:#fff;box-shadow:0 3px 10px 0 rgba(0,0,0,.25)}.mfp-fade.mfp-wrap.show-add-to-calendar-modal .mfp-container .mfp-content .add-to-calendar-modal{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;padding:40px}.mfp-fade.mfp-wrap.show-add-to-calendar-modal .mfp-container .mfp-content .add-to-calendar-modal .mfp-close{width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-size:24px 24px;background-repeat:no-repeat;background-position:50% 50%;font-size:0;top:14px;right:14px;opacity:1}.mfp-fade.mfp-wrap.show-add-to-calendar-modal .mfp-container .mfp-content .add-to-calendar-modal-title{font-size:15px;margin-bottom:10px;font-weight:500}.mfp-fade.mfp-wrap.show-add-to-calendar-modal .mfp-container .mfp-content .add-to-calendar-modal-items{display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.mfp-fade.mfp-wrap.show-add-to-calendar-modal .mfp-container .mfp-content .add-to-calendar-modal-items-item{margin:10px 10px 0;color:#fff}.mfp-fade.mfp-wrap.show-add-to-calendar-modal .mfp-container .mfp-content .add-to-calendar-modal-items-item-text{display:inline-block;height:29px;padding:0 15px;border-radius:14.5px;font-size:14px;line-height:29px;color:#fff;background:#ccc;border:0;transition:none;outline:0;position:relative;width:auto;text-align:center;cursor:pointer}.survey .le-question .ranking-type2 .list-answers__item .field-radio.wrong-answer input:checked+.form--css-check:after,.survey .le-question .ranking-type2 .list-answers__item .field-radio.wrong-answer input:checked+.form--css-radio:after,.survey .le-question__body--multiple-answers .quiz__multiple-answers .field.wrong-answer input:checked+.form--css-check:after,.survey .le-question__body--multiple-answers .quiz__multiple-answers .field.wrong-answer input:checked+.form--css-radio:after,.survey .le-question__list li .field-radio-1.wrong-answer input:checked+label:before,.survey .le-question__list li.field-checkbox-1.wrong-answer input:checked+label:before,.survey .le-question__list li.field-radio-1.wrong-answer input:checked+label:before,.wrong-answer-circle{content:'x';margin-right:0;font-family:monospace;color:#fff;border-color:#f50300;background-color:#f50300;display:block;position:absolute;font-size:14px;line-height:6px;transform:rotate(0)}.survey{margin:0 auto 20px;max-width:726px;width:100%;font-size:16px}@media (max-width:980px){.survey{width:100%}}.survey__errors{margin:30px 0;padding:10px;background:#f0b8bb;border:1px solid #e4002b}.survey__errors__title{font-weight:700}.survey__details{margin:30px 0;font-weight:700;font-size:18px}@media (max-width:980px){.survey__details{padding:0 10px}}.survey__details__title{text-transform:uppercase}.survey__details__title small{display:block;text-transform:none;font-weight:400}.survey__details__faculty .member{font-weight:400}.survey__navigation{font-size:18px;display:flex;justify-content:center;background:#ddd;list-style:none;margin:0;padding:0}@media (min-width:980px){.survey__navigation{flex-wrap:wrap}.survey__navigation.more-than-ten{flex-flow:row wrap}.survey__navigation.more-than-ten li{flex-basis:10%;padding-right:5px}.survey__navigation.more-than-ten li .survey__navigation__item{margin:0;font-size:14px}.survey__navigation.more-than-ten li .survey__navigation__item:after{right:-13px}.survey__navigation.more-than-ten li:nth-child(10n) .survey__navigation__item:after{right:-7px}}@media (max-width:980px){.survey__navigation{width:100%;overflow:scroll;-webkit-overflow-scrolling:touch;justify-content:flex-start}.survey__navigation button{min-width:125px}}.survey__navigation__item{text-transform:uppercase;position:relative;height:47px;width:100%;background:0 0;border:0;font-weight:700;color:#2e6483;margin:0;font-size:15px;border-bottom:3px solid transparent;white-space:nowrap}.survey__navigation__item:after{position:absolute;right:-10px;content:'>';top:13px}.survey__navigation__item--active{color:#7c9bad;border-color:#2e6483}.survey__navigation__item--last:after{display:none}.survey__navigation li{margin:0 10px 0 0}.survey__navigation li:last-child{margin:0}.survey__navigation li:last-child__item:after{display:none}.survey__info{color:#fff;background:#2e6483;padding:30px 0;text-align:center;font-size:20px}.survey__info__progress .tracker{text-transform:uppercase;font-weight:700}.survey__info__help-text .required{color:#e4002b}.survey__actions{display:flex;justify-content:flex-end;border-bottom:1px solid #ddd;padding:10px 0}@media (max-width:980px){.survey__actions{padding:5px}}.survey__actions__label{font-weight:700;line-height:40px}.survey__actions--bottom{justify-content:space-between;border-top:1px solid #ddd}.survey__questions__item{padding:20px 10px}.survey__questions__item:nth-child(even){background:#f0f0f0}.survey__questions__item.error{margin:5px 0;border:1px solid #e4002b}.survey .le-question{margin-bottom:0}.survey .le-question__list li{padding:5px 0 5px 20px}.survey .le-question__list li .field-radio-1.correct-answer input:checked+label:before,.survey .le-question__list li.field-checkbox-1.correct-answer input:checked+label:before,.survey .le-question__list li.field-radio-1.correct-answer input:checked+label:before{border-color:#269f56}.survey .le-question__list li .field-textarea{margin-left:-20px;margin-top:10px}.survey .le-question__list li .field-textarea input{width:100%}.survey .le-question__list li .field-textarea .field-textarea-counter{float:right}.survey .le-question__list__element .field-radio-1{margin:0;padding:10px 28px 10px 50px}.survey .le-question__title{line-height:26px;font-size:16px}.survey .le-question__title a{color:#3cf;text-decoration:underline}.survey .le-question__hint{color:#666;font-style:italic}.survey .le-question__body textarea{width:100%}.survey .le-question__body input[type=checkbox]:checked+.form--css-check,.survey .le-question__body input[type=checkbox]:checked+.form--css-radio{background:#2f6581;border-color:#2f6581}.survey .le-question__body--multiple-answers.inactive input[type=checkbox]:not(:checked)+label:before,.survey .le-question__body--multiple.inactive input[type=checkbox]:not(:checked)+label:before{border:2px #e0e1e9 solid}.survey .le-question__body--multiple-answers.inactive .le-question__list__element,.survey .le-question__body--multiple-answers.inactive .list-answers__item,.survey .le-question__body--multiple.inactive .le-question__list__element,.survey .le-question__body--multiple.inactive .list-answers__item{position:relative}.survey .le-question__body--multiple-answers.inactive .mCustomScrollBox,.survey .le-question__body--multiple.inactive .mCustomScrollBox{overflow:visible}.survey .le-question__body--multiple-answers.inactive .mCustomScrollBox .mCSB_container,.survey .le-question__body--multiple.inactive .mCustomScrollBox .mCSB_container{overflow:visible;margin-right:0}.survey .le-question__body--multiple-answers.inactive .mCustomScrollBox .mCSB_scrollTools,.survey .le-question__body--multiple.inactive .mCustomScrollBox .mCSB_scrollTools{display:none!important}.survey .le-question__body--multiple .disabled-overlay,.survey .le-question__body--multiple-answers .disabled-overlay{background:0 0;position:absolute;height:100%;width:100%;z-index:12;top:0;display:block}.survey .le-question__body--multiple .info-tooltip,.survey .le-question__body--multiple-answers .info-tooltip{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;position:absolute;max-width:385px;border:1px solid #c4c7cf;box-shadow:0 0 10px rgba(25,27,35,.25);border-radius:6px;font-size:14px;line-height:20px;background-color:#fff;color:#191b23;padding:6.5px 12px;z-index:1;left:-5px;top:25px}.survey .le-question__body--multiple .info-tooltip:after,.survey .le-question__body--multiple-answers .info-tooltip:after{content:'';position:absolute;width:10px;height:10px;left:8px;top:-4px;transform:rotate(135deg);background:#fff;z-index:0}.survey .le-question__body--multiple-answers{display:flex}.survey .le-question__body--multiple-answers .quiz__multiple-answers .field{position:relative}.survey .le-question__body--multiple-answers .quiz__multiple-answers .field.correct-answer input:checked+.form--css-check:after,.survey .le-question__body--multiple-answers .quiz__multiple-answers .field.correct-answer input:checked+.form--css-radio:after{border-color:#269f56}.survey .le-question__body--multiple-answers div:first-child .quiz__multiple-answers{padding-right:15px}.survey .le-question__body--multiple-answers div+div .quiz__multiple-answers{padding-left:15px}@media (max-width:980px){.survey .le-question__body--multiple-answers{display:block}.survey .le-question__body--multiple-answers div:first-child .quiz__multiple-answers{padding-right:0}.survey .le-question__body--multiple-answers div+div .quiz__multiple-answers{padding-left:0}}.survey .le-question__body--multiple-answers .field-textarea .field-textarea-counter{float:right}.survey .le-question__body--yes-no .le-question__list__element{padding-left:0}.survey .le-question__body--yes-no .le-question__list__element .field-radio-1{padding:10px 10px 10px 20px}.survey .le-question__body--yes-no .le-question__list .errorlist li{padding-left:0}.survey .le-question__body--matching .answers{counter-reset:matching-counter}.survey .le-question__body--matching .answers .answer{position:relative;counter-increment:matching-counter;padding:15px 0}.survey .le-question__body--matching .answers .answer__title{padding-left:30px;margin:0 0 15px}.survey .le-question__body--matching .answers .answer:before{content:counter(matching-counter,upper-alpha);font-weight:700;position:absolute;left:0;top:15px}.survey .le-question__body--matching .answers .answer:after{content:".";font-weight:700;position:absolute;left:13px;top:15px}.survey .le-question__body--matching .js-select select{width:100%}.survey .le-question__body--matching .js-select.correct-answer .select2-container:before,.survey .le-question__body--matching .js-select.wrong-answer .select2-container:before{content:"✓";position:absolute;left:10px;top:10px}.survey .le-question__body--matching .js-select.correct-answer .select2-container .selection .select2-selection,.survey .le-question__body--matching .js-select.wrong-answer .select2-container .selection .select2-selection{padding-left:20px}.survey .le-question__body--matching .js-select.correct-answer .select2-container:before{content:"✓";color:#80bd00}.survey .le-question__body--matching .js-select.wrong-answer .select2-container:before{content:"×";color:#f33}.survey .le-question__body--custom-scale .field.radio-wrapper{display:block!important}.survey .le-question__body--custom-scale .field.radio-wrapper .field-radio{padding:10px 0!important}.survey .le-question__body--one-item-explain .le-question__list li .errorlist li{padding:5px 0 0}.survey .le-question__body--yes-no-explain .le-question__list__element .errorlist{display:inline-block}.survey .le-question__body.js-text-answer-question.correct-answer,.survey .le-question__body.js-text-answer-question.wrong-answer{position:relative;padding-left:30px}.survey .le-question__body.js-text-answer-question.correct-answer:before,.survey .le-question__body.js-text-answer-question.wrong-answer:before{content:'';position:absolute;left:5px;top:50%;margin-top:-10px;display:block}.survey .le-question__body.js-text-answer-question.correct-answer{background:rgba(51,204,255,.6)}.survey .le-question__body.js-text-answer-question.correct-answer:before{width:25px;height:20px;background-position:0 -1509px;background-repeat:no-repeat;overflow:hidden;width:25px;height:20px}.survey .le-question__body.js-text-answer-question.wrong-answer{background:rgba(204,51,51,.6)}.survey .le-question__body.js-text-answer-question.wrong-answer:before{width:21px;height:21px;background-position:0 -1529px;background-repeat:no-repeat;overflow:hidden;width:21px;height:21px}.survey .le-question .col-answers-alt .errorlist,.survey .le-question .js-likert-question .errorlist,.survey .le-question .js-multiple-question .errorlist,.survey .le-question .js-one-answers-question .errorlist,.survey .le-question .list-answers-multiple .errorlist{margin-left:-20px}.survey .le-question__body--multiple-answers>div{padding:0}.survey .le-question__body--multiple-answers .errorlist{padding-left:0}.survey .le-question .ranking-type2 .errorlist{padding-left:0}.survey .le-question .ranking-type2 .list-answers__item:last-child{margin:0}.survey .le-question .ranking-type2 .list-answers__item .radio-wrapper{margin-left:0}.survey .le-question .ranking-type2 .list-answers__item .field{min-width:220px;padding-top:5px;display:inline-flex;align-items:center;padding-left:0}.survey .le-question .ranking-type2 .list-answers__item .field-radio{padding:0;margin-right:15px}.survey .le-question .ranking-type2 .list-answers__item .field-radio input[type=radio]:checked+.form--css-radio:after{border-color:#2f6581}.survey .le-question .ranking-type2 .list-answers__item .field-radio:first-child{margin-left:0}.survey .le-question .ranking-type2 .list-answers__item .field-radio.correct-answer input:checked+.form--css-check:after,.survey .le-question .ranking-type2 .list-answers__item .field-radio.correct-answer input:checked+.form--css-radio:after{border-color:#269f56}@media (max-width:980px){.survey .le-question .ranking-type2 .list-answers__item .field-radio:first-child{margin-left:0}.survey .le-question .ranking-type2 .list-answers__item .field-radio label{padding-right:10px}}.survey .le-question .quiz__ranking{height:auto;padding-bottom:20px}.survey .le-question .quiz__ranking li{background:#fff;border-color:#ddd;margin:0;box-shadow:-.5px 1.9px 5px 0 rgba(100,100,100,.43);width:100%}.survey .le-question .col-answers-multiple{display:flex}.survey .le-question .col-answers-multiple figure>*{margin-right:15px;display:block}@media (max-width:980px){.survey .le-question .col-answers-multiple{display:block}}.survey .le-question .col-answers-multiple .col-md-8{width:100%}.survey .question-number{color:#666;float:left;margin-right:5px}.survey .required{color:#e4002b}.button-bordered{border:1px solid #2e6483;color:#2e6483;background:0 0;border-radius:25px;padding:10px 15px}.button-filled{background:#2e6483;border-radius:25px;padding:10px 15px;border:0;color:#fff}.js-sticky-menu.menu--fixed{top:50px;z-index:13;position:fixed;max-width:726px;width:100%}@media screen and (width:1024px) and (orientation:portrait){.js-sticky-menu.menu--fixed{max-width:549px;width:100%}}@media (max-width:980px){.js-sticky-menu.menu--fixed{width:100%}}.has-gipsy-toolbar .js-sticky-menu.menu--fixed{top:90px}.le-enrollment--preferences .enrollment-form{border:none;background:0 0;width:100%;height:auto;max-height:none;overflow:visible}.le-enrollment--preferences .enrollment-form .questions-container{padding:0 0 20px}.enrollment-secure-checkout.payment-step{display:flex;flex-direction:column;background-color:#fff;min-height:100vh}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__header{width:100%;flex-grow:0;flex-shrink:0;max-height:70px}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__details{display:flex;flex-grow:1}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content{width:calc(100% - 385px);max-width:720px;margin-left:0;background:#fff;flex-grow:1}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method .form-radio-selected{display:none}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method.visible{background-color:#fafafa}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method.visible .form-radio-selected{display:block;position:absolute;top:17px}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method.visible .form--css-radio{display:none}.enrollment-secure-checkout__header{background:#f0f0f0;display:flex;align-items:center;padding:10px 30px}.enrollment-secure-checkout__header__logo{max-height:50px;width:auto;margin-right:30px}.enrollment-secure-checkout__header__secure-icon{margin-right:10px}.enrollment-secure-checkout__header__title{font-size:15px;padding:0;position:relative;line-height:24px;font-weight:400}.enrollment-secure-checkout__cart{padding:40px;background-color:#fafafa;width:385px;font-size:14px;line-height:32px}.enrollment-secure-checkout__cart__header{font-weight:400;border-bottom:1px solid #999;padding-bottom:10px;margin-top:20px}.enrollment-secure-checkout__cart__coupon,.enrollment-secure-checkout__cart__item__description,.enrollment-secure-checkout__cart__sale-tax,.enrollment-secure-checkout__cart__total,.enrollment-secure-checkout__cart__upgrade-schema{display:flex;justify-content:space-between;color:#000}.enrollment-secure-checkout__cart__total{border-top:1px solid #999;padding:10px 0;font-size:15px}.enrollment-secure-checkout__cart__coupon__code{width:calc(100% - 76px);padding:10px;flex-grow:1}.enrollment-secure-checkout__cart__coupon__submit{background:#3cf;color:#fff;border:none;padding:5px 20px;width:76px}.enrollment-secure-checkout__content{width:720px;margin:0 auto 50px;background:#fafafa;padding:40px;max-width:100%}.enrollment-secure-checkout__content .enrollment-secure-checkout__cart{display:none}.enrollment-secure-checkout__content .enrollment-about-me__form{padding-bottom:20px}.enrollment-secure-checkout__content__title{margin-top:20px;font-weight:900}.enrollment-secure-checkout__content__progress_menu{display:flex;position:relative}.enrollment-secure-checkout__content__progress_menu::before{content:"";position:absolute;top:12px;left:45px;width:calc(100% - 90px);border-bottom:1px dashed #bebebe}.enrollment-secure-checkout__content__progress_menu__step{font-size:15px;flex-grow:1;text-align:center}.enrollment-secure-checkout__content__progress_menu__step:first-child{text-align:left}.enrollment-secure-checkout__content__progress_menu__step:last-child{text-align:right}.enrollment-secure-checkout__content__progress_menu__step__label{display:inline-block;position:relative}.enrollment-secure-checkout__content__progress_menu__step__label::before{content:"";display:block;width:24px;height:24px;background:#fff;border:1px solid #666;border-radius:50%;margin:0 auto 10px;font-weight:900;font-size:19px;text-align:center;color:#fff}.enrollment-secure-checkout__content__progress_menu__step.active .enrollment-secure-checkout__content__progress_menu__step__label::before{content:"✓";background:#666}.enrollment-secure-checkout__content .tell-us-more-loader{height:100px;position:relative}.enrollment-secure-checkout__content .enrollment-form{width:100%}.enrollment-secure-checkout__content .enrollment-form__phone__dash{display:none}.enrollment-secure-checkout__content .enrollment-form .form--label,.enrollment-secure-checkout__content .enrollment-form .form--text{display:block;border-bottom:none}.enrollment-secure-checkout__content .enrollment-form .form--text{padding:0 10px;border:1px solid #999}.enrollment-secure-checkout__content .enrollment-form .form--text.js-npi{width:100%}.enrollment-secure-checkout__content .enrollment-form .js-contact-info-container .form--field .enrollment-form__phone__form,.enrollment-secure-checkout__content .enrollment-form .js-contact-info-container .form--field__text .enrollment-form__phone__form{padding-left:80px}.enrollment-secure-checkout__content .enrollment-form__actions{display:flex;justify-content:flex-end}.enrollment-secure-checkout__content .enrollment-form .button{background-color:#85a2ac;border-color:#fff;color:#fff;text-transform:none;text-transform:uppercase}.enrollment-secure-checkout__content .enrollment-form .button-npi{margin-top:7px;cursor:pointer}.enrollment-secure-checkout__content .enrollment-form .button.enrollment-next-button{background-color:#3cf;margin-left:10px}.enrollment-secure-checkout__content .enrollment-form__title{font-weight:400;margin-top:20px}.enrollment-secure-checkout__content .enrollment-form__subtitle{font-weight:100;margin-top:-15px}.enrollment-secure-checkout__content .enrollment-form__no-method{display:none;color:#f33}.enrollment-secure-checkout__content .enrollment-form__no-method.visible{display:block}.enrollment-secure-checkout__content .enrollment-form__policies{padding:10px 0;border-top:1px solid #999;cursor:pointer;text-decoration:underline;color:#3cf;font-size:16px}.enrollment-secure-checkout__content .le-enrollment__container .js-payment-error-box{padding:20px 40px;background:#d00000;color:#fff;text-align:center;font-weight:500;font-size:15px;line-height:23px}.enrollment-secure-checkout__content .le-enrollment__container__info{color:#666}.enrollment-secure-checkout__content .le-enrollment__container__details{border-bottom:1px solid #bebebe;color:#666}.enrollment-secure-checkout__content .le-enrollment__container__details__order{padding-bottom:0;padding-top:20px;margin-bottom:0}.enrollment-secure-checkout__content .le-enrollment__container__details__title{margin-top:20px;color:#000;font-weight:500}.enrollment-secure-checkout__content .le-enrollment__success{margin-bottom:0}.enrollment-secure-checkout__content .le-enrollment__payment{width:100%}.enrollment-secure-checkout__content .le-enrollment__payment__form{padding-left:0}.enrollment-secure-checkout__content .le-enrollment__payment__method{display:flex;line-height:50px;align-items:center;border:1px solid #ddd;padding:10px 20px;margin-bottom:20px;position:relative;flex-wrap:wrap}.enrollment-secure-checkout__content .le-enrollment__payment__method .form--css-radio{top:25px}.enrollment-secure-checkout__content .le-enrollment__payment__method__input{margin-right:10px}.enrollment-secure-checkout__content .le-enrollment__payment__method__label{display:flex;align-items:center;padding-left:30px;line-height:50px;width:100%;font-weight:600}.enrollment-secure-checkout__content .le-enrollment__payment__method__label span{padding-right:30px}.enrollment-secure-checkout__content .le-enrollment__payment__method .credit-card-list{padding-left:0;display:flex;list-style:none;width:calc(100% - 120px);align-content:center;align-self:center;line-height:normal}.enrollment-secure-checkout__content .le-enrollment__payment__method .credit-card-list .credit-card{border:1px solid #ddd;background-color:#fff;padding:5px;margin-right:10px;position:relative}.enrollment-secure-checkout__content .le-enrollment__payment__method .credit-card-list .credit-card:last-of-type{margin-right:0}.enrollment-secure-checkout__content .le-enrollment__payment__method .credit-card-list img{vertical-align:middle;width:100%}.enrollment-secure-checkout__content .le-enrollment__payment__method.paypal_payment_method .le-enrollment__payment__method__label span{display:block;line-height:normal}.enrollment-secure-checkout__content .le-enrollment__payment__method.paypal_payment_method .payment_method_details{display:none!important}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details{width:100%;padding:20px 0 0 0;border-top:1px solid #999;max-height:0;overflow:hidden;opacity:0;transition:all .25s linear}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details.visible{max-height:500px;opacity:1;transition:all .5s linear;margin-top:10px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .js-e-checks-bank-account-number .form--icon-invalid,.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .js-e-checks-bank-account-number .form--icon-valid,.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .js-e-checks-bank-routing-number .form--icon-invalid,.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .js-e-checks-bank-routing-number .form--icon-valid,.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .js-e-checks-name-on-the-account .form--icon-invalid,.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .js-e-checks-name-on-the-account .form--icon-valid{top:30px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .form--field{margin-bottom:10px;position:relative}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .form--field__text{width:100%;height:40px;padding:0 15px;border:1px solid #ddd}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .form--field .form--icon-invalid,.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .form--field .form--icon-valid{top:30px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .form--field .form--icon-invalid+label+.form--field__text{border:1px solid #f33}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .form--label{float:none;height:20px;line-height:20px;font-weight:300}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-cvv:before,.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-number::after{content:"";display:block;background:url(/static/img/common/icons/lock.png) 0/contain no-repeat;position:absolute;right:8px;top:33px;width:24px;height:24px;z-index:1;visibility:visible;opacity:.5;transform:scale(.8)}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-number .form--field__text{padding-right:35px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-number:before{content:"";display:block;background:url(/static/img/common/payment/credit_card.png) 0/contain no-repeat;position:absolute;left:8px;top:37px;width:24px;height:18px;z-index:1}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-number .form--field__text{padding-left:40px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details{display:flex;justify-content:flex-start}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details-expiration-date{display:flex;justify-content:flex-start}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-date{width:auto}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-date .form--select{width:90px;margin-right:36px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-date .form--select .form--icon-invalid,.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-date .form--select .form--icon-valid{display:none}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-date .form--select .select2-selection__arrow{transform:scale(.8)}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv{width:90px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .form--icon-invalid,.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .form--icon-valid{right:-44px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .form--field__text{padding-right:35px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .information{position:absolute;width:19px;height:19px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='225.000000pt' height='225.000000pt' viewBox='0 0 225.000000 225.000000'%3E%3Cg transform='translate(0.000000,225.000000) scale(0.100000,-0.100000)' fill='%23000' stroke='none'%3E%3Cpath d='M905 2220 c-274 -59 -501 -203 -669 -423 -180 -237 -259 -550 -211 -843 39 -239 134 -431 301 -604 175 -182 382 -289 636 -330 122 -20 341 -8 457 24 408 114 713 433 803 840 27 126 22 411 -10 528 -51 188 -153 362 -296 504 -140 141 -304 236 -497 290 -132 36 -380 43 -514 14z m330 -430 c98 -61 113 -216 28 -292 -53 -48 -140 -60 -209 -29 -135 62 -137 262 -2 330 53 27 131 23 183 -9z m75 -915 l0 -405 -175 0 -175 0 0 405 0 405 175 0 175 0 0 -405z'/%3E%3C/g%3E%3C/svg%3E");background-size:19px 19px;background-repeat:no-repeat;background-position:50% 50%;right:-28px;top:35px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .information .tooltip{z-index:20;font-weight:300;display:none;border-radius:15px;padding:11px 14px;left:-139px;width:230px;background-color:#fff;position:absolute;top:-105px;box-shadow:0 3px 10px 0 rgba(0,0,0,.3);font-size:14px;line-height:17px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .information .tooltip span{height:15px;width:15px;position:absolute;left:141px;bottom:-8px;transform:rotate(45deg);background-color:#fff}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .information:hover span{display:block}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv::after{display:none}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .select2-hidden-accessible+.select2 .select2-selection .select2-selection__rendered{padding-left:8px;font-size:14px}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address{margin-top:-15px}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address__state_name{margin-right:10px}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address-change{text-decoration:underline;cursor:pointer}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address-change.text--brand{color:#3cf}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address p{margin:0;font-weight:300;color:#666;text-align:left}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--field{display:flex}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--field .form--select,.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--field .form--text{border:none;padding:0;line-height:normal;height:22px;background:0 0;color:#666;font-weight:300;font-size:16px;margin-right:10px}@media (max-width:980px){.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--field .form--select,.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--field .form--text{display:block}}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--field .form-text-italic{font-style:italic}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--text[name=address1],.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--text[name=city],.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--text[name=first_name],.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--text[name=last_name],.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--text[name=state],.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--text[name=zip]{width:100%!important}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .first-name-field{margin-right:6px}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .first-name-field,.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .last-name-field{font-weight:300}.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--select{-moz-appearance:none;-o-appearance:none;appearance:none}@supports (-moz-appearance:none){.enrollment-secure-checkout__content .le-enrollment__payment .payment-billing-address .form--select{margin-left:-4px}}.enrollment-secure-checkout .le-enrollment{margin-top:20px;padding:0 35px}.enrollment-secure-checkout .le-enrollment__container__info{color:#666}.enrollment-secure-checkout .le-enrollment__container__details{border-top:1px solid #bebebe;border-bottom:1px solid #bebebe;color:#666}.enrollment-secure-checkout .le-enrollment__container__details__order{border-bottom:none}.enrollment-secure-checkout .le-enrollment__container__details__title{margin-top:20px;color:#000;font-weight:500}.enrollment-secure-checkout .le-enrollment__container__details__billing{border-top:none}.enrollment-secure-checkout .le-enrollment__container__details__billing-container .le-enrollment__container__details__title{margin-top:0}.enrollment-secure-checkout .le-enrollment__success{margin-bottom:0}.enrollment-secure-checkout .le-enrollment .enrollment-form__actions{display:flex;justify-content:space-between}.enrollment-secure-checkout .le-enrollment .enrollment-form__actions:after{display:none}.enrollment-secure-checkout .le-enrollment .enrollment-form__actions__left-side{display:flex}@media (max-width:980px){.enrollment-secure-checkout .le-enrollment .enrollment-form__actions__left-side{flex-direction:column-reverse;margin-bottom:20px}}.enrollment-secure-checkout .le-enrollment .enrollment-about-me__form .enrollment-form__subtitle{font-weight:100;margin-top:-15px}.enrollment-secure-checkout .le-enrollment .enrollment-about-me__form .form--label{border:none}.enrollment-secure-checkout .le-enrollment .enrollment-about-me__form .form--field .form--text{border:1px solid #999}.enrollment-secure-checkout .le-enrollment .button.enrollment-next-button{color:#fff;background-color:#3cf;margin-left:10px;border:1px solid #85a2ac;text-transform:uppercase}.enrollment-secure-checkout .le-enrollment .button.enrollment-prev-button{background-color:#85a2ac;border:1px solid transparent;color:#fff;text-transform:uppercase}.enrollment-secure-checkout .le-enrollment .button.enrollment-prev-button.enrollment-prev-button__pre-test{background-color:#3cf;border:1px solid #85a2ac}@media (max-width:980px){.enrollment-secure-checkout__content .le-enrollment .enrollment-form__actions{flex-direction:column-reverse;height:100%}.enrollment-secure-checkout__content .le-enrollment .button{width:100%;text-align:center}.enrollment-secure-checkout__content .le-enrollment .button.enrollment-next-button{background-color:#3cf;margin-left:0}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .information{position:absolute;width:25px;height:25px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='225.000000pt' height='225.000000pt' viewBox='0 0 225.000000 225.000000'%3E%3Cg transform='translate(0.000000,225.000000) scale(0.100000,-0.100000)' fill='%23000' stroke='none'%3E%3Cpath d='M905 2220 c-274 -59 -501 -203 -669 -423 -180 -237 -259 -550 -211 -843 39 -239 134 -431 301 -604 175 -182 382 -289 636 -330 122 -20 341 -8 457 24 408 114 713 433 803 840 27 126 22 411 -10 528 -51 188 -153 362 -296 504 -140 141 -304 236 -497 290 -132 36 -380 43 -514 14z m330 -430 c98 -61 113 -216 28 -292 -53 -48 -140 -60 -209 -29 -135 62 -137 262 -2 330 53 27 131 23 183 -9z m75 -915 l0 -405 -175 0 -175 0 0 405 0 405 175 0 175 0 0 -405z'/%3E%3C/g%3E%3C/svg%3E");background-size:25px 25px;background-repeat:no-repeat;background-position:50% 50%;right:-32px;top:32px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .information .tooltip{width:275px;left:-90px;top:-88px}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .information .tooltip span{left:95px}.enrollment-secure-checkout__cart{display:none}.enrollment-secure-checkout__content .enrollment-secure-checkout__cart{display:block;padding:20px;width:100%}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content{width:100%;padding:20px 0;margin-left:auto}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content__progress_menu,.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content__title{padding:0 20px}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content__progress_menu:before{width:calc(100% - 100px)}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method{display:block;position:relative}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method .form--css-radio{top:25px}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method__label{display:block;padding-left:0}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method__label span{padding-left:30px}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method__label .credit-card-list{width:100%;justify-content:space-around}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .le-enrollment__payment__method__label .credit-card-list .credit-card{padding:0;border:none;background-color:transparent;margin-right:4px}.enrollment-secure-checkout.payment-step .enrollment-secure-checkout__content .enrollment-form__actions{margin-top:20px}.enrollment-secure-checkout .le-enrollment__payment{padding:0 20px}.enrollment-secure-checkout .le-enrollment__payment .enrollment-form__title{margin-top:0}.enrollment-secure-checkout .le-enrollment__payment .js-payment-error-box{margin-bottom:20px;padding:20px}.enrollment-secure-checkout .le-enrollment__payment__method .payment_method_details .credit-card-details{display:block}.enrollment-secure-checkout .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-date{width:100%;max-width:200px;display:inline-block}.enrollment-secure-checkout .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-date .credit-card-details-expiration-date{display:flex;justify-content:space-between;margin-right:10px}.enrollment-secure-checkout .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-date .credit-card-details-expiration-date .form--select{margin-right:0}.enrollment-secure-checkout .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv{min-width:90px;display:inline-block}}@media (max-width:480px){.enrollment-secure-checkout__header{padding:10px 0 10px 20px}.enrollment-secure-checkout__header__logo{margin-right:15px;max-width:calc(100% - 160px)}.enrollment-secure-checkout__header__title{font-size:13px}.enrollment-secure-checkout__content{padding:20px}.enrollment-secure-checkout__content__progress_menu::before{left:40px;width:calc(100% - 80px)}.enrollment-secure-checkout__content__progress_menu__step{font-size:13px}.enrollment-secure-checkout__content .enrollment-form__actions{flex-direction:column-reverse;justify-content:center;text-align:center}.enrollment-secure-checkout__content .enrollment-form__actions .button.enrollment-next-button{margin-left:0}.enrollment-secure-checkout__content .le-enrollment__payment__method .payment_method_details .credit-card-details .credit-card-cvv .information .tooltip{width:225px;top:-104px}}@media (max-width:1023px),screen and (max-width:1024px) and (orientation:landscape){.change-billing-address-popup{top:6px!important}}@media (max-width:767px){.change-billing-address-popup .mfp-container{padding-bottom:12px}}.change-billing-address-popup .mfp-container .mfp-content{background:#fff;max-width:620px;margin:0 auto;position:relative}@media (max-width:767px){.change-billing-address-popup .mfp-container .mfp-content{padding:0}}.change-billing-address-popup .mfp-container .mfp-content .form--select2+.select2 .select2-selection,.change-billing-address-popup .mfp-container .mfp-content .select2-hidden-accessible+.select2 .select2-selection{height:47px}.change-billing-address-popup .mfp-container .mfp-content .form--select2+.select2 .select2-selection span,.change-billing-address-popup .mfp-container .mfp-content .select2-hidden-accessible+.select2 .select2-selection span{line-height:47px;height:47px;font-weight:300}.change-billing-address-popup .mfp-container .mfp-content .form--icon-valid{display:none}.change-billing-address-popup .mfp-container .mfp-content .form--icon-invalid{display:none}.change-billing-address-popup .mfp-container .mfp-content .mfp-close{top:0;right:0}.change-billing-address-popup .mfp-container .mfp-content .change-billing-address-popup-content_header{background:#eee;padding:40px 50px;font-size:22px;text-transform:uppercase;color:#333;font-weight:500}@media (max-width:320px){.change-billing-address-popup .mfp-container .mfp-content .change-billing-address-popup-content_header{padding:40px}}.change-billing-address-popup .mfp-container .mfp-content .enrollment-change-billing-address__form{padding:40px 50px 80px}.change-billing-address-popup .mfp-container .mfp-content .enrollment-change-billing-address__form .form--text.form--invalid{background:0 0;border:1px solid #f33}@media (max-width:320px){.change-billing-address-popup .mfp-container .mfp-content .enrollment-change-billing-address__form{padding:40px 40px 80px}}.change-billing-address-popup .mfp-container .mfp-content .description{color:#000;font-size:15px;font-weight:300}.change-billing-address-popup .mfp-container .mfp-content .form-item{display:flex;flex-direction:column;margin-top:17px}.change-billing-address-popup .mfp-container .mfp-content label{color:#666;font-size:15px;font-weight:300;line-height:1.53}.change-billing-address-popup .mfp-container .mfp-content input,.change-billing-address-popup .mfp-container .mfp-content select{border:solid .5px #b5b5b5;height:47px;font-size:16px;font-weight:300;padding:0 10px}.change-billing-address-popup .mfp-container .mfp-content .js-states{display:none}.change-billing-address-popup .mfp-container .mfp-content .address-container{display:flex;flex-direction:row;justify-content:space-between;margin-top:17px}.change-billing-address-popup .mfp-container .mfp-content .address-container .city{width:55%}.change-billing-address-popup .mfp-container .mfp-content .address-container .postal-code{width:35%}.change-billing-address-popup .mfp-container .mfp-content .address-container .postal-code label{white-space:nowrap}.change-billing-address-popup .mfp-container .mfp-content .address-container .city,.change-billing-address-popup .mfp-container .mfp-content .address-container .postal-code{display:flex;flex-direction:column}.change-billing-address-popup .mfp-container .mfp-content .address-container input,.change-billing-address-popup .mfp-container .mfp-content .address-container select{width:100%}.change-billing-address-popup .mfp-container .mfp-content .select-default{color:#666;display:flex;line-height:18px;margin:23px 0 25px}.change-billing-address-popup .mfp-container .mfp-content .select-default input{border-radius:4px;border:solid 1px #b5b5b5;appearance:none;-webkit-appearance:none;-moz-appearance:none;height:18px;position:relative;margin-right:10px;width:18px;padding:0}.change-billing-address-popup .mfp-container .mfp-content .select-default input:checked:before{content:'';border-bottom:2px solid #666;border-right:2px solid #666;transform:rotate(40deg);position:absolute;height:12px;width:7px;right:5px}.change-billing-address-popup .mfp-container .mfp-content .buttons-container{float:right}.change-billing-address-popup .mfp-container .mfp-content .buttons-container .button{margin-left:15px}.change-billing-address-popup .mfp-container .mfp-content .buttons-container .cancel-button{background-color:#85a2ac}.cancellation-policy-popup-container{width:900px;max-width:100%;max-height:765px;height:auto;background:#fff;margin:0 auto;position:relative;overflow:hidden;padding-bottom:30px}.cancellation-policy-popup-container-header{padding:40px 50px;background:#eee}.cancellation-policy-popup-container-header-text{text-transform:uppercase;font-size:22px;line-height:23px;font-weight:500;color:#333}.cancellation-policy-popup-container-text{padding:40px 0 30px 50px;font-size:16px;font-weight:300;color:#000;height:600px;line-height:24px}.cancellation-policy-popup-container .mfp-close{width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-size:24px 24px;background-repeat:no-repeat;background-position:50% 50%;font-size:0;top:14px;right:14px;opacity:1}.cancellation-policy-popup-container .mCSB_scrollTools{width:5px}.cancellation-policy-popup-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000!important;width:4px}.cancellation-policy-popup-container .mCSB_scrollTools .mCSB_draggerRail{width:4px}.cancellation-policy-popup-container .mCSB_inside>.mCSB_container{margin-right:50px}.claim-header{font-size:20px;padding:15px;background:#666;color:#fff}.claim-header__type{color:#3cf;font-weight:700;text-transform:uppercase}.claim-header__promo{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.claim-header__promo>*{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.accreditation-events-claim-credits{padding:20px}.accreditation-events-claim-credits.claim-microsites{border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd;margin-bottom:40px}.accreditation-events-claim-credits__title{color:#3cf;margin:20px 0}.accreditation-events-claim-credits__subtitle{color:#424242;margin-top:20px;font-size:18px;font-weight:500}.accreditation-events-claim-credits .message{font-size:16px;font-weight:500}.accreditation-events-claim-credits .message .user-profile{color:#3cf;background-color:unset;-webkit-text-decoration-color:#3cf;-moz-text-decoration-color:#3cf;text-decoration-color:#3cf;text-decoration:underline;border:none;margin-bottom:80px}.accreditation-events-claim-credits .message .download-certificate{cursor:pointer;width:299px;margin:40px auto;height:75px;border-radius:5px;border:1px solid #ccc;display:flex;align-items:center;justify-content:flex-start}.accreditation-events-claim-credits .message .download-certificate__icon{width:80px;height:100%;background-color:#f6f6f6;display:flex;align-items:center;justify-content:center;border-radius:5px 0 0 5px}.accreditation-events-claim-credits .message .download-certificate__icon .image{width:40px;height:40px;background:url(/static/img/desktop/award.png) 0 0 no-repeat padding-box}.accreditation-events-claim-credits .message .download-certificate__url{font-size:16px;padding:0 20px;color:#3cf}.accreditation-events-claim-credits .actions{height:38px;margin-top:80px}.accreditation-events-claim-credits .btn-claim-close{background:#3cf;padding:10px 35px;cursor:pointer;font-weight:700;border-radius:19px;font-size:18px;margin-right:20px;float:right;text-transform:none}.welcome-popup{position:fixed;z-index:124;left:0;top:0;width:100%;height:100%;display:none}.welcome-popup__container{display:flex;align-items:center;justify-content:center;text-align:center;height:100%}.welcome-popup__content{background:rgba(0,0,0,.8);position:relative;padding:50px 40px;max-width:550px}.welcome-popup__content p{font-size:14px;color:#fff;margin:30px 0}@media (max-width:980px){.welcome-popup__content{padding:30px 20px;margin:0 15px}}.welcome-popup__buttons .button{min-width:180px}@media (max-width:980px){.welcome-popup__buttons .button{width:100%}}.welcome-popup__buttons .button+.button{margin-left:20px}@media (max-width:980px){.welcome-popup__buttons .button+.button{margin-left:0;margin-top:10px}}.welcome-popup__close{position:absolute;right:10px;top:5px;background:0 0;border:none;color:#fff;font-size:16px;font-family:monospace,sans-serif;cursor:pointer}.welcome-popup__title{color:#fff;font-weight:lighter;font-size:24px}.subscriptions-popup{display:none;position:fixed;width:100%;background:rgba(0,0,0,.5);height:100%;z-index:999;top:0;left:0}.subscriptions-popup__container{width:460px;max-width:100%;background:#3cf;margin:20vh auto;position:relative;padding:20px;border:1px solid #fff;color:#fff}.subscriptions-popup__close-button{position:absolute;right:10px;top:0;font-size:32px;cursor:pointer;font-weight:700;opacity:.75}.subscriptions-popup__close-button:hover{opacity:1}.subscriptions-popup__message{font-size:18px;font-weight:700;padding:20px}.subscriptions-popup__submit-button{display:block;width:100px;margin:0 auto;text-align:center;border:1px solid #fff;padding:10px;cursor:pointer;font-weight:700;background-color:#3cf}.subscriptions-popup__submit-button:hover{color:#3cf;background:#fff}.mfp-content .unsubscribe-confirmation-popup>.mfp-close{display:none}.unsubscribe-confirmation-popup-container{width:640px;max-width:100%;margin:0 auto}.unsubscribe-confirmation-popup-container>.mfp-close{display:none}.unsubscribe-confirmation-popup__header{background:#3cf}.unsubscribe-confirmation-popup__header img{padding:10px;height:100px;width:auto}.unsubscribe-confirmation-popup__header__close{cursor:pointer;text-decoration:underline}.unsubscribe-confirmation-popup__title{font-size:18px;padding:20px}.unsubscribe-confirmation-popup__subtitle{padding:20px;font-size:14px;position:relative;z-index:2}.unsubscribe-confirmation-popup__subtitle:before{content:"\2304";position:absolute;bottom:-20px;left:calc(50% - 20px);width:40px;height:50px;background-color:#3cf;border-radius:50%;font-size:36px;z-index:-1}.unsubscribe-confirmation-popup__survey__title{font-size:20px;padding:30px 0 10px}.unsubscribe-confirmation-popup__survey__form{position:relative;left:calc(50% - 150px);padding-bottom:50px}.unsubscribe-confirmation-popup__survey__form__question{margin:10px 0;font-size:14px}.unsubscribe-confirmation-popup__survey__form__question input{display:none}.unsubscribe-confirmation-popup__survey__form__question input[type=radio]:checked+.form--css-radio:after{border-color:#3cf}.aws-search{margin-bottom:50px;max-width:100%}.aws-search__results{list-style-type:none;padding-left:0}@media (max-width:980px){.aws-search__results{padding:0 15px}}.aws-search__result{clear:both;margin-bottom:20px}.aws-search__result__title{font-size:14px;font-weight:700}.aws-search__result__title,.aws-search__result__url{color:#3cf}.aws-search__result>.aws-search__result__activities{padding:0;border:none;margin-top:2px}.aws-search__result>.aws-search__result__activities li button{font-size:14px}.aws-search__result>.aws-search__result__activities li+li{margin-left:10px}.aws-search__filter__select{display:inline-block;padding:0 10px 10px 0}.aws-search__filter__select select{width:172px}.aws-search__filter__select .form--select2+.select2,.aws-search__filter__select .form--select2+.select2 .select2-hidden-accessible+.select2{font-size:12px}.aws-search__filter__select .form--select2+.select2 .select2-hidden-accessible+.select2.select2-container,.aws-search__filter__select .form--select2+.select2.select2-container{min-width:100px}.aws-search__filter__select .form--select2+.select2 .select2-hidden-accessible+.select2 .select2-selection,.aws-search__filter__select .form--select2+.select2 .select2-selection{height:20px}.aws-search__filter__select .form--select2+.select2 .select2-hidden-accessible+.select2 .select2-selection .select2-selection__rendered,.aws-search__filter__select .form--select2+.select2 .select2-selection .select2-selection__rendered{line-height:18px}.aws-search__filter__select .form--select2+.select2 .select2-hidden-accessible+.select2 .select2-selection .select2-selection__arrow,.aws-search__filter__select .form--select2+.select2 .select2-selection .select2-selection__arrow{width:18px;height:22px}.aws-search__filter__select .form--select2+.select2 .select2-hidden-accessible+.select2 .select2-selection .select2-selection__arrow:before,.aws-search__filter__select .form--select2+.select2 .select2-selection .select2-selection__arrow:before{background-size:12px}.aws-search__filter__select .form--select2+.select2 .select2-hidden-accessible+.select2 .select2-selection .select2-selection__arrow:after,.aws-search__filter__select .form--select2+.select2 .select2-selection .select2-selection__arrow:after{width:26px;height:20px}@media (max-width:980px){.aws-search__filter__select label{display:inline-block;width:82px}.aws-search__filter__select select{width:198px}}.aws-search__no-results{margin-top:20px}@media (max-width:980px){.aws-search__filters{padding:15px 15px 0}.aws-search__index{padding:15px 15px 0;margin:0}}@media (max-width:480px){.aws-search .aws-search__no-results{text-align:left;padding:0 15px}}.select2-container.select2-container--default.select2-container--open ul[id^=select2-aws-search-filter]{overflow-x:hidden}.select2-container.select2-container--default.select2-container--open ul[id^=select2-aws-search-filter] .select2-results__option{font-size:12px}.tab-profile-history h3{margin-top:20px}.tab-profile-history .filters a{position:relative;display:inline-block;margin-right:20px}.tab-profile-history .filters label{cursor:pointer;padding-left:18px;font-weight:700}.tab-profile-history .filters label:before{content:'';position:absolute;border:2px #666 solid;display:block;top:0;background:#fff;width:15px;height:15px;border-radius:50%}.tab-profile-history .filters input[type=radio]{display:none}.tab-profile-history .filters input[type=radio]:checked+label:before{background:#3cf;border:2px #666 solid}.tab-profile-history .spacer{border-top:1px solid #ccc;margin-top:20px}.tab-profile-history .programs{margin-top:20px;list-style-type:none;padding:0;min-width:450px}.tab-profile-history .programs .program{font-weight:700;display:flex;width:100%}.tab-profile-history .programs .program .media-block{width:215px;border:0;height:auto!important}.tab-profile-history .programs .program .media-block .media-block__body figure[class^=media-]:before{content:unset}.tab-profile-history .programs .program__body .badge{position:absolute;top:5px;left:5px;text-transform:uppercase}.tab-profile-history .programs .program figure:after{display:none}.tab-profile-history .programs .program figure.media-challenge{position:relative}.tab-profile-history .programs .program figure.media-challenge .challenge-overlay{top:0;position:absolute;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff;opacity:.7;margin:0}@media (max-width:980px){.tab-profile-history .programs .program figure.media-challenge{height:auto}.tab-profile-history .programs .program figure.media-challenge .challenge-overlay{font-size:13px}}.tab-profile-history .programs .program__actions{margin-top:10px}.tab-profile-history .programs .promo-name{margin-left:10px;width:350px;font-weight:700;position:relative;font-size:14px}.tab-profile-history .programs .promo-name a,.tab-profile-history .programs .promo-name a>span:not(.badge){color:#666}.tab-profile-history .programs .promo-name .delete{position:absolute;right:-30px;top:0;width:16px;height:16px;opacity:.3;cursor:pointer}.tab-profile-history .programs .promo-name .delete:hover{opacity:1}.tab-profile-history .programs .promo-name .delete:after,.tab-profile-history .programs .promo-name .delete:before{position:absolute;left:8px;content:' ';height:16px;width:2px;background-color:#424242}.tab-profile-history .programs .promo-name .delete:before{transform:rotate(45deg)}.tab-profile-history .programs .promo-name .delete:after{transform:rotate(-45deg)}.tab-profile-history .programs .promo-name .delete.rmd{right:-80px}.tab-profile-history .activities-list{border:0}.tab-profile-history .pagination{margin-bottom:10px}.tab-profile-history .badge{border-radius:3px;padding:2px 5px;background:#3cf;color:#fff;font-size:11px}.tab-profile-history .badge-credited{background:#a8278c}.tab-profile-history .badge-expired{background:#3cf}.tab-profile-history__padding{padding:20px 10px}@media (max-width:980px){.tab-profile-history{background:#fff;min-width:unset;padding-top:0}.tab-profile-history .header-container{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;padding-bottom:16px}.tab-profile-history .on__hover{display:none}.tab-profile-history .spacer{display:none}.tab-profile-history .programs{margin-top:0;width:auto;min-width:unset}.tab-profile-history .programs .program{padding:10px 10px 6px;width:calc(100% + 20px);position:relative;left:-10px}.tab-profile-history .programs .program:nth-child(odd){background:#e2e2e2}.tab-profile-history .programs .program__body{position:relative;min-height:80px}.tab-profile-history .programs .program__body .badge{top:5px;left:5px;padding:1px 5px}.tab-profile-history .programs .program__actions{position:absolute;bottom:3px;left:0}.tab-profile-history .programs .program__actions .badge{padding:2px 5px}.tab-profile-history .programs .promo-name{font-weight:400;width:80%;padding-right:15px}.tab-profile-history .programs .promo-name .delete{right:0;top:0}.tab-profile-history .programs .promo-name .delete.rmd{right:0}.tab-profile-history .filters .filter{background:#eee;border-radius:3px;padding:4px 10px;color:#666}.tab-profile-history .filters .filter.active{background:#3cf;color:#fff}.tab-profile-history figure .activity-type button.restart{display:none}}.delete-program-history-popup .popup{position:relative}.delete-program-history-popup .popup .mfp-close{top:0;right:0}@media (min-width:1024px) and (orientation:portrait){.tab-profile-history .programs .program{padding-right:30px}.tab-profile-history .programs .promo-name .delete{right:-20px}}.list-cast{display:block;background-color:#333}.list-cast li{padding:10px 15px;line-height:23px;color:#fff}.player .list-cast li{border-top:1px solid #666}.player .list-cast li:last-child{margin-bottom:-1px}.list-cast figure{float:left;height:25px}.list-cast img{display:block;overflow:hidden;width:25px;height:25px;border:2px solid #ccc;border-radius:13px}.list-cast .type{float:left;width:50px;padding:0 5px;font-size:11px;font-weight:700;text-align:center;text-transform:uppercase;color:#ccc}.list-cast .name{float:left;width:121px;font-size:11px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-cast .btn-follow{display:inline-block;height:21px;padding:0 15px;border-radius:10.5px;font-size:14px;line-height:21px;color:#fff;background:#ccc;border:0;float:right;margin-top:3px;font-weight:500;background:#3cf}.specialty-picker-container:not(.header){padding:15px 0 15px 20px}.specialty-picker-container .sec-header{margin-bottom:10px}.specialty-picker-container .specialty-picker{height:40px;border:1px solid #999;border-radius:0;min-width:320px;font-size:14px;font-weight:400;padding-left:10px;padding-right:30px;line-height:38px;-moz-appearance:none;appearance:none}.specialty-picker-container .select2.select2-container{min-width:280px;width:280px!important}.specialty-picker-container .select2.select2-container .select2-selection__rendered{font-size:14px;font-weight:400}.specialty-picker-container .select2.select2-container .select2-selection__arrow{right:10px}.specialty-picker-container .select2.select2-container .select2-selection__arrow:before{width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 213.333 213.333' fill='%23888' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:12px 12px;background-repeat:no-repeat;background-position:50% 50%}.specialty-picker-container .select2.select2-container .select2-selection__arrow:before:hover{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 213.333 213.333' fill='%23888' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:12px 12px}.specialty-picker-container .select2.select2-container .select2-selection__arrow:before:active{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 213.333 213.333' fill='%23888' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:12px 12px}.specialty-picker-container.header{float:left;display:flex;justify-content:center;align-items:center;height:100%}.specialty-picker-container.header .specialty-picker{height:30px;line-height:29px}.specialty-picker-container.header p{margin:0;font-size:14px;margin-right:10px}.specialty-picker-container.header .select2.select2-container{height:30px}.specialty-picker-container.header .select2.select2-container .select2-selection{height:30px}.specialty-picker-container.header .select2.select2-container .select2-selection__rendered{line-height:29px}.specialty-picker-container.header .select2.select2-container .select2-selection__arrow{top:-5px}.news-details.news-details__wide .news-details__body{padding:20px 10px 0 10px}@media (max-width:1126px){.news-details.news-details__wide .news-details__body{padding:20px 20px 0 20px}}.news-details.news-details__wide .news-details__body .news-details__thumb{width:100%}.news-details.news-details__wide .news-details__body .news-details__thumb img{width:100%}.news-details__body,.news-details__header{padding:0 20px}.news-details__header{padding:28px 20px;border-bottom:1px solid #ccc}.news-details__header h1{margin:0;font-size:24px;font-weight:500;line-height:30px;color:#333}.news-details__thumb{padding-top:20px;padding-right:20px}.news-details__thumb.rmd-thumb{padding:20px}.news-details__body{padding-top:20px;font-size:16px;font-weight:300;color:#000}.news-details__body.js-news-details__v2 h3:not(:first-child){margin-top:40px}.news-details__body .head{margin-bottom:15px;line-height:25px}.news-details__body .head .time{float:left}.news-details__body .head .host{float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-details__body .head .host .icon{margin:4px 5px;width:16px;height:16px;float:left}.news-details__body .time{font-size:13px;color:#666}.news-details__body .actions{text-align:right}.news-details__body .actions .link{font-weight:500}.news-details__body a:not(.link){color:#00f;text-decoration:underline}.news-details__body a:not(.link):hover{color:#00f!important;opacity:.8!important}.news-details .share-box{padding:12px 20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.news-details .share-box .share-inline-module{float:right}.news-details .comments{padding:20px}.playlist-availability{float:left;position:relative}.device-smartphone .playlist-availability{float:right}.playlist-availability__state{display:inline-block;height:28px;padding:0 32px 0 28px;border-radius:14px;font-size:14px;line-height:28px;color:#fff;background:#3cf;border:0;float:left;position:relative;width:auto;cursor:pointer}.playlist-availability__state:first-letter{text-transform:uppercase}.playlist-availability__state:after{position:absolute;top:50%;right:10px;width:0;height:0;margin-top:-3px;border-style:solid;border-width:6px 4.5px 0 4.5px;border-color:#fff transparent transparent transparent;content:''}.playlist-availability__state:before{position:absolute;left:10px;top:50%;width:12px;height:12px;margin-top:-6px;content:''}.playlist-availability.public .playlist-availability__state:before{background-position:0 -95px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.playlist-availability.private .playlist-availability__state:before{background-position:0 -71px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.playlist-availability__menu{display:none;position:absolute;z-index:1;left:0;top:0;width:140px;padding:2px 0;border:1px solid #a1a1a1;border-radius:4px;background:#fff}.device-smartphone .playlist-availability__menu{left:auto;right:0}.playlist-availability__menu__item{height:27px}.playlist-availability__menu__item.active{background:#f4f6f6}.playlist-availability__menu a{position:relative;padding-left:32px;font-size:10px;font-weight:500;line-height:27px}.playlist-availability__menu a:before{position:absolute;top:50%;left:10px;width:12px;height:12px;margin-top:-6px;content:''}.playlist-availability__menu .active a{color:#3cf}.playlist-availability__menu .private-option a:before{background-position:0 -120px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.playlist-availability__menu .active.private-option a:before{background-position:0 -59px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.playlist-availability__menu .public-option a:before{background-position:0 -144px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.playlist-availability__menu .active.public-option a:before{background-position:0 -107px;background-repeat:no-repeat;overflow:hidden;width:12px;height:12px}.sec-playlist-details .playlist-edit{margin:25px 0}.sec-playlist-details .playlist-edit .playlist-edit__input-holder{display:flex;flex-direction:column;width:100%;position:relative;margin:10px 0}.sec-playlist-details .playlist-edit .playlist-edit__input-holder .label{color:#999;font-size:16px;margin-bottom:5px}.sec-playlist-details .playlist-edit .playlist-edit__input-holder .playlist-edit__input{width:60%;display:flex;align-items:center}.sec-playlist-details .playlist-edit .playlist-edit__input-holder input{border:1px solid rgba(0,0,0,.2);border-radius:5px;width:100%;padding:5px 0 5px 10px;background-color:#f7f7f7;height:25px;font-size:18px;color:#444}.sec-playlist-details .playlist-edit .playlist-edit__input-holder .js-playlist-description{font-size:18px;font-weight:300;padding-left:8px;width:100%}.sec-playlist-details .playlist-edit .playlist-edit__input-holder.description .playlist-edit__input{width:80%}.sec-playlist-details .playlist-edit .playlist-edit__input-holder.description .playlist-edit__input .note-editor.note-frame{width:100%;font-size:16px}.sec-playlist-details .playlist-edit h3{margin-bottom:10px}.sec-playlist-details .playlist-edit .playlist-description{font-size:16px;font-weight:300;color:#666}.learning-group .title--main{margin:-10px 0 0;padding:16px 20px;font-size:24px;font-weight:500;color:#333;border-bottom:1px solid #ccc}.learning-group .title--back{display:block;margin-top:-10px;font-size:16px;font-weight:500;line-height:46px;overflow:hidden;border-bottom:1px solid #ccc}.learning-group .title--back img{height:12px;margin:18px 0 16px 20px;float:left}.learning-group .title--back span{max-width:calc(100% - 60px);padding-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left}.learning-group .discussion-detail-page .sec-nav-container.sec-nav-container--in-segment .sec-nav-row{border-top:0}.learning-group .discussion-detail-page .tab{padding-bottom:5px}.learning-group .discussion-detail-page .accordion{padding:0 20px;margin-top:0}.learning-group .sec-nav-container.sec-nav-container--in-segment{margin-bottom:-21px;padding-top:20px}.learning-group .sec-nav-container.sec-nav-container--in-segment.pad-fix{padding-top:4px}.learning-group .sec-nav-container.sec-nav-container--in-segment .sec-nav-row{border-top:1px solid #ccc}.learning-group__block{padding:20px}.learning-group__block__figure{position:relative;width:260px;float:left}.learning-group__block__figure>img{display:block}.learning-group__block__figure .tag{position:absolute;top:20px;left:0;padding-left:12px;padding-right:6px;font-size:16px;font-weight:500;line-height:26px;color:#fff;background:#3cf}.learning-group__block__figure .caption{display:flex;justify-content:space-between;margin-top:22px;color:#999;font-size:14px}.learning-group__block__figure .caption .fstart{margin-right:auto}.learning-group__block__figure .caption .fend{margin-left:auto}.learning-group__block__container{width:428px;float:left;padding:0 20px;font-size:16px;font-weight:300}@media (max-width:1024px){.learning-group__block__container{width:414px}}.learning-group__block.mobile{padding:0}.learning-group__block.mobile .title--main{margin:12px 60px 12px 15px;padding:0;font-size:16px;font-weight:700;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.learning-group__block.mobile .learning-group__block__figure{float:none;margin:0 auto;width:320px}.learning-group__block.mobile .learning-group__block__figure .caption{display:flex;margin:0;padding:0;border-bottom:1px solid #ccc}.learning-group__block.mobile .learning-group__block__figure .caption__main-pane{flex-grow:1;padding:16px 20px}.learning-group__block.mobile .learning-group__block__figure .caption__sub-pane{flex-shrink:0;width:100px;padding:16px 10px;text-align:center;border-left:1px solid #ccc}.learning-group__block.mobile .learning-group__block__container{padding:20px;width:auto;float:none;background:#f4f4f4}.learning-group__block .sec-episode.content-blocks .accordion{margin-bottom:0}.learning-group__block .sec-episode.content-blocks .accordion .accordion-content{margin-top:0;font-size:16px;word-wrap:break-word}.learning-group__block .sec-episode.content-blocks .accordion__item{border-bottom:1px solid #ccc}.learning-group__block .sec-episode.content-blocks .accordion__item:first-of-type{border-top:1px solid #ccc}.learning-group__block .sec-episode.content-blocks .accordion__item .block-title{font-size:14px;font-weight:700}.learning-group__block .sec-episode.content-blocks .accordion__item .block-title__link{padding-right:40px}.learning-group__welcome{height:inherit;background-color:#f6f5f5}.learning-group__welcome__title{display:block;height:46px;padding:15px;text-align:left;color:#fff;font-size:16px;font-weight:400;background-color:#666;margin-bottom:0}.learning-group__welcome__subtitle{color:#666;padding:15px 15px 0;margin-bottom:0}.learning-group__welcome__popular{list-style:none;padding:0 15px;margin-top:0}.learning-group__welcome__popular__item{font-size:14px;display:flex;padding:10px 0;font-weight:700}.learning-group__welcome__popular__item__content{padding-left:5px}.learning-group__welcome__popular__item__content__description{max-height:60px;display:block}.learning-group__welcome__popular__item__content__counter{font-weight:400;color:#666}.learning-group .tabs-content .scroll-wrapper{clear:both}.moderation-table input{width:140px}.page-info__header{border-bottom:1px solid #ccc;padding:10px 20px;margin:0 0 20px;font-weight:400}.lg-preferences__list .button{cursor:pointer}.discussion-block{padding:20px 20px 0;margin-right:20px;margin-bottom:20px;border:1px solid #ccc}.discussion-block.no-pad-top{padding-top:0}.discussion-block__header h2{font-size:16px;font-weight:500;color:#333}.discussion-block__segment__body>a{display:flex}.discussion-block__segment__content{width:100%;padding-left:20px;border:1px solid #ccc;border-left:0;font-size:14px;color:#000;max-width:516px}.discussion-block__segment__content .category{display:block;min-width:1px;min-height:19px;font-weight:500}.discussion-block__segment__content .content{display:block;max-width:100%;font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:12px}.discussion-block__segment__content .host{display:block;margin-top:15px;font-weight:500}.discussion-block__segment__content .host__name{font-weight:300}.discussion-block__pre{margin-bottom:-1px;padding:6px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.discussion-block__pre .label{font-size:14px;font-weight:700;line-height:30px}.discussion-block__container__question.active{position:relative;z-index:1}.discussion-block__container__question.active:after{content:'';position:absolute;top:0;left:-20px;right:-20px;bottom:0;background:#eee}.mobile .discussion-block__container__question.active:after{display:none}.discussion-block__container__question .question__header{position:relative;z-index:1;padding-top:20px;font-size:15px;color:#999}.discussion-block__container__question .question__header .label{margin-right:8px;font-weight:700;color:#000}.discussion-block__container__question .question__header .date{margin-right:12px;font-weight:300}.discussion-block__container__question .question__header .counter{padding-left:7px}.discussion-block__container__question .question__header .icon--bubble{position:relative;top:1px}.discussion-block__container__question .question__body{position:relative;z-index:1;padding-top:18px}.discussion-block__container__question .question__body .answer{font-size:15px;line-height:21px;color:#333}.discussion-block__container__question .question__body .answer .answer-details{padding-left:36px}.discussion-block__container__question .question__body .answer .thumb{width:28px;height:28px;margin-right:8px}.discussion-block__container__question .question__body .answer .thumb img{display:block;border-radius:50%}.discussion-block__container__question .question__body .answer .name{display:block;font-weight:700;margin-right:8px}.discussion-block__container__question .question__body .answer .date{font-size:15px;color:#999;font-weight:300}.discussion-block__container__question .question__body .answer .query{display:block}.discussion-block__container__question .question__body__main{padding-bottom:16px}.discussion-block__container__question .question__body__answers{margin:0 -20px;padding:10px 20px 0 50px;background:#f4f4f4;border-top:1px solid #eee}.discussion-block__container__question .question__body__answers .answer{padding-bottom:15px}.discussion-block__container__question .question__body__answers .answer .query{color:#666}.discussion-block__container__question .question__body:not(:last-child) .question__body__answers{border-bottom:1px solid #eee}.mobile.discussion-block{background:#f2f2f2;margin:0;border:0;padding:0}.mobile.discussion-block .discussion-block__segment__content{width:100%}.mobile.discussion-block .question__body__main{padding:10px;display:flex}.mobile.discussion-block .question__body__main .thumb{min-width:28px}.mobile.discussion-block .question__body__answers{background:#e6e6e6;margin:0;border-top:0;padding:10px}.discussion-createform{margin-right:20px;padding:20px;background:#eee;border:1px solid #ccc}.discussion-createform.mobile{margin:0 auto}.discussion-createform__head .form-title{font-size:20px;font-weight:500;color:#666}.discussion-createform__head>img{float:left;border-radius:50%}.discussion-createform__head .person{float:left;margin-left:12px;font-size:13px;font-weight:500;color:#333;line-height:30px}.discussion-createform .discussions__title{margin:0 0 15px;font-weight:700}.discussion-createform .discussions__list{list-style:none;padding:0;margin-bottom:40px}.discussion-createform .discussions__list__item{margin:15px 0}.discussion-createform .discussions__list__item textarea{min-width:100%;max-width:100%;width:100%;display:block;resize:both;min-height:100px}.discussion-createform .discussions__list__item .errorlist{font-size:14px;font-weight:300;color:#c33}.discussion-createform .discussions__save{display:flex;justify-content:space-between}.discussion-createform .discussions__save .btn-cancel{padding:7px 25px;border-radius:32px}.discussion-createform__form{margin-top:20px;clear:both}.discussion-createform__form input[type=text]{font-size:13px;width:100%;padding:10px 8px;height:34px;border:1px solid #ccc}.discussion-createform__form input[type=text].url-input{padding-left:40px;background:#fff url(../img/common/icons/link.png) 10px 50% no-repeat}.discussion-createform__form input[type=submit]{float:right;display:inline-block;height:24px;padding:0 15px;border-radius:12px;font-size:14px;line-height:24px;color:#fff;background:#3cf;border:0;padding:4px 25px;height:32px;border-radius:32px}.discussion-createform__form .field{margin-bottom:10px}.discussion-createform__form .field__help{margin-top:10px;font-size:14px;font-weight:300;color:#333}.discussion-createform__form .field__errors li{font-size:14px;font-weight:300;color:#c33}.discussion-createform__form .field__errors+input[type=text],.discussion-createform__form .field__errors+textarea{background:#ffcccb;border:1px solid #fe0000}.discussion-createform__form .field__errors+input[type=text]::-webkit-input-placeholder,.discussion-createform__form .field__errors+textarea::-webkit-input-placeholder{color:#ce302d}.discussion-createform__form .field__errors+input[type=text]:-moz-placeholder,.discussion-createform__form .field__errors+textarea:-moz-placeholder{color:#ce302d;opacity:1}.discussion-createform__form .field__errors+input[type=text]::-moz-placeholder,.discussion-createform__form .field__errors+textarea::-moz-placeholder{color:#ce302d;opacity:1}.discussion-createform__form .field__errors+input[type=text]:-ms-input-placeholder,.discussion-createform__form .field__errors+textarea:-ms-input-placeholder{color:#ce302d}.discussion-createform__form .field__errors+input[type=text]:placeholder-shown,.discussion-createform__form .field__errors+textarea:placeholder-shown{color:#ce302d}.discussion-createform__form .field .select2{max-width:100%}.discussion-block__addon{padding:20px;background:#eee}.discussion-block__addon__title{display:block;margin:0;padding-bottom:8px;font-size:16px;font-weight:500;border-bottom:1px solid #000}.discussion-block__addon__body{margin-top:10px}.discussion-block__addon__photo{position:relative;float:left;width:130px;flex-shrink:0}.discussion-block__addon__photo img{display:block}.discussion-block__addon__photo:before{content:'';position:absolute;left:5px;bottom:5px}.discussion-block__addon__photo.media-archemedx:before,.discussion-block__addon__photo.media-kynectiv:before,.discussion-block__addon__photo.media-video:before{background-position:0 -581px;background-repeat:no-repeat;overflow:hidden;width:20px;height:20px}.discussion-block__addon__photo.media-audio:before{background-position:0 -541px;background-repeat:no-repeat;overflow:hidden;width:20px;height:20px}.discussion-block__addon__photo.media-presentation:before{background-position:0 -820px;background-repeat:no-repeat;overflow:hidden;width:19px;height:23px}.discussion-block__addon__photo.media-podcast:before{background-position:0 -401px;background-repeat:no-repeat;overflow:hidden;width:20px;height:20px}.discussion-block__addon__photo.media-text:before{background-position:0 -820px;background-repeat:no-repeat;overflow:hidden;width:19px;height:23px}.discussion-block__addon__photo.media-transcript-pdf:before,.discussion-block__addon__photo.media-transcript:before{background-position:0 -820px;background-repeat:no-repeat;overflow:hidden;width:19px;height:23px}.discussion-block__addon__content{padding-top:14px;padding-left:20px;float:left;width:516px}.discussion-block__addon__content .category{display:block;margin-bottom:10px;font-size:14px;font-weight:700;color:#333}.discussion-block__addon__content .content{display:block;font-size:14px;font-weight:700;color:#333}.discussion-block__addon--mobile>a{display:block;margin:0 20px}.discussion-block__addon--mobile__body{display:flex}.discussion-block__addon--mobile__body .discussion-block__addon__desc{display:flex;flex-flow:column nowrap;align-content:flex-start;max-height:100px;padding:3px 10px;font-size:13px;border:1px solid #ccc;border-left:0}.discussion-block__addon--mobile__body .discussion-block__addon__desc .content{display:block;margin-bottom:6px;line-height:18px;max-height:36px;overflow:hidden}.discussion-block__addon--mobile__body .discussion-block__addon__desc .category{line-height:18px;max-height:36px}.discussion-block__addon--mobile__body .discussion-block__addon__desc .foot{margin-top:auto;color:#999}.discussions-message+.discussions-message .side-discussion__head{border-top:1px solid #ccc}.discussions-message.deleted{margin:0 14px;padding:20px 0;text-align:center;border-top:1px solid #ccc}.discussions-message.deleted .info{display:block;font-style:italic;font-weight:300;color:#999}.discussion-separator--date{position:relative;display:block;text-align:center;background:#eee;z-index:1}.discussion-separator--date span{position:relative;z-index:1;display:inline-block;padding:0 15px;font-weight:700;line-height:26px;color:#000;background:#fff;border-radius:13px}.discussion-separator--date:after{content:'';position:absolute;top:13px;left:0;right:0;height:1px;background:#ccc}.side-discussion{background:#eee}.side-discussion__head{margin:0 14px;padding:4px 0}.well .side-discussion__head{margin:0;padding-top:0}.side-discussion__head .photo{width:20px;height:20px;float:left}.side-discussion__head .photo img{border-radius:50%}.side-discussion__head .title{max-width:184px;margin-left:6px;font-size:13px;float:left;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;background-color:transparent;color:inherit;height:auto}.side-discussion__head .time{line-height:24px;font-size:13px;color:#999}.side-discussion__body{padding:0 14px;font-size:13px;font-weight:300}.well .side-discussion__body{padding:0}.side-discussion__body .edited{color:#999}.side-discussion__edit-form{padding:5px 5px 10px}.side-discussion__edit-form textarea{display:block;width:100%;height:105px;margin-bottom:8px;padding:12px;border:0}.side-discussion__edit-form .button--primary{margin-left:6px}.side-discussion__foot{transition:opacity .1s ease-in-out;opacity:0;padding:4px 14px}.side-discussion__foot .link{color:#999}.side-discussion__foot .link+.link{margin-left:6px}.side-discussion:hover .side-discussion__foot{opacity:1}.subtitle-details.module-item{position:absolute;bottom:0;left:0;height:50px;width:100%;display:flex;justify-content:start;align-items:center;background:linear-gradient(360deg,rgba(0,0,0,.6),transparent);color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:24px;padding:0 19px;margin:0}@media (max-width:980px){.subtitle-details.module-item{font-size:14px;padding:0 8px 0 19px}}.subtitle-details.module-item .subtitle-details-title{color:#dcdcdc;min-width:116px}.cardio-dashboard-page-wrapper{flex-direction:column;align-self:auto}.cardio-dashboard-page-wrapper .block-main{width:auto}.cardio-dashboard-page-wrapper .right-column{display:none}.cardio-dashboard-page{display:flex;flex-direction:column;align-items:center;padding:16px 24px;gap:24px;color:#1c1C1CFF}.cardio-dashboard-page #cardio-dashboard{width:1200px;max-width:100%}.cardio-dashboard__header{display:flex;width:100%;padding:24px 16px;justify-content:center;align-items:center;border-radius:12px;background:#18187f;position:relative;overflow:hidden}.cardio-dashboard__header__texts{position:relative;display:flex;max-width:1200px;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0;color:#fff;z-index:1}.cardio-dashboard__header__title{font-family:Inter;font-weight:700;font-size:24px;line-height:133.33%;text-decoration:none;letter-spacing:0}@media (max-width:640px){.cardio-dashboard__header__title{font-size:20px;line-height:140%}}.cardio-dashboard__header__subtitle{font-family:Inter;font-weight:500;font-size:14px;line-height:142.86%;text-decoration:none;letter-spacing:0}.cardio-dashboard__header__accent-left{width:564.134px;height:564.134px;transform:rotate(-44.527deg);aspect-ratio:564.13/564.13;position:absolute;left:-195px;bottom:-350px;border-radius:63px;background:linear-gradient(90deg,#2ea8ff 2.5%,rgba(0,143,248,0) 100%)}.cardio-dashboard__header__accent-right{width:348.887px;height:348.887px;transform:rotate(-56deg);position:absolute;right:-390px;z-index:-1;top:-134px;border-radius:63px;background:linear-gradient(90deg,#2ea8ff 0,var(--color-primary-500-10,rgba(0,143,248,.1)) 82.27%)}.cardio-dashboard__skeleton{display:flex;flex-direction:column;gap:12px}.cardio-dashboard__skeleton div{border-radius:12px}.cardio-dashboard__skeleton__tabs{background:linear-gradient(90deg,#eaeAEAFF,#fff,#eaeAEAFF);background-size:200% 100%;animation:loading 1.5s infinite;height:42px}@keyframes loading{0%{background-position:-200% 0}100%{background-position:200% 0}}.cardio-dashboard__skeleton__divider{background:#eaeAEAFF;height:1px}.cardio-dashboard__skeleton__filters{display:flex;max-width:800px;align-self:stretch;justify-content:center;align-items:flex-end;gap:12px;flex-wrap:wrap}.cardio-dashboard__skeleton__filters>div{background:linear-gradient(90deg,#eaeAEAFF,#fff,#eaeAEAFF);background-size:200% 100%;animation:loading 1.5s infinite;height:62px;flex:1 0 200px}@keyframes loading{0%{background-position:-200% 0}100%{background-position:200% 0}}.cardio-dashboard__skeleton__body{display:flex;align-items:flex-start;gap:24px;align-self:stretch;flex-wrap:wrap}.cardio-dashboard__skeleton__chart{background:linear-gradient(90deg,#eaeAEAFF,#fff,#eaeAEAFF);background-size:200% 100%;animation:loading 1.5s infinite;flex:1 0 244px;align-self:stretch;height:344px}@keyframes loading{0%{background-position:-200% 0}100%{background-position:200% 0}}.cardio-dashboard__skeleton__legend{display:flex;height:344px;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;flex:0 1 244px}.cardio-dashboard__skeleton__legend>div{background:linear-gradient(90deg,#eaeAEAFF,#fff,#eaeAEAFF);background-size:200% 100%;animation:loading 1.5s infinite;align-self:stretch;flex:1 0 0}@keyframes loading{0%{background-position:-200% 0}100%{background-position:200% 0}}.cardio-dashboard__legal-disclaimer{display:flex;flex-direction:column;gap:16px;color:#525257FF;width:1200px;max-width:100%}.cardio-dashboard__legal-disclaimer__title{font-family:Inter;font-weight:500;font-size:20px;line-height:140%;text-decoration:none;letter-spacing:0}@media (max-width:640px){.cardio-dashboard__legal-disclaimer__title{font-size:18px;line-height:144.44%}}.cardio-dashboard__legal-disclaimer__text{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;text-decoration:none;letter-spacing:0}.cardio-dashboard__legal-disclaimer__text a{color:#3c50e0;font-weight:700}.cardio-dashboard-recommended{display:flex;width:100%;max-width:1200px}.cardio-dashboard-recommended__skeleton{background:linear-gradient(90deg,#eaeAEAFF,#fff,#eaeAEAFF);background-size:200% 100%;animation:loading 1.5s infinite;width:1200px;max-width:100%;height:404px;border-radius:12px}@keyframes loading{0%{background-position:-200% 0}100%{background-position:200% 0}}.unsubscribe-confirmation-popup__subtitle:before{background-color:#f36521}.bg--lighter--secondary,.mfp-bg.bg--lighter--secondary{background-color:#ccf2ff}.bg--transparent.mfp-bg{background-color:transparent}.tab-profile-history .badge{color:#fff;background:#f36521}.tab-profile-history .badge-credited{background:#80bd00}