#width {
  position: fixed;
  z-index: 100;
  top: 60px;
  background: #FFF;
  left: 10px;
  border: 3px solid #000;
  padding: 10px;
  font-size: 2em; }

.focus p {
  line-height: 1.5em !important;
  font-size: 1em !important; }

#width {
  position: fixed;
  z-index: 100;
  top: 60px;
  background: #FFF;
  left: 10px;
  border: 3px solid #000;
  padding: 10px;
  font-size: 2em; }

.focus p {
  line-height: 1.5em !important;
  font-size: 1em !important; }

nav > ul > li {
  position: relative; }

nav .nav-dropdown .dropdown {
  position: absolute;
  z-index: 1000;
  top: 25px;
  left: 15px; }

nav .triangle {
  border: 1px solid #d9d9d9;
  border-width: 1px 0 0 1px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 1;
  position: relative;
  bottom: -5px;
  margin-left: 15px;
  background: #fff; }

nav .tooltip_menu {
  background: #FFF;
  width: auto;
  min-width: 105px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  padding: 10px 8px 0 8px; }

nav .tooltip_menu a {
  font-weight: bold;
  padding: 0 0 10px 0;
  display: block;
  text-decoration: none;
  color: #58595B;
  white-space: nowrap;
  font-size: .7em; }

nav .tooltip_menu a:hover {
  color: #EC108C; }

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden; }

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px; }

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0; }

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right; }

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/ }

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1); }

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* STYLE GUIDE */
html,
body {
  background: #FFF;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.wf-active h1,
.wf-active h2,
.wf-active h3,
wf-active .altgothic {
  font-family: "alternate-gothic-no-3-d",sans-serif; }

.wf-active h3 {
  font-size: 1.5em; }

/* STANDARDS */
.magenta {
  color: #EC108C; }

.gray {
  color: #EFECE7; }

.gray-70 {
  color: rgba(77, 77, 77, 0.7); }

.blue {
  color: #005AA7; }

.sprite {
  display: block;
  text-indent: -9999px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
textarea {
  border: 0;
  border-radius: 3px;
  background: #FFF;
  padding: 6px;
  border-radius: 3px;
  color: #333;
  font-size: .8em; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #808080; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #808080; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #808080; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #808080; }

input.border,
textarea.border {
  border: 1px solid #EFECE7; }

input.email {
  width: 100%; }

.submit {
  padding: 6px 10px;
  font-size: .8em;
  font-weight: bold;
  border-radius: 3px;
  background: #EC108C;
  color: #FFF;
  text-align: center;
  border: 0;
  text-transform: uppercase; }

#submit:hover,
input.submit:hover {
  background: #f23da3; }

.gradient {
  background: #005CA6;
  background-color: #23C1E0;
  background-image: -webkit-linear-gradient(left, #23C1E0, #005CA6);
  background-image: linear-gradient(to right,#23C1E0, #005CA6); }

section {
  position: relative; }

section.lightgray {
  background: #F7F7F7; }

.focus {
  padding: 40px 25%;
  font-size: .9em;
  color: #58595B; }

.small {
  font-size: .8em; }

.two-column {
  -webkit-columns: 100px 2;
  -moz-columns: 100px 2;
  columns: 100px 2; }

.col-break {
  -webkit-column-break-before: always;
  break-before: column; }

.callout {
  background: #fccce7;
  color: #5d0637;
  font-size: .8em;
  padding: 20px;
  border: none;
  line-height: 1.5em; }

/* CONTAINER */
#container {
  margin: 0 auto; }

/* HEADER */
header {
  position: relative;
  padding: 40px 0; }

#header,
#footer {
  position: relative;
  margin: 0 auto;
  max-width: 1280px; }

#header {
  padding: 0 40px;
  max-width: 1165px; }

header h1 {
  float: left;
  margin: 0;
  padding: 0; }

header h1 a {
  height: 31px;
  width: 250px;
  margin: 0;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: url("../images/pp-logo.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    header h1 a {
      background-image: url("../images/pp-logo@2x.png");
      background-size: 250px 31px; } }

/* NAVIGATION */
nav {
  margin: 0 30px;
  float: left; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

nav > ul > li {
  float: left; }

nav > ul > li > a {
  padding: 0 10px;
  height: 30px;
  line-height: 31px;
  color: #58595B;
  text-decoration: none;
  font-weight: bold;
  font-size: .8em; }

nav .dropdown {
  display: none; }

/* BUTTONS */
#buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 31px;
  float: left; }

#buttons li {
  float: left; }

.button {
  padding: 8px 15px;
  border-radius: 3px;
  color: #FFF;
  background: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: .7em;
  text-transform: uppercase; }

.button.bufferright {
  margin-right: 7px; }

.button.lightblue {
  background: #24C2E0; }

.button.lightblue:hover {
  background: #7ddbed; }

.button.blue {
  background: #005CA6; }

.button.blue:hover {
  background: #0d93ff; }

.button.magenta {
  background: #ED008C; }

.button.magenta:hover {
  background: #ff54b9; }

/* SHARE ICONS */
.share-icons {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  line-height: 0; }

header .share-icons {
  margin: 10px 0 10px 20px;
  float: left; }

.share-icons li {
  float: left; }

/* SOCIAL ICONS */
.icon {
  text-indent: -9999px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat; }

.icon:hover {
  background-position: 0 100%; }

.icon.twitter {
  height: 13px;
  width: 17px;
  margin-right: 15px;
  background-image: url("../images/twitter-share-sprite.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .icon.twitter {
      background-image: url("../images/twitter-share-sprite@2x.png");
      background-size: 17px 26px; } }

.icon.facebook {
  height: 13px;
  width: 7px;
  background-image: url("../images/facebook-share-sprite.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .icon.facebook {
      background-image: url("../images/facebook-share-sprite@2x.png");
      background-size: 7px 26px; } }

.icon.email {
  margin-top: 3px;
  height: 12px;
  width: 20px;
  background-image: url("../images/mail-icon.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .icon.email {
      background-image: url("../images/mail-icon@2x.png");
      background-size: 20px 12px; } }

.icon.print {
  height: 18px;
  width: 20px;
  background-image: url("../images/print-icon.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .icon.print {
      background-image: url("../images/print-icon@2x.png");
      background-size: 20px 18px; } }

/* LANGUAGE */
#lang {
  line-height: 32px;
  margin-left: 15px;
  float: left;
  font-size: .6em;
  color: #58595B;
  text-transform: uppercase; }

#lang a {
  text-decoration: none;
  color: #58595B; }

/* TOOLS */
#tools {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right; }

#tools li {
  float: left; }

#tools li:first-child {
  margin-right: 10px; }

/* MAIN */
#main {
  margin: 0 auto; }
  #main::after {
    clear: both;
    content: "";
    display: table; }

/* BANNER */
.homepage #banner {
  overflow: hidden; }

.banner {
  position: relative;
  width: auto;
  height: auto;
  background-color: #F7F7F7;
  /* DEFAULT */
  background-repeat: no-repeat;
  background-size: cover;
  background-image: #558BB1 url(../images/hero-default.jpg);
  /* DEFAULT */
  background-position: right top; }

/* SLIDES + INNER TEXT */
#slides {
  background-color: #F7F7F7; }

a.slide {
  height: 450px;
  width: 100%;
  background-color: #F7F7F7;
  /* DEFAULT */
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/hero-default.jpg);
  /* DEFAULT */
  background-position: right top;
  text-decoration: none; }

.hero-text {
  min-height: 200px;
  width: 30%;
  padding: 100px 0 100px 100px; }

.homepage .hero-text {
  width: 50%;
  padding: 50px 0 0 50px; }

.hero-headline {
  font-size: 2.5em;
  color: #58595B;
  font-weight: bold; }

.homepage .hero-text,
.homepage .hero-headline,
.homepage .hero-subheader {
  white-space: normal; }

.hero-subheader {
  font-size: 1.8em; }

.hero-subheader.altgothic {
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-weight: normal;
  color: #005AA7;
  margin-top: 1em;
  text-transform: uppercase; }

.hero-text.white,
.white .hero-headline,
.white .hero-subheader {
  color: #FFF !important; }

.wf-inactive .hero-subheader {
  font-weight: bold; }

/* ROTATOR PAGER */
#pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 345px;
  overflow: hidden;
  color: #FFF;
  font-size: 50px; }

#pager span:hover {
  cursor: pointer; }

#pager .cycle-pager-active {
  color: #EC108C; }

/* HERO IMAGE */
#banner .hero-image {
  display: block;
  padding: 80px 40px 60px;
  text-align: center;
  text-decoration: none;
  background: url(../images/hero-home.jpg) no-repeat left center;
  background-size: cover; }
  @media screen and (max-width: 480px) {
    #banner .hero-image {
      background-image: url("../images/hero-home-mobile.jpg"); } }

#banner .hero-image .hero-image-text {
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
  #banner .hero-image .hero-image-text .big {
    font-size: 0.875em; }
  #banner .hero-image .hero-image-text p {
    margin: 0 0 20px; }
  #banner .hero-image .hero-image-text .small {
    text-align: center;
    font-size: 0.5625em;
    line-height: 0.5625em;
    display: inline-block;
    margin: 0; }
  #banner .hero-image .hero-image-text a.small {
    text-decoration: none;
    color: #FFF;
    line-height: 1.25em; }
    #banner .hero-image .hero-image-text a.small:hover {
      text-decoration: underline; }
  #banner .hero-image .hero-image-text .subline {
    text-align: center;
    font-size: 0.5625em;
    line-height: 1.5em;
    display: inline-block;
    margin: 0 0 1em 0; }
    #banner .hero-image .hero-image-text .subline a {
      color: #FFF;
      text-decoration: underline; }

