/*
*
* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS!
* less/footer/footer.less
*
* ---------------------------
* Styles associated with the footer wrapper
* ---------------------------
*/
#footer {
  padding: 10px 4px 4px;
}
#footer .footer_col a {
  text-decoration: none;
}
#footer .footer_col a:hover {
  color: #c40302;
}
.footer_col {
  display: none;
}
#wdn_footer_feedback {
  display: block;
}
#wdn_footer_feedback form {
  display: none;
}
#wdn_footer_feedback h3 {
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 20px 20px 20px 20px;
  font-size: 0.5em;
  background: rgba(183, 183, 183, 0.8);
  background: -moz-linear-gradient(top, rgba(183, 183, 183, 0.8) 0%, rgba(172, 172, 172, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(183, 183, 183, 0.8)), color-stop(100%, rgba(172, 172, 172, 0.8)));
  background: -webkit-linear-gradient(top, rgba(183, 183, 183, 0.8) 0%, rgba(172, 172, 172, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(183, 183, 183, 0.8) 0%, rgba(172, 172, 172, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(183, 183, 183, 0.8) 0%, rgba(172, 172, 172, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(183, 183, 183, 0.8) 0%, rgba(172, 172, 172, 0.8) 100%);
  display: inline-block;
  line-height: 1;
  padding: 11px 5px;
}
#wdn_footer_feedback h3 a {
  font-weight: bold;
  padding: 5px 8px;
  text-shadow: 0 1px 1px #fff;
  color: #666;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #dfdfdf;
  border-radius: 20px 20px 20px 20px;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #dddddd 100%);
}
#wdn_copyright {
  display: none;
}
@media (min-width: 320px) {
  
}
@media (min-width: 480px) {
  
}
@media (min-width: 600px) {
  #footer {
    background: #eee;
    padding: 50px 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    background-position: 0 0px;
    background-size: 0 95px;
    background-repeat: repeat-x;
    text-align: left;
    font-size: 80%;
    line-height: 150%;
    color: #333;
    text-shadow: 0px 1px 0px #f5f2ef;
    border-top: 1px solid #EEE;
    box-shadow: 0px -1px 0px #cecece;
    -webkit-box-shadow: 0px -1px 0px #cecece;
  }
  #footer .footer_col {
    width: 30%;
    float: left;
    position: relative;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  #footer .footer_col h3 {
    font-size: 2em;
    text-transform: uppercase;
    color: #444;
    border-bottom: 1px solid #888;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 0.8em;
    font-family: "URWGroteskCon-Lig", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background: none;
    box-shadow: 0 1px 0 #ffffff;
    -webkit-box-shadow: 0 1px 0 #ffffff;
    display: block;
    border-radius: 0 0 0 0;
    line-height: 0.5;
  }
  #footer .footer_col h3 a {
    background: none;
    border: none;
    color: #444;
    font-weight: normal;
    text-shadow: none;
  }
  #footer .footer_col a,
  #footer .footer_col:link,
  #footer .footer_col:visited {
    color: #333;
  }
  #footer .footer_col ul li {
    margin: 2px 0;
    border-bottom: 1px dotted #c0c0c0;
  }
  #footer .footer_col ul li ul {
    border-top: 1px dotted #c0c0c0;
  }
  #footer .footer_col ul li ul li {
    margin: 2px 10px;
  }
  #footer .footer_col ul li ul li:last-child {
    border-bottom: none;
    margin: 0 10px;
  }
  #footer .footer_col ul li a {
    display: inline-block;
    padding: 1px 8px;
  }
  #footer .footer_col ul li a:hover {
    color: #c40302;
  }
  #footer #wdn_footer_feedback {
    margin-left: 0;
  }
  #footer_floater {
    background: url('../images/spriteSheet.png') -78px -699px no-repeat;
    display: block;
    width: 50px;
    height: 41px;
    margin: -71px auto 0;
  }
  #wdn_footer_contact,
  #wdn_footer_share {
    display: block;
  }
  #wdn_copyright {
    clear: both;
    display: block;
    border-top: 2px solid #fff;
    text-shadow: 0px 1px 0px #730201;
    box-shadow: 0 -1px 0 #cecece, 0px 3px 5px #aaaaaa;
    -webkit-box-shadow: 0 -1px 0 #cecece, 0px 3px 5px #aaaaaa;
    background: #c40302;
    background: -moz-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c40302), color-stop(100%, #9e0302));
    background: -webkit-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: -o-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: -ms-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: linear-gradient(to bottom, #c40302 0%, #9e0302 100%);
    color: #fff;
    line-height: 1.6em;
    min-height: 42px;
    margin: 0 -4px -4px -4px;
    padding: 4px;
    overflow: auto;
  }
  #wdn_copyright a {
    color: #fff;
  }
  #wdn_copyright ul {
    display: inline;
  }
  #wdn_copyright ul li {
    display: inline;
  }
  #wdn_copyright > div {
    width: 79%;
    padding-right: 3%;
    display: inline-table;
    vertical-align: top;
  }
  #wdn_copyright #wdn_logos {
    width: 100px;
    float: right;
    padding-right: 0;
    margin-top: 4px;
  }
  #wdn_copyright #wdn_logos a {
    display: inline-block;
  }
  #wdn_copyright #wdn_logos #unl_wordmark {
    background: url('../images/spriteSheet.png') 0 -206px no-repeat;
    display: block;
    width: 100px;
    height: 39px;
    text-indent: -9999em;
    line-height: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 9px;
    box-shadow: 0 1px 0 #9d0201;
    -webkit-box-shadow: 0 1px 0 #9d0201;
  }
  #wdn_copyright #wdn_logos #b1g_wordmark {
    background: url('../images/spriteSheet.png') -141px -139px no-repeat;
    display: block;
    width: 40px;
    height: 14px;
    text-indent: -9999em;
    line-height: 0;
    float: right;
    margin-top: -15px;
  }
  #wdn_copyright #wdn_logos #cic_wordmark {
    background: url('../images/spriteSheet.png') -137px -174px no-repeat;
    display: block;
    width: 46px;
    height: 18px;
    text-indent: -9999em;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  #wdn_footer_related {
    display: block;
  }
  #footer {
    margin: 0 -5px;
  }
  #footer .footer_col {
    width: 22%;
    float: left;
    position: relative;
    margin-left: 4%;
    margin-bottom: 20px;
  }
  #footer .footer_col h3 {
    font-size: 2.2em;
  }
  #wdn_copyright {
    margin: 0 -16px -12px;
  }
}
@media (min-width: 960px) {
  #wdn_copyright > div {
    width: 86%;
  }
}
@media (min-width: 1040px) {
  #footer {
    margin: 15px -12px 0;
    font-size: 71%;
  }
  .footer_col {
    width: 222px;
    float: left;
    position: relative;
    margin-left: 24px;
    margin-bottom: 20px;
  }
  #wdn_copyright {
    border-radius: 0 0 10px 10px;
    margin: 0 -16px -23px;
    padding: 16px;
  }
  #wdn_copyright > div {
    width: 79%;
  }
  #wdn_copyright #wdn_logos {
    width: 162px;
  }
  #wdn_copyright #wdn_logos a {
    display: inline;
    float: left;
    vertical-align: baseline;
  }
  #wdn_copyright #wdn_logos #unl_wordmark {
    padding-right: 6px;
    border-bottom: 0;
    border-right: 1px solid #c6c6c6;
    margin-right: 9px;
    box-shadow: 1px 0 0 #9d0201;
    -webkit-box-shadow: 1px 0 0 #9d0201;
  }
  #wdn_copyright #wdn_logos #b1g_wordmark {
    margin: 25px 0 0 -46px;
    padding-right: 6px;
  }
}
