/* Add here all your CSS customizations */
#PartCCheader {
  float: left;
  margin: 5px 20px 0 0;
}

  #PartCCheader img {
    margin: 0 5px 0 0;
  }

  #PartCCheader a {
    color: #666;
  }

#PartCCfooter {
  text-align: center;
}

  #PartCCfooter img {
    margin: 20px 0;
  }

h1.logo {
  margin: 8px 0 0 0;
}

@media only screen and (max-width: 479px) {
  .ccTagLine {
    display: none;
  }
}

@media (min-width: 768px) {
  .ccTagLine {
    float: left;
    color: #000;
    font-size: 50%;
    font-weight: 500;
    margin: -10px 0 0 5px;
  }
}

@media (min-width: 1200px) {
  .ccTagLine {
    font-size: 70%;
  }
}

header {
  border-bottom: 5px solid #1CADA6;
}

.jumbotron {
  height: 400px;
  background: url("/images/jumbotron_bg.jpg") no-repeat top center;
  background-size: cover;
}

.ActionCall {
  height: 100%;
  padding: 40px;
}

@media only screen and (max-width: 479px) {
  .ActionCall {
    font-size: 60%;
  }
}

.ActionCall h1 {
  margin: 0;
  color: #000;
  margin-bottom: 50px;
}

.ActionCall h4 {
  margin: 0;
  color: #000;
  margin-bottom: 20px;
}

/*Footer Buttons */
.btn-default {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #cccccc !important;
}

.panel-primary {
  border-color: #1CADA6;
}

  .panel-primary .panel-heading {
    background-color: #1CADA6;
    border-color: #1CADA6;
  }

ul.pdf {
  margin-left: 0;
}

  ul.pdf, ul.pdf li {
    list-style: none;
  }

    ul.pdf li:before {
      content: url('/images/ico_PDF.png');
      margin-right: 7px;
      position: relative;
      top: 4px;
    }

    ul.pdf p {
      margin-top: 0;
    }

ul.url {
  margin-left: 0;
}

  ul.url, ul.url li {
    list-style: none;
  }

    ul.url li:before {
      content: url('/images/Link_16X16_Gray.png');
      margin-right: 7px;
      position: relative;
      top: 4px;
    }

    ul.url p {
      margin-top: 0;
    }

.innerJumbo {
  background-size: cover;
  height: 400px;
  margin-top: -40px;
  margin-bottom: 20px;
}

.judgesContainer {
  margin-bottom: 15px;
}

  .judgesContainer .row {
    margin-bottom: 7px;
  }

/*Dashboard styling start*/
.btn.btn-default.portlet-buttons {
  box-shadow: #bebebe 0 1px 5px 0;
  color: black !important;
  min-height: 268px;
  min-width: 245px;
  padding-top: 20px;
  border-radius: 0;
  margin-bottom: 15px;
  font-weight: normal;
  background-color: #fff !important;
  border-color: #ccc;
}

  .btn.btn-default.portlet-buttons:hover, .btn.btn-default.portlet-buttons:active {
    outline: none;
    border-color: #6699ff;
    box-shadow: 0 0 10px #6699ff;
    background-color: white;
  }

p.btn-description {
  width: 200px;
  -ms-word-break: break-word;
  word-break: break-word;
  white-space: normal;
}

a.portlet-buttons p {
  font-size: 14px;
  color: rgba(88, 88, 88, 0.8);
}

/*Dashboard styling end*/

#email2 {
  display: none;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.dropdown-menu {
  background-color: #1CADA6 !important;
}

ul {
  list-style: square outside;
}

.pageAnchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

ul.locations > li {
  margin: 15px 0;
}

  ul.locations > li > ul > li {
    margin: 15px 0;
  }

.dropoff-location {
  background-color: #ffffcc;
  border-style: solid;
  border-color: black;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}

.dropoff-address {
  border-style: solid;
  border-color: black;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}