#banner .hero-image .hero-image-text .button {
  text-transform: none;
  font-size: 0.6em;
  padding: 10px 40px;
  display: inline-block;
  text-shadow: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 989px) {
  #banner .hero-image {
    padding: 30px; }

  #banner .hero-image .hero-image-text {
    font-size: 1.8em; }

  #banner .hero-image .hero-image-text .button {
    font-size: .5em; } }
@media screen and (min-width: 1200px) {
  #banner .hero-image {
    padding: 80px 200px 60px; } }
/* HOMEPAGE ALERT */
#alert {
  background: #E4F8FC;
  padding: 20px; }

#alert-inner {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.3em;
  color: rgba(26, 26, 26, 0.7); }

#alert-inner a {
  font-weight: bold;
  color: #EC108C;
  text-decoration: none; }

#alert-inner a:hover {
  color: #f23da3; }

/* SEARCH BAR */
#search-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  background: #005AA7;
  background: rgba(0, 90, 167, 0.7);
  text-align: center; }

#search-cta {
  color: #FFF;
  font-weight: bold;
  margin-right: 10px;
  display: inline; }

#search-bar form {
  display: inline; }

.homepage #search-bar {
  bottom: 0;
  z-index: 1000;
  top: auto; }

/* WELCOME */
#welcome {
  color: #58595B;
  font-size: .9em; }

