@font-face{
  src: url(../fonts/PlutoTVSansV10-SemiBold.otf);
  font-family: PTV;
}

.bottom-position {
  position: absolute;
  bottom: 0px;
  left: 100px;
}
/*NAV CSS*/

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none;
  }
}

[data-sticky] {
  width: 100%;
}

.sticky-container {
  z-index: 5;
}
.title-bar, .top-bar, .top-bar ul {
  background-color: #0A0A0A;
}
.menu .menu-text {
  padding: 0em 1.5rem;
}
.dropdown.menu > li > a {
  padding: 0em 1.5rem;
}
/*end of NAV CSS*/
/*Nav - styling logo size*/
.nav-mobile-logo svg {
  cursor: pointer;
  text-align: right;
  width: 85px;
}
.nav-logo svg {
  width: 50%;
  text-align: right;
}
.title-bar {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 0.5rem 0.9375rem;
}
.top-bar a {
  color: #F6AB93;
  font-family: "franklin-gothic-urw", sans-serif;
}
.top-bar a:hover {
  color: #9A3420;
  cursor: pointer;
}
.active {
  color: #61D3FA;
}
/*end of Nav - styling logo size*/

p {
  color: #0A0A0A;
  font-size: 14px;
  font-family: "franklin-gothic-urw", sans-serif;
}
.margin-top-footer-thanks {
  margin-top:25%;
}
.no-pad {
  padding: 0px !important;
}
.clear-btm-margin {
    margin-bottom:0px;
  }
.project-nav-links {
  color: #61D3FA;
}
.proj-active {
  color: #F6AB93;
}
.project-nav-links:hover {
  color: #9A3420;
}
.project-nav-links-active {
  color: #006788;
}
.container {
  position: relative;
  
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  
}
.lightpinkbg {
  background-color: #F6AB93;
}
.darkredbg {
  background-color: #9A3420;
}
.darkbluebg {

  background-color: #006788;
}
.lightbluebg {

  background-color: #61D3FA;
}

.container:hover .overlay {
  opacity: 1;
}

.text-lightpinkbg {
  color: #9A3420;
  font-size: 20px;
  font-family: "franklin-gothic-urw", sans-serif;
  /*font-weight: 900;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-darkredbg {
  color: #F6AB93;
  font-size: 20px;
  font-family: "franklin-gothic-urw", sans-serif;
  /*font-weight: 900;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-darkbluebg {
  color: #61D3FA;
  font-size: 20px;
  font-family: "franklin-gothic-urw", sans-serif;
  /*font-weight: 900;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-lightbluebg {
  color: #006788;
  font-size: 20px;
  font-family: "franklin-gothic-urw", sans-serif;
  /*font-weight: 900;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


#home {
  background-color: #FFFEFE;
}
.small-m-bottom {
  margin-bottom: 2rem;
}
.small-m-top {
  margin-top: 2rem;
}
.mobile-m-top {
  margin-top: 2rem;
}
.margin-bottom-2 {
  margin-bottom: 2rem;

}

/*h1 {
    color: #9A3420;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
}*/
.pink-underline {
  color: #9A3420;
  display: inline-block;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 10px 1.5rem 0px;
  position: relative;
  text-transform: lowercase;
  transition: all .3s;
  z-index: 1;

}
.pink-underline:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 18%;
  background-color: #F6AB93;
  z-index: -2;
}
.close-button {
  color: #f6ab93;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  left: 0px;
  margin:0 auto;
  position: relative;
  text-align: center;
  top: 0px;
  vertical-align: middle;
  width: 20px;
}
.close-button:hover {
  color: #9A3420;
}
.menu-icon::after {
  background: #f6ab93;
  -webkit-box-shadow: 0 7px 0 #f6ab93, 0 14px 0 #f6ab93;
  box-shadow: 0 7px 0 #f6ab93, 0 14px 0 #f6ab93;
}
.menu-icon:hover::after {
  background: #9A3420;
  -webkit-box-shadow: 0 7px 0 #9A3420, 0 14px 0 #9A3420;
  box-shadow: 0 7px 0 #9A3420, 0 14px 0 #9A3420;
}
.p-top {
  padding-top: 2rem;
}
.p-top-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/*footer*/

.marketing-site-footer {
  
  /*color: #8aa0ae;*/
  padding: 0px 0px 0px;
}

.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #fefefe;
}

.marketing-site-footer .column-block {
  margin-bottom: 30px;
}

