/* ----------------------------
  FONTS CSS
----------------------------- */

@font-face {
  font-family: 'CS-Headline-Regular';
  src: url('../fonts/CreditSuisseHeadline-Regular.eot') format('embedded-opentype'),
  url('../fonts/CreditSuisseHeadline-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CSTypeEP-Bold';
  src: url('../fonts/CSTypeEP-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CSTypeEP-Light';
  src: url('../fonts/CSTypeEP-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CSTypeEP-Roman';
  src: url('../fonts/CSTypeEP-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CSTypeET-Bold';
  src: url('../fonts/CSTypeET-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CSTypeET-Roman';
  src: url('../fonts/CSTypeET-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/* ----------------------------
  COLORS CSS
----------------------------- */

.green {
  color: #00b050;
}

.yellow {
  color: #ffc000;
}

.red {
  color: #c00000;
}
.orange-bg{
  background-color: #ff8300;
}
.purple-bg{
  background-color: #865bbc;
}
.blue-bg{
  background-color: #0072ce;
}
.green-bg{
  background-color: #78c043;
}

.bg-info {
  background-color: #f6f6f6 !important;
  font-size: 0.888em;
}

p.bg-info {
  padding: 0.5em 1em;
  margin: 0.5em 0;
}

.success .fa {
  color: #008000;
}

.warning .fa {
  color: #000000;
}

.alert-danger .fa,
.danger .fa {
  color: #d91e19;
}

.alert-warning .fa {
  color: #ffb81c;
}

.alert-info .fa {
  color: #003b6a;
}

.gray-text {
  color: #6f7889;
}

.dark-blue-text {
  color: #003b6a;
}

.white-text,
.white-title {
  color: #FFFFFF;
}

.dark-title,
.dark-text {
  color: #000000;
}
.dark-text.light, .dark-text.light a {
  font-family: 'CSTypeEP-Light', sans-serif;
  color: #000000;
}
.no-bdr-B {
  border-bottom: 0;
}
.no-bdr-TB {
  border-bottom: 0;
  border-top:0;
}
.no-bdr-T {
  border-top: 0;
}
.no-link {
  cursor: default;
}
.no-link:hover {
    color: #000000 !important;
}
/* ----------------------------
  Generic CSS
----------------------------- */
html,
body,
.page,
#main-container {
  height: 100%; /* needed for proper layout */
}

body {
  font-family: 'CSTypeET-Roman', sans-serif;
  background-color: #FFFFFF;
  color: #313942;
  font-weight: normal;
  overflow: hidden;
}

a {
  color: #000000;
  font-family: 'CSTypeEP-Bold', sans-serif;
  font-size: 1em;
  letter-spacing: 0.3px;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.disabled {
  cursor: auto;
  pointer-events: none;
}

a:hover,
a:active,
a:focus {
  color: #7C7C7C;
  text-decoration: underline;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'CS-Headline-Regular', sans-serif;
  color: #000000;
}

h1 {
  font-size: 3.000em;
}

h4 {
  font-size: 1.1em;
  font-weight: 900;
}

h6 {
  color: #748889;
  font-size: 1.125em;
  margin: 0 0 20px;
}

ul,
ol {
  margin: 0.5em 0 0 2.5em;
  padding: 0;
}

ul li {
  list-style: none;
}

ol li {
  margin-bottom: 6px;
  padding-left: 10px;
}

.white-text,
.dark-text {
  font-size: 0.875em;
  font-family: "CSTypeET-Roman", sans-serif;
}

.dark-text strong,
.white-text strong {
  font-family: "CSTypeET-Bold", sans-serif;
  font-weight: normal;
}

.white-title,
.dark-title {
  padding: 1em 0 0.5em;
  margin: 0 0 2px 0;
}

h4.white-title,
h4.dark-title {
  font-family: "CSTypeEP-Bold", sans-serif;
  font-size: 0.938em;
  font-weight: normal;
}

.dark-text + h4.dark-title,
.white-text + h4.white-title {
    padding: 1.5em 0 0.5em;
}

.dark-text a {
  text-decoration: underline;
}
.dark-text a:hover {
  color:#7c7c7b;
}
.radio-list-wrapper,
#bglogin ul,
#bglogin ol,
#home ul,
#home ol {
  margin: 0;
  padding: 0;
}

.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}
#home ul.radio-list-wrapper {
  margin-bottom: 20px;
}
/* ----------------------------
      BUTTON CSS
----------------------------- */
.btn.disabled {
  cursor: not-allowed;
}

.btn:active,
.btn.active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}

.btn-holder {
  margin: 20px 0 0px;
}
.btn-holder.single-btn {
  margin-top: 30px;
}
.btn-holder.single-btn img {
  padding-left: 10px;
}
.btn-primary,
.btn-default,
.btn-notArobot,
.btn-dark-purple {
  background-color: #FFFFFF;
  font-family: 'CSTypeEP-Bold', sans-serif;
  font-size: 1em;
  height: 50px;
  padding: 0px;
  -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn-holder .btn-primary {
  background-color: #444444;
  border: 2px solid #444444;
  border-radius: 0;
  color: #FFFFFF;
  padding: 10px;
}

.btn-holder .btn-primary:active,
.btn-holder .btn-primary:focus,
.btn-holder .btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #7c7c7b;
  border: 2px solid #7c7c7b;

}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none; /*Overriding boostrap box shadow */
}

.btn-holder .btn-xs {
  height: 40px;
  width: 119px;
}

.btn-holder .btn-md {
  height: 40px;
  width: 270px;
}

.btn-holder .btn-notArobot {
  border-radius: 2px;
  background-color: #ced3dd;
  color: #8696b3;
  cursor: auto;
  width: 176px;
}

.btn-holder .btn-notArobot.active {
  background-color: #01b9ff;
  color: #FFFFFF;
  cursor: pointer;
}

.btn-holder .btn-notArobot.active:active,
.btn-holder .btn-notArobot.active:focus,
.btn-holder .btn-notArobot.active:hover {
  background-color: #0391c7;
  color: #FFFFFF;
  cursor: pointer;
}

.btn-holder .btn-default {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
}

.btn-holder .btn-default:active,
.btn-holder .btn-default:focus,
.btn-holder .btn-default:hover {
  background-color: transparent;
  color: #7c7c7b;
  border-color: #7c7c7b;
}

.btn-primary[disabled],
.btn-default[disabled] {
  display: none;
}

.btn-holder .btn-medium {
  width: 176px;
  margin-right: 20px;
}

.btn-holder .btn-small {
  width: 125px;
  margin-right: 20px;
}

.btn-holder #speedtest-btn.btn-small {
    width: 150px;
    margin-bottom: 20px;
}

.btn-holder .btn-large {
  width: 200px;
}

.top-quick-links .btn-holder {
  margin: 0;
}

.dev-reg-btns {
  margin: 0 0 20px;
}

.dev-reg-btns .btn-primary {
  width: 40%;
  margin-right: 4%;
}

.dev-reg-btns .btn-dark-purple {
  background-color: rgba(134, 150, 179, 0.14);
  color: #FFFFFF;
  width: 50%;
}

.dev-reg-btns .btn-dark-purple:hover {
  background-color: rgba(134, 150, 179, 0.05);
}

.platform-btn-holder {
  display: block;
  margin: 2px 0 40px;
}

.platform-btn-holder .btn-switch .btn {
  background-color: transparent;
  border: 1px solid #000000;
  border-left: 0;
  color: #000000;
  outline: 0 !important;
  width: 76px;
  height: 29px;
  border-radius: 0;
  font-family: 'CSTypeEP-Roman', sans-serif;
  font-size: 0.813em;
  -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.platform-btn-holder .btn-switch .btn:hover {
  border-color: #7c7c7b;
  color: #7c7c7b;
}
.platform-btn-holder .btn-switch .btn:first-child {
  border-left: 1px solid #000000;
}

.platform-btn-holder .btn-switch .active,
.platform-btn-holder .btn-switch .active:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  outline: 0 !important;
  box-shadow: none;
}

.close-btn {
  float: right;
  position: absolute;
  right: 14px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}

.btnNav {
  padding: 10px;
}

.modal-footer .btn {
  height: auto;
  width: unset;
  background-color: green;
}
/* ----------------------------
    MODAL POPUP NOTIFICATION
------------------------------- */
.modal .notifiation {
  display: block;
}
/* ----------------------------
         STEPS CSS
----------------------------- */

.content-wrapper .setup-steps-container h1,
.content-wrapper .myDesk-with-subtitle h1 {
  margin-bottom: 3px;
}

.step-content-left .dark-title {
  padding: 0;
  font-weight: normal;
  font-family: 'CSTypeEP-Bold', sans-serif;
  font-size: 0.938em;
}

.step-content-left .dark-text {
  padding: 0;
}

.step-content-left .dark-text+.dark-title {
  padding-top: 1em;
}

.step-content-left .dark-text.bg-info {
  padding: 1em;
  margin: 1em 0;
}

.platform-btn-holder .btn-switch .btn#faq_win_btn {
  width: auto;
  line-height: 1.2;
}

