/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/* line 11, ../sass/Site.scss */
input,
select,
textarea {
  max-width: 280px;
}

/* line 19, ../sass/Site.scss */
*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../sass/Site.scss */
body, html {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  font-size: 100%;
  margin: 0;
}

/* line 32, ../sass/Site.scss */
.content-library-wrapper {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
/* line 36, ../sass/Site.scss */
.content-library-wrapper i {
  color: #555;
}
@media all and (min-width: 76.875em) and (min-height: 25em) {
  /* line 32, ../sass/Site.scss */
  .content-library-wrapper {
    display: table-cell;
    position: relative;
    height: 100%;
    width: 1020px;
    max-width: 1020px;
    float: none;
    vertical-align: top;
    background: #fff;
  }
}
/* line 51, ../sass/Site.scss */
.content-library-wrapper .file-actions-container {
  position: absolute;
  left: 32px;
  top: 46px;
  width: 552px;
  height: 36px;
}
/* line 58, ../sass/Site.scss */
.content-library-wrapper .file-actions-container span {
  margin: 5px;
}
/* line 62, ../sass/Site.scss */
.content-library-wrapper .file-actions-container .delete-action {
  display: inline-block;
  width: 84px;
  cursor: pointer;
}
/* line 68, ../sass/Site.scss */
.content-library-wrapper .file-actions-container .move-action {
  display: inline-block;
  cursor: pointer;
}
/* line 73, ../sass/Site.scss */
.content-library-wrapper .file-actions-container i.fa-minus-circle.fa-bottom-right {
  position: absolute;
  font-size: 13px !important;
  left: 40%;
  top: 45%;
  color: red;
}
/* line 79, ../sass/Site.scss */
.content-library-wrapper .file-actions-container i.fa-minus-circle.fa-bottom-right:before {
  border-radius: 50%;
  background: #fff;
}
/* line 85, ../sass/Site.scss */
.content-library-wrapper .file-actions-container i.fa-share.fa-bottom-left {
  color: purple;
}
/* line 90, ../sass/Site.scss */
.content-library-wrapper .background-offWhite {
  background: #fafafa;
}
/* line 93, ../sass/Site.scss */
.content-library-wrapper .Lib-global_actions {
  margin-bottom: 5px;
  min-height: 45px;
  font-size: 16px;
}
/* line 97, ../sass/Site.scss */
.content-library-wrapper .Lib-global_actions .fa-angle-right {
  margin: 0 10px;
}
/* line 100, ../sass/Site.scss */
.content-library-wrapper .Lib-global_actions span {
  cursor: pointer;
}
/* line 102, ../sass/Site.scss */
.content-library-wrapper .Lib-global_actions span:hover {
  text-decoration: underline;
}
/* line 107, ../sass/Site.scss */
.content-library-wrapper .breadcrum {
  line-height: 1.5;
  padding: 20px 20px 15px 20px;
  margin: -20px -20px 5px -20px;
}
/* line 112, ../sass/Site.scss */
.content-library-wrapper .hidden {
  display: none;
}
/* line 115, ../sass/Site.scss */
.content-library-wrapper .root-folder {
  display: inline-block;
  position: relative;
  margin-right: 2px;
  cursor: pointer;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
/* line 123, ../sass/Site.scss */
.content-library-wrapper .root-folder i:last-child {
  position: absolute;
  font-size: 12px !important;
  left: 0;
  right: 1px;
  top: 7.4px;
  bottom: 0;
  margin: auto;
  text-align: center;
}
/* line 135, ../sass/Site.scss */
.content-library-wrapper .align-top {
  vertical-align: top;
}
/* line 138, ../sass/Site.scss */
.content-library-wrapper .file-actions {
  position: relative;
  left: 530px;
}
/* line 141, ../sass/Site.scss */
.content-library-wrapper .file-actions .fa, .content-library-wrapper .file-actions .fal, .content-library-wrapper .file-actions .far, .content-library-wrapper .file-actions .fas, .content-library-wrapper .file-actions .fab {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 146, ../sass/Site.scss */
.content-library-wrapper .Lib-hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid #eee;
  position: absolute;
  width: 100%;
  left: 0;
}
/* line 154, ../sass/Site.scss */
.content-library-wrapper .file-container, .content-library-wrapper .content-preview-section {
  display: inline-block;
  vertical-align: top;
  padding-top: 36px;
}
/* line 159, ../sass/Site.scss */
.content-library-wrapper .file-container {
  width: 650px;
  /*@media all and (min-width: 63.75em) and (min-height: 0) {*/
  width: 595px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  /*}*/
}
/* line 167, ../sass/Site.scss */
.content-library-wrapper .content-library-list table {
  width: 100%;
}
/* line 169, ../sass/Site.scss */
.content-library-wrapper .content-library-list table tbody {
  font-size: 13px;
}
/* line 172, ../sass/Site.scss */
.content-library-wrapper .content-library-list table tbody tr:hover {
  background: lightblue;
  background: rgba(165, 199, 229, 0.5);
  cursor: pointer;
}
/* line 177, ../sass/Site.scss */
.content-library-wrapper .content-library-list table thead tr th,
.content-library-wrapper .content-library-list table tbody tr td {
  height: 36px;
  width: 75px;
  padding: 0 5px;
  text-align: left;
  vertical-align: middle;
}
/* line 185, ../sass/Site.scss */
.content-library-wrapper .content-library-list table thead tr th.col-full,
.content-library-wrapper .content-library-list table tbody tr td.col-full {
  min-width: 72px;
  max-width: 72px;
}
/* line 190, ../sass/Site.scss */
.content-library-wrapper .content-library-list table thead tr th.col-half,
.content-library-wrapper .content-library-list table tbody tr td.col-half {
  text-align: center;
  width: 35px;
}
/* line 195, ../sass/Site.scss */
.content-library-wrapper .content-library-list table thead tr th.col-name,
.content-library-wrapper .content-library-list table tbody tr td.col-name {
  width: 235px;
}
/* line 199, ../sass/Site.scss */
.content-library-wrapper .content-library-list table thead tr th span,
.content-library-wrapper .content-library-list table tbody tr td span {
  cursor: pointer;
}
/* line 202, ../sass/Site.scss */
.content-library-wrapper .content-library-list table thead tr th span:hover,
.content-library-wrapper .content-library-list table tbody tr td span:hover {
  text-decoration: underline;
}
/* line 206, ../sass/Site.scss */
.content-library-wrapper .content-library-list table .select-all {
  font-size: 11px;
  text-align: center;
}
/* line 212, ../sass/Site.scss */
.content-library-wrapper .content-preview-section {
  display: inline-block;
  width: 240px;
  margin-left: 10px;
  word-break: break-all;
  word-break: break-word;
}
/* line 218, ../sass/Site.scss */
.content-library-wrapper .content-preview-section hr {
  border: none;
  border-bottom: 1px solid #eee;
}
/* line 224, ../sass/Site.scss */
.content-library-wrapper .preview-box {
  border: 1px solid #eee;
  width: 258px;
  height: 320px;
  text-align: center;
}
/* line 230, ../sass/Site.scss */
.content-library-wrapper .preview-box .preview-img-helper, .content-library-wrapper .preview-box .preview-icon-helper, .content-library-wrapper .preview-box .preview-card-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 236, ../sass/Site.scss */
.content-library-wrapper .preview-box img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
/* line 242, ../sass/Site.scss */
.content-library-wrapper .preview-box .icon-only {
  vertical-align: middle;
  font-size: 100pt !important;
}
/* line 247, ../sass/Site.scss */
.content-library-wrapper .preview-box .preview-file-iframe {
  width: 100%;
  height: 100%;
}
/* line 252, ../sass/Site.scss */
.content-library-wrapper .preview-box .card-preview {
  height: 310px;
  width: 242px;
  vertical-align: middle;
  background: #FFFFFF;
  border: none;
  display: inline-block;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 269, ../sass/Site.scss */
.content-library-wrapper .preview-box .card-preview ul span {
  text-align: left;
  display: block;
  height: 30px;
  position: relative;
  font-weight: 400;
  word-break: break-word;
}
/* line 278, ../sass/Site.scss */
.content-library-wrapper .preview-box .card-preview ul i {
  cursor: auto !important;
  color: #777;
  width: 16px;
  height: 16px;
  margin: 10px 0 10px 20px;
  text-align: center;
}
/* line 288, ../sass/Site.scss */
.content-library-wrapper .preview-box .card-preview .card-preview-img {
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/* line 300, ../sass/Site.scss */
.content-library-wrapper .preview-box .card-preview .card-preview-title {
  border-bottom: 1px solid #eee;
  padding: 0 20px !important;
}
/* line 304, ../sass/Site.scss */
.content-library-wrapper .preview-box .card-preview .card-preview-title span {
  height: 50px;
  vertical-align: middle !important;
  display: inline-block;
}
/* line 310, ../sass/Site.scss */
.content-library-wrapper .preview-box .card-preview .card-preview-title h3 {
  font-size: 21px;
  font-weight: 400;
  vertical-align: middle !important;
  display: inline-block;
}
/* line 320, ../sass/Site.scss */
.content-library-wrapper .preview-details {
  font-size: 13px;
  width: 100%;
  max-width: 260px;
  word-break: break-all;
}
/* line 325, ../sass/Site.scss */
.content-library-wrapper .preview-details td {
  width: 50%;
  padding: 6px 0;
}
/* line 330, ../sass/Site.scss */
.content-library-wrapper .display-none {
  display: none;
}
/* line 333, ../sass/Site.scss */
.content-library-wrapper .cursor-pointer {
  cursor: pointer;
}
/* line 336, ../sass/Site.scss */
.content-library-wrapper .icon-stack {
  display: inline-block;
  position: relative;
  margin-right: 2px;
  font-size: 20px;
  height: 22px;
  width: 34px;
}
/* line 343, ../sass/Site.scss */
.content-library-wrapper .icon-stack .fa-center {
  position: absolute;
  font-size: 12px !important;
  left: 0;
  right: 1px;
  top: 7.4px;
  bottom: 0;
  margin: auto;
  text-align: center;
}
/* line 353, ../sass/Site.scss */
.content-library-wrapper .icon-stack i.fa-plus-circle.fa-bottom-right {
  position: absolute;
  font-size: 13px !important;
  left: 40%;
  top: 45%;
}
/* line 358, ../sass/Site.scss */
.content-library-wrapper .icon-stack i.fa-plus-circle.fa-bottom-right:before {
  border-radius: 50%;
  background: #fff;
}
/* line 363, ../sass/Site.scss */
.content-library-wrapper .icon-stack .fa-bottom-left {
  position: absolute;
  font-size: 13px !important;
  right: 40%;
  top: 45%;
}
/* line 370, ../sass/Site.scss */
.content-library-wrapper .delete-action .icon-stack {
  width: 20px;
}

/* line 375, ../sass/Site.scss */
#landing-spinner-wrapper {
  position: relative;
  margin: 50px auto;
  width: 100px;
  height: 150px;
  text-align: center;
  padding-top: 120px;
  font-size: 24px;
}

/* line 385, ../sass/Site.scss */
#landing-spinner {
  position: absolute;
  left: 50px;
  top: 50px;
}

/* line 391, ../sass/Site.scss */
.not-visible {
  visibility: hidden;
}

/* line 395, ../sass/Site.scss */
.folder_dialogue-header label {
  display: block;
  font-size: .7em;
  height: 15px;
}

/* line 401, ../sass/Site.scss */
.folder-dialogue .SingleCard {
  padding: 10px;
}

/* line 405, ../sass/Site.scss */
.site-style-v2 .folder_dialogue-title {
  left: 0px;
}

/* line 409, ../sass/Site.scss */
.site-style-v2 .folder_dialogue-header .folder_dialogue-title span {
  line-height: 30px !important;
  font-weight: 600;
}

/* line 414, ../sass/Site.scss */
.site-style-v2 .singleCard-close i {
  padding: 0px;
  margin-left: 3px;
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
}

/* line 422, ../sass/Site.scss */
.content-library-wrapper .file-actions-container required-v2 not-valid {
  margin: 0px;
}

/* line 426, ../sass/Site.scss */
.folder-dialogue .add-fl-hldr {
  border: 1px solid #777;
  padding: 5px;
  float: right;
  cursor: pointer;
  border-radius: 3px;
  margin: 0px;
}

/* line 435, ../sass/Site.scss */
.folder-dialogue .add-fl-hldr .fa-folder {
  margin-right: 0px;
  margin-left: 0px;
  color: #777;
  font-size: 2em;
  position: relative;
}

/* line 443, ../sass/Site.scss */
.folder-dialogue .add-fl-hldr .fa-folder .fa-plus {
  font-size: .5em;
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 0px;
  z-index: 1004;
}

/* line 452, ../sass/Site.scss */
.modal {
  display: none;
  z-index: 100001;
  position: fixed;
  border: 1px solid #ddd;
  background: white !important;
  left: 50%;
  top: 0;
  overflow: hidden;
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

/* line 465, ../sass/Site.scss */
.confirm-modal, .alert-modal {
  border-radius: 4px / 4px;
}

/* line 469, ../sass/Site.scss */
.modal.alert-modal {
  z-index: 100002;
}

/* line 473, ../sass/Site.scss */
.modal .modalTitle {
  background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  text-align: center;
  position: relative;
  color: #2B7DB0;
  line-height: 4.2em;
  font-size: 1.1em;
}

/* line 482, ../sass/Site.scss */
.modal .modalTitle .icon.close-modal {
  margin-top: 5px;
}

/* line 486, ../sass/Site.scss */
.modal .modalTitle .icon.close-modal:hover {
  background-color: #efefef;
}

/* line 490, ../sass/Site.scss */
.modal .modalTitle span {
  float: right;
  color: #888;
  right: .4em;
  font-size: 0.9em;
  font-size: 14px;
  z-index: 1;
  border-radius: 5px 5px 5px 5px;
}

/* line 500, ../sass/Site.scss */
.modal .modalTitle .icon .icon.close-modal {
  background: none;
  line-height: 2.35;
  margin-top: 0;
}

/* line 506, ../sass/Site.scss */
.modal .close-modal .close-text {
  float: left;
  display: block;
  font-family: "Open Sans", "Segoe UI", sans-serif;
  margin-right: 15px;
  margin-top: 0;
  padding-left: 0.4em;
  padding-right: 12px;
}

/* line 516, ../sass/Site.scss */
.modal .modalTitle h3 {
  display: none;
}

/* line 520, ../sass/Site.scss */
.modal.alert-modal .modalInnerContent {
  overflow-y: auto !important;
}

/* line 524, ../sass/Site.scss */
.modal .modalInnerContent {
  width: 100%;
  height: 100%;
}

/* line 529, ../sass/Site.scss */
.alert, .alert-modal .confirm, .alert-modal .alert, .confirm-modal .confirm {
  display: table;
  height: auto;
  width: 100%;
}

/* line 535, ../sass/Site.scss */
.modal .modalInnerContent > div {
  width: 100%;
}

/* line 539, ../sass/Site.scss */
.alert {
  z-index: 100005;
}

/* line 543, ../sass/Site.scss */
.alert-modal .alert .message {
  display: table-cell;
  vertical-align: middle;
}

/* line 548, ../sass/Site.scss */
.alert-modal .alert .message h1 {
  padding: 0 20px;
  min-height: 25px;
  max-height: 125px;
  line-height: 1.1em;
  font-weight: 300;
  color: #72D0EB;
}

/* line 557, ../sass/Site.scss */
.alert-modal .alert .message .button-holder {
  padding: 10PX 20PX;
}

/* line 561, ../sass/Site.scss */
.alert-modal .alert .message .button-holder {
  overflow: hidden;
}

/* line 565, ../sass/Site.scss */
button {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  font-family: 'Segoe UI', 'Open Sans', Arial, Tahoma, Verdana;
  font-size: 15px;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
  width: auto;
}

/* line 577, ../sass/Site.scss */
.next {
  background-color: #1f589a;
  background-size: 100%;
  background-image: linear-gradient(to bottom, #4f92c4 0%, #1f589a 100%);
  border-radius: 4px / 4px;
  border: 1px solid #5696d6;
  color: white;
  outline: 0;
  cursor: pointer;
}

/* line 588, ../sass/Site.scss */
.alert-modal .alert .message button {
  float: right;
}

/* line 592, ../sass/Site.scss */
.modal .close-modal {
  cursor: pointer;
}

/* line 596, ../sass/Site.scss */
.modal .close-modal span {
  cursor: pointer;
  line-height: 2.456;
}

/* line 601, ../sass/Site.scss */
.icon {
  font-weight: normal;
  font-style: normal;
  position: relative;
}

/* line 607, ../sass/Site.scss */
.alert .message h1.reg {
  font-size: 1.5em;
  font-size: 24px;
  font-family: "Open Sans", "Segoe UI", sans-serif;
}

/* line 613, ../sass/Site.scss */
i.fa-times {
  margin-top: 8px;
  float: right;
  position: absolute;
  right: 0px;
  font-size: 16px !important;
  padding: 0 8px;
}

/* line 622, ../sass/Site.scss */
.site-style-v2 .folder-dialogue .folder_dialogue-header {
  height: auto;
}

/* line 626, ../sass/Site.scss */
.folder_dialogue .folder_dialogue-header span {
  line-height: 30px !important;
  font-weight: 600;
  height: auto;
}

/* line 632, ../sass/Site.scss */
.folder_dialogue-header .singleCard-close .fa-times {
  color: #777;
}

/* line 636, ../sass/Site.scss */
.folder-dialogue.move-content ul {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  height: 200px;
  overflow: auto;
}

/* line 643, ../sass/Site.scss */
.folder-dialogue.move-content ul li {
  cursor: pointer;
  line-height: 2em;
}

/* line 648, ../sass/Site.scss */
.site-style-v2 .folder-dialogue .formv3 {
  margin-top: 10px;
}

/* line 652, ../sass/Site.scss */
.folder-link {
  cursor: pointer;
}

/* line 656, ../sass/Site.scss */
.confirm-modal .confirm .message, .alert-modal .confirm .message {
  text-align: center;
}

/* line 660, ../sass/Site.scss */
.confirm-modal .confirm .message h1.reg, .confirm-modal .alert .message h1.reg, .alert-modal .confirm .message h1.reg, .alert-modal .alert .message h1.reg {
  font-size: 1.5em;
}

/* line 664, ../sass/Site.scss */
.confirm-modal .confirm .message h1, .confirm-modal .alert .message h1, .alert-modal .confirm .message h1, .alert-modal .alert .message h1 {
  padding: 0 20px;
  min-height: 25px;
  max-height: 125px;
  line-height: 1.1em;
  font-weight: 300;
  color: #72D0EB;
}

/* line 673, ../sass/Site.scss */
.confirm-modal .confirm .message .button-holder, .alert-modal .confirm .message .button-holder {
  margin: 20px auto;
  padding: 1px 0px;
}

/* line 678, ../sass/Site.scss */
.confirm-modal .confirm .message .button-holder, .confirm-modal .alert .message .button-holder, .alert-modal .confirm .message .button-holder, .alert-modal .alert .message .button-holder {
  overflow: hidden;
}

/* line 682, ../sass/Site.scss */
.confirm-modal .confirm .message button, .alert-modal .confirm .message button {
  display: inline-block;
  margin-right: 10px;
}

/* line 687, ../sass/Site.scss */
.cancel {
  color: #000 !important;
}

/* line 691, ../sass/Site.scss */
.confirm-modal .confirm .message button, .alert-modal .confirm .message button {
  display: inline-block;
  margin-right: 10px;
}

/* line 699, ../sass/Site.scss */
button, a.button, input.button, input[type="button"], input[type="reset"], input[type="submit"], .cancel, .goBtn, .goButton {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  color: #777;
  text-decoration: none;
  text-align: center;
  font-family: 'Segoe UI', 'Open Sans', Arial, Tahoma, Verdana;
  font-size: 15px;
  text-shadow: none;
  background-size: 100%;
  background-color: #f7f7f7;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  outline: 0;
  border: 1px solid #ccc;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: auto;
  *white-space: nowrap;
}

/* line 732, ../sass/Site.scss */
.call-to-action, .call-to-action.button, .create, .get-offer button, .green.button, .enrollment-image .overlay button {
  background-size: 100%;
  background-color: #7AA555;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA6D971', endColorstr='#FF7DAD5B');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a6d971), color-stop(100%, #7dad5b));
  background-image: -moz-linear-gradient(top, #a6d971 0%, #7dad5b 100%);
  background-image: -webkit-linear-gradient(top, #a6d971 0%, #7dad5b 100%);
  background-image: linear-gradient(to bottom, #a6d971 0%, #7dad5b 100%);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  border: 1px solid #82B46F;
  color: white;
  outline: 0;
  cursor: pointer;
}

/* line 750, ../sass/Site.scss */
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .cancel:hover, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .cancel:active {
  background-color: #dddddd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDDDDDD', endColorstr='#FFF7F7F7');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #dddddd 0%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #dddddd 0%, #f7f7f7 100%);
}

/* line 760, ../sass/Site.scss */
.confirm-modal .confirm .message button, .alert-modal .confirm .message button {
  display: inline-block;
  margin-right: 10px;
}

/* line 764, ../sass/Site.scss */
.call-to-action, .call-to-action.button, .create, .get-offer button, .green.button, .enrollment-image .overlay button {
  background-size: 100%;
  background-color: #7AA555;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA6D971', endColorstr='#FF7DAD5B');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a6d971), color-stop(100%, #7dad5b));
  background-image: -moz-linear-gradient(top, #a6d971 0%, #7dad5b 100%);
  background-image: -webkit-linear-gradient(top, #a6d971 0%, #7dad5b 100%);
  background-image: linear-gradient(to bottom, #a6d971 0%, #7dad5b 100%);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  border: 1px solid #82B46F;
  color: white;
  outline: 0;
  cursor: pointer;
}

/* line 782, ../sass/Site.scss */
.call-to-action:hover, .call-to-action:active, .call-to-action.button:hover, .call-to-action.button:active, .create:hover, .create:active, .get-offer button:hover, .get-offer button:active, .green.button:hover, .green.button:active, .enrollment-image .overlay button:hover, .enrollment-image .overlay button:active {
  background-size: 100%;
  background-color: #a6d971;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7DAD5B', endColorstr='#FFA6D971');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7dad5b), color-stop(100%, #a6d971));
  background-image: -moz-linear-gradient(top, #7dad5b 0%, #a6d971 100%);
  background-image: -webkit-linear-gradient(top, #7dad5b 0%, #a6d971 100%);
  background-image: linear-gradient(to bottom, #7dad5b 0%, #a6d971 100%);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  border: 1px solid #82B46F;
  color: white;
  outline: 0;
  cursor: pointer;
}

/* line 799, ../sass/Site.scss */
.cancel {
  color: #000 !important;
}

/* line 803, ../sass/Site.scss */
.modal-active {
  position: fixed;
  cursor: pointer;
  display: none;
  background: url(/Images/Backgrounds/transpBlack50.png);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

/* line 815, ../sass/Site.scss */
body .content-library-wrapper .modal.confirm-modal, body .content-library-wrapper .modal.alert-modal {
  top: 600px !important;
}

/* line 1, ../sass/_dropZone.scss */
.modal.multi-file-upload .dropzone-wrapper {
  display: block;
  background: white;
  border-bottom: 1px solid #ccc;
}
/* line 6, ../sass/_dropZone.scss */
.modal.multi-file-upload .dropzone-wrapper h1.dropzoneHeader {
  padding: 25px;
  color: #333333;
  font-size: 1.2em;
  font-weight: 400;
}

/* line 13, ../sass/_dropZone.scss */
.dropzone.dz-clickable, .modal.multi-file-upload .modalInnerContent {
  background: #fafafa !important;
}

/* line 16, ../sass/_dropZone.scss */
.dz-preview.dz-file-preview dz-error.dz-complete, .dropzone.dz-clickable.dz-started {
  overflow: auto;
  width: 100%;
  max-height: 340px;
}

/* line 21, ../sass/_dropZone.scss */
.file-broswe-link.dropzone-cancel {
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 10005;
  color: #1e73be;
  margin-top: 35px;
  cursor: pointer;
  font-weight: bold;
}

/* line 32, ../sass/_dropZone.scss */
.dz-message .dropzone-default-image {
  display: block;
  margin: 40px auto;
}

/* line 37, ../sass/_dropZone.scss */
.dz-message .file-broswe-link {
  position: absolute;
  color: #1e73be;
  right: 170px;
  font-weight: bold;
  bottom: 30px;
  font-weight: bold;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 214, ../sass/_dropZone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 217, ../sass/_dropZone.scss */
.dropzone {
  min-height: 360px;
  overflow: auto;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 223, ../sass/_dropZone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 225, ../sass/_dropZone.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 227, ../sass/_dropZone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 229, ../sass/_dropZone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 231, ../sass/_dropZone.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 233, ../sass/_dropZone.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 235, ../sass/_dropZone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 238, ../sass/_dropZone.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 244, ../sass/_dropZone.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 246, ../sass/_dropZone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 248, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 252, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 254, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 256, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 262, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 268, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 270, ../sass/_dropZone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 272, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 285, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 288, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 290, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 293, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 296, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 298, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 302, ../sass/_dropZone.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 310, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 318, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 320, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 326, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 333, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 343, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 347, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -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;
}

/* line 354, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 361, ../sass/_dropZone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 367, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 382, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 395, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 397, ../sass/_dropZone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 400, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  bottom: 25px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 421, ../sass/_dropZone.scss */
.dropzone .dz-preview .dz-error-message:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #be2626;
}
