/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 1336:0 Unexpected "<"

**/
<style>
  
   
  @font-face {
      font-family: 'halantmedium';
      src: url('/cdn/shop/files/halant-medium-webfont.woff2?v=1641412714') format('woff2'),
           url('/cdn/shop/files/halant-medium-webfont.woff?v=1641412053') format('woff');
      font-weight: normal;
      font-style: normal;
  }  
  
  
     
  @font-face {
    font-family: 'halantsemibold';
    src: url('/cdn/shop/files/halant-semibold-webfont.woff2?v=1641412714') format('woff2'),
         url('/cdn/shop/files/halant-semibold-webfont.woff?v=1641412053') format('woff');
    font-weight: normal;
    font-style: normal;

  }
  
  
  @font-face {
      font-family: 'nunito_sansregular';
      src: url('/cdn/shop/files/nunitosans-regular-webfont.woff2?v=1641412505') format('woff2'),
           url('/cdn/shop/files/nunitosans-regular-webfont.woff?v=1641412623') format('woff');
      font-weight: normal;
      font-style: normal;

  }    
  span.lb::before {
  content: "\A";
  white-space: pre;
	}
  
  @-webkit-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
  }

  @-webkit-keyframes fadeout {
      from { opacity: 1; }
      to { opacity: 0; }
  }
  
  @-webkit-keyframes translatein {
  from { transform: translateY(10px); }
  to { transform: translateY(0); }
  }

  @-webkit-keyframes translateout {
      from { transform: translateY(0); }
      to { transform: translateY(10px); }
  }
  
  .in, .out {
          -webkit-animation-timing-function: ease-in-out;
          -webkit-animation-duration: 300ms;
          -moz-animation-timing-function: ease-in-out;
          -moz-animation-duration: 300ms;        
  }

  .fade.out {
          z-index: 0;
          -webkit-animation-name: fadeout;
          -moz-animation-name: fadeout;
  }

  .fade.in {
          opacity: 1;
          z-index: 10;
          -webkit-animation-name: fadein;
          -moz-animation-name: fadein;
  }
  .translate.in {
          z-index: 10;
          -webkit-animation-name: translatein;
          -moz-animation-name: translatein;
  }
  .translate.out {
          z-index: 10;
          -webkit-animation-name: translateout;
          -moz-animation-name: translateout;
  }
  .info-bubble:active, .info-bubble:focus {
	outline: 0!important;
  }
  #terms-checkbox{
	margin-right: 15px;
  }
  	.termsModal{
		width: 700px;
		height: 475px;
		margin: 0 auto;
		background-color: #FFF;
		padding: 25px;
		border-radius: 10px;
	}

	.termbody{
		overflow-x: hidden;
		overflow-y: scroll;
		height: 350px;
		padding: 0 15px;
	}


  	.modalActive:after{
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(000,000,000,0.5);
		display: block;
		position: absolute;      	
      	top: 0;
	}

	.close{
		text-align: right;
		display: block;
		padding-bottom: 15px;
		padding-right: 5px;
		font-family: sans-serif;
		cursor: pointer;
	}


	.modalCon{
		z-index: 20;
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.8);
	}

	.modalActive .modalCon{
		display: flex!important;
      	justify-content: center;
      	align-items: center;
	}
  
  	.terms-check-con a{
    	cursor:pointer;
  	}
  
  	.termbody h2{
		font-size: 20px;
  	}
  
  	.termbody p{
   		font-size: 12px; 
  	}
  
  	.error-list{
		color: red;
    	padding-top: 15px;
  	}
  
  
    .bg-green{
      background-color: #eaf4e1;
      padding: 6vh 0vw 0vh 0vw!important;
    }
   
    .video-header{
        width: 50%;
      	min-width: 50%!important;
    }
  
    .header-info{
      width: 50%;
      min-width: 50%!important;
      padding-right: 20vw;
    }
  
    .header-info h2{
      font-size: 2.5rem;
      font-weight: normal;
      color: #414042;
      margin-top: 0;
      font-family: 'halantmedium';
      color: #FFF;
    }
  
    .header-info p{
      font-size: 17px;
      font-family: 'nunito_sansregular';
      color: #FFF;
      max-width: 480px;
    }
  
    .header-row{
      justify-content: space-between;
      align-items: center!important;
      min-width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
    }
  
  .pharmacy-video #youtube-video{
    width: 100%;
  } 
  
  .pharmacy-video #youtube-video-mobile{
    width: 100%;
    max-width: 100%;    
  }   
  
  .pharmacy-video{
  	padding: 30px;
    width: 70%;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 15px;
  }
  
  .pharmacy-video p{
  	font-weight: bold;
    margin-top: 0;
    font-family: 'nunito_sansregular';
    color: #414042;
    max-width: 100%!important;
  }
  
  .btn-green{
  	background-color: #8dc63f;
    color: #414042;
    border-radius: 20px;
    padding: 13px 23px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease all;
    font-family: 'nunito_sansregular';
    border-radius: 30px;
  }
  
  .btn-green:hover{
      background-color: #7cab30;
  }  
  
  .mt-10{
  	margin-top: 10px;
  }
  
  .home-section-info{
  	width: 50%;
  }
  
  .home-section-image{
  	width: 50%;
  }
  
  .home-section-image img{
  	width: 100%;
    max-width: 100%;
  }
  
  .home-section{
  	align-items: center!important;
    padding: 9vh 0!important;
  }
  
  .home-section-info p{
    font-size: 16px;
    width: 80%;
    font-family: 'nunito_sansregular';
  }
  
  .home-section-info h2{
      font-size: 2rem;
      font-weight: normal;
      color: #414042;
      margin-top: 0;
      font-family: 'halantmedium';
  }  
  
  .section-title{
  	width: 100%;
    font-size: 2rem;
    font-weight: normal;
    color: #414042;
    margin-top: 0;  
    text-align: center;
    margin-bottom: 57px;
    font-family: 'halantmedium';
  }
  
  .bg-blue{
  	background-color: #ebf6fa;
  }
  
  .flex-wrap{
  	flex-wrap: wrap;
  }
  
  .quote-left{
  	background-image: url(/cdn/shop/files/quote-left.svg?v=1641413749);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .quote-right{
  	background-image: url(/cdn/shop/files/quote-right.svg?v=1641413749);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
  } 
  
  .home-section-quote{
  	display: none;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    min-height: 310px;
    min-width: 49%!important;
    max-width: 49%!important;
    transition: 0.5s ease all;
  }
  
  
  .home-section-quote p{
  	width: 70%;
    font-size: 16px;
    margin: 5px auto;
    font-family: 'nunito_sansregular';  
  }
  
  .multi-color-bg{
  	background-image: url(/cdn/shop/files/multi-colour-bg_163feb92-a0ab-404e-b58b-b3a49b8cb77c.svg?v=1643300984);
    background-size: cover;
    background-repeat: no-repeat;    
    
  }
  
  .fanshawe-alumni .fanshawe-alumni-discounts .register{
    margin: 40px;
  }
  
  .get-started-section{
  	color: #FFF;
    margin-left: 8vw;
  }
  
  .get-started-section h2{
  	color: #FFF;
    margin: 25px 0;
  }
  
  .get-started-section img{
  	
    width: 171px;
  	
  }
  
  .fanshawe-alumni .register{
  	background-color: #FFF;
    
    -webkit-box-shadow: -9px -5px 15px 5px rgba(0,0,0,0.29); 
	box-shadow: -9px -5px 15px 5px rgba(0,0,0,0.29);
    
  }
  
  .fanshawe-alumni .register .terms-check-con{
    color: #414042;
    font-size: 12px;
    font-family: 'nunito_sansregular'; 
  }
  
  .mt-20{
  	margin-top: 20px;
  }
  
  .fanshawe-alumni .register a:not(.info-bubble){
  	color: #414042;
    padding: 10px 25px;
  }
  
  .fanshawe-alumni .register{
  	padding: 40px;
  }
  
  .info-bubble, .info-bubble:visited{
  	background: #8dc63f;
  }
  
  .form-field-title{
  	color: #414042;
    font-weight: bold;
  }
  
  .dob-container{
  	border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  
  .dob-title{
  	color: #414042;
    width: 100%;
    font-weight: bold;
    display: block;
    padding: 10px;
  }
  
  .dob-container input[type=text]{
    
    border: none;
    border-radius: 0;
    border-right: 1px solid #ddd!important;
    width: 100%;
    outline: none;
  
  }
  
  #register_dob_year{
  	border-right: none!important;
  }
  
  .dob-container .form-field{
  	margin-bottom: 0;
    padding: 10px;
  }
  
  .home-nav{
  	display: flex;
    justify-content: center;
    background-color: #F7F8F9;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  
  .home-nav .home-nav-link{
  	font-size: 20px;
    padding: 0 20px;
    color: #000;
    cursor: pointer;
    font-family: 'nunito_sansregular';
  }
  
  .activeLink{
  	font-weight: bold;
  }
  
  
  #video-background{
  	z-index: 999999;
  }
  
  .video-element{
    padding: 50px 15px 15px 15px;    
  }
  
  .close-button-container{
  	text-align: right;
  }
  
  .close-button-container img{
  	filter: brightness(500%);
  } 
  
  .cardModal{
  	background: none;
  }
  
      
  .sign-in-section-mobile{
  	display: none;
  }
  
    .video-header-top{
    	width: 100%;
      	height: 55px;
      	background-color: #1C3563;
      	display: block;
    }
    
    .video-header-bottom{
    	width: 100%;
      	height: 100px;
      	background-color: #2653A5;
      	margin-top: -45px;
      	display: block;
    }



  
  .pharmacy-video #play-icon{
  	width: 63px;
  }
    
  .pharmacy-video:hover #play-icon{
  	display: none; 
  }

  .pharmacy-video #play-icon-hover{
  	width: 63px;
    display: none;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    max-width: 100%;
    height: auto;
    cursor: pointer;    
    
  }


    
  .pharmacy-video:hover #play-icon-hover{
  	display: block; 
  }
  
  .account-navigation .navmenu-item{
  	font-size: 14px;
  }
  
  #women-on-couch-mobile{
  	display: none;
  }
  
  
  #how-it-works{
  	padding: 16vh 0vw 10vh 0vw!important
  }
  
  #reviews{
  	justify-content: center;
  }
  
  
  .quote-wrapper{
  	position: relative;
  }
  
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: -40px;
    border-radius: 3px 0 0 3px;
  }
  
  .prev {
    position: absolute;
    left: -40px;
    border-radius: 3px 0 0 3px;
  }  

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    color: #666;
  }  

  

  .terms-check-con .tooltip {
      display:inline-block;
      position:relative;
      border-bottom:1px solid #666;
      text-align:left;
      font-weight: bold;
      cursor: pointer; 	
  }

  .tooltip .bottom {
      min-width:400px; 
      top:20px;
      left:95%;
      transform:translate(-50%, 0);
      padding:10px 20px;
      color:#414042;
      background-color: #EFEFEF;
      font-weight:normal;
      font-size:11px;
      border-radius:8px;
      position:absolute;
      z-index:99999999;
      box-sizing:border-box;
      box-shadow:0 1px 8px rgba(0,0,0,0);
      text-align: left;
      visibility:hidden; opacity:0; transition:opacity 0.8s;
  } 