#welcome .focus {
  padding: 40px 25%; }

/* BIG BUTTONS */
#big-buttons {
  overflow: hidden;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 0 65px;
  border-bottom: 1px solid #d3e4f1; }

#big-buttons ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none; }

#big-buttons li {
  float: left;
  width: 33%;
  margin: 0; }

#big-buttons a {
  display: block;
  padding: 1px;
  text-decoration: none; }

#big-buttons h4 {
  font-size: 1.5em;
  margin: 0.5em 0 0;
  padding-right: 20px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-weight: normal; }
  #big-buttons h4 a {
    color: #005ea7; }

#big-buttons p {
  color: #8c8c8c;
  padding-right: 20px; }

#big-buttons .description {
  margin-top: 0;
  line-height: 1.5em; }

#big-buttons a.learn-more {
  color: #EC108C;
  font-weight: bold; }

#big-buttons a.learn-more:before {
  content: '';
  height: 18px;
  width: 10px;
  margin-right: 10px;
  margin-bottom: -3px;
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("../images/arrow.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #big-buttons a.learn-more:before {
      background-image: url("../images/arrow@2x.png");
      background-size: 10px 18px; } }

img.img-responsive {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  #big-buttons ul > li {
    float: none;
    display: block;
    width: 100%;
    margin: 0; }

  #big-buttons a.learn-more {
    margin-bottom: 2em; } }
/* IMPORTANT DATES */
#important-dates {
  margin: 0 0 60px 10px; }

#important-dates h2 {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-weight: normal;
  color: #005ea7;
  text-transform: uppercase;
  font-size: 1.625em;
  margin: 30px auto;
  text-align: center; }

#important-dates ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1240px;
  margin: 0 auto; }

#important-dates ul > li {
  float: left;
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  background: #E5F8FC;
  margin-right: 1%; }

