﻿body {
  font-size: 13px;
}

/*universal navigation styles*/

.universalNav {
  background: #575757;
  height: 29px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.uniNav {
  list-style-type: none;
  margin: 0 !important;
}

ul.uniNav li {
  display: inline;
  list-style-type: none;
  background: none;
  padding-left: 0;
  font-size: 12px;
}

ul.uniNav li.navActive {
  color: #909090;
}

ul.uniNav li a {
  color: #ffffff;
  text-decoration: underline;
}

.linkDiv {
  color: #ffffff;
  padding: 0 5px;
}

.hideMobile {
  display:none;
}

@media (min-width: 992px) {
  .hideMobile {
    display: block;
  }
}


.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#mobileNav {
  position: fixed;
  height: 100%;
  width: 255px;
  overflow-y: scroll;
  right: 0;
  background-color: #222222;
  z-index: 99999;
}

#mobileNav > ul {
  margin-top: 20px;
}

#mobileNav > ul li {
  list-style: none;
  background-image: none;
  background-repeat: none;
  background-position: 0;
  padding: 15px;
  border-top: 1px solid #2f2f2f;
  text-transform: uppercase;
}

#mobileNav > ul li:first-child {
  border-top: none;
}

#mobileNav > ul li a {
  display: block;
  font-family: "open-sans", sans-serif;
  color: #ffffff;
  font-size: 1em;
  line-height: 120%;
}

#mobileNav > ul li a:hover {
  color: #cc2229;
  text-decoration: none;
}

#mobileNav .active {
  color: #cc2229;
}

#mobileNav .sub > li a {
  margin-left: -20px;
  display: block;
  font-family: "open-sans", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  line-height: 115%;
  text-transform: none;
}

#mobileNav .sub > li a:hover {
  text-decoration: none;
}

#mobileNav .sub > li {
  list-style: none;
  background-image: none;
  background-repeat: none;
  background-position: 0;
  padding: 7px;
}

#mobileNav .border {
  margin-top: 20px;
  padding-left: 10px;
  border-left: 1px solid #2f2f2f;
}

#toggle {
  float: right;
}

#toggle > span {
  position: relative;
  top: 50%;
  font-size: 2.5em;
  color: #cc2229;
}

#toggle > span:hover {
  cursor: pointer;
}

a {
  color: #6db253;
}

a:hover {
  color: #6db253;
  text-decoration: underline;
}

a:visited {
  color: #6db253;
}

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #5d5d5d;
  position: absolute;
  display: block;
  content: "";
  margin: auto;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

#hamburger-wrapper {
  margin-left: 50%;
}

#mobile-menu {
  overflow-y: hidden;
  max-height: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(1.5, 1, 1, 1);
}

#mobile-menu.active {
  max-height: 1000px;
}

#mobile-menu div,
#mobile-menu div:before,
#mobile-menu div:after {
  transition-property: all;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dh-nopadding {
  padding: 0px;
}

.dh-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

.logo img {
  margin-top: 1em;
}

.top-search {
  text-align: right;
  margin-top: 0.65em;
}

@media (max-width: 1024px) {
  .top-search {
    margin-top: 10px;
  }
}

.form-search {
  background-color: #5d5d5d;
  color: white;
  padding-left: 35px;
  border-radius: 20px;
}

.search-container {
  margin-left:17px;
}

.search-icon {
  position: relative;
  top: 28px;
  float: left;
  left: 10px;
  color: white;
}

.top-search .form-search::-webkit-input-placeholder {
  color: white;
}

.top-search .form-search:-moz-placeholder {
  color: white;
}

.top-search .form-search::-moz-placeholder {
  color: white;
}

.top-search .form-search:-ms-input-placeholder {
  color: white;
}

#searchSection .icon-container {
  height: 60px;
  margin: 0;
  padding: 0;
}

.image-bank-header {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  height: 100%;
}

.image-bank-header > .divider {
  margin: 0 5px 0 5px;
  color: #ca252f;
  font-size: 1.9em;
}

