
body {
  margin: 0;
}

/* = Din Font
   -------------------------------------------------------------- placed locally */


/*@font-face{font-family:'DIN';src:url('../fonts/din.eot?v=1.0.0');src:url('../fonts/din.eot?#iefix&v=1.0.0') format('embedded-opentype'),url('../fonts/din.woff?v=1.0.0') format('woff'),url('../fonts/din.ttf?v=1.0.0') format('truetype');font-weight:normal;font-style:normal}

@font-face{font-family:'DIN-light';src:url('../fonts/din-light.eot?v=1.0.0');src:url('../fonts/din-light.eot?#iefix&v=1.0.0') format('embedded-opentype'),url('../fonts/din-light.woff?v=1.0.0') format('woff'),url('../fonts/din-light.ttf?v=1.0.0') format('truetype');font-weight:normal;font-style:normal}
*/

.CPSA {
  font-family: "DIN-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  background-color: #ffffff;
}

.CPSA * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CPSA *:before,
.CPSA *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.CPSA a {
  color: #e65785;
  text-decoration: none;
}
.CPSA a:hover,
.CPSA a:focus {
  color: #333333;
  text-decoration: underline;
}
.CPSA a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.CPSA .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.CPSA .navstripe .container {
  padding-left: 22px;
  padding-right: 22px;
}

.text-center {
	text-align: center;
}


@media (max-width: 768px) {
  .CPSA .util-nav {
	display: none;
  }
}
  
