.affix {
  top: 0;
  width: 100%;
  z-index: 99;
}

@media(min-width:767px) {
  .affix .header-family-dropdown {
    display: none;
  }

  .affix .Header_Links {
    display: none;
  }

  .affix .brand img, .fixed-top .brand img {
    width: 80%;
  }

  .affix .navbar-nav, .fixed-top .navbar-nav {
    margin-top: 12px;
  }
  .affix, .fixed-top {
    height:75px !important;	
  }  
}

@media (max-width: 768px) {
    .affix, .fixed-top {
        position: static;
    }
}

.dvRow {
  width: 100%;
  clear: both;
  margin: auto;
}

.dv_container {
  width: 100%;
  margin: auto;
  clear: both;
}

.dv_Header_BG {
  background-image: url('../images/HeaderBlueStrip.png');
   background-repeat: repeat-x;
    height:105px;   
  background-size: auto 100%;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
}
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
/* Safari only */
.dv_Header_BG {
  height:100%;
 
}

}
.headerPane {
  margin-top: -28px;
}

.Header_Links {
  margin-right: 30px;
  margin-top: 20px;
  min-width: 412px;
  float: right;
}

.header-social-link {
  margin-left: 10px;
  width: 32px;
  overflow: hidden;
  display: inline-block;
}

.Header_Links .search {
  float: left;
  left: 20px;
  border-radius: 50%;
}

.search.search-open {
  width: 40%;
  border-radius: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .search.search-open {
    width: 38%;
  }
}

.searchInputContainer {
  margin: 0px;
}

.search {
  transition: all;
}

.Header_Links.Footer_Policy_Text {
  font-size: 12px;
}

.footer-top {
  width: 100%;
  clear: both;
  padding-bottom: 20px;
  background-image:url('../images/FooterBgGrey.png');
  background-size:100% 474px;
}

.footer-bottom {
  background: #fff;
  padding: 30px 0px;
  border-top: 2px solid #ddd;
}

.footer-middle {
  background: #00529b;
  padding: 0px;
}

.Footer_Family_Text {
  font-family: 'Roboto Slab';
  font-size: 24px;
  color: #6295C9;
}

.Footer_Family_Logo {
  float: left;
  margin-right: 44px;
}

.Footer_Policy_Text {
  color: #fff !important;
  font-size: 12px;
}

.Footer_Copy_Text {
  color: #fff !important;
  font-size: 12px;
}

.Footer_World_Text {
  font-family: 'Roboto Slab';
  font-size: 19px;
  color: #fff;
  padding: 10px 0px 5px 0px;
}

.Newsletter_BG {
    background-color: #013e73 !important;
    background-image: none !important;
    padding: 20px 0 0 !important;
}

.Newsletter_Big_Text {
    color: #fff !important;
    font-family: "Roboto Slab" !important;
    font-size: 30px !important;
    line-height: normal !important;
    text-align: center !important;
}

.Newsletter_Small_Text {
    color: #fff !important;
    font-size: 14px !important;
    line-height: normal !important;
    margin-bottom: 8px !important;
    text-align: center !important;
}

#mc_embed_signup_scroll {
    padding-left: 19px;
    padding-top: 4px;
}

#mc_embed_signup_scroll .mc-field-group {
    margin: auto !important;
    min-height: auto !important;
    width: 91%;
}


#mc_embed_signup_scroll .mc-field-group {
    clear: left;
    min-height: 50px;
    padding-bottom: 3%;
    position: relative;
    width: 96%;
}

.Newletter_TextBox {
  width: 70%;
  max-width: 292px;
  border-radius: 25px 0px 0px 25px;
  border: none;
  padding: 6px 18px;
  font-size: 16px;
}

.Newsletter_Btn {
  background: #51B948;
  border: medium none;
  border-radius: 0 25px 25px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: -4px;
  padding: 6px 12px;
}

.Header-Family-Website-BG {
  background: #01427C;
  padding: 10px;
}

.header-family-dropdown {
  margin-left: 4%;
  cursor: pointer;
  position: absolute;
}

.DisplayNone {
  display: none;
}

.Padding_Left_Zero {
  padding-left: 0px;
}

.Padding_Right_Zero {
  padding-right: 0px;
}

.Padding_Zero {
  padding: 0px;
}

.GeoHeaderImg {
    padding-top: 10px;
  }

@media (max-width:640px) {
  .brand {
    width: 45%;
  }

  .header-family-dropdown {
    display: none;
  }

  .Header_Links {
    display: none;
  }  
}

@media (max-width:767px) {
  .footer-middle .dvRow .col-md-5 {
    margin-bottom: 10px;
    text-align: left;
  }

  .Footer_Family_Text {
    text-align: center;
    margin: auto auto 20px auto;
  }
}

@media (max-width:460px) {
  .Newsletter_Big_Text {
    font-size: 18px;
  }

  .Newsletter_BG {
    padding: 10px;
  }

  .Newsletter_Small_Text {
    margin: 10px auto;
  }

  .Newsletter_BG .col-md-12 {
    padding: 0px;
  }

  .Newletter_TextBox {
    width: 68%;
    font-size: 13px;
  }

  .Footer_Family_Logo {
    float: none;
    margin: auto auto 20px auto;
	text-align:center;
  }

  .Footer_Family_Logo img {
    margin: auto;
  }
}

.footer-middle .dvRow {
  display: block;
}

.searchInputContainer input {
  display: block !important;
  width: 84% !important;
  border-radius:25px;
  height:30px;  
}
.search-open input{
  background:#fff !important;
}

.footer-top .left
{
height:auto;
}

.footer-top .left li a
{
font-size:13px;
}

.footer-top .left li a:hover
{
text-decoration:none;
}

@media all and (max-width:991px) {
.footer-top{
background-size:cover;
}
}
 