
/*.top-wrapper {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  padding: 200px 0 0 0;
}*/
.sharedHeader { padding:0px !important; }
.text-black { color:#000; }

.page-section__darkest:after { content:none; }
.content-wrapper .page-section:first-child:before {content:none}

.footer .footer-inner:before { height:0}
.text-white { color:#ffffff; }

ul li:before { content:none; }

/* Add your CSS here */
ul.list-unstyled:before { content: none !important; }
.text-strong { font-weight: bold !important; }
.column-task-select { padding:5px !important; border:none !important; margin-top:-10px !important; max-width:100px !important; }
.column-task-image { width:40px !important; float:left !important; margin-top:-5px !important; }
.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }
.padding-5 { padding:5px !important; }
.padding-15 { padding:15px !important; }
.padding-20 { padding:20px !important; }
.no-border { border:none !important; border:0 !important; }
.bg-none { background: none !important; }
/*.btn .dropdown-toggle .selectpicker .btn-link { padding:5px !important; }*/
.ellipsis {
   text-overflow: ellipsis; overflow:hidden; white-space:nowrap
}
.cursor-pointer { cursor:pointer !important; }
.cursor-pointer.text-primary { color: #FF7149 !important; }
.active a { color: #FF7149 !important; }
.breadcrumb > li { padding: 0 5px; }
/*.breadcrumb > li + li:before {
     content: none;
    padding: 0 8px;
    font-size: 10px;
    color: #d5d6d9;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/




.circled-icon.icon-color1 {

  background: #DB5E56;

}

.circled-icon.icon-color2 {

  background: #DBC256;

}

.circled-icon.icon-color3 {

  background: #91DB56;

}

.circled-icon.icon-color4 {

  background: #56DB7F;

}
.circled-icon.icon-color5 {

  background:#56D3DB;

}
.circled-icon.icon-color6 {

  background:#566FDB;

}
.circled-icon.icon-color7 {

  background:#A056DB;

}
.circled-icon.icon-color8 {

  background:#DB56B2;

}
.circled-icon.icon-color9 {

  background:#4B2842;

}
.circled-icon.icon-color10 {

  background:#EFDD79;

}













/*
    FORM SELECT
*/
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*
  background: url(/app/images/white-arrow-down.png) no-repeat;
  background-position:right;
  */
}



/*
    TEAM PAGE
*/
.team-build .panel-heading { background:#F0F0F0 !important; }

.team-build table.table-no-borders tr td {
    border: none;
    background: transparent
}

/* Disable state for team page */
.disabled-panel{
    opacity: 0.3;
}


/*

* modal styles

*/
.modal-backdrop.in {
  opacity:0;
}
.modal {
    /* ... */
    overflow-y: scroll;
}
.modal { z-index:100000; }
.modal .modal-footer {
  text-align:left;
  /*background-color: #cad6dd;*/
  background-color: #f0f0f0;
}







@media (max-width: 766px) {

  .content-wrapper {
    margin-top:120px
  }
}




/*
// 9. Circle Icon
// --------------------------------------------------
*/
.circled-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 132px;
  height: 132px;
  border: 4px solid #e5e2e0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 126px;
  font-size: 34px;
  background: rgba(0, 0, 0, 0.2);
}
.circled-icon.icon-color1 {
  background: #ff7149;
}
.circled-icon.icon-color2 {
  background: #4d306e;
}
.circled-icon.icon-color3 {
  background: #d44546;
}
.circled-icon.icon-color4 {
  background: #ffa76c;
}
/*
// 18. Feature Box
// --------------------------------------------------
*/
.feature-box {
  margin-bottom: 30px;
}
.feature-box h5 {
  margin-bottom: 1em;
}
.feature-box .feature-icon {
  margin-bottom: 20px;
}
.feature-icon__simple {
  font-size: 42px;
  line-height: 1em;
}
.feature-icon__simple.icon-color1 {
  color: #ff7149;
}
.feature-icon__simple.icon-color2 {
  color: #4d306e;
}
.feature-icon__simple.icon-color3 {
  color: #d44546;
}
.feature-icon__simple.icon-color4 {
  color: #ffa76c;
}
.feature-box__icon-left {
  position: relative;
}
.feature-box__icon-left .feature-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 112px;
  height: 112px;
  line-height: 102px;
}
.feature-box__icon-left .feature-title {
  margin-left: 140px;
}
.feature-box__icon-left .feature-desc {
  margin-left: 140px;
}
.feature-box__icon-left h5 {
  margin-bottom: .6em;
}
.feature-box__sm-icon-left {
  position: relative;
}
.feature-box__sm-icon-left .feature-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.feature-box__sm-icon-left .feature-title {
  margin-left: 70px;
}
.feature-box__sm-icon-left .feature-desc {
  margin-left: 70px;
}

/*

// 29. Page Loader

// --------------------------------------------------

*/
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loader {
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  background: #ff7149;
  background: -moz-linear-gradient(left, #ff7149 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ff7149 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ff7149 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ff7149 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ff7149 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  -o-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ff7149;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/*
  Assessment TODO: FIND OUT HOW COLLIN HAD THESE STYLES AT THE BOTTOM OF pages.css, and what is .theme that was taken off these styles?
*/
.assessment-card .panel-heading {
  border-bottom: 1px solid #ddd;
  padding: 20px 40px 10px 40px;
  min-height:100px;
}
.assessment-card .panel-body {
  padding: 40px 40px 30px 40px;
  min-height: 225px;
}
.assessment-card .panel-body p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 460px) {
  .assessment-card .panel-heading {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    min-height: 70px;
    margin-bottom: 40px;
  }
  .assessment-card .panel-body {
    padding: 20px;
    min-height: 225px;
  }
  .assessment-card .panel-body p {
    font-size: 14px;
    line-height: 24px;
  }
  .assessment-note {
    font-size:12px;
  }
}













.nav-tabs-linetriangle:after {
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
  bottom: 0;
}

body.menu-pin > .pgn-wrapper[data-position$='-left'],
body.menu-pin > .pgn-wrapper[data-position="top"],
body.menu-pin > .pgn-wrapper[data-position="bottom"] {
  left: 280px;
}
/*** Desktops & Laptops ***/

@media only screen and (min-width: 980px) {
  body.menu-pin .header .brand {
    width: 280px;
  }
  body.menu-pin .page-container .page-content-wrapper .content {
    padding-left: 280px;
  }
  body.menu-pin .page-container .page-content-wrapper .footer {
    left: 280px;
  }
  body.menu-pin .page-sidebar {
    width: 280px;
  }
  body.menu-pin .header .header-title {
    padding-left:215px
  }
}

@media (max-width: 991px) {
  body.sidebar-open .page-container {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
    -ms-transform: translate(280px, 0);
    overflow: hidden;
    position: fixed;
  }
  body.sidebar-open .push-on-sidebar-open {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
    -ms-transform: translate(280px, 0);
    overflow: hidden;
  }
  .page-sidebar {
    width: 280px;
    z-index: auto;
    left: 0 !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important;
  }

  .header .header-title {
    margin-left:40px
  }
}
@media (max-width: 767px) {
  .header {
    height: 48px;
  }
}
@media (min-width: 991px) {
  .header .header-title {
    margin-left:80px
  }
}
/*** Mobile ***/

@media (max-width: 540px) {
    .btn-action { width:50px !important; padding:2px; float:left !important; margin-right:2px }
    .btn,.btn-group {
        width:100%;
        float:none;
        margin-bottom:10px !important;
    }
    .form-control {
      max-width:100% !important;
    }
}

.page-sidebar {
  width: 280px;
/*  border-right: 1px solid #F9F9F9;*/
  background-color: #f0f0f0;
  z-index: 1000;
  left: -210px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -o-transition: -o-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.page-sidebar .sidebar-header {
  /* Side-bar header */
  display: block;
  /*height: 113px;*/
/*  line-height: 60px;
*/  background-color: #f0f0f0;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #f0f0f0;
  color: #272b35;
  width: 100%;
  /*padding: 0 20px;*/
  padding-left: 30px;
  clear: both;
  z-index: 10;
  position: relative;
}

.page-sidebar .sidebar-header .sidebar-header-body {
  margin-top:3px;
  height:57px;
  background:#F0F0F0;
  border-top: 1px solid #f0f0f0;
  border-bottom:1px solid #F0F0F0;
}

.page-sidebar .sidebar-menu .menu-items > li .icon-thumbnail {
  background-color: #E2DEEF;
  border-radius: 20px;
}

.page-sidebar .sidebar-menu .menu-items > li .icon-thumbnail i {
  color: #fff;
}
.sidebar-slide-toggle {
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Montserrat';
  font-size: 11px !important;
  font-weight: 400;
  color: #7b7d82;
}

@media (min-width: 743px) {
    .profile-dropdown-toggle {
        margin-top:5px;
    }
}




body.mobile .page-sidebar .sidebar-menu .menu-items li.active > a,
body.mobile .page-sidebar .sidebar-menu .menu-items li.open > a {
  color: #6D5CAE;
}

body.mobile .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail,
body.mobile .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail {
  color: #5B4D91;
}

.page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail {
  background-color: #5B4D91;
}
.sidebar-menu li.active .icon-thumbnail {
  background: #413768;
}
.sidebar-menu .icon-thumbnail:hover {
  background: #662d91;
}
#appMenu .menu-items li > .icon-thumbnail {
  background-color: #c9e8fc;
}
#appMenu .menu-items li:hover > .icon-thumbnail,
#appMenu .menu-items li.open > .icon-thumbnail,
#appMenu .menu-items li.active > .icon-thumbnail {
  background-color: #48B0F7;
}
#appMenu .sidebar-menu li.active .icon-thumbnail {
  background: #2B6A94;
}
.page-sidebar .sidebar-menu .menu-items li:hover > a,
.page-sidebar .sidebar-menu .menu-items li.open > a,
.page-sidebar .sidebar-menu .menu-items li.active > a {
  color: #6D5CAE;
}