.image-bank-header img {
  margin: 0;
  padding: 0;
  width: 100%;
}

.navigation {
  text-align: right;
  width: 100%;
}

.navigation .top-Bar {
  margin-top: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.navigation a {
  color: #cc2229;
}

.navigation .top-Bar li {
  font-family: "open-sans", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  color: #cc2229;
  background-image: none;
  padding: 0;
}

.navigation .top-BarFR li {
  font-size: 1em;
  margin-right: 0.85em !important;
}

@media (max-width: 1220px) {
  .navigation .top-Bar li {
    margin-right: 0.8em;
  }
}

@media (max-width: 992px) {
  .navigation .top-Bar {
    display: block;
    margin-top: 0px;
  }

  .navigation .top-Bar li {
    margin-top: 5px;
    margin-left: 5px;
    display: block;
    text-align: left;
  }
}

.toggle-left {
    left:33%;
}


.navigation .top-Bar li:last-child {
  margin-right: 10px;
}

.navigation .top-Bar .active {
  padding-bottom: 10px;
  border-bottom: 3px solid #cc2229;
}

.navigation .top-Bar .active:hover {
  padding-bottom: 10px;
  border-bottom: 3px solid #cc2229;
  text-decoration: none;
}

#subNav {
  background-color: rgba(255, 255, 255, 0.9);
  top: -100px;
  z-index: 2000;
}

#mainNav {
  background-color: rgba(255, 255, 255, 0.9);
  top: -100px;
  z-index: 3000;
}

.row .header .mobile {
  display: table;
  table-layout: fixed;
}

.header > .col-sm-6,
.header > .col-xs-6 {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .header > .col-sm-6,
  .header > .col-xs-6 {
    width: 35%;
  }
}

@media (max-width: 468px) {
  .header > .col-sm-6,
  .header > .col-xs-6 {
    width: 25%;
  }
}

