@media (min-width: 320px) and (max-width: 767px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#background-video {
  background-size: cover;
}

.nav-visible {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease 2.3s;
    -webkit-transition: -webkit-transform ease 400ms;
    transition: -webkit-transform ease 400ms;
    transition: transform ease 400ms;
    transition: transform ease 400ms, -webkit-transform ease 400ms;
  }
  
  .nav-fixed {
    position: fixed;
    -webkit-transform: translate3d(0, -76px, 0);
    transform: translate3d(0, -76px, 0);
    -webkit-transition: -webkit-transform ease 2s;
    -webkit-transition: -webkit-transform ease 400ms;
    transition: -webkit-transform ease 400ms;
    transition: transform ease 400ms;
    transition: transform ease 400ms, -webkit-transform ease 400ms;
  }
  #nav{
    margin-top: 0px;
  }
  
  @media (min-width: 320px) and (max-width: 767px) {
    #navbar {
      padding: 0;
    }
  }
  
  .navbar-fixed-top.scrolled {
    background-color: #040405 !important;
    -webkit-transition: all ease-in-out .35s !important;
    transition: all ease-in-out .35s !important;
  }
  
  .navbar-fixed-top {
    background: transparent;
  }
  
  @media (min-width: 320px) and (max-width: 767px) {
    .navbar-fixed-top {
      background: #040405;
    }
  }
  
  .nav-wrapper {
    margin: 0 auto;
  }
  
  @media (min-width: 320px) and (max-width: 767px) {
    .nav-wrapper {
      display: inline-block;
    }
  }
  
  nav {
    float: right;
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  nav ul li {
    float: left;
    position: relative;
  }
  
  nav ul li a,
  nav ul li a:visited {
    font-family: 'hulu_sans_regular', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    display: block;
    padding: 0 15px;
    line-height: 50px;
    height: 45px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
  }
  
  @media (min-width: 768px) and (max-width: 1023px) {
    nav ul li a,
    nav ul li a:visited {
      padding: 0 5px;
      font-size: 12px;
    }
  }
  
  @media (min-width: 320px) and (max-width: 767px) {
    nav ul li a,
    nav ul li a:visited {
      font-size: 16px;
    }
  }
  
  nav ul li a:hover,
  nav ul li a:visited:hover {
    color: #1ae381;
    text-decoration: none;
  }
  
  nav ul li a:not(:only-child):after,
  nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¾';
  }
  
  nav ul li ul li {
    min-width: 190px;
  }
  
  nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
  }
  
  #nav-toggle {
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }
  
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 20px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  #nav-toggle span:before {
    top: -7px;
  }
  
  #nav-toggle span:after {
    bottom: -7px;
  }
  
  #nav-toggle.active span {
    background-color: transparent;
  }
  
  #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
  }
  
  #nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  #nav-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  /* remove navbar button stying */
  .navbar-toggler {
    background: none;
    border: none;
    display: none;
    position: absolute;
    right: 40px;
    top: 25px;
    /* remove the blue outline when active or focused */
    /* basic styles for each icon bar */
    /* styles for when .navbar is closed */
  }
  #personality-attributes{
    margin-top: 74px;
  }
  #personality-attributes .align-center{
    margin-top: 22px;
  }
  #personality-attributes .pa-right{
    margin-top: 22px;
  }
  #personality-attributes .pa-right img{
    height: auto;
    width: 100%;
  }

  .color-container  {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .color-wrapper {
    display: flex;
    flex-basis: 33%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: space-around;
    margin-bottom: 30px;
    }
    
  .color-swatch {
    flex-basis: 66px;
    height: 66px!important;
    border-radius: 50%;
    width: 66px !important;
    padding: 0;
    margin-right: 24px;
  }

.color-details {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 170px;
}
.static-images{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.color-details h4{
  margin-bottom: 8px !important;
}
.three-image .color-details p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0 !important;
}
.two-image .safezone-p{
  margin-bottom: 35px !important;
}
.vessel-inner p{
  margin:  16px 0 19px !important;
}
#cta-section p.static-text, #av-toolkit-section p.static-text{
    margin: 16px 0 24px !important;
}
#cta-section h4, #av-toolkit-section h4{
  padding-top: 96px !important;
}
#cta-section h5, #av-toolkit-section h5{
  padding-bottom: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 22.263px;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #000000;
  font-family: 'Graphik-Bold';
}
#cta-section .col-md-6{
  padding-bottom: 24px;
}
#cta-section .col-md-6:last-child{
  padding-bottom: 0px;
}
.two-image, .three-image, .four-image{
  max-width: 100% !important;
}
#static_toolkit-section p.col-sm-12 {
    padding-bottom: 48px !important;
}
.static-images .col-md-4{
  margin-top: 48px;
}
#av-toolkit-section .av-images{
  margin-top: 24px;
}
.av-images video.sonic-image {
    border-radius: 0;
}
.av-images h5{
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 160% !important;
  letter-spacing: 0.01em !important;
  color: #000000;
  padding: 16px 0 0 !important;
}
.av-images div div{
  font-family: 'Graphik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #000000;
}