#important-dates ul > li .inside {
  display: block;
  float: none;
  padding: 30px; }
  #important-dates ul > li .inside.big-icon {
    padding: 30px 30px 30px 160px;
    background-repeat: no-repeat;
    background-position: 30px center; }
  #important-dates ul > li .inside.cross {
    background-image: url(../images/icon-board-cross.png); }
  #important-dates ul > li .inside.shield {
    background-image: url(../images/icon-shield-exclamation.png); }

#important-dates ul > li.date-highlight {
  background: #266595; }

#important-dates ul > li.date-highlight .inside .date {
  color: #fff;
  font-weight: normal; }
#important-dates ul > li.date-highlight .inside .details h4 {
  color: #fff; }
#important-dates ul > li.date-highlight .inside .details p {
  color: #fff; }

#important-dates .date {
  font-weight: bold;
  color: #5a9dcf;
  text-transform: uppercase;
  margin: 0; }

#important-dates .details h4 {
  font-weight: 300;
  font-size: 1.625em;
  color: #005ea7;
  margin: 10px 0; }

#important-dates .details p {
  font-weight: 300;
  color: #005ea7;
  margin: 0;
  line-height: 1.4em; }

@media screen and (max-width: 767px) {
  #important-dates {
    margin: 0 0 60px 0; }

  #important-dates ul > li {
    float: none;
    display: block;
    width: 100%;
    padding: 0; }
    #important-dates ul > li:first-child {
      margin-bottom: 10px; } }
@media screen and (max-width: 480px) {
  #important-dates ul > li .inside.big-icon {
    background-image: none;
    padding: 20px; } }
/* KICKER */
#kicker .message {
  text-align: center;
  width: 100%;
  max-width: 840px;
  padding-bottom: 60px; }
  #kicker .message .left {
    font-size: 1.6875em;
    color: #005AA7;
    width: 50%;
    font-weight: bold;
    box-sizing: border-box;
    float: left;
    margin-right: 5%; }
  #kicker .message #kicker-form {
    width: 45%;
    float: left;
    box-sizing: border-box; }
    #kicker .message #kicker-form input[type="color"], #kicker .message #kicker-form input[type="date"], #kicker .message #kicker-form input[type="datetime"], #kicker .message #kicker-form input[type="datetime-local"], #kicker .message #kicker-form input[type="email"], #kicker .message #kicker-form input[type="month"], #kicker .message #kicker-form input[type="number"], #kicker .message #kicker-form input[type="password"], #kicker .message #kicker-form input[type="search"], #kicker .message #kicker-form input[type="tel"], #kicker .message #kicker-form input[type="text"], #kicker .message #kicker-form input[type="time"], #kicker .message #kicker-form input[type="url"], #kicker .message #kicker-form input[type="week"], #kicker .message #kicker-form input:not([type]), #kicker .message #kicker-form textarea {
      border: 1px solid #005AA7;
      padding: 5px 10px;
      float: left;
      margin-right: 10px;
      width: 150px;
      line-height: 36px;
      font-size: 1.125em; }
      #kicker .message #kicker-form input[type="color"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="date"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="datetime"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="datetime-local"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="email"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="month"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="number"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="password"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="search"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="tel"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="text"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="time"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="url"]::-webkit-input-placeholder, #kicker .message #kicker-form input[type="week"]::-webkit-input-placeholder, #kicker .message #kicker-form input:not([type])::-webkit-input-placeholder, #kicker .message #kicker-form textarea::-webkit-input-placeholder {
        color: rgba(77, 77, 77, 0.7); }
      #kicker .message #kicker-form input[type="color"]::-moz-placeholder, #kicker .message #kicker-form input[type="date"]::-moz-placeholder, #kicker .message #kicker-form input[type="datetime"]::-moz-placeholder, #kicker .message #kicker-form input[type="datetime-local"]::-moz-placeholder, #kicker .message #kicker-form input[type="email"]::-moz-placeholder, #kicker .message #kicker-form input[type="month"]::-moz-placeholder, #kicker .message #kicker-form input[type="number"]::-moz-placeholder, #kicker .message #kicker-form input[type="password"]::-moz-placeholder, #kicker .message #kicker-form input[type="search"]::-moz-placeholder, #kicker .message #kicker-form input[type="tel"]::-moz-placeholder, #kicker .message #kicker-form input[type="text"]::-moz-placeholder, #kicker .message #kicker-form input[type="time"]::-moz-placeholder, #kicker .message #kicker-form input[type="url"]::-moz-placeholder, #kicker .message #kicker-form input[type="week"]::-moz-placeholder, #kicker .message #kicker-form input:not([type])::-moz-placeholder, #kicker .message #kicker-form textarea::-moz-placeholder {
        color: rgba(77, 77, 77, 0.7); }
      #kicker .message #kicker-form input[type="color"]:-moz-placeholder, #kicker .message #kicker-form input[type="date"]:-moz-placeholder, #kicker .message #kicker-form input[type="datetime"]:-moz-placeholder, #kicker .message #kicker-form input[type="datetime-local"]:-moz-placeholder, #kicker .message #kicker-form input[type="email"]:-moz-placeholder, #kicker .message #kicker-form input[type="month"]:-moz-placeholder, #kicker .message #kicker-form input[type="number"]:-moz-placeholder, #kicker .message #kicker-form input[type="password"]:-moz-placeholder, #kicker .message #kicker-form input[type="search"]:-moz-placeholder, #kicker .message #kicker-form input[type="tel"]:-moz-placeholder, #kicker .message #kicker-form input[type="text"]:-moz-placeholder, #kicker .message #kicker-form input[type="time"]:-moz-placeholder, #kicker .message #kicker-form input[type="url"]:-moz-placeholder, #kicker .message #kicker-form input[type="week"]:-moz-placeholder, #kicker .message #kicker-form input:not([type]):-moz-placeholder, #kicker .message #kicker-form textarea:-moz-placeholder {
        color: rgba(77, 77, 77, 0.7); }
      #kicker .message #kicker-form input[type="color"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="date"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="datetime"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="datetime-local"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="email"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="month"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="number"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="password"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="search"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="tel"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="text"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="time"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="url"]:-ms-input-placeholder, #kicker .message #kicker-form input[type="week"]:-ms-input-placeholder, #kicker .message #kicker-form input:not([type]):-ms-input-placeholder, #kicker .message #kicker-form textarea:-ms-input-placeholder {
        color: rgba(77, 77, 77, 0.7); }
    #kicker .message #kicker-form button.submit {
      font-size: 1.125em;
      float: left;
      text-transform: inherit;
      padding: 15px 35px;
      line-height: 1em;
      border-radius: 5px; }

