@font-face{
    font-family:'Oswald';
    src:url('/css/application/fonts/Oswald-Light-webfont.eot');
    src:url('/css/application/fonts/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/application/fonts/Oswald-Light-webfont.woff') format('woff'),
        url('/css/application/fonts/Oswald-Light-webfont.ttf') format('truetype');
    font-weight:300;
    font-style:normal
}

@font-face{
    font-family:'Oswald';
    src:url('/css/application/fonts/Oswald-Regular-webfont.eot');
    src:url('/css/application/fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/application/fonts/Oswald-Regular-webfont.woff') format('woff'),
        url('/css/application/fonts/Oswald-Regular-webfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'Oswald';
    src:url('/css/application/fonts/Oswald-Bold-webfont.eot');
    src:url('/css/application/fonts/Oswald-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/application/fonts/Oswald-Bold-webfont.woff') format('woff'),
        url('/css/application/fonts/Oswald-Bold-webfont.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}


body {
    background-color: #FFF;
    color: #101010;
    font-size: 16px;
    line-height: 1.8em;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
}

.container-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 0;
  background: #030303;
  height: 85px;
  
}

.banner img {
  width: 100%;
}

.logo {
  width: 100%;
}

.logo img {
  max-width: 120px;
  max-height: 120px;
  background-color: #030303;
  padding: 10px;
  transition: all 400ms ease-in-out;
}

#outer_content_wrapper {
  margin-top: 100px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Georgia, serif;
}

h2 {
  color: #030303;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}


h3 {
  font-family: "Oswald";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.ioa-application-header {
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-fit-content;    /* Firefox/Gecko */
  width: -webkit-fit-content; /* Chrome */
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.ioa-application-header small {
  display: none;
}

small, h2 small {
  color: #FFF;
  text-shadow: none;
}


label {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  border: 2px solid #004721;
  border-radius: 0px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.input-group-addon:first-child {
  border-radius: 0px;
  border-left: 2px solid #004721;
  border-top: 2px solid #004721;
  border-bottom: 2px solid #004721;

}

.input-group-sm > .input-group-addon {
  padding: 4px 10px;
}

.btn-info {
  font-family: "Oswald";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-radius: 0px;
  background-color: #b10f16;
  border: 1px solid #b10f16;
}

.btn-info:hover, 
.btn-info:active, 
.btn-info:focus,
.btn-info.active {
  border: 1px solid #991017;
  background: #991017;
  box-shadow: none;
}

.toggle-off.btn {
  padding-left:16px;
}

a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal !important;
  color: #b10f16;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal !important;
  color: #005828;
  text-decoration: none;
}

.text-primary {
  color: #b10f16;
}

.dropdown-toggle.btn-default {
  border: 2px solid #004721 !important;
  border-radius: 0px;
}

.input-group.datetimepicker .input-group-addon {
  border-radius: 0px;
  border-right: 2px solid #004721;
  border-top: 2px solid #004721;
  border-bottom: 2px solid #004721;
  padding: 4px 10px;

}

@media screen and (max-width: 780px){
    .container-logo {
        height: 135px;
    }
    .logo {
      text-align: center;
    }
    .logo img {
      max-width: 65px;
      max-height: 65px;
      margin: 5px 0 0 0;
    }
    #outer_content_wrapper {
      margin-top: 150px;
    }
}