.dropoff-items {
  border-style: solid;
  border-color: black;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

  .dropoff-items > ul > li {
    margin: 8px 0;
  }

.dropoff-blank-item {
  list-style-type: none;
}

.dropdown-menu > li > a:hover {
  background-color: #20C3BB;
}

.btn-primary:hover {
  border-color: #20C3BB #20C3BB #ee6818;
  background-color: #20C3BB;
}

.btn-primary.btn-lg:hover {
  border-color: #20C3BB #20C3BB #ee6818;
  background-color: #20C3BB;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}

ol.list-style-certified-main {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-certified-main > li {
    margin-left: 0em;
    position: relative;
    padding-left: 3.0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    ol.list-style-certified-main > li:before {
      counter-increment: list;
      content: counter(list, upper-alpha) ".";
      position: absolute;
      left: 0;
    }

ol.list-style-certified-inner-lower-alpha-parenthesis {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-certified-inner-lower-alpha-parenthesis > li {
    margin-left: 0em;
    position: relative;
    padding-left: 2.0em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

    ol.list-style-certified-inner-lower-alpha-parenthesis > li:before {
      counter-increment: list;
      content: "(" counter(list, lower-alpha) ")";
      position: absolute;
      font-weight: bold;
      left: 0;
    }

ol.list-style-certified-inner-upper-alpha-bold {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-certified-inner-upper-alpha-bold > li {
    margin-left: 0em;
    position: relative;
    padding-left: 2.0em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

    ol.list-style-certified-inner-upper-alpha-bold > li:before {
      counter-increment: list;
      content: counter(list, upper-alpha) ".";
      position: absolute;
      font-weight: bold;
      left: 0;
    }

ol.list-style-certified-inner-number-parenthesis {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-certified-inner-number-parenthesis > li {
    margin-left: 0em;
    position: relative;
    padding-left: 2.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

    ol.list-style-certified-inner-number-parenthesis > li:before {
      counter-increment: list;
      content: "(" counter(list) ")";
      position: absolute;
      font-weight: bold;
      left: 0;
    }

ol.list-style-alpha-bold {
  counter-reset: list;
  padding-left: 0px;
}

  ol.list-style-alpha-bold > li {
    list-style: none;
  }

    ol.list-style-alpha-bold > li:before {
      font-weight: bold;
      content: counter(list, upper-alpha) ". ";
      counter-increment: list;
    }

ul.list-style-roadmap > li {
  padding-bottom: 20px;
}

ul.list-style-bottom-padding {
  padding-left: 0px;
}

  ul.list-style-bottom-padding > li {
    padding-bottom: 25px;
  }

ol.list-style-main-alpha-parenthesis {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-main-alpha-parenthesis > li {
    margin-left: 0em;
    position: relative;
    padding-left: 3.0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    ol.list-style-main-alpha-parenthesis > li:before {
      counter-increment: list;
      content: "(" counter(list, upper-alpha) ")";
      position: absolute;
      left: 0;
    }

ol.list-style-inner-numerical {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-inner-numerical > li {
    margin-left: 0em;
    position: relative;
    padding-left: 3.0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    ol.list-style-inner-numerical > li:before {
      counter-increment: list;
      content: counter(list) ". ";
      position: absolute;
      left: 0;
    }

ol.list-style-inner-roman-numerical {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-inner-roman-numerical > li {
    margin-left: 0em;
    position: relative;
    padding-left: 3.0em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

    ol.list-style-inner-roman-numerical > li:before {
      counter-increment: list;
      content: counter(list, lower-roman) ". ";
      position: absolute;
      left: 0;
    }

ol.list-style-inner-numerical-example {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-inner-numerical-example > li {
    margin-left: 0em;
    position: relative;
    padding-left: 7.0em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

    ol.list-style-inner-numerical-example > li:before {
      counter-increment: list;
      content: "Example " counter(list) ": ";
      position: absolute;
      left: 0;
      font-style: italic;
    }

ol.list-style-goodfaith-upper-roman {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-goodfaith-upper-roman > li {
    margin-left: 0em;
    position: relative;
    padding-left: 3.0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    ol.list-style-goodfaith-upper-roman > li:before {
      counter-increment: list;
      content: counter(list, upper-roman) ". ";
      position: absolute;
      left: 0;
    }

ol.list-style-goodfaith-inner-upper-alpha {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-goodfaith-inner-upper-alpha > li {
    margin-left: 0em;
    position: relative;
    padding-left: 2.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    ol.list-style-goodfaith-inner-upper-alpha > li:before {
      counter-increment: list;
      content: counter(list, upper-alpha) ". ";
      position: absolute;
      left: 0;
    }

.img-rounded.pull-left {
    margin: 0 2em 2em 0;
}

.img-rounded.pull-right {
    margin: 0 0 2em 2em;
}

.dropdown-menu > li > a {
    color: #FFFFFF !important;
}

ul.nav-list.show-bg-active .active > a {
    background-color: transparent;
}

.h4{
    font-size:19.6px;
    font-weight:400;
    line-height:27px;
    margin-block-end:14px;
    margin-block-start:0px;
    margin-bottom:14px;

}