/* @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic"); */
/* @import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");  */
/* @import url('https://fonts.googleapis.com/css?family=Raleway&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Abel|Archivo+Narrow|PT+Sans+Narrow|Saira+Semi+Condensed|Raleway|Crete+Round1111&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
/*
MAIN.CSS
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;}

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

.clear { clear: both; }

.hidden { display: none !important; }

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
*/

/* Basic */

  html {
    box-sizing: border-box;
    overflow: hidden;
  }

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

  *:focus {
    outline: none;
  }

  body {
    background: /* #252122 */ #FFF;
    /* background-image: url("images/bg02.png"); */
  }

    body.is-preload *, body.is-preload *:before, body.is-preload *:after {
      -moz-animation: none !important;
      -webkit-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
    }

  body {
    /* font-family: 'Source Sans Pro'; */
     font-family: 'Raleway', sans-serif;
    /* font-family: 'Archivo Narrow', sans-serif; */
    /* font-family: 'Abel', sans-serif; */
    /*font-family: 'Saira Semi Condensed', sans-serif; */
    /*font-family: 'PT Sans Narrow', sans-serif; */
    font-weight: 300;
    color: #5d5d5d;
    font-size: 14pt;
    line-height: 1.75em;
  }




 input, textarea, select {
    /* font-family: 'Source Sans Pro'; */
     /* font-family: 'Raleway', sans-serif; */
     font-family: 'Archivo Narrow', sans-serif;
    /* font-family: 'Abel', sans-serif; */
    /*font-family: 'Saira Semi Condensed', sans-serif; */
    /*font-family: 'PT Sans Narrow', sans-serif; */
    font-weight: 300;
    color: #5d5d5d;
    font-size: 14pt;
    line-height: 1.75em;
  }



  form input[type=text], form input[type=email], form input[type=password], form select, form textarea {
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0.75em 1em;
    font-size: 1em;
    border-radius: 5px;
    border: solid 1px #dddddd;
    background: #fff;
    width: 100%;
}

  strong, b {
    color: #252122;
    font-weight: 400;
  }

  i, em {
    font-style: italic;
  }

  sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
  }

  sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
  }

  blockquote {
    border-left: solid 0.75em #dddddd;
    padding: 1em 0 1em 1.5em;
    font-style: italic;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #252122;
    font-weight: 700;

  }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
  }

  h2 {
    font-size: 1.5em;
    margin-bottom: 2em;
  }

  h3 {
    font-size: 1.35em;
  }

  a {
    color: #2175B8;
    text-decoration: underline;
    font-weight: bold;
  }

    a:hover {
      text-decoration: none;
    }

    a.text-primary { color: /* #d8372d !important; */ #00CAE3 !important; }
    a.text-primary:focus, a.text-primary:hover {
    /* color: #a90000 !important; */
    color: #00a7bd !important;
}

  br.clear {
    clear: both;
  }

  hr {
    border: 0;
    border-top: solid 1px #dddddd;
    height: 1px;
    margin: 2em 0 2em 0;
  }

  p, ul, ol, dl, table {
    margin-bottom: 2em;
  }

.no-pointer-events {
  pointer-events: none;
}

/* Container */

  .container {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0em !important;
  }

.editor-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.map-container {
  top:0;
  left:0;
  height:100%;
  /*TESTING JANK*/
  background-image: url('https://cdn.studio.worldcast.io/static/img/bg4.jpg');
}


    @media screen and (max-width: 1680px) {

      .container {
        width: 100%;
      }

    }

    @media screen and (max-width: 1280px) {

      .container {
        width: calc(100% - 0px);
      }

    }

    @media screen and (max-width: 980px) {

      .container {
        width: calc(100% - 0px);
      }

    }

    @media screen and (max-width: 736px) {

      .container {
        width: calc(100% - 0px);
      }

    }

    @media screen and (orientation:portrait) and (max-width: 800px){
      #page-wrapper::after {
        content: "This site is only available in desktop browsers.";
        width: 80%;
        z-index: 2052;
        display: block;
        position: absolute;
        top: 40%;
        left: 10%;
        text-align: center;
        color: #FFF;
        font-size: 2em;
      }

      #page-wrapper::before {
        content: "";
        background-color: rgba(0,0,0,0.9);
        height: 100%;
        width: 100%;
        z-index: 2051;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
      }
    }


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

    .bg-secondary {

      background-color: #707070 !important;

    }

    .bg-selected {
      background: #287fb9 /*#55cbe0 */;
    }

    .bg-selected h5 {
      color: #fff !important;
    }
    .border-selected {
      border-color: #287fb9 !important;
    }


    .text-primary {
        color: #d8372d !important;
    }

    .indent {
      padding-left: 3em ;
      }


/* Row */

  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;

  }



    .row > * {
      box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
      margin-bottom: 0;
    }

    .row.aln-left {
      justify-content: flex-start;
    }

    .row.aln-center {
      justify-content: center;
    }

    .row.aln-right {
      justify-content: flex-end;
    }

    .row.aln-top {
      align-items: flex-start;
    }

    .row.aln-middle {
      align-items: center;
    }

    .row.aln-bottom {
      align-items: flex-end;
    }

    .row > .imp {
      order: -1;
    }

    .row > .col-1 {
      width: 8.3333333333%;
    }

    .row > .off-1 {
      margin-left: 8.3333333333%;
    }

    .row > .col-2 {
      width: 16.6666666667%;
    }

    .row > .off-2 {
      margin-left: 16.6666666667%;
    }

    .row > .col-3 {
      width: 25%;
    }

    .row > .off-3 {
      margin-left: 25%;
    }

    .row > .col-4 {
      width: 33.3333333333%;
    }

    .row > .off-4 {
      margin-left: 33.3333333333%;
    }

    .row > .col-5 {
      width: 41.6666666667%;
    }

    .row > .off-5 {
      margin-left: 41.6666666667%;
    }

    .row > .col-6 {
      width: 50%;
    }

    .row > .off-6 {
      margin-left: 50%;
    }

    .row > .col-7 {
      width: 58.3333333333%;
    }

    .row > .off-7 {
      margin-left: 58.3333333333%;
    }

    .row > .col-8 {
      width: 66.6666666667%;
    }

    .row > .off-8 {
      margin-left: 66.6666666667%;
    }

    .row > .col-9 {
      width: 75%;
    }

    .row > .off-9 {
      margin-left: 75%;
    }

    .row > .col-10 {
      width: 83.3333333333%;
    }

    .row > .off-10 {
      margin-left: 83.3333333333%;
    }

    .row > .col-11 {
      width: 91.6666666667%;
    }

    .row > .off-11 {
      margin-left: 91.6666666667%;
    }

    .row > .col-12 {
      width: 100%;
    }

    .row > .off-12 {
      margin-left: 100%;
    }

    .row.gtr-0 {
      margin-top: 0px;
      margin-left: 0px;
    }

      .row.gtr-0 > * {
        padding: 0px 0 0 0px;
      }

      .row.gtr-0.gtr-uniform {
        margin-top: 0px;
      }

        .row.gtr-0.gtr-uniform > * {
          padding-top: 0px;
        }

    .row.gtr-25 {
      margin-top: -12.5px;
      margin-left: -12.5px;
    }

      .row.gtr-25 > * {
        padding: 12.5px 0 0 12.5px;
      }

      .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
      }

        .row.gtr-25.gtr-uniform > * {
          padding-top: 12.5px;
        }

    .row.gtr-50 {
      margin-top: -25px;
      margin-left: -25px;
    }

      .row.gtr-50 > * {
        padding: 25px 0 0 25px;
      }

      .row.gtr-50.gtr-uniform {
        margin-top: -25px;
      }

        .row.gtr-50.gtr-uniform > * {
          padding-top: 25px;
        }

    .row {
    /*  margin-top: -50px;
      margin-left: -50px;
      */
      margin: 0 !important;
    }

      .row > * {
        /*
        padding: 50px 0 0 50px;
        */
        padding: 0 !important;
      }

      .row.gtr-uniform {
        margin-top: -50px;
      }


        .row.gtr-uniform > * {
          padding-top: 50px;
        }

    .row.gtr-150 {
      margin-top: -75px;
      margin-left: -75px;
    }

      .row.gtr-150 > * {
        padding: 75px 0 0 75px;
      }

      .row.gtr-150.gtr-uniform {
        margin-top: -75px;
      }

        .row.gtr-150.gtr-uniform > * {
          padding-top: 75px;
        }

    .row.gtr-200 {
      margin-top: -100px;
      margin-left: -100px;
    }

      .row.gtr-200 > * {
        padding: 100px 0 0 100px;
      }

      .row.gtr-200.gtr-uniform {
        margin-top: -100px;
      }

        .row.gtr-200.gtr-uniform > * {
          padding-top: 100px;
        }

    @media screen and (max-width: 1680px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
          margin-bottom: 0;
        }

        .row.aln-left {
          justify-content: flex-start;
        }

        .row.aln-center {
          justify-content: center;
        }

        .row.aln-right {
          justify-content: flex-end;
        }

        .row.aln-top {
          align-items: flex-start;
        }

        .row.aln-middle {
          align-items: center;
        }

        .row.aln-bottom {
          align-items: flex-end;
        }

        .row > .imp-xlarge {
          order: -1;
        }

        .row > .col-1-xlarge {
          width: 8.3333333333%;
        }

        .row > .off-1-xlarge {
          margin-left: 8.3333333333%;
        }

        .row > .col-2-xlarge {
          width: 16.6666666667%;
        }

        .row > .off-2-xlarge {
          margin-left: 16.6666666667%;
        }

        .row > .col-3-xlarge {
          width: 25%;
        }

        .row > .off-3-xlarge {
          margin-left: 25%;
        }

        .row > .col-4-xlarge {
          width: 33.3333333333%;
        }

        .row > .off-4-xlarge {
          margin-left: 33.3333333333%;
        }

        .row > .col-5-xlarge {
          width: 41.6666666667%;
        }

        .row > .off-5-xlarge {
          margin-left: 41.6666666667%;
        }

        .row > .col-6-xlarge {
          width: 50%;
        }

        .row > .off-6-xlarge {
          margin-left: 50%;
        }

        .row > .col-7-xlarge {
          width: 58.3333333333%;
        }

        .row > .off-7-xlarge {
          margin-left: 58.3333333333%;
        }

        .row > .col-8-xlarge {
          width: 66.6666666667%;
        }

        .row > .off-8-xlarge {
          margin-left: 66.6666666667%;
        }

        .row > .col-9-xlarge {
          width: 75%;
        }

        .row > .off-9-xlarge {
          margin-left: 75%;
        }

        .row > .col-10-xlarge {
          width: 83.3333333333%;
        }

        .row > .off-10-xlarge {
          margin-left: 83.3333333333%;
        }

        .row > .col-11-xlarge {
          width: 91.6666666667%;
        }

        .row > .off-11-xlarge {
          margin-left: 91.6666666667%;
        }

        .row > .col-12-xlarge {
          width: 100%;
        }

        .row > .off-12-xlarge {
          margin-left: 100%;
        }

        .row.gtr-0 {
          margin-top: 0px;
          margin-left: 0px;
        }

          .row.gtr-0 > * {
            padding: 0px 0 0 0px;
          }

          .row.gtr-0.gtr-uniform {
            margin-top: 0px;
          }

            .row.gtr-0.gtr-uniform > * {
              padding-top: 0px;
            }

        .row.gtr-25 {
          margin-top: -12.5px;
          margin-left: -12.5px;
        }

          .row.gtr-25 > * {
            padding: 12.5px 0 0 12.5px;
          }

          .row.gtr-25.gtr-uniform {
            margin-top: -12.5px;
          }

            .row.gtr-25.gtr-uniform > * {
              padding-top: 12.5px;
            }

        .row.gtr-50 {
          margin-top: -25px;
          margin-left: -25px;
        }

          .row.gtr-50 > * {
            padding: 25px 0 0 25px;
          }

          .row.gtr-50.gtr-uniform {
            margin-top: -25px;
          }

            .row.gtr-50.gtr-uniform > * {
              padding-top: 25px;
            }

        .row {
          margin-top: -50px;
          margin-left: -50px;
        }

          .row > * {
            padding: 50px 0 0 50px;
          }

          .row.gtr-uniform {
            margin-top: -50px;
          }

            .row.gtr-uniform > * {
              padding-top: 50px;
            }

        .row.gtr-150 {
          margin-top: -75px;
          margin-left: -75px;
        }

          .row.gtr-150 > * {
            padding: 75px 0 0 75px;
          }

          .row.gtr-150.gtr-uniform {
            margin-top: -75px;
          }

            .row.gtr-150.gtr-uniform > * {
              padding-top: 75px;
            }

        .row.gtr-200 {
          margin-top: -100px;
          margin-left: -100px;
        }

          .row.gtr-200 > * {
            padding: 100px 0 0 100px;
          }

          .row.gtr-200.gtr-uniform {
            margin-top: -100px;
          }

            .row.gtr-200.gtr-uniform > * {
              padding-top: 100px;
            }

    }

    @media screen and (max-width: 1280px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
          margin-bottom: 0;
        }

        .row.aln-left {
          justify-content: flex-start;
        }

        .row.aln-center {
          justify-content: center;
        }

        .row.aln-right {
          justify-content: flex-end;
        }

        .row.aln-top {
          align-items: flex-start;
        }

        .row.aln-middle {
          align-items: center;
        }

        .row.aln-bottom {
          align-items: flex-end;
        }

        .row > .imp-large {
          order: -1;
        }

        .row > .col-1-large {
          width: 8.3333333333%;
        }

        .row > .off-1-large {
          margin-left: 8.3333333333%;
        }

        .row > .col-2-large {
          width: 16.6666666667%;
        }

        .row > .off-2-large {
          margin-left: 16.6666666667%;
        }

        .row > .col-3-large {
          width: 25%;
        }

        .row > .off-3-large {
          margin-left: 25%;
        }

        .row > .col-4-large {
          width: 33.3333333333%;
        }

        .row > .off-4-large {
          margin-left: 33.3333333333%;
        }

        .row > .col-5-large {
          width: 41.6666666667%;
        }

        .row > .off-5-large {
          margin-left: 41.6666666667%;
        }

        .row > .col-6-large {
          width: 50%;
        }

        .row > .off-6-large {
          margin-left: 50%;
        }

        .row > .col-7-large {
          width: 58.3333333333%;
        }

        .row > .off-7-large {
          margin-left: 58.3333333333%;
        }

        .row > .col-8-large {
          width: 66.6666666667%;
        }

        .row > .off-8-large {
          margin-left: 66.6666666667%;
        }

        .row > .col-9-large {
          width: 75%;
        }

        .row > .off-9-large {
          margin-left: 75%;
        }

        .row > .col-10-large {
          width: 83.3333333333%;
        }

        .row > .off-10-large {
          margin-left: 83.3333333333%;
        }

        .row > .col-11-large {
          width: 91.6666666667%;
        }

        .row > .off-11-large {
          margin-left: 91.6666666667%;
        }

        .row > .col-12-large {
          width: 100%;
        }

        .row > .off-12-large {
          margin-left: 100%;
        }

        .row.gtr-0 {
          margin-top: 0px;
          margin-left: 0px;
        }

          .row.gtr-0 > * {
            padding: 0px 0 0 0px;
          }

          .row.gtr-0.gtr-uniform {
            margin-top: 0px;
          }

            .row.gtr-0.gtr-uniform > * {
              padding-top: 0px;
            }

        .row.gtr-25 {
          margin-top: -7.5px;
          margin-left: -7.5px;
        }

          .row.gtr-25 > * {
            padding: 7.5px 0 0 7.5px;
          }

          .row.gtr-25.gtr-uniform {
            margin-top: -7.5px;
          }

            .row.gtr-25.gtr-uniform > * {
              padding-top: 7.5px;
            }

        .row.gtr-50 {
          margin-top: -15px;
          margin-left: -15px;
        }

          .row.gtr-50 > * {
            padding: 15px 0 0 15px;
          }

          .row.gtr-50.gtr-uniform {
            margin-top: -15px;
          }

            .row.gtr-50.gtr-uniform > * {
              padding-top: 15px;
            }

        .row {
          margin-top: -30px;
          margin-left: -30px;
        }

          .row > * {
            padding: 30px 0 0 30px;
          }

          .row.gtr-uniform {
            margin-top: -30px;
          }

            .row.gtr-uniform > * {
              padding-top: 30px;
            }

        .row.gtr-150 {
          margin-top: -45px;
          margin-left: -45px;
        }

          .row.gtr-150 > * {
            padding: 45px 0 0 45px;
          }

          .row.gtr-150.gtr-uniform {
            margin-top: -45px;
          }

            .row.gtr-150.gtr-uniform > * {
              padding-top: 45px;
            }

        .row.gtr-200 {
          margin-top: -60px;
          margin-left: -60px;
        }

          .row.gtr-200 > * {
            padding: 60px 0 0 60px;
          }

          .row.gtr-200.gtr-uniform {
            margin-top: -60px;
          }

            .row.gtr-200.gtr-uniform > * {
              padding-top: 60px;
            }

    }

    @media screen and (max-width: 980px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
          margin-bottom: 0;
        }

        .row.aln-left {
          justify-content: flex-start;
        }

        .row.aln-center {
          justify-content: center;
        }

        .row.aln-right {
          justify-content: flex-end;
        }

        .row.aln-top {
          align-items: flex-start;
        }

        .row.aln-middle {
          align-items: center;
        }

        .row.aln-bottom {
          align-items: flex-end;
        }

        .row > .imp-medium {
          order: -1;
        }

        .row > .col-1-medium {
          width: 8.3333333333%;
        }

        .row > .off-1-medium {
          margin-left: 8.3333333333%;
        }

        .row > .col-2-medium {
          width: 16.6666666667%;
        }

        .row > .off-2-medium {
          margin-left: 16.6666666667%;
        }

        .row > .col-3-medium {
          width: 25%;
        }

        .row > .off-3-medium {
          margin-left: 25%;
        }

        .row > .col-4-medium {
          width: 33.3333333333%;
        }

        .row > .off-4-medium {
          margin-left: 33.3333333333%;
        }

        .row > .col-5-medium {
          width: 41.6666666667%;
        }

        .row > .off-5-medium {
          margin-left: 41.6666666667%;
        }

        .row > .col-6-medium {
          width: 50%;
        }

        .row > .off-6-medium {
          margin-left: 50%;
        }

        .row > .col-7-medium {
          width: 58.3333333333%;
        }

        .row > .off-7-medium {
          margin-left: 58.3333333333%;
        }

        .row > .col-8-medium {
          width: 66.6666666667%;
        }

        .row > .off-8-medium {
          margin-left: 66.6666666667%;
        }

        .row > .col-9-medium {
          width: 75%;
        }

        .row > .off-9-medium {
          margin-left: 75%;
        }

        .row > .col-10-medium {
          width: 83.3333333333%;
        }

        .row > .off-10-medium {
          margin-left: 83.3333333333%;
        }

        .row > .col-11-medium {
          width: 91.6666666667%;
        }

        .row > .off-11-medium {
          margin-left: 91.6666666667%;
        }

        .row > .col-12-medium {
          width: 100%;
        }

        .row > .off-12-medium {
          margin-left: 100%;
        }

        .row.gtr-0 {
          margin-top: 0px;
          margin-left: 0px;
        }

          .row.gtr-0 > * {
            padding: 0px 0 0 0px;
          }

          .row.gtr-0.gtr-uniform {
            margin-top: 0px;
          }

            .row.gtr-0.gtr-uniform > * {
              padding-top: 0px;
            }

        .row.gtr-25 {
          margin-top: -10px;
          margin-left: -10px;
        }

          .row.gtr-25 > * {
            padding: 10px 0 0 10px;
          }

          .row.gtr-25.gtr-uniform {
            margin-top: -10px;
          }

            .row.gtr-25.gtr-uniform > * {
              padding-top: 10px;
            }

        .row.gtr-50 {
          margin-top: -20px;
          margin-left: -20px;
        }

          .row.gtr-50 > * {
            padding: 20px 0 0 20px;
          }

          .row.gtr-50.gtr-uniform {
            margin-top: -20px;
          }

            .row.gtr-50.gtr-uniform > * {
              padding-top: 20px;
            }

        .row {
          margin-top: -40px;
          margin-left: -40px;
        }

          .row > * {
            padding: 40px 0 0 40px;
          }

          .row.gtr-uniform {
            margin-top: -40px;
          }

            .row.gtr-uniform > * {
              padding-top: 40px;
            }

        .row.gtr-150 {
          margin-top: -60px;
          margin-left: -60px;
        }

          .row.gtr-150 > * {
            padding: 60px 0 0 60px;
          }

          .row.gtr-150.gtr-uniform {
            margin-top: -60px;
          }

            .row.gtr-150.gtr-uniform > * {
              padding-top: 60px;
            }

        .row.gtr-200 {
          margin-top: -80px;
          margin-left: -80px;
        }

          .row.gtr-200 > * {
            padding: 80px 0 0 80px;
          }

          .row.gtr-200.gtr-uniform {
            margin-top: -80px;
          }

            .row.gtr-200.gtr-uniform > * {
              padding-top: 80px;
            }

    }

    @media screen and (max-width: 736px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
          margin-bottom: 0;
        }

        .row.aln-left {
          justify-content: flex-start;
        }

        .row.aln-center {
          justify-content: center;
        }

        .row.aln-right {
          justify-content: flex-end;
        }

        .row.aln-top {
          align-items: flex-start;
        }

        .row.aln-middle {
          align-items: center;
        }

        .row.aln-bottom {
          align-items: flex-end;
        }

        .row > .imp-small {
          order: -1;
        }

        .row > .col-1-small {
          width: 8.3333333333%;
        }

        .row > .off-1-small {
          margin-left: 8.3333333333%;
        }

        .row > .col-2-small {
          width: 16.6666666667%;
        }

        .row > .off-2-small {
          margin-left: 16.6666666667%;
        }

        .row > .col-3-small {
          width: 25%;
        }

        .row > .off-3-small {
          margin-left: 25%;
        }

        .row > .col-4-small {
          width: 33.3333333333%;
        }

        .row > .off-4-small {
          margin-left: 33.3333333333%;
        }

        .row > .col-5-small {
          width: 41.6666666667%;
        }

        .row > .off-5-small {
          margin-left: 41.6666666667%;
        }

        .row > .col-6-small {
          width: 50%;
        }

        .row > .off-6-small {
          margin-left: 50%;
        }

        .row > .col-7-small {
          width: 58.3333333333%;
        }

        .row > .off-7-small {
          margin-left: 58.3333333333%;
        }

        .row > .col-8-small {
          width: 66.6666666667%;
        }

        .row > .off-8-small {
          margin-left: 66.6666666667%;
        }

        .row > .col-9-small {
          width: 75%;
        }

        .row > .off-9-small {
          margin-left: 75%;
        }

        .row > .col-10-small {
          width: 83.3333333333%;
        }

        .row > .off-10-small {
          margin-left: 83.3333333333%;
        }

        .row > .col-11-small {
          width: 91.6666666667%;
        }

        .row > .off-11-small {
          margin-left: 91.6666666667%;
        }

        .row > .col-12-small {
          width: 100%;
        }

        .row > .off-12-small {
          margin-left: 100%;
        }

        .row.gtr-0 {
          margin-top: 0px;
          margin-left: 0px;
        }

          .row.gtr-0 > * {
            padding: 0px 0 0 0px;
          }

          .row.gtr-0.gtr-uniform {
            margin-top: 0px;
          }

            .row.gtr-0.gtr-uniform > * {
              padding-top: 0px;
            }

        .row.gtr-25 {
          margin-top: -5px;
          margin-left: -5px;
        }

          .row.gtr-25 > * {
            padding: 5px 0 0 5px;
          }

          .row.gtr-25.gtr-uniform {
            margin-top: -5px;
          }

            .row.gtr-25.gtr-uniform > * {
              padding-top: 5px;
            }

        .row.gtr-50 {
          margin-top: -10px;
          margin-left: -10px;
        }

          .row.gtr-50 > * {
            padding: 10px 0 0 10px;
          }

          .row.gtr-50.gtr-uniform {
            margin-top: -10px;
          }

            .row.gtr-50.gtr-uniform > * {
              padding-top: 10px;
            }

        .row {
          margin-top: -20px;
          margin-left: -20px;
        }

          .row > * {
            padding: 20px 0 0 20px;
          }

          .row.gtr-uniform {
            margin-top: -20px;
          }

            .row.gtr-uniform > * {
              padding-top: 20px;
            }

        .row.gtr-150 {
          margin-top: -30px;
          margin-left: -30px;
        }

          .row.gtr-150 > * {
            padding: 30px 0 0 30px;
          }

          .row.gtr-150.gtr-uniform {
            margin-top: -30px;
          }

            .row.gtr-150.gtr-uniform > * {
              padding-top: 30px;
            }

        .row.gtr-200 {
          margin-top: -40px;
          margin-left: -40px;
        }

          .row.gtr-200 > * {
            padding: 40px 0 0 40px;
          }

          .row.gtr-200.gtr-uniform {
            margin-top: -40px;
          }

            .row.gtr-200.gtr-uniform > * {
              padding-top: 40px;
            }

    }

