html, body {
  min-height: 100%;
  padding: 0px;
  margin: 0px;
}

html {
  background-color: #fff;
  height: 100%;
  font-size: 16px !important;
}

body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  height: 100%;
}

a:active {
  outline: 0;
}

.printonly {
  display: none;
}

div#mtk-cancelled,
div#mtk-trial {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  background-color: #ff0;
  color: #000;
  text-align: center;
}

.mtk-avatar-128 {
  width: 128px;
  min-width: 128px;
  height: 128px;
}

.mtk-avatar-40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.mtk-avatar-20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.mtk-avatar-circle {
  border-radius: 50%;
}

.mtk-avatar-rounded {
  border-radius: 10px;
}

.mtk-avatar-roundrect {
  border-radius: 5px;
}

.twitter-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px;
}

.user-status-box .mtk-avatar-20 {
  display: inline-block;
  border-radius: 5px;
}

img {
  max-width: 100%;
  height: auto;
}

.logo img {
  max-width: none;
}

.mtk-loader {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #439aab;
  -webkit-animation: rotate-loader 0.8s linear infinite;
          animation: rotate-loader 0.8s linear infinite;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes rotate-loader {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-loader {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.mtk-content-wrapper {
  margin-top: 0px;
  overflow: visible;
  padding: 10px;
  font-size: 14px;
  line-height: normal;
}
.mtk-content-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mtk-content-wrapper h1, .mtk-content-wrapper h2, .mtk-content-wrapper h3, .mtk-content-wrapper ul, .mtk-content-wrapper ol, .mtk-content-wrapper p {
  text-decoration: none;
  border: 0px solid #000;
}
.mtk-content-wrapper h1 {
  display: block;
  text-align: left;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-weight: bold;
}
.mtk-content-wrapper h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.mtk-content-wrapper h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}
.mtk-content-wrapper h1 .small {
  font-size: 10px;
  font-weight: normal;
}
.mtk-content-wrapper h1 a.action {
  font-size: 70%;
}
.mtk-content-wrapper ul {
  display: block;
  list-style-type: disc;
  padding-left: 40px;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.mtk-content-wrapper ol {
  display: block;
  list-style: initial;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.mtk-content-wrapper p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.mtk-content-wrapper pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}
.mtk-content-wrapper img {
  border: 0px;
}
.mtk-content-wrapper iframe {
  max-width: 100%;
}
.mtk-content-wrapper img.autosize {
  width: 100%;
  height: auto;
}
.mtk-content-wrapper i:not(.mce-ico), .mtk-content-wrapper cite, .mtk-content-wrapper em, .mtk-content-wrapper var, .mtk-content-wrapper address {
  font-family: Georgia;
  font-style: italic;
}
.mtk-content-wrapper strong, .mtk-content-wrapper b {
  font-weight: bolder;
}
.mtk-content-wrapper blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.mtk-content-wrapper hr.mtk-hr {
  border: none;
  border-top: 2px solid #4299AA;
  margin: 0 auto 15px;
}
.mtk-content-wrapper table {
  display: table;
  border-collapse: collapse;
  border-spacing: 2px;
  border-color: gray;
}
.mtk-content-wrapper table, .mtk-content-wrapper td {
  border: 1px #000 none;
}
.mtk-content-wrapper table.no-borders td {
  border: 0px solid #000 !important;
}
.mtk-content-wrapper table.thin-borders td {
  border: 1px solid black !important;
}
.mtk-content-wrapper table.thick-borders td {
  border: 3px solid black !important;
}
.mtk-content-wrapper table.cell-pad-5 td {
  padding: 5px;
}
.mtk-content-wrapper th {
  font-weight: bold;
  text-align: left;
  padding-right: 5px;
}
.mtk-content-wrapper tfoot tr th {
  padding-right: 0px;
}
.mtk-content-wrapper tr.error {
  background-color: #ff8080;
}
.mtk-content-wrapper tr.invalid {
  background-color: #ff8;
}
.mtk-content-wrapper form {
  display: inline;
  clear: none;
}
.mtk-content-wrapper object, .mtk-content-wrapper embed {
  outline: 0;
}
.mtk-content-wrapper input,
.mtk-content-wrapper select,
.mtk-content-wrapper textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: inherit;
  color: inherit;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
.mtk-content-wrapper .error {
  font-family: Georgia;
  font-style: italic;
  color: #cc0000 !important;
}
.mtk-content-wrapper .help {
  font-family: Georgia;
  font-style: italic;
  font-size: 90%;
}
.mtk-content-wrapper .alert-text {
  color: #ff0000 !important;
}
.mtk-content-wrapper .warning {
  background-color: #fffbce;
}
.mtk-content-wrapper .success {
  font-family: Georgia;
  font-style: italic;
  color: #008000;
}
.mtk-content-wrapper .good {
  color: #008F00;
}
.mtk-content-wrapper .bottom {
  vertical-align: bottom !important;
}
.mtk-content-wrapper .middle {
  vertical-align: middle !important;
}
.mtk-content-wrapper .center {
  text-align: center !important;
}
.mtk-content-wrapper .hidden {
  display: none;
}
.mtk-content-wrapper .display-block {
  display: block !important;
}
.mtk-content-wrapper .nopadding {
  padding: 0px !important;
}
.mtk-content-wrapper .nomargin {
  margin: 0px !important;
}
.mtk-content-wrapper .noborder {
  border: 0px !important;
}
.mtk-content-wrapper .bold {
  font-weight: bold;
}
.mtk-content-wrapper .nobr {
  white-space: nowrap;
}
.mtk-content-wrapper .floatright {
  float: right;
}
.mtk-content-wrapper .floatleft {
  float: left;
}
.mtk-content-wrapper .floatcenter {
  margin-left: auto;
  margin-right: auto;
}
.mtk-content-wrapper .clear {
  clear: both;
}
.mtk-content-wrapper .w100 {
  width: 100%;
}
.mtk-content-wrapper .mt-5 {
  margin-top: 5px !important;
}
.mtk-content-wrapper .mt-10 {
  margin-top: 10px !important;
}
.mtk-content-wrapper .mt-15 {
  margin-top: 15px !important;
}
.mtk-content-wrapper .mt-20 {
  margin-top: 20px !important;
}
.mtk-content-wrapper .mt-25 {
  margin-top: 25px !important;
}
.mtk-content-wrapper .mt-30 {
  margin-top: 30px !important;
}
.mtk-content-wrapper .mt-35 {
  margin-top: 35px !important;
}
.mtk-content-wrapper .mt-40 {
  margin-top: 40px !important;
}
.mtk-content-wrapper .mt-45 {
  margin-top: 45px !important;
}
.mtk-content-wrapper .mb-0 {
  margin-bottom: 0 !important;
}
.mtk-content-wrapper .mb-5 {
  margin-bottom: 5px !important;
}
.mtk-content-wrapper .mb-10 {
  margin-bottom: 10px !important;
}
.mtk-content-wrapper .mb-15 {
  margin-bottom: 15px !important;
}
.mtk-content-wrapper .mb-20 {
  margin-bottom: 20px !important;
}
.mtk-content-wrapper .mb-25 {
  margin-bottom: 25px !important;
}
.mtk-content-wrapper .mb-30 {
  margin-bottom: 30px !important;
}
.mtk-content-wrapper .mb-35 {
  margin-bottom: 35px !important;
}
.mtk-content-wrapper .mb-40 {
  margin-bottom: 40px !important;
}
.mtk-content-wrapper .mb-45 {
  margin-bottom: 45px !important;
}
.mtk-content-wrapper .aligntop {
  vertical-align: top !important;
}
.mtk-content-wrapper .alignleft,
.mtk-content-wrapper .left {
  text-align: left !important;
}
.mtk-content-wrapper .alignright,
.mtk-content-wrapper .right {
  text-align: right !important;
}
.mtk-content-wrapper .big {
  font-size: 130%;
}
.mtk-content-wrapper .small {
  font-size: 80%;
}
.mtk-content-wrapper .huge {
  font-size: 200%;
  font-weight: bold;
}
.mtk-content-wrapper .validation {
  font-style: italic;
  font-weight: normal;
  color: #f00;
}
.mtk-content-wrapper .disabled {
  color: #ccc;
}
.mtk-content-wrapper .menu {
  font-size: 70%;
}
.mtk-content-wrapper .dl {
  font-family: Helvetica, Arial;
  font-weight: bold;
  color: #333;
  text-align: right;
  padding-top: 3px;
  padding-right: 0px;
  vertical-align: top;
  min-height: 20px;
}
.mtk-content-wrapper .dl a {
  font-weight: normal;
}
.mtk-content-wrapper .de {
  font-family: Helvetica, Arial;
  font-weight: Normal;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  margin: 2px;
  font-size: 100%;
  color: #333;
  vertical-align: top;
}
.mtk-content-wrapper .de input {
  padding-top: -3px;
  font-size: 120%;
}
.mtk-content-wrapper .mtk-btn {
  display: inline-block;
  *display: inline;
  padding: 10px 15px 10px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 1rem;
  font-style: normal;
  line-height: 18px;
  *line-height: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #4299AA;
  color: #fff;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-content-wrapper .mtk-btn.small {
  font-size: 1em !important;
}
.mtk-content-wrapper .mtk-btn.btn-inline {
  font-size: inherit !important;
  padding: 2px 15px 2px;
}
.mtk-content-wrapper .mtk-btn:hover {
  background-color: #2A8192;
  border: none;
}
.mtk-content-wrapper .mtk-btn.disabled,
.mtk-content-wrapper .mtk-btn:disabled {
  color: #888;
  background-color: #eee;
  cursor: not-allowed;
}
.mtk-content-wrapper .mtk-btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.mtk-content-wrapper .alert-error a.mtk-btn {
  background-color: #FF4136;
  color: #fff;
}
.mtk-content-wrapper input[type=text],
.mtk-content-wrapper input[type=email],
.mtk-content-wrapper input[type=password],
.mtk-content-wrapper input[type=search],
.mtk-content-wrapper input[type=file],
.mtk-content-wrapper td.packet-price-col input:not([type=radio]),
.mtk-content-wrapper td.packet-qty-col input:not([type=radio]),
.mtk-content-wrapper textarea,
.mtk-content-wrapper select {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mtk-content-wrapper input[type=file] {
  width: 100%;
  max-width: 500px;
}
.mtk-content-wrapper textarea {
  width: 100%;
}
.mtk-content-wrapper select {
  background-image: url("/images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 8px 8px;
  padding-right: 16px !important;
}
.mtk-content-wrapper input:-webkit-autofill,
.mtk-content-wrapper input:-webkit-autofill:hover,
.mtk-content-wrapper select:-webkit-autofill,
.mtk-content-wrapper select:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 999px #fff !important;
          box-shadow: inset 0 0 0 999px #fff !important;
  color: #555 !important;
}
.mtk-content-wrapper input:hover,
.mtk-content-wrapper textarea:hover,
.mtk-content-wrapper select:hover {
  border: 1px solid rgb(180, 180, 180);
}
.mtk-content-wrapper input[type=text]:focus,
.mtk-content-wrapper input[type=email]:focus,
.mtk-content-wrapper input[type=password]:focus,
.mtk-content-wrapper input[type=search]:focus,
.mtk-content-wrapper td.packet-price-col input:not([type=radio]):focus,
.mtk-content-wrapper td.packet-qty-col input:not([type=radio]):focus,
.mtk-content-wrapper input:-webkit-autofill:focus,
.mtk-content-wrapper textarea:focus,
.mtk-content-wrapper select:focus,
.mtk-content-wrapper select:-webkit-autofill:focus {
  border: 1px solid #4299AA;
  -webkit-box-shadow: 0 0 2px 0 #539dab, inset 0 0 0 999px #fff !important;
          box-shadow: 0 0 2px 0 #539dab, inset 0 0 0 999px #fff !important;
  color: #555 !important;
}
.mtk-content-wrapper input[type=radio]:focus,
.mtk-content-wrapper input[type=checkbox]:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mtk-content-wrapper input[type=radio],
.mtk-content-wrapper input[type=checkbox] {
  display: inline-block !important;
  width: initial;
  margin-bottom: 5px;
  margin-right: 3px;
}
.mtk-content-wrapper .mtk-comments-header {
  font-size: 1.7rem;
  color: #555;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 2px solid #555;
}
.mtk-content-wrapper #mtk-comments {
  width: 100%;
  max-width: 600px;
  padding: 5px;
  color: #555;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-text {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 5px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment {
  width: 100%;
  clear: both;
  padding-bottom: 5px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-removed {
  background-color: #fee;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-avatar-box-med {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  border-radius: 5px;
  height: 40px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-avatar-box-med .mtk-avatar-40 {
  display: inline-block;
  border-radius: 5px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-avatar-box-med .mtk-avatar-20 {
  display: inline-block;
  border-radius: 3px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-content {
  display: inline-block;
  width: 100%;
  width: calc(100% - 50px);
  margin-bottom: 10px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-username {
  font-weight: bold;
  display: block;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta {
  display: block;
  font-size: 80%;
  color: #888;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-react,
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-reply-btn,
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-moderation {
  display: inline-block;
  margin-right: 10px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-react a,
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-reply-btn a,
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-moderation a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #4299AA;
  font-weight: bold;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-react a:hover,
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-reply-btn a:hover,
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-moderation a:hover {
  color: #2A8192;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-reactions {
  display: inline-block;
  margin-left: 2px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-content .mtk-comment-meta .mtk-comment-time {
  display: inline-block;
  margin-right: 10px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-new-box {
  margin-bottom: 10px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-new-box .mtk-comment-content .mtk-comment-text {
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.mtk-content-wrapper #mtk-comments .mtk-reply-new-box .mtk-comment-content .mtk-comment-text {
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.mtk-content-wrapper #mtk-comments textarea.mtk-comment-write {
  clear: both;
  width: 100%;
  height: 40px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-buttons {
  padding: 5px 0;
  width: 100%;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-btn-save,
.mtk-content-wrapper #mtk-comments .mtk-comment-btn-image {
  padding: 3px 8px;
  background: #4299AA;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-btn-save:hover,
.mtk-content-wrapper #mtk-comments .mtk-comment-btn-image:hover {
  background-color: #2A8192;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-reply-block {
  display: block;
  margin-left: 45px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-reply-block .mtk-comment-avatar-box-med {
  border-radius: 3px;
  height: 20px;
}
.mtk-content-wrapper #mtk-comments .mtk-comment-reply-block .mtk-comment-content {
  width: 100%;
  width: calc(100% - 30px);
}
.mtk-content-wrapper #mtk-comments .mtk-typing-indicator {
  display: block;
  position: relative;
  background-color: #efefef;
  width: 40px;
  height: 25px;
  border-radius: 25px;
  margin-left: 65px;
  -webkit-animation: expand 2s infinite;
          animation: expand 2s infinite;
}
.mtk-content-wrapper #mtk-comments .mtk-typing-indicator .mtk-ti-dot {
  background-color: #555;
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
}
.mtk-content-wrapper #mtk-comments .mtk-typing-indicator .mtk-ti-dot.mtk-ti-dot-1 {
  left: 5px;
  -webkit-animation: hop2 2s infinite ease-in;
          animation: hop2 2s infinite ease-in;
}
.mtk-content-wrapper #mtk-comments .mtk-typing-indicator .mtk-ti-dot.mtk-ti-dot-2 {
  left: 16px;
  -webkit-animation: hop2 2s infinite ease-in 0.3s;
          animation: hop2 2s infinite ease-in 0.3s;
}
.mtk-content-wrapper #mtk-comments .mtk-typing-indicator .mtk-ti-dot.mtk-ti-dot-3 {
  right: 5px;
  -webkit-animation: hop2 2s infinite ease-in 0.6s;
          animation: hop2 2s infinite ease-in 0.6s;
}
@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  50% {
    -webkit-transform: scale(1.15) translate(-50%, -50%);
            transform: scale(1.15) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes expand {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  50% {
    -webkit-transform: scale(1.15) translate(-50%, -50%);
            transform: scale(1.15) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}
@-webkit-keyframes hop2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #555;
  }
  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    background-color: #439aab;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #555;
  }
}
@keyframes hop2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #555;
  }
  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    background-color: #439aab;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #555;
  }
}
.mtk-content-wrapper #logo {
  margin-left: 0px;
  margin-top: 0px;
}
.mtk-content-wrapper #lastmessagebox {
  display: block;
  clear: both;
  margin: 5px;
  border: 1px solid black;
  background-color: #fdd;
}
.mtk-content-wrapper #lastmessagebox {
  height: 1%;
}
.mtk-content-wrapper #lastmessage {
  display: inline;
  font-size: 1em;
  font-weight: bold;
  color: #FF0000;
  padding: 2px;
  margin: 2px;
}
.mtk-content-wrapper .lastmessagebox {
  display: block;
  clear: both;
  margin: 5px;
  margin-left: 40px;
  margin-right: 40px;
  border: 1px solid black;
}
.mtk-content-wrapper .box_system {
  background-color: #fdd;
}
.mtk-content-wrapper .box_error {
  background-color: #fdd;
}
.mtk-content-wrapper .box_notice {
  background-color: #ff8;
}
.mtk-content-wrapper .box_success {
  background-color: #cfc;
}
.mtk-content-wrapper .lastmessagebox .cell {
  display: inline-block;
}
.mtk-content-wrapper .lastmessagebox .system {
  vertical-align: top;
  font-size: 1em;
  font-weight: bold;
  color: #000;
  padding: 5px;
  margin: 2px;
  padding-left: 80px;
}
.mtk-content-wrapper .lastmessagebox .system p {
  margin: 0;
  padding: 0;
}
.mtk-content-wrapper .lastmessagebox .error {
  vertical-align: top;
  font-size: 1em;
  color: #F00;
  padding: 5px;
  margin: 2px;
  padding-left: 80px;
}
.mtk-content-wrapper .lastmessagebox .notice {
  vertical-align: top;
  font-size: 1em;
  color: #000;
  padding: 5px;
  margin: 2px;
  padding-left: 80px;
}
.mtk-content-wrapper .lastmessagebox .success {
  vertical-align: top;
  font-size: 1em;
  color: #000;
  padding: 5px;
  margin: 2px;
  padding-left: 80px;
}
.mtk-content-wrapper .lastmessagebox .ok {
  padding: 5px;
  font-size: 80%;
  text-align: right;
}
.mtk-content-wrapper .lastmessagebox .foot {
  display: block;
  clear: both;
}
.mtk-content-wrapper .fake-th {
  font-weight: bold;
  text-align: left;
}
.mtk-content-wrapper .optional_packets {
  border: 1px solid #888;
  padding: 5px;
  width: 100%;
  background-color: #eee;
  font-size: 20px;
}
.mtk-content-wrapper .optional_packets select {
  font-size: 20px;
}
.mtk-content-wrapper .no-bottom-margin {
  margin-bottom: 0px;
}
.mtk-content-wrapper table.reporttable {
  border-collapse: collapse;
  font-size: 12px;
}
.mtk-content-wrapper table.reporttable th {
  padding-left: 5px;
}
.mtk-content-wrapper table.reporttable td {
  padding: 5px;
  margin: 0px;
}
.mtk-content-wrapper table.reporttable tr:nth-child(odd) {
  background-color: #eee;
}
.mtk-content-wrapper table.reporttable tr:nth-child(even) {
  background-color: #fff;
}
.mtk-content-wrapper table.reporttable tfoot td {
  border-top: 1px solid black;
  background-color: #fff;
  font-weight: bold;
}
.mtk-content-wrapper table.reporttable td.major-grouping {
  font-weight: bold;
  font-size: 16px;
}
.mtk-content-wrapper table.reportgrid {
  font-size: 12px;
}
.mtk-content-wrapper .reportgrid td {
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 5px 10px;
}
.mtk-content-wrapper .reportgrid th {
  text-align: center;
}
.mtk-content-wrapper .reportgrid tfoot {
  font-weight: bold;
}
.mtk-content-wrapper .reportgrid tfoot td {
  border: 0px;
}
.mtk-content-wrapper .recordtable {
  border-collapse: collapse;
}
.mtk-content-wrapper .recordtable td {
  border: 1px solid #ccc;
  margin: 0px;
  padding: 5px;
}
.mtk-content-wrapper .recordtable td.label {
  font-weight: bold;
  text-align: right;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation {
  font-size: 1rem;
  display: block;
  border: none;
  padding: 5px 0;
  clear: both;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls {
  display: inline-block;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls select {
  padding: 5px;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0 4px;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls .page-arrow {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  top: 4px;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls .page-arrow.page-arrow-right-inactive {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ddd;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls .page-arrow.page-arrow-left-inactive {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #ddd;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls .page-arrow.page-arrow-right-active {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #4299AA;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls .page-arrow.page-arrow-right-active:hover {
  border-left: 12px solid #2A8192;
  cursor: pointer;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls .page-arrow.page-arrow-left-active {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #4299AA;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls .page-arrow.page-arrow-left-active:hover {
  border-right: 12px solid #2A8192;
  cursor: pointer;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .directory-page-controls .mtk-btn {
  min-width: 128px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 10px;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation .help {
  padding: 4px 0;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation.mtk-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mtk-content-wrapper .directory-wrapper .directory-navigation.mtk-collapse:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.mtk-content-wrapper .directory-wrapper .directory-table {
  border-color: #555;
  border-radius: 5px;
}
.mtk-content-wrapper .directory-wrapper .directory-table .table-rtl {
  direction: rtl;
}
.mtk-content-wrapper .directory-wrapper .directory-table .dt-header-row .dt-cell span {
  display: block;
  text-align: left;
}
.mtk-content-wrapper .directory-wrapper .directory-table .dt-label {
  font-size: 16px;
}
.mtk-content-wrapper .directory-wrapper .directory-table .dt-row .dt-cell {
  padding: 0 5px 5px;
  text-align: left;
}
.mtk-content-wrapper .directory-wrapper .directory-table .dt-row.dt-header-row .dt-cell {
  padding: 5px;
}
.mtk-content-wrapper .directory-wrapper .directory-table .dt-data {
  direction: ltr;
  display: block;
  text-align: left;
}
.mtk-content-wrapper .directory-wrapper .directory-table .dt-data h3 {
  margin: 0;
  padding: 5px 0 0;
}
.mtk-content-wrapper .directory-wrapper .directory-table .dt-data img.favorite-star {
  padding-left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-content-wrapper .directory-wrapper .directory-table .dt-data img.favorite-star:hover {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
  cursor: pointer;
}
.mtk-content-wrapper .directory-wrapper .directory-table.mtk-collapse {
  border-color: transparent;
}
.mtk-content-wrapper .directory-wrapper .directory-table.mtk-collapse .dt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #555;
  border-radius: 5px;
  margin-bottom: 7px;
}
.mtk-content-wrapper .directory-wrapper .directory-table.mtk-collapse .dt-row:last-of-type {
  margin-bottom: 1px;
}
.mtk-content-wrapper .directory-wrapper .directory-table.mtk-collapse .dt-row .dt-cell {
  width: 100%;
  padding: 5px;
}
.mtk-content-wrapper .directory-wrapper .directory-table.mtk-collapse .dt-row .dt-cell .dt-label {
  color: #2A8192;
}
.mtk-content-wrapper .directory-wrapper .directory-table.mtk-collapse .dt-row.dt-spacer-row {
  display: none;
}
.mtk-content-wrapper .directory-wrapper .directory-table.mtk-collapse .dt-data {
  padding-left: 10px;
}
.mtk-content-wrapper .directory-wrapper .directory-table.mtk-collapse.table-rtl .dt-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.mtk-content-wrapper .directory_preamble div {
  padding: 5px;
}
.mtk-content-wrapper .credit_on_account {
  display: inline-block;
  border: 1px solid #888;
  background-color: #eee;
  padding: 10px;
  margin-left: 20px;
  font-family: Georgia;
  font-style: italic;
}
.mtk-content-wrapper .image-pad-left {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0px;
}
.mtk-content-wrapper .image-pad-right {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 0px;
}
.mtk-content-wrapper .image-pad-both {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .mtk-content-wrapper .image-pad-left {
    float: none;
    height: auto;
    padding: 10px 0 !important;
    width: 100%;
  }
  .mtk-content-wrapper .image-pad-right {
    float: none;
    height: auto;
    padding: 10px 0 !important;
    width: 100%;
  }
  .mtk-content-wrapper .image-pad-both {
    width: 100%;
    height: auto;
  }
}
.mtk-content-wrapper .fixed-image-pad-left {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0px;
}
.mtk-content-wrapper .fixed-image-pad-right {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 0px;
}
.mtk-content-wrapper .fixed-image-pad-both {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.mtk-content-wrapper #btn-checkout {
  padding: 2px;
  border-radius: 5px;
  font-size: 120%;
}
.mtk-content-wrapper .max-length-msg {
  font-size: 11px;
  color: #888;
  font-family: Georgia;
  font-style: italic;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.mtk-content-wrapper .volunteer-body {
  clear: both;
  display: block;
  width: 100%;
}
.mtk-content-wrapper .mtk-vol-guest-form-field {
  margin-bottom: 14px;
}
.mtk-content-wrapper .mtk-vol-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mtk-content-wrapper .mtk-vol-cal-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mtk-content-wrapper .mtk-vol-cal-subscribe img {
  margin-right: 8px;
}
.mtk-content-wrapper .table-volunteer {
  width: 100%;
  color: #555;
  font-size: 1rem;
}
.mtk-content-wrapper .table-volunteer .mtk-db-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mtk-content-wrapper .table-volunteer .vol-section {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.mtk-content-wrapper .table-volunteer .vol-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mtk-content-wrapper .table-volunteer .vol-section-header .vol-section-title-preamble-wrapper {
  margin-left: 14px;
}
@media screen and (max-width: 720px) {
  .mtk-content-wrapper .table-volunteer .vol-section-header .vol-section-title-preamble-wrapper {
    margin-left: 8px;
  }
}
.mtk-content-wrapper .table-volunteer .vol-section-header .vol-section-title-preamble-wrapper .vol-section-title {
  vertical-align: bottom;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 15px;
  color: #4299AA;
}
.mtk-content-wrapper .table-volunteer .vol-section-header .vol-section-title-preamble-wrapper .vol-section-preamble {
  font-size: 1rem;
  color: #555;
}
.mtk-content-wrapper .table-volunteer .mtk-db-icon * {
  stroke: #4299AA;
}
.mtk-content-wrapper .table-volunteer .vol-opp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 14px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-header-title-description-wrapper {
  margin-left: 8px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-header-title-description-wrapper .vol-opp-title {
  font-weight: bold;
  font-size: 1.2rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.mtk-content-wrapper .table-volunteer .vol-opp-header-title-description-wrapper .vol-opp-description {
  font-size: 1rem;
  font-family: Georgia;
  font-style: italic;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.mtk-content-wrapper .table-volunteer .vol-opp-times-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 28px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time {
  cursor: auto;
  vertical-align: top;
  display: inline-block;
  width: auto;
  color: #555;
  font-size: 14px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-display-time {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-points {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-count {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-anonymous-list {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-list {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-opp-full {
  margin-bottom: 5px;
  font-weight: bold;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper {
  margin-left: 14px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .toggle-view {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #4299AA;
  color: #FFF;
  padding: 5px 10px;
  border: 0;
  font-size: 0.9rem;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .toggle-view:hover {
  cursor: pointer;
  background-color: #2A8192;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .toggle-view:active {
  -webkit-transition: none;
  transition: none;
  background-color: #2A8192;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-parent-label,
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-student-label {
  font-weight: bold;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-person label:hover {
  cursor: pointer;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-person input[type=checkbox]:hover + span.vol-checkbox-label {
  color: #4299AA;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-cf-wrapper {
  max-width: 312px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-cf-wrapper .vol-cf-person-wrapper {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #000;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-cf-wrapper .vol-cf-person-wrapper .vol-cf-for {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-cf-wrapper .vol-cf-person-wrapper .vol-cf-field {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-cf-wrapper .vol-cf-person-wrapper .vol-cf-field span.vol-cf-field-label {
  padding-right: 5px;
  display: block;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-cf-wrapper .vol-cf-person-wrapper .vol-cf-field input.vol-cf-text {
  width: 100%;
  max-width: 300px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-cf-wrapper .vol-cf-person-wrapper .vol-cf-field .vol-cf-qty {
  min-width: 50px;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-cf-wrapper .vol-cf-person-wrapper .vol-cf-field:last-of-type {
  margin-bottom: 0;
}
.mtk-content-wrapper .table-volunteer .vol-opp-time .vol-signup-wrapper .vol-signup .vol-cf-wrapper .vol-cf-person-wrapper:last-of-type {
  margin-bottom: 5px;
}
.mtk-content-wrapper .table-volunteer hr {
  border: none;
}
.mtk-content-wrapper .table-volunteer hr.section-divider {
  border-bottom: 2px solid #4299AA;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.mtk-content-wrapper .table-volunteer hr.opp-divider {
  border-bottom: 2px solid #4299AA;
  opacity: 0.4;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.mtk-content-wrapper .table-volunteer hr.sub-opp-divider {
  border-bottom: 2px solid #DDD;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}
.mtk-content-wrapper .table-volunteer.mtk-collapse .vol-section {
  padding: 5px;
}
.mtk-content-wrapper .table-volunteer.mtk-collapse .vol-section .vol-section-title {
  font-size: 1.6rem;
}
.mtk-content-wrapper .table-volunteer.mtk-collapse .vol-opp-title-section {
  display: block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}
.mtk-content-wrapper .table-volunteer.mtk-collapse .vol-opp-title-section .vol-opp-title {
  font-size: 1.2rem;
}
.mtk-content-wrapper .table-volunteer.mtk-collapse .vol-opp-title-section .vol-opp-description {
  font-size: 0.9rem;
}
.mtk-content-wrapper .table-volunteer.mtk-collapse .vol-opp-title-section.vol-opp-title-section-empty {
  display: none;
}
.mtk-content-wrapper .table-volunteer.mtk-collapse .vol-opp-info-section {
  display: block;
  width: 100%;
  padding-left: 15px;
}
.mtk-content-wrapper .table-volunteer.mtk-collapse .vol-opp-info-section .vol-display-time {
  font-size: 1rem;
}
.mtk-content-wrapper .table-volunteer.mtk-collapse hr.sub-opp-divider {
  width: 100%;
  margin: 15px auto;
}
.mtk-content-wrapper .info_form hr, .mtk-content-wrapper .checkout hr {
  border-bottom: 1px solid #888;
}
.mtk-content-wrapper .order-table td,
.mtk-content-wrapper .order_table td {
  padding: 5px;
  border: 1px solid #888;
}
.mtk-content-wrapper .order-table tfoot tr,
.mtk-content-wrapper .order_table tfoot tr {
  background-color: #ddd;
}
.mtk-content-wrapper .account_balance_table {
  font-size: 80%;
}
.mtk-content-wrapper .account_balance_table td {
  padding: 5px;
  border: 1px solid #888;
}
.mtk-content-wrapper .forms_table {
  font-size: 80%;
}
.mtk-content-wrapper .forms_table td {
  padding: 5px;
  border: 1px solid #888;
}
.mtk-content-wrapper .form-table td {
  padding: 5px;
  border: 1px solid #888;
}
.mtk-content-wrapper .order_payment_table td, .mtk-content-wrapper .order_payment_table th {
  border: 1px solid #888;
  background-color: #ddd;
  padding-left: 5px;
  padding-right: 5px;
}
.mtk-content-wrapper .order_payment_table th {
  text-align: right;
}
.mtk-content-wrapper .previous_payment_table {
  margin-bottom: 20px;
}
.mtk-content-wrapper .previous_payment_table th {
  padding: 10px;
  font-size: 1.25rem;
  border: 0px solid black;
}
.mtk-content-wrapper .previous_payment_table tr.total-row {
  border-top: 1px solid #888;
}
@media screen and (max-width: 720px) {
  .mtk-content-wrapper .previous_payment_table th {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 500px) {
  .mtk-content-wrapper .previous_payment_table th {
    font-size: 1rem;
  }
}
.mtk-content-wrapper .volunteer_hours_table td {
  padding: 5px;
  border: 1px solid #888;
}
.mtk-content-wrapper .volunteer_hours_table tfoot tr {
  background-color: #ddd;
}
.mtk-content-wrapper .scheduled-payments-table {
  max-width: 800px;
}
.mtk-content-wrapper .scheduled-payments-table .dt-label {
  min-width: 110px;
}
.mtk-content-wrapper select#publish_directory,
.mtk-content-wrapper select#invite_parent_2 {
  width: 5em;
}
.mtk-content-wrapper #privacy_settings_box {
  width: 100%;
}
.mtk-content-wrapper #privacy_settings_box .fieldlabel {
  color: #888;
}
.mtk-content-wrapper #privacy_settings_box .fieldvalue {
  font-weight: bold;
  color: #000;
}
.mtk-content-wrapper table.custom_product_table tr {
  border: 0px solid black;
}
.mtk-content-wrapper table.custom_product_table tr td {
  vertical-align: bottom;
  border: 0px solid black;
  padding: 3px 5px;
}
.mtk-content-wrapper table.custom_product_table tr td div.ppcf-field {
  display: inline-block;
}
.mtk-content-wrapper div[class$=preamble],
.mtk-content-wrapper div[class$=postamble] {
  margin-bottom: 15px;
  font-size: 100%;
}
.mtk-content-wrapper .optional_packet_title {
  font-size: 100%;
}
.mtk-content-wrapper .optional_packet_preamble {
  font-size: 80%;
}
.mtk-content-wrapper .store-item {
  width: 100%;
  max-width: 270px;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.mtk-content-wrapper .store-item .large {
  width: 100%;
  max-width: 250px;
  text-align: center;
}
.mtk-content-wrapper .store-item .large .image {
  height: 250px;
  width: 100%;
  max-width: 250px;
  position: relative;
  margin: 0 auto 5px;
}
.mtk-content-wrapper .store-item .large .image img {
  max-height: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mtk-content-wrapper .store-item .large .details .description {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.mtk-content-wrapper .store-item .large .details .description a {
  color: #000;
  text-decoration: none;
}
.mtk-content-wrapper .store-item .large .details .price {
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 5px;
}
.mtk-content-wrapper .store-item .large .details .price a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.mtk-content-wrapper .store-item .large .buy-button a.mtk-btn {
  width: 100%;
  max-width: 100px;
}
.mtk-content-wrapper .store-item .small {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
.mtk-content-wrapper .store-item .small .image {
  float: left;
  height: 100px;
  width: 100px;
  position: relative;
  margin-right: 10px;
}
.mtk-content-wrapper .store-item .small .image img {
  max-height: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mtk-content-wrapper .store-item .small .details {
  text-align: left;
}
.mtk-content-wrapper .store-item .small .details .description {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.mtk-content-wrapper .store-item .small .details .description a {
  color: #000;
  text-decoration: none;
}
.mtk-content-wrapper .store-item .small .details .price {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
.mtk-content-wrapper .store-item .small .details .price a {
  color: #000;
  text-decoration: none;
}
.mtk-content-wrapper .store-item .small .details .buy-button a.mtk-btn {
  padding: 5px 10px;
}
@media screen and (max-width: 500px) {
  .mtk-content-wrapper .store-item {
    display: block;
    margin: 0 auto 5px;
  }
}
.mtk-content-wrapper #product_form::after {
  content: "";
  clear: both;
  display: table;
}

#mtk-pagewrapper .open-forms-block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#mtk-pagewrapper .open-forms-block .open-forms-section {
  border: 1px solid #bbb;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-header-row {
  margin-bottom: 10px;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-header-row span.open-forms-header {
  font-weight: bold;
  font-size: 1.25rem;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-header-row span.open-forms-toggle {
  float: right;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-header-row span.open-forms-toggle a {
  text-decoration: none;
  font-size: 0.9rem;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row {
  border-top: 1px solid #BBB;
  padding-top: 10px;
  margin-top: 10px;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row .open-forms-list-item-status {
  display: inline-block;
  line-height: 22px;
  text-align: center;
  width: 30px;
  vertical-align: top;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row .open-forms-list-item-status span.open-forms-list-item-status-complete,
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row .open-forms-list-item-status span.open-forms-list-item-status-incomplete {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row .open-forms-list-item-status span.open-forms-list-item-status-complete {
  background-color: #4cd137;
  color: white;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row .open-forms-list-item-status span.open-forms-list-item-status-incomplete {
  border: 1px solid #FF4136;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row .open-forms-list-item {
  display: inline-block;
  width: calc(100% - 38px);
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row .open-forms-list-item .open-forms-list-item-title {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 2px;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row .open-forms-list-item .open-forms-list-item-title span.open-forms-required {
  font-weight: normal;
  font-size: 1rem;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-list-row .open-forms-list-item .open-forms-list-item-info {
  font-size: 0.9rem;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-opt-forms-list .open-forms-list-row .open-forms-list-item-add {
  width: 52px;
  display: inline-block;
  vertical-align: top;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-opt-forms-list .open-forms-list-row .open-forms-list-item-add .mtk-btn {
  padding: 5px 10px;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-opt-forms-list .open-forms-list-row .open-forms-list-item {
  width: calc(100% - 54px);
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-opt-forms-list .open-forms-list-row .open-forms-list-item .open-forms-list-item-title {
  padding-top: 4px;
  display: inline-block;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-opt-forms-list .open-forms-list-row .open-forms-list-item .open-forms-opt-form-for {
  display: inline-block;
}
#mtk-pagewrapper .open-forms-block .open-forms-section .open-forms-opt-forms-list .open-forms-list-row .open-forms-list-item .open-forms-opt-form-for select {
  padding: 4px;
}
#mtk-pagewrapper .open-forms-block .packet-test-mode {
  background-color: #ff0;
}
#mtk-pagewrapper .calendar th {
  text-align: center;
  padding: 3px;
}
#mtk-pagewrapper .calendar-normal {
  max-width: 1000px;
  margin: 0 auto;
}
#mtk-pagewrapper .calendar-normal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  padding: auto;
}
#mtk-pagewrapper .calendar-normal table tr {
  display: table-row;
}
#mtk-pagewrapper .calendar-normal table tr td, #mtk-pagewrapper .calendar-normal table tr th {
  font-size: 10px;
  border: 1px solid #000;
  display: table-cell !important;
  width: 14.2857% !important;
  min-width: 60px;
  vertical-align: top;
}
#mtk-pagewrapper .calendar-normal table tr th.month-year-header {
  font-size: 14px;
}
#mtk-pagewrapper .calendar-normal table tr th.prev-month,
#mtk-pagewrapper .calendar-normal table tr th.next-month {
  font-size: 1em;
}
#mtk-pagewrapper .calendar-normal table tr th.prev-month a,
#mtk-pagewrapper .calendar-normal table tr th.next-month a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4299AA;
  font-weight: bold;
}
#mtk-pagewrapper .calendar-normal table tr th.prev-month a:focus,
#mtk-pagewrapper .calendar-normal table tr th.prev-month a:hover,
#mtk-pagewrapper .calendar-normal table tr th.next-month a:focus,
#mtk-pagewrapper .calendar-normal table tr th.next-month a:hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#mtk-pagewrapper .calendar-normal table tr td div.date-number {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  width: 16px;
  height: 13px;
  float: right;
  text-align: center;
  border-bottom-left-radius: 5px;
}
#mtk-pagewrapper .calendar-normal table tr td ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mtk-pagewrapper .calendar-normal table tr td ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 1.25em; /*15*/
}
#mtk-pagewrapper .calendar-normal table tr td ul li div.event {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #080;
  padding-left: 3px;
  cursor: pointer;
}
#mtk-pagewrapper .calendar-normal table tr td ul li div.event:hover {
  text-decoration: underline;
}
#mtk-pagewrapper .calendar-normal table tr td ul li div.event.allday {
  background-color: #080;
  color: #FFF;
  border-radius: 3px;
}
#mtk-pagewrapper .calendar-normal table tr td.day-cell {
  display: block;
  margin: 0;
  height: 100px;
}
#mtk-pagewrapper .calendar-normal table tr td.day-cell-diffmonth {
  background-color: #eee;
  color: #000;
}
#mtk-pagewrapper .calendar-normal table tr td.today {
  background-color: rgba(66, 153, 170, 0.3);
}
@media screen and (max-width: 600px) {
  #mtk-pagewrapper .calendar-normal table tr td.day-cell {
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  #mtk-pagewrapper .calendar-normal table tr td, #mtk-pagewrapper .calendar-normal table tr th {
    min-width: 40px;
  }
  #mtk-pagewrapper .calendar-normal table tr.day-header-row th {
    font-size: 0;
  }
  #mtk-pagewrapper .calendar-normal table tr.day-header-row th::first-letter {
    font-size: 10px;
  }
}
#mtk-pagewrapper .calendar-mini table {
  width: 210px !important;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mtk-pagewrapper .calendar-mini table td, #mtk-pagewrapper .calendar-mini table th {
  font-size: 11px;
  width: 30px;
}
#mtk-pagewrapper .calendar-mini table th.prev-month a,
#mtk-pagewrapper .calendar-mini table th.next-month a {
  color: #4299AA;
}
#mtk-pagewrapper .calendar-mini table th.prev-month a:focus,
#mtk-pagewrapper .calendar-mini table th.prev-month a:hover,
#mtk-pagewrapper .calendar-mini table th.next-month a:focus,
#mtk-pagewrapper .calendar-mini table th.next-month a:hover {
  font-weight: bold;
}
#mtk-pagewrapper .calendar-mini table td div.date-number {
  font-size: 14px;
}
#mtk-pagewrapper .calendar-mini table td.day-cell {
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
#mtk-pagewrapper .calendar-mini table td.day-cell.event {
  background-color: rgba(66, 153, 170, 0.3);
  border-radius: 50%;
  cursor: default;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#mtk-pagewrapper .calendar-mini table td.day-cell.event:hover {
  opacity: 0.5;
}
#mtk-pagewrapper .calendar-mini table td.day-cell.event.today {
  border: 3px solid #4299AA;
}
#mtk-pagewrapper .calendar-list {
  padding: 5px;
  background-color: #eee;
}
#mtk-pagewrapper .calendar-list ul, #mtk-pagewrapper .calendar-list li {
  list-style: none;
}
#mtk-pagewrapper .calendar-list .date-header {
  background-color: #ccc;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
}
#mtk-pagewrapper .calendar-list .list-event {
  font-size: 10px;
  margin: 5px;
  text-align: left;
}
#mtk-pagewrapper .calendar-list .list-event a {
  top: -5px;
  position: relative;
}
#mtk-pagewrapper .calendar-list .list-event .calendar-color {
  display: inline-block;
  top: 4px;
  height: 10px;
  width: 10px;
  border: 1px solid black;
  margin-right: 5px;
}
#mtk-pagewrapper .calendar-list .list-event .event-title {
  margin-top: -10px;
  margin-left: 20px;
  margin-right: 5px;
  width: 95%;
  height: auto;
  vertical-align: top;
  text-align: left;
}
#mtk-pagewrapper .calendar-list .list-event .event-title a {
  margin: 0px;
  margin-right: 20px;
  width: 100%;
}
#mtk-pagewrapper .calendar-event-page p {
  padding: 0;
  margin: 0;
}
#mtk-pagewrapper .calendar-event-page div.event-label {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
}
#mtk-pagewrapper .calendar-event-page div.event-description {
  padding-left: 10px;
}
#mtk-pagewrapper .calendar-event-page div.event-location {
  padding-left: 10px;
}
#mtk-pagewrapper .calendar-event-page div.event-times {
  padding-left: 10px;
}
#mtk-pagewrapper .calendar-event-page div.event-times div.event-time {
  display: block;
  padding-bottom: 5px;
}
#mtk-pagewrapper .calendar-event-page div.event-calendar-list {
  padding-left: 10px;
}
#mtk-pagewrapper .volunteer-calendar td ul li {
  height: auto !important;
}
#mtk-pagewrapper .volunteer-calendar td ul li .vol-opp, #mtk-pagewrapper .volunteer-calendar td ul li .vol-opp-more {
  padding: 2px;
}
#mtk-pagewrapper .volunteer-calendar td ul li .vol-opp i, #mtk-pagewrapper .volunteer-calendar td ul li .vol-opp-more i {
  vertical-align: middle;
}
#mtk-pagewrapper .volunteer-calendar td ul li .vol-opp.allday, #mtk-pagewrapper .volunteer-calendar td ul li .vol-opp-more.allday {
  border-radius: 3px;
}
#mtk-pagewrapper .volunteer-calendar ul li {
  padding: 1px !important;
}
#mtk-pagewrapper .volunteer-calendar .volunteer-key .heading {
  font-weight: bold;
}
#mtk-pagewrapper .volunteer-calendar .volunteer-key .opp {
  border: 1px solid #ddd;
  padding: 2px;
}

#mtk-pagewrapper table.subscription_table {
  width: 100%;
  max-width: 1000px;
}
#mtk-pagewrapper table.subscription_table tr {
  word-wrap: break-word;
}
#mtk-pagewrapper table.subscription_table tr td {
  vertical-align: top;
  padding-bottom: 20px;
}
#mtk-pagewrapper table.subscription_table tr td.list_name_column {
  min-width: 150px;
  width: 25%;
}
#mtk-pagewrapper table.subscription_table tr td.list_name_column div.list_name {
  padding-right: 5px;
}
#mtk-pagewrapper table.subscription_table tr td.list_name_column div.list_name a {
  font-size: 1.2em;
  font-weight: bold;
  color: #4299AA;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#mtk-pagewrapper table.subscription_table tr td.list_name_column div.list_name a:hover,
