@charset "utf-8";
/* CSS Document */


/* HEADER */

    #header {
      overflow: hidden;
      background-color: #ffffff;
      padding: 0;
    }

    #header .inner {
      overflow: hidden;
      background-color: #ffffff;
      padding: 15px 10px 12px 0;
      width: 1170px;
      margin: 0 auto;
    }

    #header .header-right {
      float: right;
      padding: 0 10px;
    }

    #header .headLink {
      float: right !important;
      text-align: center;
      padding: 0 6px 0 6px;
      display: flex;
    }

    #header .headLink a {
      text-decoration: none !important;
    }

    #header .headLink-icon {
      color: #0067b2;
    	display: block;
    	font-size: 32px;
    	line-height: 1.15;
    	padding: 0;
      margin: 0;
    }

    #header .headLink-icon:hover {
      color: #0e7dc7;
    }

    #header .headLink-text {
      color: #0067b2;
    	display: block;
	    font-size: 13px;
	    font-weight: 700;
    }

    #header .headLink-text:hover {
      color: #0e7dc7;
    }

    #header a.logo {
      font-size: 25px;
      line-height: 25px;
      font-weight: bold;
    }

    #header a.logo:hover {
      font-size: 25px;
      line-height: 25px;
      font-weight: bold;
    }

/* No media query since this is the default in Bootstrap */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  #header .inner { width: 100%; }
  #header .headLink-icon { font-size: 38px; margin-top: 5px; }
  #header .headLink-text { display: none; }
  #header .header-right { padding-right: 30px; }
  #header .headLink { padding-left: 10px; }
  
  #header .header-left {
    float: left;
    padding: 0 15px !important;
    min-height: 72px;
  }
  
  #header .header-right {
    min-height: 72px;
    padding: 0 !important;
  }
  
  .hs-search-field {
    height: 26px;
    width: 100%;
    top: 50%;
    position: absolute;
    margin: 10px auto 0;
    left: 0;
  }
  
  .hs-search-field input {
    width: 90%;
    border: 1px solid #bbb;
    font-family: Arial,"Arial",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.58333;
    color: #333f48;
    padding: 1px 5px;
  }
  
  .headlink-container {
    padding: 0 !important;
    text-align: center;
  }
  
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  
  .hs-search-field {
    height: 26px;
    width: 100%;
    top: 50%;
    position: absolute;
    margin: 10px auto 0;
    left: 0;
  }
  
  .hs-search-field input {
    width: 90%;
    border: 1px solid #bbb;
    font-family: Arial,"Arial",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.58333;
    color: #333f48;
    padding: 1px 5px;
  }
  
  .headlink-container {
    padding: 0 !important;
    text-align: center;
  }
  
  .hide-for-small {
    display: inline-block;
  }
  
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  
  .hs-search-field {
    height: 26px;
    width: 100%;
    top: 50%;
    position: absolute;
    margin: 10px auto 0;
    left: 0;
  }
  
  .hs-search-field input {
    width: 90%;
    border: 1px solid #bbb;
    font-family: Arial,"Arial",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.58333;
    color: #333f48;
    padding: 1px 5px;
  }
  
  .headlink-container {
    padding: 0 !important;
    text-align: center;
  }
  
  .hide-for-small {
    display: inline-block;
  }
  
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  
  .hs-search-field {
    height: 26px;
    width: 100%;
    top: 50%;
    position: absolute;
    margin: 10px auto 0;
    left: 0;
  }
  
  .hs-search-field input {
    width: 90%;
    border: 1px solid #bbb;
    font-family: Arial,"Arial",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.58333;
    color: #333f48;
    padding: 1px 5px;
  }
  
  .headlink-container {
    padding: 0 !important;
    text-align: center;
  }
  
  .hide-for-small {
    display: inline-block;
  }
  
}

/* END HEADER */
