@charset "UTF-8";
/**
 *
 * 01. Dimensions
 * 02. Colors
 * 03. Animations
 * 04. Breakpoints
 *
 **/
/* Brand Colors */
/* Notice Colors */
@font-face {
  font-family: "courier";
  src: url("fonts/courier.eot?j1xoo0");
  src: url("fonts/courier.eot?j1xoo0#iefix") format("embedded-opentype"), url("fonts/courier.woff2?j1xoo0") format("woff2"), url("fonts/courier.ttf?j1xoo0") format("truetype"), url("fonts/courier.woff?j1xoo0") format("woff"), url("fonts/courier.svg?j1xoo0#courier") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

body:not(.wp-admin) .courier-notices [class*="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "courier" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.wp-admin table.courier_notice_page_courier [class*="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "courier" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.courier-notices .icon-success:before {
  content: ""; }

.courier-notices .icon-alert:before {
  content: ""; }

.courier-notices .icon-info:before {
  content: ""; }

.courier-notices .icon-warning:before {
  content: ""; }

.courier-notices .icon-primary:before {
  content: ""; }

.courier-notices .icon-feedback:before {
  content: ""; }

.courier-notices .icon-welcome:before {
  content: ""; }

.courier-notices .icon-courier-logo:before {
  content: ""; }

.courier-notices .icon-linchpin-logo-fill:before {
  content: ""; }

.courier-notices .icon-github-logo:before {
  content: ""; }

.courier-notices .icon-twitter:before {
  content: ""; }

.courier-notices .icon-fb:before {
  content: ""; }

.courier-notices .icon-instagram:before {
  content: ""; }

.courier-notices .icon-close:before {
  content: ""; }

.courier-notices .icon-plus:before {
  content: ""; }

.courier-notices .icon-minus:before {
  content: ""; }

/**
 * 01. Clearfix
 * 02. Dashicons
 * 03. Notice
 */
/* @mixin clearfix
 *
 * Standard clearfix, for parents of floated elements.
 * * */
.courier-notice {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  border-width: 0;
  border-radius: 0;
  width: 100%;
  background: #e8e8e8; }
  .courier-notice:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: inherit;
    z-index: -1; }
  .courier-notice .courier-content-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 0.75em 1em 0.75em 3em; }
    .courier-notice .courier-content-wrapper:before, .courier-notice .courier-content-wrapper:after {
      position: absolute;
      left: 0;
      width: 3rem; }
    .courier-notice .courier-content-wrapper:before {
      z-index: 1;
      top: 0;
      bottom: 0; }
    .courier-notice .courier-content-wrapper:after {
      z-index: 2;
      font-size: .875rem;
      text-align: center;
      top: 50%;
      transform: translateY(-50%); }
  .courier-notice a {
    text-decoration: underline;
    transition: opacity 300ms ease-out; }
    .courier-notice a.close {
      color: inherit;
      text-decoration: none; }
  .courier-notice p:first-of-type {
    margin-top: 0; }
  .courier-notice p:last-of-type {
    margin-bottom: 0; }
  .courier-notice .courier-icon {
    text-align: center;
    width: 2.5em;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
    .courier-notice .courier-icon:before {
      padding: 0;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .courier-notice[data-closable] .courier-content-wrapper {
    padding-right: 3em; }
  .courier-notice[data-closable] .courier-close {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: normal;
    color: inherit; }

.courier_type-primary {
  background: #039AD6;
  color: #222; }
  .courier_type-primary .courier-content-wrapper:after {
    color: #222; }
  .courier_type-primary a {
    color: #222; }
  .courier_type-primary .courier-content-wrapper {
    padding-left: 3em; }
  .courier_type-primary + .courier_type-primary {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: -2px; }

.courier_type-success {
  background: #04A84E;
  color: #222; }
  .courier_type-success .courier-content-wrapper:after {
    color: #222; }
  .courier_type-success a {
    color: #222; }
  .courier_type-success .courier-content-wrapper {
    padding-left: 3em; }
  .courier_type-success + .courier_type-success {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: -2px; }

.courier_type-alert {
  background: #F97600;
  color: #222; }
  .courier_type-alert .courier-content-wrapper:after {
    color: #222; }
  .courier_type-alert a {
    color: #222; }
  .courier_type-alert .courier-content-wrapper {
    padding-left: 3em; }
  .courier_type-alert + .courier_type-alert {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: -2px; }

.courier_type-warning {
  background: #EA3118;
  color: #222; }
  .courier_type-warning .courier-content-wrapper:after {
    color: #222; }
  .courier_type-warning a {
    color: #222; }
  .courier_type-warning .courier-content-wrapper {
    padding-left: 3em; }
  .courier_type-warning + .courier_type-warning {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: -2px; }

.courier_type-feedback {
  background: #878787;
  color: #222; }
  .courier_type-feedback .courier-content-wrapper:after {
    color: #222; }
  .courier_type-feedback a {
    color: #222; }
  .courier_type-feedback .courier-content-wrapper {
    padding-left: 3em; }
  .courier_type-feedback + .courier_type-feedback {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: -2px; }

.courier_type-info {
  background: #8839D3;
  color: #222; }
  .courier_type-info .courier-content-wrapper:after {
    color: #222; }
  .courier_type-info a {
    color: #222; }
  .courier_type-info .courier-content-wrapper {
    padding-left: 3em; }
  .courier_type-info + .courier_type-info {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: -2px; }

.courier-user-search {
  width: 100%; }

/*
 * Expiration Times
 */
#courier-timestampdiv {
  padding-top: 5px;
  line-height: 23px; }
  #courier-timestampdiv label {
    display: block;
    position: relative; }
    #courier-timestampdiv label:after {
      content: '\f508';
      display: block;
      font-family: 'dashicons';
      font-size: 22px;
      line-height: 28px;
      position: absolute;
      top: 0;
      right: 6px; }
  #courier-timestampdiv input {
    border-style: solid;
    border-width: 1px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 28px 0 6px;
    text-align: left; }
  #courier-timestampdiv select {
    font-size: 12px;
    height: 21px;
    line-height: 14px;
    padding: 0;
    vertical-align: top; }

#courier_expire_year,
#courier_expire_day,
#courier_expire_hour,
#courier_expire_minute {
  padding: 1px;
  font-size: 12px; }

#courier_expire_day,
#courier_expire_hour,
#courier_expire_minute {
  width: 2em; }

#courier_expire_year {
  width: 3.4em; }

.timestamp-wrap input {
  padding: 12px 3px;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center; }

/* Date Picker Default Styles */
.post-type-courier_notice .ui-datepicker {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  min-width: 17em;
  width: auto; }

.post-type-courier_notice .ui-datepicker-buttonpane {
  padding: 0 5px 5px; }

.post-type-courier_notice .ui-datepicker table {
  font-size: 13px;
  margin: 0;
  border: none;
  border-collapse: collapse; }

.post-type-courier_notice .ui-datepicker .ui-widget-header,
.post-type-courier_notice .ui-datepicker .ui-datepicker-header {
  background-image: none;
  border: none;
  color: #fff;
  font-weight: normal; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-prev,
.post-type-courier_notice .ui-datepicker .ui-datepicker-next {
  position: relative;
  top: 0;
  height: 34px;
  width: 34px; }

.post-type-courier_notice .ui-datepicker .ui-state-hover.ui-datepicker-prev,
.post-type-courier_notice .ui-datepicker .ui-state-hover.ui-datepicker-next {
  border: none; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-prev,
.post-type-courier_notice .ui-datepicker .ui-datepicker-prev-hover {
  left: 0; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-next,
.post-type-courier_notice .ui-datepicker .ui-datepicker-next-hover {
  right: 0; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-next span,
.post-type-courier_notice .ui-datepicker .ui-datepicker-prev span {
  display: none; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-prev {
  float: left; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-next {
  float: right; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-prev:before,
.post-type-courier_notice .ui-datepicker .ui-datepicker-next:before {
  font: normal 20px/34px 'dashicons';
  padding-left: 7px;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 34px;
  height: 34px; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-prev:before {
  content: '\f341'; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-next:before {
  content: '\f345'; }

.post-type-courier_notice .ui-datepicker .ui-datepicker-prev-hover:before,
.post-type-courier_notice .ui-datepicker .ui-datepicker-next-hover:before {
  opacity: 0.7; }

.post-type-courier_notice .ui-datepicker select.ui-datepicker-month,
.post-type-courier_notice .ui-datepicker select.ui-datepicker-year {
  width: 33%; }

.post-type-courier_notice .ui-datepicker thead {
  color: #fff;
  font-weight: 600; }

.post-type-courier_notice .ui-datepicker th {
  padding: 10px; }

.post-type-courier_notice .ui-datepicker td {
  padding: 0;
  border: 1px solid #f4f4f4; }

.post-type-courier_notice .ui-datepicker td.ui-datepicker-other-month {
  border: transparent; }

.post-type-courier_notice .ui-datepicker td.ui-datepicker-week-end {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4; }

.post-type-courier_notice .ui-datepicker td.ui-datepicker-today {
  background-color: #f0f0c0; }

.post-type-courier_notice .ui-datepicker td.ui-datepicker-current-day {
  background: #bbdd88; }

.post-type-courier_notice .ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  text-decoration: none;
  width: auto;
  display: block;
  padding: 5px 10px;
  font-weight: normal;
  color: #444; }

.post-type-courier_notice .ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 0.5; }

/* Default Color Scheme */
.post-type-courier_notice .ui-datepicker .ui-widget-header,
.post-type-courier_notice .ui-datepicker .ui-datepicker-header {
  background: #00a0d2; }

.ui-datepicker thead {
  background: #32373c; }

.ui-datepicker td .ui-state-hover {
  background: #0073aa;
  color: #fff; }

/* Time Picker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none; }

/* WordPress Color Schemes */
/* Fresh */
.admin-color-fresh .ui-datepicker .ui-widget-header,
.admin-color-fresh .ui-datepicker .ui-datepicker-header {
  background: #00a0d2; }

.admin-color-fresh .ui-datepicker thead {
  background: #32373c; }

.admin-color-fresh .ui-datepicker td .ui-state-hover {
  background: #0073aa;
  color: #fff; }

/* Blue */
.admin-color-blue .ui-datepicker .ui-widget-header,
.admin-color-blue .ui-datepicker .ui-datepicker-header {
  background: #52accc; }

.admin-color-blue .ui-datepicker thead {
  background: #4796b3; }

.admin-color-blue .ui-datepicker td .ui-state-hover {
  background: #096484;
  color: #fff; }

/* Coffee */
.admin-color-coffee .ui-datepicker .ui-widget-header,
.admin-color-coffee .ui-datepicker .ui-datepicker-header {
  background: #59524c; }

.admin-color-coffee .ui-datepicker thead {
  background: #46403c; }

.admin-color-coffee .ui-datepicker td .ui-state-hover {
  background: #c7a589;
  color: #fff; }

/* Ectoplasm */
.admin-color-ectoplasm .ui-datepicker .ui-widget-header,
.admin-color-ectoplasm .ui-datepicker .ui-datepicker-header {
  background: #523f6d; }

.admin-color-ectoplasm .ui-datepicker thead {
  background: #413256; }

.admin-color-ectoplasm .ui-datepicker td .ui-state-hover {
  background: #a3b745;
  color: #fff; }

/* Midnight */
.admin-color-midnight .ui-datepicker .ui-widget-header,
.admin-color-midnight .ui-datepicker .ui-datepicker-header {
  background: #363b3f; }

.admin-color-midnight .ui-datepicker thead {
  background: #26292c; }

.admin-color-midnight .ui-datepicker td .ui-state-hover {
  background: #e14d43;
  color: #fff; }

/* Ocean */
.admin-color-ocean .ui-datepicker .ui-widget-header,
.admin-color-ocean .ui-datepicker .ui-datepicker-header {
  background: #738e96; }

.admin-color-ocean .ui-datepicker thead {
  background: #627c83; }

.admin-color-ocean .ui-datepicker td .ui-state-hover {
  background: #9ebaa0;
  color: #fff; }

/* Sunrise */
.admin-color-sunrise .ui-datepicker .ui-widget-header,
.admin-color-sunrise .ui-datepicker .ui-datepicker-header,
.admin-color-sunrise .ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #cf4944; }

.admin-color-sunrise .ui-datepicker th {
  border-color: #be3631;
  background: #be3631; }

.admin-color-sunrise .ui-datepicker td .ui-state-hover {
  background: #dd823b;
  color: #fff; }

/* Light */
.admin-color-light .ui-datepicker .ui-widget-header,
.admin-color-light .ui-datepicker .ui-datepicker-header {
  background: #e5e5e5; }

.admin-color-light .ui-datepicker thead {
  background: #888; }

.admin-color-light .ui-datepicker .ui-datepicker-title,
.admin-color-light .ui-datepicker td .ui-state-default,
.admin-color-light .ui-datepicker .ui-datepicker-prev:before,
.admin-color-light .ui-datepicker .ui-datepicker-next:before {
  color: #555; }

.admin-color-light .ui-datepicker td .ui-state-hover {
  background: #e5e5e5; }

/* bbPress Color Schemes */
/* Evergreen */
.admin-color-bbp-evergreen .ui-datepicker .ui-widget-header,
.admin-color-bbp-evergreen .ui-datepicker .ui-datepicker-header {
  background: #56b274; }

.admin-color-bbp-evergreen .ui-datepicker thead {
  background: #36533f; }

.admin-color-bbp-evergreen .ui-datepicker td .ui-state-hover {
  background: #446950;
  color: #fff; }

/* Mint */
.admin-color-bbp-mint .ui-datepicker .ui-widget-header,
.admin-color-bbp-mint .ui-datepicker .ui-datepicker-header {
  background: #4ca26a; }

.admin-color-bbp-mint .ui-datepicker thead {
  background: #4f6d59; }

.admin-color-bbp-mint .ui-datepicker td .ui-state-hover {
  background: #5fb37c;
  color: #fff; }

#taxonomy-courier_type {
  width: 100px; }

#taxonomy-courier_placement {
  width: 100px; }

#courier-date {
  width: 140px; }

#courier-global {
  width: 110px; }

.ui-tooltip, .arrow:after {
  background: #fff;
  border: 1px solid #cdcdcd; }

.ui-tooltip {
  padding: 10px;
  color: #333;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  max-width: 200px; }

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px; }

.arrow.top {
  top: -16px;
  bottom: auto; }

.arrow.left {
  left: 20%; }

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.top:after {
  bottom: -20px;
  top: auto; }

table.courier_notice_page_courier .form-table th {
  padding: 10px; }

.courier_notice_page_courier .wp-picker-container .wp-picker-holder {
  z-index: 1000;
  position: absolute; }

.courier-info-icon {
  background: #ccc;
  border-radius: 50%;
  width: 18px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 18px; }

.courier-info-icon:hover {
  background: #00a0d2;
  color: #fff; }

.column-courier-global {
  text-align: center; }

.column-notice_default {
  text-align: center; }

pre.courier-notice-type-css-class {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 4px;
  margin-left: 10px;
  background-color: #efefef; }

.courier_notice_page_courier #wpcontent {
  background: #fff; }
  .courier_notice_page_courier #wpcontent .courier-logo {
    display: inline-block;
    width: 250px;
    padding: 1rem 0; }
  .courier_notice_page_courier #wpcontent .com-button {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px; }
    .courier_notice_page_courier #wpcontent .com-button .visit-linchpin-cta {
      font-size: 14px;
      height: auto;
      min-height: auto;
      line-height: 18px;
      margin-bottom: 0;
      padding: 6px 12px; }
      .courier_notice_page_courier #wpcontent .com-button .visit-linchpin-cta img {
        float: right;
        height: 18px;
        margin-left: 6px; }
    @media screen and (max-width: 580px) {
      .courier_notice_page_courier #wpcontent .com-button {
        display: block;
        float: none; } }

.settings_page_courier #setting-error-courier_post_types_notice {
  margin: 20px 10px 0 0; }

.courier_notice_page_courier #wpcontent, #about-courier, #whats-new, #courier-settings {
  background-color: white; }
  .courier_notice_page_courier #wpcontent .clearfix, #about-courier .clearfix, #whats-new .clearfix, #courier-settings .clearfix {
    clear: both; }
  .courier_notice_page_courier #wpcontent h1, .courier_notice_page_courier #wpcontent .h1, #about-courier h1, #about-courier .h1, #whats-new h1, #whats-new .h1, #courier-settings h1, #courier-settings .h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.6; }
  .courier_notice_page_courier #wpcontent h2, .courier_notice_page_courier #wpcontent .h2, .courier_notice_page_courier #wpcontent #poststuff #postbox-container .changelog h2, #about-courier #poststuff #postbox-container .changelog .courier_notice_page_courier #wpcontent h2, #whats-new #poststuff #postbox-container .changelog .courier_notice_page_courier #wpcontent h2, #courier-settings #poststuff #postbox-container .changelog .courier_notice_page_courier #wpcontent h2, .courier_notice_page_courier #wpcontent #poststuff h2, #about-courier h2, #about-courier .h2, #about-courier .courier_notice_page_courier #wpcontent #poststuff #postbox-container .changelog h2, .courier_notice_page_courier #wpcontent #poststuff #postbox-container .changelog #about-courier h2, #about-courier #poststuff #postbox-container .changelog h2, #whats-new #poststuff #postbox-container .changelog #about-courier h2, #courier-settings #poststuff #postbox-container .changelog #about-courier h2, #about-courier #poststuff h2, #whats-new h2, #whats-new .h2, #whats-new .courier_notice_page_courier #wpcontent #poststuff #postbox-container .changelog h2, .courier_notice_page_courier #wpcontent #poststuff #postbox-container .changelog #whats-new h2, #about-courier #poststuff #postbox-container .changelog #whats-new h2, #whats-new #poststuff #postbox-container .changelog h2, #courier-settings #poststuff #postbox-container .changelog #whats-new h2, #whats-new #poststuff h2, #courier-settings h2, #courier-settings .h2, #courier-settings .courier_notice_page_courier #wpcontent #poststuff #postbox-container .changelog h2, .courier_notice_page_courier #wpcontent #poststuff #postbox-container .changelog #courier-settings h2, #about-courier #poststuff #postbox-container .changelog #courier-settings h2, #whats-new #poststuff #postbox-container .changelog #courier-settings h2, #courier-settings #poststuff #postbox-container .changelog h2, #courier-settings #poststuff h2 {
    font-size: 26px;
    font-weight: 600;
    padding-left: 0 !important;
    line-height: 1.5; }
  .courier_notice_page_courier #wpcontent h3, .courier_notice_page_courier #wpcontent .h3, #about-courier h3, #about-courier .h3, #whats-new h3, #whats-new .h3, #courier-settings h3, #courier-settings .h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4; }
  .courier_notice_page_courier #wpcontent h4, .courier_notice_page_courier #wpcontent .h4, #about-courier h4, #about-courier .h4, #whats-new h4, #whats-new .h4, #courier-settings h4, #courier-settings .h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3; }
  .courier_notice_page_courier #wpcontent h5, .courier_notice_page_courier #wpcontent .h5, #about-courier h5, #about-courier .h5, #whats-new h5, #whats-new .h5, #courier-settings h5, #courier-settings .h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2; }
  .courier_notice_page_courier #wpcontent h6, .courier_notice_page_courier #wpcontent .h6, #about-courier h6, #about-courier .h6, #whats-new h6, #whats-new .h6, #courier-settings h6, #courier-settings .h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2; }
  .courier_notice_page_courier #wpcontent .light-weight, #about-courier .light-weight, #whats-new .light-weight, #courier-settings .light-weight {
    font-weight: 200 !important; }
  .courier_notice_page_courier #wpcontent .center, #about-courier .center, #whats-new .center, #courier-settings .center {
    text-align: center; }
  .courier_notice_page_courier #wpcontent .bold, #about-courier .bold, #whats-new .bold, #courier-settings .bold {
    font-weight: 600; }
  .courier_notice_page_courier #wpcontent .italic, #about-courier .italic, #whats-new .italic, #courier-settings .italic {
    font-style: italic; }
  .courier_notice_page_courier #wpcontent .caption, #about-courier .caption, #whats-new .caption, #courier-settings .caption {
    padding-top: .25rem;
    padding-bottom: .5rem;
    font-style: italic;
    opacity: .7;
    font-size: 95%; }
  .courier_notice_page_courier #wpcontent .inline, #about-courier .inline, #whats-new .inline, #courier-settings .inline {
    display: inline; }
  .courier_notice_page_courier #wpcontent .no-margin, #about-courier .no-margin, #whats-new .no-margin, #courier-settings .no-margin {
    margin: 0 !important; }
  .courier_notice_page_courier #wpcontent .table, #about-courier .table, #whats-new .table, #courier-settings .table {
    display: table;
    width: 100%; }
    .courier_notice_page_courier #wpcontent .table .table-cell, #about-courier .table .table-cell, #whats-new .table .table-cell, #courier-settings .table .table-cell {
      display: table-cell;
      vertical-align: middle;
      float: none; }
    .courier_notice_page_courier #wpcontent .table.new, #about-courier .table.new, #whats-new .table.new, #courier-settings .table.new {
      width: auto; }
  .courier_notice_page_courier #wpcontent .courier-sub-menu, #about-courier .courier-sub-menu, #whats-new .courier-sub-menu, #courier-settings .courier-sub-menu {
    padding: 10px 25px;
    margin-left: -22px;
    background: white; }
    .courier_notice_page_courier #wpcontent .courier-sub-menu a, #about-courier .courier-sub-menu a, #whats-new .courier-sub-menu a, #courier-settings .courier-sub-menu a {
      margin-right: 10px; }
  .courier_notice_page_courier #wpcontent .nav-tab-wrapper a, #about-courier .nav-tab-wrapper a, #whats-new .nav-tab-wrapper a, #courier-settings .nav-tab-wrapper a {
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-radius: 0;
    border-top: 3px solid #01365e;
    border-bottom: none;
    line-height: 16px;
    padding: 8px;
    text-decoration: none;
    color: #01365e !important; }
    .courier_notice_page_courier #wpcontent .nav-tab-wrapper a.nav-tab-active, #about-courier .nav-tab-wrapper a.nav-tab-active, #whats-new .nav-tab-wrapper a.nav-tab-active, #courier-settings .nav-tab-wrapper a.nav-tab-active {
      border-bottom: none;
      border-top-color: #89d0ff;
      background-color: white; }
    .courier_notice_page_courier #wpcontent .nav-tab-wrapper a:first-child, #about-courier .nav-tab-wrapper a:first-child, #whats-new .nav-tab-wrapper a:first-child, #courier-settings .nav-tab-wrapper a:first-child {
      margin-left: 22px; }
  @media screen and (max-width: 580px) {
    .courier_notice_page_courier #wpcontent .nav-tab-wrapper, #about-courier .nav-tab-wrapper, #whats-new .nav-tab-wrapper, #courier-settings .nav-tab-wrapper {
      width: 100%; } }
  .courier_notice_page_courier #wpcontent input[type="submit"],
  .courier_notice_page_courier #wpcontent .button-primary,
  .courier_notice_page_courier #wpcontent .button-secondary,
  .courier_notice_page_courier #wpcontent .button-cancel, #about-courier input[type="submit"],
  #about-courier .button-primary,
  #about-courier .button-secondary,
  #about-courier .button-cancel, #whats-new input[type="submit"],
  #whats-new .button-primary,
  #whats-new .button-secondary,
  #whats-new .button-cancel, #courier-settings input[type="submit"],
  #courier-settings .button-primary,
  #courier-settings .button-secondary,
  #courier-settings .button-cancel {
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    font-size: 1rem;
    font-family: ingra-2, sans-serif;
    font-weight: 700 !important;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    height: auto !important;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none; }
    .courier_notice_page_courier #wpcontent input[type="submit"]:hover, .courier_notice_page_courier #wpcontent input[type="submit"]:focus, .courier_notice_page_courier #wpcontent input[type="submit"]:active,
    .courier_notice_page_courier #wpcontent .button-primary:hover,
    .courier_notice_page_courier #wpcontent .button-primary:focus,
    .courier_notice_page_courier #wpcontent .button-primary:active,
    .courier_notice_page_courier #wpcontent .button-secondary:hover,
    .courier_notice_page_courier #wpcontent .button-secondary:focus,
    .courier_notice_page_courier #wpcontent .button-secondary:active,
    .courier_notice_page_courier #wpcontent .button-cancel:hover,
    .courier_notice_page_courier #wpcontent .button-cancel:focus,
    .courier_notice_page_courier #wpcontent .button-cancel:active, #about-courier input[type="submit"]:hover, #about-courier input[type="submit"]:focus, #about-courier input[type="submit"]:active,
    #about-courier .button-primary:hover,
    #about-courier .button-primary:focus,
    #about-courier .button-primary:active,
    #about-courier .button-secondary:hover,
    #about-courier .button-secondary:focus,
    #about-courier .button-secondary:active,
    #about-courier .button-cancel:hover,
    #about-courier .button-cancel:focus,
    #about-courier .button-cancel:active, #whats-new input[type="submit"]:hover, #whats-new input[type="submit"]:focus, #whats-new input[type="submit"]:active,
    #whats-new .button-primary:hover,
    #whats-new .button-primary:focus,
    #whats-new .button-primary:active,
    #whats-new .button-secondary:hover,
    #whats-new .button-secondary:focus,
    #whats-new .button-secondary:active,
    #whats-new .button-cancel:hover,
    #whats-new .button-cancel:focus,
    #whats-new .button-cancel:active, #courier-settings input[type="submit"]:hover, #courier-settings input[type="submit"]:focus, #courier-settings input[type="submit"]:active,
    #courier-settings .button-primary:hover,
    #courier-settings .button-primary:focus,
    #courier-settings .button-primary:active,
    #courier-settings .button-secondary:hover,
    #courier-settings .button-secondary:focus,
    #courier-settings .button-secondary:active,
    #courier-settings .button-cancel:hover,
    #courier-settings .button-cancel:focus,
    #courier-settings .button-cancel:active {
      border: 1px solid transparent;
      box-shadow: none !important;
      -webkit-box-shadow: none !important; }
  .courier_notice_page_courier #wpcontent .button-primary, #about-courier .button-primary, #whats-new .button-primary, #courier-settings .button-primary {
    background-color: #89d0ff;
    color: #FFFFFF !important; }
    .courier_notice_page_courier #wpcontent .button-primary:hover, .courier_notice_page_courier #wpcontent .button-primary:focus, .courier_notice_page_courier #wpcontent .button-primary:active, #about-courier .button-primary:hover, #about-courier .button-primary:focus, #about-courier .button-primary:active, #whats-new .button-primary:hover, #whats-new .button-primary:focus, #whats-new .button-primary:active, #courier-settings .button-primary:hover, #courier-settings .button-primary:focus, #courier-settings .button-primary:active {
      background-color: #01365e;
      color: #FFFFFF; }
    .courier_notice_page_courier #wpcontent .button-primary.save-button, #about-courier .button-primary.save-button, #whats-new .button-primary.save-button, #courier-settings .button-primary.save-button {
      background-color: #94C169; }
      .courier_notice_page_courier #wpcontent .button-primary.save-button:hover, .courier_notice_page_courier #wpcontent .button-primary.save-button:focus, .courier_notice_page_courier #wpcontent .button-primary.save-button:active, #about-courier .button-primary.save-button:hover, #about-courier .button-primary.save-button:focus, #about-courier .button-primary.save-button:active, #whats-new .button-primary.save-button:hover, #whats-new .button-primary.save-button:focus, #whats-new .button-primary.save-button:active, #courier-settings .button-primary.save-button:hover, #courier-settings .button-primary.save-button:focus, #courier-settings .button-primary.save-button:active {
        backrgound-color: #8cbd5e; }
  .courier_notice_page_courier #wpcontent .button.wp-color-result, #about-courier .button.wp-color-result, #whats-new .button.wp-color-result, #courier-settings .button.wp-color-result {
    margin-bottom: 0; }
  .courier_notice_page_courier #wpcontent .button.button-editing, #about-courier .button.button-editing, #whats-new .button.button-editing, #courier-settings .button.button-editing {
    margin: 0;
    padding: .375rem .5rem; }
    .courier_notice_page_courier #wpcontent .button.button-editing.button-secondary, #about-courier .button.button-editing.button-secondary, #whats-new .button.button-editing.button-secondary, #courier-settings .button.button-editing.button-secondary {
      background-color: #F97600;
      color: #FFFFFF; }
      .courier_notice_page_courier #wpcontent .button.button-editing.button-secondary.button-cancel, #about-courier .button.button-editing.button-secondary.button-cancel, #whats-new .button.button-editing.button-secondary.button-cancel, #courier-settings .button.button-editing.button-secondary.button-cancel {
        background-color: #e8e8e8;
        color: #009fd4; }
  .courier_notice_page_courier #wpcontent .editing-buttons-container, #about-courier .editing-buttons-container, #whats-new .editing-buttons-container, #courier-settings .editing-buttons-container {
    text-align: center; }
  .courier_notice_page_courier #wpcontent .about.hero,
  .courier_notice_page_courier #wpcontent .whatsnew.hero, #about-courier .about.hero,
  #about-courier .whatsnew.hero, #whats-new .about.hero,
  #whats-new .whatsnew.hero, #courier-settings .about.hero,
  #courier-settings .whatsnew.hero {
    background-image: url("../img/courier-settings-banner@2x.png");
    background-position: 100% 50%;
    background-size: cover;
    padding-right: 33%; }
  .courier_notice_page_courier #wpcontent .hero .hero-text, #about-courier .hero .hero-text, #whats-new .hero .hero-text, #courier-settings .hero .hero-text {
    padding: 3rem 5%;
    width: 95%; }
    .courier_notice_page_courier #wpcontent .hero .hero-text h1, .courier_notice_page_courier #wpcontent .hero .hero-text h2, .courier_notice_page_courier #wpcontent .hero .hero-text h3, #about-courier .hero .hero-text h1, #about-courier .hero .hero-text h2, #about-courier .hero .hero-text h3, #whats-new .hero .hero-text h1, #whats-new .hero .hero-text h2, #whats-new .hero .hero-text h3, #courier-settings .hero .hero-text h1, #courier-settings .hero .hero-text h2, #courier-settings .hero .hero-text h3 {
      color: #01365e; }
    .courier_notice_page_courier #wpcontent .hero .hero-text h3, #about-courier .hero .hero-text h3, #whats-new .hero .hero-text h3, #courier-settings .hero .hero-text h3 {
      font-weight: 300 !important; }
  .courier_notice_page_courier #wpcontent .wrapper, #about-courier .wrapper, #whats-new .wrapper, #courier-settings .wrapper {
    width: 90%;
    margin: 2rem 5%; }
  .courier_notice_page_courier #wpcontent .negative-bg, #about-courier .negative-bg, #whats-new .negative-bg, #courier-settings .negative-bg {
    margin: 0 0 0 -22px !important;
    padding: 0 22px; }
    @media screen and (max-width: 782px) {
      .courier_notice_page_courier #wpcontent .negative-bg, #about-courier .negative-bg, #whats-new .negative-bg, #courier-settings .negative-bg {
        margin: 0 -10px !important;
        padding: 0 10px; } }
  .courier_notice_page_courier #wpcontent .gray-bg, #about-courier .gray-bg, #whats-new .gray-bg, #courier-settings .gray-bg {
    background-color: #e8e8e8;
    padding: 1px;
    border-radius: 0 0 0.25rem 0.25rem; }
    .courier_notice_page_courier #wpcontent .gray-bg.negative-bg, #about-courier .gray-bg.negative-bg, #whats-new .gray-bg.negative-bg, #courier-settings .gray-bg.negative-bg {
      padding: 1px 22px; }
  .courier_notice_page_courier #wpcontent .green-bg, #about-courier .green-bg, #whats-new .green-bg, #courier-settings .green-bg {
    background-color: #94C169;
    padding: 1px;
    border-radius: 0 0 0.25rem 0.25rem; }
    .courier_notice_page_courier #wpcontent .green-bg a.underline, #about-courier .green-bg a.underline, #whats-new .green-bg a.underline, #courier-settings .green-bg a.underline {
      color: #f5f5f5 !important;
      border-bottom: 2px solid #f5f5f5;
      transition: background-color 0.25s ease-out,color 0.25s ease-out;
      font-weight: 600; }
      .courier_notice_page_courier #wpcontent .green-bg a.underline:hover, .courier_notice_page_courier #wpcontent .green-bg a.underline:focus, .courier_notice_page_courier #wpcontent .green-bg a.underline:active, #about-courier .green-bg a.underline:hover, #about-courier .green-bg a.underline:focus, #about-courier .green-bg a.underline:active, #whats-new .green-bg a.underline:hover, #whats-new .green-bg a.underline:focus, #whats-new .green-bg a.underline:active, #courier-settings .green-bg a.underline:hover, #courier-settings .green-bg a.underline:focus, #courier-settings .green-bg a.underline:active {
        color: #4F8C7E !important;
        border-bottom: 2px solid #4F8C7E; }
  .courier_notice_page_courier #wpcontent .right, #about-courier .right, #whats-new .right, #courier-settings .right {
    float: right; }
    @media screen and (max-width: 1023px) {
      .courier_notice_page_courier #wpcontent .right, #about-courier .right, #whats-new .right, #courier-settings .right {
        float: none; } }
    .courier_notice_page_courier #wpcontent .right img, #about-courier .right img, #whats-new .right img, #courier-settings .right img {
      float: right; }
      @media screen and (max-width: 1023px) {
        .courier_notice_page_courier #wpcontent .right img, #about-courier .right img, #whats-new .right img, #courier-settings .right img {
          float: none; } }
  .courier_notice_page_courier #wpcontent .grey-box-container, #about-courier .grey-box-container, #whats-new .grey-box-container, #courier-settings .grey-box-container {
    margin: 0 -1rem; }
  .courier_notice_page_courier #wpcontent .grey-box, #about-courier .grey-box, #whats-new .grey-box, #courier-settings .grey-box {
    margin: 1rem;
    padding: 1.5rem;
    background-color: #f5f5f5;
    border-radius: 0.25rem; }
    .courier_notice_page_courier #wpcontent .grey-box p, #about-courier .grey-box p, #whats-new .grey-box p, #courier-settings .grey-box p {
      font-size: 16px; }
      @media screen and (max-width: 1023px) {
        .courier_notice_page_courier #wpcontent .grey-box p, #about-courier .grey-box p, #whats-new .grey-box p, #courier-settings .grey-box p {
          margin-bottom: 1rem; } }
  .courier_notice_page_courier #wpcontent .about-box-icon, #about-courier .about-box-icon, #whats-new .about-box-icon, #courier-settings .about-box-icon {
    width: 20%;
    float: left;
    padding-right: 10px;
    padding-bottom: 0; }
    .courier_notice_page_courier #wpcontent .about-box-icon img, #about-courier .about-box-icon img, #whats-new .about-box-icon img, #courier-settings .about-box-icon img {
      max-width: 100px; }
  .courier_notice_page_courier #wpcontent .about-box-copy, #about-courier .about-box-copy, #whats-new .about-box-copy, #courier-settings .about-box-copy {
    padding-left: 20%; }
    .courier_notice_page_courier #wpcontent .about-box-copy h4, .courier_notice_page_courier #wpcontent .about-box-copy p, #about-courier .about-box-copy h4, #about-courier .about-box-copy p, #whats-new .about-box-copy h4, #whats-new .about-box-copy p, #courier-settings .about-box-copy h4, #courier-settings .about-box-copy p {
      padding-left: 20px; }
  .courier_notice_page_courier #wpcontent .about-devs-container p, #about-courier .about-devs-container p, #whats-new .about-devs-container p, #courier-settings .about-devs-container p {
    font-size: 16px; }
  .courier_notice_page_courier #wpcontent .about-devs-container img, #about-courier .about-devs-container img, #whats-new .about-devs-container img, #courier-settings .about-devs-container img {
    padding-top: 15px; }
  .courier_notice_page_courier #wpcontent #poststuff, #about-courier #poststuff, #whats-new #poststuff, #courier-settings #poststuff {
    padding-top: 0; }
  .courier_notice_page_courier #wpcontent #poststuff #postbox-container .changelog h2, #about-courier #poststuff #postbox-container .changelog h2, #whats-new #poststuff #postbox-container .changelog h2, #courier-settings #poststuff #postbox-container .changelog h2 {
    padding: 16px 0 8px; }
  .courier_notice_page_courier #wpcontent .changelog, #about-courier .changelog, #whats-new .changelog, #courier-settings .changelog {
    width: 90%;
    margin: 0 5%; }
    .courier_notice_page_courier #wpcontent .changelog ul, #about-courier .changelog ul, #whats-new .changelog ul, #courier-settings .changelog ul {
      margin-left: 25px; }
  .courier_notice_page_courier #wpcontent .versioninfo h2, #about-courier .versioninfo h2, #whats-new .versioninfo h2, #courier-settings .versioninfo h2 {
    color: #1B0253; }
  .courier_notice_page_courier #wpcontent .versioninfo .green-pipe, #about-courier .versioninfo .green-pipe, #whats-new .versioninfo .green-pipe, #courier-settings .versioninfo .green-pipe {
    padding: 0 10px;
    color: #88ba58;
    vertical-align: top;
    line-height: 33px; }
  .courier_notice_page_courier #wpcontent .new-title img, #about-courier .new-title img, #whats-new .new-title img, #courier-settings .new-title img {
    padding-right: 1rem;
    height: 45px;
    max-width: 45px;
    line-height: 45px;
    vertical-align: middle; }
  .courier_notice_page_courier #wpcontent .new-title .new-tag, #about-courier .new-title .new-tag, #whats-new .new-title .new-tag, #courier-settings .new-title .new-tag {
    line-height: 45px;
    display: inline-block;
    color: #94C169;
    font-weight: 700;
    margin: 0 !important;
    vertical-align: middle; }
  .courier_notice_page_courier #wpcontent .new-feature-container, .courier_notice_page_courier #wpcontent .update-container, .courier_notice_page_courier #wpcontent .bug-fix-container, #about-courier .new-feature-container, #about-courier .update-container, #about-courier .bug-fix-container, #whats-new .new-feature-container, #whats-new .update-container, #whats-new .bug-fix-container, #courier-settings .new-feature-container, #courier-settings .update-container, #courier-settings .bug-fix-container {
    margin: 1rem 0; }
    .courier_notice_page_courier #wpcontent .new-feature-container .new-feature, .courier_notice_page_courier #wpcontent .new-feature-container .update, .courier_notice_page_courier #wpcontent .new-feature-container .bug-fix, .courier_notice_page_courier #wpcontent .update-container .new-feature, .courier_notice_page_courier #wpcontent .update-container .update, .courier_notice_page_courier #wpcontent .update-container .bug-fix, .courier_notice_page_courier #wpcontent .bug-fix-container .new-feature, .courier_notice_page_courier #wpcontent .bug-fix-container .update, .courier_notice_page_courier #wpcontent .bug-fix-container .bug-fix, #about-courier .new-feature-container .new-feature, #about-courier .new-feature-container .update, #about-courier .new-feature-container .bug-fix, #about-courier .update-container .new-feature, #about-courier .update-container .update, #about-courier .update-container .bug-fix, #about-courier .bug-fix-container .new-feature, #about-courier .bug-fix-container .update, #about-courier .bug-fix-container .bug-fix, #whats-new .new-feature-container .new-feature, #whats-new .new-feature-container .update, #whats-new .new-feature-container .bug-fix, #whats-new .update-container .new-feature, #whats-new .update-container .update, #whats-new .update-container .bug-fix, #whats-new .bug-fix-container .new-feature, #whats-new .bug-fix-container .update, #whats-new .bug-fix-container .bug-fix, #courier-settings .new-feature-container .new-feature, #courier-settings .new-feature-container .update, #courier-settings .new-feature-container .bug-fix, #courier-settings .update-container .new-feature, #courier-settings .update-container .update, #courier-settings .update-container .bug-fix, #courier-settings .bug-fix-container .new-feature, #courier-settings .bug-fix-container .update, #courier-settings .bug-fix-container .bug-fix {
      margin: 1rem 0 2rem; }
    .courier_notice_page_courier #wpcontent .new-feature-container .new, .courier_notice_page_courier #wpcontent .update-container .new, .courier_notice_page_courier #wpcontent .bug-fix-container .new, #about-courier .new-feature-container .new, #about-courier .update-container .new, #about-courier .bug-fix-container .new, #whats-new .new-feature-container .new, #whats-new .update-container .new, #whats-new .bug-fix-container .new, #courier-settings .new-feature-container .new, #courier-settings .update-container .new, #courier-settings .bug-fix-container .new {
      padding-left: 45px; }
      .courier_notice_page_courier #wpcontent .new-feature-container .new [class^="courier-columns-"], .courier_notice_page_courier #wpcontent .update-container .new [class^="courier-columns-"], .courier_notice_page_courier #wpcontent .bug-fix-container .new [class^="courier-columns-"], #about-courier .new-feature-container .new [class^="courier-columns-"], #about-courier .update-container .new [class^="courier-columns-"], #about-courier .bug-fix-container .new [class^="courier-columns-"], #whats-new .new-feature-container .new [class^="courier-columns-"], #whats-new .update-container .new [class^="courier-columns-"], #whats-new .bug-fix-container .new [class^="courier-columns-"], #courier-settings .new-feature-container .new [class^="courier-columns-"], #courier-settings .update-container .new [class^="courier-columns-"], #courier-settings .bug-fix-container .new [class^="courier-columns-"] {
        padding: 0 20px; }
      .courier_notice_page_courier #wpcontent .new-feature-container .new ul, .courier_notice_page_courier #wpcontent .update-container .new ul, .courier_notice_page_courier #wpcontent .bug-fix-container .new ul, #about-courier .new-feature-container .new ul, #about-courier .update-container .new ul, #about-courier .bug-fix-container .new ul, #whats-new .new-feature-container .new ul, #whats-new .update-container .new ul, #whats-new .bug-fix-container .new ul, #courier-settings .new-feature-container .new ul, #courier-settings .update-container .new ul, #courier-settings .bug-fix-container .new ul {
        margin-left: 25px; }