#mtk-pagewrapper table.subscription_table tr td.list_name_column div.list_name a:active {
  opacity: 0.8;
}
#mtk-pagewrapper table.subscription_table tr div.list_description {
  font-size: 0.9em;
}
@media screen and (max-width: 720px) {
  #mtk-pagewrapper table.subscription_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #mtk-pagewrapper table.subscription_table tr td {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding: 0;
  }
  #mtk-pagewrapper table.subscription_table tr td div.list_name,
  #mtk-pagewrapper table.subscription_table tr td div.list_description {
    display: block;
    padding-bottom: 5px !important;
  }
  #mtk-pagewrapper table.subscription_table tr td.list_name_column {
    display: block;
    padding: 0 !important;
    width: 100%;
  }
  #mtk-pagewrapper table.subscription_table tr td.calendar_subscribe_column {
    margin-bottom: 0px;
  }
  #mtk-pagewrapper table.subscription_table tr td.calendar_title_column {
    width: 100%;
  }
}
#mtk-pagewrapper table.newsletters {
  width: 100%;
  margin-top: 20px;
}
#mtk-pagewrapper table.newsletters tr:first-of-type td {
  padding-top: 5px;
}
#mtk-pagewrapper table.newsletters tr th {
  font-size: 1.2em;
  padding-bottom: 5px;
  border-bottom: 1px solid #555;
}
#mtk-pagewrapper table.newsletters tr td {
  font-size: 1.2em;
  padding-bottom: 5px;
}
#mtk-pagewrapper table.newsletters tr td a {
  font-weight: bold;
  color: #4299AA;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#mtk-pagewrapper table.newsletters tr td a:hover,
