@import url(https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css);
@import url(../bootstrap/bootstrap-cdn-overrides.css);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */


@font-face{
	font-family: 'journalregular';
	src: url('../../fonts/journal-webfont.eot');
	src: url('../../fonts/journal-webfont.eot?iefix') format('eot'),
	     url('../../fonts/journal-webfont.woff') format('woff'),
	     url('../../fonts/journal-webfont.ttf') format('truetype'),
	     url('../../fonts/journal-webfont.svg#webfont') format('svg');
}

*:focus {
  outline: 0; }

body {
  font-family: "Lato" /* "Droid Sans", Helvetica, Arial; */
  font-weight: 300;
}
.button {
    cursor: pointer;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
  background-color: #4589E3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5da4ff), color-stop(100%, #417bff));
  background: -webkit-linear-gradient(#5da4ff, #417bff);
  background: -moz-linear-gradient(#5da4ff, #417bff);
  background: -o-linear-gradient(#5da4ff, #417bff);
  background: linear-gradient(#5da4ff, #417bff);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button:hover {
    color: #fff;
    text-decoration: none; }
  .button:active {
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
  .button.button-small {
    padding: 10px 33px;
    border: 1px solid #68A2EE;
    font-size: 14px;
    font-weight: 500; }

/* form controls */
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
  background: #f8fffe;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.1);
  border: 1px solid #ddd;
    box-shadow: 0px 1px 3px rgba(0,0,0,.1);
    /* box-shadow: 0px 0px 14px rgba(0,0,0,0.1) inset; */
    width: 100%;
    font-size: 130%;
  /* height: 39px; */ }
  input[type="text"].form-control::-webkit-input-placeholder,
  input[type="email"].form-control::-webkit-input-placeholder,
  input[type="password"].form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 300;
    }
  input[type="text"].form-control:-moz-placeholder,
  input[type="email"].form-control:-moz-placeholder,
  input[type="password"].form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 300;
     }
  input[type="text"].form-control::-moz-placeholder,
  input[type="email"].form-control::-moz-placeholder,
  input[type="password"].form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 300;
    }
  input[type="text"].form-control:-ms-input-placeholder,
  input[type="email"].form-control:-ms-input-placeholder,
  input[type="password"].form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 300;
    }
  input[type="text"].form-control:focus,
  input[type="email"].form-control:focus,
  input[type="password"].form-control:focus {
    border-color: #98D2FF;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6);
    }

  textarea::-webkit-input-placeholder,
  textarea::-moz-placeholder,
  textarea::-moz-placeholder,
  textarea:-ms-input-placeholder {
    color: #ccc;
  }
  textarea:focus {
    background: #f4fffe;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }

/* vendor */
.panel-primary>.panel-heading {
    color: #fff;
    background-color: teal;
    border-color: teal;
}
.panel-primary {
    border-color: teal;
}
a {
  color: #007878;
  /* font-weight: normal; */}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5585B3;
  border-color: #4477A3; }

.pagination > li > a,
.pagination > li > span {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

/* config variables */
/* roboto font */
/* source sans pro */
/* lato */
/* merriweather */
/* layout */
a:focus, button:focus {
  outline: none; }

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    background: #f1f1f1;
}
.tab-content {
    border: 1px solid #ccc;
    margin-top: -2px !important;
    border-radius: 6px;
    background: #f1f1f1;
    padding: 10px;
}

.navbar.normal {
  min-height: 70px;
  background: #444;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 1px rgba(46, 46, 46, 0.3), inset rgba(255, 255, 255, 0.2) 0 1px 1px;
  border: none;
  z-index: 9999;
  -webkit-font-smoothing: antialiased; }
  .navbar.normal .navbar-header .navbar-brand {
    color: #fff;
    padding: 13px 15px;
    font-weight: 700;
    font-size: 30px;
	font-family: 'Source Sans Pro', serif;
	line-height: 15px;}
  .navbar.normal .navbar-header .navbar-toggle {
    margin-top: 17px; }


  .gd-powered {
    height: 50px;
    display: block;
  }
  @media (min-width: 768px) {


    .gd-powered {
        margin-top: -12px;
        margin-left: 10px;
        display: inline;
      }
    .login {
        font-size: 18px;font-weight: normal;cursor:pointer; float: right; color: #008080;border: 2px solid #70b4b3;padding: 3px 9px;margin-top: 17px;margin-right: 20px;border-radius: 4px;
    }
    .login:hover {border-color: #008080;}
    .fundraisers {
        font-size: 18px;font-weight: normal;cursor:pointer;padding-top: 22px;padding-right: 15px;color: #7b727d; float: right;
    }
    .white-head.login, .white-head.fundraisers {
        border-color: white; color: white;
    }
    .navbar.normal .navbar-collapse {
      text-align: center;
      }

    .navbar.normal .navbar-collapse .navbar-nav {
      float: none;
      display: inline-block; } }
  .navbar.normal .navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block; }
    @media (max-width: 767px) {
    .bequest-list {
        display: block; margin-left: 25px; color: #444;
    }
    body {
      font-family: Helvetica, Arial;
      font-weight: normal;
    }
    h1.legacy {font-size: 24px;}
      .navbar.normal .navbar-collapse .navbar-nav > li {
        display: block; } }
    .navbar.normal .navbar-collapse .navbar-nav > li.active > a {
      background: none;
      color: #fff; }
    .navbar.normal .navbar-collapse .navbar-nav > li > a {
      padding: 25px 20px;
      color: #d5d5d5;
      font-weight: 500;
      z-index: 1001;
      -webkit-transition: color 0.2s linear;
      -moz-transition: color 0.2s linear;
      -ms-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      @media (max-width: 767px) {
        .navbar.normal .navbar-collapse .navbar-nav > li > a {
          padding: 18px 20px; } }
      .navbar.normal .navbar-collapse .navbar-nav > li > a:hover {
        color: #fff; }
    @media (max-width: 767px) {
      .navbar.normal .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
        color: #fff;
        padding: 12px 18px 12px 30px; } }
    .navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu {
      text-align: left;
      padding: 9px 0; }
      .navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
        padding: 8px 18px; }
  .navbar.normal .navbar-collapse .navbar-nav .button {
    padding: 8px 18px;
    font-size: 13px;
    position: relative;
    top: 17px; }
    @media (max-width: 767px) {
      .navbar.normal .navbar-collapse .navbar-nav .button {
        box-shadow: none;
        background: none;
        top: 0;
        margin-bottom: 20px;
        color: #d5d5d5 !important;
        font-size: 15px; }
        }
.navbar.hero {
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  z-index: 999;
  -webkit-font-smoothing: antialiased; }

.big-h1 {
    color: teal;
    text-align: center;
    font-weight: normal;
    margin: 40px 0;
}
.big-offer {
    font-size: 30px;
    color: teal;
}
.big-offer h2 {
    margin: 50px 0 30px;
    color: #4d5a5a;
    font-weight: normal;
}
.big-offer em {
    font-size: 22px;
    color: #666;
    margin-top: -5px;
    display: block;
}
.big-offer img {
    border-radius: 9px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px #eee;
}
.big-offer .row {margin-bottom: 30px;}
.big-info {
    font-size: 30px;
}
.dash-nav {
    overflow: hidden;
}
.dash-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dash-nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
    /* width: 16.66666%; */
}
.img-prefill {
    width: 175px;
    float: left;
}
.img-prefill img {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 15px;
    cursor: pointer;
}
.dash-nav ul li a{
    padding: 5px;
    display: block;
    text-align: center;
    background: #4d5a58;
    color: white;
    margin: 5px;
    border-radius: 4px;
}
.dash-nav ul li a:active, .dash-nav ul li a.active, .dash-nav ul li.active a {
    background: #007f7f !important;
    background-color: #007f7f !important;
    opacity: 1;
    font-weight: normal;
}
.dash-nav ul.nav-pills li a:hover {
    background: #4d5a58;
}
.dash-nav-inner ul li a {
    opacity: .7;
    padding: 3px;
    font-size: 14px;
}
.dash-nav-bd ul li {
    width: 25%;
}
.dlb {
    font-size: 14px;
    font-weight: normal;
}
.dlb .col-xs-4.col-sm-2 {
    padding: 0 6px;
}
.d-btn {
    text-align: center;
    padding: 1px 15px;
    border: 1px solid teal;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px
}
.all-csv {
    background: white !important;
    border: 1px solid #666;
    opacity: 1 !important;
    color: #333 !important;
    padding: 2px !important;
    font-weight: normal;
}
.dash-grid th {background; teal;}
.dash-grid th a {
        color: #86c0bf;
        margin-left: 3px;
}
.dash-grid tr:nth-child(odd) {
    background: #cbdce0;
}
.dash-grid tr:nth-child(even) {
    background: #e7eef0;
}
.dash-grid th, .dash-grid td {
    border: none !important;
    border-top: 1px solid white !important;
    border-right: 1px solid white !important;
    white-space: nowrap;
}
.dash-grid em {

}
  @media (min-width: 768px) {
    .navbar.hero {
      /*background: transparent;
      padding-top: 10px; */}
      .navbar.hero .navbar-nav > .active > a {
        background: transparent;
        color: #fff; } }
  .navbar.hero .navbar-brand {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    font-family: "Lato", "Helvetica Neue", Arial; }
  .navbar.hero .navbar-nav > li.dropdown > a .caret {
    border-top-color: #EBEBEB; }
  .navbar.hero .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .navbar.hero .navbar-nav > li > a:hover {
      color: #fff; }
  .navbar.hero .navbar-nav > li.open > a {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px 4px 0 0; }
  @media (max-width: 767px) {
    .navbar.hero .navbar-nav > li.open ul.dropdown-menu a {
      color: #fff;
      padding: 12px 18px 12px 30px; } }
  .navbar.hero .navbar-nav > li ul.dropdown-menu {
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    padding: 5px 0 8px 0;
    border-radius: 4px 0 4px 4px;
    border: 0px; }
    .navbar.hero .navbar-nav > li ul.dropdown-menu li a {
      color: #fff;
      padding: 10px 18px;
      font-size: 15px; }
      .navbar.hero .navbar-nav > li ul.dropdown-menu li a:hover {
        color: #f5f5f5;
        background: none; }

#footer {
  background: #008080;
  padding-top: 47px;
  padding-bottom: 35px;
  -webkit-font-smoothing: antialiased;
}
  #footer .copyright {
    color: #B5C5CF;
    font-size: 14px;
    font-weight: 500;
    padding-top: 2px;}
    @media (max-width: 991px) {
      #footer .copyright {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #footer .copyright {
        text-align: center; } }
   .simplesteps {background: #f5f5f5;}
  .simplesteps img {
    max-width: 125px;
  }
  .simplesteps h2 {
    margin: 40px auto;
    font-size: 40px !important;
    font-weight: normal !important;
  }
  @media (max-width: 767px) {
    #footer .menu {
      text-align: center;
      margin-top: 10px;
    }
    #footer .social {
        text-align: center;
        margin: 15px auto 0; }
      #footer .menu ul li { display: inline-block; }
  }

      #footer .menu li:first-child {display: block;}
  #footer .menu ul { list-style-type: none;
    padding: 0; }
    #footer .menu strong {
        color: white;
        font-weight: bold;
    }

      #footer .menu ul li.active a {
        color: #fff; }
      #footer .menu .dropdown-menu>li>a {color: #333;}
      #footer .menu .dropdown-menu>li>a:hover {color: #333;}
      #footer .menu ul li a {
        color: #fff9f9;
        font-weight: 500;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #footer .menu ul li a:hover {
          color: #fff;
          text-decoration: none; }
        @media (max-width: 991px) {
          #footer .menu ul li a {
            padding: 15px 17px 10px 0px; } }
  #footer .social {
    text-align: center; }
    @media (max-width: 767px) {
      #footer .social {
        text-align: center;
        margin: 15px auto 0; } }
    #footer .social a {
      color: #eee;
      border: 0;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100);
      margin: 5px;
      position: relative;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      #footer .social a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }


/* pages */
#home #hero {
    overflow: hidden;

    background-size: cover;
    background-image: url("../../images/hp1.jpg");
    /* These are some ready-to-use backgrounds you can test out by uncommenting them */
    /*background: -webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit-linear-gradient(108deg, #5E8199, #153752 90%);*/
    background-position: 40% 0%;
    /* height: 580px; */
    height: 100vh;
    position: relative;
    /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);*/
  }
#home .partners-hero {
    background-image: url("../../images/fundraising-hero.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    height: 570px !important;
}
#home .legacy-hero {
    background-image: url("../../images/fundraising.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 550px !important;
}
#home .about-hero, #home .contact-hero {
    background-image: url("../../images/mission.jpg") !important;
    height: 500px !important;
    background-position: 30% 77% !important;
}
#home .privacy-hero {
    background-image: url("../../images/secure-private.jpg") !important;
    height: 500px !important;
    background-position: 50% 90% !important;
}
#home .terms-hero {
    background-image: url("../../images/terms.jpg") !important;
    height: 462px !important;
    background-position: 50% 90% !important;
}
#home .life-hero {
    background-image: url("../../images/life-insurance-feature.jpg") !important;
    height: 420px !important;
    background-position: 70% 0% !important;
}
#home .legal-hero {
    background-image: url("../../images/legal-splash.jpg") !important;
    height: 420px !important;
    background-position: 70% 0% !important;
}
#home .research-hero {
    background-image: url("../../images/research.jpg") !important;
    height: 500px !important;
    background-position: center !important;
}
#home .contact-hero {
    background-image: url("../../images/contact.jpg") !important;
    background-position: 30% 30% !important;
}
#home .faith-hero {
    background-image: url("../../images/religious-legacy.jpg") !important;
    background-position: center !important;
    height: 100vh;
}
.account-hero {
    background-image: url("../../images/account-head.jpg") !important;
    background-position: 50% 90% !important;
}
.feature {
    margin-bottom: 40px;
}
.land1 svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.land1 .svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 20%;
  vertical-align: middle;
  overflow: hidden;
}
.grecaptcha-badge {display: none !important}
@media (min-width: 1550px) {

    #home #hero {
        height: 100vh;
    }
    #home .partners-hero {
        height: 750px !important;
    }
}
  @media (max-width: 767px) {
    #home #hero {
        height: 450px;
    }
    #home .partners-hero {
        height: 460px !important;
    }

    #home .about-hero, #home .contact-hero {
        background-position: 70% 77% !important;
        height: 400px;
    }
  }
  /* #home #hero:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(239,243,205, 0) 0%, rgba(96,80,99, 0) 1%, rgba(96,80,99, 0.1) 26%, rgba(96,80,99, 0.35) 71%, rgba(96,80,99, 0.5) 100%);
    background: -moz-linear-gradient(right, rgba(239,243,205, 0) 0%, rgba(96,80,99, 0) 1%, rgba(96,80,99, 0.1) 26%, rgba(96,80,99, 0.35) 71%, rgba(96,80,99, 0.5) 100%);
    background: -o-linear-gradient(right, rgba(239,243,205, 0) 0%, rgba(96,80,99, 0) 1%, rgba(96,80,99, 0.1) 26%, rgba(96,80,99, 0.35) 71%, rgba(96,80,99, 0.5) 100%);
    background: linear-gradient(right, rgba(239,243,205, 0) 0%, rgba(96,80,99, 0) 1%, rgba(96,80,99, 0.1) 26%, rgba(96,80,99, 0.35) 71%, rgba(96,80,99, 0.5) 100%); }
    */
  #home #hero:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(6, 13, 32, 0.15);*/
    /*background: rgba(13, 37, 102, 0.24);
    background: rgba(32, 54, 114, 0.29);
    background: rgba(255, 255, 255, 0.15);*/
  }

  #home #hero .container {
    position: relative;
    z-index: 33; }
  #home #hero h1.hero-text {
    font-family: "Lato", "Helvetica Neue", Arial;
    margin-bottom: 0;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
    color: #fff;
    margin-top: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
    -webkit-animation-duration: 1s; }
    @media (max-width: 767px) {
      #home #hero h1.hero-text {
        font-size: 24px;
        line-height: 38px;
        margin-top: 0;
        text-align: center; } }
  #home #hero .sub-text {
    -webkit-font-smoothing: antialiased;
    width: 50%;
    margin-top: 15px;
    font-family: "Lato", "Helvetica Neue", Arial;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-animation-duration: 1s; }
    @media (max-width: 991px) {
      #home #hero .sub-text {
        width: 70%; } }
    @media (max-width: 767px) {
      #home #hero .sub-text {
        font-size: 15px;
        width: 100%;
        text-align: center; } }
  #home #hero .cta {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    font-size: 18px;
    }
    @media (max-width: 767px) {
      #home #hero .cta {
        text-align: center; } }
    #home #hero .cta a {
      color: white;
      }
      @media (max-width: 767px) {
        #home #hero .cta a {
          font-size: 20px;
        }
      }
  #home #hero .img {
    position: absolute;
    top: 15px;
    left: 625px;
    width: 570px;
    height: 333px;
    background-image: url("../../images/new-hero.png");
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      #home #hero .img {
        display: none; } }
#home #features {
  /* mixin found in partials/snippets */
  margin-bottom: 30px; margin-top: 0px; }
  @media (max-width: 991px) {
    #home #features {
      margin-top: 50px; } }
  #home #features .header {
    text-align: center; }
    #home #features .header h2 {
      color: #555;
      font-weight: 300;
      font-size: 28px; }
      @media (max-width: 767px) {
        #home #features .header h2 {
          font-size: 25px; } }
    #home #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #757575; }
  #home #features .feature {
    margin: 55px 0 35px;

    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #home #features .feature.backwards .info {
        float: right; }
      #home #features .feature.backwards .image {
        float: left; }
        #home #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #home #features .feature {
        margin-top: 10px; } }
    #home #features .feature .info h4 {
      font-weight: normal;
      font-size: 30px;
      }
    #home #features .feature .info h2 {
        font-size: 50px;
        margin-bottom: 0;
        font-weight: bold;
    }
      @media (max-width: 991px) {
        #home #features .feature .info h4 {
          text-align: center; } }
    #home #features .feature .info p {
      color: #6C7279;
      font-size: 18px;
      line-height: 24px;
      width: 83%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #home #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
    @media (max-width: 991px) {
      #home #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
  .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 30px 0; }
    .divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
    @media (max-width: 991px) {
      .divider {
        margin: 55px 0 35px; } }
  @media (max-width: 767px) {
    #home #features {
      margin-top: 0; } }
#home #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: linear-gradient(top, #355069 0, #5e7a9b 100%);
  margin-top: 110px;
  padding-top: 45px;
  padding-bottom: 70px; }
  #home #pricing .header {
    text-align: center;
    font-family: "Lato", "Helvetica Neue", Arial; }
    @media (max-width: 991px) {
      #home #pricing .header {
        margin-bottom: 25px; } }
    #home #pricing .header h3 {
      font-size: 29px;
      color: #fff;
      line-height: 25px;
      font-weight: 400;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
      @media (max-width: 767px) {
        #home #pricing .header h3 {
          font-size: 24px;
          line-height: 29px; } }
    #home #pricing .header p {
      font-size: 16px;
      margin-top: 15px;
      color: #F0F0F0;
      font-weight: 400;
      line-height: 25px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home #pricing .charts {
    margin-top: 35px; }
    @media (max-width: 991px) {
      #home #pricing .charts {
        margin-top: 10px; } }
    #home #pricing .charts .chart {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 97%;
      min-height: 315px;
      position: relative;
      top: 37px; }
      @media (max-width: 991px) {
        #home #pricing .charts .chart {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important; }
          #home #pricing .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #home #pricing .charts .chart {
          width: 90% !important; } }
      #home #pricing .charts .chart.first {
        float: right;
        left: 12px; }
      #home #pricing .charts .chart.last {
        left: -12px; }
      #home #pricing .charts .chart.featured {
        min-height: 350px;
        top: 0px;
        margin: 0 auto; }
        #home #pricing .charts .chart.featured .popular {
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          color: #B1B1B1;
          font-weight: 400; }
        #home #pricing .charts .chart.featured .quantity {
          margin-top: 15px; }
      #home #pricing .charts .chart .quantity {
        text-align: center; }
        #home #pricing .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #home #pricing .charts .chart .quantity .price {
          font-size: 49px; }
        #home #pricing .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
        #home #pricing .charts .chart .quantity .asterisk {
          position: relative;
          top: -12px;
          font-size: 80%;
          }
      #home #pricing .charts .chart .plan-name {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #777;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 15px;
        width: 90%;
        margin: 0 auto;
        margin-top: 8px; }
      #home #pricing .charts .chart .specs {
        margin-top: 20px; }
        #home #pricing .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #home #pricing .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #home #pricing .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }
#home #slider {
  margin-top: 70px; }
  @media (max-width: 991px) {
    #home #slider {
      margin-top: 30px; } }
  #home #slider .header {
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    #home #slider .header h3 {
      font-family: "Lato", "Helvetica Neue", Arial;
      font-size: 25px;
      color: #555;
      line-height: 25px;
      margin-bottom: 15px; }
  #home #slider .slide-wrapper {
    border-bottom: 1px solid #E4E4E4; }
    #home #slider .slide-wrapper .slideshow {
      margin: 0 auto;
      margin-top: 35px;
      width: 844px;
      height: 418px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 991px) {
        #home #slider .slide-wrapper .slideshow {
          background: none;
          width: inherit;
          height: 340px; } }
      @media (max-width: 620px) {
        #home #slider .slide-wrapper .slideshow {
          height: 290px; } }
      @media (max-width: 530px) {
        #home #slider .slide-wrapper .slideshow {
          height: 240px; } }
      @media (max-width: 450px) {
        #home #slider .slide-wrapper .slideshow {
          height: 205px; } }
      #home #slider .slide-wrapper .slideshow .btn-nav {
        width: 48px;
        height: 51px;
        position: absolute;
        top: 55%;
        z-index: 999;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease; }
        #home #slider .slide-wrapper .slideshow .btn-nav.active {
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-transform: translateX(0px) !important;
          -o-transform: translateX(0px) !important;
          -ms-transform: translateX(0px) !important;
          -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important; }
        #home #slider .slide-wrapper .slideshow .btn-nav.prev {
          left: 91px;
          -moz-transform: translateX(-48px);
          -o-transform: translateX(-48px);
          -ms-transform: translateX(-48px);
          -webkit-transform: translateX(-48px);
          transform: translateX(-48px); }
          @media (max-width: 991px) {
            #home #slider .slide-wrapper .slideshow .btn-nav.prev {
              left: 30px; } }
        #home #slider .slide-wrapper .slideshow .btn-nav.next {
          right: 91px;
          -moz-transform: translateX(48px);
          -o-transform: translateX(48px);
          -ms-transform: translateX(48px);
          -webkit-transform: translateX(48px);
          transform: translateX(48px); }
          @media (max-width: 991px) {
            #home #slider .slide-wrapper .slideshow .btn-nav.next {
              right: 29px; } }
      #home #slider .slide-wrapper .slideshow .slide {
        width: 100%;
        height: 100%;
        position: absolute; }
        #home #slider .slide-wrapper .slideshow .slide.active img {
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-transform: translateY(0px);
          -o-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
        #home #slider .slide-wrapper .slideshow .slide img {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          -moz-transform: translateY(300px);
          -o-transform: translateY(300px);
          -ms-transform: translateY(300px);
          -webkit-transform: translateY(300px);
          transform: translateY(300px);
          opacity: 0;
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          filter: alpha(opacity=0);
          -webkit-transition: all .6s ease;
          -moz-transition: all .6s ease;
          -o-transition: all .6s ease;
          -ms-transition: all .6s ease;
          transition: all .6s ease; }
          @media (max-width: 767px) {
            #home #slider .slide-wrapper .slideshow .slide img {
              width: 100%; } }
