* {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}

.row:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

#smartbanner {
  z-index: 99999999999 !important;
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.row:after,
.clearfix:after {
  clear: both;
}

.skip-nav {
  position: absolute;
  top: -50px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 99999;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.skip-nav > a {
  display: block;
  width: 25%;
  margin: 0 auto;
  padding: 5px;
  background: #d91c12;
  font-size: 1.4em;
  text-decoration: none;
  color: white;
}
.skip-nav.focus {
  top: 0;
}
@media all and (max-width: 1023px) {
  .skip-nav {
    display: none;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.font-small,
.font-small * {
  font-size: 0.8rem !important;
}

.font-large,
.font-large * {
  font-size: 1.2rem !important;
}

.disclaimer {
  font-size: 11px;
}

/* -- Global --- */
body {
  margin: 0 auto;
  font-family: "proxima-nova", sans-serif;
  color: #4f545d;
  max-width: 2000px;
}

* a {
  text-decoration: none;
  color: #d91c12;
  outline: none;
}
* a:hover {
  text-decoration: underline;
}

.content-disclosure {
  font-style: italic;
  padding-bottom: 20px;
  font-size: 12px;
}
.content-disclosure img {
  float: left;
  padding-right: 20px;
}

.needed {
  color: green;
}

a[href*="/broken-link"] {
  color: green !important;
}

ol li {
  margin-left: 40px;
  padding: 5px 0;
}

h3 {
  color: #d91c12;
  font-weight: 100;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* -- Homepage Styles --- */
header {
  padding: 40px 20px 20px 20px;
  position: relative;
}

.logo {
  width: 25%;
  float: left;
}
@media all and (max-width: 1023px) {
  .logo {
    margin: 0 auto;
    text-align: center;
    float: none;
    min-width: 295px;
  }
}
.logo a {
  display: block;
  width: 100%;
}
.logo img {
  width: 80%;
  min-width: 200px;
}
@media all and (max-width: 549px) {
  .logo img {
    width: 50%;
    min-width: 200px;
  }
}
@media all and (max-width: 549px) {
  .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    float: none;
  }
}

.search {
  float: right;
  width: 20%;
  text-align: right;
  margin-top: 30px;
  color: white;
  margin-bottom: 10px;
}
@media all and (max-width: 1390px) {
  .search {
    position: relative;
    right: -1.5%;
  }
}
@media all and (max-width: 1023px) {
  .search {
    width: 50%;
    margin: 20px auto;
    text-align: center;
    right: initial;
    float: none;
    text-align: center;
    min-width: 300px;
  }
}
@media all and (max-width: 549px) {
  .search {
    right: 0;
    text-align: center;
    float: none;
    width: initial;
  }
}

.online-banking-and-rates {
  background-color: #d91c12;
  width: 100%;
  color: white;
  padding: 18px 0;
  /*max-height: 145px;*/
}
@media all and (max-width: 1145px) {
  .online-banking-and-rates {
    max-height: none;
    padding: 5px 0;
  }
}
.online-banking-and-rates h2 {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
}

.obl-message {
  font-style: italic;
  font-size: 13px;
  line-height: 21px;
}

.online-banking-form input[type=text],
.online-banking-form input[type=password] {
  float: left;
  text-indent: 10px;
  min-height: 25px;
  margin-right: 20px;
  width: 95%;
  margin-top: 5px;
  border: 0;
}
@media all and (max-width: 461px) {
  .online-banking-form input[type=text],
.online-banking-form input[type=password] {
    float: none;
    margin-bottom: 10px;
  }
}

.online-banking-form input[type=submit] {
  background-color: #4f545d;
  border: 0;
  color: white;
  padding: 6px 20px;
  margin-top: 18px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.online-banking-form input[type=submit]:hover {
  text-decoration: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}

.online-banking {
  float: left;
  width: 45%;
  background-position: right top;
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/border.png);
  background-repeat: repeat-y;
  background-size: 5px;
  padding: 0 20px;
}
@media all and (max-width: 1145px) {
  .online-banking {
    width: 50%;
  }
}
@media all and (max-width: 929px) {
  .online-banking {
    width: 100%;
    background-image: none;
  }
}
@media all and (max-width: 461px) {
  .online-banking {
    text-align: center;
  }
}
.online-banking h2 {
  padding-bottom: 5px;
  font-style: italic;
  font-size: 18px;
}
.online-banking iframe {
  width: 100%;
}
@media all and (min-width: 1023px) {
  .online-banking iframe {
    max-height: 120px;
  }
}
@media all and (max-width: 929px) {
  .online-banking iframe {
    width: 290px;
    margin: 0 auto;
    height: 230px;
    display: block;
  }
}

.ob-links {
  float: right;
  font-size: 12px;
  padding-top: 10px;
}
@media all and (max-width: 461px) {
  .ob-links {
    float: none;
  }
}
.ob-links ul {
  position: relative;
  right: 25px;
}
@media all and (max-width: 461px) {
  .ob-links ul {
    right: 0;
  }
}
.ob-links ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 5px;
}
.ob-links ul li a {
  color: white;
}

.member-input {
  float: left;
  width: 40%;
}
.member-input label {
  float: left;
  font-size: 12px;
}
@media all and (max-width: 461px) {
  .member-input {
    margin: 0 auto;
    float: none;
    width: 75%;
  }
}

.password-input {
  float: left;
  width: 40%;
}
.password-input label {
  float: left;
  font-size: 12px;
}
@media all and (max-width: 461px) {
  .password-input {
    margin: 0 auto;
    float: none;
    width: 75%;
  }
}

.rates {
  margin: auto;
  float: left;
  width: 55%;
  padding: 0 40px;
  max-height: 110px;
}
@media all and (max-width: 1145px) {
  .rates {
    width: 50%;
  }
}
@media all and (max-width: 929px) {
  .rates {
    width: 100%;
    background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/border-horizontal.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 10px 40px;
    margin: 25px 0;
    max-height: none;
  }
}
@media all and (max-width: 479px) {
  .rates {
    padding: 30px 35px;
    text-align: center;
  }
}
.rates h2 {
  padding-bottom: 10px;
}
@media all and (max-width: 1198px) {
  .rates div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .rates > div:nth-child(3) {
    display: none;
  }
}

.rates-box {
  float: left;
  width: 28%;
}
@media all and (max-width: 1198px) {
  .rates-box {
    width: 40%;
  }
}
@media all and (max-width: 479px) {
  .rates-box {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    clear: both;
  }
}

.rate-teaser {
  text-align: left;
  font-size: 19px;
}
@media all and (max-width: 479px) {
  .rate-teaser {
    text-align: center;
  }
}

.rates-desc {
  float: left;
  margin-top: 11px;
  padding-right: 2px;
  font-style: italic;
}
@media all and (max-width: 479px) {
  .rates-desc {
    text-align: right;
    width: 45%;
  }
}

.rates-info .rate {
  float: left;
  font-size: 28px;
}
@media all and (max-width: 479px) {
  .rates-info .rate {
    width: 20%;
  }
}
.rates-info .rate-rt .rate-type {
  font-size: 11px;
  margin-top: -3px;
}

@media all and (max-width: 479px) {
  .rates-info .rate-rt {
    width: 25%;
    float: left;
    text-align: left;
  }
}

.rates-buttons {
  width: 16%;
  float: left;
  text-align: center;
  position: relative;
  top: -6px;
}
@media all and (max-width: 1145px) {
  .rates-buttons {
    max-height: none;
    position: static;
    width: 20%;
  }
}
@media all and (max-width: 479px) {
  .rates-buttons {
    width: 100%;
  }
}
.rates-buttons a {
  width: 100%;
  float: left;
  background-color: #4f545d;
  margin-bottom: 10px;
  position: relative;
  top: -10px;
  left: 20px;
  font-size: 12px;
  padding: 7px 0;
  color: white;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media all and (max-width: 1145px) {
  .rates-buttons a {
    padding: 7px;
  }
}
@media all and (max-width: 479px) {
  .rates-buttons a {
    width: 80%;
    margin: 0 auto;
    display: block;
    float: none;
    top: initial;
    left: initial;
    margin-bottom: 10px;
  }
}
.rates-buttons a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.search fieldset span {
  border: none;
}
.search fieldset span input[type=text] {
  background-color: #4f545d;
  color: white;
  text-indent: 10px;
  position: relative;
  right: -15px;
  min-height: 35px;
  width: 70% !important;
}

.search fieldset input[type=submit] {
  text-indent: -99999999999px;
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/search.png);
  background-repeat: no-repeat;
  background-size: 80%;
  height: 25px;
  width: 30px;
  position: relative;
  top: 2px;
  left: -23px;
  background-color: #4f545d;
}
.search fieldset input[type=submit]:hover {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: white !important;
  text-transform: uppercase;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  text-transform: uppercase;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
  text-transform: uppercase;
}

input:-ms-input-placeholder {
  color: white !important;
  text-transform: uppercase;
}

.banner {
  width: 100%;
  max-width: 1330px;
  margin: auto;
}
.banner img {
  width: 100%;
}

main.home {
  position: relative;
  top: -55px;
  max-height: 330px;
  margin: 0 auto;
  width: 85%;
  z-index: 999;
  color: #4f545d;
}
@media all and (max-width: 1024px) {
  main.home {
    max-height: none;
  }
}
main.home > div.row {
  position: relative;
  top: 70px;
}

.hp-center {
  background-color: #cacbce;
  font-size: 15px;
}
.hp-center a {
  color: #9c140d;
}
.hp-center iframe {
  overflow: hidden;
}

.email-marketing {
  width: 100%;
  height: 82px;
  max-width: 100%;
}
@media all and (max-width: 1200px) {
  .email-marketing {
    width: 700px;
    height: 290px;
  }
}
@media all and (max-width: 699px) {
  .email-marketing {
    width: 200px;
    height: 290px;
  }
}

@media all and (max-width: 399px) {
  .hp-center > div {
    width: 100% !important;
  }
}
.hp-left-content {
  width: 95%;
  background: #cacbce;
  padding: 40px 0;
}
@media all and (max-width: 1023px) {
  .hp-left-content {
    width: 100%;
    text-align: center;
  }
}
.hp-left-content > .sf_2cols_1_50 {
  border-right: 1px solid #4f545d;
  min-height: 235px;
}
@media all and (max-width: 646px) {
  .hp-left-content > .sf_2cols_1_50 {
    width: 100%;
    border: none;
  }
}
.hp-left-content > .sf_2cols_1_50 .hp-text {
  padding-left: 40px;
}
@media all and (max-width: 1023px) {
  .hp-left-content > .sf_2cols_1_50 .hp-text {
    padding-left: 0;
  }
}
@media all and (max-width: 646px) {
  .hp-left-content > .sf_2cols_1_50 .hp-text {
    padding: 0;
  }
}
@media all and (max-width: 646px) {
  .hp-left-content > .sf_2cols_2_50 {
    width: 100%;
    border: none;
  }
}

@media all and (max-width: 1023px) {
  .hp-left,
.hp-right {
    width: 100% !important;
    margin-bottom: 40px;
  }
}
.hp-left .sf_2cols_2_33, .hp-left .sf_2cols_2in_33,
.hp-right .sf_2cols_2_33,
.hp-right .sf_2cols_2in_33 {
  margin-left: 0;
}
.hp-left a,
.hp-right a {
  color: #9c140d;
}

.hp-right-content {
  width: 100%;
  margin: 0 auto;
  background: #cacbce;
  min-height: 315px;
  color: #4f545d;
}
@media all and (max-width: 1261px) {
  .hp-right-content .tabs-nav ul {
    height: 54px;
  }
}
.hp-right-content .tabs-nav ul li a {
  display: block;
  padding: 10px;
  font-size: 14px;
}
@media all and (max-width: 1261px) {
  .hp-right-content .tabs-nav ul li a {
    height: 54px;
  }
}
.hp-right-content .tabs-nav ul li a:hover {
  text-decoration: none;
}
.hp-right-content h3 {
  color: #9c140d;
}

.hp-left-left,
.hp-left-right {
  padding: 0 15px;
}
.hp-left-left h3,
.hp-left-right h3 {
  text-align: center;
  color: #9c140d;
}
.hp-left-left img,
.hp-left-right img {
  display: block;
  margin: 20px auto;
  max-width: 85px;
}

.hp-left-right {
  border: none;
}

.hp-center {
  padding: 15px;
  position: relative;
  bottom: -15px;
}
@media all and (max-width: 654px) {
  .hp-center {
    width: 100%;
    border: none;
  }
}
.hp-center .sf_2cols_1_33 {
  width: 28%;
  border-right: 1px solid #4f545d;
  text-align: center;
}
@media all and (max-width: 646px) {
  .hp-center .sf_2cols_1_33 {
    width: 100%;
    border: none;
  }
}
@media all and (max-width: 646px) {
  .hp-center .sf_2cols_2_67 {
    width: 100%;
  }
}
.hp-center h2 {
  font-style: italic;
  color: #4f545d;
  padding: 25px 0;
}
@media all and (max-width: 357px) {
  .hp-center h2 {
    font-size: 26px;
  }
}

.hp-text {
  width: 75%;
  margin: 0 auto;
  display: block;
}

.current-newsletter {
  text-align: center;
}
.current-newsletter img {
  max-width: 125px;
}

.contact-hp {
  text-align: center;
}

/* -- Inside Styles --- */
.k-in {
  border: none !important;
}

.k-treeview .k-item {
  background-image: none;
}

.k-widget > ul > li > div > a {
  font-weight: bold;
  margin-top: 30px !important;
  font-size: 20px;
  text-transform: uppercase;
}

.k-widget a[href*="/about/usecu"] {
  font-weight: initial;
}

.main-content h1 {
  margin-bottom: 10px;
}

.main-content h3 {
  color: #d91c12;
  margin: 20px 0;
}

.left-sidebar {
  width: 25%;
  float: left;
  text-align: center;
  padding: 20px;
  margin-top: 5px;
  background-position: right top;
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/border-gray.png);
  background-repeat: repeat-y;
  background-size: 5px;
  min-height: 445px;
}
@media all and (max-width: 965px) {
  .left-sidebar {
    width: 50%;
    margin: 0 auto;
    float: none;
    background-image: none;
    min-height: 0;
  }
}
@media all and (max-width: 550px) {
  .left-sidebar {
    width: 80%;
  }
}
.left-sidebar h3 {
  font-style: italic;
  color: #4f545d;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.left-sidebar .rates-manager {
  margin: 20px 0;
}
.left-sidebar ul li {
  background-color: #ffde6a;
  padding: 10px;
  width: 90%;
  margin: 0 auto;
  list-style-type: none;
  margin-bottom: 15px;
}
.left-sidebar ul li:hover {
  text-decoration: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
.left-sidebar ul li a {
  color: #4f545d;
  display: block;
  width: 100%;
}
.left-sidebar ul li a:hover {
  text-decoration: none;
}
.left-sidebar .online-banking-form {
  padding: 10px;
  background: #d91c12;
}

.main-content {
  width: 55%;
  float: left;
  padding: 20px;
}
.main-content.two-col {
  width: 65%;
}
@media all and (max-width: 965px) {
  .main-content {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .main-content.two-col {
    width: 100%;
  }
}
.main-content h1 {
  font-style: italic;
  color: #d91c12;
}
.main-content h2 {
  color: #d91c12;
  margin: 30px 0 10px 0;
}
.main-content h6 {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
}
.main-content ul li {
  margin-left: 10px;
  margin-bottom: 10px;
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/red-dot.png);
  background-repeat: no-repeat;
  background-size: 5px;
  background-position: 0 6px;
  padding-left: 10px;
  list-style-type: none;
}
.main-content .mobile-apps {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.main-content .mobile-apps > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 125px;
          flex: 1 125px;
}
.main-content img {
  max-width: 100%;
}

.atm-logos div div div img {
  margin: 10px 0;
}

.right-sidebar {
  width: 20%;
  float: left;
  padding: 20px;
}
@media all and (max-width: 965px) {
  .right-sidebar {
    width: 40%;
    margin: 0 auto;
    float: none;
  }
}
@media all and (max-width: 679px) {
  .right-sidebar {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
}
@media all and (max-width: 550px) {
  .right-sidebar {
    width: 80%;
  }
}
.right-sidebar .related-pages {
  background-color: #4f545d;
  color: white;
  text-align: center;
  padding: 10px;
}
.right-sidebar .related-pages h2 {
  font-style: italic;
  font-weight: 600;
}
.right-sidebar .related-pages h2:after {
  content: "";
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/border-horizontal.png);
  height: 10px;
  margin: 10px 0;
  background-size: 200px;
  display: block;
  background-repeat: no-repeat;
}
@media all and (max-width: 965px) {
  .right-sidebar .related-pages h2:after {
    width: 200px;
    margin: 10px auto;
  }
}
.right-sidebar .related-pages ul li {
  margin-bottom: 15px;
  list-style-type: none;
}
.right-sidebar .related-pages ul li a {
  color: white;
}

.bottom-banner img {
  width: 100%;
  position: relative;
  top: 5px;
}

.inside-banner {
  width: 75%;
  float: right;
}
.inside-banner img {
  width: 98%;
  padding-top: 10px;
  padding-left: 10px;
}
@media all and (max-width: 959px) {
  .inside-banner {
    width: 100%;
  }
}

.inside-online-banking {
  background-color: #d91c12;
  border-bottom: 30px solid #4f545d;
  color: white;
  /*max-height: 295px;*/
  min-height: 275px;
}
@media all and (max-width: 959px) {
  .inside-online-banking {
    width: 100%;
  }
}
.inside-online-banking iframe {
  height: 235px;
  width: 250px;
  margin: 0 auto;
  display: block;
}
.inside-online-banking h2 {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  padding-bottom: 10px;
}
.inside-online-banking .online-banking-form {
  width: 25%;
  float: left;
  background-position: right;
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/border.png);
  background-repeat: repeat-y;
  background-size: 5px;
  margin-top: 10px;
  padding-top: 15px;
}
@media all and (max-width: 959px) {
  .inside-online-banking .online-banking-form {
    background-image: none;
    width: 100%;
    text-align: center;
  }
}
.inside-online-banking .online-banking-form > div {
  width: 60%;
  margin: 0 auto;
  padding-top: 7px;
}
.inside-online-banking div > .member-input {
  float: none;
  padding-bottom: 10px;
  width: 100%;
}
@media all and (max-width: 959px) {
  .inside-online-banking div > .member-input {
    margin: 0 auto;
    width: 50%;
  }
}
@media all and (max-width: 499px) {
  .inside-online-banking div > .member-input {
    width: 100%;
  }
}
.inside-online-banking div > .member-input label {
  float: left;
}
.inside-online-banking div > .password-input {
  float: none;
  width: 100%;
}
@media all and (max-width: 959px) {
  .inside-online-banking div > .password-input {
    margin: 0 auto;
    width: 50%;
  }
}
@media all and (max-width: 499px) {
  .inside-online-banking div > .password-input {
    width: 100%;
  }
}
.inside-online-banking div > .password-input label {
  float: left;
}
.inside-online-banking div > .online-banking-form input[type=text], .inside-online-banking div > .online-banking-form input[type=password] {
  float: none;
  width: 100%;
}
.inside-online-banking div > .ob-links {
  text-align: center;
  clear: both;
  width: 100%;
  position: relative;
  bottom: -5px;
}
.inside-online-banking div > .ob-links ul {
  right: 0;
}
.inside-online-banking div > .online-banking-form input[type=submit] {
  float: right;
}
@media all and (max-width: 959px) {
  .inside-online-banking div > .online-banking-form input[type=submit] {
    float: none;
  }
}

/* -- Footer Styles --- */
footer {
  background-color: #4f545d;
  clear: both;
  padding: 65px;
}
@media all and (max-width: 1023px) {
  footer {
    text-align: center;
  }
}
footer .disclosures img {
  width: 50%;
  padding: 0 10px;
}
footer .footer-links ul {
  width: 50%;
  float: left;
  padding: 0 10px;
}
@media all and (max-width: 1023px) {
  footer .footer-links ul {
    width: 100%;
    float: none;
  }
}
footer .footer-links ul li {
  margin-bottom: 5px;
  list-style-type: none;
}
footer .footer-links ul li a {
  color: white;
  font-size: 13px;
}
footer h2 {
  color: white;
}
footer a {
  color: white;
}
@media all and (max-width: 1023px) {
  footer div.row .sf_cols .sf_colsOut {
    width: 100% !important;
    margin-bottom: 20px;
    float: none;
  }
}

@media all and (max-width: 1023px) {
  .footer-contact {
    margin: 20px 0;
  }
}

#ehl {
  max-width: 95px;
}