/* Form */

  form label {
    display: block;
    color: #252122;
    font-weight: 400;
    margin: 0 0 0.5em 0;
  }

  form input[type=text],
  form input[type=email],
  form input[type=password],
  form select,
  form textarea {
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0.75em 1em;
    font-size: 1em;
    border-radius: 5px;
    border: solid 1px #dddddd;
    background: #fff;
    width: 100%;
  }

    form input[type=text]:focus,
    form input[type=email]:focus,
    form input[type=password]:focus,
    form select:focus,
    form textarea:focus {
      box-shadow: inset 0px 0px 1px 1px #43bff0;
    }

  form textarea {
    height: 15em;
  }

  form ::-webkit-input-placeholder {
    color: #6f6f6f !important;
    opacity: 1; /* Firefox */
  }

  form :-moz-placeholder {
    color: #6f6f6f !important;
    opacity: 1; /* Firefox */
  }

  form ::-moz-placeholder {
    color: #6f6f6f !important;
    opacity: 1; /* Firefox */
  }

  form :-ms-input-placeholder {
    color: #6f6f6f !important;
    opacity: 1; /* Firefox */
  }

  form ::-moz-focus-inner {
    border: 0;
  }

  select option[selected]{
    background-color: #d8372d;
}

/* Tables */

  table {
    width: 100%;
  }

    table tr {
      border-top: solid 1px #dddddd;
    }

      table tr:first-child {
        border-top: 0;
      }

    table td {
      padding: 0.5em 1em 0.5em 1em;
    }

    table th {
      text-align: left;
      padding: 0.5em 1em 0.5em 1em;
      font-weight: 700;
      margin: 0 0 1em 0;
    }

    table thead {
      border-bottom: solid 2px #dddddd;
    }

/* Section/Article */

  section, article {
    margin-bottom: 2.5em;
  }

    section > :last-child, section:last-child, article > :last-child, article:last-child {
      margin-bottom: 0;
    }

  header {
    margin: 0 0 0 /* 1.5em */ 0;
  }

    header > p {
      display: block;
      font-style: italic;
      margin: 0.5em 0 0 0;
      padding-bottom: 0.5em;
    }

    header.major {
      position: relative;
      text-align: center;
      border-top: solid 1px #ccc;
      top: 1em;
      margin: 0 0 3em 0;
    }

      header.major h2 {
        background: #fff;
        position: relative;
        top: -0.65em;
        display: inline;
        margin: 0;
        padding: 0 1em 0 1em;
      }

  footer {
    margin: 1.25em 0 0 0;
    display: none; /* Added: March 3, 2019 */
  }

/* Box */

  .box {
    background: #ffffff;
    border-bottom: solid 1px #ccc;
    padding: 2.75em 1.75em 2.75em 1.75em;
  }

    .box .image.featured {
      position: relative;
      width: auto;
      left: 1.75em;
      top: 1.75em;
      margin: -4.5em 0 4.25em -3.5em;
    }

    .box.post header {
      padding-top: 1em;
      margin: 0 0 2em 0;
    }

    .box.post h2 {
      font-size: 2.5em;
      letter-spacing: -0.015em;
    }

    .box.post header > p {
      margin-top: 1.25em;
      font-size: 1.25em;
    }

    .box footer ul.actions {
      margin-bottom: 0;
    }

/* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background: #d8372d;
    color: #fff;
    font-weight: 700;
    outline: 0;
    font-size: 1.1em;
    padding: 0.65em 1.5em 0.65em 1.5em;
    text-align: center;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
  }

  /* style for canva x button */
  body > :not(#page-wrapper) button{
    padding: 0;
  }

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    button:hover,
    .button:hover {
      background: #CA2427;
    }

    input[type="button"]:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    button:active,
    .button:active {
      background: #c51349;
    }

    input[type="button"].alt,
    input[type="submit"].alt,
    input[type="reset"].alt,
    button.alt,
    .button.alt {
      background: #252122;
    }

      input[type="button"].alt:hover,
      input[type="submit"].alt:hover,
      input[type="reset"].alt:hover,
      button.alt:hover,
      .button.alt:hover {
        background: #353132;
      }

      input[type="button"].alt:active,
      input[type="submit"].alt:active,
      input[type="reset"].alt:active,
      button.alt:active,
      .button.alt:active {
        background: #151112;
      }

    input[type="button"].icon:before,
    input[type="submit"].icon:before,
    input[type="reset"].icon:before,
    button.icon:before,
    .button.icon:before {
      opacity: 0.35;
      position: relative;
      top: 0.05em;
      margin-right: 0.75em;
    }

    input[type="button"].large,
    input[type="submit"].large,
    input[type="reset"].large,
    button.large,
    .button.large {
      font-size: 1.5em;
      padding: 0.75em 1.5em 0.75em 1.5em;
    }

    .btn-upgrade {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8;
      padding: 0.75em;
      font-size: 0.85em;
      border: none;
    }

    .btn-primary {
      color: /* #383838 */ #fff !important;
      background-color:/*  #d0d0d0 #d8372d  */ /* #00CAE3 */ #356FB0  !important;
      border: 0px solid /* #d0d0d0  #d8372d */ /* #00CAE3 */ #1b75bc !important;
      padding: 0.75em;
      font-size: 0.85em;
      text-transform: uppercase;
    }

    .btn-primary-met{
      color:#fff !important;
      background-color:#356FB0;
      padding: 0.3em;
      font-size:1.2em!important;
      text-transform: uppercase;
      width:60%!important;
      left: 0;
      right: 0;
      top:10%;
      margin-left: auto!important;
      margin-right: auto!important;
      letter-spacing: 2px;
      line-height: 40px;
      border-radius:10px!important;
      position:absolute!important;
      cursor: pointer;
    }

    @media screen and (max-width: 1150px){
      .btn-primary-met{
        padding: 0.3em 0.6em 0.3em 0.6em;
        font-size:0.8em;
        width:75%!important;
      }
    }

  .btn-primary-met:hover {
   filter: drop-shadow(0px 0px 8px rgba(255,0,0,1)) drop-shadow(0px 0px 6px rgba(255,102,0,0.5));
  }

  .btn-primary:hover {
    color: #fff;
    background-color: /* #d8372d; */ /* #00a7bd */ #1f88da !important;
    border: 0px solid /* #b70000 */ /* #00a7bd */ #1f88da !important;
    padding: 0.75em;
    font-size: 0.85em;
    text-transform: uppercase;
  }

  .canva-button{
    background-color: #00C4CC;
    transition: background-color 0.1s linear;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.6;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    max-width: 100%;
    min-width: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #ffffff;

    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    padding-right: 16px;
  }

  .canva-button::before{
    content: "";
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-left: 11px;
    margin-right: 13px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm5-7.7c0-.2-.2-.3-.4-.3s-.3 0-.4.2l-.1.2-.1.1c-.6 1-1.1 1.3-2.2 1.9a4 4 0 0 1-1.7.3c-1.7 0-2.6-1.3-3-2.5-.5-2 .4-4.6 1.6-6 .7-.9 1.5-1.4 2.2-1.4.3 0 .7.2 1 .5.3.6.4 1 0 1.9 0 .2 0 .4.2.5.3 0 .6 0 1-.6.4-.5.4-1.4 0-2A3 3 0 0 0 12.7 6c-.8 0-1.5.2-2.1.6a7.5 7.5 0 0 0-3.4 8 4.7 4.7 0 0 0 4.4 3.4c1.4 0 2.4-.5 3-1 .8-.4 1.4-1 2-1.8l.1-.2.2-.2v-.5z'/%3E%3C/svg%3E");
  }

  .canva-button:hover{
    background-color: #00D9E1;
  }

  .canva-button:active{
    background-color: #00AFB5;
  }

  .btn-tracking-window{
    width:100%!important;
    padding: 0.3em 0.6em 0.3em 0.6em;
    color:#fff !important;
    background-color:#356FB0;
    font-size:1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 40px;
    border-radius:10px!important;
    margin-top:5%!important;
    cursor: pointer;
  }
    @media screen and (max-width: 1515px) {
      .btn-tracking-window{
        font-size:0.8em!important;
        letter-spacing: 0.3px;
        padding:0px;
      }

    }

    .btn-tracking-window-current{
      margin-top:0px!important;
    }

    .metrics-icons:before{
      font-size: 1.5em;
      margin-bottom:10px;
    }

    .metrics-icons:before{
      font-size:1.5em;
      margin-bottom:10px;
    }

    @media screen and (max-width:1190px){
      .btn-tracking-window{
        font-size:0.4em!important;
        line-height:20px;
      }

      .btn-primary-met{
        padding: 0.3em 0.6em 0.3em 0.6em;
        font-size:0.7em!important;
        width:75%!important;
        }
    }
      .btn-secondary {
        color: #fff;
        background-color: /* #979797 */ /* #3C3C3B */ #5f5f5f !important;
        border: 0px solid /* #979797 */ /* #3C3C3B */ #5f5f5f !important;
        padding: 0.75em;
        font-size: 0.85em;
        text-transform: uppercase;
      }

      .btn-secondary:hover {
        color:#fff;
        background-color: /* #444 */ #777777 !important;
        border: 0px solid /* #444 */ #777777 !important;
        padding: 0.75em;
        font-size: 0.85em;
        text-transform: uppercase;
      }

      .btn-success {
        padding: 0.75em;
        font-size: 0.85em;
        text-transform: uppercase;
      }

    .btn-danger {
      color: #fff;
      background-color: #d8372d !important;
      border-color: #d8372d !important;
      font-size: 0.85em;
    }


    .btn-danger:hover {
      color: #fff;
      background-color: #a90000;
      border-color: #a90000;
      font-size: 0.85em;
    }


    .btn-dark {
      color: #fff;
      background-color: #5f5f5f !important;
      border-color: #5f5f5f !important;
      margin:0px!important;
    }



    .btn-dark:hover {
      color: #fff;
      background-color: #444 !important;
      border-color: #444 !important;
      }


    .btn-light {
      background: #3673b7!important;
      color: #FFF!important;
      margin:0px!important;
    }



    .btn-light:hover {
      background: #28568a!important;
      }




    .btn-green {
      color: #fff;
      background-color: #8ae48a !important;
      border-color: #8ae48a !important;
    }

    .btn-green:hover {
      color: #fff;
      background-color: #39D2B4 !important;
      border-color: #fff !important;
      }

.list-group-item-action {
    width: 100%;
    color: #979797 !important;
    text-align: inherit;
}

.list-group-item-action:hover {
    width: 100%;
    color:  #444  /* #d8372d */ !important;
    text-align: inherit;
}

/*

      .list-group-item:hover {
        z-index:1;
        background-color: #d8372d !important;
        text-decoration:none;
        }
*/


/* Image */

  .image {
    display: inline-block;
    outline: 0;
  }

    .image img {
      display: block;
      width: 100%;
    }

    .image.centered {
      display: block;
      margin: 0 0 2em 0;
    }

      .image.centered img {
        margin: 0 auto;
        width: auto;
      }

    .image.featured {
      display: block;
      width: 100%;
      margin: 0 0 2em 0;
    }

    .image.left {
      float: left;
      margin: 0 2em 2em 0;
    }

/* List */

  ul {
    list-style: disc;
    padding-left: 1em;
  }

    ul li {
      padding-left: 0.5em;
    }

  ol {
    list-style: decimal;
    padding-left: 1.25em;
  }

    ol li {
      padding-left: 0.25em;
    }

/* Actions */

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

    ul.actions li {
      display: inline-block;
      margin-left: 1em;
      padding-left: 0;
    }

      ul.actions li:first-child {
        margin-left: 0;
      }

/* Links */

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

    ul.links li {
      display: inline-block;
      border-left: solid 1px rgba(255, 255, 255, 0.05);
      padding: 0 0 0 1em;
      margin: 0 0 0 1em;
    }

      ul.links li:first-child {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
      }


/* Borders */
.border {
    border: 1px solid #d8372d !important;
}


.border-primary {
    border-color: #d8372d !important;
}

/* Contact */

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

    ul.contact li {
      position: relative;
      border-top: solid 1px #ddd;
      padding: 1.3em 0 1.3em 7em;
    }

      ul.contact li h3 {
        position: absolute;
        left: 0;
        top: 1.3em;
        font-size: 1.1em;
      }

      ul.contact li p {
        margin: 0;
      }

      ul.contact li:first-child {
        padding-top: 0;
        border-top: 0;
      }

        ul.contact li:first-child h3 {
          top: 0;
        }

