/* BOILER-PLATE STYLING */
/* @font-face {
  font-family: 'Avenir Book';
  src: url("../font/AvenirLTStd-Book.otf");
 
  font-weight: 400
}
@font-face {
  font-family: 'Avenir Medium';
  src: url("../font/AvenirLTStd-Medium.otf");
  font-weight: 700
} */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 100%;

  background: white !important;
 font-family: "Avenir Book","Helvetica Neue",Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6, p {
  margin:0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica,  sans-serif;
  font-weight: 400;
}

p, a, a:hover, input, label, textarea {
 
  text-decoration: none;
}

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

section {
  padding: 10px 0;
  /* color: white; */
}
strong{
 font-family: avenir next;
}
  section h1 {
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
  }
  section.blank {
    background: white;
  }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #606060;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #606060;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #606060;
}
:-moz-placeholder { /* Firefox 18- */
  color: #606060;
}
div.content {
  /* max-width: 1000px; */
  margin: 0 auto 0 auto;
 /*  width: 90%; */
}

.flex {
  display: flex;
  width: 100%;
}
/* HEADER */


  header.account {
    background-image: url('images/CAMPAIGN_GETONTHEGO_ACCOUNT.png') !important;
    background-repeat: no-repeat;
  }
  header.press {
    background-image: url('images/CAMPAIGN_GETONTHEGO_PRESS.png') !important;
    background-repeat: no-repeat;
  }
  #header a {
  /*   color: black !important; */
    font-family: avenir medium;
 
  }
  header.landing img.banner {
    height: 249px;
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
  }
  header #logo {
    height: 100px;
    margin: 0 auto;
    display: inline;
  
    position: relative;
  }
  header.profile_pic, header.default {
    background-image: url('images/Default_Background.png');
    background-size: 100% auto;
  }
  header i#down {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 30px;
    color: black;
    font-size: 50px;
    left: 50%;
    width: 100px;
    text-align: center;
    margin-left: -50px;
  }
    header i#down:hover {
      opacity: 0.6;
    }
    header.profile_pic #logo {
      border-radius: 40px;
      border: 3px solid white;
    }
    .header-inner {
    height: 100%;
}
  p.menu_link {
 /*    position: fixed;
    top: 27px; */
   color: black;
       float: right;
       font-size: 14px;
   /*     font-weight: 700; */
       letter-spacing: 1px;
       position: fixed;
       right: 30px;
       text-transform: uppercase;
       top: 16px;
       transition: all 0.5s ease 0s;
       z-index: 999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s
  }
  .shifted {
    left: 280px !important;
  }
  #filter-toggle {
    color: #606060 !important;
    cursor: pointer;
  }
    #filter-toggle:hover {
      color: black !important;
    }
  #filter {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #f1f4f7;
    width: 100%;
    text-align: center;
    padding: 30px;
  }
    #filter h2 {
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 14px;
    }
    #filter ul {
      list-style: none;
      padding: 15px 0 0 0;
      margin: 0;
      font-size: 14px;
    }
      #filter ul li {
        font-size: 14px;
        color: #606060;
        display: inline-block;
        cursor: pointer;
        margin: 0 15px;
      }
        #filter ul li:hover {
          color: black;
        }
      #filter #close {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 14px;
        color: #606060;
        cursor: pointer;
      }
        #filter #close:hover {
          color: black;
        }
  /*
  nav#main-nav ul li > a, .open-nav .text {
    font-family: Arial;
  }
  .open-nav {
    margin: 0 20px 0 0;
    float: left;
  }
  nav#main-nav ul li > ul.submenu > li a {
    color: white;
  }
  */
.home a.showbtn {
  color:#f5f5f5!important;
}
a.showbtn {
  color:#fff!important;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px !important;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.mobile_hide {
  display: inline-block;
}
.mobile_show {
  display: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #page-content-wrapper {
        position: relative;
      }
    #page-content-wrapper.home {
        position: relative;
        height: 100vh;
        background-color: #fdb913;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* LANDING PAGE */
#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  width: 100%;
  padding: 15px;
   margin-top: 40px;
  -webkit-column-gap:   0px;
  -moz-column-gap:      0px;
  column-gap:           0px;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  border-radius: 28px;
  padding: 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* LOGIN PAGE */