.step-list-body {
  position: relative;
  padding-bottom: 20px;
}


.step-list-body .btn-holder {
  width: 100%;
  margin: 20px 0 0px;
}

.step-list-body .btn-holder.download-btn {
  position: relative;
  top: 0;
  margin: 0 0 10px 0;
}

.steps-list {
  margin-bottom: 40px;
  margin-left: 0;
  padding: 0px;
  border-bottom: none;
  width: 100%;
  height: 40px;
}

.steps-list li {
  float: left;
  border-bottom: 1px solid #e6e7e8;
  height: 40px;
  padding: 0 20px 0 46px;
  position: relative;
}
.steps-list li:first-child {
  padding-left: 30px;
}
.steps-list li:first-child a .ol-text{
  left: 8px;
}

.steps-list li.active {
  border-color: #000000;
  padding-bottom: 14px;
}
.steps-list li.active a:hover {
  text-decoration: none;
  color: #000000;
}
.steps-list li a .ol-text{
  position: absolute;
  left: 22px;
  top: -11px;
  font-family: 'CS-Headline-Regular', sans-serif;
  font-size: 1.875em;
}

.steps-list li a {
  font-family: 'CSTypeET-Roman', sans-serif;
  font-size: 1em;
  color: #000000;
  letter-spacing: 0;
  display: block;
  text-decoration: none;
}
.steps-list li a:hover {
  text-decoration: none !important;
  color: #7c7c7b;
}
.steps-list li.active a {
  color: #000000;
}

