@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
* {
   box-sizing: border-box;
   margin: 0;
}
body {
 font-family: 'Source Sans Pro', sans-serif !important;
 font-size:16px;
}
a {
 text-decoration: underline;
}
h1, h2, h3, p, li, label {line-height: 140%;}
form {
 margin: 30px 0;
}
label {
 width: 100%;
}
li{
  font-size:20px;
  margin-bottom:15px;
}
ul.checkmarks,
ul.checkmarks li {
    list-style: none;
}
ul.checkmarks li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-right: 0.5em;
    margin-bottom: -0.2em;
    margin-left: -1.5em;
    color:#005375;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://s3.amazonaws.com/assets.manwardpress.com/images/gvi-sweepstakes/check-solid.svg);
}


.container {
 max-width: 1300px;
}
.img-center{
  display:block;
  margin-left:auto;
  margin-right:auto;
  max-width:60%;
  margin-top:18px;
}
.img-center.gvi-bundle{
  max-width:85%;
}
@media (min-width: 1200px){
  .smaller-container.container {
      width: 1065px;
  }
}
nav {
 padding: 10px 0;
}
#nav-left {
 padding-left: 5px;
}
#nav-left img{
 height:40px;
}
header {
  background-image: url("https://s3.amazonaws.com/assets.manwardpress.com/images/gvi-sweepstakes/header-desktop.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  height: 0;
  padding-bottom:38.82%;
	padding-top: 20px;
}

main h2 {
 color: #004A69;
 margin-top: 10px;
 font-weight: 700;
 font-size: 24px;
 font-family: 'Source Serif Pro', serif !important;
}
main h3 {
 color: #333;
 font-size: 30px;
 font-weight: 700;
 margin:0;
}
main p{
	font-size: 20px;
	margin-top: 18px;
}
#sweepstakes {
 background-color: #f8f8f8;
 margin-top: 30px;
 padding-bottom: 50px;
}
#sweepstakes input {
 border: 1px solid #ccc;
 border-radius: 3px;
 margin: 5px 0;
 padding: 10px;
 width: 100%;
}
#sweepstakes input[type='checkbox'] {
 background-color: #fff;
 float: left;
 margin-right: 5px;
 width: auto;
 zoom: 1.5;
}
#sweepstakes span {
 display: block;
 padding-top: 7.5px;
 font-weight: normal;
}
.blue-button {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2db2e3+0,3192cf+100 */
background: #2db2e3; /* Old browsers */
background: -moz-linear-gradient(top, #2db2e3 0%, #3192cf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2db2e3 0%,#3192cf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2db2e3 0%,#3192cf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db2e3', endColorstr='#3192cf',GradientType=0 ); /* IE6-9 */
 border: none;
 border-radius: 3px;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 padding-bottom: 10px;
 padding-top: 10px;
}
.blue-button:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3192cf+0,2db2e3+100 */
background: #3192cf; /* Old browsers */
background: -moz-linear-gradient(top, #3192cf 0%, #2db2e3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3192cf 0%,#2db2e3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3192cf 0%,#2db2e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3192cf', endColorstr='#2db2e3',GradientType=0 ); /* IE6-9 */
}
.mobile-text{
  display:none;
}
header h1 {
  background-color:#fff;
  line-height: 100%;
  padding: 10px;
  font-weight:700;
  text-transform: uppercase;
  color:#005374;
  margin: 20px;
  font-size:24px;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}
header img{
  max-width:300px;
}

.confirm-h2{
  font-size:40px;
  margin:0;
}

@media screen and (max-width: 480px) {
  #nav-left img{
  	height: 20px;
  	margin-top: 10px;
  }

   nav button {
     width: 100% !important;
   }
   #nav-left {
     margin-left: 15px;
     margin-right: -15px;
   }

   header h1{
     font-size: 16px;
     line-height: 25px;
     text-align:center;
     margin-top:19%;
   }

   main h2{
     font-size:18px;
     line-height: 25px;
     text-align:center;
   }
   header img{
     max-width:230px;
   }
   .confirm-h2{
     font-size:20px;
   }

   main h3{ font-size: 15px; text-align:center;}
   main p, li{ font-size: 16px;}

   header {
     background-image: url("https://s3.amazonaws.com/assets.manwardpress.com/images/gvi-sweepstakes/header-mobile.jpg");
     background-size: 100%;
     background-repeat: no-repeat;
     height: 0;
     padding-bottom:60.31%;
   	 padding-top: 20px;
   }
   .img-center, .img-center.gvi-bundle{
     max-width:100%;
   }

}

@media screen and (max-width: 767px) {

  .mobile-text{
    display:block;
  }
  .desktop-text{
    display:none;
  }
}


@media screen and (min-width: 992px) {
  .sweepstakes-img{
    max-width:920px;
  }
  header h1, main h2{
    font-size: 30px;
  }
  main p, li{
    font-size:24px;
  }
  header img{
    max-width:600px;
  }
}


@media screen and (min-width: 480px) and (max-width: 992px) {
  .confirm-h2{
    font-size:30px;
  }
	main h3{ font-size: 18px; }
}

.sweepstakes-img{
  max-width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}


.video-size{
  width: 100%;
}

.rules-disclaimer{
  font-size:12px;
  text-align:center;
  padding:10px;
}
.rules-disclaimer a{
  color:rgb(74, 74, 74);
}