#ncua {
  max-width: 170px;
}
#ncua img {
  min-width: 135px;
}

.facebook img {
  max-width: 40px;
  border: 1px solid white;
}

.form-requirement {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.form-requirement span {
  color: #df0000;
}

@media all and (min-width: 1024px) {
  nav {
    width: 55%;
    float: left;
    margin-top: 40px;
    z-index: 9999;
  }
  nav ul li {
    width: 19%;
    float: left;
    list-style-type: none;
    text-align: center;
    padding-bottom: 38px;
  }
  nav ul li:hover {
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/nav-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 70%;
  }
  nav ul li a {
    display: block;
    width: 100%;
    color: #4f545d;
  }
  nav ul li a.ui-state-active {
    font-style: italic;
  }
  nav ul li a:hover {
    text-decoration: none;
  }
  /* --- Menu Dropdown --- */
  /* --- Dropdown Main List --- */
  /* --- Dropdown Group Page --- */
  /* --- Dropdown Children --- */
  /* -- Specific Selection --*/
}
@media all and (min-width: 1024px) and (max-width: 461px) {
  nav {
    width: initial;
    float: none;
    margin-top: 0;
  }
}
@media all and (min-width: 1024px) {
  nav .mainnav li > div.nav-dropdown {
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100%;
    top: 137px;
    left: 0px;
    background: rgba(79, 84, 93, 0.9);
    -webkit-transition: height 0.5s; /* Safari */ /* Firefox */ /* Opera */
    transition: height 0.5s;
    border-top: 0;
    z-index: 9999;
  }
}
@media all and (min-width: 1024px) {
  nav .mainnav > li:hover > div.nav-dropdown {
    display: block;
    height: auto;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1023px) {
  nav .mainnav > li:hover > div.nav-dropdown {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  nav .mainnav ul li {
    float: left;
    padding: 0;
    margin: 0 20px 0px 0;
    background-image: none;
  }
  nav .mainnav ul li a {
    display: block;
    color: #333;
    font-size: 18px;
    padding: 10px 10px 24px 10px;
    font-style: initial;
  }
}
@media all and (min-width: 1024px) {
  nav .mainnav .nav-inner {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0px 0 0 0;
  }
}
@media all and (min-width: 1024px) {
  nav .mainnav div.nav-inner > ul {
    float: left;
    display: block;
    width: 66%;
    padding-top: 25px;
  }
}
@media all and (min-width: 1024px) {
  .nav-dropdown ul li {
    background-color: none;
  }
}
@media all and (min-width: 1024px) {
  nav .mainnav div.nav-dropdown ul li {
    list-style-type: none;
    width: 20%;
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  nav .mainnav .nav-extras {
    float: left;
    width: 34%;
    max-width: 300px;
    color: #fff;
    margin: 30px 0;
    padding: 0 20px 0 0;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
  }
  nav .mainnav .nav-extras img {
    max-width: 200px;
    margin: 15px auto 0 auto;
    display: block;
  }
  nav .mainnav .nav-extras a {
    display: inline-block;
    background-color: #ffde6a;
    padding: 10px 15px;
    margin: 0 auto;
    width: auto;
    list-style-type: none;
    margin-bottom: 15px;
  }
  nav .mainnav .nav-extras a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }
}
@media all and (min-width: 1024px) {
  nav .mainnav div.nav-dropdown ul li {
    padding: 0 50px 0 30px;
    margin: 0 0 0 20px;
  }
  nav .mainnav div.nav-dropdown ul li a {
    color: #fff;
    padding: 0;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
  }
  nav .mainnav div.nav-dropdown ul li a:hover {
    font-style: initial;
  }
}
@media all and (min-width: 1024px) {
  nav .mainnav div.nav-dropdown ul li ul li {
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
  }
  nav .mainnav div.nav-dropdown ul li ul li a {
    display: block;
    font-size: 15px;
    line-height: 22px;
    border: 0;
    margin: 0;
    padding: 0;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
  }
  nav .mainnav div.nav-dropdown ul li ul li a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 1024px) {
  .nav-dropdown .nav-inner > ul:first-child li {
    width: 360px;
    float: left;
    text-align: left;
  }
  .nav-dropdown .nav-inner > ul:first-child li ul li {
    width: 100%;
    float: none;
  }
}
@media all and (min-width: 1024px) {
  nav .nav-loans .nav-dropdown .nav-inner > ul li:nth-child(3) {
    clear: left;
  }
}
@media all and (min-width: 1024px) {
  nav .nav-loans .nav-dropdown .nav-inner > ul > li {
    min-height: 145px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .nav-dropdown .nav-inner > ul > li {
    border-right: 1px solid #8b8c8f;
    min-height: 375px;
  }
}
/*--- MM ---*/
.mean-container div.mean-bar nav.mean-nav * {
  float: none;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: none;
  width: 100%;
  position: relative;
  background-color: #d91c12;
  min-height: 42px;
  z-index: 31415913;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container div.mean-bar nav.mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 42px;
  min-height: 0px;
}

.mean-container div.mean-bar nav.mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container div.mean-bar nav.mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container div.mean-bar nav.mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: black;
  border-bottom: 1px solid #d91c12;
  text-decoration: none;
}

.mean-container div.mean-bar nav.mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container div.mean-bar nav.mean-nav > ul li.mean-last a {
  margin-bottom: 0;
}

.mean-container div.mean-bar nav.mean-nav > ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container div.mean-bar nav.mean-nav > ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container div.mean-bar nav.mean-nav > ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container div.mean-bar nav.mean-nav > ul li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container div.mean-bar nav.mean-nav > ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  padding: 0px 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  border: none !important;
  border-left: 1px solid !important;
  line-height: 45px;
}

.mean-container div.mean-bar nav.mean-nav > ul li ul li a.mean-expand {
  line-height: 45px;
}

.mean-container div.mean-bar nav.mean-nav > ul li a.mean-expand:hover {
  color: #000;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

div.mean-bar nav.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

div.mean-bar nav.mean-nav .nav-extras {
  display: none;
}

.extras {
  display: none;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-dialog-titlebar-close {
  display: none !important;
}

.ui-dialog .ui-widget-header {
  background-color: #d91c12;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=222222&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=222222&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=222222&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=222222&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/
/* Component containers
----------------------------------*/
.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  background: #fff 50% top repeat-x;
}

.ui-widget-header {
  color: #ffffff;
  font-weight: bold;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 0;
  color: #fff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #ccc;
  background: #cacbce 50% 50% repeat-x;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c 50% top repeat-x;
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 50% 50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
} /* Resizable
----------------------------------*/
.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
} /* Dialog
----------------------------------*/
.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: arial, sans-serif;
  font-size: 13px;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.5em 1em 0.3em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.2em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
}

.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible;
  outline: none;
  border: 0;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-dialog p {
  margin: 0 0 15px 0;
}

.customfancybox-wrap,
.customfancybox-skin,
.customfancybox-outer,
.customfancybox-inner,
.customfancybox-image,
.customfancybox-wrap iframe,
.customfancybox-wrap object,
.customfancybox-nav,
.customfancybox-nav span,
.customfancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.customfancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.customfancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.customfancybox-opened {
  z-index: 8030;
}

.customfancybox-opened .customfancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.customfancybox-outer, .customfancybox-inner {
  position: relative;
}

.customfancybox-inner {
  overflow: hidden;
}

.customfancybox-type-iframe .customfancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.customfancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.customfancybox-image, .customfancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.customfancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#customfancybox-loading, .customfancybox-close, .customfancybox-prev span, .customfancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#customfancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#customfancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.customfancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.customfancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.customfancybox-prev {
  left: 0;
}

.customfancybox-next {
  right: 0;
}

.customfancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.customfancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.customfancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.customfancybox-nav:hover span {
  visibility: visible;
}

.customfancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.customfancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.customfancybox-lock body {
  overflow: hidden !important;
}

.customfancybox-lock-test {
  overflow-y: hidden !important;
}

.customfancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/customfancybox_overlay.png");
}

.customfancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.customfancybox-lock .customfancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.customfancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.customfancybox-opened .customfancybox-title {
  visibility: visible;
}

.customfancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.customfancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.customfancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.customfancybox-title-inside-wrap {
  padding-top: 10px;
}

.customfancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #customfancybox-loading, .customfancybox-close, .customfancybox-prev span, .customfancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #customfancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
.home .ui-tabs-nav {
  background-color: #cacbce;
  min-height: 36px;
}
.home .ui-tabs-nav li {
  float: left;
  list-style-type: none;
  background-color: #4f545d;
  border-right: 1px solid #cacbce;
  width: 33.33333%;
  text-align: center;
  font-weight: normal;
  border-bottom: 0;
}
.home .ui-tabs-nav li.ui-state-active {
  background-color: #cacbce;
}
.home .ui-tabs-nav li.ui-state-active a {
  color: #4f545d;
}
.home .ui-tabs-nav li:last-of-type {
  border-right: none;
}
.home .ui-tabs-nav li a {
  color: white;
  display: block;
  width: 100%;
}

.tab-panel {
  background-color: #cacbce;
  padding: 20px;
}

.ui-button-text {
  color: black;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.rdContent .hp-left-content {
  top: 0;
}

.k-animation-container {
  display: none !important;
}

::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

input {
  -webkit-appearance: none;
}

/* --- Announcements --- */
.announcement-wrap {
  display: none;
  background-color: #e67e22;
  padding: 10px 0;
}

.announcement-wrap .row {
  display: table;
}

.announcement-wrap .announcements {
  display: table-row;
}

.announcement-wrap .announcement-list {
  display: table-cell;
  width: 95%;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

.announcement-wrap .arrow {
  display: table-cell;
  width: 5%;
  text-align: center;
  vertical-align: middle;
}

.announcement-wrap .arrow img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.announcement-wrap .arrow img:hover {
  cursor: pointer;
}

.announcement-wrap a {
  color: #fff;
}

/* --- Banners --- */
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  display: none;
}
.banner .cycle-slide img {
  display: block;
  width: 100%;
}
.banner:hover .cycle-prev, .banner:hover .cycle-next {
  opacity: 0.5;
}
.banner .cycle-prev, .banner .cycle-next {
  position: absolute;
  top: 0;
  height: 90%;
  z-index: 99999999;
  width: 5%;
  opacity: 0;
}
.banner .cycle-prev a, .banner .cycle-next a {
  background-image: url(../images/arrow-previous.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 100%;
  width: 100%;
}
.banner .cycle-prev:hover, .banner .cycle-next:hover {
  cursor: pointer;
  opacity: 1;
}
.banner .cycle-next {
  left: auto;
  right: 0;
}
.banner .cycle-next a {
  background-image: url(../images/arrow-next.png);
}
.banner .banner-med, .banner .banner-sml {
  display: none;
}
.banner .banner-lrg {
  display: block;
}
@media all and (max-width: 1023px) {
  .banner .banner-lrg, .banner .banner-sml {
    display: none;
  }
  .banner .banner-med {
    display: block;
  }
}
@media all and (max-width: 699px) {
  .banner .banner-lrg, .banner .banner-med {
    display: none;
  }
  .banner .banner-sml {
    position: relative;
    display: block;
  }
}

.cycle-playpause {
  position: absolute;
  bottom: 2px;
  z-index: 9999999;
  font-size: 10px;
}
.cycle-playpause a {
  border: 1px solid #d91c12;
  height: 15px;
  width: 15px;
  line-height: 15px;
  display: block;
  text-align: center;
  font-size: 9px;
  text-decoration: none;
}

/* --- Forms --- */
.lk-form p {
  margin: 0 0 15px;
}

.lk-form h1 {
  font-size: 26px;
  margin: 25px 0 15px;
  color: #f18d0b;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

.lk-form h2 {
  font-size: 21px;
  font-weight: 700;
  margin: 25px 0 15px;
  color: #2d9b97;
  text-align: center;
  text-transform: uppercase;
}

.lk-form fieldset {
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
  border: 0;
  border-bottom: 0 solid #ccc;
  padding: 0 0 20px;
  margin: 0 auto 15px;
}

.lk-form ul li {
  margin: 0 0 8px 0;
}

.lk-form ul li:before,
.lk-form ul li:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.lk-form ul li:after {
  clear: both;
}

.lk-form fieldset ul li .main-label {
  padding: 2px 10px 0 0;
  margin: 0;
  text-align: left;
  width: 45%;
  font-weight: 700;
  font-size: 12px;
}

.lk-form fieldset li .small-label {
  padding: 0 10px 0 0;
  margin: 0;
  float: left;
  text-align: right;
  width: 10%;
}

.lk-form fieldset ul li .main-field {
  width: 55%;
  float: left;
}

.lk-form fieldset ul li .main-field label {
  margin: 0 0 2px;
}

.lk-form fieldset ul li .large-field {
  width: 90%;
  float: left;
}

.lk-form fieldset:last-of-type {
  border: 0;
  margin: 0 auto;
  padding-bottom: 0;
}

.lk-form label {
  display: block;
  margin: 0 0 5px;
  line-height: normal;
}

.lk-form label.error,
.warning {
  font-size: 11px;
  color: #dd0000;
  font-style: italic;
  font-weight: 700;
  margin: 2px 0 0;
  text-align: left;
}

.lk-form .required-field {
  color: #dd0000;
}

.lk-form .helper-text {
  display: block;
  font-style: italic;
  font-size: 90%;
  font-weight: 400;
}

.lk-form input[type=text],
.lk-form input[type=url],
.lk-form input[type=email],
.lk-form input[type=tel],
.lk-form input[type=password],
.lk-form textarea {
  margin: 0;
  padding: 4px 0;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #949494;
  max-width: 303px;
  text-indent: 10px;
}
.lk-form input[type=text]:focus,
.lk-form input[type=url]:focus,
.lk-form input[type=email]:focus,
.lk-form input[type=tel]:focus,
.lk-form input[type=password]:focus,
.lk-form textarea:focus {
  outline: 0;
  border: 1px solid #b38c00;
}
@media all and (max-width: 767px) {
  .lk-form input[type=text],
.lk-form input[type=url],
.lk-form input[type=email],
.lk-form input[type=tel],
.lk-form input[type=password],
.lk-form textarea {
    font-size: 16px;
  }
}

.lk-form input[type=checkbox],
.lk-form input[type=radio] {
  margin: 0 2px 0 0;
}

.lk-form select {
  border: 1px solid #949494;
  background-color: #fff;
  vertical-align: top;
  width: 100%;
  max-width: 260px;
  margin: 0;
  padding: 0;
  height: 25px;
}

.lk-form textarea {
  height: 100px;
  font-family: inherit;
}

.lk-form input[type=button],
.lk-form input[type=submit] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  clear: both;
  background-color: #ffde6a;
  color: #4f545d;
  text-decoration: none;
  border: thin solid #ffde6a;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 15px;
  margin: 5px 0;
}
.lk-form input[type=button]:hover,
.lk-form input[type=submit]:hover {
  cursor: pointer;
}

.lk-form input[type=text].other {
  margin: 0 0 0 18px;
  max-width: 180px;
}

.lk-form .other,
.lk-form .previous-employer,
.lk-form .joint-applicant,
.lk-form .ja-previous-employer {
  display: none;
}

.lk-form .tbl-fields {
  margin: 0 auto;
  width: 100%;
}

.lk-form .tbl-fields th {
  text-align: center;
  font-size: 12px;
}

.lk-form .tbl-fields input[type=text] {
  max-width: none;
}

.lk-form .totals {
  text-align: right;
  padding: 0 10px 0 0;
}

.lk-form .yes-no {
  margin: 30px 0 0;
}

.lk-form .yes-no .main-label {
  width: 50%;
}

.lk-form .yes-no .main-field {
  width: 50%;
}

.lk-form .text-area-full {
  text-align: center;
  margin: 25px 0 0;
}

.lk-form .text-area-full label {
  font-weight: 700;
}

.lk-form .success {
  text-align: center;
}

.lk-form .buttons {
  max-width: 304px;
  text-align: right;
}

.lk-form .g-recaptcha {
  min-height: 82px;
  margin-top: 20px;
  text-align: right;
  max-width: 304px;
}

.main-content .upload-form fieldset {
  max-width: 100%;
}
.main-content .upload-form fieldset ul li {
  background-image: none;
}
.main-content .upload-form fieldset ul li .main-label {
  width: 100%;
  font-size: inherit;
}
.main-content .upload-form fieldset .g-recaptcha {
  margin: 0;
}
.main-content .upload-form h2 {
  color: #d91c12;
  text-align: left;
}
.main-content .upload-form .upload-wrap {
  max-width: 500px;
}
.main-content .upload-form .file-upload {
  border: 2px dashed #949494;
  background-color: transparent;
  padding: 30px 20px;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  margin-top: 20px;
}
.main-content .upload-form .file-upload:hover {
  cursor: pointer;
}
.main-content .upload-form .file-upload:first-line {
  font-weight: bold;
}
.main-content .upload-form .dz-drag-hover {
  border: 2px dashed #333;
}
.main-content .upload-form .item-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.main-content .upload-form .item-preview .dz-image {
  display: none;
}
.main-content .upload-form .item-preview .dz-error-message {
  color: crimson;
}
.main-content .upload-form .item-preview .dz-preview {
  padding: 0 10px;
  margin-bottom: 20px;
}
.main-content .upload-form .item-preview .dz-success-mark,
.main-content .upload-form .item-preview .dz-error-mark {
  display: none;
}
.main-content .upload-form #total-progress {
  width: 100%;
  padding: 2px;
  height: 10px;
}
.main-content .upload-form .progress-bar {
  background-color: #d91c12;
  min-height: 3px;
  width: 0%;
}

/*-------------------------------------
FORM CORE
------------------------------------------*/
.use-forms h1 {
  margin: 5px 0 25px 0;
  color: #d91c12;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #d91c12;
  padding: 0 0 15px 0;
  text-align: center;
}

.use-forms h1.page-header {
  font-size: 24px;
  margin: 15px 0 35px 0;
  padding: 0;
  text-transform: uppercase;
  border: 0;
}

.use-forms h2 {
  color: #4f545d;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 15px 0;
  text-align: center;
}

.use-forms h3 {
  color: #d91c12;
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 15px 0;
  text-align: center;
}

.use-forms h4 {
  margin: 5px 0 25px 0;
  color: #d91c12;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0 0 0;
  text-align: center;
}

.use-forms fieldset {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
  border: 0;
  border-bottom: 0px solid #ccc;
  padding: 0 0px 20px 0px;
  margin: 0 auto 15px auto;
  font-size: 12px;
}

.use-forms .certification {
  margin: 0 0 0 40px;
}

.use-forms fieldset ul li {
  margin: 0 0 10px 0;
  list-style-type: none;
  background-image: none;
}

.use-forms fieldset ul li:before,
.use-forms fieldset ul li:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.use-forms fieldset ul li:after {
  clear: both;
}

.use-forms fieldset ul li .main-label {
  padding: 0 10px 0 0;
  margin: 0;
  float: left;
  text-align: right;
  width: 45%;
  font-weight: bold;
}

.use-forms fieldset li .small-label {
  padding: 0px 10px 0 0;
  margin: 0;
  float: left;
  text-align: right;
  width: 10%;
}

.use-forms fieldset ul li .main-field {
  width: 55%;
  float: left;
  /*padding-left:20px;*/
}

.use-forms fieldset ul li .main-field label {
  margin: 0 0 2px 0;
  text-indent: -17px;
}

.use-forms fieldset ul li .large-field {
  width: 55%;
  float: right;
}

.use-forms fieldset:last-of-type {
  border: 0;
  margin: 0 auto;
  padding-bottom: 0;
}

.use-forms label {
  display: block;
  margin: 0 0 5px 0;
  line-height: normal;
}

.use-forms label.error,
.use-forms .warning {
  font-size: 11px;
  color: #df0000;
  font-style: italic;
  font-weight: bold;
  margin: 2px 0 0 0;
  text-align: left;
}

.use-forms .fail,
.use-forms .required-field {
  color: #df0000;
  font-weight: bold;
}

.use-forms .helper-text {
  display: block;
  font-style: italic;
  font-size: 90%;
  font-weight: normal;
}

.use-forms input[type=text],
.use-forms input[type=url],
.use-forms input[type=email],
.use-forms input[type=tel],
.use-forms input[type=password],
.use-forms textarea {
  margin: 0;
  padding: 4px 0 4px 0px;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #949494;
  max-width: 260px;
  text-indent: 5px;
}

.use-forms input[type=checkbox],
.use-forms input[type=radio] {
  margin: 2px 2px 0 0;
}

.use-forms select {
  border: 1px solid #949494;
  background-color: #fff;
  vertical-align: top;
  width: 100%;
  max-width: 260px;
  margin: 0 0 0 0;
  padding: 0px 0;
  height: 25px;
}

.use-forms textarea {
  height: 100px;
  max-width: 260px;
  font-family: inherit;
}

.use-forms input[type=button],
.use-forms input[type=submit] {
  clear: both;
  display: block;
  margin: 20px auto 5px auto;
  border: 0;
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none;
  padding: 7px 10px;
  font-size: 13px;
  text-decoration: none;
  background-color: #d91c12;
  border-radius: 4px;
}

.use-forms input[type=button]:hover,
.use-forms input[type=submit]:hover {
  cursor: pointer;
}

.use-forms input[type=text].other {
  margin: 0 0 0 18px;
  max-width: 180px;
}

.use-forms .previous-address,
.use-forms .ja-previous-address,
.use-forms .government-monitoring,
.use-forms .info-message,
.use-forms .other,
.use-forms .previous-employer,
.use-forms .joint-applicant,
.use-forms .ja-previous-employer {
  display: none;
}

.use-forms .tbl-fields {
  margin: 0 auto;
  width: 100%;
}

.use-forms .tbl-fields th {
  text-align: center;
  font-size: 12px;
}

.use-forms .tbl-fields input[type=text] {
  max-width: none;
}

.use-forms .tbl {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  font-size: 13px;
  padding-bottom: 40px;
}

.use-forms .tbl tbody tr td {
  padding: 3px;
}

.use-forms .tbl thead tr td {
  text-align: center;
}

.use-forms .tbl tbody tr td {
  text-align: right;
}

.use-forms .tbl td:nth-of-type(1),
.use-forms .tbl tr td:nth-of-type(2),
.use-forms .tbl tr td:nth-of-type(3),
.use-forms .tbl tr td:nth-of-type(4) {
  width: 25%;
}

.use-forms .totals {
  text-align: right;
  padding: 0 10px 0 0;
}

.use-forms .yes-no {
  margin: 30px 0 0 0;
}

.use-forms .yes-no .main-label {
  width: 50%;
}

.use-forms .yes-no .main-field {
  width: 50%;
}

.use-forms .text-area-full {
  text-align: center;
  margin: 25px 0 0 0;
}

.use-forms .text-area-full label {
  font-weight: bold;
}

.use-forms .success {
  text-align: center;
}

.use-forms .step {
  display: none;
}

.use-forms .s-active {
  display: block !important;
}

.use-forms .footer {
  padding: 15px 0;
}

.use-forms ul#step_form li ul.points {
  padding: 0 0 0 0px;
}
.use-forms ul#step_form li ul.points li {
  background-image: url("../images/bull.png");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  padding: 0 0 0 20px;
}

