@charset "UTF-8";.hidden{display:none}.abc-checkbox{cursor: default; padding-left: 4px}.abc-checkbox label{cursor: pointer; display: inline; vertical-align: top; position: relative; padding-left: 5px}.abc-checkbox label::before{cursor: pointer; content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; top: 2px; left: 0; margin-left: -1.25rem; border: 1px solid rgba(0, 0, 0, .15); border-radius: 3px; background-color: #fff; transition: border .15s ease-in-out, color .15s ease-in-out}.abc-checkbox label::after{cursor: pointer; display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; top: 2px; margin-left: -1.25rem; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #495057}.abc-checkbox input[type=checkbox],.abc-checkbox input[type=radio]{position: static; margin-left: 0; cursor: pointer; opacity: 0; z-index: 1}.abc-checkbox input[type=checkbox]:focus + label::before,.abc-checkbox input[type=radio]:focus + label::before{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px}.abc-checkbox input[type=checkbox]:checked + label::after,.abc-checkbox input[type=radio]:checked + label::after{font-family: FontAwesome; content: ""}.abc-checkbox input[type=checkbox]:indeterminate + label::after,.abc-checkbox input[type=radio]:indeterminate + label::after{display: block; content: ""; width: 10px; height: 3px; background-color: #555; border-radius: 2px; margin-left: -16.5px; margin-top: 7px}.abc-checkbox input[type=checkbox]:disabled + label,.abc-checkbox input[type=radio]:disabled + label{opacity: .65}.abc-checkbox input[type=checkbox]:disabled + label::before,.abc-checkbox input[type=radio]:disabled + label::before{background-color: #e9ecef; cursor: not-allowed}.abc-checkbox input[type=checkbox]:disabled + label::after,.abc-checkbox input[type=radio]:disabled + label::after{cursor: not-allowed}.abc-checkbox.abc-checkbox-circle label::before{border-radius: 50%}.abc-checkbox.checkbox-inline{margin-top: 0}.abc-checkbox-primary input[type=checkbox]:checked + label::before,.abc-checkbox-primary input[type=radio]:checked + label::before{background-color: #007bff; border-color: #007bff}.abc-checkbox-primary input[type=checkbox]:checked + label::after,.abc-checkbox-primary input[type=radio]:checked + label::after{color: #fff}.abc-checkbox-danger input[type=checkbox]:checked + label::before,.abc-checkbox-danger input[type=radio]:checked + label::before{background-color: #dc3545; border-color: #dc3545}.abc-checkbox-danger input[type=checkbox]:checked + label::after,.abc-checkbox-danger input[type=radio]:checked + label::after{color: #fff}.abc-checkbox-info input[type=checkbox]:checked + label::before,.abc-checkbox-info input[type=radio]:checked + label::before{background-color: #17a2b8; border-color: #17a2b8}.abc-checkbox-info input[type=checkbox]:checked + label::after,.abc-checkbox-info input[type=radio]:checked + label::after{color: #fff}.abc-checkbox-warning input[type=checkbox]:checked + label::before,.abc-checkbox-warning input[type=radio]:checked + label::before{background-color: #ffc107; border-color: #ffc107}.abc-checkbox-warning input[type=checkbox]:checked + label::after,.abc-checkbox-warning input[type=radio]:checked + label::after{color: #fff}.abc-checkbox-success input[type=checkbox]:checked + label::before,.abc-checkbox-success input[type=radio]:checked + label::before{background-color: #28a745; border-color: #28a745}.abc-checkbox-success input[type=checkbox]:checked + label::after,.abc-checkbox-success input[type=radio]:checked + label::after{color: #fff}.abc-checkbox-primary input[type=checkbox]:indeterminate + label::before,.abc-checkbox-primary input[type=radio]:indeterminate + label::before{background-color: #007bff; border-color: #007bff}.abc-checkbox-primary input[type=checkbox]:indeterminate + label::after,.abc-checkbox-primary input[type=radio]:indeterminate + label::after{background-color: #fff}.abc-checkbox-danger input[type=checkbox]:indeterminate + label::before,.abc-checkbox-danger input[type=radio]:indeterminate + label::before{background-color: #dc3545; border-color: #dc3545}.abc-checkbox-danger input[type=checkbox]:indeterminate + label::after,.abc-checkbox-danger input[type=radio]:indeterminate + label::after{background-color: #fff}.abc-checkbox-info input[type=checkbox]:indeterminate + label::before,.abc-checkbox-info input[type=radio]:indeterminate + label::before{background-color: #17a2b8; border-color: #17a2b8}.abc-checkbox-info input[type=checkbox]:indeterminate + label::after,.abc-checkbox-info input[type=radio]:indeterminate + label::after{background-color: #fff}.abc-checkbox-warning input[type=checkbox]:indeterminate + label::before,.abc-checkbox-warning input[type=radio]:indeterminate + label::before{background-color: #ffc107; border-color: #ffc107}.abc-checkbox-warning input[type=checkbox]:indeterminate + label::after,.abc-checkbox-warning input[type=radio]:indeterminate + label::after{background-color: #fff}.abc-checkbox-success input[type=checkbox]:indeterminate + label::before,.abc-checkbox-success input[type=radio]:indeterminate + label::before{background-color: #28a745; border-color: #28a745}.abc-checkbox-success input[type=checkbox]:indeterminate + label::after,.abc-checkbox-success input[type=radio]:indeterminate + label::after{background-color: #fff}.abc-radio{cursor: default; padding-left: 4px}.abc-radio label{cursor: pointer; display: inline; vertical-align: top; position: relative; padding-left: 5px}.abc-radio label::before{cursor: pointer; content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; top: 2px; left: 0; margin-left: -20px; border: 1px solid rgba(0, 0, 0, .15); border-radius: 50%; background-color: #fff; transition: border .15s ease-in-out}.abc-radio label::after{cursor: pointer; display: inline-block; position: absolute; content: " "; width: 11px; height: 11px; left: 3px; top: 5px; margin-left: -20px; border-radius: 50%; background-color: #495057; transform: scale(0, 0); transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)}.abc-radio input[type=radio]{position: static; margin-left: 0; cursor: pointer; opacity: 0; z-index: 1}.abc-radio input[type=radio]:focus + label::before{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px}.abc-radio input[type=radio]:checked + label::after{transform: scale(1, 1)}.abc-radio input[type=radio]:disabled + label{opacity: .65}.abc-radio input[type=radio]:disabled + label::before{cursor: not-allowed}.abc-radio input[type=radio]:disabled + label::after{cursor: not-allowed}.abc-radio.radio-inline{margin-top: 0}.abc-radio-primary input[type=radio] + label::after{background-color: #007bff}.abc-radio-primary input[type=radio]:checked + label::before{border-color: #007bff}.abc-radio-primary input[type=radio]:checked + label::after{background-color: #007bff}.abc-radio-danger input[type=radio] + label::after{background-color: #dc3545}.abc-radio-danger input[type=radio]:checked + label::before{border-color: #dc3545}.abc-radio-danger input[type=radio]:checked + label::after{background-color: #dc3545}.abc-radio-info input[type=radio] + label::after{background-color: #17a2b8}.abc-radio-info input[type=radio]:checked + label::before{border-color: #17a2b8}.abc-radio-info input[type=radio]:checked + label::after{background-color: #17a2b8}.abc-radio-warning input[type=radio] + label::after{background-color: #ffc107}.abc-radio-warning input[type=radio]:checked + label::before{border-color: #ffc107}.abc-radio-warning input[type=radio]:checked + label::after{background-color: #ffc107}.abc-radio-success input[type=radio] + label::after{background-color: #28a745}.abc-radio-success input[type=radio]:checked + label::before{border-color: #28a745}.abc-radio-success input[type=radio]:checked + label::after{background-color: #28a745}label .form-check-input.is-invalid .abc-checkbox:before,label .form-check-input.is-invalid .abc-radio:before,label .was-validated .form-check-input:invalid .abc-checkbox:before,label .was-validated .form-check-input:invalid .abc-radio:before{border-color: #dc3545}@media(max-width:767px){.env{padding-left: 6px;}.menuNav{padding-top: 24px;}.home .home-boxes-wrapper-item{min-height: 250px!important}.home-boxes-wrapper-item{padding-bottom: 20px}.navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color: #fff; background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); background-repeat: repeat-x}.practice-questions-data-item-wrapper-answers-info{text-align: center}}.alert{text-shadow: 0 1px 0 rgba(255, 255, 255, .2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)}.alert-success{background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%); background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc)); background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); background-repeat: repeat-x; border-color: #b2dba1}.alert-info{background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%); background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0)); background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); background-repeat: repeat-x; border-color: #9acfea}.alert-warning{background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%); background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0)); background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); background-repeat: repeat-x; border-color: #f5e79e}.alert-danger{background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%); background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3)); background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); background-repeat: repeat-x; border-color: #dca7a7}.progress{background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%); background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5)); background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x}.progress-bar{background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%); background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090)); background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); background-repeat: repeat-x}.progress-bar-success{background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%); background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)); background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); background-repeat: repeat-x}.progress-bar-info{background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%); background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5)); background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); background-repeat: repeat-x}.progress-bar-warning{background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%); background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f)); background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); background-repeat: repeat-x}.progress-bar-danger{background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%); background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c)); background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); background-repeat: repeat-x}.progress-bar-striped{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)}.list-group{border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, .075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow: 0 -1px 0 #286090; background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a)); background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); background-repeat: repeat-x; border-color: #2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow: none}.panel{-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05)}.panel-default>.panel-heading{background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); background-repeat: repeat-x}.panel-primary>.panel-heading{background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); background-repeat: repeat-x}.panel-success>.panel-heading{background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%); background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6)); background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); background-repeat: repeat-x}.panel-info>.panel-heading{background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%); background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3)); background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); background-repeat: repeat-x}.panel-warning>.panel-heading{background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%); background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc)); background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); background-repeat: repeat-x}.panel-danger>.panel-heading{background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%); background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc)); background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); background-repeat: repeat-x}.well{background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%); background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5)); background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)}html{font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size: 13px;}body{margin: 0; font-size: 14px;}@font-face{font-family: 'Alef'; font-style: normal; font-weight: 400; src: local('Alef Regular'), local('Alef-Regular'), url(https://fonts.gstatic.com/s/alef/v9/FeVfS0NQpLYgnjdRDw.ttf) format('truetype'); font-display: swap;}@font-face{font-family: 'Alef'; font-style: normal; font-weight: 700; src: local('Alef Bold'), local('Alef-Bold'), url(https://fonts.gstatic.com/s/alef/v9/FeVQS0NQpLYglo50H5xQ3Q.ttf) format('truetype'); font-display: swap;}@font-face{font-family: 'Assistant'; font-style: normal; font-weight: 400; src: local('Assistant'), local('Assistant-Regular'), url(https://fonts.gstatic.com/s/assistant/v2/2sDcZGJYnIjSi6H75xkzamW8.ttf) format('truetype'); font-display: swap;}@font-face{font-family: 'Assistant'; font-style: normal; font-weight: 700; src: local('Assistant Bold'), local('Assistant-Bold'), url(https://fonts.gstatic.com/s/assistant/v2/2sDZZGJYnIjSi6H75xk700CsBp0d.ttf) format('truetype'); font-display: swap;}.bootstrap-touchspin .input-group-btn-vertical{position: absolute; right: 0; height: 100%; z-index: 11}.bootstrap-touchspin .input-group-btn-vertical>.btn{position: absolute; right: 0; height: 50%; padding: 0; width: 2em; text-align: center; line-height: 1}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius: 0 4px 0 0; top: 0}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{border-radius: 0 0 4px; bottom: 0}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color: transparent; position: relative}.owl-carousel{display: none; width: 100%; z-index: 1}.owl-carousel .owl-stage{position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden}.owl-carousel .owl-stage:after{content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0}.owl-carousel .owl-stage-outer{position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0)}.owl-carousel .owl-item{min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none}.owl-carousel .owl-item img{display: block; width: 100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display: none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display: block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background: 0; color: inherit; border: 0; padding: 0!important; font: inherit}.owl-carousel.owl-loading{opacity: 0; display: block}.owl-carousel.owl-hidden{opacity: 0}.owl-carousel.owl-refresh .owl-item{visibility: hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}.owl-carousel.owl-grab{cursor: move; cursor: grab}.owl-carousel.owl-rtl{direction: rtl}.owl-carousel.owl-rtl .owl-item{float: right}.owl-carousel .animated{animation-duration: 1s; animation-fill-mode: both}.owl-carousel .owl-animated-in{z-index: 0}.owl-carousel .owl-animated-out{z-index: 1}.owl-carousel .fadeOut{animation-name: fadeOut}@keyframes fadeOut{0%{opacity: 1}100%{opacity: 0}}.owl-height{transition: height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity: 0; transition: opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height: 0}.owl-carousel .owl-item img.owl-lazy{transform-style: preserve-3d}.owl-carousel .owl-video-wrapper{position: relative; height: 100%; background: #000}.owl-carousel .owl-video-play-icon{position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(../css/remote/owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display: none}.owl-carousel .owl-video-tn{opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease}.owl-carousel .owl-video-frame{position: relative; z-index: 1; height: 100%; width: 100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align: center; -webkit-tap-highlight-color: transparent}.owl-theme .owl-nav{margin-top: 10px}.owl-theme .owl-nav [class*=owl-]{color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #d6d6d6; display: inline-block; cursor: pointer; border-radius: 3px}.owl-theme .owl-nav [class*=owl-]:hover{background: #869791; color: #FFF; text-decoration: none}.owl-theme .owl-nav .disabled{opacity: .5; cursor: default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top: 10px}.owl-theme .owl-dots .owl-dot{display: inline-block; zoom: 1}.owl-theme .owl-dots .owl-dot span{width: 10px; height: 10px; margin: 5px 7px; background: #d6d6d6; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: #02c3f3}.tooltipster-light{border-radius: 5px; border: 1px solid #ccc; background: #ededed; color: #666}.tooltipster-light .tooltipster-content{font-family: Arial, sans-serif; font-size: 14px; line-height: 16px; padding: 8px 10px}.tooltipster-default{border-radius: 5px; border: 2px solid #000; background: #4c4c4c; color: #fff}.tooltipster-default .tooltipster-content{font-family: Arial, sans-serif; font-size: 14px; line-height: 16px; padding: 8px 10px; overflow: hidden}.tooltipster-icon{cursor: help; margin-left: 4px}.tooltipster-base{padding: 0; font-size: 0; line-height: 0; position: absolute; left: 0; top: 0; z-index: 9999999; pointer-events: none; width: auto; overflow: visible}.tooltipster-base .tooltipster-content{overflow: hidden}.tooltipster-arrow{display: block; text-align: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1}.tooltipster-arrow span,.tooltipster-arrow-border{display: block; width: 0; height: 0; position: absolute}.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span{border-left: 8px solid transparent!important; border-right: 8px solid transparent!important; border-top: 8px solid; bottom: -7px}.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border{border-left: 9px solid transparent!important; border-right: 9px solid transparent!important; border-top: 9px solid; bottom: -7px}.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span{border-left: 8px solid transparent!important; border-right: 8px solid transparent!important; border-bottom: 8px solid; top: -7px}.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left: 9px solid transparent!important; border-right: 9px solid transparent!important; border-bottom: 9px solid; top: -7px}.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border{left: 0; right: 0; margin: 0 auto}.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span{left: 6px}.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{left: 5px}.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span{right: 6px}.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border{right: 5px}.tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border{border-top: 8px solid transparent!important; border-bottom: 8px solid transparent!important; border-left: 8px solid; top: 50%; margin-top: -7px; right: -7px}.tooltipster-arrow-left .tooltipster-arrow-border{border-top: 9px solid transparent!important; border-bottom: 9px solid transparent!important; border-left: 9px solid; margin-top: -8px}.tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border{border-top: 8px solid transparent!important; border-bottom: 8px solid transparent!important; border-right: 8px solid; top: 50%; margin-top: -7px; left: -7px}.tooltipster-arrow-right .tooltipster-arrow-border{border-top: 9px solid transparent!important; border-bottom: 9px solid transparent!important; border-right: 9px solid; margin-top: -8px}.tooltipster-fade{opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; -ms-transition-property: opacity; transition-property: opacity}.tooltipster-fade-show{opacity: 1}.tooltipster-grow{-webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -o-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-backface-visibility: hidden}.tooltipster-grow-show{-webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1); -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)}.tooltipster-swing{opacity: 0; -webkit-transform: rotateZ(4deg); -moz-transform: rotateZ(4deg); -o-transform: rotateZ(4deg); -ms-transform: rotateZ(4deg); transform: rotateZ(4deg); -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform}.tooltipster-swing-show{opacity: 1; -webkit-transform: rotateZ(0); -moz-transform: rotateZ(0); -o-transform: rotateZ(0); -ms-transform: rotateZ(0); transform: rotateZ(0); -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1); -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4); -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4); -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4); -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4); transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)}.tooltipster-fall{top: 0; -webkit-transition-property: top; -moz-transition-property: top; -o-transition-property: top; -ms-transition-property: top; transition-property: top; -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1); -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)}.tooltipster-fall.tooltipster-dying{-webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; -ms-transition-property: all; transition-property: all; top: 0!important; opacity: 0}.tooltipster-slide{left: -40px; -webkit-transition-property: left; -moz-transition-property: left; -o-transition-property: left; -ms-transition-property: left; transition-property: left; -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1); -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15); transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)}.tooltipster-slide.tooltipster-dying{-webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; -ms-transition-property: all; transition-property: all; left: 0!important; opacity: 0}.tooltipster-content-changing{opacity: .5; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1)}.img-rounded,.img-thumbnail,code,kbd,pre,pre code,.form-control,.input-sm,.form-group-sm .form-control,.input-lg,.form-group-lg .form-control,.btn,.btn-link,.btn-lg,.btn-group-lg>.btn,.btn-sm,.btn-group-sm>.btn,.btn-xs,.btn-group-xs>.btn,.dropdown-menu,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group-vertical>.btn:first-child:not(:last-child),.btn-group-vertical>.btn:last-child:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,.input-group-addon,.input-group-btn,.input-group .form-control,.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon,.input-group-addon,.input-group-addon.input-sm,.input-group-addon.input-lg,.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.nav-tabs>li>a,.nav-tabs.nav-justified>li>a,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus,.nav-pills>li>a,.nav-tabs-justified>li>a,.nav-tabs .dropdown-menu,.navbar-toggle,.navbar-nav>li>.dropdown-menu .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu,.breadcrumb,.pagination,.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span,.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span,.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span,.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span,.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span,.pager li>a,.pager li>span,.badge,.container .jumbotron,.container-fluid .jumbotron,.thumbnail,.alert,.progress,.list-group-item:first-child,.list-group-item:last-child,.panel,.panel-heading,.panel-footer,.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item,.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child,.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child,.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel-group .panel,.well,.well-lg,.well-sm,.modal-content,.tooltip-inner,.popover-title,.label,.resizable-textarea textarea{-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0}@media(min-width:768px){.nav-tabs.nav-justified>li>a, .nav-tabs-justified>li>a, .navbar, .navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom{-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0}}body.compensate-for-scrollbar{overflow: hidden}.fancybox-active{height: auto}.fancybox-is-hidden{left: -9999px; margin: 0; position: absolute!important; top: -9999px; visibility: hidden}.fancybox-container{-webkit-backface-visibility: hidden; backface-visibility: hidden; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; height: 100%; left: 0; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -webkit-transform: translateZ(0); transform: translateZ(0); width: 100%; z-index: 99992}.fancybox-container *{box-sizing: border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom: 0; left: 0; position: absolute; right: 0; top: 0}.fancybox-outer{-webkit-overflow-scrolling: touch; overflow-y: auto}.fancybox-bg{background: #1e1e1e; opacity: 0; transition-duration: inherit; transition-property: opacity; transition-timing-function: cubic-bezier(.47, 0, .74, .71)}.fancybox-is-open .fancybox-bg{opacity: .87; transition-timing-function: cubic-bezier(.22, .61, .36, 1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction: ltr; opacity: 0; position: absolute; transition: opacity .25s, visibility 0s linear .25s; visibility: hidden; z-index: 99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity: 1; transition: opacity .25s, visibility 0s; visibility: visible}.fancybox-infobar{color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; text-align: center; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}.fancybox-toolbar{right: 0; top: 0}.fancybox-stage{direction: ltr; overflow: visible; -webkit-transform: translateZ(0); z-index: 99994}.fancybox-is-open .fancybox-stage{overflow: hidden}.fancybox-slide{-webkit-backface-visibility: hidden; backface-visibility: hidden; display: none; height: 100%; left: 0; outline: 0; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; white-space: normal; width: 100%; z-index: 99994}.fancybox-slide:before{content: ""; display: inline-block; height: 100%; margin-right: -.25em; vertical-align: middle; width: 0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display: block}.fancybox-slide--next{z-index: 99995}.fancybox-slide--image{overflow: visible; padding: 44px 0}.fancybox-slide--image:before{display: none}.fancybox-slide--html{padding: 6px 6px 0}.fancybox-slide--iframe{padding: 44px 44px 0}.fancybox-content{background: #fff; display: inline-block; margin: 0 0 6px; max-width: 100%; overflow: auto; padding: 0; padding: 24px; position: relative; text-align: left; vertical-align: middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1); animation-timing-function: cubic-bezier(.5, 0, .14, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; margin: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -webkit-transform-origin: top left; transform-origin: top left; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99995}.fancybox-can-zoomOut .fancybox-content{cursor: zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor: zoom-in}.fancybox-can-drag .fancybox-content{cursor: -webkit-grab; cursor: grab}.fancybox-is-dragging .fancybox-content{cursor: -webkit-grabbing; cursor: grabbing}.fancybox-container [data-selectable=true]{cursor: text}.fancybox-image,.fancybox-spaceball{background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%}.fancybox-spaceball{z-index: 1}.fancybox-slide--html .fancybox-content{margin-bottom: 6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height: 100%; margin: 0; overflow: visible; padding: 0; width: 100%}.fancybox-slide--video .fancybox-content{background: #000}.fancybox-slide--map .fancybox-content{background: #e5e3df}.fancybox-slide--iframe .fancybox-content{background: #fff; height: calc(100% - 44px); margin-bottom: 44px}.fancybox-iframe,.fancybox-video{background: transparent; border: 0; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%}.fancybox-iframe{vertical-align: top}.fancybox-error{background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%}.fancybox-error p{color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0}.fancybox-button{background: rgba(30, 30, 30, .6); border: 0; border-radius: 0; cursor: pointer; display: inline-block; height: 44px; margin: 0; outline: 0; padding: 10px; transition: color .2s; vertical-align: top; width: 44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color: #ccc}.fancybox-button:focus,.fancybox-button:hover{color: #fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color: #888; cursor: default}.fancybox-button svg{display: block; overflow: visible; position: relative; shape-rendering: geometricPrecision}.fancybox-button svg path{fill: transparent; stroke: currentColor; stroke-linejoin: round; stroke-width: 3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display: none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill: currentColor}.fancybox-button--share svg path{stroke-width: 1}.fancybox-navigation .fancybox-button{height: 38px; opacity: 0; padding: 6px; position: absolute; top: 50%; width: 38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition: opacity .25s, visibility 0s, color .25s}.fancybox-navigation .fancybox-button:after{content: ""; left: -25px; padding: 50px; position: absolute; top: -25px}.fancybox-navigation .fancybox-button--arrow_left{left: 6px}.fancybox-navigation .fancybox-button--arrow_right{right: 6px}.fancybox-close-small{background: transparent; border: 0; border-radius: 0; color: #555; cursor: pointer; height: 44px; margin: 0; padding: 6px; position: absolute; right: 0; top: 0; width: 44px; z-index: 10}.fancybox-close-small svg{fill: transparent; opacity: .8; stroke: currentColor; stroke-width: 1.5; transition: stroke .1s}.fancybox-close-small:focus{outline: 0}.fancybox-close-small:hover svg{opacity: 1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color: #ccc; padding: 5px; right: -12px; top: -44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background: transparent; color: #fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display: none}.fancybox-caption{bottom: 0; color: #fff; font-size: 14px; font-weight: 400; left: 0; line-height: 1.5; padding: 25px 44px; right: 0}.fancybox-caption:before{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC); background-repeat: repeat-x; background-size: contain; bottom: 0; content: ""; display: block; left: 0; pointer-events: none; position: absolute; right: 0; top: -25px; z-index: -1}.fancybox-caption:after{border-bottom: 1px solid hsla(0, 0%, 100%, .3); content: ""; display: block; left: 44px; position: absolute; right: 44px; top: 0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color: #ccc; text-decoration: none}.fancybox-caption a:hover{color: #fff; text-decoration: underline}.fancybox-loading{-webkit-animation: a .8s infinite linear; animation: a .8s infinite linear; background: transparent; border: 6px solid hsla(0, 0%, 39%, .5); border-radius: 100%; border-top-color: #fff; height: 60px; left: 50%; margin: -30px 0 0 -30px; opacity: .6; padding: 0; position: absolute; top: 50%; width: 60px; z-index: 99999}@-webkit-keyframes a{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg)}to{-webkit-transform: rotate(359deg); transform: rotate(359deg)}}@keyframes a{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg)}to{-webkit-transform: rotate(359deg); transform: rotate(359deg)}}.fancybox-animated{transition-timing-function: cubic-bezier(0, 0, .25, 1)}.fancybox-fx-slide.fancybox-slide--previous{opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--next{opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--current{opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity: 0; transition-timing-function: cubic-bezier(.19, 1, .22, 1)}.fancybox-fx-fade.fancybox-slide--current{opacity: 1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity: 0; -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity: 0; -webkit-transform: scale3d(.5, .5, .5); transform: scale3d(.5, .5, .5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity: 0; -webkit-transform: rotate(-1turn); transform: rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity: 0; -webkit-transform: rotate(1turn); transform: rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--next{opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--current{opacity: 1; -webkit-transform: scaleX(1) translateZ(0); transform: scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform: translateZ(0) scale(1); transform: translateZ(0) scale(1)}.fancybox-share{background: #f4f4f4; border-radius: 3px; max-width: 90%; padding: 30px; text-align: center}.fancybox-share h1{color: #222; font-size: 35px; font-weight: 700; margin: 0 0 20px}.fancybox-share p{margin: 0; padding: 0}.fancybox-share__button{border: 0; border-radius: 3px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 40px; margin: 0 5px 10px; min-width: 130px; padding: 0 15px; text-decoration: none; transition: all .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color: #fff}.fancybox-share__button:hover{text-decoration: none}.fancybox-share__button--fb{background: #3b5998}.fancybox-share__button--fb:hover{background: #344e86}.fancybox-share__button--pt{background: #bd081d}.fancybox-share__button--pt:hover{background: #aa0719}.fancybox-share__button--tw{background: #1da1f2}.fancybox-share__button--tw:hover{background: #0d95e8}.fancybox-share__button svg{height: 25px; margin-right: 7px; position: relative; top: -1px; vertical-align: middle; width: 25px}.fancybox-share__button svg path{fill: #fff}.fancybox-share__input{background: transparent; border: 0; border-bottom: 1px solid #d7d7d7; border-radius: 0; color: #5d5b5b; font-size: 14px; margin: 10px 0 0; outline: 0; padding: 10px 15px; width: 100%}.fancybox-thumbs{background: #fff; bottom: 0; display: none; margin: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: 2px 2px 4px; position: absolute; right: 0; -webkit-tap-highlight-color: transparent; top: 0; width: 212px; z-index: 99995}.fancybox-thumbs-x{overflow-x: auto; overflow-y: hidden}.fancybox-show-thumbs .fancybox-thumbs{display: block}.fancybox-show-thumbs .fancybox-inner{right: 212px}.fancybox-thumbs>ul{font-size: 0; height: 100%; list-style: none; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; position: absolute; position: relative; white-space: nowrap; width: 100%}.fancybox-thumbs-x>ul{overflow: hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width: 7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background: #fff; border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background: #2a2a2a; border-radius: 10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility: hidden; backface-visibility: hidden; cursor: pointer; float: left; height: 75px; margin: 2px; max-height: calc(100% - 8px); max-width: calc(50% - 4px); outline: 0; overflow: hidden; padding: 0; position: relative; -webkit-tap-highlight-color: transparent; width: 100px}.fancybox-thumbs-loading{background: rgba(0, 0, 0, .1)}.fancybox-thumbs>ul>li{background-position: 50%; background-repeat: no-repeat; background-size: cover}.fancybox-thumbs>ul>li:before{border: 4px solid #4ea7f9; bottom: 0; content: ""; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all .2s cubic-bezier(.25, .46, .45, .94); z-index: 99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity: 1}@media(max-width:800px){.fancybox-thumbs{width: 110px}.fancybox-show-thumbs .fancybox-inner{right: 110px}.fancybox-thumbs>ul>li{max-width: calc(100% - 10px)}}.menu-container{width: 990px; margin: 10px auto 0}.menu>ul{margin: 0 auto; width: 100%; list-style: none; padding: 0; position: relative; box-sizing: border-box}.menu>ul:before,.menu>ul:after{content: ""; display: table}.menu>ul:after{clear: both}.menu>ul>li{float: right; padding: 0; margin: 0}.menu>ul>li:not(.search-widget) a{color: #3c3c3b; border-right: 2px solid #3c3c3b; font-size: 21px; line-height: 18px; text-decoration: none; padding: 0 .5em; display: block}.menu>ul>li>ul{display: none; width: 100%; background: #fff; padding: 20px; position: absolute; z-index: 99; left: 0; margin: 0; list-style: none; box-sizing: border-box}.menu>ul>li>ul:before,.menu>ul>li>ul:after{content: ""; display: table}.menu>ul>li>ul:after{clear: both}.menu>ul>li>ul>li{margin: 0; padding-bottom: 0; list-style: none; width: 25%; background: 0; float: left}.menu>ul>li:not(.search-widget)>ul>li a{color: #3c3c3b; font-size: 16px; padding: .2em 0; width: 95%; display: block; border-bottom: 1px solid #ccc}.menu>ul>li>ul>li>ul{display: block; padding: 0; margin: 10px 0 0; list-style: none; box-sizing: border-box}.menu>ul>li>ul>li>ul:before,.menu>ul>li>ul>li>ul:after{content: ""; display: table}.menu>ul>li>ul>li>ul:after{clear: both}.menu>ul>li>ul>li>ul>li{float: left; width: 100%; padding: 10px 0; margin: 0; font-size: .8em}.menu>ul>li:not(.search-widget)>ul>li>ul>li a{border: 0}.menu>ul>li>ul.normal-sub{border: 2px solid #3c3c3b; border-top: 0; width: 300px; left: auto; padding: 0; margin-top: 10px}.menu>ul>li>ul.normal-sub>li{width: 100%}.menu>ul>li>ul.normal-sub>li:hover{background: #e6e7e8}.menu>ul>li:not(.search-widget)>ul.normal-sub>li a{border: 0; padding: .75em}@media only screen and (max-width:959px){.menu-container{background: #333; width: 100%}.menu>ul{display: none}.menu>ul>li{width: 100%; float: none; display: block; border-bottom: 1px solid #ccc}.menu>ul>li:not(.search-widget) a{color: #fff; font-size: 17px; padding: 1em; width: 100%; display: block}.menu>ul>li:not(.search-widget) a i{margin-left: 5px; -moz-transition: all .1s linear; -webkit-transition: all .1s linear; transition: all .1s linear}.menu>ul>li.down a i{-moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg)}.menu>ul>li>ul{background: #999; position: relative}.menu>ul>li>ul.normal-sub{border: 0; width: 100%; margin-top: 0}.menu>ul>li>ul.normal-sub>li{border-bottom: 1px solid #ccc}.menu>ul>li>ul.normal-sub>li:first-child{border-top: 1px solid #ccc}.menu>ul>li>ul.normal-sub>li:last-child{border-bottom: 0}.menu>ul>li>ul.normal-sub>li:hover{background: 0}.menu>ul>li:not(.search-widget)>ul.normal-sub>li a{color: #fff; font-size: 15px; padding: 1em 1.5em}.menu>ul>li>ul>li{float: none; width: 100%}.menu>ul>li>ul>li:first-child{margin: 0}.menu>ul>li>ul>li>ul{position: relative}.menu>ul>li>ul>li>ul>li{float: none}.menu .show-on-mobile{display: block}}body,input,textarea,select{font-family: 'Assistant', sans-serif}h1,h4{color: #26a1d1; font-size: 28px}h2,h5{color: #3c3c3b; font-size: 24px}h3,h6{color: #444b4e; font-size: 20px}body{background: #fff; color: #444b4e}h1,h2,h3,h4,h5,h6{font-weight: 700; padding: 0; margin: 0}.form-container{padding-top: 15px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float: right}.control-label{color: #58595b; font-size: 15px; padding: 3px 0}.row{padding-bottom: 15px; padding-right: 15px}.radio label span,.radio-inline span,.checkbox label input,.checkbox-inline span{margin-right: 20px; font-size: 15px}.radio-inline,.radio-inline+.radio-inline,.checkbox-inline,.checkbox-inline+.checkbox-inline{padding-left: 0}.form-group textarea{font-size: 15px}.form-submit button[type="submit"]{font-size: 24px; font-weight: 700}.ltr input,.ltr textarea,.ltr select,.date,.date *,.productQty,.productQty *,.number,.number *{direction: ltr}#page-content-container{overflow: hidden; padding-bottom: 30px}#page-content-container.ep{padding-top: 15px}#page-content,#home-widgets-slider{float: right; margin-left: 40px}.center{width: 990px; margin: 0 auto; clear: both}#sidebar{display: block; overflow: hidden}body#fancybox-bg{background: transparent}.video-container{position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0; overflow: hidden}.video-container iframe{border: 0; position: absolute; top: -1px; left: 0; width: 100%; height: 100%}.facebook{background: #3b5998}.twitter{background: #00aced}.linkedin{background: #007bb6}.googleplus{background: #dd4b39}.youtube{background: #cd201f}.envelope{background: #67ace5}#page-content-h1{display: block; overflow: hidden}#page-content-h1.cent{text-align: center; margin-bottom: 30px}#page-content-h1-img{float: right; width: 75px; margin-left: 20px}#page-content-h1.cent #page-content-h1-img{float: none; margin-right: auto; margin-left: auto}#page-content-h1-img img{width: 75px; height: 75px; vertical-align: middle; margin: 0 0 10px 10px}#page-content-h1-title{width: auto; /*padding:50px 10px 0 0*/}#page-content-h1-title h1,.article h1{color: #000; font-size: 30px; display: inline-block; text-align: center; padding-bottom: 15px; margin: 0}.article h1{margin-top: 5px; margin-bottom: 10px}#page-content-h1-title div{text-align: center; margin: -10px 250px 0 0; position: absolute}#page-content-wrapper-anchors{clear: both}.page-content-wrapper-anchors-item{padding-top: 20px}.page-content-wrapper-anchors-item-title h2{color: #3c3c3b; font-size: 19px; display: inline; padding-right: 20px}.page-content-wrapper-anchors-item-title .icon{background: #39f; color: #fff; width: 24px; height: 24px; display: inline-block; line-height: 26px; text-align: center; -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px}.page-content-wrapper-anchors-item-content{padding: 15px 45px 30px; font-size: 18px; text-align: justify; line-height: 150%; display: block}.page-content-wrapper-anchors-item-content img{max-width: 100%; height: auto}.page-content-wrapper-anchors-item-content a,.page-content-text div a{color: #2567dc; text-decoration: underline}.page-content-wrapper-anchors-item-content a:hover,.page-content-text div a:hover{text-decoration: none}.page-content-wrapper-anchors-item-content table td{text-align: center}.toggle-anchors .page-content-wrapper-anchors-item-title{cursor: pointer}#header-our-websites{margin-top: 20px; text-align: center; margin-bottom: 10px}#header-our-websites{color: #575756; font-size: 18px}#header-our-websites img{width: 20px; height: 20px; vertical-align: middle; margin: 0 5px}#header-our-websites a{font-size: 18px; color: inherit; text-decoration: none}#header-our-websites a:hover{text-decoration: underline}#header-our-websites span a{font-weight: 700; color: #36c}#header-right{width: 315px; float: right}#header-right-phone{clear: both; padding-bottom: 10px; border-bottom: 2px solid #b1b1b1}#header-right-phone a{color: #3c3c3b; font-size: 32px; line-height: 36px; text-decoration: none}#header-right-phone a img{margin-right: 25px; margin-left: 25px}#logo{width: 300px; float: right; margin-right: 30px; margin-left: 30px}#logo img{width: 300px; height: 180px; display: block}#header-left{width: 315px; float: right}#header-left-btns{width: 120px; float: right; margin-left: 30px}#header-left-btns-customers{margin-top: 60px; text-align: center; padding-bottom: 15px; border-bottom: 2px solid #b1b1b1}#header-left-btns-customers.active{margin-top: 60px; padding-right: 15px; padding-left: 15px}#header-left-btns-customers a,#sidr-customers a{padding: 8px 10px; font-size: 14px; text-decoration: none}#header-left-btns-customers a.btn-contact{background: #f69; margin-bottom: 5px}#header-left-btns-customers a svg{margin-left: 4px}#header-left-btns-social{margin-top: 25px; padding-bottom: 10px; border-bottom: 2px solid #b1b1b1; text-align: center}.header-left-btns-social-item{height: 30px; display: inline-block; border-right: 2px solid #b1b1b1}.header-left-btns-social-item:last-child{border-left: 2px solid #b1b1b1}.header-left-btns-social-item div{text-align: center; padding: 2px 10px 0}.header-left-btns-social-item div img{width: 22px; height: 26px; display: block}#header-left-nivrevah{width: 160px; float: right; position: relative; margin-right: 5px}#header-left-nivrevah .abs{position: absolute; margin-top: 50px}#header-left-nivrevah .abs img{width: 160px; height: 160px; display: block}.search-container{margin-top: 15px}.search-container .search-img{width: 80px; margin-top: 10px; margin-left: 10px}.search-container .search-img img{width: 80px; height: 72px}.search-container .search{width: 100%; padding: 7px}#footer-container{margin-top: 100px}#footer{background: url(/students/images/design/footer.png) repeat-y top center #3c3c3b; width: 100%}#footer-bg{width: 622px; margin-top: 15px; margin-right: auto}#footer-bg div{background: url(/students/images/design/footer-bg.png) no-repeat top; background-size: 622px 156px; width: 622px; height: 156px}#footer-buttons{width: 500px; height: 75px; margin: 0 auto}#footer-buttons-books{float: right; margin-left: 10px}#footer-buttons-books div{background: url(/students/images/design/header-books.png) no-repeat top; width: 80px; height: 72px}#footer-buttons-clouds{float: left; margin-top: 35px; margin-right: 10px}#footer-buttons-clouds div{background: url(/students/images/design/footer-buttons-clouds.png) no-repeat top; background-size: 130px 37px; width: 130px; height: 37px}#footer-buttons-wrapper-rel{display: block; overflow: hidden}#footer-buttons-wrapper{position: absolute; margin-top: 30px}.footer-buttons-wrapper-item{width: 90px; float: right}.footer-buttons-wrapper-item-node{background: #3c3c3b; border: 10px solid #fff; -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; padding: 20px 0}.footer-buttons-wrapper-item-node a{padding: 20px}.footer-buttons-wrapper-item-node a img{width: 32px; height: 32px}#footer-menu{overflow: hidden; padding-top: 60px}.footer-menu-item{width: 16.667%; float: right}.footer-menu-item-padding{line-height: 150%; margin-right: 35px}.footer-menu-item-title{margin-bottom: 5px; background: url(/students/images/design/footer-bird.png) no-repeat top right; background-size: 30px 30px}.footer-menu-item-title-wrapper{margin-right: 35px}.footer-menu-item-title-wrapper a,.footer-menu-item-title-wrapper span{color: #22b0e4; font-size: 18px; font-weight: 700; text-decoration: none; border-bottom: 2px dotted #fff; display: inline-block}.footer-menu-item-padding a{color: #fff; font-size: 13px; font-weight: 400}#credit{margin-top: 5px; text-align: center}#credit div{color: #3c3c3b; font-size: 14px}#credit div img{width: 60px; height: 25px; vertical-align: middle; margin: 0 2px 8px 0}#credit div a{color: #22b0e4}.contact-form,#greetings-navbar{width: 100%; clear: both; overflow: hidden; background: #2c5871; display: inline-block; margin-top: 30px}.contact-form-title{color: #fff; font-size: 18px; font-weight: 700; line-height: 125%}.contact-form .btn,.contact-form-click2call-modal .wrapper .close-btn a,.contact-form-click2call-modal .wrapper .form-container button[type="submit"],.search .form-group button[type="submit"],#header-left-btns-customers a,#sidr-customers a{background: #39f; color: #fff}.contact-form .hidden-xs .btn{padding-top: 9px; padding-bottom: 9px}.contact-form .btn svg{margin-right: 10px}#greetings-navbar{padding-top: 15px; padding-bottom: 15px}#greetings-navbar-wrapper{color: #fff; font-size: 15px; padding-top: 7px}#greetings-navbar-btns .item{margin-right: 5px}#greetings-navbar-btns .item a.btn{color: #fff}#greetings-navbar-btns .item a#greetings-navbar-practice-hello{background: #71b735}#greetings-navbar-btns .item a#greetings-navbar-edit-profile{background: #39f}#greetings-navbar-btns .item a#greetings-navbar-logout{background: #f15c59}#greetings-navbar-btns .item a#greetings-navbar-pm .fa-layers-text,.practice #page-content-wrapper #practice-hello-pm .fa-layers-text{background: #f05c59; color: #fff; -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; width: 1.5em; height: 1.5em}.cover-shop-container{background: url(/students/images/design/cover.jpg) no-repeat center center; width: 100%; height: 300px; overflow: hidden; margin-top: 10px}.cover-shop-wrapper{width: 600px; padding-top: 40px; margin-left: 0; float: left}.cover-shop-wrapper h1,.cover-shop-wrapper h2,.cover-shop-wrapper h3,.cover-shop-wrapper h4,.cover-shop-wrapper h5,.cover-shop-wrapper h6{color: #fff; font-weight: 400}.cover-shop-wrapper-text h1,.cover-shop-wrapper-text h4{font-size: 37px}.cover-shop-wrapper-text h2,.cover-shop-wrapper-text h5{font-size: 29px}.cover-shop-wrapper-title h3,.cover-shop-wrapper-title h6{font-size: 17px; text-align: center; margin-top: 10px}.cover-shop-wrapper-btns{width: 100%; clear: both; overflow: hidden; margin-top: 30px; padding: 15px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff}.shop-widget-online-btn a{background: url(/students/images/design/xs-shop-widget-practice-online.png) no-repeat bottom right #03c2f3; background-size: 48px 55px; border-bottom: 5px solid #009ccc; padding-right: 55px}.shop-widget-offline-btn a{background: url(/students/images/design/xs-shop-widget-practice-offline.png) no-repeat bottom right #f69; background-size: 70px 55px; border-bottom: 5px solid #ef4b8a}.shop-widget-online-btn a,.shop-widget-offline-btn a{color: #fff; font-size: 18px; text-align: right}.shop-widget-online-btn a:hover,.shop-widget-offline-btn a:hover{color: #fff}.shop-widget-online-btn a span,.shop-widget-offline-btn a span{font-size: 22px}#home-boxes{overflow: hidden}#home-boxes h2,#home-boxes h3{font-size: 29px; font-weight: 700; color: #3c3c3b}#home-boxes-wrapper{padding-top: 50px}.home-boxes-wrapper-item{width: 33%; float: right; margin-bottom: 50px}.home-boxes-wrapper-item:last-child{border: 0}.home-boxes-wrapper-item-img{width: 48px; float: right; margin-right: 10px; margin-left: 10px}.home-boxes-wrapper-item-img div{width: 100%; height: 48px; display: table-cell; vertical-align: middle}.home-boxes-wrapper-item-img div img{width: 48px; height: 48px; vertical-align: middle}.home-boxes-wrapper-item-contents{display: block; overflow: hidden}.home-boxes-wrapper-item-contents div{color: #3c3c3b}.home-boxes-wrapper-item-contents-title.va{width: 100%; height: 48px; display: table-cell; vertical-align: middle}.home-boxes-wrapper-item-contents-title a{font-size: 18px; text-decoration: underline; color: #3c3c3b}.home-boxes-wrapper-item-contents-title a:hover{text-decoration: none}.home-boxes-wrapper-item-contents-title svg{margin-left: 5px}.home-boxes-wrapper-item-contents-text{font-size: 16px}.home .home-boxes-wrapper-item{min-height: 190px; margin-bottom: 10px}.home .home-boxes-wrapper-item-img div{height: 190px}.dotted-seperator{clear: both; padding-top: 30px}.dotted-seperator div{width: 100%; height: 30px; background: url(/students/images/design/dotted-seperator.png) no-repeat top; background-size: 990px 30px}.home #page-content{width: 100%; float: none; margin-left: 0}.home #sidebar .cover-shop-container{display: none}.home #sidebar-login{margin-top: 50px}#home-widgets-slider h3,#home-widgets-forms #home-widgets-forms-title{font-size: 29px; text-align: center; padding-bottom: 20px}#home-widgets-forms #home-widgets-forms-title{font-weight: 700; line-height: 1.1}#home-widgets-slider-wrapper{width: 660px; height: 392px; background: url(/students/images/design/home-widgets-slider.png) no-repeat top center; background-size: 660px 392px}#home-widgets-slider-wrapper-padding{padding: 30px 30px 0}#home-widgets-slider-wrapper-node{min-height: 250px}#home-widgets-slider-wrapper-nav{width: 400px; margin: 0 auto; padding-top: 15px}#home-widgets-slider-wrapper-nav-r,#home-widgets-slider-wrapper-nav-l{width: 150px; float: right; color: #0e303f; font-size: 18px; cursor: pointer}#home-widgets-slider-wrapper-nav-r .triangle{display: inline-block; margin: 0 0 -5px 10px}#home-widgets-slider-wrapper-nav-r .triangle div{width: 0; height: 0; border-style: solid; border-width: 11px 0 11px 19.1px; border-color: transparent transparent transparent #2568dc}#home-widgets-slider-wrapper-nav-img{width: 50px; float: right; margin: 0 25px}#home-widgets-slider-wrapper-nav-img img{width: 50px; height: 45px}#home-widgets-slider-wrapper-nav-l .triangle{display: inline-block; margin: 0 10px -5px 0}#home-widgets-slider-wrapper-nav-l .triangle div{width: 0; height: 0; border-style: solid; border-width: 11px 19.1px 11px 0; border-color: transparent #2568dc transparent transparent}#home-widgets-forms{display: block; overflow: hidden}#home-widgets-forms #customers-forms{width: 100%}.home-widgets-welcome-video{margin-top: 40px}.home-widgets-welcome-wrapper{display: block; overflow: hidden}.home-widgets-video-wrapper{width: 400px; float: left; margin-right: 30px}.home-widgets-video-wrapper iframe{border: 0}.home-widgets-welcome-wrapper h3,#home-widgets-testimonials h3,#home-widgets-testimonials-facebook h3{font-size: 29px}.home-widgets-welcome-wrapper .page-content-wrapper-anchors-item-content{font-size: 21px; padding: 15px 0}.home-widgets-welcome-wrapper .home-widgets-welcome-wrapper-btn,#home-widgets-testimonials #home-widgets-testimonials-wrapper-btn{text-align: left}.home-widgets-welcome-wrapper .home-widgets-welcome-wrapper-btn a,#home-widgets-testimonials #home-widgets-testimonials-wrapper-btn a,#testimonials-item #testimonials-item-btn a{background: #2567dc; color: #fff; font-size: 26px; text-decoration: none; padding: 2px 20px}#home-widgets-testimonials-wrapper{overflow: hidden; margin-top: 15px}#home-widgets-testimonials-wrapper a{font-weight: 700; text-decoration: none}#home-widgets-testimonials-wrapper .home-widgets-testimonials-item{width: 15%; margin-right: 2%; margin-bottom: 2%; float: right; text-align: center}#home-widgets-testimonials-wrapper .home-widgets-testimonials-item.starter{margin-right: 0}#home-widgets-testimonials-wrapper .home-widgets-testimonials-item-author{background: #36c; color: #fff; font-size: 16px; margin-top: 5px; margin-bottom: 5px}#home-widgets-testimonials-wrapper .home-widgets-testimonials-item-grade{color: #36c; border-bottom: 1px solid #36c; padding-bottom: 5px}#home-widgets-testimonials #home-widgets-testimonials-wrapper-btn,#testimonials-item #testimonials-item-btn{clear: both; margin-top: 30px}#home-widgets-testimonials #home-widgets-testimonials-wrapper-btn a,#testimonials-item #testimonials-item-btn a{background: #dd0078; font-size: 21px}#index-categories{clear: both; overflow: hidden; margin-top: 15px}.index-categories-item{width: 22%; float: right; background: #494949; margin-right: 4%; margin-bottom: 2%; cursor: pointer; text-align: center; padding: 10px 0}.index-categories-item a{color: #fff; font-size: 18px; text-decoration: none; font-weight: 700}.index-categories-item.selected{background: #2567dc}.index-categories-item.starter{margin-right: 0}#index-categories-wrapper{clear: both; margin-top: 30px}.index-categories-wrapper-item{display: none}.index-categories-wrapper-item:first-child{display: block}.index-categories-wrapper-item-data,.practice-hello-accessories-item-wrapper{width: 48%; float: right; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #2567dc; min-height: 150px}.index-categories-wrapper-item-data.starter,.practice-hello-accessories-item-wrapper.starter{margin-left: 4%}.index-categories-wrapper-item-data-img,.practice-hello-accessories-item-wrapper-img{width: 150px; float: right; margin-top: 5px; margin-left: 30px}.index-categories-wrapper-item-data-img img,.practice-hello-accessories-item-wrapper-img img{width: 100%; max-height: 84px}.index-categories-wrapper-item-data-contents,.practice-hello-accessories-item-wrapper-title{display: block; overflow: hidden; line-height: 150%}.index-categories-wrapper-item-data-contents a,.practice-hello-accessories-item-wrapper-title a{color: #2567dc; font-size: 22px; font-weight: 700; text-decoration: none}.index-categories-wrapper-item-data-contents-text{color: #575756; font-size: 14px; font-weight: 700}.students .index-categories-wrapper-item-data,.practice-hello-accessories-item-wrapper{width: 30%; padding-bottom: 0; border-bottom: 0; min-height: 0; margin-right: 5%}.students .index-categories-wrapper-item-data.starter,.practice-hello-accessories-item-wrapper.starter{margin-left: 0}.students .index-categories-wrapper-item-data.starter-3c,.practice-hello-accessories-item-wrapper.starter-3c{margin-right: 0}.students .index-categories-wrapper-item-data-img,.practice-hello-accessories-item-wrapper-img{width: 84px; margin-top: 0; margin-left: 10px}.students .index-categories-wrapper-item-data-contents,.practice-hello-accessories-item-wrapper-title{display: table-cell; height: 84px; vertical-align: middle}.students .index-categories-wrapper-item-data-contents a,.practice-hello-accessories-item-wrapper-title a{color: #3c3c3b; font-size: 18px; text-decoration: none}.students .index-categories-wrapper-item .page-content-wrapper-anchors-item .wrapper,.practice-hello-accessories-item .page-content-wrapper-anchors-item .wrapper{margin-top: 30px; margin-bottom: 30px}.students .index-categories-wrapper-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title,.practice-hello-accessories-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title{border-bottom: 2px solid #39f; height: 44px; cursor: pointer}.students .index-categories-wrapper-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title h2,.practice-hello-accessories-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title h2{display: inline-block; padding-top: 10px}.students .index-categories-wrapper-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title .icon,.practice-hello-accessories-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title .icon{width: 44px; height: 44px; display: flex; line-height: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; align-items: center; justify-content: center; float: right; margin-left: 10px}.students .index-categories-wrapper-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title .iconsvg,.practice-hello-accessories-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title .icon svg{-moz-transition: all .1s linear; -webkit-transition: all .1s linear; transition: all .1s linear}.students .index-categories-wrapper-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title .icon svg.down,.practice-hello-accessories-item .page-content-wrapper-anchors-item .page-content-wrapper-anchors-item-title .icon svg.down{-moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg)}#forum{clear: both; margin-top: 30px}.forum-node{clear: both; overflow: hidden; background: #f1f1f2; margin-top: 2px; padding: 5px 0}.forum-node-master{background: #d0d2d3; margin-top: 10px}.forum-node-item-toolbar{float: right; margin-top: 1px}.forum-node-item-toolbar-control{display: inline-block; margin-right: 10px; font-size: 13px; color: #575756}.forum-node-item-toolbar-control span:first-child{margin-left: 10px}.forum-node-item-toolbar-control a{font-size: inherit; font-weight: 700; text-decoration: none}.forum-node-item-toolbar-modify{display: inline-block; margin-right: 10px}.forum-node-item-toolbar-remove{display: inline-block; margin-right: 10px}.forum-node-item-toolbar-remove input[type="checkbox"]{vertical-align: middle}.forum-node-item-toolbar-sticky{display: inline-block; margin-right: 10px}.forum-node-item-icon-topic{width: 24px; height: 24px; float: right; display: flex; align-items: center; justify-content: center; margin-right: 10px; margin-left: 20px; background: #2491d3}.forum-node-item-icon-topic svg,.footer-menu-item-title-wrapper svg{-moz-transition: all .1s linear; -webkit-transition: all .1s linear; transition: all .1s linear}.forum-node-item-icon-topic svg.down,.footer-menu-item-title-wrapper svg.down{-moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg)}.forum-node-item-icon-comment{width: 24px; height: 24px; float: right; display: flex; align-items: center; justify-content: center; margin-left: 10px}.forum-node-item-icon-comment span{color: #26a9e0}.forum-node-item-icon-sticky svg{-moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg)}.forum-node-item-title{float: right; padding-top: 2px; margin-right: 10px}.forum-node-item-title-empty{margin-right: 5px}.forum-node-item-title-link{color: #404041; font-size: 13px; text-decoration: underline}.forum-node-item-title-link:hover{text-decoration: none}.forum-node-item-title-link.read{color: #196bce}.forum-node-item-title-link-author{font-size: 13px; font-weight: 400; text-decoration: none; margin-right: 10px}.forum-node-item-title-link-author.superuser{color: #26a9e0; font-weight: 700}.forum-node-item-title-link-author.user{color: inherit}.forum-node-item-date{float: left; color: #404041; font-size: 13px; margin-top: 3px; margin-left: 10px}.forum-node-item-contents{display: none; clear: both; padding: 10px}.forum-node-item-contents-text{color: #404041; font-size: 14px; line-height: 150%}.forum-node-item-contents-add-comment{clear: both; margin-top: 10px}#forum-add-topic{margin-bottom: 15px}#forum-add-topic a svg,.forum-node-item-contents-add-comment a svg,#forum-purge-btn svg{margin-left: 5px; vertical-align: middle}.forum-forms h2{text-align: center}.forum-node-item-add-comment-form{margin-top: 20px}.forum-node-item-add-comment-form iframe{width: 100%; height: 360px; border: 0; padding: 0; margin: 0}.forum-node-item-add-comment-form iframe.h{height: 600px}.form-group.tinymce *{direction: ltr}.sync-pagination{padding-right: 0}#forum-purge-btn{margin-top: 15px}#fancybox-bg .forum-forms{border: 0; padding: 0}.forum-forms .recaptcha{clear: both; margin-bottom: 15px}#sidebar-login{border: 2px solid #f5f5f5; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; margin-top: 30px}#sidebar-login .form-container{padding: 30px}#sidebar-login .form-container h3{font-size: 25px; color: #2491d3; text-align: center; padding-bottom: 10px}#sidebar-login .form-container .row{padding-bottom: 0}#sidebar-login .form-container .row .col-sm-6{padding-right: 0}#sidebar .cover-shop-container,.shop-widget .cover-shop-container{background: url(/students/images/design/cover-sidebar.jpg) no-repeat center center; background-size: cover; height: 390px; margin-top: 150px; display: flex; flex-direction: column}.shop-widget .cover-shop-container{background-position: center top; margin-top: 0}#sidebar .cover-shop-wrapper,.shop-widget .cover-shop-wrapper{width: 92%; padding-top: 0; margin: auto auto 0; float: none}#sidebar .cover-shop-wrapper h1,#sidebar .cover-shop-wrapper h2,#sidebar .cover-shop-wrapper h4,#sidebar .cover-shop-wrapper h5,.shop-widget .cover-shop-wrapper h1,.shop-widget .cover-shop-wrapper h2,.shop-widget .cover-shop-wrapper h4,.shop-widget .cover-shop-wrapper h5{text-align: center}#sidebar .cover-shop-wrapper h1,.shop-widget .cover-shop-wrapper h1,#sidebar .cover-shop-wrapper h4,.shop-widget .cover-shop-wrapper h4{font-size: 21px}#sidebar .cover-shop-wrapper h2,.shop-widget .cover-shop-wrapper h2,#sidebar .cover-shop-wrapper h5,.shop-widget .cover-shop-wrapper h5{font-size: 18px}#sidebar .cover-shop-wrapper-btns{border-bottom: 0}#sidebar .cover-shop-wrapper-btns-item,.shop-widget .cover-shop-wrapper-btns-item{width: 100%; overflow: hidden; margin-bottom: 15px; padding: 0}#sidebar #home-widget,#sidebar #home-widgets-testimonials{margin-top: 60px}#sidebar .home-boxes-wrapper-item{width: 100%; float: none; min-height: 0}#sidebar .home-boxes-wrapper-item-img{width: 36px; margin-right: 0}#sidebar .home-boxes-wrapper-item-img div{height: auto; display: inline}#sidebar .home-boxes-wrapper-item-img div img{width: 36px; height: 36px; margin-top: -4px}#sidebar .home-boxes-wrapper-item-contents-title.va{width: auto; height: auto; display: inline}#sidebar #home-widgets-testimonials-wrapper .home-widgets-testimonials-item{width: 48%; margin-right: 4%; margin-bottom: 4%}#sidebar #home-widgets-testimonials-wrapper .home-widgets-testimonials-item.starter,#sidebar #home-widgets-testimonials-wrapper .home-widgets-testimonials-item.starter-3c{margin-right: 4%}#sidebar #home-widgets-testimonials-wrapper .home-widgets-testimonials-item.starter-2c{margin-right: 0}#sidebar #home-widgets-testimonials #home-widgets-testimonials-wrapper-btn{text-align: center; margin-top: 0}.xs-shop-widget{background: #f2f2f2; clear: both; overflow: hidden; padding-top: 20px; padding-bottom: 20px; margin-top: 197px}.xs-shop-widget .title{color: #3c3c3b; font-size: 24px; text-align: center; margin: 10px 0}.xs-shop-widget .title .highlight{font-size: 26px; margin-bottom: 10px}.xs-shop-widget .shop-widget-offline-btn{margin-top: 15px}.contact #sidebar-login{display: none}.contact #sidebar .cover-shop-container{margin-top: 50px}#contact-form-container,#customers-forms{width: 55%; margin-right: 80px; clear: both}#contact-form-container .form-container,#customers-forms .form-container{padding-top: 0; padding-bottom: 10px}#contact-form-container .form-container .form-group label.control-label,#customers-forms .form-container .form-group label.control-label,.forum-forms .form-container .form-group label.control-label{padding-right: 15px}.forms #page-content,.practice #page-content,.index #page-content,.forum #page-content,.testimonials #page-content{width: 100%; float: none; margin-left: 0}#customers-forms,#cart-forms,#cart-welcome,.forum-forms,.leads-widget .contact-form{width: 40%; margin: 0 auto; border: 1px solid #d3d3d3; padding: 20px}#shop-categories,#shop-products{clear: both; overflow: hidden}#shop-categories{margin-bottom: 30px}.shop-categories-item{width: 30%; float: right; margin-left: 5%; cursor: pointer}.shop-categories-item a{text-decoration: none}.shop-categories-item:last-child{margin-left: 0}.shop-categories-item.active .shop-categories-item-link{background: #3c3c3b}.shop-categories-item-img{text-align: center; margin-bottom: 15px}#shop-categories-item-books .shop-categories-item-img img{width: 50px; height: 45px}#shop-categories-item-packages .shop-categories-item-img img{width: 115px; height: 45px}#shop-categories-item-online .shop-categories-item-img img{width: 53px; height: 45px}.shop-categories-item-link{background: #2567dc; overflow: hidden; text-align: center; color: #fff; font-size: 24px; padding-bottom: 2px}#shop-categories .triangle-container{width: 40px; margin: 0 auto; display: none}#shop-categories .triangle{width: 0; height: 0; border-style: solid; border-width: 20px 20px 0; border-color: #2568dc transparent transparent transparent}#shop-categories .active .triangle-container{display: block}#shop-categories .active .triangle{border-color: #3c3c3b transparent transparent transparent}.shop-products-item-container{display: none}.shop-products-item-container:first-child{display: block}.shop-products-item,.practice-questions-data-item{width: 100%; clear: both; overflow: hidden; padding-top: 30px; padding-bottom: 30px; border-bottom: 2px dashed #b2b2b3}#page-content-container.practice.v1.answers #practice-questions-data .practice-questions-data-item,.shop-products-item:last-child,.practice-questions-data-item:last-child{padding-bottom: 0; border-bottom: 0}.shop-products-item-img{margin-top: 56px}.shop-products-item-img img{width: 150px}#shop-products-books .shop-products-item-img.col-sm-2{padding-right: 0}#shop-products-packages .shop-products-item-data img{max-width: 100%}#shop-products-online .shop-products-item-img img{width: 60px}.shop-products-item-data-title{color: #2567dc; font-size: 24px; /*border-bottom:1px solid #575756;*/ width: 100%; padding-bottom: 10px; margin-bottom: 10px; display: inline-block; font-weight: 700}.shop-products-item-data-contents,.shop-products-item-data-contents-more{color: #575756; font-size: 18px; text-align: justify; line-height: 150%}.shop-products-item-data-contents a,.shop-products-item-data-contents-more a{color: #2567dc; font-size: inherit; font-weight: 700}.shop-products-item-data-contents ul,.shop-products-item-data-contents-more ul,.modal-body ul{list-style: none; padding-right: 0}.shop-products-item-data-contents ul li:before,.shop-products-item-data-contents-more ul li:before,.modal-body ul li:before{color: #39f!important; content: "\2714\0020"}.shop-products-item-data-contents ul li,.shop-products-item-data-contents-more ul li,.modal-body ul li{margin-bottom: 5px}.shop-products-item-actions{margin-top: 50px}.shop-products-item-actions.col-sm-3{padding-left: 0}.shop-products-item-actions-price-regular,.shop-products-item-actions-price-delivery,.shop-products-item-actions-price-saving{color: #575756; font-size: 18px; font-weight: 700}.shop-products-item-actions-price-regular span{color: #dd0078; font-size: 24px}.shop-products-item-actions-price{text-align: left}.shop-products-item-actions-price-saving{color: #b1b1b1; font-size: 18px; font-weight: 700; border-top: 1px solid #b1b1b1; padding-top: 10px; margin-top: 10px; display: inline-block}.shop-products-item-actions-delivery-info{padding-top: 10px; margin-top: 10px; border-top: 2px dashed #b2b2b3}.shop-products-item-actions-button-wrapper{float: left}.shop-products-item-actions-button{background: #2567dc; margin-top: 15px; padding: 1px 5px; cursor: pointer; width: 280px; overflow: hidden; border-radius: 5px}#shop-products-online .shop-products-item-actions-button{width: 90px}.shop-products-item-actions-button div{float: right}.shop-products-item-actions-button .img{padding-left: 5px}.shop-products-item-actions-button .img img{width: 47px; height: 45px; display: block}.shop-products-item-actions-button .link{color: #fff; font-size: 27px; width: 77%; padding-right: 10%}.shop-products-item-actions-button.purchase-online{background: #2567dc}.shop-products-item-actions-button.purchase-via-phone{background: #4285f4}.shop-products-item-purchase-via-phone-form-wrapper{clear: both; display: none}.shop-products-item-purchase-via-phone-form{width: 280px; border: 2px solid #4285f4; overflow: hidden; float: left; margin-top: 10px}.shop-products-item-purchase-via-phone-form button[type="submit"]{background: #3c3c3b; color: #fff; font-weight: 700; margin-bottom: 25px}.shop-products-item-data-contents-more-toggle{margin-top: 15px; margin-bottom: 15px}.shop-products-item-data-contents-more-toggle a{background: #3c3c3b; color: #fff; font-size: 14px; text-decoration: none; padding: 5px 10px}.shop-products-item-data-contents-more{display: none}.shop-products-item-actions-pricing{float: right; padding: 0 15px; border-left: 2px solid #41484e}.shop-products-item-actions-pricing:last-child{border-left: 0}.shop-products-item-actions-pricing-days,.shop-products-item-actions-pricing-price{text-align: center; color: #3c3c3b; font-size: 24px; font-weight: 700}.shop-products-item-actions-pricing-price{font-size: 22px}.cart #page-content{width: 100%; float: none; padding: 0}#cart-forms{width: 100%}#cart-welcome,.forum-forms{width: 60%}#cart-forms.container-fluid,#cart-products.container-fluid,.forum-forms .container-fluid{padding-right: 0; padding-left: 0}#cart-forms h2,.cart h1{text-align: center}#cart-forms .checkbox-inline{padding-top: 0}#cart-forms .col-xs-6 a{font-size: 15px}#cart-forms .control-label svg.required:after{content: "*"; color: #de0078}#cart-breadcrumbs{margin-bottom: 15px}#cart-breadcrumbs .nav{padding-right: 0}#cart-products table{border-bottom: 2px solid #ddd}.table>thead>tr>th{color: #58595b}.table>tbody>tr>td{vertical-align: middle}.table>tbody>tr>td>.row{padding-top: 15px; padding-bottom: 15px}.table>tbody>tr>td>.row .products-item-title,.table>tbody>tr>td>.row .products-item-details{padding-top: 0; min-height: 0}.table>tbody>tr>td>.row .products-item-title{color: #2567dc; font-size: 18px; font-weight: 700}.table>thead>tr>th#cart-products-data{width: 50%}.table>thead>tr>th#cart-products-price,.table>thead>tr>th#cart-products-qty,.table>thead>tr>th#cart-products-removal{width: 10%}.table>thead>tr>th#cart-products-subtotal{width: 20%}#cart-summary{width: 30%; float: left}#cart-summary .cart-summary-item{clear: both}#cart-summary .cart-summary-item-title{float: right; color: #58595b}#cart-summary .cart-summary-item-number{display: block; overflow: hidden; text-align: left; color: #58595b}#cart-summary .cart-summary-item:last-child .cart-summary-item-title,#cart-summary .cart-summary-item:last-child .cart-summary-item-number{font-weight: 700}#cart-nav{margin-top: 15px}#cart-feedback{margin-top: 10px}iframe#pelecard{width: 100%; height: 480px; border: 0}.cart .page-content-wrapper-anchors-item-content{display: block; padding: 0}#cart-delivery-info{font-size: 16px; margin-bottom: 30px}#forms-feedback{margin-top: 30px}#practice-hello-tabs{clear: both}#practice-hello-tabs.extra-margin{margin-bottom: 2%}.practice-hello-tabs-item{width: 22%; display: inline-block; margin-left: 4%; margin-top: 2%}.practice-hello-tabs-item a{text-decoration: none}.practice-hello-tabs-item-node{background: #999999; cursor: pointer; text-align: center; font-size: 16px; color: #fff; font-weight: 700; padding: 5px 0; border-radius: 4px;}.practice-hello-tabs-item:nth-child(4n){margin-left: 0}.practice-hello-tabs-item.active .practice-hello-tabs-item-node{background: #0099ff}.practice #page-content-wrapper h2{text-align: center}.practice #page-content-wrapper #practice-hello-pm{width: 280px}.practice #page-content-wrapper #practice-hello-pm .icon a svg.fa-envelope,.practice #page-content-wrapper #practice-hello-pm .icon a svg.fa-envelope-open{color: #00c2f3}.practice #page-content-wrapper #practice-hello-pm .caption,.practice #page-content-wrapper #practice-hello-deactivation-timer .caption{line-height: 40px; height: 40px}#practice-hello-categories-container,#practice-hello-chapters-container,#practice-hello-accessories-container{clear: both; padding-top: 30px}.practice-hello-categories-item,.practice-hello-chapters-item,.practice-hello-accessories-item{display: none}.practice-hello-categories-item:first-child,.practice-hello-chapters-item:first-child,.practice-hello-accessories-item:first-child{display: block}.practice-hello-categories-item-wrapper,.practice-hello-chapters-item-wrapper{width: 25%; float: right; overflow: hidden; height: 270px; margin-top: 10px;}.practice-hello-categories-item-wrapper-img,.practice-hello-chapters-item-wrapper-img{text-align: center; margin-top: 15px;}.practice-hello-categories-item-wrapper-img{position: relative; margin-top: 0px;}.practice-hello-categories-item-wrapper-img img{width: 60px; position: absolute; top: 35px; left: 0; right: 0; margin-left: auto; margin-right: auto;}.practice-hello-chapters-item-wrapper-img img,.practice-curriculum-item-img img{width: 80px; border-radius: 5px;}.practice-hello-categories-item-wrapper-title,.practice-hello-chapters-item-wrapper-title{font-size: 22px; color: #3c3c3b; font-weight: 700; text-align: center; margin-top: 15px}.practice-hello-categories-item-wrapper-title{margin-top: 0px;}.practice-hello-categories-item-wrapper-stats,.practice-hello-chapters-item-wrapper-stats{margin-top: 0px; font-size: 15px; color: #0099ff; font-weight: 700; text-align: center;}.practice-hello-categories-item-wrapper-actions,.practice-hello-chapters-item-wrapper-actions{margin-top: 6px; text-align: center}.practice-hello-categories-item-wrapper-actions-item,.practice-hello-chapters-item-wrapper-actions-item{display: inline-block; margin-right: 5px}.practice-hello-categories-item-wrapper-actions-item:first-child,.practice-hello-chapters-item-wrapper-actions-item:first-child{margin-right: 0}.practice-hello-categories-item-wrapper-actions-item a,.practice-hello-chapters-item-wrapper-actions-item a{color: #fff; font-size: 14px; font-weight: 700; padding: 5px 15px; text-decoration: none; border-radius: 3px;}.practice-hello-categories-item-wrapper-actions-item.learn a{background: #999999}.practice-hello-categories-item-wrapper-actions-item.work a,.practice-hello-chapters-item-wrapper-actions-item.work a{background: #0099ff}.practice-hello-categories-item-wrapper-actions-item.reset a,.practice-hello-chapters-item-wrapper-actions-item.reset a{background: #ff6699}.practice-hello-categories-item-progress{width: 100%; clear: both; overflow: hidden; border: 1px solid #d3d3d3; padding: 20px; display: none}.practice-hello-categories-item-progress-info{overflow: hidden}.practice-hello-categories-item-progress-info-img{width: 40px; float: right; margin-top: 5px; margin-left: 15px}.practice-hello-categories-item-progress-info-img img{width: 100%; border-radius:3px;}.practice-hello-categories-item-progress-info-title{font-size: 28px; color: #3c3c3b; font-weight: 700; display: block; overflow: hidden}.practice-hello-categories-item-progress-summary{clear: both; margin-top: 15px}.practice-hello-categories-item-progress-summary-title{font-size: 18px; color: #575756}.practice-hello-categories-item-progress-summary-bar{margin-top: 5px}.practice-hello-categories-item-progress-summary-bar .progress{background: #efefef; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 8px; height: 20px}.practice-hello-categories-item-progress-summary-bar .progress .progress-bar.total-solved{background: #09f}.practice-hello-categories-item-progress-summary-bar .progress .progress-bar.total-success{background: #33cccc}.practice-hello-categories-item-progress-data-item{text-decoration: none!important; background-color: #efefef; border-radius: 7px; border: none!important; width: 23%; margin-right: 4px; margin-left: 4px; min-height: 50px; float: right; overflow: hidden; margin-top: 15px;}.practice-hello-categories-item-progress-data-item:hover{background-color: #cbcbcb;}.practice-hello-categories-item-progress-data-item.starter{border-right: 1px solid #d3d3d3}.practice-hello-categories-item-progress-data-item-title{color: #09f; font-size: 15px; font-weight: 700;}.practice-hello-categories-item-progress-data-item-title,.practice-hello-categories-item-progress-data-item-success{font-size: 15px; text-align: center}.practice-hello-categories-item-progress-data-item-title a{color: #09f; font-size: 15px; font-weight: 700; text-decoration: none}.practice-hello-categories-item-progress-data-item-title.solved{color: #f69;}.practice-hello-tabs-item-node:hover{background: #6c6c6c;}.practice-hello-categories-item-progress-data-item-title.solved a{color: #f69}.practice #page-content-h1{margin-bottom: 15px}#practice-questions-info,#practice-questions-info h2,#practice-questions-info h3,#practice-questions-info-wrapper{text-align: center}#practice-questions-info img{margin-top: 10px}#practice-questions-info-wrapper{color: #2567dc; font-size: 24px; font-weight: 700; margin-top: 10px}#page-content-container.practice.v1 #practice-questions-info,#page-content-container.practice.v1 #practice-questions-info h2,#page-content-container.practice.v1 #practice-questions-info h3{text-align: right}#page-content-container.practice.v1 #practice-questions-info .title{margin-top: 10px}.title small{margin: 10px 0; display: inline-block}#page-content-container.practice.v1 #practice-questions-info h1{color: #404041; font-size: 24px}#page-content-container.practice.v1 #practice-questions-info h2{color: #26a1d1; display: inline}#page-content-container.practice.v1 #practice-questions-info h2:after{content: " "}#page-content-container.practice.v1 #practice-questions-info img,#page-content-container.practice.v1 #practice-questions-info #practice-questions-info-wrapper{margin-top: 0}#page-content-container.practice.v1 #practice-questions-info #practice-questions-info-wrapper{color: #26a1d1; font-size: 24px; display: inline}#page-content-container.practice.v1.answers #practice-questions-info #practice-questions-info-wrapper{color: #404041; font-size: 18px; display: block}#practice-questions-info h2#ranking{font-size: 36px}#practice-questions-data-progress{margin-top: 15px}#practice-questions-data-progress .progress .progress-bar{background: #ffc420}.practice-questions-img,.practice-questions-data-preview-img{text-align: center; margin-top: 15px}.practice-questions-data-preview-img.sticky{background: #fff; position: fixed; z-index: 999; margin: 0 auto; padding-bottom: 5px; top: 0; left: 0; right: 0; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5)}.pdfobject-container{width: 800px; margin: 15px auto 0}.pdfobject-container object{width: 100%; height: 640px}#page-content-container.practice.v1 #page-content-wrapper #practice-questions-data-copyright{margin-top: 30px}#page-content-container.practice.v1 #page-content-wrapper .practice-questions-data-preview-img{margin-bottom: 15px}#page-content-container.practice.v1 #page-content-wrapper .owl-carousel .owl-item img{width: auto; margin-right: auto; margin-left: auto}.practice-questions-data-item-sidebar{width: 70px; float: right; margin-left: 30px}.practice-questions-data-item-sidebar-index{font-size: 24px; font-weight: 700; text-align: center}.practice-questions-data-item-sidebar-mark{text-align: center}.practice-questions-data-item-wrapper-answers-info{font-size: 18px; font-weight: 700}.practice-questions-data-item-wrapper-answers-options .data .node .digit.correct,.practice-questions-data-item-sidebar-mark .fa-check,.practice-questions-data-item-wrapper-answers-info .correct{color: #0f9d58}.practice-questions-data-item-wrapper-answers-options .data .node .digit.incorrect,.practice-questions-data-item-sidebar-mark .fa-times,.practice-questions-data-item-wrapper-answers-info .incorrect{color: #dd0078}.practice-questions-data-item-sidebar-forum{text-align: center}.practice-questions-data-item-sidebar-forum img{width: 70px; height: 60px}#page-content-container.practice.answers #practice-questions-data .practice-questions-data-item .practice-questions-data-item-sidebar .practice-questions-data-item-sidebar-index,#page-content-container.practice.answers #practice-questions-data .practice-questions-data-item .practice-questions-data-item-sidebar .practice-questions-data-item-sidebar-mark{float: right}#page-content-container.practice.answers #practice-questions-data .practice-questions-data-item .practice-questions-data-item-sidebar .practice-questions-data-item-sidebar-mark{margin-top: 5px; margin-right: 10px}.practice-questions-data-item-wrapper{display: block; overflow: hidden}.practice-questions-data-item-wrapper-input,.practice-questions-data-item-wrapper-buttons{margin-top: 30px}.practice-questions-data-item-wrapper-input{width: 40%}.practice-questions-data-item-wrapper-input .control-label{padding: 6px 0}.practice-questions-data-item-wrapper-buttons-options{float: right}.practice-questions-data-item-wrapper-buttons-2 .practice-questions-data-item-wrapper-buttons-options{width: 50%}.practice-questions-data-item-wrapper-buttons-3 .practice-questions-data-item-wrapper-buttons-options{width: 33.33%}.practice-questions-data-item-wrapper-buttons-4 .practice-questions-data-item-wrapper-buttons-options{width: 25%}.practice-questions-data-item-wrapper-buttons-5 .practice-questions-data-item-wrapper-buttons-options{width: 20%}.practice-questions-data-item-wrapper-buttons-6 .practice-questions-data-item-wrapper-buttons-options{width: 16.667%}.practice-questions-data-item-wrapper-buttons-7 .practice-questions-data-item-wrapper-buttons-options{width: 13.667%;}.practice-questions-data-item-wrapper-buttons-8 .practice-questions-data-item-wrapper-buttons-options{width: 11.667%;}.practice-questions-data-item-wrapper-buttons-9 .practice-questions-data-item-wrapper-buttons-options{width: 10.667%;}.practice-questions-data-item-wrapper-buttons-options-digit{width: 40px; height: 40px; color: #fff; font-size: 20px; font-weight: 700; margin: 0 auto; text-align: center; background: #2567dc; padding-top: 5px; -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; cursor: pointer}.practice-questions-data-item-wrapper-buttons-options-digit.active{background: #3c3c3b}.practice-questions-data-item-wrapper-question-credit{color: #404041; border-top: 2px solid #26a1d1; border-bottom: 2px solid #26a1d1; font-size: 18px; font-weight: 700; padding-top: 15px; padding-bottom: 15px; margin-bottom: 15px}#carousel-nav,.practice-questions-btn-wrapper{margin-top: 60px; margin-bottom: 30px}.practice-questions-btn-wrapper.tbmargin{margin-top: 30px}.practice-questions-btn-wrapper.nomargin{margin-top: 30px; margin-bottom: 0}#page-content-container.practice.answers #practice-questions-data .practice-questions-data-item .practice-questions-data-item-wrapper .practice-questions-data-item-wrapper-question,#page-content-container.practice.answers #practice-questions-data .practice-questions-data-item .practice-questions-data-item-wrapper .practice-questions-data-item-wrapper-answers-solution,#page-content-container.practice.answers #practice-questions-data .practice-questions-data-item .practice-questions-data-item-wrapper .practice-questions-data-item-wrapper-answers-solution-img,#page-content-container.practice.answers #practice-questions-data .practice-questions-data-item .practice-questions-data-item-wrapper .practice-questions-data-item-wrapper-answers-options,#page-content-container.practice.answers #practice-questions-data .practice-questions-data-item .practice-questions-data-item-wrapper .practice-questions-data-item-wrapper-answers-options .data{margin-top: 15px}.ltr .practice-questions-data-item-sidebar{float: left; margin-right: 30px; margin-left: 0}.ltr .practice-questions-data-item-sidebar-index,.ltr .practice-questions-data-item-wrapper-question,.ltr .practice-questions-data-item-wrapper-buttons-options .node,#practice-questions-data.ltr .practice-questions-data-paragraphs,#practice-questions-data.ltr .practice-questions-data-item-wrapper-answers-options .data{direction: ltr; text-align:left;}.ltr .practice-questions-data-item-wrapper-buttons-options{float: left}.ltr .practice-questions-data-item-wrapper-buttons-options .node{text-align: center; margin-top: 15px}#page-content-container.practice.answers #practice-questions-data.ltr .practice-questions-data-item .practice-questions-data-item-sidebar .practice-questions-data-item-sidebar-index,#page-content-container.practice.answers #practice-questions-data.ltr .practice-questions-data-item .practice-questions-data-item-sidebar .practice-questions-data-item-sidebar-mark{float: left}#page-content-container.practice.answers #practice-questions-data.ltr .practice-questions-data-item .practice-questions-data-item-sidebar .practice-questions-data-item-sidebar-mark{margin-right: 0; margin-left: 10px}#practice-questions-data.ltr .practice-questions-data-preview-img,#practice-questions-data.ltr .practice-questions-data-item-wrapper-question,#practice-questions-data.ltr .wrapper .owl-carousel .item .practice-questions-data-item-wrapper-buttons-options .node,#practice-questions-data.ltr .practice-questions-data-item-wrapper-answers-solution-img,#practice-questions-data.ltr .practice-questions-data-paragraphs-wrapper,#practice-questions-data.ltr .practice-questions-data-item-wrapper-answers-options .data .node{font-size: 18px; line-height: 150%}#practice-questions-data.ltr .wrapper .owl-carousel .item .practice-questions-data-item-wrapper-buttons-options{float: none; width: 100%; clear: both}#practice-questions-data.ltr .wrapper .owl-carousel .item .practice-questions-data-item-wrapper-buttons-options .node{display: flex; align-items: center; text-align: left; min-height: 40px}#practice-questions-data.ltr .wrapper .owl-carousel .item .practice-questions-data-item-wrapper-buttons-options .practice-questions-data-item-wrapper-buttons-options-digit{float: left; margin-right: 10px}#practice-timer-container{position: fixed; top: 1em; left: 1em}#practice-timer-container button{direction: ltr}#practice-timer-container svg{vertical-align: middle; margin-top: -5px; margin-right: 5px}#practice-timer,#practice-timer-minutes,#practice-timer-dots,#practice-timer-seconds{display: inline-block}#practice-timer-minutes,#practice-timer-dots,#practice-timer-seconds{font-size: 24px}#practice-timer-minutes{width: 20px}#practice-timer-dots{width: 10px}#practice-timer-seconds{width: 30px}#practice-questions-p .page-content-wrapper-anchors-item-content{padding: 15px 0}#practice-questions-data.ltr .practice-questions-data-paragraphs-wrapper{margin-left: 5%; position: relative}#practice-questions-data.ltr .practice-questions-data-paragraphs-wrapper p{text-indent: 5%}#practice-questions-data.ltr .practice-questions-data-paragraphs-line-numbering{width: 5%; position: absolute}#practice-questions-data.ltr .practice-questions-data-paragraphs-line-numbering .item{color: #6d6e70; visibility: hidden; display: block}#practice-questions-data.ltr .practice-questions-data-paragraphs-line-numbering .item.visible{visibility: visible}#practice-questions-data.ltr .practice-questions-data-item-wrapper-answers-options .data .node .digit{font-weight: 700; width: 40px; display: inline-block}.message>.wrapper{position: relative; margin-left: 5%}#practice-curriculum{margin-top: 30px}.practice-curriculum-item{width: 22%; float: right; text-align: center; margin-right: 4%; margin-bottom: 4%}.practice-curriculum-item.starter{margin-right: 0}.practice-curriculum-item a{color: #404041; text-decoration: none}.practice-curriculum-item-img img{width: 100px}.practice-curriculum-item-title{margin-top: 15px; font-size: 21px}#practice-curriculum-item-img{width: 80px; float: right; padding: 7px 7px 15px 15px}#practice-curriculum-item-img.practice-curriculum-item-img img{width: 80px}#practice-curriculum-daypicker .form-container{width: 40%}#practice-curriculum-books{margin-bottom: 200px}.practice-curriculum-books-item{width: 65%; margin-top: 30px; margin-right: auto; margin-left: auto}.practice-curriculum-books-item-title{color: #fff; font-size: 24px; padding: 0 15px}.practice-curriculum-books-item-tasks{clear: both; margin-top: 15px; margin-right: 15px; margin-left: 15px}.practice-curriculum-books-item-tasks-node{margin-top: 15px}.practice-curriculum-books-item-tasks-node svg{margin-left: 10px; cursor: pointer; vertical-align: middle}.practice-curriculum-books-item-tasks-node span,.practice-curriculum-books-item-tasks-node a{font-size: 18px}.practice-curriculum-books-item-tasks-node a{color: inherit; text-decoration: underline}.floating-label-form-group{position: relative}.floating-label-form-group input{position: relative; z-index: 1; height: 44px}.floating-label-form-group label{pointer-events: none; position: absolute; top: 1em; right: 12px; opacity: 0; z-index: 2; font-size: 12px; line-height: 200%; -webkit-transition: top .3s ease, opacity .3s ease; -moz-transition: top .3s ease, opacity .3s ease; -ms-transition: top .3s ease, opacity .3s ease; transition: top .3s ease, opacity .3s ease}.floating-label-form-group-with-value label{top: 0; opacity: 1}.floating-label-form-group-with-focus label{color: #333}.floating-label-form-group-with-value input{padding-top: 16px}.leads-widget,.free-practice-widget{overflow: hidden; margin-bottom: 15px}.leads-widget svg.fa-thumbs-up{color: #4285f4}.leads-widget-title,.why-choose-us-widget-title{font-size: 16px; font-weight: 700; text-align: center; margin-top: 15px; margin-bottom: 15px}.leads-widget .shop-products-item-actions-button{margin-right: auto; margin-left: auto}.leads-widget .shop-products-item-actions-button .img{padding-right: 5px}.leads-widget .shop-products-item-purchase-via-phone-form{float: none; margin-right: auto; margin-left: auto}.why-choose-us-widget{background: #f9f9f9; margin-right: 45px; margin-left: 45px; margin-bottom: 15px; padding: 20px}.why-choose-us-widget-title{font-size: 20px; margin-top: 0}.why-choose-us-widget-wrapper-item{font-size: 16px; margin-right: 30px; margin-top: 10px}.why-choose-us-widget-wrapper-item svg{color: #de0078; font-size: 20px; margin-left: 10px}.why-choose-us-widget-wrapper-btn{margin-top: 10px}.why-choose-us-widget-wrapper-btn a{color: #2567dc; font-size: 24px; text-decoration: underline}.free-practice-widget a svg.fa-gift{margin-left: 5px}.free-practice-widget a span{font-size: 16px}#practice-words button:focus,#psychometric-score-calculator button:focus{outline: 0}#practice-words-navbar-header{border-bottom: 2px solid #e6e7e8; width: 100%; padding-top: 15px; padding-bottom: 15px; overflow: hidden}.practice-words-navbar-header-item,.practice-words-navbar-footer-item,.practice-words-navbar-header-breadcrumbs-item{width: 25%; float: right; text-align: center; border-left: 2px solid #929497}.practice-words-navbar-header-item:last-child,.practice-words-navbar-footer-item:last-child{border-left: 0}.practice-words-navbar-header-item a{color: #58595b; font-size: 14px; text-decoration: none}.practice-words-navbar-header-item a img{width: 64px; height: 64px; margin: 0 auto 10px; display: block}#practice-words-navbar-header-breadcrumbs{margin-bottom: 20px; overflow: hidden}.practice-words-navbar-header-breadcrumbs-item{border-left: 0}.practice-words-navbar-header-breadcrumbs-item.active{border-top: 6px solid #00c2f3}#practice-words-navbar-footer{border-top: 2px solid #e6e7e8; width: 100%; padding-top: 15px; margin-top: 90px; overflow: hidden}.practice-words-navbar-footer-item{width: 33.33%}.practice-words-navbar-footer-item a img{width: 32px; height: 28px}.practice-words-wod{background: #00c2f3; width: 100%; overflow: hidden; min-height: 150px}.practice-words-wod-img{width: 100px; float: right}.practice-words-wod-img div{position: absolute; margin-top: 15px; margin-right: 15px}.practice-words-wod-img div img{width: 100px; height: 175px}.practice-words-wod-wrapper{text-align: center; color: #fff; padding-top: 30px; padding-bottom: 30px; display: block; overflow: hidden}.practice-words-wod-wrapper div{margin-left: 100px}.practice-words-wod-wrapper-title{font-size: 32px; font-weight: 700}.practice-words-wod-wrapper-word{font-size: 24px}.practice-words-wod-wrapper-meaning{font-size: 18px}#practice-words-wod-en{margin-top: 30px}#practice-words-wod-en .practice-words-wod-wrapper div{margin-right: 0; margin-left: 0}#practice-words-wod-en .practice-words-wod-img{float: left}#practice-words-wod-en .practice-words-wod-img div{margin-top: 60px}#practice-words-wod-en .practice-words-wod-img div img{width: 70px; height: 102px}.practice-words-stage,#psychometric-exams-analyzer .wrapper .section .stage{border-top: 1px solid #e6e7e8; border-bottom: 1px solid #e6e7e8; width: 100%; margin-top: 30px; margin-bottom: 30px}.practice-words-stage-num,#psychometric-exams-analyzer .wrapper .section .stage-num{font-size: 28px; width: 0; float: right; text-align: center}.practice-words-stage-name,#psychometric-exams-analyzer .wrapper .section .stage-name{display: block; overflow: hidden; text-align: center}.practice-words-stage-name-wrapper,#psychometric-exams-analyzer .wrapper .section .stage-name-wrapper{width: 280px; margin: 0 auto}.practice-words-stage-name-wrapper h2,#practice-words-start-here .practice-words-stage-name-wrapper button,#psychometric-score-calculator input[type="submit"],#psychometric-exams-analyzer .wrapper #psychometric-exams-start-here .stage-name-wrapper button,#psychometric-exams-analyzer .wrapper .section .stage-name-wrapper h2{color: #fff; font-size: 18px; padding-top: 10px; padding-bottom: 10px}#psychometric-exams-analyzer .wrapper #psychometric-exams-picker .stage-num,#practice-words-category-picker .practice-words-stage-num,#practice-words-quiz-picker .practice-words-stage-num{color: #b0bc36}#psychometric-exams-analyzer .wrapper #psychometric-exams-picker .stage-name-wrapper,#practice-words-category-picker .practice-words-stage-name-wrapper,#practice-words-quiz-picker .practice-words-stage-name-wrapper{background: #b0bc36}#practice-words-letter-picker .practice-words-stage-num{color: #f05c59}#practice-words-letter-picker .practice-words-stage-name-wrapper{background: #f05c59}#psychometric-exams-analyzer .wrapper #psychometric-exams-creator .stage-num,#practice-words-knowledge-picker .practice-words-stage-num{color: #ffc420}#psychometric-exams-analyzer .wrapper #psychometric-exams-creator .stage-name-wrapper,#practice-words-knowledge-picker .practice-words-stage-name-wrapper{background: #ffc420}#psychometric-exams-analyzer .wrapper #psychometric-exams-start-here .stage-num,#practice-words-start-here .practice-words-stage-num{color: #00c2f3}#psychometric-exams-analyzer .wrapper #psychometric-exams-start-here .stage-name-wrapper,#practice-words-start-here .practice-words-stage-name-wrapper,#psychometric-score-calculator input[type="submit"]{background: #00c2f3}.practice-words-btn-group{width: 280px; margin: 0 auto; overflow: hidden}.practice-words-btn-group button,#psychometric-score-calculator .config-btn-group button{background: transparent; font-size: 17px; border: 1px solid #a6a8ab; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 50px}.practice-words-btn-group button.active,#psychometric-score-calculator .config-btn-group button.active{color: #00c2f3; border: 3px solid #00c2f3}#practice-words-language-picker .practice-words-btn-group button{width: 48%; float: right}#practice-words-language-picker .practice-words-btn-group button#practice-words-language-picker-en{margin-left: 4%}#practice-words-category-picker .practice-words-btn-group .practice-words-btn{width: 22%}#practice-words-category-picker .practice-words-btn-group .practice-words-btn button{width: 100%; height: 60px}#practice-words-category-picker .practice-words-btn-group .practice-words-btn button img{width: 40px; height: 40px}#practice-words-category-picker .practice-words-btn-group .practice-words-btn-name{font-size: 12px; min-height: 30px; text-align: center}#practice-words-category-picker .practice-words-btn-group #practice-words-category-picker-he .practice-words-btn{margin-left: 4%; float: right}#practice-words-category-picker .practice-words-btn-group #practice-words-category-picker-en .practice-words-btn{margin-right: 4%; float: left; text-transform: capitalize}#practice-words-category-picker .practice-words-btn-group #practice-words-category-picker-he .practice-words-btn.grp{margin-right: 2.5%}#practice-words-category-picker .practice-words-btn-group #practice-words-category-picker-en .practice-words-btn.grp{margin-left: 2.5%}#practice-words-category-picker .practice-words-btn-group #practice-words-category-picker-he .practice-words-btn.starter{margin-left: 0}#practice-words-category-picker .practice-words-btn-group #practice-words-category-picker-en .practice-words-btn.starter{margin-right:0}#practice-words-category-picker .practice-words-btn-group .practice-words-btn.grp button{height: 50px}#practice-words-category-picker .practice-words-btn-group .practice-words-btn button .fa-layers-text{background: #00c2f3; color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-weight: 700; width: 2.5em; padding-top: .25em; padding-bottom: .25em}#practice-words-category-picker .practice-words-btn-group .practice-words-btn button svg{color: #999}#practice-words-letter-picker .practice-words-btn-group button,#practice-words-category-picker .practice-words-btn-group .practice-words-btn.grp{width: 18%; margin-top: 2.5%}#practice-words-letter-picker .practice-words-btn-group #practice-words-letter-picker-he button{margin-right: 2.5%; float: right}#practice-words-letter-picker .practice-words-btn-group #practice-words-letter-picker-en button{margin-left: 2.5%; float: left; text-transform: capitalize}#practice-words-letter-picker .practice-words-btn-group #practice-words-letter-picker-he button.starter{margin-right: 0}#practice-words-letter-picker .practice-words-btn-group #practice-words-letter-picker-en button.starter{margin-left: 0}#practice-words-knowledge-picker .practice-words-btn-group button{width: 30%; float: right; margin-left: 5%}#practice-words-knowledge-picker .practice-words-btn-group button:last-child{margin-left: 0}#practice-words-category-picker .practice-words-btn-group #practice-words-category-picker-he button[data-val="all"],#practice-words-category-picker .practice-words-btn-group #practice-words-category-picker-en button[data-val="all"],#practice-words-letter-picker .practice-words-btn-group #practice-words-letter-picker-he button[data-val="all"],#practice-words-letter-picker .practice-words-btn-group #practice-words-letter-picker-en button[data-val="all"],#practice-words-knowledge-picker .practice-words-btn-group button[data-val="all"]{width: 100%; margin: 0 0 4%}#psychometric-exams-analyzer .wrapper #psychometric-exams-start-here .stage-name-wrapper button,#practice-words-start-here .practice-words-stage-name-wrapper button{background: transparent; border: 0; width: 100%}#practice-words #forms-feedback{margin-top: 20px}.practice-words-prepare-filtering #practice-words-letter-picker-he,.practice-words-prepare-filtering #practice-words-letter-picker-en,.practice-words-prepare-filtering #practice-words-letter-picker{margin-top: 15px}.practice-words-prepare-filtering-item,.practice-words-do-filtering-section{border-top: 1px solid #e6e7e8; margin-top: 15px; padding-top: 15px; width: 100%; clear: both}.practice-words-do-filtering-section.noborder{border-top: 0; margin-top: 0; padding-top: 0}.practice-words-prepare-filtering-item-letter,.practice-words-prepare-filtering-item-title{color: #6d6e70; font-size: 21px; width: 25%; float: right; margin-left: 15px; line-height: 35px; text-transform: capitalize}.practice-words-prepare-filtering-item.categorized .practice-words-prepare-filtering-item-title{color: #929497; font-size: 19px; width: 25%}.practice-words-prepare-filtering-item.categorized .practice-words-prepare-filtering-item-title,.practice-words-prepare-filtering-item.categorized .practice-words-prepare-filtering-item-btn-group,.practice-words-prepare-filtering-item.categorized .practice-words-prepare-filtering-item-stats .wrapper{height: 80px; display: flex; align-items: center}.practice-words-prepare-filtering-item.categorized .practice-words-prepare-filtering-item-stats .wrapper .progress{width: 100%}.practice-words-prepare-filtering-item-btn-group{width: 20%; float: left; margin-right: 15px}.practice-words-prepare-filtering-item-btn-group .do,.practice-words-prepare-filtering-item-btn-group .quiz,.practice-words-prepare-filtering-item-btn-group .reset{color: #fff; font-size: 17px; border: 0; width: 30%; height: 35px}.practice-words-prepare-filtering-item-btn-group .do{background: #00c2f3; margin-left: 5%}.practice-words-prepare-filtering-item-btn-group .quiz{background: #399; margin-left: 5%}.practice-words-prepare-filtering-item-btn-group .reset{background: #f05c59}.practice-words-prepare-filtering-item-stats{display: block; overflow: hidden}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node .progress,.practice-words-prepare-filtering-item-stats .progress,#practice-words-do-brainwash-progress .progress,#practice-questions-data-progress .progress{background: transparent; border: 1px solid #e6e7e8; height: 35px; margin-bottom: 0}.practice-words-prepare-filtering-item-stats .progress .progress-bar.status-1{background: #b0bc36}.practice-words-prepare-filtering-item-stats .progress .progress-bar.status-2{background: #ffc420}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node .progress,#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node .progress .progress-bar,.practice-words-prepare-filtering-item-stats .progress,.practice-words-prepare-filtering-item-stats .progress .progress-bar,#practice-words-do-brainwash-progress .progress,#practice-words-do-brainwash-progress .progress .progress-bar,#practice-questions-data-progress .progress,#practice-questions-data-progress .progress .progress-bar{-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none}#practice-words-do-filtering-stats{background: #f1f1f2; width: 100%; overflow: hidden; padding-top: 30px; padding-bottom: 30px}#practice-words-do-filtering-stats.extra-margin{margin-top: 15px}#practice-words-do-filtering-stats-title{width: 25%; float: right; text-transform: capitalize}#practice-words-do-filtering-stats-title h2{line-height: 200px; height: 200px}#practice-words-do-filtering-stats-legacy{width: 25%; float: left}#practice-words-do-filtering-stats-legacy-wrapper{width: 100%; height: 200px; display: table-cell; vertical-align: middle}.practice-words-do-filtering-stats-legacy-wrapper-item svg{margin-left: 5px}.practice-words-do-filtering-stats-legacy-wrapper-item .node{font-size: 16px}#practice-words-do-filtering-stats-donut,.practice-words-do-filtering-section-category-name{display: block; overflow: hidden}#practice-words-do-filtering{clear: both}#practice-words-do-filtering.en .practice-words-do-filtering-section-data-item-contents-word{text-align: right; direction: ltr}#practice-words-do-filtering .practice-words-do-filtering-section:first-child{margin-top: 0}.practice-words-do-filtering-section-category{cursor: pointer}.practice-words-do-filtering-section-category-icon,.practice-words-do-filtering-section-category-btn,.practice-words-do-filtering-section-category-total-words{float: right; margin-right: 15px; margin-left: 15px}.practice-words-do-filtering-section-category-total-words-wrapper,.practice-words-do-filtering-section-category-icon-wrapper{width: 80px}.practice-words-do-filtering-section-category-icon-wrapper img{border: 3px solid #00c2f3; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; width: 80px; height: 80px; padding: 5px}.practice-words-do-filtering-section-category-btn,.practice-words-do-filtering-section-category-total-words{float: left}.practice-words-do-filtering-section-category-btn-wrapper,.practice-words-do-filtering-section-category-total-words-wrapper,.practice-words-do-filtering-section-category-name{height: 80px; display: table-cell; vertical-align: middle}.practice-words-do-filtering-section-category-btn-wrapper a,.practice-words-do-filtering-section-data-item-assoc-box .btn,#practice-words-do-brainwash-assoc-box .btn{background: #00c2f3; color: #fff; font-size: 17px; padding: 5px 20px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px}.practice-words-do-filtering-section-category-name{color: #929497; font-size: 19px}.practice-words-do-filtering-section-category-total-words-wrapper{color: #6d6e70; font-size: 17px}.practice-words-do-filtering-section-data{clear: both}.practice-words-do-filtering-section-data-item{border-top: 1px solid #d1d3d4; padding-top: 10px; padding-bottom: 10px; margin-top: 10px; clear:both;}.practice-words-do-filtering-section-data-item-icon{color: #f15c59; float: right; margin-right: 15px; margin-left: 15px}.practice-words-do-filtering-section-data-item-icon svg.fa-angle-left{font-size: 42px}.practice-words-do-filtering-section-data-item-audio,.practice-words-do-filtering-section-data-item-assoc{padding-left: 15px}#practice-words-do-brainwash-audio,#practice-words-do-brainwash-assoc{text-align: center; margin-top: 15px}.practice-words-do-filtering-section-data-item-audio a.btn,#practice-words-do-brainwash-audio a.btn,.practice-words-do-filtering-section-data-item-assoc a.btn,#practice-words-do-brainwash-assoc a.btn{background: #00c2f3; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px}.practice-words-do-filtering-section-data-item-audio a.btn svg,#practice-words-do-brainwash-audio a.btn svg,.practice-words-do-filtering-section-data-item-assoc a.btn svg,#practice-words-do-brainwash-assoc a.btn svg{color: #fff; font-size: 1.5em}.practice-words-do-filtering-section-data-item-contents{color: #58595b; display: block; overflow: hidden}.practice-words-do-filtering-section-data-item-contents-word{font-size: 21px; cursor: pointer; line-height: 42px}.practice-words-do-filtering-section-data-item-contents-meaning{font-size: 18px}.practice-words-do-filtering-section-data-item-buttons{width: 40%; margin: 10px auto 5px; clear:both;}.practice-words-do-filtering-section-data-item-buttons-item{width: 30%; float: right; margin-right: 5%}.practice-words-do-filtering-section-data-item-buttons-item a{border: 2px solid #d1d3d4; text-decoration: none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding-top: 5px; display: block}.practice-words-do-filtering-section-data-item-buttons-item a svg{font-size: 36px; margin-right: 15px; margin-left: 10px; margin-bottom: 5px; vertical-align: middle}.practice-words-do-filtering-section-data-item-buttons-item a span{color: #58595b; font-size: 18px}.practice-words-do-filtering-stats-legacy-wrapper-item.status-1 svg,.practice-words-do-filtering-section-data-item.status-1 svg,.practice-words-do-filtering-section-data-item-buttons-item[data-newstatus="1"] a svg,#practice-words-do-brainwash-actions button[data-newstatus="1"] svg{color: #92c83e}.practice-words-do-filtering-stats-legacy-wrapper-item.status-2 svg,.practice-words-do-filtering-section-data-item.status-2 svg,.practice-words-do-filtering-section-data-item-buttons-item[data-newstatus="2"] a svg,#practice-words-do-brainwash-actions button[data-newstatus="2"] svg{color: #f78d39}.practice-words-do-filtering-stats-legacy-wrapper-item.status-3 svg,.practice-words-do-filtering-section-data-item.status-3 svg,.practice-words-do-filtering-section-data-item-buttons-item[data-newstatus="3"] a svg,#practice-words-do-brainwash-actions button[data-newstatus="3"] svg{color: #f15c59}.practice-words-do-filtering-section-data-item.status-1 .practice-words-filtering-section-data-item-buttons-item[data-newstatus="1"] a,.practice-words-do-filtering-section-data-item-buttons-item.active[data-newstatus="1"] a,.practice-words-do-filtering-section-data-item-buttons-item[data-newstatus="1"] a:hover,#practice-words-do-brainwash-actions button.active[data-newstatus="1"],#practice-words-do-brainwash-actions button[data-newstatus="1"]:hover{border-color: #92c83e}.practice-words-do-filtering-section-data-item.status-2 .practice-words-filtering-section-data-item-buttons-item[data-newstatus="2"] a,.practice-words-do-filtering-section-data-item-buttons-item.active[data-newstatus="2"] a,.practice-words-do-filtering-section-data-item-buttons-item[data-newstatus="2"] a:hover,#practice-words-do-brainwash-actions button.active[data-newstatus="2"],#practice-words-do-brainwash-actions button[data-newstatus="2"]:hover{border-color: #f78d39}.practice-words-do-filtering-section-data-item.status-3 .practice-words-filtering-section-data-item-buttons-item[data-newstatus="3"] a,.practice-words-do-filtering-section-data-item-buttons-item.active[data-newstatus="3"] a,.practice-words-do-filtering-section-data-item-buttons-item[data-newstatus="3"] a:hover,#practice-words-do-brainwash-actions button.active[data-newstatus="3"],#practice-words-do-brainwash-actions button[data-newstatus="3"]:hover{border-color: #f15c59}.practice-words-do-filtering-section-data-item-assoc a.btn,#practice-words-do-brainwash-assoc a.btn{background: #f15c59}.practice-words-do-filtering-section-data-item-assoc-box{margin-right: 15px; margin-left: 15px; clear:both;}.practice-words-do-filtering-section-data-item-assoc-box label.control-label,#practice-words-do-brainwash-assoc-box label.control-label{font-size: 18px; font-weight: 400}.practice-words-do-filtering-section-data-item-assoc-box textarea,.practice-words-do-filtering-section-data-item-assoc-box textarea:focus,#practice-words-do-brainwash-assoc-box textarea,#practice-words-do-brainwash-assoc-box textarea:focus{background: #f1f1f2; border: 0; border-bottom: 3px solid #00c2f3; outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none}.practice-words-do-filtering-section-data-item-assoc-box textarea.filled,#practice-words-do-brainwash-assoc-box textarea.filled{background: transparent}.practice-words-do-filtering-section-data-item-assoc-box .help-block,#practice-words-do-brainwash-assoc-box .help-block{display: none; text-align: center}#practice-words .alert.alert-info svg{margin-left: 5px}#practice-words-do-brainwash-nav,#practice-words-do-brainwash-progress-caption,#practice-questions-data-progress-caption{color: #6d6e70; font-size: 22px; text-align: center; margin-bottom: 15px}#practice-words-do-brainwash-word{color: #007bc1; font-size: 30px; font-weight: 700; text-align: center; text-transform: capitalize}#practice-words-do-brainwash-featured,#practice-words-do-brainwash-assoc-box{margin-top: 15px}#practice-words-do-brainwash-featured #practice-words-do-brainwash-audio,#practice-words-do-brainwash-featured #practice-words-do-brainwash-assoc{margin-top: 0}#practice-words-do-brainwash-assoc-box{color: #58595b; font-size: 16px; margin-bottom: 15px}#practice-words-do-brainwash-assoc-box .btn{margin-top: 15px}#practice-words-do-brainwash-meaning{color: #58595b; font-size: 22px; visibility: hidden; text-transform: capitalize}#practice-words-do-brainwash-reveal-meaning{color: #404041; font-size: 17px; font-weight: 700; text-decoration: none; border-bottom: 1px solid #404041}#practice-words-do-brainwash-actions{margin-top: 30px; overflow: hidden}#practice-words-do-brainwash-actions button,#practice-words-settings button[type="submit"],#practice-words-do-brainwash-countdown,#practice-words button#practice-words-redo-quiz{background: transparent; border: 2px solid #d1d3d4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; width: 30%; height: 40px; float: right; text-align: right; margin-right: 5%}.practice-words-do-filtering-section-data-item-buttons-item:first-child,#practice-words-do-brainwash-actions button:first-child{margin-right: 0}#practice-words-do-brainwash-actions button svg,#practice-words-settings button[type="submit"] svg,#practice-words button#practice-words-redo-quiz svg{margin-top: -5px; margin-left: 5px; vertical-align: middle}#practice-words-do-brainwash-actions button span,#practice-words button#practice-words-redo-quiz span,#practice-words-settings button[type="submit"] span{font-size: 17px}#practice-words-do-brainwash-actions button#practice-words-do-brainwash-skip,#practice-words button#practice-words-redo-quiz,#practice-words-settings button[type="submit"],#practice-words-do-brainwash-countdown{background: #007bc1; color: #fff; border-width: 0; text-align: center}#practice-words-do-brainwash-actions button#practice-words-do-brainwash-skip svg,#practice-words button#practice-words-redo-quiz svg{margin-right: 5px; margin-left: 0}.practice-words-do-brainwash-actions-status-changer{visibility: hidden}.practice-words-do-brainwash-s0 .practice-words-do-brainwash-actions-status-changer[data-newstatus="3"],.practice-words-do-brainwash-s0 #practice-words-do-brainwash-countdown,.practice-words-do-brainwash-s0 #practice-words-do-brainwash-reveal-meaning,.practice-words-do-brainwash-s1 #practice-words-do-brainwash-btn-group,.practice-words-do-brainwash-s1 #practice-words-do-brainwash-progress{display: none}.practice-words-do-brainwash-s1 #practice-words-do-brainwash-skip{visibility: hidden}#practice-words-do-brainwash-helper{font-size: 16px; margin-top: 90px}.practice-words-do-brainwash-s0 #practice-words-navbar-footer,.practice-words-do-brainwash-s1 #practice-words-navbar-footer{margin-top: 30px}#practice-words-do-brainwash-btn-group button{background: transparent; color: #58595b; font-size: 22px; border: 1px solid #d0d2d3; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; width: 100%; height: 50px; margin-top: 15px; text-transform: capitalize}#practice-words-do-brainwash-btn-group button.correct,#practice-words-do-brainwash-progress-correct.progress-bar{background: #b0bc36; color: #fff}#practice-words-do-brainwash-btn-group button.incorrect{background: #f05c59; color: #fff}#practice-words-do-brainwash-progress-incorrect.progress-bar{background: transparent}#practice-words-do-brainwash-progress{clear: both; margin-top: 30px}#practice-words-do-brainwash-progress-caption{visibility: hidden}#practice-words-do-brainwash-progress-caption span,#practice-questions-data-progress-caption span{font-weight: 700}#practice-words-do-brainwash-progress-caption svg,#practice-questions-data-progress-caption svg{color: #007bc1; font-size: 36px; margin-left: 5px}#practice-words-do-brainwash-progress .progress,#practice-questions-data-progress .progress{background: #f1f1f2; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 40px}#practice-words-do-brainwash-countdown{width: 100px; height: auto; float: none; margin: 30px auto 15px; position: relative}#practice-words-do-brainwash-countdown.timeout{background: #f78d39}#practice-words-do-brainwash-countdown-img{position: absolute; margin-top: -8px; margin-right: -15px}#practice-words-do-brainwash-countdown-img img{width: 41px; height: 45px}#practice-words-do-brainwash-countdown-wrapper{font-size: 20px; margin-right: 15px}#practice-words-do-brainwash-meaning-wrapper{text-align: center}.practice-words-do-brainwash-s1 #practice-words-do-brainwash-skip{float: none; margin-top: 15px; margin-right: 0}#practice-words-settings button[type="submit"]{width: auto; float: none; margin-right: 0; padding: 0 10px}#practice-words-settings-video{max-width: 800px; margin: 30px auto 0}#practice-words-settings,#practice-words-do-brainwash{width: 40%; margin: 0 auto}.practice-words-settings-item-title,.practice-words-settings-item-data-node{border-bottom: 1px solid #d1d3d4; padding-bottom: 15px; margin-bottom: 15px}#practice-words-settings .practice-words-settings-item-title h2{text-align: right}.practice-words-settings-item-title h2 img{width: 32px; height: 28px; margin-left: 5px}.practice-words-settings-item-data-node{overflow: hidden}#practice-words-settings .practice-words-settings-item .practice-words-settings-item-data .practice-words-settings-item-data-node:last-child{border-bottom: 0}.practice-words-settings-item-data-node-label{color: #58595b; font-size: 14px; float: right}.practice-words-settings-item-data-node-label label{color: #231f20; font-size: 17px; display: block}.practice-words-settings-item-data-node-toggle{float: left}.practice-words-settings-item-data-node-toggle img{width: 60px; height: 30px}.practice-words-settings-item-data-node-toggle.number{max-width: 60px}#page-content-container.quiz #practice-words-do-brainwash-progress-caption{visibility: visible}#practice-words button#practice-words-redo-quiz{width: auto; float: none; margin-right: 0}#practice-words-widgets-search-modal{display: none}.animated-modal{max-width: 500px; max-height: 500px; transform: translateY(-50px); transition: all .7s}.fancybox-slide--current .animated-modal{transform: translateY(0); opacity: 1}#practice-words-widgets-search-modal .form-container .form-group label,#practice-words-widgets-search-modal .form-container .form-group input[type="text"],#practice-words-widgets-search-modal .form-container button[type="submit"],#practice-words-widgets-search-modal .results{font-family: 'Assistant', sans-serif}#practice-words-widgets-search-modal .form-container .form-group label{color: #575756; font-size: 24px}#practice-words-widgets-search-modal .form-container button[type="submit"]{background: #007bc1; color: #fff; font-size: 18px}#practice-words-widgets-search-modal .results{color: #58595b; margin: 10px 0}#practice-words-widgets-search-modal .results .item{padding-bottom: 10px}#practice-words-widgets-search-modal .results .item .word{font-size: 21px}#practice-words-widgets-search-modal .results .item .meaning,#practice-words-widgets-search-modal .results .item .link .btn span{font-size: 18px}#practice-words-widgets-search-modal .results .item .link{margin-top: 10px}#practice-words-widgets-search-modal .results .item .link .btn{background: #00c2f3; color: #fff}#practice-words-widgets-search-modal .results .item .link .btn svg{margin-right: 5px}#testimonials .home-widgets-testimonials-item,#testimonials-item .home-widgets-testimonials-item{margin-bottom: 2%}#testimonials-item{margin-top: 30px}.testimonials-item h2{color: #dd0078; text-align: center}#testimonials-item-img{width: 250px; margin: 0 auto 15px}.testimonials-item-img-nav{width: 50px; margin-top: 50px}#testimonials-item-img-nav-r{float: right; text-align: center}#testimonials-item-img-nav-l{float: left; text-align: center}#testimonials-item-img-wrapper{display: block; overflow: hidden}#testimonials-item-img-wrapper img{margin-bottom: 15px}#testimonials-item-img-wrapper h2{text-align: center}#testimonials-item-contents .page-content-wrapper-anchors-item-content{padding: 0}#testimonials-item #home-widgets-testimonials{margin-top: 60px}#testimonials-item #home-widgets-testimonials-wrapper .home-widgets-testimonials-item-author{font-size: 14px}#testimonials-item #home-widgets-testimonials #home-widgets-testimonials-wrapper-btn{margin-top: 15px}.page-content-wrapper-anchors-item-content .videos-for-customers-only{width: 99%; position: relative}.page-content-wrapper-anchors-item-content .videos-for-customers-only .xs-shop-widget{background: transparent; width: inherit; height: 100%; position: absolute; padding-top: 0; padding-bottom: 0; margin-top: 0}.page-content-wrapper-anchors-item-content .videos-for-customers-only .xs-shop-widget .aligner{display: flex; justify-content: center; align-items: flex-end; width: inherit; height: inherit}.page-content-wrapper-anchors-item-content .videos-for-customers-only .xs-shop-widget .wrapper{background: rgba(29, 29, 27, .56); width: inherit; padding-bottom: 20px}.page-content-wrapper-anchors-item-content .videos-for-customers-only .xs-shop-widget .title .highlight{color: #fff; font-weight: 700}.page-content-wrapper-anchors-item-content .videos-for-customers-only .xs-shop-widget .shop-widget-online-btn,.page-content-wrapper-anchors-item-content .videos-for-customers-only .xs-shop-widget .shop-widget-offline-btn{margin-top: 0}.page-content-wrapper-anchors-item-content .videos-for-customers-only .xs-shop-widget .shop-widget-online-btn a,.page-content-wrapper-anchors-item-content .videos-for-customers-only .xs-shop-widget .shop-widget-offline-btn a{background-image: none; text-decoration: none; padding-right: 12px; text-align: center}#testimonials-facebook-bg{background: url(/images/design/testimonials-facebook-bg.jpg) no-repeat center center; background-size: contain; min-height: 528px}#testimonials-facebook #testimonials-item-img{width: 600px; margin: 0 auto 0 50px}#testimonials-facebook .testimonials-item-img-nav{margin-top: 150px}#testimonials-facebook .testimonials-item-img-nav a,#home-widgets-testimonials-facebook h3 .node{color: #f69}#testimonials-facebook .testimonials-item-img-nav .node{font-size: 18px}#testimonials-facebook #testimonials-item-img-nav-r{margin-left: 50px; visibility: hidden}#testimonials-facebook #testimonials-item-img-nav-l{margin-right: 50px}#testimonials-facebook #testimonials-item-img-wrapper{-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px}#testimonials-facebook #testimonials-item-img-wrapper img{margin-bottom: 0}#home-widgets-testimonials-facebook #testimonials-facebook{margin-top: 15px}#home-widgets-testimonials-facebook h3{margin-top: 15px; margin-bottom: 30px; text-align: center}#psychometric-exams-analyzer,#practice-inbox{margin-bottom: 100px}#psychometric-exams-analyzer,#psychometric-exams-analyzer .wrapper #psychometric-exams-picker .item select{font-family: 'Assistant', sans-serif}#psychometric-exams-analyzer h1{color: #404041; border-bottom: 0; padding-bottom: 0}#psychometric-exams-analyzer .wrapper .section .squeezed{width: 280px; margin: 0 auto}#psychometric-exams-analyzer .wrapper .section{margin-top: 30px}#psychometric-exams-analyzer .wrapper.picker #psychometric-exams-picker .item{margin-top: 15px}#psychometric-exams-analyzer .wrapper .section .btns .item button.btn,#psychometric-exams-analyzer .wrapper.history .section .draggable .item,#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item a.btn{background: transparent; color: #808184; border: 1px solid #808184; font-size: 21px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px}#psychometric-exams-analyzer .wrapper .section .btns .item.active button.btn{color: #00c2f3; border: 2px solid #00c2f3; font-weight: 700}#psychometric-exams-analyzer .wrapper .section #psychometric-exams-picker .item select{color: #808184; border: 1px solid #808184}#psychometric-exams-analyzer .wrapper #psychometric-exams-start-here .stage-name-wrapper button{padding: 0; height: 40px}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item a.btn{background: #00c2f3; color: #fff; font-size: 21px}#psychometric-exams-analyzer .wrapper .section .grid .grid-block{color: #ec008c; margin-top: 20px}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col:nth-child(1),#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col:nth-child(2),#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col:nth-child(3){background: rgba(236, 0, 140, .15)}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col{border-top: 2px solid #ec008c; border-bottom: 2px solid #ec008c}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col.highlighted{background: #ffc420}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col.col-sm-2{float: left!important; padding: 0}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col .grid-block-qs,#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col .grid-block-ans .item{text-align: center}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col .grid-block-ans{border-top: 2px solid #ec008c; margin-bottom: 10px}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col .grid-block-ans .item{width: 25px; margin: 10px auto 0}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col .grid-block-qs{color: inherit; font-size: 21px; font-weight: 700; padding: 5px 0}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col .grid-block-ans .item a{color: inherit; font-size: 16px; border: 1px solid #ec008c; text-decoration: none; width: 25px; height: 25px; display: block; -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col .grid-block-ans .item a.active{background: gray; color: #fff; border-color: gray}#psychometric-exams-analyzer .wrapper .section .grid .grid-block .grid-block-col .grid-block-ans .item a.active.guess{background: #03c2f3; border-color: #03c2f3}#psychometric-exams-analyzer .wrapper.results .section .title,#psychometric-exams-analyzer .wrapper.comparison .section .item:not(.overall) .stats{border-bottom: 1px solid #e6e7e8; padding-bottom: 15px; text-align: center}#psychometric-exams-analyzer .wrapper.results .section .title h3{font-weight: 700; display: inline; padding: 1px 10px}#psychometric-exams-analyzer .wrapper.results .section.verbal .title h3{background: #c6c}#psychometric-exams-analyzer .wrapper.results .section.math .title h3{background: #3cc}#psychometric-exams-analyzer .wrapper.results .section.english .title h3{background: #03c2f3}#psychometric-exams-analyzer .wrapper.results .section .stats{border-top: 1px solid #a6a8ab; padding-top: 15px}#psychometric-exams-analyzer .wrapper.results .section .stats h4{color: #404041; font-size: 18px; font-weight: 700; margin-top: 50px}#psychometric-exams-analyzer .wrapper.results .section .stats .stats-data{margin-top: 15px}#psychometric-exams-analyzer .wrapper.results .section .stats .stats-data .item{font-size: 18px; margin-top: 5px}#psychometric-exams-analyzer .wrapper.results .section .stats .stats-data .item svg{margin-left: 5px}#psychometric-exams-analyzer .wrapper.results .section.verbal .stats .stats-data .item.correct svg{color: #c6c}#psychometric-exams-analyzer .wrapper.results .section.math .stats .stats-data .item.correct svg{color: #3cc}#psychometric-exams-analyzer .wrapper.results .section.english .stats .stats-data .item.correct svg{color: #03c2f3}#psychometric-exams-analyzer .wrapper.results .section .stats .stats-data .item.incorrect svg,#psychometric-exams-analyzer .wrapper.results .section .fails .item b{color: #f15c59}#psychometric-exams-analyzer .wrapper.results .section .fails,#psychometric-exams-analyzer .wrapper.results .section .guesses{margin-bottom: 15px}#psychometric-exams-analyzer .wrapper.results .section .fails .item,#psychometric-exams-analyzer .wrapper.results .section .guesses .item{font-size: 18px}#psychometric-exams-analyzer .wrapper.results .section .guesses .item b{color: #808184}#psychometric-exams-analyzer .wrapper.history .section .draggable .item{padding: 6px 12px; text-align: center; margin-bottom: 10px}#psychometric-exams-analyzer .wrapper.history .section .draggable .item a{color: inherit}#psychometric-exams-analyzer .wrapper.history .section .draggable .item svg.handle{cursor: move; cursor: -webkit-grabbing}#psychometric-exams-analyzer .wrapper.history .section .draggable .item svg.toggle{cursor: pointer}#psychometric-exams-analyzer .wrapper.history .section .draggable .item svg.fa-check{color: #b0bc36}#psychometric-exams-analyzer .wrapper.history .section .draggable .item svg.fa-times{color: #f15c59}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats{padding-bottom: 30px}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats h3,#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node{margin-top: 15px}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node .score{color: #404041; font-size: 12px; font-weight: 700; padding-right: 0}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node .score .title{font-size: 14px; text-align: right}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node .progress{margin-top: 5px}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node .progress .progress-bar{background: #13a0c0}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item.verbal .stats .node .progress .progress-bar{background: #c6c}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item.math .stats .node .progress .progress-bar{background: #3cc}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item.english .stats .node .progress .progress-bar{background: #e094e0}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node .progress .progress-bar div.grade{font-size: 14px; font-weight: 700; line-height: 35px; height: 35px}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats .node .progress .progress-bar div.grade.r{text-align: right; padding-right: 10px}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats.stats1 .node .progress .progress-bar{background: #ffc420}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats.stats2 .node .progress .progress-bar{background: #b0bc36}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats.stats3 .node .progress .progress-bar{background: #00c2f3}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item .stats.stats4 .node .progress .progress-bar{background: #f15c59}#psychometric-exams-analyzer .wrapper.comparison .section .charts .item a.btn,#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item a{font-size: 16px; font-weight: 400}#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item.col-sm-6,#psychometric-exams-analyzer .wrapper .section .btns .item.col-sm-6{width: 48%; padding-right: 0; padding-left: 0; margin-bottom: 4%}#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item.col-sm-6:nth-child(odd),#psychometric-exams-analyzer .wrapper .section .btns .item.col-sm-6:nth-child(odd){margin-left: 4%}#psychometric-exams-analyzer .wrapper .section .btns .item.col-sm-6{margin-bottom: 0}#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item a.btn{padding-top: 4px; padding-bottom: 4px}#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item.active a.btn{color: #fff}#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item.active a.btn.overall{background: #13a0c0; border-color: #13a0c0}#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item.active a.btn.verbal{background: #c6c; border-color: #c6c}#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item.active a.btn.math{background: #3cc; border-color: #3cc}#psychometric-exams-analyzer .wrapper.comparison .section .tabs .item.active a.btn.english{background: #e094e0; border-color: #e094e0}#psychometric-exams-analyzer .wrapper.settings .section .p{color: #404041; font-size: 16px; line-height: 150%; margin-top: 15px}#practice-inbox .container-fluid .item .wrapper{margin-bottom: 15px}#practice-inbox .container-fluid .item .wrapper .icon,#practice-inbox .container-fluid .item .wrapper .metadata{padding-top: 15px}#practice-inbox .container-fluid .item .wrapper .icon{border-top: 3px solid #ffc420}#practice-inbox .container-fluid .item .wrapper .icon .envelope svg,#practice-inbox .container-fluid .item .wrapper .actions .node a.read svg{color: #00c2f3}#practice-inbox .container-fluid .item .wrapper .metadata{border-top: 1px solid #ccc; font-size: 16px}#practice-inbox .container-fluid .item.noborder .wrapper .icon,#practice-inbox .container-fluid .item.noborder .wrapper .metadata{border-top: 0}#practice-inbox .container-fluid .item .wrapper .metadata .timestamp{color: #b3b3b3}#practice-inbox .container-fluid .item .wrapper .metadata .subject,#practice-inbox .container-fluid .item .wrapper .metadata .contents a.morelink,#practice-inbox .container-fluid .item .wrapper .metadata .contents a.morelink:visited{color: #1a1a1a; text-decoration: none; font-weight: 700}#practice-inbox .container-fluid .item .wrapper .metadata .contents{color: gray}#practice-inbox .container-fluid .item .wrapper .actions .node{border-right: 1px solid #ccc; padding-right: 15px}#practice-inbox .container-fluid .item .wrapper .actions .node.noborder{border-right: 0; padding-right: 0; padding-left: 15px}#practice-inbox .container-fluid .item .wrapper .actions .node a{color: gray; text-decoration: none}#practice-inbox .container-fluid .item .wrapper .actions .node a svg{margin-left: 5px}#practice-inbox .container-fluid .item .wrapper .icon svg.dot,#practice-inbox .container-fluid .item .wrapper .actions .node a.unread svg,#practice-inbox .container-fluid .item .wrapper .actions .node a.trash svg{color: #f05c59}#practice-words-widgets-search-btn,#go-top{position: fixed; bottom: 0.6em; z-index: 99}#go-top{right: 0.4em; display: none}#practice-words-widgets-search-btn a,#go-top a{background: #3a8dc2; border-radius: 27px; width: 51.88px; height: 51.88px; display: flex; align-items: center; justify-content: center; -moz-transition: all .1s linear; -webkit-transition: all .1s linear; transition: all .1s linear}#go-top a:hover{background: #404041}#practice-words-widgets-search-btn{right: auto; left: 1em}#practice-words-widgets-search-btn a{background: #b0bc36; width: 50px; height: 50px; -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px}#breadcrumbs{color: #231f20; font-size: 16px; padding-bottom: 15px}#breadcrumbs a{color: #797979; font-size: inherit; font-weight: 500; text-decoration: none}#breadcrumbs a:hover{color: #444b4e}#breadcrumbs svg{margin-right: 5px; margin-left: 5px}h4.modal-title{font-size: 18px; color: inherit}img#accessibility-icon{width: 122px; height: 111px}#page-content-container.shop-v2{font-family: 'Assistant', sans-serif; width: 990px}#page-content-container.shop-v2 #shop-categories,#page-content-container.shop-v2 #shop-products{clear: none; overflow: visible}#page-content-container.shop-v2 #shop-categories .shop-categories-item .shop-categories-item-img{margin-bottom: 5px}#page-content-container.shop-v2 #shop-categories .shop-categories-item .shop-categories-item-link{font-weight: 700; padding-top: 5px; padding-bottom: 5px; overflow: visible}#page-content-container.shop-v2 #shop-products .shop-products-item{border-bottom: 0; clear: none; overflow: visible; padding: 0; width: auto; margin-top: 30px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data-title{color: #231f20; border-bottom: 0; font-size: 32px; margin-bottom: 30px; width: 100%}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data-title .bg{background: #03c2f3; padding: 0 15px}.bgOnline{background: #b0bc36; padding: 0 15px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img,#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions{margin-top: 0}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img img,#page-content-container.shop-v2 #shop-products .shop-products-item #shop-products-packages .shop-products-item-data img,#page-content-container.shop-v2 #shop-products .shop-products-item #shop-products-online .shop-products-item-img img{width: auto}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .carousel{display: flex}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .carousel .arrow{background: #f1f1f2; width: 10%; cursor: pointer}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .carousel .wrapper{width: 100%}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .carousel .arrow,#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .carousel .wrapper{padding-right: 0; padding-left: 0}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .carousel .arrow .node{display: flex; align-items: center; justify-content: center; height: 100%}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .carousel .arrow .node a{color: #404041}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .owl-carousel .item .overlay{background: rgba(26, 26, 26, .8); position: absolute; bottom: 0; right: 0; width: 40%; height: 100%}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .owl-carousel .item .overlay .caption{color: #fff; width: 75%; height: 100%; margin: 0 auto; display: table}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .owl-carousel .item .overlay .caption .wrapper{margin-top: 20px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .owl-carousel .item .overlay .caption .wrapper .title{font-size: 28px; font-weight: 700}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .owl-carousel .item .overlay .caption .wrapper .contents{font-size: 16px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-img .owl-carousel .item .overlay .caption .wrapper .counter{background: #03c2f3; font-size: 24px; position: absolute; right: 0; left: 0; bottom: 0; margin-right: auto; margin-left: auto; width: 40%; padding: 5px 0; text-align: center}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions .shop-products-item-actions-price-regular,#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions .shop-products-item-actions-price-delivery{color: #231f20; font-size: 28px; font-weight: 400}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions .shop-products-item-actions-price-regular{font-weight: 700; line-height: 125%}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions .shop-products-item-actions-price-regular span,.oPrice{color: #ff6691; font-size: 36px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions .shop-products-item-actions-price-delivery{font-size: 24px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions .shop-products-item-actions-delivery-info{color: #231f20; border-top: 2px solid #b3b3b3; font-size: 24px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button-wrapper{float: none;}div.col-xs-12.col-sm-6.shop-products-item-data.onlineDesk>div>div:nth-child(4){border: 0!important}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button{padding: 0; width: 250px; overflow: visible}#page-content-container.shop-v2 #shop-products #shop-products-online .shop-products-item .shop-products-item-data .shop-products-item-actions-button{width: inherit}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button div{float: none}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button .img,#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button .link{float: right}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button .img{padding: 10px 20px 10px 15px}#page-content-container.shop-v2 #shop-products #shop-products-online .shop-products-item .shop-products-item-data .shop-products-item-actions-button .img{padding: 10px 15px 10px 10px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button .img img{width: 54px; height: 50px}#page-content-container.shop-v2 #shop-products #shop-products-online .shop-products-item .shop-products-item-data .shop-products-item-actions-button .img img{width: 27px; height: 25px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button .link{font-size: 24px; font-weight: 700; padding-top: 20px}#page-content-container.shop-v2 #shop-products #shop-products-online .shop-products-item .shop-products-item-data .shop-products-item-actions-button .link{font-size: 18px; padding-top: 10px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button.purchase-online{background: #03c2f3}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button.purchase-online .img img{-moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-button.purchase-via-phone{background: #ff6691}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions .shop-products-item-purchase-via-phone-form-wrapper{clear: none; overflow: visible}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions .shop-products-item-purchase-via-phone-form{width: 250px; border-color: #ff6691; overflow: visible; float: right}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions .shop-products-item-purchase-via-phone-form button[type="submit"]{background: #ff6691; font-size: 24px; margin-bottom: 15px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data-contents,#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data-contents-more{color: #231f20; font-size: 24px; margin-top: 30px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data-contents-more-toggle{text-align: center; margin-top: 10px; margin-bottom: 0}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data-contents-more-toggle a{background: transparent; color: #231f20; border-bottom: 2px solid #b3b3b3; font-size: 28px; padding: 0 0 10px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data-contents-more-toggle a .fa-plus{margin-left: 5px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data-contents-more-toggle a .fa-angle-left{margin-right: 5px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-pricing{border-left: 2px solid #b3b3b3; width: calc(calc(100%/3) - 2px); margin-bottom: 15px}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-pricing:last-child{border-left: 0}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-pricing-days,#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-pricing-price{color: #231f20}#page-content-container.shop-v2 #shop-products .shop-products-item .shop-products-item-data .shop-products-item-actions-pricing-price{font-size: 18px}.bold{font-weight: bold}.resultsBg{background: #03c2f3; padding: 0 15px; color: #000; margin: 15px auto}.new-header a{color: #444b4e}.SidebarTitle{background: #379bff; padding: 0 14px; font-size: 30px; color: #FFF!important; font-weight: 500!important; text-align: center; border-radius: 5px;}.recommend a{color: #000}.recommend a:hover{text-decoration: none; color: #000}.pd0{padding: 0}.bg-custom-bc{background: #369}.page-content-boxpage-content-boxpage-content-boxpage-content-boxpage-content-boxpage-content-boxpage-content-box.cover-shop-container{background: url(/images/design/cover.jpg) no-repeat center center; height: 280px}.cover-shop-wrapper{margin-right: auto; margin-left: auto; float: none}.cover-shop-wrapper-text h1,.cover-shop-wrapper-text h2{text-align: center}#sidebar .cover-shop-container,.shop-widget .cover-shop-container{background: url(/images/design/cover-sidebar.jpg) no-repeat center center; background-size: cover}.shop-widget .cover-shop-container{background-position: center top}#exam-rooms-wrapper,#exam-rooms-slider{overflow: hidden}#exam-rooms-slider{width: 700px; margin: 0 auto}.exam-rooms-wrapper-item{width: 18%; float: right; margin: 0 0 2.5% 2.5%; min-height: 220px}.exam-rooms-wrapper-item.lc{margin-left: 0}.exam-rooms-wrapper-item a{text-decoration: none}.exam-rooms-wrapper-item-img{width: 100%; margin-bottom: 5px}.exam-rooms-wrapper-item-img .empty{width: 100%; height: 134px; background: #2567dc}.exam-rooms-wrapper-item-img img{max-width: 100%; display: block}.exam-rooms-wrapper-item-title{background: url(/images/design/exam-rooms-wrapper-item-bg.png) no-repeat center; background-size: 179px 72px; color: #fff; font-size: 16px; font-weight: 700; width: 100%; height: 72px; min-width: 179px; display: table-cell; text-align: center; vertical-align: middle; padding-bottom: 8px}#past-exams-questions .page-content-wrapper-anchors-item-content,#psychometric-score-calculator .page-content-wrapper-anchors-item-content{padding-right: 0; padding-left: 0}.past-exams-questions-item{border-left: 1px solid #b1b1b1; width: 33%; float: right; overflow: hidden; margin-bottom: 30px; cursor: pointer}.past-exams-questions-item.starter{border-right: 1px solid #b1b1b1}.past-exams-questions-item-img{margin-top: 30px; text-align: center}.past-exams-questions-item-img img{width: 112px; height: 112px}.past-exams-questions-item-title{color: #1d1d1b; font-size: 21px; font-weight: 700; text-align: center; margin-top: 25px}.past-exams-questions-item-button{text-align: center; margin-top: 30px}.past-exams-questions-item-button a{background: #2567dc; color: #fff; font-size: 16px; font-weight: 700; padding: 0 20px; text-decoration: none}.past-exams-questions-item-wrapper{border: 2px solid #2567dc; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; width: 100%; clear: both; margin-bottom: 60px}.past-exams-questions-item-wrapper-padding{margin: 30px; overflow: hidden}.past-exams-questions-item-wrapper-info-img{width: 112px; float: right; margin-left: 30px}.past-exams-questions-item-wrapper-info-img img{width: 100%}.past-exams-questions-item-wrapper-info-details{display: block; overflow: hidden}.past-exams-questions-item-wrapper-info-details-title{color: #3c3c3b; font-size: 28px; font-weight: 700}.past-exams-questions-item-wrapper-info-details-contents{color: #575756; font-size: 20px}.past-exams-questions-item-wrapper-data{margin-top: 30px}.past-exams-questions-item-wrapper-data-item{border-right: 1px solid #b1b1b1; width: 33%; float: right}.past-exams-questions-item-wrapper-data-item.starter{border-right: 0}.past-exams-questions-item-wrapper-data-item .node{margin-bottom: 10px; text-align: center}.past-exams-questions-item-wrapper-data-item-period{color: #1d1d1b; font-size: 19px; font-weight: 700; margin-top: 30px; margin-bottom: 10px; text-align: center}.past-exams-questions-item-wrapper-data-item .node,.past-exams-questions-item-wrapper-data-item-chapters{border-bottom: 1px solid #b1b1b1; width: 80%; margin: 0 auto 30px; padding-bottom: 30px}.past-exams-questions-item-wrapper-data-item-chapters-buttons{width: 50%; float: right; text-align: center; margin-top: 10px}.past-exams-questions-item-wrapper-data-item-chapters-buttons-exam a,.past-exams-questions-item-wrapper-data-item .node a{color: #2567dc; font-size: 18px}.past-exams-questions-item-wrapper-data-item-chapters-buttons-solution{text-align: center; margin-top: 10px}.past-exams-questions-item-wrapper-data-item-chapters-buttons-solution a{color: #dd0078; font-size: 18px}#psychometric-score-calculator-chapters{border-bottom: 1px solid #d3d3d3; padding-bottom: 10px; margin-bottom: 20px}#psychometric-score-calculator .config-label{font-size: 18px; display: block; text-align: center}#psychometric-score-calculator .config-btn-group{width: auto; text-align: center}#psychometric-score-calculator #chaptersQty .config-btn-group button{width: 50px}.psychometric-score-calculator-chapters-item{border-top: 1px solid #d3d3d3; padding-top: 10px; margin-top: 20px; overflow: hidden; clear: both}.psychometric-score-calculator-chapters-item-category,.psychometric-score-calculator-chapters-item-category-label{font-size: 16px; line-height: 34px}.psychometric-score-calculator-chapters-item-answers .col-sm-6{padding-right: 0; padding-left: 0}.psychometric-score-calculator-chapters-item-answers span{color: #36c; font-size: 24px}.psychometric-score-calculator-chapters-item-answers-slash{margin: 0 5px}.psychometric-score-calculator-chapters-item-answers input[type="tel"]{font-size: 18px; text-align: center}#psychometric-score-calculator input[type="submit"]{border: 0}#psychometric-score-calculator-score{width: 40%; margin: 30px auto 0}#psychometric-score-calculator-score h2{color: #36c}#psychometric-score-calculator-score h2,#psychometric-score-calculator-score h3{text-align: center}.psychometric-score-calculator-score-item-wrapper{padding-top: 15px; clear: both}.psychometric-score-calculator-score-item-wrapper-node{font-size: 16px; clear: both}.psychometric-score-calculator-score-item-wrapper-node .pull-right i{color: #36c; margin-left: 5px}#simple-math{border: 3px solid #00c2f3; font-family: 'Assistant', sans-serif; width: 300px; margin: 0 auto; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px}#simple-math .wrapper{padding: 20px}#simple-math .wrapper .section{border-bottom: 1px solid #00c2f3; padding-bottom: 30px; margin-bottom: 30px}#simple-math .wrapper .section.noborder{border-bottom: 0; padding-bottom: 0}#simple-math .wrapper .section .title{background: url(/images/design/simple-math-title-icon.png) no-repeat center right; background-size: 40px 40px; font-size: 21px; font-weight: 700; padding-right: 50px}#simple-math .wrapper .section .options{margin-top: 15px}#simple-math .wrapper .submit button.btn,#simple-math .wrapper .action a.btn{background: #00c2f3; color: #fff; font-size: 28px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px}#simple-math-filler{margin-bottom: 30px}.abc-checkbox.rtl,.abc-radio.rtl{padding-left: 0; padding-right: 0}.abc-checkbox.rtl label,.abc-radio.rtl label{font-size: 21px; font-weight: 400; padding-top: 5px; padding-right: 15px; padding-left: 0}.abc-checkbox.rtl label::before,.abc-radio.rtl label::before{border: 2px solid #666; width: 24px; height: 24px; top: 8px; left: auto; right: 2px; margin-left: 0; margin-right: -20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px}.abc-checkbox.rtl label::after,.abc-radio.rtl label::after{width: 0; height: 0; left: auto; right: 0; margin-left: 0; margin-right: -20px; padding-left: 0; padding-right: 3px}.abc-checkbox.rtl input[type="checkbox"],.abc-radio.rtl input[type="radio"]{margin-left: 0}.abc-checkbox.rtl input[type="checkbox"]:checked+label::after,.abc-radio input[type="radio"]:checked+label::after{content: ""}.abc-checkbox.rtl.abc-checkbox-primary input[type="checkbox"]:checked+label::before,.abc-radio.rtl.abc-radio-primary input[type="radio"]:checked+label::before{background-color: #00c2f3; border-color: #666}.simple-math-widgets{background: #00c2f3; font-family: 'Assistant', sans-serif; width: 180px; margin: 0 auto}.simple-math-widgets .wrapper{color: #fff; font-size: 25px; font-weight: 700; padding-top: 5px; padding-bottom: 5px; text-align: center}.simple-math-widgets .wrapper a{color: inherit; font-size: 21px; font-weight: inherit}#simple-math-countdown.simple-math-widgets{-webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px}#simple-math-progress.simple-math-widgets{-webkit-border-bottom-right-radius: 15px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius-bottomright: 15px; -moz-border-radius-bottomleft: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px}#simple-math-progress.simple-math-widgets .wrapper{font-size: 21px}#simple-math .wrapper.nomargin{padding: 0}#simple-math .wrapper #simple-math-monitor{background: #f2f2f2; border-bottom: 2px solid #00c2f3; -webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px}#simple-math .wrapper #simple-math-monitor .item,#simple-math .wrapper #simple-math-success-report .item .node{float: left!important}#simple-math .wrapper #simple-math-monitor .item.text-only,#simple-math .wrapper #simple-math-success-report .item .node{color: gray; font-size: 30px; height: 80px; padding-top: 20px; padding-right: 0; padding-left: 0; text-align: center}#simple-math .wrapper #simple-math-success-report .item .node{height: auto; padding-top: 0}#simple-math .wrapper #simple-math-success-report .item .node i.fa-check{color: #b0bc36}#simple-math .wrapper #simple-math-success-report .item .node i.fa-times{color: #f05c59}#simple-math .wrapper #simple-math-success-report .item .node.customer-ans{font-size: 21px}#simple-math .wrapper #simple-math-monitor input[type="text"]{background: transparent; color: gray; border: 0; font-size: 30px; height: 80px; padding-right: 0; padding-left: 0; -webkit-box-shadow: none; box-shadow: none; text-align: center}#simple-math .wrapper #simple-math-btns,#simple-math .wrapper #simple-math-success-report{margin: 20px}#simple-math .wrapper .btns{border-bottom: 1px solid #ccc}#simple-math .wrapper .btns.noborder{border-bottom: 0}#simple-math .wrapper .btns .item{padding: 0}#simple-math .wrapper .btns .item.stroke{border-right: 1px solid #ccc; border-left: 1px solid #ccc}#simple-math .wrapper .btns .item.stroke.submit{border-left: 0}#simple-math .wrapper .btns .item .btn{background: transparent; border: 0; color: #00c2f3; font-size: 24px; font-weight: 700; height: 60px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0}#simple-math .wrapper .btns .item .btn.btn-func{font-size: 16px; text-transform: uppercase}#simple-math .wrapper .btns .item #simple-math-stop.btn{color: #f05c59; border-color: #f05c59}#simple-math .wrapper .btns .item #simple-math-pause.btn{color: #b0bc36; border-color: #b0bc36}#simple-math .wrapper .btns .item #simple-math-clear.btn{color: #f58c39; border-color: #f58c39; font-size: 24px}#simple-math .wrapper .btns .item #simple-math-submit.btn img{width: 40px; height: 40px; margin-left: 15px; margin-bottom: 15px}#simple-math .wrapper .btns .item #simple-math-submit.btn.correct,#simple-math .wrapper .btns .item #simple-math-submit.btn.incorrect{color: #fff; padding-top: 0}#simple-math .wrapper .btns .item #simple-math-submit.btn.correct{background-color: #b0bc36; border-color: #b0bc36}#simple-math .wrapper .btns .item #simple-math-submit.btn.incorrect{background-color: #f05c59; border-color: #f05c59}.sidenav{height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; background-color: #333; overflow-x: hidden; transition: .5s}.sidenav a{padding: 8px 21px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: .3s}.sidenav a:hover{cursor: pointer}.sidenav .closebtn{position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px}.new-header a:hover{text-decoration: none; cursor: pointer}.new-header small a{color: #000!important}.mystyle{width: 450px; z-index: 9999}.menu-btn a{color: #000; font-size: 35px}.menu-btn{float: right; margin-left: 10px; width: 20px}.user-top{float: right}.user-top img{width: 40px; height: 40px}.new-header .row{margin: 0; padding: 0}.sidenav .navbar-header{display: none}.open-menu::before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c9"; color: #606060}/*.closemenu::before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00d"; color: #FFF}*/#open-menu,.closemenu{color: #BCBCBC!important}.sidenav .navbar ul.navbar-nav{padding: 0}.sidenav .navbar ul.navbar-nav li{float: left; width: 100%; border-top: 1px solid #FFF}.sidenav .navbar ul.navbar-nav li a{font-size: 20px; color: #FFF; padding: 15px 21px}.sidenav .navbar ul.navbar-nav li a:hover{background: 0; color: #FFF}.sidenav .navbar ul.navbar-nav li.active a{background: 0; color: #FFF}.sidenav .nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background: 0; color: #FFF}.call-box{font-size: 34px; line-height: 40px; display: inline-block}.call-box img{width: 40px; height: auto}.whatsapp img{width: 50px; height: auto}.call-box a{color: #FFF}.whatsapp{display: none}.sidenav .dropdown span.caret{float: left; border: 0}.sidenav .navbar ul.navbar-nav li ul.dropdown-menu{position: static!important; background: #999!important; text-align: right; width: 100%; padding: 0}.sidenav .navbar .dropdown.open .dropdown-toggle{background: 0; color: #FFF}.center-block{float: none; text-align: center}.logo-box .logo img{height: auto}.logo-box .logo{margin-top: 0px}.form-new-box{position: relative; padding-top: 15px; padding: 5px; z-index: 999; padding-left: 0}.form-box-new{display: none; background:url(/students/images/design/footer.png) repeat-y top center #3c3c3b; padding: 10px 20px; text-align: right; color: #FFF;}.form-new-box .form-box-new{position: absolute; top: 75px; width: 89%; left: 1px; background:url(/students/images/design/footer.png) repeat-y top center #3c3c3b; padding: 15px 35px; text-align: right; color: #FFF}.form-box-new button{background: #B3BE3D; color: #FFF; border: 0; width: 100%; font-size: 16px; height: 34px}.form-close span{display: none}.form-close b{display: inline-block!important}.form-open b{display: none}.paddingDesktop{padding-top: 65px!important}.page-content-box h1,.page-content-box h2{font-size: 34px; /*margin-bottom:10px;*/ color: #444b4e; font-weight: 500}.page-content-box p{font-size: 21px; margin-bottom: 5px}.page-content-box p img{font-size: 21px; margin-left: 10px; display: inline-block}.pt-5{padding-top: 8em}.pt-4{padding-top: 3em}.btn-box .btn,.btn-box-mobile .btn{background: url(/uploaded_files/btn-arrow.svg) no-repeat 14px center; background-size: 20px 45px; color: #FFF; font-size: 26px; float: right; width: 45%; margin: 10px 5px; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px}.btn-box .btn img{float: right}/*.btn-box .btn span,.btn-box-mobile .btn span{width: 70%; float: right}*/.btn-box .btn span b,.btn-box-mobile .btn span b{width: 100%; float: right}.light-blue{background-color: #f16c81!important}.dark-blue{background-color: #00c2f3!important}.page-video-box{background-size: 100% 30px; padding: 30px 0; display: inline-block; width: 100%; border-bottom: solid 1px #CCC}.page-video-box h3{font-size: 30px; font-weight: 500; margin-bottom: 30px}.page-video-box p{font-size: 21px; margin-bottom: 0}.page-video-box p img{font-size: 21px; margin-left: 10px; display: inline-block}.page-video-box a.btn{background: #4285f4; border-radius: 5px; color: #fff; font-size: 26px; text-decoration: none; padding: 2px 20px; float: left; width: auto!important}.page-video-box:last-child{border-bottom: 0}.desktop-hide{display: none}.mobile-hide{display: block}.top-img-box{width: 93%; height: auto}.flot-left{float: left!important}.customPaddingBt{padding-top: 10px}.customLineHeightBlock{line-height: 41px}.vM{margin-top: -35px; padding-right: 54px; display: block}.vMArticle{margin-top: -35px; padding-right: 54px; display: block}.testimonialsTitle{background: #03c2f3; padding: 0 14px; font-size: 34px; color: #000; font-weight: 500; width: 37%; margin: 0 auto; margin-bottom: 15px}#page-content-h1-title h1,.article h1{background: #379bff; padding: 4px 24px; font-size: 30px; color: #FFF; font-weight: 500; width: 100%; margin-bottom: 15px; border-radius: 5px;}.page-content-wrapper-anchors-item-title h2{color: #3c3c3b; font-size: 24px; display: inline; padding-right: 0}.bottomLine{padding-bottom: 10px}#home-widgets-testimonials h3{padding-bottom: 5px}.btn-blue{background: #4285f4; border-radius: 5px; color: #fff; font-size: 24px; text-decoration: none; padding: 2px 0; float: left; width: 100%; text-align: center}.menu-btn a{color: #FFF; font-size: 36px}.user-top{padding-top: 4px}.form-box-new p{font-size: 20px}.mrl10{margin-right: 10px; margin-left: 10px}#page-content-container.ep{padding: 0!important; margin-bottom: 100px;}.xs-shop-widget .title{font-size: 26px; margin: 1px 0}.xs-shop-widget{background: #f2f2f2; clear: both; overflow: hidden; padding-top: 20px; padding-bottom: 7px; margin-top: 5px}.allProducts{border-left: solid 1px #444b4e; height: 25px;}@media(max-width:767px){.allProducts{border-left: 0}.centerMenuLink{border-left: solid 1px #444b4e; border-right: 0; height: 25px;}.form-group input{font-size: 16px}.home .home-boxes-wrapper-item{clear: both}.col-xs-4.col-md-2.recommend{padding-right: 10px; padding-left: 10px}.mNoPadding{padding: 0}.xs-shop-widget{margin-top: 0}#page-content-h1-title h1, .article h1{font-size: 30px; width: 100%}.mrl10{margin: 0}.testimonialsTitle{font-size: 30px; width: auto}.mp{padding-right: 0}.vM{margin-top: -25px; padding-right: 33px; display: block; font-size: 18px}.vMArticle{margin-top: -32px; padding-right: 55px; display: block; font-size: 18px}.page-content-box{padding-top: 10px}.customLineHeightBlock{line-height: 30px}.customPaddingBt{padding: 0!important}.paddingDesktop{padding-top: 0!important}.sidenav a{font-size: 25px}.mystyle{width: 100%}.call-box span{display: none}.whatsapp{display: inline-block; width: 41px}.whatsapp img{width: 100%; height: auto}.logo-box .logo{float: left; margin-top: 0; width: 100%; text-align: center}.logo-box .logo img{width: 50%}.logo-box .logo a{position: relative; z-index: 9999}.form-close b{font-size: 16px; min-height: 32px}.form-new-box .form-box-new{left: 0; width: 100%}.sidenav .dropdown span.caret{margin-left: 15px}.call-box{line-height: normal; font-size: initial!important; width: 35px}.call-box img{width: 100%; height: auto}.sidenav{z-index: 9999999; overflow: auto}.sidenav .navbar ul.navbar-nav{margin: 0}.new-header .col-xs-8, .new-header .col-xs-4, .new-header .col-xs-3, .new-header .col-xs-6, .new-header .col-xs-7{margin-top: 20px; position: relative; z-index: 9999; padding-right: 0; padding-left: 0}.user-top{line-height: normal; font-size: initial!important; width: 86px; padding-top: 6px}.user-top img{width: 100%; height: auto}.menu-btn{width: 35px; margin-left: 0; color: #fff!important}.menu-btn a{font-size: 30px;}.btn-box .btn, .btn-box-mobile .btn{width: 100%; margin: 5px; font-size: 16px; background-size: 10px 20px}.btn-box .btn img, .btn-box-mobile .btn img{width: 25px; height: auto}.desktop-hide{display: block}.desktop-hide h5{font-weight: 400; font-size: 16px; margin: 14px 0}.desktop-hide h3{font-weight: 700; font-size: 16px; margin: 0 0 10px}.mobile-hide{display: none}.page-content-box p{font-size: 18px; padding-top: 7px}.page-content-box h1, .page-content-box h2{font-size: 20px}.page-video-box h3{font-size: 20px}.page-video-box p{font-size: 16px; line-height: 33px}.page-video-box a.btn{font-size: 20px; float: none; margin: 10px auto 20px; border-radius: 5px}.top-img-box{width: 239px!important; height: auto; margin-right: -36px}.pt-5{padding-top: 3em}.page-content-box p img{width: 30px; height: auto}.page-video-box p img{width: 30px; height: auto}.flot-left{margin-bottom: 20px}.page-video-box{border-top: solid 3px #CCC; border-bottom: 0}.page-video-box:last-child{background: none!important}.shop-products-item-actions-button .link{color: #fff; font-size: 27px; width: 100%}}.pt5n{padding-top: 5em}.pt3n{padding-top: 3em}.pt23n{padding-top: 2.3em; font-weight: 500; font-size: 30px}.highlighted{border: 3px solid #03c2f3}.recommend img{border-bottom: solid 5px #00c2f3}.testimonials-item-author{font-size: 20px; min-height: 75px}.testimonials-item-grade{font-size: 16px}.sidebarButtons{background: url(https://dev.psychometry.co.il/uploaded_files/btn-arrow.svg) no-repeat 18px center; background-size: 20px 45px; color: #FFF; font-size: 26px; margin-right: 5%; width: 91%; padding: 5.5px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: right; margin-bottom: 15px}.sidebarButtons:hover{color: #FFF}.page-content-wrapper-anchors-item{border-bottom: solid 2px #EEE; margin-bottom: 15px}.nav>li>a:focus,.nav>li>a:hover{background-color: #337ab7; color: #FFF}@media (device-height :568px) and (device-width :320px){.btn-box .btn, .btn-box-mobile .btn{background: 0 0}.top-img-box{width: 252px!important; margin-right: -55px}}.shop_titleNF{background: #379bff; padding: 4px 24px; font-size: 30px !important; color: #FFF; font-weight: 500; margin-top: 15px; border-radius: 5px;}.shop_titleNF h1{background: #379bff; padding: 4px 24px; font-size: 30px !important; color: #FFF; font-weight: 500; border-radius: 5px;}.shop-products-item-data-title a{text-decoration: none;}.mb0{margin-bottom: 0;}.btn-box-mobile{border-radius: 10px;}.btnGreen{background-color: #03c2f3 !important; width: 45% !important; float: left !important;}.btnPink{background-color: #F16C81 !important; width: 45% !important;}.mobileImage{background: url(/new_header/header/mobileBackground.jpg); background-size: cover; margin-left: 15px; width: 95%;}.btn-box-mobile{height: 256px; padding-top: 175px;}.fa-inverse{color: #CCC;}.fa-1_2x{font-size: 1.2em;}.env{float: right; padding-top: 6px; cursor: pointer;}@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){.hideIphone5{display: none!important;}.user-top{width: 65px;}.whatsapp{padding-right: 10px;}}.flexometry-form-container .col-xs-4{float: right; padding-right: 10px; padding-left: 10px}.flexometry-modal{top: 1%!important}.flexometry-modal-content{border-radius: 30px; border: 0; background: 0 0}.flexometry-modal-header{position: relative; top: 0px}.popup-closer{position: absolute;}.flexometry-close{color: #fff!important; border-radius: 15px; background: #336699!important; opacity: 1; font-size: 25px!important; height: 25px!important; width: 25px!important}#c1{width: 30px; position: absolute; z-index: 99; right: 25px; padding-right: 5px}#c2{width: 30px; position: absolute; z-index: 99; right: 25%; padding-right: 5px}#c3{width: 30px; position: absolute; z-index: 99; left: 25%; padding-left: 5px}#c4{width: 30px; position: absolute; z-index: 99; left: 25px; padding-left: 5px}.flexometry-modal-body{background: #336699; padding-top: 30px; border-top-right-radius: 30px; border-top-left-radius: 30px; margin-top: 50px}.flexometry-modal-text{color: #fff; font-size: 23px; text-align: center; margin-bottom: 0}.flexometry-modal-footer{background: #585857; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border: 0}/*cssYaelNet*/.rtl .practice-questions-data-item-sidebar{float: right; margin-left: 30px; margin-right: 0}.rtl .practice-questions-data-item-wrapper-buttons-options{float: left}.rtl .practice-questions-data-item-wrapper-buttons-options .node{text-align: center; margin-top: 15px}#page-content-container.practice.answers #practice-questions-data.rtl .practice-questions-data-item .practice-questions-data-item-sidebar .practice-questions-data-item-sidebar-index,#page-content-container.practice.answers #practice-questions-data.rtl .practice-questions-data-item .practice-questions-data-item-sidebar .practice-questions-data-item-sidebar-mark{float: right}#page-content-container.practice.answers #practice-questions-data.rtl .practice-questions-data-item .practice-questions-data-item-sidebar .practice-questions-data-item-sidebar-mark{margin-right: 10px; margin-left: 0}#practice-questions-data.rtl .practice-questions-data-item-wrapper-answers-options .data .node,#practice-questions-data.rtl .practice-questions-data-item-wrapper-answers-solution-img,#practice-questions-data.rtl .practice-questions-data-item-wrapper-question,#practice-questions-data.rtl .practice-questions-data-paragraphs-wrapper,#practice-questions-data.rtl .practice-questions-data-preview-img,#practice-questions-data.rtl .wrapper .owl-carousel .item .practice-questions-data-item-wrapper-buttons-options .node{font-size: 21px; line-height: 150%}#practice-questions-data.rtl .wrapper .owl-carousel .item .practice-questions-data-item-wrapper-buttons-options{float: none; width: 100%; clear: both}#practice-questions-data.rtl .wrapper .owl-carousel .item .practice-questions-data-item-wrapper-buttons-options .node{/* display: flex; align-items: center;*/ text-align: right; min-height: 40px}#practice-questions-data.rtl .wrapper .owl-carousel .item .practice-questions-data-item-wrapper-buttons-options .practice-questions-data-item-wrapper-buttons-options-digit{float: right; margin-left: 10px}#practice-questions-data.rtl .practice-questions-data-paragraphs-wrapper{margin-right: 5%; position: relative}#practice-questions-data.rtl .practice-questions-data-paragraphs-wrapper p{text-indent: 5%}#practice-questions-data.rtl .practice-questions-data-paragraphs-line-numbering{width: 5%; position: absolute}#practice-questions-data.rtl .practice-questions-data-paragraphs-line-numbering .item{color: #6d6e70; visibility: hidden; display: block}#practice-questions-data.rtl .practice-questions-data-paragraphs-line-numbering .item.visible{visibility: visible}#practice-questions-data.rtl .practice-questions-data-item-wrapper-answers-options .data .node .digit{font-weight: 700; width: 40px; display: inline-block}.CyberCode{unicode-bidi: bidi-override; direction: ltr; text-align: left;color: lime;padding: 17px;background-color: black;border-radius: 5px;}.cyberAPI{width: 100%; background: black; color: lime; direction: ltr; font-size: 26px!important; height: 250px !important;}.cyberAPI:focus{color: lime; background-color: black; border:none; outline: none; box-shadow: 0 0 0 black;}.new-tirgool{display: block; margin-right: 0;}.new-tirgool a{color: white; font-size: 14px; font-weight: 700; padding: 5px 49px; text-decoration: none; border-radius: 3px;}@keyframes dash{from{stroke-dashoffset: 345;}}.slow-hover{-webkit-transition: background 0.2s ease-out; -moz-transition: background 0.2s ease-out; -o-transition: background 0.2s ease-out; transition: background 0.2s ease-out;}.practice-hello-categories-item-proogress{width: 100%; clear: both; overflow: hidden; border: 1px solid #d3d3d3; padding: 20px; display: none;}mjx-container{z-index:-2}.aidpop{animation: grow 0.5s ease-in-out; animation-delay: 0.2s; -moz-animation: grow 0.5s ease-in-out; /* Firefox */ -moz-animation-delay:0.2s; -webkit-animation: grow 0.5s ease-in-out; /* Safari and Chrome */ -webkit-animation-delay:0.2s; -o-animation: grow 0.5s ease-in-out; /* Opera */ -o-animation-delay:0.2s;}@-webkit-keyframes grow{0%{-webkit-transform: scale( 0.5 );-moz-transform: scale( 0.5 );-o-transform: scale( 0.5 );-ms-transform: scale( 0.5 );transform: scale( 0.5 );opacity:0;}60%{-webkit-transform: scale( 1.05 );-moz-transform: scale( 1.05 );-o-transform: scale( 1.05 );-ms-transform: scale( 1.05 );transform: scale( 1.05 );opacity:1;}100%{-webkit-transform: scale( 1 );-moz-transform: scale( 1 );-o-transform: scale( 1 );-ms-transform: scale( 1 );transform: scale( 1 );}}.close{font-size: 27px; margin-left: 10px;}.alert{border-radius: 5px; background-image: none!important; box-shadow: 0 0 8px rgb(0 0 0 / 10%);}