#footer {
  /*border-top: 6px solid #f15d22;*/
  border-top: 2px solid #ccc;
  font-size: 1.7rem;
  background: #fff;
}

#footer ul {
  list-style: none;
}

#footer a {
  /*color: #d44500;*/
  color: #555;
  text-decoration: none;
}

#footer a:hover,
#footer a:focus {
  color: #d44500;
  text-decoration: underline;
  -webkit-text-decoration-color: #6f777d;
  -moz-text-decoration-color: #6f777d;
  text-decoration-color: #6f777d;
  outline: 0;
}

#footer a:active {
  text-decoration: none;
}

/*
#footer a:hover {
  color: #d44500;
  background-image: linear-gradient(#6f777d 0%, #6f777d 100%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 95%;
  text-shadow: 3px 0 #fff, 2px 0 #fff, 1px 0 #fff, -1px 0 #fff, -2px 0 #fff, -3px 0 #fff;
}
*/

#footer-main {
  display: table;
  width: 100%;
}

#footer-main-inner {
  display: table-row;
}

#footer-main-left {
  /*width: 30%;*/
  vertical-align: top;
  /*border-right: 1px solid #cfcfcf;*/
}

#footer-main-right {
  /*
  width: 70%;
  float: right;
  */
  vertical-align: top;
  /*border-bottom: 1px solid #cfcfcf;*/
  border-bottom: 0;
}

#footer-seal {
  text-align: center;
}

#footer-seal img {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  padding: 30px;
  display: block;
}

#footer-address {
  border-top: 1px solid #cfcfcf;
  /*min-height: 206px;*/
}

#footer-address address {
  margin: 0;
  /*padding: 42px 15px 43px 15px;*/
  padding: 25px 15px 27px;
  color: #555;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}

#footer-social-center {
  display: none;
}

#footer-social ul {
  margin: 0 auto;
  /*padding: 15px 0;*/
  padding: 25px 0;
  text-align: center;
  /*width: 224px;*/
  width: 100%;
  border-top: 1px solid #cfcfcf;
}

#footer-social ul li,
#footer-social-center ul li {
  display: inline-block;
  padding: 0 8px;
}

#footer-social ul li a,
#footer-social-center ul li a {
  display: inline-block;
  width: 28px;
}

#footer-social ul li a svg,
#footer-social-center ul li a svg  {
	display: block;
	margin: 0 auto;
	fill: #4d4d4d;
	transition: all 0.15s cubic-bezier(0,.45,.55,1);
}

#footer-social ul li a:hover,
#footer-social-center ul li a:hover {
  background: none;
}

#footer-social ul li a:hover svg,
#footer-social-center ul li a:hover svg {
	fill: #d44500;
}

#footer-social ul li a:active svg,
#footer-social-center ul li a:active svg {
	fill: #4d4d4d;
	transition: none;
}

#footer-social ul li a.facebook svg,
#footer-social-center ul li a.facebook svg {
	width: 14px;
}

#footer-social ul li a.twitter svg,
#footer-social-center ul li a.twitter svg {
	position: relative;
	top: -2px;
	width: 25px;
}

#footer-social ul li a.youtube svg,
#footer-social-center ul li a.youtube svg {
	width: 24px;
}

#footer-social ul li a.instagram svg,
#footer-social-center ul li a.instagram svg {
	position: relative;
	top: -1px;
	width: 24px;
}

#footer-copyright-utility {
  display: block;
  vertical-align: top;
  border-top: 1px solid #cfcfcf;
  /*width: 70%;*/
  padding: 25px 16px;
  font-size: 1.4rem;
}

#footer-copyright-utility .copyright,
#footer-copyright-utility .utility {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}

#footer-copyright-utility .copyright em {
  display: block;
}

#footer-copyright-utility .utility {
  margin-top: 15px;
}

#footer-copyright-utility .utility li {
  display: inline-block;
  padding: 0 0 0 12px;
}

#footer-nav {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: ShermanSerif, Georgia, serif;
  font-size: 2.1rem;
  list-style: none;
}

#footer-nav li {
  position: relative;
  padding: 14px 15px 19px 15px;
  border-bottom: 1px solid #cfcfcf;
}

#footer-nav li.empty {
  display: none;
}

#footer-nav a {
  display: inline-block;
  /*margin-bottom: 3px;*/
}

#footer-nav a.top-level {
  color: #444;
}

#footer-nav a.top-level:hover,
#footer-nav a.top-level:focus {
  color: #d44500;
  text-decoration: underline;
  outline: 0;
}

#footer-nav ol {
  display: none;
  margin: 0;
  padding: 0;
  font-family: ShermanSans, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  background: #fafbfc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#footer-nav ol li {
  padding: 17px 15px 24px;
}

#footer-nav ol a {
  color: #4d4d4d;
}

#footer-nav ol a:hover,
#footer-nav ol a:focus {
  color: #cc4700;
  text-decoration: underline;
  outline: 0;
}

#footer-nav .navToggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 66px;
  height: 100%;
  background: url(../img/caret.svg) no-repeat 50% 49%;
  background-size: 14px 9px;
  border-left: 1px solid #cfcfcf;
  cursor: pointer;
}

#footer-nav .navToggle.open {
  transform: rotate(180deg);
  border-left: none;
  border-right: 1px solid #cfcfcf;
  background-position: 50% 55%;
}

#footer-nav ol.open {
  display: block;
}