/* -------------------------------------
    Multi-Step
---------------------------------------- */
.use-forms ul#step_form,
.use-forms ul#step_form li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-image: none;
}

.use-forms ul#step_form li fieldset li {
  margin: 0 0 10px 0;
}

.use-forms ul#step_form > li {
  list-style: none;
}

.use-forms .step-actions {
  margin: 15px auto;
  max-width: 750px;
}

.use-forms input.btn-previous {
  float: left;
  margin: 0;
  clear: none;
}

.use-forms input.btn-next,
.use-forms input.btn-submit {
  float: right;
  margin: 0;
  clear: none;
}

.use-forms #progress {
  position: relative;
  margin: 20px auto 20px auto;
  max-width: 750px;
}

.use-forms #progress .box {
  float: left;
  width: 25%;
  text-align: center;
}

.use-forms #progress #step_3 {
  border-right: 0;
}

.use-forms .step-title {
  color: #b5b5ba;
  display: block;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
}

.use-forms .active .step-title {
  color: #4f545d;
  font-weight: bold;
  border-top: 1px solid #4f545d;
  border-bottom: 3px solid #4f545d;
}

.use-forms .done .step-title {
  color: #d91c12;
  border-top: 1px solid #d91c12;
  border-bottom: 3px solid #d91c12;
}

