@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('/css/application/fonts/Montserrat300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/css/application/fonts/Montserrat400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('/css/application/fonts/Montserrat600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/css/application/fonts/Montserrat700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
  font-family: "Montserrat", san-serif, Helvetica;
  line-height: 18px;
  font-size: 16px;
  color: #000;
}

.container {
  width: 100%;
  padding: 0 0 0 0;
}

.container-logo {
  padding: 0 0 0 0;
  width: 100%;
  background: #b22329;
  height: 103px;
}

.logo {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.logo img{
  display: inline-block;
  width: 170px;
  vertical-align: middle;
  margin: 38px 0 0 0;
}

.title_header {
  background-color: #321213;
  width: 100%;
  height: 38px;
}

#outer_content_wrapper {
  padding: 0 15px;
}

h2, h3 {
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

h2 {
  font-size: 35px;
}

.btn-info {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background: #EF3F30;
  border-color: #EF3F30;
  color: #FFF;
  font-weight: 600;
  border-radius: 28px;
  max-height: 56px;
  font-size: 18px;
  transition: background-color .25s ease-out,color .25s ease-out;
}
 
.btn-info:hover, 
.btn-info:active, 
.btn-info:focus, 
.btn-info.active {
  background-color: #FFF;
  border-color: #EF3F30;
  color: #000;
  font-weight: 600;
  max-height: 56px;
  font-size: 18px;
  transition: background-color .25s ease-out,color .25s ease-out;
}

a {
  color: #b22329;
  text-decoration: none;
  transition: background-color .25s ease-out,color .25s ease-out;
}

a:hover, 
a:focus, 
a:active {
  color: #e03c3f;
  text-decoration: none;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.text-primary {
  color: #ae233a;
}

#secure_wrapper {
  text-align: center;
}

#secure_notice {
  background: none;
  border: 1px solid #999999;
  padding: 10px;
  margin-top: 25px;
  text-align: center;
}

#secure_notice h3 {
  margin: 0 auto;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 15px;
}

@media (max-width: 839px) {
  .container-logo {
    transition: all .5s ease-in;
    -webkit-transition-delay: .2s;
    transition-delay: .2s; 
  } 

}

@media (max-width: 640px) {
  .container-logo {
    position: relative;
    height: 50px;
    transition: all .5s ease-in;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    box-shadow: 1px 0 1px #000;    
  }
  .title_header {
    display: none;
  }

  .logo {
    padding: 0;
    width: 100%;
    height: 50px;
    margin-top: 0;
    padding-right: 5px;
  }

  h1, h2, h3 {
    font-size: 18px;
  } 

  .logo img{
    display: block;
    max-width: 289px;
    height: 50px;
    margin: 0 auto 0 auto;
  }   

} 