@media (min-width: 320px) and (max-width: 767px) {
  .navbar-toggler {
    display: block;
  }
  .allthetools{
    margin-top: -40px !important;
  }
}

.navbar-toggler:active, .navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* custom .navbar-dark .icon-bar background */
  /* .navbar open top .icon-bar rotated down 45ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
  /* .navbar open middle .icon-bar invisible */
  /* .navbar open bottom .icon-bar rotated up 45ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
}

.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
  background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
  background: #ffffff;
}

.navbar-toggler.collapsed .icon-bar {
  /* .navbar closed top .icon-bar no rotation - straight */
  /* .navbar open middle .icon-bar visible */
  /* .navbar open bottom .icon-bar no rotation - straight */
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.nav-mobile {
  float: right;
}

@media (min-width: 320px) and (max-width: 767px) {
  .nav-mobile {
    float: none;
    margin: 55px 0 0;
    padding: 10px 0 0 20px;
  }
}

.nav-mobile ul li {
  display: inline-block;
  clear: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .nav-mobile ul li {
    display: block;
    clear: both;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'hulu_sans_extra_bold', Helvetica, Arial, sans-serif !important;
  background-color: #fafafa !important;
  font-size: 17px;
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .col-sm-4 {
    padding-bottom: 20px;
  }
  .col-sm-4:last-of-type {
    padding-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .col-sm-mob {
    width: 49%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .col-sm-mob-l {
    float: left;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .col-sm-mob-r {
    float: right;
  }
}

.br-p {
  color: #040405;
  font-family: 'hulu_sans_regular', Helvetica, Arial, sans-serif !important;
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .br-p {
    display: inline;
  }
}

.anchor {
  position: absolute;
  margin-top: -80px;
}
a.to-top {
    display: none !important;
}

.note {
  padding: 3px 0 30px 0 !important;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #040405;
  transform: rotate(-0.21deg);
  font-family: 'Graphik-Regular';
  width: 90%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .note {
    width: 100%;
    padding: 5px 0 20px 0 !important;
  }
}

.note-b {
  padding: 3px 0 0 0 !important;
  width: 90%;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #040405;
  transform: rotate(-0.21deg);
  font-family: 'Graphik-Regular';
}
.logo-avoid .three-image .col-sm-4{
  padding-right: 24px;
}
#brand-guide-right a.download{
  display: none;
}
.typo-info{
  font-family: 'Graphik-Regular';
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #797D84;
  margin-top: 24px;
  display: block;
}
#primary-type-setting img.bigimg.type-desktop{
    margin: 77px 0 0 !important;
}
#primary-icon-setting{
  margin:96px -15px 0px;
}
#primary-icon-setting img{
  margin-bottom: 0px;
}
#primary-icon-setting .icon-info{
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}
#primary-icon-setting .icon-info b{
  font-family: 'Graphik-Bold';
}
#primary-icon-setting .col-sm-3 {
    padding-right: 7px;
}
#grid-section p.col-sm-9{
  padding-bottom: 55px !important;
  padding-top: 4px !important;
}
img.vessel-image {
    margin-top: 37px;
    margin-bottom: 100px;
}
.row.row-wrapper{
  max-width: 1600px;
  margin:0 auto !important;
}
.vessel-inner h3{
  font-size: 35.2727px !important;
  line-height: 125% !important;
  letter-spacing: -0.03em !important;
  padding: 0 !important;
  margin-bottom: 63px !important;
}
#illustration-section p.col-sm-9{
    padding-top: 4px !important;
    padding-bottom: 22px !important;
}
.illustration-inner h4{
  margin-bottom: 38px !important;
}
.illustration-inner .note-b{
  font-family: 'Graphik-Bold';
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}
.sonic-image{
  margin-top: 0;
  border-radius: 16px;
  width: 100%;
  height: auto;
}
#cta-section .col-sm-8{
  margin-top: 4px !important;
  margin-bottom: 24px !important;
}
#cta-section .note-b{
  font-family: 'Graphik-Bold';
}
.cta-btn-sect{
  margin-top: 100px;
}