#mtk-pagewrapper table.newsletters tr td a:active {
  opacity: 0.8;
}
#mtk-pagewrapper table.newsletters tr th:nth-child(1),
#mtk-pagewrapper table.newsletters tr td:nth-child(1) {
  padding-right: 5px;
  width: 20%;
  min-width: 110px;
}
@media screen and (max-width: 720px) {
  #mtk-pagewrapper table.newsletters tr:first-of-type td {
    padding: 0;
  }
  #mtk-pagewrapper table.newsletters tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding-bottom: 10px;
  }
  #mtk-pagewrapper table.newsletters tr th {
    display: none;
  }
  #mtk-pagewrapper table.newsletters tr td {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    padding: 0;
    width: 100%;
  }
  #mtk-pagewrapper table.newsletters tr td:nth-of-type(1) {
    font-size: 0.8em;
    padding-left: 5px;
  }
}
#mtk-pagewrapper .mtk-email-table {
  width: 100% !important;
  max-width: 650px !important;
  margin: 0 auto;
  border-spacing: 0px;
}

.mtk-frontend .alert .close {
  right: inherit;
}

.alert-block .message_identifier {
  font-size: 70%;
}

.volopp-popover .popover-content {
  font-size: 60%;
}

#mtk-header {
  clear: both;
  height: 90px;
  width: 100%;
  border-bottom: 3px solid #b10042;
  background: url(../images/default-logo.png) no-repeat;
  background-position: 30px 0px;
  background-color: #fff;
}
#mtk-header h1 {
  display: none;
}
#mtk-header #logout {
  float: right;
  font-size: 80%;
  padding-right: 40px;
  padding-top: 20px;
  text-align: right;
}

.mtk-user-menu-wrapper {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #000;
}
.mtk-user-menu-wrapper ul.user-menu {
  display: block;
  margin: 0px;
  height: 22px;
  padding: 0px;
}
.mtk-user-menu-wrapper ul.user-menu li {
  display: inline;
  margin: 0px;
  margin-top: -5px;
  width: 100px;
  text-align: center;
  padding-bottom: 3px;
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
}
.mtk-user-menu-wrapper ul.user-menu li a {
  color: #fff;
  text-decoration: none;
}
.mtk-user-menu-wrapper ul.user-menu li a:hover {
  color: #378699;
}
.mtk-user-menu-wrapper ul.user-menu li.active a {
  color: #378699;
}

#mtk-pagewrapper {
  padding: 0px;
  margin: 0px;
  margin-bottom: -25px;
  min-height: 100%;
  min-width: 100%;
}

#mtk-footer {
  position: relative;
  bottom: 0px;
  height: 25px;
  margin-top: 25px;
  clear: both;
  background-color: #000;
  background-image: none;
  width: 100%;
}
#mtk-footer #mtk-footer-info {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-variant: small-caps;
  font-size: 10px;
  color: #AAA;
  padding-left: 5px;
  line-height: 1;
}
#mtk-footer #mtk-footer-googstore-logo,
#mtk-footer #mtk-footer-appstore-logo {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: right;
  top: -8px;
}
#mtk-footer #mtk-footer-googstore-logo img,
#mtk-footer #mtk-footer-appstore-logo img {
  width: 100px;
  height: 30px;
}
#mtk-footer #mtk-footer-googstore-logo {
  right: 120px;
}
#mtk-footer #mtk-footer-appstore-logo {
  right: 230px;
}
#mtk-footer #mtk-footer-logo {
  display: inline;
  position: absolute;
  top: -15px;
  right: 5px;
  height: 40px;
  overflow: hidden;
  padding: 0px;
  float: right;
}
#mtk-footer #mtk-footer-logo img {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #mtk-footer {
    height: 40px !important;
  }
  #mtk-footer #mtk-footer-info {
    top: auto;
    bottom: 5px;
    -webkit-transform: none;
            transform: none;
  }
  #mtk-footer #mtk-footer-googstore-logo img,
  #mtk-footer #mtk-footer-appstore-logo img {
    width: 90px;
    height: 27px;
  }
  #mtk-footer #mtk-footer-googstore-logo {
    right: 115px;
  }
  #mtk-footer #mtk-footer-appstore-logo {
    right: 210px;
  }
}
@media screen and (max-width: 450px) {
  #mtk-footer {
    height: 50px;
  }
}
#mtk-footer::after {
  content: "";
  clear: both;
  display: table;
}

