@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        top: 20px
    }
    to {
        opacity: 1;
        top: 0
    }
}

@-moz-keyframes fadeInUp {
    from {
        opacity: 0;
        top: 20px
    }
    to {
        opacity: 1;
        top: 0
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: 20px
    }
    to {
        opacity: 1;
        top: 0
    }
}

.fade-in-up {
    position: relative;
    opacity: 0;
    -webkit-animation: fadeInUp ease-in 1;
    -moz-animation: fadeInUp ease-in 1;
    animation: fadeInUp ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fade-in {
    position: relative;
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.50s;
    -moz-animation-duration: 0.50s;
    animation-duration: 0.50s
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0;
    padding: 0;
    border: 0
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

button, 
input, 
select, 
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1.5;
    background: white;
    font-size: 16px;
    font-weight: 400;
    color: #111;
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important
}

table,
th,
td {
    vertical-align: middle
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ''
}

blockquote,
q {
    quotes: "" ""
}

a img {
    border: none
}

del {
    text-decoration: line-through
}

:focus {
    outline: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.overflowable {
    overflow: visible
}

span.highlight {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 4px;
    background-color: #fffae0
}

.container--flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.side-navigation {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 16.7%;
    -moz-flex: 0 0 16.7%;
    -ms-flex: 0 0 16.7%;
    flex: 0 0 16.7%;
    padding-right: .5%
}

.side-navigation li {
    list-style: none
}

.side-navigation li a {
    color: #193A6C;
    font: normal 14px/18px "Open Sans", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 6px 0
}

.side-navigation li a:hover {
    color: #4477bd
}

.side-navigation li a:active {
    color: #193A6C
}

.side-navigation li a.current {
    color: #F2AB27;
    font-weight: bold
}

.side-navigation .breadcrumb-link {
    font: bold 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
    transition: color 150ms;
    color: #2C5490
}

.side-navigation .breadcrumb-link .octicon-chevron-left {
    display: inline;
    margin-top: 2px
}

.side-navigation .breadcrumb-link:hover {
    color: #e4931b
}

.side-navigation .breadcrumb-link:active {
    color: #2C5490
}

.kirimemail-content-area {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 .5%
}

.kirimemail-content-area--8col {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 66.64%;
    -moz-flex: 0 1 66.64%;
    -ms-flex: 0 1 66.64%;
    flex: 0 1 66.64%
}

.kirimemail-content-area--10col {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 83.3%;
    -moz-flex: 0 1 83.3%;
    -ms-flex: 0 1 83.3%;
    flex: 0 1 83.3%
}

.kirimemail-content-area h2 {
    padding-bottom: 12px
}

.kirimemail-content-area h3 {
    padding-bottom: 12px
}

.kirimemail-content-area p {
    padding-bottom: 24px
}

.kirimemail-form-body .form-content,
.kirimemail-form-field .form-content {
    width: 100%;
    margin: 0 auto;
}

/* flexbox style */
#flexbox-style .kirimemail-form-body,
#flexbox-style .kirimemail-form-field {
    padding: 24px;
}
#flexbox-style .kirimemail-form-body .form-content {
    text-align: center;
}

#flexbox-style .kirimemail-form-field .form-content .form-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}

@media (min-width: 768px) {
    #flexbox-style .kirimemail-form-body,
    #flexbox-style .kirimemail-form-field {
        padding: 2rem;
    }
}

#flexbox-style:not(.kirimemail-content) .kirimemail-form-body {
    background-color: #0c2556;
    color: white;
}
#flexbox-style:not(.kirimemail-content) .kirimemail-form-field {
    background-color: #fff;
}

/* embed form tyle */
div:not(#hosted-form) #flexbox-style:not(.is-error) {
    background-color: #0c2556;
}
div:not(#hosted-form) #flexbox-style:not(.is-error) .kirimemail-form-body {
    padding-bottom: 0;
}
div:not(#hosted-form) #flexbox-style:not(.is-error) .kirimemail-form-body,
div:not(#hosted-form) #flexbox-style:not(.is-error) .kirimemail-form-field {
    background-color: transparent;
}
div:not(#hosted-form) #flexbox-style:not(.is-error) input,
div:not(#hosted-form) #flexbox-style:not(.is-error) textarea,
div:not(#hosted-form) #flexbox-style:not(.is-error) .text-field,
div:not(#hosted-form) #flexbox-style:not(.is-error) .text-area,
div:not(#hosted-form) #flexbox-style:not(.is-error) select {
    margin-bottom: 0;
}
div:not(#hosted-form) #flexbox-style:not(.is-error) input:not(:focus),
div:not(#hosted-form) #flexbox-style:not(.is-error) textarea:not(:focus),
div:not(#hosted-form) #flexbox-style:not(.is-error) .text-field:not(:focus),
div:not(#hosted-form) #flexbox-style:not(.is-error) .text-area:not(:focus),
div:not(#hosted-form) #flexbox-style:not(.is-error) select:not(:focus) {
    border-color: transparent;
}
div:not(#hosted-form) #flexbox-style:not(.is-error) .footnote p {
    color: rgba(255, 255, 255, 0.5);
}
div:not(#hosted-form) #flexbox-style:not(.is-error) .footnote a {
    color: #0084ff;
}

#flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-body {
    text-align: center;
    background-color: #2FCC75;
}
#flexbox-style .button:not(.zmb).slate {
    background: #0084ff;
    box-shadow: 0 0 0 1px #0084ff;
    transition: background-color ease-in-out 0.2s;
    border: none;
    color: #fff;
}
#flexbox-style .button:not(.zmb).slate:hover {
    background: #2671bd;
    box-shadow: 0 0 0 1px #2671bd;
}
#flexbox-style .button:not(.zmb).button-warning {
    background: #EB4D4B;
    box-shadow: 0 0 0 1px #E93A3A;
}
#flexbox-style .button:not(.zmb).button-warning:hover {
    background: #ce4543;
    box-shadow: 0 0 0 1px #ce4543;
}
#flexbox-style .kirimemail-form-field .form-content > form,
#flexbox-style .kirimemail-form-body .form-content .kirimemail-form-youtube-wrap,
#flexbox-style .kirimemail-form-body .form-content .kirimemail-form-headline,
#flexbox-style .kirimemail-form-body .form-content .kirimemail-form-description {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

#flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-field .confirmation-box {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
#flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-field .kirimemail-form-headline,
#flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-field .kirimemail-form-description {
    color: #0c2556;
}
#flexbox-style .kirimemail-form-field .form-content > form {
    margin-top: 0;
    margin-bottom: 0;
}
#flexbox-style .kirimemail-form-youtube {
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
#flexbox-style .kirimemail-form-youtube iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#flexbox-style .kirimemail-form-youtube-wrap,
#flexbox-style .kirimemail-form-youtube-wrap:before {
    display: none;
}
#flexbox-style .kirimemail-form-youtube-wrap.is-active {
    display: block;
    margin-bottom: 2rem;
    border-radius: 5px;
    border: 2px solid white;
}

/* error page */
#flexbox-style.kirimemail-content.is-error {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 0;
}
#flexbox-style.kirimemail-content.is-error .kirimemail-form-body {
    background-color: #aaa;
}
#flexbox-style.kirimemail-content.is-error.is-reported .kirimemail-form-body {
    background-color: #FEF3F4;
}
#flexbox-style.kirimemail-content.is-error .kirimemail-form-headline {
    font-size: 96px;
    line-height: 1.2;
    text-align: center;
}
#flexbox-style.kirimemail-content.is-error.is-unsub .kirimemail-form-headline {
    font-size: 72px;
}
#flexbox-style.kirimemail-content.is-error .error-wrap,
#flexbox-style.kirimemail-content.is-error .error-wrap {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}
#flexbox-style.kirimemail-content.is-error .sorry {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
#flexbox-style.kirimemail-content.is-error.is-reported .sorry {
    font-size: 35px;
}
#flexbox-style.kirimemail-content.is-error.is-reported .kirimemail-form-description {
    font-size: 16px;
    color: #667B99;
}