.subNav {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subNav ul li {
  font-family: "open-sans", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  background-image: none;
  line-height: normal;
}

.subNavFR ul li {
  font-size: 1em;
}

.subNav li a {
  color: #5e5e5e;
}

.subNav .sub .active {
  color: #ed1c24;
}

.subNav li a:visited {
  color: #5e5e5e;
}

.subNav li a:hover {
  text-decoration: underline;
}

.subNav li a:active {
  text-decoration: underline;
}

.subNav .main {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.subNav .main li {
  display: inline-block;
}

.subNav .sub {
  list-style: none;
  white-space: nowrap;
}

.subNav .sub li {
  display: inline-block;
  margin-right: 30px;
}

.navbar-fixed-top {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.coverBg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 590px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .coverBg {
    height: 200px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .coverBg {
    height: 300px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .coverBg {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .coverBg {
    height: 590px;
  }
}

.coverBgHome {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.homeBillboard {
  background: url(http://www.cdha.ca/am/dhcanada/images/1920_national_bg.jpg)
    no-repeat center center;
}

.billboardRepeat {
  background: url(http://www.cdha.ca/am/images/dentalhygienecanada/mouthback.jpg)
    repeat-x;
}

.billboard .title {
  margin-top: 100px;
  display: block;
  font-family: "open-sans", sans-serif;
  font-size: 5em;
  line-height: 1em;
  font-weight: 800;
  color: white;
}

@media (max-width: 1220px) {
  .billboard .title {
    margin-top: 25px;
  }
}

.billboard .subTitle {
  margin-top: 30px;
  display: block;
  font-family: "open-sans", sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 600;
  color: white;
}

@media (max-width: 768px) {
  .billboard .subTitle {
    margin-bottom: 65px;
  }
}

.billboard .text {
  margin-top: 30px;
  display: block;
  font-family: "open-sans", sans-serif;
  font-size: 1.3em;
  line-height: normal;
  font-weight: 400;
  color: white;
}

@media (max-width: 992px) {
  .billboard .text {
    margin-bottom: 80px;
  }
}

h1 {
  margin-top: 55px;
  margin-bottom: 35px;
  font-family: "open-sans", sans-serif;
  font-size: 3.4em;
  font-weight: 500;
}

h2 {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 2.1em;
  line-height: 1.5;
}

h3 {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: normal;
}

h2.red {
  margin-top: -20px;
}

p {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  color: #5e5e5e;
  font-size: 1.2em;
}

hr {
  margin-top: 0px;
  margin-bottom: 20px;
  border-top: 1px solid #cbcaca;
}

img {
  margin-top: 5px;
  margin-bottom: 20px;
}

ul {
  font-family: "open-sans", sans-serif;
  list-style-type: none;
  padding: 0px;
  margin-left: 0px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

ul li {
  background-image: url(http://www.cdha.ca/am/dhcanada/images/bulletRed.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 24px;
  line-height: 150%;
  margin-bottom: 10px;
  font-size: 16px;
}

.bigRedCircle {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}

.bigRedCircle > li {
  position: relative;
  /* Create a positioning context */
  list-style: none;
  /* Disable the normal item numbering */
  margin-bottom: 20px;
  padding-left: 95px;
  font-family: "open-sans", sans-serif;
  min-height: 100px;
}

.bigRedCircle > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #95060a;
  font-size: 2.5em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 15px;
}

.bigRedCircle .title {
  font-family: "open-sans", sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  display: block;
}

.bigRedCircle .text {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  color: #5e5e5e;
  font-size: 1.2em;
}

.red {
  color: #cc2229;
}

.featured {
  margin-top: 50px;
  margin-bottom: 35px;
  color: #cc2229;
}

.btn {
  background-color: white;
  border: 3px solid #cc2229;
  text-align: center;
  padding: 5px 17px 5px 17px;
  margin: 10px 0 40px 0;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  color: #cc2229;
  font-size: 1.3em;
}

.btn-red {
  background-color:#cc2229;
  border:none;
  text-align:center;
  padding: 7px 17px 7px 17px;
  margin: 10px 0 0 10px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  color: #ffffff;  
  border-radius:4px;
}

.btn-green {
  background-color: #6db253;
  border: none;
  text-align: center;
  padding: 15px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 1.3em;
}

.btn:hover {
  background-color: #cc2229;
  color: white;
}

.btnComment {
  background-color: #535353;
  border: none;
  text-align: center;
  padding: 10px 20px 10px 20px;
  margin: 20px 0 20px 0;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  color: #e1e1e1;
  font-size: 1.1em;
}

.footer {
  margin-top: 100px;
  background-color: #292929;
}

.footer .nav {
  margin: 0;
  padding: 0;
  margin-top: 70px;
}

.footer .nav li {
  font-family: "open-sans", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  width: 25%;
  color: #8e8e8e;
  display: inline-block;
  vertical-align: top;
  background-image: none;
  padding: 0;
}

.footer .nav li a {
  color: #8e8e8e;
}

.footer .nav li a:hover {
  background-color: #292929;
  text-decoration: underline;
}

.footer .subnav li {
  width: auto;
  /*margin-top: 20px;*/
  font-family: "open-sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: normal;
  color: #5e5e5e;
  display: block;
  vertical-align: top;
  margin-bottom:0px;
}

.footer .subnav li a {
  color: #5e5e5e;
}

.footer .subnav li a:hover {
  text-decoration: underline;
}

.footer .disclaimer {
  border-top: 1px solid #5e5e5e;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.footer .disclaimer .title {
  font-family: "open-sans", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: normal;
  color: #8e8e8e;
}

.footer .disclaimer .text {
  font-family: "open-sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: normal;
  color: #5e5e5e;
}

.footer .contact {
  margin-top: 70px;
}

.footer p {
  font-family: "open-sans", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #8e8e8e;
}

.footer .label {
  margin: 0px;
  padding: 0px;
  font-family: "open-sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #5e5e5e;
}

.footer input {
  margin-bottom: 3px;
}

.CDHALogo-block {
  margin-top: 30px;
  margin-bottom: 70px;
}

.CDHALogo-block .text {
  width: 140px;
  display: inline-block;
  font-family: "open-sans", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  line-height: normal;
  color: #8e8e8e;
}

.CDHALogo-block img {
  vertical-align: top;
}

.lineBreak {
  border-top: 1px solid #5e5e5e;
}

.container-sub {
  background-color: white;
  margin-top: -135px;
  z-index: 1000;
}

@media (max-width: 992px) {
  .container-sub {
    margin-top: 0px;
  }
}

.sidebar-title {
  background-color: #f6f6f6;
  font-family: "open-sans", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  padding: 10px 20px 10px 20px;
}

.sidebar {
  margin-top: 20px;
}

.sidebar a {
  color: #252525;
}

.sidebar ul {
  padding: 0;
  margin: 20px;
  list-style-type: none;
}

.sidebar li {
  margin-top: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
  list-style: none;
  font-family: "open-sans", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  border-bottom: 1px solid #cbcaca;
  background-image: none;
}

.sidebar li:last-child {
  border-bottom: none;
}

.sidebar li:first-child {
  border-bottom: 1px solid #cbcaca;
}

.sidebar .description, .sidebar-red .description, .sidebar-grey .description {
  font-size: 0.7em;
  color: #cbcaca;
}

.sidebar-red-title {
  background-color: #cc2229;
  color:#ffffff;
  font-family: "open-sans", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  padding: 10px 20px 10px 20px;  
}

.sidebar-red {
  border:1px solid #cc2229;
  padding:10px 20px 10px 20px;
}

.sidebar-red a, .sidebar-grey a {
  color: #252525;
}

.sidebar-grey-title {
  background-color: #b4b4b4;
  color: #ffffff;
  font-family: "open-sans", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  padding: 10px 20px 10px 20px;
}

.sidebar-grey {
  border: 1px solid #b4b4b4;
  padding: 10px 20px 10px 20px;
}


#findDH {
  width: 100%;
  background-color: #6db253;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 1.6em;
}

#searchDH,
.searchDH {
  border: 1px solid #6db253;
  text-align: left;
  padding: 15px 15px 15px 15px;
  height: 50px;
  margin: 0px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  background-color: white;
  color: #bdbdbd;
  padding-left: 35px;
  border-radius: 5px;
}

.selectDH {
  border: 1px solid #6db253;
  text-align: left;
  height: 50px;
  width: 100%;
  margin: 0px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  background-color: white;
  color: #bdbdbd;
  padding-left: 35px;
  border-radius: 5px;
}

.reactCheckbox {
  text-align: right;
}

.reactCheckbox img {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 5px;
}

.reactCheckbox input {
  margin-top: 10px;
  margin-left: 10px;
}

.reactCheckbox label {
  text-align: right;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  padding: 0 5px 0 5px;
}

.checkbox {
  text-align: right;
}

.checkbox label {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: white;
  border-radius: 3px;
  border: solid 1px #6db253;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"]:checked + label:before {
  content: "\2713";
  font-size: 1em;
  font-weight: bold;
  color: #6db253;
  text-align: center;
  line-height: 15px;
}

.google-maps,
.findDH-container {
  margin-top: 10px;
  position: relative;
  height: 0;
  overflow: hidden;
  height: 640px;
}

.google-maps > div,
.findDH-container > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  overflow-y: auto;
}

.findDH-container .item {
  margin-bottom: 30px;
}

.findDH-container .item:hover {
  background-color: #f2f2f2;
}

.findDH-container .item p {
  font-family: "open-sans", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  color: #252525;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

.findDH-container .item .icons {
  font-family: "open-sans", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  color: #252525;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

.findDH-container .item i,
.item i {
  font-size: 1.3em;
  color: #8e8e8e;
  margin-right: 5px;
}

.findDH-container .item a:hover,
.item a:hover {
  text-decoration: none;
}

.rollOverAnimation-container {
  position: relative;
  max-height: 260px;
  overflow: hidden;
  margin-bottom: 20px;
}

.rollOverAnimation-container .image {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.rollOverAnimation-container .image img {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.rollOverAnimation-container .text {
  width: 100%;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5d5d5d;
  color: white;
}

.rollOverAnimation-container .text h3 {
  margin: 0px;
  margin-top: 10px;
  padding: 10px;
  color: white;
}

.rollOverAnimation-container .text p {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  display: block;
  width: 100%;
  color: white;
  padding: 0 10px 0 10px;
  margin: 0px;
}

.rollOverAnimation-container .text a {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: white;
  text-decoration: underline;
}

.rollOverAnimation-container .text a:hover {
  text-decoration: underline;
}

.rollOverAnimation-container:hover > .image {
  top: 130px;
}

/*Definition styling*/

#kidsTips {
  float: left;
  width: 950px;
  padding: 10px 0;
}

#kidsTips dl {
  float: left;
  margin: 10px 20px;
  padding: 0;
}

#kidsTips dt {
  float: right;
  width: 630px;
  margin: 0;
  padding: 0;
  color: #cc2229;
}

#kidsTips dd {
  margin: 0;
  padding: 0;
}

#kidsTips dd.img img {
  float: left;
}

/*end definition*/

/*marker info map */
#markerInfo {
  max-width: 570px;
  max-height: 450px;
  padding: 20px;
}

#markerInfo .title {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 1.5em;
}

#markerInfo .address,
#markerInfo .postalCode,
#markerInfo .phone,
#markerInfo .website {
  margin: 0px;
}

#markerInfo .description {
  margin-top: 20px;
}

.related-block h3 {
  margin-top: 0px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/am/dhcanada/slick/ajax-loader.gif") center center
    no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("/am/dhcanada/slick/fonts/slick.eot");
  src: url("/am/dhcanada/slick/fonts/slick.eot?#iefix")
      format("embedded-opentype"),
    url("/am/dhcanada/slick/fonts/slick.woff") format("woff"),
    url("/am/dhcanada/slick/fonts/slick.ttf") format("truetype"),
    url("/am/dhcanada/slick/fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

ul.slick-dots {
  position: absolute;
  bottom: 15px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}

ul.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
  background-image: none;
}

ul.slick-dots .slick-active {
  background-image: none;
}

ul.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

ul.slick-dots li button:hover,
ul.slick-dots li button:focus {
  outline: none;
}

ul.slick-dots li button:hover:before,
ul.slick-dots li button:focus:before {
  opacity: 1;
}

ul.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.5;
  background-color: black;
  border-radius: 50%;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: black;
  border-radius: 50%;
}

.btnPreviousSlide {
  position: absolute;
  top: 250px;
  left: 10px;
}

.btnNextSlide {
  position: absolute;
  top: 250px;
  right: 15px;
}

.homePageSlider,
.homePageSlider img {
  margin: 0;
}

.embed-responsive-topOfPage {
  margin-top: 60px;
}

.styledTable th {
  border-bottom: 1px solid #5c5c5c;
}

.styledTable p {
  margin: 0;
  padding: 25px 5px 25px 0;
}

.styledTable th p {
  color: #cc2229;
  font-weight: bold;
  padding: 25px 5px 25px 0;
}

.styledTable td {
  border-bottom: 1px solid #c6c6c6;
}

.styledTable td p {
  padding: 25px 5px 25px 0;
}

.subhead {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.5;
}

.subheadAfterH1 {
  margin-top: -35px;
}

.subheadAfterH2 {
  margin-top: -15px;
}

.homePageSlider {
  margin-bottom: 0px !important;
}

/* show.hide reg authorities */
.visibleDiv {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 8px;
}

.hiddenDiv {
  display: none;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

.toogle-container {
  margin-top: 37px;
}

a.toogle {
  color: #cc2229;
  font-family: "open-sans", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: underline;
}