/* Dates */

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

    ul.dates li {
      position: relative;
      border-top: solid 1px #ddd;
      padding: 1.3em 0 1.3em 6.75em;
    }

    ul.dates .date {
      display: block;
      position: absolute;
      left: 0;
      top: 1.3em;
      background-color: #d8372d;
      height: 3.5em;
      text-align: center;
      color: #fff;
      line-height: 1em;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 0.5em 0.75em 0 1em;
    }

      ul.dates .date:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: -1.2em;
        border-left: solid 1.25em #d8372d;
        border-top: solid 1.8em transparent;
        border-bottom: solid 1.8em transparent;
      }

      ul.dates .date strong {
        display: block;
        font-size: 1.75em;
        padding-top: 0.15em;
      }

    ul.dates h3 {
      font-size: 1.1em;
    }

    ul.dates p {
      margin: 0;
    }

    ul.dates li:first-child {
      border-top: 0;
      padding-top: 0;
    }

      ul.dates li:first-child .date {
        top: 0;
      }

/* Divided */

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

    ul.divided li {
      border-top: solid 1px #ddd;
      padding: 1em 0 1em 0;
    }

      ul.divided li:first-child {
        border-top: 0;
        padding-top: 0;
      }

/* Social */

  ul.social {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    cursor: default;
    margin: 0 0 3.25em 0;
  }

    ul.social li {
      display: inline-block;
      padding-left: 0;
      margin-left: 0.75em;
    }

      ul.social li:first-child {
        margin-left: 0;
      }

      ul.social li a {
        display: inline-block;
        width: 3em;
        height: 3em;
        text-align: center;
        border-radius: 5px;
        background: #888;
        -moz-transition: background-color .25s ease-in-out;
        -webkit-transition: background-color .25s ease-in-out;
        -ms-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out;
      }

        ul.social li a:before {
          color: #fff;
          font-size: 2em;
          line-height: 1.5em;
        }

        ul.social li a.fa-facebook {
          background: #3c5a98;
        }

          ul.social li a.fa-facebook:hover {
            background: #4c6aa8;
          }

        ul.social li a.fa-twitter {
          background: #2daae4;
        }

          ul.social li a.fa-twitter:hover {
            background: #3dbaf4;
          }

        ul.social li a.fa-dribbble {
          background: #c4376b;
        }

          ul.social li a.fa-dribbble:hover {
            background: #d4477b;
          }

        ul.social li a.fa-linkedin {
          background: #006599;
        }

          ul.social li a.fa-linkedin:hover {
            background: #1075a9;
          }

        ul.social li a.fa-tumblr {
          background: #2b4661;
        }

          ul.social li a.fa-tumblr:hover {
            background: #3b5671;
          }

        ul.social li a.fa-google-plus {
          background: #da2713;
        }

          ul.social li a.fa-google-plus:hover {
            background: #ea3723;
          }

/* Icons */

  .icon {
    position: relative;
    text-decoration: none;
  }

    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .icon > .label {
      display: none;
    }

    .icon.featured {
      position: relative;
      display: inline-block;
      background-color: #000;
      width: 9em;
      padding: 1.75em 0 0.75em 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      margin: 0 0 4.5em 0;
      cursor: default;
    }

      .icon.featured:before {
        font-size: 4.5em;
        line-height: 1em;
        color: #000;
      }

      .icon.featured:after {
        content: '';
        position: absolute;
        bottom: -1.95em;
        left: 0;
        border-top: solid 2em #000;
        border-left: solid 4.5em transparent;
        border-right: solid 4.5em transparent;
      }

      .icon.featured.alt {
        background-color: #252122;
      }

        .icon.featured.alt:after {
          border-top-color: #252122;
        }

      .icon.featured.alt2 {
        background-color: #000;
      }

        .icon.featured.alt2:after {
          border-top-color: #000;
        }

      .icon.featured.alt3 {
        background-color: #4c4c4c;
      }

        .icon.featured.alt3:after {
          border-top-color: #4c4c4c;
        }

      .icon.featured.alt4 {
        background-color: #848484;
      }

        .icon.featured.alt4:after {
          border-top-color: #848484;
        }


/* Start placeholder */

#start{
  position: absolute;
  height: 25vh;
  width: 30vh;
  left: 50vw;
  top: 36.5vh;
  margin-left: -15vh;
  visibility: hidden;
}

/* Page Wrapper */

  #page-wrapper > section {
    margin-bottom: 0;
  }

/* Header */

#header {
    position: relative;
    background: #ffffff;
    border-bottom: solid 1px #ccc;
    padding: 10px 0 10px 0;
    text-align: center;
    height: 70px;
    display: none; /* Added March 3, 2019 */
}

    #header h1 {
        color: #000;
        font-weight: 900;
        font-size: 2.25em;
        letter-spacing: -0.035em;
        line-height: 1.30;
    }

        #header h1 a:hover {
      color: #111111;
      cursor: pointer;
    }

    .logout-container { text-align: center; }

    .logout-container a.logout {
        color: #979797;
        text-transform: uppercase;
        font-size: 0.75em;
        font-weight: 400;
        line-height: 3.85em;
        text-align: center;
      }

      .logout-container a.logout:hover {

        color: #000;

    }

    .editor-container-right { padding: 0em 2em 0em 2em !important; }

.container-fluid {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
  }
/* Nav */

  #nav {
    margin: 0 0 0 0;
    display: none;
  }

    #nav > ul {
      margin: 0;
    }

      #nav > ul > li {
        display: inline-block;
        font-style: italic;
        margin: 0.64em 0.35em 0 0.35em;
      }

        #nav > ul > li > ul {
          display: none;
        }

        #nav > ul > li > a {
          border-radius: 5px;
          color: #5d5d5d;
          text-decoration: none;
          padding: 0.6em 1.2em 0.6em 1.2em;
          -moz-transition: background-color .25s ease-in-out;
          -webkit-transition: background-color .25s ease-in-out;
          -ms-transition: background-color .25s ease-in-out;
          transition: background-color .25s ease-in-out;
          outline: 0;
        }

        #nav > ul > li:hover > a, #nav > ul > li.active > a {
          background: #f3f3f3;
        }

        #nav > ul > li.current > a {
          background: #d8372d;
          color: #fff !important;
          font-weight: 700;
        }

  .dropotron {
    border-radius: 5px;
    background-color: #252122;
    background-color: rgba(34, 30, 31, 0.98);
    padding: 1.25em 1.5em 1.25em 1.5em;
    font-style: italic;
    min-width: 13em;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-top: -1.25em;
    margin-left: -1px;
    list-style: none;
  }

    .dropotron a, .dropotron span {
      color: #aaa;
      text-decoration: none;
      -moz-transition: color .25s ease-in-out;
      -webkit-transition: color .25s ease-in-out;
      -ms-transition: color .25s ease-in-out;
      transition: color .25s ease-in-out;
    }

    .dropotron li {
      padding: 0.25em 0 0.25em 0;
    }

      .dropotron li:hover > a, .dropotron li:hover > span {
        color: #fff;
      }

    .dropotron.level-0 {
      margin-top: 2em;
    }

      .dropotron.level-0:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: -9px;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        border-bottom: solid 10px #252122;
        border-bottom-color: rgba(34, 30, 31, 0.98);
      }




/* Side NAV */
.side-nav-container { background-color: #F6F7FA; }
.side-nav-container-header { background-color: #979797; width: 100%; }
/* .side-nav-container-header:hover { background-color: #d8372d; width: 100%; } */

.side-nav-container-header h3 {
    color: #fff;
    padding: 1em 0.75em;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 400;
}
.side-nav-container-header-dark {
  background: rgba(53, 53, 53, 0.65) !important;
  width: 100%;
  display: flex;
}

.flex-space{
  flex: 1;
}

/* .side-nav-container-header-dark:hover { background-color: #d8372d; width: 100%; } */

.side-nav-container-header-dark h3 {
    color: #fff;
    padding: 0.25em 0.75em;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 400;
}
.side-nav-container-header h3 svg, .side-nav-container-header-dark h3 svg { margin-right: 0.5em; }
.side-nav-container-header a, .side-nav-container-header-dark a { cursor: pointer; }
.side-nav-container label { margin: 0.5em 0.5em;}
select.campaign-list {
    margin: 0 auto;
    width: 90%;
    padding: 0.75em;
}
select.campaign-list option {
    padding: 0.5em;
}
.side-nav-container .btn {
    margin: 0em 0em 2em 0em;
}

.load-btn-container {
    text-align: center;

    /* margin-left: 1.3em; */
  /*
    SR // HIDDEN - USED WITH REFRESH BUTTON AND ALIGNED RIGHT; NOW ALIGNED LEFT SINCE REFRESH LIST IS OMMITTED
    text-align: right;
    padding-right: 2.3em; */
}


.cast-search-container,
.user-search-container {
  padding: 0.5em !important;
  background: rgb(33, 33, 33);
  height: 60px;
  border-top: 1px solid rgba(255,255,255, 0.2);
}

.cast-list-search,
.input-group > .form-control.user-search-bar {
  height: 30px;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  margin-top: 0.35em;
  margin-right: 0.5em;
}

.btn.createUserButton{
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  padding: 0;
  margin: 0.25em 0.75em;
}

.cast-list-container,
.user-list-container {
    padding-top: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 16px;
}

.autoscrolling > .cast-list-container{
  margin-bottom: 600px;
}

.cast-item-column {

}
.cast-search-container .input-group-btn,
.user-search-container .input-group-btn
 { padding-right: 0.25em; }
.cast-search-container .input-group-btn .btn,
.user-search-container .input-group-btn .btn
 { /* background: #57d2df; */ background: none !important; margin-bottom: 10px;  }
.cast-search-container .input-group-btn .btn:hover,
.user-search-container .input-group-btn .btn:hover
 { /* background: #57d2df; */ background: none !important; margin-bottom: 10px; }


.panel-card {
    background: rgba(0,0,0, 0.65);
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255, 0.1);
    border-left: 1px solid rgba(255,255,255, 0.1);
    border-radius: 0em !important;
    /* display: none; */
  }

  .panel-card > a{
    height: 2.75em;
  }

  /* CAST LIST FILTER TABS */

  .show {
     display: block;
  }

  /* Clear floats after rows */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

.panel-card:hover {
  background: rgba(0,0,0, 0.30);
}

div.panel-active-cast {

background: rgba(0,0,0, 0.3);

}

div.panel-active-cast:hover {

background: rgba(0,0,0, 0.5);

}

.panel-heading {
  padding: 0.5em;

}

.panel-heading h4 {
  color: #8a8a8a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  font-family: 'Abel', san-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.panel-heading h4:hover {
  color: #fff;
}

.cast-status-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  height: 1.25rem;
  width: 1.25rem;
}

.cast-alert-icon{
  color: #DA0;
}

.cast-btn-alert{
  color: #DA0;
  position: absolute;
  right: 0.25em;
  top: 0;
  filter: drop-shadow(0px 0px 0.1em black);
}

.cast-list-qr-code-container{
  display: flex;
  vertical-align: top;
  position: relative;
  justify-content: space-evenly;
}

.cast-list-qr-code{
  position: relative;
}

.cast-list-qr-code > svg{
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.cast-list-qr-code > img,
.cast-list-qr-code > canvas{
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  z-index: 2;
}

.cast-list-qr-style-container{
  position: relative;
  cursor: pointer;
}

.cast-list-qr-style-container > select{
  opacity: 0;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cast-list-qr-style-container > .fi-widget{
  font-size: 1.2rem;
  line-height: 0.5em;
  color: #FFF;
  display: inline-block;
  font-weight: normal;
}

.cast-list-qr-code-container > .links{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 4px 0 0;
}

.cast-list-qr-code-container > .links > a{
  display: inline-block;
  color: #FFF;
  font-size: 0.6rem;
  line-height: 1em;
  font-weight: normal;
}

.cast-list-qr-code-container > .links > a > .fi-download{
  font-size: 2em;
}

.cast-list-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 3rem;
  width: 3rem;
}

.cast-list-graph-icon {
  background-image: url('/static/img/icons/Graph.png');
}

.cast-list-share-icon {
  background-image: url('/static/img/icons/Share.png');
}

.cast-item-expired-cast.cast-list-icon {
  background-image: url('/static/img/icons/Clock RED.png');
}

.cast-item-expiring-cast.cast-list-icon {
  background-image: url('/static/img/icons/Clock YELLOW.png');
}

.cast-item-active-cast.cast-list-icon {
  background-image: url('/static/img/icons/Clock GREEN.png');
}

.cast-item-scheduled-cast.cast-list-icon {
  background-image: url('/static/img/icons/Clock BLUE.png');
}

.cast-item-draft-cast.cast-list-icon {
  background-image: url('/static/img/icons/Clock GREY.png');
}


.panel-expired-cast h4 .cast-status-icon {
  background-image: url('/static/img/icons/Clock RED.png');
}

.panel-expiring-cast h4 .cast-status-icon {
  background-image: url('/static/img/icons/Clock YELLOW.png');
}

.panel-active-cast h4 .cast-status-icon {
  background-image: url('/static/img/icons/Clock GREEN.png');
}

.panel-scheduled-cast h4 .cast-status-icon {
  background-image: url('/static/img/icons/Clock BLUE.png');
}

.panel-draft-cast h4 .cast-status-icon {
  background-image: url('/static/img/icons/Clock GREY.png');
}

.panel-actions-container {
  padding: 1em 0.5em;
  justify-content: flex-end;
}

.panel-actions-container .btn {
  min-width: 6em;
  padding: .375rem .75rem !important;
  font-size: 0.85em;
  text-transform: uppercase;
  border: 0;
}

.panel-actions-container > span::before{
  content: "\00a0";
}

.cast-order-text{
  float: right;
  font-weight: normal;
  position: relative;
  z-index: 2;
  line-height: 1.4em;
  font-size: 0.8em;
  white-space: pre;
  text-align:center;
}

.cast-package-icon{
  float: right;
  font-weight: normal;
  position: relative;
  z-index: 2;
}

.cast-package-icon.free::before{
  content: "\2606";
  color: #A1A1A1;
}

.cast-package-icon.premium::before{
  content: "\2605";
  color: #478842;
}

.cast-package-icon.printcast::after{
  content: "P";
}

.cast-package-icon.showcast::after{
  content: "S";
}

.cast-package-icon.geocast::after{
  content: "G";
}

.panel-info-container {
border-bottom: 1px solid #2b2b2b;;
    padding: 0.5em;
}

.panel-info-container > summary{
  margin-left: 1em;
}

.panel-info-container input[type="text"]{
  width: auto;
  margin-right: 1em;
  padding: 0.25em 0.5em;
  height: 1.5em;
  line-height: 1em;

  display: block;
  border: 0;
  font-size: 1em;
  border-radius: 5px;
  border: solid 1px #dddddd;
  background: #fff;
}

.panel-info-container input.showcast-share-link{
  padding-right: 1.5em;
}

.panel-info-container .body-share{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.panel-info-container .clipboard-button{
  position: absolute;
  right: 1em;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  cursor: pointer;
  width: 1.5em;
  text-align: center;
}

.cast-thumb-image{
  text-align: center;
  line-height: 0;
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
}

.cast-thumb-image > img{
  max-height: 100%;
  max-width: calc(100% - 120px - 2rem);
  flex: 0 1 0;
  object-fit: contain;
}

.editor-main-container + .cast-thumb-map-container{
  position: absolute;
  visibility: hidden;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.cast-thumb-map-container{
  width:100%;
  height:200px;
  overflow: hidden;
}

.cast-thumb-map {
  width:100%;
  height:100%;
}

.cast-thumb-map-arrow {
  width:100%;
  text-align: center;
  vertical-align: middle;
}

.cast-list-container .icon-schedule,
.cast-list-container .icon-share {
width: 100%;
text-align: center;
margin: 0 auto;
padding-top: 0.5em !important;
}

.cast-list-container .icon-schedule::before{
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

/**** Cast list filter ****/

/* Checkbox-style toggles off */

#accordion.studio-filter-show > :not(.show-studio-cast),
#accordion.studio-filter-print > :not(.print-studio-cast),
#accordion.studio-filter-geo > :not(.geo-studio-cast),
#accordion.studio-filter-show > :not(.show-studio-cast) .tooltipster-cast-list,
#accordion.studio-filter-print > :not(.print-studio-cast) .tooltipster-cast-list,
#accordion.studio-filter-geo > :not(.geo-studio-cast) .tooltipster-cast-list{
  display: none;
}

/* Checkbox-style toggles on*/

#accordion.studio-filter-show > .show-studio-cast,
#accordion.studio-filter-print > .print-studio-cast,
#accordion.studio-filter-geo > .geo-studio-cast,
#accordion.studio-filter-show > .show-studio-cast .tooltipster-cast-list,
#accordion.studio-filter-print > .print-studio-cast .tooltipster-cast-list,
#accordion.studio-filter-geo > .geo-studio-cast .tooltipster-cast-list{
  display: block;
}

/* Radio-style toggles */

#accordion.status-filter-draft > :not(.draft-cast),
#accordion.status-filter-scheduled > :not(.scheduled-cast),
#accordion.status-filter-active > :not(.active-cast),
#accordion.status-filter-expiring > :not(.expiring-cast),
#accordion.status-filter-expired > :not(.expired-cast),
#accordion.package-filter-freemium > :not(.freemium-package-cast),
#accordion.package-filter-premium > :not(.premium-package-cast),
#accordion.status-filter-draft > :not(.draft-cast) .tooltipster-cast-list,
#accordion.status-filter-scheduled > :not(.scheduled-cast) .tooltipster-cast-list,
#accordion.status-filter-active > :not(.active-cast) .tooltipster-cast-list,
#accordion.status-filter-expiring > :not(.expiring-cast) .tooltipster-cast-list,
#accordion.status-filter-expired > :not(.expired-cast) .tooltipster-cast-list,
#accordion.package-filter-freemium > :not(.freemium-package-cast) .tooltipster-cast-list,
#accordion.package-filter-premium > :not(.premium-package-cast) .tooltipster-cast-list{
  display: none;
}


.user-list-container .icon-schedule{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.panel-info-container  .list-schedule {
  font-size: 0.85em;
  text-transform: uppercase;
  display: block;
  line-height: 1.75em;
  width: 100%;
  font-family: "archivo narrow";
 }

 .panel-info-container .thru-date {
  font-size: 0.65em;
  line-height: 0.75em;
  margin: 0.25em 0;
  text-transform: uppercase;
  display: block;
  /* text-align: center; */
  width: 100%;
  }

.panel-info-container .list-schedule-buttons{
}

.list-schedule-buttons > .btn{
  padding: 0.25em 0.75em;
  margin: 0.5em 0 0 0;
  font-size: 0.85em;
  border: 0;
}

.body-view-count > .btn{
  padding: 0.25em 0.75em;
  margin: 0.5em 0 0 0;
  font-size: 0.85em;
  border: 0;
  float: right;
}

.panel-info-container input[type="date"]{
  background: #FFF url(/static/img/calendar.png) 97% 50% no-repeat;
}

.panel-info-container input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.panel-info-container input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.panel-info-container .icon-view-count {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  }

.panel-info-container .body-view-count {
  width: 100%;
  /* text-align: center; */
  margin: 0 auto;
  }

.panel-info-container .body-view-count::before{
  content: "";
  vertical-align: middle;
  height: 100%;
  width: 0;
  display: inline-block;
}

.panel-info-container .list-view-count {
  width: 100%;
  /* text-align: center; */
  font-size: 0.85em;
  vertical-align: middle;
}

.panel-info-container .fi-clock {
  color: #a2a2a2;
}

.panel-info-container .fa-traffic-light {
  color: #a2a2a2;
}

.panel-group {

}

.autoscrolling{
  scroll-behaviour: smooth;
}

.panel-body {
    color: #d4d4d4;
    font-size: 1em;
    background: rgb(29, 29, 29);
}

.panel-title {
    text-transform: uppercase;
    font-size: 0.9em !important;
    color: #ececec;
    font-weight: 400;
  }

  .panel-title:hover {
      text-transform: uppercase;
      font-size: 0.9em !important;
      color: #fff;
      font-weight: 400;
    }

.panel-title .fi-clock {
  margin-right: 0.4em;
  margin-left: 0.4em;
}

.cast-list-container a,
.user-list-container a {

  text-decoration: none !important;
}



#main-menu-buttons{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 4;
}

#main-menu-buttons > a > button,
#report-button > button
{
  margin: 0.1125rem 0;
  padding: 0;
  position: relative;
  background-color: rgb(0, 0, 0, 0);
  width: 4.32rem;
  height: 3.6rem;
  max-height: 10vh;
  max-width: 12vh;
  display: block;
  border: none;
  box-shadow: none;
}

#main-menu-buttons > a > button:not([disabled]):hover{
    filter: drop-shadow(0px 0px 6px rgba(255,0,0,1)) drop-shadow(0px 0px 4px rgba(255,102,0,0.5));
    z-index: 2;
}