.masthead .header-masthead{
  position: relative;
  z-index: 9 !important;
  margin-top: 116px;
  height: auto;
  max-width: 100%;
  margin-bottom: 105px;
  width: 100%;
}
body #loading{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #040405;
  z-index: 9999 !important;
  opacity: 1;
}
/*** Preloader CSS with safari support***/
body #loading img{
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 200px;
}
body.welcome-page{
  background: #040405 !important;
}
body.welcome-page .allthetools{
  background: transparent;
}
body.welcome-page img.welcome-img{
  z-index: 9;
  position: relative;
  width: 100%;
  max-width: 1248px;
  margin: -467px auto 125px;
}
body.welcome-page .masthead {
    max-height: 1000px;
    height: 1000px;
    justify-content: flex-start;
}
body.welcome-page .mast-overlay {
    height: 1000px;
}
body.welcome-page .masthead h1{
  margin-top: 181px;
}
h5.welcome-text {
    font-family: 'Graphik-Regular';
    font-size: 54px;
    line-height: 115%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
h5.welcome-text span{
  color: #1ae381;
}
#second-section{
    display: flex;
    align-items: flex-end;
    margin-bottom: 139px !important;
}
#second-section p{
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 10px !important;
}
#third-section p{
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  opacity: 0.9;
  font-family: 'Graphik-Regular';
  margin-top: 40px;
}
.col-xs-4.imag-sec {
    margin-bottom: 5.8em;
}
#third-section{
      padding-bottom: 70px;
}
.to-top img{
  max-width: 42px;
}
.vessel-inner .two-image .col-sm-6, #cta-section .two-image .col-sm-6{
  padding-left: 15px;
}
#first-section{
  text-align: center;
}

.hulu-logo-container {
  position: relative;
  width: 100%;
  clear: both;
}

@-webkit-keyframes slideInFromLeft {
  0% {
    transform: translateX(-25%);
    -webkit-transform:  translateX(-25%);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(25%);
  }
  100% {
    transform: translateX(0);
  }
}

/*#banner-1 {  
  animation: 1.5s ease-out 0s 1 slideInFromRight;
  -webkit-animation: 1.5s ease-out 0s 1 slideInFromRight;
}
#banner-2 {  
  animation: 1.5s ease-out 0s 1 slideInFromLeft;
  -webkit-animation: 1.5s ease-out 0s 1 slideInFromLeft;
}
#banner-3 {  
  animation: 2s ease-out 0s 1 slideInFromRight;
  -webkit-animation: 2s ease-out 0s 1 slideInFromRight;
}
#banner-4 {  
  animation: 1.5s ease-out 0s 1 slideInFromLeft;
  -webkit-animation: 1.5s ease-out 0s 1 slideInFromLeft;
}
#banner-5 {  
  animation: 1.5s ease-out 0s 1 slideInFromRight;
  -webkit-animation: 1.5s ease-out 0s 1 slideInFromRight;
}*/