.courier-columns-3 .insert-media {
  font-size: 0; }

.courier-columns-3 .wp-media-buttons-icon {
  margin: -8px 0 0 0 !important; }

.courier-block-centered {
  margin: 0 auto;
  float: none; }

.courier-section-block .mce-widget.mce-btn.mce-last {
  transition: border 2s;
  border-color: transparent; }

.courier-section-block.dragging.courier-small-block .mce-widget.mce-btn.mce-last {
  border-color: #009fd4; }

.courier-section-block.courier-small-block .small-block-grid-1 > li {
  width: 100%;
  padding: 0; }

.courier-section-block.courier-small-block .courier-section-background {
  margin: 0 auto;
  float: none; }

.courier-section-block.courier-small-block .courier-background {
  width: 100%; }

.courier-update-notice {
  padding: 10px 38px;
  border-left-color: #89d0ff;
  margin: 25px 20px 0 2px; }
  .courier-update-notice img {
    width: 100px;
    max-width: 100px !important;
    float: left;
    padding-right: 38px; }
  .courier-update-notice .table {
    display: table;
    width: 100%; }
    .courier-update-notice .table .table-cell {
      display: table-cell;
      vertical-align: middle; }
  .courier-update-notice a {
    text-decoration: none;
    color: #89d0ff;
    font-weight: bolder;
    transition: background-color 0.25s ease-out,color 0.25s ease-out; }
    .courier-update-notice a:hover, .courier-update-notice a:focus, .courier-update-notice a:active {
      color: #efa500; }

.courier-admin-notice {
  border: 2px solid #f3f3f3;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: none;
  margin: 0 0 5px 0; }

/**
 * 01. Courier Types
 */
.form-table td {
  vertical-align: top; }
  .form-table td .courier_notice_page_courier td {
    padding: 8px 10px; }
    .form-table td .courier_notice_page_courier td input {
      max-width: 100%; }
  .form-table td .courier_notice_page_courier thead th,
  .form-table td .courier_notice_page_courier thead td,
  .form-table td .courier_notice_page_courier tfoot th,
  .form-table td .courier_notice_page_courier tfoot td {
    padding: 12px 8px; }
    .form-table td .courier_notice_page_courier thead th a,
    .form-table td .courier_notice_page_courier thead td a,
    .form-table td .courier_notice_page_courier tfoot th a,
    .form-table td .courier_notice_page_courier tfoot td a {
      padding: 0; }
  .form-table td .courier_notice_page_courier thead .manage-column,
  .form-table td .courier_notice_page_courier tfoot .manage-column {
    padding-left: 3px; }
  .form-table td .courier_notice_page_courier thead .column-notice_default,
  .form-table td .courier_notice_page_courier tbody .column-notice_default,
  .form-table td .courier_notice_page_courier tfoot .column-notice_default {
    padding-left: 8px; }
  .form-table td .courier_notice_page_courier .check-column {
    visibility: hidden;
    width: 0 !important; }
  .form-table td .courier_notice_page_courier .courier-type-icon {
    display: inline-block;
    min-width: 14px; }
  .form-table td .courier_notice_page_courier #title {
    width: 150px; }
  .form-table td .courier_notice_page_courier #notice_color,
  .form-table td .courier_notice_page_courier #notice_text_color,
  .form-table td .courier_notice_page_courier #notice_icon_color,
  .form-table td .courier_notice_page_courier #notice_bg_color {
    width: 130px; }
  .form-table td .courier_notice_page_courier #notice_preview {
    width: 100%; }
  .form-table td .static-color-visual-swatch {
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: middle; }
  .form-table td .notice-options {
    padding-top: 4px; }
    .form-table td .notice-options .notice-option {
      display: inline-block;
      max-width: 100%;
      vertical-align: top; }
    .form-table td .notice-options .notice-option-title {
      display: inline-block;
      margin: 0; }
  .form-table td .courier-notice {
    background: #e8e8e8; }

#courier-settings form.settings-form .form-table {
  width: 100%;
  margin: 2rem 0; }