.page-sidebar .sidebar-menu .menu-items > li > a > .title {
  color: #333;
}

.page-sidebar .sidebar-menu .menu-items > li > a > .details {
  color: #333;
}

/* Quick View
------------------------------------
*/
.quickview-wrapper {
  position: fixed;
  right: -385px;
  top: 0;
  width: 385px;
  max-width:100%;
  background: #fff;
  bottom: 0;
  z-index: 1000;
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  border-left: 1px solid rgba(222, 227, 231, 0.56);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
@media (max-width: 460px) {

  .quickview-wrapper {
    position: fixed;
    right: -285px;
    top: 0;
    width: 285px;
    background: #fff;
    bottom: 0;
    z-index: 1000;
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
    border-left: 1px solid rgba(222, 227, 231, 0.56);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
/* the title above the companies in the switcher */
.view-port .navbar .view-heading {
  font-size: 15px;
  text-align: left;
  padding-left:15px;
}
.quickview-wrapper .nav-tabs {
  /* Quickview Tabs */
  background-color: #48B0F7;
  position: relative;
  padding: 0 43px;
}
.quickview-wrapper .quickview-toggle {
  position: absolute;
  left: 10px;
  top: 0px;
  color: #f9ffff;
  padding: 6px;
  cursor:pointer;
}

.page-sidebar .sidebar-overlay-slide {
  background-color: #f0f0f0;
}

.card.share .card-header:hover {
  background: #fff;
  cursor: default;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}





.theme body {
  background-color: #cad6dd;
  line-height: 1.7;
}
.theme .jumbotron {
  background-color: #f9f9f9;
}
.theme .sidebar-menu li.active .icon-thumbnail {
  background: #592b7c;
}
.theme .sidebar-menu .icon-thumbnail:hover {
  background: #662d91;
}
.theme p {
  font-size: 14px;
  line-height: 20px;
}
.theme .panel .panel-heading {
  background-color: #cad6dd;
  padding: 7px 20px;
}
.theme .panel .panel-heading .panel-title {
  padding-top: 8px;
  font-size: 13px;
}
.theme .panel .panel-heading.separator:after {
  left: 0;
  right: 0;
}
.theme .panel.panel-transparent .panel-body {
  padding-top: 20px;
}
.theme .normal-text {
  font-size: 14px !important;
}
.theme .large-text {
  font-size: 16px !important;
}
.theme h1 {
  font-size: 35px;
  line-height: 45px;
  font-family: "museo", Helvetica, Arial, sans-serif;
}
.theme h2 {
  font-size: 31px;
  line-height: 38px;
}
.theme h3 {
  font-size: 26px;
  line-height: 35px;
}
.theme h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.theme h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 25x;
}
.theme .museo {
  font-family: "museo", Helvetica, Arial, sans-serif;
}
.theme .table.table-striped tbody tr td {
  background-color: #f9f9f9 !important;
}
.theme .table thead tr th {
  color: #333333;
}
.theme .table tbody tr td {
  padding: 5px 5px 5px 10px;
  vertical-align: middle;
}
.theme .nav-tabs-simple > li:after {
  background-color: #662d91;
}
.theme .badge-primary {
  background-color: #662d91;
  color: #ffffff;
}
.theme .profile-card .profile-image {
  border: 1px solid #ddd;
}
.theme .team-card .panel-heading {
  background-color: #662d91;
  color: #ffffff;
  padding: 14px 15px 7px 20px;
}
.theme .team-card .panel-heading a:not(.btn) {
  color: #ffffff !important;
}
.theme .team-card p {
  margin-bottom: 15px;
  clear: both;
}
.theme .team-card p .compatability-score {
  font-size: 18px;
}
.theme .team-card p.last {
  margin-bottom: 0;
}
.theme .card.pairs-card {
  margin-bottom: 10px;
}
.theme .card.pairs-card .card-header h5,
.theme .card.pairs-card .card-header h6 {
  display: inline-block;
  width: 75%;
  float: right;
}

.trait-card p {
  color: #ffffff;
}
.trait-card.trait-card h5 {
  color: #ffffff;
}
.trait-card.sensing {
  background: #84a342;
  border: 1px solid #718a3c;
}
.trait-card.intuitive,
.trait-card.intuition  {
  background: #edaa3a;
  border: 1px solid #c69035;
}
.trait-card.thinking {
  background: #26a9e1;
  border: 1px solid #258fbd;
}
.trait-card.feeling {
  background: #d13930;
  border: 1px solid #b0352d;
}
.theme .trait-card.last {
  border-top: none;
}

.no-float { float:none; }
.jumbotron {
  background-color: #f9f9f9;
}
.sidebar-menu li.active .icon-thumbnail {
  background: #592b7c;
}
.sidebar-menu .icon-thumbnail:hover {
  background: #662d91;
}
p {
  font-size: 14px;
  line-height: 20px;
}
.panel .panel-heading {
  background-color: #f9f9f9;
  padding: 7px 20px;
}
.panel .panel-heading .panel-title {
  padding-top: 8px;
  font-size: 14px;
}
.panel .panel-heading.separator:after {
  left: 0;
  right: 0;
}
.panel.panel-transparent .panel-body {
  padding-top: 20px;
}
.normal-text {
  font-size: 14px !important;
}
.large-text {
  font-size: 16px !important;
}
h1 {
  font-size: 35px;
  line-height: 45px;
  font-family: "museo", Helvetica, Arial, sans-serif;
}
h2 {
  font-size: 31px;
  line-height: 38px;
}
h3 {
  font-size: 26px;
  line-height: 35px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 25x;
}
h5 span { font-weight:bold; }
.museo {
  font-family: "museo", Helvetica, Arial, sans-serif;
}
.table.table-striped tbody tr td {
  background-color: #f9f9f9 !important;
}
.table thead tr th {
  color: #333333;
}
.table tbody tr td {
  padding: 5px 5px 5px 10px;
  vertical-align: middle;
}
.nav-tabs-simple > li:after {
  background-color: #662d91;
}
.badge-primary {
  background-color: #662d91;
  color: #ffffff;
}
.profile-card .profile-image {
  border: 1px solid #ddd;
}
.team-card .panel-heading {
  background-color: #662d91;
  color: #ffffff;
  padding: 14px 15px 7px 20px;
}
.team-card .panel-heading a:not(.btn) {
  color: #ffffff !important;
}
.team-card p {
  margin-bottom: 15px;
  clear: both;
}
.team-card p .compatability-score {
  font-size: 18px;
}
.team-card p.last {
  margin-bottom: 0;
}
.card.pairs-card {
  margin-bottom: 10px;
}
.card.pairs-card .card-header h5,
.card.pairs-card .card-header h6 {
  display: inline-block;
  width: 75%;
  float: right;
}
.text-sensing, .text-over.sensing {
  color: #84a342;
}
.text-intuitive, .text-over.intuitive, .text-over.intuition {
  color: #edaa3a;
}
.text-thinking, .text-over.thinking {
  color: #26a9e1;
}
.text-feeling, .text-over.feeling {
  color: #d13930;
}
.bg-sensing, .bg-over.sensing {
  background: #84a342;
  color:#fff;
}
.bg-intuitive, .bg-over.intuitive, .bg-over.intuition {
  background: #edaa3a;
  color:#fff;
}
.bg-thinking, .bg-over.thinking {
  background: #26a9e1;
  color:#fff;
}
.bg-feeling, .bg-over.feeling {
  background: #d13930;
  color:#fff;
}

.trait-card p {
  color: #ffffff;
}
.trait-card.trait-card h5 {
  color: #ffffff;
}

.trait-card.last {
  border-top: none;
}




/* EMPATICO FEEDBACK FORM STYLES */
.radio-buttons {
     list-style-type:none;
     padding:0;
}
.radio-buttons li {
    float:left;
    margin:0 0 0 0;
    width:20%;
    height:60px;
    position:relative;
}
.radio-buttons label, .radio-buttons input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.radio-buttons input[type="radio"] {
    opacity:0.011;
    z-index:100;
}
.radio-buttons input[type="radio"]:required {
    margin-top:40px;
}
.radio-buttons #accuracy1 + label {
    background:#71727B;
    opacity:0.7;
    line-height: 11px;
}
.radio-buttons #accuracy2 + label {
    background:#F0A48F;
    opacity:0.7;
}
.radio-buttons #accuracy3 + label {
    background:#F4DC94;
    opacity:0.7;
}
.radio-buttons #accuracy4 + label {
    background:#9CCFE5;
    opacity:0.7;
}
.radio-buttons #accuracy5 + label {
    background:#98DEBE;
    opacity:0.7;
    line-height: 11px;
}
.radio-buttons #accuracy1:hover + label, .Checked + label  {
    background:#0f1015;
    opacity:1;
}
.radio-buttons #accuracy2:hover + label, .Checked + label  {
    background:#E87352;
    opacity:1;
}
.radio-buttons #accuracy3:hover + label, .Checked + label  {
    background:#EEC95A;
    opacity:1;
}
.radio-buttons #accuracy4:hover + label, .Checked + label  {
    background:#66B5D7;
    opacity:1;
}
.radio-buttons #accuracy5:hover + label, .Checked + label  {
    background:#60CD9B;
    opacity:1;
}
.radio-buttons #accuracy1:checked + label {
    background:#242633;
    opacity:1;
}
.radio-buttons #accuracy2:checked + label {
    background:#E87352;
    opacity:1;
}
.radio-buttons #accuracy3:checked + label {
    background:#EEC95A;
    opacity:1;
}
.radio-buttons #accuracy4:checked + label {
    background:#66B5D7;
    opacity:1;
}
.radio-buttons #accuracy5:checked + label {
    background:#60CD9B;
    opacity:1;
}
.radio-buttons label {
    padding:16px;
    cursor:pointer;
    z-index:90;
    color:#fff;
    text-align:center;
}
.radio-buttons label:hover {
     background:#DDD;
}


/* PAGES FORM STYLE FIX */
.form-group:last-child{
    border-bottom: 1px solid rgba(34, 34, 34, 0.07);
}