#mtk-footer #mtk-footer-googstore-logo,
#mtk-footer #mtk-footer-appstore-logo,
#mtk-footer #mtk-footer-logo {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#mtk-footer.zsiq-in-footer #mtk-footer-googstore-logo,
#mtk-footer.zsiq-in-footer #mtk-footer-appstore-logo,
#mtk-footer.zsiq-in-footer #mtk-footer-logo {
  -webkit-transform: translateX(-74px);
          transform: translateX(-74px);
}
@media screen and (max-width: 410px) {
  #mtk-footer.zsiq-in-footer #mtk-footer-googstore-logo,
  #mtk-footer.zsiq-in-footer #mtk-footer-appstore-logo,
  #mtk-footer.zsiq-in-footer #mtk-footer-logo {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#zsiq_float {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#zsiq_float.zsiq-in-footer {
  -webkit-transform: scale(1) translateY(5px);
          transform: scale(1) translateY(5px);
}
#zsiq_float #titlediv.zsiq_cnt {
  display: none;
}
@media screen and (max-width: 767px) {
  #zsiq_float.zsiq-in-footer {
    -webkit-transform: scale(1) translateY(-9px);
            transform: scale(1) translateY(-9px);
  }
}
@media screen and (max-width: 410px) {
  #zsiq_float.zsiq-in-footer {
    -webkit-transform: scale(1) translateY(-50px);
            transform: scale(1) translateY(-50px);
  }
}

ul.user-profile-menu {
  border-radius: 0px;
  background: #FFF;
  border: 0px solid #D1D3D4;
  padding: 0px;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
ul.user-profile-menu li {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  background-color: #DAF1F6;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.user-profile-menu li a {
  display: inline-block;
  color: #444;
  text-decoration: none;
  padding: 10px 5px;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
  font-size: 0.8em;
  border: 0px solid #FFF;
  border-bottom: 0px solid #C7C7C7;
  border-top: 0px solid #C7C7C7;
  background-color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.user-profile-menu li.active a {
  font-weight: bold;
  background-color: #9AD6E1;
}
ul.user-profile-menu li:hover a {
  background-color: #9AD6E1;
}
ul.user-profile-menu div.sub-menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0);
}
ul.user-profile-menu ul.user-profile-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
ul.user-profile-menu ul.user-profile-submenu li {
  margin: 0px;
  background-color: rgba(255, 255, 255, 0);
}
ul.user-profile-menu ul.user-profile-submenu li a {
  display: inline-block;
  color: #444;
  text-decoration: none;
  width: 100%;
  font-weight: 500;
  font-size: 0.8em;
  border-radius: 0;
  border: 0px solid #FFF;
  border-bottom: 0px solid #C7C7C7;
  border-top: 0px solid #C7C7C7;
  background-color: rgba(255, 255, 255, 0);
  background: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.user-profile-menu ul.user-profile-submenu li.active a {
  font-weight: bold;
  background-color: #DAF1F6;
}
ul.user-profile-menu ul.user-profile-submenu li:hover a {
  background-color: #9AD6E1;
}
ul.user-profile-menu ul.user-profile-submenu li:last-of-type {
  border-radius: 0 0 5px 5px;
}
ul.user-profile-menu ul.user-profile-submenu li:last-of-type a {
  border-radius: 0 0 5px 5px;
}
ul.user-profile-menu ul.user-profile-submenu li:last-of-type:hover a {
  border-radius: 0 0 5px 5px;
}

.user-volunteer-history-table .mtk-vol-cal-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-bottom: 14px;
}
.user-volunteer-history-table .mtk-vol-cal-subscribe img {
  margin-right: 8px;
}

.user-volunteer-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mtk-vol-visibility-toggle {
  font-size: 24px;
  color: #4299aa;
  cursor: pointer;
}
.mtk-vol-visibility-toggle .mtk-db-icon * {
  stroke: #4299AA;
}
.mtk-vol-visibility-toggle select {
  font-size: 14px;
  color: #333;
}

.mtk-subheader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mtk-subheader-wrapper h2 {
  display: inline-block;
  margin-top: 15px;
}

.user-volunteer-history-table-opp-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-volunteer-history-table-opp-name .mtk-db-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.user-volunteer-history-table-opp-name .mtk-db-icon svg {
  width: 100%;
}
.user-volunteer-history-table-opp-name .mtk-db-icon * {
  stroke: #333;
}

.user-volunteer-history-filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px 0 !important;
}
.user-volunteer-history-filter form select, .user-volunteer-history-filter form input {
  margin-right: 15px;
}
.user-volunteer-history-filter form input.mtk-btn.mtk-btn-mini {
  margin: 0;
}