@media (min-width: 768px) {
  .CPSA .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .CPSA .container {
    width: 970px;
  }
  
  .CPSA .hidden {
  display: none !important;
  visibility: hidden !important;
}
  
}
@media (min-width: 1200px) {
  .CPSA .container {
    width: 1170px;
  }
}
.CPSA .row {
  margin-left: -15px;
  margin-right: -15px;
}
.CPSA .col-xs-1, .CPSA .col-sm-1, .CPSA .col-md-1, .CPSA .col-lg-1, .CPSA .col-xs-2, .CPSA .col-sm-2, .CPSA .col-md-2, .CPSA .col-lg-2, .CPSA .col-xs-3, .CPSA .col-sm-3, .CPSA .col-md-3, .CPSA .col-lg-3, .CPSA .col-xs-4, .CPSA .col-sm-4, .CPSA .col-md-4, .CPSA .col-lg-4, .CPSA .col-xs-5, .CPSA .col-sm-5, .CPSA .col-md-5, .CPSA .col-lg-5, .CPSA .col-xs-6, .CPSA .col-sm-6, .CPSA .col-md-6, .CPSA .col-lg-6, .CPSA .col-xs-7, .CPSA .col-sm-7, .CPSA .col-md-7, .CPSA .col-lg-7, .CPSA .col-xs-8, .CPSA .col-sm-8, .CPSA .col-md-8, .CPSA .col-lg-8, .CPSA .col-xs-9, .CPSA .col-sm-9, .CPSA .col-md-9, .CPSA .col-lg-9, .CPSA .col-xs-10, .CPSA .col-sm-10, .CPSA .col-md-10, .CPSA .col-lg-10, .CPSA .col-xs-11, .CPSA .col-sm-11, .CPSA .col-md-11, .CPSA .col-lg-11, .CPSA .col-xs-12, .CPSA .col-sm-12, .CPSA .col-md-12, .CPSA .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.CPSA .col-xs-1, .CPSA .col-xs-2, .CPSA .col-xs-3, .CPSA .col-xs-4, .CPSA .col-xs-5, .CPSA .col-xs-6, .CPSA .col-xs-7, .CPSA .col-xs-8, .CPSA .col-xs-9, .CPSA .col-xs-10, .CPSA .col-xs-11, .CPSA .col-xs-12 {
  float: left;
}
.CPSA .col-xs-12 {
  width: 100%;
}
.CPSA .col-xs-11 {
  width: 91.66666667%;
}
.CPSA .col-xs-10 {
  width: 83.33333333%;
}
.CPSA .col-xs-9 {
  width: 75%;
}
.CPSA .col-xs-8 {
  width: 66.66666667%;
}
.CPSA .col-xs-7 {
  width: 58.33333333%;
}
.CPSA .col-xs-6 {
  width: 50%;
}
.CPSA .col-xs-5 {
  width: 41.66666667%;
}
.CPSA .col-xs-4 {
  width: 33.33333333%;
}
.CPSA .col-xs-3 {
  width: 25%;
}
.CPSA .col-xs-2 {
  width: 16.66666667%;
}
.CPSA .col-xs-1 {
  width: 8.33333333%;
}
.CPSA .col-xs-pull-12 {
  right: 100%;
}
.CPSA .col-xs-pull-11 {
  right: 91.66666667%;
}
.CPSA .col-xs-pull-10 {
  right: 83.33333333%;
}
.CPSA .col-xs-pull-9 {
  right: 75%;
}
.CPSA .col-xs-pull-8 {
  right: 66.66666667%;
}
.CPSA .col-xs-pull-7 {
  right: 58.33333333%;
}
.CPSA .col-xs-pull-6 {
  right: 50%;
}
.CPSA .col-xs-pull-5 {
  right: 41.66666667%;
}
.CPSA .col-xs-pull-4 {
  right: 33.33333333%;
}
.CPSA .col-xs-pull-3 {
  right: 25%;
}
.CPSA .col-xs-pull-2 {
  right: 16.66666667%;
}
.CPSA .col-xs-pull-1 {
  right: 8.33333333%;
}
.CPSA .col-xs-pull-0 {
  right: auto;
}
.CPSA .col-xs-push-12 {
  left: 100%;
}
.CPSA .col-xs-push-11 {
  left: 91.66666667%;
}
.CPSA .col-xs-push-10 {
  left: 83.33333333%;
}
.CPSA .col-xs-push-9 {
  left: 75%;
}
.CPSA .col-xs-push-8 {
  left: 66.66666667%;
}
.CPSA .col-xs-push-7 {
  left: 58.33333333%;
}
.CPSA .col-xs-push-6 {
  left: 50%;
}
.CPSA .col-xs-push-5 {
  left: 41.66666667%;
}
.CPSA .col-xs-push-4 {
  left: 33.33333333%;
}
.CPSA .col-xs-push-3 {
  left: 25%;
}
.CPSA .col-xs-push-2 {
  left: 16.66666667%;
}
.CPSA .col-xs-push-1 {
  left: 8.33333333%;
}
.CPSA .col-xs-push-0 {
  left: auto;
}
.CPSA .col-xs-offset-12 {
  margin-left: 100%;
}
.CPSA .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.CPSA .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.CPSA .col-xs-offset-9 {
  margin-left: 75%;
}
.CPSA .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.CPSA .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.CPSA .col-xs-offset-6 {
  margin-left: 50%;
}
.CPSA .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.CPSA .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.CPSA .col-xs-offset-3 {
  margin-left: 25%;
}
.CPSA .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.CPSA .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.CPSA .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .CPSA .col-sm-1, .CPSA .col-sm-2, .CPSA .col-sm-3, .CPSA .col-sm-4, .CPSA .col-sm-5, .CPSA .col-sm-6, .CPSA .col-sm-7, .CPSA .col-sm-8, .CPSA .col-sm-9, .CPSA .col-sm-10, .CPSA .col-sm-11, .CPSA .col-sm-12 {
    float: left;
  }
  .CPSA .col-sm-12 {
    width: 100%;
  }
  .CPSA .col-sm-11 {
    width: 91.66666667%;
  }
  .CPSA .col-sm-10 {
    width: 83.33333333%;
  }
  .CPSA .col-sm-9 {
    width: 75%;
  }
  .CPSA .col-sm-8 {
    width: 66.66666667%;
  }
  .CPSA .col-sm-7 {
    width: 58.33333333%;
  }
  .CPSA .col-sm-6 {
    width: 50%;
  }
  .CPSA .col-sm-5 {
    width: 41.66666667%;
  }
  .CPSA .col-sm-4 {
    width: 33.33333333%;
  }
  .CPSA .col-sm-3 {
    width: 25%;
  }
  .CPSA .col-sm-2 {
    width: 16.66666667%;
  }
  .CPSA .col-sm-1 {
    width: 8.33333333%;
  }
  .CPSA .col-sm-pull-12 {
    right: 100%;
  }
  .CPSA .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .CPSA .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .CPSA .col-sm-pull-9 {
    right: 75%;
  }
  .CPSA .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .CPSA .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .CPSA .col-sm-pull-6 {
    right: 50%;
  }
  .CPSA .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .CPSA .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .CPSA .col-sm-pull-3 {
    right: 25%;
  }
  .CPSA .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .CPSA .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .CPSA .col-sm-pull-0 {
    right: auto;
  }
  .CPSA .col-sm-push-12 {
    left: 100%;
  }
  .CPSA .col-sm-push-11 {
    left: 91.66666667%;
  }
  .CPSA .col-sm-push-10 {
    left: 83.33333333%;
  }
  .CPSA .col-sm-push-9 {
    left: 75%;
  }
  .CPSA .col-sm-push-8 {
    left: 66.66666667%;
  }
  .CPSA .col-sm-push-7 {
    left: 58.33333333%;
  }
  .CPSA .col-sm-push-6 {
    left: 50%;
  }
  .CPSA .col-sm-push-5 {
    left: 41.66666667%;
  }
  .CPSA .col-sm-push-4 {
    left: 33.33333333%;
  }
  .CPSA .col-sm-push-3 {
    left: 25%;
  }
  .CPSA .col-sm-push-2 {
    left: 16.66666667%;
  }
  .CPSA .col-sm-push-1 {
    left: 8.33333333%;
  }
  .CPSA .col-sm-push-0 {
    left: auto;
  }
  .CPSA .col-sm-offset-12 {
    margin-left: 100%;
  }
  .CPSA .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .CPSA .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .CPSA .col-sm-offset-9 {
    margin-left: 75%;
  }
  .CPSA .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .CPSA .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .CPSA .col-sm-offset-6 {
    margin-left: 50%;
  }
  .CPSA .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .CPSA .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .CPSA .col-sm-offset-3 {
    margin-left: 25%;
  }
  .CPSA .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .CPSA .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .CPSA .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .CPSA .col-md-1, .CPSA .col-md-2, .CPSA .col-md-3, .CPSA .col-md-4, .CPSA .col-md-5, .CPSA .col-md-6, .CPSA .col-md-7, .CPSA .col-md-8, .CPSA .col-md-9, .CPSA .col-md-10, .CPSA .col-md-11, .CPSA .col-md-12 {
    float: left;
  }
  .CPSA .col-md-12 {
    width: 100%;
  }
  .CPSA .col-md-11 {
    width: 91.66666667%;
  }
  .CPSA .col-md-10 {
    width: 83.33333333%;
  }
  .CPSA .col-md-9 {
    width: 75%;
  }
  .CPSA .col-md-8 {
    width: 66.66666667%;
  }
  .CPSA .col-md-7 {
    width: 58.33333333%;
  }
  .CPSA .col-md-6 {
    width: 50%;
  }
  .CPSA .col-md-5 {
    width: 41.66666667%;
  }
  .CPSA .col-md-4 {
    width: 33.33333333%;
  }
  .CPSA .col-md-3 {
    width: 25%;
  }
  .CPSA .col-md-2 {
    width: 16.66666667%;
  }
  .CPSA .col-md-1 {
    width: 8.33333333%;
  }
  .CPSA .col-md-pull-12 {
    right: 100%;
  }
  .CPSA .col-md-pull-11 {
    right: 91.66666667%;
  }
  .CPSA .col-md-pull-10 {
    right: 83.33333333%;
  }
  .CPSA .col-md-pull-9 {
    right: 75%;
  }
  .CPSA .col-md-pull-8 {
    right: 66.66666667%;
  }
  .CPSA .col-md-pull-7 {
    right: 58.33333333%;
  }
  .CPSA .col-md-pull-6 {
    right: 50%;
  }
  .CPSA .col-md-pull-5 {
    right: 41.66666667%;
  }
  .CPSA .col-md-pull-4 {
    right: 33.33333333%;
  }
  .CPSA .col-md-pull-3 {
    right: 25%;
  }
  .CPSA .col-md-pull-2 {
    right: 16.66666667%;
  }
  .CPSA .col-md-pull-1 {
    right: 8.33333333%;
  }
  .CPSA .col-md-pull-0 {
    right: auto;
  }
  .CPSA .col-md-push-12 {
    left: 100%;
  }
  .CPSA .col-md-push-11 {
    left: 91.66666667%;
  }
  .CPSA .col-md-push-10 {
    left: 83.33333333%;
  }
  .CPSA .col-md-push-9 {
    left: 75%;
  }
  .CPSA .col-md-push-8 {
    left: 66.66666667%;
  }
  .CPSA .col-md-push-7 {
    left: 58.33333333%;
  }
  .CPSA .col-md-push-6 {
    left: 50%;
  }
  .CPSA .col-md-push-5 {
    left: 41.66666667%;
  }
  .CPSA .col-md-push-4 {
    left: 33.33333333%;
  }
  .CPSA .col-md-push-3 {
    left: 25%;
  }
  .CPSA .col-md-push-2 {
    left: 16.66666667%;
  }
  .CPSA .col-md-push-1 {
    left: 8.33333333%;
  }
  .CPSA .col-md-push-0 {
    left: auto;
  }
  .CPSA .col-md-offset-12 {
    margin-left: 100%;
  }
  .CPSA .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .CPSA .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .CPSA .col-md-offset-9 {
    margin-left: 75%;
  }
  .CPSA .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .CPSA .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .CPSA .col-md-offset-6 {
    margin-left: 50%;
  }
  .CPSA .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .CPSA .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .CPSA .col-md-offset-3 {
    margin-left: 25%;
  }
  .CPSA .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .CPSA .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .CPSA .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .CPSA .col-lg-1, .CPSA .col-lg-2, .CPSA .col-lg-3, .CPSA .col-lg-4, .CPSA .col-lg-5, .CPSA .col-lg-6, .CPSA .col-lg-7, .CPSA .col-lg-8, .CPSA .col-lg-9, .CPSA .col-lg-10, .CPSA .col-lg-11, .CPSA .col-lg-12 {
    float: left;
  }
  .CPSA .col-lg-12 {
    width: 100%;
  }
  .CPSA .col-lg-11 {
    width: 91.66666667%;
  }
  .CPSA .col-lg-10 {
    width: 83.33333333%;
  }
  .CPSA .col-lg-9 {
    width: 75%;
  }
  .CPSA .col-lg-8 {
    width: 66.66666667%;
  }
  .CPSA .col-lg-7 {
    width: 58.33333333%;
  }
  .CPSA .col-lg-6 {
    width: 50%;
  }
  .CPSA .col-lg-5 {
    width: 41.66666667%;
  }
  .CPSA .col-lg-4 {
    width: 33.33333333%;
  }
  .CPSA .col-lg-3 {
    width: 25%;
  }
  .CPSA .col-lg-2 {
    width: 16.66666667%;
  }
  .CPSA .col-lg-1 {
    width: 8.33333333%;
  }
  .CPSA .col-lg-pull-12 {
    right: 100%;
  }
  .CPSA .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .CPSA .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .CPSA .col-lg-pull-9 {
    right: 75%;
  }
  .CPSA .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .CPSA .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .CPSA .col-lg-pull-6 {
    right: 50%;
  }
  .CPSA .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .CPSA .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .CPSA .col-lg-pull-3 {
    right: 25%;
  }
  .CPSA .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .CPSA .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .CPSA .col-lg-pull-0 {
    right: auto;
  }
  .CPSA .col-lg-push-12 {
    left: 100%;
  }
  .CPSA .col-lg-push-11 {
    left: 91.66666667%;
  }
  .CPSA .col-lg-push-10 {
    left: 83.33333333%;
  }
  .CPSA .col-lg-push-9 {
    left: 75%;
  }
  .CPSA .col-lg-push-8 {
    left: 66.66666667%;
  }
  .CPSA .col-lg-push-7 {
    left: 58.33333333%;
  }
  .CPSA .col-lg-push-6 {
    left: 50%;
  }
  .CPSA .col-lg-push-5 {
    left: 41.66666667%;
  }
  .CPSA .col-lg-push-4 {
    left: 33.33333333%;
  }
  .CPSA .col-lg-push-3 {
    left: 25%;
  }
  .CPSA .col-lg-push-2 {
    left: 16.66666667%;
  }
  .CPSA .col-lg-push-1 {
    left: 8.33333333%;
  }
  .CPSA .col-lg-push-0 {
    left: auto;
  }
  .CPSA .col-lg-offset-12 {
    margin-left: 100%;
  }
  .CPSA .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .CPSA .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .CPSA .col-lg-offset-9 {
    margin-left: 75%;
  }
  .CPSA .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .CPSA .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .CPSA .col-lg-offset-6 {
    margin-left: 50%;
  }
  .CPSA .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .CPSA .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .CPSA .col-lg-offset-3 {
    margin-left: 25%;
  }
  .CPSA .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .CPSA .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .CPSA .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.CPSA .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.CPSA .nav > li {
  position: relative;
  display: inline;
}
.CPSA .nav > li > a {
    color: #333333;
    display: inline-block;
    font-size: 16px;
    padding: 35px 25px 0;
    position: relative;
}
.CPSA .nav > li > a:hover,
.CPSA .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #000000;
}
.CPSA .nav > li.disabled > a {
  color: #aaaaaa;
}
.CPSA .nav > li.disabled > a:hover,
.CPSA .nav > li.disabled > a:focus {
  color: #aaaaaa;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.CPSA .nav .open > a,
.CPSA .nav .open > a:hover,
.CPSA .nav .open > a:focus {
  background-color: #FFFFFF;
  border-color: #e65785;
}
.CPSA .nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.CPSA .nav > li > a > img {
  max-width: none;
}
.CPSA .nav-tabs {
  border-bottom: 1px solid #913250;
}
.CPSA .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.CPSA .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.CPSA .nav-tabs > li > a:hover {
  border-color: #913250 #913250 #913250;
}
.CPSA .nav-tabs > li.active > a,
.CPSA .nav-tabs > li.active > a:hover,
.CPSA .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #913250;
  border: 1px solid #913250;
  border-bottom-color: transparent;
  cursor: default;
}
.CPSA .nav-tabs .nav-justified {
  width: 100%;
  border-bottom: 0;
}
.CPSA .nav-tabs .nav-justified > li {
  float: none;
}
.CPSA .nav-tabs .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.CPSA .nav-tabs .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .CPSA .nav-tabs .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .CPSA .nav-tabs .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.CPSA .nav-tabs .nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.CPSA .nav-tabs .nav-justified > .active > a,
.CPSA .nav-tabs .nav-justified > .active > a:hover,
.CPSA .nav-tabs .nav-justified > .active > a:focus {
  border: 1px solid #913250;
}
@media (min-width: 768px) {
  .CPSA .nav-tabs .nav-justified > li > a {
    border-bottom: 1px solid #913250;
    border-radius: 0 0 0 0;
  }
  .CPSA .nav-tabs .nav-justified > .active > a,
  .CPSA .nav-tabs .nav-justified > .active > a:hover,
  .CPSA .nav-tabs .nav-justified > .active > a:focus {
    border-bottom-color: #913250;
  }
}
.CPSA .nav-pills > li {
  float: left;
}
.CPSA .nav-pills > li > a {
  border-radius: 0;
}
.CPSA .nav-pills > li + li {
  margin-left: 2px;
}
.CPSA .nav-pills > li.active > a,
.CPSA .nav-pills > li.active > a:hover,
.CPSA .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #913250;
}
.CPSA .nav-stacked > li {
  float: none;
}
.CPSA .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.CPSA .nav-justified {
  width: 100%;
}
.CPSA .nav-justified > li {
  float: none;
}
.CPSA .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.CPSA .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .CPSA .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .CPSA .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.CPSA .nav-tabs-justified {
  border-bottom: 0;
}
.CPSA .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.CPSA .nav-tabs-justified > .active > a,
.CPSA .nav-tabs-justified > .active > a:hover,
.CPSA .nav-tabs-justified > .active > a:focus {
  border: 1px solid #913250;
}
@media (min-width: 768px) {
  .CPSA .nav-tabs-justified > li > a {
    border-bottom: 1px solid #913250;
    border-radius: 0 0 0 0;
  }
  .CPSA .nav-tabs-justified > .active > a,
  .CPSA .nav-tabs-justified > .active > a:hover,
  .CPSA .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #913250;
  }
}
.CPSA .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.CPSA .clearfix:before,
.CPSA .clearfix:after,
.CPSA .container:before,
.CPSA .container:after,
.CPSA .container-fluid:before,
.CPSA .container-fluid:after,
.CPSA .row:before,
.CPSA .row:after,
.CPSA .nav:before,
.CPSA .nav:after {
  content: " ";
  display: table;
}
.CPSA .clearfix:after,
.CPSA .container:after,
.CPSA .container-fluid:after,
.CPSA .row:after,
.CPSA .nav:after {
  clear: both;
}
.CPSA .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.CPSA .pull-right {
  float: right !important;
}
.CPSA .pull-left {
  float: left !important;
}
.CPSA .hide {
  display: none !important;
}
.CPSA .show {
  display: block !important;
}
.CPSA .invisible {
  visibility: hidden;
}
.CPSA .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.CPSA .affix {
  position: fixed;
}