.info-bubble.tooltip .bottom {
	min-width: 220px;
}

  .tooltip .bottom p{
      font-size: 12px!important;
  }

  .tooltip:hover .bottom {
      visibility:visible; opacity:1;
  }

  .tooltip .bottom i {
      position:absolute;
      bottom:100%;
      left:50%;
      margin-left:-12px;
      width:24px;
      height:12px;
      overflow:hidden;
  }

  .tooltip .bottom i::after {
      content:'';
      position:absolute;
      width:12px;
      height:12px;
      left:50%;
      transform:translate(-50%,50%) rotate(45deg);
      background-color:#939598;
      box-shadow:0 1px 8px rgba(0,0,0,0);
  }

  

  .tooltip-med-history {
      display:inline-block;
      position:relative;
      border-bottom:1px solid #666;
      text-align:left;
      font-weight: bold;
      cursor: pointer; 	
  }

  .tooltip-med-history .bottom {
      min-width:500px; 
      top:20px;
      left:95%;
      transform:translate(-50%, 0);
      padding:10px 20px;
      color:#414042;
      background-color: #EFEFEF;
      font-weight:normal;
      font-size:11px;
      border-radius:8px;
      position:absolute;
      z-index:99999999;
      box-sizing:border-box;
      box-shadow:0 1px 8px rgba(0,0,0,0);
      text-align: left;
      visibility:hidden; opacity:0; transition:opacity 0.8s;
  }

  .tooltip-med-history .bottom p{
      font-size: 12px!important;
  }

  .tooltip-med-history:hover .bottom {
      visibility:visible; opacity:1;
  }

  .tooltip-med-history .bottom i {
      position:absolute;
      bottom:100%;
      left:50%;
      margin-left:-12px;
      width:24px;
      height:12px;
      overflow:hidden;
  }

  .tooltip-med-history .bottom i::after {
      content:'';
      position:absolute;
      width:12px;
      height:12px;
      left:50%;
      transform:translate(-50%,50%) rotate(45deg);
      background-color:#939598;
      box-shadow:0 1px 8px rgba(0,0,0,0);
  }

  #register_drug_card_id::placeholder{
      opacity: 1!important;
  }	