.mtk-std-form {
  width: 100%;
  /*  toggle start  */
  /*  toggle end  */
}
.mtk-std-form .field {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.mtk-std-form .field .checkboxes .checkbox-group {
  vertical-align: top;
  margin-right: 20px;
  padding-bottom: 5px;
  display: inline-block !important;
}
.mtk-std-form .field .checkboxes .checkbox-group .checkbox-group-header {
  font-weight: bold;
}
.mtk-std-form .field-help {
  font-size: 12px;
  font-family: Georgia;
  font-style: italic;
}
.mtk-std-form .field-description {
  font-size: 90%;
  line-height: initial;
}
.mtk-std-form .field-inline select,
.mtk-std-form .field-inline input,
.mtk-std-form .field-inline textarea {
  display: inline !important;
}
.mtk-std-form .field-inline label {
  display: inline-block !important;
}
.mtk-std-form label.nonewline {
  display: inline;
}
.mtk-std-form div.invalid label,
.mtk-std-form tr.invalid td,
.mtk-std-form span.invalid {
  color: #f00;
  font-weight: bold;
}
.mtk-std-form div.invalid input,
.mtk-std-form div.invalid select,
.mtk-std-form div.invalid textarea,
.mtk-std-form tr.invalid input,
.mtk-std-form tr.invalid select,
.mtk-std-form tr.invalid textarea,
.mtk-std-form span.invalid {
  background-color: #ff8;
}
.mtk-std-form .special_notes {
  font-size: 12px;
  font-family: Georgia;
  font-style: italic;
}
.mtk-std-form .info_form .wrapper {
  padding: 10px;
  margin-bottom: 70px;
}
.mtk-std-form .packet_optional {
  font-size: 12px;
  font-family: Georgia;
  font-style: italic;
}
.mtk-std-form .mtk-header {
  font-size: 2rem;
  color: #4299AA;
  margin-bottom: 15px;
}
.mtk-std-form .mtk-subheader {
  font-size: 1.7rem;
  color: #4299AA;
  margin-bottom: 15px;
}
.mtk-std-form .profile-subhead {
  font-size: 1.5rem;
  color: #4299AA;
  margin: 10px 0px;
}
.mtk-std-form label {
  display: block;
  padding-bottom: 0;
  font-weight: normal;
  color: #555;
  margin-bottom: 2px;
}
.mtk-std-form legend {
  border: none;
  font-size: 1rem;
}
.mtk-std-form .std-block {
  background-color: #f2f2f2;
  color: #555;
  padding: 30px 30px 15px;
  border: none;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}
.mtk-std-form .std-block br {
  display: block;
  margin: 0;
  line-height: 0;
  height: 0;
  content: "";
}
.mtk-std-form .std-block p {
  margin-bottom: 30px !important;
  font-size: 1rem;
  color: #555;
}
.mtk-std-form .std-block input[type=text],
.mtk-std-form .std-block input[type=email],
.mtk-std-form .std-block input[type=password],
.mtk-std-form .std-block input[type=search],
.mtk-std-form .std-block textarea,
.mtk-std-form .std-block select {
  min-width: 0;
  display: block;
}
.mtk-std-form .std-block .field {
  display: block;
  text-align: left;
  margin: 0 auto 30px !important;
}
.mtk-std-form .std-block .field input[type=text],
.mtk-std-form .std-block .field input[type=password],
.mtk-std-form .std-block .field input[type=email],
.mtk-std-form .std-block .field select {
  max-width: 350px;
  width: 100%;
  min-width: 0;
}
.mtk-std-form .std-block .field-wide input[type=text],
.mtk-std-form .std-block .field-wide input[type=password],
.mtk-std-form .std-block .field-wide input[type=email],
.mtk-std-form .std-block .field-wide select {
  max-width: initial;
}
.mtk-std-form .std-block input.mtk-btn,
.mtk-std-form .std-block button.mtk-btn,
.mtk-std-form .std-block a.mtk-btn {
  display: inline-block;
  margin-bottom: 30px;
  min-width: 100px;
  border-radius: 5px;
  font-size: 1rem;
}
.mtk-std-form .std-block a.mtk-btn-mini {
  font-size: 9px;
  padding: 0.4em;
  margin-bottom: 5px;
}
.mtk-std-form .std-block .cancel-link {
  font-style: normal;
  font-size: 0.85rem;
  margin-bottom: 15px;
}
.mtk-std-form .std-block .cancel-link a {
  text-decoration: none;
  color: #2A8192;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .std-block .cancel-link a:hover {
  color: #555;
}
@media screen and (max-width: 700px) {
  .mtk-std-form .std-block {
    padding: 30px 15px 15px;
  }
}
.mtk-std-form .std-block.mtk-collapse {
  padding: 30px 15px 15px;
}
.mtk-std-form .login-block {
  text-align: center;
  padding: 15px;
}
.mtk-std-form .login-block .mtk-btn {
  margin: 0 auto 30px;
}
.mtk-std-form .login-block .mtk-header {
  text-align: center;
}
.mtk-std-form .login-block .login-returning {
  width: 55%;
  padding: 15px 15px 15px 0;
  display: inline-block;
  border-right: 1px solid #ccc;
}
.mtk-std-form .login-block .login-returning .field {
  max-width: 350px;
}
.mtk-std-form .login-block .login-returning .cancel-link a {
  text-align: center;
}
.mtk-std-form .login-block .login-firsttime {
  width: 45%;
  padding: 15px 0 15px 15px;
  display: inline-block;
  vertical-align: top;
}
.mtk-std-form .login-block .login-firsttime p img {
  margin-top: 30px;
}
.mtk-std-form .login-block.mtk-collapse .login-returning,
.mtk-std-form .login-block.mtk-collapse .login-firsttime {
  width: 100%;
  border: none;
  padding: 0;
}
.mtk-std-form .login-block.mtk-collapse .login-firsttime {
  border-top: 1px solid #ccc;
}
.mtk-std-form .login-block.mtk-collapse .login-firsttime .mtk-header {
  color: #555;
  margin-top: 30px;
}
.mtk-std-form .create-account-table {
  padding: 0;
  min-width: 0;
}
.mtk-std-form .create-account-table > div {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.mtk-std-form .create-account-table > div div.mtk-header {
  text-align: center;
}
.mtk-std-form .create-account-table > div p {
  color: #555;
}
.mtk-std-form .create-account-table > div p em {
  font-size: 0.8rem;
}
.mtk-std-form .create-account-table > div p:nth-of-type(4) strong {
  font-size: 0.8rem;
  display: block;
  text-align: center;
}
.mtk-std-form .create-account-table .create-account-block {
  text-align: center;
}
.mtk-std-form .create-account-table .create-account-block .field {
  max-width: 350px;
}
.mtk-std-form .create-account-table .create-account-block p {
  margin-bottom: 15px;
}
.mtk-std-form .create-account-table .create-account-block .mtk-btn {
  margin: 0 auto 30px;
}
.mtk-std-form .forgot-password-block a.cancel-link {
  text-align: left;
}
.mtk-std-form .verify-account-block div.right {
  text-align: center !important;
}
.mtk-std-form .verify-account-block .cancel-link {
  text-align: left !important;
}
.mtk-std-form .user-login-accept-block p {
  font-size: 1.1em;
}
.mtk-std-form .user-login-accept-block strong {
  margin-bottom: 30px;
  display: block;
}
.mtk-std-form .edit-profile-block p {
  font-size: 1rem;
}
.mtk-std-form .edit-profile-block p.error {
  color: #FF4136;
  word-wrap: break-word;
}
.mtk-std-form .edit-profile-block select[name=timezone] {
  max-width: 570px;
}
.mtk-std-form .edit-profile-block input#avatarupload {
  margin-bottom: 50px;
  max-width: 570px;
  width: 100%;
}
.mtk-std-form .edit-profile-block input#avatarupload:hover {
  cursor: pointer;
}
.mtk-std-form .edit-profile-block .avatar-upload-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
}
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-image {
  margin-right: 10px;
  margin-bottom: 5px;
  width: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-image img.mtk-avatar-128 {
  margin: 0 auto 5px;
  vertical-align: baseline;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-image img.rotate {
  vertical-align: middle;
}
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-image #avatar-rotate-controls {
  width: 128px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.7rem;
}
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-image #avatar-rotate-controls a.rotate-btn {
  border: 1px solid #888;
  display: inline-block;
  width: 55px;
  border-radius: 5px;
  background-color: #ddd;
  padding: 1px;
  color: #555;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-image #avatar-rotate-controls a.rotate-btn:hover {
  background-color: #bbb;
}
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-image #avatar-rotate-controls a.rotate-btn:first-of-type {
  margin-right: 4px;
}
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-text #avatar-upload-time,
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-text .help {
  margin-bottom: 10px;
}
.mtk-std-form .edit-profile-block .avatar-upload-field .avatar-upload-text input#avatarupload {
  margin-bottom: 0;
}
.mtk-std-form .edit-profile-block.mtk-collapse .avatar-upload-field {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mtk-std-form .edit-profile-block.mtk-collapse .avatar-upload-field div.avatar-upload-image {
  margin: 0 auto 15px;
}
.mtk-std-form .user-login-remove-block p {
  font-size: 1rem;
}
.mtk-std-form .user-login-remove-block p.error {
  color: #FF4136;
  word-wrap: break-word;
}
.mtk-std-form .profile-logins-block {
  margin-top: 15px;
  margin-bottom: 30px;
}
.mtk-std-form .profile-logins-block .field {
  display: block;
}
.mtk-std-form .profile-logins-block .associated-accounts-table .dt-cell {
  vertical-align: middle;
}
.mtk-std-form .profile-logins-block .associated-accounts-table .dt-cell .mtk-btn {
  display: block;
  max-width: 120px;
  margin-bottom: 0;
}
.mtk-std-form .profile-logins-block .associated-accounts-table .dt-cell .mtk-btn:first-of-type {
  margin-bottom: 2px;
}
.mtk-std-form .profile-logins-block .associated-accounts-table.mtk-collapse .dt-cell .mtk-btn {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2px;
}
.mtk-std-form .user-messages-block .user-messages .message-block {
  display: block;
  position: relative;
  padding: 8px 5px 8px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .user-messages-block .user-messages .message-block:hover {
  cursor: pointer;
  background-color: #DAEDF0;
  color: #000;
}
.mtk-std-form .user-messages-block .user-messages .message-block .message-datetime {
  display: inline-block;
  float: right;
  font-size: 0.8rem;
  text-align: right;
  padding-left: 2px;
  width: 140px;
}
.mtk-std-form .user-messages-block .user-messages .message-block .message-status {
  display: inline-block;
  position: absolute;
  left: 3px;
  top: -6px;
  color: #00f;
  font-size: 2.4rem;
  width: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .user-messages-block .user-messages .message-block .message-from {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem;
  width: 60%;
  vertical-align: top;
}
.mtk-std-form .user-messages-block .user-messages .message-block .message-channel {
  display: inline-block;
  float: right;
  font-style: italic;
  font-size: 0.8rem;
  color: #888;
  width: 65px;
  vertical-align: top;
}
.mtk-std-form .user-messages-block .user-messages .message-block .message-subject {
  color: #666;
  font-size: 0.8rem;
}
.mtk-std-form .user-messages-block .user-messages hr.mtk-hr {
  border-width: 1px;
  margin: 2px auto;
}
.mtk-std-form .user-messages-block .user-messages.mtk-collapse .message-block .message-datetime {
  width: auto;
  font-size: 0.7rem;
}
.mtk-std-form .user-messages-block .user-messages.mtk-collapse .message-block .message-from {
  display: block;
  width: auto;
}
.mtk-std-form .user-messages-block .user-messages.mtk-collapse .message-block .message-channel {
  display: block;
  float: none;
}
.mtk-std-form .user-messages-block .user-messages.mtk-collapse .message-block .message-subject {
  padding-top: 2px;
}
.mtk-std-form .message-read-info {
  font-size: 1rem;
  margin-bottom: 15px;
}
.mtk-std-form .message-read-info .message-read-line {
  margin-bottom: 5px;
}
.mtk-std-form .message-read-info .message-read-line:last-of-type {
  margin-bottom: 0;
}
.mtk-std-form .message-read-info .message-read-line .message-read-label {
  min-width: 65px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.mtk-std-form .subscriptions-newsletters-block {
  word-wrap: break-word;
}
.mtk-std-form .subscriptions-newsletters-block table.subscription_table tr {
  margin-bottom: 20px;
}
.mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td {
  vertical-align: top;
}
.mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td.select_column {
  padding-right: 10px;
  width: 180px;
}
.mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td.select_column select {
  width: 100%;
}
.mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td.list_name_column {
  width: auto !important;
}
.mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td.list_name_column div.list_name {
  font-weight: bold;
}
.mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td.list_name_column div.list_description {
  font-size: 0.8rem;
}
.mtk-std-form .subscriptions-newsletters-block input.mtk-btn {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .mtk-std-form .subscriptions-newsletters-block table.subscription_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
    margin-bottom: 30px !important;
  }
  .mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
  .mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td div.list_name,
  .mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td div.list_description {
    display: block;
    padding-bottom: 5px !important;
  }
  .mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td.list_name_column {
    padding: 0 !important;
  }
  .mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td.select_column,
  .mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td.calendar_subscribe_column {
    margin-bottom: 0px;
  }
  .mtk-std-form .subscriptions-newsletters-block table.subscription_table tr td.calendar_title_column {
    width: 100%;
  }
  .mtk-std-form .subscriptions-newsletters-block table.subscription_table tr input.mtk-btn {
    margin: 0;
  }
}
.mtk-std-form .subscriptions-rssfeed-block,
.mtk-std-form .subscriptions-calendars-block {
  word-wrap: break-word;
}
.mtk-std-form .subscriptions-rssfeed-block input.mtk-btn,
.mtk-std-form .subscriptions-calendars-block input.mtk-btn {
  font-size: 0.8rem;
  padding: 5px;
  max-width: 100px;
  margin-left: 0;
}
.mtk-std-form .subscriptions-rssfeed-block table.subscription_table,
.mtk-std-form .subscriptions-calendars-block table.subscription_table {
  margin-bottom: 20px;
}
.mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr td,
.mtk-std-form .subscriptions-calendars-block table.subscription_table tr td {
  vertical-align: top;
}
.mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr td.calendar_subscribe_column,
.mtk-std-form .subscriptions-calendars-block table.subscription_table tr td.calendar_subscribe_column {
  width: 110px !important;
  text-align: left;
}
.mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr td.ics_button_column,
.mtk-std-form .subscriptions-calendars-block table.subscription_table tr td.ics_button_column {
  width: 40px;
}
.mtk-std-form .subscriptions-rssfeed-block div.calendar_title,
.mtk-std-form .subscriptions-calendars-block div.calendar_title {
  font-weight: bold;
}
.mtk-std-form .subscriptions-rssfeed-block div.calendar_description,
.mtk-std-form .subscriptions-calendars-block div.calendar_description {
  font-size: 0.8rem;
}
.mtk-std-form .subscriptions-rssfeed-block td.calendar_title_column,
.mtk-std-form .subscriptions-calendars-block td.calendar_title_column {
  word-wrap: break-word;
}
@media screen and (max-width: 720px) {
  .mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr,
  .mtk-std-form .subscriptions-calendars-block table.subscription_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
    margin-bottom: 25px;
  }
  .mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr td,
  .mtk-std-form .subscriptions-calendars-block table.subscription_table tr td {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr td.list_name_column,
  .mtk-std-form .subscriptions-calendars-block table.subscription_table tr td.list_name_column {
    padding: 0;
  }
  .mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr td.ics_button_column,
  .mtk-std-form .subscriptions-calendars-block table.subscription_table tr td.ics_button_column {
    max-width: 60px;
  }
  .mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr td.calendar_title_column,
  .mtk-std-form .subscriptions-calendars-block table.subscription_table tr td.calendar_title_column {
    width: 100%;
    padding-bottom: 5px;
  }
  .mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr td.calendar_title_column div.calendar_title,
  .mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr td.calendar_title_column div.calendar_description,
  .mtk-std-form .subscriptions-calendars-block table.subscription_table tr td.calendar_title_column div.calendar_title,
  .mtk-std-form .subscriptions-calendars-block table.subscription_table tr td.calendar_title_column div.calendar_description {
    margin-bottom: 5px;
  }
  .mtk-std-form .subscriptions-rssfeed-block table.subscription_table tr input.mtk-btn,
  .mtk-std-form .subscriptions-calendars-block table.subscription_table tr input.mtk-btn {
    margin: 0;
  }
}
.mtk-std-form .volunteer-hours-block input.date-field {
  max-width: 150px !important;
}
.mtk-std-form .volunteer-hours-block input.hours-field {
  max-width: 75px !important;
}
.mtk-std-form .volunteer_hours_preamble_section .volunteer_hours_preamble_gradient {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.mtk-std-form .parent-block div.parent-label,
.mtk-std-form .parent-block div.student-label,
.mtk-std-form .student-block div.parent-label,
.mtk-std-form .student-block div.student-label {
  margin-bottom: 15px;
}
.mtk-std-form .parent-block div.field,
.mtk-std-form .student-block div.field {
  display: inline-block !important;
  margin-bottom: 10px !important;
  margin-right: 5px !important;
}
.mtk-std-form .parent-block .invite-box,
.mtk-std-form .student-block .invite-box {
  display: table;
  width: inherit;
  background-color: #DAEDF0;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  font-style: italic;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.mtk-std-form .parent-block .invite-box .instructions,
.mtk-std-form .student-block .invite-box .instructions {
  margin-bottom: 10px;
  width: 100%;
}
.mtk-std-form .parent-block .invite-box select[id^=invite],
.mtk-std-form .student-block .invite-box select[id^=invite] {
  display: block;
}
.mtk-std-form .student-block .add-remove-btn {
  text-align: left;
}
.mtk-std-form .student-block .add-remove-btn input.mtk-btn {
  font-size: 0.8rem;
  margin-left: 0;
  margin-bottom: 15px;
  white-space: initial;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .directory-publish-block .publish-confirm-box {
  display: inline-block;
  background-color: #DAEDF0;
  padding: 10px;
  font-size: 0.9rem;
  font-style: italic;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.mtk-std-form .directory-publish-block .publish-confirm-box .instructions {
  margin-bottom: 10px;
  width: 100%;
}
.mtk-std-form .directory-publish-block .publish-confirm-box select[id^=invite] {
  display: block;
  width: inherit;
}
.mtk-std-form .directory-publish-block table#privacy_settings_table {
  width: 100%;
  margin-bottom: 0px;
}
.mtk-std-form .directory-publish-block table#privacy_settings_table tr th {
  width: 30%;
  margin-bottom: 10px;
}
.mtk-std-form .directory-publish-block table#privacy_settings_table tr th span.person-label {
  font-size: 1.5rem;
  color: #4299AA;
}
.mtk-std-form .directory-publish-block table#privacy_settings_table tr td {
  width: 70%;
  word-wrap: break-word;
}
.mtk-std-form .directory-publish-block table#privacy_settings_table tr td input[type=checkbox] {
  display: inline-block;
  max-width: 15px;
  margin-right: 5px;
}
.mtk-std-form .directory-publish-block table#privacy_settings_table tr td br {
  margin-bottom: 5px;
}
.mtk-std-form .directory-publish-block.mtk-collapse table#privacy_settings_table tr td, .mtk-std-form .directory-publish-block.mtk-collapse table#privacy_settings_table tr th {
  display: block;
  width: 100%;
  font-size: 0.9rem;
}
.mtk-std-form .directory-publish-block table#student_publish_settings_table td, .mtk-std-form .directory-publish-block table#student_publish_settings_table th {
  padding-right: 5px;
  min-width: 65px;
}
.mtk-std-form .directory-publish-block table#student_publish_settings_table th {
  padding-bottom: 8px;
}
.mtk-std-form .directory-publish-block table#student_publish_settings_table select {
  margin: 2px 0;
}
.mtk-std-form .sponsorship-interest-block .sponsorship-interest-box {
  display: inline-block;
  background-color: #DAEDF0;
  padding: 10px;
  font-size: 0.9rem;
  font-style: italic;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.mtk-std-form .sponsorship-interest-block .sponsorship-interest-box .instructions {
  margin-bottom: 10px;
  width: 100%;
}
.mtk-std-form .sponsorship-interest-block .sponsorship-interest-box select[id^=invite] {
  display: block;
  width: inherit;
}
.mtk-std-form .sponsorship-interest-block.mtk-collapse table#privacy_settings_table tr td, .mtk-std-form .sponsorship-interest-block.mtk-collapse table#privacy_settings_table tr th {
  display: block;
  width: 100%;
  font-size: 0.9rem;
}
.mtk-std-form .directory-block .directory_search .directory_search_option {
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 10px;
}
.mtk-std-form .directory-block .directory_search .directory_search_option img.favorite-star {
  width: 15px;
  height: 15px;
  position: relative;
  top: 1px;
}
.mtk-std-form .directory-block .directory_search .directory_search_option:nth-of-type(1) {
  max-width: 350px;
}
.mtk-std-form .directory-block .directory_search #custom_fields_button {
  min-width: 153px;
}
.mtk-std-form.store-product input,
.mtk-std-form.store-product select, .mtk-std-form.store input,
.mtk-std-form.store select {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form.store-product input.inline, .mtk-std-form.store input.inline {
  display: inline-block;
}
.mtk-std-form.store-product input.mtk-btn,
.mtk-std-form.store-product button.mtk-btn,
.mtk-std-form.store-product a.mtk-btn, .mtk-std-form.store input.mtk-btn,
.mtk-std-form.store button.mtk-btn,
.mtk-std-form.store a.mtk-btn {
  border: none;
  margin: 0 auto 30px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.mtk-std-form.store-product input.mtk-btn:disabled, .mtk-std-form.store input.mtk-btn:disabled {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.mtk-std-form.store-product input#qty, .mtk-std-form.store input#qty {
  max-width: 100px;
  margin: 0 auto 10px;
}
.mtk-std-form.store-product div.price, .mtk-std-form.store div.price {
  font-weight: bold;
}
.mtk-std-form.store-product table.custom_field_table tr, .mtk-std-form.store table.custom_field_table tr {
  border: 2px solid #ccc;
  background-color: #f2f2f2;
}
.mtk-std-form.store-product table.custom_field_table tr td, .mtk-std-form.store table.custom_field_table tr td {
  vertical-align: bottom;
  border: 0px solid black;
  padding: 3px 5px;
}
.mtk-std-form.store-product table.custom_field_table tr td div.ppcf-field, .mtk-std-form.store table.custom_field_table tr td div.ppcf-field {
  display: inline-block;
}
.mtk-std-form .store-body {
  clear: both;
  padding-bottom: 10px;
}
.mtk-std-form .store_postamble {
  clear: both;
}
.mtk-std-form.store-product .back-button {
  display: block;
  margin-bottom: 10px;
}
.mtk-std-form.store-product .image {
  display: block;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 50%;
  text-align: center;
}
.mtk-std-form.store-product .image img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
.mtk-std-form.store-product .details {
  display: block;
  float: left;
  max-width: 50%;
  width: 100%;
}
.mtk-std-form.store-product .details .options {
  margin-bottom: 10px;
  font-size: 1rem;
}
.mtk-std-form.store-product .details .price {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.mtk-std-form.store-product .details .price span.specify {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.mtk-std-form.store-product .details .price span.specify input[type=text] {
  padding: 5px;
  width: 100px;
}
.mtk-std-form.store-product .details .buttons {
  display: block;
  margin-bottom: 10px;
}
.mtk-std-form.store-product .details .buttons input#qty {
  text-align: center;
  font-size: 1rem;
}
.mtk-std-form.store-product .details .buttons input[type=text]:disabled {
  color: #888;
  background-color: #eee;
  font-style: italic;
  font-weight: 200;
}
.mtk-std-form.store-product .details .buttons input.mtk-btn,
.mtk-std-form.store-product .details .buttons input#qty {
  margin-left: 0;
}
.mtk-std-form.store-product .details .currently-in-cart {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
  color: #888;
}
.mtk-std-form.store-product .details .previous-purchase {
  display: block;
  margin-bottom: 10px;
}
.mtk-std-form.store-product .details .product-description {
  font-size: 1.4rem;
  word-wrap: break-word;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.mtk-std-form.store-product .extended-description {
  clear: both;
  display: block;
  border: 1px solid #888;
  background-color: #f2f2f2;
  padding: 10px;
}
.mtk-std-form.store-product .extended-description p {
  margin: 0px;
}
@media screen and (max-width: 600px) {
  .mtk-std-form.store-product input,
  .mtk-std-form.store-product select {
    width: 100%;
  }
  .mtk-std-form.store-product input.mtk-btn {
    width: initial;
  }
  .mtk-std-form.store-product div.image {
    display: block;
    float: none;
    max-width: 100%;
    padding: 0 0 10px;
  }
  .mtk-std-form.store-product div.details {
    float: none;
    max-width: 100%;
  }
  .mtk-std-form.store-product div.details div.price {
    text-align: center;
  }
  .mtk-std-form.store-product div.details div.buttons input.mtk-btn,
  .mtk-std-form.store-product div.details div.buttons input#qty {
    margin-left: auto;
    margin: 0 auto 10px;
  }
}
.mtk-std-form.store div.store-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mtk-std-form.store div.store-checkout-button {
  float: right;
  clear: both;
}
.mtk-std-form.store div.store-checkout-button a.mtk-btn {
  font-size: 1rem;
  margin-bottom: 15px;
}
.mtk-std-form.store div.buy-button a.mtk-btn {
  margin: 5px auto;
}
.mtk-std-form.store h1 {
  clear: both;
}
.mtk-std-form.store .store-item {
  max-width: 240px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.mtk-std-form.store .store-item .large .image {
  height: 220px;
  max-width: 220px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.mtk-std-form.store .store-item .large .details .buy-button {
  margin-bottom: 30px;
}
.mtk-std-form.store .store-item .large .details .buy-button a.mtk-btn {
  margin: 0 auto;
}
@media screen and (max-width: 790px) {
  .mtk-std-form.store .store-item {
    width: 210px;
  }
  .mtk-std-form.store .store-item .large .image {
    max-width: 200px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 460px) {
  .mtk-std-form.store .store-item {
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mtk-std-form.store .store-item .large {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .mtk-std-form.store .store-item .large .image {
    float: left;
    height: 100px;
    width: 100px;
    position: relative;
    margin-right: 10px;
  }
  .mtk-std-form.store .store-item .large .image img {
    max-height: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mtk-std-form.store .store-item .large .details {
    text-align: left;
  }
  .mtk-std-form.store .store-item .large .details .description {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .mtk-std-form.store .store-item .large .details .description a {
    color: #000;
    text-decoration: none;
  }
  .mtk-std-form.store .store-item .large .details .price {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .mtk-std-form.store .store-item .large .details .price a {
    color: #000;
    text-decoration: none;
  }
  .mtk-std-form.store .store-item .large .details .buy-button {
    margin-bottom: 0;
  }
  .mtk-std-form.store .store-item .large .details .buy-button a.mtk-btn {
    padding: 5px 15px;
    width: initial;
  }
}
@media screen and (max-width: 600px) {
  .mtk-std-form.store div.store-checkout-button {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.mtk-std-form .packet-instructions {
  display: block;
  background-color: #DAEDF0;
  padding: 15px;
  font-size: 1rem;
  line-height: 1rem;
  font-style: italic;
  margin-bottom: 20px;
}
.mtk-std-form .packet-body {
  font-size: 1rem;
}
.mtk-std-form .packet-body table.item_table {
  width: 100%;
  line-height: 1.5rem;
  color: #555;
}
.mtk-std-form .packet-body table.item_table tr {
  border: 2px solid #ccc;
  background-color: #f2f2f2;
}
.mtk-std-form .packet-body table.item_table tr td {
  vertical-align: top;
  padding: 5px;
}
.mtk-std-form .packet-body table.item_table tr td div.field {
  margin: 5px 5px 5px 0;
}
.mtk-std-form .packet-body table.item_table tr td div.field label,
.mtk-std-form .packet-body table.item_table tr td div.field div.field-description {
  margin: 0;
}
.mtk-std-form .packet-body table.item_table tr td div.field input {
  margin-bottom: 0;
}
.mtk-std-form .packet-body table.item_table tr td.packet-indent-col {
  width: 0px;
}
.mtk-std-form .packet-body table.item_table tr td.packet-description-col {
  font-weight: bold;
  font-size: 20px;
  padding-top: 8px;
  padding-right: 10px;
}
.mtk-std-form .packet-body table.item_table tr td.packet-description-col span.special_notes {
  font-weight: normal;
  padding-top: 5px;
  line-height: 1.1rem;
}
.mtk-std-form .packet-body table.item_table tr td.packet-description-col div.extended_description {
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 5px;
  margin: 5px;
  background-color: #f6f5eb;
}
.mtk-std-form .packet-body table.item_table tr td.packet-description-col div.extended_description p {
  margin-bottom: 5px;
}
.mtk-std-form .packet-body table.item_table tr td.packet-image-col {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  text-align: center;
}
.mtk-std-form .packet-body table.item_table tr td.packet-image-col img {
  max-width: 150px;
  min-width: 100px;
  width: 100%;
  height: auto;
}
.mtk-std-form .packet-body table.item_table tr td.packet-price-col {
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  vertical-align: top;
}
.mtk-std-form .packet-body table.item_table tr td.packet-price-col input {
  padding: 2px;
  margin-bottom: 3px;
  background-color: white;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .packet-body table.item_table tr td.packet-qty-col {
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.mtk-std-form .packet-body table.item_table tr td.packet-qty-col strong {
  vertical-align: top;
}
.mtk-std-form .packet-body table.item_table tr td.packet-qty-col span.soldout {
  font-style: italic;
  font-family: Georgia;
  font-size: 12px;
}
.mtk-std-form .packet-body table.item_table tr td.packet-qty-col select {
  padding: 2px;
  margin-bottom: 3px;
  background-color: white;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .packet-body table.item_table tr.blank-row {
  border: 0px;
  background-color: transparent !important;
}
.mtk-std-form .packet-body table.item_table tr.section_header {
  vertical-align: bottom;
  font-weight: bold;
  font-size: 24px;
  line-height: initial;
}
.mtk-std-form .packet-body table.item_table thead tr {
  background-color: transparent;
  border: 0px;
}
.mtk-std-form .packet-body table.item_table tfoot tr {
  border-bottom: 0px solid #888;
}
.mtk-std-form .packet-body table.item_table .packet_qty_reset {
  font-size: 10px;
}
@media screen and (max-width: 720px) {
  .mtk-std-form .packet-body table.item_table tr.section_header {
    border-bottom: none;
  }
  .mtk-std-form .packet-body table.item_table thead tr {
    display: none;
  }
  .mtk-std-form .packet-body table.item_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mtk-std-form .packet-body table.item_table tr td.packet-indent-col {
    display: none;
  }
  .mtk-std-form .packet-body table.item_table tr td.packet-description-col {
    display: block;
    padding: 5px;
    width: 100%;
  }
  .mtk-std-form .packet-body table.item_table tr td.packet-description-col span.special_notes {
    padding-top: 5px;
    line-height: 1em;
  }
  .mtk-std-form .packet-body table.item_table tr td.packet-description-col div.extended_description {
    padding: 5px;
    margin: 5px;
  }
  .mtk-std-form .packet-body table.item_table tr td.packet-image-col {
    display: block;
    width: 100%;
  }
  .mtk-std-form .packet-body table.item_table tr td.packet-price-col {
    width: 100%;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .mtk-std-form .packet-body table.item_table tr td.packet-qty-col {
    width: 100%;
  }
  .mtk-std-form .packet-body table.item_table tr td.packet-qty-col strong {
    display: block;
  }
}
.mtk-std-form .checkout-instructions {
  display: block;
  background-color: #DAEDF0;
  padding: 15px;
  font-size: 1rem;
  line-height: 1rem;
  font-style: italic;
  margin-bottom: 20px;
}
.mtk-std-form .checkout-block a {
  color: #4895a6;
}
.mtk-std-form .checkout-block a:visited {
  color: #4895a6;
}
.mtk-std-form .checkout-block .for-student {
  font-size: 0.9rem;
  font-style: italic;
  font-family: Georgia;
  font-weight: normal;
}
.mtk-std-form .checkout-block input#payment_field {
  display: inline-block;
}
.mtk-std-form .checkout-block input.mtk-btn {
  margin: 10px auto;
}
.mtk-std-form .checkout-block .fundraiser-message {
  color: #888;
  background-color: #f8f8f8;
  padding: 5px;
  display: block;
}
.mtk-std-form .checkout-block .fundraiser-anonymous {
  display: block;
  color: #888;
  font-size: 0.9rem;
}
.mtk-std-form .checkout-block .fundraiser-signature {
  display: block;
  margin-left: 20px;
  color: #888;
  font-family: Georgia;
  font-style: italic;
}
.mtk-std-form .checkout-block div.taxable-message {
  text-align: left;
  font-size: 0.8rem;
  font-family: Georgia;
  font-style: italic;
  padding-bottom: 10px;
}
.mtk-std-form .checkout-block div#checkout-cart div.checkout-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mtk-std-form .checkout-block div#checkout-cart div.checkout-item div.product-section {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 300px;
}
.mtk-std-form .checkout-block div#checkout-cart div.checkout-item div.cost-section {
  text-align: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 250px;
  max-width: 500px;
  min-height: 55px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mtk-std-form .checkout-block div#checkout-cart div.checkout-item div.cost-section div {
  max-width: 110px;
}
.mtk-std-form .checkout-block div#checkout-cart div.checkout-item div.cost-section div.checkout-item-cost,
.mtk-std-form .checkout-block div#checkout-cart div.checkout-item div.cost-section div.checkout-item-ext {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 0px;
          flex: 3 0 0;
}
.mtk-std-form .checkout-block div#checkout-cart div.checkout-item div.cost-section div.checkout-item-qty {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.checkout-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.checkout-item div.product-section {
  width: 100%;
  max-width: none;
  min-width: 0;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.checkout-item div.cost-section {
  width: 100%;
  max-width: 350px;
  min-width: 0;
}
.mtk-std-form .checkout-block div#checkout-cart div.form-title,
.mtk-std-form .checkout-block div#checkout-cart div.fundraiser-title,
.mtk-std-form .checkout-block div#checkout-cart div.store-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.mtk-std-form .checkout-block div#checkout-cart div.form-title a,
.mtk-std-form .checkout-block div#checkout-cart div.fundraiser-title a,
.mtk-std-form .checkout-block div#checkout-cart div.store-title a {
  color: #4299AA;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .checkout-block div#checkout-cart div.form-title a:hover,
.mtk-std-form .checkout-block div#checkout-cart div.fundraiser-title a:hover,
.mtk-std-form .checkout-block div#checkout-cart div.store-title a:hover {
  color: #2A8192;
}
.mtk-std-form .checkout-block div#checkout-cart div.form-title div.checkout-group-edit,
.mtk-std-form .checkout-block div#checkout-cart div.fundraiser-title div.checkout-group-edit,
.mtk-std-form .checkout-block div#checkout-cart div.store-title div.checkout-group-edit {
  font-weight: normal;
  font-size: 0.9rem;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section {
  margin-bottom: 15px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section > div:nth-of-type(n+2) {
  padding-left: 40px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-name {
  font-size: 1.2rem;
  padding-left: 20px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-details {
  font-size: 1rem;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-details .checkout-item__applies-to {
  margin-bottom: 8px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-details .checkout-item__applies-to__label {
  margin-bottom: 0;
  margin-top: 4px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-details .checkout-item__applies-to__row {
  display: grid;
  grid-template-columns: 32px 250px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-top: 6px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-details .checkout-item__applies-to__help, .mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-details .checkout-item__applies-to__row-help {
  font-size: 90%;
  font-family: Georgia;
  font-style: italic;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-details .checkout-item__applies-to__help {
  margin-top: 8px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-details .checkout-item__applies-to__row-help {
  padding-left: 36px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.fundraiser-message {
  font-size: 0.9em;
  margin-left: 40px;
  padding: 5px;
  background-color: white;
  border-radius: 5px;
  font-style: italic;
  font-family: Georgia;
  cursor: default;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.fundraiser-message div.fundraiser-signature {
  text-align: right;
  font-family: inherit;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-payment-plan div.payment-plan-toggle-content {
  display: block;
  padding: 5px;
  border-radius: 5px;
  background-color: #DAEDF0;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-payment-plan div.payment-plan-toggle-content div.payment-plan-line {
  margin-bottom: 3px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-payment-plan div.payment-plan-toggle-content div.payment-plan-line:last-of-type {
  margin-bottom: 0;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields div.custom-fields-toggle-content {
  display: block;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #DAEDF0;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields div.custom-fields-toggle-content div.checkout-item-custom-field {
  position: relative;
  margin-top: 10px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields div.custom-fields-toggle-content div.checkout-item-custom-field div.field-set-number {
  position: absolute;
  text-align: center;
  width: 22px;
  height: 100%;
  font-weight: bold;
  font-size: 1rem;
  border-right: 1px solid #555;
  padding-top: 5px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields div.custom-fields-toggle-content div.checkout-item-custom-field div.field-label {
  font-weight: bold;
  padding-left: 25px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields div.custom-fields-toggle-content div.checkout-item-custom-field div.field-response {
  padding-left: 25px;
  padding-bottom: 5px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields div.custom-fields-toggle-content div.checkout-item-custom-field div:nth-of-type(2) {
  padding-top: 5px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields div.custom-fields-toggle-content div:nth-of-type(1) {
  margin-top: 0;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-payment-plan,
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields {
  font-size: 0.9rem;
  font-family: Georgia;
  font-style: italic;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-payment-plan span.toggle-view,
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields span.toggle-view {
  font-size: 0.9rem;
  color: #4299AA;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  padding-top: 5px;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-payment-plan span.toggle-view:hover,
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.checkout-item-custom-fields span.toggle-view:hover {
  cursor: pointer;
  color: #2A8192;
}
.mtk-std-form .checkout-block div#checkout-cart div.product-section div.promo_code_applied {
  padding-left: 20px;
  font-size: 0.8rem;
  font-family: Georgia;
  font-style: italic;
  color: #FF4136;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section {
  margin-bottom: 15px;
  padding-left: 10px;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.checkout-item-cost {
  text-align: right;
  font-size: 1.2rem;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.checkout-item-qty {
  text-align: center;
  padding-left: 15px;
  font-size: 1.2rem;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.checkout-item-qty div.icon-block a {
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.checkout-item-qty div.icon-block a i {
  font-size: 0.9rem;
  color: #4299AA;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.checkout-item-qty div.icon-block a i:hover {
  color: #2A8192;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.checkout-item-qty div.icon-block a i.fa-trash:hover {
  color: #FF4136;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.checkout-item-qty div.icon-block a:hover {
  color: #FF4136;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.checkout-item-ext {
  text-align: right;
  font-size: 1.2rem;
}
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.cost-label,
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.qty-label,
.mtk-std-form .checkout-block div#checkout-cart div.cost-section div.ext-label {
  font-size: 0.7rem;
  font-weight: bold;
  opacity: 0.5;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.product-section > div:nth-of-type(n+2) {
  padding-left: 15px;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.product-section div.checkout-item-name {
  padding-left: 0;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cost-section {
  padding-left: 0;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cost-section div.cost-label {
  display: block;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cost-section div.checkout-item-cost {
  padding-left: 0;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cost-section div.checkout-item-qty {
  text-align: right;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cost-section.mtk-collapse {
  max-width: none;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cost-section.mtk-collapse div.checkout-item-cost {
  text-align: left;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cost-section.mtk-collapse div.checkout-item-qty {
  text-align: center;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cost-section div.checkout-item-qty {
  padding-left: 0;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals {
  display: inline-block;
  text-align: right;
  margin-right: 0;
  margin-bottom: 30px;
  clear: both;
  width: 100%;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.totals-row {
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.totals-row div.totals-label {
  display: inline-block;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.totals-row div.account-credit-applied {
  vertical-align: top;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.totals-row div.totals-amount {
  display: inline-block;
  width: 150px;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.totals-row div.totals-amount div.remove-applied-credit a.remove {
  vertical-align: top;
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.totals-row div.totals-amount div.remove-applied-credit a.remove:hover {
  color: #FF4136;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.totals-row.grand-total {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.totals-row.grand-total .totals-label,
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.totals-row.grand-total .totals-amount {
  font-weight: bold;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.empty-cart a.empty {
  font-size: 0.8rem;
  border: 1px solid #4299AA;
  background: #fff;
  text-align: center;
  line-height: 90%;
  margin-left: 10px;
  padding: 5px 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .checkout-block div#checkout-cart div.cart-totals div.empty-cart a.empty:hover {
  color: #FF4136;
  border: 1px solid #FF4136;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cart-totals {
  display: block;
  width: 100%;
  font-size: 1rem;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cart-totals div.totals-row {
  font-size: 1rem;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cart-totals div.totals-row div.totals-label {
  text-align: left;
  float: left;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cart-totals div.totals-row.grand-total {
  font-size: 1.2rem;
}
.mtk-std-form .checkout-block div#checkout-cart.mtk-collapse div.cart-totals div.totals-row div.totals-amount {
  text-align: right;
  width: 100px;
}
.mtk-std-form .checkout-block div#checkout-cart hr {
  border: none;
  border-top: 1px solid #4299AA;
}
.mtk-std-form .checkout-block div#checkout-cart hr.item-divider {
  opacity: 0.4;
  width: 30%;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.mtk-std-form .checkout-block div#checkout-cart hr.group-divider {
  width: 70%;
  min-width: 250px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.mtk-std-form .checkout-block div#checkout-cart hr.totals-divider {
  width: 100%;
  min-width: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 2px solid #4299AA;
}
.mtk-std-form .checkout-block div.left-block {
  display: block;
  width: 49%;
  float: left;
  margin-top: 10px;
}
.mtk-std-form .checkout-block div.left-block div.apply-promo-code-block {
  border-radius: 5px;
  font-style: italic;
  font-family: Georgia;
  background-color: #DAEDF0;
  padding: 15px;
  margin-bottom: 10px;
}
.mtk-std-form .checkout-block div.left-block div.apply-promo-code-block div.promo_code_preamble {
  margin-bottom: 5px;
}
.mtk-std-form .checkout-block div.left-block div.apply-promo-code-block form#promo-code-form input[type=submit] {
  border-radius: 5px;
  color: #fff;
  background-color: #4299AA;
  padding: 10px 20px;
  width: initial;
  cursor: pointer;
  vertical-align: baseline;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .checkout-block div.left-block div.apply-promo-code-block form#promo-code-form input[type=submit]:hover {
  background-color: #2A8192;
}
.mtk-std-form .checkout-block div.left-block div.apply-promo-code-block form#promo-code-form input[type=text] {
  width: 100%;
  max-width: 160px;
  margin-right: 0px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block {
  border-radius: 5px;
  font-style: italic;
  font-family: Georgia;
  text-align: left;
  background-color: #DAEDF0;
  padding: 15px;
  margin-bottom: 10px;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block div.apply-credit-preamble {
  margin-bottom: 5px;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block span.apply_credit_preamble {
  padding-bottom: 5px;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block div#apply-credit-div,
.mtk-std-form .checkout-block div.left-block div.apply-credit-block div#apply-credit-btn-div {
  margin-top: 10px;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block input[type=submit],
.mtk-std-form .checkout-block div.left-block div.apply-credit-block input#apply-credit-btn {
  border-radius: 5px;
  color: #fff;
  background-color: #4299AA;
  padding: 10px 20px;
  width: initial;
  cursor: pointer;
  vertical-align: baseline;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block input#apply-credit-btn {
  margin-top: 10px;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block input#apply-credit-btn:hover {
  background-color: #2A8192;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block form#apply-credit-form {
  padding-top: 10px;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block form#apply-credit-form input[type=submit] {
  border-radius: 5px;
  color: #fff;
  background-color: #4299AA;
  padding: 10px 20px;
  width: initial;
  cursor: pointer;
  vertical-align: baseline;
  border: none;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block form#apply-credit-form input[type=submit]:hover {
  background-color: #2A8192;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block form#apply-credit-form div.dollar {
  display: inline-block;
  position: relative;
  width: 0px;
  left: 10px;
  top: 2px;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  color: #888;
}
.mtk-std-form .checkout-block div.left-block div.apply-credit-block form#apply-credit-form input[type=text] {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  padding: 10px 5px 10px 30px;
  margin-right: 0px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.mtk-std-form .checkout-block div.right-block {
  display: block;
  width: 49%;
  float: right;
  text-align: right;
  margin-top: 10px;
}
.mtk-std-form .checkout-block div.right-block input.mtk-btn {
  letter-spacing: initial;
  text-transform: none;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 10px;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  font-family: Georgia;
  text-align: left;
  background-color: #DAEDF0;
  padding: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #555;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block form::after {
  content: "";
  display: table-cell;
  clear: both;
  height: 0;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block div.minimum-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block div.minimum {
  max-width: 240px;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block div.payment-amount {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block div.payment-amount div.dollar {
  display: inline-block;
  position: relative;
  width: 0px;
  left: 10px;
  top: 2px;
  font-size: 1.4em;
  font-weight: normal;
  font-style: normal;
  color: #888;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block div.payment-amount input[type=text] {
  width: 100px;
  padding: 10px 5px 10px 30px;
  border-radius: 5px;
  display: inline-block;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block div.payment-buttons {
  text-align: right;
}
.mtk-std-form .checkout-block div.right-block .transaction-fee-block {
  display: block;
  font-style: italic;
  font-family: Georgia;
  text-align: left;
  background-color: #DAEDF0;
  padding: 15px;
  margin-bottom: 10px;
}
.mtk-std-form .checkout-block div.right-block span.help {
  display: block;
  width: 100%;
  float: right;
  padding-bottom: 15px;
}
.mtk-std-form .checkout-block div.right-block div.partial-pay-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mtk-std-form .checkout-block div.right-block div.proceed-buttons {
  width: 100%;
}
.mtk-std-form .checkout-block .receipt-body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0px;
}
.mtk-std-form .checkout-block .receipt-body .mtk-email-table {
  width: 100% !important;
}
.mtk-std-form .checkout-block .receipt-body .mtk-email-table p {
  margin-bottom: 0 !important;
  font-size: inherit;
}
.mtk-std-form .checkout-block .receipt-body .mtk-email-table-wrapper > tbody > tr > td {
  padding: 0 !important;
}
.mtk-std-form .checkout-block div.checkout {
  overflow-x: auto;
}
.mtk-std-form .checkout-block .packet-test-mode {
  background-color: #ff0;
}
.mtk-std-form .checkout-block.checkout-interstitial-block .field {
  display: inline-block;
  margin-right: 20px !important;
}
.mtk-std-form .checkout-block.checkout-interstitial-block.mtk-collapse .field {
  display: block;
  margin-right: 0 !important;
}
.mtk-std-form .checkout-block .payment-block {
  line-height: 1.5em;
}
.mtk-std-form .checkout-block .payment-block div.alignright {
  float: none;
}
.mtk-std-form .checkout-block .payment-block div.alignright span.help {
  text-align: center;
  display: block;
}
.mtk-std-form .checkout-block .payment-block div.alignright input.mtk-btn {
  margin-bottom: 10px;
}
.mtk-std-form .checkout-block .payment-block div.field {
  max-width: 100%;
  margin-bottom: 20px !important;
}
.mtk-std-form .checkout-block .payment-block div.field label {
  line-height: initial;
  font-size: 1.1em;
}
.mtk-std-form .checkout-block .payment-block div.field label span.help {
  font-size: 80%;
}
.mtk-std-form .checkout-block .payment-block div.field input,
.mtk-std-form .checkout-block .payment-block div.field select {
  width: 100%;
  font-size: 1em;
}
.mtk-std-form .checkout-block .payment-block .help {
  font-size: 80%;
  color: #888;
}
.mtk-std-form .checkout-block .payment-block input[type=text].pmt-cvv {
  max-width: 80px;
}
.mtk-std-form .checkout-block .payment-block select.pmt-month {
  max-width: 170px;
  display: inline-block;
}
.mtk-std-form .checkout-block .payment-block select.pmt-year {
  max-width: 80px;
  display: inline-block;
}
.mtk-std-form .checkout-block .payment-block select.pmt-state {
  max-width: 200px;
}
.mtk-std-form .checkout-block .payment-block input[type=text].pmt-zip,
.mtk-std-form .checkout-block .payment-block input[type=text].pmt-phone {
  max-width: 150px;
}
.mtk-std-form .checkout-block .payment-block input[type=text].pmt-card,
.mtk-std-form .checkout-block .payment-block input[type=text].pmt-city {
  max-width: 250px;
}
.mtk-std-form .checkout-block .payment-block select.pmt-month {
  margin-right: 10px;
}
.mtk-std-form .checkout-block .payment-block input[type=text].pmt-name,
.mtk-std-form .checkout-block .payment-block input[type=text].pmt-address {
  max-width: 520px;
  min-width: 0;
}
.mtk-std-form .checkout-block .stripe-payment-block div.alignright {
  float: none;
}
.mtk-std-form .checkout-block .stripe-payment-block div.alignright span.help {
  text-align: center;
  display: block;
}
.mtk-std-form .checkout-block .stripe-payment-block div.alignright input.mtk-btn {
  margin-bottom: 10px;
}
.mtk-std-form .checkout-block .stripe-payment-block label {
  float: left;
  width: 280px;
  text-align: right;
  padding-top: 10px;
}
.mtk-std-form .checkout-block .stripe-payment-block div#card-number,
.mtk-std-form .checkout-block .stripe-payment-block div#card-expiry,
.mtk-std-form .checkout-block .stripe-payment-block div#card-cvc,
.mtk-std-form .checkout-block .stripe-payment-block div#card-zip {
  margin-left: 300px;
  width: 100%;
  border: 1px solid #ccc;
  padding-left: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mtk-std-form .checkout-block .stripe-payment-block div#card-number {
  max-width: 200px;
}
.mtk-std-form .checkout-block .stripe-payment-block div#card-expiry {
  max-width: 100px;
}
.mtk-std-form .checkout-block .stripe-payment-block div#card-cvc {
  max-width: 50px;
}
.mtk-std-form .checkout-block .stripe-payment-block div#card-zip {
  max-width: 100px;
}
.mtk-std-form .checkout-block .stripe-payment-block div#card-number:hover,
.mtk-std-form .checkout-block .stripe-payment-block div#card-expiry:hover,
.mtk-std-form .checkout-block .stripe-payment-block div#card-cvc:hover,
.mtk-std-form .checkout-block .stripe-payment-block div#card-zip:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 620px) {
  .mtk-std-form .checkout-block .stripe-payment-block div.field {
    margin-bottom: 20px !important;
  }
  .mtk-std-form .checkout-block .stripe-payment-block div.field label {
    display: block;
    float: none;
    text-align: left;
  }
  .mtk-std-form .checkout-block .stripe-payment-block div.field div#card-number,
  .mtk-std-form .checkout-block .stripe-payment-block div.field div#card-expiry,
  .mtk-std-form .checkout-block .stripe-payment-block div.field div#card-cvc,
  .mtk-std-form .checkout-block .stripe-payment-block div.field div#card-zip {
    margin-left: 0;
  }
}
.mtk-std-form .checkout-block form#ps-payment-form {
  padding-top: 10px;
  display: block;
  margin-bottom: 25px;
}
.mtk-std-form .checkout-block form#ps-payment-form select.paysimple-pmt-type {
  max-width: 400px;
  padding: 0.6em;
}
.mtk-std-form .checkout-block div.paysimple-payment-block ~ div.alignright {
  float: none;
}
.mtk-std-form .checkout-block div.paysimple-payment-block ~ div.alignright span.help {
  text-align: center;
  display: block;
}
.mtk-std-form .checkout-block div.paysimple-payment-block ~ div.alignright input.mtk-btn {
  margin-bottom: 10px;
}
.mtk-std-form .checkout-block span#ps_save_msg {
  margin-bottom: 10px;
  display: inline-block;
}
.mtk-std-form .checkout-block div#save_card_nickname {
  margin-bottom: 25px;
}
.mtk-std-form .checkout-block div#save_card_nickname input#ps-save-card-nickname-tmp {
  max-width: 200px;
  padding: 0.6em;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form {
  display: block;
  margin-bottom: 25px;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form input,
.mtk-std-form .checkout-block form#ps-schedule-payment-form select {
  margin-bottom: 5px;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form input.schedule_amount {
  max-width: 100px;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form input#amt_to_pay::-webkit-input-placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form input#amt_to_pay::-moz-placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form input#amt_to_pay:-ms-input-placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form input#amt_to_pay::-ms-input-placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form input#amt_to_pay::placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form select#pay_month,
.mtk-std-form .checkout-block form#ps-schedule-payment-form select#pay_day,
.mtk-std-form .checkout-block form#ps-schedule-payment-form select#pay_year {
  width: initial;
}
.mtk-std-form .checkout-block form#ps-schedule-payment-form select#ps_pmt_type {
  max-width: 400px;
  width: 100%;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details {
  display: block;
  margin-bottom: 25px;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details input,
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details select {
  margin-bottom: 5px;
  display: inline-block !important;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details input.schedule_amount {
  max-width: 100px;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details input#amt_to_pay::-webkit-input-placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details input#amt_to_pay::-moz-placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details input#amt_to_pay:-ms-input-placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details input#amt_to_pay::-ms-input-placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details input#amt_to_pay::placeholder {
  color: #ddd;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details select#pay_month,
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details select#pay_day,
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details select#pay_year {
  width: initial;
}
.mtk-std-form .checkout-block form#lp-new-payment-form .sch-pmt-details select#ps_pmt_type {
  max-width: 400px;
  width: 100%;
}
.mtk-std-form .checkout-block .payment-info {
  display: inline-block;
  clear: both;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: 2px solid #4299AA;
  padding: 15px;
}
.mtk-std-form .checkout-block .payment-info span.help {
  display: inline-block;
  padding: 15px 0;
}
.mtk-std-form .checkout-block .payment-info span.payment {
  display: inline-block;
  padding-top: 5px;
}
.mtk-std-form .checkout-block.mtk-collapse .left-block, .mtk-std-form .checkout-block.mtk-collapse .right-block {
  float: none;
  width: 100%;
}
.mtk-std-form .checkout .proceed-buttons {
  width: 400px;
}
.mtk-std-form .checkout .link-info, .mtk-std-form .checkout .link-more-info {
  font-size: 12px;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-synthesis-weight: auto;
  line-height: 17.4px;
  color: rgb(109, 110, 120);
}
.mtk-std-form .communication-settings-block .mtk-btn:disabled {
  background-color: #ddd;
  color: #555;
}
.mtk-std-form .communication-settings-block hr {
  border: none;
  border-top: 2px solid #4299AA;
  margin: 15px auto;
}
.mtk-std-form .stored-payment-methods-block .stored-payment-methods-table .dt-cell {
  vertical-align: middle;
}
.mtk-std-form .stored-payment-methods-block .stored-payment-methods-table a.mtk-btn {
  display: block;
  margin-bottom: 0;
  max-width: 120px;
}
.mtk-std-form .stored-payment-methods-block .stored-payment-methods-table a.mtk-btn:first-of-type {
  margin-bottom: 2px;
}
.mtk-std-form .stored-payment-methods-block .stored-payment-methods-table.mtk-collapse a.mtk-btn {
  display: inline-block;
  margin-bottom: 0;
}
.mtk-std-form .user-payment-method-remove-block .remove-payment-info {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #4299AA;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-bottom: 30px;
}
.mtk-std-form .user-payment-method-remove-block .remove-payment-info .remove-payment-line {
  margin-bottom: 5px;
}
.mtk-std-form .user-payment-method-remove-block .remove-payment-info .remove-payment-line:last-of-type {
  margin-bottom: 0;
}
.mtk-std-form .user-payment-method-remove-block .remove-payment-info .remove-payment-line .remove-payment-label {
  min-width: 120px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.mtk-std-form .account-credit-block .account-credit {
  color: #555;
}
.mtk-std-form .membership-info-block .member-info {
  margin-bottom: 15px;
}
.mtk-std-form .membership-info-block .member-info .member-info-line {
  margin-bottom: 5px;
}
.mtk-std-form .membership-info-block .member-info .member-info-line:last-of-type {
  margin-bottom: 0;
}
.mtk-std-form .membership-info-block .member-info .member-info-line .member-label {
  min-width: 85px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.mtk-std-form .membership-info-block .member-info .member-info-line .member-name {
  font-size: 1.2rem;
}
.mtk-std-form .membership-info-block hr {
  border: none;
  border-top: 2px solid #4299AA;
  margin: 0 auto 15px;
}
.mtk-std-form .donations-block .donations-info {
  margin-bottom: 15px;
}
.mtk-std-form .donations-block .donations-info .donations-info-line {
  margin-bottom: 5px;
}
.mtk-std-form .donations-block .donations-info .donations-info-line:last-of-type {
  margin-bottom: 0;
}
.mtk-std-form .donations-block .donations-info .donations-info-line .donations-label {
  min-width: 85px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.mtk-std-form .donations-block .donations-info .donations-info-line a.mtk-btn {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 0.8rem;
  padding: 5px 15px;
}
.mtk-std-form .user-form-block .mtk-header {
  display: inline-block;
}
.mtk-std-form .user-form-block .mtk-btn {
  font-size: 0.9rem !important;
}
.mtk-std-form .user-form-block .user-form-info {
  display: table;
  margin-bottom: 30px;
}
.mtk-std-form .user-form-block .user-form-info .user-form-line {
  display: table-row;
}
.mtk-std-form .user-form-block .user-form-info .user-form-line .user-form-label,
.mtk-std-form .user-form-block .user-form-info .user-form-line .user-form-data {
  padding-bottom: 5px;
  display: table-cell;
}
.mtk-std-form .user-form-block .user-form-info .user-form-line:last-of-type .user-form-label, .mtk-std-form .user-form-block .user-form-info .user-form-line:last-of-type .user-form-data {
  padding-bottom: 0;
}
.mtk-std-form .user-form-block .user-form-info .user-form-line .user-form-label {
  font-size: 12px;
  font-weight: bold;
}
.mtk-std-form .user-form-block .user-form-data-table .dt-cell {
  width: 50%;
}
.mtk-std-form .user-form-block .user-form-data-table.mtk-collapse .dt-cell {
  width: 100%;
}
.mtk-std-form .user-form-block.mtk-collapse .floatright {
  float: none;
}
.mtk-std-form .user-form-block.mtk-collapse .floatright a.mtk-btn {
  display: inline-block;
}
.mtk-std-form input.switch:empty {
  margin-left: -9999px;
}
.mtk-std-form input.switch:empty ~ label {
  position: relative;
  float: left;
  line-height: 1em;
  text-indent: 4em;
  margin: 0.5em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mtk-std-form input.switch:empty ~ label:before,
.mtk-std-form input.switch:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 3.6em;
  height: 1.3em;
  background-color: #DDDDDD;
  border-radius: 0.3em;
  -webkit-box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.mtk-std-form input.switch:empty ~ label:after {
  width: 1.4em;
  top: 0.1em;
  bottom: 0.1em;
  margin-left: 0.1em;
  background-color: #fff;
  border-radius: 0.15em;
  -webkit-box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
}
.mtk-std-form input.switch:checked ~ label:before {
  background-color: #51abbc;
  /*	background-color: #aad76a; */
}
.mtk-std-form input.switch:checked ~ label:after {
  margin-left: 2.1em;
}

.mtk-btn-primary,
.mtk-btn-primary:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.mtk-btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}

.mtk-btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0055cc));
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#0088cc", endColorstr="#0055cc", GradientType=0);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#0088cc", endColorstr="#0055cc", GradientType=0);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
          filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.mtk-btn-primary:hover,
.mtk-btn-primary:active,
.mtk-btn-primary.active,
.mtk-btn-primary.disabled,
.mtk-btn-primary:disabled {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.mtk-btn-primary:active,
.mtk-btn-primary.active {
  background-color: #004099;
}

/* google translate */
[data-mtk-block-type=google-translate] {
  max-width: 200px; /* prevent overflow issue when positioned next to floated elements */
}

.mtk-google-translate-wrapper {
  margin: 5px;
  padding-right: 20px;
}
.mtk-google-translate-wrapper #google_translate_element {
  height: 40px;
}

#mtk-header .mtk-google-translate-wrapper {
  position: absolute;
  right: 0px;
}

div.receipt-body {
  background-color: transparent;
  line-height: normal;
}
div.receipt-body p {
  margin-top: 0;
  margin-bottom: 0;
}
div.receipt-body div#balance-due-msg {
  font-size: 1.5em;
  text-align: center;
  padding-bottom: 15px;
}
div.receipt-body div#balance-due-msg input.mtk-btn {
  font-size: 0.75em;
  margin: 10px 5px 0;
}

.mtk-kiosk-body {
  padding-bottom: 50px;
}
.mtk-kiosk-body .mtk-kiosk-kioskname {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 64px;
  margin-bottom: 30px;
}
.mtk-kiosk-body .mtk-kiosk-btn {
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 11px 19px;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.mtk-kiosk-body .mtk-kiosk-btn-lg {
  width: 200px;
  padding: 21px 29px;
  font-size: 30px;
}
.mtk-kiosk-body .mtk-kiosk-btn:hover {
  color: #ffffff;
  background-color: #0044cc;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.mtk-kiosk-body .mtk-kiosk-btn:active {
  color: #ffffff;
  background-color: #0044cc;
  background-image: none;
  outline: 0;
}
.mtk-kiosk-body .mtk-kiosk-check-in-div {
  text-align: center;
  padding-top: 30px;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-title, .mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-title, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-title, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.mtk-kiosk-body .mtk-kiosk-checkin table.mtk-kiosk-checkin-table, .mtk-kiosk-body .mtk-kiosk-checkout table.mtk-kiosk-checkin-table {
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
}
.mtk-kiosk-body .mtk-kiosk-checkin table.mtk-kiosk-checkin-table tr td, .mtk-kiosk-body .mtk-kiosk-checkout table.mtk-kiosk-checkin-table tr td {
  padding: 5px;
  vertical-align: middle;
}
.mtk-kiosk-body .mtk-kiosk-checkin table#kiosk-opportunity-table, .mtk-kiosk-body .mtk-kiosk-checkout table#kiosk-opportunity-table {
  width: 90%;
  margin-top: 30px;
  font-size: 24px;
}
.mtk-kiosk-body .mtk-kiosk-checkin table#kiosk-opportunity-table s .col1, .mtk-kiosk-body .mtk-kiosk-checkout table#kiosk-opportunity-table s .col1 {
  width: 5%;
}
.mtk-kiosk-body .mtk-kiosk-checkin table#kiosk-opportunity-table .col2, .mtk-kiosk-body .mtk-kiosk-checkout table#kiosk-opportunity-table .col2 {
  width: 10%;
}
.mtk-kiosk-body .mtk-kiosk-checkin table#kiosk-opportunity-table .mtk-kiosk-section-grouping, .mtk-kiosk-body .mtk-kiosk-checkout table#kiosk-opportunity-table .mtk-kiosk-section-grouping {
  font-weight: bold;
  text-align: left;
  font-size: 30px;
}
.mtk-kiosk-body .mtk-kiosk-checkin table#kiosk-opportunity-table .mtk-kiosk-section-title, .mtk-kiosk-body .mtk-kiosk-checkout table#kiosk-opportunity-table .mtk-kiosk-section-title {
  font-weight: bold;
  text-align: left;
}
.mtk-kiosk-body .mtk-kiosk-checkin table#kiosk-opportunity-table .mtk-kiosk-vol-opp, .mtk-kiosk-body .mtk-kiosk-checkout table#kiosk-opportunity-table .mtk-kiosk-vol-opp {
  text-align: left;
}
.mtk-kiosk-body .mtk-kiosk-checkin table#kiosk-opportunity-table .border-bottom, .mtk-kiosk-body .mtk-kiosk-checkout table#kiosk-opportunity-table .border-bottom {
  border-bottom: 1px solid #ccc;
}
.mtk-kiosk-body .mtk-kiosk-checkin .already-checked-in, .mtk-kiosk-body .mtk-kiosk-checkout .already-checked-in {
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-confirm-div,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-confirm-div, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-confirm-div,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-confirm-div {
  text-align: center;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-name,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkout-name,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-name,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkout-name, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-name,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkout-name,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-name,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkout-name {
  font-size: 36px;
  margin-top: 30px;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-notes,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-notes, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-notes,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-notes {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-notes textarea,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-notes textarea, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-notes textarea,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-notes textarea {
  font-size: 20px;
  width: 300px;
  height: 100px;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-btn, .mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkout-btn,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-btn,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkout-btn, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-btn, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkout-btn,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-btn,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkout-btn {
  margin-top: 30px;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-btn .mtk-kiosk-btn-lg, .mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkout-btn .mtk-kiosk-btn-lg,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-btn .mtk-kiosk-btn-lg,
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkout-btn .mtk-kiosk-btn-lg, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkin-btn .mtk-kiosk-btn-lg, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkin-confirm-div .mtk-kiosk-checkout-btn .mtk-kiosk-btn-lg,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkin-btn .mtk-kiosk-btn-lg,
.mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-checkout-confirm-div .mtk-kiosk-checkout-btn .mtk-kiosk-btn-lg {
  width: auto;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-search-div, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-search-div {
  width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-search-div .mtk-kiosk-btn, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-search-div .mtk-kiosk-btn {
  vertical-align: top;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-search-div input[type=text], .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-search-div input[type=text] {
  width: 250px;
  font-size: 30px;
}
.mtk-kiosk-body .mtk-kiosk-checkin .mtk-kiosk-search-div #mtk-kiosk-found, .mtk-kiosk-body .mtk-kiosk-checkout .mtk-kiosk-search-div #mtk-kiosk-found {
  text-align: center;
  font-family: Georgia;
  font-size: 16px;
  color: #f00;
  font-style: italic;
}
.mtk-kiosk-body .mtk-kiosk-check-out-div {
  text-align: center;
  padding-top: 50px;
}
.mtk-kiosk-body .mtk-kiosk-thankyou {
  text-align: center;
}
.mtk-kiosk-body .mtk-kiosk-thankyou .thankyou-message {
  font-size: 24px;
}
.mtk-kiosk-body .mtk-kiosk-thankyou #mtk-kiosk-timer {
  font-size: 10px;
  color: #ccc;
  font-style: italic;
  padding-top: 100px;
}
.mtk-kiosk-body .mtk-kiosk-update-info {
  color: #f00;
  font-size: 20px;
  font-family: Georgia;
  font-style: italic;
}

.mtk-frontend {
  /* DatePicker Container */
  /**** autocomplete ****/
  /* icon support */
  /* left-aligned */
  /* right-aligned */
}
.mtk-frontend .ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  /* DatePicker Table */
}
.mtk-frontend .ui-datepicker a {
  text-decoration: none;
}
.mtk-frontend .ui-datepicker table {
  width: 100%;
}
.mtk-frontend .ui-datepicker-header {
  background: #000;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgb(250, 250, 250);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}
.mtk-frontend .ui-datepicker-title {
  text-align: center;
}
.mtk-frontend .ui-datepicker-prev, .mtk-frontend .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker-arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.mtk-frontend .ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.mtk-frontend .ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.mtk-frontend .ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#f1f1f1",GradientType=0 );
  border-bottom: 1px solid #bbb;
}
.mtk-frontend .ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0);
}
.mtk-frontend .ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}
.mtk-frontend .ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.mtk-frontend .ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.mtk-frontend .ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.mtk-frontend .ui-datepicker td span, .mtk-frontend .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1);
}
.mtk-frontend .ui-datepicker-calendar {
  background: #ededed;
}
.mtk-frontend .ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#dedede",GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.mtk-frontend .ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.mtk-frontend .ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  -webkit-filter: dropshadow(color=#4d7a85, offx=0, offy=1);
          filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}
.mtk-frontend .ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.mtk-frontend .ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.mtk-frontend .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.mtk-frontend .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.mtk-frontend .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mtk-frontend .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.mtk-frontend .ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.mtk-frontend .ui-menu .ui-menu {
  position: absolute;
}
.mtk-frontend .ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.mtk-frontend .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.mtk-frontend .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border: 1px solid #888;
  background: #eee;
}
.mtk-frontend .ui-menu .ui-state-focus,
.mtk-frontend .ui-menu .ui-state-active {
  margin: -1px;
}
.mtk-frontend .ui-menu-icons {
  position: relative;
}
.mtk-frontend .ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.mtk-frontend .ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.mtk-frontend .ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.mtk-frontend .ui-autocomplete {
  max-height: 200px;
  z-index: 99999;
  width: auto;
  overflow: auto;
}
.mtk-frontend .mtk-autocomplete .ui-menu-item-wrapper:hover {
  background: #ff0;
}
.mtk-frontend .ui-menu.mtk-autocomplete .ui-menu-item {
  padding: 3px;
  background: #eee;
}
.mtk-frontend .ui-helper-hidden-accessible {
  display: none;
}

.vol-icon-user {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-position: -168px 0;
}

.newsletter_preview_unreset {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  height: auto !important;
}
.newsletter_preview_unreset #mail-page-color {
  position: relative;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.newsletter_preview_unreset #mail-body {
  position: relative;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.newsletter_preview_unreset * {
  line-height: 1.25;
}
.newsletter_preview_unreset address,
.newsletter_preview_unreset blockquote,
.newsletter_preview_unreset dd, .newsletter_preview_unreset div,
.newsletter_preview_unreset dl, .newsletter_preview_unreset dt, .newsletter_preview_unreset fieldset, .newsletter_preview_unreset form,
.newsletter_preview_unreset frame, .newsletter_preview_unreset frameset,
.newsletter_preview_unreset h1, .newsletter_preview_unreset h2, .newsletter_preview_unreset h3, .newsletter_preview_unreset h4,
.newsletter_preview_unreset h5, .newsletter_preview_unreset h6, .newsletter_preview_unreset noframes,
.newsletter_preview_unreset ol, .newsletter_preview_unreset p, .newsletter_preview_unreset ul, .newsletter_preview_unreset center,
.newsletter_preview_unreset dir, .newsletter_preview_unreset hr, .newsletter_preview_unreset menu, .newsletter_preview_unreset pre {
  display: block;
  unicode-bidi: embed;
}
.newsletter_preview_unreset li {
  display: list-item;
}
.newsletter_preview_unreset head {
  display: none;
}
.newsletter_preview_unreset table {
  display: table;
}
.newsletter_preview_unreset tr {
  display: table-row;
}
.newsletter_preview_unreset thead {
  display: table-header-group;
}
.newsletter_preview_unreset tbody {
  display: table-row-group;
}
.newsletter_preview_unreset tfoot {
  display: table-footer-group;
}
.newsletter_preview_unreset col {
  display: table-column;
}
.newsletter_preview_unreset colgroup {
  display: table-column-group;
}
.newsletter_preview_unreset td, .newsletter_preview_unreset th {
  display: table-cell;
}
.newsletter_preview_unreset caption {
  display: table-caption;
}
.newsletter_preview_unreset th {
  font-weight: bolder;
  text-align: center;
}
.newsletter_preview_unreset caption {
  text-align: center;
}
.newsletter_preview_unreset h1 {
  font-size: 2em;
  margin: 10px 0;
}
.newsletter_preview_unreset h2 {
  font-size: 1.5em;
  margin: 10px 0;
}
.newsletter_preview_unreset h3 {
  font-size: 1.17em;
  margin: 10px 0;
}
.newsletter_preview_unreset h4, .newsletter_preview_unreset p,
.newsletter_preview_unreset blockquote, .newsletter_preview_unreset ul,
.newsletter_preview_unreset fieldset, .newsletter_preview_unreset form,
.newsletter_preview_unreset ol, .newsletter_preview_unreset dl, .newsletter_preview_unreset dir,
.newsletter_preview_unreset menu {
  margin: 10px 0;
}
.newsletter_preview_unreset h5 {
  font-size: 0.83em;
  margin: 10px 0;
}
.newsletter_preview_unreset h6 {
  font-size: 0.75em;
  margin: 10px 0;
}
.newsletter_preview_unreset h1, .newsletter_preview_unreset h2, .newsletter_preview_unreset h3, .newsletter_preview_unreset h4,
.newsletter_preview_unreset h5, .newsletter_preview_unreset h6, .newsletter_preview_unreset b,
.newsletter_preview_unreset strong {
  font-weight: bolder;
}
.newsletter_preview_unreset blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.newsletter_preview_unreset i, .newsletter_preview_unreset cite, .newsletter_preview_unreset em,
.newsletter_preview_unreset var, .newsletter_preview_unreset address {
  font-style: italic;
}
.newsletter_preview_unreset pre, .newsletter_preview_unreset tt, .newsletter_preview_unreset code,
.newsletter_preview_unreset kbd, .newsletter_preview_unreset samp {
  font-family: monospace;
}
.newsletter_preview_unreset pre {
  white-space: pre;
}
.newsletter_preview_unreset button, .newsletter_preview_unreset textarea,
.newsletter_preview_unreset input, .newsletter_preview_unreset select {
  display: inline-block;
}
.newsletter_preview_unreset big {
  font-size: 1.17em;
}
.newsletter_preview_unreset small, .newsletter_preview_unreset sub, .newsletter_preview_unreset sup {
  font-size: 0.83em;
}
.newsletter_preview_unreset sub {
  vertical-align: sub;
}
.newsletter_preview_unreset sup {
  vertical-align: super;
}
.newsletter_preview_unreset table {
  border-spacing: 2px;
}
.newsletter_preview_unreset thead, .newsletter_preview_unreset tfoot {
  vertical-align: middle;
}
.newsletter_preview_unreset tbody {
  vertical-align: top;
}
.newsletter_preview_unreset td, .newsletter_preview_unreset th, .newsletter_preview_unreset tr {
  vertical-align: inherit;
}
.newsletter_preview_unreset s, .newsletter_preview_unreset strike, .newsletter_preview_unreset del {
  text-decoration: line-through;
}
.newsletter_preview_unreset hr {
  border: 1px inset;
}
.newsletter_preview_unreset ol, .newsletter_preview_unreset ul, .newsletter_preview_unreset dir,
.newsletter_preview_unreset menu, .newsletter_preview_unreset dd {
  margin-left: 40px;
}
.newsletter_preview_unreset ol {
  list-style-type: decimal;
}
.newsletter_preview_unreset ol ul, .newsletter_preview_unreset ul ol,
.newsletter_preview_unreset ul ul, .newsletter_preview_unreset ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.newsletter_preview_unreset u, .newsletter_preview_unreset ins {
  text-decoration: underline;
}
.newsletter_preview_unreset br:before {
  content: "\a";
  white-space: pre-line;
}
.newsletter_preview_unreset center {
  text-align: center;
}
.newsletter_preview_unreset :link, .newsletter_preview_unreset :visited {
  text-decoration: underline;
}

.content-main img {
  max-width: 100%;
  height: auto;
}

.toggle-btn {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

ul.nav.navbar-nav.top_nav {
  margin-bottom: 0px !important;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

div.wrapper,
div.frontend {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.table-wrapper {
  overflow-x: auto;
}
div.table-wrapper table {
  max-width: 99% !important;
}
@media screen and (max-width: 768px) {
  div.table-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 729px) {
  div#page-Full-Width div#table_body {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  #mtk-pagewrapper .row {
    margin-left: 0;
    margin-right: 0;
  }
  #mtk-pagewrapper .col-lg-12,
  #mtk-pagewrapper .col-md-12,
  #mtk-pagewrapper .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#mtk-pagewrapper .inner-banner .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#mtk-pagewrapper .inner-banner .row .col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
  div#mtk-pagewrapper .toggle-btn {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  div#page-Full-Width .toggle-btn {
    margin-right: 5px !important;
  }
}
div#mtk-pagewrapper div.content-main div.content-main {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 729px) {
  div#mtk-pagewrapper div.mtk-std-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 729px) {
  div#mtk-pagewrapper div.index2-in {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  div#mtk-pagewrapper div.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  div#mtk-pagewrapper div.content-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  div#mtk-pagewrapper div.col-sm-9.col-sm-push-3.col-md-9.col-md-push-3.col-lg-9.col-lg-push-3,
  div#mtk-pagewrapper div.col-sm-3.col-sm-pull-9.col-md-3.col-md-pull-9.col-lg-3.col-lg-pull-9,
  div#mtk-pagewrapper div.col-sm-9.col-md-9.col-lg-9,
  div#mtk-pagewrapper div.col-sm-3.col-md-3.col-lg-3,
  div#mtk-pagewrapper div.col-sm-6.col-sm-push-3.col-md-6.col-md-push-3.col-lg-6.col-lg-push-3 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

div#page-Full-Width div.mtk-content-wrapper {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media screen and (min-width: 501px) and (max-width: 729px) {
  div#page-Full-Width div.mtk-content-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 500px) {
  div#page-Full-Width div.mtk-content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.mtk-sponsor-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
@media screen and (max-width: 650px) {
  .mtk-sponsor-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mtk-sponsor-horizontal .placement {
    padding-bottom: 10px;
  }
  .mtk-sponsor-horizontal .placement:last-of-type {
    padding-bottom: 0;
  }
}

.mtk-sponsor-horizontal-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.item_table .mtk-recurring {
  margin-left: auto;
}

.mtk-recurring {
  border-radius: 6px;
  background-color: transparent;
  width: 100%;
  max-width: 300px;
  height: auto;
  text-align: left;
  /* custom select block */
}
.mtk-recurring .mtk-recurring__payment-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 6px;
}
.mtk-recurring .mtk-recurring__payment-types .mtk-recurring__payment-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mtk-recurring .mtk-recurring__payment-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
}
.mtk-recurring .mtk-recurring__payment-frequency, .mtk-recurring .mtk-recurring__payment-amount,
.mtk-recurring .mtk-recurring__payment-number_of_payments, .mtk-recurring .mtk-recurring__payment-length {
  position: relative;
  margin-bottom: 6px;
  /*
  .select-selected {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      background-color: #fefefe;
      text-align: left;
  }

  .select-selected-arrow-container {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      content: "";
      height: 28px;
      width: 38px;
      margin-top: -10px;
      margin-bottom: -10px;
      border: 1px solid transparent;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
      background-color: transparent;
  }

  .select-selected-arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      content: "";
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: #2A8192;
  }
  // Style the arrow inside the select element: 
  .select-selected-arrow:after {
      content: "";
      margin-bottom: -8px;
      margin-right: 0px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #fff transparent transparent transparent;
  }

  // Point the arrow upwards when the select box is open (active): 
  .select-selected.select-arrow-active:after {
      border-color: transparent transparent #000 transparent;
      top: 7px;
  }

  // style the items (options), including the selected item: 
  .select-items div,.select-selected {
      color: #000;
      padding: 8px 0px 8px 16px;
      border: 1px solid transparent;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
  }

  // Style items (options): 
  .select-items {
      text-align: left;
      position: absolute;
      background-color: #fefefe;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
  }

  // Hide the items when the select box is closed: 
  .select-hide {
      display: none;
  }

  .select-items div:hover, .same-as-selected {
      background-color: rgba(0, 0, 0, 0.1);
  }
  */
}
.mtk-recurring .mtk-recurring__payment-frequency select, .mtk-recurring .mtk-recurring__payment-frequency input, .mtk-recurring .mtk-recurring__payment-amount select, .mtk-recurring .mtk-recurring__payment-amount input,
.mtk-recurring .mtk-recurring__payment-number_of_payments select,
.mtk-recurring .mtk-recurring__payment-number_of_payments input, .mtk-recurring .mtk-recurring__payment-length select, .mtk-recurring .mtk-recurring__payment-length input {
  width: 100%;
}
.mtk-recurring .mtk-recurring__payment-number_of_payments-input {
  padding: 4px;
}
.mtk-recurring .mtk-recurring__payment-amount-input {
  width: 100%;
  padding: 4px;
}
.mtk-recurring .help {
  text-align: left;
  word-wrap: break-word;
}
.mtk-recurring .mtk-recurring__reset-btn {
  margin-bottom: 14px;
  border: none;
  padding: 0;
  color: rgb(85, 26, 139);
  background-color: transparent;
}
.mtk-recurring .mtk-recurring__reset-btn:hover, .mtk-recurring .mtk-recurring__reset-btn:focus {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */