 /* HEADER */

 .header1 {
    background-color: #;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0);
    position: fixed;
    width: 100%;
    max-width: 1440px;
    min-width: 320px;
    z-index: -1;
    top: 25px;
}

.header1 ul {
    clear: right;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    max-width: 100%;
    width: 372px;
    z-index: 1200;

}

.header1 li a {
    display: block;
    padding: 5px 20px 5px 40px;
    border-right: 0px solid #f4f4f4;
    text-decoration: none;
    font-weight: 300;
    z-index: 1200;
    color: #000;
font-family: niagara, serif;
font-size: 70px;
text-transform: lowercase;
font-weight: normal;
width: max-content;
 
 
 
 
}

.header1 li a:link {
    color: #000;
}

.header1 li a:hover {
    color: #000;
    font-weight: 700;
}

.header1 li a:after {
    color: #000;
}



.header1 li:first-child {
    padding-top: 0px;
    margin-top: 50%;

}

.header1 li:last-child {
    padding-bottom: 30px;

}

.header1 li a:hover,
.header1 .menu-btn:hover {
    background-color: #fff;
}

.header1 .logo {
    display: block;
    float: right;
    font-size: 2em;
    padding: 10px 50px 0 0;
    text-decoration: none;
    margin-top: 35px;
    z-index: 1;
}

.logo img {
    max-width: 150px;
    width: 100%;
    min-width: 120px !important;
}

@media only screen and (max-width: 414px) {
    .logo img {
         max-width: 120px;
         width: 100%;
         min-width: 100px !important;
    }
}

/* MENU */

.header1 .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    position: fixed;

    text-align: left;
    top: 70px;
}


/* MENU ICON */

.header1 .menu-icon {
    cursor: pointer;
    display: block;
    float: left;
    padding: 30px 28px 28px 28px;
    position: fixed;
    user-select: none;

    z-index: 1200;
    top: 25px;
}

@media only screen and (max-width: 185px) {
    .header1 .menu-icon {
         cursor: pointer;
         display: inline-block;
         float: left;
         padding: 0px 0 28px 28px;
         position: relative;
         user-select: none;
    }
}

.header1 .menu-icon .navicon {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    transition: background-color .2s ease-out;
    width: 25px;
}

.header1 .menu-icon .navicon:before,
.header1 .menu-icon .navicon:after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header1 .menu-icon .navicon:before {
    top: 10px;
}

.header1 .menu-icon .navicon:after {
    top: -10px;
}


/* MENU BTN */

.header1 .menu-btn {
    display: none;
}

.header1 .menu-btn:checked~.menu {
    /* max-height: 240px; */
    min-height: 104vh;
    margin: -100px 0 0 0;
    z-index: 1;
}

.header1 .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header1 .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
    background-color: #000;
}

.header1 .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
    background-color: #000;
}

.header1 .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header1 .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}


/* MENU ICON GRID */

@media (min-width:) {
    .header1 li {
         float: left;
    }

    .header1 li a {
         padding: 20px 30px;
    }

    .header1 .menu {
         clear: none;
         float: left;
         max-height: none;
         font-weight: 300
    }

    .header1 .menu-icon {
         display: none;
    }
}


/* LOGO BEGINS */

.title-logo img {
    max-width: 320px;
    width: 100%;
    min-width: 120px !important;
    text-align: center;
}


@media only screen and (max-width: 1017px) {
    .title-logo img {
         max-width: 250px;
    }
}

@media only screen and (max-width: 950px) {
    .title-logo img {
         max-width: 230px;
    }
}


@media only screen and (max-width: 900px) {
    .title-logo img {
         max-width: 200px;
    }
}

@media only screen and (max-width: 825px) {
    .title-logo img {
         max-width: 180px;
    }
}


@media only screen and (max-width: 375px) {
    .title-logo img {
         max-width: 130px;
    }
}


@media only screen and (max-width: 350px) {
    .title-logo img {
         max-width: 100px;
    }
}






.header-3 {
    position: fixed;
    display: block;
    height: 110px;
    background: #fff;
    top: 0px;
    width: 100%;
    max-width: 1440px;
    min-width: 300px;
    z-index: 1;
}

.svg-image {
   /* max-width: 523px;
    min-width: 350px;
    float: left;
    margin 0 auto;
    vertical-align: middle;
 width: 100%;
 padding: 0 28px;
  8*/
 
  max-width: 523px;
min-width: 350px;
float: left;
margin: 0 auto ;
vertical-align: middle;
width: 100%;
padding: 0 0px;
margin-left: -20px;
    
    
}

@media only screen and (max-width: 768px) {
.svg-image{
   display: none;
}
}


.svg-image-mobile {
display: none;
}


@media only screen and (max-width: 768px) {

.svg-image-mobile {
 
 max-width: 92px;
min-width: 92px;
float: left;
margin: 0 auto ;
vertical-align: middle;
width: 100%;
padding: 0 10px;
display: block;
margin-left: -10px;
    /*max-width: 92px;
    min-width: 92px;
    float: left;
    margin 0 auto;
    vertical-align: middle;
 width: 100%;
 padding: 0 10px;
 display: block;
 */
    
}
}

.position-relative{
	position: relative !important;
}

.page-title{
	position: absolute !important;
	top: 40%;
	font-family: niagara, serif;
	
	left: 50%;
	transform: translate(-50%, -50%);
}
.page-title>div{
	font-size: 140px;
	color: white;
	text-transform: lowercase;
}
.logo-wrap{
max-width: 523px;
width: 100%;
min-width: 178px;
margin: 0 auto;
margin-top: 28px;
padding: 0 28px;
}


.partner-wrap .logo-wrap{
  margin: 30px 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: unset;
  min-height: 100px;
}
.partner-wrap .text-wrap{
	margin: 30px 0;
	padding: 30px;
}
.partner-wrap .text-wrap p {
	margin-bottom: 30px;
}
.partner-wrap .text-wrap .art-button{
	background: none;
	color: black;
	border-color: black;
	border-width: 2px;
    font-family: miller-display, serif;
    font-weight: bold !important;
	transition: background .3s ease-in-out;	
}
.partner-wrap .text-wrap .art-button:hover{
	background: black;
	
}

.logo-wrap-mobile{
max-width: 92px;
width: 100%;
min-width: 92px;
margin: 0 auto;
margin-top: -11px;
padding: 0 0px;
}

.logon{
padding: 23px 28px 28px 28px;
float:right;
color: #000000;
line-height: 150%;
font-size: 18px;
font-weight: 300;
font-family: Montserrat, serif;
margin-top: -1px;
}


.partner-content a{
     text-transform: capitalize;
}

/* MENU MOBILE BREAK POINTS*/
@media only screen and (max-width:767px){
.header1 .menu {
clear: both;
max-height: 0;
transition: max-height .2s ease-out;
position: fixed;
text-align: left;
top: 50px;
}

.header1 li a {
display: block;
padding: 0px 20px 5px 40px;
border-right: 0px solid #f4f4f4;
text-decoration: none;
font-weight: 300;
z-index: 1200;
color: #000;
font-family: niagara, serif;
font-size: 40px;
text-transform: lowercase;
font-weight: normal;
width: max-content;
}



.header1 ul {
clear: right;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
background-color: #fff;
max-width: 100%;
width: 300px;
z-index: 1200;
}
}
     /* GENERAL */
    .topz-container {
          position: relative;
          text-align: center;
          color: white;
          margin: 0 8px;
     }

     @media only screen and (max-width: 724px) {
          .topz-container {
               position: relative;
               text-align: center;
               color: white;
               margin: 0 4px;
          }
     }
  
  
  
  
  
  
     .top-container {
          position: relative;
          text-align: center;
          color: white;
          margin: 0 8px;
     }

     @media only screen and (max-width: 768px) {
          .top-container {
               position: relative;
               text-align: center;
               color: white;
               margin: 0 80px 0 80px;
          }
     }

     @media only screen and (max-width: 604px) {
          .top-container {
               position: relative;
               text-align: center;
               color: white;
               margin: 0 45px 0 45px;
          }
     }

     @media only screen and (max-width: 414px) {
          .top-container {
               position: relative;
               text-align: center;
               color: white;
               margin: 0 16px 0 16px;
          }
     }

     .top-centered {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-family: Montserrat;
          text-transform: uppercase;

     }

     .top-centered h2 {
          font-family: niagara, serif;
          color: white;
          font-size: 70px;
          line-height: 1.25em;
          text-transform: lowercase;
          font-weight: normal;
          width: max-content;
          text-align: center;
       white-space: nowrap;
          
     }

     .top-centered h3 {
          color: white;
          line-height: 100%;
          font-family: Montserrat;
          text-transform: uppercase;
          margin-bottom: 10%;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 3px;
          text-align: center;
     }

     .zoom-3 {
          margin: 0 auto;
          transition: .2s;
     }

     .zoom-3:hover {
          -ms-transform: scale(1.04);
          -webkit-transform: scale(1.04);
     }

     .zoom-3:hover img {
          -webkit-filter: blur(5px);
          filter: blur(5px);
     } 
  
  
  
  @media only screen and (max-width: 414px){
    
    .zoom-3:hover img {
          -webkit-filter: blur(0px);
          filter: blur(0px);
     } 
  }
  
  
  h1.partner-title{
      font-size: 76px;
      font-family: niagara, serif;

  }
  .platinum{
      color:#B2B9C7 !important;
  }
  .gold{
      color:#D7B75D !important;
  }
  
  .silver{
      color:#CCCCCC !important;
  }
  
  
  

     .header-centered h4 {
          color: #000000;
          line-height: 100%;
          font-size: 36px;
          font-weight: normal;
          margin: 45px 80px 15px 80px;
          font-family: miller-display, serif;
     }
  
  
      .header-centered h5 {
          color: #000000;
          line-height: 100%;
          font-size: 36px;
          font-weight: normal;
          margin: 45px 80px 45px 80px;
          font-family: miller-display, serif;
     }

  
  
  
  

     @media only screen and (max-width: 414px) {
          .header-centered h4 {
               margin: 45px 25px 15px 25px;
          }
     }

     .header-centered p {
          color: #000000;
          line-height: 150%;
          font-size: 24px;
          font-weight: 300;
          font-family: Montserrat, serif;
          margin: 0 80px 60px 80px
     }

     @media only screen and (max-width: 999px) {
          .header-centered p {
               font-size: 20px;
          }
     }

     @media only screen and (max-width: 604px) {
          .header-centered p {
               margin: 0 40px 40px 40px
          }
     }

     @media only screen and (max-width: 414px) {
          .header-centered p {
               margin: 0 25px 40px 25px
          }
     }

     .header-icon img {
          text-align: center;
          margin-bottom: 15px;
     }

     .header-icon h2 {
          color: #000000;
          line-height: 150%;
          font-size: 24px;
          font-weight: normal;
          font-family: miller-display, serif;
          margin: 0 25px 15px 25px;
     }

     .header-icon h3 {
          color: #000000;
          line-height: 150%;
          font-size: 24px;
          font-weight: normal;
          font-family: miller-display, serif;
          margin: 0 25px 45px 25px;
     }

     .header-icon p {
          color: #000000;
          line-height: 150%;
          font-size: 18px;
          font-weight: 300;
          font-family: Montserrat, serif;
          margin: 0 25px 25px 25px;
     }

     @media only screen and (max-width: 999px) {
          .header-icon p {
               margin: 0 25px 25px 25px;
               font-size: 16px;
          }
     }

     @media only screen and (max-width: 768px) {
          .header-icon p {
               margin: 0 80px 25px 80px;
               font-size: 16px;
          }
     }

     @media only screen and (max-width: 604px) {
          .header-icon p {
               margin: 0 45px 25px 45px;
               font-size: 16px;
          }
     }

     @media only screen and (max-width: 414px) {
          .header-icon p {
               margin: 0 25px 25px 25px;
               font-size: 16px;
          }
     }

     /* CONTENT OVER IMAGE & SUBS  */

     .case-container {
          position: relative;
          text-align: center;
          color: white;
     }

     .case-centered {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -60%);
          width: 100%;
          max-width: 960px;
     }

     .case-centered h2 {
          font-family: niagara, serif;
          color: white;
          font-size: 140px;
          line-height: 1.25em;
          text-transform: lowercase;
          font-weight: normal;
     }

     .case-centered p {
          color: #fff;
          line-height: 150%;
          font-size: 24px;
          font-weight: normal;
          font-family: miller-display, serif;
          margin: 0 25px 0px 25px;
     }

     @media only screen and (max-width: 999px) {
          .case-centered h2 {
               font-size: 120px;
          }

          .case-centered p {
               font-size: 20px;
          }
     }

     @media only screen and (max-width: 768px) {
          .case-centered h2 {
               font-size: 90px;
               color: black;
               line-height: 1em;
               padding: 0 25px;
          }

          .case-centered {
               position: relative;
               top: 50%;
               left: 50%;
               transform: translate(-50%, -0%);
               width: 100%;
               max-width: 960px;
          }

          .case-centered p {
               font-size: 18px;
               line-height: 150%;
               color: black;
               margin: 25px 25px 0px 25px;
          }
     }

     .case-centered h3 {
          color: white;
          line-height: 100%;
          font-family: Montserrat;
          text-transform: uppercase;
          margin-bottom: 10%;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 3px;
     }

     .case h4 {
          color: #000000;
          line-height: 100%;
          font-size: 24px;
          font-weight: normal;
          margin: 25px 25px 25px 25px;
          font-family: miller-display, serif;
     }

     .case p {
          color: #000000;
          line-height: 150%;
          font-size: 18px;
          font-weight: 300;
          font-family: Montserrat, serif;
          margin: 0 25px 35px 25px
     }

     .case-button {
          margin: 0 0 10px 0;
     }

     @media only screen and (max-width: 999px) {
          .case p {
               font-size: 16px;
          }
     }

     @media only screen and (max-width: 768px) {
          .case-button {
               margin: 20px 0 10px 0;
          }
     }

     .mem-italic {
          color: #000000;
          line-height: 150%;
          font-size: 24px;
          font-weight: normal;
          font-style: italic;
          font-family: miller-display, serif;
          margin: 40px 0 0 0;
     }

     @media only screen and (max-width: 768px) {
          .mem-italic {
               margin: 20px 0;
          }
     }

     /* SIGN UP */

     .sig-wrapper {
          box-sizing: border-box;
          margin: 0 auto;
          width: 100%;
          max-width: 650px;
          min-width: 320px;
     }

     .sig-container {
          position: relative;
          text-align: center;
          color: white;
     }

     .sig-centered {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -60%);
          width: 100%;
          max-width: 960px;
     }

     .sig-img-show img {
          display: none;
     }

     @media only screen and (max-width: 768px) {

          .sig-centered {
               position: relative;
               top: 50%;
               left: 50%;
               transform: translate(-50%, -0%);
               width: 100%;
               max-width: 960px;
          }

          .sig-centered p {
               font-size: 18px;
               line-height: 150%;
               color: black !important;
               margin: 25px 25px 0px 25px;
          }

          .sig-centered h2 {
               font-family: niagara, serif;
               color: black !important;
               font-size: 36px;
               line-height: 1.5em;
               font-family: miller-display, serif;
               font-weight: normal;
          }

          .sig-centered img {
               margin: 5px 0 25px 0;
               -webkit-filter: invert(100%);
               /* Safari 6.0 - 9.0 */
               filter: invert(100%);
          }



          .sig-img img {
               display: none !important;
          }

          .sig-img-show img {
               display: block !important;
          }

     }






     .sig-img img {
          display: block;
     }


     .sig-centered img {
          margin: 5px 0 25px 0;
     }

     .sig-centered h2 {
          font-family: niagara, serif;
          color: white;
          font-size: 36px;
          line-height: 1.5em;
          font-family: miller-display, serif;
          font-weight: normal;
     }

     .sig-centered p {
          color: #fff;
          line-height: 150%;
          font-size: 18px;
          font-weight: 300;
          font-family: Montserrat, serif;
          margin: 0 25px 45px 25px;
     }

     .sig-centered h3 {
          color: white;
          line-height: 100%;
          font-family: Montserrat;
          text-transform: uppercase;
          margin-bottom: 10%;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 3px;
     }

     /* SPONSORS */

     .spon {
          display: block
     }

     .spon p {
          line-height: 150%;
          font-size: 24px;
          font-weight: normal;
          font-family: miller-display, serif;
          margin: 10px 25px 60px 25px;
     }

     @media only screen and (max-width: 999px) {
          .spon p {
               font-size: 20px;
          }
     }

     @media only screen and (max-width: 655px) {
          .spon p {
               font-size: 18px;
          }
     }


     /* CASE STUDY */

     .case-container-black {
          position: relative;
          text-align: center;
          color: #000;
     }

     .case-centered-black {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -55%);
          width: 100%;
          max-width: 960px;
     }

     @media only screen and (max-width: 1015px) {
          .case-centered-black {
               position: relative;
               top: 50%;
               left: 50%;
               transform: translate(-50%, -0%);
               width: 100%;
               max-width: 960px;
               margin-bottom: 50px;
          }
     }
     
     
