﻿/* V2 - 2018 Style Colors */
/* Open Sans Web Fonts*/
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
/* START - Common Elements */
/* Bootstrap Global Overrides */
.btn-default {
  color: #999999;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.dropdown {
  cursor: pointer;
}
.form-control {
  height: 30px;
  font-size: 13px;
  padding-left: 6px;
  padding-right: 6px;
}
.btn-primary {
  background-color: #4AB37E;
  border-color: #229B60;
  -webkit-box-shadow: 0 1px 1px #216E47;
  box-shadow: 0 1px 1px #216E47;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #4AB37E;
  border-color: #229B60;
  -webkit-box-shadow: 0 1px 1px #216E47;
  box-shadow: 0 1px 1px #216E47;
}
.btn-info {
  background-color: #646464;
  border-color: #646464;
  -webkit-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-neutral {
  color: #ffffff;
  font-weight: normal;
  background-color: #828282;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: solid 2px #828282;
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.open .dropdown-toggle.btn-neutral {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-warning {
  background-color: #ad9159;
  border-color: #8F7444;
  -webkit-box-shadow: 0 1px 1px #8F7444;
  box-shadow: 0 1px 1px #8F7444;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-danger {
  background-color: #b44e4e;
  border-color: #b44e4e;
}
.btn-google {
  color: #777777;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  background: url('../../pub/_images/google/g-logo.png') no-repeat left center;
  background-size: 40px 40px;
  background-position-x: 18px;
  background-color: #ffffff;
  padding: 20px 12px;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open .dropdown-toggle.btn-google {
  color: #777777;
  background-color: #ffffff;
  border-color: #CCCCCC;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  background: url('../../pub/_images/google/g-logo.png') no-repeat left center;
  background-size: 40px 40px;
  background-position-x: 18px;
}
.btn-facebook {
  color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background: url('../../pub/_images/facebook/FB-f-Logo__blue_50.png') no-repeat left center;
  background-size: 40px 40px;
  background-position-x: 18px;
  background-color: #3B579D;
  padding: 20px 12px;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #777777;
  background-color: #ffffff;
  border-color: #CCCCCC;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background: url('../../pub/_images/facebook/FB-f-Logo__blue_50.png') no-repeat left center;
  background-size: 40px 40px;
  background-position-x: 18px;
}
.label {
  border-radius: 15px;
  padding: 8px;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  font-size: 100%;
}
.label-info {
  background-color: #FADCBC;
  color: #777777;
  border: 1px solid #EFCDAB;
}
.label-danger {
  background-color: #F47967;
}
.popover-content {
  color: #999999;
  font-size: 12px;
}
.popover {
  border-radius: 0px;
  border: 1px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  margin-right: 5px;
  z-index: 2000;
}
label {
  font-weight: normal;
}
.alert {
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 10px 15px;
  vertical-align: middle;
}
.alert strong {
  font-weight: normal;
}
.alert-info {
  background-color: #edf4f7;
  border-color: #5895AC;
}
.alert-warning {
  background-color: #fffbed;
  border-color: #FFD641;
}
.alert-danger,
.alert-error {
  background-color: #f7e6e6;
  border-color: #ED4949;
}
.warning {
  color: #FDF29F;
}
.badge.badge-warning {
  color: #333333 !important;
  background-color: #FDF29F !important;
}
.progress-bar-success {
  background-color: #4AB37E;
}
.progress {
  height: 30px;
}
.whitelink,
.whitelink:hover,
.whitelink:visited,
.whitelink:active,
.whitelink:focus {
  color: white;
}
.graylink,
.graylink:hover,
.graylink:visited,
.graylink:active,
.graylink:focus {
  color: #777;
}
.white {
  color: #FFFFFF;
}
.caps {
  text-transform: capitalize;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.strikethrough {
  text-decoration: line-through;
}
.panel > .panel-heading {
  border-bottom-width: 2px;
}
.panel-default {
  border-bottom-width: 2px;
}
.panel-default > .panel-heading {
  background-color: #41A7BD;
  border-color: #CCCCCC;
  font-size: 13px;
  color: white;
}
.panel-default > .panel-heading i,
.panel-default > .panel-heading a:not(.btn) {
  color: white;
}
.panel-info {
  border-color: #CCCCCC;
}
.panel-info > .panel-heading {
  background-color: #646464;
  border-color: #CCCCCC;
  font-size: 13px;
  color: white;
  border-bottom: none;
}
.panel-primary {
  border-bottom-width: 2px;
  border-color: #DDD;
}
.panel-primary > .panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #777777;
}
.sub-nav {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
}
.sub-nav .item {
  display: inline-block;
  text-align: center;
  padding: 12px 15px 12px 15px;
}
.sub-nav .item a {
  font-size: 13px;
}
.sub-nav .item.active {
  border-bottom: 3px solid #4AB37E;
}
.sub-nav .item.active a,
.sub-nav .item:hover a:not(.disable) {
  color: #666666;
}
.sub-nav .item i {
  font-size: 14px;
  margin-right: 8px;
  color: #999999;
}
.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.modal.fade.bottom {
  top: inherit;
}
.modal:focus {
  outline: 0;
}
.modal > .modal-dialog > i.modalClose {
  background-color: #2f2f2f;
  border: 1px solid #999999;
  border-radius: 15px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 26px;
  height: 30px;
  margin: 16px -4px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  vertical-align: middle;
  z-index: 9999;
}
/* Preview Modal */
.modal.preview .modal-dialog {
  width: 98%;
  height: 98%;
  padding: 0;
  padding-top: 12px;
}
.modal.preview .modal-content {
  height: 96%;
}
.modal.preview .modal-body {
  padding: 0;
}
/* Language Specific CSS */
.lang-en {
  display: none;
}
.lang-en:lang(en) {
  display: block;
}
.lang-de {
  display: none;
}
.lang-de:lang(de) {
  display: block;
}
.lang-it {
  display: none;
}
.lang-it:lang(it) {
  display: block;
}
.lang-es {
  display: none;
}
.lang-es:lang(es) {
  display: block;
}
.lang-fr {
  display: none;
}
.lang-fr:lang(fr) {
  display: block;
}
.lang-ru {
  display: none;
}
.lang-ru:lang(ru) {
  display: block;
}
.lang-pt {
  display: none;
}
.lang-pt:lang(pt) {
  display: block;
}
.lang-nl {
  display: none;
}
.lang-nl:lang(nl) {
  display: block;
}
.lang-en.in:lang(en) {
  display: inline;
}
.lang-de.in:lang(de) {
  display: inline;
}
.lang-es.in:lang(es) {
  display: inline;
}
.lang-fr.in:lang(fr) {
  display: inline;
}
.lang-it.in:lang(it) {
  display: inline;
}
.lang-ru.in:lang(ru) {
  display: inline;
}
.lang-pt.in:lang(pt) {
  display: inline;
}
.lang-nl.in:lang(nl) {
  display: inline;
}
/* Div Table */
.div-table {
  display: table;
}
.div-table-row {
  display: table-row;
}
.div-table-cell {
  display: table-cell;
}
/* Responsive IFrame */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-iframe-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**** Simple flex layout classes ****/
.display-flex {
  /* Main class - Basic row layout that wraps */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* Modifier #1 - Basic layout (row or column) */
  /* Modifier #2 - Wrapping controls (on or off) */
  /* Modifier #3 - Alignment of main axis */
  /* Modifier #4 - Alignment of cross-axis */
}
.display-flex.flex-row {
  /* Specify a row layout (DEFAULT) */
  flex-direction: row;
}
.display-flex.flex-column {
  /* Specify a colum layout */
  flex-direction: column;
}
.display-flex.flex-wrap {
  /* Turn wrapping on (DEFAULT) */
  flex-wrap: wrap;
}
.display-flex.flex-nowrap {
  /* Turn wrapping off */
  flex-wrap: nowrap;
}
.display-flex.justify-start {
  /* DEFAULT alignment of main axis */
  justify-content: flex-start;
}
.display-flex.justify-end {
  justify-content: flex-end;
}
.display-flex.justify-center {
  justify-content: center;
}
.display-flex.justify-around {
  justify-content: space-around;
}
.display-flex.justify-between {
  justify-content: space-between;
}
.display-flex.justify-evenly {
  /*NOTE: space-evenly is not supported in all browsers. */
  justify-content: space-evenly;
}
.display-flex.align-start {
  /* DEFAULT cross alignment */
  align-items: flex-start;
}
.display-flex.align-center {
  align-items: center;
}
.display-flex.align-end {
  align-items: flex-end;
}
/**** END simple flex layout classes ****/
/* Arrow/Caret at top of panel */
/*
***COMMENT OUT - NR 11/08/2018
.panel .arrow {  margin-top: -11px;}
.panel .arrow, .panel .arrow:after {  position: relative;  display: block;  width: 0;  height: 0;  border-color: transparent;  border-style: solid;  border-width: 11px;  left: 50%;  margin-left: -11px;  border-bottom-color: #999;  border-bottom-color: rgba(0,0,0,0.25);  border-top-width: 0;}
.panel .arrow:after {  border-width: 10px;  bottom: -11px;  margin-left: -10px;  border-bottom-color: #fff;  border-top-width: 0;  content: " ";  position: absolute;}
*/
/* Modal Overrides */
.modal-content {
  border-radius: 0px;
}
.modal-title {
  font-weight: normal;
}
.modal-header {
  border-bottom: 3px solid #E6E6E6;
  background-color: #F3F3F3;
  padding: 10px 15px 10px 15px ;
}
.modal-header .close {
  font-size: 18px;
  margin-top: 4px;
}
/* Pointed Buttons */
.btn-point {
  z-index: 0;
  margin-right: 16px;
  border-bottom-width: 2px;
  position: relative;
  border-radius: 4px 0px 0px 4px;
  border-right-width: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-point:before {
  content: "";
  width: 22px;
  height: 22px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 4px;
  right: -11px;
  z-index: -1;
  border: 1px solid transparent;
  border-right-width: 2px;
  border-radius: 0px 5px 0px 0px;
}
.btn-point:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-point-left {
  z-index: 0;
  margin-right: 16px;
  border-bottom-width: 2px;
  position: relative;
  border-radius: 0px 4px 4px 0px;
  border-left-width: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-point-left:before {
  content: "";
  width: 22px;
  height: 22px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 4px;
  left: -11px;
  z-index: -1;
  border: 1px solid transparent;
  border-bottom-width: 2px;
  border-radius: 0px 0px 0px 5px;
}
.btn-point-left:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ie8 .btn-point:before,
.ie8 .btn-point-left:before {
  display: none;
}
.ie8 .btn-point {
  border-right-width: 1px;
}
.ie8 .btn-point-left {
  border-left-width: 1px;
}
/* Color variations */
.btn-point.btn-primary:before {
  background-color: #34b475;
  border-right-color: #229b60;
  border-top-color: #229b60;
}
.btn-point.btn-primary:hover:before,
.btn-point.btn-primary:focus:before,
.btn-point.btn-primary:active:before {
  color: #333;
  background-color: #fff;
  border-right-color: #ccc;
  border-top-color: #ccc;
}
.btn-point.btn-default:before {
  color: #333;
  background-color: #fff;
  border-right-color: #ccc;
  border-top-color: #ccc;
}
.btn-point.btn-default:hover:before,
.btn-point.btn-default:active:before {
  background-color: #34b475;
  border-right-color: #229b60;
  border-top-color: #229b60;
}
.btn-point-left.btn-primary:before {
  background-color: #34b475;
  border-left-color: #229b60;
  border-bottom-color: #229b60;
}
.btn-point-left.btn-primary:hover:before,
.btn-point-left.btn-primary:focus:before,
.btn-point-left.btn-primary:active:before {
  color: #333;
  background-color: #fff;
  border-left-color: #ccc;
  border-bottom-color: #ccc;
}
.btn-point-left.btn-default:before {
  color: #333;
  background-color: #fff;
  border-left-color: #ccc;
  border-bottom-color: #ccc;
}
.btn-point-left.btn-default:hover:before,
.btn-point-left.btn-default:active:before {
  background-color: #34b475;
  border-left-color: #229b60;
  border-bottom-color: #229b60;
}
/* Placeholder Color */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #CCC !important;
  opacity: 1;
}
input:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CCC !important;
  opacity: 1;
}
input::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CCC !important;
  opacity: 1;
}
input:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #CCC !important;
  opacity: 1;
}
/* Help Tooltips */
.fa-question-sign.pp {
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}
/* Margins */
.margin-0 {
  margin: 0!important;
}
.margin-20 {
  margin: 20px!important;
}
.margin-5 {
  margin: 5px!important;
}
.margin-r-0 {
  margin-right: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-r-30 {
  margin-right: 30px;
}
.margin-r-40 {
  margin-right: 40px;
}
.margin-r-45 {
  margin-right: 45px!important;
}
.margin-r-50 {
  margin-right: 50px;
}
.margin-l-0 {
  margin-left: 0;
}
.margin-l-5 {
  margin-left: 5px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-l-25 {
  margin-left: 25px;
}
.margin-l-30 {
  margin-left: 30px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-l-45 {
  margin-left: 45px;
}
.margin-t-0 {
  margin-top: 0;
}
.margin-t-5 {
  margin-top: 5px;
}
.margin-t-10 {
  margin-top: 10px!important;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-25 {
  margin-top: 25px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-60 {
  margin-top: 60px;
}
.margin-b-0 {
  margin-bottom: 0!important;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-15 {
  margin-bottom: 15px!important;
}
.margin-b-20 {
  margin-bottom: 20px!important;
}
.margin-b-25 {
  margin-bottom: 25px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-35 {
  margin-bottom: 35px;
}
.margin-b-40 {
  margin-bottom: 40px!important;
}
.margin-b-60 {
  margin-bottom: 60px;
}
/* Padding */
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-r-0 {
  padding-right: 0px;
}
.padding-r-5 {
  padding-right: 5px;
}
.padding-r-10 {
  padding-right: 10px;
}
.padding-r-15 {
  padding-right: 15px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-r-40 {
  padding-right: 40px;
}
.padding-l-0 {
  padding-left: 0px;
}
.padding-l-5 {
  padding-left: 5px;
}
.padding-l-10 {
  padding-left: 10px;
}
.padding-l-15 {
  padding-left: 15px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-l-40 {
  padding-left: 40px;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-t-10 {
  padding-top: 10px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-t-20 {
  padding-top: 20px!important;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-t-60 {
  padding-top: 60px;
}
.padding-b-5 {
  padding-bottom: 5px;
}
.padding-b-10 {
  padding-bottom: 10px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-b-60 {
  padding-bottom: 60px;
}
/* Text Size in Pixels */
.font-size-10 {
  font-size: 10px !important;
}
.font-size-11 {
  font-size: 11px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.font-size-24 {
  font-size: 24px !important;
}
.font-size-28 {
  font-size: 28px !important;
}
.font-size-30 {
  font-size: 30px !important;
}
.font-size-32 {
  font-size: 32px !important;
}
.font-size-36 {
  font-size: 36px !important;
}
.font-size-46 {
  font-size: 46px !important;
}
.font-size-48 {
  font-size: 48px !important;
}
.font-size-60 {
  font-size: 60px !important;
}
/*Text Size in Points */
.font-size-14-pt {
  font-size: 14pt !important;
}
.font-size-36-pt {
  font-size: 36pt !important;
}
/* Width */
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-65 {
  width: 65px;
}
.width-75 {
  width: 75px;
}
.width-100 {
  width: 100px;
}
.width-150 {
  width: 150px;
}
.width-200 {
  width: 200px;
}
.width-250 {
  width: 250px;
}
.width-300 {
  width: 300px;
}
.width-400 {
  width: 400px;
}
.width-500 {
  width: 500px;
}
.width-600 {
  width: 600px;
}
.width-700 {
  width: 700px;
}
.width-10p {
  width: 10%;
}
.width-15p {
  width: 15%;
}
.width-20p {
  width: 20%;
}
.width-25p {
  width: 25%;
}
.width-30p {
  width: 30%;
}
.width-40p {
  width: 40%;
}
.width-50p {
  width: 50%;
}
.width-60p {
  width: 60%;
}
.width-70p {
  width: 70%;
}
.width-80p {
  width: 80%;
}
.width-90p {
  width: 90%;
}
.width-100p {
  width: 100%;
}
.width-100p-important {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
}
.w-auto {
  width: auto!important;
}
.w-60p {
  width: 60%!important;
}
/* Shared / Global Elements */
.block {
  display: block;
}
.printonly {
  display: none;
}
.inline {
  display: inline-block;
}
.text-top {
  vertical-align: text-top !important;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.not-bold {
  font-weight: normal!important;
}
.nowrap {
  white-space: nowrap;
}
.pointer {
  cursor: pointer;
}
.fa-alink {
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.fa-alink:hover {
  color: #67a0b1;
}
input {
  color: #666666;
}
.gray-link {
  color: inherit;
}
.graymed {
  color: #999999;
}
.grayborderbottom {
  border-bottom: 1px solid #CCCCCC;
}
.relative {
  position: relative;
}
.hidden {
  display: none;
}
.greentext {
  color: #229B60;
}
.white-text-shadow {
  text-shadow: 0 1px 1px #696969;
}
.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
i.fa-tooltip {
  color: #999999 !important;
  cursor: pointer;
  font-size: 14px !important;
}
.btn.btn-default:hover i.fa-tooltip {
  color: #FFF !important;
}
.btn.btn-primary i.fa-tooltip {
  color: #FFF !important;
}
.btn.btn-primary:hover i.fa-tooltip {
  color: #999999 !important;
}
.menuitem i.fa-tooltip {
  color: #216E47 !important;
}
/* Alert Messages */
#alertbar {
  position: fixed;
  top: 5px;
  max-width: 600px;
  cursor: pointer;
  display: none;
  z-index: 15000;
}
/* Validation*/
.error {
  color: #CC0000;
  outline: #CC0000 auto 5px;
}
.help-inline {
  color: #CC0000;
  margin-left: 10px;
  font-weight: bold;
}
.help-inline-block {
  color: #CC0000;
  font-weight: bold;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.help-inline-block:before,
.help-inline:before {
  content: "\f06a";
  padding-right: 5px;
  font-size: 14px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.no-validation-error .help-inline {
  display: none;
}
/* Table */
.table-new {
  width: 100%;
  background-color: white;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
  font-size: 13px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-collapse: separate !important;
}
.table-new td {
  padding: 10px;
}
.table-new th {
  padding: 10px;
  background-color: #F1F1F1;
  border-bottom: 2px solid #CCCCCC;
}
.table-new th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.table-new th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
/* Design Search */
/* Design Display List */
.design-list .pick-design {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
}
@media (max-width: 479px) {
  .design-list .pick-design {
    display: block;
  }
}
.design-list .pick-design a {
  display: block;
  margin-bottom: 5px;
  background: white;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
}
.design-list .pick-design a:hover {
  background-color: #EEE;
}
.design-list .pick-design2 {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
}
@media (max-width: 479px) {
  .design-list .pick-design2 {
    display: block;
  }
}
.design-list .design-image {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}
.design-list .tags {
  color: white;
  font-size: 0.875em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 15%;
}
.design-list .tags .active-design {
  background: #609BD3;
  border-bottom: 3px solid #4F84B6;
  clear: both;
  display: block;
  float: right;
  margin-bottom: 5px;
  padding: 8px;
  width: 75px;
}
.design-list .tags .previous-design {
  background: #808186;
  border-bottom: 3px solid #49494a;
  clear: both;
  display: block;
  float: right;
  margin-bottom: 5px;
  padding: 8px;
}
.design-list .design-info {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  position: relative;
}
.design-list .design-name {
  color: #777777;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 3px;
  display: inline-block;
}
.design-list .design-designer {
  margin-top: -3px;
  font-size: 11px;
  display: block;
  color: #777777;
}
.design-list .design-remove {
  top: 10px;
  position: absolute;
  right: 10px;
}
.design-list div.design {
  width: 340px;
  display: inline-block;
  padding-bottom: 85px;
}
.design-list div.ds-container {
  position: relative;
  height: 30px;
  margin: 0 auto;
}
.design-list div.ds-container .double-sided {
  background: url("/pub/_images/design/ds-small.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.design-list div.ds-container .double-sided img {
  opacity: 0;
  width: 30px;
}
.design-list div.ds-container .double-sided:hover,
.design-list div.ds-container .double-sided:active {
  background: url("/pub/_images/design/ds-small-hover.png");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.design-list div.design img.lazy.loading {
  background: url('/user/_images/ajax.gif') no-repeat center center;
  background-color: #F1F1F1;
}
.design-list #tiles {
  margin: 40px auto;
  max-width: 1440px;
  text-align: center;
}
.design-list .design-styles {
  padding-top: 15px;
}
.design-list .design-style {
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  cursor: pointer;
  background-position: center;
}
@media (max-width: 479px) {
  .design-list .design-style {
    width: 20px;
    height: 20px;
  }
}
.bottom-container {
  position: relative;
}
.bottom-container .bottom-content {
  position: absolute;
  bottom: 0px;
}
.design-list-expanded .design-styles {
  padding-top: 15px;
  display: inline-block;
}
.design-list-expanded .design-style {
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  cursor: pointer;
  background-position: center;
}
@media (max-width: 479px) {
  .design-list-expanded .design-style {
    width: 20px;
    height: 20px;
  }
}
.design-list-expanded .design-name {
  color: #777777;
  font-size: 24px;
  padding-right: 25px;
}
.design-list-expanded .design-expanded {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.design-list-expanded .related-images {
  margin-left: 30px;
  padding-bottom: 15px;
  padding-top: 25px;
  text-align: center;
}
.design-list-expanded .related-image-1 {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  max-height: 190px;
  max-width: 190px;
  -webkit-transform: rotate(350deg);
  -moz-transform: rotate(350deg);
  -ms-transform: rotate(350deg);
  -o-transform: rotate(350deg);
  transform: rotate(350deg);
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
.design-list-expanded .design-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  margin-left: -20px;
  max-height: 300px;
  max-width: 240px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
.design-list-expanded .related-image-2 {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  margin-left: -40px;
  margin-top: 20px;
  max-height: 190px;
  max-width: 180px;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
.tiles {
  text-align: center;
  margin-bottom: 30px;
}
.tiles div:not(.browse) {
  display: inline-block;
  position: relative;
  width: 19%;
}
.tiles div.browse {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.tiles div.browse span {
  display: none;
}
.tiles a:hover div.browse span {
  display: inline;
  border: 1px solid #abd0b1;
  color: #abd0b1;
  background-color: #fff;
  padding: 5px 8px;
}
.tiles a img {
  padding: 15px;
  border: 1px solid transparent;
}
.tiles a:hover img {
  padding: 15px;
  border: 1px solid #abd0b1;
  background-color: #fff;
}
.tiles .tile {
  width: 100%;
  min-width: 162px;
}
@media (max-width: 1000px) {
  .design-list-expanded .related-image-1 {
    max-width: 30%;
    height: auto;
  }
  .design-list-expanded .design-image {
    max-width: 40%;
    height: auto;
  }
  .design-list-expanded .related-image-2 {
    max-width: 30%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .design-list-expanded .design-expanded {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .design-list-expanded .related-image-1 {
    display: none;
  }
  .design-list-expanded .related-image-2 {
    display: none;
  }
}
.search-bar {
  height: 43px;
}
.search-bar .col1 {
  display: table-cell;
  background-color: #777;
  padding-top: 10px;
  width: 170px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #444;
  border-right: none;
}
.search-bar .col2 {
  display: table-cell;
  position: relative;
  background-color: white;
  border: 1px solid #666;
  padding: 5px;
  border-radius: 0 5px 5px 0;
}
.search-bar .col3 {
  display: table-cell;
  width: 295px;
  padding-left: 15px;
}
.search-bar .col3 a {
  color: white;
  font-size: 13px;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  background-color: #777;
  padding-top: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #444;
}
.search-bar .col2 input.textbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 5px 0;
  padding: 0;
  width: inherit;
  background-color: inherit;
  outline: none;
  padding-left: 10px;
  width: 100%;
}
.search-bar .col2 div.tag {
  text-transform: capitalize;
  padding: 5px;
  background-color: #336699;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}
.search-bar .col2 div.tag0 {
  background-color: #78478a;
}
.search-bar .col2 div.tag1 {
  background-color: #b65070;
}
.search-bar .col2 div.tag2 {
  background-color: #e5574f;
}
.search-bar .col2 div.tag3 {
  background-color: #f08664;
}
.search-bar .col2 div.tag4 {
  background-color: #ffbb69;
}
.search-bar .col2 div.tag5 {
  background-color: #f4de82;
}
.search-bar .col2 div.tag6 {
  background-color: #c3ce7a;
}
.search-bar .col2 div.tag7 {
  background-color: #88bfb1;
}
.search-bar .col2 div.tag8 {
  background-color: #1d676a;
}
.search-bar .col2 div.tag9 {
  background-color: #00525f;
}
.search-bar .col2 div.tagDesigner {
  background-color: #518C9D;
}
.search-bar .col2 i.clearsearch {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #CCCCCC;
}
.search-bar .col2 i.clearsearch:hover {
  color: #666666;
}
/* Display overrides for language support. Hides/shows search box on design search. */
.search-bar .col2.lang-en {
  display: none;
}
.search-bar .col2.lang-en:lang(en) {
  display: table-cell;
}
.search-bar .col2.lang-de {
  display: none;
}
.search-bar .col2.lang-de:lang(de) {
  display: table-cell;
}
.search-bar .col2.lang-es {
  display: none;
}
.search-bar .col2.lang-es:lang(es) {
  display: table-cell;
}
.search-bar .col2.lang-fr {
  display: none;
}
.search-bar .col2.lang-fr:lang(fr) {
  display: table-cell;
}
.search-bar .col2.lang-it {
  display: none;
}
.search-bar .col2.lang-it:lang(it) {
  display: table-cell;
}
.search-bar .col2.lang-ru {
  display: none;
}
.search-bar .col2.lang-ru:lang(ru) {
  display: table-cell;
}
.search-bar .col2.lang-pt {
  display: none;
}
.search-bar .col2.lang-pt:lang(pt) {
  display: table-cell;
}
.search-bar .col2.lang-nl {
  display: none;
}
.search-bar .col2.lang-nl:lang(nl) {
  display: table-cell;
}
#modalUploadCustom .border-bottom {
  border-bottom: 1px solid #E2E3E4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#modalUploadCustom i.fa-info-circle {
  margin-left: 10px;
  color: #2BB573;
}
#modalUploadCustom .orientation {
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}
#modalUploadCustom .dimensions {
  font-size: 12px;
  margin-bottom: 10px;
}
.design-custom .sizebox {
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC;
}
.design-custom .sizebox.active {
  border-color: #2BB573;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.design-custom .adobe {
  width: 24px;
}
.design-custom {
  width: 100%;
}
.design-custom td {
  width: 25%;
  vertical-align: top;
}
.design-custom .template td {
  text-align: center;
}
.modal-lg {
  width: 883px;
}
@media (max-width: 1000px) {
  .modal-lg {
    width: 100%;
  }
}
.design-list-single {
  margin: 0 auto;
}
.design-list-single a:not(.btn) {
  color: #777;
}
.design-list-single a:hover {
  text-decoration: underline;
}
.design-list-single h1 {
  font-size: 24px;
  display: block;
}
.design-list-single .designer-image {
  width: 75px;
}
.design-list-single .designer-name {
  font-size: 16px;
}
.design-list-single .design-style {
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  cursor: pointer;
  background-position: 50%;
}
.design-list-single .related-design {
  max-width: 200px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  margin-right: 10px;
}
.design-list-single .design {
  background-color: white;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 800px;
}
.design-list-single .design #divRelated {
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 1;
}
.design-list-single .design #divRelated div.ds-container {
  font-weight: normal;
  margin-bottom: 0;
}
.design-list-single .design #divRelated div.ds-container div.double-sided {
  height: 24px;
  position: relative;
  right: unset;
  width: 32px;
}
.design-list-single .design #divRelated div.ds-container div.double-sided.v1 {
  height: unset;
  width: 100%;
}
.design-list-single .design .ds-container {
  position: relative;
  height: 50px;
  margin: 10px auto;
  font-weight: bold;
}
.design-list-single .design .ds-container .double-sided {
  position: absolute;
  right: 0;
  top: 0;
}
.design-list-single .design .ds-container .double-sided div {
  background: url("/pub/_images/design/ds-large.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 46px;
  margin: 5px auto;
}
.design-list-single .design .ds-container .double-sided div:hover,
.design-list-single .design .ds-container .double-sided div:active {
  background: url("/pub/_images/design/ds-large-hover.png");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.design-list-single .design .ds-container .double-sided img {
  margin: 0;
  opacity: 0;
  width: 46px;
}
.design-list-single .design img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 95%;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
.design-list-single .design img.loading {
  background: url('/user/_images/ajax.gif') no-repeat center center;
  background-color: #F1F1F1;
}
.design-list-single .design img.loading#designImage {
  min-height: 400px;
  min-width: 95%;
}
.design-list-single .design img.loading.related-design {
  min-height: 200px;
  min-width: 95%;
}
.design-list-single .design img.related-design {
  margin-bottom: 0.5em;
}
/* Favorite Star */
.favorite-star {
  font-size: 20px;
  color: #DDD;
  cursor: pointer;
}
.favorite-star:hover {
  color: #F8DDA1;
}
.favorite-star.active {
  color: #F8DDA1;
}
.design-search-filter-menu {
  width: 425px;
}
@media (max-width: 767px) {
  .design-search-filter-menu {
    width: 280px;
  }
}
.design-search-filter-menu .color {
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 3px;
  border: 1px solid #CCC;
  cursor: pointer;
  background-position: center;
}
.design-search-filter-menu .color.active {
  border: 1px solid #999;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.design-search-filter-menu .sizebox {
  background-color: #F9F9F9;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.design-search-filter-menu .sizebox.active {
  border-color: #999;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.design-search-filter-menu .designer {
  width: 165px;
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
  margin-bottom: 2px;
}
.design-search-filter-menu .designer.active {
  font-weight: bold;
}
.design-search-top-section {
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
}
.design-menu a {
  color: #777;
}
.top-section-suggestion {
  background-color: #515151;
  padding: 10px 50px 10px 50px;
}
.top-section-suggestion div.tag {
  opacity: 1;
  display: inline-block;
  border: 1px solid #444;
  box-shadow: 0 1px 1px #515151;
  text-shadow: 0 1px 1px #696969;
  margin-bottom: 5px;
  width: 200px;
  height: 50px;
  text-transform: uppercase;
  background-color: #75677F;
  margin-right: 10px;
  border-radius: 7px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  vertical-align: top;
  font-weight: bold;
  padding: 0 10px;
  white-space: normal;
}
.top-section-suggestion div.tag span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 198px;
}
.top-section-suggestion div.tag:hover {
  opacity: 0.85;
}
.top-section-suggestion div.tag0 {
  background-color: #75677F;
}
.top-section-suggestion div.tag1 {
  background-color: #914184;
}
.top-section-suggestion div.tag2 {
  background-color: #9E6693;
}
.top-section-suggestion div.tag3 {
  background-color: #70769F;
}
.top-section-suggestion div.tag4 {
  background-color: #908E9F;
}
.top-section-suggestion div.tag5 {
  background-color: #C485A0;
}
.top-section-suggestion .owl-theme .owl-controls {
  margin: 0;
}
.top-section-suggestion .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  font-size: 72px;
  background: none;
  opacity: 0.7;
  margin-left: -21px;
  margin-right: -11px;
  margin-top: -33px;
}
.top-section-suggestion .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -20px;
  top: 0;
}
.top-section-suggestion .owl-theme .owl-controls .owl-buttons .owl-prev.disabled {
  display: none;
}
.top-section-suggestion .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -20px;
  top: 0;
}
.top-section-suggestion .owl-theme .owl-controls .owl-buttons .owl-next.disabled {
  display: none;
}
.top-section-language-message {
  padding: 10px 50px 10px 50px;
  font-size: 14px;
  background-color: #F5FCFF;
  border: 1px solid #C0E1F2;
}
/* Design Search v2 */
.design-search.v2 .btn {
  border-radius: 5px;
  border: none;
  box-shadow: none;
}
.design-search.v2 .form-control {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  margin: 10px;
  min-height: 35px;
  height: unset;
}
.design-search.v2 .form-control:focus {
  border-color: #4AB37E;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.design-search.v2 i {
  font-size: 125%;
}
.design-search.v2 h1 {
  font-family: brandon-grotesque;
  font-size: 36px;
  color: #333333;
}
@media (min-width: 992px) {
  .design-search.v2 .container {
    max-width: 1230px;
  }
}
.design-search.v2 ul.autocomplete {
  border-radius: 0 0 4px 4px;
  border-color: #CCCCCC;
  box-shadow: none;
  margin: 5px 0 0 -5px;
  padding: 20px 0;
  background: white;
}
.design-search.v2 ul.autocomplete li:first-child {
  border-radius: 0;
}
.design-search.v2 ul.autocomplete li.active,
.design-search.v2 ul.autocomplete li:hover {
  background: white;
  color: #4AB37E;
}
.design-search.v2 .main-col .design-list-single {
  margin-top: 20px;
}
.design-search.v2 .design-list-single h1 {
  font-size: 24px;
}
.design-search.v2 .design-list-single .favorite-star {
  font-size: 24px;
}
.design-search.v2 .design-list-single a.btnV2 {
  color: white;
}
.design-search.v2 .design-list-single a.btnV2:hover {
  text-decoration: none;
}
.design-search.v2 .design-list-single .design-styles {
  margin-top: 10px;
}
.design-search.v2 .design-list-single .design-styles .design-style {
  border: 1px solid #999999;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 4px transparent;
}
.design-search.v2 .design-list-single .design-styles .design-style.active {
  margin: 0 2px;
  padding: 1px;
  box-shadow: 0 0 0 4px #cfcfcf;
}
.design-search.v2 .design-list-single .btn {
  font-family: brandon-grotesque;
  padding: 16px;
  font-size: 20px;
}
.design-search.v2 .design-list-single .btn i {
  vertical-align: bottom;
  margin-left: 10px;
}
.design-search.v2 .design-list-single #btnCustomize {
  font-family: brandon-grotesque;
  margin: 20px 0;
  color: white;
}
.design-search.v2 .design-list-single #btnCustomize:hover {
  text-decoration: none;
}
.design-search.v2 .design-list-single .btn-default {
  color: #4AB37E;
  text-align: left;
  padding-left: 0;
}
.design-search.v2 .design-list-single .btn-default:hover,
.design-search.v2 .design-list-single .btn-default:active,
.design-search.v2 .design-list-single .btn-default:focus {
  color: #216E47;
  background-color: white;
  text-decoration: none;
}
.design-search.v2 .design-list-single .desc {
  margin: 10px 0;
  color: #333333;
}
.design-search.v2 .design-list-single .desc small {
  display: block;
  margin-top: 10px;
  color: #999999;
  font-style: italic;
}
.design-search.v2 .design-list-single .design {
  margin-top: -20px;
  border: none;
}
.design-search.v2 .design-list-single .design img {
  margin: 0 0 20px;
}
.design-search.v2 .design-list-single .ds-container {
  height: unset;
  text-align: center;
  cursor: pointer;
  font-family: brandon-grotesque;
  font-size: 18px;
  margin: 0 auto 20px;
}
.design-search.v2 .design-list-single .ds-container:hover {
  color: #4AB37E;
}
.design-search.v2 .design-list-single .ds-container:hover .double-sided {
  background-image: url("/pub/_images/design/ds-large-hover2.png");
}
.design-search.v2 .design-list-single .ds-container span {
  vertical-align: top;
}
.design-search.v2 .design-list-single .ds-container .double-sided {
  display: inline-block;
  background-image: url("/pub/_images/design/ds-large2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  right: unset;
}
.design-search.v2 .design-list-single .ds-container .double-sided img {
  opacity: 0;
  width: unset;
  max-width: unset;
  vertical-align: unset;
}
.design-search.v2 .design-list-single .ds-container .double-sided:hover,
.design-search.v2 .design-list-single .ds-container .double-sided:active {
  background-image: url("/pub/_images/design/ds-large-hover2.png");
}
.design-search.v2 .design-list-single .related-designs {
  font-family: brandon-grotesque;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  font-size: 16px;
}
.design-search.v2 .design-list-single .related-designs h2 {
  color: #CCCCCC;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 20px;
}
.design-search.v2 .design-list-single .related-designs .related-designs-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.design-search.v2 .design-list-single .related-designs .related-container {
  display: inline-block;
  max-width: 340px;
  cursor: pointer;
}
.design-search.v2 .design-list-single .related-designs .related-container div {
  font-weight: bold;
  color: #333333;
}
.design-search.v2 .design-list-single .related-designs .related-container div div {
  padding: 20px;
}
.design-search.v2 .design-list-single .related-designs .related-container div:hover {
  text-decoration: none;
  color: #4AB37E;
}
.design-search.v2 .design-list-other {
  font-family: brandon-grotesque;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  font-size: 16px;
  width: unset;
}
.design-search.v2 .design-list-other h2 {
  color: #CCCCCC;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 20px;
}
.design-search.v2 .design-list-other .other-container {
  display: inline-block;
  padding: 20px;
  cursor: pointer;
}
.design-search.v2 .design-list-other .other-container div {
  padding: 20px;
}
.design-search.v2 .design-list-other .other-container a {
  font-weight: bold;
  color: #333333;
}
.design-search.v2 .design-list-other .other-container a:hover {
  text-decoration: none;
  color: #4AB37E;
}
.design-search.v2 .design-list .design {
  width: 33%;
}
@media (max-width: 1270px) {
  .design-search.v2 .design-list .design {
    width: 48%;
  }
}
@media (max-width: 690px) {
  .design-search.v2 .design-list .design {
    width: 300px;
  }
}
.design-search.v2 .design-list .design .ds-container {
  text-align: left;
  cursor: pointer;
  font-family: brandon-grotesque;
  margin-bottom: 5px;
}
.design-search.v2 .design-list .design .ds-container:hover {
  color: #4AB37E;
}
.design-search.v2 .design-list .design .ds-container:hover .double-sided {
  background: url("/pub/_images/design/ds-small-hover2.png");
}
.design-search.v2 .design-list .design .ds-container span {
  padding-left: 40px;
}
.design-search.v2 .design-list .design .ds-container .double-sided {
  background: url("/pub/_images/design/ds-small2.png");
  left: 0;
  right: unset;
}
.design-search.v2 .design-list .design .ds-container .double-sided img {
  width: unset;
}
.design-search.v2 .design-list .design .ds-container .double-sided:hover,
.design-search.v2 .design-list .design .ds-container .double-sided:active {
  background: url("/pub/_images/design/ds-small-hover2.png");
}
.design-search.v2 .design-list .design .pick-design2 {
  top: 0;
  right: 0;
}
.design-search.v2 .design-list .design .pick-design2 .btn {
  border-radius: 0;
}
.design-search.v2 .design-list .design .pick-design2 .btn:hover {
  background-color: #269D64;
  color: #fff;
}
.design-search.v2 .collection-menu {
  font-family: Helvetica Neue, Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  color: #777777;
  font-size: 12px;
  line-height: 16pt;
  padding: 20px 0 0;
  left: -2px;
  overflow: auto;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
.design-search.v2 .collection-menu .featured strong {
  font-size: 14px;
}
.design-search.v2 .collection-menu strong {
  color: #333333;
  font-size: 15px;
}
.design-search.v2 .collection-menu a {
  color: #666666;
}
.design-search.v2 .collection-menu a:hover,
.design-search.v2 .collection-menu a strong:hover {
  text-decoration: none;
  color: #4AB37E;
}
.design-search.v2 .collection-menu .header {
  font-family: brandon-grotesque;
  margin: 15px 0 5px;
}
.design-search.v2 .collection-menu .panel-body {
  padding: 0 15px;
}
.design-search.v2 .collection-menu .business {
  background: #f9f9f9;
  border-radius: 4px;
  margin-top: -2em;
  padding-top: 2em;
  padding-left: 3em;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .design-search.v2 .collection-menu .business {
    height: unset;
    padding-bottom: 30px;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-height: 700px) and (min-height: 300px) {
  .design-search.v2 .collection-menu {
    max-height: 250px;
  }
}
@media (max-height: 700px) and (min-height: 400px) {
  .design-search.v2 .collection-menu {
    max-height: 350px;
  }
}
@media (max-height: 700px) and (min-height: 500px) {
  .design-search.v2 .collection-menu {
    max-height: 450px;
  }
}
@media (max-width: 767px) and (min-height: 700px) {
  .design-search.v2 .collection-menu {
    max-height: 650px;
  }
}
.design-search.v2 .design-search-top-section {
  padding-bottom: 0;
}
.design-search.v2 .design-search-top-section .search-bar {
  font-family: brandon-grotesque;
  font-size: 16px;
}
.design-search.v2 .design-search-top-section .search-bar .col1 {
  background-color: #4AB37E;
  border-color: #4AB37E;
}
@media (max-width: 767px) {
  .design-search.v2 .design-search-top-section .search-bar .col1 {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin: 10px 0;
  }
}
.design-search.v2 .design-search-top-section .search-bar .col2 {
  border-color: #CCCCCC;
}
@media (min-width: 767px) {
  .design-search.v2 .design-search-top-section .search-bar .col2 {
    border-left: none;
  }
}
.design-search.v2 .design-search-top-section .search-bar .col2 i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.design-search.v2 .design-search-top-section .search-bar .col2:focus-within {
  border-color: #4AB37E;
}
.design-search.v2 .design-search-top-section .search-bar .col3 {
  width: 190px;
  text-align: right;
}
@media (max-width: 767px) {
  .design-search.v2 .design-search-top-section .search-bar .col3 {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.design-search.v2 .design-search-top-section .search-bar .col3 a {
  padding-right: 0;
  border: none;
  background: none;
  color: #777777;
  font-size: 16px;
}
.design-search.v2 .design-search-top-section .search-bar .col3 a.green {
  color: #4AB37E;
}
.design-search.v2 .design-search-top-section .search-bar .col3 a.green:hover {
  color: #216E47;
}
.design-search.v2 .design-search-top-section .search-bar .col3 a:hover {
  cursor: pointer;
  color: #4AB37E;
  text-decoration: none;
}
.design-search.v2 .design-search-top-section.navbar-fixed-top {
  padding: 10px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.design-search.v2 .filter-dropdown {
  padding-top: 26px;
}
@media (max-width: 767px) {
  .design-search.v2 .filter-dropdown {
    padding-top: 10px;
  }
}
.design-search.v2 .filter-dropdown .btn {
  text-align: left;
  padding: 10px 0;
  border-radius: 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.design-search.v2 .filter-dropdown .btn:hover i,
.design-search.v2 .filter-dropdown .btn:focus i {
  color: #4AB37E;
}
.design-search.v2 #sidebar {
  position: fixed;
  overflow-y: hidden;
  margin-top: 20px;
}
.design-search.v2 #sidebar:hover {
  overflow-y: auto;
}
.design-search.v2 .sidebar__inner {
  padding-bottom: 100px;
}
.design-search.v2 .design-search-filter-menu {
  width: 260px;
  font-size: 14px;
}
.design-search.v2 .design-search-filter-menu .header {
  font-family: brandon-grotesque;
  font-size: 16px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  color: #333333;
  padding: 10px;
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .design-search.v2 .design-search-filter-menu .header {
    padding-right: 20px;
  }
}
.design-search.v2 .design-search-filter-menu a {
  color: #4AB37E;
}
.design-search.v2 .design-search-filter-menu a:hover {
  cursor: pointer;
  color: #216E47;
  text-decoration: none;
}
.design-search.v2 .design-search-filter-menu .section .filter-header {
  font-family: brandon-grotesque;
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
  color: #333333;
  text-transform: uppercase;
}
.design-search.v2 .design-search-filter-menu .section .filter-header em {
  color: #999999;
}
.design-search.v2 .design-search-filter-menu .section .filter-header i {
  margin-left: 10px;
}
.design-search.v2 .design-search-filter-menu .section .color {
  margin: 4px;
}
.design-search.v2 .design-search-filter-menu .section .color:hover {
  opacity: 0.5;
}
.design-search.v2 .design-search-filter-menu .section .color.active {
  width: 18px;
  height: 18px;
  margin: 0 2px;
  padding: 1px;
  border: 2px solid white;
  box-shadow: 0 0 0 1px #4AB37E;
}
.design-search.v2 .design-search-filter-menu .section .sizebox {
  border-bottom: 1px solid #CCCCCC;
}
.design-search.v2 .design-search-filter-menu .section .sizebox.portrait {
  width: 41px;
  height: 60px;
}
.design-search.v2 .design-search-filter-menu .section .sizebox.landscapel {
  width: 60px;
  height: 41px;
}
.design-search.v2 .design-search-filter-menu .section .sizebox.square {
  width: 52px;
  height: 52px;
}
.design-search.v2 .design-search-filter-menu .section .sizebox.landscapes {
  width: 40px;
  height: 25px;
}
.design-search.v2 .design-search-filter-menu .section .sizebox:hover {
  background-color: #e0e0e0;
}
.design-search.v2 .design-search-filter-menu .section .sizebox.active {
  border: 1px solid #4AB37E;
  box-shadow: none;
}
.design-search.v2 .design-search-filter-menu .section ul {
  list-style: none;
  margin: 0;
  padding: 5px;
}
.design-search.v2 .design-search-filter-menu .section ul li {
  color: #333333;
  padding: 2px;
}
.design-search.v2 .design-search-filter-menu .section ul li ul {
  padding: 0 10px;
  padding-top: 10px;
}
.design-search.v2 .design-search-filter-menu .section ul li ul li:hover {
  cursor: pointer;
}
.design-search.v2 .design-search-filter-menu .section ul li ul li:hover a {
  color: #4AB37E;
}
.design-search.v2 .design-search-filter-menu .section ul li a {
  padding-left: 12px;
  color: #333333;
}
.design-search.v2 .design-search-filter-menu .section ul li a.active {
  padding-left: 10px;
  border-left: 2px solid #4AB37E;
}
.design-search.v2 .design-search-filter-menu .section ul li label.gv-checkbox a {
  padding-left: 0;
}
.design-search.v2 .design-search-filter-menu .section ul li:hover {
  cursor: pointer;
  color: #4AB37E;
}
.design-search.v2 .design-search-filter-menu .section ul li:hover a {
  color: #4AB37E;
}
.design-search.v2 .design-search-filter-menu .section ul li:hover label.gv-checkbox a {
  color: #333333;
}
.design-search.v2 .design-search-filter-menu .section ul li .show-more {
  padding-left: 24px;
  color: #4AB37E;
  text-transform: initial;
  font-size: 14px;
}
.design-search.v2 .designs-found {
  font-style: italic;
  font-family: brandon-grotesque;
  font-size: 20px;
  color: #999999;
  position: absolute;
  top: 8px;
  right: 0;
}
@media (max-width: 767px) {
  .design-search.v2 .designs-found {
    position: static;
  }
}
.design-search.v2 .page-design-search .designs {
  position: relative;
}
.design-search.v2 .page-design-search .collection-menu {
  width: unset;
  overflow-x: hidden;
}
.design-search.v2 .page-design-search .feature-collection {
  margin-bottom: 60px;
  padding: 0;
  background: none;
  border-bottom: none;
  font-size: 12pt;
}
.design-search.v2 .page-design-search .feature-collection h1 {
  max-width: 70%;
  font-size: 24pt;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.design-search.v2 .page-design-search .feature-collection a {
  color: #4AB37E;
}
.design-search.v2 .page-design-search .feature-collection a.feature-link {
  display: unset;
  float: unset;
  margin-top: unset;
  margin-left: 0.3em;
}
.design-search.v2 .page-design-search .feature-collection a:hover {
  cursor: pointer;
  color: #216E47;
  text-decoration: none;
}
.design-search.v2 .page-design-search .feature-designer {
  margin-bottom: 60px;
  padding: 0;
  background: none;
  border-bottom: none;
  font-size: 12pt;
}
.design-search.v2 .page-design-search .feature-designer h1 {
  max-width: 70%;
  font-size: 24pt;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.design-search.v2 .page-design-search .feature-designer a {
  color: #4AB37E;
}
.design-search.v2 .page-design-search .feature-designer a.feature-link {
  display: unset;
  float: unset;
  margin-top: unset;
  margin-left: 0.3em;
}
.design-search.v2 .page-design-search .feature-designer a:hover {
  cursor: pointer;
  color: #216E47;
  text-decoration: none;
}
.design-search.v2 .page-design-search .feature-designer img {
  border: 2px solid #CCCCCC;
}
.design-search.v2 .page-design-search .feature-designer p {
  color: #777;
}
.design-search.v2 #tiles {
  margin: 0 auto;
}
.design-search.v2 #divDesignSuggest {
  font-family: brandon-grotesque;
  background-color: #f9f9f9;
  padding: 30px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.design-search.v2 #divDesignSuggest h2 {
  font-family: brandon-grotesque;
  font-size: 36px;
  color: #333333;
}
.design-search.v2 #divDesignSuggest .design-suggest {
  width: 20%;
  min-width: 300px;
  margin: 10px auto 20px auto;
}
.design-search.v2 .signup-form .form-control {
  margin: 0;
}
.design-search.v2 .modal-content {
  border-radius: 6px;
}
.design-search.v2 #modalFilters .modal-body {
  overflow: auto;
}
@media (min-height: 500px) {
  .design-search.v2 #modalFilters .modal-body {
    max-height: 400px;
  }
}
@media (min-height: 700px) {
  .design-search.v2 #modalFilters .modal-body {
    max-height: 600px;
  }
}
@media (min-height: 900px) {
  .design-search.v2 #modalFilters .modal-body {
    max-height: 800px;
  }
}
@media (min-height: 1200px) {
  .design-search.v2 #modalFilters .modal-body {
    max-height: 1100px;
  }
}
@media (max-width: 1023px) {
  .design-search.v2 .topArrows {
    display: block;
    font-size: 24px;
  }
  .design-search.v2 #searchbar {
    padding-bottom: 0;
  }
  .design-search.v2 .filter-dropdown {
    display: block;
  }
  .design-search.v2 #sidebar {
    display: none;
  }
  .design-search.v2 .main-col {
    margin-left: 0;
  }
  .design-search.v2 .design-search-filter-menu .section {
    border-bottom: 1px solid #CCCCCC;
  }
  .design-search.v2 .design-search-filter-menu .header {
    border-top: none;
    padding: 0 0 10px;
  }
  .design-search.v2 .design-search-filter-menu #color-choices .color {
    margin: 10px;
  }
}
@media (max-height: 600px) {
  .design-search.v2 #modalFilters .modal-body {
    max-height: 500px;
  }
}
@media (min-width: 1023px) {
  .design-search.v2 .topArrows {
    display: none;
  }
  .design-search.v2 .filter-dropdown {
    display: none;
  }
  .design-search.v2 .main-col {
    margin-left: 290px;
  }
  .design-search.v2 #sidebar {
    display: block;
  }
}
/* Pricing Packages */
.purchase .title {
  color: graytext;
  text-align: center;
}
.purchase .total .heading {
  margin-bottom: 5px;
}
.purchase .total .heading img {
  width: 75px;
}
.purchase .total .price {
  color: #3e3e3e;
}
.purchase .total .price-detail {
  color: #3e3e3e;
  font-size: 13px;
  margin-bottom: 5px;
}
.purchase .pricing-container {
  background-color: #F0F0F0;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.purchase .member-features {
  color: #999999;
  margin-bottom: 20px;
}
.purchase .member-feature {
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 13px;
}
.purchase .member-feature .fa {
  font-size: 16px;
  min-width: 30px;
}
.purchase .packages .guestcount {
  background-color: #F1F1F1;
  width: 125px;
  padding: 0;
}
.purchase .packages input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.purchase .packages .guestcount:focus {
  background-color: #FFF;
}
.purchase .packages .guestcountlabel {
  font-size: 16px;
  color: #3e3e3e;
}
.purchase .packages .loading {
  padding-top: 69px;
  padding-bottom: 69px;
  color: #999999;
  background-color: #fff;
}
.purchase .packages .loading:hover {
  background-color: #fff;
}
.purchase .mode-container {
  background-color: #27A868;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.purchase .mode-container .mode {
  display: inline-block;
  font-size: 13px;
  padding: 7px 20px;
  margin-bottom: -1px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  color: #eeeeee;
  min-width: 175px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.purchase .mode-container .mode.active {
  background-color: #fff;
  color: #229B60;
  border: 1px solid #ccc;
  border-bottom: none;
}
.purchase .package-table {
  padding: 20px;
}
.purchase .package-table table {
  width: 100%;
  font-size: 14px;
}
.purchase .package-table table th {
  padding-left: 10px;
}
.purchase .package-table table td {
  padding: 7px;
  padding-left: 10px;
  border: 1px solid #DDD;
  color: #333333;
}
.purchase .package-table table tr.active td {
  background-color: #bfe9f4;
  color: #2fa368;
  font-weight: bold;
}
.purchase .package-table table tr:hover td {
  background-color: #bfe9f4;
}
.purchase .package-table table tr.purchased td {
  color: #999999;
  background-color: #eee;
}
.purchase .package-table table tr.purchased td .price {
  font-style: italic;
}
.purchase .package-table table td.Light {
  color: #a3c4d3;
  border-left: 10px solid #a3c4d3;
}
.purchase .package-table table td.Bronze {
  color: #846330;
  border-left: 10px solid #846330;
}
.purchase .package-table table td.Silver {
  color: #C4C4C4;
  border-left: 10px solid #C4C4C4;
}
.purchase .package-table table td.Gold {
  color: #A29652;
  border-left: 10px solid #A29652;
}
.purchase .package-table table td.Gold5000 {
  color: #9c8f45;
  border-left: 10px solid #9c8f45;
}
.purchase .package-table table td.Gold7500 {
  color: #978a3e;
  border-left: 10px solid #978a3e;
}
.purchase .package-table table td.Gold10000 {
  color: #918438;
  border-left: 10px solid #918438;
}
.purchase .package-table table td.Gold12500 {
  color: #918438;
  border-left: 10px solid #918438;
}
.purchase .package-table table td.Gold15000 {
  color: #8a7d32;
  border-left: 10px solid #8a7d32;
}
.purchase .package-table table td.Gold17500 {
  color: #85782e;
  border-left: 10px solid #85782e;
}
.purchase .package-table table td.Gold20000 {
  color: #7d7128;
  border-left: 10px solid #7d7128;
}
.purchase .package-table table td.Gold30000 {
  color: #766a24;
  border-left: 10px solid #766a24;
}
.purchase .package-table table td.Gold40000 {
  color: #6c611e;
  border-left: 10px solid #6c611e;
}
.purchase .package-table table td.Gold50000 {
  color: #665b1a;
  border-left: 10px solid #665b1a;
}
.purchase .package-table table td.Gold60000 {
  color: #5e5316;
  border-left: 10px solid #5e5316;
}
.purchase .package-table table td.Gold70000 {
  color: #544a11;
  border-left: 10px solid #544a11;
}
.purchase .package-table table td.Gold80000 {
  color: #433b09;
  border-left: 10px solid #433b09;
}
.purchase .package-table table td.Gold90000 {
  color: #383107;
  border-left: 10px solid #383107;
}
.purchase .package-table table td.Gold100000 {
  color: #2a2404;
  border-left: 10px solid #2a2404;
}
.purchase .design-services td.left {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ddd;
}
.purchase .design-services td.right {
  text-align: center;
  width: 200px;
  background-color: #F1F1F1;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.purchase .design-services .name {
  color: #27A868;
  font-size: 20px;
}
.purchase .design-services .descr {
  padding-top: 10px;
  padding-bottom: 10px;
}
.purchase .design-services .price {
  font-size: 20px;
  padding-bottom: 5px;
}
.purchase .step2 .panel-body {
  padding: 30px;
  font-size: 16px;
}
.purchase .step2 .details {
  font-size: 16px;
}
.purchase .step2 .details table {
  width: 100%;
}
.purchase .step2 .details table td.price {
  text-align: right;
}
.purchase .step2 .details table tr.discount {
  color: #CC0000;
}
.purchase .step2 .details table td {
  padding-bottom: 5px;
}
.purchase .step2 .details table tfoot td {
  border-top: 1px solid #F3F3F3;
  padding-top: 10px;
  font-weight: bold;
}
.purchase .step2 .col-md-2,
.purchase .step2 .col-md-3,
.purchase .step2 .col-md-4,
.purchase .step2 .col-md-5,
.purchase .step2 .col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
}
.purchase .eventworks .name {
  font-size: 16px;
  margin-top: 20px;
  color: white;
  padding: 4px;
  background-color: #8466a1;
}
.purchase .faq .question {
  font-weight: bold;
}
.purchase .faq .answer {
  margin-bottom: 10px;
}
/* Range Slider Styling */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.5px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #2bacca;
  border-radius: 0;
  border: 0px solid #dbd58f;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 4px #cccccc, 0 0 2px #d9d9d9;
  border: 1px solid #cccccc;
  height: 16px;
  width: 16px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #46bcd8;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #2bacca;
  border-radius: 0;
  border: 0 solid #dbd58f;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 4px #cccccc, 0 0 2px #d9d9d9;
  border: 1px solid #cccccc;
  height: 16px;
  width: 16px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #248fa8;
  border: 0 solid #dbd58f;
  border-radius: 0;
}
input[type=range]::-ms-fill-upper {
  background: #2bacca;
  border: 0 solid #dbd58f;
  border-radius: 0;
}
input[type=range]::-ms-thumb {
  box-shadow: 2px 2px 4px #cccccc, 0 0 2px #d9d9d9;
  border: 1px solid #cccccc;
  height: 12px;
  width: 12px;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -2px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #2bacca;
}
input[type=range]:focus::-ms-fill-upper {
  background: #46bcd8;
}
/* Up Down Arrows */
.up-down-arrows {
  line-height: 1;
  margin-top: 2px;
  border-spacing: 0;
}
.up-down-arrows td {
  padding: 0;
}
/* No text select */
.no-text-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Google Conversion Frame Fixes */
iframe[name='google_conversion_frame'] {
  left: -300px;
  position: absolute;
}
/*.design-explorer .designer-image img {width: 80px;border: 1px solid #cccccc;}
.design-explorer .designer-info {margin-top: 10px; padding-right: 40px; padding-bottom: 10px;}
.design-explorer .designer-info .name {font-weight: bold; font-size: 16px; margin-bottom: 5px;}*/
ul.autocomplete {
  border: 1px solid #999999;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px;
  list-style-type: none;
  margin: 10px 0 0 -4px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
ul.autocomplete > li {
  background-color: #ffffff;
  cursor: pointer;
  padding: 6px 12px;
}
ul.autocomplete > li.active {
  background-color: #4AB37E;
  color: #ffffff;
}
ul.autocomplete > li:not(.active):hover {
  background-color: #F1F1F1;
}
ul.autocomplete > li:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
ul.autocomplete > li:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
label > input[type='checkbox'],
label > input[type='radio'] {
  display: inline-block;
  margin-right: 4px;
  vertical-align: baseline;
}
/* New 2008 V2 Styles */
/* Utility Classes */
.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.position-relative {
  position: relative;
}
.text-black {
  color: #333333;
}
/* DatePicker */
body.v2 .ui-datepicker {
  background-color: #ffffff;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.0802);
  font-family: "Open Sans";
  font-size: 12px;
  padding: 8px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header {
  background: #ffffff;
  border: 0;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-next {
  cursor: pointer;
  right: -8px;
  top: 8px;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-next:after {
  content: "";
  display: block;
  border-color: #CFCFCF;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 8px;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover {
  background: rgba(0, 0, 0, 0);
  border: 0;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover:after {
  border-color: #777777;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-next > .ui-icon {
  display: none;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-prev {
  cursor: pointer;
  left: 8px;
  top: 8px;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-prev:before {
  content: "";
  display: block;
  border-color: #CFCFCF;
  border-style: solid;
  border-width: 0 0 2px 2px;
  height: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 8px;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover {
  background: rgba(0, 0, 0, 0);
  border: 0;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover:before {
  border-color: #777777;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-prev > .ui-icon {
  display: none;
}
body.v2 .ui-datepicker > .ui-datepicker-header.ui-widget-header > .ui-datepicker-title {
  background: #ffffff;
  color: #777777;
}
body.v2 .ui-datepicker table.ui-datepicker-calendar > tbody > tr > td {
  padding: 2px;
  vertical-align: middle;
}
body.v2 .ui-datepicker table.ui-datepicker-calendar > tbody > tr > td > a {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #333333;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  width: 22px;
}
body.v2 .ui-datepicker table.ui-datepicker-calendar > tbody > tr > td > a.ui-state-active {
  background: #5895AC;
  border: 1px solid #5895AC;
  color: #ffffff;
}
body.v2 .ui-datepicker table.ui-datepicker-calendar > tbody > tr > td > a.ui-state-highlight:not(.ui-state-active) {
  border: 1px solid #CFCFCF;
}
body.v2 .ui-datepicker table.ui-datepicker-calendar > tbody > tr > td > a.ui-state-hover:not(.ui-state-active) {
  background: #FAFAFA;
  border: 1px solid #5895AC;
}
body.v2 .ui-datepicker table.ui-datepicker-calendar > thead > tr > th {
  color: #777777;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
/* Fine Uploader */
.qq-uploader .qq-upload-cancel-selector {
  display: none !important;
}
.qq-uploader > dialog {
  background-color: #ffffff;
  border: none;
  border-radius: 6px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  padding: 25px;
  position: relative;
}
.qq-uploader > dialog.qq-alert-dialog-selector {
  width: 500px;
}
.qq-uploader > dialog a.qq-close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 4px;
}
.qq-uploader > dialog a.qq-close > i {
  color: #777777;
}
.qq-uploader > dialog a.qq-close:hover > i {
  color: #777777;
}
.qq-uploader > dialog .qq-dialog-header {
  color: #777777;
  display: block;
  text-align: center;
}
.qq-uploader > dialog .qq-dialog-header > img {
  height: 30px;
  width: 30px;
}
.qq-uploader > dialog .qq-dialog-header > span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  margin: 16px 0 20px 0;
}
.qq-uploader > dialog .qq-dialog-message-selector {
  color: #777777;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 25px;
  text-align: center;
}
.qq-uploader.v2 {
  background-color: #E9F7F1;
  overflow: hidden;
}
.qq-uploader.v2.dropzone {
  border-color: #2BB573;
}
.qq-uploader.v2.dropzone .fa {
  border-color: #2BB573;
  color: #2BB573;
}
.qq-uploader.v2 .qq-progress-bar {
  background-color: #2BB573;
}
.qq-uploader.v2 .qq-upload-button {
  color: #2BB573;
}
.qq-uploader.v2 .qq-upload-list {
  box-shadow: none;
}
.qq-uploader.v2 .qq-upload-list li {
  background-color: #ffffff;
}
/* GV Audio Player */
.gv-audioplayer {
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.gv-audioplayer > button {
  background-color: #E8E8E8;
  border: none;
  border-radius: 3px 0 0 3px;
  color: #777777;
  float: left;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  transition-duration: 0.25s;
  transition-property: color, background-color;
  transition-timing-function: ease;
  vertical-align: middle;
  width: 80px;
}
.gv-audioplayer > button > i {
  color: #777777;
  display: none;
  font-size: 18px;
  padding: 16px;
  transition: color 0.25s ease;
}
.gv-audioplayer > button > i:hover {
  color: #333333;
}
.gv-audioplayer > button:focus {
  outline: none;
}
.gv-audioplayer > button:hover {
  background-color: #CFCFCF;
  color: #333333;
  outline: none;
}
.gv-audioplayer > button.pause > i.fa-pause {
  display: block;
}
.gv-audioplayer > button.play > i.fa-play {
  display: block;
}
.gv-audioplayer .actions {
  display: block;
  float: right;
  margin: 0;
  padding: 0 12px;
  white-space: nowrap;
}
.gv-audioplayer .actions > a.button,
.gv-audioplayer .actions > button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  margin: 7px 0;
  height: 36px;
  text-align: center;
  transition-duration: 0.25s;
  transition-property: background-color;
  transition-timing-function: ease;
  vertical-align: middle;
  width: 36px;
}
.gv-audioplayer .actions > a.button:focus,
.gv-audioplayer .actions > button:focus,
.gv-audioplayer .actions > a.button:hover,
.gv-audioplayer .actions > button:hover {
  background-color: #EEEEEE;
  outline: none;
  text-decoration: none;
}
.gv-audioplayer .actions > a.button:focus > i,
.gv-audioplayer .actions > button:focus > i,
.gv-audioplayer .actions > a.button:hover > i,
.gv-audioplayer .actions > button:hover > i {
  color: #333333;
}
.gv-audioplayer .actions > a.button > i,
.gv-audioplayer .actions > button > i {
  border-radius: 50%;
  color: #777777;
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: ease;
}
.gv-audioplayer .actions > a.button > i:hover,
.gv-audioplayer .actions > button > i:hover {
  color: #333333;
}
.gv-audioplayer .actions > a.button > i {
  margin-top: 6px;
}
.gv-audioplayer .info {
  display: block;
  float: left;
  line-height: 50px;
  margin: 0;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
.gv-audioplayer .info > input[type=range] {
  position: relative;
  top: 4px;
}
/* GV Collapse Panel */
.gv-collapse-panel {
  margin-bottom: 16px;
}
.gv-collapse-panel > [data-role='toggle'] {
  background-color: #EEEEEE;
  border-radius: 4px;
  color: #4AB37E;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 16px 16px 16px 8px;
  text-align: center;
  transition-duration: 0.25s;
  transition-property: background-color, color;
  transition-timing-function: ease;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.gv-collapse-panel > [data-role='toggle']:after {
  content: "";
  border: none;
  border-bottom: 1.5px solid #4AB37E;
  border-left: 1.5px solid #4AB37E;
  border-radius: 1px;
  display: inline-block;
  height: 9px;
  left: 8px;
  position: relative;
  top: -3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition-duration: 0.25s;
  transition-property: border-bottom, border-left;
  transition-timing-function: ease;
  width: 9px;
}
.gv-collapse-panel > [data-role='toggle']:hover {
  background-color: #E8E8E8;
  color: #269D64;
}
.gv-collapse-panel > [data-role='toggle']:hover:after {
  border-bottom: 1.5px solid #269D64;
  border-left: 1.5px solid #269D64;
}
.gv-collapse-panel > [data-role='content'] {
  display: none;
}
.gv-collapse-panel > [data-role='toggle'].open {
  margin-bottom: 8px;
}
.gv-collapse-panel > [data-role='toggle'].open:after {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 2px;
}
.gv-collapse-panel > [data-role='toggle'].open + [data-role='content'] {
  display: block;
}
/* GV Form */
.gv-form {
  margin-bottom: 24px;
}
.gv-form.flat {
  margin: 0;
}
.gv-form label.gv-input,
.gv-form div.gv-input {
  display: inline-block;
  margin: 8px 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.gv-form label.gv-input.btn-end,
.gv-form div.gv-input.btn-end,
.gv-form label.gv-input.btn-start,
.gv-form div.gv-input.btn-start {
  display: flex;
}
.gv-form label.gv-input .input:disabled,
.gv-form div.gv-input .input:disabled,
.gv-form label.gv-input input:disabled,
.gv-form div.gv-input input:disabled,
.gv-form label.gv-input select:disabled,
.gv-form div.gv-input select:disabled,
.gv-form label.gv-input textarea:disabled,
.gv-form div.gv-input textarea:disabled,
.gv-form label.gv-input .input.disabled,
.gv-form div.gv-input .input.disabled,
.gv-form label.gv-input input.disabled,
.gv-form div.gv-input input.disabled,
.gv-form label.gv-input select.disabled,
.gv-form div.gv-input select.disabled,
.gv-form label.gv-input textarea.disabled,
.gv-form div.gv-input textarea.disabled {
  background-color: #FAFAFA !important;
  color: #333333 !important;
  cursor: not-allowed !important;
}
.gv-form label.gv-input .input:focus,
.gv-form div.gv-input .input:focus,
.gv-form label.gv-input input:focus,
.gv-form div.gv-input input:focus,
.gv-form label.gv-input select:focus,
.gv-form div.gv-input select:focus,
.gv-form label.gv-input textarea:focus,
.gv-form div.gv-input textarea:focus,
.gv-form label.gv-input .input.focus,
.gv-form div.gv-input .input.focus,
.gv-form label.gv-input input.focus,
.gv-form div.gv-input input.focus,
.gv-form label.gv-input select.focus,
.gv-form div.gv-input select.focus,
.gv-form label.gv-input textarea.focus,
.gv-form div.gv-input textarea.focus {
  border-color: #4AB37E !important;
  box-shadow: none!important;
  filter: drop-shadow(0px, 0px, 0px, 0px, rgba(0, 0, 0, 0)) !important;
  outline: none!important;
}
.gv-form label.gv-input .input.error:focus,
.gv-form div.gv-input .input.error:focus,
.gv-form label.gv-input input.error:focus,
.gv-form div.gv-input input.error:focus,
.gv-form label.gv-input select.error:focus,
.gv-form div.gv-input select.error:focus,
.gv-form label.gv-input textarea.error:focus,
.gv-form div.gv-input textarea.error:focus,
.gv-form label.gv-input .input.error.focus,
.gv-form div.gv-input .input.error.focus,
.gv-form label.gv-input input.error.focus,
.gv-form div.gv-input input.error.focus,
.gv-form label.gv-input select.error.focus,
.gv-form div.gv-input select.error.focus,
.gv-form label.gv-input textarea.error.focus,
.gv-form div.gv-input textarea.error.focus {
  border-color: rgba(0, 0, 0, 0) !important;
  outline: #CC0000 auto 5px !important;
}
.gv-form label.gv-input > .input,
.gv-form div.gv-input > .input,
.gv-form label.gv-input > input[type='date'],
.gv-form div.gv-input > input[type='date'],
.gv-form label.gv-input > input[type='datetime'],
.gv-form div.gv-input > input[type='datetime'],
.gv-form label.gv-input > input[type='datetime-local'],
.gv-form div.gv-input > input[type='datetime-local'],
.gv-form label.gv-input > input[type='email'],
.gv-form div.gv-input > input[type='email'],
.gv-form label.gv-input > input[type='month'],
.gv-form div.gv-input > input[type='month'],
.gv-form label.gv-input > input[type='number'],
.gv-form div.gv-input > input[type='number'],
.gv-form label.gv-input > input[type='password'],
.gv-form div.gv-input > input[type='password'],
.gv-form label.gv-input > input[type='search'],
.gv-form div.gv-input > input[type='search'],
.gv-form label.gv-input > input[type='tel'],
.gv-form div.gv-input > input[type='tel'],
.gv-form label.gv-input > input[type='text'],
.gv-form div.gv-input > input[type='text'],
.gv-form label.gv-input > input[type='time'],
.gv-form div.gv-input > input[type='time'],
.gv-form label.gv-input > input[type='url'],
.gv-form div.gv-input > input[type='url'],
.gv-form label.gv-input > input[type='week'],
.gv-form div.gv-input > input[type='week'],
.gv-form label.gv-input > select,
.gv-form div.gv-input > select,
.gv-form label.gv-input > textarea,
.gv-form div.gv-input > textarea {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  color: #777777;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  padding: 8px 10px;
  transition-duration: 0.25s;
  transition-property: background-color, border, color;
  transition-timing-function: ease;
  text-decoration: none;
  vertical-align: middle;
}
.gv-form label.gv-input > .input.btn-ended,
.gv-form div.gv-input > .input.btn-ended,
.gv-form label.gv-input > input[type='date'].btn-ended,
.gv-form div.gv-input > input[type='date'].btn-ended,
.gv-form label.gv-input > input[type='datetime'].btn-ended,
.gv-form div.gv-input > input[type='datetime'].btn-ended,
.gv-form label.gv-input > input[type='datetime-local'].btn-ended,
.gv-form div.gv-input > input[type='datetime-local'].btn-ended,
.gv-form label.gv-input > input[type='email'].btn-ended,
.gv-form div.gv-input > input[type='email'].btn-ended,
.gv-form label.gv-input > input[type='month'].btn-ended,
.gv-form div.gv-input > input[type='month'].btn-ended,
.gv-form label.gv-input > input[type='number'].btn-ended,
.gv-form div.gv-input > input[type='number'].btn-ended,
.gv-form label.gv-input > input[type='password'].btn-ended,
.gv-form div.gv-input > input[type='password'].btn-ended,
.gv-form label.gv-input > input[type='search'].btn-ended,
.gv-form div.gv-input > input[type='search'].btn-ended,
.gv-form label.gv-input > input[type='tel'].btn-ended,
.gv-form div.gv-input > input[type='tel'].btn-ended,
.gv-form label.gv-input > input[type='text'].btn-ended,
.gv-form div.gv-input > input[type='text'].btn-ended,
.gv-form label.gv-input > input[type='time'].btn-ended,
.gv-form div.gv-input > input[type='time'].btn-ended,
.gv-form label.gv-input > input[type='url'].btn-ended,
.gv-form div.gv-input > input[type='url'].btn-ended,
.gv-form label.gv-input > input[type='week'].btn-ended,
.gv-form div.gv-input > input[type='week'].btn-ended,
.gv-form label.gv-input > select.btn-ended,
.gv-form div.gv-input > select.btn-ended,
.gv-form label.gv-input > textarea.btn-ended,
.gv-form div.gv-input > textarea.btn-ended {
  border-radius: 4px 0 0 4px;
}
.gv-form label.gv-input > .input.btn-started,
.gv-form div.gv-input > .input.btn-started,
.gv-form label.gv-input > input[type='date'].btn-started,
.gv-form div.gv-input > input[type='date'].btn-started,
.gv-form label.gv-input > input[type='datetime'].btn-started,
.gv-form div.gv-input > input[type='datetime'].btn-started,
.gv-form label.gv-input > input[type='datetime-local'].btn-started,
.gv-form div.gv-input > input[type='datetime-local'].btn-started,
.gv-form label.gv-input > input[type='email'].btn-started,
.gv-form div.gv-input > input[type='email'].btn-started,
.gv-form label.gv-input > input[type='month'].btn-started,
.gv-form div.gv-input > input[type='month'].btn-started,
.gv-form label.gv-input > input[type='number'].btn-started,
.gv-form div.gv-input > input[type='number'].btn-started,
.gv-form label.gv-input > input[type='password'].btn-started,
.gv-form div.gv-input > input[type='password'].btn-started,
.gv-form label.gv-input > input[type='search'].btn-started,
.gv-form div.gv-input > input[type='search'].btn-started,
.gv-form label.gv-input > input[type='tel'].btn-started,
.gv-form div.gv-input > input[type='tel'].btn-started,
.gv-form label.gv-input > input[type='text'].btn-started,
.gv-form div.gv-input > input[type='text'].btn-started,
.gv-form label.gv-input > input[type='time'].btn-started,
.gv-form div.gv-input > input[type='time'].btn-started,
.gv-form label.gv-input > input[type='url'].btn-started,
.gv-form div.gv-input > input[type='url'].btn-started,
.gv-form label.gv-input > input[type='week'].btn-started,
.gv-form div.gv-input > input[type='week'].btn-started,
.gv-form label.gv-input > select.btn-started,
.gv-form div.gv-input > select.btn-started,
.gv-form label.gv-input > textarea.btn-started,
.gv-form div.gv-input > textarea.btn-started {
  border-radius: 0 4px 4px 0;
}
.gv-form label.gv-input > .input.w-auto,
.gv-form div.gv-input > .input.w-auto,
.gv-form label.gv-input > input[type='date'].w-auto,
.gv-form div.gv-input > input[type='date'].w-auto,
.gv-form label.gv-input > input[type='datetime'].w-auto,
.gv-form div.gv-input > input[type='datetime'].w-auto,
.gv-form label.gv-input > input[type='datetime-local'].w-auto,
.gv-form div.gv-input > input[type='datetime-local'].w-auto,
.gv-form label.gv-input > input[type='email'].w-auto,
.gv-form div.gv-input > input[type='email'].w-auto,
.gv-form label.gv-input > input[type='month'].w-auto,
.gv-form div.gv-input > input[type='month'].w-auto,
.gv-form label.gv-input > input[type='number'].w-auto,
.gv-form div.gv-input > input[type='number'].w-auto,
.gv-form label.gv-input > input[type='password'].w-auto,
.gv-form div.gv-input > input[type='password'].w-auto,
.gv-form label.gv-input > input[type='search'].w-auto,
.gv-form div.gv-input > input[type='search'].w-auto,
.gv-form label.gv-input > input[type='tel'].w-auto,
.gv-form div.gv-input > input[type='tel'].w-auto,
.gv-form label.gv-input > input[type='text'].w-auto,
.gv-form div.gv-input > input[type='text'].w-auto,
.gv-form label.gv-input > input[type='time'].w-auto,
.gv-form div.gv-input > input[type='time'].w-auto,
.gv-form label.gv-input > input[type='url'].w-auto,
.gv-form div.gv-input > input[type='url'].w-auto,
.gv-form label.gv-input > input[type='week'].w-auto,
.gv-form div.gv-input > input[type='week'].w-auto,
.gv-form label.gv-input > select.w-auto,
.gv-form div.gv-input > select.w-auto,
.gv-form label.gv-input > textarea.w-auto,
.gv-form div.gv-input > textarea.w-auto {
  width: auto!important;
}
.gv-form label.gv-input > .input.w-60p,
.gv-form div.gv-input > .input.w-60p,
.gv-form label.gv-input > input[type='date'].w-60p,
.gv-form div.gv-input > input[type='date'].w-60p,
.gv-form label.gv-input > input[type='datetime'].w-60p,
.gv-form div.gv-input > input[type='datetime'].w-60p,
.gv-form label.gv-input > input[type='datetime-local'].w-60p,
.gv-form div.gv-input > input[type='datetime-local'].w-60p,
.gv-form label.gv-input > input[type='email'].w-60p,
.gv-form div.gv-input > input[type='email'].w-60p,
.gv-form label.gv-input > input[type='month'].w-60p,
.gv-form div.gv-input > input[type='month'].w-60p,
.gv-form label.gv-input > input[type='number'].w-60p,
.gv-form div.gv-input > input[type='number'].w-60p,
.gv-form label.gv-input > input[type='password'].w-60p,
.gv-form div.gv-input > input[type='password'].w-60p,
.gv-form label.gv-input > input[type='search'].w-60p,
.gv-form div.gv-input > input[type='search'].w-60p,
.gv-form label.gv-input > input[type='tel'].w-60p,
.gv-form div.gv-input > input[type='tel'].w-60p,
.gv-form label.gv-input > input[type='text'].w-60p,
.gv-form div.gv-input > input[type='text'].w-60p,
.gv-form label.gv-input > input[type='time'].w-60p,
.gv-form div.gv-input > input[type='time'].w-60p,
.gv-form label.gv-input > input[type='url'].w-60p,
.gv-form div.gv-input > input[type='url'].w-60p,
.gv-form label.gv-input > input[type='week'].w-60p,
.gv-form div.gv-input > input[type='week'].w-60p,
.gv-form label.gv-input > select.w-60p,
.gv-form div.gv-input > select.w-60p,
.gv-form label.gv-input > textarea.w-60p,
.gv-form div.gv-input > textarea.w-60p {
  width: 60%!important;
}
.gv-form label.gv-input > .input.w-100p,
.gv-form div.gv-input > .input.w-100p,
.gv-form label.gv-input > input[type='date'].w-100p,
.gv-form div.gv-input > input[type='date'].w-100p,
.gv-form label.gv-input > input[type='datetime'].w-100p,
.gv-form div.gv-input > input[type='datetime'].w-100p,
.gv-form label.gv-input > input[type='datetime-local'].w-100p,
.gv-form div.gv-input > input[type='datetime-local'].w-100p,
.gv-form label.gv-input > input[type='email'].w-100p,
.gv-form div.gv-input > input[type='email'].w-100p,
.gv-form label.gv-input > input[type='month'].w-100p,
.gv-form div.gv-input > input[type='month'].w-100p,
.gv-form label.gv-input > input[type='number'].w-100p,
.gv-form div.gv-input > input[type='number'].w-100p,
.gv-form label.gv-input > input[type='password'].w-100p,
.gv-form div.gv-input > input[type='password'].w-100p,
.gv-form label.gv-input > input[type='search'].w-100p,
.gv-form div.gv-input > input[type='search'].w-100p,
.gv-form label.gv-input > input[type='tel'].w-100p,
.gv-form div.gv-input > input[type='tel'].w-100p,
.gv-form label.gv-input > input[type='text'].w-100p,
.gv-form div.gv-input > input[type='text'].w-100p,
.gv-form label.gv-input > input[type='time'].w-100p,
.gv-form div.gv-input > input[type='time'].w-100p,
.gv-form label.gv-input > input[type='url'].w-100p,
.gv-form div.gv-input > input[type='url'].w-100p,
.gv-form label.gv-input > input[type='week'].w-100p,
.gv-form div.gv-input > input[type='week'].w-100p,
.gv-form label.gv-input > select.w-100p,
.gv-form div.gv-input > select.w-100p,
.gv-form label.gv-input > textarea.w-100p,
.gv-form div.gv-input > textarea.w-100p {
  width: 100%!important;
}
.gv-form label.gv-input > .input > input,
.gv-form div.gv-input > .input > input,
.gv-form label.gv-input > input[type='date'] > input,
.gv-form div.gv-input > input[type='date'] > input,
.gv-form label.gv-input > input[type='datetime'] > input,
.gv-form div.gv-input > input[type='datetime'] > input,
.gv-form label.gv-input > input[type='datetime-local'] > input,
.gv-form div.gv-input > input[type='datetime-local'] > input,
.gv-form label.gv-input > input[type='email'] > input,
.gv-form div.gv-input > input[type='email'] > input,
.gv-form label.gv-input > input[type='month'] > input,
.gv-form div.gv-input > input[type='month'] > input,
.gv-form label.gv-input > input[type='number'] > input,
.gv-form div.gv-input > input[type='number'] > input,
.gv-form label.gv-input > input[type='password'] > input,
.gv-form div.gv-input > input[type='password'] > input,
.gv-form label.gv-input > input[type='search'] > input,
.gv-form div.gv-input > input[type='search'] > input,
.gv-form label.gv-input > input[type='tel'] > input,
.gv-form div.gv-input > input[type='tel'] > input,
.gv-form label.gv-input > input[type='text'] > input,
.gv-form div.gv-input > input[type='text'] > input,
.gv-form label.gv-input > input[type='time'] > input,
.gv-form div.gv-input > input[type='time'] > input,
.gv-form label.gv-input > input[type='url'] > input,
.gv-form div.gv-input > input[type='url'] > input,
.gv-form label.gv-input > input[type='week'] > input,
.gv-form div.gv-input > input[type='week'] > input,
.gv-form label.gv-input > select > input,
.gv-form div.gv-input > select > input,
.gv-form label.gv-input > textarea > input,
.gv-form div.gv-input > textarea > input,
.gv-form label.gv-input > .input select,
.gv-form div.gv-input > .input select,
.gv-form label.gv-input > input[type='date'] select,
.gv-form div.gv-input > input[type='date'] select,
.gv-form label.gv-input > input[type='datetime'] select,
.gv-form div.gv-input > input[type='datetime'] select,
.gv-form label.gv-input > input[type='datetime-local'] select,
.gv-form div.gv-input > input[type='datetime-local'] select,
.gv-form label.gv-input > input[type='email'] select,
.gv-form div.gv-input > input[type='email'] select,
.gv-form label.gv-input > input[type='month'] select,
.gv-form div.gv-input > input[type='month'] select,
.gv-form label.gv-input > input[type='number'] select,
.gv-form div.gv-input > input[type='number'] select,
.gv-form label.gv-input > input[type='password'] select,
.gv-form div.gv-input > input[type='password'] select,
.gv-form label.gv-input > input[type='search'] select,
.gv-form div.gv-input > input[type='search'] select,
.gv-form label.gv-input > input[type='tel'] select,
.gv-form div.gv-input > input[type='tel'] select,
.gv-form label.gv-input > input[type='text'] select,
.gv-form div.gv-input > input[type='text'] select,
.gv-form label.gv-input > input[type='time'] select,
.gv-form div.gv-input > input[type='time'] select,
.gv-form label.gv-input > input[type='url'] select,
.gv-form div.gv-input > input[type='url'] select,
.gv-form label.gv-input > input[type='week'] select,
.gv-form div.gv-input > input[type='week'] select,
.gv-form label.gv-input > select select,
.gv-form div.gv-input > select select,
.gv-form label.gv-input > textarea select,
.gv-form div.gv-input > textarea select,
.gv-form label.gv-input > .input textarea,
.gv-form div.gv-input > .input textarea,
.gv-form label.gv-input > input[type='date'] textarea,
.gv-form div.gv-input > input[type='date'] textarea,
.gv-form label.gv-input > input[type='datetime'] textarea,
.gv-form div.gv-input > input[type='datetime'] textarea,
.gv-form label.gv-input > input[type='datetime-local'] textarea,
.gv-form div.gv-input > input[type='datetime-local'] textarea,
.gv-form label.gv-input > input[type='email'] textarea,
.gv-form div.gv-input > input[type='email'] textarea,
.gv-form label.gv-input > input[type='month'] textarea,
.gv-form div.gv-input > input[type='month'] textarea,
.gv-form label.gv-input > input[type='number'] textarea,
.gv-form div.gv-input > input[type='number'] textarea,
.gv-form label.gv-input > input[type='password'] textarea,
.gv-form div.gv-input > input[type='password'] textarea,
.gv-form label.gv-input > input[type='search'] textarea,
.gv-form div.gv-input > input[type='search'] textarea,
.gv-form label.gv-input > input[type='tel'] textarea,
.gv-form div.gv-input > input[type='tel'] textarea,
.gv-form label.gv-input > input[type='text'] textarea,
.gv-form div.gv-input > input[type='text'] textarea,
.gv-form label.gv-input > input[type='time'] textarea,
.gv-form div.gv-input > input[type='time'] textarea,
.gv-form label.gv-input > input[type='url'] textarea,
.gv-form div.gv-input > input[type='url'] textarea,
.gv-form label.gv-input > input[type='week'] textarea,
.gv-form div.gv-input > input[type='week'] textarea,
.gv-form label.gv-input > select textarea,
.gv-form div.gv-input > select textarea,
.gv-form label.gv-input > textarea textarea,
.gv-form div.gv-input > textarea textarea {
  display: block;
  width: 100%;
}
.gv-form label.gv-input.block,
.gv-form div.gv-input.block {
  display: block;
  width: 100%!important;
}
.gv-form label.gv-input.date,
.gv-form div.gv-input.date,
.gv-form label.gv-input.icon,
.gv-form div.gv-input.icon,
.gv-form label.gv-input.search,
.gv-form div.gv-input.search,
.gv-form label.gv-input.time,
.gv-form div.gv-input.time {
  width: auto;
}
.gv-form label.gv-input.date > .input,
.gv-form div.gv-input.date > .input,
.gv-form label.gv-input.icon > .input,
.gv-form div.gv-input.icon > .input,
.gv-form label.gv-input.search > .input,
.gv-form div.gv-input.search > .input,
.gv-form label.gv-input.time > .input,
.gv-form div.gv-input.time > .input,
.gv-form label.gv-input.date > input,
.gv-form div.gv-input.date > input,
.gv-form label.gv-input.icon > input,
.gv-form div.gv-input.icon > input,
.gv-form label.gv-input.search > input,
.gv-form div.gv-input.search > input,
.gv-form label.gv-input.time > input,
.gv-form div.gv-input.time > input {
  padding-right: 36px;
}
.gv-form label.gv-input.date:before,
.gv-form div.gv-input.date:before,
.gv-form label.gv-input.icon:before,
.gv-form div.gv-input.icon:before,
.gv-form label.gv-input.search:before,
.gv-form div.gv-input.search:before,
.gv-form label.gv-input.time:before,
.gv-form div.gv-input.time:before {
  color: #777777;
  content: '';
  display: inline-block;
  float: right;
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  font-weight: 400;
  left: -28px;
  position: relative;
  top: 6px;
  transition: color 0.25s ease;
  width: 0;
}
.gv-form label.gv-input.date.date:before,
.gv-form div.gv-input.date.date:before,
.gv-form label.gv-input.icon.date:before,
.gv-form div.gv-input.icon.date:before,
.gv-form label.gv-input.search.date:before,
.gv-form div.gv-input.search.date:before,
.gv-form label.gv-input.time.date:before,
.gv-form div.gv-input.time.date:before {
  content: '\f133';
}
.gv-form label.gv-input.date.search:before,
.gv-form div.gv-input.date.search:before,
.gv-form label.gv-input.icon.search:before,
.gv-form div.gv-input.icon.search:before,
.gv-form label.gv-input.search.search:before,
.gv-form div.gv-input.search.search:before,
.gv-form label.gv-input.time.search:before,
.gv-form div.gv-input.time.search:before {
  content: '\f002';
}
.gv-form label.gv-input.date.time:before,
.gv-form div.gv-input.date.time:before,
.gv-form label.gv-input.icon.time:before,
.gv-form div.gv-input.icon.time:before,
.gv-form label.gv-input.search.time:before,
.gv-form div.gv-input.search.time:before,
.gv-form label.gv-input.time.time:before,
.gv-form div.gv-input.time.time:before {
  content: '\f017';
}
.gv-form label.gv-input.date.time.timepicker > .input,
.gv-form div.gv-input.date.time.timepicker > .input,
.gv-form label.gv-input.icon.time.timepicker > .input,
.gv-form div.gv-input.icon.time.timepicker > .input,
.gv-form label.gv-input.search.time.timepicker > .input,
.gv-form div.gv-input.search.time.timepicker > .input,
.gv-form label.gv-input.time.time.timepicker > .input,
.gv-form div.gv-input.time.time.timepicker > .input {
  padding: 0;
}
.gv-form label.gv-input.date.time.timepicker > .input > .gv-timepicker > span,
.gv-form div.gv-input.date.time.timepicker > .input > .gv-timepicker > span,
.gv-form label.gv-input.icon.time.timepicker > .input > .gv-timepicker > span,
.gv-form div.gv-input.icon.time.timepicker > .input > .gv-timepicker > span,
.gv-form label.gv-input.search.time.timepicker > .input > .gv-timepicker > span,
.gv-form div.gv-input.search.time.timepicker > .input > .gv-timepicker > span,
.gv-form label.gv-input.time.time.timepicker > .input > .gv-timepicker > span,
.gv-form div.gv-input.time.time.timepicker > .input > .gv-timepicker > span {
  padding: 8px 36px 8px 10px;
}
.gv-form label.gv-input.date.time.timepicker > .input > .gv-timepicker > .gv-timepicker-dropdown,
.gv-form div.gv-input.date.time.timepicker > .input > .gv-timepicker > .gv-timepicker-dropdown,
.gv-form label.gv-input.icon.time.timepicker > .input > .gv-timepicker > .gv-timepicker-dropdown,
.gv-form div.gv-input.icon.time.timepicker > .input > .gv-timepicker > .gv-timepicker-dropdown,
.gv-form label.gv-input.search.time.timepicker > .input > .gv-timepicker > .gv-timepicker-dropdown,
.gv-form div.gv-input.search.time.timepicker > .input > .gv-timepicker > .gv-timepicker-dropdown,
.gv-form label.gv-input.time.time.timepicker > .input > .gv-timepicker > .gv-timepicker-dropdown,
.gv-form div.gv-input.time.time.timepicker > .input > .gv-timepicker > .gv-timepicker-dropdown {
  margin: 1px 0 0 -1px;
}
.gv-form label.gv-input.date:after,
.gv-form div.gv-input.date:after,
.gv-form label.gv-input.icon:after,
.gv-form div.gv-input.icon:after,
.gv-form label.gv-input.search:after,
.gv-form div.gv-input.search:after,
.gv-form label.gv-input.time:after,
.gv-form div.gv-input.time:after {
  content: "";
  display: block;
}
.gv-form label.gv-input.inline,
.gv-form div.gv-input.inline {
  width: auto;
}
.gv-form label.gv-input.flat,
.gv-form div.gv-input.flat {
  margin-bottom: 0;
}
.gv-form label.gv-input.mini,
.gv-form div.gv-input.mini {
  margin: 0;
}
.gv-form label.gv-input.mini > .input,
.gv-form div.gv-input.mini > .input,
.gv-form label.gv-input.mini > input[type='date'],
.gv-form div.gv-input.mini > input[type='date'],
.gv-form label.gv-input.mini > input[type='datetime'],
.gv-form div.gv-input.mini > input[type='datetime'],
.gv-form label.gv-input.mini > input[type='datetime-local'],
.gv-form div.gv-input.mini > input[type='datetime-local'],
.gv-form label.gv-input.mini > input[type='email'],
.gv-form div.gv-input.mini > input[type='email'],
.gv-form label.gv-input.mini > input[type='month'],
.gv-form div.gv-input.mini > input[type='month'],
.gv-form label.gv-input.mini > input[type='number'],
.gv-form div.gv-input.mini > input[type='number'],
.gv-form label.gv-input.mini > input[type='password'],
.gv-form div.gv-input.mini > input[type='password'],
.gv-form label.gv-input.mini > input[type='search'],
.gv-form div.gv-input.mini > input[type='search'],
.gv-form label.gv-input.mini > input[type='tel'],
.gv-form div.gv-input.mini > input[type='tel'],
.gv-form label.gv-input.mini > input[type='text'],
.gv-form div.gv-input.mini > input[type='text'],
.gv-form label.gv-input.mini > input[type='time'],
.gv-form div.gv-input.mini > input[type='time'],
.gv-form label.gv-input.mini > input[type='url'],
.gv-form div.gv-input.mini > input[type='url'],
.gv-form label.gv-input.mini > input[type='week'],
.gv-form div.gv-input.mini > input[type='week'],
.gv-form label.gv-input.mini > select,
.gv-form div.gv-input.mini > select,
.gv-form label.gv-input.mini > textarea,
.gv-form div.gv-input.mini > textarea {
  font-size: 12px;
  padding: 6px 10px;
}
.gv-form label.gv-input.mini > .gv-dropdown-wrapper,
.gv-form div.gv-input.mini > .gv-dropdown-wrapper {
  position: relative;
  font-size: 12px;
}
.gv-form label.gv-input.mini > .gv-dropdown-wrapper > .gv-dropdown-menu > li > a,
.gv-form div.gv-input.mini > .gv-dropdown-wrapper > .gv-dropdown-menu > li > a {
  font-size: 12px;
  padding: 6px 10px;
}
.gv-form label.gv-input.mini > .gv-dropdown-wrapper > .gv-dropdown-menu > li:first-child > a,
.gv-form div.gv-input.mini > .gv-dropdown-wrapper > .gv-dropdown-menu > li:first-child > a {
  padding: 6px 34px 6px 10px;
}
.gv-form label.gv-input.mini > .gv-dropdown-wrapper > .gv-dropdown-toggle,
.gv-form div.gv-input.mini > .gv-dropdown-wrapper > .gv-dropdown-toggle {
  font-size: 12px;
  padding: 6px 26px 6px 10px;
}
.gv-form label.gv-input.mini.date:before,
.gv-form div.gv-input.mini.date:before,
.gv-form label.gv-input.mini.icon:before,
.gv-form div.gv-input.mini.icon:before,
.gv-form label.gv-input.mini.search:before,
.gv-form div.gv-input.mini.search:before,
.gv-form label.gv-input.mini.time:before,
.gv-form div.gv-input.mini.time:before {
  font-size: 12px;
  left: -22px;
  top: 7px;
}
.gv-form label.gv-input.mini.date > .input,
.gv-form div.gv-input.mini.date > .input,
.gv-form label.gv-input.mini.icon > .input,
.gv-form div.gv-input.mini.icon > .input,
.gv-form label.gv-input.mini.search > .input,
.gv-form div.gv-input.mini.search > .input,
.gv-form label.gv-input.mini.time > .input,
.gv-form div.gv-input.mini.time > .input,
.gv-form label.gv-input.mini.date > input,
.gv-form div.gv-input.mini.date > input,
.gv-form label.gv-input.mini.icon > input,
.gv-form div.gv-input.mini.icon > input,
.gv-form label.gv-input.mini.search > input,
.gv-form div.gv-input.mini.search > input,
.gv-form label.gv-input.mini.time > input,
.gv-form div.gv-input.mini.time > input {
  padding-right: 30px;
}
.gv-form label.gv-input > .double,
.gv-form div.gv-input > .double {
  display: inline-block;
  vertical-align: middle;
}
.gv-form label.gv-input > .double:after,
.gv-form div.gv-input > .double:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.gv-form label.gv-input > .double label.gv-input,
.gv-form div.gv-input > .double label.gv-input,
.gv-form label.gv-input > .double div.gv-input,
.gv-form div.gv-input > .double div.gv-input {
  width: 48%;
  margin-bottom: 0;
}
.gv-form label.gv-input > .double label.gv-input:before,
.gv-form div.gv-input > .double label.gv-input:before,
.gv-form label.gv-input > .double div.gv-input:before,
.gv-form div.gv-input > .double div.gv-input:before {
  left: -25px;
  top: 7px;
}
.gv-form label.gv-input > .double label.gv-input:last-child,
.gv-form div.gv-input > .double label.gv-input:last-child,
.gv-form label.gv-input > .double div.gv-input:last-child,
.gv-form div.gv-input > .double div.gv-input:last-child {
  float: right;
}
.gv-form label.gv-input > .double label.gv-input > .input,
.gv-form div.gv-input > .double label.gv-input > .input,
.gv-form label.gv-input > .double div.gv-input > .input,
.gv-form div.gv-input > .double div.gv-input > .input,
.gv-form label.gv-input > .double label.gv-input > input,
.gv-form div.gv-input > .double label.gv-input > input,
.gv-form label.gv-input > .double div.gv-input > input,
.gv-form div.gv-input > .double div.gv-input > input,
.gv-form label.gv-input > .double label.gv-input > select,
.gv-form div.gv-input > .double label.gv-input > select,
.gv-form label.gv-input > .double div.gv-input > select,
.gv-form div.gv-input > .double div.gv-input > select,
.gv-form label.gv-input > .double label.gv-input > textarea,
.gv-form div.gv-input > .double label.gv-input > textarea,
.gv-form label.gv-input > .double div.gv-input > textarea,
.gv-form div.gv-input > .double div.gv-input > textarea,
.gv-form label.gv-input > .double label.gv-input > div.gv-dropdown-wrapper,
.gv-form div.gv-input > .double label.gv-input > div.gv-dropdown-wrapper,
.gv-form label.gv-input > .double div.gv-input > div.gv-dropdown-wrapper,
.gv-form div.gv-input > .double div.gv-input > div.gv-dropdown-wrapper {
  display: inline-block;
  width: 100%;
}
.gv-form label.gv-input > .single,
.gv-form div.gv-input > .single {
  display: inline-block;
  vertical-align: middle;
}
.gv-form label.gv-input > .single label.gv-input,
.gv-form div.gv-input > .single label.gv-input {
  width: 100%;
  margin-bottom: 0;
}
.gv-form label.gv-input > .single label.gv-input:before,
.gv-form div.gv-input > .single label.gv-input:before {
  left: -25px;
  top: 7px;
}
.gv-form label.gv-input > .single label.gv-input > .input,
.gv-form div.gv-input > .single label.gv-input > .input,
.gv-form label.gv-input > .single label.gv-input > input,
.gv-form div.gv-input > .single label.gv-input > input,
.gv-form label.gv-input > .single label.gv-input > select,
.gv-form div.gv-input > .single label.gv-input > select,
.gv-form label.gv-input > .single label.gv-input > textarea,
.gv-form div.gv-input > .single label.gv-input > textarea,
.gv-form label.gv-input > .single label.gv-input > div.gv-dropdown-wrapper,
.gv-form div.gv-input > .single label.gv-input > div.gv-dropdown-wrapper {
  display: inline-block;
  width: 100%;
}
.gv-form label.gv-input > span:not(.input),
.gv-form div.gv-input > span:not(.input),
.gv-form label.gv-input div.form-content,
.gv-form div.gv-input div.form-content {
  display: inline-block;
  font-size: 14px;
  margin: 0 4px 0 0;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}
.gv-form label.gv-input > span:not(.input).form-content,
.gv-form div.gv-input > span:not(.input).form-content,
.gv-form label.gv-input div.form-content.form-content,
.gv-form div.gv-input div.form-content.form-content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.gv-form label.gv-input > span:not(.input).text-right,
.gv-form div.gv-input > span:not(.input).text-right,
.gv-form label.gv-input div.form-content.text-right,
.gv-form div.gv-input div.form-content.text-right {
  text-align: right;
}
.gv-form label.gv-input > span:not(.input).w1of2,
.gv-form div.gv-input > span:not(.input).w1of2,
.gv-form label.gv-input div.form-content.w1of2,
.gv-form div.gv-input div.form-content.w1of2 {
  margin-right: 1%!important;
  width: 48%!important;
}
.gv-form label.gv-input > span:not(.input).w1of2 ~ .input,
.gv-form div.gv-input > span:not(.input).w1of2 ~ .input,
.gv-form label.gv-input div.form-content.w1of2 ~ .input,
.gv-form div.gv-input div.form-content.w1of2 ~ .input,
.gv-form label.gv-input > span:not(.input).w1of2 ~ .double,
.gv-form div.gv-input > span:not(.input).w1of2 ~ .double,
.gv-form label.gv-input div.form-content.w1of2 ~ .double,
.gv-form div.gv-input div.form-content.w1of2 ~ .double,
.gv-form label.gv-input > span:not(.input).w1of2 ~ input,
.gv-form div.gv-input > span:not(.input).w1of2 ~ input,
.gv-form label.gv-input div.form-content.w1of2 ~ input,
.gv-form div.gv-input div.form-content.w1of2 ~ input,
.gv-form label.gv-input > span:not(.input).w1of2 ~ select,
.gv-form div.gv-input > span:not(.input).w1of2 ~ select,
.gv-form label.gv-input div.form-content.w1of2 ~ select,
.gv-form div.gv-input div.form-content.w1of2 ~ select,
.gv-form label.gv-input > span:not(.input).w1of2 ~ .single,
.gv-form div.gv-input > span:not(.input).w1of2 ~ .single,
.gv-form label.gv-input div.form-content.w1of2 ~ .single,
.gv-form div.gv-input div.form-content.w1of2 ~ .single,
.gv-form label.gv-input > span:not(.input).w1of2 ~ textarea,
.gv-form div.gv-input > span:not(.input).w1of2 ~ textarea,
.gv-form label.gv-input div.form-content.w1of2 ~ textarea,
.gv-form div.gv-input div.form-content.w1of2 ~ textarea,
.gv-form label.gv-input > span:not(.input).w1of2 ~ .form-content,
.gv-form div.gv-input > span:not(.input).w1of2 ~ .form-content,
.gv-form label.gv-input div.form-content.w1of2 ~ .form-content,
.gv-form div.gv-input div.form-content.w1of2 ~ .form-content,
.gv-form label.gv-input > span:not(.input).w1of2 ~ div.gv-dropdown-wrapper,
.gv-form div.gv-input > span:not(.input).w1of2 ~ div.gv-dropdown-wrapper,
.gv-form label.gv-input div.form-content.w1of2 ~ div.gv-dropdown-wrapper,
.gv-form div.gv-input div.form-content.w1of2 ~ div.gv-dropdown-wrapper {
  width: 50%;
}
.gv-form label.gv-input > span:not(.input).w1of2 ~ span.help-inline,
.gv-form div.gv-input > span:not(.input).w1of2 ~ span.help-inline,
.gv-form label.gv-input div.form-content.w1of2 ~ span.help-inline,
.gv-form div.gv-input div.form-content.w1of2 ~ span.help-inline {
  margin-left: 50%;
}
.gv-form label.gv-input > span:not(.input).w1of3,
.gv-form div.gv-input > span:not(.input).w1of3,
.gv-form label.gv-input div.form-content.w1of3,
.gv-form div.gv-input div.form-content.w1of3 {
  margin-right: 1%!important;
  width: 31%!important;
}
.gv-form label.gv-input > span:not(.input).w1of3 ~ .input,
.gv-form div.gv-input > span:not(.input).w1of3 ~ .input,
.gv-form label.gv-input div.form-content.w1of3 ~ .input,
.gv-form div.gv-input div.form-content.w1of3 ~ .input,
.gv-form label.gv-input > span:not(.input).w1of3 ~ .double,
.gv-form div.gv-input > span:not(.input).w1of3 ~ .double,
.gv-form label.gv-input div.form-content.w1of3 ~ .double,
.gv-form div.gv-input div.form-content.w1of3 ~ .double,
.gv-form label.gv-input > span:not(.input).w1of3 ~ input,
.gv-form div.gv-input > span:not(.input).w1of3 ~ input,
.gv-form label.gv-input div.form-content.w1of3 ~ input,
.gv-form div.gv-input div.form-content.w1of3 ~ input,
.gv-form label.gv-input > span:not(.input).w1of3 ~ select,
.gv-form div.gv-input > span:not(.input).w1of3 ~ select,
.gv-form label.gv-input div.form-content.w1of3 ~ select,
.gv-form div.gv-input div.form-content.w1of3 ~ select,
.gv-form label.gv-input > span:not(.input).w1of3 ~ .single,
.gv-form div.gv-input > span:not(.input).w1of3 ~ .single,
.gv-form label.gv-input div.form-content.w1of3 ~ .single,
.gv-form div.gv-input div.form-content.w1of3 ~ .single,
.gv-form label.gv-input > span:not(.input).w1of3 ~ textarea,
.gv-form div.gv-input > span:not(.input).w1of3 ~ textarea,
.gv-form label.gv-input div.form-content.w1of3 ~ textarea,
.gv-form div.gv-input div.form-content.w1of3 ~ textarea,
.gv-form label.gv-input > span:not(.input).w1of3 ~ .form-content,
.gv-form div.gv-input > span:not(.input).w1of3 ~ .form-content,
.gv-form label.gv-input div.form-content.w1of3 ~ .form-content,
.gv-form div.gv-input div.form-content.w1of3 ~ .form-content,
.gv-form label.gv-input > span:not(.input).w1of3 ~ div.gv-dropdown-wrapper,
.gv-form div.gv-input > span:not(.input).w1of3 ~ div.gv-dropdown-wrapper,
.gv-form label.gv-input div.form-content.w1of3 ~ div.gv-dropdown-wrapper,
.gv-form div.gv-input div.form-content.w1of3 ~ div.gv-dropdown-wrapper {
  width: 66%;
}
.gv-form label.gv-input > span:not(.input).w1of3 ~ span.help-inline,
.gv-form div.gv-input > span:not(.input).w1of3 ~ span.help-inline,
.gv-form label.gv-input div.form-content.w1of3 ~ span.help-inline,
.gv-form div.gv-input div.form-content.w1of3 ~ span.help-inline {
  margin-left: 33%;
}
.gv-form label.gv-input > span:not(.input).w1of4,
.gv-form div.gv-input > span:not(.input).w1of4,
.gv-form label.gv-input div.form-content.w1of4,
.gv-form div.gv-input div.form-content.w1of4 {
  margin-right: 1%!important;
  width: 23%!important;
}
.gv-form label.gv-input > span:not(.input).w1of4 ~ .input,
.gv-form div.gv-input > span:not(.input).w1of4 ~ .input,
.gv-form label.gv-input div.form-content.w1of4 ~ .input,
.gv-form div.gv-input div.form-content.w1of4 ~ .input,
.gv-form label.gv-input > span:not(.input).w1of4 ~ .double,
.gv-form div.gv-input > span:not(.input).w1of4 ~ .double,
.gv-form label.gv-input div.form-content.w1of4 ~ .double,
.gv-form div.gv-input div.form-content.w1of4 ~ .double,
.gv-form label.gv-input > span:not(.input).w1of4 ~ input,
.gv-form div.gv-input > span:not(.input).w1of4 ~ input,
.gv-form label.gv-input div.form-content.w1of4 ~ input,
.gv-form div.gv-input div.form-content.w1of4 ~ input,
.gv-form label.gv-input > span:not(.input).w1of4 ~ select,
.gv-form div.gv-input > span:not(.input).w1of4 ~ select,
.gv-form label.gv-input div.form-content.w1of4 ~ select,
.gv-form div.gv-input div.form-content.w1of4 ~ select,
.gv-form label.gv-input > span:not(.input).w1of4 ~ .single,
.gv-form div.gv-input > span:not(.input).w1of4 ~ .single,
.gv-form label.gv-input div.form-content.w1of4 ~ .single,
.gv-form div.gv-input div.form-content.w1of4 ~ .single,
.gv-form label.gv-input > span:not(.input).w1of4 ~ textarea,
.gv-form div.gv-input > span:not(.input).w1of4 ~ textarea,
.gv-form label.gv-input div.form-content.w1of4 ~ textarea,
.gv-form div.gv-input div.form-content.w1of4 ~ textarea,
.gv-form label.gv-input > span:not(.input).w1of4 ~ .form-content,
.gv-form div.gv-input > span:not(.input).w1of4 ~ .form-content,
.gv-form label.gv-input div.form-content.w1of4 ~ .form-content,
.gv-form div.gv-input div.form-content.w1of4 ~ .form-content,
.gv-form label.gv-input > span:not(.input).w1of4 ~ div.gv-dropdown-wrapper,
.gv-form div.gv-input > span:not(.input).w1of4 ~ div.gv-dropdown-wrapper,
.gv-form label.gv-input div.form-content.w1of4 ~ div.gv-dropdown-wrapper,
.gv-form div.gv-input div.form-content.w1of4 ~ div.gv-dropdown-wrapper {
  width: 75%;
}
.gv-form label.gv-input > span:not(.input).w1of4 ~ span.help-inline,
.gv-form div.gv-input > span:not(.input).w1of4 ~ span.help-inline,
.gv-form label.gv-input div.form-content.w1of4 ~ span.help-inline,
.gv-form div.gv-input div.form-content.w1of4 ~ span.help-inline {
  margin-left: 25%;
}
.gv-form label.gv-input > span:not(.input).w1of10,
.gv-form div.gv-input > span:not(.input).w1of10,
.gv-form label.gv-input div.form-content.w1of10,
.gv-form div.gv-input div.form-content.w1of10 {
  margin-right: 1%!important;
  width: 9%!important;
}
.gv-form label.gv-input > span:not(.input).w1of10 ~ .input,
.gv-form div.gv-input > span:not(.input).w1of10 ~ .input,
.gv-form label.gv-input div.form-content.w1of10 ~ .input,
.gv-form div.gv-input div.form-content.w1of10 ~ .input,
.gv-form label.gv-input > span:not(.input).w1of10 ~ .double,
.gv-form div.gv-input > span:not(.input).w1of10 ~ .double,
.gv-form label.gv-input div.form-content.w1of10 ~ .double,
.gv-form div.gv-input div.form-content.w1of10 ~ .double,
.gv-form label.gv-input > span:not(.input).w1of10 ~ input,
.gv-form div.gv-input > span:not(.input).w1of10 ~ input,
.gv-form label.gv-input div.form-content.w1of10 ~ input,
.gv-form div.gv-input div.form-content.w1of10 ~ input,
.gv-form label.gv-input > span:not(.input).w1of10 ~ select,
.gv-form div.gv-input > span:not(.input).w1of10 ~ select,
.gv-form label.gv-input div.form-content.w1of10 ~ select,
.gv-form div.gv-input div.form-content.w1of10 ~ select,
.gv-form label.gv-input > span:not(.input).w1of10 ~ .single,
.gv-form div.gv-input > span:not(.input).w1of10 ~ .single,
.gv-form label.gv-input div.form-content.w1of10 ~ .single,
.gv-form div.gv-input div.form-content.w1of10 ~ .single,
.gv-form label.gv-input > span:not(.input).w1of10 ~ textarea,
.gv-form div.gv-input > span:not(.input).w1of10 ~ textarea,
.gv-form label.gv-input div.form-content.w1of10 ~ textarea,
.gv-form div.gv-input div.form-content.w1of10 ~ textarea,
.gv-form label.gv-input > span:not(.input).w1of10 ~ .form-content,
.gv-form div.gv-input > span:not(.input).w1of10 ~ .form-content,
.gv-form label.gv-input div.form-content.w1of10 ~ .form-content,
.gv-form div.gv-input div.form-content.w1of10 ~ .form-content,
.gv-form label.gv-input > span:not(.input).w1of10 ~ div.gv-dropdown-wrapper,
.gv-form div.gv-input > span:not(.input).w1of10 ~ div.gv-dropdown-wrapper,
.gv-form label.gv-input div.form-content.w1of10 ~ div.gv-dropdown-wrapper,
.gv-form div.gv-input div.form-content.w1of10 ~ div.gv-dropdown-wrapper {
  width: 89%;
}
.gv-form label.gv-input > span:not(.input).w1of10 ~ span.help-inline,
.gv-form div.gv-input > span:not(.input).w1of10 ~ span.help-inline,
.gv-form label.gv-input div.form-content.w1of10 ~ span.help-inline,
.gv-form div.gv-input div.form-content.w1of10 ~ span.help-inline {
  margin-left: 11%;
}
.gv-form label.gv-input > span.help-inline,
.gv-form div.gv-input > span.help-inline {
  display: block;
  margin: 8px 4px;
  text-transform: none;
}
.gv-form label.gv-input.required > span:after,
.gv-form div.gv-input.required > span:after,
.gv-form label.gv-input.required > p:after,
.gv-form div.gv-input.required > p:after {
  content: '*';
  color: #4AB37E;
  display: inline;
  font-size: 18px;
  margin-left: 8px;
}
.gv-form label.gv-input.stacked > span,
.gv-form div.gv-input.stacked > span {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
.gv-form label.gv-input.stacked > .input,
.gv-form div.gv-input.stacked > .input,
.gv-form label.gv-input.stacked > input,
.gv-form div.gv-input.stacked > input,
.gv-form label.gv-input.stacked > select,
.gv-form div.gv-input.stacked > select,
.gv-form label.gv-input.stacked > textarea,
.gv-form div.gv-input.stacked > textarea,
.gv-form label.gv-input.stacked > div.gv-dropdown-wrapper,
.gv-form div.gv-input.stacked > div.gv-dropdown-wrapper {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
.gv-form label.gv-input.stacked.date:before,
.gv-form div.gv-input.stacked.date:before,
.gv-form label.gv-input.stacked.icon:before,
.gv-form div.gv-input.stacked.icon:before,
.gv-form label.gv-input.stacked.search:before,
.gv-form div.gv-input.stacked.search:before,
.gv-form label.gv-input.stacked.time:before,
.gv-form div.gv-input.stacked.time:before {
  top: 42px;
}
.gv-form label.gv-input.stacked.mini > span,
.gv-form div.gv-input.stacked.mini > span {
  font-size: 13px;
  margin-bottom: 10px;
}
.gv-form label.gv-input.stacked.mini > .input,
.gv-form div.gv-input.stacked.mini > .input,
.gv-form label.gv-input.stacked.mini > input,
.gv-form div.gv-input.stacked.mini > input,
.gv-form label.gv-input.stacked.mini > select,
.gv-form div.gv-input.stacked.mini > select,
.gv-form label.gv-input.stacked.mini > textarea,
.gv-form div.gv-input.stacked.mini > textarea,
.gv-form label.gv-input.stacked.mini > div.gv-dropdown-wrapper,
.gv-form div.gv-input.stacked.mini > div.gv-dropdown-wrapper {
  margin-bottom: 10px;
}
.gv-form label.gv-input.stacked.mini.date:before,
.gv-form div.gv-input.stacked.mini.date:before,
.gv-form label.gv-input.stacked.mini.icon:before,
.gv-form div.gv-input.stacked.mini.icon:before,
.gv-form label.gv-input.stacked.mini.search:before,
.gv-form div.gv-input.stacked.mini.search:before,
.gv-form label.gv-input.stacked.mini.time:before,
.gv-form div.gv-input.stacked.mini.time:before {
  top: 34px;
}
.gv-form label.gv-input > .double > label.gv-input.time > input:not(.open) + .input.timepicker,
.gv-form div.gv-input > .double > label.gv-input.time > input:not(.open) + .input.timepicker {
  display: none;
}
.gv-form label.gv-input > .double > label.gv-input.time > input.open + .input.timepicker,
.gv-form div.gv-input > .double > label.gv-input.time > input.open + .input.timepicker {
  display: inline-block;
}
.gv-form .gv-section {
  margin-top: 24px;
}
.gv-form .gv-section:not(:first-child) {
  border-top: 1px solid #E8E8E8;
  padding-top: 24px;
}
.gv-form .gv-section.flat {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.gv-form .gv-section.no-line {
  border-top: none;
  margin-top: 16px;
  padding-top: 0;
}
.gv-form .gv-section .gv-subsection {
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  margin: 8px 0;
  padding: 20px;
}
.gv-form .gv-section .gv-subsection.no-line {
  border: none;
  border-radius: 0;
  padding: 0;
}
.gv-form .heading {
  color: #CFCFCF;
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.gv-form .note {
  color: #CFCFCF;
  display: block;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.gv-form .offset1of2 {
  margin-left: 50%;
}
.gv-form .offset1of3 {
  margin-left: 33%;
}
.gv-form .offset1of4 {
  margin-left: 25%;
}
.gv-form .offset1of10 {
  margin-left: 11%;
}
.gv-form .w1of1 {
  margin-right: 0!important;
  width: 100%!important;
}
.gv-form .w1of2 {
  display: inline-block;
  margin-right: 2%!important;
  width: 48%!important;
}
.gv-form .w1of2:last-child {
  margin-right: 0!important;
}
.gv-form .w1of3 {
  display: inline-block;
  margin-right: 2%!important;
  width: 31%!important;
}
.gv-form .w1of3:last-child {
  margin-right: 0!important;
}
.gv-form .w1of4 {
  display: inline-block;
  margin-right: 2%!important;
  width: 23%!important;
}
.gv-form .w1of4:last-child {
  margin-right: 0!important;
}
.gv-form .w1of5 {
  display: inline-block;
  margin-right: 2%!important;
  width: 18%!important;
}
.gv-form .w1of5:last-child {
  margin-right: 0!important;
}
.gv-form .w1of6 {
  display: inline-block;
  margin-right: 2%!important;
  width: 14%!important;
}
.gv-form .w1of6:last-child {
  margin-right: 0!important;
}
.gv-form .w1of10 {
  display: inline-block;
  margin-right: 2%!important;
  width: 8%!important;
}
.gv-form .w1of10:last-child {
  margin-right: 0!important;
}
.gv-form .w1of12 {
  display: inline-block;
  margin-right: 2%!important;
  width: 6%!important;
}
.gv-form .w1of12:last-child {
  margin-right: 0!important;
}
.gv-form .w3of4 {
  display: inline-block;
  margin-right: 2%!important;
  width: 73%!important;
}
.gv-form .w3of4:last-child {
  margin-right: 0!important;
}
.gv-form .w3of10 {
  display: inline-block;
  margin-right: 2%!important;
  width: 28%!important;
}
.gv-form .w3of10:last-child {
  margin-right: 0!important;
}
/* GV Header */
.gv-header {
  margin-bottom: 35px;
}
.gv-header .gv-header-top {
  display: flex;
}
.gv-header .gv-header-top > h1 {
  color: #777777;
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  vertical-align: top;
}
.gv-header .gv-header-top > div {
  flex: 1 1 auto;
  position: relative;
  text-align: right;
}
.gv-header > ol.gv-header-nav {
  display: flex;
  list-style-type: none;
  margin: 24px 0 0 0;
  padding: 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.gv-header > ol.gv-header-nav > li {
  border-bottom: 1px solid #CFCFCF;
  border-top: 1px solid #CFCFCF;
  flex: 1 1 auto;
  font-size: 14px;
  padding: 0;
}
.gv-header > ol.gv-header-nav > li > a {
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  color: #4AB37E;
  display: block;
  padding: 18px 2px 14px 2px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: border-bottom-color, color;
  transition-timing-function: ease;
}
.gv-header > ol.gv-header-nav > li > a:hover {
  color: #777777;
  border-bottom-color: #CFCFCF;
}
.gv-header > ol.gv-header-nav > li > a > i {
  color: #777777;
  display: inline-block;
  margin: 0 3px;
}
.gv-header > ol.gv-header-nav > li > a > span {
  margin: 0 3px;
  white-space: nowrap;
}
.gv-header > ol.gv-header-nav > li.active > a {
  border-bottom-color: #269D64;
  color: #777777;
  font-weight: bold;
}
.gv-header > ol.gv-header-nav > li.active > a > i {
  font-weight: 400;
}
/* GV Inline Edit */
.gv-inline-edit.gv-form {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.0802);
  padding: 15px;
  width: 270px;
}
.gv-inline-edit.gv-form > .btnV2 {
  width: 45%;
}
.gv-inline-edit.gv-form > label.gv-input {
  margin: 0 0 12px 0;
}
/* GV Link */
a.gv-link {
  color: #4AB37E !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: color, opacity;
  transition-timing-function: ease;
}
a.gv-link:link,
a.gv-link:visited,
a.gv-link:active {
  color: #4AB37E !important;
  text-decoration: none !important;
}
a.gv-link:link > i.fa,
a.gv-link:visited > i.fa,
a.gv-link:active > i.fa,
a.gv-link:link > i.fal,
a.gv-link:visited > i.fal,
a.gv-link:active > i.fal,
a.gv-link:link > i.far,
a.gv-link:visited > i.far,
a.gv-link:active > i.far,
a.gv-link:link > i.fas,
a.gv-link:visited > i.fas,
a.gv-link:active > i.fas {
  color: #4AB37E !important;
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: ease;
}
a.gv-link:hover,
a.gv-link:focus {
  color: #269D64 !important;
  text-decoration: none !important;
  outline: none;
}
a.gv-link:hover > i.fa,
a.gv-link:focus > i.fa,
a.gv-link:hover > i.fal,
a.gv-link:focus > i.fal,
a.gv-link:hover > i.far,
a.gv-link:focus > i.far,
a.gv-link:hover > i.fas,
a.gv-link:focus > i.fas {
  color: #269D64 !important;
}
a.gv-link.disabled {
  opacity: 0.5;
}
a.gv-link.dark {
  color: #777777 !important;
}
a.gv-link.dark:link,
a.gv-link.dark:visited,
a.gv-link.dark:active {
  color: #777777 !important;
}
a.gv-link.dark:link > i.fa,
a.gv-link.dark:visited > i.fa,
a.gv-link.dark:active > i.fa,
a.gv-link.dark:link > i.fal,
a.gv-link.dark:visited > i.fal,
a.gv-link.dark:active > i.fal,
a.gv-link.dark:link > i.far,
a.gv-link.dark:visited > i.far,
a.gv-link.dark:active > i.far,
a.gv-link.dark:link > i.fas,
a.gv-link.dark:visited > i.fas,
a.gv-link.dark:active > i.fas {
  color: #777777 !important;
}
a.gv-link.dark:hover,
a.gv-link.dark:focus {
  color: #333333 !important;
}
a.gv-link.dark:hover > i.fa,
a.gv-link.dark:focus > i.fa,
a.gv-link.dark:hover > i.fal,
a.gv-link.dark:focus > i.fal,
a.gv-link.dark:hover > i.far,
a.gv-link.dark:focus > i.far,
a.gv-link.dark:hover > i.fas,
a.gv-link.dark:focus > i.fas {
  color: #333333 !important;
}
a.gv-link.blue {
  color: #5895AC !important;
}
a.gv-link.blue:link,
a.gv-link.blue:visited,
a.gv-link.blue:active {
  color: #5895AC !important;
}
a.gv-link.blue:link > i.fa,
a.gv-link.blue:visited > i.fa,
a.gv-link.blue:active > i.fa,
a.gv-link.blue:link > i.fal,
a.gv-link.blue:visited > i.fal,
a.gv-link.blue:active > i.fal,
a.gv-link.blue:link > i.far,
a.gv-link.blue:visited > i.far,
a.gv-link.blue:active > i.far,
a.gv-link.blue:link > i.fas,
a.gv-link.blue:visited > i.fas,
a.gv-link.blue:active > i.fas {
  color: #5895AC !important;
}
a.gv-link.blue:hover,
a.gv-link.blue:focus {
  color: #45788c !important;
}
a.gv-link.blue:hover > i.fa,
a.gv-link.blue:focus > i.fa,
a.gv-link.blue:hover > i.fal,
a.gv-link.blue:focus > i.fal,
a.gv-link.blue:hover > i.far,
a.gv-link.blue:focus > i.far,
a.gv-link.blue:hover > i.fas,
a.gv-link.blue:focus > i.fas {
  color: #45788c !important;
}
/* Mini On-Off Slider (2018/08/24) */
label.miniOnOffSlider {
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
label.miniOnOffSlider > input {
  display: none;
}
label.miniOnOffSlider > input:checked + span > em {
  background-color: #41A7BD;
  float: right;
}
label.miniOnOffSlider > input:checked + span > span[data-state='on'] {
  color: #333333;
  display: inline-block;
  float: left;
}
label.miniOnOffSlider > input:not(:checked) + span > em {
  background-color: #CCCCCC;
  float: left;
}
label.miniOnOffSlider > input:not(:checked) + span > span[data-state='off'] {
  color: #777777;
  display: inline-block;
  float: right;
}
label.miniOnOffSlider > span {
  background-color: #F7F7F7;
  border-radius: 10.5px;
  box-shadow: rgba(0, 0, 0, 0.1742) 0px 1px 3px inset;
  cursor: pointer;
  display: block;
  padding: 3px;
  text-align: left;
  user-select: none;
  width: auto;
}
label.miniOnOffSlider > span > em {
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  width: 16px;
}
label.miniOnOffSlider > span > i {
  clear: both;
  display: block;
}
label.miniOnOffSlider > span > span {
  display: none;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  margin: 2px 5px 0 5px;
}
/* GV Checkbox */
label.gv-checkbox {
  display: inline-block;
  margin: 2px 4px !important;
  padding: 0 !important;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}
label.gv-checkbox.white-space-normal {
  /* Overrides white-space-nowrap */
  white-space: normal;
}
label.gv-checkbox > input[type='checkbox'] {
  display: none;
}
label.gv-checkbox > input[type='checkbox'] ~ em {
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  transition-duration: 0.25s;
  transition-property: background-color, border-color, opacity;
  transition-timing-function: ease;
  vertical-align: top;
  width: 16px;
}
label.gv-checkbox > input[type='checkbox'] ~ em:after {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  height: 8px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: ease;
  width: 4px;
}
label.gv-checkbox > input[type='checkbox']:checked ~ em {
  background-color: #4AB37E;
  border-color: #4AB37E;
}
label.gv-checkbox > input[type='checkbox']:checked ~ em:after {
  opacity: 1;
}
label.gv-checkbox > input[type='checkbox']:disabled ~ em {
  opacity: 0.5;
  cursor: not-allowed;
}
label.gv-checkbox > input[type='checkbox']:disabled ~ span,
label.gv-checkbox > input[type='checkbox'] a {
  cursor: not-allowed;
}
label.gv-checkbox > span {
  cursor: pointer;
  display: inline-block;
  margin-left: 4px;
  text-align: left;
  white-space: normal;
}
label.gv-checkbox > a {
  color: unset;
}
label.gv-checkbox:hover > input[type='checkbox']:not(:disabled) ~ em {
  border-color: #4AB37E !important;
}
label.gv-checkbox-slider {
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  margin: 4px;
  position: relative;
  top: -2px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}
label.gv-checkbox-slider > input {
  display: none;
}
label.gv-checkbox-slider > input:checked + span {
  background-color: #4AB37E;
}
label.gv-checkbox-slider > input:checked + span > em {
  left: 100%;
  margin-left: -16px;
}
label.gv-checkbox-slider > input:disabled + span {
  cursor: not-allowed;
  opacity: 0.5;
}
label.gv-checkbox-slider > input + span {
  background-color: #CCCCCC;
  border-radius: 15px;
  display: inline-block;
  height: 20px;
  opacity: 1;
  padding: 2px;
  text-align: left;
  transition-duration: 0.25s;
  transition-property: background-color, opacity;
  transition-timing-function: ease;
  width: 36px;
  vertical-align: middle;
}
label.gv-checkbox-slider > input + span > em {
  background-color: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.0717));
  display: inline-block;
  height: 16px;
  left: 0;
  line-height: 24px;
  margin-left: 0;
  position: relative;
  top: 0;
  transition-duration: 0.25s;
  transition-property: left, margin-left;
  transition-timing-function: ease;
  width: 16px;
  vertical-align: top;
}
label.gv-checkbox-slider > * {
  vertical-align: middle;
}
/* GV Container */
.gv-container {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 15px;
}
.gv-container > .gv-container-header {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
}
.gv-container > .gv-container-header.large {
  font-size: 18px;
}
.gv-container > .gv-container-header.gray-line {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
.gv-container > .gv-container-header > .actions {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
}
.gv-container > .gv-container-header > .actions > .action-icon {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  display: inline-block;
  height: 30px;
  line-height: 26px;
  text-align: center;
  transition-duration: 0.25s;
  transition-property: background-color;
  transition-timing-function: ease;
  width: 30px;
}
.gv-container > .gv-container-header > .actions > .action-icon > i {
  border-bottom: 1px solid #5895AC;
  color: #5895AC;
  font-size: 12px;
  line-height: 17px;
  transition-duration: 0.25s;
  transition-property: border-color, color;
  transition-timing-function: ease;
  vertical-align: middle;
}
.gv-container > .gv-container-header > .actions > .action-icon:hover {
  background-color: #EEEEEE;
  cursor: pointer;
}
.gv-container > .gv-container-header > .actions > .action-icon:hover > i {
  border-bottom: 1px solid #3F7C93;
  color: #3F7C93;
}
/* GV Dropdown */
select.gv-dropdown {
  left: -9999px;
  overflow: hidden;
  position: fixed;
  top: -9999px;
  z-index: -99999;
}
select.gv-dropdown:disabled + .gv-dropdown-wrapper > a.gv-dropdown-toggle {
  cursor: not-allowed;
  opacity: 0.5;
}
select.gv-dropdown[data-initialized] + .gv-dropdown-wrapper > ol.gv-dropdown-menu {
  display: none;
}
select.gv-dropdown[data-initialized].open + .gv-dropdown-wrapper > ol.gv-dropdown-menu {
  display: inline-block;
}
select.gv-dropdown.mini + .gv-dropdown-wrapper > .gv-dropdown-menu > li > a {
  font-size: 12px;
  padding: 6px 10px;
}
select.gv-dropdown.mini + .gv-dropdown-wrapper > .gv-dropdown-menu > li:first-child > a {
  padding: 6px 34px 6px 10px;
}
select.gv-dropdown.mini + .gv-dropdown-wrapper > a.gv-dropdown-toggle {
  font-size: 12px;
  padding: 6px 26px 6px 10px;
}
select.gv-dropdown + .gv-dropdown-wrapper {
  display: inline-block;
  left: 0;
  position: relative;
  top: 0;
  vertical-align: middle;
}
select.gv-dropdown + .gv-dropdown-wrapper > a.gv-dropdown-toggle {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  color: #777777 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
  overflow: hidden;
  padding: 8px 28px 8px 12px;
  text-align: left;
  text-decoration: none !important;
  text-overflow: ellipsis;
  transition-duration: 0.25s;
  transition-property: background-color, color, opacity;
  transition-timing-function: ease;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  width: 100%;
}
select.gv-dropdown + .gv-dropdown-wrapper > a.gv-dropdown-toggle:before {
  border-bottom: 2px solid #CFCFCF;
  border-left: 2px solid #CFCFCF;
  border-radius: 1px;
  content: "";
  display: block;
  float: right;
  height: 8px;
  left: 14px;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  width: 8px;
}
select.gv-dropdown + .gv-dropdown-wrapper > a.gv-dropdown-toggle:focus,
select.gv-dropdown + .gv-dropdown-wrapper > a.gv-dropdown-toggle:hover {
  box-shadow: none;
  color: #333333;
  outline: none;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.05);
  display: inline-block;
  list-style-type: none;
  margin: 0;
  overflow-x: visible;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  z-index: 99999;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu > li:first-child > a,
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu > li:first-child > span {
  border-radius: 3px 3px 0 0;
  padding: 8px 36px 8px 12px;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu > li:first-child > a:before,
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu > li:first-child > span:before {
  border-top: 2px solid #CFCFCF;
  border-right: 2px solid #CFCFCF;
  border-radius: 1px;
  content: "";
  display: block;
  float: right;
  height: 8px;
  left: 22px;
  position: relative;
  top: 6px;
  transform: rotate(-45deg);
  width: 8px;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu > li:first-child > aspan:before,
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu > li:first-child > spanspan:before {
  left: 0;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.focus > a {
  background-color: #FAFAFA !important;
  color: #333333 !important;
  text-decoration: none !important;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.focus.selected > a {
  color: #269D64 !important;
  text-decoration: none !important;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.optgroup > span {
  color: #9F9F9F !important;
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.optgroup:first-child > span {
  border-radius: 3px 3px 0 0;
  padding: 8px 36px 8px 12px;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.optgroup:first-child > span:before {
  border-top: 2px solid #CFCFCF;
  border-right: 2px solid #CFCFCF;
  border-radius: 1px;
  content: "";
  display: block;
  float: right;
  height: 8px;
  left: 22px;
  position: relative;
  top: 6px;
  transform: rotate(-45deg);
  width: 8px;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.optgroup > ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.optgroup > ol > li > a {
  padding-left: 28px;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.selected > a {
  color: #4AB37E !important;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.selected > a:focus,
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.selected > a:hover {
  color: #269D64 !important;
  text-decoration: none !important;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li > a {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  border-radius: unset;
  color: #777777 !important;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  padding: 8px 12px;
  text-align: left;
  text-decoration: none !important;
  transition-duration: 0.25s;
  transition-property: background-color, color;
  transition-timing-function: ease;
  white-space: nowrap;
}
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li > a:focus,
select.gv-dropdown + .gv-dropdown-wrapper > ol.gv-dropdown-menu li > a:hover {
  background-color: #FAFAFA !important;
  box-shadow: none;
  color: #333333 !important;
  outline: none;
  text-decoration: none !important;
}
select.gv-dropdown.blue + .gv-dropdown-wrapper > a.gv-dropdown-toggle {
  color: #5895AC !important;
}
select.gv-dropdown.blue + .gv-dropdown-wrapper > a.gv-dropdown-toggle:before {
  border-bottom-color: #5895AC;
  border-left-color: #5895AC;
}
select.gv-dropdown.blue + .gv-dropdown-wrapper > ol.gv-dropdown-menu > li:first-child > a:before,
select.gv-dropdown.blue + .gv-dropdown-wrapper > ol.gv-dropdown-menu > li:first-child span:before {
  border-top-color: #5895AC;
  border-right-color: #5895AC;
}
select.gv-dropdown.blue + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.optgroup:first-child > span:before {
  border-top-color: #5895AC;
  border-right-color: #5895AC;
}
select.gv-dropdown.blue + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.selected > a {
  color: #5895AC !important;
}
select.gv-dropdown.blue + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.selected > a:focus,
select.gv-dropdown.blue + .gv-dropdown-wrapper > ol.gv-dropdown-menu li.selected > a:hover {
  color: #5895AC !important;
}
/* GV Duplicate Alert */
.gv-duplicate-alert {
  cursor: help;
}
.gv-duplicate-alert > i {
  color: #FFD641;
}
/* GV Font Picker */
.gv-fontpicker {
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  width: auto;
}
.gv-fontpicker > div[data-role='trigger'] {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 36px;
  line-height: 34px;
  padding: 0 32px 0 12px;
  position: relative;
  vertical-align: middle;
}
.gv-fontpicker > div[data-role='trigger'] .chevron:after {
  border: none;
  border-left: 2px solid #999999;
  border-bottom: 2px solid #999999;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 12px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 8px;
}
.gv-fontpicker > div[data-role='dropdown'] {
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: none;
  margin-top: 2px;
  position: absolute;
  z-index: 9999;
}
.gv-fontpicker > div[data-role='dropdown'] > .filter {
  border-bottom: 1px solid #CCCCCC;
  padding: 6px;
}
.gv-fontpicker > div[data-role='dropdown'] > .font-groups {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.gv-fontpicker > div[data-role='dropdown'] > .font-groups > .font-group > strong {
  background-color: #F1F1F1;
  color: #777777;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 4px 0;
  padding: 4px;
}
.gv-fontpicker > div[data-role='dropdown'] > .font-groups > .font-group > .font {
  border-left: 3px solid transparent;
  cursor: pointer;
}
.gv-fontpicker > div[data-role='dropdown'] > .font-groups > .font-group > .font:hover {
  color: #41A7BD;
}
.gv-fontpicker > div[data-role='dropdown'] > .font-groups > .font-group > .font.active {
  border-left-color: #41A7BD;
  color: #41A7BD;
}
.gv-fontpicker > div[data-role='dropdown'] > .font-groups > .font-group > .font > img {
  display: inline-block;
  height: 20px;
  margin: -2px 0 0 10px;
}
.gv-fontpicker.open > div[data-role='dropdown'] {
  display: block;
}
/* GV Grid */
.gv-fixed-footer.fixed > .content {
  background-color: #ffffff;
  border-top: 1px solid #CFCFCF;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 4px 0;
  position: fixed;
  z-index: 801;
}
.gv-fixed-footer.fixed.trial > .content {
  bottom: 39px;
}
.gv-fixed-footer.loading {
  display: none;
}
.gv-grid {
  font-size: 12px;
}
.gv-grid .grid-wrapper {
  overflow: auto;
  position: relative;
}
.gv-grid .grid-wrapper.no-scroll {
  overflow: hidden;
}
.gv-grid .gv-footer {
  background-color: #F7F7F7;
  border-top: 1px solid #E8E8E8;
  padding: 6px;
}
.gv-grid .gv-footer > .gv-paging {
  float: right;
}
.gv-grid .gv-filters {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.gv-grid .gv-filters .gv-filter {
  border: 0;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
}
.gv-grid .gv-filters .gv-filter.disabled > .gv-filter-toggle {
  cursor: not-allowed;
}
.gv-grid .gv-filters .gv-filter:not(:last-child) {
  margin-right: 15px;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle::before {
  content: "";
  border: 0;
  border-left: 2.5px solid #5895AC;
  border-radius: 2px;
  border-top: 2.5px solid #5895AC;
  display: inline-block;
  float: right;
  height: 8px;
  margin-right: -18px;
  margin-top: 3px;
  transform: rotate(-135deg);
  width: 8px;
}
.gv-grid .gv-filters .gv-filter.open > .gv-filter-toggle::before {
  margin-top: 6px;
  transform: rotate(45deg);
}
.gv-grid .gv-filters .gv-filter.open > .gv-filter-dropdown {
  display: block;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  color: #5895AC;
  cursor: pointer;
  font-size: 13px;
  opacity: 1;
  padding: 7px 38px 7px 20px;
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: ease;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle.active {
  padding-left: 30px;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle > .gv-filter-clear {
  color: #CFCFCF;
  font-size: 14px;
  margin-left: -20px;
  position: absolute;
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: ease;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle > .gv-filter-clear:focus,
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle > .gv-filter-clear:hover {
  color: #9F9F9F;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle > .gv-filter-clear:focus > i,
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle > .gv-filter-clear:hover > i {
  color: #9F9F9F;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle > .gv-filter-clear > i {
  color: #CFCFCF;
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: ease;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle > .gv-filter-clear > i:focus,
.gv-grid .gv-filters .gv-filter > .gv-filter-toggle > .gv-filter-clear > i:hover {
  color: #9F9F9F;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-dropdown {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.0802);
  display: none;
  margin-top: 6px;
  position: absolute;
  z-index: 9999;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-dropdown > .gv-filter-dropdown-body {
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  max-height: 280px;
  overflow: auto;
  padding: 15px;
  text-align: center;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-dropdown > .gv-filter-dropdown-body:first-child {
  border-radius: 4px;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-dropdown > .gv-filter-dropdown-body ul.gv-filter-options {
  display: inline-block;
  text-align: left;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-dropdown > .gv-filter-dropdown-header {
  background-color: #F7F7F7;
  border-radius: 4px 4px 0 0;
  padding: 8px 14px;
  white-space: nowrap;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-dropdown > .gv-filter-dropdown-header > strong {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-dropdown > .gv-filter-dropdown-header > .header-options-right {
  float: right;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-dropdown > .gv-filter-dropdown-header > .header-options-right > a {
  color: #333333;
  cursor: pointer;
  font-size: 14px;
}
.gv-grid .gv-filters .gv-filter > .gv-filter-dropdown > .gv-filter-dropdown-header > .header-options-right > span {
  color: #5895AC;
  font-size: 14px;
  font-weight: bold;
}
.gv-grid .gv-filters a.gv-filter-clearall {
  border: 1px solid rgba(0, 0, 0, 0);
  color: #5895AC;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 13px;
  padding: 7px 20px;
  transition: color ease 0.25s;
}
.gv-grid .gv-filters a.gv-filter-clearall:hover,
.gv-grid .gv-filters a.gv-filter-clearall:focus {
  color: #45788c;
  outline: none;
}
.gv-grid table {
  min-height: 400px;
  width: 100%;
}
.gv-grid table.auto-height {
  height: auto;
  min-height: unset;
}
.gv-grid table.auto-height > thead > tr > th {
  padding-top: 0;
}
.gv-grid table.valign-middle > tbody > tr > td {
  vertical-align: middle;
}
.gv-grid table > thead > tr > th {
  padding: 16px 8px 16px 0;
}
.gv-grid table > thead > tr > th:first-child:not(.standard) {
  padding: 0 8px 0 0;
}
.gv-grid table > thead > tr > th .checkall {
  background-color: #F7F7F7;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 3px 3px 3px;
  text-align: center;
}
.gv-grid table > thead > tr > th .checkall > .gv-checkbox {
  margin: 0;
}
.gv-grid table > thead > tr > th.sortable {
  color: #777777;
  cursor: pointer;
  transition: color ease 0.25s;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}
.gv-grid table > thead > tr > th.sortable:hover {
  color: #333333;
}
.gv-grid table > thead > tr > th.sortable::after {
  content: '\f0dc';
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-weight: bold;
  margin-left: 8px;
}
.gv-grid table > thead > tr > th.sortable.asc::after {
  content: '\f0de';
}
.gv-grid table > thead > tr > th.sortable.desc::after {
  content: '\f0dd';
}
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover {
  color: #777777;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover > a,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover > a {
  color: #777777;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover > a:focus,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover > a:focus,
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover > a:hover,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover > a:hover {
  color: #4AB37E;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover > .sorthoverposition.fa-tooltip,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover > .sorthoverposition.fa-tooltip {
  right: -18px;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover > .sorthoverposition > i,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover > .sorthoverposition > i,
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover span > i,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover span > i {
  top: 4px;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover > .sorthoverposition > i.fa-sort-up,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover > .sorthoverposition > i.fa-sort-up,
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover span > i.fa-sort-up,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover span > i.fa-sort-up {
  top: 6px;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover > .sorthoverposition > i.fa-sort-down,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover > .sorthoverposition > i.fa-sort-down,
.gv-grid table > thead > tr > th div.sorthovercontainer > div.sorthover span > i.fa-sort-down,
.gv-grid table > thead > tr > th div.sorthovercontainer > div#nameSort.sorthover span > i.fa-sort-down {
  top: 0;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > ul.dropdown-menu > li > a {
  background-color: #ffffff;
  color: #333333;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > ul.dropdown-menu > li > a .icon.down {
  margin-top: 4px;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > ul.dropdown-menu > li > a .icon.up {
  margin-top: 10px;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > ul.dropdown-menu > li > a .icon.hover {
  display: none;
  margin-top: 6px;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > ul.dropdown-menu > li > a:hover {
  background-color: #4AB37E;
  color: #ffffff;
}
.gv-grid table > thead > tr > th div.sorthovercontainer > ul.dropdown-menu > li > a:hover .icon.hover {
  display: block;
}
.gv-grid table > tbody > tr.active > td {
  background-color: #E9F7F1;
}
.gv-grid table > tbody > tr > td {
  background-color: #ffffff;
  border-top: 1px solid #E8E8E8;
  padding: 16px 8px 16px 0;
  transition: background-color ease 0.25s;
  vertical-align: top;
}
.gv-grid table > tbody > tr > td:first-child:not(.standard) {
  padding: 0 8px 0 0;
}
.gv-grid table > tbody > tr > td .check {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  display: inline-block;
  margin-top: 8px;
  padding: 4px 3px 3px 3px;
  text-align: center;
}
.gv-grid table > tbody > tr > td .check > .gv-checkbox {
  margin: 0;
}
.gv-grid table > tbody > tr > td .editable:hover {
  color: #5895AC;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.gv-grid table > tbody > tr > td .editable:hover > span {
  color: #5895AC;
}
.gv-grid table > tbody > tr > td .editable:hover:after {
  border-bottom: 1px solid #5895AC;
  content: "\f303";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 900;
  margin-left: 2px;
  position: absolute;
  text-decoration: none;
  z-index: 700;
}
.gv-grid table > tbody > tr > td .missing-value {
  display: block;
}
.gv-grid table > tbody > tr > td .missing-value > .missing-add {
  color: #5895AC;
  cursor: pointer;
  display: none;
  text-decoration: none;
}
.gv-grid table > tbody > tr > td .missing-value > .missing-add > i {
  font-size: 10px;
}
.gv-grid table > tbody > tr > td .missing-value:hover > .missing-add {
  display: inline;
}
.gv-grid table > tbody > tr > td .text-truncate {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-bottom;
}
.gv-grid table > tbody > tr > td .text-truncate.text-width-250 {
  max-width: 250px;
}
.gv-grid table > tbody > tr > td.no-rows {
  color: #777777;
  font-size: 16px;
  padding: 104px 0 !important;
  text-align: center;
}
.gv-grid table > tbody > tr > td.no-rows > i {
  color: #4AB37E;
  display: inline-block;
  font-size: 48px;
}
.gv-grid table > tbody > tr > td.tdname a {
  color: #777777;
  cursor: pointer;
  transition: color 1s ease;
}
.gv-grid table > tbody > tr > td.tdname a:active,
.gv-grid table > tbody > tr > td.tdname a:focus,
.gv-grid table > tbody > tr > td.tdname a:hover {
  color: #333333;
  outline: none;
}
.gv-grid table > tbody > tr > td.tdname a:active ul > li,
.gv-grid table > tbody > tr > td.tdname a:focus ul > li,
.gv-grid table > tbody > tr > td.tdname a:hover ul > li {
  color: #CFCFCF;
}
.gv-grid table > tbody > tr > td.tdname a:active ul > li > span,
.gv-grid table > tbody > tr > td.tdname a:focus ul > li > span,
.gv-grid table > tbody > tr > td.tdname a:hover ul > li > span {
  color: #333333;
}
.gv-grid table > tbody > tr > td.tdtags {
  padding: 8px 8px 16px 4px;
}
.gv-grid table > tbody > tr > td ul {
  list-style-type: none;
  padding: 0;
}
.gv-grid table > tbody > tr > td ul.bullets {
  list-style-type: disc;
  padding-left: 16px;
}
.gv-grid table > tbody > tr > td ul > li {
  color: #CFCFCF;
}
.gv-grid table > tbody > tr > td ul > li span {
  color: #777777;
  transition: color 1s ease;
}
.gv-grid .gv-grid-action {
  color: #777777;
  display: inline-block;
  font-size: 16px;
  margin: 8px;
  transition: color ease 0.25s;
}
.gv-grid .gv-grid-action > i {
  color: #777777;
  transition: color ease 0.25s;
}
.gv-grid .gv-grid-action:focus {
  color: #333333;
  outline: none;
}
.gv-grid .gv-grid-action:hover {
  color: #333333;
}
.gv-grid .gv-grid-action:hover > i {
  color: #333333;
}
.gv-grid .gv-grid-dropdown {
  padding: 16px 8px;
  text-align: right;
}
.gv-grid .gv-grid-dropdown .dropdown .dropdown-toggle {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  width: 28px;
}
.gv-grid .gv-grid-dropdown .dropdown .dropdown-toggle::before {
  border-left: 2.5px solid #5895AC;
  border-radius: 2px;
  border-top: 2.5px solid #5895AC;
  content: '';
  display: block;
  height: 10px;
  left: 8px;
  position: relative;
  top: 7px;
  transform: rotate(-135deg);
  width: 10px;
}
.gv-grid .gv-grid-dropdown .dropdown.open .dropdown-toggle::before {
  top: 10px;
  transform: rotate(45deg);
}
.gv-grid .gv-grid-selected-actions {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  box-shadow: 0 0 4px 4px #ffffff;
  display: none;
  font-size: 14px;
  line-height: 30px;
  margin-top: -2px;
  padding: 0;
  position: absolute;
  z-index: 1025;
}
.gv-grid .gv-grid-selected-actions.open {
  display: block;
}
.gv-grid .gv-grid-selected-actions > .selection {
  background-color: #F7F7F7;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.gv-grid .gv-grid-selected-actions > .selection > a.selection-clear {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  display: inline-block;
  height: 16px;
  margin: -3px 6px 0 6px;
  width: 16px;
  vertical-align: middle;
}
.gv-grid .gv-grid-selected-actions > .selection > a.selection-clear::before {
  background-color: #4AB37E;
  content: ' ';
  display: inline-block;
  height: 2px;
  left: 3px;
  position: relative;
  top: -12px;
  width: 8px;
}
.gv-grid .gv-grid-selected-actions > .selection > span {
  color: #777777;
  display: inline-block;
  font-weight: normal;
  padding-right: 6px;
}
.gv-grid .gv-grid-selected-actions > .action {
  border-left: 1px solid #CFCFCF;
  display: inline-block;
  float: left;
}
.gv-grid .gv-grid-selected-actions > .action > a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 3px;
  text-align: center;
  width: 130px;
}
.gv-grid .gv-grid-selected-actions > :last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.gv-grid .gv-grid-side-actions {
  background-color: #ffffff;
  border-left: 1px solid #E8E8E8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 800;
}
/* GV Paging */
ul.gv-paging {
  display: inline-block;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  white-space: nowrap;
}
ul.gv-paging > li {
  color: #777777;
  display: inline-block;
  margin: 0 5px;
}
ul.gv-paging > li.gv-paging-info {
  margin: 0 15px;
}
ul.gv-paging > li > button[data-role] {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  transition-delay: 0.25s;
  transition-property: background-color, border-color;
  transition-timing-function: ease;
  vertical-align: middle;
  width: 22px;
}
ul.gv-paging > li > button[data-role]:focus,
ul.gv-paging > li > button[data-role]:hover {
  outline: none;
}
ul.gv-paging > li > button[data-role]::before {
  border-left: 2.5px solid #5895AC;
  border-radius: 2px;
  border-top: 2.5px solid #5895AC;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  top: 6px;
  width: 8px;
}
ul.gv-paging > li > button[data-role][data-role='next']::before {
  left: 5px;
  transform: rotate(135deg);
}
ul.gv-paging > li > button[data-role][data-role='previous']::before {
  left: 7px;
  transform: rotate(-45deg);
}
ol.gv-link-list,
ul.gv-link-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol.gv-link-list > li,
ul.gv-link-list > li {
  display: block;
  margin-bottom: 12px;
  padding: 0;
}
ol.gv-link-list > li:last-child,
ul.gv-link-list > li:last-child {
  margin-bottom: 0;
}
ol.gv-link-list > li > a,
ul.gv-link-list > li > a {
  background-color: rgba(0, 0, 0, 0);
  color: #777777;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: ease;
}
ol.gv-link-list > li > a:focus,
ul.gv-link-list > li > a:focus,
ol.gv-link-list > li > a:hover,
ul.gv-link-list > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #4AB37E;
  outline: none;
}
ol.gv-link-list.dropdown-menu,
ul.gv-link-list.dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.0802);
  cursor: pointer;
  padding: 15px;
  text-align: left;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
ol.gv-link-list.dropdown-menu.open,
ul.gv-link-list.dropdown-menu.open {
  display: block;
}
ol.gv-link-list.dropdown-menu > li,
ul.gv-link-list.dropdown-menu > li {
  margin-bottom: 12px;
}
ol.gv-link-list.dropdown-menu > li:last-child,
ul.gv-link-list.dropdown-menu > li:last-child {
  margin-bottom: 0;
}
/* GV Message */
.gv-message {
  background-color: #FAFAFA;
  border: 1px solid #E8E8E8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  padding: 20px;
}
.gv-message > .gv-message-body {
  color: #9F9F9F;
  font-size: 13px;
}
.gv-message > .gv-message-body > strong {
  color: #333333;
  font-weight: normal;
}
.gv-message > .gv-message-footer {
  margin-top: 15px;
  text-align: right;
}
.gv-message > .gv-message-header {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
/* GV Popup */
.gv-popup {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.0802);
  display: none;
  padding: 4px 12px;
  position: absolute;
}
.gv-popup::before {
  background-color: #ffffff;
  border-right: 1px solid #CFCFCF;
  border-top: 1px solid #CFCFCF;
  content: " ";
  display: block;
  height: 12px;
  position: absolute;
  left: 20px;
  top: -7px;
  transform: rotate(-45deg);
  width: 12px;
}
.gv-popup.in {
  display: block;
}
.gv-popup > .gv-popup-header {
  background-color: #FAFAFA;
  border-radius: 4px 4px 0 0;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: -4px -12px 15px -12px;
  padding: 10px 14px;
  position: relative;
}
.gv-popup > .gv-popup-header::before {
  background-color: #FAFAFA;
  border-right: 1px solid #CFCFCF;
  border-top: 1px solid #CFCFCF;
  content: " ";
  display: block;
  height: 12px;
  position: absolute;
  left: 20px;
  top: -7px;
  transform: rotate(-45deg);
  width: 12px;
}
.gv-popup-target {
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.gv-popup-target .closed-only {
  display: initial;
}
.gv-popup-target .open-only {
  display: none;
}
.gv-popup-target.open .closed-only {
  display: none;
}
.gv-popup-target.open .open-only {
  display: initial;
}
/* GV Radiobutton */
label.gv-radiobutton {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 8px;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}
label.gv-radiobutton > input[type='radio'] {
  display: none;
}
label.gv-radiobutton > input[type='radio'] ~ em {
  background-color: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #CCCCCC;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: background-color, box-shadow, opacity;
  transition-timing-function: ease;
  vertical-align: top;
  width: 16px;
}
label.gv-radiobutton > input[type='radio']:checked ~ em {
  background-color: #4AB37E;
}
label.gv-radiobutton > input[type='radio']:disabled ~ em {
  cursor: not-allowed;
  opacity: 0.5;
}
label.gv-radiobutton > input[type='radio']:disabled ~ span {
  cursor: not-allowed;
}
label.gv-radiobutton > span {
  cursor: pointer;
  display: inline-block;
  text-align: left;
  white-space: normal;
}
label.gv-radiobutton:hover > input[type='radio']:not(:disabled) ~ em {
  box-shadow: 0 0 0 1px #4AB37E;
}
/* GV Save Status */
.gv-savestatus {
  color: #777777;
  cursor: help;
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  /* Fade Out */
}
.gv-savestatus .text {
  display: inline-block;
  margin-left: 4px;
  white-space: nowrap;
}
.gv-savestatus.fixed {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin: 0 !important;
  padding: 8px 10px;
  position: fixed;
  right: 40px;
  top: 24px;
  z-index: 1000;
}
.gv-savestatus.middle {
  top: 50%;
  transform: translateY(-50%);
}
.gv-savestatus .fa-times-circle {
  color: #CC0000;
}
.gv-savestatus.fixed {
  border-width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition-delay: 0s, 0.5s, 0s, 0s, 0.5s;
  transition-duration: 0s, 0s, 0.5s, 0s, 0s;
  transition-property: border, height, opacity, padding, width;
  transition-timing-function: ease;
  width: 0;
}
.gv-savestatus.fixed.fade-in {
  height: auto;
  opacity: 1;
  width: auto;
}
.gv-savestatus.fixed.fade-in.fixed {
  padding: 8px 10px;
}
#thank-you-save-status {
  position: relative;
  margin-right: 20px;
}
#thank-you-save-status .gv-savestatus.fixed {
  right: 51px;
}
#designerheader .gv-savestatus {
  position: relative;
}
.designer-convert .gv-savestatus {
  margin-right: 40px;
  margin-top: 20px;
}
#save-status.email-canvas {
  display: inline-block;
  margin-right: 20px;
}
#save-status.email-canvas .gv-savestatus {
  position: relative;
}
/* GV Scrollbar */
.gv-scrollbar {
  background-color: #E8E8E8;
  border-radius: 8px;
  display: block;
  height: 8px;
  margin: 8px 0;
  position: relative;
}
.gv-scrollbar.horizontal {
  width: 100%;
}
.gv-scrollbar.horizontal > .handle {
  height: 8px;
}
.gv-scrollbar.vertical {
  height: 99%;
}
.gv-scrollbar.vertical > .handle {
  width: 8px;
}
.gv-scrollbar > .handle {
  background-color: #269D64;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
body.gv-scrollbar-scrolling {
  user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
}
/* GV Shared Edit*/
.modal.v2.gv-shared-edit > .modal-dialog {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
}
.modal.v2.gv-shared-edit.emailmessage > .modal-dialog {
  width: 600px;
}
/* GV Tag Picker */
.gv-tagpicker {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  box-shadow: 0 3px 23px rgba(0, 0, 0, 0.0802);
  display: none;
  padding: 12px 15px;
  width: 340px;
}
.gv-tagpicker.right {
  transform: translateX(-100%);
}
.gv-tagpicker.show {
  display: inline-block;
  position: absolute;
  z-index: 99999;
}
.gv-tagpicker > div > div {
  display: block;
  margin-top: 10px;
}
.gv-tagpicker > div > div.taglist.input {
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding: 8px 10px;
  position: relative;
  transition: border-color ease 0.25s;
}
.gv-tagpicker > div > div.taglist.input.focus {
  border-color: #4AB37E;
}
.gv-tagpicker > div > div.taglist:not(.input) > ol > li {
  cursor: pointer;
}
.gv-tagpicker > div > div.taglist > ol {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.gv-tagpicker > div > small {
  color: #777777;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}
.gv-tagpicker > div > strong {
  color: #333333;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  vertical-align: middle;
}
.gv-tagpicker .search {
  display: inline-block;
}
.gv-tagpicker .search .gv-scrollbar > .handle {
  background-color: #CFCFCF;
}
.gv-tagpicker .search > input {
  border: 0;
  outline: none !important;
}
.gv-tagpicker .search .results {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 23px rgba(0, 0, 0, 0.0802);
  left: -2px;
  margin-top: 18px;
  position: absolute;
  width: 310px;
  z-index: 99999;
}
.gv-tagpicker .search .results > a.dismiss {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 4px;
}
.gv-tagpicker .search .results > a.dismiss > i {
  color: #9F9F9F;
  font-size: 20px;
}
.gv-tagpicker .search .results > a.dismiss:hover > i {
  color: #777777;
}
.gv-tagpicker .search .results > div.scroll {
  height: 260px;
  position: absolute;
  right: 8px;
  top: 23px;
  width: 8px;
}
.gv-tagpicker .search .results > div.scrollable {
  border-radius: 4px;
  max-height: 300px;
  overflow: hidden;
}
.gv-tagpicker .search .results > div.scrollable > ol {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.gv-tagpicker .search .results > div.scrollable > ol > li {
  background-color: rgba(0, 0, 0, 0);
  color: #777777;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px 10px 15px;
  transition-duration: 0.25s;
  transition-property: background-color, color;
  transition-timing-function: ease;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.gv-tagpicker .search .results > div.scrollable > ol > li:hover,
.gv-tagpicker .search .results > div.scrollable > ol > li.focus {
  background-color: #FAFAFA;
  color: #333333;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type=range].gv-range.ie10up {
    height: 70px;
  }
}
input[type=range].gv-range {
  display: inline-block;
  margin: 0;
  height: 20px;
  position: relative;
  top: 10px;
  background: transparent;
  /*width:auto; Breaks IE11 implementation*/
  -webkit-appearance: none;
}
input[type=range].gv-range:focus,
input[type=range].gv-range:hover {
  outline: none;
}
input[type=range].gv-range:focus::-webkit-slider-runnable-track,
input[type=range].gv-range:hover::-webkit-slider-runnable-track {
  background: #4AB37E;
  border: 0px solid #EEEEEE;
}
input[type=range].gv-range:focus::-ms-fill-lower,
input[type=range].gv-range:hover::-ms-fill-lower {
  background: #4AB37E;
  border: 0px solid #EEEEEE;
}
input[type=range].gv-range:focus::-ms-fill-upper,
input[type=range].gv-range:hover::-ms-fill-upper {
  background: #4AB37E;
  border: 0px solid #EEEEEE;
}
input[type=range].gv-range::-webkit-slider-runnable-track {
  background: #269D64;
  border: 0px solid #CFCFCF;
  border-radius: 2px;
}
input[type=range].gv-range::-moz-range-track {
  background: #269D64;
  border: 0px solid #CFCFCF;
  border-radius: 2px;
}
input[type=range].gv-range::-ms-track {
  background: #269D64;
  border: 0px solid #CFCFCF;
  border-radius: 2px;
}
input[type=range].gv-range::-ms-fill-lower {
  background: #269D64;
  border: 0 solid #CFCFCF;
  border-radius: 2px;
}
input[type=range].gv-range::-ms-fill-upper {
  background: #269D64;
  border: 0 solid #CFCFCF;
  border-radius: 2px;
}
output.gv-range-output {
  position: absolute;
  background: #333;
  text-align: center;
  color: white;
  border-radius: 4px;
  bottom: 100%;
  padding: 5px;
  transition: opacity ease 0.25s;
}
output.gv-range-output.in {
  opacity: 1;
}
output.gv-range-output.out {
  opacity: 0;
}
output.gv-range-output:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}
/* Label Picker */
.modal.v2.labelPicker .modal-dialog {
  width: 300px;
}
.modal.v2.labelPicker .modal-dialog .modal-content .gv-form {
  margin-bottom: 0;
}
.modal.v2.labelPicker .modal-dialog .modal-content .gv-form label.gv-input {
  margin-bottom: 4px;
}
.modal.v2.labelPicker .modal-dialog .modal-content .gv-form label.gv-input > input {
  margin-bottom: 0;
}
.modal.v2.labelPicker .modal-dialog .modal-content ul.labels {
  display: block;
  list-style-type: none;
  margin: 0;
  max-height: 235px;
  padding: 0;
  overflow-y: auto;
}
.modal.v2.labelPicker .modal-dialog .modal-content ul.labels li {
  background-color: #777777;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 3px 2px;
  padding: 3px 5px;
  white-space: nowrap;
}
/* GV Picker */
.gv-picker {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.0802);
  padding: 16px;
  position: absolute;
  transform: translateX(-100%);
}
.gv-picker .gv-picker-title {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.54px;
  margin-bottom: 12px;
}
.gv-table {
  background-color: #F7F7F7;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin: 20px 0;
}
.gv-table.no-scroll {
  overflow: hidden;
}
.gv-table > table {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.gv-table > table > tbody > tr:first-child > td {
  padding-top: 20px;
}
.gv-table > table > tbody > tr:last-child > td {
  padding-bottom: 20px;
}
.gv-table > table > tbody > tr > td {
  background-color: #ffffff;
  border-right: 1px solid #CFCFCF;
  font-size: 13px;
  text-align: left;
  padding: 10px 20px;
}
.gv-table > table > tbody > tr > td:last-child {
  border-right: none;
}
.gv-table > table > tbody > tr > td.no-data {
  font-style: italic;
  padding: 30px !important;
  text-align: center;
}
.gv-table > table > tfoot > tr > td,
.gv-table > table > tfoot > tr > th {
  border-top: 1px solid #CFCFCF;
}
.gv-table > table > thead > tr > td,
.gv-table > table > thead > tr > th {
  border-bottom: 1px solid #CFCFCF;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.gv-table > table > thead > tr > td.sortable,
.gv-table > table > thead > tr > th.sortable {
  color: #777777;
  cursor: pointer;
  transition: color ease 0.25s;
  white-space: nowrap;
}
.gv-table > table > thead > tr > td.sortable:hover,
.gv-table > table > thead > tr > th.sortable:hover {
  color: #333333;
}
.gv-table > table > thead > tr > td.sortable::after,
.gv-table > table > thead > tr > th.sortable::after {
  content: '\f0dc';
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-weight: bold;
  margin-left: 8px;
}
.gv-table > table > thead > tr > td.sortable.asc::after,
.gv-table > table > thead > tr > th.sortable.asc::after {
  content: '\f0de';
}
.gv-table > table > thead > tr > td.sortable.desc::after,
.gv-table > table > thead > tr > th.sortable.desc::after {
  content: '\f0dd';
}
.gv-table > table > tfoot > tr > td,
.gv-table > table > thead > tr > td,
.gv-table > table > tfoot > tr > th,
.gv-table > table > thead > tr > th {
  color: #777777;
  background-color: transparent;
  border-right: 1px solid #CFCFCF;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
}
.gv-table > table > tfoot > tr > td > i,
.gv-table > table > thead > tr > td > i,
.gv-table > table > tfoot > tr > th > i,
.gv-table > table > thead > tr > th > i {
  display: inline-block;
  margin-right: 5px;
}
.gv-table > table > tfoot > tr > td:last-child,
.gv-table > table > thead > tr > td:last-child,
.gv-table > table > tfoot > tr > th:last-child,
.gv-table > table > thead > tr > th:last-child {
  border-right: none;
}
.gv-table.narrow > table > tbody > tr > td,
.gv-table.narrow > table > tfoot > tr > td,
.gv-table.narrow > table > thead > tr > td,
.gv-table.narrow > table > tbody > tr > th,
.gv-table.narrow > table > tfoot > tr > th,
.gv-table.narrow > table > thead > tr > th {
  padding: 10px;
}
.gv-table-actions {
  text-align: right;
}
.gv-table-actions > .gv-table-action {
  color: #777777;
  display: inline-block;
  font-size: 16px;
  margin: 0 8px;
  transition: color ease 0.25s;
}
.gv-table-actions > .gv-table-action > i {
  color: #777777;
  transition: color ease 0.25s;
}
.gv-table-actions > .gv-table-action:hover {
  color: #333333;
}
.gv-table-actions > .gv-table-action:hover > i {
  color: #333333;
}
/* GV Tabs */
.gv-tab-container > .gv-tab-header:after {
  border: none;
  clear: both;
  content: "";
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
}
.gv-tab-container > .gv-tab-header .actions {
  float: right;
}
.gv-tab-container > .gv-tab-header .actions.search {
  position: relative;
  top: -8px;
}
.gv-tab-container > .gv-tab-header .actions.search > .btnV2 {
  margin-right: 10px;
  position: relative;
  top: 1px;
  vertical-align: top;
}
.gv-tab-container > .gv-tab-header .gv-tabs {
  background-color: transparent;
  border: none;
  display: inline-block;
  list-style-type: none;
  margin: 0 30px 0 0;
  padding: 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li {
  color: #777777;
  display: inline-block;
  height: 31px;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: background-color, color;
  transition-timing-function: ease;
  vertical-align: bottom;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li > a {
  color: #777777;
  cursor: pointer;
  display: block;
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: color, opacity;
  transition-timing-function: ease;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li > a > i {
  color: #777777;
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: ease;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li > a > i:focus,
.gv-tab-container > .gv-tab-header .gv-tabs > li > a > i:hover {
  color: #777777;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li > a:focus,
.gv-tab-container > .gv-tab-header .gv-tabs > li > a:hover {
  box-shadow: none;
  color: #333333;
  outline: none;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li > a:focus > i,
.gv-tab-container > .gv-tab-header .gv-tabs > li > a:hover > i {
  color: #333333;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li > a:focus > i:focus,
.gv-tab-container > .gv-tab-header .gv-tabs > li > a:hover > i:focus,
.gv-tab-container > .gv-tab-header .gv-tabs > li > a:focus > i:hover,
.gv-tab-container > .gv-tab-header .gv-tabs > li > a:hover > i:hover {
  color: #333333;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li.disabled > a {
  cursor: not-allowed;
  opacity: 0.5;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li:not(:first-child) {
  margin-left: 15px;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li:not(.link) {
  background-color: #F7F7F7;
  border: 1px solid #CFCFCF;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li:not(.link).active {
  background-color: #ffffff;
  color: #4AB37E;
  position: relative;
  top: 1px;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li:not(.link).active > a {
  color: #4AB37E;
  padding: 6px 18px 8px 18px;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li:not(.link).active > a > i {
  color: #4AB37E;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li:not(.link):not(.disabled):not(.active):focus,
.gv-tab-container > .gv-tab-header .gv-tabs > li:not(.link):not(.disabled):not(.active):hover {
  background-color: #CFCFCF;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li:not(.link) > a {
  padding: 7px 18px;
}
.gv-tab-container > .gv-tab-header .gv-tabs > li.link > a {
  font-size: 12px;
  font-weight: 500;
  margin: 7px 18px;
}
.gv-tab-container > .gv-tab-content {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 0 4px 4px 4px;
  padding: 15px;
}
.gv-tab-container.open > .gv-tab-content {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 0;
}
/* GV Tag*/
.gv-tag {
  background-color: #777777;
  border-radius: 4px;
  display: inline-block;
  margin: 2px 3px;
  padding: 3px 3px 3px 5px;
  vertical-align: middle;
  white-space: nowrap;
}
.gv-tag.gv-tag-readonly {
  padding-right: 5px;
}
.gv-tag > span {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 0;
  vertical-align: middle;
}
.gv-tag > i,
.gv-tag > i:hover,
.gv-tag > i:focus {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  margin: 0 1px 0 0;
  padding: 3px;
  vertical-align: middle;
}
.gv-tag-picker {
  width: 275px;
}
.gv-tag-picker .btnV2 {
  width: 45%;
}
.gv-tag-picker .gv-tag-picker-tags {
  margin-bottom: 12px;
  max-height: 175px;
  overflow-x: auto;
}
.gv-tag-picker .gv-tag-picker-tags > ul {
  list-style-type: none;
  padding: 0;
}
.gv-tag-picker .gv-tag-picker-tags > ul > li {
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
/* GV Text */
.gv-text {
  color: #9F9F9F;
  /* Colors */
  /* Weights */
}
.gv-text.black {
  color: #333333;
}
.gv-text.dark {
  color: #777777;
}
.gv-text.bold {
  font-weight: 700;
}
.gv-text.medium-bold {
  font-weight: 600;
}
.gv-text.semi-bold {
  font-weight: 500;
}
/* GV TimePicker */
.gv-timepicker {
  cursor: pointer;
  display: block;
}
.gv-timepicker.disabled {
  cursor: not-allowed;
}
.gv-timepicker.disabled > span {
  opacity: 0.5;
}
.gv-timepicker > span {
  display: block;
  opacity: 1;
  text-transform: lowercase;
  transition: opacity ease 0.25s;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.gv-timepicker > span.unset {
  opacity: 0.5;
  text-transform: none;
}
.gv-timepicker > div.gv-timepicker-dropdown {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.0802);
  cursor: pointer;
  display: none;
  margin: 10px 0 0 -10px;
  opacity: 1;
  position: absolute;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  z-index: 99999;
}
.gv-timepicker > div.gv-timepicker-dropdown:focus {
  outline: none;
}
.gv-timepicker > div.gv-timepicker-dropdown > div.gv-form {
  background-color: #FAFAFA;
  border: 1px solid #E2E3E4;
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 8px;
}
.gv-timepicker > div.gv-timepicker-dropdown > ol {
  list-style-type: none;
  margin: 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
}
.gv-timepicker > div.gv-timepicker-dropdown > ol > li {
  color: #777777;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  padding: 15px;
  position: relative;
  transition-duration: 0.25s;
  transition-property: background-color, color;
  transition-timing-function: ease;
}
.gv-timepicker > div.gv-timepicker-dropdown > ol > li:first-child {
  border-radius: 4px 4px 0 0;
}
.gv-timepicker > div.gv-timepicker-dropdown > ol > li:focus,
.gv-timepicker > div.gv-timepicker-dropdown > ol > li:hover {
  color: #333333;
  background-color: #E9F7F1;
}
.gv-timepicker > div.gv-timepicker-dropdown > ol > li.selected {
  color: #269D64;
  font-weight: bold;
}
.gv-timepicker.open > .gv-timepicker-dropdown {
  display: block;
}
/* New 2018 Button Styles */
.btnV2 {
  background-color: #4AB37E;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 9px 25px;
  transition-duration: 0.25s;
  transition-property: background-color, border-color, color;
  transition-timing-function: ease;
  /* White background with red text; inverse on hover. */
}
.btnV2.disabled {
  opacity: 0.7;
}
.btnV2.btnV2-xs {
  font-size: 12px;
  padding: 5px 12px;
}
.btnV2.btnV2-sm {
  border-radius: 4px;
  font-size: 14px;
  padding: 7px 15px;
}
.btnV2.btnV2-end {
  border-radius: 0 4px 4px 0;
}
.btnV2.btnV2-start {
  border-radius: 4px 0 0 4px;
}
.btnV2.btnV2-end,
.btnV2.btnV2-start {
  border: 2px solid transparent;
}
.btnV2.btnV2-lg {
  border-radius: 6px;
  font-family: brandon-grotesque;
  font-size: 24px;
  padding: 10px 40px;
}
.btnV2.btnV2-xl {
  font-size: 20px;
  padding: 16px;
}
.btnV2.btnV2-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.btnV2:hover,
.btnV2:focus,
.btnV2:active {
  background-color: #269D64;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.btnV2 > i:hover,
.btnV2:focus,
.btnV2:active {
  color: #ffffff;
}
.btnV2.btnV2-alt {
  background-color: #E9F7F1;
  border-color: #4AB37E;
  color: #4AB37E;
}
.btnV2.btnV2-alt:hover,
.btnV2.btnV2-alt:focus,
.btnV2.btnV2-alt:active {
  background-color: #D1EEE2;
  color: #4AB37E;
}
.btnV2.btnV2-alt > i:hover,
.btnV2.btnV2-alt:focus,
.btnV2.btnV2-alt:active {
  color: #4AB37E;
}
.btnV2.btnV2-blue {
  background-color: #67A0B1;
  color: #ffffff;
}
.btnV2.btnV2-blue:hover,
.btnV2.btnV2-blue:focus,
.btnV2.btnV2-blue:active {
  background-color: #5895AC;
}
.btnV2.btnV2-blue > i:hover,
.btnV2.btnV2-blue:focus,
.btnV2.btnV2-blue:active {
  color: #ffffff;
}
.btnV2.btnV2-blue-light {
  background-color: #ffffff;
  color: #5895AC;
}
.btnV2.btnV2-blue-light:hover,
.btnV2.btnV2-blue-light:focus,
.btnV2.btnV2-blue-light:active {
  background-color: #FAFAFA;
  color: #3F7C93;
}
.btnV2.btnV2-blue-light > i:hover,
.btnV2.btnV2-blue-light:focus,
.btnV2.btnV2-blue-light:active {
  color: #3F7C93;
}
.btnV2.btnV2-dark {
  background-color: #777777;
  color: #ffffff;
}
.btnV2.btnV2-dark:hover,
.btnV2.btnV2-dark:focus,
.btnV2.btnV2-dark:active {
  background-color: #333333;
}
.btnV2.btnV2-dark > i:hover,
.btnV2.btnV2-dark:focus,
.btnV2.btnV2-dark:active {
  color: #EEEEEE;
}
.btnV2.btnV2-facebook {
  background-color: #3A559F;
  color: #ffffff;
}
.btnV2.btnV2-facebook:hover,
.btnV2.btnV2-facebook:focus,
.btnV2.btnV2-facebook:active {
  background-color: #546FB9;
}
.btnV2.btnV2-facebook > i:hover,
.btnV2.btnV2-facebook:focus,
.btnV2.btnV2-facebook:active {
  color: #ffffff;
}
.btnV2.btnV2-gray {
  background-color: #E8E8E8;
  color: #9F9F9F;
  border-color: #CFCFCF;
}
.btnV2.btnV2-gray:hover,
.btnV2.btnV2-gray:focus,
.btnV2.btnV2-gray:active {
  background-color: #CFCFCF;
  color: #777777;
  border-color: #CFCFCF;
}
.btnV2.btnV2-gray > i:hover,
.btnV2.btnV2-gray:focus,
.btnV2.btnV2-gray:active {
  color: #777777;
}
.btnV2.btnV2-gray-light {
  background-color: #ffffff;
  color: #9F9F9F;
  border-color: #9F9F9F;
}
.btnV2.btnV2-gray-light:hover,
.btnV2.btnV2-gray-light:focus,
.btnV2.btnV2-gray-light:active {
  background-color: #ffffff;
  color: #777777;
  border-color: #777777;
}
.btnV2.btnV2-gray-light > i:hover,
.btnV2.btnV2-gray-light:focus,
.btnV2.btnV2-gray-light:active {
  color: #777777;
}
.btnV2.btnV2-twitter {
  background-color: #50ABF1;
  color: #ffffff;
}
.btnV2.btnV2-twitter:hover,
.btnV2.btnV2-twitter:focus,
.btnV2.btnV2-twitter:active {
  background-color: #6AC5FF;
}
.btnV2.btnV2-twitter > i:hover,
.btnV2.btnV2-twitter:focus,
.btnV2.btnV2-twitter:active {
  color: #ffffff;
}
.btnV2.btnV2-white {
  background-color: #ffffff;
  border-color: #4AB37E;
  color: #4AB37E;
}
.btnV2.btnV2-white:hover,
.btnV2.btnV2-white:focus,
.btnV2.btnV2-white:active {
  background-color: #4AB37E;
  color: #ffffff;
}
.btnV2.btnV2-white > i:hover,
.btnV2.btnV2-white:focus,
.btnV2.btnV2-white:active {
  color: #ffffff;
}
.btnV2.btnV2-whiteAlt {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #777777;
}
.btnV2.btnV2-whiteAlt:hover,
.btnV2.btnV2-whiteAlt:focus,
.btnV2.btnV2-whiteAlt:active {
  background-color: #777777;
  border-color: #777777;
  color: #ffffff;
}
.btnV2.btnV2-whiteAlt > i:hover,
.btnV2.btnV2-whiteAlt:focus,
.btnV2.btnV2-whiteAlt:active {
  color: #ffffff;
}
.btnV2.btnV2-white-red {
  background-color: #ffffff;
  border-color: #CCCCCC;
  color: #CC0000;
}
.btnV2.btnV2-white-red:hover,
.btnV2.btnV2-white-red:focus,
.btnV2.btnV2-white-red:active {
  background-color: #CC0000;
  color: #ffffff;
}
.btnV2.btnV2-white-red > i:hover,
.btnV2.btnV2-white-red:focus,
.btnV2.btnV2-white-red:active {
  color: #ffffff;
}
.btnV2.btnV2-link {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #4AB37E;
}
.btnV2.btnV2-link:hover,
.btnV2.btnV2-link:focus,
.btnV2.btnV2-link:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #269D64;
}
.btnV2.btnV2-link > i:hover,
.btnV2.btnV2-link:focus,
.btnV2.btnV2-link:active {
  color: #269D64;
}
.btnV2.btnV2-link.dark-gray {
  color: #777777;
}
.btnV2.btnV2-link.dark-gray:hover,
.btnV2.btnV2-link.dark-gray:focus,
.btnV2.btnV2-link.dark-gray:active {
  color: #333333;
}
.btnV2.btnV2-link.dark-gray > i:hover,
.btnV2.btnV2-link.dark-gray:focus,
.btnV2.btnV2-link.dark-gray:active {
  color: #333333;
}
.btnV2.btnV2-link.gray {
  color: #9F9F9F;
}
.btnV2.btnV2-link.gray:hover,
.btnV2.btnV2-link.gray:focus,
.btnV2.btnV2-link.gray:active {
  color: #777777;
}
.btnV2.btnV2-link.gray > i:hover,
.btnV2.btnV2-link.gray:focus,
.btnV2.btnV2-link.gray:active {
  color: #777777;
}
.btnV2.btnV2-link.narrow {
  padding: 9px 0;
}
.btnV2.btnV2-clear {
  background: transparent;
  color: #4AB37E;
  border-color: #4AB37E;
}
.btnV2.btnV2-clear:hover,
.btnV2.btnV2-clear:focus,
.btnV2.btnV2-clear:active {
  color: #3b8f65;
  border-color: #3b8f65;
}
/* V2 button group */
/* NOTE. There was some trouble with other css classes overriding this styling because they were applied after the stuff in this common file. */
/*       Since this is a utility class, this seemed like an appropriate useage of the !important tag to override that behavior. */
/*       Example: I ran into this behavior on the mobile cardbuilder top menu (.canvas-top-menu) */
.btn-group-V2 {
  /* Normal green color. Usage: <div class="btn-group-V2"><a>Button text</a></div> */
  background-color: #ffffff !important;
  border: solid 1px #E8E8E8 !important;
  border-radius: 100px !important;
  display: inline-block !important;
  padding: 3px !important;
  white-space: nowrap !important;
  /* Dark color overrides. Usage: <div class="btn-group-V2 btn-group-V2-dark"><a>Button text</a></div> */
}
.btn-group-V2 a {
  color: #4AB37E;
  background-color: #ffffff !important;
  border-radius: 100px !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 12px !important;
  padding: 7px 9px !important;
  text-decoration: none !important;
  transition-duration: 0.25s !important;
  transition-property: background-color, color !important;
  transition-timing-function: ease !important;
  white-space: nowrap !important;
  /* Some "reset" styles to override things that may be set elsewhere on anchor tags. */
  position: unset !important;
  border: none !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
}
.btn-group-V2 a:hover,
.btn-group-V2 a:focus,
.btn-group-V2 a:active {
  color: #333333 !important;
  text-decoration: none !important;
}
.btn-group-V2 a.active {
  color: #ffffff !important;
  background-color: #4AB37E !important;
}
.btn-group-V2 a.active:hover,
.btn-group-V2 a.active:focus,
.btn-group-V2 a.active:active {
  background-color: #269D64 !important;
  text-decoration: none !important;
}
.btn-group-V2.btn-group-V2-dark a {
  color: #777777 !important;
  background-color: #ffffff !important;
}
.btn-group-V2.btn-group-V2-dark a:hover,
.btn-group-V2.btn-group-V2-dark a:focus,
.btn-group-V2.btn-group-V2-dark a:active {
  color: #333333 !important;
}
.btn-group-V2.btn-group-V2-dark a.active {
  color: #ffffff !important;
  background-color: #777777 !important;
}
.btn-group-V2.btn-group-V2-dark a.active:hover,
.btn-group-V2.btn-group-V2-dark a.active:focus,
.btn-group-V2.btn-group-V2-dark a.active:active {
  background-color: #333333 !important;
}
.modal.v2 button:focus {
  outline: none;
}
.modal.v2 .cancel {
  background: none;
  border: none;
  border-radius: 4px;
  color: #777777;
  cursor: pointer;
  transition: color 0.25s ease;
}
.modal.v2 .cancel:focus,
.modal.v2 .cancel:hover {
  color: #333333;
}
.modal.v2 h2 {
  font-family: brandon-grotesque;
  font-size: 36px;
  color: #333333;
}
.modal.v2 h4 {
  font-family: brandon-grotesque;
  font-size: 24px;
  color: #333333;
}
.modal.v2 h6 {
  font-family: brandon-grotesque;
  font-size: 16px;
  color: #333333;
}
.modal.v2 hr {
  margin: 10px;
}
.modal.v2 .modal-body {
  font-size: 14px;
  padding: 0 40px 15px 40px;
}
.modal.v2 .modal-body.split {
  padding: 0;
}
.modal.v2 .modal-body.split .modal-body-part {
  padding: 0 40px;
}
.modal.v2 .modal-body.split .modal-body-part.end {
  padding-bottom: 15px;
}
.modal.v2 .modal-content {
  border-color: #979797;
  border-radius: 6px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.modal.v2 .modal-content .modal-sub-header {
  color: #777777;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.modal.v2 .modal-footer {
  border: 0;
  margin-top: 0;
}
.modal.v2 .modal-header {
  background-color: white;
  border: none;
  border-radius: 6px;
  padding: 15px 30px 10px 40px;
}
.modal.v2 .modal-header .close {
  font-size: 28px;
  font-weight: 100;
  margin-right: -15px;
  margin-top: -5px;
  opacity: 0.5;
  position: relative;
}
.modal.v2 .modal-header .modal-title {
  color: #333333;
  font-family: 'Open Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.modal.v2 .modal-header .modal-title.gray {
  color: #777777;
}
.modal.v2 .modal-header .modal-title.small {
  font-size: 18px;
}
.modal.v2.top {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
}
.modal.v2.top > .modal-dialog > .modal-content {
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.0802);
}
.modal.v2 .mce-tinymce.mce-container.mce-panel {
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-top-part::before {
  display: none;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar {
  background-color: #FAFAFA;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn-group {
  padding: 5px 10px;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn {
  background-color: transparent;
  color: #777777;
  margin: 0 4px;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn button,
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn button > i.mce-ico {
  color: #777777;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn.mce-active {
  background-color: #CFCFCF;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn.mce-active:hover,
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn.mce-active button,
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn.mce-active button > i.mce-ico {
  color: #333333;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn.mce-listbox {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-right: 25px;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn.mce-listbox.mce-active {
  border-color: #4AB37E;
}
.modal.v2 .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn.mce-listbox.mce-active .mce-caret {
  border-top-color: #777777;
}
.modal.v2.gv-tinymce-small .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar {
  background-color: #FAFAFA;
}
.modal.v2.gv-tinymce-small .mce-tinymce.mce-container.mce-panel .mce-container.mce-toolbar .mce-btn-group {
  padding: 2px 0;
}
.modal.v2 .qq-uploader {
  background-color: #E9F7F1;
}
.modal.v2 .qq-uploader.dropzone {
  border-color: #2BB573;
}
.modal.v2 .qq-uploader.dropzone .fa {
  border-color: #2BB573;
  color: #2BB573;
}
.modal.v2 .qq-upload-button {
  color: #2BB573;
}
.modal.v2 .qq-upload-list li {
  background-color: #fff;
}
.modal.v2 .qq-upload-list {
  box-shadow: none;
}
.modal.v2 .qq-progress-bar {
  background-color: #2BB573;
}
/* Popovers */
.popover {
  background-color: #333333;
  border: none!important;
  border-radius: 4px;
  box-shadow: none!important;
  color: #ffffff !important;
  font-family: 'Open Sans';
  font-size: 12px;
  font-style: normal!important;
  font-weight: normal!important;
  text-align: left;
  text-transform: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.popover > .popover-content {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  padding: 6px 8px!important;
}
.popover > .popover-title {
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom: 0px solid rgba(0, 0, 0, 0) !important;
  border-radius: 0!important;
  color: #ffffff !important;
  padding: 6px 8px!important;
}
.popover.bottom {
  margin-top: 13px;
}
.popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.2) !important;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #333333 !important;
}
.popover.left {
  margin-left: -13px;
}
.popover.left > .arrow {
  border-left-color: rgba(0, 0, 0, 0.2) !important;
}
.popover.left > .arrow:after {
  border-left-color: #333333 !important;
}
.popover.right {
  margin-left: 13px;
}
.popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.2) !important;
}
.popover.right > .arrow:after {
  border-right-color: #333333 !important;
}
.popover.top {
  margin-top: -13px;
}
.popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.2) !important;
}
.popover.top > .arrow:after {
  border-top-color: #333333 !important;
}
.popover.light {
  background-color: #ffffff !important;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.25) !important;
  color: #333333 !important;
}
.popover.light > .popover-content {
  color: #333333 !important;
}
.popover.light > .popover-title {
  color: #333333 !important;
}
.popover.light.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.12) !important;
}
.popover.light.bottom > .arrow:after {
  border-bottom-color: #ffffff !important;
}
.popover.light.left > .arrow {
  border-left-color: rgba(0, 0, 0, 0.12) !important;
}
.popover.light.left > .arrow:after {
  border-left-color: #ffffff !important;
}
.popover.light.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.12) !important;
}
.popover.light.right > .arrow:after {
  border-right-color: #ffffff !important;
}
.popover.light.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.12) !important;
}
.popover.light.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.popover.yellow {
  background-color: #FFFFF0 !important;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.25) !important;
}
.popover.yellow > .popover-content {
  color: #9F9F9F !important;
}
.popover.yellow > .popover-title {
  color: #9F9F9F !important;
}
.popover.yellow.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.12) !important;
}
.popover.yellow.bottom > .arrow:after {
  border-bottom-color: #FFFFF0 !important;
}
.popover.yellow.left > .arrow {
  border-left-color: rgba(0, 0, 0, 0.12) !important;
}
.popover.yellow.left > .arrow:after {
  border-left-color: #FFFFF0 !important;
}
.popover.yellow.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.12) !important;
}
.popover.yellow.right > .arrow:after {
  border-right-color: #FFFFF0 !important;
}
.popover.yellow.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.12) !important;
}
.popover.yellow.top > .arrow:after {
  border-top-color: #FFFFF0 !important;
}
/* Alerts */
.alert a:not(.btn) {
  color: #5895AC;
  cursor: pointer;
}
.alert a:not(.btn):link,
.alert a:not(.btn):visited,
.alert a:not(.btn):active {
  color: #5895AC;
}
.alert a:not(.btn):link > i.fa,
.alert a:not(.btn):visited > i.fa,
.alert a:not(.btn):active > i.fa,
.alert a:not(.btn):link > i.fal,
.alert a:not(.btn):visited > i.fal,
.alert a:not(.btn):active > i.fal,
.alert a:not(.btn):link > i.far,
.alert a:not(.btn):visited > i.far,
.alert a:not(.btn):active > i.far,
.alert a:not(.btn):link > i.fas,
.alert a:not(.btn):visited > i.fas,
.alert a:not(.btn):active > i.fas {
  color: #5895AC;
}
.alert a:not(.btn):hover,
.alert a:not(.btn):focus {
  color: #45788c;
}
.alert a:not(.btn):hover > i.fa,
.alert a:not(.btn):focus > i.fa,
.alert a:not(.btn):hover > i.fal,
.alert a:not(.btn):focus > i.fal,
.alert a:not(.btn):hover > i.far,
.alert a:not(.btn):focus > i.far,
.alert a:not(.btn):hover > i.fas,
.alert a:not(.btn):focus > i.fas {
  color: #45788c;
}
.alertV2 {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
  margin-bottom: 20px;
}
.alertV2 .alert-content {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
}
.alertV2 .alert-icon {
  display: table-cell;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.alertV2 .alert-icon .fa,
.alertV2 .alert-icon .fas,
.alertV2 .alert-icon .far {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.alertV2.alert-danger,
.alertV2.alert-error {
  background-color: #F7E6E6;
  border-color: #ED4949;
}
.alertV2.alert-danger .alert-icon,
.alertV2.alert-error .alert-icon {
  background-color: #ED4949;
}
.alertV2.alert-danger.dark,
.alertV2.alert-error.dark {
  background-color: #F7E6E6;
  border-color: #DB474C;
}
.alertV2.alert-danger.dark .alert-icon,
.alertV2.alert-error.dark .alert-icon {
  background-color: #DB474C;
}
.alertV2.alert-info {
  background-color: #e6edef;
  border-color: #5895AC;
}
.alertV2.alert-info .alert-icon {
  background-color: #5895AC;
}
.alertV2.alert-success {
  background-color: #E9F7F1;
  border-color: #4AB37E;
}
.alertV2.alert-success .alert-icon {
  background-color: #4AB37E;
}
.alertV2.alert-warning {
  background-color: #f8f4e7;
  border-color: #FFD641;
}
.alertV2.alert-warning .alert-icon {
  background-color: #FFD641;
}
/* Re-order Sections Modal */
.modal.reorderEventSections > .modal-dialog {
  left: 50%;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 560px;
}
.modal.reorderEventSections > .modal-dialog .modal-body {
  padding-bottom: 0px;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections {
  display: block;
  list-style-type: none;
  margin-top: 15px;
  padding: 0;
  width: 100%;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li.placeholder {
  border: none;
  display: block;
  height: 5px;
  margin: 0;
  padding: 0;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li.placeholder:last-child {
  border-top: 1px solid #E8E8E8;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li:not(.placeholder) {
  background-color: #ffffff;
  border-top: 1px solid #E8E8E8;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  font-weight: bold;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li:not(.placeholder).header {
  border-top: 2px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li:not(.placeholder).ui-sortable-helper {
  border-bottom: 1px solid #E8E8E8;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li:not(.placeholder) .name {
  flex: 1 0 auto;
  width: 70px;
  color: #333333;
  text-transform: uppercase;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li:not(.placeholder) .display {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li:not(.placeholder) .display > * {
  width: 80px;
  margin-right: 0;
  text-align: center;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li:not(.placeholder) .handle {
  flex: 0 0 auto;
}
.modal.reorderEventSections > .modal-dialog .modal-body ol.event-sections > li:not(.placeholder) .handle > i {
  color: #9F9F9F;
  cursor: move;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
/* Responsive */
@media screen and (max-width: 1024px) {
  .not-screen-large {
    display: initial;
  }
  .not-screen-medium {
    display: initial;
  }
  .not-screen-small {
    display: none;
  }
  .screen-large {
    display: none;
  }
  .screen-medium {
    display: none;
  }
  .screen-small {
    display: initial;
  }
}
@media screen and (max-width: 1279px) {
  .not-screen-large {
    display: initial;
  }
  .not-screen-medium {
    display: none;
  }
  .not-screen-small {
    display: initial;
  }
  .screen-large {
    display: none;
  }
  .screen-large.only {
    display: none;
  }
  .screen-medium {
    display: initial;
  }
  .screen-small {
    display: initial;
  }
  .screen-small.only {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .not-screen-large {
    display: none;
  }
  .not-screen-medium {
    display: initial;
  }
  .not-screen-small {
    display: initial;
  }
  .screen-large {
    display: initial;
  }
  .screen-medium {
    display: initial;
  }
  .screen-medium.only {
    display: none;
  }
  .screen-small {
    display: initial;
  }
  .screen-small.only {
    display: none;
  }
}
/* /Responsive */
/* PRINT STYLE CHANGES */
@media print {
  /* Global */
  .printonly {
    display: inherit;
  }
  .dropdown-menu,
  .modal,
  .noprint {
    display: none;
  }
  html,
  body {
    color: black;
  }
}
/* IE Special Issues */
.ie89Only {
  display: none;
}
.ie8 .ie89Only,
.ie9 .ie89Only {
  display: block;
}
.ie8 .ie89Hide,
.ie9 .ie89Hide {
  display: none !important;
}
.ie8 .input-password {
  background-color: #ffffff !important;
  color: #464646 !important;
  font-family: Arial !important;
}
/* END - Common Elements */
/* START - Public Site */
html {
  -webkit-font-smoothing: antialiased;
  background: url('../_images/bg.png') repeat;
}
html,
body {
  background-color: transparent;
  color: #777777;
  min-height: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.sans {
  font-family: "Open Sans", Arial, sans-serif;
}
.brandon {
  font-family: 'brandon-grotesque';
}
.mobile-only {
  display: none;
}
.mobile-only-inline {
  display: none;
}
#videoSmall {
  top: 96px;
  left: 130px;
}
.responsive {
  height: auto;
  max-width: 100%;
}
/* Bootstrap Overrides */
@media (min-width: 992px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1170px;
  }
}
/* Multi Column Menu */
.dropdown-menu > li > div > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > div > ul > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
}
.dropdown-menu.products .divider {
  background-color: #fff;
}
/* Header/Footer */
.header-top-margin {
  margin-top: 40px;
}
footer {
  background-color: #4AB37E;
  color: white;
  padding: 13px 20px 27px 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
footer a {
  color: white;
}
footer a:hover,
footer a:active {
  color: white;
}
footer .fa,
footer .fab,
footer .fas {
  font-size: 20px;
  margin-right: 5px;
  font-weight: normal;
}
footer div.text-right {
  padding-top: 3px;
}
.scroll {
  background-color: white;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  z-index: 1030;
}
.scroll a {
  text-decoration: none;
  color: #777777;
  display: block;
}
.accountType {
  background-color: white;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.accountTypeDropdown {
  color: #fff;
  display: inline-block;
  margin-top: 38px;
  margin-left: 10px;
}
.accountTypeDropdown .caret {
  border-top-color: #999;
  margin-left: 5px;
}
.accountTypeDropdown .dropdown-menu {
  color: #777;
}
#modalAccountType a img {
  padding: 8px;
  border: 1px solid #fff;
}
#modalAccountType a:hover img {
  border: 1px solid #abd0b1;
}
#modalAccountType .modal-content {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fefefe;
}
#modalAccountType .question {
  font-size: 46px;
  margin-bottom: 40px;
}
/*Language dropdown on header & footer */
.dropdown.langDropdown {
  border: solid 1px #ffffff;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 20px;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
}
.dropdown.langDropdown i {
  color: #1b7748;
  margin-right: 10px;
  font-size: 18px;
}
.dropdown.langDropdown .dropdown-menu > li > a:hover,
.dropdown.langDropdown .dropdown-menu > li > a:focus {
  background-color: #ffffff;
  color: #229B60;
  font-weight: bold;
}
.dropdown.langDropdown.langFooter {
  margin-right: 10px;
  border-color: #459F67;
}
.dropdown.langDropdown:hover,
#leftmenu .dropdown.langDropdown.open {
  background-color: #328f61;
}
.dropdown.langDropdown:hover i,
#leftmenu .dropdown.langDropdown.open i {
  color: white;
}
.dropdown.langDropdown.langHeader {
  border: solid 1px #dedede;
}
.dropdown.langDropdown.langHeader i {
  color: #fff;
}
.dropdown.langDropdown.langHeader:hover,
#leftmenu .dropdown.langDropdown.langHeader.open {
  border-color: white;
  background-color: transparent;
}
.dropdown.langDropdown.langHeader:hover i,
#leftmenu .dropdown.langDropdown.langHeader.open i {
  color: white;
}
#divHeaderLogIn {
  position: relative;
}
/* Navbar */
.navbar-default {
  background-color: #FFF;
  border-color: #CCCCCC;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #FFF;
  color: #27A868;
  font-weight: bold;
}
.navbar-default .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #27A868;
  background-color: #FFF;
}
.navbar-nav > li {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-header a.dropdown-toggle {
  color: #777;
  display: inline-block;
  padding: 15px;
}
.navbar-header a.dropdown-toggle .caret {
  border-top-color: #777;
}
.navbar-header a.dropdown-toggle:hover,
.navbar-header a.dropdown-toggle:active,
.navbar-header a.dropdown-toggle:focus {
  color: #333;
  text-decoration: none;
}
.navbar-header.open {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-header .dropdown-menu {
  left: auto;
  border-radius: 0 0 4px 4px;
  margin: 0;
  margin-left: -10px;
}
.navbar-header {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-default .navbar-toggle {
  border: none;
  padding: 5px;
  font-size: 24px;
  color: #777;
  cursor: pointer;
}
.navbar-default .navbar-toggle.collapsed {
  border: none;
  padding: 5px;
  font-size: 24px;
  color: #CCC;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #FFF;
}
.navbar-header .fa-bars {
  display: none;
}
/*.navbar-header .dropdown-menu .row {width: 850px;} holiday change */
.navbar-header .dropdown-menu .row {
  width: 1150px;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
/* Shared */
.trial-footer-top {
  background: url('../../pub/_images/bg-black.png') repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
.trial-footer-bottom {
  text-align: center;
  font-size: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.trial-footer-bottom-full {
  margin-top: 80px;
  margin-bottom: 80px;
  vertical-align: middle;
}
.graylink,
.graylink:hover,
.graylink:visited,
.graylink:active {
  color: #777777;
}
input[type=checkbox] + label:before {
  position: relative;
  top: 0.15em;
}
input[type=radio] + label:before {
  position: relative;
  top: 0.15em;
}
/* Qtip Popup */
.qtip-default {
  border: 1px solid #CCC;
  border-bottom-width: 2px;
  padding: 10px;
  background-color: white;
  color: #777777;
  font-size: inherit;
  line-height: normal;
}
.qtip-default .qtip-titlebar {
  background-color: #FFF;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
/* Homepage */
.homepage .heading {
  width: 1170px;
  color: white;
}
.homepage .heading h1 {
  font-weight: normal;
  margin: 0;
  font-family: 'brandon-grotesque';
}
.homepage h2 {
  margin-bottom: 60px;
}
.homepage .details {
  padding-left: 50px;
  padding-right: 100px;
  line-height: 1.7;
  font-size: 15px;
}
.homepage .heading .left {
  width: 440px;
  vertical-align: top;
  margin-top: 70px;
}
.homepage .heading .left .product1 {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
.homepage .heading .left .product2 {
  font-size: 90px;
  line-height: 1.1;
  padding-bottom: 15px;
  display: block;
}
.homepage .heading .left .product2.small {
  font-size: 56px;
}
.homepage .heading .left .product3 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
}
.homepage .heading .left .email {
  margin-top: 45px;
}
.homepage .heading .left .scroll {
  margin-top: 45px;
  font-weight: bold;
  bottom: 15px;
  position: absolute;
}
.homepage .heading .left .scroll a:hover {
  text-decoration: none;
}
.homepage .heading .right {
  width: 700px;
  vertical-align: top;
}
.homepage .event-circle {
  position: relative;
}
.homepage .event-circle .btn {
  position: absolute;
  top: 130px;
  left: 40px;
}
.homepage .event-type-heading {
  font-size: 32px;
  color: #2f2f2f;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.homepage .tiles-desktop {
  width: 980px;
  margin: 0 auto;
}
.homepage .event-type {
  border: 2px solid white;
  border-radius: 15px;
  position: relative;
  padding: 20px;
  margin-bottom: 25px;
}
.homepage .event-type a:not(.dropdown-item),
.homepage .event-type a:not(.dropdown-item):hover,
.homepage .event-type a:not(.dropdown-item):active {
  color: inherit;
}
.homepage .event-type .footer {
  position: absolute;
  bottom: 0;
  background-color: black;
  left: 0;
  width: 100%;
  border-radius: 0 0 15px 15px;
  text-align: center;
  padding-bottom: 7px;
  padding-top: 7px;
  color: #FFF;
  opacity: 0.7;
  font-size: 18px;
}
.homepage .event-type .card {
  -moz-box-shadow: 0 0 10px 2px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0 0 10px 2px rgba(119, 119, 119, 0.75);
  box-shadow: 0 0 10px 2px rgba(119, 119, 119, 0.75);
}
.homepage .event-type:hover {
  border: 2px solid white;
  -moz-box-shadow: 0 0 10px 2px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0 0 10px 2px rgba(119, 119, 119, 0.75);
  box-shadow: 0 0 10px 2px rgba(119, 119, 119, 0.75);
}
.homepage .event-type .card-link:hover div {
  text-decoration: underline;
}
.homepage .event-type .card-link:hover img {
  -webkit-box-shadow: 3px 3px 15px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 15px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 15px rgba(50, 50, 50, 0.75);
}
.homepage .tiles-desktop .event-type.wedding {
  height: 310px;
  width: 564px;
  color: #FFF;
  padding-top: 30px;
  margin-right: 22px;
}
.homepage .tiles-desktop .event-type.business {
  height: 310px;
  width: 390px;
  color: #FFF;
  padding-top: 55px;
  padding-left: 35px;
}
.homepage .tiles-desktop .event-type.wedding-related {
  height: 310px;
  width: 980px;
  color: #FFF;
  padding-top: 30px;
}
.homepage .tiles-desktop .event-type.baby {
  height: 310px;
  width: 477px;
  margin-right: 22px;
  color: #333333;
}
.homepage .tiles-desktop .event-type.graduation {
  height: 310px;
  width: 477px;
  padding-left: 95px;
  color: #333333;
}
.homepage .tiles-desktop .event-type.birthday {
  height: 310px;
  width: 310px;
  margin-right: 21px;
  padding-top: 40px;
}
.homepage .tiles-desktop .event-type.baptism {
  height: 310px;
  width: 310px;
  margin-right: 21px;
  padding-top: 60px;
  padding-left: 80px;
}
.homepage .tiles-desktop .event-type.mitzvah {
  height: 310px;
  width: 310px;
  padding-left: 140px;
  padding-top: 40px;
}
.homepage .tiles-desktop .event-type.home {
  height: 310px;
  width: 477px;
  margin-right: 21px;
  color: #333333;
}
.homepage .tiles-desktop .event-type.entertaining {
  height: 310px;
  width: 310px;
  margin-right: 21px;
  padding-left: 110px;
  padding-top: 60px;
}
.homepage .tiles-desktop .event-type.other {
  height: 310px;
  width: 143px;
}
.homepage .tiles-desktop .event-type.holiday {
  height: 310px;
  width: 980px;
  color: #FFF;
  padding-top: 30px;
  padding-right: 5px;
}
.homepage .tiles-mobile {
  width: 300px;
  margin: 0 auto;
}
.homepage .tiles-mobile .event-type {
  padding: 15px;
  margin-bottom: 15px;
}
.homepage .tiles-mobile .event-type.wedding {
  height: 240px;
  width: 300px;
  color: #FFF;
  padding-top: 15px;
}
.homepage .tiles-mobile .event-type.business {
  height: 240px;
  width: 300px;
  color: #FFF;
  padding-top: 45px;
  padding-left: 20px;
}
.homepage .tiles-mobile .event-type.wedding-related {
  height: 700px;
  width: 300px;
  color: #FFF;
  padding-top: 30px;
}
.homepage .tiles-mobile .event-type.baby {
  height: 220px;
  width: 300px;
  margin-right: 22px;
  color: #333333;
}
.homepage .tiles-mobile .event-type.graduation {
  height: 240px;
  width: 300px;
  color: #333333;
}
.homepage .tiles-mobile .event-type.home {
  height: 240px;
  width: 300px;
  margin-right: 21px;
  color: #333333;
}
.homepage .tiles-mobile .event-type.birthday {
  height: 195px;
  width: 145px;
  margin-right: 5px;
  padding-top: 20px;
}
.homepage .tiles-mobile .event-type.baptism {
  height: 195px;
  width: 145px;
  padding-top: 40px;
}
.homepage .tiles-mobile .event-type.mitzvah {
  height: 195px;
  width: 145px;
  margin-right: 5px;
  padding-left: 35px;
}
.homepage .tiles-mobile .event-type.entertaining {
  height: 195px;
  width: 145px;
  padding-top: 25px;
}
.homepage .tiles-mobile .event-type.other {
  height: 160px;
  width: 300px;
}
.homepage .tiles-mobile .event-type.holiday {
  height: 310px;
  width: 300px;
  color: #FFF;
  padding-top: 30px;
  padding-right: 5px;
}
/* Landing page */
.landing .slideshow .item img {
  display: block;
  width: 100%;
  height: auto;
}
.landing h2 {
  margin-bottom: 40px;
}
.landing .heading {
  width: 1170px;
  color: white;
}
.landing .heading h1 {
  font-weight: normal;
  margin: 0;
  font-family: 'brandon-grotesque';
}
.landing .heading .left {
  width: 732px;
  vertical-align: top;
  margin-top: 70px;
}
.landing .heading .left .product1 {
  font-size: 34pt;
  display: block;
  margin-bottom: 5px;
  font-family: "seravek-web";
}
.landing .heading .left .product2 {
  font-size: 34pt;
  line-height: 1.1;
  padding-bottom: 15px;
  display: block;
  font-family: "seravek-web";
}
.landing .heading .left .product3 {
  font-size: 14pt;
  display: block;
  font-family: "seravek-web";
}
.landing .heading .left .email {
  margin-top: 20px;
}
.landing .heading .right .scroll a {
  text-decoration: none;
  font-weight: bold;
}
.landing .heading .right {
  width: 408px;
  vertical-align: top;
}
.landing .heading .left #txtEmail {
  width: 500px;
  height: 45px;
  padding-left: 15px;
}
.landing #lnkDesigns {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.landing #overview .details {
  padding-left: 50px;
  padding-right: 100px;
  line-height: 1.7;
  font-size: 15px;
}
.landing #overview .details p {
  margin-bottom: 20px;
}
.landing #overview .details-page {
  background-color: #FFF;
}
.landing #overview .details-page .title {
  font-size: 30px;
  padding-bottom: 15px;
}
.landing #overview .details-page table {
  font-size: 15px;
}
.landing #overview .details-page table .icon {
  width: 25px;
  text-align: center;
}
.landing #overview .details-page table .item {
  padding: 5px 15px;
}
.landing .list-management {
  background: url('../../pub/_images/bg-black.png') repeat;
}
.landing .list-management .title {
  color: #FFF;
  font-size: 30px;
}
.landing div.tabs {
  width: 100%;
}
.landing div.tabs div:first-child {
  border-radius: 5px 0 0 5px;
}
.landing div.tabs div:last-child {
  border-radius: 0 5px 5px 0;
}
.landing div.tabs div {
  white-space: nowrap;
  display: inline-block;
  margin-right: -5px;
  text-align: center;
  width: 20%;
  color: #999999;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: middle;
}
.landing div.tabs div.tab25 {
  width: 25%;
}
.landing div.tabs div.active {
  background-color: #5F5F5F;
  color: white;
  border-color: #333333;
  -webkit-box-shadow: inset 0 3px 10px rgba(50, 50, 50, 0.71);
  -moz-box-shadow: inset 0 3px 10px rgba(50, 50, 50, 0.71);
  box-shadow: inset 0 3px 10px rgba(50, 50, 50, 0.71);
}
.landing .testimony {
  border-radius: 4px;
  background-color: white;
  margin-right: 1px;
  margin-bottom: 20px;
  padding: 30px;
  padding-bottom: 20px;
  border: 1px solid #CCCCCC;
  border-bottom-width: 2px;
}
.landing .testimony .quote {
  line-height: 1.8;
  margin-bottom: 20px;
}
.landing .testimony .image {
  margin-bottom: -42px;
  margin-right: 10px;
}
.landing .testimony .image img {
  border: 1px solid #CCCCCC;
  min-width: 100px;
  max-width: 200px;
}
.landing .testimonials .ultimate-experience {
  font-size: 36px;
}
.landing .design-summary {
  background-color: #4AB37E;
  padding-top: 60px;
}
.landing .design-summary .text {
  padding: 0 120px;
}
.landing .design-summary ul {
  margin-top: 15px;
}
.landing .design-summary li {
  margin-bottom: 25px;
}
body.modal-open .landing div#divBG,
body.modal-open .landing div#navbar {
  margin-right: -15px;
}
.design-carousel .owl-wrapper {
  display: table !important;
}
.design-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: bottom;
  text-align: center;
}
.design-carousel .owl-item > div {
  text-align: center;
}
.landing .sample .info {
  width: 200px;
}
.landing .purchase .title {
  margin-top: 25px;
  font-size: 36px;
  padding-bottom: 10px;
}
.landing .purchase .subtitle {
  margin-bottom: 60px;
}
.landing .purchase .package {
  width: 195px;
  margin-left: 5px;
  margin-right: 5px;
  height: 330px;
}
.landing .purchase .package.member {
  height: 240px;
  width: 185px;
}
.landing .purchase .package .name,
.planner .package .name {
  font-size: 16px;
  margin-top: 20px;
  color: white;
  padding: 4px;
  background-color: #808080;
}
.landing .purchase .eventworks .name {
  font-size: 16px;
  margin-top: 20px;
  color: white;
  padding: 4px;
  background-color: #8466a1;
}
.landing .purchase .package .price,
.planner .package .price {
  font-size: 20px;
  border: 1px solid #cccccc;
  border-radius: 22px;
  margin-left: 5px;
  margin-right: 5px;
}
.landing .purchase .package .max {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
}
.landing .purchase .package.member .name.Bronze {
  background-color: #846330;
}
.landing .purchase .package.member .name.Silver {
  background-color: #C4C4C4;
}
.landing .purchase .package.member .name.Gold {
  background-color: #A29652;
}
.landing .purchase .center-820 {
  width: 820px;
  margin: 0 auto;
}
.landing .purchase .center-860 {
  width: 860px;
  margin: 0 auto;
}
.landing .purchase .package .feature-list,
.planner .package .feature-list {
  text-align: left;
}
.landing .purchase .package .feature-list .feature,
.planner .package .feature-list .feature {
  margin-bottom: 10px;
  font-size: 12px;
}
.landing .purchase .package .feature-list .feature.no,
.planner .package .feature-list .feature.no {
  margin-left: 22px;
  color: #cccccc;
}
.landing .purchase .package .feature-list .fa,
.planner .package .feature-list .fa {
  margin-right: 10px;
}
.landing .purchase .package .feature-list .feature.no .fa,
.planner .package .feature-list .feature.no .fa {
  display: none;
}
.landing .purchase .package.featured {
  height: 350px;
  margin-top: -20px;
}
.landing .purchase .package.featured .name {
  background-color: #3FA6BD;
  margin-top: 40px;
}
.landing .direct-sales .feature {
  display: inline-block;
  margin: 5px;
}
.landing .direct-sales .feature .fa {
  margin-right: 15px;
}
.landing .ticketinfo {
  font-size: 14px;
}
.landing .ticketinfo .fa {
  font-size: 18px;
  min-width: 25px;
}
.landing .ticketinfo .green-block {
  height: 115px;
  width: 195px;
  background-color: #4ab37e;
  color: white;
  border-radius: 5px;
  padding-top: 25px;
}
.landing .ticketinfo .green-plus {
  padding-top: 50px;
  vertical-align: top;
}
.landing .single-trial-signup {
  width: 700px;
  border-radius: 5px;
  margin: 0 auto;
  color: #F3F3F3;
  font-size: 18px;
  background: url('../../pub/_images/bg-black.png') repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px;
}
.landing #designList .design {
  width: 240px;
  padding-top: 4px;
}
a.learn-more {
  color: white;
  border: 1px solid white;
  padding: 5px 15px;
  border-radius: 5px;
}
a.learn-more:hover {
  text-decoration: none;
}
.landing #sample {
  background-image: url('/pub/_images/landing/video-bg.png');
}
.landing .testimonials {
  background-image: url('/pub/_images/landing/video-bg.png');
}
.landing #modalEnterpriseAccount .modal-dialog {
  width: 500px;
  max-width: 500px;
}
.landing .custom-pricing {
  background-color: #4ab37e;
  padding-top: 60px;
  color: white;
}
.landing-tickets .ticket-feature .fa {
  font-size: 36px;
  padding-bottom: 10px;
  margin-top: 15px;
}
.landing-tickets .ticket-feature .green {
  padding-bottom: 10px;
  color: #4AB37E;
  font-size: 20px;
}
.landing-tickets .ticket-feature .blue {
  padding-bottom: 10px;
  color: #4F84B6;
  font-size: 20px;
}
.landing-tickets .ticket-feature .detail {
  padding-bottom: 20px;
}
.landing-tickets .ticket-pricing {
  padding-top: 60px;
  padding-bottom: 40px;
}
.landing-tickets .ticket-pricing .pricing-div {
  background-color: #4ab37e;
  width: 300px;
  height: 265px;
  color: white;
  padding: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.landing-tickets .ticket-pricing .pricing-div .title {
  font-size: 24px;
}
.landing-tickets .ticket-pricing .pricing-div .pct {
  font-size: 72px;
}
.landing-tickets .ticket-pricing .pricing-div .details {
  font-size: 14px;
}
.landing-tickets .ticket-pricing .pricing-div .link {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 25px;
  color: black;
  position: absolute;
  bottom: -15px;
  padding: 5px 30px;
  left: 25%;
}
.landing-tickets .heading .right {
  width: 550px;
  vertical-align: top;
}
.landing-tickets .heading .left {
  width: 590px;
  vertical-align: top;
}
/*Affiliate Page*/
.affiliate-landing .langDropdown {
  display: none;
  background: #F1F1F1;
}
.affiliate-landing .langDropdown:hover {
  color: #777777;
}
.affiliate-landing .accountTypeDropdown {
  display: none;
}
.affiliate-landing #divBG {
  text-align: center;
}
.affiliate-landing #divBG .headerheight {
  height: 265px;
}
.affiliate-landing #divBG .heading {
  text-shadow: 0 1px 1px white;
  max-width: 500px;
  font-size: 24px;
}
.affiliate-landing #divBG .heading h1 {
  font-weight: normal;
  font-size: 48px;
}
.affiliate-landing .navigation {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 20px 0;
  font-size: 20px;
  padding-left: 0;
}
.affiliate-landing .navigation li {
  padding: 0 20px;
  border-right: 2px solid #CFCFCF;
}
.affiliate-landing .navigation li:last-child {
  border-right: none;
}
.affiliate-landing .navigation li a {
  color: #777777;
}
.affiliate-landing .navigation li a:hover {
  color: #777777;
}
@media (max-width: 900px) {
  .affiliate-landing #overview .details {
    text-align: center;
  }
}
.affiliate-landing #details {
  padding: 60px 0;
}
.affiliate-landing #details .heading {
  font-size: 28px;
}
.affiliate-landing #details .details-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.affiliate-landing #details .details-container .detail {
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.affiliate-landing #details .details-container .detail .feature-title {
  color: #4AB37E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.affiliate-landing #details .details-container .detail .feature-detail {
  line-height: 1.7;
  font-size: 17px;
}
.affiliate-landing #details .details-container .detail img {
  width: 160px;
  margin: 20px;
}
.affiliate-landing #details .details-container .detail div {
  max-width: 250px;
}
.affiliate-landing #testimonials .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.affiliate-landing #testimonials .item {
  text-align: center;
  margin: auto;
  padding: 0 60px;
  max-width: 600px;
  position: relative;
}
.affiliate-landing #testimonials .item .quote {
  position: absolute;
  max-width: 55px;
}
.affiliate-landing #testimonials .item .quote.left {
  left: 5px;
}
.affiliate-landing #testimonials .item .quote.right {
  right: 5px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.affiliate-landing #testimonials .item h4 {
  font-weight: bold;
}
.affiliate-landing #testimonials .item p {
  font-size: 18px;
}
.affiliate-landing #questions {
  font-size: 24px;
  text-align: center;
}
/* About Page */
.about .title {
  margin-top: 100px;
  font-size: 48px;
  margin-bottom: 20px;
}
.about .subtitle {
  font-size: 18px;
}
.about .timeline {
  background-color: #4AB37E;
  padding: 60px 0;
}
.about .team-green {
  background-color: #4AB37E;
  padding-bottom: 100px;
}
.about .team-list {
  margin-top: -45px;
}
.about .team-list img {
  width: 220px;
}
.about .team-list .name {
  font-weight: bold;
  font-size: 16px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: inline-block;
}
.about .team-list .title {
  font-size: 14px;
  font-style: italic;
}
.about .team-list .quote {
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 250px;
  margin: 0 auto;
}
.about .designers .designers-title {
  font-size: 36px;
  margin-bottom: 15px;
}
.about .designers .designers-subtitle {
  margin-bottom: 70px;
}
.about .designers .designer-list {
  background: url('../../pub/_images/bg-black.png') repeat;
  padding-bottom: 30px;
}
.about .designers .designer-list .designer-popup {
  cursor: pointer;
}
.about .designers .designer-list .designer-popup:hover {
  text-decoration: underline;
}
.about .designers .designer-list img {
  border: 1px solid #CCCCCC;
}
.about .designers.no-images .designers-subtitle {
  margin-bottom: 40px;
}
.about .designers.no-images .designer-list {
  padding: 20px 0;
  text-align: left;
}
.about .designers.no-images .designer-list .designer-popup {
  cursor: pointer;
  margin: 10px 1%;
  text-align: center;
  width: 31%;
}
.about .designers.no-images .designer-list .designer-popup:hover {
  text-decoration: underline;
}
.about .sustainability .sustainability-title {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 60px;
}
.about .sustainability .container {
  padding-bottom: 30px;
}
.about .sustainability img {
  max-width: 200px;
  width: 100%;
}
.about .sustainability img.top-padded {
  padding-top: 53px;
}
.about .sustainability .sustainability-row {
  text-align: center;
}
.about .sustainability .sustainability-row span {
  padding-top: 10px;
  display: block;
  padding-bottom: 20px;
}
.about .press {
  background-color: white;
}
.about .press div {
  line-height: 1.8;
}
.about .jobs {
  background-color: #fbfbfb;
  background-image: url('/pub/_images/woodpattern.png');
  background-size: 1920px 603px;
}
.about .jobs p {
  line-height: 1.8;
}
.about .designer-box {
  z-index: 1000;
  position: absolute;
  left: -140px;
  top: 110px;
  width: 400px;
  border: 1px solid #CCC;
  border-bottom-width: 2px;
  padding: 10px;
  background-color: white;
  color: #777777;
}
.about .designer-box:before {
  border: 8px solid transparent;
  border-style: outset outset solid outset;
  border-bottom-color: #ccc;
  top: -17px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.about .designer-box:after {
  border: 8px solid transparent;
  border-style: outset outset solid outset;
  border-bottom-color: #ccc;
  top: -16px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  overflow: hidden;
  position: absolute;
  width: 0;
  background: transparent;
  border-bottom-color: #fff;
}
.about .designer-image {
  width: 120px;
  position: relative;
  top: 0;
}
.about .thanks img {
  border: 1px solid #CCCCCC;
  width: 150px;
}
.about .photographer img {
  border: 1px solid #CCCCCC;
  width: 150px;
}
.about .becomedesigner {
  background-color: #4AB37E;
}
.about .becomedesigner .send {
  color: white;
  border: 1px solid white;
  padding: 5px 15px;
  border-radius: 5px;
}
/* Careers Page */
.careers {
  background-color: #FFF;
}
.careers .title {
  margin-top: 80px;
  font-size: 48px;
  margin-bottom: 20px;
}
.careers .subtitle {
  font-size: 18px;
}
.careers .summary p {
  line-height: 1.8;
  font-size: 15px;
}
.careers .summary #slideshow {
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
}
.careers .summary {
  border-bottom: 3px solid #CCCCCC;
  background-image: url('/pub/_images/woodpattern.png');
  background-color: #fbfbfb;
  background-size: 1920px 603px;
}
.owl-theme .owl-controls .owl-page span {
  background: #FFFFFF;
  border: 1px solid #CCC;
  height: 14px;
  width: 14px;
}
.owl-theme .owl-controls .owl-page.active span {
  background-color: #4AB37E;
}
.careers .jobs .job {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.careers .jobs .job .title {
  color: #27A868;
  font-size: 24px;
}
.careers .jobs .job .subtitle {
  font-size: 16px;
}
.careers .jobs .job .subtitle .fa {
  margin-right: 10px;
}
.careers .jobs .job .notes {
  margin-top: 8px;
}
.careers .jobs a.apply {
  color: #4AB37E;
}
.careers .jobs a.apply:hover {
  color: #FFF;
}
.careers .singlejob {
  padding-top: 40px;
}
.careers .singlejob .container {
  max-width: 980px;
}
.careers .singlejob .panel-body {
  padding: 30px;
}
.careers .singlejob p {
  margin: 0 0 20px;
  line-height: 1.5;
}
.careers .singlejob strong {
  font-size: 16px;
}
.careers .singlejob .title {
  color: #27A868;
  font-size: 36px;
}
.careers .singlejob ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.careers .singlejob li {
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
  background-image: url('/pub/_images/bullet.png');
  background-repeat: no-repeat;
  background-position: 0 0.5em;
}
.careers .singlejob .description1 {
  padding-bottom: 20px;
}
.careers .singlejob .description2 {
  padding-bottom: 20px;
}
.careers .singlejob .bottom {
  border-top: 2px solid #CCCCCC;
  background-color: #F7F7F7;
  padding-top: 20px;
}
.careers .singlejob .bottom .btnApply {
  margin-top: -68px;
}
.careers .singlejob .applynow {
  background-image: url('/pub/_images/woodpattern.png');
  background-size: 1920px 603px;
  background-color: #656565;
  height: 400px;
  color: #fff;
  font-size: 44px;
  padding-top: 50px;
}
.careers .singlejob .applyform {
  margin-top: -240px;
}
/* Design Process */
.design-process .fa {
  margin-right: 40px;
  margin-bottom: 20px;
  color: #4AB37E;
}
.design-process .title {
  margin-top: 100px;
  font-size: 48px;
  margin-bottom: 20px;
}
.design-process .subtitle {
  font-size: 18px;
}
.design-process table td {
  vertical-align: top;
}
.design-process table td.right {
  padding-top: 10px;
  padding-bottom: 30px;
}
.design-process .muted {
  color: gray;
  font-size: 12px;
}
.design-process .heading {
  background-color: #4AB37E;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 32px;
  color: white;
}
/* Terms */
.terms .title {
  margin-top: 100px;
  font-size: 48px;
  margin-bottom: 20px;
}
/* Sign Up */
.signup .signup-logo {
  margin-top: 38px;
  margin-bottom: 60px;
}
.signup .signup-form {
  margin: 0 auto;
  width: 650px;
  margin: 40px auto;
  margin-top: 125px;
  background-color: white;
  padding: 40px;
  opacity: 0.95;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  border-bottom-width: 1px;
}
.signup .signup-form.account-type {
  min-width: 825px;
  padding-bottom: 100px;
}
.signup .signup-form .entry {
  width: 345px;
  padding-right: 25px;
  border-right: 1px solid #CCCCCC;
}
.signup .signup-form .features {
  padding-left: 25px;
}
.signup .signup-form .features .fa {
  margin-right: 20px;
}
.signup .signup-form .features .feature {
  margin-bottom: 15px;
}
.signup .signup-form.signup-form-multi {
  width: 350px;
}
.signup .signup-form.signup-form-multi .entry {
  border: none;
  padding-right: 0;
}
.signup select {
  height: 34px;
}
/*.signup .sso { padding:10px; }*/
.signup .sso {
  border: solid 1px #CCCCCC;
  height: 40px;
  margin-bottom: 20px;
  padding-top: 4px;
  display: block;
  border-radius: 4px;
}
.signup .sso .facebook,
.signup .sso .google {
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
/*.signup .sso .facebook, .signup .sso .google { margin-bottom: 10px; }*/
.signup .sso .google {
  height: 29px;
  width: 29px;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
}
/*.signup .signup-text { text-align: center; position:relative; margin-bottom:20px; }*/
.signup .sso .signup-text {
  display: inline-block;
  padding-top: 5px;
  padding-left: 10px;
}
.signup .signup-hr {
  border-bottom: solid 1px #999999;
  height: 1px;
  width: 120px;
  position: absolute;
  top: 11px;
}
.signup .signup-hr.signup-hr-right {
  right: 10px;
}
.signup .signup-hr.signup-hr-left {
  left: 10px;
}
.signup .signup-email {
  text-align: center;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  font-size: 12px;
}
.signup .signup-email i {
  padding-right: 5px;
  font-size: 14px;
}
.signup .signup-email.form {
  margin-bottom: 10px;
}
.signup .question {
  font-size: 46px;
  margin-bottom: 40px;
}
/*Sign Up Popup*/
.modal .signup-form {
  margin: 0 auto;
  margin-top: 10px;
  width: 650px;
  padding: 40px;
  padding-top: 0;
}
.modal .signup-form .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #4AB37E;
}
.modal .signup-form .entry {
  width: 345px;
  padding-right: 25px;
  border-right: 1px solid #CCCCCC;
}
.modal .signup-form .features {
  padding-left: 25px;
}
.modal .signup-form .features .fa {
  margin-right: 20px;
}
.modal .signup-form .features .feature {
  margin-bottom: 15px;
}
.modal .signup-form.signup-form-multi {
  width: 350px;
}
.modal .signup-form.signup-form-multi .entry {
  border: none;
  padding-right: 0;
}
.modal .sso {
  border: solid 1px #CCCCCC;
  height: 40px;
  margin-bottom: 20px;
  padding-top: 4px;
  display: block;
  border-radius: 4px;
}
.modal .sso .facebook,
.modal .sso .google {
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.modal .sso .google {
  height: 29px;
  width: 29px;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
}
.modal .sso .signup-text {
  display: inline-block;
  padding-top: 5px;
  padding-left: 10px;
}
.modal .signup-hr {
  border-bottom: solid 1px #999999;
  height: 1px;
  width: 120px;
  position: absolute;
  top: 11px;
}
.modal .signup-hr.signup-hr-right {
  right: 10px;
}
.modal .signup-hr.signup-hr-left {
  left: 10px;
}
.modal .signup-email {
  text-align: center;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  font-size: 12px;
}
.modal .signup-email i {
  padding-right: 5px;
  font-size: 14px;
}
.modal .signup-email.form {
  margin-bottom: 10px;
}
/* Sign In */
.signin .signin-logo {
  margin-top: 125px;
}
.signin .signin-form {
  margin: 0 auto;
  width: 400px;
  margin-top: 125px;
  background-color: white;
  padding: 30px;
  border: 1px solid #CCCCCC;
  border-bottom-width: 2px;
}
.signin .sso {
  border: solid 1px #CCCCCC;
  height: 40px;
  margin-bottom: 20px;
  padding-top: 4px;
  display: block;
}
.signin .sso .facebook,
.signin .sso .google {
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.signin .sso .google {
  height: 29px;
  width: 29px;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
}
.signin .sso .signin-text {
  display: inline-block;
  padding-top: 5px;
  padding-left: 10px;
}
/* Reset Password */
.reset-password .logo {
  margin-top: 125px;
}
.reset-password .reset-form {
  margin: 0 auto;
  width: 400px;
  margin-top: 125px;
  background-color: white;
  padding: 30px;
  border: 1px solid #CCCCCC;
  border-bottom-width: 2px;
}
/* Email Verify / Unsub */
.email .logo {
  margin-top: 125px;
}
.email .email-form {
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
  width: auto;
  margin-top: 40px;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  border-bottom-width: 2px;
}
/* Design Explorer */
/* About Page */
.design-explorer .title,
.design-single .title {
  margin-top: 55px;
  font-size: 36px;
  margin-bottom: 20px;
}
.design-explorer .subtitle,
.design-single .subtitle {
  font-size: 14px;
}
.design-explorer {
  font-size: 12px;
  min-height: 800px;
}
.design-explorer .left-column {
  width: 290px;
  vertical-align: top;
  padding-left: 40px;
}
.design-explorer .left-column div.outer {
  padding-top: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-right: 15px;
  background-color: #F3F3F3;
}
.design-explorer .left-column div.outer .group {
  padding: 5px;
  cursor: pointer;
  padding-left: 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.design-explorer .left-column div.outer .group.active {
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  font-weight: bold;
}
.design-explorer .left-column div.outer .group:hover {
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
.design-explorer .left-column div.outer .category {
  padding: 5px;
  cursor: pointer;
  padding-left: 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.design-explorer .left-column div.outer .category.active {
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  font-weight: bold;
}
.design-explorer .left-column div.outer .category:hover {
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
.design-explorer .left-column div.outer .category-items.active {
  background-color: #fff;
  border-bottom: 3px solid #CCCCCC;
}
.design-explorer .left-column .addcustom {
  margin: 15px;
  display: block;
}
.design-explorer .left-column label {
  cursor: pointer;
}
.design-explorer .left-column u {
  margin-left: 15px;
}
.design-explorer .left-column .fa-star {
  color: #F8DDA1;
}
.design-explorer .left-column .fa {
  font-size: 15px;
  margin-right: 5px;
}
.design-explorer .right-column .pick-design {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -59px;
  margin-left: -41px;
}
.design-explorer .right-column .pick-design a {
  display: block;
  margin-bottom: 5px;
  padding: 8px;
  border: 1px solid #CCCCCC;
  background: white;
}
.design-explorer .right-column .active-design {
  position: absolute;
  top: 10%;
  right: 0;
  text-align: center;
  color: white;
  width: 75px;
  font-size: 0.875em;
  background: #609BD3;
  padding: 8px;
  border-bottom: 3px solid #4F84B6;
}
.design-explorer .right-column .design-info {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.design-explorer .right-column .design-name {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  display: inline-block;
}
.design-explorer .right-column .design-designer {
  margin-top: -3px;
  font-size: 11px;
  display: block;
  color: #999999;
}
.design-explorer .right-column .design-remove {
  top: 10px;
  position: absolute;
  right: 10px;
}
.design-explorer .right-column div.design {
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 242px;
  margin-left: 0.5%;
  display: inline-block;
  border: 1px solid #CCCCCC;
  border-bottom: 3px solid #CCCCCC;
  background-color: white;
}
.design-explorer .right-column div.design img.lazy {
  background: url('/user/_images/ajax.gif') no-repeat center center;
}
.design-explorer #tiles {
  margin: 0 auto;
}
.design-explorer .right-column .design-styles {
  padding-top: 15px;
}
.design-explorer .right-column .design-style {
  display: inline-block;
  width: 30%;
  height: 12px;
  cursor: pointer;
}
.design-explorer .designer-image img {
  width: 80px;
  border: 1px solid #cccccc;
}
.design-explorer .designer-info {
  margin-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
}
.design-explorer .designer-info .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.design-custom .sizebox {
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
}
.design-custom .sizebox.active {
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.design-custom .adobe {
  width: 24px;
}
.design-custom {
  width: 100%;
}
.design-custom td {
  width: 25%;
  vertical-align: top;
}
.design-custom .template td {
  text-align: center;
}
.designpreview .design {
  max-width: 570px;
  border: 1px solid #CCC;
}
.designpreview .designer-image {
  width: 60px;
}
.designpreview .designer-name {
  font-size: 16px;
}
.designpreview .design-styles {
  padding-top: 15px;
}
.designpreview .design-style {
  display: inline-block;
  width: 15%;
  height: 32px;
  cursor: pointer;
}
.designpreview .related-design {
  max-width: 200px;
  border: 1px solid #CCC;
  margin-right: 10px;
}
.design-single .design {
  max-width: 570px;
  border: 1px solid #CCC;
}
.design-single .designer-image {
  width: 75px;
}
.design-single .designer-name {
  font-size: 16px;
}
.design-single .design-styles {
  padding-top: 15px;
}
.design-single .design-style {
  display: inline-block;
  width: 15%;
  height: 32px;
  cursor: pointer;
}
.design-single .related-design {
  max-width: 200px;
  border: 1px solid #CCC;
  margin-right: 10px;
}
/* Client */
.client .title {
  margin-top: 40px;
  font-size: 48px;
  margin-bottom: 20px;
}
.client .subtitle {
  font-size: 18px;
}
.client .overview {
  background-color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.7;
}
.client .company-info {
  border-top: 1px solid #CCC;
  background-color: #FBFBFB;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.7;
}
.client .company-info .events-box {
  border: 1px solid #CCC;
  background-color: #FBFBFB;
  padding: 20px;
}
.client .company-info .events-box .color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  margin-right: 10px;
}
.client .company-info .events-box .datalabel {
  padding-left: 20px;
}
.client .company-info .events-box .chart img {
  max-width: 100px;
}
.client .company-info .quote {
  font-size: 23px;
  line-height: 1.2;
}
.client .company-info .quote-by {
  padding-top: 5px;
}
.client .company-info .number {
  border: 1px solid #CCC;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 17px;
  color: #229B60;
  background-color: white;
  font-weight: bold;
  font-size: 18px;
}
.client .company-info .block {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 10px;
  background-color: #4AB37E;
}
.client .company-info .block .fa {
  color: white;
  font-size: 28px;
  padding-top: 16px;
}
/* Event Planners */
.planner .title {
  margin-top: 100px;
  font-size: 48px;
  margin-bottom: 20px;
}
.planner .subtitle {
  font-size: 18px;
}
.planner .top-circle {
  margin-top: -75px;
}
.planner .top-circle .circle {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #4AB37E;
}
.planner .top-circle .fa {
  color: #216E47;
  font-size: 80px;
  margin-top: 35px;
}
.planner .sample {
  margin: 0 auto;
  max-width: 850px;
  color: #F3F3F3;
  background-color: #646464;
  padding: 10px 10px;
  text-align: center;
  border-radius: 5px;
  margin-top: -15px;
}
.planner .graysection {
  border-top: 1px solid #CCCCCC;
  background-color: #F3F3F3;
  padding-bottom: 40px;
}
.planner .price .gray {
  color: #999999;
}
.planner .price .strike {
  text-decoration: line-through;
  color: #999999;
}
.planner .package.featured .price .gray {
  color: #CCCCCC;
}
.planner .package.featured .price .strike {
  text-decoration: line-through;
  color: #CCCCCC;
}
.planner .price.discount {
  font-size: 32px;
}
.planner .package {
  width: 250px;
  margin-left: 15px;
  margin-right: 15px;
  height: 330px;
}
.planner .package.featured {
  height: 360px;
  margin-top: -30px;
}
.planner .featured .panel-heading {
  background-color: #4AB37E;
  height: 180px;
  padding-top: 38px;
}
.planner .process .green-block {
  background-color: #4AB37E;
  border-radius: 10px;
  height: 75px;
  width: 75px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.planner .process .green-block .fa {
  color: white;
  font-size: 48px;
  padding-top: 15px;
}
.planner .process .fa-chevron-right {
  font-size: 36px;
  padding-top: 20px;
  color: #999999;
}
.planner .process {
  border-bottom: 1px solid #CCCCCC;
}
.planner .screenshot {
  background: url('/pub/_images/bg-black.png') repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
.planner .screenshot .quote-table {
  width: 625px;
  margin: 0 auto;
  color: white;
}
.planner .screenshot .quote {
  font-size: 22px;
}
.planner .screenshot .quote-by {
  font-size: 16px;
}
.planner .benefits-panel {
  background-color: white;
  padding: 20px 0;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 800px;
  margin: 0 auto;
}
.planner .benefits-panel .stripe td {
  background-color: #F7F7F7;
  padding-top: 4px;
  padding-bottom: 4px;
}
.planner .benefits-panel td:first-child {
  padding-left: 40px;
  text-align: left;
  color: #4AB37E;
}
.planner .benefits-panel td:last-child {
  padding-right: 20px;
}
#divPlanner {
  background-color: white;
  border-bottom: 2px solid #666666;
  min-height: 40px;
  font-size: 14px;
}
#divPlanner div.text {
  padding: 8px;
}
#divPlanner .green {
  color: #4AB37E;
}
#divPlanner .green .fa {
  font-size: 18px;
}
#divPlanner img {
  height: 30px;
  margin-top: 5px;
}
#divReferralExpired,
#divPromo {
  background-color: white;
  border-bottom: 2px solid #666666;
  min-height: 40px;
  font-size: 14px;
}
#divReferralExpired div.text,
#divPromo div.text {
  padding: 8px;
}
#divReferral {
  height: 350px;
}
#divReferral .container {
  padding-top: 20px;
}
/* Event Planner List */
.planner-list .title {
  margin-top: 100px;
  font-size: 48px;
  margin-bottom: 20px;
}
.planner-list .subtitle {
  font-size: 18px;
}
.planner-list .planner-image {
  width: 120px;
  border: 1px solid #CCCCCC;
}
.planner-list .planner-location {
  font-size: 13px;
  margin-bottom: 25px;
}
.planner-list .planner-box {
  background-color: white;
  border: 1px solid #CCCCCC;
  padding: 10px;
  border-radius: 5px;
}
/* Planner Footer */
.planner-footer {
  text-align: center;
  color: white;
  padding-top: 100px;
}
/* Design Search page */
.page-design-search {
  min-height: 850px;
  background-color: #FFF;
}
.page-design-search .top-section {
  background-color: #444444;
  padding-bottom: 20px;
  padding-top: 20px;
}
.page-design-search .feature-designer {
  background-color: #518C9D;
  padding: 20px;
}
.page-design-search .feature-designer img {
  width: 120px;
  border: 5px solid #FFF;
  margin-right: 30px;
}
.page-design-search .feature-collection {
  padding: 20px;
  background-color: #F3F3F3;
  border-bottom: 1px solid #DDD;
}
.page-design-search .feature-collection h1 {
  font-size: 20px;
  margin-top: 0;
}
.page-design-search .feature-link {
  display: block;
  float: right;
  margin-top: 15px;
}
/*.page-design-search .collection-menu { width: 800px; } Holiday */
.page-design-search .collection-menu {
  width: 1100px;
}
.page-design-search .filter-menu {
  width: 400px;
}
.page-design-search .design-list-other {
  width: 750px;
  margin: 0 auto;
}
.page-design-search .other-design {
  max-width: 140px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  margin-right: 3px;
  margin-left: 3px;
}
/* Pitch landing page */
.pitch .topbar {
  position: fixed;
  top: 0;
  background-color: white;
  height: 45px;
  width: 100%;
  padding-top: 5px;
  border-bottom: 2px solid #229b60;
  font-size: 16px;
}
/* Green Header*/
.header-green {
  background-color: #4ab37e;
  color: white;
}
.header-green .header-top-margin {
  margin-top: 15px;
}
/* Manage Notifications */
.manage-notifications .logo {
  margin-top: 125px;
}
.manage-notifications .manage-notifications-form {
  text-align: center;
  margin: 0 auto;
  width: 650px;
  margin-top: 40px;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  border-bottom-width: 2px;
}
.manage-notifications .manage-notifications-form .mn-form-controls {
  margin: 0 auto;
  text-align: left;
  width: 450px;
}
.manage-notifications .manage-notifications-form .mn-form-controls > div > label {
  display: inline-block;
  text-align: right;
  margin-right: 1%;
  vertical-align: top;
  width: 48%;
}
.manage-notifications .manage-notifications-form .mn-form-controls > div > span {
  display: inline-block;
  text-align: left;
  width: 50%;
}
.manage-notifications .manage-notifications-form .mn-form-controls > div > span > ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.manage-notifications .manage-notifications-form .mn-form-controls > div > span > ol > li {
  display: inline-block;
  margin-left: 16px;
}
/* V2 UI Changes */
.v2 .form-control {
  border-radius: 0;
  border: 1px solid #BFBEBE;
  height: 40px;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.v2 .btn {
  border-radius: 0;
  border-color: transparent;
  box-shadow: none;
  border-right: solid 1px #216E47;
  border-bottom: solid 1px #216E47;
  -webkit-box-shadow: 1px 1px 0px #216E47;
  box-shadow: 1px 1px 0px #216E47;
  font-size: 14px;
  padding: 7px 18px;
}
.v2 .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #ccc;
}
.v2 .dropdown.langDropdown.langHeader i {
  color: #999;
  font-size: 14px;
}
.v2 .dropdown.langDropdown {
  border-radius: 0;
  border-color: #ccc;
  text-transform: uppercase;
}
.v2 .dropdown.langDropdown.langHeader:hover,
#leftmenu .dropdown.langDropdown.langHeader.open {
  border-color: transparent;
  color: white;
  background-color: #4AB37E;
}
.v2 .graylink:hover {
  text-decoration: none;
  color: #333;
}
.v2 .btn-point:before {
  width: 24px;
  height: 24px;
  right: -12px;
  border: none;
}
.v2 .btn-point.btn-primary:hover {
  border-bottom-width: 1px;
}
.v2 .btn-point.btn-primary:hover:before,
.v2 .btn-point.btn-default:before {
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.v2 .btn-default {
  border: solid 1px #ccc;
  color: #777777;
}
.v2 .trial-footer-top {
  background: None;
  padding-bottom: 60px;
}
.v2 .trial-footer-top .heading {
  font-size: 28px;
  margin-bottom: 20px;
  padding-top: 40px;
}
.v2 .trial-footer-top img {
  max-width: 575px;
  width: 100%;
}
.v2 .trial-footer-bottom {
  background-color: #F1F0E9;
  font-size: 28px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.v2 img.logo {
  margin-left: -70px;
  width: 429px;
}
/* Inline Upgrade */
#modelDesignServicePopup .info img {
  width: 200px;
}
#modelDesignServicePopup .info .timeline {
  font-family: brandon-grotesque;
  color: #333333;
  font-size: 21px;
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
#modelDesignServicePopup .info div.spacer {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  color: #777;
}
#modelDesignServicePopup .info div.hi {
  font-family: brandon-grotesque;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#modelDesignServicePopup .info h2 {
  margin-top: 0;
  font-weight: bold;
}
#modelDesignServicePopup .info .descr {
  padding-left: 20px;
  padding-right: 20px;
}
#modelDesignServicePopup .info .descr .artdir {
  padding: 15px;
  text-align: center;
}
#modelDesignServicePopup .info .descr .desc {
  padding: 15px;
  vertical-align: middle;
}
@media (min-width: 900px) {
  #modelDesignServicePopup .info .descr .artdir {
    display: inline-block;
    text-align: left;
    width: 35%;
  }
  #modelDesignServicePopup .info .descr .desc {
    padding: 0;
    display: inline-block;
    width: 64%;
  }
}
#modelDesignServicePopup .copy {
  line-height: 1.7;
}
#modelDesignServicePopup .modal-body {
  padding-bottom: 40px;
}
/* Blog Posts*/
#blog {
  background-color: #F1F0E9;
  display: none;
  padding: 35px 0;
  text-align: center;
}
#blog > .heading {
  color: #777777;
  font-size: 28px;
  line-height: 1.3;
  margin: 25px 0 15px 0;
  text-transform: uppercase;
  width: unset;
}
#blog > .posts > a {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 25px;
  text-decoration: none;
  vertical-align: top;
}
#blog > .posts > a:hover > em {
  color: #269D64;
}
#blog > .posts > a:hover > span {
  color: #333333;
}
#blog > .posts > a:hover .image {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.0802);
}
#blog > .posts > a > em {
  color: #4AB37E;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  transition: color ease 0.25s;
  vertical-align: middle;
}
#blog > .posts > a > span {
  color: #777777;
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: color ease 0.25s;
  max-width: 470px;
  width: 100%;
}
#blog > .posts > a .image {
  box-shadow: none;
  margin-bottom: 10px;
  transition: box-shadow ease 0.25s;
  max-width: 470px;
  width: 100%;
}
html[lang^="en"] #blog {
  display: block;
}
html[lang^="en"] .v2 #blog + .trial-footer-bottom {
  background-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-device-width: 960px) {
  /*fixes too big font in mobile Safari http://www.freepx.net/blog/how-to-stop-font-resizing-on-iphone-without-affecting-zooming-in-safariwebkit/*/
  html {
    -webkit-text-size-adjust: none;
  }
}
/* Mobile Media Styles----------- */
@media screen and (max-width: 999px) {
  .desktop-only {
    display: none;
  }
  /* Landing Page */
  .landing .heading {
    width: 100%;
    text-align: center;
  }
  .landing .heading .left {
    width: 100%;
  }
  .landingV2 .heading {
    width: 100%;
    text-align: center;
  }
  .landingV2 .heading .left {
    width: 100%;
  }
  /* Home Page */
  .homepage .heading {
    width: 100%;
    text-align: center;
  }
  .homepage .heading .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-only {
    display: block;
  }
  .mobile-only-inline {
    display: inline;
  }
  .mobile-half {
    width: 50%;
  }
  .header-top-margin {
    margin-top: 20px;
  }
  .trial-footer-bottom {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .trial-footer-bottom .phone {
    display: block;
  }
  .width-300 {
    width: 275px;
  }
  /* Landing Page */
  .landing .heading .left .product1 {
    font-size: 24pt;
  }
  .landing .heading .left .product2 {
    font-size: 24pt;
  }
  .landing .heading .left .product3 {
    font-size: 13pt;
  }
  .landing #overview .details {
    padding-left: 10px;
    padding-right: 10px;
  }
  .landing h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .landing .list-management .title {
    font-size: 24px;
  }
  .landing .list-management .image-sending {
    width: 115px;
  }
  .landing div.tabs div {
    font-size: 12px;
    padding: 6px 6px;
    width: auto;
  }
  .landing div.tabs div.tab25 {
    width: auto;
  }
  .landing .testimony {
    padding: 20px;
  }
  .landing .testimony .image {
    margin-bottom: 0;
  }
  .landing .testimonials .ultimate-experience {
    font-size: 24px;
  }
  .landing .font-size-36 {
    font-size: 24px !important;
  }
  .landing .design-summary .text {
    padding: 0 10px;
  }
  .landing .sample .info {
    width: 150px;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 12px;
  }
  .landing .purchase .package.featured {
    margin-top: 0;
  }
  .landing #modalEnterpriseAccount .modal-dialog {
    width: 100%;
  }
  .landing .purchase .center-820,
  .landing .purchase .center-860 {
    width: 100%;
    margin: 0 auto;
  }
  .landing .purchase .mode-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .landing .purchase .mode-container .mode {
    margin: -1px 0;
    padding: 5px 5px;
    margin-left: 7px;
    margin-right: 7px;
    min-width: 50px;
  }
  .eventworks .col-sm-8 {
    padding-right: 15px !important;
  }
  .landing .heading .left #txtEmail {
    width: 300px;
  }
  .purchase .design-services td.right {
    width: 60px;
  }
  .tiles div:not(.browse) {
    width: 49%;
  }
  #modalAccountType .question {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #modalAccountType span {
    font-size: 14px;
  }
  #modalAccountType img {
    max-width: 80%;
  }
  #modalAccountType .modal-content {
    padding-bottom: 0;
  }
  #modalAccountType .modal-body {
    padding-bottom: 0;
  }
  #modalAccountType a img {
    padding: 0;
  }
  /* Hide zendesk chat on mobile */
  .zEWidget-launcher {
    display: none;
  }
  /* Home Page */
  .homepage .heading .left .product2.small {
    font-size: 38px;
  }
  .homepage .heading .left .product3 {
    font-size: 18px;
  }
  .homepage .heading .left .email {
    margin-top: 30px;
  }
  .homepage .heading .left .scroll {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    margin-left: -10px;
  }
  .homepage .event-type-heading {
    font-size: 28px;
  }
  .homepage .event-type {
    font-size: 13px;
  }
  .homepage .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Navbar */
  .navbar-nav {
    margin: 7.5px 0;
  }
  .navbar-header .dropdown-menu .row {
    max-height: 400px;
    overflow-y: scroll;
    width: 100%;
  }
  .navbar-header .fa-bars {
    display: block;
  }
  .navbar-header .dropdown-menu {
    margin-left: 0;
  }
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .pitch .topbar {
    height: auto;
  }
  /* Design Search page */
  .page-design-search .collection-menu {
    width: 290px;
  }
  .page-design-search .filter-menu {
    width: 290px;
  }
  .design-list .design-image {
    cursor: default;
  }
  .page-design-search .search-bar .col1 {
    display: block;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #444;
  }
  .page-design-search .search-bar .col2 {
    display: block;
    border-radius: 5px;
  }
  /* Display overrides for language support. Hides/shows search box on design search in mobile mode. */
  .page-design-search .search-bar .col2.lang-en {
    display: none;
  }
  .page-design-search .search-bar .col2.lang-en:lang(en) {
    display: block;
  }
  .page-design-search .search-bar .col2.lang-de {
    display: none;
  }
  .page-design-search .search-bar .col2.lang-de:lang(de) {
    display: block;
  }
  .page-design-search .search-bar .col2.lang-es {
    display: none;
  }
  .page-design-search .search-bar .col2.lang-es:lang(es) {
    display: block;
  }
  .page-design-search .search-bar .col2.lang-fr {
    display: none;
  }
  .page-design-search .search-bar .col2.lang-fr:lang(fr) {
    display: block;
  }
  .page-design-search .search-bar .col2.lang-it {
    display: none;
  }
  .page-design-search .search-bar .col2.lang-it:lang(it) {
    display: block;
  }
  .signin .signin-form {
    width: auto;
    max-width: 400px;
    margin-top: 40px;
  }
  .signin .signin-logo {
    margin-top: 75px;
  }
  .signup .signup-form .features {
    display: none;
  }
  .signup .signup-form.account-type {
    min-width: unset;
    padding: 20px;
  }
  .signup .signup-form .entry {
    max-width: 400px;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .signup .signup-form {
    width: auto;
    max-width: 100%;
    margin-top: 25px;
  }
  .signup .signup-form input.width-150 {
    width: 117px;
  }
  .signup .signup-logo {
    margin-bottom: 40px;
  }
  .signup .question {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .modal .signup-form {
    width: auto;
    max-width: 100%;
    margin-top: 25px;
  }
  .modal .signup-form input.width-150 {
    width: 117px;
  }
  .modal .signup-form .features {
    display: none;
  }
  .modal .signup-form .entry {
    max-width: 400px;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
/* END - Public Site */