#main-menu-buttons > a > button > .btn-icon,
#report-button > button > .btn-icon
{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 3.6rem;
  width: 4.32rem;
  max-height: 10vh;
  max-width: 12vh;
}

@keyframes pulse_border { from { filter: drop-shadow(0px 0px 4px rgba(255,255,255,0.25)); } to { filter: drop-shadow(0px 0px 6px rgba(255,255,255,1)); }  }

.profile-btn > .btn-icon{
  background-image: url('/static/img/buttons/View Profile.png');
}

.new-casts-btn > .btn-icon{
  background-image: url('/static/img/buttons/Add2.png');
}

.slide-casts-btn > .btn-icon{
  background-image: url('/static/img/buttons/View Casts.png');
}

.cast-properties-btn > .btn-icon{
  background-image: url('/static/img/buttons/Properties.png');
}

.undo-casts-btn > .btn-icon{
  background-image: url('/static/img/buttons/Undo2.png');
}

.redo-casts-btn > .btn-icon{
  background-image: url('/static/img/buttons/Redo.png');
}

.preview-casts-btn > .btn-icon{
  background-image: url('/static/img/buttons/Preview CAST.png');
}

.save-casts-btn > .btn-icon{
  background-image: url('/static/img/buttons/Save.png');
}

.remove-casts-btn > .btn-icon{
  background-image: url('/static/img/buttons/Escape.png');
}

.return-casts-btn > .btn-icon{
  background-image: url('/static/img/buttons/Studio Return.png');
}

.report-casts-btn > .btn-icon{
  background-image: url('/static/img/buttons/report.png');
}

#report-button{
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: 1500;
}

.cast-list-opened #report-button{
  z-index: 1100 !important;
}

.upgrade-pulse, .prompt-pulse, .prompt-save-casts > .btn-icon{
  -webkit-animation: 0.66666s ease-in-out 0s infinite alternate pulse_border;
  animation: 0.66666s ease-in-out 0s infinite alternate pulse_border;
}

.undoredo-btn:disabled {
  opacity: 0.65;
}

.loadcreate-btn:disabled {
  opacity: 0.65;
}

.del-btn-container {
  text-align: center;
}

.upgrade-btn-container {
  text-align: center;
}

.refresh-btn-container {
  text-align: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.update-image-marker svg { margin-right: 0.5em;  }

/* Banner */

  #banner {
    background: #f3f3f3 url("../../images/pic01.jpg");
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    padding: 8em 0;
    margin: 4em 0 0 0;
  }

    #banner header {
      background-color: rgba(34, 30, 31, 0.98);
      display: inline-block;
      padding: 2.5em 5em;
      border-radius: 5px;
    }

      #banner header h2 {
        color: #fff;
        font-weight: 700;
        font-size: 2.5em;
        margin: 0 0 0.65em 0;
      }

      #banner header p {
        color: #d8372d;
        padding: 0;
        font-style: normal;
        margin: 0;
        font-size: 1.5em;
      }

/* Intro */

  #intro {
    text-align: center;
    overflow: hidden;
    margin-top: 4em;
    margin-bottom: 4em;
  }

    #intro section {
      margin: 0 0;
      padding: 2.5em 0;
    }

    #intro h2 {
      font-size: 1.75em;
    }

    #intro p {
      margin: 0;
    }

    #intro .middle {
      position: relative;
      z-index: 1;
    }

      #intro .middle:before {
        content: '';
        width: 32px;
        height: 100%;
        position: absolute;
        left: -24px;
        top: 0;
        display: block;
        z-index: -1;
        box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
      }

      #intro .middle:after {
        content: '';
        width: 32px;
        height: 100%;
        position: absolute;
        right: -24px;
        top: 0;
        display: block;
        z-index: -1;
        box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
      }

    #intro .button {
      min-width: 12em;
    }

    #intro footer {
      margin: 0;
    }

/* Main */

  #main {
    position: relative;
    background: #f7f7f7 url("images/bg02.png");
    padding: 1em 4em 1em 4em !important;
  }

    #main:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: url("images/bg01.png");
      background-size: 100% 100%;
      z-index: 0;
      opacity: 0.1;
    }

    #main .major h2 {
      background: #f7f7f7 url("images/bg02.png");
    }


/* Download */
.download {
      margin-top: 4em;

      }

/* Footer */

  #footer {
    position: relative;
    color: #858484;
      border-top: solid 1px #CCC;
      padding: 0 !important;
      margin-top: 0em !important;
  }

    #footer:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: url("images/bg01.png");
      background-size: 100% 100%;
      z-index: 0;
      opacity: 0.5;
    }

    #footer a {
      color: #c5c4c4;
    }

    #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b {
      color: #fff;
    }

      #footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a, #footer strong a, #footer b a {
        color: inherit;
      }

    #footer ul.contact li, #footer ul.dates li, #footer ul.divided li {
      border-top-color: #353434;
      border-top-color: rgba(255, 255, 255, 0.05);
    }

    #footer header {
      margin: 0 0 3em 0;
    }

      #footer header h2 {
        font-size: 1.75em;
      }




/* AUGMENTS FROM SERVER */

#augmentImageSearchModalCreate .modal-lg { max-width: 60% !important; }
#augmentImageSearchModalCreate .modal-lg p.text-danger { display: none; }

.augment-selector { margin-top: 2em; }



.editor-container-right .size-container .container {
  padding: 0em 0em !important;
}

.editor-container-right  .tools-size-btns { margin-top: 2em;}

.editor-container-right  .container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 0em 1em !important;
}

.editor-container-right .form-inline p {
  margin-bottom: 0 !important;
}

.augment-button-col .card { height: 9em; }

.augment-button-col .card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 30%;
}

.augment-button-col .card  h5 {

  margin: 0 auto;
    text-align: center;
   /* padding-top: 1em; */
   font-weight: 400;
   text-transform: uppercase;
   font-size: 0.75em;
   /* color: #5a5a5a !important; */

}

.augment-button-col .card img {
  max-height: 70%;
  /* max-width: 70%; */
  /* padding: 10px; */
  }

hr.augment-select { width: 90%; padding-left: 5%; padding-right: 5%; }


.augment-button-col .card-body {
  display: table-cell;
  vertical-align: bottom;
  /* border: 1px solid #f00; */
  height: 100px;
/*  width: 100px; */
}

.augment-button-col .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: contain;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    text-align: center;
    margin: 0 auto;
}

.augment-button-col .card h5 {
      margin: 0 auto;
      text-align: center;
      /* padding-top: 1em; */
      font-weight: 400;
      text-transform: uppercase;
      font-size: 0.75rem;
      /* color: #5a5a5a !important; */
      line-height: 1;
      color: #FFF;
      max-width: 100%;
      /* max-height: 30%; */
}

.card-img-active { border: 2px solid blue;  }

.augment-button-col .img-search-container {
  height: 8em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  width: 100% !important;
  border: 3px solid transparent;
  background-color: rgba(0,0,0,0.1);
  overflow: hidden;
  justify-content: space-between;
}

.augment-button-col .img-search-container:hover {
  border: 3px solid #b3b3b3 /* active color: #2fc1ec */;
}
/*
.augment-button-col .img-search-container:focus {
  border: 3px solid /* #2fc1ec #55cbe0  #fff;
}
*/

.search-result-container{
  height: calc(16em + 2rem);
}

.augment-button-row {
      margin-left: /* -40px */ 0px !important;
      position: relative;
   }

.augment-button-col {
  padding-left: 1em;
  padding-right: 1em;

   }

.augment-button-canvas{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

/* ADD CAMPAIGN NAV GREEN */

.add-campaign-nav-green {

  /* background-color:  #00960f !important; */

  /* color: #00960f !important; */
}


#editor-area h2 { margin-bottom: 0; }

/* SR // Oct 14 2018
  HIDE TOP NAV PER REQUEST
  REMOVED HIDE AS NAV IS NOW REMOVED FROM HTML

#nav {

  display: none;

}

*/

/* TAB CONTAINER

.tab-container {
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
}
.tab-container .nav-tabs {
  display: flex;
  flex-flow: row;
  margin-bottom: 0;
  padding: 0;
}
.tab-container .nav-tabs li {
  flex: 1 1 auto;
  width: 100%/3;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-container .nav-tabs [role=tab] {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #53abea;
  text-align: center;
  color: #fff;
  transition: background-color 300ms ease;
}
.tab-container .nav-tabs [role=tab]:hover, .tab-container .nav-tabs [role=tab]:active, .tab-container .nav-tabs [role=tab]:focus {
  text-decoration: none;
  outline: none;
}
.tab-container .nav-tabs [role=tab]:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  opacity: 0;
  bottom: -10px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #287fb9;
  transition: right 300ms ease-out, opacity 300ms ease;
}
.tab-container .nav-tabs li.active + li [role=tab]:after {
  right: 100%;
}
.tab-container .nav-tabs li:nth-of-type(2) [role=tab]:after {
  transition-delay: 0ms;
}
.tab-container .nav-tabs li:last-of-type [role=tab]:after {
  right: 100%;
}
.tab-container .nav-tabs li.active [role=tab] {
  background: #287fb9;
}
.tab-container .nav-tabs li.active [role=tab]:after {
  transition-delay: 150ms;
  right: calc(50% - 9px);
  opacity: 1;
}
.tab-container .tab-content {
  background: #fff;
  padding: 56px 50px;
}
.tab-container .tab-content [role=tabpanel] {
  display: none;
}
.tab-container .tab-content [role=tabpanel].active {
  display: block;
}
 */

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


 /* Makes the checkbox hack work for Android 4.1.2 */
 @-webkit-keyframes checkbox-hack-bugfix {
   from {
     padding: 0;
   }
   to {
     padding: 0;
   }
 }
 body {
   -webkit-animation: checkbox-hack-bugfix infinite 1s;
   overflow: hidden;
 }

 .toolset-top input[type="radio"]{
   display: none;
 }

 input[type="checkbox"],
 input[type="radio"] {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   height: 0;
   clip: rect(0, 0, 0, 0);
   visibility: hidden;
   opacity: 0;
   -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
           transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
   z-index: -1;
 }
 input.selection1[type="checkbox"]:checked ~ .modal-body .tabs .tab label.selection1,
 input.selection1[type="radio"]:checked ~ .modal-body .tabs .tab label.selection1 {
   color: #1b75bc;
   cursor: default;
 }
 .modal-body .tabs .tab label.selected,
 .modal-body .tabs .tab label.selected {
   color: #1b75bc;
   cursor: default;
 }
 .modal-body .tabs .tab label.selected::after,
 .modal-body .tabs .tab label.selected::after {
   opacity: 1;
 }
 input.selection1[type="checkbox"]:checked ~ .modal-body .tabs .tab label.selection1::after,
 input.selection1[type="radio"]:checked ~ .modal-body .tabs .tab label.selection1::after {
   opacity: 1;
 }
 input.selection1[type="checkbox"]:checked ~ .modal-body .panels .panel1,
 input.selection1[type="radio"]:checked ~ .modal-body .panels .panel1 {
   display: block;
 }
 input.selection1[type="checkbox"]:checked ~ .footer1.modal-footer,
 input.selection1[type="radio"]:checked ~ .footer1.modal-footer {
   display: flex;
 }
 input.selection2[type="checkbox"]:checked ~ .modal-body .tabs .tab label.selection2,
 input.selection2[type="radio"]:checked ~ .modal-body .tabs .tab label.selection2 {
   color: #1b75bc;
   cursor: default;
 }
 input.selection2[type="checkbox"]:checked ~ .modal-body .tabs .tab label.selection2::after,
 input.selection2[type="radio"]:checked ~ .modal-body .tabs .tab label.selection2::after {
   opacity: 1;
 }
 input.selection2[type="checkbox"]:checked ~ .modal-body .panels .panel2,
 input.selection2[type="radio"]:checked ~ .modal-body .panels .panel2 {
   display: block;
 }
 input.selection2[type="checkbox"]:checked ~ .footer2.modal-footer,
 input.selection2[type="radio"]:checked ~ .footer2.modal-footer {
   display: flex;
 }
 input.selection3[type="checkbox"]:checked ~ .tabs .tab label.selection3,
 input.selection3[type="radio"]:checked ~ .tabs .tab label.selection3 {
   color: #1b75bc;
   cursor: default;
 }
 input.selection3[type="checkbox"]:checked ~ .tabs .tab label.selection3::after,
 input.selection3[type="radio"]:checked ~ .tabs .tab label.selection3::after {
   opacity: 1;
 }
 input.selection3[type="checkbox"]:checked ~ .panels .panel3,
 input.selection3[type="radio"]:checked ~ .panels .panel3 {
   display: block;
 }
 input.selection4[type="checkbox"]:checked ~ .tabs .tab label.selection4,
 input.selection4[type="radio"]:checked ~ .tabs .tab label.selection4 {
   color: #1b75bc;
   cursor: default;
 }
 input.selection4[type="checkbox"]:checked ~ .tabs .tab label.selection4::after,
 input.selection4[type="radio"]:checked ~ .tabs .tab label.selection4::after {
   opacity: 1;
 }
 input.selection4[type="checkbox"]:checked ~ .panels .panel4,
 input.selection4[type="radio"]:checked ~ .panels .panel4 {
   display: block;
 }

  #obj_tab_1:checked ~ .modal-body .tabs > .tab > label[for="obj_tab_1"]{
   color: #1b75bc;
   cursor: default;
  }

  #obj_tab_1:checked ~ .modal-body .tabs > .tab > label[for="obj_tab_1"]::after{
    opacity: 1;
  }

  #obj_tab_1:checked ~ .modal-body .panels > #obj_panel_1{
    display: block;
  }

  #obj_tab_1:checked ~ #obj_footer_1.modal-footer{
    display: flex;
  }

  #obj_tab_2:checked ~ .modal-body .tabs > .tab > label[for="obj_tab_2"]{
   color: #1b75bc;
   cursor: default;
  }

  #obj_tab_2:checked ~ .modal-body .tabs > .tab > label[for="obj_tab_2"]::after{
    opacity: 1;
  }

  #obj_tab_2:checked ~ .modal-body .panels > #obj_panel_2{
    display: block;
  }

  #obj_tab_2:checked ~ #obj_footer_2.modal-footer{
    display: flex;
  }

 .modal-tab-footer{
  display: none;
 }


 .tabs-panel {
 padding: 0 2rem 0rem;
 }

 .tabs-panel .tabs {
   display: flex;
 }
 .tabs-panel .tabs .tab {
   flex: 1;
   flex-basis: auto;
   /* We need to define flex-grow here aside from flex for IE10 because it defaults to something else. */
   flex-grow: 1;
   position: relative;
   width: 60%;
   margin-top: 1rem /*2.5rem*/;
   margin-right: 0;
   text-align: center;
   color: #1b75bc;
   background-color: transparent;
   cursor: pointer;
   transition: background-color 0.3s,  color 0.3s ease;
 }
 .tabs-panel .tabs .tab label {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   display: block;
   height: 100%;
   padding: 0 0.75rem;
   border: none;
   cursor: pointer;
 }
 .tabs-panel .tabs .tab label .content .icon {
   margin-bottom: 0.15rem /* 1rem* */;
   font-size: 1.375rem;
   text-align: center;
   float: left;
   margin-left: 30%;
 }
 .tabs-panel .tabs .tab label .content .text {
   margin-bottom: 0.15rem /* 1.563rem*/;
   font-family: 'Abel', 'Helvetica', sans-serif;
   font-size: 0.875rem;
   float: left;
    margin-left: 0.5rem !important;
 }
 .tabs-panel .tabs .tab label::after {
   content: "";
   position: absolute;
   bottom: -0.188rem;
   left: 0;
   display: block;
   width: 100%;
   height: 3px;
   opacity: 0;
   background-color: #1b75bc;
   transition: opacity 0.3s ease-in-out;
 }
 .tabs-panel .tabs .tab:hover {
   color: #1b75bc;
 }
 .tabs-panel .separator {
   width: 100%;
   height: 3px;
   margin-bottom: 1.25rem;
   background-color: #363e4e;
 }
 .tabs-panel .panels {
   border: none;
 }
 .tabs-panel .panels .tab-panel {
   display: none;
   border: none;
 }
 .tabs-panel .panels .tab-panel .content {
   font-family: 'Abel', 'Helvetica', sans-serif;
   /* color: #707a89; */
   -webkit-animation: fade 0.3s linear;
           animation: fade 0.3s linear;
 }


.pagination-container {

  margin-top: 0.35em;
  margin-bottom: 0em;

}

.pagination-container .btn {
      font-weight: 400 !important;
      font-size: 0.85em !important;
      padding: 0.375rem 0.75rem !important;
      height: 2.25em !important;
      box-shadow: none!important;
      border: 0px solid #000 !important;
}


.nav-icon-container .icon {
    cursor: pointer;
}

.campaign-title { margin: 0 auto; width: 100%; text-align: center; margin-top: 1em; }
.campaign-title span { font-weight: 200 !important; }
/* SR - Bootstrap expanded accordian color - to config for subheads

.panel-heading a[aria-expanded='true']>span.question {
    color: red;
}

.panel-heading a[aria-expanded='false']>span.question {
    color: blue;
}

*/