/* CUSTOMIZE THE TOP NAV
-------------------------------------------------- */

.CPSA #logo {
	float: left;
	margin: 28px 0 11px;
}

.CPSA .navbar-header {
    width: 100%;
}

.CPSA .navbar-default {
    background-color: #ffffff;
    border: none;
}

.CPSA .row {
    margin-left: 0;
    margin-right: 0;
}


.CPSA .navstripe {
    margin: 0 1.1em 21px;
}

/*  = PRIMARY NAVIGATION ===============================  */



.CPSA #navigation {
    background:url('../images/bg-primary-navigation.gif') 0 0 repeat-x #405b99;
    width:100%;
    border:1px solid #9ca9cc;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.85em;
}

.CPSA #navigation li a {
    display:block;
    padding:8px;
    font-weight:bold;
	font-size: 10px;
    text-decoration:none;
    color:#fff;
}

.CPSA #navigation li a:hover {text-decoration:none;}

.CPSA #navigation li.current {background:url('../images/bg-primary-navigation-current.gif') 0 0 repeat-x #16388f;}

.CPSA #navigation li ul {
    position:absolute;
    background:#fff;
    left:-999em;
    border:solid #000;
    border-width:0;
}

.CPSA #navigation li ul li {
    float:none;
    border:solid #dcdcdc;
    border-width:0 1px 1px 1px;
}