.create-account-bookapt-con{
	display: flex;
  	align-items: center;
    width: 100%;
}

.create-account-bookapt-con .create-account-con{
	width: 50%;
  	border-right: #c2c2c2 1px solid;
  	margin-right: 20px;
}

.create-account-bookapt-con .bookapt-con{
	width: 50%;
}

.create-account-bookapt-con img{
	max-width: 100px;
  	margin-bottom: 15px;
}

.no-gsc-register-con{
	max-width: 600px!important;
  	display: flex;
  	min-width: 500px!important;
}

.mpac-logo{
  width: 180px;
}

  
  @media only screen and (max-width:400px) { 
  	
    .home-section-quote p{
    	font-size: 14px!important;
    }
    
    .home-section-quote{
    	padding-top: 53px!important;
    }
  
  }  
  
  
  	@media only screen and (max-width:43.75em) { 
		/* CSS rules here */
    	.termsModal{
			width: 100%;
		}
      
      
      .home-nav .home-nav-link{
      	width: 33.33%;
        padding: 10px 5px;
        text-align: center; 
        border-bottom: none;
        font-size: 14px;
      }
      
      
      .home-nav{
      	flex-wrap: wrap;
        position: fixed;
        padding: 0 15px;
      }
      
      .bg-green{
      	padding: 4.5vh 0!important
      }
      
      .pharmacy-video{
      	margin: 0 auto;
        max-width: 100%;
        width: 75%;
        padding: 15px;
      }
      
      .pharmacy-video #youtube-video{
      	width: 100%;
        margin-bottom: 0;
      }
      
      .video-header {
		width: 100%;      
	  }
      
      .header-info{
      	width: 100%;
        margin-left: 0;
        padding: 30px 10px 0 10px;
      }
      
      .header-info h2{
      	font-size: 1.7rem;
      }
      
      .home-section-info{
      	width: 100%;
        padding: 30px 0;
      }
      
      .home-section-image{
      	width: 80%;
        margin-top: 20px;
      }
      
      .home-section-info p{
      	margin: 5px auto;
      }
      
      .home-section-quote p{
      	font-size: 16px;
      }
      
      .home-section-quote{
      	justify-content: flex-start;
        width: 100%;
        max-width: 100%!important;
        min-width: 100%!important;
        padding-top: 43px;
      }
      
      .fanshawe-alumni .register{
      	margin: 20px 0!important;
        width: 81%;
        max-width: 90%;
        padding: 35px 20px;
      }
      
      .fanshawe-alumni .register .terms-check-con{
      	font-size: 10px;
        line-height: 1.5;
      }
      
      .get-started-section{
      	margin: auto;
        display: flex;
        padding: 30px 15px 0px 15px;
        align-items: center;
        width: 90%;
        justify-content: center;
      }

      .home-section-info .form-field-input {
		font-size: 13px;
      }
      .dob-title {
		padding-bottom: 0;
      }
      #register_drug_card_id {
		padding-top: 30px;
      }
      
      
      
      .get-started-section img{
      	width: 25%;    
      }      
      
      .get-started-section-info{
        margin-left: 20px;
      }
      
      .get-started-section-info h2{
      	margin: 0;
        font-size: 20px!important;
        text-align: left;
      }
      
      .get-started-section-info p{
        display: none;
      }      
      
      
      #shopify-section-static-gsc-header{
      	display: block;
      }
      
      .home-section-info p{
      	width: 90%;
      }
      
      .sign-in-section-mobile{
        display: block;
        text-align: center;
      }
      
      .sign-in-section-mobile a{
      	font-weight: bold;
        color: #FFF;
      }
      
      .home-section-info h2{      
      	font-size: 1.7rem;
      }
      
      .section-title{
        font-size: 1.7rem;
      }
      
      .home-section-info p{
      	font-size: 16px;
      }
      
      .home-section {
      	padding: 0!important;
      }
      
      .section-title{
      	margin-bottom: 30px;
      }
      
      .home-section-quote{
      	min-height: 237px;
      }
      
      .header-row{
      	padding: 0!important;
      }
      
      .pharmacy-video #play-icon{
        filter: brightness(1)!important;
        opacity: 1!important;  
      }
      
      .multi-color-bg{
      	background-position-x: center;
        padding: 6vh 0!important;
      }
      
      #women-on-couch-mobile{
        display: block;
        width: 90%;
        margin: 0 auto;
      }

      #women-on-couch{
        display: none;
      } 
      
      .quote-left{
      	background-image: url(/cdn/shop/files/quote-left-mobile_03b72f3b-24d5-4f1d-8e49-06477b8a7daf.svg?v=1641937209);
      }
      
      .quote-right{
      	background-image: url(/cdn/shop/files/quote-right-mobile_dd265938-26fe-4fa8-be92-9a565782a6fb.svg?v=1641937209);
      }   
      
      
      .header-info p{
      	font-size: 16px;
      }
      
 
           
      .get-started-section-info h2{
      	font-size: 16px!important;
      }
      
      .cardModal{
      	text-align: center;
        width: 320px;
        
      }
      
     .bg-blue{
        padding: 6vh 0 4vh 0!important;
      }
      
      .get-started-btn{
      	margin-top: 40px!important;
      }
      
      
      #how-it-works{
      	background-image: url(/cdn/shop/files/home_bg_multi_mobile.svg?v=1643401860)!important;
      
      }
      
      .form-field--eighth{
      	width: 24%;
        padding-left: 5px!important;
        padding-right: 5px!important;
      }
     .dob-container .form-field--quarter {
    	width: 46.5%; 
            padding-left: 5px;
        padding-right: 5px;  
    }      
      #how-it-works{
      	padding: 8vh 0vw 2vh 0vw!important;
      }
      
      
      /* Position the "next button" to the right */
      .next {
        right: 0;
        margin-top: -17px;
      }

      .prev {
        left: 0;
        margin-top: -17px;
      }  
      
      .tooltip .bottom{
      	left: 36px;
        min-width: 280px;
      }
      
      .tooltip-med-history .bottom{
      	left: 0px;
        transform: none;
        min-width: 300px;
      }
      
      .tooltip.info-bubble .bottom {
		left: -50px;
      }
      
      .pharmacy-video #play-icon{
      	top: 56%;
      }
      
      
      .home-section-quote p{
      	width: 80%;
        margin: 10px auto 5px auto;
      }
      
      .header-info p{
      	font-size: 15px;
      }
      .pharmacy-video #play-icon-hover {
		display: none!important;
      }
   .pharmacy-video:hover #play-icon-hover{
  	display: none!important;
  }
       
      
    .create-account-bookapt-con{
    	flex-direction: column;
      	justify-content: center;
    }
    
    .create-account-bookapt-con .create-account-con{
    	width: 100%;
      	margin-right: 0;
      	border-right: 0;
      	margin-bottom: 20px;
    }
    
    .create-account-bookapt-con .bookapt-con{
    	width: 100%;
    }
      
    .create-account-bookapt-con .create-account-con h2 br{
    	display: none;
    }
    
    .create-account-bookapt-con .bookapt-con h2 br{
    	display: none;
    } 
      
    .create-account-bookapt-con img{
        display: none;
    }      
      
      
      .no-gsc-register-con{
      	width: 81%!important;
        max-width: 90%!important;
        min-width: 81%!important;
      }  
      
    }
  
  
  @media only screen and (min-width:43.75em) and (max-width:768px) { 
  		
    .home-section-info p{
    	width: 100%;
    }
    
    .home-section-image{
    	margin-top: 20px;
    }
    
    .get-started-section{
    	
      margin-left: 0;
      	
    }
    
    
    #shopify-section-static-gsc-header{
    	display: block;
    }
    
    .quote-wrapper{
    	flex-direction: row!important;
    }
    
    .home-section-quote{
    	width: 49%;
      	min-width: 49%!important;
      	padding-top: 12px!important;   
      	justify-content: center!important;
    }
    
    .home-section-quote p{
    	font-size: 11px!important;
      	margin-bottom: 2px;
      	margin-top: 0;
    }
    
   	.pharmacy-video #play-icon{
      filter: brightness(1)!important;
      opacity: 1!important;  
    }
    
    .create-account-bookapt-con{
    	flex-direction: column;
      	justify-content: center;
    }
    
    .create-account-bookapt-con .create-account-con{
    	width: 100%;
      	margin-right: 0;
      	border-right: 0;
      	margin-bottom: 20px;
    }
    
    .create-account-bookapt-con .bookapt-con{
    	width: 100%;
    }
    
    .create-account-bookapt-con img{
        display: none;
    }     
  	
  }
  
  @media only screen and (min-width:768px) and (max-width:1024px) { 
  		
    .header-info{
    	margin-left: 0;
    }
    
    .home-section{
    	padding: 9vh 10vw!important;
    }
    
    .home-section-quote{
    	max-width: 50%;
    }
    
    .home-section-quote p{
    	font-size: 14px;
    }
    
    .home-section-quote{
      justify-content: flex-start;
      padding-top: 111px;
      max-width: 50%!important;
    }
    
    .get-started-section{
    	margin-left: 0;
    }
    
    #shopify-section-static-gsc-header{
    	display: block;
    }   
    
    .quote-wrapper{
    	flex-direction: row!important;
    }
    
    .quote-con{
    	flex-direction: row!important;
    }
    
      /* Position the "next button" to the right */
      .next {
        right: 0;
      }

      .prev {
        left: 0;
      }  
    
    .create-account-bookapt-con{
    	flex-direction: column;
      	justify-content: center;
    }
    
    .create-account-bookapt-con .create-account-con{
    	width: 100%;
      	margin-right: 0;
      	border-right: 0;
      	margin-bottom: 20px;
    }
    
    .create-account-bookapt-con .bookapt-con{
    	width: 100%;
    }  
    
    .create-account-bookapt-con img{
        display: none;
    }     
          
  	
  } 
  
  
  @media only screen and (min-width:701px) and (max-width:1024px) { 
      /* CSS rules here */
    
    .bg-green{
    	padding: 7vh 0vw 0vh 0vw!important;
    }
    
    .header-row{
    	padding: 0;
      	margin-bottom: 0;
      	flex-direction: row!important;
    }
    
    .pharmacy-video{
    	padding: 10px;
      	margin: 0 auto!important;
      	max-width: 100%;
    }
   
    
    .form-field--eighth {
    	width: 24%; 
    }

    .header-info{
    	padding: 0 15px;
    }
    
    .home-section-quote{
    	max-width: 48%!important;
    }
    
    .header-info h2{
    	font-size: 1.7rem;
    }
    
    .header-info p{
    	font-size: 12px;
    }
    
    .video-header-top{
    	width: 100%;
      	height: 75px;
      	background-color: #1C3563;
      	display: block;
    }
    
    .video-header-bottom{
    	width: 100%;
      	height: 100px;
      	background-color: #2653A5;
      	margin-top: -25px;
      	display: block;
    }    
    
    .header-info{
    	margin-left: 0;
        min-width: 50%!important;
    }
    
    .video-header{
    	min-width: 50%!important;
    }
    
    .home-section{
    	flex-direction: row!important;
      	padding: 2vh 2vw!important;
    }
    
    .home-section-info h2{
    	font-size: 1.7rem;
    }
    
    .home-section-info{
    	min-width: 50%!important;
    }
    
    .home-section-image{
    	min-width: 50%!important;
    }
    
    .register.home-section-info{
    	margin: 15px!important;
    }
    
    .home-section-info{
    	padding-right: 15px;
    }
    
  }    
  
  @media only screen and (min-width:1200px) and (max-width:1700px) { 
  	
    .header-info{
    	padding-right: 15vw;
    }
  
  }	
  
  

  
      
      
</style>