@media(min-width: 1600px){
  .img-grid-row .img-grid-row-inner > figure img{
    height: 230px !important;
  }
}
@media(min-width: 2000px){
  .img-grid-row .img-grid-row-inner > figure img{
    height: 310px !important;
  }
}
@media(min-width: 769px) and (max-width: 1024px){
  .img-grid-row .img-grid-row-inner > figure img{
    height: 165px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .note-b {
    width: 100%;
    padding: 5px 0 20px 0 !important;
  }
}
@media(min-width: 992px) and (max-width: 1080px){
    #nav.affix-top {
      width: 170px !important;
      max-width: 220px;
  }
  #nav.affix{
      width: 170px !important;
      max-width: 220px !important;
  }
}
@media (max-width: 991px) {
  #navbar.scrolled:before, #navbar.open:before{
    background: #040405;
  }
  .masthead h1{
    font-size: 49px !important;
    line-height: 115% !important;
  }
  .masthead .masthead-subtitle{
    font-size: 25px !important;
    line-height: 125% !important;
    margin:8px 0 0 !important;
  }
  .masthead {
    max-height: 499px !important;
  }
  .section-title h3{
    font-size: 36px !important;
  }
  p, .note-b{
    font-size: 14px !important;
    line-height: 150% !important;
  }
  .logo-avoid .three-image .col-sm-4 {
    padding-right: 18px;
  }
  #primary-icon-setting .col-sm-3 {
    padding-right: 1.17px;
  }
  #navbarNav {
    max-height: 100% !important;
  }
  body .col-sm-9 {
    padding: 16px 0 16px 0 !important;
  }
  img.vessel-image {
    margin-top: 15px;
    margin-bottom: 72px;
  }
  .two-image-center {
    justify-content: center;
    align-items: center;
    margin-top: 96px;
    margin-bottom: 0px;
  }

  .logo-avoid .col-sm-9 {
    padding-bottom: 26px !important;
    padding-top: 16px !important;
  }
  .note{
    padding-bottom: 0px;
  }
  #color-section p.col-sm-9 {
    padding-top: 0px !important;
    margin-bottom: 10px !important;
  }
  #color-section .two-image-center {
    margin-top: 81px;
    margin-bottom: 0px;
  }
  #the-vessel-section .vessel-inner h3{
    font-size: 26.41px !important;
    max-width: 370px;
  }
  #personality-attributes .align-center {
    margin-top: 22px;
  }
  .logo-primary {
    margin-top: 59.22px !important;
  }
  body h4 {
    font-size: 20.62px !important;
  }
  .section-tools{
    padding: 60px 35px 60px !important;
  }
  .two-image .col-sm-6, .three-image .col-sm-6, .four-image .col-sm-6 {
    padding-right: 15px;
  }
  .section-tools{
    margin-bottom: 24px !important;
  }
  #primary-icon-setting img {
    margin-bottom: 0px;
  }
  #navbar{
    background: transparent;
  }
  #navbar:before{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.6) 0%, rgba(21, 21, 21, 0) 100%);
    display: block;
  }
  #navbarNav ul li.nav-item{
    float: none;
    display: block !important;
  }
  #navbarNav.in {
    display: block !important;
  }
  #navbarNav{
    width: 100%;
    max-width: 100%;
    margin: 90px auto 88px;
    text-align: center;
    border-radius: 16px;
    padding: 16px 32px;
    display: none !important;
    border-top: 0 !important;
    box-shadow: 0 0 0;
  }
  #navbarNav ul{
    width: 100%;
    max-height: 100vh;
    overflow: scroll;
    height: auto;
  }
  .navbar-toggler{
    display: block !important;
  }
  .nav-wrapper{
    width: 100%;
    text-align: center;
    padding:0 46px;
  }
  .navbar-nav li a {
    padding: 16px 0 !important;
    font-family: 'graphik-regular' !important;
    font-size: 14px !important;
    line-height: 22px !important;
    text-align: center;
    letter-spacing: 0.01em !important;
    color: #FFFFFF !important;
    border-bottom: 1px solid rgba(202, 202, 202, 0.3);
    height: auto !important;
  }
  .navbar-nav li:last-child a{
    border:0;
  }
  .logo{
    margin-left:0px !important;
  }

  h4 {
    font-size: 20px !important;
  }
  a.download{
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 1.25px;
    padding: 12px 16px 12px;
  }
  h4 {
    font-size: 21px !important;
    line-height: 125% !important;
  }
  .two-image.two-image-center .col-sm-offset-1{
    margin-left: 0px !important;
  }
  .col-sm-offset-1 {
    margin-left: 0;
  }
  .icon-info p, .icon-info b{
    font-size: 14px;
    line-height: 150%;
  }
  #primary-icon-setting {
    margin: 47px -15px 0px;
  }
  #grid-section p.col-sm-9 {
    padding-bottom: 31px !important;
    padding-top: 0 !important;
  }
  #cta-section .two-image .col-sm-6{
    padding:0 15px !important;
  }
  #cta-section .two-image-center{
    margin-top: 78px;
  }
  #brand{
    margin-bottom: 60px;
  }
  body.welcome-page .masthead {
      max-height: 812px !important;
      height: 812px;
  }
  body.welcome-page .masthead h1 {
    margin-top: 159px;
  }
  body.welcome-page img.welcome-img {
    margin-top: -318px;
  }
  #second-section{
    display: block;
    text-align: center;
    margin-bottom: 117px !important;
  }
  #second-section .guidelines{
    margin:0 auto;
  }

  #second-section .guidelines p{
    font-size: 20.62px !important;
    line-height: 125% !important;
    max-width: 442px;
    margin: 16px auto 0 !important;
  }
  h5.welcome-text {
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.03em;
  }
    #third-section p{
    margin-top: 19px !important;
  }
}
@media(max-width: 767px){
  .img-grid-row .img-grid-row-inner > figure img{
    height: 170px !important;
  }
}
@media(max-width: 667px){
  .img-grid-row .img-grid-row-inner > figure img{
    height: 160px !important;
  }
}
@media(max-width: 568px){
  .img-grid-row .img-grid-row-inner > figure img{
    height: 140px !important;
  }
}
@media (max-width: 450px) {
  .img-grid-row .img-grid-row-inner > figure img{
    height: 110px !important;
  }
  body.welcome-page .masthead h1 {
    margin-top: 146px;
  }
  body.welcome-page img.welcome-img {
    margin-top: -200px;
  }
  body.welcome-page .masthead {
    max-height: 662px !important;
    height: 660px;
    padding: 0 23px;
  }
  body.welcome-page .allthetools {
    padding: 0 23px !important;
  }
  h5.welcome-text {
    font-size: 27px;
  }
  .col-xs-4.imag-sec {
    margin-bottom: 36px;
  }

  #second-section .guidelines p{
    font-size: 17.5px;
  }
  #second-section{
    margin-bottom: 63px !important;
  }
  body .masthead h1 {
    font-size: 40px !important;
  }
  body .masthead .masthead-subtitle {
    font-size: 23px !important;
    padding: 0 50px;
  }
  .section-title h3 {
    font-size: 28px !important;
    padding: 16px 0 !important;
  }
  #navbarNav{
      margin: 112px auto 88px;
  }

  p{
    font-size: 14px;
    line-height: 21px;
  }
  .masthead {
    max-height: 434px !important;
  }
  
  #personality-attributes {
    margin-top: 56px;
    padding:0 15px;
  }
  #brand-guide, #brand-guide-header{
    padding:0 15px;
  }
  #personality-attributes .align-center {
    margin-top: 0;
  }
  body .col-sm-9 {
    padding: 0px 0 16px 0 !important;
  }
  .logo-primary {
    margin-top: 42px !important;
  }
  body .pa-p {
    margin: 6px 10px 40px 0 !important;
    font-size: 14px;
  }
  body .section-tools {
    padding: 26px 16px !important;
  }
  .three-image.logo-primary .col-sm-4 {
    margin: 0 5px;
    width: 100%;
    padding: 0;
  }
  body .logo-primary img {
    margin-bottom: 0;
  }
  body .safezone-p {
    padding-bottom: 7px !important;
  }
  body .logo-primary {
    margin-top: 42px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  body .two-image-center {
    margin-top: 56px;
    margin-bottom: 0px;
  }
  body h4 {
    font-size: 16px !important;
    padding: 0 !important;
    line-height: 20px !important;
  }
  .logo-avoid {
    margin-top: 56px;
  }

  .logo-avoid .three-image .col-xs-6{
    padding: 0 8px !important;
  }
  .note, .note-b {
    width: 100%;
    padding: 1px 0 15px 0 !important;
    font-size: 14px !important;
  }
  .logo-avoid .three-image {
    margin-top: 0;
  }
  #color-section .three-image {
    margin: 0 -5px;
  }
  #color-section .three-image .col-sm-4{
    padding: 0 0px 0 90px !important;
  }
  #color-section .two-image-center {
    margin-top: 51px;
    margin-bottom: 0px;
  }
  #color-section .col-md-6.col-md-offset-1 img{
    padding: 30px 30px 0;
    width: auto;
    max-width: 100%;
  }
  #primary-icon-setting {
    margin: 50px -8px 0px;
  }
  #primary-icon-setting .col-xs-6{
    padding:0 8px !important;
    margin-bottom: 30px;
  }
  #primary-icon-setting img {
    margin-bottom: 0px;
  }
  #grid-section p.col-sm-9{
    padding-bottom: 0px !important;
  }
  #grid-section .note-b{
    font-size: 14px !important;
  }
  #the-vessel-section .vessel-inner h3 {
    font-size: 21.41px !important;
    margin-bottom: 15px !important;
  }
  .vessel-inner .two-image.row {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .vessel-inner p, .vessel-inner p.note {
    margin: 8px 0 16px !important;
    font-size: 14px !important;
  }
  .illustration-inner .two-image.row {
    padding: 0 !important;
    margin: 0 -8px !important;
  }
  .illustration-inner .two-image.row .col-sm-6{
    padding: 0 8px !important;
  }
  #cta-section .two-image-center {
    margin-top: 56px;
  }
  #cta-section .two-image {
    margin: 0 -8px;
  }
  .cta-btn-sect .note, .cta-btn-sect .note-b {
    padding: 1px 0 8px 0 !important;
    font-size: 14px !important;
    margin-top: 7px !important;
  }

}
@media (max-width: 767px) {

}
.note-avoid {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  font-family: 'hulu_sans_regular', Helvetica, Arial, sans-serif !important;
}

