/*!
 * Dunkin Brands Corporate Custom Theme
 * Created December 2017
 * Powered by iPR Software (http://www.iprsoftware.com)
 *
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "DunkinSans-Book", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #f20c90;
  text-decoration: none; }
  a:focus, a:hover {
    color: #ff6e0c;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0; }

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

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  text-align: center;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

iframe {
  border: none; }

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

audio {
  max-width: 100%; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 568px) {
    .container {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1024px) {
    .container {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1440px) {
    .container {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 568px) {
    .container {
      width: 767px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 1023px;
      max-width: 100%; } }
  @media (min-width: 1024px) {
    .container {
      width: 1199px;
      max-width: 100%; } }
  @media (min-width: 1440px) {
    .container {
      width: 1200px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 568px) {
    .container-fluid {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1024px) {
    .container-fluid {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1440px) {
    .container-fluid {
      padding-right: 40px;
      padding-left: 40px; } }

.row {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  @media (min-width: 568px) {
    .row {
      margin-right: -5px;
      margin-left: -5px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 1024px) {
    .row {
      margin-right: -40px;
      margin-left: -40px; } }
  @media (min-width: 1440px) {
    .row {
      margin-right: -40px;
      margin-left: -40px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 568px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1024px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1440px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 40px;
      padding-left: 40px; } }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -moz-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -moz-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -moz-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -moz-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -moz-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -moz-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -moz-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -moz-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.3333333333%; }

.pull-2 {
  right: 16.6666666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.3333333333%; }

.pull-5 {
  right: 41.6666666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.3333333333%; }

.pull-8 {
  right: 66.6666666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.3333333333%; }

.pull-11 {
  right: 91.6666666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.3333333333%; }

.push-2 {
  left: 16.6666666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.3333333333%; }

.push-5 {
  left: 41.6666666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.3333333333%; }

.push-8 {
  left: 66.6666666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.3333333333%; }

.push-11 {
  left: 91.6666666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 568px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    -moz-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    -moz-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    -moz-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -moz-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    -moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -moz-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    -moz-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.3333333333%; }

  .pull-sm-2 {
    right: 16.6666666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.3333333333%; }

  .pull-sm-5 {
    right: 41.6666666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.3333333333%; }

  .pull-sm-8 {
    right: 66.6666666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.3333333333%; }

  .pull-sm-11 {
    right: 91.6666666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.3333333333%; }

  .push-sm-2 {
    left: 16.6666666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.3333333333%; }

  .push-sm-5 {
    left: 41.6666666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.3333333333%; }

  .push-sm-8 {
    left: 66.6666666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.3333333333%; }

  .push-sm-11 {
    left: 91.6666666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    -moz-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    -moz-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    -moz-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -moz-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    -moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -moz-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    -moz-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.3333333333%; }

  .pull-md-2 {
    right: 16.6666666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.3333333333%; }

  .pull-md-5 {
    right: 41.6666666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.3333333333%; }

  .pull-md-8 {
    right: 66.6666666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.3333333333%; }

  .pull-md-11 {
    right: 91.6666666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.3333333333%; }

  .push-md-2 {
    left: 16.6666666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.3333333333%; }

  .push-md-5 {
    left: 41.6666666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.3333333333%; }

  .push-md-8 {
    left: 66.6666666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.3333333333%; }

  .push-md-11 {
    left: 91.6666666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    -moz-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    -moz-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    -moz-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -moz-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    -moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -moz-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    -moz-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.3333333333%; }

  .pull-lg-2 {
    right: 16.6666666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.3333333333%; }

  .pull-lg-5 {
    right: 41.6666666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.3333333333%; }

  .pull-lg-8 {
    right: 66.6666666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.3333333333%; }

  .pull-lg-11 {
    right: 91.6666666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.3333333333%; }

  .push-lg-2 {
    left: 16.6666666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.3333333333%; }

  .push-lg-5 {
    left: 41.6666666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.3333333333%; }

  .push-lg-8 {
    left: 66.6666666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.3333333333%; }

  .push-lg-11 {
    left: 91.6666666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    -moz-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    -moz-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    -moz-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -moz-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    -moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -moz-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    -moz-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.3333333333%; }

  .pull-xl-2 {
    right: 16.6666666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.3333333333%; }

  .pull-xl-5 {
    right: 41.6666666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.3333333333%; }

  .pull-xl-8 {
    right: 66.6666666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.3333333333%; }

  .pull-xl-11 {
    right: 91.6666666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.3333333333%; }

  .push-xl-2 {
    left: 16.6666666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.3333333333%; }

  .push-xl-5 {
    left: 41.6666666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.3333333333%; }

  .push-xl-8 {
    left: 66.6666666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.3333333333%; }

  .push-xl-11 {
    left: 91.6666666667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

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

@font-face {
  font-family: 'DunkinSans-Book';
  src: url("../fonts/DunkinSans-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/DunkinSans-Book.woff") format("woff"), url("../fonts/DunkinSans-Book.ttf") format("truetype"), url("../fonts/DunkinSans-Book.svg#DunkinSans-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DunkinSans-Display';
  src: url("../fonts/DunkinSans-Display.eot?#iefix") format("embedded-opentype"), url("../fonts/DunkinSans-Display.woff") format("woff"), url("../fonts/DunkinSans-Display.ttf") format("truetype"), url("../fonts/DunkinSans-Display.svg#DunkinSans-Display") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DunkinSerif-Bold';
  src: url("../fonts/DunkinSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DunkinSerif-Bold.woff") format("woff"), url("../fonts/DunkinSerif-Bold.ttf") format("truetype"), url("../fonts/DunkinSerif-Bold.svg#DunkinSerif-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
b, strong {
  font-family: "DunkinSans-Display", sans-serif;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 24px; }

h2, .h2 {
  font-size: 21px; }

h3, .h3 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 20px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

.lead {
  font-size: 21px;
  font-weight: normal; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd; }

small,
.small {
  font-size: 14px;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  font-style: normal;
  text-align: center;
  border: 3px solid #f20c90;
  margin-bottom: 20px; }
  blockquote:before {
    content: "";
    display: block;
    width: 44px;
    height: 30px;
    margin: -3px -3px 0 0;
    float: right;
    background: #fff url(../fonts/close-quote.svg) no-repeat;
    background-size: 100%;
    border-left: 5px solid #fff; }
  blockquote:after {
    content: "";
    display: block;
    width: 44px;
    height: 30px;
    margin: 0 0 -3px -3px;
    background: #fff url(../fonts/open-quote.svg) no-repeat;
    background-size: 100%;
    border-right: 5px solid #fff; }
  blockquote p {
    padding: 20px; }
  blockquote p:last-child {
    margin: 0; }

cite {
  display: block;
  font-size: 80%;
  color: #333;
  font-style: normal; }
  cite::before {
    content: "\2014 \00A0"; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-style: solid;
  border-color: #ddd; }
  table th,
  table td {
    padding: 10px;
    vertical-align: top; }
  table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  table tbody + tbody {
    border-top: 2px solid #ddd; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8d3aa; }

.table-hover tbody tr:hover {
  background-color: #e8d3aa; }

.thead-inverse th {
  color: #fff;
  background-color: #262626; }

.thead-default th {
  color: #333;
  background-color: #e8d3aa; }

.table-inverse {
  color: #fff;
  background-color: #262626; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

input:not([type=checkbox]):not([type=radio]) {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  input:not([type=checkbox]):not([type=radio])::-ms-expand {
    background-color: transparent;
    border: 0; }
  input:not([type=checkbox]):not([type=radio]):focus {
    color: #333;
    background-color: #fff;
    border-color: #ff6e0c;
    outline: none; }
  input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
    font-family: inherit; }
  input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
    color: #333;
    opacity: 1;
    font-family: inherit; }
  input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder {
    color: #333;
    opacity: 1;
    font-family: inherit; }
  input:not([type=checkbox]):not([type=radio])::placeholder {
    color: #333;
    opacity: 1;
    font-family: inherit; }
  input:not([type=checkbox]):not([type=radio]):disabled, input:not([type=checkbox]):not([type=radio])[readonly] {
    background-color: #e8d3aa;
    opacity: 1; }
  input:not([type=checkbox]):not([type=radio]):disabled {
    cursor: not-allowed; }

select {
  font-family: inherit;
  font-size: 14px; }
  select:not([size]):not([multiple]) {
    height: calc(50px + 2px); }
  select:focus::-ms-value {
    color: #333;
    background-color: #fff; }

input[type=file],
input[type=range] {
  display: block; }

label {
  font-size: 14px; }

.col-form-label {
  padding-top: calc(10px - 1px * 2);
  padding-bottom: calc(10px - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(15px - 1px * 2);
  padding-bottom: calc(15px - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(5px - 1px * 2);
  padding-bottom: calc(5px - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 16px; }

.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px;
  font-size: 0.875rem;
  border-radius: 6px; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 25px; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 15px 30px;
  font-size: 1.25rem;
  border-radius: 50px; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 75px; }

.form-group {
  margin-bottom: 20px; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #77746f;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 568px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.required {
  color: #e73c3e; }

.errors {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e73c3e;
  color: #fff;
  padding: 10px;
  margin: 0 0 20px;
  text-align: center; }

#f_accept {
  float: left;
  margin: 5px 10px 0 0; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  color: #333;
  text-align: center;
  background-color: #e8d3aa;
  border: 1px solid #ddd;
  border-radius: 10px; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 0.875rem;
    border-radius: 6px; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 15px 30px;
    font-size: 1.25rem;
    border-radius: 50px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #f20c90; }
  .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f20c90;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f20c90; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #fbb5dd; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #e8d3aa; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #77746f;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.3rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 10px; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #f20c90;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(50px + 2px);
  padding: 1rem 2rem 1rem 1rem;
  line-height: 1.25;
  color: #333;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center;
  background-size: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #f985c7;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #333;
      background-color: #fff; }
  .custom-select:disabled {
    color: #77746f;
    cursor: not-allowed;
    background-color: #e8d3aa; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #ddbd8e;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #ddbd8e;
    background-color: #e8d3aa;
    border: 1px solid #ddd;
    border-radius: 0 10px 10px 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

button,
input[type="submit"],
input[type="button"],
.btn {
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #f20c90;
  background: #f20c90;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  button:focus, button:hover,
  input[type="submit"]:focus,
  input[type="submit"]:hover,
  input[type="button"]:focus,
  input[type="button"]:hover,
  .btn:focus,
  .btn:hover {
    text-decoration: none;
    color: #fff;
    background: #cc116e; }
  button:focus, button.focus,
  input[type="submit"]:focus,
  input[type="submit"].focus,
  input[type="button"]:focus,
  input[type="button"].focus,
  .btn:focus,
  .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
  button.disabled, button:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  .btn.disabled,
  .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  button:active, button.active,
  input[type="submit"]:active,
  input[type="submit"].active,
  input[type="button"]:active,
  input[type="button"].active,
  .btn:active,
  .btn.active {
    background-image: none; }

.btn-block {
  display: block; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #f20c90;
  border-color: #f20c90; }
  .btn-primary:hover {
    color: #fff;
    background-color: #c10a73;
    border-color: #b8096d; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(242, 12, 144, 0.5);
            box-shadow: 0 0 0 2px rgba(242, 12, 144, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #f20c90;
    border-color: #f20c90; }
  .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c10a73;
    background-image: none;
    border-color: #b8096d; }

.btn-secondary {
  color: #f20c90;
  background-color: #fff;
  border-color: #f20c90; }
  .btn-secondary:hover {
    color: #f20c90;
    background-color: #e6e6e6;
    border-color: #b8096d; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(242, 12, 144, 0.5);
            box-shadow: 0 0 0 2px rgba(242, 12, 144, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #f20c90; }
  .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #f20c90;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #b8096d; }

.btn-outline-primary {
  color: #f20c90;
  background-image: none;
  background-color: transparent;
  border-color: #f20c90; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #f20c90;
    border-color: #f20c90; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(242, 12, 144, 0.5);
            box-shadow: 0 0 0 2px rgba(242, 12, 144, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #f20c90;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f20c90;
    border-color: #f20c90; }

.btn-outline-secondary {
  color: #f20c90;
  background-image: none;
  background-color: transparent;
  border-color: #f20c90; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #f20c90;
    border-color: #f20c90; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(242, 12, 144, 0.5);
            box-shadow: 0 0 0 2px rgba(242, 12, 144, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f20c90;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f20c90;
    border-color: #f20c90; }

.btn-link {
  font-weight: normal;
  color: #f20c90;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #ff6e0c;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled {
    color: #77746f; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 50px 25px;
  font-size: 1.25rem;
  border-radius: 50px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 10px 20px;
  font-size: 0.875rem;
  border-radius: 6px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 15px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px; }

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.searchbar {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 200px; }
  .searchbar form::after {
    display: block;
    content: "";
    clear: both; }
  .searchbar-input {
    border: none !important;
    width: calc(100% - 40px) !important; }
  .searchbar-button {
    background: none;
    border: none;
    border-radius: 0;
    color: #f20c90;
    padding: 0;
    width: 40px;
    height: 40px; }
    .searchbar-button:focus, .searchbar-button:hover {
      background: transparent;
      color: #f20c90; }
  .searchbar-icon-left input {
    float: right;
    padding-left: 0 !important; }
  .searchbar-icon-left button {
    float: left; }
  .searchbar-icon-right input {
    float: left;
    padding-right: 0 !important; }
  .searchbar-icon-right button {
    float: right; }

.header-btn {
  display: inline-block;
  vertical-align: middle; }

.searchbox {
  border: 1px solid #ddd;
  padding: 20px; }
  .searchbox .widget-title {
    padding: 20px 20px 0;
    color: #333; }
  .searchbox .widget-content {
    padding: 20px; }
  .searchbox .form-control {
    padding-top: 10px;
    padding-bottom: 10px; }
  .searchbox .searchbar {
    background: #fff;
    border-radius: 0;
    width: 100%; }
    .searchbox .searchbar-input {
      padding: 15px 0 15px 15px !important;
      width: calc(100% - 50px) !important; }
    .searchbox .searchbar-button {
      width: 50px;
      height: 50px; }
    .searchbox .searchbar::after {
      display: block;
      content: "";
      clear: both; }
  .searchbox select {
    width: 100%; }

.choicegroup {
  margin: 0;
  padding: 0;
  list-style: none; }

.choicegroup-inline li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }

.alert {
  padding: 20px; }
  .alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h5, .alert p, .alert div {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .alert h1:last-child, .alert h2:last-child, .alert h3:last-child, .alert h4:last-child, .alert h5:last-child, .alert h5:last-child, .alert p:last-child, .alert div:last-child {
      margin-bottom: 0; }
  .alert a {
    border-bottom: 1px solid; }
    .alert a:focus, .alert a:hover {
      border-bottom: 2px solid; }

.alert-js {
  background: #e73c3e;
  color: #fff; }
  .alert-js a {
    color: #fff; }
    .alert-js a:focus, .alert-js a:hover {
      color: #fff; }

.alert-browser {
  background: #f20c90;
  color: #fff; }
  .alert-browser a {
    color: #fff; }
    .alert-browser a:focus, .alert-browser a:hover {
      color: #fff; }

.flexbox .alert-browser,
.flexboxtweener .alert-browser,
.flexboxlegacy .alert-browser {
  display: none; }

.notification-banner {
  position: fixed;
  bottom: 0;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-top: 1px solid #ff6e0c; }
  .notification-banner .alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .notification-banner .alert-dismiss {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.header .row {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
@media (min-width: 1024px) {
  .header-mobile {
    display: none; } }
@media (max-width: 1023px) {
  .header-mobile {
    border-bottom: 2px #ff6e0c solid;
    padding: 10px 0;
    background: white; }
    .header-mobile::after {
      display: block;
      content: "";
      clear: both; }
    .header-mobile button {
      border-width: 0;
      background: none;
      color: #f20c90;
      padding: 0; }
      .header-mobile button:active, .header-mobile button:hover, .header-mobile button:focus {
        background: none;
        color: #f20c90; }
    .header-mobile-navToggle {
      float: left;
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase; }
      .header-mobile-navToggle .fa-close,
      .header-mobile-navToggle .icon-close {
        font-size: 24px;
        display: none;
        color: #f20c90;
        width: 30px; }
      .header-mobile-navToggle .fa-bars,
      .header-mobile-navToggle .icon-menu {
        font-size: 24px;
        color: #f20c90;
        width: 30px; }
      .header-mobile-navToggle.opened .fa-close,
      .header-mobile-navToggle.opened .icon-close {
        display: inline-block; }
      .header-mobile-navToggle.opened .fa-bars,
      .header-mobile-navToggle.opened .icon-menu {
        display: none; }
    .header-mobile-searchToggle {
      float: right;
      font-size: 24px; }
      .header-mobile-searchToggle .fa-close,
      .header-mobile-searchToggle .icon-close {
        display: none;
        color: #f20c90; }
      .header-mobile-searchToggle .fa-search,
      .header-mobile-searchToggle .icon-search {
        color: #f20c90; }
      .header-mobile-searchToggle.opened .fa-close,
      .header-mobile-searchToggle.opened .icon-close {
        display: inline-block; }
      .header-mobile-searchToggle.opened .fa-search,
      .header-mobile-searchToggle.opened .icon-search {
        display: none; } }
.header-logo a {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
.header-logo img {
  max-width: 200px;
  height: auto; }
@media (max-width: 1023px) {
  .header-widgets {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0; }
    .header-widgets .widget {
      padding-bottom: 20px;
      margin: 0; }
      .header-widgets .widget-links .menu-list-inline {
        text-align: center; } }
@media (min-width: 1024px) {
  .header-widgets .widget {
    margin: 0; } }
.header-widgets a {
  color: #333; }
.header-menu {
  position: relative;
  z-index: 1; }
  .header-menu .container {
    border-top: 1px solid #ddd;
    border-bottom: 3px solid #ff6e0c; }
    @media (min-width: 1024px) {
      .header-menu .container {
        padding: 0; } }
  .header-menu-mobileContent-close {
    float: right;
    font-size: 24px; }
  .header-menu-mobileContent-logo {
    max-width: 200px;
    width: 65%;
    margin: 20px 0 40px 10px; }
  @media (min-width: 1024px) {
    .header-menu-mobileContent {
      display: none; } }
  @media (max-width: 1023px) {
    .header-menu-mobileContent {
      display: block; } }
.header-search {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  padding: 0 0 12px;
  background: white;
  -webkit-box-shadow: 0 8px 4px -3px #ddd;
          box-shadow: 0 8px 4px -3px #ddd; }
  .header-search.opened {
    display: block; }
  .header-search-field {
    width: 100%; }
  .header-search-submit {
    position: absolute;
    right: 30px;
    top: 6px;
    border-width: 0;
    background: none;
    color: #f20c90;
    padding: 0;
    font-size: 24px; }

.stock-price {
  font-size: 15px;
  margin-top: 10px; }
  .stock-price img {
    display: none; }
  .stock-price .qmmt_text_up {
    color: #3a913f; }
    .stock-price .qmmt_text_up:before {
      content: "";
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 3px;
      border-bottom: 5px #3a913f solid;
      border-left: 5px transparent solid;
      border-right: 5px transparent solid; }
  .stock-price .qmmt_text_down {
    color: #e73c3e; }
    .stock-price .qmmt_text_down:before {
      content: "";
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 3px;
      border-top: 5px #e73c3e solid;
      border-left: 5px transparent solid;
      border-right: 5px transparent solid; }

.footer-col li {
  padding-bottom: 10px; }
.footer-links .container {
  border-top: 3px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer-links .container .row {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; }
@media (min-width: 1024px) {
  .footer-links img {
    max-width: 50%;
    height: auto; } }
.footer-copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  background-color: #134581;
  color: #fff; }
  .footer-copyright .container a {
    color: #fff; }
    .footer-copyright .container a:focus, .footer-copyright .container a:hover {
      color: #fff;
      text-decoration: underline; }

@media screen and (max-width: 1024px) {
  .footer-col {
    text-align: center;
    padding-bottom: 10px; }
  .footer-links {
    padding-top: 0;
    padding-bottom: 0; }
  .footer-header {
    cursor: pointer; }
  .footer-list {
    visibility: hidden;
    height: 0;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, min-height 0.3s ease;
    transition: max-height 0.3s ease, min-height 0.3s ease; }
    .footer-list.expanded {
      visibility: visible;
      height: auto;
      min-height: 1px;
      max-height: 1000px;
      background-color: #333;
      margin-left: -30px;
      margin-right: -30px;
      padding: 40px; }
  .footer-copyright a {
    display: block; }
  .footer .copyright-sep {
    display: none; } }
body {
  overflow-x: hidden; }

.page {
  max-height: 100%;
  position: relative; }
  .page-header-image {
    margin: 0 auto 2rem; }
    .page-header-image img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      border-radius: 10px; }
  .page-title {
    font-size: 32px;
    color: #ff6e0c; }
  .page-subtitle {
    font-size: 20px; }
  .page-block .container {
    padding-top: 30px;
    padding-bottom: 0;
    background-color: #fff; }
  .page-block-header h1 {
    margin: 0;
    padding: 0;
    font-family: "DunkinSans-Display", sans-serif;
    font-weight: normal; }
  .page-block-bottom .container {
    border-top: 3px solid #ddd;
    padding-bottom: 30px; }
  .page-block-inverse .container {
    background-color: #ff6e0c !important;
    color: #fff !important;
    padding: 30px; }
    .page-block-inverse .container h1 {
      text-transform: uppercase;
      letter-spacing: 2pt;
      margin: 0;
      padding: 0; }
      .page-block-inverse .container h1 a, .page-block-inverse .container h1 a:hover, .page-block-inverse .container h1 a:focus {
        color: #fff !important; }
  .page-meta {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 20px 0; }
    .page-meta::after {
      display: block;
      content: "";
      clear: both; }
    .page-meta .author, .page-meta .categories, .page-meta .tags, .page-meta .location, .page-meta .pubdate {
      display: inline-block;
      margin-top: 5px;
      margin-right: 5px; }
    .page-meta .addthis_inline_share_toolbox {
      float: right; }
      .page-meta .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn {
        margin-bottom: 0; }
  .page-versions a {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    color: #f20c90; }
    .page-versions a:focus, .page-versions a:hover {
      color: #f20c90; }
    .page-versions a:last-child {
      padding-right: 0; }
  .page-comments {
    border-top: #ddd 1px solid;
    margin: 30px 0;
    padding: 30px 0; }
    .page-comments textarea,
    .page-comments input[type='text'],
    .page-comments input[type='email'] {
      border: #ddd 1px solid;
      width: 100%; }

.comment {
  margin-bottom: 30px; }
  .comment-avatar {
    float: left;
    background: #d7b990;
    color: white;
    width: 40px;
    height: 40px;
    margin: 5px 15px 0 0;
    text-align: center; }
    .comment-avatar .fa {
      line-height: 40px; }
  .comment-text {
    overflow: hidden; }
  .comment-header {
    font-size: 13px;
    color: #999; }
  .comment-action {
    font-size: 13px;
    font-family: "DunkinSans-Display", sans-serif;
    font-weight: normal; }
  .comment-reply {
    padding-left: 55px; }

.entry-post-sep {
  display: none; }

.comments-form {
  margin-bottom: 30px; }

.menu {
  /* end of @MEDIA UP LG */
  /* end of @MEDIA DOWN MD */ }
  .menu-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media (min-width: 1024px) {
    .menu .container {
      position: relative; }
    .menu-list-0 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .menu-list-0-item {
        text-transform: uppercase;
        text-align: center; }
        .menu-list-0-item a:hover, .menu-list-0-item a:focus {
          color: #f20c90; }
        .menu-list-0-item.hasSubMenu:hover .menu-list-0-item-submenu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          z-index: 1; }
        .menu-list-0-item.hasSubMenu:hover > a:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          border-bottom: 14px #ff6e0c solid;
          border-left: 13px rgba(0, 0, 0, 0) solid;
          border-right: 13px rgba(0, 0, 0, 0) solid;
          margin-left: -13px; }
        .menu-list-0-item > a {
          display: block;
          padding: 22px 40px;
          letter-spacing: 1px;
          color: #333;
          position: relative; }
        .menu-list-0-item-search > a {
          color: #f20c90; }
    .menu-list-1 {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: white;
      border-top: 3px #ff6e0c solid;
      border-bottom: 2px #ff6e0c solid; }
      .menu-list-1-item {
        text-transform: uppercase;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-right: 2px rgba(255, 110, 12, 0.21) solid;
        padding: 40px 20px; }
        .menu-list-1-item:last-child {
          border-right-width: 0; }
        .menu-list-1-item > a {
          display: block;
          font-family: "DunkinSans-Display", sans-serif;
          font-weight: normal;
          color: #ff6e0c; }
    .menu-list-2 {
      display: block;
      padding: 5px 0; }
      .menu-list-2-item {
        text-transform: none; }
        .menu-list-2-item > a {
          display: block;
          padding: 4px 0;
          color: #333; } }
  @media (max-width: 1023px) {
    .menu {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      display: block;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s linear;
      transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s linear;
      transition: transform 0.2s ease, box-shadow 0.3s linear;
      transition: transform 0.2s ease, box-shadow 0.3s linear, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s linear; }
      .menu a:focus, .menu a:hover, .menu a:active {
        color: #333; } }
  @media (max-width: 1023px) and (min-width: 568px) {
    .menu {
      width: 70vw; } }
  @media (max-width: 1023px) and (max-width: 567px) {
    .menu {
      width: 85vw; } }
  @media (max-width: 1023px) {
      .menu .container {
        height: 100%; }
      .menu.opened {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        z-index: 10000; } }
    @media (max-width: 1023px) and (min-width: 568px) {
      .menu.opened {
        -webkit-box-shadow: 70vw 0 0 0 rgba(0, 0, 0, 0.5);
                box-shadow: 70vw 0 0 0 rgba(0, 0, 0, 0.5); } }
    @media (max-width: 1023px) and (max-width: 567px) {
      .menu.opened {
        -webkit-box-shadow: 85vw 0 0 0 rgba(0, 0, 0, 0.5);
                box-shadow: 85vw 0 0 0 rgba(0, 0, 0, 0.5); } }
  @media (max-width: 1023px) {
      .menu-list-0 {
        padding: 0 10px 0 0; }
        .menu-list-0-item {
          border-top: 1px #ddd solid;
          padding: 10px 0; }
          .menu-list-0-item::after {
            display: block;
            content: "";
            clear: both; }
          .menu-list-0-item:first-child {
            border-width: 0; }
          .menu-list-0-item > a {
            font-size: 16px;
            text-transform: uppercase;
            color: #333;
            display: block;
            margin: 0 -30px 0 -20px;
            padding: 7px 30px 7px 20px; }
          .menu-list-0-item.subMenu-opened .menu-list-0-item-submenu {
            display: block; }
          .menu-list-0-item.subMenu-opened {
            border-color: white; }
            .menu-list-0-item.subMenu-opened > a {
              background: #f20c90;
              color: white; }
              .menu-list-0-item.subMenu-opened > a:focus, .menu-list-0-item.subMenu-opened > a:hover, .menu-list-0-item.subMenu-opened > a:active {
                color: white; } }
      @media (max-width: 1023px) and (max-width: 1023px) {
        .menu-list-0-item-search {
          display: none; } }
  @media (max-width: 1023px) {
      .menu-list-1 {
        display: none;
        font-size: 16px;
        text-transform: none;
        clear: left;
        margin: 10px 0 15px; }
        .menu-list-1-item > a {
          color: #333; }
        .menu-list-1-item.subMenu-opened .menu-list-1-item-submenu {
          display: block; }
        .menu-list-1-item.subMenu-opened > a {
          font-family: "DunkinSans-Display", sans-serif;
          font-weight: normal;
          color: #333; }
      .menu-list-2 {
        display: none;
        padding-left: 15px;
        margin: 7px 0 7px 3px;
        border-left: 2px #ff6e0c solid; }
        .menu-list-2-item > a {
          color: #333; } }
  .menu-search {
    padding: 20px 20px; }
    .menu-search.opened {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .menu-search-field {
      width: 100%; }
    .menu-search form {
      width: 100%; }
      .menu-search form [type=submit] {
        position: absolute;
        right: 42px;
        top: 26px;
        border-width: 0;
        background: none;
        color: #f20c90;
        padding: 0;
        font-size: 24px; }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 10px; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #77746f;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #333; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 10px; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }
.page-item:last-child .page-link {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #f20c90;
  border-color: #f20c90; }
.page-item.disabled .page-link {
  color: #77746f;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f20c90;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #ff6e0c;
    text-decoration: none;
    background-color: #e8d3aa;
    border-color: #ddd; }

.prPaging {
  padding: 20px 0;
  text-align: center;
  line-height: 50px; }
  .prPaging .page_nav, .prPaging .active {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 10px 15px;
    margin: 0 5px; }
  .prPaging .page_nav {
    background: #fff;
    color: #f20c90; }
    .prPaging .page_nav:focus, .prPaging .page_nav:hover {
      background: #ff6e0c;
      color: #fff; }
  .prPaging .active {
    background: #f20c90;
    color: #fff; }
  .prPaging .right {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .prPaging {
      text-align: left; }
      .prPaging .right {
        float: right;
        text-align: right;
        margin-bottom: 0; } }
  .prPaging::after {
    display: block;
    content: "";
    clear: both; }

.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px; }
  .nav-tabs li {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    text-align: center;
    font-weight: normal; }
  .nav-tabs a {
    display: block;
    background: #333;
    color: #fff;
    padding: 0.5em 1em; }
    .nav-tabs a:focus, .nav-tabs a:hover {
      text-decoration: none;
      background: #f20c90; }
  .nav-tabs a.active,
  .nav-tabs li.show a {
    background-color: transparent;
    color: #333; }
    .nav-tabs a.active:focus, .nav-tabs a.active:hover,
    .nav-tabs li.show a:focus,
    .nav-tabs li.show a:hover {
      background-color: transparent;
      color: #333; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 16px;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 51, 0.15);
  border-radius: 10px; }

.dropdown-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e8d3aa; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #262626;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #191919;
    text-decoration: none;
    background-color: #e8d3aa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #333;
    text-decoration: none;
    background-color: #ddd; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #77746f;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }
.show > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #77746f;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.svg .logo-png {
  display: none; }

.no-svg .logo-svg {
  display: none; }

html, body {
  min-height: 100%; }

body {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.wrapper {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.meta {
  color: #333;
  font-size: smaller; }

.item .meta {
  margin-top: 10px; }
.item .categories {
  color: #f20c90; }
.item .headline {
  text-transform: uppercase; }

.category-label {
  color: #333; }

.headline {
  color: #333;
  font-family: "DunkinSans-Book", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  padding: 0 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item a:focus .headline, .item a:hover .headline {
  color: #f20c90; }

.pubdate, .content-type {
  margin-right: 20px; }

.summary {
  color: #333;
  padding: 5px 0 0; }

.label {
  font-family: "DunkinSans-Display", sans-serif;
  font-weight: normal; }

.item a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  overflow: hidden; }
.item-image {
  overflow: hidden; }

@media (max-width: 767px) {
  .sidebar {
    border-top: 3px solid #ddd;
    padding-top: 30px; } }
@media (min-width: 768px) {
  .columns-2 {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-span: all;
            column-span: all; }
  .columns li {
    display: inline-block; } }

.front-page .sidebar h2 {
  background-color: #fff;
  margin: 0 -20px;
  padding: 0 20px 20px; }
.front-page .sidebar .list .item {
  margin: 0 -20px; }
  .front-page .sidebar .list .item:first-child {
    padding-top: 20px; }
  .front-page .sidebar .list .item:last-child {
    border-bottom: none; }
  .front-page .sidebar .list .item .item-image {
    display: none; }
.front-page .sidebar .item a {
  padding: 20px; }
  .front-page .sidebar .item a:focus .headline, .front-page .sidebar .item a:hover .headline {
    color: #ff6e0c; }
.front-page .sidebar .view-more {
  margin-bottom: 20px; }

@media (max-width: 1439px) {
  .front-page .sidebar {
    margin-top: 20px;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff; } }
@media (min-width: 1024px) {
  .front-page .sidebar {
    border-right: 20px solid #fff;
    border-left: none; } }
.list .item {
  border-bottom: 1px solid #ddd; }
  .list .item:first-child a {
    padding-top: 0; }
  .list .item-image {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .list .item-image {
        width: 250px;
        margin-right: 20px;
        margin-bottom: 0;
        float: left; } }
    .list .item-image img {
      width: 100%;
      height: auto;
      border-radius: 10px; }
  .list .item-text {
    display: table;
    word-break: break-word; }

.item-featured .item a {
  padding: 0 0 20px; }
.item-featured .item-image img {
  border-radius: 10px; }

@media (min-width: 768px) {
  .grid {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 768px) {
  .grid-2 .item {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
    .grid-2 .item:nth-child(odd) .item-image {
      margin-right: 20px; }
    .grid-2 .item:nth-child(even) .item-image {
      margin-left: 20px; } }
@media (min-width: 768px) {
  .grid-3 {
    margin-left: -20px;
    margin-right: -20px; } }
@media (min-width: 768px) {
  .grid-3 .item {
    -moz-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 20px; } }
.grid .item {
  position: relative;
  margin-bottom: 40px; }
  .grid .item a {
    padding: 0; }
  .grid .item-image {
    text-align: center; }
    .grid .item-image img {
      width: 100%;
      height: auto;
      border-radius: 10px; }
    @media (min-width: 768px) {
      .grid .item-image {
        -ms-flex-align: flex-end;
        -webkit-box-align: end;
                align-items: flex-end; } }
  .grid .item-text {
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 10px 20px 0;
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    min-width: 250px;
    border-radius: 10px 10px 0 0; }
    .grid .item-text .headline {
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1pt;
      padding: 0; }
  .grid .item:focus .item-text, .grid .item:hover .item-text {
    bottom: 0; }
  .grid .item:focus .headline, .grid .item:hover .headline {
    color: #f20c90; }

.header .container, .menu .container, .content .container, .footer-links .container {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

@media (max-width: 1023px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
.banner {
  padding: 10px 0;
  position: relative; }
  .banner-image img {
    width: 100%;
    border-radius: 10px; }
  .banner.multi-image .banner-image {
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    opacity: 0;
    height: 0;
    overflow: hidden; }
    .banner.multi-image .banner-image.active {
      opacity: 1;
      height: auto; }
  @media (min-width: 768px) {
    .banner-caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -10px;
      z-index: 1;
      text-align: center; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .banner-caption {
      bottom: 10px; } }

  @media (max-width: 767px) {
    .banner-caption {
      text-align: center; } }
  .banner-caption-text,
  .banner-caption h1 {
    display: inline-block;
    background-color: #fff;
    padding: 20px 40px 0;
    text-align: center;
    font-family: "DunkinSans-Display", sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0; }
    .banner-caption-text:after,
    .banner-caption h1:after {
      content: "";
      display: block;
      width: 100px;
      height: 5px;
      background-color: #ff6e0c;
      border-radius: 50px;
      margin: 10px auto 0; }
  .banner-summary {
    font-size: 18px;
    /* text-align: center; */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px; }
    .banner-summary p:last-child {
      margin-bottom: 0; }

.related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1024px) {
    .related {
      padding: 0 8px;
      margin-left: -25px;
      margin-right: -25px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .related {
    padding: 0 6.6666666667px;
    margin-left: -15px;
    margin-right: -15px; } }

  @media (max-width: 767px) {
    .related {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .related-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      padding: 0 15.037593985px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .related-item {
      padding: 0 10px; } }

  @media (max-width: 767px) {
    .related-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .related-item a {
    position: relative;
    color: #262626;
    display: block;
    padding: 0 0; }
  @media (min-width: 768px) {
    .related-item-image {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      height: 0;
      padding-bottom: 67%; }
      .related-item-image img {
        display: none; } }
  @media (max-width: 767px) {
    .related-item-image {
      background: none !important; } }
  .related-item-text {
    text-align: center;
    padding: 0 30px; }
    @media (min-width: 768px) {
      .related-item-text {
        margin-top: -42px; } }
    .related-item-text-title {
      background: white;
      text-align: center;
      display: inline-block;
      padding: 10px 30px;
      text-transform: uppercase;
      line-height: 22px; }

.featured {
  border-top: 3px #ddbd8e solid;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: 20px; }
  @media (min-width: 568px) {
    .featured {
      margin-right: -5px;
      margin-left: -5px; } }
  @media (min-width: 768px) {
    .featured {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 1024px) {
    .featured {
      margin-right: -40px;
      margin-left: -40px; } }
  @media (min-width: 1440px) {
    .featured {
      margin-right: -40px;
      margin-left: -40px; } }
  @media (min-width: 1024px) {
    .featured {
      padding: 40px 0; } }
  @media (max-width: 1023px) {
    .featured {
      padding: 30px 0; } }
  @media (min-width: 568px) {
    .featured {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .featured .item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .featured .sidebar .widget {
    margin-bottom: 0; }
  .featured .sidebar h2 {
    text-transform: uppercase;
    letter-spacing: 1pt; }
  .featured .sidebar .item-image {
    width: 75px;
    float: left;
    margin-right: 20px; }
  .featured .sidebar .item-text {
    display: table; }
    .featured .sidebar .item-text .headline {
      font-size: 16px;
      text-transform: none; }

.subpages-header-toggle {
  border-bottom: 1px #ddd solid;
  padding: 20px 0 7px 0;
  font-size: 16px;
  font-family: "DunkinSans-Display", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #333; }
  .subpages-header-toggle:after {
    content: "\f107";
    font-family: "fontAwesome";
    float: right; }
  .subpages-header-toggle.opened {
    border-bottom-width: 0; }
    .subpages-header-toggle.opened:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
.subpages-header .container {
  padding-top: 0; }
.scrolled .subpages-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
.subpages-header-nav {
  padding-left: 0;
  list-style: none;
  margin: 0; }
  @media (min-width: 1024px) {
    .subpages-header-nav {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-bottom: 1px #ddd solid; }
      .subpages-header-nav li {
        width: 25%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .subpages-header-nav li a {
          color: #333;
          width: 100%;
          display: block;
          padding: 13px;
          font-size: 18px;
          font-family: "DunkinSans-Display", sans-serif;
          font-weight: normal; }
          .subpages-header-nav li a.active {
            border-bottom: 2px #f20c90 solid;
            -webkit-box-shadow: 0 1px 0 0px #f20c90;
                    box-shadow: 0 1px 0 0px #f20c90; } }
  @media (max-width: 1023px) {
    .subpages-header-nav {
      display: none;
      border-bottom: 1px #ddd solid;
      padding-bottom: 10px; }
      .subpages-header-nav li a {
        display: block;
        padding: 7px 0; }
      .subpages-header-nav.opened {
        display: block; } }
@media (min-width: 1024px) {
  .subpages-header-1 ul li {
    width: 100%; }
  .subpages-header-2 ul li {
    width: 50%; }
  .subpages-header-3 ul li {
    width: 33.33%; }
  .subpages-header-5 ul li {
    width: 20%; } }
.subpages-item {
  padding: 0 0 20px; }
  .subpages-item-title {
    text-align: center;
    font-size: 24px;
    font-family: "DunkinSans-Display", sans-serif;
    font-weight: normal; }
  @media (min-width: 1024px) {
    .subpages-item-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -30px; }
      .subpages-item-body-content {
        padding: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 100 100%;
                flex: 0 100 100%; }
      .subpages-item-body-aside {
        padding: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%; } }
  @media (max-width: 1023px) {
    .subpages-item-body-content {
      padding: 20px; }
    .subpages-item-body-aside {
      padding: 20px; } }
.subpages-container .container {
  padding-top: 20px; }
.scrolled .subpages-container {
  margin-top: 70px; }

.text-editor a {
  text-decoration: underline; }
  .text-editor a:focus, .text-editor a:hover {
    text-decoration: underline; }
.text-editor .btn {
  text-decoration: none !important;
  color: #fff; }
  .text-editor .btn a {
    color: #fff;
    text-decoration: none !important; }
    .text-editor .btn a:focus, .text-editor .btn a:hover {
      text-decoration: none !important;
      color: #fff; }
  .text-editor .btn:focus, .text-editor .btn:hover {
    text-decoration: none !important;
    color: #fff; }
    .text-editor .btn:focus a, .text-editor .btn:hover a {
      color: #fff; }
.text-editor .textImage {
  max-width: 100%;
  overflow: hidden;
  display: block !important; }
  .text-editor .textImage img {
    max-width: 100%;
    height: auto; }
  .text-editor .textImage img[data-src] {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .text-editor .textImage img[data-src]:hover,
  .text-editor .textImage img[data-src]:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
.text-editor .textImage-left,
.text-editor .textImage-right {
  max-width: 50%; }
.text-editor .textImage-left + p,
.text-editor .textImage-right + p {
  display: table; }
  .text-editor .textImage-left + p::after,
  .text-editor .textImage-right + p::after {
    display: block;
    content: "";
    clear: both; }
.text-editor .textImage-left {
  margin: 0 20px 20px 0 !important; }
.text-editor .textImage-right {
  margin: 0 0 20px 20px !important; }
.text-editor .textImage-center {
  margin: 0 auto 20px !important; }
.text-editor .textImage-inline {
  display: block !important; }
.text-editor .simplebox {
  background-color: #e8d3aa;
  margin-bottom: 20px; }
  .text-editor .simplebox-content {
    padding: 20px; }
  .text-editor .simplebox.align-left {
    float: left;
    width: 50%;
    margin-right: 20px;
    margin-bottom: 0; }
  .text-editor .simplebox.align-right {
    float: right;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 0; }
  .text-editor .simplebox.align-center {
    margin-left: auto;
    margin-right: auto;
    width: 50%; }
  .text-editor .simplebox blockquote:last-child {
    margin-bottom: 0; }
.text-editor .columns-2 {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-span: all;
          column-span: all; }
.text-editor .columns li {
  display: inline-block; }

.page-article .sidebar {
  margin-top: 80px; }
  .page-article .sidebar .widget-posts .item .item-image {
    display: none; }
  .page-article .sidebar .widget-posts .item .headline {
    font-size: 16px; }

@media (max-width: 1023px) {
  .text-editor .textImage-left,
  .text-editor .textImage-right,
  .text-editor .textImage-center {
    float: none !important;
    margin: 0 auto 20px !important;
    max-width: 100% !important;
    width: 100% !important; }
    .text-editor .textImage-left img,
    .text-editor .textImage-right img,
    .text-editor .textImage-center img {
      float: none !important; }
  .text-editor .simplebox.align-left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .text-editor .simplebox.align-right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; }
  .text-editor .simplebox.align-center {
    width: 100%; } }
@media (min-width: 768px) {
  .addthis_sharing_toolbox {
    float: right !important; } }
.featured-item {
  position: relative;
  display: none; }
  .featured-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.3);
    border-radius: 10px; }
    .featured-item-overlay a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .featured-item-overlay .tag {
      background-color: #fff;
      color: #f20c90;
      padding: 5px 15px;
      margin: 0 0 10px;
      text-transform: uppercase;
      font-family: "DunkinSans-Display", sans-serif;
      font-weight: normal;
      font-size: 13px;
      letter-spacing: 1pt; }
    .featured-item-overlay .headline {
      color: #fff;
      font-size: 20px;
      line-height: 1.2;
      margin: 0;
      padding: 10px 0 0; }
      @media (min-width: 768px) {
        .featured-item-overlay .headline {
          font-size: 32px; } }
    .featured-item-overlay .sep {
      display: inline-block;
      width: 75px;
      height: 4px;
      border-radius: 10px;
      background-color: #ddbd8e; }
  .featured-item-body {
    padding: 60px; }

.careers-blog .banner-caption-text, .careers-blog .banner-caption h1 {
  padding: 20px 40px 10px; }
  .careers-blog .banner-caption-text:after, .careers-blog .banner-caption h1:after {
    content: none; }
.careers-blog .banner-summary {
  padding-top: 15px; }

.entry {
  margin: 2rem 0; }
  .entry .headline {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    padding: 0;
    margin: 1rem 0 0.5rem; }
  .entry .categories {
    font-size: 14px;
    margin: 1rem 0 0; }
    .entry .categories:before {
      content: "| ";
      opacity: 0.5; }
  .entry .pubdate {
    font-size: 14px;
    margin-right: 0; }
  .entry .summary {
    padding: 0;
    margin: 0.5rem 0 0; }
  .entry a:focus .headline, .entry a:hover .headline {
    color: #ff6e0c; }
  .entry-img img {
    border-radius: 10px; }

#blog .entry-grid.row {
  margin-left: -15px;
  margin-right: -15px; }
#blog .entry-grid .col-md-6 {
  padding-left: 15px;
  padding-right: 15px; }

.social-card {
  height: 100%;
  margin-left: 15px;
  margin-right: 15px; }
  .social-card iframe {
    width: 100% !important;
    min-width: unset !important; }

.card.card-promo {
  background-color: #e8d3aa;
  border: none;
  margin: 2rem 0; }

.card-body {
  padding: 15px; }

.addthis_inline_follow_toolbox p {
  display: none; }

.card {
  border-radius: 10px; }

.sidebar .card .card-img-top {
  border-radius: 10px 10px 0 0; }

.profile-list .profile {
  margin: 20px 0; }
  .profile-list .profile::after {
    display: block;
    content: "";
    clear: both; }
  .profile-list .profile .headline, .profile-list .profile .more {
    color: #f20c90; }
  .profile-list .profile:focus .headline, .profile-list .profile:focus .more, .profile-list .profile:hover .headline, .profile-list .profile:hover .more {
    color: #ff6e0c; }
  .profile-list .profile:focus img, .profile-list .profile:hover img {
    opacity: 0.75; }
.profile-list .profile-image {
  width: 150px;
  max-width: 33.333%;
  float: left;
  margin: 0 20px 0 0; }
  .profile-list .profile-image img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
.profile-list .profile-name {
  font-size: 16px;
  padding: 0;
  margin: 0; }
.profile-list .profile-title {
  font-size: 16px;
  color: #333; }
.profile-list .profile-summary {
  clear: both;
  padding: 20px 0 0;
  color: #333;
  font-size: 14px; }

.profile-image-lg {
  max-width: 33.333%;
  float: left;
  margin: 20px 20px 20px 0; }

.profile-primary {
  border-bottom: 3px solid #ddd;
  padding-bottom: 0;
  margin-bottom: 40px; }
  .profile-primary .profile {
    margin-bottom: 0; }
  .profile-primary .profile-image {
    width: auto; }
  .profile-primary .profile-name {
    font-size: 24px; }
  .profile-primary .profile-title {
    font-size: 20px; }

.profile-secondary .profile-image img {
  border: 1px solid #ddd;
  border-radius: 100%; }

.widget {
  margin: 0 0 40px; }
  .widget-image {
    overflow: hidden; }
    .widget-image img {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .widget-image img:focus, .widget-image img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .widget-title {
    font-size: 18px;
    font-family: "DunkinSans-Display", sans-serif;
    font-weight: normal;
    color: #333;
    padding: 0 0 20px;
    margin: 0;
    text-transform: uppercase; }
  .widget-content {
    padding: 0; }
    .widget-content .list .item {
      border-bottom: 1px solid #ddd; }
      .widget-content .list .item:last-child {
        border-bottom: none; }
      .widget-content .list .item a {
        padding-left: 0;
        padding-right: 0; }
      .widget-content .list .item-image {
        width: 80px; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  .carousel-item a, .carousel-item img {
    display: block;
    width: 100%; }
  @media (-webkit-transform-3d) {
    .carousel-item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-perspective: 1000px;
              perspective: 1000px; } }
  @supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
    .carousel-item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-perspective: 1000px;
              perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }
@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.75; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

@media (max-width: 1439px) {
  .carousel-control-prev {
    left: 20px; }

  .carousel-control-next {
    right: 20px; } }
@media (max-width: 767px) {
  .carousel-control-prev {
    left: 0; }

  .carousel-control-next {
    right: 0; } }
@media (min-width: 1024px) {
  .carousel-control-prev {
    left: -120px; }

  .carousel-control-next {
    right: -120px; } }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: transparent no-repeat center center;
  background-size: 50%; }

.carousel-control-prev-icon {
  background-image: url(../images/carousel-pager-prev.png);
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-control-next-icon {
  background-image: url(../images/carousel-pager-next.png);
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .carousel-caption-headline {
    font-size: 24px; }
  .carousel-caption-summary {
    font-size: 16px;
    margin-bottom: 20px; }
  .carousel-caption:focus, .carousel-caption:hover {
    background-color: rgba(0, 0, 0, 0.9); }
  .carousel-caption a {
    display: block;
    width: 100%;
    color: #fff; }
    .carousel-caption a:focus, .carousel-caption a:hover {
      color: #fff; }
  .carousel-caption img {
    display: block;
    width: 100%; }

@media (min-width: 768px) {
  .carousel-caption {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 75%; }
    .carousel-caption-headline {
      font-size: 36px; }
    .carousel-caption-summary {
      font-size: 20px; } }
@media (max-width: 767px) {
  .carousel {
    margin: -40px -30px 40px; } }
@media (min-width: 1024px) {
  .boxes {
    margin-top: -20px; } }
.boxes .box {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px; }
  .boxes .box a {
    position: relative;
    display: block;
    overflow: hidden; }
    .boxes .box a img {
      width: 100%;
      height: auto; }
  .boxes .box-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    font-family: "DunkinSans-Display", sans-serif;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .boxes .box:focus .box-caption, .boxes .box:hover .box-caption {
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.9); }

@media (max-width: 767px) {
  .box-caption {
    font-size: 12px; } }
.card {
  position: relative;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0; }

.card-block {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 20px; }

.card-title {
  margin-bottom: 0;
  padding-bottom: 0; }

.card-subtitle {
  margin-top: -10px;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 20px; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-header {
  padding: 20px 20px;
  margin-bottom: 0;
  background-color: #e8d3aa;
  border-bottom: 1px solid #ddd; }
  .card-header:first-child {
    border-radius: 0 0 0 0; }

.card-footer {
  padding: 20px 20px;
  background-color: #e8d3aa;
  border-top: 1px solid #ddd; }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

.card-header-tabs {
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -10px;
  margin-left: -10px; }

.card-primary {
  background-color: #f20c90;
  border-color: #f20c90; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #f20c90; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #f20c90; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px; }

.card-img-top {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.card-img-bottom {
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

@media (min-width: 768px) {
  .card-deck {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap; }
    .card-deck .card {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -moz-flex: 1 0 0;
      -ms-flex: 1 0 0;
      -webkit-box-flex: 1;
              flex: 1 0 0;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      margin-bottom: 20px;
      min-width: 32%; }
      .card-deck .card:not(:first-child) {
        margin-left: 10px; }
      .card-deck .card:not(:last-child) {
        margin-right: 10px; } }
@media (min-width: 768px) {
  .card-group {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
    .card-group .card {
      -moz-flex: 1 0 0;
      -ms-flex: 1 0 0;
      -webkit-box-flex: 1;
              flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
            column-gap: 20px; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 20px; } }
.gallery figure a {
  display: block;
  overflow: hidden; }
  .gallery figure a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .gallery figure a:focus img, .gallery figure a:hover img {
    opacity: 0.75; }
.gallery figcaption {
  padding: 20px 0; }
  .gallery figcaption .summary {
    color: #333; }
  .gallery figcaption .actions {
    margin-top: 20px; }
.gallery .nav-tabs {
  display: block; }
  .gallery .nav-tabs li {
    display: inline-block;
    vertical-align: middle;
    width: 25%; }
  .gallery .nav-tabs a {
    background: none;
    padding: 0;
    margin: 2px; }
    .gallery .nav-tabs a img {
      opacity: 0.5; }
    .gallery .nav-tabs a img:hover,
    .gallery .nav-tabs a img:focus {
      opacity: 0.75; }
    .gallery .nav-tabs a.active img {
      opacity: 1; }

.lightbox a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.lightbox a .lightbox-overlay {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  z-index: 1; }
  .lightbox a .lightbox-overlay .fa {
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 0.75; }
.lightbox a:focus img, .lightbox a:hover img {
  opacity: 0.75; }
.lightbox a:focus .lightbox-overlay, .lightbox a:hover .lightbox-overlay {
  visibility: visible;
  opacity: 1; }

.menu-list-inline {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu-list-inline li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }

.widget-links .icon a {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #ddbd8e;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .widget-links .icon a:focus, .widget-links .icon a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
    .widget-links .icon a:focus .icon-label, .widget-links .icon a:hover .icon-label {
      color: #ff6e0c; }
  .widget-links .icon a .fa {
    font-size: 25px;
    line-height: 40px; }
.widget-links .icon.icon-facebook a {
  background-color: #3b5998; }
.widget-links .icon.icon-twitter a {
  background-color: #1da1f2; }
.widget-links .icon.icon-linkedin a {
  background-color: #0077b5; }
.widget-links .icon.icon-youtube a, .widget-links .icon.icon-youtube-play a {
  background-color: #e52d27; }
.widget-links .icon.icon-rss a {
  background-color: #ff8c00; }
.widget-links .icon.icon-instagram a {
  background-color: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.widget-links .icon-label {
  color: #f20c90;
  font-size: 14px; }
.widget-links .menu-list li {
  margin: 10px 0; }
.widget-links .menu-list .icon a {
  white-space: nowrap; }
.widget-links .menu-list .icon .fa {
  padding: 0 6px; }
.widget-links .menu-list .icon-label {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 16px; }
.widget-links .menu-list-inline li {
  margin: 0 5px; }
.widget-links .menu-list-inline .icon a {
  white-space: normal; }
.widget-links .menu-list-inline .icon-label {
  margin-left: 0; }
@media (min-width: 768px) {
  .widget-links .menu-list-inline {
    text-align: right; } }

.widget-links-subscribe .menu-list-inline {
  text-align: center; }
.widget-links-subscribe .icon a {
  width: 50px;
  height: 50px;
  line-height: 40px; }
  .widget-links-subscribe .icon a .fa {
    font-size: 30px;
    line-height: 50px; }
.widget-links-subscribe .icon-label {
  font-size: 14px; }

.rss-list {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px; }
  .rss-list.widget-links .menu-list .icon a {
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .rss-list.widget-links .menu-list .icon a .fa {
      font-size: 20px;
      line-height: 30px; }
  @media (min-width: 768px) {
    .rss-list .menu-list {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .rss-list .icon-rss {
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%; } }

.accordion-item {
  padding: 20px 0;
  border-top: 1px solid #ddd; }
  .accordion-item:first-child {
    border-top: none; }
.accordion-text {
  padding: 20px 0 0; }
  .accordion-text p:last-child,
  .accordion-text ol:last-child,
  .accordion-text ul:last-child {
    margin: 0; }
.accordion-title {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd; }
  .accordion-title:first-child {
    border-top: none; }
  .accordion-title a {
    display: block;
    width: 90%;
    font-weight: normal; }
    .accordion-title a:after {
      content: "\2013";
      color: #f20c90;
      position: absolute;
      top: 0;
      right: 20px;
      font-weight: normal;
      font-size: x-large; }
  .accordion-title .collapsed:after {
    content: "+"; }
.accordion-sub-title {
  display: block;
  padding: 10px 0 0;
  font-size: smaller;
  font-weight: normal;
  color: #333; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #f20c90 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #c10a73 !important; }

.bg-inverse {
  background-color: #ff6e0c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #d85700 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 10px; }

.rounded-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

.rounded-right {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.rounded-left {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 568px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 568px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 1024px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 1440px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 568px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:active, .screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 5px 5px !important; }

.mt-1 {
  margin-top: 5px !important; }

.mr-1 {
  margin-right: 5px !important; }

.mb-1 {
  margin-bottom: 5px !important; }

.ml-1 {
  margin-left: 5px !important; }

.mx-1 {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-2 {
  margin: 10px 10px !important; }

.mt-2 {
  margin-top: 10px !important; }

.mr-2 {
  margin-right: 10px !important; }

.mb-2 {
  margin-bottom: 10px !important; }

.ml-2 {
  margin-left: 10px !important; }

.mx-2 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-3 {
  margin: 20px 20px !important; }

.mt-3 {
  margin-top: 20px !important; }

.mr-3 {
  margin-right: 20px !important; }

.mb-3 {
  margin-bottom: 20px !important; }

.ml-3 {
  margin-left: 20px !important; }

.mx-3 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.my-3 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-4 {
  margin: 30px 30px !important; }

.mt-4 {
  margin-top: 30px !important; }

.mr-4 {
  margin-right: 30px !important; }

.mb-4 {
  margin-bottom: 30px !important; }

.ml-4 {
  margin-left: 30px !important; }

.mx-4 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.my-4 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-5 {
  margin: 60px 60px !important; }

.mt-5 {
  margin-top: 60px !important; }

.mr-5 {
  margin-right: 60px !important; }

.mb-5 {
  margin-bottom: 60px !important; }

.ml-5 {
  margin-left: 60px !important; }

.mx-5 {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.my-5 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 5px 5px !important; }

.pt-1 {
  padding-top: 5px !important; }

.pr-1 {
  padding-right: 5px !important; }

.pb-1 {
  padding-bottom: 5px !important; }

.pl-1 {
  padding-left: 5px !important; }

.px-1 {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-2 {
  padding: 10px 10px !important; }

.pt-2 {
  padding-top: 10px !important; }

.pr-2 {
  padding-right: 10px !important; }

.pb-2 {
  padding-bottom: 10px !important; }

.pl-2 {
  padding-left: 10px !important; }

.px-2 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-3 {
  padding: 20px 20px !important; }

.pt-3 {
  padding-top: 20px !important; }

.pr-3 {
  padding-right: 20px !important; }

.pb-3 {
  padding-bottom: 20px !important; }

.pl-3 {
  padding-left: 20px !important; }

.px-3 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-4 {
  padding: 30px 30px !important; }

.pt-4 {
  padding-top: 30px !important; }

.pr-4 {
  padding-right: 30px !important; }

.pb-4 {
  padding-bottom: 30px !important; }

.pl-4 {
  padding-left: 30px !important; }

.px-4 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-5 {
  padding: 60px 60px !important; }

.pt-5 {
  padding-top: 60px !important; }

.pr-5 {
  padding-right: 60px !important; }

.pb-5 {
  padding-bottom: 60px !important; }

.pl-5 {
  padding-left: 60px !important; }

.px-5 {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.py-5 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 568px) {
  .m-sm-0 {
    margin: 0 0 !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0 {
    margin-left: 0 !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-sm-1 {
    margin: 5px 5px !important; }

  .mt-sm-1 {
    margin-top: 5px !important; }

  .mr-sm-1 {
    margin-right: 5px !important; }

  .mb-sm-1 {
    margin-bottom: 5px !important; }

  .ml-sm-1 {
    margin-left: 5px !important; }

  .mx-sm-1 {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .my-sm-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .m-sm-2 {
    margin: 10px 10px !important; }

  .mt-sm-2 {
    margin-top: 10px !important; }

  .mr-sm-2 {
    margin-right: 10px !important; }

  .mb-sm-2 {
    margin-bottom: 10px !important; }

  .ml-sm-2 {
    margin-left: 10px !important; }

  .mx-sm-2 {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .my-sm-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .m-sm-3 {
    margin: 20px 20px !important; }

  .mt-sm-3 {
    margin-top: 20px !important; }

  .mr-sm-3 {
    margin-right: 20px !important; }

  .mb-sm-3 {
    margin-bottom: 20px !important; }

  .ml-sm-3 {
    margin-left: 20px !important; }

  .mx-sm-3 {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .my-sm-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .m-sm-4 {
    margin: 30px 30px !important; }

  .mt-sm-4 {
    margin-top: 30px !important; }

  .mr-sm-4 {
    margin-right: 30px !important; }

  .mb-sm-4 {
    margin-bottom: 30px !important; }

  .ml-sm-4 {
    margin-left: 30px !important; }

  .mx-sm-4 {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .my-sm-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .m-sm-5 {
    margin: 60px 60px !important; }

  .mt-sm-5 {
    margin-top: 60px !important; }

  .mr-sm-5 {
    margin-right: 60px !important; }

  .mb-sm-5 {
    margin-bottom: 60px !important; }

  .ml-sm-5 {
    margin-left: 60px !important; }

  .mx-sm-5 {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .my-sm-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .p-sm-0 {
    padding: 0 0 !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0 {
    padding-left: 0 !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-sm-1 {
    padding: 5px 5px !important; }

  .pt-sm-1 {
    padding-top: 5px !important; }

  .pr-sm-1 {
    padding-right: 5px !important; }

  .pb-sm-1 {
    padding-bottom: 5px !important; }

  .pl-sm-1 {
    padding-left: 5px !important; }

  .px-sm-1 {
    padding-right: 5px !important;
    padding-left: 5px !important; }

  .py-sm-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .p-sm-2 {
    padding: 10px 10px !important; }

  .pt-sm-2 {
    padding-top: 10px !important; }

  .pr-sm-2 {
    padding-right: 10px !important; }

  .pb-sm-2 {
    padding-bottom: 10px !important; }

  .pl-sm-2 {
    padding-left: 10px !important; }

  .px-sm-2 {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .py-sm-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .p-sm-3 {
    padding: 20px 20px !important; }

  .pt-sm-3 {
    padding-top: 20px !important; }

  .pr-sm-3 {
    padding-right: 20px !important; }

  .pb-sm-3 {
    padding-bottom: 20px !important; }

  .pl-sm-3 {
    padding-left: 20px !important; }

  .px-sm-3 {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .py-sm-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .p-sm-4 {
    padding: 30px 30px !important; }

  .pt-sm-4 {
    padding-top: 30px !important; }

  .pr-sm-4 {
    padding-right: 30px !important; }

  .pb-sm-4 {
    padding-bottom: 30px !important; }

  .pl-sm-4 {
    padding-left: 30px !important; }

  .px-sm-4 {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .py-sm-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .p-sm-5 {
    padding: 60px 60px !important; }

  .pt-sm-5 {
    padding-top: 60px !important; }

  .pr-sm-5 {
    padding-right: 60px !important; }

  .pb-sm-5 {
    padding-bottom: 60px !important; }

  .pl-sm-5 {
    padding-left: 60px !important; }

  .px-sm-5 {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .py-sm-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto {
    margin-left: auto !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mr-md-0 {
    margin-right: 0 !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0 {
    margin-left: 0 !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-md-1 {
    margin: 5px 5px !important; }

  .mt-md-1 {
    margin-top: 5px !important; }

  .mr-md-1 {
    margin-right: 5px !important; }

  .mb-md-1 {
    margin-bottom: 5px !important; }

  .ml-md-1 {
    margin-left: 5px !important; }

  .mx-md-1 {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .my-md-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .m-md-2 {
    margin: 10px 10px !important; }

  .mt-md-2 {
    margin-top: 10px !important; }

  .mr-md-2 {
    margin-right: 10px !important; }

  .mb-md-2 {
    margin-bottom: 10px !important; }

  .ml-md-2 {
    margin-left: 10px !important; }

  .mx-md-2 {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .my-md-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .m-md-3 {
    margin: 20px 20px !important; }

  .mt-md-3 {
    margin-top: 20px !important; }

  .mr-md-3 {
    margin-right: 20px !important; }

  .mb-md-3 {
    margin-bottom: 20px !important; }

  .ml-md-3 {
    margin-left: 20px !important; }

  .mx-md-3 {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .my-md-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .m-md-4 {
    margin: 30px 30px !important; }

  .mt-md-4 {
    margin-top: 30px !important; }

  .mr-md-4 {
    margin-right: 30px !important; }

  .mb-md-4 {
    margin-bottom: 30px !important; }

  .ml-md-4 {
    margin-left: 30px !important; }

  .mx-md-4 {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .my-md-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .m-md-5 {
    margin: 60px 60px !important; }

  .mt-md-5 {
    margin-top: 60px !important; }

  .mr-md-5 {
    margin-right: 60px !important; }

  .mb-md-5 {
    margin-bottom: 60px !important; }

  .ml-md-5 {
    margin-left: 60px !important; }

  .mx-md-5 {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .my-md-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .p-md-0 {
    padding: 0 0 !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pr-md-0 {
    padding-right: 0 !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0 {
    padding-left: 0 !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-md-1 {
    padding: 5px 5px !important; }

  .pt-md-1 {
    padding-top: 5px !important; }

  .pr-md-1 {
    padding-right: 5px !important; }

  .pb-md-1 {
    padding-bottom: 5px !important; }

  .pl-md-1 {
    padding-left: 5px !important; }

  .px-md-1 {
    padding-right: 5px !important;
    padding-left: 5px !important; }

  .py-md-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .p-md-2 {
    padding: 10px 10px !important; }

  .pt-md-2 {
    padding-top: 10px !important; }

  .pr-md-2 {
    padding-right: 10px !important; }

  .pb-md-2 {
    padding-bottom: 10px !important; }

  .pl-md-2 {
    padding-left: 10px !important; }

  .px-md-2 {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .py-md-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .p-md-3 {
    padding: 20px 20px !important; }

  .pt-md-3 {
    padding-top: 20px !important; }

  .pr-md-3 {
    padding-right: 20px !important; }

  .pb-md-3 {
    padding-bottom: 20px !important; }

  .pl-md-3 {
    padding-left: 20px !important; }

  .px-md-3 {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .py-md-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .p-md-4 {
    padding: 30px 30px !important; }

  .pt-md-4 {
    padding-top: 30px !important; }

  .pr-md-4 {
    padding-right: 30px !important; }

  .pb-md-4 {
    padding-bottom: 30px !important; }

  .pl-md-4 {
    padding-left: 30px !important; }

  .px-md-4 {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .py-md-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .p-md-5 {
    padding: 60px 60px !important; }

  .pt-md-5 {
    padding-top: 60px !important; }

  .pr-md-5 {
    padding-right: 60px !important; }

  .pb-md-5 {
    padding-bottom: 60px !important; }

  .pl-md-5 {
    padding-left: 60px !important; }

  .px-md-5 {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .py-md-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .mr-md-auto {
    margin-right: auto !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto {
    margin-left: auto !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 0 !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0 {
    margin-left: 0 !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-lg-1 {
    margin: 5px 5px !important; }

  .mt-lg-1 {
    margin-top: 5px !important; }

  .mr-lg-1 {
    margin-right: 5px !important; }

  .mb-lg-1 {
    margin-bottom: 5px !important; }

  .ml-lg-1 {
    margin-left: 5px !important; }

  .mx-lg-1 {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .my-lg-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .m-lg-2 {
    margin: 10px 10px !important; }

  .mt-lg-2 {
    margin-top: 10px !important; }

  .mr-lg-2 {
    margin-right: 10px !important; }

  .mb-lg-2 {
    margin-bottom: 10px !important; }

  .ml-lg-2 {
    margin-left: 10px !important; }

  .mx-lg-2 {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .my-lg-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .m-lg-3 {
    margin: 20px 20px !important; }

  .mt-lg-3 {
    margin-top: 20px !important; }

  .mr-lg-3 {
    margin-right: 20px !important; }

  .mb-lg-3 {
    margin-bottom: 20px !important; }

  .ml-lg-3 {
    margin-left: 20px !important; }

  .mx-lg-3 {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .my-lg-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .m-lg-4 {
    margin: 30px 30px !important; }

  .mt-lg-4 {
    margin-top: 30px !important; }

  .mr-lg-4 {
    margin-right: 30px !important; }

  .mb-lg-4 {
    margin-bottom: 30px !important; }

  .ml-lg-4 {
    margin-left: 30px !important; }

  .mx-lg-4 {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .my-lg-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .m-lg-5 {
    margin: 60px 60px !important; }

  .mt-lg-5 {
    margin-top: 60px !important; }

  .mr-lg-5 {
    margin-right: 60px !important; }

  .mb-lg-5 {
    margin-bottom: 60px !important; }

  .ml-lg-5 {
    margin-left: 60px !important; }

  .mx-lg-5 {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .my-lg-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .p-lg-0 {
    padding: 0 0 !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0 {
    padding-left: 0 !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-lg-1 {
    padding: 5px 5px !important; }

  .pt-lg-1 {
    padding-top: 5px !important; }

  .pr-lg-1 {
    padding-right: 5px !important; }

  .pb-lg-1 {
    padding-bottom: 5px !important; }

  .pl-lg-1 {
    padding-left: 5px !important; }

  .px-lg-1 {
    padding-right: 5px !important;
    padding-left: 5px !important; }

  .py-lg-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .p-lg-2 {
    padding: 10px 10px !important; }

  .pt-lg-2 {
    padding-top: 10px !important; }

  .pr-lg-2 {
    padding-right: 10px !important; }

  .pb-lg-2 {
    padding-bottom: 10px !important; }

  .pl-lg-2 {
    padding-left: 10px !important; }

  .px-lg-2 {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .py-lg-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .p-lg-3 {
    padding: 20px 20px !important; }

  .pt-lg-3 {
    padding-top: 20px !important; }

  .pr-lg-3 {
    padding-right: 20px !important; }

  .pb-lg-3 {
    padding-bottom: 20px !important; }

  .pl-lg-3 {
    padding-left: 20px !important; }

  .px-lg-3 {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .py-lg-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .p-lg-4 {
    padding: 30px 30px !important; }

  .pt-lg-4 {
    padding-top: 30px !important; }

  .pr-lg-4 {
    padding-right: 30px !important; }

  .pb-lg-4 {
    padding-bottom: 30px !important; }

  .pl-lg-4 {
    padding-left: 30px !important; }

  .px-lg-4 {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .py-lg-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .p-lg-5 {
    padding: 60px 60px !important; }

  .pt-lg-5 {
    padding-top: 60px !important; }

  .pr-lg-5 {
    padding-right: 60px !important; }

  .pb-lg-5 {
    padding-bottom: 60px !important; }

  .pl-lg-5 {
    padding-left: 60px !important; }

  .px-lg-5 {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .py-lg-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto {
    margin-left: auto !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 0 !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0 {
    margin-left: 0 !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-xl-1 {
    margin: 5px 5px !important; }

  .mt-xl-1 {
    margin-top: 5px !important; }

  .mr-xl-1 {
    margin-right: 5px !important; }

  .mb-xl-1 {
    margin-bottom: 5px !important; }

  .ml-xl-1 {
    margin-left: 5px !important; }

  .mx-xl-1 {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .my-xl-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .m-xl-2 {
    margin: 10px 10px !important; }

  .mt-xl-2 {
    margin-top: 10px !important; }

  .mr-xl-2 {
    margin-right: 10px !important; }

  .mb-xl-2 {
    margin-bottom: 10px !important; }

  .ml-xl-2 {
    margin-left: 10px !important; }

  .mx-xl-2 {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .my-xl-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .m-xl-3 {
    margin: 20px 20px !important; }

  .mt-xl-3 {
    margin-top: 20px !important; }

  .mr-xl-3 {
    margin-right: 20px !important; }

  .mb-xl-3 {
    margin-bottom: 20px !important; }

  .ml-xl-3 {
    margin-left: 20px !important; }

  .mx-xl-3 {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .my-xl-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .m-xl-4 {
    margin: 30px 30px !important; }

  .mt-xl-4 {
    margin-top: 30px !important; }

  .mr-xl-4 {
    margin-right: 30px !important; }

  .mb-xl-4 {
    margin-bottom: 30px !important; }

  .ml-xl-4 {
    margin-left: 30px !important; }

  .mx-xl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .my-xl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .m-xl-5 {
    margin: 60px 60px !important; }

  .mt-xl-5 {
    margin-top: 60px !important; }

  .mr-xl-5 {
    margin-right: 60px !important; }

  .mb-xl-5 {
    margin-bottom: 60px !important; }

  .ml-xl-5 {
    margin-left: 60px !important; }

  .mx-xl-5 {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .my-xl-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .p-xl-0 {
    padding: 0 0 !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0 {
    padding-left: 0 !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-xl-1 {
    padding: 5px 5px !important; }

  .pt-xl-1 {
    padding-top: 5px !important; }

  .pr-xl-1 {
    padding-right: 5px !important; }

  .pb-xl-1 {
    padding-bottom: 5px !important; }

  .pl-xl-1 {
    padding-left: 5px !important; }

  .px-xl-1 {
    padding-right: 5px !important;
    padding-left: 5px !important; }

  .py-xl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .p-xl-2 {
    padding: 10px 10px !important; }

  .pt-xl-2 {
    padding-top: 10px !important; }

  .pr-xl-2 {
    padding-right: 10px !important; }

  .pb-xl-2 {
    padding-bottom: 10px !important; }

  .pl-xl-2 {
    padding-left: 10px !important; }

  .px-xl-2 {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .py-xl-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .p-xl-3 {
    padding: 20px 20px !important; }

  .pt-xl-3 {
    padding-top: 20px !important; }

  .pr-xl-3 {
    padding-right: 20px !important; }

  .pb-xl-3 {
    padding-bottom: 20px !important; }

  .pl-xl-3 {
    padding-left: 20px !important; }

  .px-xl-3 {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .py-xl-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .p-xl-4 {
    padding: 30px 30px !important; }

  .pt-xl-4 {
    padding-top: 30px !important; }

  .pr-xl-4 {
    padding-right: 30px !important; }

  .pb-xl-4 {
    padding-bottom: 30px !important; }

  .pl-xl-4 {
    padding-left: 30px !important; }

  .px-xl-4 {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .py-xl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .p-xl-5 {
    padding: 60px 60px !important; }

  .pt-xl-5 {
    padding-top: 60px !important; }

  .pr-xl-5 {
    padding-right: 60px !important; }

  .pb-xl-5 {
    padding-bottom: 60px !important; }

  .pl-xl-5 {
    padding-left: 60px !important; }

  .px-xl-5 {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .py-xl-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto {
    margin-left: auto !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 568px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-family: "DunkinSans-Display", sans-serif;
  font-weight: normal; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #77746f !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #5d5a56 !important; }

.text-primary {
  color: #f20c90 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #c10a73 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 567px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 568px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1439px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@media print {
  .header-widgets,
  .menubar,
  .gallery-sidebar,
  .widget-links,
  .searchbox,
  .prPaging,
  .web-only {
    display: none; }

  a {
    color: inherit; }

  .widget-title {
    background: none;
    color: inherit;
    padding: 0;
    margin: inherit;
    text-align: left; }

  .widget-content {
    background: none;
    padding: 0;
    margin: inherit; }

  .item-image,
  .widget-image {
    max-width: 220px; }

  .item-profile {
    background-color: none !important;
    height: auto; }
    .item-profile a {
      text-decoration: none !important; }

  .footer {
    background: none;
    color: inherit; } }
.web-only {
  background: #512d00;
  color: #fff;
  margin-bottom: 40px; }
  .web-only a {
    color: #fff; }
    .web-only a:focus, .web-only a:hover {
      color: #fff; }
  .web-only .container {
    max-width: 1000px;
    padding: 20px; }
  .web-only .action-print {
    text-align: center; }
    .web-only .action-print a {
      display: block;
      border: 1px solid #fff;
      padding: 10px;
      text-transform: uppercase;
      letter-spacing: 2pt;
      font-size: 18px; }
      .web-only .action-print a:focus, .web-only .action-print a:hover {
        background: #fff;
        color: #512d00; }

.print {
  padding: 20px; }
  @media screen {
    .print {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto; } }
  @media print {
    .print {
      margin: 0; } }
  .print-header {
    margin-bottom: 20px; }
  .print-logo {
    text-align: center; }
  .print-content-title {
    font-size: 28px; }
  .print-content-subtitle {
    font-size: 21px; }
  .print-content-meta {
    font-size: 14px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 10px 0;
    color: #333; }
  @media print {
    .print-content blockquote:before {
      content: none;
      border-left: none;
      padding: 0;
      margin: 0;
      background: none; }
    .print-content blockquote:after {
      content: none;
      border-right: none;
      padding: 0;
      margin: 0;
      background: none; } }
  .print-aside .widget {
    border-top: 1px solid #ddd;
    margin: 10px 0 0;
    padding: 10px 0 0; }
    .print-aside .widget-title {
      font-size: 18px;
      font-weight: bold; }
  .print-footer {
    font-size: 14px;
    color: #333;
    border-top: 1px solid #ddd;
    margin: 10px 0 0;
    padding: 10px 0 0; }

/*# sourceMappingURL=theme.css.map */