.g-recaptcha {
  max-width: 61px;
  margin: 0 auto;
}

.use-forms .pad-left {
  padding-left: 20px;
}

.use-forms .ui-state-active,
.ui-widget-content .ui-state-active {
  border: 0;
}

.main-content fieldset.contact-form {
  max-width: 500px;
  margin: 0 !important;
}
.main-content fieldset.contact-form ul, .main-content fieldset.contact-form ul li {
  padding: 0;
}
.main-content fieldset.contact-form ul li .main-label {
  display: block;
  float: none;
  text-align: left;
}
.main-content fieldset.contact-form ul li .main-label label {
  text-indent: 0;
}
.main-content fieldset.contact-form ul li .main-field label {
  text-indent: 0;
}
.main-content fieldset.contact-form .captcha {
  margin: 0;
  max-width: 305px;
}
.main-content fieldset.contact-form input[type=submit] {
  margin: 15px 0;
}
.main-content fieldset.contact-form label {
  text-indent: 0;
}

.captcha-error {
  color: #dd0000;
  font-weight: bold;
}

/* --- Polls  --- */
.lk-poll {
  max-width: 350px;
  margin: 0 auto;
}

.lk-poll h2 {
  margin: 0 0 10px 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #d91c12;
}

.lk-poll label {
  display: block;
  margin: 0 0 10px 5px;
}

