body{
  background: #F7F7F7;
}
.browser-not-supported-navbar {
  min-height: 112px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D8D8D8;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin-bottom: 0;
}
.browser-not-supported-navbar-header {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
  background-color: #B6D3E9;
  width: 100%;
  float: left;
  color: #3A5A78;
  position: relative;
  height: 50px;
  display: block;
}
.browser-not-supported-menu-inner-container{
  position: relative;
}
.browser-not-supported-navbar-brands img {
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  text-align: center;
  vertical-align: middle;
  top: 0;
  background: #FFFFFF;
  padding: 15px;
  height: 110px;
  display: inline-block;
}
h3 {
  vertical-align: middle;
  margin: 15px 30px;
  display: inline-block;
  position: absolute;
  font-family: "HCo Gotham", arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.inner-header {
  width: inherit;
  margin: auto;
  padding: 0 0 0 15px;
}
.browser-not-supported-container {
  padding: 0;
  width: 1024px;
}
.browser-not-supported-card{
  background-color : #F7F7F7;
  height : 100%;
  position:relative;
  top:0;
  right:0;
  bottom:0;
  left:0;
  padding: 0;
  width: 1024px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.browser-not-supported-bodycopy {
  font-family: "HCo Gotham", arial, sans-serif;
  font-size : 14px;
  line-height:18px;
  color : #484848;
  background-color : #FFFFFF;
  padding-left : 30px;
  padding-right : 30px;
  margin : 20px 0;
  border :1px solid #F7F7F7;
  box-shadow : 1px 2px 3px rgba(0, 0, 0, 0.25);
}
h2{
  font-weight :500;
  font-size : 24px;
  line-height : 28px;
  color : #3A5A78;
  margin-top: 30px;
}
h1{
  margin-top: 30px;
}
a.msglink{
  font-family: "HCo Gotham", arial, sans-serif;
  font-weight : 500;
  color : #2477BF;
}
a.msglink:hover{
  text-decoration : underline;
  color : #000000;
}
.brwoser-not-supported-message{
  padding-bottom:30px;
}

.browser-not-supported-page-footer {
  font-family: "HCo Gotham", arial, sans-serif;
  border-top: 5px solid #B6D3E9;
  background: #484848;
  color: #FFFFFF;
  padding: 27px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
}

.list_break{
  display: none;
}
.container{
  width: 1024px;
}
.browser-not-supported-legal a {
  color: #FFFFFF;
  clear: both;
  cursor: pointer;
}
.browser-not-supported-legal a:hover {
  color: #FFFFFF;
  display: block;
}
.browser-not-supported-legal a:focus{
  color: #FFFFFF;
  outline: none;
}

/*Breakpoint*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1169px) {
  .container{
    width: 100%;
  }
  .browser-not-supported-menu-inner-container{
    padding-left: 42px;
  }
  .browser-not-supported-bodycopy {
    margin: 0 42px;
  }
}

/*Breakpoint*/
@media screen and (max-width: 1023px) and (min-width:
768px) {
  .browser-not-supported-bodycopy {
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .browser-not-supported-navbar-header {
    height: 50px;
    width: 100%;
  }
  h3 {
    margin: 15px 20px;
    font-weight: 500;
  }
  .browser-not-supported-container {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    width: 100%;
  }
  .container {
    width: 100%;
  }
  a {
    font-family: "HCo Gotham", arial, sans-serif;
    font-weight: 500;
    color: #2477BF;
  }
  .brwoser-not-supported-message {
    font-family: "HCo Gotham", arial, sans-serif;
    font-size: 14px;
  }
  .container{
    max-width: 100%;
  }
}

/*Breakpoint*/
@media (max-width:767px) {
  .browser-not-supported-bodycopy {
    margin: 0 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-default {
    min-height: 95px;
    border-radius: 0;
    max-width: inherit;
  }
  .browser-not-supported-navbar-header {
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
  }
  h3 {
    margin: 10px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 500;
  }

  .browser-not-supported-container {
    padding: 0 0 0 5px;
    margin: 0;
  }
  .container {
    max-width: 100%;
  }
  .browser-not-supported-navbar-brands img {
    height: 94px;
  }

  .list_break
  {
    display: block;
  }
  .browser-not-supported-page-footer {
    padding: 30px 20px;
  }
}