.CPSA #navigation li ul li a, .CPSA #navigation li.current ul li a {
    padding:5px;
    width:180px;
    border:none;
    font-weight:normal;
    text-align:left;
    text-decoration:none;
    color:#333;
}

.CPSA #navigation li ul li a:hover {
    background:#f5f5f5;
    font-weight:bold;
    text-decoration:none;
}

.CPSA #navigation li:hover,
.CPSA #navigation li.ssfdd {position:static;}

.CPSA #navigation li:hover ul,
.CPSA #navigation li.ssfdd ul {left:auto;}

/*  = UTILITY NAVIGATION =============================== */

.CPSA #utility-navigation {
    float: right;
    font-size: 0.7em;
    margin: 0 1em 0 0;
}

.CPSA #utility-navigation > li {
    color:#333333;
    letter-spacing: 0.03em;
}

.CPSA #utility-navigation > li a {color:#666666;font-weight: normal;text-transform: uppercase;}

.CPSA #utility-navigation > li a.logged {color:#CC3366;font-weight: normal; padding-right: 0;}
.CPSA #utility-navigation > li a.logged:hover {color:#dd7899;font-weight: normal;}
.CPSA #utility-navigation > li a:hover {color:#333333;text-decoration:none;}

/*  = UTILITY NAVIGATION >> SEARCH ===================== */ 