.lk-poll input[type=radio] {
  margin: 0 5px 0 0;
}

.lk-poll input[type=submit] {
  margin: 0 0 0 25px;
}

.lk-poll .result-wrap {
  border: 1px solid #4f545d;
  margin: 0 0 10px 0;
  padding: 2px;
}

.lk-poll .result-bar {
  background-color: #d91c12;
  height: 8px;
}

.lk-poll input[type=submit] {
  display: block;
  color: #fff;
  border: 1px solid #d91c12;
  padding: 5px 12px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  background-color: #d91c12;
  margin: 15px 0;
  border-radius: 0;
}
.lk-poll input[type=submit]:hover {
  background-color: #d91c12;
  cursor: pointer;
}

/* ---  Marketplace --- */
[class*=lk-marketplace],
[class*=lk-market-place] {
  float: none;
  position: relative;
  padding: 0;
}

.marketplace img {
  max-width: 100%;
}

.lk-marketplace-item {
  margin: 15px 0 60px 0;
}

.lk-marketplace-gallery-items img {
  width: 70px;
  height: 55px;
}

.lk-marketplace-fav {
  float: left;
  width: 45%;
}

.lk-marketplace-details {
  float: right;
  width: 52%;
}

.lk-marketplace-details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lk-marketplace-details ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 5px 0;
  background-image: none;
}