.logo-container {  }
.logo-heading-container { text-align: left; }
/* HIDE HEADING */
.logo-heading-container h1 { display: none; }

/* SR HIDDEN - ORIGINAL CODE DISABLED DUE TO INCONSISTENT USE OF CARD TAGS

.augment-button-col .card-pointer {
  height: 200px;
  width: 200px;
  border: 1px solid #aaa;
  margin: 10px;
  display: flex;
}


.augment-button-col .card-pointer .card-body h5 {
  align-self: flex-end;
}

*/

.nav-icon-container .icon {
  cursor: pointer;
   }

/* PRINTCAST STYLES */
.login-label { display: none; }
.login-btn { background-color: #00CAE3 !important; }
#banner {
  padding: 4em 0 !important;
  margin: 0 !important;
  }
#intro { border-top: solid 1px #ccc; margin-top: 0 !important;}
#intro p {
    margin: 0;
    padding: 0 2em 0 2em !important;
}
#intro footer {
    margin-top: 4em !important;
}

.get-started-btn {
  background: #01cae3 !important;
    color: #fff !important;
}

.get-started-btn:hover {
  background: #0092a5 !important;
    color: #fff !important;
}

.logo-container {
  text-align: left !important; padding-left: 2em !important; }

.create-user-btn {
  background: #01cae3 !important;
    color: #fff !important;
}

.create-user-btn:hover {
  background: #0092a5 !important;
    color: #fff !important;
}

.toolset-container{
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: margin-left 500ms;

}

.toolset-container.reverse{
  flex-direction: row-reverse;
}

.modal-sm
{
  padding: 0em;
  border-radius: 0.5em !important;
  background: rgba(0,0,0, 0.5);
  margin-bottom: 0px !important;
  color: rgba(255, 255, 255, 0.75);
 display: inline-block;
 height: min-content;
 position: relative;
 left:0;
 right: 0;
}

.modal-studio-select
{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;

}

.toolset-top {

  padding: 0em;
  border-radius: 0.5em !important;
  background-size: auto auto;
  background-size: auto auto;
  background-color: rgba(20, 19, 19, 0.849);
  margin-bottom: 0px !important;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  height: min-content;
  position: absolute;
  left: -22em;
  transition: left 500ms;
}

.toolset-container.reverse > .toolset-top{
  left: 100%;
}

.toolset-top .toolset-top-wrapper {
  /* padding: 0 0.85em 0.85em.85em; */
    margin: 0 1em;
/* background: rgb(255, 255, 255, 0.5); */
  padding: 0em 0em 0.25em 0em;
border-bottom: 1px solid rgba(43, 43, 43, 0.2);
   position: relative;
  width: 25em;
  font-size: 0.90rem;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  color: white;
}

.toolset-top .toolset-head {
}


.toolset-top .toolset-title {


background: rgba(87, 87, 87, 0.527)!important;
box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050;
}

.toolset-title:focus
{
  border:2px solid rgba(54, 114, 183, 0.623)!important;
  -webkit-box-shadow: inset 0px 0px 5px 3px rgba(58,58,58,0.77), 0px 0px 7px 3px rgba(54,115,183,0.59)!important;
  box-shadow: inset 0px 0px 5px 3px rgba(58,58,58,0.77), 0px 0px 7px 3px rgba(54,115,183,0.59)!important;
  transition: none;
}

.toolset-top .toolset-title-tools {
}


.toolset-top .toolset-link-phone,
.toolset-top .toolset-size {
    margin-top: 0.5em !important;

}

.toolset-top .toolset-link-phone .form-control[readonly] {
    background: rgb(68, 68, 68);

}

.toolset-top .toolset-link-phone .input-group-text,
.toolset-top .toolset-animation .input-group-text,
.toolset-top .toolset-size .input-group-text {
  /* background-color: #292929 !important;
  border: 1px solid #464646 !important;
  color: #a9a9a9 !important;

  */
box-shadow: 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050;
  background-color: #2f2f2f !important;
  border: 1px solid #131313c5 !important;
  /* color: #ffffff !important; */
  /* color: #e0e0e0 !important; */
  color: white !important;
  /* padding: 0.2rem .8rem !important; */
  /* padding: 0.95rem .8rem !important; */
  font-size: 0.85rem;
  height: 2.25em;

  width: 9em;
}

.toolset-top .toolset-spin .input-group-text{

  box-shadow: 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050;
  background-color: #2f2f2f !important;
  border: 1px solid #131313c5 !important;
  color: white!important;
  font-size: 0.85rem;
  height: 2.25em;
  margin-right: 1px;
  box-shadow: 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050;
  font-family: Raleway, sans-serif!important;
  font-weight: 300!important;







}

.toolset-top .toolset-animation {
    /* background: rgba(0,0,0, 0.5); */
    /* padding-top: 0.5em; */
/*    margin-top: 0.5em !important;
    border-radius: 0.35em; */
    margin-top: 0.25em !important;
}

.toolset-top .toolset-animation .toolset-link{
  margin-right: 0.25em;
}

.toolset-top .toolset-animation .input-group + .input-group > .input-group-prepend{
  /* margin-left: 0.75em; */
}

.toolset-top .toolset-link {
  text-transform: none !important;


background: rgba(87, 87, 87, 0.527)!important;
box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050!important;
  }

.toolset-top .toolset-anim-dropdown {
    width: 100%;
    /* margin: 0 auto !important; */

}

.toolset-top .animation-label {
  color: #fff;
text-transform: uppercase;
font-size: 0.85em;
/* text-align: right; */
width: 100%;
padding-top: 1em;
}

.toolset-top .animation-label h3 {

      color: #fff;
      text-transform: uppercase;
      font-size: 1.5em;
      line-height: 1em;
      padding-top: 1.25em;
      margin: 0 auto;

 }

.toolset-top .toolset-follow{
  margin-top: 0.25em!important;
}

 .animation-select-container {
     width: 100%;
     margin: 0 auto;
     text-align: center;
 }


.toolset-top select {
  height: 2.222em;
  font-size: 0.9em;
  width: calc(100% - 0.5em);
}

.toolset-warning{
  color: red;
  line-height: 1.2em;
  font-size: 1.2em;
}

.toolset-top .input-group-prepend > select{
  width: auto;
  background-color: #9e9e9e !important;
  border: 1px solid #797979 !important;
  color: #4e4e4e !important;
  font-size: 0.85rem;
  height: 2.25em;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050;
  outline: none;
}

.toolset-top .text-container {

width: 100%;

}

.toolset-top  .text-tool-font-dropdown {


      border-radius: 0.35em;
      box-shadow: 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050;
      background-color: #2f2f2f !important;
      border: 1px solid #131313c5 !important;

}

.toolset-top  .font-select-container {
padding-top: 0.5em;
  padding: 0.5em 0 0.5em 0.5em!important;
}

.toolset-top  .font3d-select-container {
padding-top: 0.5em;
  padding: 0.5em 0 0 0.5em!important;
}

.font3d-property-container {
  padding: 0 0 0 0.5em!important;
}

.toolset-top .autosize {
  resize: none;
  overflow: hidden;
}

.toolset-top .text-toolbar-container {
  /* padding-top: 0.6em !important; */
  /* padding-left: 1.5em !important; */
  margin: 0.5em 0!important;
  height: 2em;
}

.toolset-top .text-toolbar .text-toolbar-container > button[active="true"]{
  background-color: #3673B7!important;
}

.toolset-top .text-toolbar .btn  {

  color: #bfbfbf !important;
  background: none !important;
  padding: 0em 1em;
  font-size: 1.2rem;
  line-height: 1rem;
  border-right: 1px solid #848484bf;
  border-radius: 0em !important;

}

.toolset-top .text-toolbar .btn:last-child { border-right: 0px solid #848484bf; }

.toolset-top .text-toolbar .btn:hover  {

  color: #fff !important;
  /* background: rgba(0,0,0, 0.05); */
  padding: 0em 1em;
  font-size: 1rem;
  line-height: 1rem;
  border-right: 1px solid #848484bf;
  border-radius: 0em !important;

}

.toolset-top .text-toolbar {
  margin: 0.25em 0;
}

.text-container .text-form-body {

  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom-left-radius: .3rem;

  border-radius: 0.35em;
  color: #fff;
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
 border:0px;
  overflow: hidden;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
  transition: none;
  background: rgba(87, 87, 87, 0.527)!important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050!important;
}

.toolset-placeholder-image{
  margin-top: 0.5em!important;
  border-left: 0.5em solid rgba(255, 255, 255, 0.25);
  padding-left: 0.5em;
}

.toolset-placeholder-image > .toolset-bottom-toolbar{
  padding-top: 0;
  width: calc(100% + 0.45rem);
  position: relative;
  left: -0.9rem;
}

.toolset-image{
  position: relative;
}

.toolset-image > img{
  max-width: 50%;
  max-height: 12.5em;
  background-color: rgba(0,0,0,0.1);
}
.toolset-image > img:hover{
  background-color: rgba(255,255,255,0.1);
}

/* selected toolset textbox*/
.text-form-body:focus
{
  border:2px solid rgba(54, 114, 183, 0.623)!important;
  -webkit-box-shadow: inset 0px 0px 5px 3px rgba(58,58,58,0.77), 0px 0px 7px 3px rgba(54,115,183,0.59)!important;
  box-shadow: inset 0px 0px 5px 3px rgba(58,58,58,0.77), 0px 0px 7px 3px rgba(54,115,183,0.59)!important;
  transition: none;
}

.toolset-link:focus
{
  border:2px solid rgba(54, 114, 183, 0.623)!important;
  -webkit-box-shadow: inset 0px 0px 5px 3px rgba(58,58,58,0.77), 0px 0px 7px 3px rgba(54,115,183,0.59)!important;
  box-shadow: inset 0px 0px 5px 3px rgba(58,58,58,0.77), 0px 0px 7px 3px rgba(54,115,183,0.59)!important;

}


.text-container .text-form-body::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}




.toolset-properties {
  padding-top: 1em !important;
}


.toolset-spacer {
      max-height: 30em;
      min-height: 560px;
      min-width: 500px;
}


.toolset-spacer-upper-mid {
      max-height: 18em;
      min-height: 14em;
      padding-bottom: 10em;
}

.toolset-spacer-lower-mid {
      max-height: 18em;
      min-height: 14em;
      padding-top: 10em;
}

.toolset-spacer-brackets {
    border-right: 16px solid rgba(0,0,0, 0.5);
    border-left: 16px solid rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
}

.toolset-spacer-brackets .toolset-spacer-bracket-left { }
.toolset-spacer-brackets .toolset-spacer-bracket-middle { }
.toolset-spacer-brackets .toolset-spacer-bracket-right { }

.toolset-right {
  padding: 0.85em;
  border-bottom: 1px solid rgba(255,255,255, 0.1);
  border-left: 1px solid rgba(255,255,255, 0.1);
  border-radius: 0.5em !important;
  background: rgba(0,0,0, 0.5);
  margin-top: 2em !important;
  width: 3em;
  /* color: #fff; */
  left: 92%;
  position: absolute;
  /* top: 30px; */
  height: 20vw;
}

.toolset-bottom {
    /*border-left: 0px solid rgba(255,255,255, 0.1); */
    background: rgba(0,0,0, 0.5);
    /* padding: 0em 0.2em 0em 0.2em; */
    /* margin-top: 15%; */
    /* padding: 0.85em; */
    /* padding: 0em 0em 0.85em 1.25em; */
     border-radius: 0.5em !important;
    /* border-top-left-radius: 0em;
    border-top-right-radius: 0em;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em; */
    margin-top: 0px !important;
}


.toolset-bottom .toolset-bottom-wrapper {
  /* padding: 0 0.85em 0.85em.85em; */
  margin: 0 16px;
background: rgb(255, 255, 255, 0.5);
padding: 0em;
border-top: 1px solid rgba(43, 43, 43, 0.2);
}



.toolset-bottom-msr {
/*
  padding-bottom: 0.85em;
  padding-top: 0.85em;
  */
  padding-left: 1em;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  border-top: 1px solid #888;
  /* border-top: 1px solid #808080; */
  }

.toolset-bottom-toolbar {
    /* padding: 0.15em 0em; */
    padding-top: 0.25em;
    font-size: 22px;
    justify-content: center;
  }


.toolset-bottom-msr .btn-msr.disabled, .toolset-bottom-msr .btn-msr:disabled {
    opacity: 1.0 !important;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 1.0);
}

.toolset-bottom-toolbar .toolset-bottom-toolbar-col {
    width: 100%;
    text-align: center;
}


.toolset-top .radio-label{
  height: 2.25em;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #3a3a3a;
  background: rgb(68, 68, 68);
  font-size: 0.85rem;
  font-weight: 400;
  color: #c5c5c5;
  box-shadow: 0 -1px 1px #505050, 0 1px 0 #505050;
  text-align: center;
}

.toolset-top input:checked + .radio-label{
  background: #3673b7;
  color: #FFF;
  box-shadow: 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050!important;

}

.toolset-top input{
  height: 2.25em;
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #3a3a3a;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050;
  background: rgb(68, 68, 68);
  text-transform: uppercase;
  font-size: 0.80rem;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  color: white;
  padding-top: 0.6em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
}

.toolset-top input:focus {
/*
  font-size: 1rem !important;
  line-height: 0.5em !important;
  padding: .375rem .75rem !important;
   */
       height: 2.25em;
       /* height: 34px; */
       /* width: 100%; */
       border-radius: 3px;
       border: 1px solid transparent;
       border-top: none;
       border-bottom: 1px solid #3a3a3a;
       box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050;
       background: rgb(68, 68, 68);
       text-transform: uppercase;
       font-size: 0.85rem;
       font-weight: 400;
      /* text-indent: 1.85em; */
      color: #c5c5c5;
          padding-top: 0.6em;
          position: relative;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          /* width: 1%; */
          margin-bottom: 0;
}

.anim-dropdown { margin: 0 auto; padding: 0em 1em; }
.anim-wrapper {  }

.modal-content {
    position: relative;
    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%;
    /* pointer-events: auto; */
    /* background-color: rgba(68, 68, 68, 0.58); */
    background-color: rgba(37, 37, 37, 0.85);
    background-clip: padding-box;
    overflow:auto;
    border-radius: 0.75rem;
    outline: 0;
    color: #fff;
    max-height: inherit;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.modal-content-small {

  width: 60%!important;
  margin-left: auto!important;
  margin-right: auto!important;

}


.modal-content::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    /* pointer-events: none;  */
    margin: 4em auto;
    max-height: calc(100vh - 8em);

}



.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 1rem; */
    /* border-bottom: 0px solid #008aa5; */

    border-bottom: 1px solid rgb(0,0,0, 0.10);
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom: 5px;

    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    /* background-color: rgba(51, 51, 51, 0.65); */
    background-color: rgb(0, 0, 0);
}



.modal-header h5 {

  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 2.5 !important;
  padding-left: 1em;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 1070px) {

.modal-header-font-small{
font-size: 0.6rem;
}
}




.modal-body {
  overflow-y: auto;
  background: rgba(35, 36, 46, 0.712)!important;
  position:relative;
}

.modal-body-corner
{
  border-bottom-left-radius: 0.75rem!important;
  border-bottom-right-radius: 0.75rem!important;

}


.modal-body label {

  display: block;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  font-size: 1rem;
}

.small-font
{

font-family: Raleway;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
padding: 10px;

color: rgba(255, 255, 255, 0.95);
}
.modal-body .toggle-container label {

  display: block;
  color: #000;
  font-weight: 400;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  font-size: 0.95rem;

}

.modal-body .toggle-container label.toggle-off {
  color: #fff;
}

.modal-body .toggle-container label.toggle-on {
  color: #000;
}

.modal-dialog-long{
  margin: 2.5em auto !important;
  max-height: calc(200vh - 1em)!important;
}

.modal-body input {

    height: 3em;
    width: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;

}

.modal-title h4 {
    color: #fff;
    font-size: 1.2rem;
}

/*
.modal-footer {
    border-top: solid 0px #dddddd !important;
    margin: 0 !important;
    padding: 0rem 1rem 2.35rem 1rem;
    }
 */

 .modal-footer {
    border:none;
    margin: 0 !important;
    padding: 1.5rem 2rem 1.5rem 2rem;
    background-color: rgb(35, 36, 46);
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border-top:1px solid #454444;


}

.greenscreen.disabled > div:first-child{
  opacity: 0.5;
}

.greenscreen.disabled > .toggle-checkbox-label > span{
  opacity: 0.5;
  margin-right: 2em;
}

.greenscreen.disabled > .toggle-checkbox-label > a{
  cursor: pointer;
}

.corners{


border-radius: 0.75rem;
border:2px solid rgba(54, 114, 183, 0.623);
-webkit-box-shadow: 0px 0px 22px 3px rgba(54,115,183,0.6), 0px 0px 5px 0px rgba(54,115,183,0.86);
box-shadow: 0px 0px 22px 3px rgba(54,115,183,0.6), 0px 0px 5px 0px rgba(54,115,183,0.86);


}

/*

Working on this...
.corners::before,
.corners::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #3673B7, #29a5f8, #7dfbff,#29a5f8,#3673B7 );
  background-size: 400%;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;

  animation: animate 30s linear infinite;
  border-radius: 0.75rem;
}

.corners::before {
  filter: blur(100px);
}
@keyframes animate {
  0% {
    background-position: 0px 0px;
  }
  50% {
    background-position: 400% 0px;
  }
  100% {
    background-position: 0px 0px;
  }}


*/
.modal-footer > .help-button{
  height: 2.5em;
}

.modal-footer > .help-button:hover{
    filter: drop-shadow(0px 0px 6px rgba(255,0,0,1)) drop-shadow(0px 0px 4px rgba(255,102,0,0.5));
}

.help-button > img{
  height: 3.5em;
  position: relative;
  top: -0.5em;
}


@media (min-width: 768px) {
  .modal-xl {
    width: 70%;
    max-width: 1600px;
  }
  #castProperties .modal-xl {
    max-width: 1200px;
  }
}


.search-box { position: relative; margin-bottom: 1.5em; margin-top: 0em; }
.search-box input {
    height: 3em;
    /* height: 34px; */
    width: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #3a3a3a;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050;
    background: rgb(68, 68, 68);
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 400;
    text-indent: 1.85em;
    color: #c5c5c5;
        padding-top: 0.6em;
}

.search-box .form-control:focus {
    color: #fff /* #495057 */;
    background-color: #3e3e3e;
    border-color: #505050;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.22);
}

.form-check-label
{
  box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #505050, 0 1px 0 #505050!important;
}

/*
.search-box .fa-search {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 16px;
}
*/

.search-box .fi-magnifying-glass {
    position: absolute;
    top: 0.25em;
    left: 0.5em;
    font-size: 1.2em;
    color: #d0d0d0;
}

.cast-search-container .fi-magnifying-glass {
  font-size: 125%;
}

.alert-icon {
  font-size: 3em;
}

.btn-green {
    color: #fff;
    background-color: #00bad8 !important;
    border: 2px solid #fff !important;
    padding: 0.5em;
    font-size: 0.85em;
    text-transform: uppercase;
}

/*
 .btn-urp {
    margin: 0.25em 1.9em 1em 0em !important;
    color: #fff !important;
    background-color: rgba(105, 105, 105, 0.58) !important;
    border: 1px solid rgba(25,25,25,.3) !important;
    padding: 0.85em 1.75em !important;
    font-size: 0.85em;
    text-transform: uppercase;
    border-radius: 0.35rem;
}

*/



/*
.btn-urp:hover {
    margin: 0.25em 1.9em 1em 0em !important;
    color: #545b62 !important;
    background-color: rgba(228, 228, 228, 1) !important;
    border: 1px solid rgba(25,25,25,.3) !important;
    padding: 0.85em 1.75em !important;
    font-size: 0.85em;
    text-transform: uppercase;
    border-radius: 0.35rem;
}
*/

.btn-urp {
    margin: 0.25em 0.75vw !important;
    color: #fff !important;
    background-color: rgba(105, 105, 105, 0.58) !important;
    border: 0px solid rgba(25,25,25,.1) !important;
    padding: 0.5vw 0.5em !important;
    font-size: 0.85em;
    text-transform: uppercase;
    border-radius: 0.35rem;
    width: 3.25vw !important;
    min-width: 32px !important;
}


.btn-urp:hover {
    color: #545b62 !important;
    background-color: rgba(228, 228, 228, 1) !important;
}

/*

.btn-augment-final-options {
    margin: 1 1.5em 1em 1.5em !important;
    background-color: rgba(105, 105, 105, 0.58);
    border: 1px solid rgba(25,25,25,.3);
    color: #fff !important;
    padding: 1em 1em !important;
    font-size: 0.85em;
    text-transform: uppercase;
    border-radius: 0.35rem;
}

.btn-augment-final-options:hover {
  margin: 1em 1.5em 1em 1.5em !important;
  color: #545b62 !important;
  background-color: rgba(228, 228, 228, 1) !important;
  border: 1px solid rgba(25,25,25,.3) !important;
  padding: 1em 1em !important;
  font-size: 0.85em;
  text-transform: uppercase;
  border-radius: 0.35rem;
}


.btn-augment-final-options .fas {
  color: #fff;
}

*/

button.btn-minimize {
  /* background-color: rgba(255, 255, 255, 0.8); */
  color: #b5b5b5 !important;
  /* color: #b5b5b5 !important; */
      /* border: 1px solid rgba(255, 255, 255, 0.3); */
      /* border: 1px solid rgba(175, 175, 175, 0.8); */
      /* background: rgb(232, 232, 232); */
      /* color: #6b6b6b !important; */
      outline: 0;
      font-weight: 500;
      margin-bottom: 0em;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.90em;
      padding: 0.15rem 0.25rem 0.15em 0.85rem !important;
      line-height: 0.75em;
      background: none !important;
}

.btn-minimize:hover {
    /* background-color: rgba(90, 90, 90, 1.0) !important; */
    /* border: 1px solid rgba(140, 140, 140, 0.8); */
    color: #ffffff !important;
    cursor: pointer !important;
}

button.btn-multi-select{
  color: #b5b5b5 !important;
  outline: 0;
  font-weight: 500;
  margin-bottom: 0em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.90em;
  padding: 0.15rem 0.25rem 0.15em 0.25rem !important;
  line-height: 0.75em;
  background: none !important;
  margin-left: 0.6rem;
  border-radius: 0.25em;
}

.btn-multi-select:hover{
  color: #ffffff !important;
  cursor: pointer !important;
}

.btn-multi-select.on{
  background: rgba(23, 130, 190, 0.5)!important;
}

.btn-minrt {
      /* background-color: rgba(255, 255, 255, 0.8); */
      /* border: 1px solid rgba(255, 255, 255, 0.3); */
      /* border: 1px solid rgba(175, 175, 175, 0.8); */
      background: rgb(232, 232, 232);
      color: #6b6b6b !important;
      background-clip: padding-box;
      border-radius: 0.35rem;
      outline: 0;
      font-weight: 500;
      margin-bottom: 0em;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.90em;
      /* padding: 0.4rem 1.25em .75em 1.25rem !important; */
      /* line-height: 1.9em; */
}

.btn-minrt:hover {
    background-color: rgba(90, 90, 90, 1.0) !important;
    /* border: 1px solid rgba(140, 140, 140, 0.8); */
    color: #ffffff !important;
    border-radius: 0.35rem !important;
}

/* DISABLED FOCUS CLICK
.btn-minrt:focus {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(175, 175, 175, 0.8);
  color: #6b6b6b !important;
  background-clip: padding-box;
  border-radius: 0.35rem;
  outline: 0;
  font-weight: 500;
  margin-bottom: 0em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.90em;
} */

.btn-prang {
      /* background-color: rgba(255, 255, 255, 0.8); */
      /* border: 1px solid rgba(255, 255, 255, 0.3); */
      /* border: 1px solid rgba(175, 175, 175, 0.8); */

      /* background: rgb(232, 232, 232); */
      background: none !important;
      color: #e5e5e5 !important;
      background-clip: padding-box;
      border-radius: 0.35rem;
      outline: 0;
      font-weight: 500;
      margin-bottom: 0em;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.90em;
      /* padding: 0.4rem 1.25em .75em 1.25rem !important; */
      /* line-height: 1.9em; */
}

.btn-prang:hover {
    background-color: rgba(90, 90, 90, 0.0) !important;
    /* border: 1px solid rgba(140, 140, 140, 0.8); */
    color: #ffffff !important;
    border-radius: 0.35rem !important;
}

.btn-prang:disabled {
    color: #888888 !important;
}

/* DISABLED FOCUS CLICK
.btn-prang:focus {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid rgba(175, 175, 175, 0.8);
  color: #4d88be !important;
  background-clip: padding-box;
  border-radius: 0.35rem;
  outline: 0;
  font-weight: 500;
  margin-bottom: 0em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.90em;
}
*/



/*
.btn-msr {

      background-color: rgba(255, 255, 255, 0.8);

      border: 1px solid rgba(175, 175, 175, 0.8);
      color: #6b6b6b !important;
      background-clip: padding-box;
      border-radius: 0.35rem;
      outline: 0;
      font-weight: 500;
      margin: 0 1.25em 0 1.25em !important;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.90em;
      }
    */

/*
.btn-msr {
    background-color: rgba(0, 0, 0, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff !important;
    background-clip: padding-box;
    border-radius: 0.35rem;
    outline: 0;
    font-weight: 500;
    margin: 0 1.25em 0 1.25em !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.4rem 1.25rem !important;

}
*/



.btn-msr {
    background-color: rgba(88, 88, 88, 0.84);
    border: 1px solid rgba(165, 165, 165, 0.6);
    color: #ffffff !important;
    background-clip: padding-box;
    border-radius: 0.25rem;
    outline: 0;
    font-weight: 500;
    margin: 0em 1.25em 0 1.25em !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 0.1rem 1.25rem !important;
    max-width: 180px;
}

/*
.btn-msr:hover {
      background-color: rgba(90, 90, 90, 3.5) !important;
      border: 1px solid rgba(140, 140, 140, 0.8);
      color: #ffffff !important;
      border-radius: 0.35rem !important;
} */

/*
.btn-msr:hover {
    background-color: rgb(0, 0, 0) !important;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff !important;
    border-radius: 0.35rem !important;
}

*/

.btn-msr:hover {
  background-color: rgba(0, 0, 0, 0.57) !important;
  border: 1px solid rgba(197, 197, 197, 0.9);
    color: #ffffff !important;
    border-radius: 0.25rem !important;
}

/*
.btn-msr:focus {
      background-color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(175, 175, 175, 0.8);
      color: #6b6b6b !important;
      background-clip: padding-box;
      outline: 0;
      font-weight: 500;
      margin: 0 1.25em 0 1.25em !important;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.90em;

}
*/

/* DISABLED FOCUS CLICK
.btn-msr:focus {
      background-color: rgba(40, 127, 185, 1.0);
      border: 1px solid rgba(255, 255, 255, 1.0);
      color: #fff !important;
      background-clip: padding-box;
      outline: 0;
      font-weight: 500;
      margin: 0 1.25em 0 1.25em !important;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.90em;

} */

.btn-layer-order {

  background-color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #6b6b6b !important;
      background-clip: padding-box;
      border-radius: 0.5rem;
      outline: 0;
      font-weight: 500;
      margin: 0 1.25em 0 1.25em !important;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.90em;
      /* padding: 0.4rem 1.25em .75em 1.25rem !important; */
      /* line-height: 1.9em; */

}

.btn-layer-order:hover {
  background-color: rgba(255, 255, 255, 0.65) !important;
      border: 1px solid rgba(25,25,25,.3) !important;
      color: #545b62 !important;
      border-radius: 0.5rem;
      outline: 0;
      font-weight: 500;
      margin: 0 1.25em 0 1.25em !important;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.90em;
      /* padding: 0.2rem 1.25em .75em 1.25rem; */

}

/* DISABLED FOCUS CLICK
.btn-layer-order:focus {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff !important;
  background-clip: padding-box;
  border-radius: 0.5rem;
  outline: 0;
  font-weight: 500;
  margin: 0 1.25em 0 1.25em !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.90em;
}
*/

button.close:hover {
  background: none !important;
}



.cast-start-container {

      position: absolute !important;
      height: 100vh !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;

}

/*
.campaign-start-container .campaign-start-button {
    margin: 0;
    position: relative;
    top: 25rem;
    left: 45%;
     transform: translate(-50%, -50%);
    height: 7.75rem !important;
     font-size: 2em;
    background-color: rgba(0, 0, 0, 0.75);
    line-height: 3em;
    text-align: center;
    padding-left: 1rem !important;
    padding-top: 1em !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.1em;
}
*/

/*
.campaign-start-container .cast-start-btn {
    margin: 0;
    position: relative;
    top: 9rem;
    left: 45%;
    transform: translate(-50%, -50%);
    height: 7.75rem !important;
     font-size: 2em;
    background-color: rgba(0, 0, 0, 0.75);
    line-height: 3em;
    text-align: center;
    padding-left: 0rem !important;
    padding-top: 1em !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.1em;
}
*/

.cast-start-container .cast-start-btn {
  background-color: rgba(0, 0, 0, 0.7);
      background-clip: padding-box;
      border: 1px solid rgba(25,25,25,.3);
      border-radius: 0.75rem;
      outline: 0;
      color: #dcdcdc !important;
      font-weight: 500;
      margin-bottom: 0em;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.5em;
      letter-spacing: 0.1em;
      line-height: 2em;
      text-align: center;
      /* padding-left: 0rem !important; */
      /* padding-top: 1em !important; */
      padding: 1.5em !important;
      font-weight: 700;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 10em;
      border: 3px solid rgba(255, 255, 255, 0);
      /* height: 7.75rem !important; */
}

/* WHITE BUTTON

.cast-start-container .cast-start-btn {
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(25,25,25,.3);
    border-radius: 0.5rem;
    outline: 0;
    color: #151515 !important;
    font-weight: 500;
    margin-bottom: 0em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: center;
    padding: 1.5em !important;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10em;
    border: 3px solid rgba(0, 0, 0, 0.16);

}

*/


.cast-start-container .cast-start-btn .fi-plus {
margin-right: 0.25em
}

.cast-start-container .cast-start-btn:hover {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: #fff !important;
    border: 3px solid rgba(255, 255, 255, 0.4) !important;
}
/*
.augment-options-header {
  # background-color: #fff !important;
  background-color: rgba(0, 0, 0, 0.65) !important;
  # color: rgba(0, 0, 0, 0.65) !important;
  # color: rgba(0, 194, 255, 0.65) !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center;
  border-radius: 0.5rem !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;

}
*/

.list-group-item {

  background-color: rgba(105, 105, 105, 0.58);
  /* border: 1px solid rgba(25,25,25,.3); */
  color: #fff !important;
  background-clip: padding-box;
  border-radius: 0.5rem;
  outline: 0;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.90em;
  padding: 0.2rem 1.25em .75em 1.25rem;
  /* line-height: 1.9em; */

}


.list-group-item:hover {
        /* border: 1px solid rgba(25,25,25,.3) !important; */
        /* color: #545b62 !important; */
        border-radius: 0.5rem;
        outline: 0;
        font-weight: 500;
        margin-bottom: 0.5em;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.90em;
        padding: 0.2rem 1.25em .75em 1.25rem;
        z-index: 2;
}

.list-group-item, .list-group-item:hover{
  background: none;
  position: relative;
  white-space: nowrap;
  padding: 0;
  font-size: 1em;
  border: none;
  margin: 0;
  border-radius: 0;
  height: 3.825rem;
  max-height: calc(10vh + 0.225rem);
}

.tooltipster-cast-options{
  cursor: pointer;
}

.tooltip-question{
  display: inline-block;
}

.tooltip-question::after{

  font-size: 0.75em;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #FFF;
  width: 1.5em;
  display: inline-block;
  height: 1.5em;
  border-radius: 0.875em;
  line-height: 1.5em;
  margin-top: -.25em;
}

.showcast-options.row > *,
.showcast-options .row > *{
  display: flex;
  flex-direction: column;
}

.showcast-options label{
  margin: 0.5em 0 0 0;
}

.showcast-options input[type="text"]{
  width: auto;
  margin-right: 1em;
  padding: 0.25em 0.5em;
  height: 1.5em;
  line-height: 1em;
}

.showcast-options input.showcast-share-link{
  padding-right: 1.5em;
}

.showcast-options input[type="number"]{
  width: auto;
  padding: 0.25em 0.5em;
  height: 1.5em;
  line-height: 1em;
  margin-right: 1em;
}

.showcast-options select{
  width: auto;
  padding: 0.25em 0.5em;
  height: 1.5em;
  line-height: 1em;
  margin-right: 1em;
}

.showcast-options .clipboard-button{
  position: absolute;
  right: 1em;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  bottom: 0;
  cursor: pointer;
  width: 1.5em;
  text-align: center;
}

.warning-footnote{
  color: #EE393D;
  font-size: 0.75em;
}

/*
.list-group-item {
    background-color: rgba(105, 105, 105, 0.58);
    background-clip: padding-box;
    border: 1px solid rgba(25,25,25,.3);
    border-radius: 0.5rem;
    outline: 0;
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 0.5em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.90em;
} */

.list-group-item-action:active {
  background-color: rgba(105, 105, 105, 0.58) !important;
  border: 1px solid rgba(25,25,25,.3) !important;
  color: #fff !important;
}

/* DISABLED FOCUS CLICK
.list-group-item-action:focus {
  background-color: rgba(105, 105, 105, 0.58) !important;
  border: 1px solid rgba(25,25,25,.3) !important;
  color: #fff !important;
}
*/


/* UPLOAD TAB PANEL */

.modal-tab-body {
  padding: 0em !important;
}
.nav-container {
  padding-left: 0em !important; padding-right: 0em !important;
}




.profile-modal {

  z-index: 1300;

}

.profile-container {

}

.profile-container h5 {display: inline-block;}

.profile-details {

}

.profile-logout {

}

.changepass-container {

}

.changepass-container h5 {

}

.changepass-container .pass-current {

}

.changepass-container .pass-new {

}

.changepass-container .pass-btn-container {

}

.changepass-container .pass-btn-container .pass-btn {

}

.changepass-container .password-requirements{
  display: inline-block;
  font-size: 0.8em;
  width: 30em;
  line-height: 1.3;
  vertical-align: middle;
}

.show-password-button{

  background-color: #2f2f2f;
  color:white;

}

.hide-password-button{

  color: #2f2f2f;
  background-color:white;

}


.augment-options-header, .augment-options-header:hover {
    background: none;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center !important;
    border-radius: 0.5rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 1.1em !important;
    line-height: 1.9em !important;
    padding: 0.75rem 0em !important;
    border-radius: 0 0.5rem 0 0;
    height: 3em;
  }

#MainAugmentOptionsWrapper{
  position: absolute;
  height: 100vh;
  display: flex;
  left: 0;
  top:0;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3.6rem;
  pointer-events: none;
}


.main-augment-options-container {
  font-size: 1rem;
}

.main-augment-options-container:hover,
.main-augment-options-container .augment-nav-list-text,
.augment-options-header-text,
.main-augment-options-container:hover .augment-nav-list-background,
.main-augment-options-container:hover .augment-options-header-background{
  width: 15vw;
  min-width: 200px !important;
}




.main-augment-options-container > *{
  pointer-events: auto;
}

.augment-nav-list-limit-container{
  background-image: url(/static/img/buttons/Blank.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -0.5em;
  left: 3.5em;
  pointer-events: none;
  z-index: 3;
  font-size: 0.75em;
  color: rgb(24, 40, 51);
  width: 4em;
  height: 3.2em;
  line-height: 3.2em;
  text-align: center;

}

.main-augment-options-container .augment-nav-list-icon {
  position: relative;
  z-index: 2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 3.6rem;
  width: 4.32rem;
  max-height: 10vh;
  max-width: 12vh;
  margin: 0.1125rem 0;
}

.list-group-item:hover > .augment-nav-list-icon{
    filter: drop-shadow(0px 0px 6px rgba(255,0,0,1)) drop-shadow(0px 0px 4px rgba(255,102,0,0.5));
}

.button-disabled{
  opacity: 0.65;
}

.image-nav-list-icon{
  background-image: url(/static/img/buttons/ImageButton.png);
}

.text-nav-list-icon{
  background-image: url(/static/img/buttons/Text.png);
}

.image-360-nav-list-icon{
  background-image: url(/static/img/buttons/360.png);
}

.audio-nav-list-icon{
  background-image: url(/static/img/buttons/Audio2.png);
}

.video-nav-list-icon{
  background-image: url(/static/img/buttons/Video.png);
}

.object-3d-nav-list-icon{
  background-image: url(/static/img/buttons/3D.png);
}

.sketchfab-nav-list-icon{
  background-image: url(/static/img/buttons/Sketchfab.png);
 }

.main-augment-options-container > .list-group-item:last-child .augment-nav-list-text{
  border-radius: 0 0 0.5rem 0;
}

.main-augment-options-container .augment-nav-list-text{
  background-color: rgba(105,105,105,0.58);
  height: 100%;
  padding-left: 4.5em;
  display: block;
  right: 100%;
  position: absolute;
  transition: right 500ms ease-in-out;
  text-align: center;
}

@media screen and (max-width: 1500px) {



  .augment-nav-list-text
  {
    font-size: 13px!important;
    padding-left: 6.5em!important;

  }



}

.augment-nav-list-background{
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 0;
  transition: width 500ms ease-in-out;

}

.augment-options-header-background{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: width 500ms ease-in-out;
}

.augment-options-header-text{
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 0 0.5rem 0 0;
  height: 100%;
  display: block;
  right: 100%;
  position: absolute;
  transition: right 500ms ease-in-out;
  padding: 0.75rem 0em;
}

/*hover for sidebar text*/
:hover > .augment-nav-list-background > .augment-nav-list-text{
  background-color: rgba(0, 0, 0, 0.65);
  color: rgb(255, 255, 255);
  font-weight: 800;

border:2px solid rgba(54, 114, 183, 0.623);
-webkit-box-shadow: 0px 0px 22px 3px rgba(54,115,183,0.6), 0px 0px 5px 0px rgba(54,115,183,0.86);
box-shadow: 0px 0px 22px 3px rgba(54,115,183,0.6), 0px 0px 5px 0px rgba(54,115,183,0.86);

}

.main-augment-options-container:hover .augment-nav-list-background,
.main-augment-options-container:hover .augment-options-header-background{
  vertical-align: middle;
}

.main-augment-options-container:hover .augment-nav-list-text,
.main-augment-options-container:hover .augment-options-header-text{
  right: 0;
  vertical-align: middle;
  display: inline-block;
}

.main-augment-options-container .augment-nav-list-text::before,
.main-augment-options-container .augment-options-header-text::before{
  content:'';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#editor-area-3d-display{
  z-index: 1;
}

#editor-area-3d-display.main-canvas-hidden{
  z-index: 1;
  position: absolute;
}