.CPSA #utility-navigation li#search {
    padding:2px 0 0;
    border:none;
}

.CPSA #utility-navigation li#search form,
.CPSA #utility-navigation li#search form fieldset,
.CPSA #utility-navigation li#search form fieldset input {
    border: medium none;
    margin: -0.5em 0 0;
    padding: 0;
}

.CPSA #utility-navigation li#search form fieldset legend,
.CPSA #utility-navigation li#search form fieldset label {display:none;}

.CPSA #utility-navigation li#search form fieldset input#search-field {
    background: none repeat scroll 0 0 #D2D2D2;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px;
    box-shadow: -1px 1px 0 #666666 inset, 1px -1px 0 #FFFFFF inset;
    -moz-box-shadow: -1px 1px 0 #666666 inset, 1px -1px 0 #FFFFFF inset;
    -webkit-box-shadow: -1px 1px 0 #666666 inset, 1px -1px 0 #FFFFFF inset;
    color: #FFFFFF;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    height: 1.8em;
    margin: -1px 0 0;
    outline: 0 none;
    padding: 0 2em 0 0.7em;
    width: 225px;
    -webkit-appearance: none;
}

.CPSA #utility-navigation li#search form fieldset input#search-field:focus { 
    border-color: #CC0066; 
} 

.CPSA #utility-navigation li#search form fieldset input.search-button {
    left: -22px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 4px;
}