#home #testimonials {
  margin-top: 90px;
  -webkit-font-smoothing: antialiased; }
  #home #testimonials .header {
    text-align: center; }
    #home #testimonials .header h3 {
      font-family: "Lato", "Helvetica Neue", Arial;
      font-size: 23px;
      color: #656565;
      line-height: 25px;
      margin-bottom: 45px; }
  #home #testimonials .testimonial {
    width: 90%; }
    @media (max-width: 767px) {
      #home #testimonials .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px; } }
    #home #testimonials .testimonial .quote {
      font-size: 13px;
      color: #3D3D3D;
      line-height: 24px;
      border: 1px solid #E2E2E2;
      padding: 12px 22px;
      border-radius: 6px;
      width: 90%;
      position: relative; }
      @media (max-width: 767px) {
        #home #testimonials .testimonial .quote {
          margin: 0 auto; } }
      #home #testimonials .testimonial .quote .arrow-down {
        position: absolute;
        bottom: 3px;
        left: 30px; }
        #home #testimonials .testimonial .quote .arrow-down .arrow, #home #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #fff transparent transparent;
          border-style: solid;
          border-width: 11px;
          cursor: pointer;
          position: absolute;
          top: 3px;
          z-index: 1002; }
        #home #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #E2E2E2 transparent transparent;
          border-width: 12px;
          top: 3px;
          z-index: 1001;
          left: -1px; }
    #home #testimonials .testimonial .author {
      margin-top: 40px;
      margin-left: 10px; }
      @media (max-width: 767px) {
        #home #testimonials .testimonial .author {
          margin-left: 6%; } }
      #home #testimonials .testimonial .author .pic {
        width: 71px;
        height: 71px;
        border-radius: 50px;
        float: left;
        position: relative;
        top: -12px;
        margin-right: 18px;
        border: 1px solid #ccc; }
      #home #testimonials .testimonial .author .name {
        color: #3C92C5;
        line-height: 23px;
        font-weight: 500; }
      #home #testimonials .testimonial .author .company {
        font-size: 14px;
        color: #909090;
        line-height: 23px;
        font-weight: 400; }
#home #cta {
  text-align: center;
  margin-top: 120px; }
  #home #cta p {
    font-family: "Lato", "Helvetica Neue", Arial;
    font-size: 17px;
    color: #7A7D81;
    letter-spacing: 0.1px; }
  #home #cta a {
    display: inline-block;
    margin-top: 25px;
    background: #6CAAE4;
    color: #FFF;
    padding: 23px 40px;
    font-size: 17px;
    letter-spacing: 0.7px;
    font-weight: 300;
    font-family: Lato;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #home #cta a:hover {
      text-decoration: none;
      background: #3FD8DF; }
#home #clients {
  background: #5E7A9B;
  background: radial-gradient(#36414e, #253241);
  margin-top: 120px;
  padding: 65px 0 80px;
  text-align: center; }
  #home #clients h3 {
    color: #FFF;
    margin-top: 0;
    font-family: "Lato", "Helvetica Neue", Arial;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: .3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home #clients p {
    font-size: 16px;
    color: #f8f8f8;
    font-family: "Lato", "Helvetica Neue", Arial;
    margin-top: 17px;
    font-weight: 300;
    line-height: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home #clients .logos {
    margin-top: 35px; }
    #home #clients .logos img {
      margin: 0 16px; }
      @media (max-width: 767px) {
        #home #clients .logos img {
          margin: 0 auto;
          display: block;
          margin-bottom: 15px;
          }
      }

.specs ul li, .specs ul {padding: 0px; margin: 0px; list-style: none;}

body {font-size: 18px;}
.red, .gen-body label.gift-head.red {color: #c10000 !important}
.yellow {color: #FFD700 !important;}
.green {color: #008080 !important;}
.add-alt {padding-right: 15px !important;}
.modal-title {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	}
.rounded {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

}
.shadow {
	border: 1px solid #eee;
	-moz-box-shadow: 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 3px rgba(0,0,0,0.2);
	}

.bluebg {
    background: #f8fdfe;
    border: 1px solid #bee1f3;
  }
 .graybg {
    border: 1px solid #ccc;
    background: #F7F8FB;
 }

 .inner-reg {
    border: 1px solid #ccc;
    border-radius: 4px;

}
.editprof {
    padding: 15px;
    -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
    background-color: white;
    border: 1px solid #ccc;
    margin-top: -1px;
}
.prof-head h1 {margin-top: 0px; padding-top: 0px;}
.prof-button {
    box-sizing: border-box;
    width: 31.5%;
    margin-right: 2%
 }
 .prof-button:last-child {
    margin-right: 0px;
 }
 .prof-table>tbody>tr>td {
    border: none;
    font-size: 18px;
    padding: 0;
    border-bottom: 10px transparent;
    vertical-align: middle;
  }
.prof-table>tbody>tr>td:last-child  {
    text-align: right;
  }
.email-table>tbody>tr>td {
    border: none;
    padding: 3px;
  }
  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    /*background: rgba(2, 33, 33, 0.6) !important;*/
}

.fade.out {
    opacity: 0;
}
li.active {font-weight: bold;}

.thin {margin: 10px 0;}
.padded-li>li {padding-right: 10px!important;}
label {
    font-weight: normal !important;
    opacity: 1;
    margin-bottom: 2px;
    margin-top: 1px
}

.confirmborder {
   border: 1px solid #333;
   padding: 10px;
   border-radius: 5px;
  }
.input-group {
   width: 100%;
}
.spouse {
    display: none;

}

.div-hover:hover {
  background-color: #f5f5f5;
}

.dark-bg {
    #background: linear-gradient(to right, #333, #333, #000);
    #background: rgba(0,0,0, 0.7);
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,1) 50%, rgba(0,0,0,0.4) 100%);
    padding: 10px 15px 20px;
    color: white;
}

.dark-bg p {font-size: 20px;}

@media (min-width: 1200px) {
    .dark-bg p {
        font-size: 22px;
    }
}
h1 small {color: #fff;}

.btn-primary {
  color: #fff;
  background-color: #008080;
  border-color: #61ADA0;
  padding: 13px 30px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #238280;
  border-color: #008080;

}

.btn-dark {
  color: #fff;
  background-color: #605063;
  border-color: #765D7A;
  padding: 13px 30px;
}

.btn-dark:hover {
  color: #fff;
  background-color: #4E3C52;
  border-color: #605063;
}
/*
.panel-primary {
  border-color: #238280 !important;
}
.panel-heading {
  background-color: #238280 !important;
  border-color: #238280 !important;
}
*/
.panel-heading {
  cursor: pointer;
}
h1 small, small {
  font-weight: 300;
}

.ffl {
  color: #006c6c;
  font-weight: bold;
}
@media (max-width: 470px) {

  .dark-bg {
    margin-top: 0px;
  }
}
@media (max-height: 385px) {
  .dark-bg {
      margin-top: 0px;
  }
  #home #hero {
    height: 370px;
    padding-top: 50px;
  }
}

.cause-img {
    padding: 20px;
    background-color: white;
}
.media-panel {
    background-color: #fff;
    font-size: 300%;
    margin-bottom: -1px;
}
.stats {

    background-color: #208190;
    padding: 25px;
    color: white;
    overflow: hidden;
}
.stat {
    border-bottom: 1px solid #ffffff;
    padding: 20px 0;
}
.stat .large {
    font-size: 56px;
    font-weight: 200;
    text-transform: uppercase;
}
.stt .small {
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
}
.btn-will {
    background-color: #979c35 !important;
    color: #ffffff;
    padding: 15px;
}
.share {
    background-color: #bebebe;
    text-align: center;
    padding: 25px;
}
#cause .info  {
    line-height: 24px;
    padding: 25px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    background-color: #eee;

}
.cause-text {
    background-color: white;
    padding: 25px;
}
.cause-container {
    padding-top: 40px;
}

.pledges {
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
    background-color: white;
}
html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #333;
    background-color: #f5f5f5;
    font-family: "Lato";
    font-weight: 300;

}
body#home {
    background-color: white;
}
a:focus, a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*/

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}