#setup .step-content-left ol,
#setup .step-content-left ul {
  margin: 1em 0;
  padding: 0 0 0em 2em;
}

#setup .step-content-left ol li {
  margin-bottom: .2em;
  padding-left: .4em;
}

#setup .step-content-left ol li>ol,
#setup .step-content-left ul li>ol,
#setup .step-content-left ol li>ul,
#setup .step-content-left ul li>ul {
  margin: 0;
  padding: 0 0 0 1em;
}

#win3 img,
#mac3 img {
  float: right;
}

/* ----------------------------
         FORM-INPUT CSS
----------------------------- */

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-control {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  font-family: 'CSTypeEP-Roman', sans-serif;
  font-size: 1.025em;
  padding-left: 0;
  padding-right: 20px;
  color: #000000;
  letter-spacing: 0.2px;
}

.form-group input.form-control:focus {
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}

.RSAToken-fields-group .form-group label {
    position: absolute;
    bottom: 0px;
    color: #7c7c7b;
    font-family: 'CSTypeEP-Roman', sans-serif;
    font-size: 1.125em;
    transition: .4s;
    pointer-events: none;
    font-weight: normal;
}
.RSAToken-fields-group .form-group input.non-required + label {
    bottom: 0px !important;
    color: #7c7c7b !important;
    font-family: 'CSTypeEP-Roman', sans-serif !important;
    font-size: 1.125em !important;
    transition: .4s;
    pointer-events: none !important;
    font-weight: normal !important;
}
.RSAToken-fields-group .form-group input:focus ~ label,
.RSAToken-fields-group .form-group input:valid ~ label
{
    bottom: 24px;
    left: 0px;
    color: #000000;
    font-size: .875em;
    font-family: 'CSTypeEP-Bold', sans-serif;
    font-weight: normal;
}
input[disabled] {
  background-color: #FFFFFF !important;
}