@media screen and (min-width: 28em) {

  #footer-copyright-utility .copyright em {
		display: inline;
	}

}

@media screen and (min-width: 45em) {

  #footer-address {
    min-height: 224px;
  }

  #footer-address address {
    /*padding: 51px 15px 52px 15px;*/
    padding: 71px 15px 71px 15px;
  }

  #footer-seal {
    height: 386px;
  }

  #footer-seal aside {
    padding-top: 77px;
  }

  #footer-universal {
    display: table;
    width: 100%;
    height: 63px;
    max-height: 63px;
  }

  #footer-main-left {
    float: left;
    width: 30%;
    vertical-align: top;
    border-right: 1px solid #cfcfcf;
  }

  #footer-main-right {
    width: 70%;
    float: right;
    border-bottom: 0;
  }

  #footer-nav {
    margin: 40px auto 0 auto;
    /*margin: 60px auto 0 auto;*/
    /*width: 88%;*/
    width: 410px;
    vertical-align: top;
  }

  #footer-nav {
    margin: 40px auto 0 auto;
    width: 66%;
  }

  #footer-nav span {
    display: block;
    /*
    display: inline-block;
    width: 50%;
    max-width: 200px;
    */
    padding: 15px 0;
  }

  #footer-nav span.med_left {
    float: left;
    width: 50%;
    max-width: none;
  }

  #footer-nav span.med_right {
    float: right;
    width: 40%;
    max-width: none;
  }

  #footer-nav li {
    margin-bottom: 0.5em;
    padding: 0;
    border-bottom: none;
  }

  #footer-nav li.empty {
    display: block;
  }

  #footer-nav .navToggle {
    display: none;
  }

  #footer-nav ol {
    display: block;
    margin: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    list-style: none;
  }

  #footer-nav ol li {
    padding: 4px 0;
    min-width: 177px;
  }

  #footer-nav ol a:hover {
    color: #d44500;
  }

  #footer-universal-inner {
    display: table-row;
  }

  #footer-social {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    height: 63px;
    width: 30%;
  }

  #footer-social ul {
    width: 224px;
    /*padding: 23px 0;*/
    padding: 35px 0;
    border-top: none;
  }

  #footer-copyright-utility {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #cfcfcf;
    /*width: 70%;*/
    /*padding: 16px 16px;*/
    padding: 25px 16px;
    font-size: 1.4rem;
  }

  #footer-copyright-utility .copyright {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #footer-copyright-utility .utility {
    float: right;
    /*margin: 0;*/
    margin: 15px 0 0 0;
    padding: 0;
    text-align: right;
  }

  #footer-copyright-utility .utility li:first-child {
    padding: 0 0 0 0;
  }

  #footer-copyright-utility .copyright {
    float: none;
    text-align: center;
  }

  #footer-copyright-utility .utility {
    margin: 7px 0 0 0;
    float: none;
    text-align: center;
  }

}

@media screen and (min-width: 50em) {

}

@media screen and (min-width: 66em) {

  #footer-nav ol li {
    min-width: none;
  }

  #footer-address {
    min-height: 0;
  }

  #footer-address address {
    padding: 25px 15px 27px;
  }

  #footer-seal {
    height: auto;
  }

  #footer-seal aside {
    padding-top: 0;
  }

  #footer-nav {
    /*margin: 0 auto;*/
    width: 88%;
    margin-top: 57px;
    display: table;
  }

  #footer-nav span {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0;
    width: 22%;
  }

  #footer-nav span {
    display: block;
    float: none !important;
    /*
    display: inline-block;
    width: 50%;
    max-width: 200px;
    */
    padding: 15px 0;
    display: table-cell;
  }

  #footer-nav span#footer-nav-contact,
  #footer-nav span#footer-nav-visit {
    width: auto;
  }

  #footer-nav span#footer-nav-visit {
    padding-right: 15px;
  }

  #footer-nav span#footer-nav-apply {
    width: auto;
  }

  #footer-nav span#footer-nav-login {
    width: 154px;
    max-width: 154px;
    min-width: none;
    overflow: hidden;
  }

  #footer-nav span#footer-nav-login li {
    min-width: none;
    width: 90px;
  }

  /*
  #footer-nav span.med_left {
    float: none;
    width: 22%;
    max-width: none;
  }

  #footer-nav span.med_right {
    float: none;
    width: 22%;
    max-width: none;
  }
  */

  #footer-copyright-utility {
    padding: 9px 16px 16px;
    width: 100%;
  }

  #footer-copyright-utility .copyright {
    float: left;
    margin: 5px 0 9px 0;
    text-align: left;
  }

  #footer-copyright-utility .utility {
    float: right;
    /*margin: 9px 0;*/
    /*margin: -26px 0 0 0;*/
    margin: -29px 0 0 0;
    text-align: right;
  }

  #footer-social {
    display: none;
  }

  #footer-social-center {
    display: block;
    width: 267px;
    /*margin: 0 auto;*/
    margin: 7px auto 0;
  }

  #footer-social-center ul {
    margin: 0;
  }

}

@media screen and (min-width: 75em) {

  #footer-copyright-utility .copyright {
    /*margin-left: 30px;*/
    /*margin-left: 10px;*/
  }

  #footer-copyright-utility .utility {
    /*margin-right: 30px;*/
    /*margin-left: 10px;*/
  }

}

@media screen and (min-width: 98em) {

  #footer-nav {
    width: 78%;
  }

}