#courier-settings form.settings-form .submit {
  width: 90%;
  margin: 2rem 5%; }

#courier-settings #cb {
  width: 36px; }

#courier-settings #notice_default {
  width: 50px; }

#courier-settings #title {
  vertical-align: middle;
  width: 200px; }

#courier-settings tfoot .column-title {
  vertical-align: middle; }

#courier-settings #notice_preview {
  width: 100%; }

#courier-settings #notice_delete {
  width: 100px; }

#courier-settings input[type=checkbox]:checked:before {
  color: #94C169; }

.column-notice_delete {
  text-align: center; }
  .column-notice_delete .button-editing[aria-label="Save"], .column-notice_delete .button-editing[aria-label="Cancel"] {
    display: none; }
  .courier-notice-editing .column-notice_delete .button-editing[aria-label="Save"], .courier-notice-editing .column-notice_delete .button-editing[aria-label="Cancel"] {
    display: inline-block; }
  .courier-notice-editing .column-notice_delete .courier-notices-type-delete {
    display: none; }

.courier-notice-editing .courier-notice-type-edit {
  display: none; }

.post-type-courier_notice .column-layout {
  width: 120px; }

.post-type-courier_notice .courier-logo {
  float: left;
  max-width: 100px;
  padding: 5px; }

.post-type-courier_notice .welcome-panel {
  clear: both;
  margin: 30px 20px 16px 0;
  padding-bottom: 23px; }
  @media screen and (max-width: 767px) {
    .post-type-courier_notice .welcome-panel {
      padding-top: 40px; } }