.note-avoid:hover {
  color: #000;
}
section.masthead{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

@media (min-width: 320px) and (max-width: 767px) {
  section {
    padding: 0 20px;
  }
}

#hulu-logo-sect .logo-avoid{
  margin-top: 105px;
}
.logo {
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    margin: 25px 0 23px 25px;
}

.logo a {
  padding: 0 !important;
  margin: 0;
}

.logo a img {
    height: auto;
    width: 64px;
}
.navbar-fixed-top{
  margin: 0 !important;
}

.main, .masthead {
  height: 100vh;
  position: relative;
}

.panel {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
}

.panel.green {
  margin-bottom: 400px;
}

.mast-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(https://assetshuluimcom-a.akamaihd.net/thisishulu/tih/img/gradient-background.png);
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  background-size: 100% 100%;
}

section.section-tools {
    border-radius: 16px;
}

.masthead {
  background-size: cover !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
  z-index: 2;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  overflow: hidden;
  position: relative;
}

.img-grid {
    overflow-x: hidden;
    z-index: 99;
    margin-top: 107px;
}
/*.img-grid-row:nth-of-type(2n+1) {
    -webkit-transform: none !important;
}*/

.img-grid-row .img-grid-row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
    justify-content: center;
}
.img-grid-row .img-grid-row-inner > figure + figure {
    margin-left: 1.5rem;
}
.img-grid-row .img-grid-row-inner > figure img {
    width: auto;
    height: 203px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}
