*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/sites/all/themes/cdc_style/css/boxsizing.htc);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.button {
  padding: 10px 18px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #656f75;
  border-radius: 5px;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.button:hover {
  text-decoration: none;
  color: #eee;
  opacity: 0.8;
}
@media (max-width: 480px) {
  .button {
    width: 100%;
  }
}
body {
  margin: 0;
  padding: 0;
}
.not-logged-in h1 {
  margin: 50px 0 0 0;
}
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-collapse .nav {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .nav-collapse .nav {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .nav-collapse .nav {
    margin: 0;
  }
}
span.caret {
  display: none !important;
}
.nav li.dropdown > a,
.nav li.collapsed > a {
  background: url(/sites/all/themes/cdc_style/images/icons/icon-arrow-down.png) no-repeat 95% center !important;
}
.logo-wrapper {
  float: left;
}
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  background-color: #fff;
}
.navbar {
  margin: 0 auto;
  background: #fff url(/sites/all/themes/cdc_style/images/layout/page-nav-bg-img.jpg);
}
.navbar .btn-navbar {
  margin: 35px 0 0 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e7e8e8;
}
.navbar .btn-navbar .icon-bar {
  height: 3px;
  background-color: #1b262d;
}
.navbar .logo {
  margin: 0 50px 0 0;
  padding: 15px 15px 25px 0px;
}
.navbar .portal-login {
  float: right;
  margin: 35px 0;
}
.navbar .portal-login:hover {
  color: #fff;
  background: #6b9b47;
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar .portal-login {
    float: left;
    margin: 0;
    width: 100%;
    text-align: left;
    background: none;
    padding: 14px 10px;
    color: #24323b;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway, Arial, sans-serif;
  }
  .navbar .portal-login:hover {
    color: inherit;
    background: #f2f2f2;
  }
}
@media (max-width: 767px) {
  .navbar .portal-login {
    float: left;
    margin: 0;
    width: 100%;
    text-align: left;
    background: none;
    padding: 14px 10px;
    color: #24323b;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway, Arial, sans-serif;
  }
  .navbar .portal-login:hover {
    color: inherit;
    background: #f2f2f2;
  }
}
@media (max-width: 480px) {
  .navbar .portal-login {
    float: left;
    margin: 0;
    width: 100%;
    text-align: left;
    background: none;
    padding: 14px 10px;
    color: #24323b;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway, Arial, sans-serif;
  }
  .navbar .portal-login:hover {
    color: inherit;
    background: #f2f2f2;
  }
}
.navbar .nav.pull-right > li.last > a {
  margin: 30px 0 0 0;
  padding: 10px 25px;
  background-color: #ddd;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar .nav.pull-right > li.last > a {
    margin: 0;
    padding: 12px 10px;
    background: none;
    border-radius: none;
  }
}
@media (max-width: 767px) {
  .navbar .nav.pull-right > li.last > a {
    margin: 0;
    padding: 12px 10px;
    background: none;
    border-radius: none;
  }
}
@media (max-width: 480px) {
  .navbar .nav.pull-right > li.last > a {
    margin: 0;
    padding: 12px 10px;
    background: none;
    border-radius: none;
  }
}
.navbar .nav.pull-right >li.last:hover {
  background: none;
}
.navbar .nav > li > a {
  padding: 45px 30px;
  color: #24323b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar .nav > li > a {
    padding: 12px 10px;
  }
}
@media (max-width: 767px) {
  .navbar .nav > li > a {
    padding: 12px 10px;
  }
}
@media (max-width: 480px) {
  .navbar .nav > li > a {
    padding: 12px 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar .nav > li {
    border-bottom: 1px dashed #888;
  }
}
@media (max-width: 767px) {
  .navbar .nav > li {
    border-bottom: 1px dashed #888;
  }
}
@media (max-width: 480px) {
  .navbar .nav > li {
    border-bottom: 1px dashed #888;
  }
}
.navbar .nav > li:hover {
  background-color: #fff;
}
.navbar .nav .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #f9f9f9;
  text-transform: uppercase;
  border: 1px solid #ececec;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.navbar .nav .dropdown-menu > li {
  border-bottom: 1px solid #ddd;
}
.navbar .nav .dropdown-menu > li > a {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.navbar .nav .dropdown-menu > li > a.active,
.navbar .nav .dropdown-menu > li > a:hover,
.navbar .nav .dropdown-menu > li > a:focus {
  background: none;
  color: #000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar .nav .dropdown-menu > li.last {
    border-bottom: none;
  }
}
.navbar .nav .dropdown-menu:before,
.navbar .nav .dropdown-menu:after {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-collapse .open>.dropdown-menu {
    margin: 0;
    background: none;
  }
}
@media (max-width: 767px) {
  .nav-collapse .open>.dropdown-menu {
    margin: 0;
    background: none;
  }
}
@media (max-width: 480px) {
  .nav-collapse .open>.dropdown-menu {
    margin: 0;
    background: none;
  }
}
.navbar-inner {
  background: none;
  border: none;
  box-shadow: none;
}
.page-node-44 .links {
  display: none;
}
.main-container {
  position: relative;
}
.main-container h1 {
  color: #24323b;
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
  border-bottom: none;
}
@media (max-width: 767px) {
  .page-node-44 .main-container,
  .page-node-55 .main-container,
  .page-node-56 .main-container,
  .page-node-57 .main-container {
    margin: 0 20px;
  }
}
.page-node-51 .field-name-body {
  margin: 0 0 50px 0;
  color: #798d9a;
}
.page-text-content {
  margin: 0 0 70px 0;
  width: 60%;
}
@media (max-width: 767px) {
  .page-text-content {
    width: 100%;
  }
}
.page-text-content h4 {
  margin: 0;
  color: #798d9a;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.page-text-content p {
  margin: 0 0 15px 0;
  color: #798d9a;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.page-text-content ul li,
.page-text-content ol li {
  color: #798d9a;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.view-reports-links {
  margin: 0 0 80px 0;
}
.view-reports-links .view-header h3 {
  color: #24323b;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
.view-reports-links .item-list ul {
  margin: 0;
}
.view-reports-links .item-list ul li {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.view-reports-links .item-list ul li a {
  color: #666;
  display: block;
  padding: 7px 12px;
  text-decoration: none;
  background-color: #eee;
  border-radius: 5px;
}
.intro-text-block h2.block-title {
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
.info-block {
  margin: 0 0 15px 0;
  padding: 25px;
  background-color: #f1f3f5;
  border-radius: 5px;
}
.info-block h2.block-title {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
  border-bottom: 1px solid #c8ccd0;
}
.info-block .button {
  clear: both;
  margin: 15px 0 0 0;
}
.info-block p {
  color: #798d9a;
}
.utility-block {
  margin: 0 0 155px 0;
  padding: 25px;
  background-color: #dde4ec;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .utility-block {
    margin: 0 0 20px 0;
  }
}
.utility-block h2.block-title {
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
.utility-block >ul {
  margin: 0;
  padding: 0;
}
.utility-block >ul >li {
  list-style: none;
  border-bottom: 1px solid #c8ccd0;
}
.utility-block >ul >li a {
  padding: 10px 10px 10px 20px;
  display: block;
  color: #24323b;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
  background: url(/sites/all/themes/cdc_style/images/icons/icon-arrow-right.png) no-repeat center left;
}
.utility-block >ul >li:first-child {
  border-top: 1px solid #c8ccd0;
}
.tb-megamenu .nav-collapse .nav > li.active > a:hover,
.tb-megamenu .nav-collapse .nav > li.active > a:focus {
  background: #f2f2f2;
}
.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a {
  margin: 0;
  padding: 12px 10px;
  font-size: 17px;
  text-transform: uppercase;
  color: #24323b;
}
.tb-megamenu .mega-nav > li:first-child > a,
.tb-megamenu .dropdown-menu .mega-nav > li:first-child > a {
  padding-top: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
}
.tb-megamenu .btn-navbar {
  margin: 0;
}
.tb-megamenu .nav-collapse {
  background-color: #fff;
}
.tb-megamenu .nav-collapse .dropdown-menu {
  background-color: #f9f9f9;
  border: 1px solid #ececec !important;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
  padding: 0;
}
.dropdown-backdrop {
  display: none;
}
.span12 > h1 {
  margin: 70px 0 0 0;
}
.portal-nav {
  margin: 0;
  width: 100%;
  background: #e9ebeb url(/sites/all/themes/cdc_style/images/layout/portal-bg-img.jpg);
}
@media (min-width: 768px) and (max-width: 979px) {
  .portal-nav {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .portal-nav {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .portal-nav {
    padding: 0 20px;
  }
}
.portal-nav .tb-megamenu {
  background: none;
}
.portal-nav .tb-megamenu .btn-navbar {
  border-radius: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
}
.portal-nav .tb-megamenu .dropdown-menu {
  border: none;
  box-shadow: none;
}
.portal-nav .tb-megamenu .nav > li > a {
  padding: 28px 20px;
  color: #24323b;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
  border: none;
  background: none;
}
.portal-nav .tb-megamenu .nav > li > a:hover {
  color: inherit;
  background: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .portal-nav .tb-megamenu .nav > li > a {
    padding: 12px 10px;
  }
}
@media (max-width: 767px) {
  .portal-nav .tb-megamenu .nav > li > a {
    padding: 12px 10px;
  }
}
@media (max-width: 480px) {
  .portal-nav .tb-megamenu .nav > li > a {
    padding: 12px 10px;
  }
}
.portal-nav .tb-megamenu .nav > li.active {
  background: none;
}
.portal-nav .tb-megamenu .nav > li.active .dropdown-toggle {
  color: #24323b;
  background: none;
}
.portal-nav .tb-megamenu .nav > li.dropdown.active > .dropdown-toggle,
.portal-nav .tb-megamenu .nav > li.dropdown.open.active > .dropdown-toggle,
.portal-nav .tb-megamenu .nav > li.dropdown.open.active > .dropdown-toggle {
  color: #24323b;
  background-color: inherit;
}
.portal-nav .tb-megamenu .nav > li.dropdown.active > a:hover,
.portal-nav .tb-megamenu .nav > li.dropdown.open.active > a:hover,
.portal-nav .tb-megamenu .nav > li.dropdown.open.active > a:hover {
  color: #24323b;
  background-color: inherit;
}
.portal-nav .tb-megamenu .nav > li.dropdown.open > .dropdown-toggle {
  background: none;
  color: #24323b;
}
.portal-nav .tb-megamenu .nav > li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.portal-nav .tb-megamenu .nav > li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
@media (min-width: 768px) and (max-width: 979px) {
  .portal-nav .tb-megamenu .nav > li {
    border-bottom: 1px dashed #888;
  }
}
@media (max-width: 767px) {
  .portal-nav .tb-megamenu .nav > li {
    border-bottom: 1px dashed #888;
  }
}
@media (max-width: 480px) {
  .portal-nav .tb-megamenu .nav > li {
    border-bottom: 1px dashed #888;
  }
}
#user-login {
  margin: 0 0 200px 0;
}
#user-login .btn {
  margin: 20px 0 0 0;
  text-shadow: none;
  background: none;
  box-shadow: none;
  border: none;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #656f75;
  border-radius: 4px;
}
#user-login label {
  color: #798d9a;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
@media (max-width: 767px) {
  #user-login {
    margin: 0 10px 30px 10px;
  }
}
.account-help-block {
  margin: 120px 0 0 40px;
  padding: 20px;
  color: #798d9a;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
  text-align: center;
  background-color: #f1f3f5;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .account-help-block {
    margin: 0 10px;
  }
}
.views-table {
  background-color: #f1f3f5;
  border-radius: 5px;
}
.views-table th {
  padding: 15px;
  color: #24323b;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
.views-table th a {
  color: #24323b;
}
@media (max-width: 480px) {
  .views-table th {
    font-size: 14px;
  }
}
.views-table td {
  padding: 15px;
  color: #798d9a;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
  border-bottom: 1px solid #fff;
}
@media (max-width: 480px) {
  .views-table td {
    padding: 8px;
    font-size: 13px;
  }
}
.views-table td a {
  color: #798d9a;
}
.pagination {
  text-align: right;
}
.pagination >ul >li >a,
.pagination >ul >li >span {
  padding: 10px 8px;
  float: none;
  color: #24323b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
  border-left-width: 2px;
  border-radius: 4px;
  background-color: #eceeee;
  border-color: #eceeee;
}
.pagination >ul >li.active >a,
.pagination >ul >li.active >span {
  background-color: #fff;
}
.page-node-46 .hero-content .text-content h1 {
  color: #fff;
}
@media (max-width: 767px) {
  .page-node-46 .hero-content .text-content {
    background-color: #ffb630;
  }
}
.page-node-46 .hero-content .button {
  margin: 0 0 5px 0;
  background-color: #d88605;
}
.page-node-47 .hero-content .text-content h1 {
  color: #1e3e6a;
}
@media (max-width: 767px) {
  .page-node-47 .hero-content .text-content {
    background-color: #7e93b5;
  }
}
.page-node-48 .hero-content .text-content h1 {
  color: #5579a1;
}
@media (max-width: 767px) {
  .page-node-48 .hero-content .text-content {
    background-color: #07080a;
  }
}
.page-node-49 .hero-content .text-content h1 {
  color: #d1de66;
}
@media (max-width: 767px) {
  .page-node-49 .hero-content .text-content {
    background-color: #07080a;
  }
}
.page-node-50 .hero-content .text-content h1 {
  color: #641212;
}
@media (max-width: 767px) {
  .page-node-50 .hero-content .text-content {
    background-color: #dfdcdd;
  }
}
.page-node-52 .hero-content .text-content h1 {
  color: #9499ad;
}
@media (max-width: 767px) {
  .page-node-52 .hero-content .text-content {
    background-color: #0e161d;
  }
}
.page-node-53 .hero-content .text-content h1 {
  color: #b1b10f;
}
@media (max-width: 767px) {
  .page-node-53 .hero-content .text-content {
    background-color: #0e161d;
  }
}
.page-node-55 h1.page-header {
  margin-top: 40px;
}
.page-node-55 .page-text-content a {
  color: #798d9a;
  text-decoration: underline;
}
.page-node-55 .page-text-content a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-node-58 .hero-content .text-content {
    background-color: #7e5a3c;
  }
}
.page-node-58 .hero-content .text-content h1 {
  margin: 90px 0 20px 0;
  color: #c6a344;
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
@media (min-width: 768px) and (max-width: 979px) {
  .page-node-58 .hero-content .text-content h1 {
    margin: 80px 0 20px 0;
  }
}
.page-node-58 .hero-content .field-items .field-item {
  color: #fff;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
.page-node-58 .hero-content .field-items .field-item .button {
  color: #fff;
  background-color: #c6994f;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.field-collection-view {
  position: relative;
  padding: 0;
  margin: 0;
}
.field-collection-container {
  margin: 0;
  border-bottom: none;
}
.field-collection-container .field-items .field-item {
  margin: -1px 0 0 0;
}
@media (max-width: 767px) {
  .field-collection-container .field-items .field-item {
    margin: 15px 0;
    min-height: 50px;
  }
}
.field-collection-container .field-items .field-item .field-items .field-item {
  margin: 0;
}
.style-large-left {
  position: relative;
}
.style-large-left .text-content {
  float: right;
  min-height: 350px;
  width: 33.33%;
  padding: 3%;
  color: #fff;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.style-large-left .text-content .field-item {
  min-height: 10px;
}
.style-large-left .text-content h2 {
  margin: 0 0 8px 0;
  line-height: 1.1em;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
@media (max-width: 978px) {
  .style-large-left .text-content {
    float: none;
    width: 100%;
    min-height: inherit;
  }
}
.style-large-left .field-name-field-image,
.style-large-left .field-name-field-video {
  float: left;
  width: 66.67%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 978px) {
  .style-large-left .field-name-field-image,
  .style-large-left .field-name-field-video {
    position: static;
    float: none;
    width: 100%;
    max-height: 350px;
  }
}
.style-large-left .button {
  margin: 20px 0 0 0;
}
.style-large-left .field-name-field-video .embedded-video .player {
  text-align: left;
}
.style-large-left .field-name-field-video .embedded-video .player iframe {
  max-width: 100%;
}
.webform-client-form input[type="text"],
.webform-client-form input[type="email"] {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.style-large-right {
  position: relative;
}
.style-large-right .text-content {
  float: left;
  min-height: 350px;
  width: 33.33%;
  padding: 3%;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.style-large-right .text-content .field-item {
  min-height: 10px;
}
.style-large-right .text-content h2 {
  margin: 0 0 8px 0;
  line-height: 1.1em;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
@media (max-width: 978px) {
  .style-large-right .text-content {
    float: none;
    width: 100%;
    min-height: inherit;
  }
}
.style-large-right .field-name-field-image,
.style-large-right .field-name-field-video {
  float: right;
  width: 66.67%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 978px) {
  .style-large-right .field-name-field-image,
  .style-large-right .field-name-field-video {
    position: static;
    float: none;
    width: 100%;
    max-height: 350px;
  }
}
.style-large-right .button {
  margin: 20px 0 0 0;
}
.style-large-right .field-name-field-video .embedded-video .player {
  text-align: right;
}
.style-large-right .field-name-field-video .embedded-video .player iframe {
  max-width: 100%;
}
.dc-list li {
  margin: 0 20px 20px 0;
  width: 46%;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 480px) {
  .dc-list li {
    width: 42%;
  }
}
.service-items {
  margin: 30px 0 0 0;
}
.service-items li {
  margin: 0 0 30px 0;
  padding: 0 0 20px 80px;
  min-height: 70px;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.service-items li img {
  top: 0;
  left: 0;
  position: absolute;
}
.service-items li .content h4 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
.action-links-field-collection-add {
  margin: 0 !important;
  padding: 0 !important;
  background-color: rgba(0,0,0,0.7);
}
.action-links-field-collection-add li {
  float: left;
  margin: 4px;
  padding: 0 !important;
}
.action-links-field-collection-add li a {
  margin: 0;
  padding: 8px 15px;
  line-height: 1em;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.action-links-field-collection-add li a:hover {
  color: #000;
  background-color: rgba(255,255,255,0.6);
}
ul.field-collection-view-links {
  margin: 0 !important;
  padding: 5px !important;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
  background-color: rgba(0,0,0,0.7);
}
ul.field-collection-view-links li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
ul.field-collection-view-links li a {
  margin: 0;
  padding: 3px 10px;
  line-height: 1em;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
ul.field-collection-view-links li a:hover {
  color: #000;
  background-color: rgba(255,255,255,0.6);
}
.content-row {
  overflow: hidden;
}
.page-node-44 .links {
  margin: 0 0 100px 0;
}
.webform-confirmation {
  margin: 0 0 60px 0;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
.webform-client-form {
  margin: 40px 0 40px 0;
  width: 48%;
}
@media (max-width: 767px) {
  .webform-client-form {
    width: 100%;
  }
}
.webform-client-form label {
  color: #798d9a !important;
}
.webform-client-form select,
.webform-client-form select option {
  color: #798d9a;
}
.webform-client-form textarea,
.webform-client-form select,
.webform-client-form input[type="text"],
.webform-client-form input[type="email"] {
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 0;
}
.webform-client-form textarea:focus,
.webform-client-form select:focus,
.webform-client-form input[type="text"]:focus,
.webform-client-form input[type="email"]:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
.webform-client-form .form-submit {
  background: none;
  border: none;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #656f75;
}
.webform-client-form .form-submit:hover {
  color: #eee;
  opacity: 0.8;
}
.webform-client-form .captcha {
  margin: 40px 0 40px 0;
  color: #798d9a !important;
}
.webform-client-form .captcha legend {
  color: #798d9a !important;
}
.node-webform .field-item {
  width: 60%;
}
@media (max-width: 767px) {
  .node-webform .field-item {
    width: 100%;
  }
}
.hero-content {
  margin: 0;
  position: relative;
  max-height: 550px;
  overflow: hidden;
}
@media (max-width: 978px) {
  .hero-content {
    max-height: inherit;
  }
}
.hero-content .text-content {
  padding: 6%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .hero-content .text-content {
    padding: 3%;
    position: static;
  }
}
.hero-content .text-content h1 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1em;
}
@media (max-width: 767px) {
  .hero-content .text-content h1 {
    margin: 0 0 10px 0 !important;
    font-size: 30px !important;
  }
}
.hero-content .text-content .field-name-body {
  color: #fff;
}
.hero-content .field-name-field-page-banner img {
  width: 100%;
  height: auto;
}
.page-footer {
  position: relative;
}
.footer-logo {
  width: 70px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 0;
  background: url(/sites/all/themes/cdc_style/images/cdc-logo-footer.png) no-repeat center;
}
@media (max-width: 480px) {
  .footer-logo {
    display: none;
  }
}
.footer {
  margin: -1px auto auto auto;
  padding: 45px 20px;
  background-color: #24323b;
}
.footer .footer-menu-block .menu {
  margin: 0;
}
.footer .footer-menu-block .menu li {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  border-right: 1px solid #495157;
}
.footer .footer-menu-block .menu li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway, Arial, sans-serif;
}
.footer .footer-menu-block .menu li a:hover {
  background-color: inherit;
  color: #a0a3a5;
}
@media (max-width: 480px) {
  .footer .footer-menu-block .menu li a {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer .footer-menu-block .menu li {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #495157;
  }
}
.footer .footer-menu-block .menu li:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  .footer {
    padding: 0;
  }
}
.block.top-right-header-block {
  position: absolute;
  z-index: 500;
  right: 0;
  margin: 28px;
  padding: 15px;
  color: white;
  background-color: black;
  background-color: rgba(0,0,0,0.625);
  text-shadow: 0 0 2px black;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Slab, Arial, sans-serif;
}
.block.top-right-header-block a:link,
.block.top-right-header-block a:visited {
  color: #00aaee;
}
.block.top-right-header-block a:hover {
  color: #00ccff;
}