input[disabled],
.agreement.disabled label.text,
button.disabled {
  opacity: 0.2 !important;
}

/* ----------------------------
         MARGIN CSS
----------------------------- */

.mt10 {
  margin-top: 10px;
}

.mt20{
 margin-top: 20px;
}

.mt30{
 margin-top: 30px;
}
.px-15{
  padding-left: 15px;
  padding-right: 15px;
}

/* ----------------------------
   SPINNER & LOADING CSS
----------------------------- */

#loading-screen {
  display:block;
}

.loading-screen {
  background: #fff;
}

.loading-message {
  margin: 0;
  width: 170px;
  height: 40px;
  top: calc(50% - 50px);
  left: calc(50% - 83px);
  text-align: center;
  position: absolute;
  background: url(../images/logo@2x.png) center center / 170px 40px no-repeat transparent;
}

.fullscreen-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: none;
  z-index: 9999;
}

.spinner {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -17% 0 0 -16%;
  border-radius: 50%;
  border-top: 2px solid #00b9ff;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
  background: none;
}

.spinner {
  margin-top: 40px;
}

.spinner:before {
  display: none;
  background: none;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/* ----------------------------
  HEADER & NAVIGATION CSS
----------------------------- */
nav.navbar {
  padding: 0;
}
nav.navbar .navbar-brand {
  font-family: 'CSTypeET-Roman', Arial, sans-serif;
  font-size: 2rem;
  color: #000000;
  margin-left: 15px;
}
nav.navbar .navbar-toggler {
  margin:0 15px ;
  margin-right: 15px;
}
nav.navbar ul{
  margin-left: 0;
}
.logo-image {
  width: 100px;
}
.logo-image img{
  width: 100%;
  height: auto;
}
#navigations .navbar-toggle {
    border-color: #000000;
}
#navigations .navbar-toggle .icon-bar {
  background-color: #000000;
}
#navigations .navbar-toggle:hover,
#navigations .navbar-toggle:focus {
  background-color: #000000;
}
#navigations .navbar-toggle:hover .icon-bar,
#navigations .navbar-toggle:focus .icon-bar {
  background-color: #FFFFFF;
}
#navigations .navbar-nav>li>a {
  background-color: #f1f2f2;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #f8f8f8;
}
#navigations .navbar-nav>li>a:hover,
#navigations .navbar-nav>.active>a,
#navigations .navbar-nav>.active>a:hover,
#navigations .navbar-nav>.active>a:focus {
  color: #ffffff;
    border-bottom: 1px solid transparent;
    background-color: #000000;
}
#navigations .navbar-collapse, #navigations .navbar-form {
  border: none;
}
#logo-left.navbar-brand {
  position: absolute;
  top: 0px;
}

/* ----------------------------
  RADIO & CHECK BOX CSS
----------------------------- */

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
  border-color: #7C7C7C
}

.magic-radio+label:before,
.magic-checkbox+label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #000000;
  -webkit-transition: border-color .4s ease-in-out;
  -moz-transition: border-color .4s ease-in-out;
  -ms-transition: border-color .4s ease-in-out;
  transition: border-color .4s ease-in-out;
}