@media screen and (min-width: 768px) {
  #kicker .message {
    /* width: 50%; */
    margin: 0 auto;
    text-align: left; }

  #kicker .message p {
    float: left; }

  #kicker .message .text {
    width: 65%;
    padding-right: 5%; }

  #kicker .message .btn {
    width: 30%; }

  #kicker .message .button {
    text-align: center;
    padding: 10px;
    display: block; } }
/* BIG PHOTO */
.bigphoto {
  position: relative;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#pitch {
  background-image: url(../images/there-for-you-footer.jpg); }

#pitch .focus {
  padding: 60px 25%;
  font-size: .9em;
  color: #FFF !important; }

#pitch h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6em;
  font-weight: bold; }

/* ACCORDION */
.accordion {
  overflow: hidden;
  padding: 5px 0; }

.accordion h3 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1em;
  font-weight: bold; }

.accordion h3 a {
  margin: 5px 0;
  float: left;
  padding: 10px 10%;
  color: #FFF;
  text-decoration: none;
  line-height: 13px;
  width: 80%; }

.accordion h3 a i {
  display: block;
  float: left;
  margin-right: 10px; }

.accordion h3 a .title {
  padding: 0 10px; }

.plus i {
  background: url("../images/plus-minus-sprite.png") no-repeat 0 0;
  width: 13px;
  height: 13px; }

.minus i {
  background: url("../images/plus-minus-sprite.png") no-repeat 0 -13px;
  width: 13px;
  height: 13px; }

.bellow {
  background: #F7F7F7;
  display: none;
  overflow: hidden;
  padding: 20px 10%;
  font-size: .9em; }

.entry {
  color: rgba(77, 77, 77, 0.7); }

.accordion .entry {
  color: rgba(77, 77, 77, 0.7);
  font-size: 1em;
  line-height: 1.5em; }