#flexbox-style.kirimemail-content.is-error .footnote {
    position: static;
}  
#flexbox-style.kirimemail-content.is-error .button {
    width: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #flexbox-style .kirimemail-form-body,
    #flexbox-style .kirimemail-form-field {
        padding: 40px 20px;
    }
}

@media screen and (min-width: 1200px) {
    /* hosted form */
    #hosted-form #flexbox-style.kirimemail-content:not(.kirimemail-form) {
        display: flex;
        height: 100%;
    }
    #hosted-form #flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-field .confirmation-box {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
    }
    #hosted-form #flexbox-style .kirimemail-form-body .form-content .kirimemail-form-youtube-wrap,
    #hosted-form #flexbox-style .kirimemail-form-body .form-content .kirimemail-form-headline,
    #hosted-form #flexbox-style .kirimemail-form-body .form-content .kirimemail-form-description {
        max-width: 600px;
    }
    #hosted-form #flexbox-style.kirimemail-content.is-confirmed .confirmation-box {
        margin-bottom: 72px !important;
    }
    #hosted-form #flexbox-style .kirimemail-form-body,
    #hosted-form #flexbox-style .kirimemail-form-field {
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 0;
    }
    #hosted-form #flexbox-style.kirimemail-content.is-error .kirimemail-form-body,
    #hosted-form #flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-body {
        flex: 1;
    }
    #hosted-form #flexbox-style.kirimemail-content.is-error .kirimemail-form-field,
    #hosted-form #flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-field {
        flex: none;
        width: 60%;
    }
    #hosted-form #flexbox-style .kirimemail-form-field .form-content > form{
        max-width: 380px;
        padding-left: 0;
        padding-right: 0;
        flex: 1;
    }
    #hosted-form #flexbox-style .kirimemail-form-field .form-content > form {
        width: 100%;
    }
    #hosted-form #flexbox-style.kirimemail-content .footnote {
        padding-bottom: 0;
        margin-top: 1rem;
        padding-top: 1rem;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        margin: 0 auto;
        width: 1500px
    }
    body.full-width .container {
        width: auto
    }
    #hosted-form #flexbox-style .kirimemail-form-field .form-content > form {
        max-width: 480px;
        margin: 0 auto;
    }
    #hosted-form #flexbox-style .kirimemail-form-field .form-content {
        max-height: 100%;
        overflow-y: auto;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    #hosted-form #flexbox-style.kirimemail-content {
        position: relative;
        padding-bottom: 50px;
        height: 100%;
    }
    #flexbox-style.kirimemail-content .kirimemail-form-body {
        text-align: center;
    }
    #flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-body {
        margin-bottom: 30px;
    }
    #flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-body svg {
        max-width: 56px;
        height: auto;
    }
    #flexbox-style.kirimemail-content.is-confirmed .kirimemail-form-body .form-content {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 160px;
    }
    #flexbox-style.kirimemail-content.is-error {
        margin-left: -15px;
        margin-right: -15px;
    }
    #flexbox-style.kirimemail-content.is-error.is-reported .kirimemail-form-body {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    #flexbox-style.kirimemail-content.is-error.is-reported img {
        width: 100px;
    }
    #flexbox-style.kirimemail-content.is-error .kirimemail-form-headline {
        font-size: 72px;
        padding: 2rem 0;
    }
    #flexbox-style.kirimemail-content.is-error.is-unsub .kirimemail-form-headline {
        font-size: 48px;
    }
    #flexbox-style.kirimemail-content.is-error .sorry {
        font-size: 18px;
    }
    #flexbox-style.kirimemail-content.is-error.is-reported .sorry {
        font-size: 24px;
    }
    #flexbox-style.kirimemail-content.is-error.is-reported .kirimemail-form-field {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #flexbox-style.kirimemail-content.is-error .kirimemail-form-description br {
        display: none;
    }
}

.boxed-group {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    width: 100%;
    border: 1px solid #c4c4c4;
    border-bottom-color: #bcbcbc
}

