@import url("fontawesome-all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/*
	Styling MF RQ froms to match the GLobal Webiste
*/



body {
    font-family: "Helvetica Neue 67","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background-color: #f9f9f9;
    color: #333;
    margin:0;
    padding:0;
}

h1 {
    font-family: Helvetica Neue 55,Helvetica,Arial,sans-serif;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #333;
    padding-left:20px;
}

h2 {
    font-family: Helvetica Neue 77,Helvetica,Arial,sans-serif;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: bold;
    color: #333;
}

h3 {
    font-family: Helvetica Neue 77,Helvetica,Arial,sans-serif;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: bold;
    color: #c00031;
}

p {
    font-family: Helvetica Neue 77,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 12px;
}

ul {
    font-family: Helvetica Neue 77,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 12px;
}


/* 

Style from MF Site

*/

.mf-form-modal__header {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative
}
.mf-form-modal__header>.container,.mf-form-modal__header>.mf-header__main-nav-container {
    position:relative
    
}

@media(min-width:768px) {
    .mf-form-modal__header {
        height:120px;
    }
    
}
@media(min-width:980px) {
    .mf-form-modal__header {
        height:250px;
    }
    
}
.mf-form-modal__header:after {
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #fff;
    bottom:-10px;
    content:"";
    height:0;
    left:50%;
    margin-left:-10px;
    position:absolute;
    width:0;z-index:2
    
}
@media(min-width:768px){
    .mf-form-modal__header:after {
        border-left-width:20px;
        border-right-width:20px;
        border-top-width:20px;
        bottom:-20px;
        margin-left:-20px
        
    }
    
}
@media(min-width:980px) {
    .mf-form-modal__header:after {
        border-left-width:30px;
        border-right-width:30px;
        border-top-width:30px;
        bottom:-30px;
        margin-left:-30px
        
    }
    
}
.mf-form-modal__header:before {
    background-color:#292524;
    border-radius:50%;
    bottom:-8px;
    content:"";
    -webkit-filter:blur(7px);
    filter:blur(7px);
    height:20px;
    left:50%;
    opacity:.1;
    position:absolute;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:70%;
    z-index:-1
    
}

.IE-11 .mf-form-modal__header:before {
    display:none
    
}

@media(min-width:768px) { 
    .mf-form-modal__header:before {
        bottom:-38px;
        -webkit-filter:blur(18px);
        filter:blur(18px);
        height:108px
        
    }
    
}

.mf-modal__header {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative
    
}
.mf-modal__header>.container,.mf-modal__header>.mf-header__main-nav-container {
    position:relative;
    
}
@media(min-width:768px) {
    .mf-modal__header {
        height:120px;
        
    }
    
}
@media(min-width:980px) { 
    .mf-modal__header {
        height:250px;
        
    }
    
}
.mf-modal__header:after {
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #fff;
    bottom:-10px;
    content:"";
    height:0;
    left:50%;
    margin-left:-10px;
    position:absolute;
    width:0;
    z-index:2 
    
}
@media(min-width:768px) {
    .mf-modal__header:after {
        border-left-width:20px;
        border-right-width:20px;
        border-top-width:20px;
        bottom:-20px;
        margin-left:-20px
        
    }
    
}

@media(min-width:980px) {
    .mf-modal__header:after {
        border-left-width:30px;
        border-right-width:30px;
        border-top-width:30px;
        bottom:-30px;
        margin-left:-30px 
        
    }
    
}
.mf-modal__header:before{
    background-color:#292524;
    border-radius:50%;
    bottom:-8px;
    content:"";
    -webkit-filter:blur(7px);
    filter:blur(7px);
    height:20px;
    left:50%;
    opacity:.1;
    position:absolute;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:70%;z-index:-1}
    
    .IE-11 .mf-modal__header:before {
        display:none
        
    } 
    @media(min-width:768px) {
        .mf-modal__header:before {
            bottom:-38px;
            -webkit-filter:blur(18px);
            filter:blur(18px);height:108px
            
        }
        
    }

/*--------------------------------------*/

.heading {
  width: 75%;
  margin: auto;
}


* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  font-family: "Helvetica Neue 67","Helvetica","Arial",sans-serif;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  resize: vertical;
  margin-bottom: 30px;
  outline: none;
  min-height: 2rem;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

input[type=text]:focus {
  border: 1px solid #c00031;
  outline: none;
  
}

input[type=select]:focus {
  border: 1px solid #c00031;
  outline: none;
  
}

label {
    font-family: "Helvetica Neue 67","Helvetica","Arial",sans-serif;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: -1px;
}

.required {
    color: #AE132A;
}

.link {
    color: #AE132A;
}

input[type=submit] {
  background-color: #c00031;
  color: white;
  padding: 12px 20px;
  margin-right: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  letter-spacing: -1px;
  -webkit-appearance: none;

}

input[type=submit]:hover {
  background-color: #c00031;
}

.container {
  border-radius: 5px;
  background-color: #f9f9f9;
  width: 75%;
  margin: auto;
}


.col-25 {
  float: left;
  width: 30%;
  margin: 6px;
  padding-top: 10%;
}

.col-75 {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding-top: 10%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}