.magic-checkbox+label:before {
  border: 1px solid #000000;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
  position: absolute;
  display: none;
  content: '';
}

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
  cursor: not-allowed;
  color: #e4e4e4;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
  cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
  border-color: #e4e4e4;
  opacity: 0.2;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
  animation-name: none;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
  display: block;
}

.magic-radio+label:before {
  border-radius: 50%;
}

.magic-radio+label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #FFF;
}

.magic-radio:checked+label:before {
  border-width: 5px;
  background-color: #FFFFFF;
}

.magic-radio:checked[disabled]+label:before {
  border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled]+label:after {
  background: #c9e2f9;
}

.magic-checkbox+label:before {
  border-radius: 0;
}

.magic-checkbox+label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  border-top: 0;
  border-left: 0;
}

.magic-checkbox:checked+label:before {
  background: transparent;
}

.magic-checkbox:checked[disabled]+label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}

.server-error,
.has-error .help-block {
  font-family: 'CSTypeEP-Bold', sans-serif;
  font-weight: normal;
  color: #d91e19;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-size: 14px;
}

.has-error .error,
.has-error label.text  {
  display: block;
  color: #d91e19 !important;
}

.form-group.has-error .form-control {
  border-color: #d91e19 !important;
}

#form_error,
#lform_error {
  clear: both;
  padding: 5px 0;
  margin: -40px 0 20px 0;
  display: none
}


/* ----------------------------
      COMMON CSS
----------------------------- */
.page {
  display: flex;
  flex-direction: column;
}

.page-header {
  flex: 0 0 auto;
  background-color: #dcdcdc;
}

.page-content {
  flex: 1 1 auto;
  position: relative;
  overflow-y: auto;
}

.side-banner-container {
  padding: 0;
  height: 70vh;
}

.side-banner-bg {
  background: url('../images/side-banner2.jpg') no-repeat center center;
  background-size: cover;
}
.side-banner-bg.ipad-pro-p{
  background-position-x: -148px;
  background-size: 168% 100%;
}
.side-banner-bg.ipad-pro-l{
  background-position-x: -140px;
  background-size: 154% 100%;
}

/*Left-Side-Footer-css*/
.left-footer {
  background-color: #f1f2f2;
  padding: 20px;
}
.speedtest-text,
.speedtest-desc,
.speedtest-text a {
  color: #000000;
  font-family: 'CSTypeEP-Roman', sans-serif;
  font-size: 1rem;
}
.speedtest-desc {
  font-size: 0.875rem;

}
.speedtest-text {
  flex: 0 0 auto;
  margin-right: 20px;
}
/*Software Check widget*/
.flex-even {
  flex: 1 1 auto;
}
.software-check p{
  margin-bottom: 0;
}
.fa-icon-wrapper {
  position: relative;
  padding-top: 4px;
  margin-right: 10px;
}
.fa-circle-thin {
  font-size: 1.2rem;
}
.fa-stack-1x {
  font-size: .666rem;
  top: 8px;
}
.platform-check {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a8a8a7;
}
.message p {
  font-family: 'CSTypeET-Roman', sans-serif;
  font-size: 0.875rem;
}
.os-text {
  padding-right: 10px;
  flex: 0 0 auto;
}
.software-check-ipad {
  display: none !important;
}
#softwareChecksFooter {
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
}