.boxed-group h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #f1f3f5;
    background: -moz-linear-gradient(top, #f1f3f5 0%, #e8ebec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f3f5), color-stop(100%, #e8ebec));
    background: -webkit-linear-gradient(top, #f1f3f5 0%, #e8ebec 100%);
    background: -o-linear-gradient(top, #f1f3f5 0%, #e8ebec 100%);
    background: -ms-linear-gradient(top, #f1f3f5 0%, #e8ebec 100%);
    background: linear, to bottom, #f1f3f5 0%, #e8ebec 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
    -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #c4c4c4;
    font-size: 14px;
    color: #0d3d62;
    padding: 10px 20px
}

.boxed-group .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 18px 20px
}

.boxed-group .footnote {
    font-size: 13px;
    color: #555
}

.boxed-group ul.tabs {
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.04);
    padding: 10px 20px 0 20px;
    background-color: #fafafa;
    border-bottom: 1px solid #dadada
}

.boxed-group ul.tabs li a {
    padding: 10px 14px
}

.boxed-group .boxed-group__footer {
    box-sizing: border-box;
    border-top: 1px solid #c4c4c4
}

.boxed-group .boxed-group__footer__row {
    padding: 18px 20px
}

.boxed-group .boxed-group__footer__row:last-child {
    padding-bottom: 18px
}

.boxed-group .boxed-group__footer__row:not(:only-child) {
    border-bottom: 1px solid #dedede
}

.button:not(.zmb) {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 1.5;
    padding: 12px 24px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    font-size: inherit;
    text-decoration: none;
}
.button:not(.zmb) del {
    opacity: 0.5
}

.button:not(.zmb).no-margin {
    margin-left: 0
}

.button:not(.zmb).no-margin.subtle {
    padding-left: 0;
    padding-right: 0
}

.button:not(.zmb).tiny {
    padding: 2px 8px
}

.button:not(.zmb).mini,
.toggle-button-group label:not(.zmb) {
    padding: 4px 10px
}

.button:not(.zmb).sticky {
    height: 43px;
    line-height: 43px;
    padding: 0 20px
}

.button:not(.zmb).large {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700
}

.button:not(.zmb).x-large {
    padding: 20px 35px;
    font-size: 20px;
    font-weight: 700
}

.button:not(.zmb).full {
    width: 100%;
    text-align: center
}

.button:not(.zmb).upper {
    text-transform: uppercase
}

.button:not(.zmb).orange {
    background: #f9a82f;
    background: -moz-linear-gradient(top, #f9a82f 0%, #dc8b14 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9a82f), color-stop(100%, #dc8b14));
    background: -webkit-linear-gradient(top, #f9a82f 0%, #dc8b14 100%);
    background: -o-linear-gradient(top, #f9a82f 0%, #dc8b14 100%);
    background: -ms-linear-gradient(top, #f9a82f 0%, #dc8b14 100%);
    background: linear, to bottom, #f9a82f 0%, #dc8b14 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25);
    -webkit-text-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #b56d02;
    border-bottom-color: #af6109;
    color: #ffffff
}

.button:not(.zmb).orange:active,
.button:not(.zmb).orange.depressed,
.button-with-dropdown.open .dropdown-button:not(.zmb).orange {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    background: #dc8b14
}

.button:not(.zmb).red {
    background: #ff0000;
    background: -moz-linear-gradient(top, red 0%, #c60101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(100%, #c60101));
    background: -webkit-linear-gradient(top, red 0%, #c60101 100%);
    background: -o-linear-gradient(top, red 0%, #c60101 100%);
    background: -ms-linear-gradient(top, red 0%, #c60101 100%);
    background: linear, to bottom, #ff0000 0%, #c60101 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #bb0000;
    color: #ffffff
}

.button:not(.zmb).red:active,
.button:not(.zmb).red.depressed,
.button-with-dropdown.open .dropdown-button:not(.zmb).red {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    background: #c60101
}

.button:not(.zmb).red-inverse {
    background-color: #fff;
    border: 1px solid red;
    color: red
}

.button:not(.zmb).red-inverse:active,
.button:not(.zmb).red-inverse.depressed,
.button-with-dropdown.open .dropdown-button:not(.zmb).red-inverse {
    color: #bb0000;
    border-color: #bb0000
}

.button:not(.zmb).black {
    background: #323232;
    background: -moz-linear-gradient(top, #323232 0%, #131313 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(100%, #131313));
    background: -webkit-linear-gradient(top, #323232 0%, #131313 100%);
    background: -o-linear-gradient(top, #323232 0%, #131313 100%);
    background: -ms-linear-gradient(top, #323232 0%, #131313 100%);
    background: linear, to bottom, #323232 0%, #131313 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25);
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.39);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.39);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.39);
    border: 1px solid #000;
    color: #fff
}

.button:not(.zmb).black:active,
.button:not(.zmb).black.depressed,
.button-with-dropdown.open .dropdown-button:not(.zmb).black {
    box-shadow: inset 0 0 4px #000, 0 1px 2px rgba(0, 0, 0, 0.27);
    background: #131313
}

.button:not(.zmb).light,
.toggle-button-group label:not(.zmb) {
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 0%, #e9f2f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e9f2f8));
    background: -webkit-linear-gradient(top, #fff 0%, #e9f2f8 100%);
    background: -o-linear-gradient(top, #fff 0%, #e9f2f8 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e9f2f8 100%);
    background: linear, to bottom, #ffffff 0%, #e9f2f8 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #bfbfbf;
    border-bottom-color: #9c9c9c;
    color: #0d3d62
}

.button:not(.zmb).light:active,
.toggle-button-group input[type='radio']:checked+label:not(.zmb),
.toggle-button-group label:not(.zmb):active,
.button:not(.zmb).light.depressed,
.button-with-dropdown.open .dropdown-button:not(.zmb).light,
.toggle-button-group label:not(.zmb).depressed {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    background: #dfebf5
}

.button:not(.zmb).disabled,
.button:not(.zmb)[disabled] {
    opacity: 0.5
}

.button:not(.zmb).subtle {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: transparent;
    border: 1px solid transparent;
    color: #4477bd;
    font-weight: normal
}

.button:not(.zmb).subtle:active,
.button:not(.zmb).subtle.depressed,
.button-with-dropdown.open .dropdown-button:not(.zmb).subtle {
    box-shadow: none;
    background: transparent;
    border: 1px solid transparent
}

*+.button:not(.zmb) {
    margin-left: 5px
}

.button-with-dropdown {
    position: relative
}

.button-with-dropdown .dropdown-button {
    display: inline-block;
    position: relative;
    margin: 0;
    text-indent: -9999px
}

.button-with-dropdown .dropdown-button::after {
    content: "";
    display: block;
    position: absolute;
    margin: -3px 0 0 0;
    top: 50%;
    left: 8px;
    width: 0;
    height: 0;
    border-top: 6px solid #999;
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.button-with-dropdown .dropdown-menu {
    margin-top: 4px
}

.toggle-button-group {
    display: inline-block;
    margin-top: 4px
}

.toggle-button-group input[type='radio'] {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden
}

.toggle-button-group label {
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    margin-left: -4px
}

.toggle-button-group label:first-of-type {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.toggle-button-group label:not(:first-of-type) {
    border-left: none
}

.toggle-button-group label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.zmb.button {
    background: none;
    border: none;
    display: block;
    position: relative;
    height: 42px;
    margin: 0;
    padding: 8px 24px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: bold 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    cursor: pointer;
    transition: background 150ms
}

.zmb.button>* {
    text-shadow: none
}

.zmb.button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px
}

.zmb.button--tmp-inline {
    height: 39px;
    padding: 7px 24px 6px
}

.zmb.button[disabled],
.zmb.button.disabled {
    opacity: .5;
    pointer-events: none
}

.zmb.button--icon-left {
    padding-left: 18px
}

.zmb.button--icon-left .octicon {
    margin: 2px 8px 0 0
}

.zmb.button--icon-right {
    padding-right: 18px
}

.zmb.button--icon-right .octicon {
    margin: 2px 0 0 8px
}

.zmb.button--icon-right .octicon-chevron-down {
    margin-top: 3px
}

.zmb.button--inline {
    display: inline-block;
    margin: 0 6px
}

.zmb.button--mini {
    height: 24px;
    padding: 2px 6px;
    font: bold 14px/18px "Open Sans", Helvetica, Arial, sans-serif
}

.zmb.button--mini.button--icon-left {
    padding-right: 12px
}

.zmb.button--mini.button--icon-left .octicon {
    margin: 3px 2px 0 0
}

.zmb.button--mini.button--icon-right {
    padding-left: 12px
}

.zmb.button--mini.button--icon-right .octicon {
    margin: 3px 0 0 2px
}

.zmb.button--icon-red svg {
    fill: #CF3242
}

.zmb.button--icon-blue svg {
    fill: #4477bd
}

.zmb.button--gray {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eff2f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eff2f5));
    background: -webkit-linear-gradient(top, #fff 0%, #eff2f5 100%);
    background: -o-linear-gradient(top, #fff 0%, #eff2f5 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eff2f5 100%);
    background: linear, to bottom, #fff 0%, #eff2f5 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    color: #2C5490;
    border: 1px solid #d3d9e4;
    border-bottom: 1px solid #B2BED4
}

.zmb.button--gray:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e9f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e9f0));
    background: -webkit-linear-gradient(top, #fff 0%, #e6e9f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #e6e9f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e6e9f0 100%);
    background: linear, to bottom, #fff 0%, #e6e9f0 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0)
}

.zmb.button--gray:active,
.zmb.button--gray.button--depressed {
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #e0e4ec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e0e4ec));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e0e4ec 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e0e4ec 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e0e4ec 100%);
    background: linear, to bottom, #fafafa 0%, #e0e4ec 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0)
}

.zmb.button--orange {
    background: #f5c05d;
    background: -moz-linear-gradient(top, #f5c05d 0%, #F2AB27 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5c05d), color-stop(100%, #F2AB27));
    background: -webkit-linear-gradient(top, #f5c05d 0%, #F2AB27 100%);
    background: -o-linear-gradient(top, #f5c05d 0%, #F2AB27 100%);
    background: -ms-linear-gradient(top, #f5c05d 0%, #F2AB27 100%);
    background: linear, to bottom, #f5c05d 0%, #F2AB27 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    color: #fff;
    text-shadow: 0px 0px 2px #e4931b;
    border: 1px solid #F2AB27;
    border-bottom: 1px solid #e4931b
}

.zmb.button--orange:hover {
    background: #f5bc52;
    background: -moz-linear-gradient(top, #f5bc52 0%, #f1a414 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5bc52), color-stop(100%, #f1a414));
    background: -webkit-linear-gradient(top, #f5bc52 0%, #f1a414 100%);
    background: -o-linear-gradient(top, #f5bc52 0%, #f1a414 100%);
    background: -ms-linear-gradient(top, #f5bc52 0%, #f1a414 100%);
    background: linear, to bottom, #f5bc52 0%, #f1a414 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0)
}

.zmb.button--orange:active,
.zmb.button--orange.button--depressed {
    background: #f4b94c;
    background: -moz-linear-gradient(top, #f4b94c 0%, #e79b0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4b94c), color-stop(100%, #e79b0e));
    background: -webkit-linear-gradient(top, #f4b94c 0%, #e79b0e 100%);
    background: -o-linear-gradient(top, #f4b94c 0%, #e79b0e 100%);
    background: -ms-linear-gradient(top, #f4b94c 0%, #e79b0e 100%);
    background: linear, to bottom, #f4b94c 0%, #e79b0e 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0)
}

.zmb.button[class*="--subtle"] {
    background: transparent;
    border: none;
    padding: 0
}

.zmb.button--subtle {
    color: #454C58
}

.zmb.button--subtle:hover {
    color: #2C5490
}

.zmb.button--subtle:active,
.zmb.button--subtle.button--depressed {
    color: #193A6C
}

.zmb.button--subtle-error {
    color: #CF3242
}

.zmb.button--subtle-error:hover {
    color: #691921
}

.zmb.button--subtle-error:active,
.zmb.button--subtle-error.button--depressed {
    color: #4477bd
}

.zmb.button--red {
    background: #db6571;
    background: -moz-linear-gradient(top, #db6571 0%, #CF3242 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db6571), color-stop(100%, #CF3242));
    background: -webkit-linear-gradient(top, #db6571 0%, #CF3242 100%);
    background: -o-linear-gradient(top, #db6571 0%, #CF3242 100%);
    background: -ms-linear-gradient(top, #db6571 0%, #CF3242 100%);
    background: linear, to bottom, #db6571 0%, #CF3242 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    color: #fff;
    text-shadow: 0px 0px 2px #691921;
    border: 1px solid #CF3242;
    border-bottom: 1px solid #691921
}

.zmb.button--red:hover {
    background: #d95b68;
    background: -moz-linear-gradient(top, #d95b68 0%, #c02d3c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d95b68), color-stop(100%, #c02d3c));
    background: -webkit-linear-gradient(top, #d95b68 0%, #c02d3c 100%);
    background: -o-linear-gradient(top, #d95b68 0%, #c02d3c 100%);
    background: -ms-linear-gradient(top, #d95b68 0%, #c02d3c 100%);
    background: linear, to bottom, #d95b68 0%, #c02d3c 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0)
}

.zmb.button--red:active,
.zmb.button--red.button--depressed {
    background: #d75562;
    background: -moz-linear-gradient(top, #d75562 0%, #b32a38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d75562), color-stop(100%, #b32a38));
    background: -webkit-linear-gradient(top, #d75562 0%, #b32a38 100%);
    background: -o-linear-gradient(top, #d75562 0%, #b32a38 100%);
    background: -ms-linear-gradient(top, #d75562 0%, #b32a38 100%);
    background: linear, to bottom, #d75562 0%, #b32a38 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0)
}

.zmb.button--blue {
    background: #617fac;
    background: -moz-linear-gradient(top, #617fac 0%, #2C5490 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #617fac), color-stop(100%, #2C5490));
    background: -webkit-linear-gradient(top, #617fac 0%, #2C5490 100%);
    background: -o-linear-gradient(top, #617fac 0%, #2C5490 100%);
    background: -ms-linear-gradient(top, #617fac 0%, #2C5490 100%);
    background: linear, to bottom, #617fac 0%, #2C5490 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    color: #fff;
    text-shadow: 0px 0px 2px #05132B;
    border: 1px solid #2C5490;
    border-bottom: 1px solid #193A6C
}

.zmb.button--blue:hover {
    background: #5676a6;
    background: -moz-linear-gradient(top, #5676a6 0%, #274b80 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5676a6), color-stop(100%, #274b80));
    background: -webkit-linear-gradient(top, #5676a6 0%, #274b80 100%);
    background: -o-linear-gradient(top, #5676a6 0%, #274b80 100%);
    background: -ms-linear-gradient(top, #5676a6 0%, #274b80 100%);
    background: linear, to bottom, #5676a6 0%, #274b80 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0)
}

.zmb.button--blue:active,
.zmb.button--blue.button--depressed {
    background: #5071a3;
    background: -moz-linear-gradient(top, #5071a3 0%, #244475 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5071a3), color-stop(100%, #244475));
    background: -webkit-linear-gradient(top, #5071a3 0%, #244475 100%);
    background: -o-linear-gradient(top, #5071a3 0%, #244475 100%);
    background: -ms-linear-gradient(top, #5071a3 0%, #244475 100%);
    background: linear, to bottom, #5071a3 0%, #244475 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0)
}

.zmb.button--new-item {
    background: #fff;
    border: 1px solid #2C5490;
    color: #2C5490;
    height: 36px;
    padding: 5px 24px 5px 18px;
    font: bold 14px/24px "Open Sans", Helvetica, Arial, sans-serif
}

.zmb.button--new-item .octicon {
    margin-right: 6px
}

.zmb.button--new-item:hover {
    background: #F2F4F7
}

.button-container {
    display: flex
}

.button-container .button {
    margin: 0 0 0 12px
}

.button-container .button--mini {
    margin-left: 6px
}

.button-container .button:first-child {
    margin-left: 0
}

.button-container .autosave-notification {
    padding: 9px 0
}

.button-container--right {
    justify-content: flex-end
}

.button-container--center {
    justify-content: center
}

.button-container--full-justify {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.dropdown-button-container {
    display: inline;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.dropdown-button-container .button {
    display: inline-block
}

.dropdown-button-container .button:not(.lonely):first-child {
    border-radius: 3px 0 0 3px
}

.dropdown-button-container .button--dropdown {
    border-radius: 0 3px 3px 0;
    margin-left: 2px;
    padding: 9px 14px;
    margin-left: 3px
}

.dropdown-button-container .button--dropdown.button--mini {
    padding: 2px 3px;
    margin-left: 2px
}

.dropdown-button-container .button--dropdown.button--mini .octicon-chevron-down {
    margin-top: 3px
}

span.sidenote {
    margin-left: 8px;
    font-size: 13px;
    font-weight: normal;
    color: #888
}

span.checkbox-note {
    display: block;
    margin-left: 20px;
    font-size: 13px;
    font-weight: normal;
    color: #888
}

span.field-notes {
    display: block;
    margin: 8px 0 0 0;
    font-size: 13px;
    font-weight: normal;
    color: #888
}

span.required {
    color: red
}

form span.error {
    display: inline-block;
    padding: 5px 0;
    font-size: 13px;
    color: red
}

dl.form:not(.zmb) dt {
    padding: 0 0 0.5rem 0;
    font-weight: bold;
    color: #333
}

dl.form:not(.zmb) dd {
    padding: 0 0 1rem;
}

dl.form:not(.zmb) dd span.note {
    display: inline-block;
    padding: 0.5rem 0 0 0;
    font-size: 13px;
    font-weight: normal;
    color: #888
}

dl.form:not(.zmb) dd.checkbox label {
    font-weight: normal
}

dl.form:not(.zmb).no-labels dt {
    display: none
}

dl.form:not(.zmb).minor dd {
    font-size: 13px
}

dl.form:not(.zmb).minor dd label {
    font-size: 13px
}

dl.form:not(.zmb).full input[type=text],
dl.form:not(.zmb).full input[type=password],
dl.form:not(.zmb).full input[type=email],
dl.form:not(.zmb).full input[type=tel],
dl.form:not(.zmb).full input[type=url],
dl.form:not(.zmb).full input[type=date],
dl.form:not(.zmb).full input[type=datetime-local],
dl.form:not(.zmb).full select,
dl.form:not(.zmb).full .text-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    height: 48px;
}
#keform dd input {
  min-width: auto !important;
}
dl.form:not(.zmb).full select[multiple] {
    height: auto;
}
dl.form:not(.zmb).full textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

dl.form:not(.zmb).compact dd {
    padding-bottom: 12px
}

dl.form:not(.zmb).compact dd+dt {
    margin-top: 12px
}

dl.form:not(.zmb) span.error {
    display: inline-block;
    padding: 5px 0;
    font-size: 13px;
    color: red
}

dl.form:not(.zmb) .errors {
    display: none;
    padding: 5px 0;
    font-size: 13px;
    color: red
}

dl.form:not(.zmb) .errors.in {
    display: block
}

dl.form:not(.zmb) .invalid .errors {
    display: block
}

dl.form:not(.zmb).hideable {
    padding-top: 25px
}

dl.form:not(.zmb).hide {
    display: none
}

.form-errors {
    display: none;
    padding: 5px 0;
    font-size: 13px;
    color: red
}

.form-errors.in {
    display: block
}

.form-errors .octicon {
    margin-right: 6px
}

.form-errors .octicon-alert {
    fill: #CF3242
}

.form-controls {
    line-height: 0
}

.form-controls a.delete,
.form-controls a.small {
    font-size: 13px;
    margin-left: 10px
}

.form-controls span.spinner {
    display: none;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: transparent url(../orange-small-spinner-291dd97ef8155f88c7d8e2d4173afa01003706100a5974288ed72eafae3c8fbc.gif) center center no-repeat;
    vertical-align: middle
}

.form-controls span.spinner.show {
    display: inline-block
}

.form-controls .autosave-notification {
    display: inline-block;
    margin-left: 12px;
    color: #B2BED4;
    font: normal 14px/24px "Open Sans", Helvetica, Arial, sans-serif
}

.form-controls .footnote {
    padding-top: 24px;
    display: block;
    font: normal 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
    color: #B2BED4
}

.inline-form {
    padding-bottom: 20px
}

.inline-form:after {
    content: "";
    display: table;
    clear: both
}

.inline-form .text-field,
.inline-form .ts-control,
.inline-form .button {
    margin-left: 0;
    margin-right: 10px;
    display: block;
    float: left
}

.inline-form .ts-control {
    width: 120px
}

.inline-form span.error {
    display: inline;
    line-height: 38px
}

.inline-form--block {
    display: inline-block;
    padding-bottom: 0
}

.inline-form--block .button {
    float: none
}

.inline-form p {
    padding: 0
}

.inline-form p input[type="submit"] {
    display: inline;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: 16px "Open Sans", Helvetica, Arial, sans-serif;
    color: #4477bd;
    cursor: pointer
}

label:not(.zenput__label):not(.zenput__toggle-label) {
    color: #333;
}

label:not(.zenput__label):not(.zenput__toggle-label).subtle {
    font-weight: normal
}

.radio label {
    line-height: 20px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
input[type=datetime-local],
textarea,
.text-field,
.text-area,
select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 8px 16px;
    height: 50px;
    font-size: inherit;
    border: 2px solid rgba(0,0,0,0.1);
    background-color: #fff;
    line-height: 1.5;
    position: relative;
    color: inherit;
}

.form-control {
    font-size: inherit;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
textarea:focus,
.text-field:focus,
.text-area:focus,
select[multiple]:focus {
    border-color: #0084ff;
}

input[type=text].short,
input[type=password].short,
input[type=email].short,
input[type=tel].short,
input[type=url].short,
input[type=date].short,
input[type=datetime-local].short,
textarea.short,
.text-field.short,
.text-area.short,
select[multiple].short {
    width: 250px
}

input[type=text].full,
input[type=password].full,
input[type=email].full,
input[type=tel].full,
input[type=url].full,
input[type=date].full,
input[type=datetime-local].full,
textarea.full,
.text-field.full,
.text-area.full,
select[multiple].full {
    width: 100%
}

input[type=text].code,
input[type=password].code,
input[type=email].code,
input[type=tel].code,
input[type=url].code,
input[type=date].code,
input[type=datetime-local].code,
textarea.code,
.text-field.code,
.text-area.code,
select[multiple].code {
    font-family: Inconsolas, Courier, monospace
}

input[type=text].left,
input[type=password].left,
input[type=email].left,
input[type=tel].left,
input[type=url].left,
input[type=date].left,
input[type=datetime-local].left,
textarea.left,
.text-field.left,
.text-area.left,
select[multiple].left {
    float: left
}

select[multiple] option {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5
}

textarea,
.text-area {
    min-height: 120px
}

textarea:not(.zenput__textarea).short,
.text-area.short {
    height: 60px
}

textarea:not(.zenput__textarea).medium,
.text-area.medium {
    height: 120px
}

textarea:not(.zenput__textarea)[disabled],
textarea:not(.zenput__textarea)[readonly],
.text-area[disabled],
.text-area[readonly] {
    color: #777;
    background-color: #f2f2f2
}

input[type=text]:not(.zenput__input)[disabled],
input[type=text]:not(.zenput__input)[readonly],
input[type=password]:not(.zenput__input)[disabled],
input[type=password]:not(.zenput__input)[readonly],
input[type=email]:not(.zenput__input)[disabled],
input[type=email]:not(.zenput__input)[readonly],
input[type=tel]:not(.zenput__input)[disabled],
input[type=tel]:not(.zenput__input)[readonly],
input[type=url]:not(.zenput__input)[disabled],
input[type=url]:not(.zenput__input)[readonly],
input[type=date]:not(.zenput__input)[disabled],
input[type=date]:not(.zenput__input)[readonly],
input[type=datetime-local]:not(.zenput__input)[disabled],
input[type=datetime-local]:not(.zenput__input)[readonly],
.text-field:not(.zenput__input)[disabled],
.text-field:not(.zenput__input)[readonly] {
    color: #777;
    background-color: #f2f2f2
}

textarea.snippet {
    margin-bottom: 20px;
    font-family: Monaco, Courer, monospace;
    font-size: 12px;
    width: 100%;
    background-color: #fbfbfb;
    color: #555;
    resize: none;
    height: 275px
}

textarea.snippet.short {
    height: 120px
}

input.code {
    font-family: Monaco, Courer, monospace;
    font-size: 12px;
    width: 100%;
    background-color: #fbfbfb;
    color: #555;
    resize: none
}

input.code[readonly] {
    color: #555
}

.invalid input[type=text],
.invalid input[type=password],
.invalid input[type=email],
.invalid input[type=tel],
.invalid input[type=date],
.invalid input[type=datetime-local],
.invalid textarea,
.invalid .text-field,
.invalid .text-area {
    padding-right: 25px;
    border-color: red
}

.credit-card label {
    display: block;
    padding-bottom: 5px
}

.credit-card input {
    width: 100%
}

.credit-card .field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px
}

.credit-card .exp-field {
    float: left;
    width: 50%;
    padding-right: 10px
}

.credit-card .exp-field input {
    display: inline
}

.credit-card .exp-field input.exp-month {
    width: 35%
}

.credit-card .exp-field input.exp-year {
    width: 55%
}

.credit-card .exp-field input+input {
    margin-left: 5px
}

.credit-card .code-field {
    float: right;
    width: 50%;
    padding-left: 10px
}

.credit-card .errors {
    display: none;
    padding: 5px 0;
    font-size: 13px;
    color: red
}

.credit-card .errors.in {
    display: block
}

.credit-card-logos {
    display: block;
    width: 100%
}

.error-messages {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 14px;
    background-color: #ffe3e3;
    border: 2px solid #ff9a9a;
    color: red
}

.error-messages:after {
    content: "";
    display: table;
    clear: both
}

.error-messages .message {
    margin-right: 305px;
    padding: 3px 0
}

.error-messages .button-right {
    width: 300px;
    float: right;
    text-align: right
}

.error-messages ul {
    margin-left: 10px;
    margin-top: 8px;
    padding: 0;
    list-style-position: inside
}

.checkbox-multi-select {
    margin: 0;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    list-style-type: none;
    max-height: 150px;
    overflow-y: auto
}

.checkbox-multi-select li {
    padding: 8px 10px;
    border-bottom: 1px solid #dedede
}

.checkbox-multi-select li:last-child {
    border-bottom: 0
}

.checkbox-multi-select label {
    color: #333
}

.radio-reveal__area {
    display: none;
    margin-top: 12px
}

.radio-reveal input[type="radio"]:checked ~ .radio-reveal__area {
    display: block
}

.detailed-checkbox-list {
    margin: 0;
    max-height: none;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.detailed-checkbox-list li {
    padding: 12px 18px 12px 36px;
    display: block;
    width: calc(100% - 24px);
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    margin: 0 12px 24px;
    flex: 0 0 calc(100%-24px)
}

.detailed-checkbox-list li label {
    display: inline-block;
    width: 100%
}

.detailed-checkbox-list li label input {
    margin-left: -18px;
    vertical-align: text-bottom
}

.detailed-checkbox-list li label span {
    display: inline-block;
    margin-bottom: 2px
}

.detailed-checkbox-list li code {
    display: block;
    font-weight: normal;
    color: #795da3;
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal
}

.detailed-checkbox-list li>span {
    display: inline-block;
    display: none;
    color: #888;
    font-size: 13px
}

.detailed-checkbox-list li.disabled {
    background-color: #fafafa
}

.detailed-checkbox-list li.disabled label,
.detailed-checkbox-list li.disabled code,
.detailed-checkbox-list li.disabled span {
    color: #999
}

.detailed-checkbox-list--2-col li {
    width: calc(50% - 12px);
    padding: 12px 12px 12px 30px;
    margin: 0 6px 12px;
    flex: 0 0 calc(50%-12px)
}

.single-checkbox-option label {
    font-weight: normal
}

.single-checkbox-option label code {
    color: #795da3
}

.radio-option-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left
}

.radio-option-list>li {
    margin: 0 0 3px 0;
    padding: 0
}

.radio-option-list>li label {
    font-weight: normal
}

.icon-option-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left
}

.icon-option-list li {
    margin: 0;
    padding: 0
}

.icon-option-list .icon-option {
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #dadada
}

.icon-option-list .icon-option:hover {
    background-color: #fafafa
}

.icon-option-list .icon-option-icon {
    float: left;
    color: #e2911a;
    text-align: center;
    width: 40px
}

.icon-option-list .inner {
    margin-left: 50px
}

.icon-option-list .icon-option-title {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 16px;
    color: #4477bd
}

.icon-option-list .icon-option-description {
    margin: 0;
    padding: 0;
    color: #333
}

.external-resource-select:after {
    content: "";
    display: table;
    clear: both
}

.external-resource-select-wrap {
    margin-right: 25px
}

.external-resource-button {
    float: right;
    padding: 12px 0;
    border: 0;
    background: none;
    cursor: pointer;
    color: #999
}

.external-resource-button:hover {
    color: #4477bd
}

input.zmb {
    background: #fff;
    border: none;
    border-radius: 3px;
    display: block;
    box-shadow: none
}

input.zmb.input--large {
    height: 42px;
    font: bold 30px/42px "Open Sans", Helvetica, Arial, sans-serif;
    color: #193A6C;
    padding: 0 12px
}

input.zmb:focus {
    box-shadow: none
}

.form-table {
    list-style: none;
    padding-bottom: 36px
}

.form-table .remove,
.form-table .remove-button {
    color: #B2BED4;
    vertical-align: middle
}

.form-table .remove:hover,
.form-table .remove-button:hover {
    color: #4477bd
}

.form-table .remove .octicon,
.form-table .remove-button .octicon {
    margin-top: 16px
}

.form-table .form-table__row {
    display: flex;
    margin: 0 0 24px
}

.form-table .form-table__row>* {
    margin: 0 24px 0 0
}

.form-table .form-table__row>*:last-child {
    margin-right: 0
}

.form-table .form-table__row:last-of-type {
    margin: 0
}

.form-table__new {
    display: flex;
    margin-top: 30px
}

.settings-form .button-container,
.zenform .button-container {
    width: 100%;
    padding: 36px 0 0
}

.settings-form .button-container:only-child,
.zenform .button-container:only-child {
    padding-top: 0
}

.zmb.settings-form,
.zenform {
    width: 100%
}

.zmb.settings-form--padded,
.zenform--padded {
    padding: 24px 0 0
}

.zmb.settings-form+.zenform,
.zenform+.zenform {
    margin-top: 48px
}

.zmb.settings-form+h2,
.zenform+h2 {
    padding-top: 48px
}

.zmb.settings-form+h3,
.zenform+h3 {
    padding-top: 48px
}

.zmb.settings-form>.zenput,
.zenform>.zenput {
    margin-top: 48px
}

.zmb.settings-form>.zenput:first-of-type,
.zenform>.zenput:first-of-type {
    margin-top: 0
}

.zmb.settings-form .settings-form__group.is--vertical,
.zmb.settings-form .zenform__group.is--vertical,
.zenform .settings-form__group.is--vertical,
.zenform .zenform__group.is--vertical {
    margin-top: 36px
}

.zmb.settings-form .settings-form__group.is--vertical:first-of-type,
.zmb.settings-form .zenform__group.is--vertical:first-of-type,
.zenform .settings-form__group.is--vertical:first-of-type,
.zenform .zenform__group.is--vertical:first-of-type {
    margin-top: 12px
}

.zmb.settings-form .settings-form__group.is--vertical>label,
.zmb.settings-form .zenform__group.is--vertical>label,
.zenform .settings-form__group.is--vertical>label,
.zenform .zenform__group.is--vertical>label {
    display: block;
    font: normal 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
    color: #05132B;
    margin-bottom: 6px
}

.zmb.settings-form .settings-form__group.is--vertical>label.is--hidden,
.zmb.settings-form .zenform__group.is--vertical>label.is--hidden,
.zenform .settings-form__group.is--vertical>label.is--hidden,
.zenform .zenform__group.is--vertical>label.is--hidden {
    display: none
}

.zmb.settings-form .settings-form__group.is--horizontal,
.zmb.settings-form .zenform__group.is--horizontal,
.zenform .settings-form__group.is--horizontal,
.zenform .zenform__group.is--horizontal {
    display: flex;
    margin-top: 48px
}

.zmb.settings-form .settings-form__group.is--horizontal>*,
.zmb.settings-form .zenform__group.is--horizontal>*,
.zenform .settings-form__group.is--horizontal>*,
.zenform .zenform__group.is--horizontal>* {
    margin: 0 24px 0 0
}

.zmb.settings-form .settings-form__group.is--horizontal>*:last-child,
.zmb.settings-form .zenform__group.is--horizontal>*:last-child,
.zenform .settings-form__group.is--horizontal>*:last-child,
.zenform .zenform__group.is--horizontal>*:last-child {
    margin-right: 0
}

.zmb.settings-form .settings-form__group.is--horizontal:first-of-type,
.zmb.settings-form .zenform__group.is--horizontal:first-of-type,
.zenform .settings-form__group.is--horizontal:first-of-type,
.zenform .zenform__group.is--horizontal:first-of-type {
    margin-top: 24px
}

.zmb.settings-form .col-1,
.zenform .col-1 {
    width: 8.33%
}

.zmb.settings-form .col-2,
.zenform .col-2 {
    width: 16.66%
}

.zmb.settings-form .col-3,
.zenform .col-3 {
    width: 24.99%
}

.zmb.settings-form .col-4,
.zenform .col-4 {
    width: 33.32%
}

.zmb.settings-form .col-5,
.zenform .col-5 {
    width: 41.65%
}

.zmb.settings-form .col-6,
.zenform .col-6 {
    width: 49.98%
}

.zmb.settings-form .col-7,
.zenform .col-7 {
    width: 58.31%
}

.zmb.settings-form .col-8,
.zenform .col-8 {
    width: 66.64%
}

.zmb.settings-form .col-9,
.zenform .col-9 {
    width: 74.97%
}

.zmb.settings-form .col-10,
.zenform .col-10 {
    width: 83.3%
}

.zmb.settings-form .col-11,
.zenform .col-11 {
    width: 91.63%
}

.zmb.settings-form .col-12,
.zenform .col-12 {
    width: 99.96%
}

.zmb.settings-form .col-auto,
.zenform .col-auto {
    width: auto
}

.settings-subsection,
.zenform--subsection {
    padding-bottom: 36px
}

.settings-subsection:not(:last-child),
.zenform--subsection:not(:last-child) {
    border-bottom: 1px solid #d3d9e4;
    margin-bottom: 36px
}

.settings-subsection p:last-child,
.zenform--subsection p:last-child {
    padding-bottom: 0
}

.settings-subsection .button-container,
.zenform--subsection .button-container {
    padding: 60px 0 0
}

.zmb .pane-container {
    padding-bottom: 12px
}

.zmb .pane-container .tabset {
    margin-bottom: 36px
}

.tooltip {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    margin-top: -3px
}

.tooltip.right {
    margin-left: 3px
}

.tooltip.bottom {
    margin-top: 3px
}

.tooltip.left {
    margin-left: -3px
}

.tooltip-inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    white-space: pre-wrap
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.carousel {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative
}

.carousel-inner>.item {
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    display: none;
    position: relative
}

.carousel-inner>.item>img {
    display: block;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    text-align: center
}

.carousel-control.right {
    left: auto;
    right: 15px
}

.carousel-control:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #fff;
    text-decoration: none
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.75)
}

.carousel-caption h4 {
    margin: 0 0 5px
}

.carousel-caption p {
    margin-bottom: 0
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3050;
    -webkit-overflow-scrolling: touch;
    outline: none
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.hide {
    display: none
}

.modal .errors {
    padding: 5px 0;
    font-size: 13px;
    color: red
}

.modal .close {
    margin: -1px 0 0 0;
    float: right;
    font-size: 30px;
    line-height: 15px;
    font-weight: bold;
    color: #333;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.modal .close:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-dialog {
    position: relative;
    margin: 80px auto;
    width: 560px
}

@media screen and (max-width: 480px) {
    body:not(.fixed-width) .modal-dialog {
        width: 100%
    }
}

.modal-content,
.modal-content-compact {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    outline: 0
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-content .modal-body {
    overflow-y: auto;
    padding: 25px
}

.modal-content .modal-body h3 {
    padding-bottom: 20px;
    font-family: "Open Sans-condensed", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #e2911a
}

.modal-content .modal-body .panes {
    margin: 25px 0 0 0
}

.modal-content .modal-body .full-screenshot {
    width: 100%
}

.modal-content.zmb p {
    padding-bottom: 24px
}

.modal-content.zmb ul {
    padding: 0 0 24px 16px
}

.modal-content.zmb li {
    color: #05132B;
    font: 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
    list-style: disc outside
}

.modal-content-compact .modal-heading {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 15px 18px;
    background-color: #f2f5f6;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #0d3d62
}

.modal-content-compact .modal-heading .octicon {
    margin-right: 3px
}

.modal-content-compact .close {
    font-size: 22px;
    margin-top: 18px;
    margin-right: 18px
}

.modal-content-compact .modal-body {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-y: auto;
    background-color: #fff;
    padding: 18px
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 18px 25px 18px;
    margin-bottom: 0;
    text-align: left;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #fff
}

.modal-footer:after {
    content: "";
    display: table;
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.collapse.in {
    height: auto
}

.large-video .modal-dialog {
    width: 690px
}

.large-video .video-container {
    padding-bottom: 10px
}

ul.icon-button-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 9px;
    list-style-type: none;
    text-align: center
}

ul.icon-button-grid:after {
    content: "";
    display: table;
    clear: both
}

ul.icon-button-grid>li {
    width: 50%;
    margin: 0;
    padding: 9px;
    float: left
}

ul.icon-button-grid .icon-button {
    display: block;
    border-radius: 4px;
    border: 1px solid #dadada;
    padding: 10px
}

ul.icon-button-grid .icon-button:hover {
    background-color: #fafafa
}

ul.icon-button-grid .icon-button-icon {
    margin: 10px auto;
    width: 50px;
    border-radius: 50px;
    color: #e2911a
}

ul.icon-button-grid .icon-button-name {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold
}

ul.icon-button-grid .icon-button-description {
    padding: 0;
    font-size: 12px;
    color: #888
}

ul.icon-button-grid .icon-button-fork,
ul.icon-button-grid .icon-button-fork path {
    height: 34px;
    width: 34px;
    fill: #e2911a
}

.status-badge,
table.resources .col-tag span.tag {
    padding: 0 6px;
    display: block;
    float: left;
    border-radius: 3px;
    font-size: 13px;
    background-color: #eaeaea;
    line-height: 20px;
    color: #888;
    font-weight: bold
}

.status-badge a,
table.resources .col-tag span.tag a {
    color: #888
}

.table-scroll-wrap {
    margin: 0 0 20px 0;
    overflow-x: auto;
    border: 1px solid #c4c4c4;
    border-bottom-color: #bcbcbc;
    border-radius: 4px
}

table.resources {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    width: 100%;
    border: 1px solid #c4c4c4;
    border-bottom-color: #bcbcbc
}

.table-scroll-wrap table.resources {
    border: none;
    margin: 0
}

table.resources .status {
    font-family: "Open Sans-condensed", "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 6px 0 10px;
    padding: 2px 4px;
    background-color: #f2f2f2;
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
    vertical-align: middle
}

table.resources .status.under-test {
    background-color: #e2911a;
    color: #fff
}

table.resources .status.under-test a {
    margin: 0;
    padding: 0;
    color: #fff
}

table.resources .scheduled {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3
}

table.resources.tags {
    margin-top: 1rem
}

table.resources.sortable tr {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 52px
}

table.resources.sortable tr.ui-sortable-helper {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    border: 1px solid #d4d4d4
}

table.resources.cohorts td.sub-head {
    text-align: center
}

table.resources.cohorts th.cohort-date {
    width: 150px
}

table.resources tr.inactive {
    color: #999;
    background-color: #fafafa
}

table.resources th {
    background: #f1f3f5;
    background: -moz-linear-gradient(top, #f1f3f5 0%, #e8ebec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f3f5), color-stop(100%, #e8ebec));
    background: -webkit-linear-gradient(top, #f1f3f5 0%, #e8ebec 100%);
    background: -o-linear-gradient(top, #f1f3f5 0%, #e8ebec 100%);
    background: -ms-linear-gradient(top, #f1f3f5 0%, #e8ebec 100%);
    background: linear, to bottom, #f1f3f5 0%, #e8ebec 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='#ffffff', GradientType=0);
    border-bottom: 1px solid #c4c4c4;
    font-weight: bold;
    font-size: 13px;
    color: #444;
    padding: 10px 0 10px 15px
}

table.resources th:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0
}

table.resources th:last-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding-right: 15px
}

table.resources td {
    padding: 12px 0 12px 15px;
    border-bottom: 1px solid #d4d4d4
}

table.resources td:last-child {
    padding-right: 15px
}

table.resources td.no-results {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #777
}

table.resources tr:last-child td {
    border-bottom: 0
}

table.resources tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px
}

table.resources tr:last-child td:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

table.resources span.handle {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    cursor: move;
    text-indent: -9999px;
    border-top: 4px solid #d0d0d0;
    border-bottom: 4px solid #d0d0d0
}

table.resources span.handle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    border-top: 4px solid #d0d0d0;
    width: 100%
}

table.resources .col-handle {
    width: 16px
}

table.resources .col-status {
    width: 150px
}

table.resources .col-controls {
    text-align: right
}

table.resources .col-icon {
    text-align: center;
    width: 20px
}

table.resources .col-stats {
    width: 100px;
    text-align: center
}

table.resources .col-url {
    word-break: break-all
}

table.resources .col-tag-count {
    text-align: center
}

table.resources .sidenote {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    border: 1px solid #dedede;
    padding: 0 6px;
    border-radius: 3px;
    background-color: #f8f8f8
}

table.resources .sidenote .octicon {
    margin-right: 4px
}

.resource-header {
    width: 100%;
    padding-bottom: 15px
}

.resource-header button:only-of-type {
    float: right
}

.flash {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 24px
}

.flash.error {
    border-color: #ffb2b2;
    background-color: #f2dede;
    color: #b94a48
}

.flash.notice {
    border-color: #d6e9c6;
    background-color: #dff0db;
    color: #468847
}

.flash-tab-container {
    position: fixed;
    width: 500px;
    top: 0;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    z-index: 2001
}

.flash-tab-container .flash-tab {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    display: none;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-top: 0;
    line-height: 18px;
    color: #555;
    font-weight: bold;
    font-size: 13px
}

.flash-tab-container .flash-tab.in {
    display: inline-block
}

.flash-tab-container .flash-tab.notice,
.flash-tab-container .flash-tab.error {
    background-color: #fffae0
}

.notice-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 14px;
    background-color: #fffae0;
    border: 1px solid #e2911a
}

.notice-box:after {
    content: "";
    display: table;
    clear: both
}

.notice-box .message {
    margin-right: 305px;
    padding: 3px 0
}

.notice-box .button-right {
    width: 300px;
    float: right;
    text-align: right
}

.notice-box ul {
    margin-top: 8px
}

.notice-box.hidden {
    display: none
}

.error-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 14px;
    background-color: #ffe3e3;
    border: 2px solid #ff9a9a;
    color: red;
    display: none
}

.error-box:after {
    content: "";
    display: table;
    clear: both
}

.error-box.in {
    display: block
}

.error-box .message {
    margin-right: 305px;
    padding: 3px 0
}

.error-box .button-right {
    width: 300px;
    float: right;
    text-align: right
}

.error-box ul {
    margin-top: 8px
}

.wf-loading h1,
.wf-loading h2,
.wf-loading p {
    visibility: hidden
}

body.canvas {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    color: #555;
}

body.canvas.form-preview {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px
}

p {
    padding: 0 0 20px 0;
    color: #555555
}

a {
    text-decoration: none;
    color: #4477bd
}

table.resources tr td {
    background-color: #fff
}

table.resources .col-controls {
    width: 30%
}

table.resources.subscriptions tr.unsubscribed td,
table.resources.subscriptions tr.removed td {
    color: #999
}

div.kirimemail-content .kirimemail-form-youtube-wrap.is-active {
    margin-bottom: 20px;
}

div.kirimemail-content h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: inherit;
}

div.kirimemail-content .kirimemail-form-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: inherit;
    margin-top: 10px;
}

div.kirimemail-content .footnote {
    font-weight: 400;
    margin: 1rem 0 0 0;
    padding: 1rem 0;
    text-align: center;
}

div.kirimemail-content .footnote p {
    font-size: 14px;
    color: #777;
    padding-bottom: 0;
}

div.kirimemail-content .subscription-manager h1 {
    font-size: 45px
}

div.kirimemail-content .subscription-manager h2 {
    font-size: 20px;
    padding: 0 0 18px 0
}

div.kirimemail-content .subscription-manager .unsubscribe-notice {
    margin-left: -17px;
    margin-bottom: 30px
}

div.kirimemail-content .subscription-manager.subscription-manager--spam h2 {
    padding: 0
}

.kirimemail-form-body:after {
    content: "";
    display: table;
    clear: both
}

.kirimemail-form-image {
    max-width: 200px;
    margin-bottom: 20px
}

.kirimemail-form-image.right {
    margin-left: 20px;
    float: right
}

.kirimemail-form-image.left {
    margin-right: 20px;
    float: left
}

ul.other-subscriptions {
    list-style-type: none
}

ul.other-subscriptions li {
    margin-left: 20px
}

.canvas-card {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 60px auto;
    padding: 40px;
    width: 680px;
    background-color: #fff;
    font-size: 16px;
    position: relative
}

.canvas-card h2 {
    font-family: "Open Sans-condensed", "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 1rem;
    color: #e2911a;
    text-align: center;
    font-size: 30px
}

.not-available,
.banned {
    margin-top: 100px;
    text-align: center
}

.not-available .watermark,
.banned .watermark {
    padding-bottom: 20px;
    text-align: center
}

.not-available .watermark .octicon--mega,
.banned .watermark .octicon--mega {
    color: #e2911a
}

.not-available p:last-child,
.banned p:last-child {
    padding-bottom: 0
}

.banned {
    text-align: left
}

.invoice table.invoice-header {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%
}

.invoice table.invoice-header td {
    width: 50%;
    vertical-align: top
}

.invoice table.line-items {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%
}

.invoice table.line-items th {
    padding: 3px 0;
    font-weight: bold;
    border-bottom: 1px solid #dedede
}

.invoice table.line-items td {
    padding: 3px 0;
    border-bottom: 1px solid #dedede
}

.invoice table.line-items .col-memo {
    text-align: left
}

.invoice table.line-items .col-price {
    width: 100px;
    text-align: right
}

.invoice table.line-items .row-total td {
    text-align: right;
    font-weight: bold
}

.kirimemail-form-description ul,
.kirimemail-form-description ol {
    margin: 20px 0 20px 50px;
    list-style-position: outside
}

.kirimemail-form-description strong,
.kirimemail-form-description b {
    font-weight: bold
}

.kirimemail-form-description em {
    font-style: italic
}

.unsubscribe-intent {
    margin-bottom: -50px;
    background-color: #fffae0;
    border-bottom: 2px solid #dedede
}

.unsubscribe-intent .inner {
    margin: 0 auto;
    padding: 30px 60px;
    width: 820px
}

.unsubscribe-intent h2 {
    margin-bottom: 5px;
    font-size: 34px;
    font-weight: 600
}

.unsubscribe-intent p {
    padding: 0;
    font-size: 15px
}

/* Custom list */
.kirimemail-custom-option {
  margin: 10px 0 15px;
}
.kirimemail-custom-option .option-group:not(:last-child) {
  margin-bottom: 5px;
}
.kirimemail-custom-option label {
  font-weight: normal;
  font-size: 14px;
  position: relative;
  padding-left: 28px;
  padding-top: 2px;
  color: #777 !important;
}
.kirimemail-custom-option label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}

@media (min-width: 992px) {
    div.kirimemail-content h1 {
        font-size: 48px;
    }
    div.kirimemail-content .kirimemail-form-description {
        font-size: 16px;
        margin-top: 1rem;
    }
}
.select2-selection__rendered {
    line-height: 42px !important;
  }
  
  .select2-selection {
    height: 44px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
      top: 20 !important;
  }
  *{
    margin: 0;
    padding: 0;
}
.rate {
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.select2-container{
    min-width: 100%;
}

/* Embed dark theme style */
#hosted-form {
    padding-left: 0;
    padding-right: 0;
}
#hosted-form .kirimemail-form.light-theme#flexbox-style {
    background-color: transparent;
}
#hosted-form .kirimemail-form.dark-theme#flexbox-style {
    background-color: #000;
}
.kirimemail-form.light-theme#flexbox-style .kirimemail-form-body,
.kirimemail-form.light-theme#flexbox-style .kirimemail-form-field,
.kirimemail-form.dark-theme#flexbox-style .kirimemail-form-body,
.kirimemail-form.dark-theme#flexbox-style .kirimemail-form-field {
    background-color: transparent !important;
}
.kirimemail-form.light-theme#flexbox-style .kirimemail-form-body,
.kirimemail-form.light-theme#flexbox-style .kirimemail-form-field {
    color: #323232;
}
.kirimemail-form.dark-theme#flexbox-style .kirimemail-form-body,
.kirimemail-form.dark-theme#flexbox-style .kirimemail-form-field {
    color: #fff;
}
.kirimemail-form.dark-theme#flexbox-style .kirimemail-form-field textarea,
.kirimemail-form.dark-theme#flexbox-style .kirimemail-form-field input:not(.kirimemail-btn-submit) {
    border-color: rgba(255,255,255,0.1);
    background-color: transparent !important;
    color: #fff;
}
    
.kirimemail-form.dark-theme#flexbox-style .kirimemail-form-field textarea:focus,
.kirimemail-form.dark-theme#flexbox-style .kirimemail-form-field input:not(.kirimemail-btn-submit):focus {
    border-color: rgba(255,255,255,0.5);
}