.post-type-courier_notice .float-left {
  float: left; }

.post-type-courier_notice #courier-notices-welcome-panel .welcome-icon:before {
  vertical-align: middle; }

.post-type-courier_notice #courier-notices-welcome-panel h2 {
  margin-bottom: 1.25rem; }

.post-type-courier_notice .courier-notices-welcome-panel-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 0 0 21px;
  font-size: 13px;
  line-height: 1.23076923;
  text-decoration: none; }
  .post-type-courier_notice .courier-notices-welcome-panel-close:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: none;
    color: #b4b9be;
    content: "\f153";
    display: block;
    font: normal 16px/20px dashicons;
    speak: none;
    height: 20px;
    text-align: center;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/**
 *
 * 01. Font icons
 * 02. Alignment
 * 03. Buttons
 * 04. Helper Classes
 * 05. Courier CPT Type Column
 *
 **/
@font-face {
  font-family: "courier";
  src: url("fonts/courier.eot?f4juv");
  src: url("fonts/courier.eot?f4juv#iefix") format("embedded-opentype"), url("fonts/courier.woff2?f4juv") format("woff2"), url("fonts/courier.ttf?f4juv") format("truetype"), url("fonts/courier.woff?f4juv") format("woff"), url("fonts/courier.svg?f4juv#courier") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "courier" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.courier-icon {
  color: #82878c; }
  .courier-icon:before {
    speak: none;
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    vertical-align: top; }

body.courier_notice_page_courier .form-table tbody tr th[scope="row"] {
  width: 200px; }

body.courier_notice_page_courier tr:hover .row-actions {
  position: relative; }

body.courier_notice_page_courier .wp-list-table.courier_notice_page_courier tr:hover .row-actions {
  position: static; }

.icon-success:before {
  content: ""; }

.icon-alert:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-warning:before {
  content: ""; }

.icon-primary:before {
  content: ""; }

.icon-feedback:before {
  content: ""; }

.icon-welcome:before {
  content: ""; }

.icon-courier-logo:before {
  content: ""; }

.icon-linchpin-logo-fill:before {
  content: ""; }

.icon-github-logo:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-fb:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

#courier-container .text-left {
  text-align: left; }

#courier-container .text-center {
  text-align: center; }

#courier-container .text-right {
  text-align: right; }

#courier-container .left {
  float: left; }

#courier-container .right {
  float: right; }

#courier-container a {
  cursor: pointer; }

#courier-container .button.primary {
  background-color: #94C169;
  border-color: #88ba58;
  color: #FFFFFF; }
  #courier-container .button.primary:hover {
    background-color: #9dc675; }
  #courier-container .button.primary .spinner {
    display: none; }

#courier-container .button.disabled.active .spinner {
  visibility: visible;
  display: inline-block;
  float: left;
  margin: 4px 0; }

#courier-container .button.disabled.active.dashicons-before:before {
  display: none; }

#courier-container .button.dashicons-before:before {
  vertical-align: middle; }

#courier-container p.lead,
#courier-container .lead > p {
  font-size: 18px; }

#courier-container .clearfix {
  *zoom: 1; }
  #courier-container .clearfix:before, #courier-container .clearfix:after {
    content: " ";
    display: table; }
  #courier-container .clearfix:after {
    clear: both; }

#courier-container .inline-block-list {
  list-style: none;
  margin: 0; }
  #courier-container .inline-block-list.space-left > li + li {
    margin-left: 8px; }
  #courier-container .inline-block-list.space-right > li + li {
    margin-left: 8px; }
  #courier-container .inline-block-list > li {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }

#courier-container .plain-link {
  text-decoration: none; }
  #courier-container .plain-link.disabled {
    color: #666; }

#courier-container .grey-link {
  color: #666; }

#courier-container .nowrap {
  white-space: nowrap; }

.column-courier-type .courier-type {
  background: initial;
  color: initial; }

.column-courier-type .courier-content-wrapper {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 4px 0 24px !important;
  position: relative; }
  .column-courier-type .courier-content-wrapper .courier-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0; }
    .column-courier-type .courier-content-wrapper .courier-icon:before {
      font-size: 12px;
      padding: 0; }

/**
 * 01. Courier Shortcode
 */
.post-type-courier_notice #courier-shortcode-container {
  margin: 6px 10px 8px;
  padding: 0;
  position: relative; }
  .post-type-courier_notice #courier-shortcode-container .dashicons-clipboard {
    display: block;
    font-family: 'dashicons';
    font-size: 22px;
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 6px; }

.post-type-courier_notice #courier-shortcode {
  background: white;
  height: 28px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  padding: 0 28px 0 6px;
  resize: none; }

/**
 *
 * 01. Global
 * 02. No Sections
 * 03. Section Header
 * 04. Section Meta
 * 05. Section Footer
 * 06. Blocks
 *
 **/
#courier-container {
  margin-bottom: 32px; }
  #courier-container .postbox.closed .handle-title:after {
    visibility: hidden; }
  #courier-container .postbox:last-child {
    margin-bottom: 2px; }
  #courier-container .postbox .hndle {
    border: none; }

.wrap .notice.courier-main-ua-row {
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 10px 0 10px; }
  .wrap .notice.courier-main-ua-row.bottom {
    margin-top: 10px; }
  .wrap .notice.courier-main-ua-row .lead {
    margin: 0; }
  .wrap .notice.courier-main-ua-row.notice p {
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0; }

.courier-more-section-options:before {
  -moz-osx-font-smoothing: grayscale;
  border: none;
  content: "\f111";
  display: block;
  font: 18px/1 dashicons;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  left: 6px;
  position: absolute;
  top: 6px; }

.courier-clean-edit {
  margin-left: 5px;
  position: relative; }
  .courier-clean-edit .courier-clean-edit-element,
  .courier-clean-edit input {
    opacity: 0;
    visibility: hidden;
    width: auto;
    transition: 300ms opacity ease-out; }
  .courier-clean-edit input {
    margin-bottom: 4px;
    margin-top: 4px; }
  .courier-clean-edit span {
    cursor: pointer; }

.courier-columns-12 + .courier-columns-12 {
  margin-top: 16px; }

.courier-section-expand:before {
  content: "";
  display: inline-block;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.courier-section-collapse:before {
  content: "";
  display: inline-block;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.courier-section-reorder:before {
  content: "";
  display: inline-block;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.courier-section-expand:before,
.courier-section-collapse:before,
.courier-section-reorder:before {
  font-size: 18px;
  margin-right: 4px; }

.courier-admin-title {
  font-size: 15px;
  font-weight: 600; }

#courier-description {
  margin-bottom: 10px;
  padding-bottom: 32px;
  padding-top: 32px; }
  #courier-description.collapse {
    padding: 1px 12px; }

#courier-type,
.courier-type {
  width: 150px; }
  #courier-type ul,
  .courier-type ul {
    padding: 0;
    margin: 0; }

.courier-row-padding {
  padding: 8px 50px 8px 12px; }

.courier-section-control-title-display,
.courier-section-control-template {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

#courier-settings img {
  max-width: 100%; }

#courier-settings ul {
  list-style: initial; }

#courier-settings li {
  margin-left: 10px; }

.courier-section-block .courier-section-control-featured_image {
  float: right; }