/* FOLLOW UP */
#follow-up {
  width: 100%;
  overflow: hidden; }
  #follow-up input[type="color"], #follow-up input[type="date"], #follow-up input[type="datetime"], #follow-up input[type="datetime-local"], #follow-up input[type="email"], #follow-up input[type="month"], #follow-up input[type="number"], #follow-up input[type="password"], #follow-up input[type="search"], #follow-up input[type="tel"], #follow-up input[type="text"], #follow-up input[type="time"], #follow-up input[type="url"], #follow-up input[type="week"], #follow-up input:not([type]), #follow-up textarea {
    width: 150px; }

#follow-blocks {
  margin: 0 10%;
  overflow: hidden; }

#follow-blocks h3 {
  color: #EC108C;
  font-size: 1.3em;
  text-transform: uppercase; }

.wf-active #follow-blocks h3 {
  font-size: 1.8em;
  margin: 0;
  font-weight: normal; }

#follow-blocks .block {
  font-size: .9em;
  width: 33%;
  color: rgba(77, 77, 77, 0.7);
  float: left; }

#follow-blocks a {
  color: #005AA7;
  font-weight: bold;
  text-decoration: none; }

#follow-blocks .block-inner {
  padding: 20px;
  overflow: hidden; }

#follow-blocks .block.center {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: center; }
  #follow-blocks .block.center .block-inner {
    padding: 20px 50px; }

#follow-blocks .disclaimer {
  font-size: 0.625em;
  margin-top: 1em;
  text-align: justify; }

.wf-active #follow-blocks .block.center h3 {
  margin-bottom: .5em; }

#share-w-friends {
  padding: 0;
  margin: 25px auto 0;
  list-style: none;
  width: 40px;
  float: none;
  overflow: hidden; }

#share-w-friends li {
  float: left; }

/* INCEPTION */
.inc-questions {
  width: 35%;
  float: left; }

.inc-questions > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.inc-questions > ul > li {
  margin-bottom: 10px;
  padding-left: 15px; }

.inc-questions > ul > li > a {
  color: #005AA7;
  font-weight: bold;
  text-decoration: none;
  font-size: .9em; }

.inc-questions li.current {
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-image: url("../images/faq-cursor.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .inc-questions li.current {
      background-image: url("../images/faq-cursor@2x.png");
      background-size: 7px 12px; } }

.inc-questions li.current a {
  color: #58595B; }

.inc-questions > ul > li > div {
  display: none; }

.inc-answer {
  width: 60%;
  float: left;
  margin-left: 5%;
  overflow: hidden;
  height: 500px;
  background: #FFF;
  padding: 5px 0; }

.answer-inner {
  padding: 10px;
  background: #FFF; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #29C2DF !important;
  background: rgba(41, 194, 223, 0.7) !important; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(41, 194, 223, 0.15); }

/* FOOTER */
footer {
  position: relative;
  background: #005AA7;
  padding: 20px 0;
  overflow: hidden; }

footer h2 {
  margin: 0;
  padding: 0; }

footer h2 a {
  height: 20px;
  width: 160px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("../images/pp-logo-white.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    footer h2 a {
      background-image: url("../images/pp-logo-white@2x.png");
      background-size: 160px 20px; } }

footer #privacy,
footer #copy {
  position: absolute;
  top: 5px;
  color: #FFF;
  font-size: .7em; }

footer #privacy {
  top: -7px; }

footer #privacy a {
  text-decoration: none;
  color: #FFF; }

footer #copy {
  left: 20px; }

footer #privacy {
  right: 20px; }

/* RESPONSIVE */
#dd-repsonsive {
  display: none; }

@media only screen and (max-width: 1330px) {
  nav {
    margin: 0 20px; } }
@media only screen and (min-width: 990px) and (max-width: 1280px) {
  header h1 {
    float: none; }

  header h1 a {
    margin: 0 auto 20px; }

  #topbar {
    margin: 0 auto;
    width: 910px; }

  nav {
    margin-left: 0; } }
@media only screen and (max-width: 989px) {
  #follow-up input.submit,
  #follow-up input.border {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box; }

  header h1 {
    float: none; }

  header h1 a {
    margin: 0 auto 20px; }

  #topbar {
    margin: 0 auto;
    width: 910px; }

  nav {
    display: none;
    float: none;
    width: 285px !important;
    margin: 0 auto 10px !important; }

  #topbar {
    margin: 0 auto !important;
    width: 645px; }

  #pager {
    top: 320px; }

  #search-cta {
    display: block;
    margin-bottom: 5px; }

  #share .answer {
    width: 310px !important; }

  .share-img {
    float: none;
    margin-bottom: 40px; }

  #follow-blocks .block-inner {
    padding: 20px;
    overflow: hidden; } }
