.f2f-pink {
  color: #DD2476;
}
.f2f-footer {
  position: absolute;
  z-index: 4;
  height: 30px;
  bottom: 0;
  left: 0;
  background: #ee3b52;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #DD2476, #FF512F);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #DD2476, #FF512F);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.f2f-footer-container {
  text-align: center;
  font-family: Verdana, Arial;
  font-size: 12px;
  line-height: 30px;
}
.f2f-footer-container a:link,
.f2f-footer-container a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.f2f-footer-container a:hover,
.f2f-footer-container a:active {
  color: #000000;
}
.f2f-header {
  background: #ee3b52;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #DD2476, #FF512F);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #DD2476, #FF512F);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media (min-width: 768px) {
  .f2f-doc .f2f-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}
.f2f-header-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  *zoom: 1;
}
.f2f-header-container:before,
.f2f-header-container:after {
  display: table;
  line-height: 0;
  content: "";
}
.f2f-header-container:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .f2f-doc .f2f-header-container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .f2f-doc .f2f-header-container {
    width: 1010px;
  }
}
.f2f-top-links {
  width: 205px;
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.f2f-top-links td {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .f2f-doc .f2f-top-links {
    float: right;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .f2f-doc .f2f-top-links {
    float: right;
    margin-right: 30px;
  }
}
.f2f-back {
  height: 20px;
  font-family: "Lucida Grande", Verdana, sans;
  font-size: 11px;
  line-height: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.f2f-back:link,
.f2f-back:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.f2f-back:hover,
.f2f-back:active,
.f2f-back:focus {
  color: #000000;
  text-decoration: underline;
}
.f2f-share {
  height: 20px;
  text-align: right;
  float: right;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.f2f-logo {
  display: block;
  width: 274px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.f2f-new {
  display: none;
}
@media (max-width: 768px) {
  .f2f-doc .f2f-new {
    display: block;
    position: absolute;
    right: 40px;
    top: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f2f-doc .f2f-logo {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
  }
  .f2f-doc .f2f-new {
    display: block;
    position: absolute;
    left: 215px;
    top: 8px;
  }
}
@media (min-width: 992px) {
  .f2f-doc .f2f-logo {
    float: left;
    margin-top: 20px;
    margin-left: 30px;
  }
  .f2f-doc .f2f-new {
    display: block;
    position: absolute;
    left: 220px;
    top: 15px;
  }
}
.f2f-tagline {
  display: none;
  width: 245px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .f2f-doc .f2f-tagline {
    display: block;
    float: left;
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .f2f-doc .f2f-tagline {
    display: block;
    float: left;
    margin-top: 44px;
    margin-left: 15px;
  }
}
.f2f-nav {
  font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  width: 260px;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  *zoom: 1;
}
.f2f-nav:before,
.f2f-nav:after {
  display: table;
  line-height: 0;
  content: "";
}
.f2f-nav:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .f2f-doc .f2f-nav {
    font-size: 14px;
    line-height: 18px;
    float: right;
    width: 300px;
    height: 30px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .f2f-doc .f2f-nav {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    float: right;
    width: 300px;
    height: 30px;
  }
}
.f2f-nav-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.f2f-nav-tabs > li {
  float: left;
  padding: 0;
  margin: 0;
}
.f2f-nav-tab-link {
  display: block;
  margin-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(234, 234, 234, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.f2f-nav-tab-link:link,
.f2f-nav-tab-link:visited {
  color: #ee3b52;
  text-decoration: none;
}
.f2f-nav-tab-link:hover,
.f2f-nav-tab-link:active,
.f2f-nav-tab-link:focus {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.f2f-nav-tab-link.active {
  background-color: #FFFFFF;
}
.f2f-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-color: #ee3b52 !important;
}
.f2f-content {
  width: 100%;
  background-color: #eaeaea;
}
@media (min-width: 768px) {
  .f2f-doc .f2f-content {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
  }
}
.f2f-content-container {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
/* add some padding to the bottom when on mobile so the down arrow won't be up against the bottom of the screen */
@media (max-width: 480px) {
  .f2f-doc .f2f-content-container {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .f2f-doc .f2f-content-container {
    position: relative;
    width: 1010px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f2f-doc .f2f-content-container {
    width: 740px;
  }
}
.f2f-mobile-arrow-message {
  font-family: Verdana, Arial, sans;
  font-size: 10px;
  line-height: 22px;
  height: 22px;
  color: #999999;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .f2f-mobile-arrow-message {
    display: none;
  }
}
.f2f-sidebar .f2f-header,
.f2f-bottom .f2f-header {
  position: absolute;
  z-index: 2;
  height: 70px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.f2f-sidebar .f2f-header-container,
.f2f-bottom .f2f-header-container {
  width: 100%;
}
.f2f-sidebar .f2f-logo,
.f2f-bottom .f2f-logo {
  display: block;
  position: absolute;
  z-index: 3;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.f2f-sidebar .f2f-new,
.f2f-bottom .f2f-new {
  display: block;
  position: absolute;
  z-index: 2;
}
.f2f-sidebar .f2f-content,
.f2f-bottom .f2f-content {
  position: absolute;
  z-index: 1;
  top: 70px;
  border-left: solid #ee3b52 1px;
  border-right: solid #ee3b52 1px;
}
.f2f-sidebar {
  position: relative;
  width: 300px;
  min-height: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.f2f-sidebar .f2f-header {
  width: 300px;
}
.f2f-sidebar .f2f-logo {
  left: 8px;
  top: 13px;
}
.f2f-sidebar .f2f-new {
  left: 163px;
  top: -2px;
}
.f2f-sidebar .f2f-content {
  width: 300px;
  min-height: 280px;
}
.f2f-sidebar .f2f-content-container {
  width: 290px;
  margin-left: 0px;
}
.f2f-sidebar .f2f-nav {
  position: absolute;
  left: 226px;
  top: 13px;
  z-index: 1;
  width: 66px;
}
.f2f-sidebar .f2f-nav .f2f-nav-tabs > li {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.f2f-sidebar .f2f-nav .f2f-nav-tabs > li:last-child {
  margin-bottom: 0;
}
.f2f-sidebar .f2f-nav .f2f-nav-tabs .f2f-nav-tab-link {
  width: 100%;
  display: block;
  font-family: Verdana, Arial;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #FFFFFF;
}
.f2f-sidebar .f2f-nav .f2f-nav-tabs .f2f-nav-tab-link:hover,
.f2f-sidebar .f2f-nav .f2f-nav-tabs .f2f-nav-tab-link:active {
  background-color: #000000;
}
.f2f-sidebar .f2f-footer {
  width: 300px;
}
.content-right .f2f-sidebar {
  margin-left: 0;
  margin-top: 30px;
}
.f2f-bottom {
  position: relative;
  width: 600px;
  min-height: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.f2f-bottom .f2f-header {
  width: 600px;
}
.f2f-bottom .f2f-logo {
  left: 13px;
  top: 13px;
}
.f2f-bottom .f2f-new {
  left: 168px;
  top: -2px;
}
.f2f-bottom .f2f-content {
  width: 600px;
  min-height: 280px;
}
.f2f-bottom .f2f-content-container {
  width: 590px;
  margin-left: 0px;
}
.f2f-bottom .f2f-nav {
  position: absolute;
  left: 450px;
  top: 16px;
  z-index: 1;
}
.f2f-bottom .f2f-footer {
  width: 600px;
}