/*  = UTILITY NAVIGATION >> GLOBAL SITES ===============  */ 

.CPSA #utility-navigation li#global-sites {
    background:url(../images/circ-arrow.gif) 100% 2px no-repeat;
    cursor: pointer;
    padding-right:16px;
}

/*  = UTILITY NAVIGATION >> ACCOUNT ==================== 	*/

.CPSA #utility-navigation li  a {
    padding-right: 2em;
}

.CPSA .util-nav-r {
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.CPSA .util-nav-bg {
    background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #ffffff 0%, #f0f0f0 12%, #f0f0f0 90%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(12%,#f0f0f0), color-stop(90%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#f0f0f0 12%,#f0f0f0 90%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#f0f0f0 12%,#f0f0f0 90%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#f0f0f0 12%,#f0f0f0 90%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#f0f0f0 12%,#f0f0f0 90%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}


.CPSA .navbotborderl {float: left;
margin: 0;
    padding: 0;
}

.CPSA .navbotborderr {
    float: right;
    height: 27px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 40%;
}

.CPSA .vert {
    display: inline-block;
    height: 27px;
    vertical-align: top;
    width: 2%;
}

.CPSA .vert2 {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    padding: 8px 0;
}

.CPSA .v-icons {
	padding: 3px 3px 0;
}

.CPSA .v-stack {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.CPSA .v-stack2 {
    display: inline-block;
    height: 1em;
    left: 1.1em;
    line-height: 0.8em;
    position: relative;
    vertical-align: middle;
    width: 1em;
}

.CPSA .v-grey {
	background-color: #E3E3E3;
}

.CPSA .navshadow {
    background: none repeat scroll 0 0 #e65684;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}


/* CUSTOMIZE FOOTER
-------------------------------------------------- */

.CPSA .footer {
    font-family: "DIN","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.72em;
    line-height: 1.75em;
    padding: 2em 0 0;
}

.CPSA .footer a, footer a:hover {
	color: #333333;
}

.CPSA .footer strong {
    font-size: 1.18em;
}

.CPSA .footer .copyright {
	font-size: 1.2em;
}

.CPSA .footer .social-icon { 
	color: #e85685
}

.CPSA .footer .social-icon a{
	color: #e85685;
    font-size: 1.8em;
}

.CPSA .footer .social-icon a:hover{
	color: #cc3366;
	text-decoration: none;
}

.CPSA .footer hr.pinkfooter { 
	height: 20px;
	border: 0;
	background-color:#e85685;/*box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);*/
}

.CPSA .list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.btn .fa-2x {font-size: 35px !important;}
.btn .fa {padding-left: 7px;padding-top:1px;}
.office-table .highlight {color:#e85685;font-size:12px;}