@media screen and (max-width: 768px) {
  .block {
    width: 100% !important;
    float: none !important;
    display: block !important; }

  .two-column {
    -webkit-columns: auto !important;
    -moz-columns: auto !important;
    columns: auto !important; }

  .column.buffer {
    margin-right: 0; }

  .block.center {
    border-left: none !important;
    border-right: none !important; }

  #follow-up input.border {
    display: block !important;
    padding: 10px;
    font-size: 1.3em;
    margin: 0 auto .5em auto; }

  #follow-blocks .block-inner {
    text-align: center !important; }

  input#zip {
    display: block;
    padding: 10px;
    margin: 10px auto;
    width: 90%; }

  .focus {
    padding: 20px !important; }

  #pitch .focus {
    font-size: 1em;
    line-height: 1.4em; }

  .submit {
    display: block;
    padding: 10px;
    font-size: 1.2em;
    margin: 0 auto; }

  footer #copy,
  footer #privacy {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    margin: 10px 0 0; }

  #topbar {
    width: 475px !important; }

  #buttons {
    overflow: hidden;
    float: none; }

  #nav-third {
    clear: both;
    width: 175px;
    overflow: hidden;
    margin: 10px auto 0; }

  /* ROTATOR */
  .homepage a.slide {
    height: 210px;
    font-size: .7em !important; }

  .hero-text {
    width: auto !important;
    min-height: 160px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px; }

  .hero-text.white {
    background: rgba(0, 0, 0, 0.5); }

  .words-know .hero-text {
    background: rgba(0, 0, 0, 0.5); }

  #pager {
    top: 150px; }

  #search-bar {
    position: relative;
    background: #005aa7; }

  footer #copy {
    left: 0; }

  footer #privacy {
    right: 0; }

  /* BIG BUTTONS */
  #follow-blocks {
    margin: 0 20px; }

  .block-inner,
  #follow-blocks .block-inner {
    padding: 20px; }

  /* EMBEDS */
  iframe,
  img {
    width: 100%; }

  /* INCEPTION */
  .inc-questions,
  .inc-answer {
    width: auto;
    float: none;
    margin-left: 0; } }
@media only screen and (max-width: 550px) {
  header {
    height: 31px; }

  nav {
    display: none !important; }

  #topbar {
    display: none; }

  #dd-repsonsive {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
    display: block;
    width: 300px;
    height: 25px; }

  #dd-repsonsive ul {
    padding: 0;
    margin: 0;
    list-style: none; }

  #dd-repsonsive .nav li {
    background: #FFF; }

  #dd-repsonsive .nav > li > a,
  .dropdown a {
    padding: 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: .8em;
    display: block; }

  #dd-repsonsive .nav > li > a:hover,
  .dropdown a:hover {
    text-decoration: underline; }

  li#reveal {
    clear: both;
    height: 25px; }

  li#reveal a {
    float: right;
    background: url(../images/icon-responsive-dd.png) no-repeat right center;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    display: block; }

  #buttons li {
    float: none;
    margin-right: 0; }

  .button.bufferright {
    margin-right: 0; }

  #dd-repsonsive .button {
    border-radius: 0;
    display: block;
    float: none; }

  .homepage .hero-text {
    padding: 20px 20px 0 20px;
    height: 190px; } }
/* DEFAULTS */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* CHROMEFRAME */
.chromeframe {
  margin: 0;
  background: #FFF1AD;
  color: #AC8E00;
  border-bottom: 2px solid #AC8E00;
  padding: .5em;
  text-align: center; }

.chromeframe a {
  color: #AC8E00; }

/* PRINT */
@media print {
  *,
  .gradient {
    background: #FFF !important;
    background-color: #FFF !important;
    color: #000 !important; }

  body,
  section#entry {
    width: 100%; }

  .focus,
  #header {
    padding: 10px; }

  header {
    padding: 0; }

  section#banner,
  #topbar,
  #follow-up,
  footer h2,
  #privacy {
    display: none; } }
/* GET COVERED IFRAM */
iframe#gca-calculator-widget {
  height: 845px !important; }