.lk-marketplace-details span {
  font-weight: bold;
}

.marketplace h2 {
  margin: 0 0 5px 0;
  padding: 0;
}

.lk-marketplace-additional-details {
  margin: 10px 0;
  line-height: normal;
}

.lk-marketplace-gallery ul {
  list-style-type: none;
  margin: 0px 0 0 0;
  padding: 0;
}

.lk-marketplace-gallery ul li {
  list-style-type: none;
  float: left;
  width: 70px;
  margin: 5px 5px 0 0;
  background-image: none;
  padding: 0;
}

a.marketplace-cta {
  clear: both;
  margin: 5px 2px;
  padding: 5px 10px;
  display: inline-block;
  background-color: #ffde6a;
  color: #4f545d;
}
a.marketplace-cta:hover {
  text-decoration: none;
}

#marketplace-form .lk-form {
  float: none;
  padding: 10px;
  min-width: 300px;
}

#notice.error {
  color: #dd0000;
}
#notice.success {
  color: green;
  padding: 40px 0 40px 0;
  text-align: center;
}

#marketplace-form .lk-form input.error {
  border: 1px solid #dd0000;
}

#marketplace-form {
  display: none;
}

#marketplace-form .fld-appt,
#marketplace-form .fld-bid {
  display: none;
}

#marketplace-form input[type=button] {
  display: block;
  padding: 10px;
  margin: 15px auto;
  width: 100%;
}

#marketplace-form label {
  margin: 10px 0 0 0;
}

.lk-marketplace-details ul li.additional-details {
  margin: 15px 0;
}

/* --- Rates --- */
h3.table-rates-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 20px 0 10px 0;
  padding: 0;
  color: #d91c12;
}

.tbl-rates-disclaimers {
  font-size: 13px;
  margin: 0 0 35px 0;
}

.tbl-rates {
  margin: 0 0 10px 0;
}
.tbl-rates th {
  background-color: #4f545d;
  color: #fff;
  font-weight: normal;
}
.tbl-rates th, .tbl-rates td {
  padding: 5px;
  text-align: center;
}
.tbl-rates td {
  background-color: #e2e2e2;
}
.tbl-rates tr:nth-of-type(odd) td {
  background-color: #ccc;
}

.left-sidebar h2.rates-main-header {
  font-style: italic;
  color: #4f545d;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.left-sidebar .rates-effective {
  font-size: 13px;
  margin: 0 0 5px 0;
}

.left-sidebar .sidebar-featured {
  margin: 0 0 10px 0;
}
.left-sidebar .rate-featured {
  font-size: 18px;
}
.left-sidebar .sfContentBlock {
  margin: 30px 0;
}

.modal {
  display: none;
}

.sf_pagerNumeric a {
  padding-right: 5px;
}

.sf_pagerNumeric a.sf_PagerCurrent {
  font-size: 20px;
  text-decoration: underline;
}

.sfsearchResultHighLighter {
  padding: 10px 0;
}

.sfsearchResultTitle {
  font-size: 24px;
}
.sfsearchResultTitle a {
  text-decoration: none;
  color: #d91c12;
}

/*------------------------------------*\
    Font Selector
\*------------------------------------*/
.font-options {
  width: 90px;
  text-align: center;
  margin: 0;
  line-height: 1;
  margin: 10px auto 0;
  position: relative;
  left: 20px;
}
@media all and (max-width: 1023px) {
  .font-options {
    margin: 0 auto 20px auto;
  }
}
.font-options a {
  color: #d91c12;
  margin: 0 2px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0 3px;
}
.font-options a#font-small {
  font-size: 13px;
}
.font-options a#font-med {
  font-size: 18px;
}
.font-options a#font-large {
  font-size: 21px;
  margin-right: 0;
}
.font-options a.active {
  border: 1px solid #d91c12;
}
.font-options a:hover {
  text-decoration: none;
}