/*Right Container Styles*/
.sub-container h1{
  margin-bottom: 25px;
}
.sub-container h6 {
  color: #000000;
  font-family: 'CSTypeEP-Bold', sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.radio-list-wrapper li {
  float: left;
  margin: 0 20px 20px 0;
}

.agreement {
  margin: 10px 0 20px 0;
}

.agreement a {
  text-decoration: underline;
}
.radio-list-wrapper li label,
.agreement label {
  color: #000000;
  font-size: 1em;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.agreement .checkbox-label {
  width: 20px;
  height: 20px;
}

.agreement label.text {
  margin-top: 0;
  padding-left: 5px;
  width: 92%;
}


/* ----------------------------
      FOOTER CSS
----------------------------- */

footer {
  padding: 0;
  margin-top: 30px;
}

footer h6 {
  color: #8f9aaf;
  font-size: 0.688em;
  font-family: "CSTypeEP-Roman", sans-serif;
  margin-bottom: 11px;
}

#pageMessaging.active {
  position: relative;
}

#pageMessaging.active .alert {
  position: relative;
  padding: 8px 32px 8px 10px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  border:none;
}

#pageMessaging.active .alert .msg {
  font-family: 'CSTypeEP-Roman', sans-serif;
  font-size: 0.8125rem;
  color: #000000;
  width: 100%;
  margin: 3px 0 0 10px;
}
#pageMessaging .fa {
  font-size: 1.625em;
}

.card-title {
  font-size: 16px;
  position: relative;
}
.fa-speedometer {
  font-size: 1.188em;
  position: relative;
  top: 2px;
}

footer p.legal-text {
  color: #7c7c7b;
  font-size: 0.688em;
  font-family: 'CSTypeEP-Roman', sans-serif;
  line-height: 15px;
  margin-bottom: 15px;
}

.legal-text b {
  font-family: 'CSTypeEP-Bold', sans-serif;
  font-weight: bolder;
}

#mg_ip {
  color: transparent;
}

#mg_ip:hover {
  color: #000000;
}

.copyright-text {
  padding: 0;
}

.alert-dismissible .close {
  color: #7c7c7b;
  padding: 5px 10px;
}
.alert-dismissible .close span{
  font-weight: normal;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
/* ----------------------------
         ACCORDION CSS
----------------------------- */

.fa-down-arrow, .fa-up-arrow{
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 10px;
  pointer-events: none;
}
.card-header .collapsed .fa-up-arrow,
.card-header .fa-down-arrow {
  display: none;
}

.card-header .collapsed .fa-down-arrow,
.card-header .fa-up-arrow {
  display: inline-block;
}
h5.speedtest {
  font-size: 1rem;
}
#faq .speedtest a {
  padding-right: 0;
  margin-right: 0.2em;
  color: #000000;
}

#faq .speedtest a:hover {
  text-decoration: underline;
}
.speedtest .speedtest-icon {
  padding-left: 10px;
}

.cs-accordion {
  margin-bottom: 0px;
}

.cs-accordion .card {
  box-shadow: none;
}

.cs-accordion .card-body {
  padding: 0;
}

.cs-accordion .card-title a {
  font-family: 'CS-Headline-Regular', sans-serif;
  font-size: 1.500em;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.4px;
  cursor: pointer;
  display: block;
}
.cs-accordion .card-title a:hover,
.cs-accordion .card-title a:focus {
  text-decoration: none;
}
.cs-accordion .card {
  border: none;
  background-color: transparent;
}

.cs-accordion .card>.card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d8dadc;
  padding: 12px 15px 12px 0;
}

.cs-accordion .card .collapse>.card-body {
  border: none;
  padding: 0 0 1.75em 0;
}

.setup-win-accordion.cs-accordion .card .collapse>.card-body {
  padding-top: 20px;
}
.setup-win-accordion.cs-accordion .card-title a {
  font-size: 1em;
  text-decoration: none;
}
#win-setps-accordion {
  margin-bottom: 20px;
}
.card-body ul {
  margin-left: 38px;
  margin-bottom: 14px;
}

.card-body ul li {
  list-style: inherit;
}

#bglogin h1 {
  margin-bottom: 40px;
}

.list-lower-roman {
  list-style-type: lower-roman;
}

/* Colored text */
span.red {
  color: red;
}

/* Hidden elements*/
#luform_error, .RSAToken-fields-group,
#unsupport  {
  display: none;
}