@media (min-width: 1600px) {

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}
h4 {font-size: 20px;}
.will-wrapper {
    top: 72px;
    width: 100%;
    font-size: .9em;
    z-index: 10;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.navbar-collapse.in {background:rgba(0, 0, 0, 0.8); margin: 10px -15px 0; padding: 10px 20px;}
/* mobile tweaks */

.modal {overflow-y: auto;z-index: 10000;}
.modal-body {
        overflow: hidden;
        width: 100%;
        padding: 8px 15px;
    }
.add-link.tight, .add-link.will {
    margin: -8px -35px -11px;
    box-shadow: none;
    padding: 15px;
    background: rgb(243, 241, 212);
    font-size: 16px;
}
.add-link.will {margin: 0;}
@media (min-height: 400px) {
    .bottom .overlay {padding-top: 70px !important;}
}
.form-control.short {
    min-height: 100px;
}
.recommend-org {
    background: teal !important;
    max-height: 250px
}
.recommend-org h1 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 2em;
}
.recommend-org h3 {
    font-size: 18px;
}
    @media (min-width: 768px) {
     .recommend-org h3 {
        font-size: 24px;
    }
    .recommend-org h1 {
        margin-top: 150px;
        margin-bottom: 20px;
        font-size: 2em;
    }
    .add-link.tight, .add-link.will {
        margin: 0px -30px 20px;
        font-size: 120%
    }
    .add-link.will {margin: 0 -15px 20px;}
    .right {padding-left: 40px;}
    .popover.right {padding-left: 0;}
    .will-wrapper {
    font-size: .8em;
        }
    .left-button a {
        padding: 15px;
	}
    .left-button a.active{
            padding: 15px 35px 15px 15px;
    }
    .left-button a.required {
	    padding: 14px;
    }
    .left-button a:hover, .left-button a:hover.required   {
        padding: 15px;
    }
}
@media (min-width: 1200px) {

    .will-wrapper {
        font-size: 1em;

    }
    .add-link.tight {
        margin: 0px -30px 20px;
        padding: 15px;
    }

    modal-body {
        margin: 0px;
        padding: 20px 40px 20px 40px;
    }
    .left-button {
        padding: 15px;
        -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .left-button {
        padding: 0 0 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}
/*
@media (min-width: 1600px) {

    .will-wrapper {
        font-size: 1.2em;
    }
}


    .will-wrapper {
        font-size: 1.2em;
    }
}
    */
    @media (min-width: 2000px) {
    .left-button {
        padding: 15px;
        -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .left-button {
        padding: 0 0 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}
.will-container {
    padding: 0 40px !important;
    height: 72px;
}
.botnav {
    position: absolute;
    top: 0px;
    height: 72px;
    width: 100%;
    background-color: #223741;
}
.fundraiser {
    padding: 15px;
    background: white;
    margin: 0;
}
.sponsor-logo {margin: auto; height: 120px; padding-right: 0px; margin-top: 2px; display: block;}
.share-head {
    font-family: journalregular;
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 10px;
    color: #6d787a;
    letter-spacing: .075em;
    text-align: center;
}
.progress-bar-striped, .progress-striped .progress-bar {
    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);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.visible-xs-inline {display: none;}
@media (max-width: 767px) {
    .visible-xs-inline {display: inline}
    .will-box-white {background: white;}
    .small-padding {padding: 0 4px;}
    .botnav {height: 0px;}
    .will-bottom a.exit {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
    .small-pad-adjust {margin: 0 -4px;}
    .scroll .folder {font-size: 120%;}
    .scroll .folder span {font-size: 65%;}
    .small-padding-right {padding-right: 4px;}
    .small-padding-left {padding-left: 4px;}
}

.will-box .row:first-child {margin: 0;}
.orange {color: #b25321 !important;}
.btn-orange {
    background: rgb(190, 79, 19);
    border: rgb(190, 79, 19);
    color: white;
}
.optional, .optional a {color: #999}

/* Modal Styles */
.modal-dialog {

    margin: auto;
    overflow-y: scroll;

}

.modal-content {
   overflow: hidden;
   border: none;
   box-shadow: none;
}
/*
.tagview {
    margin: 26px 5px;
}
a.tagview {
    color: #fff;
}

.tags {
    padding: 30px 70px;
    max-width: 1100px;
    margin: auto;

}
.tags .tag-links {
    text-align: center;
}

.tags .tag-links a {
    display:inline-block;
    padding: 10px 30px;
    margin: 10px 0;
    font-size: 135%;
    text-decoration: none;
}
.tags .tag-links  a:hover, .tags .tag-links  a:focus {
    color: #fff;
    background-color: #428bca;
    background-image: -moz-linear-gradient(#C7F1FF 0%, #0087DE 100%);
    background-image: -webkit-linear-gradient(#C7F1FF 0%, #0087DE 100%);
    background-image: linear-gradient(#C7F1FF 0%, #0087DE 100%);
    box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}
.tags h3, .tags h1 {
    margin-bottom: 30px;
}

/* Tweaked Modals for tags
#tags .modal-dialog  {
    width:90%;
    max-width: 1100px;
    margin: 20px auto;
    height: auto;
}
*/
#confirm-delete, #confirm-removal {
    padding-top: 10%;
    margin-top: 0;
    background-color: rgba(0,0,0,0.65);
}
#confirm-delete .modal-dialog, #confirm-removal .modal-dialog  {
    margin: auto;
    width: 90%;
    max-width: 500px;
    height: auto;
}
#confirm-delete h3, #confirm-removal h3 {
    margin-top: 0;
    padding: 20px;
    text-align: center;
    background-color: #605063;
    color: #fff;
}
#tags .modal-content, #confirm-delete .modal-content, #confirm-removal .modal-content {
    margin: 0;
    padding: 0;
    background: none !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
#tags .modal-content:before, #confirm-delete .modal-content:before, #confirm-removal .modal-content:before {
    content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: none;
        opacity: 1;
}
#tags .modal-body, #confirm-delete .modal-body, #confirm-removal .modal-body  {
    background-color: white;
    opacity: 1;
    border-radius: 0 0 5px 5px;
}

.strike, .lnav ul li ul li a.strike {
    text-decoration: line-through;
    color: #B2D5BA;
}
a.strike {color: #B2D5BA;}
a.strike:hover, a.strike:focus {
    opacity: 1;
}
.listedpeople h4 {margin-top: 15px;}
 .listedpeople ul {
    list-style: none;
    padding:0 0 0 10px;
    margin:0;
}

.listedpeople li {
    padding-left: 1em;
    padding-top: 10px;
    font-size: 110%;
    color: #666;
}

.listedpeople li:before {
    content: " ";
}

 .btn {
    padding: 10px;
    line-height: 1;
    font-size: 18px;
    border-radius: 4px;
    font-weight: normal;
}
/* .img-responsive {width: 100%;} */

.corners a {
    display: block;
    float: left;
    display:inline-block;
    padding: 4px 11px;
    text-decoration: none;
}
.corners a:hover, .corners a:focus {
    color: #fff;
    background-color: #61584D;
    background-image: -moz-linear-gradient(#7D5C33 0%, #4A443D 100%);
    background-image: -webkit-linear-gradient(#7D5C33 0%, #4A443D 100%);
    background-image: linear-gradient(#7D5C33 0%, #4A443D 100%);
    box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}
.right .corners a {
    float: right;
}
.create_new {
    display: none;
    margin: 20px 0;
    padding: 0 15px 20px;
    background: rgb(220, 220, 220) !important;
    border: 1px solid #666;
}
a#create_new, a#create_new2  {
    font-size: 120%;
    font-weight: bold;
    cursor: pointer;
    background: #d1672f;
    color: white;
    padding: 3px 9px;
    /* width: 100%; */
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}
.add-popover-h4 {
    padding: 15px 15px;
    margin: 0px -15px 0px;
    text-align: center;
    background-color: #666;
    color: white;
}
.no-overflow {overflow: hidden;}
.added-bg {
    background: linear-gradient(to right, white 1%, rgba(178,213,186,.35) 15%, white 85%);
    overflow: hidden;
    margin: 10px -15px;
    padding: 0 15px;
}
.form-control {
    height: auto;
}

.dashboard-wrapper {
    padding: 0 20px;
}
.dashboard-wrapper .row {
    height: 100%;
}
.modal-footer {
    text-align: center;
    border-top: none;
}
.dashboard-wrapper h1 {
    font-size: 90%;
    color: #666;
    display: block;
    clear: left;
    margin: 20px auto;
}
a.dashboard-link {
    display: inline-block;
    float: left;
    border-radius: 10px;
    border: 2px solid #357ebd;
    z-index: 100;
    padding: 10px 30px;
    text-align: center;
    vertical-align: middle;
    background-color: #ED2E2B;
    width: 17em;
    /* margin: 1em 1em 1em 0; */
    text-decoration: none;
    background-color: #428bca;
    background-image: -moz-linear-gradient(#C7F1FF 0%, #0087DE 100%);
    background-image: -webkit-linear-gradient(#C7F1FF 0%, #0087DE 100%);
    background-image: linear-gradient(#ABC0DE 0%, #0087DE 100%);
    color: #fff;
}

a.dashboard-link:hover, a.dashboard-link:focus {
  text-decoration: none;
  background-image: -moz-linear-gradient(#fff 0%, #007fd0 100%);
  background-image: -webkit-linear-gradient(#fff 0%, #007fd0 100%);
  background-image: linear-gradient(#fff 0%, #007fd0 100%);
  color: #222;
}
/* mobile tweaks */
@media (min-width: 768px) {

    .dashboard-wrapper {
        padding: 0 35px !important;
    }
    .dashboard-wrapper a, .dashboard-wrapper button {
        font-size: 110%;
    }
    .dashboard-wrapper h1 {
        font-size: 100%;
    }
    .sponsor-logo {padding-right: 20px; float: left; display: inline;}
    .fundraiser {padding: 15px 30px;}
    a#create_new, a#create_new2 {
        padding: 3px 90px;
    }
}
@media (min-width: 1200px) {
    .dashboard-wrapper {
        padding: 0px 60px !important;
    }
    .dashboard-wrapper h1 {
        font-size: 110%;
    }
    .lh-wide {line-height: 38px;}
}

@media (min-width: 2000px) {
    .dashboard-wrapper {
        padding: 0px 135px !important;
    }
}


.dashboard-wrapper a.needed {
      background-image: -moz-linear-gradient(#ccc 0%, #999 100%);
      background-image: -webkit-linear-gradient(#ccc 0%, #999 100%);
      background-image: linear-gradient(#fff 0%, #ccc 100%) ;
      color: #999;
      border-color: #ccc;
}
.dashboard-wrapper a.needed:hover, .dashboard-wrapper a.needed:focus {
  background-image: -moz-linear-gradient(#fff 0%, #eee 100%);
      background-image: -webkit-linear-gradient(#eee 0%, #ccc 100%);
      background-image: linear-gradient(#fff 0%, #eee 100%) ;
}
.dashboard-links h4 {
    display: block;
    float: left;
    width: 5em;
}
.dashboard-links ul {
    list-style: none;
    padding-top: 7px;
    margin-left: 5em;
}
.dashboard-links ul li {
    float: left;
    display: inline-block;
}
.dashboard-wrapper .btn {
    border-radius: 30px;
    padding: 13px 30px !important;
    min-width: 31.5%;
    margin-right: 1.5%;
    margin-bottom: 20px;
}
.dashboard-wrapper .btn:last-child {
    margin-right: 0
}
.div-hover .btn {
    margin-bottom: 0px !important;
}
.dashboard-wrapper .btn-sm {
    padding: 5px 10px !important;
}
.dashboard-wrapper h2 {
    font-size: 150%;
    margin-top: 0;
}
.dashboard-wrapper h3 {
    font-size: 120%;
    margin-top: 5px;
}
.big-share {
  padding: 12px 30px !important;
}
@media (min-width: 600px) {
    .dashboard-wrapper h2 {
        font-size: 120%;
        margin-top: 0;
    }
    .dashboard-wrapper h3 {
        /* font-size: 160%; */
    }
    .big-share  {
      padding: 12px 30px !important;
      font-size: 130%;
    }
    input.big-share::-webkit-input-placeholder {font-size: 130%;}
    input.big-share::-moz-placeholder {font-size: 130%;}
    input.big-share:-ms-input-placeholder {font-size: 130%;}

}

.profile-pic {
     width: 100px;
}
@media (min-width: 768px) {
    .profile-pic {
     width: 135px;"
    }
}
/*
@media (min-width: 1600px) {
    .profile-pic {
     width: 165px;"
    }
}
@media (min-width: 2000px) {
    .profile-pic {
     width: 200px;"
    }
} */
#core-links, #loved-ones-links, #asset-links, #admin-links {
    display: none;
}
.family_percent.ui-widget-content, .family_percent {
	background-color: #008080 !important;
	background: #008080 !important;
    text-align: left;
}
.friend_percent.ui-widget-content, .friend_percent {
	background-color: #61ADA0 !important;
	background: #61ADA0 !important;
    text-align: left;
}
.charity_percent.ui-widget-content, .charity_percent {
	background-color: #d1652b !important;
	background: #d1652b !important;
    text-align: left;
}
.executor.ui-widget-content {
	background-color: #605063 !important;
	background: #605063 !important;
}
.ui-widget-header { background: #eee !important;}
#total, #the_total, .dependant_total, .family_total, .friend_total, .charity_total {font-weight: bold; color: #EBA078;}

.slider-input {
    border:0; color:#EBA078 !important;
    font-weight:bold;
    background-color: transparent;
    display: inline-block;
    margin: 10px;
    width: 55px;
}

#sliders h3 {margin-top: 30px;}
@media (min-width: 2000px) {
    .slider-input {width: 75px;}
}

.control-label {
    display: inline-block;
}

.form-control {
    display: inline-block;
}
.will-wrapper label {
    padding-top: 5px;
    font-size: 85%;
    font-weight: 300 !important;
}

.specs .row {
    margin: 10px 0px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff !important;
  background: #007878 !important;
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off {
    padding: 8px 15px !important;
}

dd input:not([type=submit]),
dd select,
dd textarea,
.trigger-list a,
.dd-field input:not([type=submit]),
.dd-field select,
.dd-field textarea {
    background-color: #eef5f4;
    padding: 6px 12px;
    color: #605063;
    height: auto;
    border: 1px solid #949595;
    box-shadow: none;
    /*box-shadow: 0px 0px 14px rgba(0,0,0,0.1) inset; */
    width: 100%;
    font-size: 16px;
    line-height: 1.6 !important;
    border-radius: 4px;
    margin-bottom: 3px;
}
dd select,.dd-field select {padding-bottom: 3px !important}
dd input:focus, dd select:focus, dd textarea:focus,
.dd-field input:focus, .dd-field select:focus, .dd-field textarea:focus
 {
    background: #d8efec;
    border: 1px solid teal;
}

dd input:focus, dd select:focus, dd textarea:focus,
.dd-field input:focus, .dd-field select:focus, .dd-field textarea:focus
 {
    background: #d8efec;
    border: 1px solid teal;
    color: black !important;
    font-weight: normal;
}

.dd-field .input-group-addon {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 3px rgba(0,0,0,.1);
}
dd textarea {
    padding: 10px;
    font-size: 100%;
    height: 100px;
}
dd select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* .question {
    clear: left;
     font-weight: bold !important;
    margin-right: 10px;
    float: left;
    line-height: 42px;

} */
.thirtysec dd select, .thirtysec dd input:not([type=submit]), .thirtysec dd textarea {
    padding: 0 12px !important;
    font-size: 16px;
    margin-top: 2px;
    height: 36px;
    background: #f8fffe;
    box-shadow: none;
}
.thirtysec .dt-label {
    margin-top: 5px;
}
.dt-label {
    margin-top: 0px;
}
.dd-field {

}
.add-ins {
    color: #333;
    padding-left: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.05);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 50%,rgb(248, 251, 251) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 50%,rgb(248, 251, 251) 100%);
    background: linear-gradient(164deg, rgba(255,255,255,0) 50%,rgb(248, 251, 251) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fffff',GradientType=1 );
}
.add-ins input:not([type=submit]), .add-ins select, .add-ins textarea {
    box-shadow: none;
}
.add-ins input:focus, .add-ins select:focus, .add-ins textarea:focus {
    margin: 0px 0 3px !important;
    border: 1px solid #666;
}

/*.specs dt {float: left; clear: left; margin: 10px 0;}
.specs dd {float: left; margin: 10px 0;} */
.will-wrapper.head {
    padding: 0 20px;
}


.wipeout_list {border-bottom: 1px solid #ccc; padding: 20px 0; font-weight: bold;}
.input-group-btn {font-size: 100%}


.scroll .col-xs-6 {
        width: 50%;
        min-width: 284px;
        display: inline-block;
        float: none;
        padding: 0px;
    }
.scroll .col-xs-4 {
        width:33.3%;
        min-width: 90px;
        display: inline-block;
        float: none;
    }
.additional-features {
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    display: block;
    width: 100%; border: 1px solid #ccc;
    background: white;
    padding: 5px;
    text-align: center;
    height: 130px;
    background-size: cover !important;
    border-radius: 4px;
}

.additional-description {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 0 0 4px 4px;
    background: rgba(255,255,255,.9);
    padding-bottom: 3px;
}
.scroll .col-xs-3, .scroll .col-xs-4 {
        min-width: 245px;
        display: inline-block;
        float: none;
    }
.scroll-shell {
    overflow: hidden;
    height: 290px;
}
.scroll-shell .scroll {
    padding: 0 3px 35px;
}
@media (min-width: 768px) {

    .additional-features:hover {
        border: 1px solid black;
        box-shadow: none;
    }
    .add-ins {min-height: 184px;}
    .scroll .col-xs-3 {
        width: 25%;
        display: inline-block;
        float: none;
    }
    .additional-features {
        height: 170px;
    }
    .additional-description:first-child {
        left: 16px;
    }
    .additional-description {
        bottom: 1px;
        left: 16px;
        right: 16px;
    }
    .top-doc h1 {
        font-size: 230% !important;
        padding: 10px 25px;
        max-width: 1650px;
        /* margin: 50px 20px 0; */
        background-color: white;
    }
    .bottom-doc {
        padding: 0px 30px;
        max-width: 1650px;
        margin: 0 50px;
        border-right: 1px solid black;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
        box-shadow: 2px 1px 10px #ccc;
        background-color: white;
    }
    .top-doc {
        margin: 50px 50px 0;
        border-right: 1px solid black;
        border-left: 1px solid black;
        border-top: 1px solid black;
        box-shadow: 2px 1px 10px #ccc;
        background-color: white;
        max-width: 1650px;
    }
    .folder i {
        font-size: 50px !important;
    }

}
@media (max-width: 767px) {


    .top-doc {
        margin-top: 0 !important;
        padding-top: 20px;
    }
    .top-doc .profile-pic {
        width: 70px;
        padding-left: 15px;
        padding-top: 0;
    }
    .top-doc h1 {
        padding: 0 10px;
        margin: 5px 0;
    }

    .bottom-print-share {
        margin: 0 0px 20px;
    }
}
@media (min-width: 768px) {
    .top-doc .profile-pic {
        padding-left: 25px;
        padding-top: 6px;
    }
    #doc-band-raised {
            font-size: 20px;
            padding: 20px 10px 0 25px;
        }
}
@media (min-width: 1140px) {
    .scroll-shell {
        overflow: hidden;
        height: 345px;
    }
    #doc-band-raised {
        font-size: 25px;
        padding: 20px 10px 0 25px;
    }
    .top-doc h1 {padding-top: 9px;}
    .folder i {
        font-size: 69px !important;
    }
}
/*
@media (min-width: 1750px) {
    #doc-band-raised {
        margin: -15px auto 0;
    }
    .top-doc h1 {
        max-width: 1650px;
        margin: 20px auto 10px;
    }
    .bottom-doc {
        max-width: 1650px;
        margin: 0 auto;
    }
    .top-doc {
        margin: 50px auto 0;
        max-width: 1650px;
    }
    .will-wrapper.head {
        padding: 0 80px;
    }
    .top-doc h1 {
        font-size: 400%;
        padding-top: 25px;
    }
    .bottom-print-share {
    margin: 0 auto 20px;
    }
}
*/
.small-doc-band {
    padding: 5px 15px;
    background-color: #0e8e8f;
    color: white;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 1em;
}
.btn-success {
    background-color: #B2D5BA;
    border: 1px solid #61ADA0;
    color: black;

}
.sector {
    padding-right: 20px;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .sector {
        margin-top: -40px;
    }
}

@media (max-width: 767px) {
    .sector {padding-right: 20px;}
    .donut-row h3 {font-size: 12px;}
}
ul.charitable-giving {
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: white;
}
.charitable-giving li {
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin: 0px;
    border: 1px solid white;
    background-color: #eee;
    font-weight: bold;
}
.charitable-giving li a{
    padding: 16px;
    margin: 0px;
    display: block;
    color: black;
    text-decoration: none;
    font-weight: normal;
}
.charitable-giving li span.glyphicon {font-size: 120%; border-radius: 50%; padding: 1px;}
.charitable-giving li:first-child {
    border-radius: 5px 5px 0 0;
    background-color: #76C4B7;
}
.charitable-giving li:nth-child(2) {
    background-color: #97C9BA;
    opacity: .9;
}
.charitable-giving li:nth-child(3) {
    background-color: #B2D5BA;
    opacity: .85;
}
.charitable-giving li:last-child {
    border-radius: 0 0 5px 5px ;
    background-color: #EFF3CD;
    opacity: .8;
}
.unconfirmed {opacity: .6 !important; background-color: #bbb !important;}
.unconfirmed:hover, .unconfirmed:focus {
  opacity: .8 !important;
}
.variable {
    color: #61ADA0;
    font-weight: 400;
}
.lists {
    margin-top: 20px;
    font-size: 90%;
}
.lists a {
    color: #666;
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }
}

.message, .contact {margin: 20px auto;}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 1;
  vertical-align: 0;
}
.popover{
    max-width: 500px; /* Max Width of the popover (depending on the container!) */
    width: 100%;
    background-color: #F6F7EB;
}
.popover-title {
    font-size: 130%;
    line-height: 1;
    font-weight: bold;
    background-color: #008080;
    color: white;
}
.popover-title a {color: white;}
.popover.top>.arrow:after {border-top-color: #FBFCEB;}
.popover.bottom>.arrow:after {border-bottom-color: #FBFCEB;}
.popover.left>.arrow:after {border-left-color: #FBFCEB;}
.popover.right>.arrow:after {border-right-color: #FBFCEB;}
.btn-popover {
    margin: 19px 0 19px;
    text-align: center;
}
.btn-popover i {
    opacity: .5;
}
.btn-popover i:focus, .btn-popover i:hover {
    opacity: 1 !important;
}
.btn-popover:focus {
    border: 2px solid black !important;
    padding: 11px 30px;
}
.estate-block-off {display: none !important;}


.create-band {
    background-color: #0e8e8f;
    box-sizing: border-box;
    color: white;
    font-size: 15px;
    padding: 10px;
    min-height: 50px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    border: none;
    width: 100%;
    font-size: 200%;
}
.will-box {
    border: 1px solid #ccc;
    box-shadow: 2px 1px 10px #ccc;

    margin: auto;
    width: 95%;
    max-width: 1050px;
}
.will-box h1 {

    padding-left: 20px;
    color: #605063;
}
.will-box h2, .modal-body h2 {
    color: #4f5a58;
    font-weight: normal;
    font-size: 130%;
    margin-top: 20px;
    margin-bottom: 15px;
}
.steps {
    background-color: #9dc7be !important;
}
.steps li a {
    color: #222;
}
.start-point li {padding-top: 20px;}
.steps ul {
    word-spacing: -0.2em;
    margin-bottom: 0;
    height: 42px;
    padding: 0;
 }
.steps ul li {
    display: inline-block;
    width: 20%;
    padding: 10px;
    padding-top:12px;
    text-align: center;
    word-spacing: .26em;
    letter-spacing: 1px;
    position: relative;
    height: 42px;
}
.poa ul li {
    width: 50%;
}

.partners ul li {
    width: 50%;
}
.consultants ul li {
    width: 33.33%
}

.partners.partner ul li {
    width: 50%;
}
.partner-admin ul li {
    width: 25%;
}
.partner_form input {background: transparent; box-shadow: none; border: none; padding-left: 0;}
.steps ul li.active {
    background-color: #008080 !important;
    color: white;
    font-weight: normal;
}
.steps ul li.complete {
    background-color: #605063;
    color: white;
    font-weight: normal
}
.steps ul li.active a, .steps ul li.complete a {
    color: white;
}
.steps li:before, .steps li:after {
        content: ' ';
        z-index: 100;
        position: absolute;
        width: 0;
        border: 21px solid transparent;
        border-left-width: 13px;
        border-right-width: 0px;
        top: 0;

}
@media (min-width: 1200px) {
    .steps li:before, .steps li:after {
        border: 22px solid transparent;
        border-left-width: 13px;
        border-right-width: 0px;
    }
    .steps ul li {
        height: 42px;
        padding-top: 10px;
    }
}
@media (min-width: 1600px) {
    .steps ul li {
        padding-top: 8px;
    }
}
@media (min-width: 2000px) {
    .steps li:before, .steps li:after {
        border: 22px solid transparent;
        border-left-width: 13px;
        border-right-width: 0px;
    }
    .steps ul li {
        height: 42px;

    }
}

.steps li:before {
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-right-color: #fff;
    right: 100%;
}
.steps li:first-child:before {border: none;}
.steps li:after {
    border-left-color: #fff;
    left: 100%;
    margin-left: -1px;
}
.steps li:last-child:after {
    border-left: none;
    border-left-color: rgb(199, 222, 221) !important;
}
.steps ul:before {
    background-color: #008080 !important;
    content: '';
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 42px;
}
.steps ul:after {
    background-color: #9dc7be;
    content: '';
    position: absolute;
    right: 0;
    overflow: hidden;
    height: 42px;
}
.steps li.first {

}

.steps li.first:before {
    border: none !important;
}

.steps li.last:after {
    border: none !important;
}
.action-list {
    margin: auto -20px;
    overflow: hidden;
}
.profile-list a {margin: 5px !important; padding: 10px !important; text-align: left !important; width: 90% !important; cursor: pointer;}
.profile-links {width: 160px; float: left; padding-top: 20px; margin-bottom: 20px}
.profile-links i {margin-right: 5px;}
.profile-data {width: calc(100% - 180px); margin-left: 20px; float: left; margin-bottom: 20px}
.action-list li {overflow: hidden;}
.action-list a {
    display: block;
    float: left;
    padding: 20px 10px;
    width: 108px;
    margin: 20px 3px 20px 20px;
    text-align: center;
    font-size: 90%;
    color: #777;
    border-radius: 0;
    /*
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.08);
    background-color: #f7f8fa;
    */
}
.hit-list {
    margin: 20px;
    color: #006c6c;
}
.hit-list p {
    margin-left: 30px;
    opacity: .8;
    font-size: 80%;
    color: #444;
}
.profile-side {
    margin-top: 10px; padding: 15px; opacity: .7
}
.profile-slider {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 101;
    display: none;
    color: #333;
    border-bottom: 2px solid black;
    background: white;
}
.listed-list a {
    width: 159px;
    height: 115px;
    margin: 5px 0px 5px 20px;
    padding: 15px;
    opacity: .8;
    overflow: hidden;
    border-radius: 5px;
}

@media (max-width: 600px) {

    .profile-side {
        margin-top: 20px;
        padding: 0px;
    }
    .listed-list a {
        width: 82px;
        height: 100px;
        margin: 5px 0px 5px 10px;
        padding: 10px 5px;
    }
    .start-list h4 {
        font-size: 16px;
    }
}
.fa.nosee {display:none; margin-right: 5px; margin-left: 5px;}
@media (min-width: 768px) {
    .will-box h1 {
        font-size: 200%;
    }
    .listed-list a:hover, .listed-list a:focus {opacity: 1}
    .action-list a:hover, .action-list a:focus {
      -webkit-box-shadow: 0 1px 25px rgba(0,0,0,0.3) inset;
      -moz-box-shadow: 0 1px 25px rgba(0,0,0,0.3) inset;
      box-shadow: 0 1px 25px rgba(0,0,0,0.3) inset;
    }


    ul.charitable-giving li.unconfirmed span.see {display:inline;}
    ul.charitable-giving li.unconfirmed:hover span.see, ul.charitable-giving li.unconfirmed:focus span.see, ul.charitable-giving  li.unconfirmed span.nosee, li.unconfirmed span.checksee {display:none;}
    ul.charitable-giving li.unconfirmed:hover span.nosee, ul.charitable-giving li.unconfirmed:focus span.nosee {display:inline !important;}
    ul.charitable-giving li.unconfirmed:hover span.glyphicon:hover span.checksee, ul.charitable-giving li.unconfirmed:focus span.glyphicon:focus span.checksee  {display:inline;}

    i.see {display:inline-block;}
    a.complete:hover i.see, a.add:hover i.see, i.nosee, a.complete:focus i.see, a.add:focus i.see, i.nosee  {display:none;}
    a.complete:hover i.nosee, a.add:hover i.nosee, a.complete:focus i.nosee, a.add:focus i.nosee {display:inline-block !important;}
    ul.charitable-giving li.unconfirmed:hover span.nosee, ul.charitable-giving li.unconfirmed:focus span.nosee {display:inline-block !important;}
}


.action-list a.add, .listed-list a.add {
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    background-color: white;
    color: #666;
    border-radius: 4;
    box-shadow: 3px 3px 3px rgba(0,0,0,.05);
}
.action-list a.add:hover, .listed-list a.add:hover, .action-list a.add:focus, .listed-list a.add:focus {
  box-shadow: none;
  margin: 23px 23px 23px 23px;
}
.action-list a.complete {
  background: #008080;
  color: #FFFFFF !important;
  -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 15px rgba(0,0,0,0.3) inset;
  border: 1px solid black;
  margin: 23px;
}
.action-list a:active {
  background: #eee;
  color: #FFFFFF !important;
  -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 15px rgba(0,0,0,0.3) inset;
  border-radius: 4px;
}
a.complete h5 {
    color: white !important;
}
.big-buttons {
    /* margin: 20px auto; */
}

.cz .col-xs-8 {padding-right: 4px;}
.cz .col-xs-4 {padding-left: 4px;}
.listed-info dd { padding-bottom: 4px;}
.will-box .row.listed-info {margin: 0 -15px;}
.trigger-list .row {margin: 0 -15px;}
@media (max-width: 767px) {
.create_new {
    margin: 20px -15px !important;
}
   .tight-padding {padding: 0 4px;}
   /*.col-xs-4:first-child, .col-xs-8:last-child {padding: 15px 0;}*/
   .cz .col-xs-8 {padding-left: 15px;}
   .cz .col-xs-4 {padding-right: 15px}
   .trigger-list .row { margin: 0 -4px !important; }
   .trigger-list span {display: block;}
   .trigger-list i {font-size: 250% !important;}
   .small-buttons i {font-size: 85% !important;}
   .steps li:before, .steps li:after {
        border-left-width: 10px;
    }
}
.big-buttons a {
    display: block;
    float: none;
    padding: 20px 0;
    width: auto;
    text-align: center;
    margin: 23px;
    border-radius: 4px;
}
.big-buttons a.complete {
    margin: 5px 0 20px 0px;
    box-shadow: none;
}
.big-buttons a.add:focus, .big-buttons a.add:hover {
    margin: 5px 0 20px 5px !important;
    box-shadow: none;
}

.big-buttons label {
    width: 100% !important;
}

.big-buttons i {
    font-size: 400%;
    padding-bottom: 5px;
}
.big-buttons h3 {
    margin: 0 !important;
    font-size: 16px;
    /* background-color: white !important; */
}
.pic {
    background: url('/static/images/blank-profile.png') no-repeat center center;
    height: 150px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-left: 0px;
    margin: auto -15px auto 15px;
    border-radius: 15px 0 0 0;
}
.bottom-doc-container {
    padding: 0;
}
 .legally-valid {
    font-size: 20px;
    margin: 0;
}
@media (min-width: 768px) {
    /*.bottom-doc-container {padding: 0 30px;}*/
    .big-buttons a {font-size: 140%;}
    .legally-valid {
        font-size: 30px;
        margin: 50px auto;
        color: #6C7279;
        font-weight: normal;
    }
}

.wishes {
    padding: 20px 30px 20px 20px;
    height: 100%;
    min-height: 100px;
    color: #666;
}
.services a {text-decoration: none;}

.services {
    padding: 15px !important;
}
.shared-docs {margin-top: 20px;}
@media (min-width: 768px) {
    .shared-docs {margin-top: 30px; margin-left: 10px;}
    .services {
        padding-top: 55px !important;
    }
}

@media (min-width: 1400px) {

    .shared-docs {margin-top: 40px;}
}


.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  margin: auto;
  background-color: #f5f5f5;
  overflow: hidden;
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  z-index: 100;
  font-size: 80%;
  clear: left;
  margin-top: 40px;
}
.footer h2 {margin-top: 20px; font-size: 130%;}
.shared-docs {display: none;}
.other-will {padding-top: 10px;}
.other-will a {color: #666; text-decoration: none;}
.other-will a:hover, .other-will a:focus {color: #999;}
#your-wishes .progress {height: 35px;}
#creating-will dl {padding: 20px;}
#creating-will ul {padding: 0; list-style: none; margin-bottom: 0;left: 0;
    right: 0;}
.question-frame {
    padding: 30px;
    border: 1px solid #ccc;
    box-shadow: 2px 1px 10px #f1f1f1;
    text-align: center;
    margin: 40px 30px 40px 0;
    background-color: #f1f1f1;
}
.question-frame:last-child {margin-right: 0px;}
.question-frame:hover, .question-frame:focus {background-color: #eee; box-shadow: none;}
.question-frame label {display: block;}
.question-frame.selected {background-color: #B2D5BA;}
.create_new_link, #alternate {font-size: 80%; text-align: right; padding: 5px 0;}
.add-link {
    padding: 15px;
    border: none;
    color: #615164 !important;
    text-align: center;
    font-size: 120%;
    display: block;
    /*margin-bottom: 15px;
    background-color: #eee;
    box-shadow: 3px 3px 3px rgba(0,0,0,.05); */
    margin-top: 20px;
    /* border-bottom: 1px solid #eee; */
    font-weight: normal;
}
a.add-link {
    color: #777;
}


.lock {
    display: none;
    position: relative;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    text-align: right;
    padding-top: 15px;
}
.will-text {
    border-top: 1px dashed #ccc;
    padding: 25px 25px 15px;
    border-radius: 0 0 5px 5px;
    margin: 0;

}
.will-data {
    padding: 0px 5px 15px;
    margin: 0 0 15px;
}
div.add-link {
    margin: 20px auto
}
.glass {
    position: absolute;
    z-index: 1;
    width: 100%;
    height:100%;
    bottom: 0;
    background: rgb(107,107,107); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(107,107,107,1) 0%, rgba(255,255,255,1) 21%, rgba(107,107,107,1) 49%, rgba(255,255,255,1) 80%, rgba(56,56,56,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(107,107,107,1)), color-stop(21%,rgba(255,255,255,1)), color-stop(49%,rgba(107,107,107,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(56,56,56,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(107,107,107,1) 0%,rgba(255,255,255,1) 21%,rgba(0,0,0,1) 49%,rgba(255,255,255,1) 80%,rgba(56,56,56,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(107,107,107,1) 0%,rgba(255,255,255,1) 21%,rgba(107,107,107,1) 49%,rgba(255,255,255,1) 80%,rgba(56,56,56,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(107,107,107,1) 0%,rgba(255,255,255,1) 21%,rgba(107,107,107,1) 49%,rgba(255,255,255,1) 80%,rgba(56,56,56,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(107,107,107,1) 0%,rgba(255,255,255,1) 21%,rgba(107,107,107,1) 49%,rgba(255,255,255,1) 80%,rgba(56,56,56,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#383838',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    opacity: .1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-title {
    padding: 10px 20px;
    background-color: teal;/*#605063;*/
    color: #fff;
    border-radius: 0;
}

.modal-header {
    padding: 0px;
    border-bottom: 0px;
}
.modal-header .close {
    font-size: 47px;
    padding-right: 10px;
    color: white;
    opacity: .75;
    /*color: #A697A8;
    text-shadow: 0 1px 1px #fff;
    opacity: .6;*/
}
.modal-header .close:focus, .modal-header .close:hover {
    color: white;
    opacity: 1;
    text-shadow: 0 1px 1px #000;
}

.modal-dialog {
    width: 100%;
    padding: 0;
    overflow-y: hidden;
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 950px;
        padding: 20px 0;
    }
}
dl {
    margin-bottom: 0;

    padding: 0;
}
section a:hover {text-decoration: none;}

/* Will Page - coppied from theme */
#timeline {
  background: #f5f5f5;
}
  #timeline .timeline-wrapper {
    margin-top: 40px;
    position: relative;
}
      #timeline .timeline-wrapper .news {
        position: relative;
        background-size: cover;
        background-position: center center;
        border-radius: 5px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.26);
        /* background: rgba(239,243,205,0.1) */
        background-color: white;
        margin-bottom: 40px;
}
        #timeline .timeline-wrapper  .news section {
          /* padding: 30px 20px; */ }
          #timeline .timeline-wrapper  .news section h3, #timeline .timeline-wrapper  .news section h3 a {
            margin-top: 0;
            font-size: 110%;
            font-weight: bold;
             color: #60506B;}
          #timeline .timeline-wrapper  .news section {
            margin-top: 0px;
            line-height: 22px;
            font-size: 90%;
            color: #7A7979;
            overflow: hidden;}
        #timeline .timeline-wrapper  .news footer {
          position: absolute;
          bottom: 0;
          padding: 12px 20px;
          width: 100%;
          font-size: 12px;
          font-weight: 500;
          color: #9EAEBE; }
          #timeline .timeline-wrapper  .news footer .tag {
            position: relative;
            padding-left: 27px;
            text-transform: uppercase; }
            #timeline .timeline-wrapper  .news footer .tag span {
              font-size: 24px;
              position: absolute;
              top: -4px;
              left: 0; }
#timeline .timeline-wrapper  .news .head {
  color: white;
  font-weight: 500;
  line-height: 1.1;
  border-radius: 5px 5px 0 0;
  padding: 20px;
  font-size: 20px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.69);
  letter-spacing: .5px;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #605063;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.26);

}
#timeline .timeline-wrapper  .news ul {
  padding-left: 33px;
  margin: 0px;
  list-style: none;
}

#timeline .timeline-wrapper  .news ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
#timeline .timeline-wrapper  .news ul li a {
  color: #888;
}
#timeline .timeline-wrapper  .news ul li a:hover, #timeline .timeline-wrapper  .news ul li a:focus {
  color: #333;
}
#timeline .timeline-wrapper  .news ul li a i {
  opacity: .2;
}
#timeline .timeline-wrapper  .news ul li a:hover i, #timeline .timeline-wrapper  .news ul li a:focus i {
  opacity: 1;
}
#timeline .timeline-wrapper  .news ul li i.included {
  opacity: 7;
  color: #555;
}
#timeline .timeline-wrapper  .news ul li i {
  opacity: .5;
}
#timeline .timeline-wrapper  .news ul li a.btn {padding: 3px 10px; color: white; font-size: 80%;}
.white-font {color: white !important;}
.news h3 span.glyphicon {opacity: .5}
.news h3 span.glyphicon:hover, .news h3 span.glyphicon:focus {opacity: 1}
.news h5 { margin-left: 30px; background: white;}
.news h5 a {
    color: #EBA078;
}
.news .head i {
    opacity: 0.5;
    font-size: 75%;
}
.trigger-list {}
.trigger-list label, .line-list label, .trigger-list a {
    width: 191px;
    padding: 15px 5px;
    margin: 0px 30px 3px 0;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px rgba(0,0,0,.05);
    cursor: pointer;
    display; block;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    /*background: linear-gradient(to bottom right,rgba(36, 143, 141, 0.1) 20%, rgba(255,255,255,1) 40%,rgba(36, 143, 141, 0.4) 100%);*/
    color: #666;

}
.trigger-list label h4, .line-list label h4 {font-size: 14px; font-weight: normal;}
.trigger-list label:hover h4, .line-list label:hover h4 {font-weight: bold;}
.trigger-list a.complete, .trigger-list a.complete:hover, .trigger-list a.complete:focus {//*background: linear-gradient(to bottom right,rgb(147, 198, 197) 14%, rgb(138, 185, 184) 30%,rgb(36, 143, 141) 45%) !important; *//color: white !important;}
.line-list label, .trigger-list a {width: 100%; font-size: 80%;}
.trigger-list label:last-child, .line-list label:last-child, .trigger-list a:last-child  {
    margin-right: 0;
}
.trigger-list i {
    font-size: 300%;
}
.trigger-list h4 {
    font-size: 110%;
}
.trigger-list input, .line-list input {
    display: none;
}
.trigger-list input:checked+label, .line-list input:checked+label, a:active .folder  {
    background: #008080;
        //*background: linear-gradient(to bottom right,rgb(147, 198, 197) 14%, rgb(138, 185, 184) 30%,rgb(36, 143, 141) 45%);*//
    border: none;
    box-shadow: none;
    color: #FFFFFF !important;
}
.trigger-list label:hover, .line-list label:hover, .trigger-list label:focus, .line-list label:focus, .trigger-list a:hover, .trigger-list a:focus {
  -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.1) inset;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);

  /*background: linear-gradient(to bottom right,rgba(36, 143, 141, 0.25) 20%, rgba(255,255,255,1) 35%,rgba(36, 143, 141, 0.5) 100%);*/

  /* border: 1px solid #ccc;
  margin: 3px 0 0 3px; */
}
.start-list {margin: 0 -15px;}
.start-list label {font-size: 20px; padding: 10px 0;}

.trigger-list input:checked+label i.see, .line-list input:checked+label i.see {display:none;}
.trigger-list input:checked+label i.nosee, .line-list input:checked+label i.nosee {display:inline-block !important;}


.ben-head {
    margin-top: 20px;
    overflow: hidden;
    }
.ben-head-first {
    overflow: hidden;
}
.ben-head-first span, .ben-head span {
    color: #bd5823;
}
.info-icons {
    display: none;
}
.news li:hover .info-icons, .news li:focus .info-icons  {
    display: block;
}

.small-buttons {margin: 0;}
.small-buttons label {padding: 10px;}
.small-buttons i {font-size: 100%;}

.mpoa-h4 {padding: 15px; margin: 0px -20px 0px; text-align: center; border-bottom: 1px solid #ccc; background-color: #008080; color: white;}



.required {background: rgba(236, 208, 194, 0.28)}










/* Multi Select Code */
.ms-container{
  background: transparent url('../../images/switch.png') no-repeat 50% 50%;
  width: 100%;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: transparent;
  color: #555555;
  float: left;
  width: 45%;
}
@media (min-width: 900px) {
    .ms-container .ms-selectable, .ms-container .ms-selection{
      width: 48%;
    }
}

.ms-container .ms-selection{
  float: right;
}

.ms-container .ms-list{

  background: white;
  position: relative;
  height: 150px;
  padding: 0;
  overflow-y: auto;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 3px rgba(0,0,0,.05);
}

.ms-container .ms-list.ms-focus{
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 5pxpx 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
  border-bottom: 1px #f5f5f5 solid;
  padding: 5px 10px;
  color: #555;
  font-size: 14px;
}
.small-block small {
    display: block;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
    color: #aaa;
    cursor: text;
    background: #f5f5f5;
    text-align: center;
    border-bottom: 1px solid white;
    padding: 5px 0px 5px 5px;
    font-size: 70%;
}
/* .first-detail-item:hover, .second-detail-item:hover, .third-detail-item:hover {
    background: #f1f1f1 !important;
} */
div.tooltip-inner {
    max-width: 350px;
    font-size: 16px;
    padding: 10px;
    white-space: pre-line;
    text-align: left;
    line-height: 1.5;
}
nav ul li:first-child {line-height: 70px; padding: 0 10px; border-right: 1px solid #999;}
nav ul li:last-child {padding: 0 10px; line-height: 70px;  border-left: 1px solid black;}
.navbar.normal {
    min-height: 70px;
    background: white;
}
nav .navbar-nav > li > a {
    color: #008080 !important;
    font-size: 110% !important;
}
nav .navbar-nav > li > a:hover {
    color: #444 !important;
}
.btn-primary[disabled] {
    background-color: #008080;
    border-color: #9CBAA3;
}
.listed-list h3 {
    font-size: 140%;
    background-color: #f1f1f1;
    margin: 10px -20px;
    padding: 3px 30px;
}
.listed-list h4 {
    font-weight: bold;
}
.listed-list p {margin: 10px 0;}
.specific-gifts a {display: block !important;}

.folder {
    padding: 30px;
    border: 1px dashed #444;
    /*width: 250px;
    margin: 20px;*/
    font-size: 100%;
    text-align: left;
    background-color: rgba(255,255,255,1);
    border-radius: 15px;
}
.add .folder {
    background-color: transparent;
}
.add .folder:hover {
    background-color: rgba(255,255,255,.6);
}
@media (min-width: 1600px) {
    .folder {width: 350px;}
}
.folder i {
    font-size: 42px;
}

.folder span {
    display: block;
    color: #666;
}
.folder-shell .dropdown-menu {
    margin-top: -176px;
    border: 1px solid black;
    /* width: 100%; */
    /* margin-right: 15px; */
    left: 6px;
    right: 6px;
    bottom: 44px;
    text-align: left;
}
.folder-shell .dropdown-menu>li>a {
    line-height: 2.3;
}
.folder, .folder {
    color: #444;
}
.folder strong, .folder strong {
    font-weight: 400;
}
a.folder.needed, .folder.needed a {
    color: #fff;
}
.folder.needed {
    border: 1px dashed #fff;
    box-shadow: none;
}
.folder-links  {
    font-size: 80%;
    background-color: #eee;
    padding: 5px;
    position: relative;
    bottom: -40px;
    margin: 0px -40px;
}
.folder-links a {
    color: #006c6c;
    opacity: .7;
}
.folder-links a:hover, .folder-links a:focus {
    opacity: 1;
}
.folder-main, .folder-small {
    box-shadow: 3px 3px black;

    border-radius: 4px;
    border: 2px solid #000;
    margin-bottom: 3px;
    display: block; o
    verflow: hidden;
}
.folder-small {
    border-radius: 50%;
    border: none;
    box-shadow: none;
    font-size: 60px;
    margin-top: 5px;
    line-height: 68px;
    text-align: center;
    padding-top: 2px;
    margin: 5px auto 0;
    color: #888;
}
.folder-small-preview {
    color: #666;
    padding-top: 0;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    display: block;
    line-height: 1.4;
    text-transform: uppercase;
}
.folder:hover, .folder:focus, .folder.needed:hover, .folder.needed:focus {
  border: 2px solid #000;
  background-color: white;
  color: #444;

}
.folder-main:hover {
    margin: 3px 0 0 3px;
    border: 2px solid black;
    box-shadow: none;
    opacity: 1 !important;
    background-color: #f9f6ed;

}
.folder-shell-small {font-weight: bold;}
.folder-shell, .folder-shell-small {width: 100%; padding: 5px; display: inline-block; }
.notification, .inner-notification, .spouse-notification, .asset-notification {
    font-size: 24px !important;
    position: absolute;
    margin-top: -1px;
    right: -2px;
    color: #c00 !important;
    /* float: right; */
    margin-bottom: 0 !important;
    background: white;
    border-radius: 59%;
    padding: 1px;
    opacity: 1;
}
.inner-notification {
    position: absolute;
    margin-top: -8px;
    right: 2px;
    z-index: 100;
}
.spouse-notification {
    position: absolute;
    margin-top: -2px;
    right: -12px;
}
.asset-notification {
    position: absolute;
    margin-top: 12px;
    right: 3px;
}
.notary .col-md-6 {
    padding: 0 20px;
    }
@media (min-width: 992px) {
    .notary .col-md-6 {
        padding: 0px 0 0px 40px;
    }
    .notary .col-md-6:nth-child(2) {border-left: 2px solid #999; margin-left: -2px;}
    .notary .col-md-6:nth-child(1) {border-right: 2px solid #999;}
}

@media (max-width: 767px) {
    .folder {font-size: 95%; padding: 20px;}
    .inner-notification {
        position: absolute;
        margin-top: -5px;
        right: -5px;
    }
    .folder-shell .dropdown-menu {
        margin-top: -136px;
        bottom: 43px;
        text-align: left;
    }
    .folder-shell .dropdown-menu>li>a {
        line-height: 1.45;
    }

    /*.folder-shell {width: 215px;}*/
    .notification {
        margin-top: -37px;
        right: -32px;
        font-size: 24px !important;
    }
    .spouse-notification, .inner-notification {
        font-size: 24px !important;
    }
    .asset-notification {
        position: absolute;
        margin-top: 10px;
        right: -7px;
        font-size: 24px !important;
    }
}

.listed-people label {font-size: 20px; padding: 28px 0;}
@media (min-width: 768px) {
    .listed-people label, .start-list label {font-size: 20px;}
    .trigger-list label h4, .line-list label h4 {font-size: 18px;}
    .folder {width: 300px;}
    .folder-shell strong {
        font-size: 20px;
    }
}
@media (min-width: 940px) {
    .folder-shell strong {
        font-size: 30px;
    }
}
.acct-people {
    text-align: center;
    padding: 30px 0 0;
    color: black;
    margin-top: 0;
    border-top: 2px solid black;
    /* border-bottom: 2px solid black; */
    font-size: 120%;
}
.acct-family, .acct-friends, .acct-orgs, .acct-other {
    height: 100%;
    padding: 0 20px;
    color: #444;
    background: white;
}
.acct {
	padding: 20px;
	margin: auto;
}

.acct-row .col-lg-3 {
    height: 100%;
    padding: 10px 0;
}
.acct a {
    color: #444;
}
.acct h5, .acct h3 {
    color: black;
    margin-top: 0;
}
.acct h3 {
    margin: -20px -20px 15px;
    padding: 10px;
    background: #eee;
    font-size: 120%;
    border-bottom: 1px solid #ccc;
}
.acct h3 i {opacity: .7}
.acct h5 {
    font-weight: normal;
}
.acct a i {
    color: #ddd;
}

.included {
    color: #444 !important;
    opacity: 1 !important;
}
.name {
    overflow: hidden;
    height: 1.3em;
    min-width: 100px;
    display: inline-block;
}
/*
.acct-family {
    background: rgba(97,173,160, .2)
}
.acct-friends {
    background: rgba(97,173,160, .15)
}
.acct-orgs {
    background: rgba(97,173,160, .1)
}
.acct-other {
    border-right: none;
    background: rgba(97,173,160, .05)
} */
.acct ul {
    padding-left: 0;
    list-style: none;
    margin: 5px -20px;
}
.acct li {
    padding: 5px 20px;
}
.acct li:hover {
    background: beige;
}
a.preview {
    clear: both;
    display: block;
    font-size: 100%;
    opacity: 1;
    padding-top: 10px;
    color: white;
    font-weight: normal;
}

.split-ul {margin: 0 0 20px; overflow: hidden; font-size: 120%;}
@media (min-width: 600px) {
    .split-ul li {width: 50%; display: block; float: left;}
    .split-ul li a {padding: 5px; display: block;}
    .split-ul li a:hover {background-color: rgba(255,255,255,.8); border-radius: 5px;}
}
.services-new .folder.needed {
    width:100%;
}
.document-box {
    border: 1px solid #ccc;
    box-shadow: 2px 1px 10px #ccc;
    overflow: hidden;
    padding: 20px;
    background-color: #f7f8fa;
    margin: 20px;

}
.document-box ul {
    list-style: none;
    padding: 0;
}
.document-box ul li a {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1) inset;
    background-color: white;
    margin: 15px 0;
    padding: 10px;
    display: block;
}
.other-docs {
    overflow: hidden;
    margin-top: 40px;
    border-top: 2px solid black;
}
.services-new .folder {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    padding: 0;
    padding-left: 4px;
    color: teal;
    position: relative;
}
.services-new .folder i {
    font-size: 100px !important;
    line-height: 200px;
}
.services-new .other-docs {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #999;
}
.circle-needed:after, .circle-complete:after, .circle-partial:after {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #c00;
    right: 8%;
    top: 5px;
    border: 2px solid white;
}

.small-circle-needed:after, .small-circle-complete:after{
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #c00;
    right: 21%;
    top: 16px;
    border: 1px solid white;
}
.small-circle-complete {
    background: teal;
}

@media (min-width: 768px) {
    .services-new .other-docs {
        bottom: 0;
    }
    a.preview {opacity: .7;}
    a.preview:hover, a.preview:focus {
        opacity: 1;
    }

}
@media (min-width: 1250px) {
    .services-new .folder {
        width: 250px;
        height: 250px;
    }
    .services-new .folder i {
        font-size: 140px !important;
        line-height: 250px;
    }
    .circle-needed:after, .circle-complete:after, .circle-partial:after {
        height: 35px;
        width: 35px;
        right: 11%;
    }
}

.share-box {
    border-left: 2px solid black;
}
.other-docs .folder {
    font-size: 90%;
    width: 170px;
    padding: 20px;
}
.other-docs .folder i {
    font-size: 300%;
}
.other-docs h2 {
    font-size: 90%;
    color: #666;
    padding: 5px 80px;
    border-bottom: 1px solid #ccc;
    margin: auto -60px 20px;
}

.listed-list ul {
    list-style: none;
    padding: 0 !important;
}

.listed-list.assets ul:first-child {
    padding: 0 !important;
}
.listed-list li {
    display: inline-block;
}
#sliders li, #slider li {
    display: block;
}
/* .listed-list li:after {
    content: ', ';
    margin-left: -2px;
}

.listed-list.assets li:after {
    content: none;
}
.listed-list li:last-child:after {
    content: none;
}
*/
ul#slider {padding: 0 15px 0 25px;}
ul.sliders {margin: 0;}

#sliders label, #slider label {font-size: 100%;}

.alt-ben ul {
    display: block;
    padding-left: 0;
    list-style: none;
}
.alt-ben ul li a {
    width: 300px;
    margin: 23px 3px 23px 0px;
}
.alt-ben ul li a.add {
    margin: 23px 3px 23px 0px;
}
.alt-ben .action-list a.add:hover, .alt-ben .action-list a.add:focus {
    margin: 23px 3px 23px 0px !important;
    background: beige;
    border: 1px solid black;
}
.arrow {
    display: block;
    margin: 36px 0;
    color: #999;
    display: block;
    text-align: center;
}
.select-apply {
        margin-left: 30px;
        font-size: 80%;
        color: #666;
        font-weight: 300 !important;
    }
.action-list li {
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
@media (max-width: 767px) {
    /*.services-new .folder {width: 90px; height: 90px;}*/
    .scroll {margin: 10px -15px !important;}
    .scroll .col-xs-4 {
        width: 33.3%;
        min-width: 90px;
        padding: 0;
    }
    .alt-ben ul li a {
        width: 135px;
        height: 110px;
        overflow: hidden;
        font-size: 65%;
    }
    .alt-ben li a i {
        font-size: 2.5em !important;
    }
    .alt-ben ul li a.add {
        margin: 13px 3px 13px 0;
        padding-top: 25px;
        width: 100%;
        height: 100%;
    }
    .alt-ben .action-list a.add:hover, .alt-ben .action-list a.add:focus {
        margin: 13px 3px 13px 0px !important;
        background: beige;
        border: 1px solid black;
    }
    .action-list li {
        overflow: hidden;
        float: none;
        width: 100%;
    }
    .action-list a.complete {
        margin: 21px !important;
        display: inline-block;
        float: none;
    }
    .arrow {
        margin: 30px 0;
        padding: 0;
    }
    .action-list {margin: auto; text-align: center;}
    .acct-row .col-lg-3 {
        padding: 0;
    }
}
@media (max-width: 435px) {
    .select-apply {
        margin-left: 0;
    }
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #444;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
.square {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 4px;
    border: 1px solid #ccc;
}
.last-wishes {
    background-color: #605063;
    padding: 0px 30px 20px;
    margin: 0 -30px 20px;
    color: white;
}
.last-wishes h4 {
    margin-top: 0;
}
.loved_ones h5 {
    font-size: 110%;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
    margin-top: 20px;
}
.loved_ones h5 a, .loved_ones a {
    color: #666;
    opacity: 1;
}
.loved_ones a i {
    color: #333;
    opacity: .2
}
.loved_ones a:hover i {
    opacity: .7;
}
@media (min-width: 768px) {
    .slider-label {
        width: 24%;
        margin: 10px 0;
    }
    .slider-value {
        width: 12%;
        margin: 10px 0;
    }
    .slider-bar {
        display: inline-block;
        width: 63%;
    }

}
.listed-list .add-link {
    margin-left: -40px;
    margin-right: -40px;
    padding: 5px;
}

.edit-will {
    font-size: 150%;
    padding: 15px 30px 10px 5px;
}
a.edit-will  {
    opacity: .8;
}
a.edit-will:hover, a.edit-will:focus {
    opacity: 1;
}
@media (min-width: 768px) {
    .edit-will {
        font-size: 300%;
        padding: 0 30px 0px 5px;
        line-height: 100px;
    }
    .acct-row {
        margin: 15px;
    }
    .acct-row .col-lg-3 {
        padding: 10px;
    }
    .acct {
        -webkit-box-shadow: 3px 3px  rgba(199,199,199,0.8);
        -moz-box-shadow: 3px 3px rgba(199,199,199,0.8);
        box-shadow: 3px 3px rgba(199,199,199,0.8);
        padding: 20px;
        margin: auto;
        border: 1px solid #ccc;
    }
    .acct:hover {
        box-shadow: none;
        margin-top: 3px;
        margin-right: -3px;
        margin-left: 3px;
    }
}
@media (min-width: 1600px) {
    .edit-will {
        line-height: 130px;
    }
    .acct-family, .acct-friends, .acct-orgs, .acct-other {
        padding: 15px 30px;

    }
    .acct li {
        padding: 5px 30px;
    }
    .acct ul {
        margin: 5px -30px;
    }
    .acct h3 {
        margin: -15px -30px 15px;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 0;
}
@media (min-width: 2000px) {
    .edit-will {
        padding: 0 30px 0px 5px;
        line-height: 161px;
    }

}
@media (max-width: 767px) {
    .acct-row {margin: 0;}
    .will-box {
        width: 100%;
        border: none;
    }
    .no-row-margin {margin: 0;}
    #timeline {
        background: white;
        font-family: helvetica;
        font-weight: normal;
    }
    .add-link {
        background: #f1f1f1;
        margin: 0 -15px;
        display: block;

    }
    .three-list ul {
        padding-left: 0 !important;
    }
    .add-link.tight {font-size: 90% !important;}
    .three-list h1 {
        margin-bottom: 0 !important;
    }
    .left-pad {
        padding: 6px 3px 1px 25px !important
    }
    .xs-will-ready {
        background: #008080;
        color: white;
        text-transform: uppercase;

        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .xs-will-ready a {
        color: white;
        padding: 15px 0;
        display: block;
    }
    .top-nav, .your-service {
        line-height: 60px !important;
    }
}
@media (max-width: 600px) {
    .navbar-toggle {
        margin-right: 0px;
    }

    .will-wrapper.head {
        padding: 0 10px;
    }


}
.modal-body .listed-list h3 {
    margin: 0 -40px;
}
.no-li li {
    padding-top: 10px;
    list-style: none;
}
.no-li li:first-child {
    padding-top: none;
}
.legal ol, legal ul {
    padding-left: 0;
    font-weight: bold;
}
.legal ol li, .legal ul li {
    text-align: center;
    list-style-position:inside;
    margin-top: 15px;
}
.legal ul li {
    list-style-type: none;
}
.legal ol li p, .legal ul li p {
    text-align: left;
    margin-top: 10px;
    font-weight: normal;
}
.legal ol li ol {
    padding-left: 15px;
}
.legal ol li ol li {
    list-style-position: outside;
    text-align: left;
}
.admin a {
    display: block;
    margin: 5px 5%;
    border-bottom: 1px solid #ccc;
}
.share-will, .exec-share, .zero-dependant {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.zero-dependant {
    margin-top: 10px;
}
.share-will li, .exec-share li {
    margin: 10px 0;
    height: 78px;
}
.share-will li .col-sm-4 {
    font-size: 130%;
}
.share-will input[type=checkbox] {
    zoom: 1.1;
    height: 45px;
    width: 45px;
    margin-left: -20px;
    margin-top: 0;
}
.share-will a {
    margin-left: -15px;
}

@media (min-width: 768px) {
    .share-will input[type=checkbox] {
        height: 35px;
        width: 35px;

    }
    .share-will li .col-sm-4 {

    }
    .left-border {
        border-left: 2px solid black;
    }
}
@media (min-width: 1200px) {
    .share-will input[type=checkbox] {
        height: 45px;
        width: 45px;

    }
}
@media (min-width: 1600px) {
    .share-will input[type=checkbox] {
        height: 45px;
        width: 45px;

    }
}
.ms-selectable .dt-label, .ms-selection .dt-label  {
    margin-top: 0;
    background-color: transparent;
}
.white-label-select .dt-label {
    background-color: transparent;
}

.account-main, .account-main .folder {
    margin:0 !important;
}
.account-main .col-sm-3, .account-main .col-sm-6 {
    padding: 0;
}
.account-main .col-sm-3 .folder {
    background-color: #666;
    padding: 35px 0;
    color: white;
}
.account-main .col-sm-3 .folder:hover, .account-main .col-sm-3 .folder:focus {
    background-color: #555;
    color: beige !important;
}
.account-main .col-sm-6 .folder {
    background-color: #444;
    padding: 35px 0;
    color: #006c6c;
}
.account-main .col-sm-6 .folder:hover, .account-main .col-sm-6 .folder:focus {
    background-color: #333;
    color: #006c6c !important;
}
.share-text {
    font-size: 200%;
    text-align: left;
    color: #EFF3CD;
    letter-spacing: 2px;
}
.share-icon {
    font-size: 69px !important;
}
@media (min-width: 1200px) {
    .share-icon {
        font-size: 83px !important;
    }
}
@media (min-width: 1600px) {
    .share-icon {
        font-size: 100px !important;
    }
}
.add1, .add2, .add3, .add4, .add5 {
    display: none;
    text-align: left;
}
.small {font-size: 70%;}
.notarized {
        margin: 15px 0 5px;
        padding: 5px 30px;
}
.done-this {
    min-width: 50px;
    margin-top: -20px;
}
@media (max-width: 600px) {
    .navbar-brand {padding-left: 0 !important;}
    .mobile-new-line {
        display: block;
        margin: auto;
    }
    .notarized {
        margin: auto !important;
    }
}
.net-worth {

}
.net-worth a {
    display: block;
    padding: 3px;
}
.net-worth a:hover, .net-worth a:focus {
    font-weight: bold;
    font-size: 125%;
    background-color: #eee;
    display: block;
}
.net-worth .active {
    font-weight: bold;
    font-size: 125%;
    display: block;
    background: beige;
    padding: 3px;
}
.no-top-margin {
    margin-top: 0;
}
.allocated-backup span:before {
    content: ', ';
}
.allocated-backup span:last-child:before {
    content: ' and ';
}
.allocated-backup span:first-child:before {
    content: '';
}
.pic-border {border: 1px solid #666;}


.team-pic {
    float: left;
    width: 200px;
    margin-right: 25px;
}

.team-pic img {
    border-radius: 50%;
}
.team-bio {
    display: table-cell;
}

.team-bio h2 {
    margin-top: 0;
}
.team-bio h4 {
    color: #999;
}
@media (max-width: 600px) {
    .team-pic {
        float: none;
        display: block;
        margin: 25px auto 0;
    }
    .team-bio {
        float: none;
    }
    .team-bio h2 {margin-top: 20px;}
}

.no-top-margin {margin-top: 0;}
.alert-warning {
    margin: 0;
    /*background-color: rgba(243, 147, 44, 0.8);
    color: white;
    border: none;*/
    border-radius: 0;
    margin-top: 1px;
    font-size: 120%;
    text-align: center;
    }
/*.split-choice [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0px;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  min-height: 70px;
}
*/

.split {padding: 5px 30px;}
.split-choice label {
    clear: both;
    display: block;
    margin: 15px 0;
}
.choice-text {
    float: right;
    width: calc(100% - 120px);
    display: block;
    padding-top: 8px;
}
.split-choice i {
    padding-right: 5px;
    padding-bottom: 10px;
}
.split-choice h1 i {
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .split-choice h1 {
        margin: -13px 0px 0px 0px !important;
    }
    .split-choice {margin: 0 -30px; }
    .create-side {position: fixed; right: 0; top: 0; bottom: 0; box-shadow: 0px 0px 25px #666; overflow: scroll;}
}
@media (max-width: 767px) {
    .split-xs {
            display: block !important;
        }
    .share-text-pad {
        padding: 15px;
    }
    .split-choice h1 {
        margin:  0px !important;
    }
    .xs-will .top-doc {
        background: #008e90 !important;
        color: white !important;
        padding-top: 0 !important;
    }
    .xs-will .top-doc h1 {
        color: white;
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-left: 15px;
    }
    /* .xs-will .three-list.will-list {
        background: #eee;
    }
    .xs-will .three-list.will-list ul {
        background: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 1px 1px 5px #ccc;
        padding-left: 0;
    }
    .xs-will-shell {
        background: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 1px 1px 5px #ccc;
    }
    .xs-will .left-pad {
        padding: 7px 3px 7px 7px !important;
    }
    */
}
.create-side {background: #f5f5f5; padding-top: 15px;}

.split-ss a {text-decoration: underline}
@media (max-width: 480px) {
    .create-size {padding: 0}
    .create-side h1 {
        font-size: 30px;
    }
    .split-ss {
        display: block;
    }
}
@media (min-width: 1150px) {
    .create-side  {
        padding: 40px;
    }
}
@media (min-width: 1600px) {
    .create-side  {
        padding: 60px;
    }
}
@media (min-width: 2000px) {
    .create-side {
        padding: 80px;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .split-sm  {
        display: block !important;
        margin: 0px 0 10px 0px !important;
        display: block !important;
        text-align: center;
    }
    .small-main-btn {
        display: block;
    }
}

.signin-features {
    font-size: 150%;
    background: black;
    margin:0;
    padding-bottom: 30px;
    overflow: hidden;
    color: white;
}
.hero-text {
    padding-bottom: 0px !important;
    font-size: 270% !important;
}
.signin-features h5 {
    margin-left: 60px;
    font-size: 16px;
    line-height: 1.4;

}
.signin-features i {
    margin-top: 10px;
}
.signin-features .col-sm-6 {
    padding-top: 20px;
}

.three-list ul {
    list-style: none;
    padding-left: 35px;
    overflow: visible;
}
.bottom-doc h1 {
    background: #0e8e8f;
    color: white;
    text-align: center;
    padding: 15px;
    margin: 0 0 10px 0px;
    font-size: 140%;
}
.bottom-doc h1 a {
    color: white;
    padding: 0 15px;
    display: block;
}
.bottom-doc h1 a:hover {
    background: transparent;
}
.three-list h3, .thirtysec h3 {
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
}
.three-list a {
    color: #000;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    white-space: nowrap;
}


.will-list a {
    display: inline-block;
}
.will-list li:hover {
    background: beige;
}
/*.bottom-doc h1 i, .will-list i {opacity: .3;}*/

.link-block {
    margin: 0 -30px;
    cursor: pointer;
}
.link-block:hover {
    background: rgba(245,245,210,.05);
    box-shadow: inset 0px 0px 15px rgba(96,80,99, .3);
}
.link-block h1 {
    margin: 0;
}
.link-block:hover h1, .link-block: focus {color: beige;}
.bottom-doc h1 i:hover, .link-block:hover i, .bottom-doc a:hover i, .will-list a:hover i, .will-list i:hover {opacity: 1;}
.will-list i.opac {opacity: .9; padding-right: 5px;}
.purple {color: #866e8a !important;}

.promo-explination {
    display: none;
}
.original-price {
    text-decoration: line-through;
    color: #d87c4b;
    font-weight: 300;
}
.new-price {
    display: none;
}
.will-bottom a.exit {
    background: white !important;
    color: #666;
}
.will-bottom a.exit:hover {
    background: beige !important;
    color: #444;
}

.will-box.gen-top h1 {
    padding: 0 0 20px 0;
    margin-top: 0px;
}
.will-box {
    border: none;
    box-shadow: none;
}
.services {
    padding-top: 0 !important;
}

.mpoa-review {list-style: none;}
.mpoa-review li {border-bottom: 1px solid #ccc; padding-bottom: 15px;}
.mpoa-review li:last-child {border-bottom: none;}
.row.three-list {margin: 0;}
.will-bottom {margin: 0;}
.noUi-origin {background: white;}
        @media (min-width: 768px) {

            .will-box {background: transparent;}
            .row.three-list {margin: 0 -15px;}
            .bottom-doc h1 {margin: 0 -15px 15px;}
            .bottom-doc {
                padding: 0px 30px 0px;
                margin: 0 9px 15px;
                border-right: 1px solid black;
                border-left: 1px solid black;
                border-bottom: 1px solid black;
                box-shadow: 2px 1px 10px #ccc;
            }
            .top-doc {
                margin: 40px 9px 0 9px !important;
                border-right: 1px solid black;
                border-left: 1px solid black;
                border-top: 1px solid black;
                box-shadow: 2px 1px 10px #ccc;
            }
            .mpoa-review li{
                margin: 15px auto;

            }
            .mpoa-review li:last-child {
                border-bottom: none;
            }

            .mpoa-review label {
                font-weight: 300 !important;
                font-size: 75%;
                opacity: 1;
                color: #999;
                padding-right: 5px;
            }
            a.edit-will{
                font-size: 16px;
                font-weight: normal;
                line-height: 1;
            }
            a.edit-will i {
                font-size: 200%;
                display: block;
                text-align: center;
                padding-top: 25px;
                padding-bottom: 6px;
            }

        }
        .will-bottom a {
                display: block;
                background: #0e8e8f !important;
                font-size: 150%;
                padding: 10px;
                color: white;
                border-top: 1px solid black;
            }
.mpoa-review h3 {
    margin: 15px 0 0;

    font-size: 130%;
}
.mpoa-review h3 i {
    margin-top: 7px;
    float: left;
    margin-right: 10px;
}
.opaque {
    opacity: 1 !important;
}
#thumb {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    margin: auto;
    margin-top: 10px;
    max-height: 180px;
    opacity: .6
}
#thumb.up {
    margin-top: 30px;
    -webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
         -o-transform: rotateX(180deg);
            transform: rotateX(180deg);
               /* IE6–IE9 */
               filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
                 zoom: 1;

    }

.promo-apply {
    height: auto;
    padding: 4px 15px 5px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: -1px 0 2px !important;
    box-shadow: 3px 3px 3px rgba(0,0,0,.05);
    border-left: none;
}

.form-highlight {
    background: #eee;
    margin: 15px -40px;
    padding: 10px 40px;
}
.trigger-list .backup-plan {margin: 0 -10px;}
.backup-plan .col-xs-4 {padding: 5px;}
@media (min-width: 768px) {
    .trigger-list .backup-plan {margin: 0;}
    .backup-plan .col-sm-2 {
        width: 14%;

    }
    .plans .col-sm-4 {
        margin-top: 70px;
    }
    .plans .col-sm-4:last-child {border-left: none;}
    .plans .col-sm-4:nth-child(2) {margin: 0 0 0 -2px; border: 2px solid #666;}
}
@media (max-width: 992px) {
    .pricing-header .col-sm-6:nth-child(3) {clear: left;}
}
.testimonials img {border-radius: 50%; border: 1px solid #ccc; margin: 15px auto; width: 50%;}
.teal-feature {background: #ec7a00; color: white; text-align: center; font-size: 110%;}
.teal-feature .container {padding: 0 15px 15px 15px;}
.teal-feature h2 {font-weight: bold; margin: 35px 0 20px;}
header {left: 0; right: 0; border-bottom: 1px solid #444; background-color: white;box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2), inset rgba(255, 255, 255, 0.4) 0 1px 1px;}
#home header {
    position: absolute;
    right: 0;
    left: 0;
    box-shadow: none;
    height: 150px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.4), rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.4), rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.4), rgba(255,255,255,0) 100%)
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#home nav ul li:first-child {border-right: 1px solid white;}
#home nav ul li:last-child {border-left: 1px solid #eee;}

.pricing-header h3 {text-align: center; color: #bd5823;}
.pricing-header span {display: block; border-radius: 50%; background-color: #0e8e8f; height: 110px; width: 110px; text-align: center; margin: 0 auto 15px;}
.pricing-header i {center; margin: auto; line-height: 110px; font-size: 55px; position: relative; color: white;}
.pricing-header p {text-align: center;}
.plans.row {margin: 30px 0;}
.plans .col-sm-4 {
    padding: 0;
    border: 2px solid #ccc;
    text-align: center;
    background: #fbfbf3;
}
/* .plans .col-sm-4:hover {

    transform: scale(1.2) !important;
    z-index: 26 !important;
    opacity: 1 !important;
    background: #fff !important;
    box-shadow: 0px 75px 50px 0px rgba(0, 0, 0, 0.25);
} */
.plans .col-sm-4:nth-child(2) {border: 2px solid #666; border-radius: 5px;
    background: #eeffff;
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    z-index: 1000;
}
.np-plans .col-md-3, .np-plans .col-sm-6 {padding: 7px;}
.row.np-plans {margin: 0 -7px;}
.np-plan {
    padding: 0;
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.basic {border-radius: 5px 0 0 5px;}
.enterprise {border-radius: 0 5px 5px 0;}
.plans h4 {
    background-color: #666;
    color: white;
    margin-top: 0;
    text-align: center;
    padding: 8px;
}
.plans h5 {margin: 0; padding-top: 10px; font-weight: bold;}

.plans ul, .np-plans ul {list-style: none; padding-left: 40px; padding-right: 15px; text-align: left;}
.plans ul li, .np-plans ul li {padding-bottom: 10px; color: #666; font-size: 90%;}
.plans ul i, .np-plans i {margin-left: -25px;}
.plan-head {background-color: #e0e0cd; text-align: center; padding: 15px;}
.plan-head.managed {
    background-color: #605063;
    color: white;
    }
 .plan-head.kickstart {
    color: white;
    background: #008080;
 }
.pricing {font-size: 230%; text-align: center; padding: 15px;}
.plan-head .data {font-size: 90%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc; color: #666;}
.plans a {margin-bottom: 15px;}
.plans .basic li i {color: #d1662d !important}
.plans .advanced li i {color: #2ea5a3 !important}
.plans .enterprise li i {color: #88658e !important}

.feature-highlight {
    background: #eee; padding: 5px; text-align: center;
    margin: 5px 15px;
}
.feature-highlight:last-child {
    margin-bottom: 15px;
}
.feature-highlight small {
    font-size: 65%;
}
.feature-highlight strong {
    font-size: 130%;
    display: block;
}
.one-time-fee {
    display: block;
    width: 105px;
    text-align: center;
    margin: -15px auto 15px;
    border: 1px solid #008080;
    padding: 3px 9px;
    border-radius: 15px;
}
.bold {font-weight: bold;}
.fully-managed-h4 {
    text-align: center;
    margin-bottom: -10px;
    background: white;
    width: 130px;
    margin: 0 auto -10px;
}
.fully-managed:before {
    position: absolute;
    content: "";
    border: 1px solid #bd5823;
    border-bottom: none;
    border-radius: 40px;
    width: 70%;
    margin: auto;
    left: 15%;
    right: 15%;
    z-index: -1;
    height: 75px;
}
.np-plan p {padding: 15px 15px 15px;}
.np-kickstart {background: white;}
.fully-managed h4 {margin-top: -15px; background: white;}
.gold {color: #e6c310 !important;}
.leads th:hover {background: #eee; cursor: pointer;}

    #custom-search-form {
        margin:0;
        margin-top: 20px;
        padding: 0;
        float: right;
    }

    #custom-search-form .search-query {
        padding: 3px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */

        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 0px;
        margin-top: -6px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .search-query:focus + button {
        z-index: 3;
    }

.create-testimonials{
    overflow: hidden; background: rgb(36, 143, 141); color: white; margin-top: 0; padding: 15px;
}
.create-testimonials h2 {padding-bottom: 15px;}
.create-testimonials img {max-width: 100px; border-radius: 50%;}
.faq {padding: 30px; background: #f2f2f2;}
.faq h1 {
    background-image: url("../../images/faq.jpg");
    font-weight: bold;
    background-size: cover;
    text-align: center;
    height: 200px;
    line-height: 244px;
    margin: -15px -15px 20px;
    text-shadow: 1px 2px 1px #fefefe;
    }
 .faq h4 {
    color: #bd5823;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 3px;
 }
.faq p {}
.pbig {
    height: 32px;
    background-color: #E1E1E7;
    }
 .pbig .progress-bar {
    font-size: 14px;
 }
.assets span {color: #999;}
.assets:hover span {color: #444;}

.pulse {

  display: block;
  cursor: pointer;
  box-shadow: 0 0 0 rgb(0, 128, 128);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 128, 128, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(0, 128, 128, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 128, 128, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 128, 128, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 128, 128, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(0, 128, 128, 0);
      box-shadow: 0 0 0 20px rgba(0, 128, 128, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 128, 128, 0);
      box-shadow: 0 0 0 0 rgba(0, 128, 128, 0);
  }
}

.pulse-inner {

  display: block;
  animation: pulse-inner 2s infinite;
}
.pulse-inner:hover {
  animation: none;
}

@-webkit-keyframes pulse-inner {
  0% {
    background-color: #eaf0f0;
  }
  50% {
    background-color: #cae3e4;
  }
  100% {
    background-color: #eaf0f0;
  }
}
@keyframes pulse-inner {
    0% {
        background-color: #eaf0f0;
      }
    50% {
        background-color: #cae3e4;
      }
      100% {
        background-color: #eaf0f0;
      }
}

header.gen-head {
    position: absolute;
    /* background-color: white !important;
   background: -moz-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 30%,rgba(255,255,255, 0) 100%) !important; */
    box-shadow: none !important;
    border-bottom: none !important;
    }
header.gen-head nav ul li:first-child {line-height: 70px; padding: 0 10px; border-right: 1px solid #f1f1f1;}
header.gen-head nav ul li:last-child {padding: 0 10px; line-height: 70px;  border-left: 1px solid #fff;}

#creating-will {
    margin: 0;
    background: white;
    padding-top: 70px;
    z-index: 1;
}
#dashboard {
    margin: 0;
    /* background: rgba(220, 206, 150, 0.58); */
    padding-top: 50px;
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220, 206, 150, 0.4) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220, 206, 150, 0.4) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(220, 206, 150, 0.4) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220, 206, 150, 0.4) 100%) !important; */
    z-index: 1;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.93);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 6px 8px 6px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #b1c5c5;
    display: block;
    transition: 0.3s
}
.sidenav small {
    margin: 6px 8px 2px 8px;
    padding-left: 24px;
    opacity: .5;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #ddd;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 36px !important;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.checkboxes h3 {
    margin-bottom: 15px;
    padding-left: 5px;
}
.checkboxes input[type=checkbox] {
    zoom: 1.1;
    height: 18px;
    width: 18px;
    margin-right: 5px;

}
textarea.tall {
    min-height: 200px;
    font-size: 130%;
}
@media (max-width: 500px) {
    .hidden-ss {display: none !important;}
}
.fundraising {
    clear:left;
    margin-top: 10px;
    opacity: .75;
    font-size: 100%;
}
.fundraising:hover, fundraising:focus, fundraising:active {
    opacity: 1;
}
.partner-headline {
    border: 2px solid #008080;
    margin: 30px 0 20px 0 !important;
}
.misc-stats {
    margin: 15px 0 30px !important;
    border: 2px solid #ddd;
}
.partner-highlight {
    background: #008080;
    color: white;
}
.partner-headline .partner-shadow, .misc-stats .partner-shadow {
    margin: 0 -15px;
}
.partner-shadow {
    display: block;
    box-shadow: 1px 2px 3px rgba(0,0,0,.1);
    padding: 10px 0;
}
.scroll {
  white-space: nowrap !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.avvo {
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
    height: 230px;
    margin-bottom: 30px;
}
.avvo div {
    height: 120px; background-size: cover; background-size: cover; background-repeat: no-repeat; border-color: lightgrey;
}
.avvo div h2 {
    color: white;
    margin: 0;
    background: rgba(0,0,0, .4);
    line-height: 120px;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    font-size: 30px;
}
.avvo-info {
    padding: 15px; height: 65px; color: #333;
}
.right-line {
    border-right: 1px solid #ccc;
    height: 25px;
}
.left-line {
    border-left: 1px solid #ccc;
    height: 25px;
}
.spouse-line {
    height: 65px;
    margin-top: -47px;
}
.spouse-connect {
    height: 41px;
    border-bottom: 2px solid #ccc;
}
.top-line {
    border-top: 2px solid #ccc;
}
.asset-list .dropdown-menu {
    margin-top: -18px;
    background: #dfefee;
}

.asset-list .add {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px rgba(0,0,0,.05);
    /* background: linear-gradient(to bottom right,rgba(36, 143, 141, 0.1) 20%, rgba(255,255,255,1) 40%,rgba(36, 143, 141, 0.4) 100%);*/
    background: #d6e8e8;
    text-align: center;
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
        border-radius: 4px;
}
/*.asset-list a:hover {
    background: linear-gradient(to bottom right,rgba(36, 143, 141, 0.25) 20%, rgba(255,255,255,1) 35%,rgba(36, 143, 141, 0.5) 100%);
}
*/
.asset-list i {
    font-size: 45px;
    display: block;
    margin: auto;
}
.asset-list .dropdown-menu {
    font-size: 16px;
}

.asset-list .dropdown-menu i {
    font-size: 100%;
    display: inline;
}
.asset-list label {font-size: 80% !important;}
.tree {margin-top: -10px;}
#detail, #show_charity, #show_pet, #show_guardians, #show_address, #show_wishes {
    border: 4px solid #008080;
    margin: -4px -15px 15px;
}
#detail .row, #show_charity .row, #show_pet .row, #record .row {
    margin: 0 -15px;
}
#fun, #serious, #aggressive  {
    border: 4px solid #008080;
}

.active-detail {
    height: 25px;
    background: #008080;
    margin-top: -28px;
}
.start-list .row, #start-record .row {margin: 0 -4px;}
#start-record .first-detail {
    margin-left: 0px;
    margin-right: 1px;
}
.start-list {margin: 0 -5px;}
#start-record {margin-top: 10px;}
.legacy {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0px 0;
    margin: 0;
}
.legacy-bg {
    background: #008080;
    text-align: center;
    color: white;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .legacy {
        font-size: 48px;
        padding: 10px 0;
    }

    .start-list {margin: 0 -15px;}
    #start-record {margin-top: 0px;}
     #start-record .row {margin: 0 -15px;}

      #start-record .first-detail {
        margin-right: 1px;
        margin-left: 1px;
    }

    .asset-list label {
        font-size: 110% !important;
        padding: 20px 0 18px;
        }
    .start-list .row {margin: 0 -15px;}
    .right-line, .left-line {height: 25px;}
    .asset-list .dropdown-menu {
        left: 8px;
        right: 8px;
    }
    .asset-list .add {
        font-size: 20px;
    }
    .modal-body {padding: 0 30px 10px;}
    #detail, #show_charity, #show_pet, #show_guardians, #show_address, #show_wishes {
        margin: -4px 0 15px;
    }
    .active-detail {
        margin-top: -20px;
        height: 37px;
    }
    .spouse-line {
        height: 75px;
        margin-top: -51px;
    }
    .spouse-connect {
        height: 48px;
    }
    .big-buttons h3 {font-size: 20px;}
}
#benList {display: none; margin-bottom: -10px}
.no-ul-pad ul {padding-left: 0 !important}
@media(min-width: 990px) {
    .legal-docs-shell {
        padding: 0 0 0 40px;
        border-left: 2px solid #ccc;
        margin-left: -2px;
    }
    .beneficiary-intentions-shell {
        padding:  0 40px 0 0;
        border-right: 2px solid #ccc;

    }
}

.active-add {
    background: linear-gradient(to bottom right,rgb(147, 198, 197) 14%, rgb(138, 185, 184) 30%,rgb(36, 143, 141) 45%) !important; color: white !important;
    color: white !important;
    box-shadow: none !important;
    border: none !important;
    font-weight: bold;
}
#spinner {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(195,224,224,.5);
    text-align: center;
    padding-top: 20%;
    z-index: 100;
    margin: -15px;
}
.hidden-header {display: none;}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.item-list {max-width: 50%; max-height: 1.3em; overflow: hidden; white-space: nowrap;}
.red-border {border: 1px solid #c00 !important; background: #fef7f7 !important; color: #a70303 !important;}
.show-donations {
    padding: 5px 15px 7px;
    border: 1px dashed #ccc;
    margin-top: -3px;
    overflow: hidden;
    color: #999;
    border-radius: 15px;
    margin-left: 5px;
    background: beige;
    display: none;
}

.simple-forms input:not([type=submit]):not([type=radio]):not([type=checkbox]), .simple-forms select {
    background-color: white;
    padding: 5px 0 2px;
    color: #333;
    height: auto;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    width: 100%;
    font-size: 130%;
    border-radius: 0;
    margin-bottom: 3px;
}
.simple-forms select {
    padding: 5px 0 2px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.simple-forms input:focus, .simple-forms select:focus {
    border-bottom: 1px solid black !important;
    color: black !important;
}

.simple-forms .col-sm-3,  .simple-forms .col-sm-4{
    padding-top: 7px;
    font-weight: bold;
}
.simple-forms i {
    color: #666;
}
.social #org_website, .social #org_contact {max-width: calc(100% - 33px) !important;}
.social #facebook {max-width: calc(100% - 148px) !important;}
.social #twitter {max-width: calc(100% - 130px) !important;}
.offerings h3 {font-weight: bold; color: #666;}
.arrow-down {
    padding: 5px;
    color: #bd5823;
    font-size: 22px;
}
@media (min-width: 778px) {
    .simple-forms div {
        margin-top: 7px;
    }
}
@media (max-width: 777px) {
    .state-zip {margin: 0 -3px !important;}
    .hidden-header {display: block;}
}

.big-radio {
    font-size: 130%;
    display: block;
    margin-bottom: 10px;
}
.email-radio {
    font-size: 130%;
    display: block;
    margin-top: 6px;
}
.simple-forms .email-days {
    width: 40px;
    font-size: 100%;
    padding: 4px 10px 0 !important;
    color: teal;
    border-bottom-color: teal;
    font-weight: bold;
}
.trigger-links {
    display: inline-block;padding-top: 3px;font-size: 16px;vertical-align: -1px;
}
.big-radio input[type=radio] {
    width: 19px;
    height: 19px;
    color: teal;
}
.img-round-border {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.no-top-margin, .no-top-margin div, .no-top-margin-below div {
    margin-top: 0 !important;
}
.social input {
    display: inline-block;
    margin-left: 5px;
}
.padded-content {
    padding: 15px;
}
.padded-content h3 {
    margin: 50px 0 30px;
}
.simple-forms small {color: #999;}
.btn-pay {
    padding: 0 15px;
    margin-left: 5px;
}
.pay-images {height: 155px;}
.pay-images div:first-child, .pay-images div:last-child {
    position: absolute;
    bottom: 45px;
    width: 33%;
    z-index: 1;
    border: 1px solid #ccc;
}
.yes-estate .bequest-settings {clear: left;}
@media (max-width: 767px) {
    .custom-people, .people-list, .people-listed {
       /* border-left: 2px dashed #ddd;
        padding-left: 7px !important;*/
        width: 100% !important;
        margin: 5px 0 !important;
        border-bottom: none !important;
        max-width: 455px;
    }

    .yes-estate .bequest-settings .fa-wrench {font-size: 133%;}
    .btn-pay {
        display: block;
        width: 100% !important;
        padding: 3px;
        margin-top: 8px;
    }
    .pay-big {clear: both; margin: 7px;}
    .pay-link2 h1 {
        padding: 0 !important;
        font-size: 30px !important;
    }
    .bottom-share {
        margin: -15px 0;
        padding: 0;
    }

}
.pay-big {padding: 0 7px;}
.pay-link {
    border: 2px solid #ccc;
    background: #f1f1f1;
    color: #006c6c;
    padding: 15px;
    display: block;
    border-radius: 4px;
    text-decoration: none !important;
    height: 240px;
}
.pay-link p {
    margin-top: 5px;
    color: #666;
    font-weight: bold;
}
.pay-link-3 {
    background: white;
    height: 265px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.15);
}
.pay-link-4 {
    height: 290px;
    opacity: .8;
    margin-top: 30px;
}
.pay-link-4: hover {
    opacity: 1;
}
.pay-life {
    height: auto;
    padding: 0px;
    margin-top: 15px;
    border: 1px solid #ccc;
    }
.pay-life h3 {
    margin-top: 10px;
    color: black;
}
.pay-life button {border-radius: 0 0 3px 3px; background: #666; border: #333;}
.pay-life button:hover {background: #666;}
.pay-link-3 h3 {
    font-size: 150%;
    font-weight: 300;
    margin: 10px 0;
    color: #444;
    }
.pay-link-3 h4 {
    font-size: 70%;
    color: #444;
    font-weight: bold;
}
.pay-link-3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pay-link-3 ul li {
    font-size: 90%;
    color: #666;
    margin: 5px 0;
    padding: 0;
}
.pay-link2 {
    border: 1px solid #ddd;
    background: #fff;
    color: #006c6c;
    padding: 15px;
    display: block;
    border-radius: 4px;
    text-decoration: none !important;
    margin-bottom: 20px;
}
.pay-link2:hover {
    box-shadow: 0px 1px 3px rgba(0,0,0,.1);
}
.pay-button i {
    -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
    color: #999;
}
.pay-button {
    border: 1px solid #ccc;
    background: #eee;
    padding: 10px;
    display: block;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 150%;
    margin-bottom: 14px;
}
.btn-go {
    padding: 4px 10px;
    border-radius: 4px;
    background: #bd5823;
    border-color: #d08b66;
}
.pay-button:hover, .pay-link:hover {
    opacity: 1;
}
.bigger_checkbox {
    zoom: 1.1;
    height: 20px;
    width: 20px;
}
.pay-link2 h1 {
    text-align: center;
    margin: 0;
    font-size: 50px;

    padding: 30px 0;
}
.pay-images div:last-child {right: 30px;}
.pay-images div:nth-child(2) {
    position: absolute;
    bottom: 35px;
    width: 36%;
    right: 0px;
    left: 0;
    z-index: 2;
    text-align: center;
    margin: auto;
    border: none;
}
.pay-plus {
    position: absolute;
    margin-left: -46px;
    width: 30px;
    text-align: center;
    display: block;
    line-height: 240px;
    color: #666;
}
.pay-up {
    opacity: .8;
    border-radius: 4px;
    font-size: 100%;
    display: block;
    overflow: hidden;
    background: #d1652d;
    margin: 15px 0 0;
    color: white;
    padding: 3px 6px;
}
.pay-up:hover {
    color: white;
    opacity: .9;
}
.dull {opacity: .5;}
.pay-faq h4 {
    font-size: 110%;
    font-weight: bold;
    margin-top: 25px;
}
.pay-faq {
    font-size: 90%;
}
.strike {
    text-decoration: strike;
}
.overlay, #cartOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255,255,255,.75);
  opacity: 1;
  text-align: center;
  padding-top: 43px;
  font-size: 130%;
  color: #605063;
  font-weight: bold;
  border: 1px dashed #999;
  border-radius: 10px;
  cursor: pointer;
}
.upgrade-admin-tweak {
    height: 325px;
    }
#note1:active {color: white;}
#cartOverlay {display: none; text-align: center; padding: 50px 15px 15px; background-color: white;border: none;}
.overlay:hover {
    color: #006c6c;

}
.underlay {
    filter: blur(4px);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
#upgradeNeeded {
    padding: 10px;
    margin-top: 20px;
    opacity: .75;
    position: relative;
    border-radius: 10px;
}
.explainer { cursor: pointer; padding: 0 5px; font-weight: bold; background: transparent; border: none; color: teal;}
/*
.explainer {
    background: #bd5823;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 10px;
    margin-top: 3px;
    line-height: 12px;
    position: absolute;
    margin-left: 6px;
}
*/
.explainer:hover, .explainer:focus {
    text-decoration: underline;
}

.boxed {
    border: 1px solid #ccc;
    padding: 15px;
    background: #eff6f6;
    font-size: 95%;
    margin-bottom: 10px;
    border-radius: 4px;
    font-weight: 300;
}
.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    top: 20px;
    bottom: 0px;
    margin-left: 19px;
}
.timeline-entry.pulse {
    border-radius: 4px;
    background: whitesmoke;
    border: 1px solid #eee;

}
.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
    clear: both;
    padding: 10px 0 0 30px;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}
.timeline-centered {
    position: relative;
    margin-bottom: 10px;
    margin-top: 50px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    float: left;
}
.gen-admin .timeline-entry {
        background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.gen-admin .timeline-centered {
    margin-top: 30px;
}
.timeline-entry.indent {
    left: 36px;
    font-size: 83%;
    margin-right: 30px;
}
.timeline-entry.indent:before {
    left: 0;
    width: 25px;
    height: 4px;
    content: '';
    position: absolute;
    display: block;
    background: #f5f5f6;
    top: 11px;
    margin-left: -45px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .glyphicon, .timeline-centered .timeline-entry .timeline-entry-inner i {
    position: absolute;
    color: #fff;
    left: 6px;
    top: 6px;
    font-size: 14px;
}
.timeline-centered .timeline-entry .timeline-entry-inner i {
    font-size: 18px;
    left: 7px;
    top: 4px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .glyphicon-minus {
    left: 5px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #d9534f;
}
.timeline-icon.bg-complete {
    background-color: teal !important;
}
.timeline-icon.bg-partial {
    background-color: #777 !important;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-box {
    position: relative;
    margin-left: 40px;
    display: block;
}
a.timeline-box p {color: #444; font-weight: 300;}
a.timeline-box:hover, a.timeline-box:focus, a.timeline-box:active {
    text-decoration: none;
}
.timeline-box h2.locked  {
    color: #999;
}
.timeline-box h2 {
    color: #555;
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 20px;
}
.timeline-box h2 i {
    position: initial !important;
    color: #cc0000 !important;
    margin-left: 10px;
    }
.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}
.share-phone {
    width: 100%;
    padding: 0px 20px 0;
    border-radius: 15px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    background: #008080;
    margin: 0;
    display: block;
    border-radius: 0;
    color: white;
}
.share-phone a {
    text-align: center;
    color: white;
    display: block;
    border-radius: 15px;
    padding: 5px;
    margin: 0 -10px;
}
.share-phone a:hover, .share-phone a:focus {
    color: white;
}
.share-phone a i {
    color: white;
}
@media (min-width: 1140px) {

    button.folder {padding: 29px;}
}
.asset-list.white-bg .add{
    background: linear-gradient(165deg, rgb(37, 139, 136) 25%, rgb(34, 153, 147) 50%, rgb(34, 153, 147) 58%, rgb(37, 139, 136) 75%);
    border-radius: 4px;
    border: none;
    color: white;
}
.asset-list.white-bg .add.disabled{
    color: #9d9d9d;
}
.asset-list a.complete {
    background: #008080 !important;
    color: #FFFFFF !important;
}
.asset-list.white-bg .add:hover {
    background: teal !important;
    color: white !important;
}
.asset-list.white-bg .add.disabled:hover {
    background: white;
    color: #9d9d9d;
    cursor: not-allowed;
}
/*.optional-details {
    opacity: 1;
}
.optional-details:hover, .optional-details:active, .optional-details:focus {
    opacity: 1;
    background: #f5f5f5;
}*/
.col-sm-5x {padding: 0 15px;}
.upgrade-box-tweak {
    height: 150px;
}
.upgrade-box-tweak .overlay {
    top: auto;
}
.upgrade-timeline {
    height: 124px;
}
@media (min-width: 768px) {
    .share-phone {
        width: 100%;
        padding: 20px 20px 0;
        border-radius: 4px;
        margin: auto;
        text-align: left;
        font-size: 130%;
        display: block;
    }
    .upgrade-timeline {
        height: 140px;
    }
    .col-sm-5x {
        width: 20%;
        padding: 0 8px;
        float: left;
    }
}
.col-sm-5x img {
    box-shadow: 0px 2px 8px rgba(0,0,0,.4);
    margin-bottom: 10px;
}
.col-sm-5x a {
    display: block;
    padding-bottom: 10px;
    opacity: .8;
    color: #333;
    font-weight: normal;
}
.col-sm-5x a:hover, .col-sm-5x a:focus {
    opacity: 1;
}

.no-ins small {opacity: .7;}
.no-ins:hover small {opacity: 1;}
.no-ins .fa-check-square-o, .yes-ins .fa-square-o {
    display: none;
}
.no-ins i {
    position: initial !important;
    margin-left: 10px;
    color: teal !important;
}
.no-ins:hover .fa-check-square-o {
    display: inline;
}
.no-ins:hover .fa-square-o {
    display: none;
}
.yes-ins .fa-check-square-o {
    display: inline;
}
.grey {color:
  color: #757575 !important;}
.life-list i {font-size: 80% !important;}
.life-list .pull-right {padding: 5px;}
.life-list .pull-right {padding: 5px;}

#pageTitle i {
    font-size: 90%;
    opacity: .7;
}
.share-pop {
    border: 2px solid #ccc;
    border-top: none;
    padding: 15px;
    margin: -17px -8px 15px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.15);
    background-color: #f6f4ec;
    border-radius: 0 0 4px 4px;
}
.shareTitle {
    background: #bd5823;
}
.shareTitle i, .shareTitle span, .shareTitle sup {
    color: white !important;
}
.invite li {height: 72px !important;}
.radios {line-height: 25px;}
.radios input[type=radio] {
    margin-right: 5px;
}
.lw-note {
    margin-top: 15px;
    padding-top: 15px;
}
.platform-tour img {
    box-shadow: 0px 2px 8px rgba(0,0,0,.4);
    margin-bottom: 10px;
}
.platform-tour .col-sm-4 {
    margin-bottom: 15px;
}
.agent-box {
    border: 1px solid teal;
    margin-top: 20px;
    padding: 0 15px 15px;
    background: #f1f1f1;
    border-radius: 5px;
}
.agent-box h4 {
    background: teal;
    color: white;
    text-align: center;
    padding: 7px;
    margin: 0 -15px 15px;
}
dd.error input {
    border: 1px solid #c00;
    background: #f2f0ef;
}
.inline-block {
    display: inline-block !important;
}
.inline-block-field {
    padding-left: 10px;
    display: none;
    top: 3px;
    position: relative;
}
#detail .modal-body, #show_charity .modal-body {
    background: #edf5f4;
}

.calculator h3 {
    font-size: 24px;
    font-weight: normal;
    color: #23827f;
    padding: 3px 0;
    margin: 5px 0 15px;
}
.calculator select {
    font-size: 24px;
    background-color: whitesmoke;
    border: none;
    height: 40px;
    width: 100%;
    text-align: right;
}
.calculator .divider {
    margin: 20px 0;
}
.calc-shell {
    padding: 15px;
    border: 1px solid #ccc;
    background: #f2f5f0;
    margin-bottom: 15px;
}
.calc-shell h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin: 0 0 15px !important;
    font-size: 30px;
}
.calc-shell h4 {
    font-size: 28px;
    margin: 0 0 30px;
    color: #444;
    font-weight: bold;
}
.calc-shell h5 {
    font-size: 16px;
    margin: 0px 0 5px;
}
.gift-value {
    margin: 0 -15px -15px;
    background: #008080;
    color: white;
    padding: 15px;
}
.gift-value h4 {
    color: white;
    margin-bottom: 0;
}
.partner-info h2 {
    color: chocolate;
    font-weight: bold;
    font-size: 150%;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 15px;
}
.soft-d {
    color:#444;
    opacity: .5;
}
.soft-d:hover {
    opacity: 1;
}
.shell-selected {
    background: #008080;
    border-color: #008080;
    color: white !important;
}
.shell-selected h2 {
    border-bottom: 1px solid #eee;
    color: white !important;
}
.shell-selected h4, .shell-selected h5 {
    display: none;
}
.pointer {
    cursor: pointer;
    border-radius: 4px;
}
.pointer i {
    display: none;
}
.pointer.shell-selected i {
    display: block;
    font-size: 99px;
    margin: 81px 0;
}
.campaign-material ul {padding: 20px 10px;}
.campaign-material li {padding-bottom: 15px;}
.will-steps, .codicil-steps, .mpoa-steps {
    padding: 0;
    line-height: 1;
}
.will-steps-30 {
    padding: 0;
    list-style: none;
    margin: 0 !important;
    line-height: 41px;
    font-size: 14px;
    font-weight: normal;
}
.will-steps-30 li, .will-steps li, .codicil-steps li, .mpoa-steps li {
    float: left;
    width: 25%;
    color: #333;
    text-align: center;
}
.codicil-steps li, .mpoa-steps li {width: 33%;}

.will-steps-30 li {
    width: 33.33%;
}
.will-steps a, .codicil-steps a, .will-steps-30 a, .mpoa-steps a {
    color: #333;
    display: block;
    border-bottom: none;
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0 !important;
    line-height: 41px;
    font-size: 14px;
    font-weight: normal;

}
.will-steps-30 li {margin-bottom: -1px;}
.will-steps-30 a {
    padding: 0px 9px 0;
    color: #333;
    border-bottom: 4px solid transparent;
}
.will-steps a.complete, .codicil-steps a.complete, .will-steps-30 a.complete, .mpoa-steps a.complete {
    border-bottom: 4px solid #96c7c8;
}
.will-steps-30 .open a.dropdown-toggle  {
    border-bottom: 4px solid white;
}
.will-steps-30 a.complete {
    padding-bottom: 0px;
}
.will-steps a.active, .codicil-steps a.active, .will-steps-30 a.active, .mpoa-steps a.active {
    border-bottom: 4px solid #008080;
}
.distribution-percent {
    margin-right: -18px;
    z-index: 100;
    position: absolute;
    font-size: 90%;
}
.distribution {
    overflow: hidden;
    line-height: 40px;
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}
.distribution:hover {
    background: white;
}
.distribution select, .distribution option {background: white;text-align:right; color: #006c6c;}
.distribution select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(/static/images/down-arrow.png) no-repeat;
    background-position: right center;
    background-color: #fff;
    color: #006c6c;
    border: 1px solid #ddd;
    padding:0 7px !important;
    line-height: 24px;
    width: 82px;
}




.distribution .ui-button {
    border: none;
    background: transparent;
}
.distribution .ui-button:hover {background: inherit;}
.distribution .ui-spinner {
    padding: 0;
    line-height: 24px;
    margin-top: -5px;
}
.distribution .ui-spinner-button {
    left: 0;
    right: auto;
}
.distribution .ui-spinner-button:hover, .distribution .ui-spinner-button:focus {
    background: transparent !important;
    border: none !important;
}
.distribution .spinner {
    width: 40px;
    padding: 0;
    margin: 0px 21px 0 25px;
    color: #008080;
    text-align: center;
}



.hd .ui-button {
    border: none;
    background: transparent;
}
.hd .ui-button:hover {background: inherit;}
.hd .ui-spinner {
    padding: 0;
    line-height: 24px;
    margin-top: -5px;
    border: none !important;
    background: transparent;
}
.hd .ui-spinner-button {
    left: 0;
    right: auto;
}
.hd .ui-spinner-button:hover, .hd .ui-spinner-button:focus {
    background: transparent !important;
    border: none !important;
}
.hd .spinner {
    width: 100%;
    padding: 0;
    margin: 0px 21px 0 25px;
    color: #008080;
    text-align: center;
    padding-right: 78px;
    border-bottom: 2px solid teal;
    font-size: 78px;

}

.hd .ui-icon-triangle-1-n {
    background-image: url(/static/images/arrow-up.png) !important;
    background-size: contain;
    background-position: inherit;
    width: 22px;
    height: 22px;
    margin-left: -10px !important;
}
.hd .ui-icon-triangle-1-s {
    background-image: url(/static/images/arrow-down.png) !important;
    background-size: contain;
    background-position: inherit !important;
    width: 22px;
    height: 22px;
    margin-left: -10px !important;
}
.hd-percent {
    z-index: 100;
    position: absolute;
    font-size: 60px;
    margin-left: -50px;
}
.hd {
    overflow: hidden;
    line-height: 78px;
    display: block;
    font-weight: normal;
}
.hd select, .hd option {background: white;text-align:right; color: #006c6c;}
.hd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(/static/images/arrow-down.png) no-repeat;
    background-position: right center;
    background-color: transparent;
    color: #006c6c;
    background-size: 25px;
    border: none;
    border-bottom: 2px solid teal;
    padding: 0 7px !important;
    line-height: 100px;
    width: 260px;
    font-size: 80px;
    display: block;
    margin: 0 auto 20px;

}


.newassets .ui-button {
    border: none;
    background: transparent;
}
.newassets .ui-button:hover {background: inherit;}
.newassets .ui-spinner {
    padding: 0;
    line-height: 14px;
    margin-top: -6px;
    border: none !important;
    background: transparent;
}
.newassets .ui-spinner-button {
    left: 0;
    right: auto;
}
.newassets .ui-spinner-button:hover, .newassets .ui-spinner-button:focus {
    background: transparent !important;
    border: none !important;
}
.newassets .spinner {
    width: 58px;
    padding: 2px;
    margin: 0px 0px 0 20px;
    color: #008080;
    text-align: center;
    /* padding-right: 15px; */
    border-bottom: 2px solid teal;
    font-size: 21px;
    /* background: white; */

}
.spin-shell {
    width: 90px;
    float: left;
    position: relative;
    top: 2px;
}
.newassets .ui-icon-triangle-1-n {
    background-image: url(/static/images/arrow-up.png) !important;
    background-size: contain;
    background-position: inherit;
    width: 10px;
    height: 10px;
    margin-left: -6px !important;
}
.newassets .ui-icon-triangle-1-s {
    background-image: url(/static/images/arrow-down.png) !important;
    background-size: contain;
    background-position: inherit;
    width: 10px;
    height: 10px;
    margin-left: -6px !important;
}
.newassets-percent {
    z-index: 100;
    position: absolute;
    font-size: 16px;
    margin-left: -13px;
    margin-top: -6px;
    right: 0;
    top: 0;
}
.newassets {
    overflow: hidden;
    line-height: 40px;
    display: block;
    font-weight: normal;
}
.newassets select, .newassets option {background: white;text-align:right; color: #006c6c;}
.newassets select.spinnerDD {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(/static/images/arrow-down.png) no-repeat;
    background-position: right center;
    background-color: transparent;
    color: #006c6c;
    background-size: 25px;
    border: none;
    border-bottom: 2px solid teal;
    padding: 0 7px !important;
    line-height: 100px;
    width: 260px;
    font-size: 80px;
    display: block;
    margin: 0 auto 20px;
}

.grey-spinner .spinner {
    color: #777;
    border-bottom: 2px solid #777;
}
.grey-spinner .newassets-percent {
    color: #777;
}
.grey-spinner a {
    display: none;
}
.new-warning {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #e00000;
    margin-top: -16px;
    right: 9px;
}
.three-list-a i {
    color: #006c6c;
    opacity: .7;
}
.distribution-name {
    float: left;
    width: calc(100% - 95px);
    overflow: hidden;
    white-space: nowrap;
}
.distribution label {
    display: inline;
    font-weight: 300 !important;
    font-size: 100%;
}
.three-list h3 small {
    margin-left: 5px;
}
.pricing-small {
    font-size: 150%;
    padding-bottom: 0;
    margin-bottom: -15px;
    color: #666;
}
.splita a.pull-right {
    display: block;
    width: 60px;
    text-align: right;
}
.splita a.populate {
    display: block;
    float: left;
    width: calc(100% - 65px) !important;
    overflow: hidden;
    white-space: nowrap;
}
.check {
    padding-left: 0px;
    list-style: none;
    margin: 30px;
    font-size: 20px;
    font-weight: normal;
}
.check li {
    margin-bottom: 15px;
    padding-left: 35px;
    text-indent: -40px;
}
.check li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 35px;
    color: teal;
}
.check li.alert {

    color: chocolate;
    font-weight: 300;
}
.check li.alert:before {
    content: "\f071"; /* FontAwesome Unicode */
    color: chocolate;
}
/*.dropdown-menu>li {
    display: block;
    width: 100% !important;
    text-shadow: none;
    margin-bottom: 0;
}
.dropdown-menu>li>a {
    border-bottom: none;
    padding: 7px 20px;
    text-align: left;
}

@media (max-width: 767px) {

    .dropdown-menu {
        background: #ddd;
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 4px 5px rgba(0,0,0,.15);
    }
    .dropdown-menu>li {
        display: block;
        width: 100% !important;
        text-shadow: none;
        margin-bottom: 0;
    }
    .dropdown-menu>li>a {
        border-bottom: none;
        padding: 7px 20px;
        text-align: left;
    }
    .dropdown.open {
        background: #ddd;
        border-radius: 15px 15px 0 0;
    }
    .open>.dropdown-menu {
        display: block;
        position: fixed;
        top: 104px;
    }
}
*/
.partner-splash {
    margin: 20px auto 15px;
    max-width: 75%;
    max-height: 100px;

    display: block;
    text-align: center;
}
h3.legacy {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
}
.quick-nav {
    padding: 0;
    background: white;

}
@media (min-width: 768px) {
    .will-steps-30 {
        font-weight: 300;
    }
    .big-forced-margin {margin: 0 -15px !important;}
    .top-nav {border-bottom: 1px solid teal;}
    .will-steps-30 li {width: 33.33%; border-top: none;}
    .will-steps-30 {font-size: 18px;}

    .partner-splash {
        margin: 25px auto 25px;
        /* max-height: 174px; */
        max-height: 200px;
        height: 200px;
    }
    .quick-nav {background: transparent;}
    h3.legacy {font-size: 24px;}
    .check {
        font-size: 2rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .will-steps a, .codicil-steps a, .will-steps-30 a, .mpoa-steps a {font-size: 16px;}
}
.note {
   padding: 5px 0 15px 0;
}
.note h2 {margin-top: 0;}
.note h5 {
    color: rgba(255,255,255,.5);
    margin-top: 0;
    font-weight: normal;
}
.codicil .btn {margin: 15px auto;}
.codicil h2 {font-weight: normal;}
.codicil h2 i {color: #008080;}
.codicil-steps a {cursor: pointer;}
#q0 .btn {font-size: 100%; margin: 10px 0;}
#emailsu {
    font-size: 18px;
    padding: 13px;
    margin-top: 10px;
}
.partner-link {
    border: 1px solid #eee; padding: 3px; border-radius: 4px; background: #f5f5ed; font-weight: normal;
}
.button--signin {
    width: 100%;
    height: 51px;
    border-radius: 4px;
    font-size: 18px;
    text-align: left;
    padding-left: 18px;
    display: block;
    margin: 20px auto;
    color: white;
    border: 0;
    background: #fafafa;
}
.button-labelSet {margin-top: 3px;}
.button--twitter {
    background-color: #55acee;
}
.button--twitter:active,.button--twitter:focus,.button--twitter:hover{background-color:#006daa}
.button--facebook:active,.button--facebook:focus,.button--facebook:hover{background-color:#1d315b}
.button--google:active,.button--google:focus,.button--google:hover{background-color:#db4c3f}
.button--facebook {
    background-color: #3b5998;
}
.button--google, .button--google:active, .button--google:focus, .button--google:hover {
    border: 1px solid rgba(0,0,0,.15);
    color: #fff;
    text-shadow: none;
    background-color:#db4c3f;

}
.button--primary, .button--primary .label, .button--primary.button--link {
    color: #00ab6b;
    line-height: 44px;
}
.button-label {
    display: block;
    line-height: 18px;
    font-size: 18px;
}
.button-label--subText {
  color: rgba(255,255,255,.65);
  font-size: 14px;
}
.svgIcon-use {
    fill: white; padding-right: 25px;
    top: -1px;
    float: left;
    margin-right: 10px;}

.lovelist {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
}
.lovelist li {
    /* padding: 5px 0; */
    list-style: none;
    overflow: hidden;
    clear: left;
}

.lovelist h4 {
    display: inline-block;
    padding: 8px;
    border: 1px solid #ddd;
    border-left: 4px solid #248e8b;
    border-radius: 4px;
    float: left;
    width: 99%;
    background: white;
    margin: 0;
    margin-right: 15px;
    font-size: 16px;
    max-width: 350px;
    font-weight: normal;
    white-space: nowrap;
}
.popover .arrow {
    margin-top: 0;
}
.newassets .lovelist select.spinnerDD {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(/static/images/arrow-down.png) no-repeat;
    background-position: left center;
    background-color: transparent;
    color: #006c6c;
    background-size: 10px;
    border: none;
    border-bottom: 2px solid teal;
    padding: 0 4px 0 15px !important;
    line-height: 32px;
    width: 65px !important;
    font-size: 16px;
    /*display: block;*/
    margin: 0;
    height: 36px;
}
.benType {
    margin-top: 6px !important;
}
.sum {
    color: #666;
}
.greenbox {
    border: 4px solid #008080;
    margin-top: 20px;
}
.greenbg {
    background: #008080 !important;
    color: white;
}
.thirtysec .row:first-child {margin: 0 -15px;}
@media (min-width: 768px) {
    .greenbox {
        border: 4px solid #008080;
        margin-top: 40px;
    }
    /*.thirtysec .row:first-child {margin: 0;}*/
}
.allspouse-shell {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.65);
    display: none;
}
.allspouse {
    position: absolute;
    clear: left;
    background: white;
    z-index: 1000;
    border: 4px solid #248e8b;
    border-right: none;
    left: 0;
    right: 0;
    border-left: none;
    background: beige;
    text-align: center;
    font-weight: normal;
    padding: 6px;
    display: none;
}
.allspouse a {
    padding: 0 6px;
}
.people-list li {clear: left;}
.custom-people-list {
    width: calc(100% - 300px);
    padding: 0px 9px;
    font-size: 12px;
    overflow: hidden;
    float: right;
    font-weight: 300;
}
.custom-people, .class-split {
    padding-left: 10px;
    font-size: 16px;
    color: #777;
    width: calc(100% - 110px);
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    border-radius: 2px;
    line-height: 33px;
    margin-left: 20px;
    float: left;
}

.custom-text {color: #444; font-weight: bold;}
.form-shell {
    background: white;
    padding: 15px;
    box-shadow: 1px 3px 6px #ddd;
}
.your-service {
    line-height: 90px;
    margin: 0;
    font-size: 26px;
}
.no-estate .bequest-settings, .enter-person {display: none; overflow: hidden;}
.yes-estate .bequest-settings {display: block; overflow: hidden;}
.add-people, .editEstate {cursor: pointer;}
.custom-pet {
    width: 100% !important;
    margin-bottom: 7px;
}
.enter-person, .custom-person {
    display: none;
    width: 100%;
    float: left;
}
.spin-select {
    float: left;
    margin-right: 10px;
}
.custom-person {
    display: block;
    color: #333;
    width: calc(100% - 115px);
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}
.full-person {
    width: calc(100% - 30px) !important;
}
.class-split {

}

.custom-person .form-control {
    font-size: 16px !important;
}
.remove-bequest {
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    float: right;
    color: #248e8b;
    line-height: 45px;
}

.top-nav {

    line-height: 90px;
    background: #4e5a58;
    border-bottom: 1px solid #4e5a58;
    color: white;
    z-index: 1000;
}
.left-nav {
    display: none;
    position: relative;
    height: 100%;
    overflow: scroll;
    padding: 20px 15px 71px 15px;
    font-size: 16px;
}
.left-nav-ab {
    padding: 30px 0 71px 30px;
}
.left-nav label {margin-bottom: 2px;}
.left-nav h3 {
    font-weight: normal;
}
.left-nav ul, .enter-person ul, .people-list {
    padding: 0;
    list-style: none;
}
.people-list {
    display: none;
    clear: left;
}
.people-list a {display: block; overflow: hidden;}
.left-nav .bequests li a, .left-pad {
    padding: 1px 3px 1px 13px;
}
.left-pad {padding-left: 25px !important;}

.left-nav .bequests strong {
    font-size: 85%;
    width: 45px;
    display: inline-block;
    text-align: right;
    padding-right: 7px;
}
.left-nav .headers {
    background: #ebefef;
    color: #333;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    margin: 0 -15px 10px;
    font-weight: normal;
}
.left-nav .gifts strong {
    font-size: 85%;
    padding-right: 7px;
    display: inline-block;
}
.left-nav sup {
    margin-left: 2px;
    top: -.3em;
}
.left-nav a {
    display: block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
}
.left-nav a:hover {
    background: beige;
}
.customize-note {
    display: none;
    color: #999;
}
.left-nav a:hover .customize-note {
    display: block;
}
.big-padding .add {
    padding: 30px 10px;
    margin: 20px auto;
    font-size: 20px;
}
.big-padding .add:hover, .big-padding .pselect, .asset-list.white-bg .pselect {
    background: #d6e8e8 !important;
}
.big-padding .add:hover small {
    color: white !important;
}
.big-padding .add.disabled:hover, .big-padding .pselect.disabled {
    background: #fff !important;
}
.page-actions {
    text-align: center;
    margin: auto;
    font-size: 16px;
    clear: both;
}
.page-actions a {
    cursor: pointer;
}
.proceed, .proceed1, .back {
    width: 49%;
    max-width: 250px;
    text-align: center;
    padding: 10px;
    margin: 7px 0;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
}
.proceed, .proceed1 {
    background: #008080;
    color: white;
    border-color: #1f6967;
}
.proceed:hover, .proceed1:hover, .proceed:focus, .proceed1:focus {
    box-shadow: 1px 1px 5px rgba(0,0,0,.35);
    color: white
}
.proceed:focus, .proceed1:focus {
    border: 2px solid #444444;
    padding: 9px
}
.modal-back, .modal-proceed {
    width: 100% !important;
    display: block;
    max-width: 100%;
    margin: 19px auto 15px !important;
    line-height: 1;

}
.back {
    border: 1px solid #008080;
    padding: 10px;
    color: #248e8b;
}
.no-estate .sum, .no-estate .spinnerDD {display: none !important;}
.yes-estate .spinnerDD {display: block; float: right;}
.yes-estate .sum {display: none;}
.main-spinner-margin {margin: -2px 0 0 !important;}

.beneficiary_template .remove-alt {
    float: right;
    margin: 5px 0 0;
}
@media (min-width: 768px) {
    .left-nav-ab {
        display: block;
        padding: 30px 0 71px 15px;
    }
    .beneficiary_template .remove-alt {
        float: right;
    }
    .yes-estate .sum, .yes-estate .spinnerDD {display: none !important;}
    .spin-select {
        float: left;
    }
    .custom-person {
        display: block;
        padding-left: 20px;
        width: calc(100% - 135px);
    }
    .full-person {
        width: calc(100% - 45px) !important;
    }
    .proceed, .proceed1, .back {
        width: 33%;
        margin: 15px;
    }
   /* .top-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }*/

    .lovelist h4 {
        padding: 8px 12px;
        width: 270px;
        font-size: 18px;
    }
}
.quick-footer {
    font-size: 80%;
    padding: 15px;
}
.progress-section-shell {
        display: none;
        padding: 0 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: white;
        z-index: 999;
        width: 100%;
    }
@media (min-width: 1150px) {
    .left-nav-ab {
        padding: 30px 0 71px 30px !important;
        overflow: hidden;
    }
    .progress-section-shell {
        max-height: calc(100% - 229px);
        position: fixed;
        left: 50px;
        top: 120px;
        overflow: scroll;
        display: block;
        width: 31%;
    }
    .quick-footer {
        margin-left: 35%;
        float: left;
        width: 61%;
    }
    .left-nav {
        display: block;
    }
    .progress-section-shell {
        max-height: calc(100% - 248px);
        position: fixed;
        left: 30px;
        top: 139px;
        overflow: scroll;

        padding: 0 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: white;
        z-index: 999;
    }
    .shadow-margin {
        margin: 30px 15px;
        padding-top: 10px !important;
    }
    .shadow-margin form {
        margin: 0 15px;
    }
    .shadow-margin h2 {
        margin-top: 8px;
    }
}
.modal-content1 {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
    overflow: hidden;
}

.shadow {
    box-shadow: 2px 1px 5px rgba(0,0,0,.05);
    background: white;
    padding: 0 15px;
    border-radius: 4px;
}
.addEstate {
    cursor: pointer;
}

.progress-section-shell::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
a.progress-section:hover {
    cursor: pointer;
    background: #248e8b;
    color: white;
}
.progress-section {
    color: #666;
    margin: -15px;
    padding: 15px;
}
.progress-section h3 {
    font-size: 35px;
    margin-top: 10px;
    font-weight: 300;
    margin: 13px 0 13px 65px;

}
.note-shell {
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 30px 0;
    width: 33%;
}
.notReady {
    opacity: .5;
    cursor: not-allowed;
}
sup {
    top: -4px;
    font-size: 70%;
}
.fullsize {font-size: 100%;cursor: pointer;}
button[disabled], html input[disabled] {
    cursor: not-allowed;
    opacity: .6;

}
.ui-widget-header {
    color: white !important;
    border: none;
    font-weight: bold;
    background: chocolate !important;
    margin: -4px;
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane {
    border: none !important;
}
.ui-dialog-content {
    line-height: 35px !important;
    padding-top: 20px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.ui-icon-alert {display: none !important;}
.sum small {font-size: 70%;}
.add_field_button, .add-new-ben {font-size: 14px;}

/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #008080;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 36px;
  top: -4px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0;
  background-color: #ddd;
  color: #666;
}
.c100 *, .c100 *:before, .c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 3.3em;
    line-height: 3.3em;
    font-size: 0.33em;
  color: #006c6c;
  font-weight: bold;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.33em;
  color: #307bbb;
}
/*.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}*/
.c100.dark {
  background-color: #777777;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > span {
  color: #777777;
}
.c100.dark:after {
  background-color: #666666;
}
.c100.dark:hover > span {
  color: #c6ff00;
}
.c100.green .bar, .c100.green .fill {
  border-color: #4db53c !important;
}
.c100.green:hover > span {
  color: #4db53c;
}
.c100.green.dark .bar, .c100.green.dark .fill {
  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
  color: #5fd400;
}
.c100.orange .bar, .c100.orange .fill {
  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
  color: #dd9d22;
}
.c100.orange.dark .bar, .c100.orange.dark .fill {
  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
  color: #e08833;
}

.rc-donation-steps {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: white;
    background: red;
    text-align: center;
    margin: 15px auto;
    line-height: 25px;
    font-size: 16px;
    z-index: 10000;
}
.rc-donation-steps:before {
    z-index: -1;
    position: absolute;
    content: "";
    height: 1px;
    background-color: #ccc;
    width: 100%;
    left: 0;
    margin-top: 12px;
}
.default-hide {display: none;}
h2 sup {
    top: -8px;
    font-size: 80%;
    margin-left: -5px;
    font-weight: 300;
}
.loading {
    opacity: .5;
    cursor: not-allowed;
}

.bequest-checks {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}
.bequest-checks li {
    overflow: hidden;
    clear: both;
    margin: 20px 0;
}
.bequest-checks input[type=checkbox] {
    zoom: 1.1;
    height: 35px;
    width: 35px;
    margin-top: 0;
    line-height: 35px;
    float: left;
    margin-right: 15px;
}
a.gift-bens {display: block; color: #444;}
.bequest-checks span {
    display: block;
    float: left;
    line-height: 24px;
    font-size: 18px;
    margin-top: -5px;
    width: calc(100% - 55px);
}
.newalts select {
    width: calc(100% - 40px);
    background: #f8fffe;
    border: 1px solid #ddd;
    font-size: 16px;
    height: 36px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.1);
    margin-bottom: 5px !important;
}
.newalts .lovelist h4 {
    width: 100%
}

.remove-alt {
    font-size: 12px;
    cursor: pointer;
    color: #248e8b;
    font-weight: 300;
    padding-left: 5px;
    display: inline-block;
    overflow: visible !important;
}
.exec-list {
    padding: 0;
}
.exec-list li {
    padding: 0;
    width: 100%;
}
.exec-list li.toggle-beneficiaries {
    clear: both;
}

.exec-list select {width: 100% !important;}
.new-gen .exec-list .custom-person {
    width: calc(100% - 40px) !important;
    max-width: 100%;
}
.exec-list .custom-person .form-control {
    width: 100% !important;
}
.bs-switch-question {overflow: hidden;}
.bs-switch-question .show-span {
        display: block;
        float: left;
        margin-left: 15px;
        width: calc(100% - 135px);
     }
@media (min-width: 1150px) {
    .bs-switch-question .show-span {line-height: 40px;}
}

span.item-percent {
    background: #67a5a5;
    line-height: 35px;
    margin: -8px -12px;
    border-radius: 0 4px 4px 0;
    padding: 0 7px;
    border-left: 1px solid #84b5b4;
    float: right;
    color: rgba(255,255,255,.85);
    width: 75px;
    text-align: center;
}
.add-agent {
    font-size: 80%;
    margin: 5px;
    float: right;
}
.ben-list {}
.ben-row {margin: 0 -4px !important;}
.left-link {padding: 0 4px 0 15px !important;}
.right-link {padding: 0 15px 0 4px !important;}
.ben-links label, .ben-category label {
    padding: 3px 0px;
}
.ben-links label h5, .ben-category label h5 {
    font-size: 16px;
}
.ben-links label:hover, .ben-links label:focus, .ben-category label:hover, .ben-category label:focus {
    background-color: #d6e8e8
}
.lovelist .ben-h4 {max-width: 100% !important; width: 100%;}
.lovelist .ben-h4 .item-percent {
    position: absolute;
    text-align: center;
    width: 104px;
    padding: 0;
    right: 28px;
}
.lovelist .ben-h4 .item-percent:before {
    position: absolute;
    content: '';
    left: -31px;
    width: 30px;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(36, 142, 139, .4) 0%, rgba(36, 142, 139, 1) 75%);
    background: -moz-linear-gradient(left, rgba(36, 142, 139, .4) 0%, rgba(36, 142, 139, 1) 75%);
    background: -o-linear-gradient(left, rgba(36, 142, 139, .4) 0%, rgba(36, 142, 139, 1) 75%);
    background: linear-gradient(left, rgba(36, 142, 139, .4) 0%, rgba(36, 142, 139, 1) 75%);
}
.gift, .gift-bens.opened {
    z-index: 1001;
    background: #f5f5f6;
    position: relative;
    padding: 15px 0 10px;
}
.quick-btn {
    color: #258d8a;
    background-color: #f5f6f6;
    font-weight: normal !important;
    border-color: #66a5a4;
    font-size: 14px;
    width: 100%;
    background: #eee;
    border: none;
}
.quick-btn.done {
    color: #fff;
    background: #258d8a;
}
.quick-btn-alt {
    border-color: #ccc;
    color: #999;
}

.ben-added {
    font-size: 17px;
    padding: 6px 20px;
    margin-top: 5px;
    float: right;
    color: #fff;
    background: #258d8a;
}
.no-right-pad {
    padding-right: 0;
}
.no-left-pad {
    padding-left: 0;
}
.no-left-border {
    padding-left: 0 !important;
    border-left: none !important;
}
.lovelist.other-benlist .custom-person {
    display: block;
    width: calc(100% - 31px);
    padding: 1px 0 0 0;
}
.lovelist.other-benlist .add-li {
        padding-left: 0px !important;
        padding-right: 30px !important;
        width: 180px;
        float: right;
        padding-top: 1px;
    }
@media (min-width: 768px) {
    .no-left-pad-big {
        padding-left: 0;
    }
    .ben-added  {
        margin-top: 0;
        float: none;
    }
    .add-li {
        padding-left: 110px !important;
        padding-right: 45px !important;
    }
    .lovelist.other-benlist .add-li {
        padding-left: 0px !important;
        padding-right: 30px !important;
        width: 180px;
        float: right;
        padding-top: 1px;
    }
    .add-li-gift {padding: 1px 0 4px 18px !important;}
    .people-listed {
        padding-left: 5px;
    }
    .no-left-pad {
        padding-left: 0;
        margin-left: -7px;
    }

    .ben-links:last-child,  .ben-category:last-child {padding-right: 7px;}
    .remove-bequest {
        float: right;
        padding-right: 0;
        text-align: center;
    }
    .bequest-checks span {
        line-height: 44px;
        font-size: 22px;
    }
    .lovelist h4 {max-width: 270px;}
    .lovelist.other-benlist h4 {
        max-width: 180px;
    }
    .lovelist.other-benlist .custom-person {
        display: block;
        width: calc(100% - 31px);
        padding: 1px 0 0 0;
    }

    .exec-list li {
        clear: none;
        float: left;
        line-height: 41px;
    }
    .exec-list .custom-person {
        margin-bottom: 5px;
        width: calc(100% - 40px) !important;
        margin-right: 3px !important;
        margin-top: 5px !important;
    }
     .exec-pad {margin: 30px 0;}
     .gift, .gift-bens.opened {
        border-radius: 5px;
        }

}

@media (max-width: 767px) {
    .legacy-head {
        padding-left: 15px;
        margin: 0 -15px 15px;
        color: white !important;
        letter-spacing: 0 !important;
        text-align: left;
        font-weight: 300;
        line-height: 60px;
        height: 60px;
        background: #3e4444;
    }
    .small-left-pad {padding-left: 4px;}
    .small-right-pad {padding-right: 4px;}

    .exec-list {
        width: 100% !important;
        margin: 5px 0;
        border-bottom: none !important;
        max-width: 350px;
    }
    .addEstate, .people-list, .custom-people {
        max-width: 450px !important;
        float: none !important;
    }

    .lovelist .ben-h4 .item-percent {
        line-height: 33px;
    }
}
@media (max-width: 768px) {
    .right-body {padding: 0px; margin-top: 10px;}
}
@media (max-width:1150px) and (min-width:768px) {
    .right-body {margin-top: 30px;}
}​
@media (max-width: 1150px) {
    .note-shell {display: none;}
    .fundraiser .col-lg-6.hidden-xs {clear: left;}
}

.ui-autocomplete{
    z-index: 11000;
}
.blackout {
    display: none;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.bottom-doc .bequests strong.green {
    width: 60px;
    display: inline-block;
    padding-right: 10px;
}
.inner-link {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal;
    color: #0e8e8f !important;
}
.add-gift-header {
    background: #008080;
    color: white;
    margin: -15px auto 15px !important;
    border-radius: 5px 5px 0 0;
    padding: 7px !important;
}
.firstuu-text {
    padding: 0 15px;
    text-align: left;
}
.firstuu-text img {
    display: block;
    float: left;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-right: 15px;
    border: 1px solid #fff;
}
.firstuu-text h3.legacy {
    margin-top: 0;
    line-height: 20px;
}
.fundraiser h5 {
    font-size: 18px;
    line-height: 22px;
}


/* The container */
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 15px 0;

    cursor: pointer;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    font-family: Verdana,sans-serif;
}

/* Create a custom checkbox */
.checkmark {
    border: 1px solid #248e8b;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    font-family: Verdana,sans-serif;
}

/* On mouse-over, add a grey background color */
.check-container:hover input[type=checkbox] ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input[type=checkbox]:checked ~ .checkmark {
    background-color: #00a5c8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="text"].wnov {
    width: 100px;
    border: none;
    border-bottom: 2px solid black;
    padding: 1px 6px;
    font-size: 16px;
    color: #d1652d;
}
input[type="text"].short {
    width: 60px;
    text-align: center;
}
.give-split-left {
    width: 85px;
    float: left;
    clear: left;
}
.give-split-right {
    float: left;
    width: calc(100% - 85px);
}
.margin5 {
    margin: 5px 0;
}
.wnov-subhead {
    background: #00a5c8;
    color: white;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 500px) {
    .firstuu-text h3.legacy {
        font-size: 20px;
        line-height: 24px;
        margin-top: -5px;
    }
}
.add-child {
    width: 100% !important;
    margin-bottom: 7px;
    padding-left: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
    .inline-xs {display: none;}
    .firstuu-text {
        padding: 0 45px;
        height: 72px;
        text-align: left;
    }
    .firstuu-text img {
        display: block;
        float: left;
        border-radius: 50%;
        height: 84px;
        width: 84px;
        margin-right: 15px;
        border: 1px solid #fff;
        margin-top: -9px;
    }
    .fundraiser h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .wnov-subhead {
        font-size: 20px;
    }
}

@media (min-width: 991px) {
    .firstuu-text h3.legacy {
        font-size: 22px;
        line-height: 26px;
        margin-top: 5px;
    }

}
@media (min-width: 1150px) {
    .firstuu-text h3.legacy {
        font-size: 22px;
    }
    .fundraiser h5 {
        font-size: 18px;
        line-height: 22px;
    }

}
.whitelabel label {color: white;}
.whitelabel input[type=text] {padding: 0 5px;}
.newhead {
    line-height: 60px;
    height: 60px;
    background: #3e4444;
}
.newhead h1 {
    color: white;
    padding-left: 30px;
    float: left;
    font-size: 24px;
    line-height: 60px;
    margin: 0;
    padding: 0 0 0 15px;
}
.newhead span {
    font-size: 24px;
    cursor: pointer;
    /* padding-top: 14px; */
    padding-right: 10px;
    color: #fff;
    position: absolute;
    right: 15px;
}
.gen-top {
    clear: both;
    background: white;
    padding-top: 5px;
}
.mobile-nav {
    line-height: 78px;
    font-size: 24px;
    padding-left: 20px;
}
.partner-big {
    font-size: 20px;
    font-weight: bold;
}
.partner-big strong {
    font-size: 30px;
}
.chart-shell {
    padding: 0 7px;
    margin: 0 0 50px;
}
.chart-shell h3 {
    background: #007f7f;
    color: white;
    padding: 7px 0;
    margin: 0 -7px;
}
.big-view-all {
    font-size: 20px;
    color: #999;
    padding: 5px 0;
    text-align: center;
    display: block;
    background: #eee;
    margin-bottom: 30px;
    margin-top: -10px;
}
.faith-final-text {
    color: teal;
    font-size: 35px;
    font-weight: normal;
    padding-top: 25px;
}
@media (max-width: 777px) {
     .campaign-signup-box {padding: 15px !important}
     .chart-shell {margin: 0 -30px 50px;}
     .faith-final-text { font-size: 26px; }
     .campaign-content {
        padding-top: 110px !important;
    }
}
.dark-grey {color: #333;line-height: 1.4 !important;font-weight: normal;
    font-size: 17px;
    display: block;}
.page-top {background: #24817f;}
.religious-logos {
    opacity: .4;
    width: 7%;
    min-width: 60px;
    margin: 15px;
}
#supporthero-button {
    bottom: 15px!important;
    top: inherit !important;
}
.flash {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 3;

  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 3;

  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 3;
}

@keyframes flash {
    0% { background-color: transparent; }
    50% { background-color: #eef5f4; }
    100% { background-color: transparent; }
}

@-webkit-keyframes flash {
    0% { background-color: transparent; }
    50% { background-color: #eef5f4; }
    100% { background-color: transparent; }
}

@-moz-keyframes flash {
    0% { background-color: transparent; }
    50% { background-color: #eef5f4; }
    100% { background-color: transparent; }
}

@-ms-keyframes flash {
    0% { background-color: transparent; }
    50% { background-color: #eef5f4; }
    100% { background-color: transparent; }
}
.asset-plus {
    padding-top: 2px;
    color: #bcbcbc;
    display: none;
}
.account-setup-stage {
    border: 1px solid #ccc;
    display: block;
    color: #333;
    font-weight: normal;
    margin: 15px 0;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    background: white;
}
.added_shell {
    margin-bottom: 0;
    overflow: hidden;
}
.edit-account-setup {
    color: #999;
    font-size: 70%;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
}


#home .church-header {
    background: #008080;
    color: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    padding: 0 15px;
    z-index: 1000;
    text-align: left;
    font-weight: bold;
}

.campaign-content {
    padding: 80px 0 15px;
}
h1.campaign-h1 {
    margin-top: 15px;
    font-size: 32px;
    color: #222;
}
.campaign-content .progress-shell {
    margin: 15px -15px;
    padding: 0 15px;
}
.campaign-content.first {
    padding-top: 15px !important;
}
h2.campaign-h2 {
    margin-left: -15px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 15px;
    width: 100%;
    color: white;
    background: #008080;
    font-size: 24px;
    position: absolute;
}
.campaign-testimonial {
    margin: 30px auto;
    border: 1px solid black;
    width: 100%;
    max-width: 250px;
}
.campaign-content .col-sm-5x img {
    max-width: 50px;
    margin: 15px auto 15px;
    box-shadow: none;
}
.church-campaign-splash {
    font-size: 28px;
}
.director-headshot, .director-info {text-align: center;}

.campaign-signup-box {
    border: 1px solid #ccc;
    padding: 30px;
    margin: 0 auto 50px;
    background: #f5f5f5;
    max-width: 400px;
    width: 100%;
}
.affix {position: static;}
@media (min-width: 768px) {
    .campaign-content {
        padding: 30px;
    }
}
@media (min-width: 990px) {
    .big-right-pad {padding-right: 40px;}
    .affix-top {top: 115px;}
    .affix {position:fixed; top: 115px; right: 40px;}
    .director-headshot {text-align: right;}
    .director-info {text-align: left;}
    .campaign-content.first {
        padding-top: 30px;
    }
    .campaign-content .progress-shell {
        margin: 0;
        padding: 20px 30px;
    }
    .campaign-image {padding-right: 15px !important;}
    .church-header h1 {
        font-size: 36px;
        float: left;
    }
    .church-header a {
        color: white;
        padding: 0 15px;
        font-size: 14px;
    }
    h1.campaign-h1 {
        font-size: 46px;
    }
    h2.campaign-h2 {
        padding: 15px 15px 15px 45px;
        width: 50%;
        font-size: 26px;
        position: static;
    }

    .campaign-content .col-sm-5x img {
        max-width: 60px;
    }

}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 444px;
}
.fundraiser-h2 {
    font-size: 36px;
    color: #006c6c;
    margin: 50px auto;
    text-transform: uppercase;
    text-align: center;
}
.fundraiser-h2:after {
    content: ' ';
    border-bottom: 1px solid #008080;
    position: absolute;
    width: 110px;
    display: block;
    margin: 15px auto;
    clear: left;
    left: 0;
    right: 0;
}
.fundraiser-h2-white {
    color: white;
}
.fundraiser-h2-white:after {
    border-color: white;
}
.partners-say {
    background-image: url("../../images/fundraising-testimonials.jpg") !important;
    background-size: cover !important;
    background-position: center left !important;
    padding: 0 15px 30px;
}
.partner-say-shell {
    background: white;
    border: 1px solid #000;
    padding: 30px;
    margin: 100px auto 30px;
    border-radius: 15px;
}
.partner-say-shell img {
    border-radius: 50%;
    margin: -100px auto 30px;
    border: 1px solid black;
}

.partners-benefits {
    background-image: url("../../images/fundraising-benefits.jpg") !important;
    background-size: cover !important;
    background-position: 45% center;
    padding: 0 15px 30px;
    color: white;
    font-weight: normal;
    text-shadow: 1px 1px black;
}
.partners-benefits h3 {
    font-weight: bold;
}

.partners-hero h3 {
    color: white;
    font-size: 26px;
    text-align: left;
    text-shadow: 1px 1px black;
}
.partners-hero h1 {
    font-size: 36px;
    color: white;
    font-weight: bold;
    text-align: left;
}
.partners-hero .fadeInDown {
    padding: 0 20px;
    display: inline-block;
    float: right;
}
.partners-hero-inner-shell {
    position: absolute;
				bottom: 40px;
				left: 0;
				right: 0;
}
.partners-subtitle {
    font-size: 24px;
    text-align: center;
}
@media (min-width: 768px) {
    .fundraiser-h2 {
        font-size: 44px;
    }
    .partners-hero h3 {
        color: white;
        font-size: 38px;
        text-align: left;
        line-height: 1.3;
    }
    .partners-hero h1 {
        font-size: 80px;
        color: white;
        font-weight: bold;
    }
    .partners-hero .fadeInDown {
        padding-right: 8%;
        display: inline-block;
        float: right;
    }
    .partners-hero-inner-shell {
       position: absolute;
        padding-bottom: 50px;
        left: auto;
        right: 0;
        width: 55%;
        background: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 25%) 60%);
        bottom: 0;

        padding-left: 15px;
        padding-top: 30px;
    }
    .partners-subtitle {
        font-size: 34px;
    }
    .partner-say-shell {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .xs-extra-left {
        padding-left: 15px;
    }
    .partners-body .button {font-size: 16px !important;}
    .custom-gift {width: calc(100% - 40px);}
}
.flashes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 91px;
    line-height: 60px;
}
#flashes {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 10s;animation-duration:10s;
    -webkit-animation-fill-mode: both;animation-fill-mode: both;
 }
#scrollarrow {
    background: #fff;
    position: fixed;
    top: calc(100vh - 132px);
    left: 31px;
    text-align: center;
    z-index: 1000;
    border-radius: 0 0 4px 4px;
    width: calc(31% - 2px);
}
.bottom-erase {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: white;
    border-radius: 0 0 4px 4px;
    z-index: 10000;
}

.white-space-pre {
    white-space: pre-wrap !important;
}
.full-modal {
    max-width: 100%;
    padding: 0;
    background: #f5f5f5;
    height: 100vh;
    position: fixed;
    overflow: scroll;
}
.full-modal .modal-content {
    max-width: 550px;
    margin: auto;
    border: none;
    box-shadow: none;
    background: #f5f5f5;
}
.full-modal .dt-label {
    margin-bottom: 10px;
}
.gift-label {
    background: transparent;
    border: none;
    box-shadow: none;
    display: inline;
    margin: 0 0 5px !important;
    font-weight: 300;
    display: block;
    color: #006c6c;
}
.gift-label label {
    font-weight: 300 !important;
}
.gift-label input:checked+label, .gift-label input:checked+label {
    font-weight: normal !important;
    color: #333;
}
.gift-label input {
    display: none;
}

/* Customizations to tooltip classes */
.ui-tooltip.jquery-to-bootstrap-tooltip {
    font-family: Lato;
    color: #fff;
    background-color: #000;
}
.new-university {
    position: absolute;
    bottom: 15%;
    width: 100%;
    text-align: center;
}
.new-university h1.campaign-h1 {
    color: white;
    font-size: 26px;
    display: inline-block;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
}
.new-university h1 small {
    display: block;
    text-align: left;
    font-weight: 300;
    line-height: 1.5;
}
.new-university h1 strong {
    font-size: 32px;
    border-bottom: 6px solid #f8971f;
}

.new-university .btn-orange {
    margin-top: 25px;
    font-size: 22px !important;
    padding: 10px 20px !important;
}
.no-absolute {
    position: relative;
    top: auto;
    bottom: auto;
}
.partner-logo {
    max-width: 300px;
    max-height: 40px;
}
.campaign-e18 {
    margin: 0px
}
.campaign-e18 .shadow {
    border: none;
    border-left: 10px solid #bd5823;
    border-radius: 0;
    padding: 15px;
    margin: 20px -15px;
}
.campaign-e18 .shadow.shadow-pill {
    border-right: 10px solid teal;
    border-radius: 15px;
    font-size: 20px;
    margin: 0px 0px 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.campaign-e18 .shadow.shadow-pill-small {
    border-right: 10px solid teal;
    border-radius: 8px;
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
    color: teal;
    border-width: 3px;
    padding: 7px;
    border-color: teal;
}

.campaign-e18 .shadow.shadow-pill-small:hover, .campaign-e18 .shadow.shadow-pill:hover {
background: #d6e8e8;
}
.campaign-e18 h2 {
    margin-bottom: 30px;
    font-size: 24px;
}
.deal-data {
    border-radius: 0 0 4px;
    padding: 15px;
    border-top: none;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}
.deal-data span {
    display: inline-block;
    font-size: 9px;
    color: white;
    background: #d1652b;
    padding: 6px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 10px;
    transform: rotate(-45deg);
}
@media (max-width: 767px) {
    .campaign-e18 .team-pic{
        margin: 7px;
        width: 100px;
    }
    #faq.campaign-e18 {margin-top: -20px;}
}
.heart-pic {
    float: right;
    padding-left: 15px;
    width: 130px;

}
.heart-pic img {
    width: 100px;
}
.spin-spacer {
    width: 75px;
    height: 40px;
    float: left;
    clear: left;
}
@media (min-width: 768px) {
    .spin-spacer {
        width: 105px;
    }
    .heart-pic {
        float: right;
        padding-left: 15px;
        width: 200px;

    }
    .heart-pic img {
        width: 150px;
    }
    .campaign-e18 {
        margin: 30px 15px
    }
    .campaign-e18 h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .campaign-e18 .shadow {margin: auto;}
    .new-university {
        bottom: 25%;
    }
    .new-university .btn-orange {
        margin-top: 90px;
    }
    .new-university h1.campaign-h1 {
        font-size: 29px;
    }
    .new-university .btn-orange {
        margin-top: 85px;
        font-size: 28px !important;
        padding: 15px 30px !important;
    }
    .new-university h1 strong {
        font-size: 38px;
        border-bottom: 6px solid #f8971f;
    }
    .partner-logo {
        height: 50px;
        margin-bottom: 5px;
        margin-left: 15px;
        width: auto;
        max-width: 450px;
    }
    .new-university h1 small {
        display: block;
        text-align: left;
        font-weight: 300;
    }
    .new-university h1.campaign-h1 {
        font-size: 50px;
        text-align: right;
    }
    .new-university h1 strong {
        text-align: right;
        font-size: 55px;
    }
    .right-border {
        border-right: 1px solid #ddd;
    }
    .left-border {
        border-left: 1px solid #ddd;
        margin-left: -1px;
    }
    .top-border {
        border-top: 1px solid #ddd;
        margin-top: 15px;
    }
    .will-margin {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .full-modal .modal-content {
        padding-top: 30px;
    }
    .deal-data {
        padding: 30px;
        font-size: 28px;
    }
    .deal-data span {
        font-size: 12px;
        width: 50px;
        height: 50px;
    }
}
.link-bubble {
    background: white;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 11px;
}
.link-bubble span {
    background: #bd5823;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    left: -8px;
    top: -4px;
    position: absolute;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
}
.light-a a {
    font-weight: 300 !important;
}
.light-a h3 {
    margin: 35px 0 0px;
}
.nobold {
    font-weight: 300 !important;
}
.inactive-link {
    pointer-events: none; opacity: .3;
}
.bottom-margin-shadow .shadow {
    margin-bottom: 15px;
}
.btn-small {
    font-size: 14px;
    border-radius: 15px;
    padding-left: 15px;
    text-align: left;
    color: teal;
}

.btn-small .fa {
    margin-right: 2px;
}
.donut-container {
    padding-top: 10px; min-width: 100px; width=100%; height: 90px; margin: 0 auto
}
.asset-text {
    float: left;
    width: calc(100% - 40px);
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 11px;
}

.asset-angle {
    position: absolute;
    right: 5px;
    top: 0;
    color: #ccc;
    font-size: 50px !important;
    background: transparent;
    border-radius: 50%;
    line-height: 100px !important;
}
.new-assets-left-tab {
    width: 30px;
    text-align: center;
    float: left;
    padding-top: 35px;
    background: #bbb;
    margin-top: 0px;
    height: 94px;
    color: white;
}
.new-assets-left-tab-complete {
    background: #008080;
}
.coming-soon {
    opacity: .5;
}
.uppercase {
    text-transform: uppercase;
}
.task_complete {
    height: 18px !important;
    width: 18px !important;
}
.markComplete, .markComplete:hover, .markComplete:focus {
    color: white;
    cursor: pointer;
}
.top-legacy {
    min-height: 60px;
    position: relative;
}
.top-legacy.dashboard {
    min-height: 155px;
}
.top-legacy:before {
    background-image: linear-gradient(175deg, rgba(46, 114, 112, 0.9) 0%,rgb(36, 143, 140) 100%), url("../../images/legacy-bg.jpg");
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center right;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.top-legacy h1 {
    color: white;
    text-shadow: 1px 1px black;
    margin-top: 34px;
    margin-bottom: 7px;
    font-size: 24px;
}
.top-legacy p {
    color: white;
    text-shadow: 1px 1px black;
    margin-bottom: 0;
    font-size: 14px;
}
.bottom-chevron, .grey-chevron {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 150px;
    overflow: hidden;
}
.bottom-chevron_left, .bottom-chevron_right, .grey-chevron .bottom-chevron_right, .grey-chevron .bottom-chevron_left {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    transform-origin: center;
    background: #f5f5f5;
}
.bottom-chevron_left, .grey-chevron .bottom-chevron_left {
    transform: rotate(7deg) translateY(50%) translateX(-10%);
}
.bottom-chevron_right, .grey-chevron .bottom-chevron_right {
    transform: rotate(-7deg) translateY(50%) translateX(10%);
}
.grey-chevron {
    bottom: auto !important;
    top: -150px !important;
}
.grey-chevron .bottom-chevron_right, .grey-chevron .bottom-chevron_left {
    background: #fff;
}
.legacy-h2 {
    font-size: 22px !important;
    font-weight: bold !important;
    margin-top: 0 !important;
    letter-spacing: 1px !important;
    color: #3e4348 !important;
    text-align: center;
}
.legacy-p {
    font-size: 14px;
    color: #666;
    text-align: left;
    font-weight: normal;
}
.top-legacy .edit-profile {
    position: absolute;left: 0;right: 0;bottom: -33px;text-align: center;z-index: 1000;
}
.new-asset-links {
    border-radius: 4px;
    display: block;
    color: #333;
    margin-bottom: 15px;
    padding-left: 0;
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
}
.btn-default {
    border: 1px solid teal !important;
    color: teal;
    background: transparent;
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 4px;
}
.btn-default:hover, .btn-default:focus {
    background: teal !important;
    color: white !important;
}
.new-asset-links:hover, .new-asset-links:focus {
    background: #dce9e8;
    color: teal !important;
}
.new-asset-links:hover div {
    color: black;
}
.instructions-li {
  list-style: none;
  padding: 0;
}
.instructions-li li{
  padding-left: 40px;
      font-size: 16px;
}
.beneficiary-intentions-button, .legal-documents-button {
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    border-color: teal;
    color: #333;
    display: block;
    border-right: 10px solid teal;
    border-left: 10px solid teal;
    border-radius: 4px;
    font-size: 18px;
    margin: 0px 0px 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;
    z-index: 1000;
}
.home-mobile-pop-head {
    margin: 0 -15px 15px;
    padding-left: 15px;
    color: white !important;
    font-weight: 300 !important;
    line-height: 60px;
    height: 60px;
    background: #3e4444;
    margin-top: 0 !important;
    text-align: left;
}
.legal-documents-content, .beneficiary-intentions-content {
    display: none;
}
.instructions-li li.first:before {
  content: "\f095"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -30px;
  width: 25px;
  color: teal;
}
.instructions-li li.second:before {
  content: "\f19c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
 margin-left: -30px;
  width: 25px;
  color: teal;
}
.instructions-li li.third:before {
  content: "\f108"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -30px;
  width: 25px;
  color: teal;
}
.inactive-tab {
    cursor: not-allowed;
}
.dark-grey {
    color: #333;
}
.services-new {
    padding: 0 15px 40px;
    margin-top: 45px;
    background: #f5f5f5;

}
.progress-circle {
    display: none;
}

ol.start-will-modal { counter-reset: item; padding: 0;}
ol.start-will-modal li {
    display: block;
    padding-left: 70px;
    margin-top: 10px;
}
ol.start-will-modal li:before {
    content:  "Step " counter(item) ": ";
    counter-increment: item;
    color: teal;
    font-weight: bold;
    margin-right: 5px;
    margin-left: -70px;
}
h2 small {
    font-weight: 300;
}
.small-foot {
    font-size: 80%;
    padding: 15px;
}
@media (min-width: 768px) {
    .progress-circle {
        width: 45px;
        float: left;
        margin-left: 7px;
        margin-top: 5px;
        display: block;
        color: #666;
    }
    .asset-text {
        width: calc(100% - 105px);
    }
    .top-legacy {
        min-height: 100px;
    }
    .top-legacy.dashboard {
        min-height: 215px;
    }
    .instructions-li li{
      padding-left: 40px;
      line-height: 40px;
    }
    .legal-documents-content, .beneficiary-intentions-content {
        display: block;
    }
    .beneficiary-intentions-button, .legal-documents-button {
        display: none;
    }
    .top-legacy h1 {
        margin-top: 70px;
        padding-bottom: 0;
        font-size: 36px;
    }
    .top-legacy p {
        font-size: 18px;
    }
    .top-legacy .edit-profile {
       bottom: -44px
    }
    .legacy-p {
        font-size: 15px;
        margin-bottom: 20px;
        font-weight: normal;
    }
}
.tab-pane textarea {
    display: block;
    width: 100%;
    min-height: 46px;
    height: auto;
    border: none;
    border-bottom: 1px solid #ccc;
}
h2 {font-size: 28px;}
@media (min-width: 949px) {
    .services-new {
        padding: 0 30px;
        margin-top: 40px;
        padding-bottom: 50px;
    }
    .services-new .left-box {
        padding: 0 40px 0 0;
        border-right: 2px solid #ccc;
    }
    .services-new .right-box {
        padding: 0 0 0 40px;
        border-left: 2px solid #ccc;
        margin-left: -2px;
    }
}
.sub-head {
    margin-top: 30px;
    font-weight: normal;
    font-size: 16px;
}
.marketing-assets textarea {
    background: #eef5f4;
    padding: 25px;
    border-radius: 5px;
}
.tox-tinymce-aux {
    z-index: 200000;
}
.tox.tox-silver-sink.tox-tinymce-aux {
    z-index: 200000;
}
.partner-dl {
    margin: 30px auto;
    width: auto;
}
.partner-dl td {
    padding: 7px;
    min-width: 100px;

}
.dl-btn {
    border: 1px solid #008080;
    color: #248e8b;
    text-align: center;
    padding: 10px;
    margin: 7px 0;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    width: 100%;
}
#myModal {
    z-index: 100000 !important;
}
#confirm-delete {
    z-index: 1000000 !important;
}
.dl-btn:hover {
    background: teal;
    color: white;
}
.ui-autocomplete {
   height: 200px;
   overflow-y: scroll;
   overflow-x: hidden;
 }
 .ui-front {
    z-index: 100000000 !important;
}
.timeframe_span {
    text-align: center;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    margin: -12px auto 0;
    border-radius: 4px;
}
#newhome {
    background: white;
}
#newhome .navbar.navbar-inverse.normal.hero {
    box-shadow: none;
}
#newhome h1 {
    font-size: 32px;
    font-weight: normal;
}
#newhome h2 {
    margin: 30px auto 10px;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
}
.hhero-shell {
    display: table;
    position: relative;
}
.icon-circle {
    width: 70px;
    height: 70px;
    background: #eee;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    padding-top: 19px;
    font-size: 16px;
}
.home-boxes .col-sm-4, .icon-margin .col-xs-6 {
    margin-top: 30px;
}
.icon-margin a, .icon-margin button {
    cursor: pointer;
}
.icon-margin p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}
@media (min-width: 768px) {
    .icon-margin p {font-size: 18px;}
}

.bottomcta p {
    font-size: 20px;
}
.bottomcta img {
    height: 40px;
    margin-top: -6px;
    margin-right: -5px;
}
#newhome .bottomcta h2 {
    margin: 30px auto;
    color: #615164;
    text-align: left;
}
.home-boxes {
    position: relative;
    margin: 0 -15px;
    overflow: hidden;
}
.bottom-shell {position: relative}
.home-boxes { margin-top: 50px;}
.individuals {margin-top: -70px;}
.flip-card {
  background-color: transparent;
  perspective: 1000px;
  margin-right: 30%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
  top: 0;
}
.shell {
    position: relative;
    z-index: 1;
    margin-right: 30%;
}
.inner-shell {
    position: relative;
    z-index: 10;
    padding-top: 17%;
}
.shell:before, .flip-card-back:before {
    content: '';
    display: block;
    background: #fff;
    transform: rotate(45deg);
    padding-top: 100%;
    width: 100%;
    position: absolute;
    box-shadow: 1px 1px 25px rgba(0,0,0,.2);
    border: 1px solid #eee;
}
.flip-card-back:before {
    background: teal;
}
@media (min-width: 768px) {
    .icon-circle {background: #fff;}
    .hhero-shell:before{
        content: '';
        display: block;
        background: #008080;
        transform: rotate(45deg);
        height: 400px;
        width: 400px;
        position: absolute;
        left: -210px;
        top: 50px;
    }
    .home-boxes { margin-top: 0px;}
    .individuals {margin-top: 0px;}
    #newhome h2 {
        margin: 60px auto 10px;
        text-align: center;
        font-size: 32px;
        font-weight: normal;
    }
    .bottomcta h2 {
        font-size: 32px;

    }
}
@media (min-width: 990px) {
    .hhero-shell:before{
        content: '';
        display: block;
        background: #008080;
        transform: rotate(45deg);
        height: 500px;
        width: 500px;
        position: absolute;
        left: -260px;
        top: 80px;
    }
    .bottom-shell:before{
        content: '';
        display: block;
        background: #008080;
        transform: rotate(45deg);
        height: 500px;
        width: 500px;
        position: absolute;
        left: -260px;
        top: 80px;
    }
    .home-boxes:before{
        content: '';
        display: block;
        background: #615164;
        transform: rotate(45deg);
        height: 600px;
        width: 600px;
        position: absolute;
        right: -315px;
        top: 120px;
    }
    .career:before{
        content: '';
            display: block;
            background: #2a918f;
            opacity: .15;
            transform: rotate(38deg);
            height: 800px;
            width: 560px;
            position: absolute;
            right: -330px;
            top: 51px;
            border: 70px solid #c7e4e2;
        }
}
.bottom-images {
    display: table;
    position: relative;
    width: 100%;
}
.hhero-shell div, .bottom-images div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
}
.box {
    box-shadow: 1px 1px 25px rgba(0,0,0,.2);
    padding: 15px 30px;
    border: 1px solid #eee;
    border-radius: 9px;
    background: white;
    text-align: center;
    margin: 10px;
}
.box img {
    max-width: 75px;
    margin: auto;
}
.box h3 {
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
}
.box p {
    margin-bottom: 20px;
}
.ps-inner {
    margin: 20px auto;
    padding: 20px 20px 80px;
    border: 2px dashed #ccc;
    width: 95%;
    position: relative;
    z-index: 1;
}

.ps-inner:before {
    content: ' ';
    width: 60%;
    left: 0;
    right: 0;
    top: -10px;
    height: 20px;
    background: white;
    z-index: 100;
    position: absolute;
    margin: auto;
}
.ps-inner:after {
    content: ' ';
    width: 60%;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 20px;
    background: white;
    z-index: 100;
    position: absolute;
    margin: auto;
}
@media (min-width:768px){
    .ps-inner {
        margin: 60px auto;
        padding: 60px 60px 80px;
        width: 60%;
    }
    .partners-splash {
        position: relative;
    }
    .splashpeople:before {
        content: ' ';
        background: url('/static/images/home/hero-left.jpg');
        position: absolute;
        left: -220px;
        width: 200px;
        top: -30px;
        height: 365px;
        background-size: cover;
    }
    .splashpeople:after {
        content: ' ';
        position: absolute;
        right: -190px;
        top: 0;
        width: 170px;
        height: 350px;
        background: url('/static/images/home/hero-right.jpg');
        background-size: cover;
    }
    .box {margin: 0;}
}
.contain-columns td {
    overflow: hidden;
    white-space: nowrap;
}
.panel-title {
    font-weight: normal;
    font-size: 22px;
}
.panel-group .panel {
    margin-bottom: 20px;
}
.panel-body {
    background: rgba(250,250,250,.7);
    position: relative;
}
.testimonial-image {
    margin-right: 25px;
    border: 1px solid #3a404d;
    border-radius: 9px;
}
.icon-circle {
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    padding-top: 19px;
    font-size: 16px;
    border: 1px dashed teal;
}
.form-group .dd-field select {
    background: #eef5f4;
    border: none;
    font-size: 16px;
    height: 40px;
    box-shadow: none;
    margin-bottom: 3px !important;
    color: #333;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #949595;
}