.marketing-site-footer > .row {
  margin-bottom: 1rem;
}
.linked-in {
  width: 44px;
  color: ##006788;
}
.linked-in:hover, .linked-in:active {
  color:#9A3420;
}
.project-nav-links-p {
  margin: 0 4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .marketing-site-footer .columns {
    margin-bottom: 2rem;
  }
}

.marketing-site-footer-name {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.marketing-site-footer-title {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.marketing-site-footer-block .fa {
  font-size: 2rem;
  color: #020304;
}

.marketing-site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem;
}

.marketing-site-footer-bottom {
  background: transparent;
  padding: 1rem 0;
}

.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
  margin-bottom: 0;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #8aa0ae;
}
.t-l-medium {
  text-align: center;
  padding-bottom: 0rem;
}
.t-r-medium {
  text-align: center;
  padding-top: 0rem;
}
.footer-text p {
  font-family: "franklin-gothic-urw", sans-serif;
  color: #006788;
  font-size: 14px;

}
.footer-text i {
  color: #006788;
  font-size: 44px;

}
.footer-text i:hover {
  color: #9A3420;
}
.menu a {
  padding: 0px .5rem;
}
.footer-logo-hover-state:hover .logo-whitebg-hover {
  fill: #61D3FA;
}
.footer-logo-hover-state:hover .logo-whitebg_underline-hover {
  fill: #006788;
}
.nav-logo-hover-state:hover .logo-blkbg_underline-hover {
  fill: #61D3FA;
}
.nav-logo-hover-state:hover .logo-blkbg-hover {
  fill: #006788;
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center;
  }
}
/*--- Pluto TV Web Page -----*/
.plutotv-button {
  border-radius: 10rem;
  color: #000;
  display: inline-block;
  font-family: PTV, 'Poppins', sans-serif;
  font-size: 1.375rem;
  letter-spacing: .009rem;
  overflow: hidden;
  padding: .42rem 2.5rem .67rem;
  position: relative;
  text-decoration: none;
  transition: all .3s;
  z-index: 1;
}
.plutotv-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffde2b;
  border-radius: 10rem;
  z-index: -2;

}
.plutotv-button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #5e00ff;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}
.plutotv-button:hover {
  color: #fff;
}
.plutotv-button:focus {
  color: #000;
}
.plutotv-button:focus:before {
  color: #fff;
}
.plutotv-button:hover:before {
  width: 100%;
}


.plutotv-button2 {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: PTV, 'Poppins', sans-serif;
  font-size: 1.375rem;
  letter-spacing: .009rem;
  overflow: hidden;
  padding: .42rem 2.5rem .67rem;
  position: relative;
  text-decoration: none;
  transition: all .3s;
  z-index: 1;
}
.plutotv-button2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  z-index: -2;

}
.plutotv-button2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #5e00ff;
  transition: all .3s;
  border-radius: 5px;
  z-index: -1;
}
.plutotv-button2:hover {
  color: #fff;
}
.plutotv-button2:focus {
  color: #fff;
}
.plutotv-button2:focus:before {
  color: #fff;
}
.plutotv-button2:hover:before {
  width: 100%;
}


.padding-1rem {
  padding-bottom: 1rem;
}
.centerME {
  text-align: center !important;
}
/*--Outside Ordinary*/
h6 {
  color: #979797;
  font-size: 8px;
  font-family: "franklin-gothic-urw", sans-serif !important;
  font-style: italic;

}
.green {
  background-color: #115442;
}
.red {
  background: #892D1A;
}
.blue {
  background-color: #0B5177;
}
.purple {
  background-color: #5B3478;
}
.conditions {
  background-color: #59033F;
}
.black {
  background-color: #111212;
}
.h15rem{
  height: 5rem;
}
.button-OO, .button-OO:focus {
background-color: transparent !important;
box-shadow: inset 0px 0px 0px 4px #006788 !important;
border-radius: 0px !important;
font-family: "franklin-gothic-urw", sans-serif !important;
font-size: 1rem !important;
font-weight: 900;
letter-spacing: 1px;
padding: 1rem 1.5rem !important;
transition: 0.09s ease-in !important;
position: relative;
}
.button-OO:hover  {
box-shadow: none !important;
color: #9A3420 !important;

}
.button-OO:before {
  content: "";
  position: absolute;
  background: #F6AB93;
  border: none;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: right 0.15s ease-in;
}
.button-OO:hover:before {
  right: 0px;
}
.video {
  align-self: center;
}
.prototypelink:hover {
  background-color: #F6AB93;
}
/*----Contact Page-----*/ 
#contact {
  background-color: #00171D;
}
#contact .project-nav-links {
  color: #F6AB93;
}
#contact .proj-active {
  color: #006788;
}
#contact .project-nav-links:hover {
  color: #61D3FA;
}