.fa-3x {
    font-size: 3em;
    line-height: 2em;
    height: 30px;
}

/* INPUT SELCT FILE UPLOAD */
.input-file-container {
  position: relative;
  /* width: 225px; */
  width: 50%;
  margin:auto!important;
}

.js .input-file-trigger {
  display: block;
  /* padding: 14px 45px; */
  padding: 0.65em;
  /* background: #39D2B4; */
  /* background: #333333; */
  /* background: #1b1b1b; */
  /*background: #f7f7f7;*/
  background: #484848;
  /* color: #fff; */
  /* color: #c3c3c3; */
  color: #afafaf;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
  /* width: 225px; */
  width: 90%;
  text-align: center;
  border-radius: 3px;
}

.js .input-file-trigger-met {
  display: block;
  /* padding: 14px 45px; */
  padding: 0.65em;
  /* background: #39D2B4; */
  /* background: #333333; */
  /* background: #1b1b1b; */
  /*background: #f7f7f7;*/
  background: #484848;
  /* color: #fff; */
  /* color: #c3c3c3; */
  color: #afafaf;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
  /* width: 225px; */
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  border-radius: 3px;
}

.js .input-file {
  position: absolute;
  top: 0; left: 0;
  /* width: 225px; */
  width: 100%;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
  display: none;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  /* background: #34495E; */
  /* background-color: #040404; */
  /* background-color: #393939; */
  /* background-color: #1b75bc; */
  background-color: #1f1f1f;

  /* color: #39D2B4; */
  /* color: #131313; */
   color: #fff;

}

.file-return-header {
      border-bottom: 1px dashed #484848;
      background-color: rgba(0,0,0, 0.2);
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      width: 100%;
      text-align: center;
      margin-bottom: 0.75em;
      font-size: 1em;
      font-style: normal;
}

.file-return-header-met
{
  border-bottom: 1px dashed #484848;
  background-color: rgba(0,0,0, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 100%!important;
  max-height: 100%!important;
  text-align: center;
  margin-bottom: 0.75em;
  font-size: 1em;
  font-style: normal;
}

.file-return {
  margin: 0;
  max-width: 100%!important;
  max-height: 100%!important;
}

.file-return:not(:empty) {
  border: 1px dashed #484848;
  /* padding: 0.75em; */
  padding: 0em !important;
  background-color: rgba(0,0,0, 0.1);
  /* margin-left: 2em; */
}
/*
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
*/
.js .file-return {
    font-style: italic;
    font-size: 0.95em;
    color: #fff !important;
    /* margin-left: 2em !important; */

/*
    border: 1px dashed #656565;
    padding: 1em;
    background-color: rgba(0,0,0, 0.1); */
}


/* DISABLED BEFORE ASSET DUE TO IMAGE PREVIEW ON UPLOAD // SR */

.js .file-return:not(:empty):before {
  /* content: "Selected file: "; */
  content: "";
  font-style: normal;
  font-weight: 700;
  font-size: 0.95em;
  text-transform: uppercase;
  /* padding-right: 0.5em; */
}


.btn-hide
{
  visibility: hidden;
}

.file-return-name {
  font-size: 0.85em;
  width: 100%;
  /* text-align: center; */
  padding-top: 2em !important;
  padding-left: 0.75em !important;
  color: #d0d0d0;
  word-break: break-all;
  padding-right: 2em !important;
  word-break: break-all;

}

.file-return-name-met {
  font-size: 0.70em;
  max-width:50%;
  max-height: 100%;
  /* text-align: center; */
  color: #d0d0d0;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;


}

.file-return-img {
  width: 100%;
  text-align: center;
  height: 110px;
}

.file-return-img-met {
  max-width: 100%!important;
  max-height: 100%!important;
  text-align: center;
  height: 110px;
}
.file-return-img img {
  border: 2px solid #5f5f5f;
}

.clear-file-btn {
  border-radius: .25rem 0rem 0rem .25rem;
  right: 0;
  position: absolute;
  color: #929292 !important;
  background-color: rgb(0, 0, 0, 0.0);  /* #424242 */
  top: 0em;
  width: 3.0em;
  line-height: 1.7em !important;
  padding: 0rem .75rem;
}

.clear-file-btn:hover {
    border-radius: .25rem 0rem 0rem .25rem;
    right: 0;
    position: absolute;
    color: #fff !important;
    background-color: rgb(0, 0, 0, 0.0);
    top: 0em;
    width: 3.0em;
}

.cast-filter-container {
    padding: 0.75em !important;
    background-color: rgb(33, 33, 33);/*rgba(0, 0, 0, 0.8)*/
    /*border-radius: 0.15em !important;*/
    border-bottom: 1px solid rgba(255,255,255, 0.1);
    border-top: 1px solid rgba(255,255,255, 0.1);
}

.cast-filter-container .btn {
  margin: 0 auto;
  padding: 0.1em 0.35em !important;
  color: #c1c1c1 !important;
  background-color: rgb(85, 85, 85, 1.0);
  border: 3px solid rgba(0, 0, 0, 0);
  font-size: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.cast-filter-container .btn.active {
  border-radius: 0.15em !important;
  border: 3px solid rgba(255,255,255, 0.25);
  color: #fff !important;
  filter: drop-shadow(0px 0px 4px rgba(255,0,0,1)) drop-shadow(0px 0px 2px rgba(255,102,0,0.5));
}

.cast-filter-container .btn:hover {
  color: #fff !important;
  background-color: rgb(117, 117, 117, 1.0);
  filter: drop-shadow(0px 0px 4px rgba(255,0,0,0.5)) drop-shadow(0px 0px 2px rgba(255,102,0,0.25));
}

.cast-filter-container .btn:focus{
  box-shadow: none;
}

/* Status filters */

.cast-filter-container .all-btn {
  background-color: #999;
}

.cast-filter-container .all-btn:hover {
  background-color: #ccc;
}

.cast-filter-container .active-btn {
  background-color: #478842;
}

.cast-filter-container .active-btn:hover {
  background-color: #57a852;
}

.cast-filter-container .pending-btn {
  background-color: #4d939c;
}

.cast-filter-container .pending-btn:hover {
  background-color: #4da3bc;
}

.cast-filter-container .ending-btn {
  background-color: #bd9048;
}

.cast-filter-container .ending-btn:hover {
  background-color: #cda058;
}

.cast-filter-container .expired-btn {
  background-color: #984040;
}

.cast-filter-container .expired-btn:hover {
  background-color: #a84040;
}

.cast-filter-container .all-package-btn{
  background-color: #999;
  width: 8em;
}

.cast-filter-container .all-package-btn:hover{
  background-color: #ccc;
}

.cast-filter-container .freemium-package-btn{
  background-color: #999;
  width: 8em;
}

.cast-filter-container .freemium-package-btn:hover{
  background-color: #ccc;
}

.cast-filter-container .premium-package-btn{
  background-color: #999;
  width: 8em;
}

.cast-filter-container .premium-package-btn:hover{
  background-color: #ccc;
}

.cast-filter-container > .col-4{
  text-align: center;
  line-height: 0;
}

.cast-filter-details{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  user-select: none;
}

.cast-filter-details > summary{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.25em 0.75em;
}

/* Cast Sort Order */

.cast-sort{
  position: absolute;
  padding: 0.1em 0.75em;
  right: 0;
  z-index: 2;
}

.cast-sort > *{
  vertical-align: middle;
}

.cast-sort-select-container{
  position: relative;
  display: inline-block;
}

.cast-sort-select-container > select{
  background-color: transparent;
}

.cast-sort-select-container > .cast-sort-select{
  opacity: 0;
}

.cast-sort-select-container > .cast-sort-select-dummy{
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.cast-sort-select-container.changed > .cast-sort-select{
  opacity: 1;
}

.cast-sort-select-container.changed > .cast-sort-select-dummy{
  visibility: hidden;
}

/* Studio filters */

#studioFilterButtons{
  padding: 0.25em 0.75em!important;
}

.cast-filter-container .print-studio-btn,
.cast-filter-container .show-studio-btn,
.cast-filter-container .geo-studio-btn{
  padding: 0!important;
  background: none!important;
  border: none!important;
}

.cast-filter-container > div > button > img{
  height: 6em;
}

/* Style to make visible cast list layout more efficient */

.tooltipster-cast-list.collapsed{
  height: 2.75em;
}

/* END PRINTCAST STYLES */

/* Copyright */

#copyright {
    text-align: center;
    margin: 0em 0 0.5em 0;
}

    #copyright ul.links {
      display: inline-block;
      background: #2C2929;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 5px;
      margin: 0;
      padding: 0.85em 2.25em 0.85em 2.25em;
    }



/* TUTORIALS */
.popover {
  z-index: 1200 !important;
}

.popover-header {
 background-color: #151515;
 text-transform: uppercase;
 color: #fff;
 font-size: 1.10em;
 /* border-bottom: 1px solid #151515; */
 border-bottom:3px solid /* #f71169 */ #55cbe0;
}

/* LIGHTMODE
.popover-body {
    padding: 1rem !important;
    color: #212529;
    font-weight: 200;
    font-size: 1.15em;
    background-color: #fff;
}
*/

/* DARKMODE */
.popover-body {
padding: 1rem !important;
color: #dcdcdc;
font-weight: 200;
font-size: 0.9em;
background-color: #333333;
text-transform: uppercase;
}

.popover-body p {
  margin-bottom: 0px;
}

/*
.popover .arrow::after {
    left: 1px;
    border-right-color: none !important;
    border-bottom-color: #55CBDf !important;
}
*/


.sketchfab-container .skfb-widget {
  height: calc(100vh - 14rem - 8em);
}

.sketchfab-modal {
    margin: 3em 20em !important;
}

.sketchfab-loading-container{

}

.row.row-reverse{
  flex-direction: row-reverse;
}

.toggle-checkbox-label {
  text-transform: uppercase !important;
  font-size: 0.85em !important;
  padding-left: 1.5em !important;
  padding-top: 0.2em !important;
}

.row-reverse > .toggle-checkbox-label {
  padding-right: 1.5em !important;
}

.toggle-checkbox-label-subtitles {
  padding-right: 1.5em !important;
}

.subtitle-container {
  display: flex;
}

.upload-subs-btn-label {
  margin-bottom: 0px !important;
  display: inline-flex !important;
  font-size: 0.85em !important;
}

.subtitle-editor-video {
  display: block;
  width: auto;
  height: 40vh;
  margin: 0 auto 1rem auto;
}

.generate-upload-download-subtitles .btn-thin {
  margin-left: 0.5em !important;
}

#delete-all-cues-button {
  text-transform: uppercase !important;
  border: 0px !important;
}

#abort-subtitle-generation-button {
  text-transform: uppercase !important;
}

#add-cue-button {
  margin-left: 1rem;
}

#time-field-subtitles {
  margin-inline: 0.5rem !important;
}

.field-subtitles {
  height: 2.5rem !important;
}

.btn-thin, .btn-thin:hover {
  padding: 0.375rem 0.75rem;
}

.alert-subtitles {
  font-size: 80%;
  margin-bottom: 0 !important;
  margin-top: 0.5rem;
}

.close-alert-subtitles {
  color: #721c24 !important;
}

.filehint {
  text-transform: uppercase;
  font-size: 0.8em;
  display: block;
  margin-bottom: 1.5em;
  color: #a5a5a5;
}

.title-container {
    margin-bottom: 2em;
}

.upload-container {

}

.upload-file-select {
  min-height: calc(2.6em + 110px);
  width:100%;



}

.toggle-container {
  margin-top: 0em !important;
  padding-top: 0em !important;
  /* border-top: 1px solid rgba(255,255,255, 0.3); */
  width: 100%;
}

.toggle-container .row {

  margin-top: 1em !important;

}

.learn-more {
    line-height: 1vh;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 300;
    display: block;
    color: #01cadf;
    text-decoration: none;
}

.learn-more:hover {
    color: #00244c !important;
    text-decoration: none !important;
}

.investing-interest {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    display: block;
    /* color: #01cadf; */
    color: #000;
    text-decoration: none;
    margin-bottom: 1.25rem
}

.book-discussion {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    display: block;
    color: #01cadf;
    text-decoration: none;
}

.book-discussion:hover {
    color: #00244c !important;
    text-decoration: none !important;
}




/* LOGO Overlay */
.logo-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  display: block;
  /*background-image: url(/static/img/logos/pbwc.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.65 !important;
  margin: 0 1.25em 54px 0;
  z-index: 900 !important;

  max-height: 20vh;
  background-position: bottom center;
  line-height: 1;
}

.logo-overlay:after{
  content: "";
  background-image: url('/m/WD4mEV6Y/config/logos/WatermarkLogo.png');
  width: 200px;
  height: 54px;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -54px;
}

.logo-overlay > img{
  max-width: 100%;
  max-height: 6em;
  visibility: hidden;
}

/* cookie consent TOU */


/* TOU (Terms of Use) */
#TOU-content h3 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1em;
  font-family: 'PT Sans Narrow';
}

#TOU-content p {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  font-family: 'PT Sans Narrow';
 }

 #TOU-content li {
   font-size: 0.75rem;
   font-weight: 300;
   line-height: 1.5rem;
   font-family: 'PT Sans Narrow';
  }

  #TOU-content ol {
    margin-bottom: 2rem;
   }

#TOU-content modal-dialog {
    margin: 5em auto !important;
}

#TOU .modal-body {
    padding: 2rem !important;
    max-height: calc(100vh - 400px);
    overflow-y: auto;
}

#TOU .modal-footer p {
    margin-bottom: 0rem;
}

.btn-info-style
{
position: absolute;
cursor: pointer;
z-index: 20;
font-family: "Raleway", san-sans-serif;
top:12.5%;
left:14.25%;
font-style: normal;
width:70%;
height:75%;
color: white;
font-size: 1.4em;
font-weight: 400;
line-height: 1.625em;
color: black;
text-align: center;
}

.package-line-one{
  font-size: 1.75em;
  text-align: center;
  font-weight: bold;
}

.package-line-two{
  font-size: 0.75em;
  text-align: center;
}

.blue-text{
  color: rgb(28, 101, 159);
}

.btn-info-select{
position: relative;
text-align: center;
width: 32%;
height: 32%;
bottom:30%;
left:33.5%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
z-index: 5;
background-image: url("/static/img/freemium.select.png");
}

.landing-page .landing-page-select{
  bottom: 6em!important;
  pointer-events: none;
}

.modal-body .landing-page-select{
  bottom: 7.25em!important;
  pointer-events: none;
}

.landing-page .studio-list-item-container{
  position: relative;
  bottom: 6em;
}

.modal-body .studio-list-item-container{
  position: relative;
  bottom: 9em;
}

@media screen and (max-width: 1050px) {

  .btn-info-select{
    bottom:35%;
  }
}

@media screen and (max-width: 980px) {

  .btn-info-select{
    bottom:40%;
  }
}

.headerDivider {
border-left:1px solid rgba(101, 129, 170, 0.67);
height:100%;
}


.scroll-box
{
overflow-y: scroll;
width:100%;
max-height: 8.6em;
line-height: 1.8em;
}

.contain-column
{
  display: grid;
  grid-template-columns: 49% 2% 49%;
  width: 100%;
  display: grid;
  justify-content: center;
  align-content: center;
}
.package-list-container-small
{
  height: 17em;
position: relative;

}

.contain-column-child{
  display: grid;
  grid-template-rows: 50% 40% 10%;
  padding: 20px 50px 75px 50px;
}

.ul-package-bullet {
  color: #00AF5B;

}
.package-font
{

}
.package-font-highlight
{
  color: #3673B7;
}

.modal-title-small
{
font-family: Raleway!important;
font-style: normal!important;
font-weight: 600!important;
font-size: 20px!important;
line-height: 23px!important;
text-transform: uppercase!important;
color: #FFFFFF;

}

.btn-info-plain
{
background: none;
border-radius: 8px;
display: inline-block;
width:30%;
padding-left:2px!important;
padding-right:2px!important;
padding-top:4px!important;
padding-bottom:4px!important;
border: 1px solid rgba(255, 255, 255, 0.95);
font-family: Raleway;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
text-align: center;
text-transform: capitalize;
color: rgba(255, 255, 255, 0.95);
}

#editModelButton {
  margin-top: 0.5rem;
  padding-block: 0.25rem;
}

/* Target image quality tutorial */
.target-tutorial-button-container > .btn.btn-info{
  padding: 0.65em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625em;
  width: 90%;
}

.target-tutorial-button-container
{


}

.text-red-highlight{
  color:red;
  font-size: 25px!important;
}

#targetImageTutorialModal .modal-body {
    padding: 2rem !important;
    max-height: calc(100vh - 400px);
    overflow: hidden auto;
    font-size: 1rem;
}

#targetImageTutorialModal h2{
  color: #FFF;
  font-weight: bold;
}

#targetImageTutorialModal h5,
#targetImageTutorialModal h6,
#targetImageTutorialModal strong{
  color: #FFF;
  font-weight: bold;
}

#targetImageTutorialModal .target-tutorial-subsection{
  background-color: rgba(15,15,15,0.5);
  border-radius: 0.75em;
  padding: 1em;
  margin-bottom: 1em;
}

#targetImageTutorialModal .target-tutorial-subsection:last-child{
  margin-bottom: 3em;
}

#targetImageTutorialModal .target-tutorial-subsection-title{
  color: #3673B7;
  font-size: 130%;
  padding-bottom: 0.75em;
}

#targetImageTutorialModal p:last-child{
  margin-bottom: 0.5em;
}

#targetImageTutorialModal .image-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2em;
}