section.login h1 {
  color: black
}
section.login form {
  margin-top: 35px;
}
p.tabs, p.sort {
  text-align: center;
  margin: 30px;
  font-size: 12px;
  color: black !important;
}
  p.tabs span, p.sort span {
    cursor: pointer;
  }
  p.tabs a {
    color: black
  }
section.login input {
  font-size: 12px;
  display: block;
  height: 40px;
  padding-left: 7px;
  border: 1px solid transparent;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  left: 50%;
  position: relative;
  margin: 0 0 10px -135px;
}
section.login input[type="text"], section.login input[type="password"], section.login input[type="email"] {
  border-bottom: 3px solid black;
  color: black;
}
section.login input[type="submit"] {
  color: white;
  cursor: pointer;
  background: #606060;
}

/* SETTINGS PAGE */
section.settings .input-field {
  width: 270px;
  left: 50%;
  position: relative;
  margin: 0 0 10px -135px;
}
section.settings input[type="text"], section.settings input[type="password"], section.settings input[type="email"] {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #f1f1f1;
  color: black;
}
section.settings label {
  padding: 5px 0 0 10px;
  display: block;
  border-left: 3px solid black;
  color: black;
  font-size: 12px;
  font-weight: normal;
}
section.settings label.file_upload {
  display: block;
  cursor: pointer;
  color: white;
  font-size: 12px;
  background: #fdb913;
  text-align: center;
  font-weight: normal;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid white;
  overflow-wrap: break-word;
}
  section.settings label.uploaded {
    background: white !important;
    color: black !important;
    border: 1px solid #fdb913;
  }

/** bvnotification **/
.bvnotificaiton {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 0;
    color: #FFFFFF;
    background: #676767;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}
.bvnotificaiton.active {
    height: 40px;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}
.bvnotificaiton .msg {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
}
.bvnotificaiton .msg a {
    text-decoration: underline;
    color: #f5f5f5;
}
.bvnotificaiton .btn_close {
    position: absolute;
    top: 6px;
    right: 30px;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.txt-uppercase {
  text-transform: uppercase;
}
/* DASHBOARD */
section.dashboard {
 /*  background: #f1f4f7; */
}
section.dashboard h1 {
  color: black;
}
  section.dashboard #chart {
    float: none;
    margin-top: 15px;
  }
  section.dashboard #todo .task {
    background: white;
    font-size: 12px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 15px 20px 15px;
  }
  section.dashboard #todo .task .info {
    padding: 20px;
  }
  section.dashboard #todo .task .info p {
    color: black;
    line-height: 20px;
  }
  section.dashboard #todo .task .info p span.status {
    float: right;
    font-weight: bold;
  }
    section.dashboard #todo .task .info p span.no {
      color: red;
    }
    section.dashboard #todo .task .info p span.yes {
      color: green;
    }
  section.dashboard #todo .task .make-post {
    padding: 20px;
    background: #cccccc;
    display: none;
  }
    section.dashboard #todo .task .make-post .other-fields {
      display: inline-block;
      width: 200px;
    }
      section.dashboard #todo .task .make-post textarea {
        resize: none;
        width: 100%;
        height: 165px;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        border-radius: 3px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; 
        box-sizing: border-box; 
        color: black;
        border:none;
      }
      section.dashboard #todo .task .make-post p {
        font-size: 12px;
        margin-bottom: 10px;
        color: black;
      }
      section.dashboard #todo .task .make-post .checkbox label {
        background: white;
        padding: 10px 0;
        margin-bottom: 5px;
        display: block;
        text-align: center;
        color: black;
        cursor: pointer;
        border-radius: 3px;
        width: 200px;
      }
        section.dashboard #todo .task .make-post .checkbox label[for="facebook"].selected {
          background: #3b5998;
          color: white;
        }
        section.dashboard #todo .task .make-post .checkbox label[for="twitter"].selected {
          background: #0084b4;
          color: white;
        }
        section.dashboard #todo .task .make-post .checkbox label[for="instagram"].selected {
          background: #8a3ab9;
          color: white;
        }
      section.dashboard #todo .task .make-post .checkbox input[type="checkbox"] {
        display: none;
      }
      input[type="file"] {
        display: none !important;
      }
      section.dashboard #todo .task .make-post label.file_upload {
        display: block;
        cursor: pointer;
        color: black;
        font-size: 12px;
        background: white;
        width: 200px;
        text-align: center;
        font-weight: normal;
        padding: 10px;
        border-radius: 3px;
        border: 1px solid white;
        overflow-wrap: break-word;
      }
        section.dashboard #todo .task .make-post label.uploaded {
          background: #fdb913 !important;
          color: white !important;
          text-transform: uppercase;
        }
      section.dashboard #todo .task .make-post input[type="submit"] {
        margin: 10px 0 0 0;
        width: 100%;
        color: white;
        cursor: pointer;
        background: #606060;
        border: none;
        height: 40px;
        font-size: 12px;
        border-radius: 3px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
      }