.blue-underline {
  color: #61D3FA;
  display: inline-block;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 10px 1.5rem 0px;
  position: relative;
  text-transform: lowercase;
  transition: all .3s;
  z-index: 1;

}
.blue-underline:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 18%;
  background-color: #006788;
  z-index: -2;
}
h2 {
  font-size: 1.25rem !important;
}
.blue-underline-h2 {
  color: #61D3FA;
  display: inline-block;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 10px 1rem 0px;
  position: relative;
  text-transform: lowercase;
  transition: all .3s;
  z-index: 1;

}
.blue-underline-h2:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 18%;
  background-color: #006788;
  z-index: -2;
}

input {
  border-radius: 0px !important;
  border: none !important;
  color: #006788;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 14px;
  height: 3rem !important;
  padding: 1rem !important;
}
textarea {
  border-radius: 0px !important;
  border: none !important;
  color: #006788;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 14px;
  height: 300px;
  padding: 1rem !important;
  resize: none;
  transition: all 0.5s ease;
}
::placeholder  {
color: #F6AB93;
font-size: 14px;
font-family: "franklin-gothic-urw", sans-serif;
}
input[type=text], input[type=email] {
  color: #006788;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 14px;
  transition: all 0.5s ease;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
box-shadow: inset 0px 0px 0px 6px #61D3FA !important;
color: #9A3420;
font-size: 14px;
font-family: "franklin-gothic-urw", sans-serif;
}

.button {
background-color: transparent !important;
box-shadow: inset 0px 0px 0px 4px #61D3FA !important;
border-radius: 0px !important;
font-family: "franklin-gothic-urw", sans-serif !important;
font-size: 1rem !important;
font-weight: 900;
letter-spacing: 1px;
padding: 1rem 1.5rem !important;
transition: 0.09s ease-in !important;
position: relative;
}

.button:hover, .button:focus {
box-shadow: none !important;
color: #9A3420 !important;

}
.button:before {
  content: "";
  position: absolute;
  background: #F6AB93;
  border: none;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: right 0.15s ease-in;
}
.button:hover:before {
  right: 0px;
}
/*----Thanks Page-----*/ 

#thanks .button {
box-shadow: inset 0px 0px 0px 4px #F6AB93 !important;
color: #9A3420;
transition: 0.09s ease-in !important;
position: relative;
}

#thanks .button:hover, #thanks .button:focus {
box-shadow: none !important;
color: #006788 !important;

}
#thanks .button:before {
  content: "";
  position: absolute;
  background: #61D3FA;
  border: none;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: right 0.15s ease-in;
}
#thanks .button:hover:before {
  right: 0px;
}

/*end of footer*/
/* Medium and up */
@media screen and (min-width: 40em) {
  /*h1 {
    font-size: 24px;
    padding-bottom:0px;
    padding-top: 20px;
  }*/
  /*.pink-underline {
  width: 26%;
  }*/
  p {
    font-size: 15px;
  }
  .p-top {
    padding-top: 0px;
  }
  .p-top-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md-margin-top-1 {
    margin-top:1rem;
  }
  .md-margin-bottom-1 {
    margin-bottom:1rem;
  }
  .md-margin-top-2 {
    margin-top:2rem;
  }
  .md-margin-bottom-2 {
    margin-bottom: 2rem;
  }
  .md-padding-top-2 {
  padding-top: 2rem;
  }
  .md-padding-bottom-2 {
    padding-bottom: 2rem !important;
  }
  .mobile-m-top{
  margin-top: 0px;
  }
  /*clear padding medium*/
  .no-pad-md {
  padding: 0px !important;
  }
  .small-m-bottom {
  margin-bottom: 0rem !important;
}
.small-m-top {
  margin-top: 0rem !important;
}
  /*.md-margin-top-20 {
    margin-top:20rem;
  }*/
  .t-l-medium {
    text-align: left;
    padding-bottom: 0px !important;
    padding-left: 2rem;
  }
  .t-r-medium {
    text-align: right;
    padding-top: 0px !important;
    padding-right: 2rem;
  }
  .marketing-site-footer {
    padding-top: 2rem;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .h15rem{
  height: 8rem;
  }
}

/* ipad Pro and up (1024)*/
@media screen and (min-width: 64em) {
  /*.pink-underline {
  width: 18%;
  }*/
  .h15rem{
  height: 15rem;
  }




}

/* iPad Pro only (1024) */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  

}
@media screen and (min-width: 90em) {
  video {
    width: 640px !important;
    height: 360px !important;
  }
}