/* line 28, ../../../../style/sass/plastic.scss */
h1, h2, h3, h4, h5 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #0c6cba;
}

/* line 33, ../../../../style/sass/plastic.scss */
body {
  font-family: "Montserrat";
  font-weight: normal;
  color: #4a4a4a;
}

/* line 39, ../../../../style/sass/plastic.scss */
strong {
  font-weight: bold;
}

/* line 43, ../../../../style/sass/plastic.scss */
.main a {
  text-decoration: underline;
}

/* line 47, ../../../../style/sass/plastic.scss */
.main a:hover {
  color: #1189ea;
  text-decoration: none;
}

/* line 52, ../../../../style/sass/plastic.scss */
.navbar-default, .dropdown-menu, .navbar-default .navbar-toggle {
  background-color: #f1f1f1;
  border-color: #4a4a4a;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

/* line 57, ../../../../style/sass/plastic.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #4a4a4a;
}

/* line 60, ../../../../style/sass/plastic.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #4a4a4a;
}

/* line 63, ../../../../style/sass/plastic.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #1189ea;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

/* line 67, ../../../../style/sass/plastic.scss */
.navbar-default a {
  text-transform: uppercase;
}

/* navbar links */
/* line 71, ../../../../style/sass/plastic.scss */
.navbar a {
  color: #4a4a4a;
}

/* navbar active links */
/* line 76, ../../../../style/sass/plastic.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 81, ../../../../style/sass/plastic.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #1189ea;
}

/* line 84, ../../../../style/sass/plastic.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #1189ea;
}

/* line 87, ../../../../style/sass/plastic.scss */
a.navbar-brand img {
  margin-top: -5px;
}

/* line 94, ../../../../style/sass/plastic.scss */
.navbar {
  margin-bottom: 20px;
}

/* line 98, ../../../../style/sass/plastic.scss */
a {
  color: #4a4a4a;
}

/* line 102, ../../../../style/sass/plastic.scss */
ol.breadcrumb {
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

/* line 106, ../../../../style/sass/plastic.scss */
ol.breadcrumb a:hover, ol.breadcrumb a:active {
  color: #1189ea;
  text-decoration: none;
}

/* line 110, ../../../../style/sass/plastic.scss */
.topImageBG {
  padding-top: 30px;
}

/* line 113, ../../../../style/sass/plastic.scss */
.top {
  padding: 30px 0 50px;
}

/* line 116, ../../../../style/sass/plastic.scss */
.top p {
  font-size: 50px;
  color: #0c6cba;
  margin: 0;
  line-height: 50px;
}

/* line 122, ../../../../style/sass/plastic.scss */
.top img {
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}

/* line 127, ../../../../style/sass/plastic.scss */
.top .word1 {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 131, ../../../../style/sass/plastic.scss */
.main {
  min-height: 400px;
}

/* line 134, ../../../../style/sass/plastic.scss */
.footer h5 {
  color: #a0a0a0;
}

/* line 137, ../../../../style/sass/plastic.scss */
.home1 {
  text-align: center;
  margin: 70px 0;
  font-size: 32px;
}

/* line 142, ../../../../style/sass/plastic.scss */
.home1 h1 {
  font-weight: normal;
  color: #4a4a4a;
}

/* line 146, ../../../../style/sass/plastic.scss */
.home2 {
  text-align: center;
  font-size: 32px;
  background-color: #1189ea;
  color: white;
}

/* line 152, ../../../../style/sass/plastic.scss */
.home2 p {
  margin: 70px 0;
}

/* line 156, ../../../../style/sass/plastic.scss */
a.btn-plastic {
  color: #1189ea;
  background-color: white;
  border-radius: 0px;
  padding: 20px 30px;
  font-size: 30px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

/* line 164, ../../../../style/sass/plastic.scss */
a:hover.btn-plastic {
  background-color: #0c6cba;
  color: white;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

/* line 169, ../../../../style/sass/plastic.scss */
.home3 {
  margin: 80px 0;
}

/* line 172, ../../../../style/sass/plastic.scss */
.home3 p {
  font-size: 16px;
  color: #9B9B9B;
  line-height: 19px;
}

/* line 177, ../../../../style/sass/plastic.scss */
.footer {
  background-color: black;
  color: #f1f1f1;
  min-height: 400px;
  padding-top: 30px;
  margin-top: 30px;
}

/* line 184, ../../../../style/sass/plastic.scss */
.footer a {
  color: #f1f1f1;
}

/* line 187, ../../../../style/sass/plastic.scss */
.carousel-indicators li {
  border-color: #1189ea;
}

/* line 190, ../../../../style/sass/plastic.scss */
.carousel-caption {
  color: white;
  text-shadow: 0px 1px 0px black;
  font-size: 20px;
  font-weight: bold;
}

/* line 196, ../../../../style/sass/plastic.scss */
a.download {
  display: block;
  margin: 20px 0 25px;
  color: #a0a0a0;
  text-decoration: none;
}

/* C5 fixes */
/* line 204, ../../../../style/sass/plastic.scss */
.ccm-page-list {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #F0E9CA;
  outline: 2px solid #958239;
  text-align: center;
}

/* line 213, ../../../../style/sass/plastic.scss */
img.ccm-image-block {
  width: 100%;
  height: auto;
}

/* line 218, ../../../../style/sass/plastic.scss */
.ccm-page-list-title a {
  line-height: 20px;
  font-size: 20px;
  color: black;
}

/* line 223, ../../../../style/sass/plastic.scss */
.ccm-ui input, .ccm-input-text {
  height: 24px !important;
}

/* line 226, ../../../../style/sass/plastic.scss */
table.formBlockSurveyTable tr {
  margin-bottom: 8px !important;
}

/* line 229, ../../../../style/sass/plastic.scss */
.form-control {
  box-shadow: none !important;
}

/* line 232, ../../../../style/sass/plastic.scss */
.ccm-SlideshowBlock-display {
  margin-top: 10px;
}

/* line 235, ../../../../style/sass/plastic.scss */
#Question1, #Question2, #Question3, #Question4, #Question5, #Question6, #Question7, #Question8 {
  width: 100%;
  border: 1px solid silver;
  padding: 5px;
}

/* line 240, ../../../../style/sass/plastic.scss */
.formBlockSubmitButton {
  color: white;
  background-color: #1189ea;
  padding: 10px 20px;
  font-size: 18px;
  border: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

/* line 248, ../../../../style/sass/plastic.scss */
.formBlockSubmitButton:hover {
  background-color: #0c6cba;
}

/* line 251, ../../../../style/sass/plastic.scss */
.formBlockSubmitButton:active {
  background-color: black;
}

/* fixes end */
/* line 255, ../../../../style/sass/plastic.scss */
#ccm-registerPane-1, #ccm-registerPane-2, #ccm-registerPane-3 {
  margin-left: 30px;
}

/* line 258, ../../../../style/sass/plastic.scss */
#ccm-registerPane-1 label, #ccm-registerPane-2 label, #ccm-registerPane-3 label {
  font-weight: normal;
}

/* line 261, ../../../../style/sass/plastic.scss */
.muted {
  color: silver;
}

/* line 264, ../../../../style/sass/plastic.scss */
.muted a {
  color: silver;
  text-decoration: underline;
}

/* line 268, ../../../../style/sass/plastic.scss */
.below {
  margin-top: 30px;
}

/* line 271, ../../../../style/sass/plastic.scss */
legend.options {
  display: none;
}

/* line 274, ../../../../style/sass/plastic.scss */
.top {
  margin-bottom: 20px;
}

/* line 277, ../../../../style/sass/plastic.scss */
.formBlockSurveyTable textarea {
  width: 100%;
}

/* line 280, ../../../../style/sass/plastic.scss */
.checkboxPair, .radioPair {
  margin-bottom: 8px;
}

/* line 283, ../../../../style/sass/plastic.scss */
#ccm-nav-intelligent-search {
  height: 12px !important;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  /* line 313, ../../../../style/sass/plastic.scss */
  .home2 {
    font-size: 30px;
    line-height: 40px;
  }

  /* line 317, ../../../../style/sass/plastic.scss */
  .home3 p {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 322, ../../../../style/sass/plastic.scss */
  .top p {
    font-size: 40px;
    line-height: 40px;
  }

  /* line 326, ../../../../style/sass/plastic.scss */
  .top img {
    height: 65px;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  /* line 332, ../../../../style/sass/plastic.scss */
  .top p {
    font-size: 30px;
    line-height: 30px;
  }

  /* line 336, ../../../../style/sass/plastic.scss */
  .top img {
    height: 55px;
    width: auto;
  }
}