@media (max-width: 768px) {
  .flex {
    display: block;
  }
  div.content {
    margin: 35px 30px 0 30px;
    width: auto;
  }
  .mobile_hide {
    display: none;
  }
  .mobile_show {
    display: block;
  }
  #header p {
  /*   font-size: 2em; */
  }
  section.dashboard #todo .task .info p span.status {
    float: none;
    margin-left: 5px;
  }
  section.dashboard #todo .task .make-post .other-fields {
    width: 100%;
    margin: 20px 0 0 0;
  }
  section.dashboard #todo .task .make-post textarea {
    width: 100%;
  }
  section.dashboard #todo .task .make-post .checkbox label, section.dashboard #todo .task .make-post label.file_upload {
    width: 100%;
  }
  header.landing {
    background-size: 100% auto !important;
    background-image: url('images/Main_Background.png');
  }
    header.landing img.banner {
      display: none;
    }
    header.account {
      background-image: url('images/CAMPAIGN_GETONTHEGO_ACCOUNT.png') !important;
    }
    header.press {
      background-image: url('images/CAMPAIGN_GETONTHEGO_PRESS.png') !important;
    }
  header.profile_pic, header.default {
    background-size: 100% auto;
  }
  #filter-toggle {
    font-size: 14px !important;
  }
  #filter ul li {
    display: block;
  }
}

/* PROFILE PAGE */

section.profile h1 {
  color: black;
}
  .panel {
    font-size: 12px;
  }
  .panel .fa {
    font-size: 35px;
  }
  .col-md-3, .col-sm-6 {
    padding: 0 25px;
  }
  #post_feed .post {
    padding-bottom: 30px;
  }
    #post_feed .post .panel {
      background: white;
      border: 1px solid #606060;  
      color: black;
    }
    #post_feed .post .posted_on {
      padding: 15px;
      text-align: center;
    }
      #post_feed .post .posted_on a {
        color: white;
      }
      #post_feed .post .posted_on i.fa {
        font-size: 18px;
        margin: 0 5px;
        color: #606060;
      }
    #post_feed .post .post_content {
      background-color: white;
    }
      #post_feed .post .post_content .post_image {
        height: 200px;
        width: 100%;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        vertical-align: top;
      }
      #post_feed .post .post_content .post_text {
        padding: 20px;
        text-align: center;
      }

.meta_page h1, .meta_page h2 {
  color: black;
}
  .meta_page h2 {
    margin-bottom: 20px;
  }
  .meta_page a {
    color: #606060;
  }
    .meta_page a:hover {
      color: black;
    }
  .meta_page h4 {
    margin: 20px 0;
  }
  .meta_page p, .meta_page h4 {
    color: black;
  }
  .meta_page article {
    margin-bottom: 35px;
  }
  .meta_page i {
    color: black;
  }
.brief {
  border: 1px solid #f1f4f7;
  border-radius: 3px;
  padding: 20px;
  display: flex;
  margin-top: 20px;
}
  .brief i {
    padding: 0 10px 0 0;
  }

/* DIRECTORY */
section.directory h1 {
  color: black;
}
  section.directory .person {
    display: inline-block;
    margin: 25px;
    width: 200px;
  }
    section.directory .person img {
      border-radius: 1000px;
    }
    section.directory .person .stats {
      color: black;
      text-align: center;
      margin-top: 20px;
    }
/* legal */
a {
    text-decoration: none;
    color: #333;
}
#legal ol a {
    font-size: 14px;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  /* border-bottom: 1px dotted black; */
}
/*
 #legal a:active, a:active, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, #legal a:visited, a:visited, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, a:active, a:visited, #legal > div > ol > a:visited, a:visited {
    color: #787878;
} */

#legal a:hover{
  border-bottom: 1px dotted #333; 
  color:#333;
}
#cookie-law-info-bar a {
  text-decoration: underline;
  font-weight: 550;
}


#cookie-law-info-bar a:hover{
  border-bottom: 1px dotted rgb(95, 95, 95); 
  text-decoration:none;
}

#icon-holder > a:hover .text {
  text-decoration: underline dotted #f5f5f5!important;
}

/* fix arrow font size */
#legal > div:nth-child(1) > h2 > a {
  font-size: 1em;
}

#legal div {
    padding: 0 15px;
}
#legal h2, #vplayer h2 {
    font-family: 'Raleway', sans-serif;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 200;
}
#legal p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
#legal h3 {
    font-family: 'Raleway', sans-serif;
    margin-top: 40px;
    padding: 15px 0;
    font-weight: 200;
    border-top: 1px solid black;
}
.left #icon-holder {
  padding-left: 5px;
}
#icon-holder .text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: right;
    padding-right: 20px;
}
.left #icon-holder .text {
    line-height: 26px;
    margin-left: 22px;
    padding-top: 6px;
    font-size: 15px!important;
    padding-right: 0;
}
    #icon-holder .share a:hover {
        color:white;
    }
#icon-holder > i, #icon-holder > span > i {
    font-size: 21px!important;
    padding-top: 6px;
    margin-left: 4px;
    color: white!important;
    transition: opacity 0.5s ease-in-out;
}
#icon-holder:hover i, #icon-holder:hover img {
    opacity: 0;
    font-size: 21px!important;
    transition: opacity 0.5s ease-in-out;
}
#icon-holder:hover .text {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.home #icon-holder i, .home #icon-holder:hover img {
    transition: opacity 0.5s ease-in-out;
    color: #f5f5f5!important;
    height: 21px;
    /*padding-top: 6px;*/
    margin-left: 4px;
    /*font-size: 21px!important;*/
}
 .home #icon-holder .text {
    transition: opacity 0.5s ease-in-out;
    color: #f5f5f5!important;
    height: 21px;
    margin-left: 22px;
    padding-top: 6px;
}
 .home .right #icon-holder:hover img, .home .right > p:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
    font-size: 17px;
    webkit-filter: invert(92%);
    filter: invert(92%);
    display: block;
    margin-top: 7px;
    float: right;
    margin-right: 0px;
    height: 19px;
}
.home .right #icon-holder .text   {
    padding-right: 35px;
  }
 .right #icon-holder .text   {
    font-size: 15px;
    width: 100%;
    line-height: 25px;
    padding-right: 15px;
    padding-top: 4px;
    color: white;
    transition: opacity 0.5s ease-in-out;
    }
    .fa-envelope:before {
        font-size: 23px!important;
    }
    .left #icon-holder i:hover {
        text-decoration: none!important;
    }
    .fa-envelope:before {
    content: "\f0e0";
}
.sticky-footer {
    background-color: #fdb913;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    height: 96px;
}
.footer-large {
    font-size: 1.5em;
    display: block;
}
.footer-small {
    font-size: 1.2em;
    display: block;
}
.sticky-footer .col-sm-2, .sticky-footer .col-sm-3, .sticky-footer .col-sm-4, .sticky-footer .col-sm-5{
    height: 32px;
    margin-top: 20px;
}
.sticky-footer .col-sm-6 {
    height: 45px;
    margin-top: 28px;
    padding-left: 4vw;
}
.sticky-footer .col-sm-3 > a:nth-child(1) {
    float: right;
    margin-right: 15px;
}
#email-signup {
    background-color: transparent;
    padding: 3.2px .5em;
    border-radius: 3px;
    border: 0px;
    margin-left: 10px;
    font-size: 1.2em;
    margin-top: -4px;
    color: white;
    border: 1px solid white;
    margin-top: 0;
}
#email-signup:hover {
  background-color:#ccc;
  border:none;
  padding: 3px .55em;
}
#demo-input {
    width: 291px;
    height: 2em;
    float: left;
    border: none;
    padding-left: 5px;
    background-color:white;
    border-radius: 0;
    color: black;
    border-radius: 3px;
  border: 0;
}
#demo-input .mc-field-group input[type="email"]::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #ccc!important;
    margin-left: 15px;
}
#mce-EMAIL {
  padding-top: 5px;
  margin-left: 15px;
  color:black;
}
.form-control:focus {
  box-shadow: none!important;
}
.mc-field-group::placeholder {
    text-transform: uppercase;
    color: #ccc;
    margin-left: 15px;
}
#cookie-law-info-again.hasfooterbg {
    font-size: 10pt;
    margin: 0;
    padding: 2px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    background-color: transparent!important;
    border: none!important;
    border-image: initial;
    color:white!important;
}
#cookie-law-info-again.nofooter {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    position: fixed;
    font-family: Helvetica, sans-serif;
    padding: 2px 10px;
    bottom: 0px;
    right: 0%;
    border-color: rgb(235, 235, 235) rgb(235, 235, 235) currentcolor;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    border-image: none 100% / 1 / 0 stretch;
    }
/*#email-signup {
    background-color: black;
    padding: .3em .5em;
    border-radius: 3px;
    border: 0px;
    margin-left: 15px;
    font-size: 1.3em;
    border-radius: 0;
    color:white;
}*/
.col-sm-2 > a:nth-child(1) > img:nth-child(1) {
      filter: brightness(0) invert(1);
}
.col-sm-2 > img{
  filter: brightness(0) invert(1);
}

.sticky-footer .btn_close {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 18px;
    color: white;
    font-family: sans-serif!important;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sticky-footer .hide{
    visibility: hidden;
}
.sticky-footer .show {
    visibility: visible;
}

/*Utilities*/
.hide {

    display: none !important;

}

/*new responsive*/


@media (max-width: 768px) {

    .email {
        display: initial;
        margin-bottom: 10px;
    }
    #how-container {
        background: url(../images/ST_mobile_back1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    }
    .logo-ST {
        width: 230px;
    }
    #mcform {
        width: 60%;
        top: calc(50% - 30%);
        left: calc(50% - 30%);
    }
    #mc_embed_signup_scroll {
      margin: 0 auto;
      width: 50vw;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      justify-content: center;
    }
    .mc-field-group, form .clear.mb10 {
        display: inline-block;
    }
    #demo-inputL {
            width: 48vw;
            float: none;
    }
    .sticky-footer .col-sm-3 > a:nth-child(1) {
        float: left;
        margin-right: 15px;
    }
    .sticky-footer {
        height: 180px;
    }
    .sticky-footer .col-sm-5{
        /*width: 70%;*/
        padding-top: 13px;
    }
    .footer-small{
        text-align: center;
        display: block;
        font-size: 1.3rem;
    }
    .more-below img{
        margin-top: 22px;
    }
    #page > div.sticky-footer.show > div.col-sm-5 {
        margin: 0;
    padding-right: 0;
    }
    /*.sticky-footer .btn_close {
        top: -125px;
        right: 10px;
    }*/
    .footer-large {
        font-size: 1.3em;
        margin-top: 10px;
        text-align: center;
    }
    #demo-input {
        width: 48vw;
        float: none;
    }
    #email-signup {
      /* margin-top: -4px;
      margin-left: 5px; */
    }
    .col-lg-5 > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
        width: 70%;
    }
    .col-lg-5{
        padding: 0;
    }
    .backnotification .btn_close, .bvnotification .btn_close {
      right: 15px!important;
    }
    /*.sticky-footer .btn_close {
        top: -145px;
        right: 15px;
    }*/
    .footer-large {
        font-size: 1.3em;
        margin-top: 10px;
    }
    .sticky-footer .col-sm-2, .sticky-footer .col-sm-3, .sticky-footer .col-sm-4, .sticky-footer .col-sm-5 {
        height: auto;
        margin-top: 10px;
    }
   .home .right > p:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
      -webkit-filter: invert(92%);
      filter: invert(92%)!important;
      display: block;
      margin-left: 7vw!important;
      margin-top: 8px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (min--moz-device-pixel-ratio:0) {
    #mc_embed_signup_scroll {
        margin: auto;
        width: 63vw;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    .sticky-footer .btn_close {
        top: -125px;
        right: 10px;
    }
    #demo-input {
        width: 42vw;
        float: none;
    }
}
@media (min-width: 480px) and (max-width: 1024px){
    div.col-sm-3:nth-child(2) {
        width: 25%;
        float: left;
    }
    .sticky-footer .col-sm-5{
        padding-top: 0;
    }
    
    /*#email-signup {
      margin-top: 0!important;
    }*/
}
@media (max-width: 480px){
    #mcform {
        width: 100%;
        left: 0;
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width:1024px) { 
    .footer-large {
        font-size: 1.15em;
    }
    #demo-input {
      width: 24vw;
    }  
}