.my_animation{
  margin-bottom: 172px;
  z-index: 999;
}
.my_animation svg {
  color: #EEE;
  padding-top: 16px;
  -webkit-animation: bounce 1s ease infinite alternate;;
}
#brand-guide-right a.guide-link-text{
  font-family: 'Graphik-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 85px;
  line-height: 90%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #040405;
  text-decoration: none !important;
  margin-bottom: 10px;
    display: block;
}
#brand-guide-right .brand-guide-inner{
  padding: 24px;
  background: #1CE783;
  border-radius: 16px;
  cursor: pointer;
}
#brand-guide .align-center {
    padding-top: 20px;
}
@media(min-width: 768px){
  .masthead #background-video{
    max-width: 100%;
  }
  #brand-guide-right .brand-guide-inner{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #brand-guide-right .brand-guide-inner div{
    position: absolute;
    top: 24px;
    left: 24px;
    bottom: 24px;
    right: 24px;
  }

}
/*@media(min-width: 992px){
  #brand-guide{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}*/

@media(max-width: 1300px){
  #brand-guide-right a.guide-link-text{
    font-size: 75px !important;
  }
}
@media(max-width: 1150px) and (min-width: 992px){
  #brand-guide-right a.guide-link-text{
    font-size: 60px !important;
  }
}
@media(max-width: 991px){
  #brand-guide .align-center {
    margin-bottom: 32px;
  }
  #brand-guide-right a.guide-link-text{
    font-size: 140px;
    margin-bottom: 70px;
  }
}
@media(max-width: 975px){
  #brand-guide .col-md-6 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size:100%;
  }
  #brand.col-md-9{
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size:100%;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}


@-webkit-keyframes bounce {
  0% {
      text-shadow:
                  0 5px 0 #ccc,
                  0 2px 3px rgba(0, 0, 0, 1);  
  }
  100% {
    transform:translateY(-20px);
    text-shadow:  0 50px 0 #black,
                  0 0px 20px rgba(0, 0, 0, .8);
  }
}
.img-grid-row .img-grid-row-inner > figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .masthead {
    background-size: cover !important;
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #brand-guide a.download {
    display: block;
  }
  .masthead {
    background-size: cover !important;
    padding: 0;
  }
  #brand-guide-right a.guide-link-text {
    font-size: 128px !important;
    margin-bottom: 0;
  }
  a.download {
    display: none;
  }
  #brand-guide-right a.download{
    display: block;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 1.25px;
    display: inline;
    padding: 7px 16px;
  }
}

.masthead #myVideo {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media(max-width: 990px) and (min-width: 768px){
  #brand-guide-right a.guide-link-text{
    font-size: 150px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .masthead #myVideo {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .allthetools{
    margin-top: -40px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .masthead #myVideo {
    display: none;
  }
  .masthead #background-video{
    height: 375px;
    max-width: auto;
  }
}