#targetImageTutorialModal .image-container:not(:last-child){
  padding-bottom: 2em;
}

#targetImageTutorialModal .image-container .target-tutorial-image{
  width: 80%;
}

#targetImageTutorialModal .target-tutorial-example-header-bad{
  color:#FFF;
  left: 10%;
  position: relative;
}
#targetImageTutorialModal .target-tutorial-example-header-good{
  color:#FFF;
  left: -9%;
  position: relative;
}


.notify-bar-container {
  position: absolute;
  width: 100%;

  /* center in window, width dependant on content */
  /*position: absolute;
  width: 100%;
  height: 2.55em;
  overflow: hidden;*/
}

.notify-bar {
  font-family: 'PT Sans Narrow';
  font-weight:400;
  position: relative;
  top: 0;
  height: 3em;
  color: #fff;
  text-align: center;
  padding: 0.25em 0;
  font-size: 0.85em;
  z-index: 999;
  line-height: 2.5em;

  width: 50%;
  margin: 0 auto;
  min-width: 500px;
  /* center in window, width dependant on content */
  /*position: relative;
  left: 50%;
  max-width: 100%;
  min-width: 40em;*/
}

.notify-bar-background{
  top: 0;
  height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    opacity: 0.75;

  width: 100%;
  /* center in window, width dependant on content */
  /*left: -50%;
  right: 50%;*/
}

.notify-bar-left-corner{
  transform: rotate(-40deg);
    background: #000;
    width: 40px;
    height: 200%;
    position: absolute;
    left: 20px;
    top: -20px;
}

.notify-bar-right-corner{
  transform: rotate(40deg);
    background: #000;
    width: 40px;
    height: 200%;
    position: absolute;
    right: 20px;
    top: -20px;
}






.notify-bar-background-center{
  position: absolute;
    left: 32px;
    right: 32px;
    background: #000;
    height: 100%;
}

.notify-bar-content{
  position: relative;
  z-index: 2;
  padding: 0 32px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;

  /* center in window, width dependant on content */
  /*left: -50%;*/
}

.notify-bar-space{
  flex: 1;
}

.notify-bar-msg {
  color: #fff;
  display: inline;
  margin: 0 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notify-bar-close {
  width: 1.5em;
  height: 1.5em;
}

#notifications-bar-progress-bar{
    display: inline-block;
    vertical-align: top;
    height: 6px;
}

.notify-bar-content > .btn{
  margin: 0 0.25rem;
}

/* Initial Notifications Bar state */
.notify-bar-slide-enter, .notify-bar-slide-leave-to {
  top: -3em;
}

/* Notifications Bar appears */
.notify-bar-slide-enter-active {
  transition: top 400ms ease-out;
}

/* Notifications Bar disappears */
.notify-bar-slide-leave-active {
  transition: top 400ms ease-in;
}

.email-confirmation {
  font-family: "Raleway", san-sans-serif;
  text-align: left;
  margin-bottom: 1em !important;
  padding: 0 2em !important;
  position: relative;
}

.email-confirmation-warning {
  color: red;
  font-weight: 900;
  font-size: 125%;
}

.email-confirmation > .showcast-share-link{
  padding: 0.25em 1.5em 0.25em 0.5em;
  height: 1.5em;
  line-height: 1em;
}

.email-confirmation > .clipboard-button{
  position: absolute;
  right: 2em;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  bottom: 0;
  cursor: pointer;
  width: 1.5em;
  text-align: center;
}

.cast-save-body{
  align-items: stretch;
}

.cast-qr-code-pane{
  text-align: center;
}

.cast-qr-code-pane::before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cast-qr-code-container{
  display: inline-block;
  vertical-align: middle;
}

.cast-qr-code{
  display: inline-block;
  line-height: 0;
  position: relative;
}

.cast-qr-code > img{
  width: calc(100% - 2em);
}

.cast-qr-code-container > .links{
  display: flex;
  justify-content: space-evenly;
}

.cast-qr-code-container > .links > a{
  text-align: center;
  color: #FFF;
  display: block;
  padding: 4px 0;
  line-height: 1em;
  text-decoration: none;
  font-size: 0.6rem;
  display: inline-block;
  font-weight: normal;
}

.cast-qr-code-container > .links > a > .fi-download{
  font-size: 2em;
}

.cast-saved-congrats-container.col-4{
  height: 0;
  padding-bottom: 34% !important;
}
.cast-saved-congrats-container.col-6{
  height: 0;
  padding-bottom: 50% !important;
}
.cast-saved-congrats {
  width:100%;

}
.cast-saved-qr-code { width:100%; }
.badge-apple { padding-right: 0.75em !important; display: block; }
.badge-google { padding-left: 0.75em !important; display: block; }
.badge-heading { color: #fff; text-transform: uppercase; padding-bottom: 1.5em; }

/* Calendar picker */

.daterangepicker{
  position: absolute;
  background-color: rgba(37,37,37,0.9);
  padding: 0.5em;
  border-radius: 0.5em;
  z-index: 1100;
}

.daterangepicker > .ranges{
  display: inline-block;
  vertical-align: top;
}

.daterangepicker > .ranges > ul{
  list-style: none;
  padding-left: 0;
}

.daterangepicker > .ranges > ul > li{
  padding: 0 1em;
  background-color: rgba(37, 37, 37, 0.5);
}

.daterangepicker > .ranges > ul > .active{
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(37,37,37,1);
}

.drp-calendar{
  display: inline-block;
  background-color: rgba(37,37,37,0.5);
  user-select: none;
}

.drp-calendar th{
  padding: 0.25em 0.75em;
  width: 2em
}

.drp-calendar td{
  padding: 0.25em 0;
  text-align: center;
}

.drp-calendar + .drp-calendar{
  margin-left: 1em;
}

.drp-calendar .prev::before{
  content: "⏴";
}

.drp-calendar .next::before{
  content: "⏵";
}

.drp-calendar .prev,
.drp-calendar .next{
  color: rgba(93, 93, 93, 0.5);
}

.drp-calendar .prev.available,
.drp-calendar .next.available{
  color: rgba(255, 255, 255, 0.5);
}

.drp-calendar .off{
  background-color: rgba(0, 0, 0, 0.5);
}

.drp-calendar .in-range{
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(24, 40, 51, 1);
}

.drp-calendar .start-date{
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(24, 40, 51, 1);
}

.drp-calendar .end-date{
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(24, 40, 51, 1);
}

.drp-buttons{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.drp-buttons > .btn{
  margin-left: 0.5em;
}

.missing-asset-list-item{
  margin-bottom: 0.25em;
}

.missing-asset-list-item:last-child{
  margin-bottom: 2em;
}

/* Geolocator */

.geolocator-container{
  pointer-events: auto;
  position: absolute;
  top: calc(4vh + 2.5vw);
  left: 50%;
  padding: 1em 2em;
  transform: translate(-50%, 0);
}

.geolocator-container > input{
  width: 20em;
}

.geolocator-container > button{
  padding: 0.25em 1em!important;
}

.geolocator-result-container{
  max-height: calc(100vh - 6em);
  overflow-y: auto;
  width: 20em;
}

.geolocator-result{
  background: rgba(255,255,255,0.8);
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
  padding: 0.5em;
  line-height: 1.5;
}

.geolocator-result:hover{
  background: rgba(255,255,255,1);
}

.geolocator-result-title{
  color: #000;
}

.geolocator-result-loc{
  color: #666;
  font-size: 0.8em;
}

/* Marker source selection interface */

.marker-selection-option{
  padding: 0 1em!important;
}

.marker-selection-header{
  height: 2em;
  line-height: 2em;
  background-color: #101015;
  border-radius: 10px 10px 0 0;
  padding: 0 1em;
}

.marker-selection-body{
  display: flex;
  flex-direction: row;
  background-color: rgba(17, 17, 23, 0.5);
  border-radius: 0 0 10px 10px;
}

.marker-selection-option-content{
  text-align: center;
  padding: 1em;
  flex: 1;
}

.marker-selection-option-content > label{
  background: #356FB0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  width: 200px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  max-width: 100%;
}

.marker-selection-option-content > label:hover{
  background-color: #1f88da !important;
}

.marker-selection-option-content > .canva-button{
  margin: 0 0 0.5em;
}

.marker-selection-main-text{
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.marker-selection-sub-text{
  font-size: 0.4em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.marker-selection-canva-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0.5em;
  background-color: #2B2C35;
  border-radius: 8px;
  text-align: left;
  line-height: 0;
}

.marker-selection-canva-option{
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  width: 50%;
  font-size: 0.75em;
  line-height: 3em;
  padding: 0 0.5em;
  white-space: nowrap;
}

.marker-selection-canva-option:hover{
  background-color: rgba(255, 255, 255, 0.1);
}

#welcomeModal > div > .modal-content{
  background-color: transparent;
}

.welcome-modal-header{
  color: white;
  font-size: xxx-large;
  text-align: center;
  margin-top: 3vh;
}

.welcome-modal-body{
  height: 84vh;
  background-color: transparent!important;
}

.welcome-modal-content-subheader {
  text-align: center;
  font-size: xx-large;
  margin-block: 2rem;
}

.welcome-modal-start-button{
  background-image: url("/static/img/Start2.png");
  position: relative;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 5;
  height: 40vh;
  margin-top: 10vh;
}
.welcome-modal-start-button:hover {
  filter: drop-shadow(0px 0px 8px rgba(255,0,0,1)) drop-shadow(0px 0px 6px rgba(255,102,0,0.5));
 }

.form-control.is-invalid{
  border-width: 3px !important;
}

.welcome-modal-middle-line{
  height: 32vh;
}
.welcome-modal-middle-or{
  text-align: center;
}
.welcome-modal-middle-line>.line-right{
  border-right-width: 1px;
  border-right-color: #666;
  border-style: solid;
}
.welcome-modal-middle-line>.line-left{
  border-left-width: 1px;
  border-left-color: #666;
  border-style: solid;
}
.welcome-modal-content-right>.login-container{
  margin-top: 8vh;
}

.welcome-modal-divider{
  margin-top: 3vh;
}
.login-container .form-control{
  font-size: 1rem;
}

#username-field{
  border-radius: 5px!important;
}
.show-password-button,.hide-password-button{
  border-top-right-radius: 5px!important;
  border-bottom-right-radius: 5px!important;
}
.connection-error-feedback{
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.landing-page {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.landing-page-welcome-header {
  margin-block: 0.25em;
  text-align: center;
  color: white;
  font-family: 'Raleway';
  text-transform: uppercase;
  font-size: 2.5em;
}

.landing-page-welcome {
  text-align: center;
  color: white;
  font-family: 'Raleway';
  text-transform: uppercase;
  font-size: 1.5em;
}

.landing-page-title {
  text-align: center;
  color: white;
  font-family: 'Raleway';
  text-transform: uppercase;
  font-size: 1em;
}

.landing-page-trust-banner {
  display: block;
  margin-inline: auto;
  margin-top: 15vh;
  width: 25%;
}

.studio-select-list {
  width: 60vw;
  margin: auto;
}


/* ######################################################################
  #####################################################################
  #####################################################################
  #####################################################################
  MEDIA QUERIES BELOW
  ######################################################################
  #####################################################################
  ##################################################################### */



/* XLarge */

  @media screen and (max-width: 1680px) {

    /* Basic */

      body, input, textarea, select {
        font-size: 12pt;
      }

  }

/* Large */

  @media screen and (max-width: 1280px) {

    /* Basic */

      body, input, textarea, select {
        font-size: 11pt;
      }

    /* Section/Article */

      header.major {
        margin: 0.75em 0 2.5em 0;
      }

        header.major h2 {
          padding: 0 1em 0 1em;
        }

    /* Social */

      ul.social li {
        margin: 0 0 0.25em 0.75em;
      }

    /* Header */

      #header {
        padding: 1em 0 3em 0;
      }

    /* Banner */

      #banner {
        padding: 6em 0;
        margin: 3em 0 0 0;
      }

    /* Intro */

      #intro {
        padding: 0;
      }

        #intro section {
          padding: 1em 2em;
        }

        #intro .middle:before {
          left: -12px;
        }

        #intro .middle:after {
          right: -12px;
        }

    /* Main */

      #main {
        padding: 30px 0;
      }

    /* Footer */

      #footer {
        padding: 3em 0;
      }

        #footer:before {
          height: 2.5em;
        }

        #footer header {
          margin: 0 0 1.5em 0;
        }

          #footer header h2 {
            font-size: 1.25em;
          }

    /* Copyright */

      #copyright {
        margin: 0;
      }

  }

/* Medium */

  #navPanel, #titleBar {
    display: none;
  }

  @media screen and (max-width: 980px) {

    /* Basic */

      html, body {
        overflow-x: hidden;
      }

    /* Box */

      .box footer ul.actions li {
        margin: 1em 0 0 0;
        display: block;
      }

        .box footer ul.actions li .button {
          width: 100%;
        }

        .box footer ul.actions li:first-child {
          margin-top: 0;
        }

    /* Header */


      #header {
          padding: 0.75em 0 3em 0;
      }

    /* Nav */

      #nav {
        display: none;
      }

    /* Intro */

      #intro {
        padding: 3em 0 0 0;
      }

        #intro section {
          position: relative;
          border-top: solid 1px #dfdfdf;
          margin: 0;
          padding: 40px 0 0 0;
        }

          #intro section.first {
            border-top: 0;
            padding-top: 0;
          }

          #intro section p {
            margin: 0;
          }

        #intro .middle:before, #intro .middle:after {
          display: none;
        }

        #intro footer {
          padding: 3em 0 0 0;
        }

          #intro footer ul.actions {
            margin-bottom: 0;
          }

    /* Main */

      #main {
        padding: 40px 0;
      }

    /* Copyright */

      #copyright ul.links {
        display: block;
      }

    /* Nav */

      #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
      }

      #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
        background: none;
      }

        #titleBar .toggle {
          width: 80px;
          height: 60px;
        }

          #titleBar .toggle:before {
            font-family: FontAwesome;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f0c9';
            display: block;
            position: absolute;
            left: 10px;
            top: 10px;
            width: 50px;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            color: #fff;
            text-align: center;
            background: rgba(150, 150, 150, 0.75);
            border-radius: 5px;
          }

          #titleBar .toggle:active:before {
            background-color: #969696;
          }

      #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        color: #858484;
        /* background-image: url("images/bg02.png");*/
        box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.35);
      }

        #navPanel .link {
          display: block;
          color: #888;
          text-decoration: none;
          height: 44px;
          line-height: 44px;
          border-top: solid 1px rgba(255, 255, 255, 0.05);
          padding: 0 1em 0 1em;
          font-style: italic;
        }

          #navPanel .link:first-child {
            border-top: 0;
          }

        #navPanel .indent-1 {
          display: inline-block;
          width: 1em;
        }

        #navPanel .indent-2 {
          display: inline-block;
          width: 2em;
        }

        #navPanel .indent-3 {
          display: inline-block;
          width: 3em;
        }

        #navPanel .indent-4 {
          display: inline-block;
          width: 4em;
        }

        #navPanel .indent-5 {
          display: inline-block;
          width: 5em;
        }

        #navPanel .depth-0 {
          color: #fff;
        }

      body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
      }

      body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
      }

      body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
      }

    .campaign-start-container .campaign-start-button {
      margin: 0 auto;
        position: relative;
        top: 1.6rem;
        left: 2%;
        transform: none !important;
        height: 7.75rem !important;
        background-color: rgba(0, 0, 0, 0.75);
        line-height: 3em;
        text-align: center;
        padding-left: 1rem !important;
        padding-top: 1em !important;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.5em;
        letter-spacing: 0.1em;
    }

  }

/* Small */

  @media screen and (max-width: 736px) {

    /* Basic */

      body, input, textarea, select {
        font-size: 11pt;
      }

      h2, h3, h4, h5, h6 {
        font-size: 1.25em;
      }

    /* Button */

      input[type="button"].large,
      input[type="submit"].large,
      input[type="reset"].large,
      button.large,
      .button.large {
        font-size: 1.1em;
        padding: 0.65em 1.5em 0.65em 1.5em;
      }

    /* Actions */

      ul.actions li {
        margin: 1em 0 0 0;
        display: block;
      }

        ul.actions li .button {
          width: 100%;
        }

        ul.actions li:first-child {
          margin-top: 0;
        }

    /* Section/Article */

      section, article {
        margin-bottom: 20px;
      }

      header {
        margin: 0 0 0em 0;
      }

      footer {
        margin: 2em 0 0 0;
      }

    /* Box */

      .box {
        padding: 25px 15px 20px 15px;
      }

        .box .image.featured {
          left: 15px;
          top: 15px;
          margin: -40px 0 40px -30px;
        }

        .box.post header {
          padding-top: 0;
          margin: 0 0 1em 0;
        }

        .box.post h2 {
          font-size: 1.5em;
          line-height: 1.5em;
        }

        .box.post header > p {
          margin-top: 0;
          font-size: 1em;
        }

    /* Divided */

      ul.divided li {
        padding: 0.5em 0 0.5em 0;
      }

    /* Contact */

      ul.contact li {
        padding: 0.8em 0 0.8em 7em;
      }

        ul.contact li h3 {
          top: 0.8em;
        }

    /* Dates */

      ul.dates li {
        padding-left: 6em;
      }

      ul.dates h3 {
        margin: 0 0 0.5em 0;
      }

    /* Links */

      ul.links li {
        display: block;
        padding: 0.25em 0 0 0;
        margin: 0.25em 0 0 0;
        border-left: 0;
      }

        ul.links li:first-child {
          padding-top: 0;
          margin-top: 0;
        }

    /* Social */

      ul.social li {
        margin: 0 0.5em 0.75em 0;
      }

    /* Icons */

      .icon.featured {
        width: 8em;
        margin: 0 0 3em 0;
        cursor: pointer;
      }

        .icon.featured:after {
          border-left: solid 4em transparent;
          border-right: solid 4em transparent;
        }

    /* Header */

      #header {
        text-align: center;
        padding: 1em 0;
      }

        #header h1 {
          color: #252122;
          font-weight: 900;
          font-size: 1.75em;
          letter-spacing: -0.035em;
        }

    /* Intro */

      #intro {
        padding: 2em 0 0 0;
      }

        #intro section {
          padding: 40px 0 0 0;
          margin: 20px 0 0 0;
        }

        #intro h2 {
          font-size: 1.25em;
        }

    /* Banner */

      #banner {
        padding: 6em 0;
        margin: 2em 0 0 0;
      }

        #banner header {
          padding: 1.5em 1em 1.5em 1em;
          display: block;
          border-radius: 0;
        }

          #banner header h2 {
            font-size: 1.5em;
            line-height: 1.5em;
            margin: 0 0 0.25em 0;
          }

          #banner header p {
            font-size: 1.2em;
          }

    /* Main */

      #main {
        padding: 20px 0;
      }



    /* Footer */

      #footer {
        padding: 40px 0 20px 0;
      }
  }
