/*Brand Colors*/
.red-color {
  color: #F04E29;
}
.red-bg {
  background-color: #F04E29;
}
.orange-color {
  color: #F6871F;
}
.orange-bg {
  background-color: #F6871F;
}
.yellow-color {
  color: #E0C93C;
}
.yellow-bg {
  background-color: #E0C93C;
}
.dark-color {
  color: #352D3D;
}
.dark-bg {
  background-color: #352D3D;
}
.grey-color {
  color: #D2D2D2;
}
.grey-bg {
  background-color: #D2D2D2;
}
/*Button Colors*/
.primary-color {
  color: #F04E29;
}
.primary-bg {
  background-color: #F04E29;
}
.secondary-color {
  color: #F6871F;
}
.secondary-bg {
  background-color: #F6871F;
}
/*Pricing Plan Colors*/
.pro-color {
  color: #5953A0;
}
.pro-bg {
  background-color: #5953A0;
}
.unlimited-color {
  color: #F6871F;
}
.unlimited-bg {
  background-color: #F6871F;
}
.green-color {
  color: #84C334;
}
.green-bg {
  background-color: #84C334;
}
.mb-bg {
  background: -webkit-linear-gradient(160deg, #f04e29, #e0c93c) !important;
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(160deg, #f04e29, #e0c93c) !important;
}
.mb-u-bg {
  background: -webkit-linear-gradient(160deg, #dfd629, #cd9400) !important;
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(160deg, #dfd629, #cd9400) !important;
}
.centeringWrap {
  position: relative;
  float: left;
  clear: both;
  left: 50%;
}
.centeringWrap .centeredWrap {
  position: relative;
  float: left;
  clear: both;
  left: -50%;
}
/*.drop-shadow(0px, 0px, 2px,#3A3A3A);*/
/*.no-shadow();*/
/*.gradient-background(#3A3A3A, #4B4B4B)*/
/*Override default fonts...only in mango buttons space*/
.mb-page {
  font-size: 16px;
  font-family: 'Open Sans', serif;
}
.mb-page a {
  color: #f04e29;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.mb-page a:hover {
  color: #f04e29;
}
.mb-page h1,
.mb-page h2,
.mb-page h3,
.mb-page h4,
.mb-page h5,
.mb-page h6 {
  font-family: 'Open Sans', serif;
}
.mb-page h1 {
  font-size: 3rem;
}
.mb-page h2 {
  font-size: 2rem;
}
.mb-page h3 {
  font-size: 1.8rem;
}
.mb-page h4 {
  font-size: 1.5rem;
}
.mb-page h5 {
  font-size: 1.2rem;
}
.mb-page h6 {
  font-size: 1rem;
}
.mb-page button,
.mb-page input[type="submit"],
#mb-modal button {
  /*Reset*/
  border: 0;
  outline: none;
  text-transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* For IE 8 */
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', serif;
  font-weight: bold;
  letter-spacing: .10em;
  height: 50px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
  /*Colors*/
  color: #FFF;
  background: #f04e29;
  border: 3px solid #f04e29;
  border-bottom: 3px solid #e03710;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.mb-page button:hover,
.mb-page input[type="submit"]:hover,
#mb-modal button:hover,
.mb-page button:active,
.mb-page input[type="submit"]:active,
#mb-modal button:active,
.mb-page button:focus,
.mb-page input[type="submit"]:focus,
#mb-modal button:focus {
  outline: none;
  text-transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* For IE 8 */
}
.mb-page button.disabled,
.mb-page input[type="submit"].disabled,
#mb-modal button.disabled {
  cursor: pointer;
  opacity: .35;
}
.mb-page button.extra-padding,
.mb-page input[type="submit"].extra-padding,
#mb-modal button.extra-padding {
  padding: 0 25px;
}
.mb-page button.micro,
.mb-page input[type="submit"].micro,
#mb-modal button.micro {
  height: 25px;
  line-height: 17px;
  font-size: 10px;
  padding: 0 5px;
}
.mb-page button.tiny,
.mb-page input[type="submit"].tiny,
#mb-modal button.tiny {
  height: 30px;
  line-height: 23px;
  font-size: 12px;
  padding: 0 5px;
}
.mb-page button.tiny.extra-padding,
.mb-page input[type="submit"].tiny.extra-padding,
#mb-modal button.tiny.extra-padding {
  padding: 0 12px;
}
.mb-page button.small,
.mb-page input[type="submit"].small,
#mb-modal button.small {
  height: 40px;
  line-height: 35px;
  font-size: 13px;
  padding: 0 15px;
}
.mb-page button.small.extra-padding,
.mb-page input[type="submit"].small.extra-padding,
#mb-modal button.small.extra-padding {
  padding: 0 20px;
}
.mb-page button.large,
.mb-page input[type="submit"].large,
#mb-modal button.large {
  height: 60px;
  line-height: 57px;
  font-size: 15px;
  padding: 0 25px;
}
.mb-page button.large.extra-padding,
.mb-page input[type="submit"].large.extra-padding,
#mb-modal button.large.extra-padding {
  padding: 0 35px;
}
.mb-page button.jumbo,
.mb-page input[type="submit"].jumbo,
#mb-modal button.jumbo {
  height: 70px;
  line-height: 67px;
  font-size: 16px;
  padding: 0 40px;
}
.mb-page button.jumbo.extra-padding,
.mb-page input[type="submit"].jumbo.extra-padding,
#mb-modal button.jumbo.extra-padding {
  padding: 0 60px;
}
.mb-page button.full-width,
.mb-page input[type="submit"].full-width,
#mb-modal button.full-width {
  width: 100%;
  padding: 0;
}
.mb-page button:hover,
.mb-page input[type="submit"]:hover,
#mb-modal button:hover {
  cursor: pointer;
  border: 3px solid #e03710;
  background: #e03710;
}
.mb-page button:active,
.mb-page input[type="submit"]:active,
#mb-modal button:active,
.mb-page button:focus,
.mb-page input[type="submit"]:focus,
#mb-modal button:focus {
  border: 3px solid #f04e29;
}
.mb-page button.primary,
.mb-page input[type="submit"].primary,
#mb-modal button.primary,
.mb-page button.mango,
.mb-page input[type="submit"].mango,
#mb-modal button.mango {
  /*Gradient Background*/
  background: #f04e29;
  /* Old browsers */
  background: -webkit-linear-gradient(160deg, #f04e29, #e0c93c);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(160deg, #f04e29, #e0c93c);
  border: none;
}
.mb-page button.primary:hover,
.mb-page input[type="submit"].primary:hover,
#mb-modal button.primary:hover,
.mb-page button.mango:hover,
.mb-page input[type="submit"].mango:hover,
#mb-modal button.mango:hover {
  background: -webkit-linear-gradient(160deg, #ee3a11, #ddc326);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(160deg, #ee3a11, #ddc326);
}
.mb-page button.outline,
.mb-page input[type="submit"].outline,
#mb-modal button.outline {
  color: #352d3d;
  border: 2px solid #352d3d;
  background: transparent;
}
.mb-page button.outline.white,
.mb-page input[type="submit"].outline.white,
#mb-modal button.outline.white {
  border: 2px solid #FFF;
  color: #FFF;
}
.mb-page button.outline:hover,
.mb-page input[type="submit"].outline:hover,
#mb-modal button.outline:hover {
  color: #000000;
  background: rgba(53, 45, 61, 0.02);
}
.mb-page button.outline.white:hover,
.mb-page input[type="submit"].outline.white:hover,
#mb-modal button.outline.white:hover {
  color: #FFF;
  background: rgba(255, 255, 255, 0.15);
}
.mb-page button.transparent,
.mb-page input[type="submit"].transparent,
#mb-modal button.transparent {
  color: #352d3d;
  border: 2px solid transparent;
  background: transparent;
}
.mb-page button.transparent:hover,
.mb-page input[type="submit"].transparent:hover,
#mb-modal button.transparent:hover {
  border: 2px solid transparent;
  background: transparent;
}
.mb-page button.secondary,
.mb-page input[type="submit"].secondary,
#mb-modal button.secondary {
  background: #f6871f;
  border: 3px solid #f6871f;
  border-bottom: 3px solid #e37309;
}
.mb-page button.secondary:hover,
.mb-page input[type="submit"].secondary:hover,
#mb-modal button.secondary:hover {
  background: #e37309;
  border: 3px solid #e37309;
}
.mb-page button.secondary:active,
.mb-page input[type="submit"].secondary:active,
#mb-modal button.secondary:active {
  border: 3px solid #f6871f;
}
.mb-page button.dark,
.mb-page input[type="submit"].dark,
#mb-modal button.dark {
  background: #352d3d;
  border: 3px solid #352d3d;
  border-bottom: 3px solid #000000;
}
.mb-page button.dark:hover,
.mb-page input[type="submit"].dark:hover,
#mb-modal button.dark:hover {
  background: #000000;
  border: 3px solid #000000;
}
.mb-page button.dark:active,
.mb-page input[type="submit"].dark:active,
#mb-modal button.dark:active {
  border: 3px solid #352d3d;
}
.mb-page button.grey,
.mb-page input[type="submit"].grey,
#mb-modal button.grey {
  background: #858585;
  border: 3px solid #858585;
  border-bottom: 3px solid #797979;
}
.mb-page button.grey:hover,
.mb-page input[type="submit"].grey:hover,
#mb-modal button.grey:hover {
  background: #797979;
  border: 3px solid #797979;
}
.mb-page button.grey:active,
.mb-page input[type="submit"].grey:active,
#mb-modal button.grey:active {
  border: 3px solid #858585;
}
.mb-page button.pro,
.mb-page input[type="submit"].pro,
#mb-modal button.pro {
  background: #5953a0;
  border: 3px solid #5953a0;
  border-bottom: 3px solid #4a4585;
}
.mb-page button.pro:hover,
.mb-page input[type="submit"].pro:hover,
#mb-modal button.pro:hover {
  background: #4a4585;
  border: 3px solid #4a4585;
}
.mb-page button.pro:active,
.mb-page input[type="submit"].pro:active,
#mb-modal button.pro:active {
  border: 3px solid #5953a0;
}
.mb-page button.unlimited,
.mb-page input[type="submit"].unlimited,
#mb-modal button.unlimited,
.mb-page button.gold,
.mb-page input[type="submit"].gold,
#mb-modal button.gold {
  /*background:@unlimited;
		border:3px solid @unlimited;
		border-bottom:3px solid darken(@unlimited, 8%);
		&:hover{
			background:darken(@unlimited, 8%);
			border:3px solid darken(@unlimited, 8%);
		}
		&:active{
			border:3px solid @unlimited;
		}*/
  /*Gradient Background*/
  background: #dfd629;
  /* Old browsers */
  background: -webkit-linear-gradient(160deg, #dfd629, #cd9400);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(160deg, #dfd629, #cd9400);
  border: none;
}
.mb-page button.unlimited:hover,
.mb-page input[type="submit"].unlimited:hover,
#mb-modal button.unlimited:hover,
.mb-page button.gold:hover,
.mb-page input[type="submit"].gold:hover,
#mb-modal button.gold:hover {
  background: -webkit-linear-gradient(160deg, #ddd421, #c38d00);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(160deg, #ddd421, #c38d00);
}
.mb-page button.red,
.mb-page input[type="submit"].red,
#mb-modal button.red {
  background: #f04e29;
  border: 3px solid #f04e29;
  border-bottom: 3px solid #e03710;
}
.mb-page button.red:hover,
.mb-page input[type="submit"].red:hover,
#mb-modal button.red:hover {
  background: #e03710;
  border: 3px solid #e03710;
}
.mb-page button.red:active,
.mb-page input[type="submit"].red:active,
#mb-modal button.red:active {
  border: 3px solid #f04e29;
}
.mb-page button.yellow,
.mb-page input[type="submit"].yellow,
#mb-modal button.yellow {
  background: #e0c93c;
  border: 3px solid #e0c93c;
  border-bottom: 3px solid #d2b921;
}
.mb-page button.yellow:hover,
.mb-page input[type="submit"].yellow:hover,
#mb-modal button.yellow:hover {
  background: #d2b921;
  border: 3px solid #d2b921;
}
.mb-page button.yellow:active,
.mb-page input[type="submit"].yellow:active,
#mb-modal button.yellow:active {
  border: 3px solid #e0c93c;
}
.mb-page button.green,
.mb-page input[type="submit"].green,
#mb-modal button.green {
  background: #84c334;
  border: 3px solid #84c334;
  border-bottom: 3px solid #6ea32b;
}
.mb-page button.green:hover,
.mb-page input[type="submit"].green:hover,
#mb-modal button.green:hover {
  background: #6ea32b;
  border: 3px solid #6ea32b;
}
.mb-page button.green:active,
.mb-page input[type="submit"].green:active,
#mb-modal button.green:active {
  border: 3px solid #84c334;
}
.mb-page button.red,
.mb-page input[type="submit"].red,
#mb-modal button.red {
  background: #f04e29;
  border: 3px solid #f04e29;
  border-bottom: 3px solid #e03710;
}
.mb-page button.red:hover,
.mb-page input[type="submit"].red:hover,
#mb-modal button.red:hover {
  background: #e03710;
  border: 3px solid #e03710;
}
.mb-page button.red:active,
.mb-page input[type="submit"].red:active,
#mb-modal button.red:active {
  border: 3px solid #f04e29;
}
.mb-form-box {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 6px solid #352d3d;
  background: #FFF;
}
.mb-form-box.red {
  border-top: 6px solid #f04e29;
}
.mb-form-box h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: normal;
  text-align: left;
  margin: 25px 5% 10px 5%;
}
.mb-form-box p {
  text-align: left;
  width: 80%;
  color: #999;
  font-size: 14px;
  margin: 0 5% 20px 5%;
}
.mb-form-box form {
  position: relative;
  float: left;
  width: 90%;
  margin: 10px 5% 20px 5%;
}
.mb-form-box input[type="text"],
.mb-form-box input[type="password"],
.mb-form-box textarea {
  font-size: 14px;
  position: relative;
  float: left;
  clear: none;
  width: 100%;
  padding: 10px 20px;
  margin: 10px 0;
  outline: none;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mb-form-box input[type="text"]::-webkit-input-placeholder,
.mb-form-box input[type="password"]::-webkit-input-placeholder,
.mb-form-box textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbbbbb !important;
}
.mb-form-box input[type="text"]:-moz-placeholder,
.mb-form-box input[type="password"]:-moz-placeholder,
.mb-form-box textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb !important;
}
.mb-form-box input[type="text"]::-moz-placeholder,
.mb-form-box input[type="password"]::-moz-placeholder,
.mb-form-box textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb !important;
}
.mb-form-box input[type="text"]:-ms-input-placeholder,
.mb-form-box input[type="password"]:-ms-input-placeholder,
.mb-form-box textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbbbbb !important;
}
.mb-form-box input[type="text"],
.mb-form-box input[type="password"] {
  height: 50px;
}
.mb-form-box textarea {
  margin-top: 20px;
  height: 200px;
  resize: none;
}
.mb-form-box input.half {
  width: 45%;
  margin: 0 5% 0 0;
}
.mb-form-box input.half:nth-child(even) {
  margin: 0 0 0 5%;
}
.mb-form-box input[type="submit"] {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 15px 0 15px 0;
}
.mb-form-box button {
  margin-top: 10px;
  float: right;
  clear: none;
  position: relative;
}
.mb-options-list {
  padding-top: 15px;
  cursor: default;
}
.mb-options-list .option-element {
  position: relative;
  float: left;
  clear: both;
  margin: 25px 0 0 0;
}
.mb-options-list h6,
.mb-options-list p {
  margin: 0 0 5px 0;
}
.mb-options-list input[type="text"] {
  padding: 6px 12px;
  line-height: 22px;
}
.mb-options-list ul:not(.embedded-options-select) {
  position: relative;
  float: left;
  clear: none;
  list-style: none;
  margin: 5px 0 10px 0;
}
.mb-options-list ul:not(.embedded-options-select) li {
  width: 120px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px 0 0;
  position: relative;
  float: left;
  clear: none;
  list-style: none;
  font-family: 'Open Sans', serif;
  font-size: 12px;
  border: 2px solid #352d3d;
  color: #352d3d;
  opacity: .44;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.mb-options-list ul:not(.embedded-options-select) li.selected {
  opacity: 1;
}
.mb-options-list ul:not(.embedded-options-select) li:hover:not(.selected) {
  cursor: pointer;
  opacity: .67;
}
.mb-options-list ul:not(.embedded-options-select) li small {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  font-size: 10px;
  text-align: center;
}
.mb-options-list .embedded-options {
  position: relative;
  float: left;
  clear: both;
  width: 600px;
  margin: 15px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
.mb-options-list .embedded-options .embedded-option {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  list-style: none;
  padding: 10px 0;
}
.mb-options-list .embedded-options .embedded-option .embedded-option-label,
.mb-options-list .embedded-options .embedded-option .embedded-option-value,
.mb-options-list .embedded-options .embedded-option .embedded-option-input {
  position: relative;
  float: left;
  clear: none;
}
.mb-options-list .embedded-options .embedded-option .embedded-option-label {
  line-height: 30px;
}
.mb-options-list .embedded-options .embedded-option .embedded-option-value {
  position: relative;
  float: right;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #352d3d;
  padding: 4px 10px;
  margin: 0 5px;
  opacity: .44;
}
.mb-options-list .embedded-options .embedded-option .embedded-option-value.selected {
  opacity: 1;
}
.mb-options-list .embedded-options .embedded-option .embedded-option-value:hover:not(.selected) {
  cursor: pointer;
  opacity: .67;
}
.mb-options-list .embedded-options .embedded-option .embedded-option-input,
.mb-options-list .embedded-options .embedded-option .embedded-option-select {
  width: 100%;
  clear: both;
  margin: 5px;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
.mb-options-list .embedded-options .embedded-option .embedded-option-select {
  height: 200px;
}
.mb-options-list .embedded-options .embedded-option .embedded-option-value-explaination {
  position: relative;
  float: left;
  clear: both;
  font-size: 12px;
  color: #352d3d;
  opacity: .65;
  margin: 5px 0 10px 0;
}
.mb-options-list .embedded-options .embedded-option .embedded-option-value-explaination b {
  font-weight: bold;
  font-size: .8rem;
  text-transform: uppercase;
}
.mb-options-list .embedded-options .embedded-option h6 {
  border-bottom: 1px solid #DDD;
  padding-bottom: 25px;
  font-size: 13px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.mb-options-list .embedded-options .embedded-option.btn-outline {
  padding: 5px 10px;
  outline: 2px solid #352d3d;
}
.mb-options-list .help-link {
  display: none;
  position: relative;
  float: left;
  clear: none;
  line-height: 30px;
  font-size: 16px;
  margin: 5px 10px;
  color: #352d3d;
  opacity: .25;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.mb-options-list .help-link i {
  line-height: 30px;
}
.mb-options-list .help-link:hover {
  cursor: pointer;
  opacity: .85;
}
.mb-setup-steps ul,
.mb-setup-steps li {
  list-style: none;
}
.mb-setup-steps li {
  position: relative;
  float: left;
  clear: none;
  font-size: 15px;
  line-height: 25px;
  margin: 0 15px 0 0;
  cursor: default;
  opacity: 1;
}
.mb-setup-steps li.complete,
.mb-setup-steps li.next {
  opacity: .35;
}
.mb-setup-steps li.divider {
  opacity: .15;
}
.mb-subscribe {
  overflow: hidden;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background: #f04e29;
  left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  top: -1px;
  text-align: left;
  font-size: 14px;
  color: #FFF;
}
.mb-subscribe .wrap {
  margin: 0;
}
.mb-subscribe form {
  position: absolute;
  right: 40px;
  top: 0px;
}
.mb-subscribe form input[type="text"] {
  font-size: 12px;
  color: #FFF;
  width: 180px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}
.mb-subscribe form input[type="text"]:focus {
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* For IE 8 */
}
.mb-subscribe form input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 225, 225, 0.5) !important;
}
.mb-subscribe form input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 225, 225, 0.5) !important;
}
.mb-subscribe form input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 225, 225, 0.5) !important;
}
.mb-subscribe form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 225, 225, 0.5) !important;
}
.mb-subscribe form input[type="submit"] {
  width: auto;
  line-height: 29px;
  height: 35px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  color: #f04e29;
  font-size: 13px;
}
.mb-subscribe form input[type="submit"]:hover {
  background: #f0f0f0;
}
#mb-modal {
  z-index: 100101;
  /*because mce-modal-block is 100100*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans';
  /*.mb-modal-overlay*/
  /*.mb-modal-content*/
  /*.mb-modal-title*/
  /*.mb-modal-close*/
  /*.mb-modal-body*/
  /*.mb-modal-actions*/
  /*/.mb-modal-icon-selector*/
  /*.mb-modal-styles-selector-dropdown*/
}
#mb-modal div,
#mb-modal p,
#mb-modal input,
#mb-modal ul.li {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#mb-modal .mb-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(125, 115, 110, 0.8);
}
#mb-modal .centeringWrap {
  top: 25%;
}
#mb-modal .mb-modal-content {
  min-width: 360px;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 25px 0px rgba(21, 11, 1, 0.25);
  -moz-box-shadow: 5px 5px 25px 0px rgba(21, 11, 1, 0.25);
  box-shadow: 5px 5px 25px 0px rgba(21, 11, 1, 0.25);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='" rgba(21, 11, 1, 0.25) "')";
}
#mb-modal .mb-modal-title,
#mb-modal .mb-modal-body,
#mb-modal .mb-modal-actions {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#mb-modal .mb-modal-title {
  height: 50px;
  background: #F4F4F4;
}
#mb-modal .mb-modal-title .mb-icon {
  background-image: url('../images/logo.png');
  background-size: 100%;
  opacity: .89;
  height: 50px;
  width: 180px;
  margin-left: 10px;
}
#mb-modal .mb-modal-close {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background: rgba(246, 135, 31, 0.15);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#mb-modal .mb-modal-close:hover {
  background: rgba(246, 135, 31, 0.5);
}
#mb-modal .mb-modal-close i {
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
}
#mb-modal .mb-modal-body {
  /*/.mb-modal-button-preview*/
  /*/.mb-modal-search-box*/
}
#mb-modal .mb-modal-body .mb-modal-button-preview {
  width: 100%;
  padding: 10px 0;
  background: #FFF;
  border-bottom: 1px solid #F4F4F4;
  line-height: 75px;
  color: rgba(53, 45, 61, 0.2);
  text-align: center;
}
#mb-modal .mb-modal-body .mb-modal-button-preview .mb-button {
  margin: 0 15px;
}
#mb-modal .mb-modal-body .mb-modal-search-box {
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #F4F4F4;
}
#mb-modal .mb-modal-body .mb-modal-search-box input {
  color: rgba(53, 45, 61, 0.5);
  width: 100%;
  padding: 15px 0;
  line-height: 30px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* For IE 8 */
}
#mb-modal .mb-modal-body .mb-modal-options,
#mb-modal .mb-modal-body .mb-modal-styles-selector,
#mb-modal .mb-modal-body .mb-modal-icon-selector,
#mb-modal .mb-modal-body .mb-modal-ad {
  position: relative;
  width: 360px;
  left: 50%;
  margin-left: -180px;
}
#mb-modal .mb-modal-body .mb-modal-ad {
  cursor: pointer;
  width: 360px;
  height: 250px;
  background-image: url('../images/ads/modal-ad.png');
}
#mb-modal .mb-modal-body .mb-modal-options {
  position: relative;
  float: left;
  clear: both;
  padding: 10px 0;
  width: 100%;
}
#mb-modal .mb-modal-body .mb-modal-option {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 50px;
  padding: 5px;
}
#mb-modal .mb-modal-body .mb-option-icon,
#mb-modal .mb-modal-body .mb-option-field,
#mb-modal .mb-modal-body .mb-option-colors,
#mb-modal .mb-modal-body .mb-option-color,
#mb-modal .mb-modal-body .mb-option-toggle,
#mb-modal .mb-modal-body .mb-option-more {
  position: relative;
  float: left;
  clear: none;
}
#mb-modal .mb-modal-body .mb-option-icon {
  width: 40px;
  line-height: 40px;
  padding-right: 5px;
  text-align: center;
  color: rgba(53, 45, 61, 0.45);
  font-size: 20px;
}
#mb-modal .mb-modal-body .mb-option-toggle {
  margin: 2px 0 0 17px;
}
#mb-modal .mb-modal-body .mb-option-toggle li {
  position: relative;
  float: left;
  clear: none;
  opacity: .25;
  padding: 4px;
}
#mb-modal .mb-modal-body .mb-option-toggle li:hover:not(.selected) {
  cursor: pointer;
  opacity: .35;
}
#mb-modal .mb-modal-body .mb-option-toggle li.selected {
  opacity: .65;
}
#mb-modal .mb-modal-body .mb-option-toggle li .mb-toggle-square {
  width: 9px;
  height: 9px;
  margin: 5px 0px;
  border: 2px solid #352d3d;
  background: transparent;
}
#mb-modal .mb-modal-body .mb-option-toggle li .mb-toggle-square.sm {
  width: 8px;
  height: 8px;
  margin: 5.5px 0px;
}
#mb-modal .mb-modal-body .mb-option-toggle li .mb-toggle-square.lg {
  width: 11px;
  height: 11px;
  margin: 4px 0px;
}
#mb-modal .mb-modal-body .mb-option-toggle li .mb-toggle-square.xl {
  width: 13px;
  height: 13px;
  margin: 3px 0px;
}
#mb-modal .mb-modal-body .mb-option-toggle li .mb-toggle-rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#mb-modal .mb-modal-body .mb-option-toggle li .mb-toggle-pill {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#mb-modal .mb-modal-body .mb-option-toggle li .mb-toggle-letter {
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  margin: 1px 0;
  font-family: 'Open Sans';
  font-weight: 400;
}
#mb-modal .mb-modal-body .mb-option-toggle li .mb-toggle-letter.thick {
  font-size: 10px;
  font-weight: 700;
}
#mb-modal .mb-modal-body .mb-option-toggle li .mb-toggle-letter.thin {
  font-size: 14px;
  font-weight: 300;
}
#mb-modal .mb-modal-body .mb-option-colors {
  height: 40px;
  margin-left: 10px;
  /*Indent these options*/
}
#mb-modal .mb-modal-body .mb-option-colors .mb-option-color {
  margin: 5px 5px 5px 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#mb-modal .mb-modal-body .mb-option-colors .mb-option-color:hover {
  cursor: pointer;
  opacity: .85;
}
#mb-modal .mb-modal-body .mb-option-colors .mb-option-color input {
  opacity: .01;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#mb-modal .mb-modal-body .mb-option-more {
  color: #352d3d;
  opacity: .35;
  font-size: 16px;
  line-height: 10px;
  margin: 5px 0 5px 20px;
  font-weight: bold;
  letter-spacing: .10em;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#mb-modal .mb-modal-body .mb-option-more:hover {
  cursor: pointer;
  opacity: .85;
}
#mb-modal .mb-modal-body .mb-option-field {
  height: 100%;
  width: 300px;
  background: transparent;
  border: none;
  color: #352d3d;
  /*.mb-button-toggle{
				position:absolute;
				right:10px;
				top:5px;
				height:30px;
				line-height:30px;
				span{
					opacity:.35;
				}
				i{
					font-size:14px;
					position:relative;
					right:auto;
					margin:0 5px;
					opacity:.35;
					
					&:hover{
						opacity:.65;
					}
					
					&.selected{
						opacity:1;
					}
				}
			}*/
}
#mb-modal .mb-modal-body .mb-option-field input,
#mb-modal .mb-modal-body .mb-option-field p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #EEE;
  margin: 0;
  padding: 10px 60px 10px 10px;
  line-height: 20px;
  font-size: 13px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* For IE 8 */
}
#mb-modal .mb-modal-body .mb-option-field input:focus,
#mb-modal .mb-modal-body .mb-option-field p:focus {
  background: rgba(53, 45, 61, 0.02);
  border: 1px solid rgba(53, 45, 61, 0.05);
}
#mb-modal .mb-modal-body .mb-option-field input.actionable:hover,
#mb-modal .mb-modal-body .mb-option-field p.actionable:hover {
  cursor: pointer;
  background: rgba(53, 45, 61, 0.02);
  border: 1px solid rgba(53, 45, 61, 0.05);
}
#mb-modal .mb-modal-body .mb-option-field input.actionable:hover i,
#mb-modal .mb-modal-body .mb-option-field p.actionable:hover i {
  opacity: .75;
}
#mb-modal .mb-modal-body .mb-option-field input.actionable i,
#mb-modal .mb-modal-body .mb-option-field p.actionable i {
  font-size: 12px;
}
#mb-modal .mb-modal-body .mb-option-field input .mb-button,
#mb-modal .mb-modal-body .mb-option-field p .mb-button {
  position: relative;
  top: -4px;
  left: -5px;
}
#mb-modal .mb-modal-body .mb-option-field .mb-right-input-icon {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 20px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: #352d3d;
  opacity: .35;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#mb-modal .mb-modal-body .mb-option-field .mb-right-input-icon.toggle {
  opacity: .20;
}
#mb-modal .mb-modal-body .mb-option-field .mb-right-input-icon.toggle:hover {
  opacity: .35;
  cursor: pointer;
}
#mb-modal .mb-modal-body .mb-option-field .mb-right-input-icon.toggle.selected {
  opacity: .95;
}
#mb-modal .mb-modal-body .mb-option-field .mb-right-input-icon:hover:not(.toggle) {
  opacity: .75;
  cursor: pointer;
}
#mb-modal .mb-modal-actions {
  border-top: 1px solid #EEE;
  background: #F4F4F4;
  padding: 10px;
}
#mb-modal .mb-modal-actions button {
  float: right;
  margin-left: 15px;
}
#mb-modal .mb-modal-actions .cancel-action,
#mb-modal .mb-modal-actions .info-text {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #352d3d;
  opacity: .35;
  margin-right: 15px;
  cursor: pointer;
}
#mb-modal .mb-modal-actions .cancel-action:hover:not(.info-text),
#mb-modal .mb-modal-actions .info-text:hover:not(.info-text) {
  opacity: .75;
}
#mb-modal .mb-modal-actions .cancel-action.info-text,
#mb-modal .mb-modal-actions .info-text.info-text {
  margin-right: 0;
  float: right;
}
#mb-modal .mb-modal-icon-selector {
  width: 100%;
  padding: 15px;
  height: 240px;
  overflow: auto;
}
#mb-modal .mb-modal-icon-selector ul li {
  position: relative;
  float: left;
  clear: none;
  font-size: 24px;
  margin: 0 2px 5px 2px;
  padding: 2px;
  line-height: 30px;
  height: 30px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mb-modal .mb-modal-icon-selector ul li:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
#mb-modal .mb-modal-styles-selector {
  width: 100%;
  padding: 15px;
  height: 140px;
  background: #FFF;
  overflow: auto;
}
#mb-modal .mb-modal-styles-selector ul,
#mb-modal .mb-modal-styles-selector li {
  margin: 0;
  position: relative;
  float: left;
  clear: none;
  list-stle: none;
}
#mb-modal .mb-modal-styles-selector li {
  width: 80px;
  height: 32px;
  cursor: pointer;
  padding: 10px 14px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#mb-modal .mb-modal-styles-selector li .mb-button {
  pointer-events: none;
  margin-left: 0px;
  width: 80px;
  padding: .75em 0;
  margin-bottom: 0;
  text-align: center;
}
#mb-modal .mb-modal-styles-selector li:hover {
  background: rgba(53, 45, 61, 0.03);
  border: 1px solid rgba(53, 45, 61, 0.06);
}
/*Tooltipster styles*/
.tooltipster-mb {
  border-radius: 3px;
  border: 1px solid #352d3d;
  background: #352d3d;
  color: #FFF;
}
.tooltipster-mb .tooltipster-content {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 14px;
  padding: 3px 5px;
}
/*Color Pickers styles*/
.mb-color-picker {
  z-index: 100102 !important;
  /*because .mb-modal is 100100*/
}
#mb-settings #save-settings-button {
  clear: both;
  margin-top: 50px;
  float: right;
  margin: 50px 5%;
}
#mb-help #intro-videos {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}
#mb-help #intro-videos li {
  list-style: none;
  position: relative;
  float: left;
  clear: none;
  width: 30%;
  margin: 15px 3% 0 0;
}
#mb-help #intro-videos li h6 {
  margin: 10px 0;
}
.mb-page {
  position: relative;
  float: left;
  width: 100%;
}
.mb-page .mb-header {
  position: relative;
  float: left;
  padding-top: 15px;
}
.mb-page .mb-header .mb-header-text,
.mb-page .mb-header .mb-page-icon {
  position: relative;
  float: left;
  clear: none;
}
.mb-page .mb-header .mb-header-text {
  line-height: 40px;
  margin: 0 10px;
  padding: 0;
  color: #352d3d;
}
.mb-page .mb-header .mb-header-text small {
  color: rgba(53, 45, 61, 0.5);
}
.mb-page .mb-header .mb-page-icon {
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-image: url("../images/page-icon.png");
}
.mb-page .mb-header .mb-header-notification {
  position: relative;
  display: inline-block;
  padding: 3px 30px 3px 10px;
  top: -5px;
  line-height: 20px;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mb-page .mb-header .mb-header-notification.mb-success {
  background: #84C334;
}
.mb-page .mb-header .mb-header-notification.mb-failure {
  background: #CA4119;
}
.mb-page .mb-header .mb-header-notification i {
  color: #FFF;
}
.mb-page .mb-header .mb-header-notification i.fa-times-circle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
  line-height: 22px;
  width: 22px;
  text-align: center;
  opacity: .5;
}
.mb-page .mb-header .mb-header-notification i.fa-times-circle:hover {
  cursor: pointer;
  opacity: 1;
}
.mb-page .tiny-mce-color-small,
.mb-page .tiny-mce-grayscale-small {
  width: 16px;
  height: 16px;
  background-size: cover;
  border: none;
  margin-bottom: -4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.mb-page .tiny-mce-color-small {
  background-image: url('../images/TinyMCEButton-color.png');
}
.mb-page .tiny-mce-grayscale-small {
  background-image: url('../images/TinyMCEButton-grayscale.png');
}
.mb-page .actionable {
  cursor: pointer;
}
.mb-page .faded {
  opacity: .65;
}
.mb-page .faded2x {
  opacity: .40;
}
.mb-page .faded3x {
  opacity: .25;
}
.mb-page .mb-main-content {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding-right: 230px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  max-width: 1280px;
}
.mb-page .mb-main-content.no-sidebar {
  padding-right: 0;
}
.mb-page .mb-sidebar-content {
  width: 200px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  top: 100px;
  right: 30px;
  padding-left: 25px;
  border-left: 1px solid #DDD;
  min-height: 80vh;
  position: absolute;
  /*Changed to absolute since any wordpress notifiaction at the top of the page will cover up this content*/
}
.mb-page .mb-sidebar-content h5 {
  margin: 1rem 0;
  color: #352d3d;
  font-weight: bold;
}
.mb-page .mb-sidebar-content button {
  margin: 10px 0 0 0;
}
.mb-page .mb-sidebar-content .mb-sidebar-ad {
  position: relative;
  float: left;
  clear: both;
  margin-top: 100px;
  width: 175px;
  height: 225px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.mb-page .mb-sidebar-content .mb-sidebar-ad:hover {
  cursor: pointer;
  -webkit-box-shadow: 1px 3px 7px 3px rgba(53, 45, 61, 0.25);
  -moz-box-shadow: 1px 3px 7px 3px rgba(53, 45, 61, 0.25);
  box-shadow: 1px 3px 7px 3px rgba(53, 45, 61, 0.25);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='" rgba(53, 45, 61, 0.25) "')";
}
.mb-page .mb-sidebar-content .mb-sidebar-ad.ad1 {
  background-image: url('../images/ads/sidebar-ad-2.png');
}