.masthead h1 {
  font-family: 'Graphik-Bold';
  text-transform: inherit;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  margin: 0;
  padding: 0;
  font-size: 122px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.masthead{
  /*max-height: 628px;*/
  height: auto;
  z-index: 0;
  max-height: 100% !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .masthead h1 {
    font-size: 50px;
  }
}

.masthead .masthead-subtitle {
  z-index: 2;
  display: block;
  margin: 113px 0 40px;
  font-family: 'Graphik-Regular';
  padding: 0;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  text-transform: inherit;
  font-size: 54px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
}
a.to-brand {
    margin-bottom: 220px;
    z-index: 9;
}

@media (min-width: 320px) and (max-width: 767px) {
  .masthead .masthead-subtitle {
    font-size: 20px;
  }
}

.masthead p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.masthead .word {
  position: absolute;
  width: auto;
  opacity: 0;
}

.masthead .letter {
  display: inline-block;
  position: relative;
  float: left;
  -webkit-transform: translateZ(25px);
  transform: translateZ(25px);
  -webkit-transform-origin: 50% 50% 25px;
  transform-origin: 50% 50% 25px;
}

.masthead .letter.out {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.masthead .letter.behind {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.masthead .letter.in {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.masthead .green {
  color: #1ae381;
}

.main-container {
  background: #1ae381;
  overflow: hidden;
  height: 85vh;
  z-index: 99;
  position: relative;
}

.main {
  background: #1ae381;
  color: #1ae381;
  border: solid 30px #1ae381;
  height: 80vh;
  min-height: 500px;
  z-index: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .main-wrapper {
  max-width: 1226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main .main-wrapper h1 {
  font-family: 'hulu_sans_extra_bold', Helvetica, Arial, sans-serif;
  background: #1ae381;
  font-size: 70px;
  color: #1ae381;
  padding: 0 10px 0 5px;
  height: 72px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 90px 50px 0;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.container-fluid.allthetools{
  background: #f2f2f2;
}
#color-section p.col-sm-9{
  padding-top: 4px !important;
  margin-bottom: 20px !important
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main .main-wrapper h1 {
    height: auto;
    margin-bottom: 50px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .main .main-wrapper h1 {
    margin-bottom: 50px;
    height: auto;
    font-size: 30px;
  }
}

.main .main-wrapper p {
  font-size: 24px;
  color: #1ae381;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
  width: 720px;
  float: left;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main .main-wrapper p {
    width: 90%;
    font-size: 22px;
    line-height: inherit;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .main .main-wrapper p {
    width: 100%;
    font-size: 18px;
    line-height: inherit;
  }
}

@media (max-width: 1290px) {
  .main .main-wrapper {
    display: block;
  }
}

.bkGreen {
  background-color: #ffffff;
  color: #000;
  -webkit-animation: createBox .85s;
          animation: createBox .85s;
}

@-webkit-keyframes createBox {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes createBox {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.bkGreen p {
  color: #000 !important;
}

.bkGreen h1 {
  color: #000 !important;
}

#grad1 {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 250, 250, 0.3)), color-stop(rgba(250, 250, 250, 0.8)), to(#fafafa));
  background-image: linear-gradient(to top, rgba(250, 250, 250, 0.3), rgba(250, 250, 250, 0.8), #fafafa);
}

@media (min-width: 320px) and (max-width: 767px) {
  #grad1 {
    height: 0;
  }
}

#logo {
  visibility: visible;
}

.brand {
  position: absolute;
  float: left;
  padding-left: 0;
  line-height: 75px;
  text-transform: uppercase;
  font-size: 1.4em;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

@media (min-width: 320px) and (max-width: 767px) {
  .brand {
    padding-left: 20px;
  }
}

.brand img {
  width: 100px;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.row-wrapper {
  margin: 0 0 0 9% !important;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

@media (max-width: 1480px) {
  .row-wrapper {
    margin: 0 0 0 0 !important;
    width: inherit;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .row-wrapper {
    margin: 0 0 0 0 !important;
    width: inherit;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .row-wrapper {
    margin: 0 0 0 0 !important;
    width: inherit;
  }
}

.row-content {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

@media (max-width: 1480px) {
  .row-content {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .row-content {
    margin-left: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .row-content {
    margin-left: 0 !important;
  }
}

.section-tools {
  background-color: #ffffff;
  padding: 48px 32px 48px;
  margin: 0 0 70px 0;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-tools {
    padding: 40px 20px !important;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-fluid {
    padding: 0 !important;
  }
}

.section-title {
  border-top: 0;
  margin-top: 00px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-title {
    margin-top: 24px;
  }
}

section.dark {
  z-index: 1;
  background-color: #040405;
  opacity: 1;
}

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}

.item span {
  display: block;
  font-size: 1rem;
}

.item--primary {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: green;
}

.item--secondary {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  background: red;
}

/* Slide transitions */
.slideUp {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: -webkit-transform .5s ease-in-out !important;
  transition: -webkit-transform .5s ease-in-out !important;
  transition: transform .5s ease-in-out !important;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
}

.slideDown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .5s ease-in-out !important;
  transition: -webkit-transform .5s ease-in-out !important;
  transition: transform .5s ease-in-out !important;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
}

@media (max-width: 768px) and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .col-md-9 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.logo-primary {
  margin-top: 60px !important;
}
.logo-avoid .three-image {
    margin-top: 15px;
}
.logo-avoid .col-sm-9{
  padding-bottom: 45px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .logo-primary img {
    margin-bottom: 15px;
  }
}

.logo-download {
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #040405;
  font-family: 'hulu_sans_regular', Helvetica, Arial, sans-serif;
  display: block;
  margin-top: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .logo-download {
    display: none;
  }
}

.btn-download {
  width: 320px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .safezone-p {
    padding-bottom: 20px !important;
  }
}

.logo-safezone-wrapper {
  margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .logo-safezone-wrapper {
    margin-top: 0;
  }
}

h3 {
  padding: 0 0 20px 0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  h3 {
    padding: 20px 0 !important;
  }
}

h4 {
  font-size: 24px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  h4 {
    padding-bottom: 10px !important;
  }
}


@media (min-width: 768px) and (max-width: 1023px) {

}

@media (min-width: 320px) and (max-width: 767px) {

}



@media (min-width: 320px) and (max-width: 767px) {

}







@media (min-width: 320px) and (max-width: 767px) {

}

@media (min-width: 320px) and (max-width: 767px) {

}





@media(max-width: 1023px){
  .img-grid-row .img-grid-row-inner > figure img{
    height: 101px;
  }
  .img-grid-row .img-grid-row-inner{
    margin-bottom: 10px;
  }
  .img-grid-row .img-grid-row-inner > figure + figure{
    margin-left: 10px;
  }
  .img-grid {
    margin-top: 98px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {

}



@media (min-width: 320px) and (max-width: 767px) {

}

.section-last {
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
  #primary-type-setting {
    padding: 0;
    margin-top: 30px;
  }
  #color-section .col-md-5.col-sm-5 img {
      margin-top: 25px;
  }
  .illustration-inner .col-sm-6.col-md-6, .vessel-inner .col-sm-6.col-md-6  {
    margin: 0 15px;
    max-width: 100%;
    width: auto;
  }
  #cta-section h4, #av-toolkit-section h4{
    margin-top: 0px !important;
    padding-top: 50px !important;
  }
  #cta-section .col-sm-12 {
    margin: 0 15px;
  }
  #av-statics{
    padding: 0 15px;
  }
  #av-statics .col-sm-12 {
    margin: 0;
  }
  .row.static-images, #av-toolkit-section .av-images {
    padding: 0 15px;
  }
}

.type-desktop {
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .type-desktop {
    display: none;
  }
  .type-ipad {
    display: none;
  }
  .type-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .type-desktop {
    display: none;
  }
  .type-mobile {
    display: none;
  }
  .type-ipad {
    display: block !important;
  }
  .masthead .header-masthead {
    margin-top: 98px;
    margin-bottom: 85px;
  }
  .masthead .masthead-subtitle {
    font-size: 31px !important;
    line-height: 115% !important;
    margin: 75px 0 24px !important;
  }
  .my_animation{
    margin-bottom: 130px;
  }
  a.to-brand{
    max-width: 36px;
    margin-bottom: 161px;
  }
}

.type-mobile {
  display: none;
}
.type-ipad {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .type-mobile {
    display: block;
  }
  .masthead .header-masthead {
    margin-top: 99px;
    margin-bottom: 85px;
  }
  body .masthead .masthead-subtitle{
    font-size: 28px !important;
    margin-top: 75px !important;
  }
  .my_animation{
    margin-bottom: 100px;
  }
    a.to-brand{
    max-width: 36px;
    margin-bottom: 137px;
    margin-top: 16px;
  }
  .col-sm-4 {
    max-width: 100%;
  }
  .col-sm-3 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-hulu {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.lockups {
  width: 100%;
}

.lockups-desktop {
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .lockups-desktop {
    display: none;
  }
}

.lockups-mobile {
  display: none;
  width: 295px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .lockups-mobile {
    display: block;
  }
  .col-sm-6 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  #hulu-logo-sect .two-image.two-image-center{
    display: inline-block !important;
  }
  #static_toolkit-section .static-images p.static-bold{
    font-size: 16px !important;
  }
  #static_toolkit-section .static-images p.static-regular{
    font-size: 14px !important;
  }
}
#static_toolkit-section p.static-bold{
  font-family: 'Graphik-bold';
  font-size: 24px !important;
  line-height: 125% !important;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 15px 0 8px !important;
}
.av-images video {
    max-width: 100%;
}
#static_toolkit-section p.static-regular{
  color: #000000;
  font-size: 16px !important;
  line-height: 160% !important;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 900px;
  border-radius: 0 !important;
  padding-left: 0;
}

.modal-content .modal-title {
  font-family: 'hulu_sans_extra_bold', Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding: 80px 0 40px 40px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .modal-content .modal-title {
    font-size: 18px;
    padding: 0 0 20px 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .modal-content {
    width: 90%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-sm-4, .col-sm-7, .col-sm-5{
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
  }
  .illustration-inner .row, .vessel-inner .row, #cta-section .row{
    margin: 0;
  }
}
/* The Close Button */
.close {
  color: #040404 !important;
  float: right;
  font-size: 28px !important;
  font-weight: normal !important;
  opacity: 1 !important;
}

.close img {
  width: 18px;
}

.close img:hover {
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */