/*#admin-menu,
#admin-menu-wrapper {
  max-height: 33px;
}

#navbar {
  z-index: 1700;
}*/

@media screen and (max-width: 767px) {
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: inherit;
  }
}
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.logo {
  padding: 10px;
}
.menu {
  vertical-align: bottom;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgb(0, 73, 143);
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgb(210, 35, 42);
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h3 {
  font-family: 'Kaushan Script';
}
h4 {
  font-family: "Montserrat", sans-serif; font-weight: 700;
  color: rgb(0, 73, 143);
  font-size: 24px;
  line-height: 38px;
  margin-bottom: .2em;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #585858;
  text-transform: uppercase;
}
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #585858;
  text-transform: uppercase;
}
p, ul {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.float-none {
  float: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.pad-top-20 {
  padding-top: 20px;
}
.pad-top-60 {
  padding-top: 60px;
}
.pad-bottom-60 {
  padding-bottom: 60px;
}
.pad-left-20 {
  padding-left: 20px;
}
.mar-top-20 {
  margin-top: 20px;
}
.col-6-m {
  width: 50%;
}
.col-3-l {
  width: 25%;
}
.hr {
  width: 100%;
  height: 7px;
  border: 0;
  background-color: #f3f3f3;
  margin-top: 0;
  margin-bottom: 0;
}
.prevention-1-col {
  width: 100%;
  padding: 40px 10px 20px 10px;
  float: left;
  text-align: center;
}
.prevention-4-col {
  width: 25%;
  padding: 40px 10px 20px 10px;
  float: left;
  text-align: center;
}
.minimal-highlight {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  line-height: 24px;
}
/**HEADER**/

.header {
  width: 100%;
  margin-bottom: 10px;
}
ul.menu.nav.navbar-nav {
  margin-top: 76px;
}
/**Over-ride top margin of main content container due to oversized logo**/
.row {
  margin-top: 80px;
}
.region-header {
  margin-top: 60px;
  margin-bottom: -40px;
}
/**FOOTER**/

.footer {
  width: 100%;
  padding-bottom: 0px;
}
.footer_columns {
  width: 30%;
  float: left;
  margin-right: 20px;
}
.footer_bottom {
  background-color: #2f4b89;
  color: white;
  padding: 10px 0;
  height: auto;
}
.footer_bottom a {
  color: #62a4e7;
  text-decoration: none;
}
.footer_bottom a:hover {
  color: #a2caf4;
}
.nav {
> li {
> a {
  padding: 0px;
}
}
}

/**EVENTS & MAP**/

.event-details-block {
  margin-top: 30px;
  border-top: solid;
  border-color: #2f4b89;
}
.event-details-block-date {
  display: block;
  color: #2f4b89;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 4px 6px 4px 6px;
  border: solid;
  margin-bottom: 10px;
  text-align: center;
}
.event-details-block h6 {
  margin-bottom: 2px;
}
.event-details-block-type {
  display: block;
  background-color: #2f4b89;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 7px 12px 7px 12px;
  text-align: center;
  clear: right;
  margin-bottom: 20px;
}
.event-map-details a {
  color: rgb(210, 35, 42);
  text-decoration: none;
}
.event-map-details a:hover {
  color: rgb(100, 0, 4);
  text-decoration: none;
}
.event-map-details h4 {
  ccolor: #a2caf4;
}
.event-map-type {
  display: block;
  background-color: #2f4b89;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 4px 6px 4px 6px;
  float: left;
}
.event-list-date {
  display: block;
  color: #2f4b89;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 4px 6px 4px 6px;
  float: left;
  border: solid;
  margin-right: 10px;
  text-align: center;
  clear: left;
}
.event-list-type {
  display: block;
  background-color: #2f4b89;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 7px 12px 7px 12px;
  float: left;
  text-align: center;
}
.event-list-title {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 4px 6px 4px 6px;
  float: left;
  clear: both;
}
.field-name-field-event-image {
  margin-bottom: 20px;
}
/**RESOURCES**/

.page-resources .panel-2col-bricks .panel-col-top .inside, .panel-2col-bricks .panel-col-middle .inside, .panel-2col-bricks .panel-col-first .inside, .panel-2col-bricks .panel-col-last .inside, .panel-2col-bricks .panel-separator {
  margin: 0 0 0 0;
}
.resource-block-brochure {
  background-color: rgb(0, 73, 143);
  color: #f4f4f4;
  padding: 10px 20px 20px 20px;
}
.resource-block-brochure a {
  color: #62a4e7;
  text-decoration: none;
}
.resource-block-brochure a:hover {
  color: #a2caf4;
}
.resource-block-posters {
  background-image: url('http://www.worldoralhealthday.org/sites/default/files/bg-gradient-shelf_low.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.resource-block-social {
  background-color: #005b97;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#005b97), to(#00afbb));
  background-image: -webkit-linear-gradient(-45deg, #005b97 0, #00afbb 100%);
  background-image: -moz-linear-gradient(-45deg, #005b97 0, #00afbb 100%);
  background-image: -ms-linear-gradient(-45deg, #005b97 0, #00afbb 100%);
  background-image: -o-linear-gradient(-45deg, #005b97 0, #00afbb 100%);
  color: #fff;
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.resource-block-social h2 {
  color: #fff;
}
.resource-block-social a {
  color: #dce7ed;
  text-decoration: none;
}
.resource-block-social a:hover {
  color: #fff;
}
.resource-block-login {
  background-color: #005b97;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#005b97), to(#00afbb));
  background-image: -webkit-linear-gradient(-45deg, #005b97 0, #00afbb 100%);
  background-image: -moz-linear-gradient(-45deg, #005b97 0, #00afbb 100%);
  background-image: -ms-linear-gradient(-45deg, #005b97 0, #00afbb 100%);
  background-image: -o-linear-gradient(-45deg, #005b97 0, #00afbb 100%);
  color: #fff;
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.resource-block-login h2 {
  color: #fff;
}
.resource-block-logo {
  background-image: url('http://www.worldoralhealthday.org/sites/default/files/WOHD-logos-opacity_90.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 20px 20px 20px;
  text-align: center;
  opacity: 90%;
}
.resource-block-logo-list-div {
  min-width: 120px;
  min-height: 180px;
  float: left;
}
.resource-block-toolkit {
  background-color: rgb(210, 35, 42);
  color: #fff;
  padding: 10px 20px 20px 20px;
  text-align: left;
  height: 100%;
}
.resource-block-toolkit a {
  color: #fff;
  text-decoration: none;
}
.resource-block-toolkit a:link {
}
.resource-block-toolkit a:hover {
  color: rgb(100, 0, 4);
}
.resource-block-toolkit a:active {
}
.resource-block-toolkit a:visited {
  color: rgb(232, 183, 185);
}
/**RESOURCES PAGES**/
.field-name-field-campaign-year {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}
.field-name-field-campaign-year .field-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #585858;
  text-transform: uppercase;
}
.field-name-field-resource-type {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}
.field-name-field-resource-type .field-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #585858;
  text-transform: uppercase;
}
.field-name-field-file {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.field-name-field-available-in {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}
.field .field-label {
  font-weight: normal;
  color: rgb(0, 73, 143);
  text-transform: uppercase;
}
.field-name-field-available-in .field-items {
  display: inline;
}
.field-item {
  /*display: inline;*/
  padding-right: 5px;
}
.field-name-field-available-in .field-item {
  display: inline;
  padding: 0px 5px 0px 5px;
  border-left: #f5f8fa solid;
}
.field-name-body {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  margin-top: 5px;
}
/**TWITTER FEED**/
.twitter-feed-box {
}
.twitter-timeline {
}
/**CONTACT**/
.icon-phone:before {
  background-image: url('http://www.worldoralhealthday.org/sites/default/files/WOHD-logos-opacity_90.jpg');
}
.icon-email {
}
/**REMOVE READ MORE LINK**/
.node .links,
.comment .links {
  display: none;
}
/**FIX FULL HEIGHT IN PANEL**/
.center-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  /*flex:1 1 auto;*/
}
.center-wrapper > div[class*='panel-col-'] {
  display: -webkit-flex;
  /*display: -ms-flexbox;*/
  display: flex;
}
.center-wrapper > div[class*='panel-col-'] .inside .pane-block {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 765px) {
  .center-wrapper, .center-wrapper > div[class*='panel-col-'] {
    display: block;
  }
  .panel-2col-bricks .panel-col-first,
  .panel-2col-bricks .panel-col-last {
    float: clear;
    width: 100%;
  }
}
/**BUTTONS**/
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgb(0, 73, 143);
  border-color: #204d74;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
/**FRONTPAGE SLIDER**/
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control .icon-next {
  width: 30px;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 60px;
}
.carousel-control .icon-prev {
  width: 30px;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 60px;
}
#resource {
  padding-right: 0;
}
#resource .table-responsive {
  margin-left: -9px;
}
#resource .field-name-field-file .field-item {
  padding-right: 0;
}
#resource .field .field-name-field-campaign-year .field-type-taxonomy-term-reference .field-label-inline .clearfix {
  display: inline;
}
/**HOME PAGE**/
.home-social-block {
  border: solid;
  border-width: 6px;
  border-color: #ccc;
  padding: 10px;
  background-color: #f3f0f0;
}
.home-social-block.top-margin {
  margin-top: 4em;
}
.home-resources-block {
  background-color: rgb(224, 223, 216);
  background-image: url('http://www.worldoralhealthday.org/sites/default/files/wohd19-resources_download_bg-desk.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 100px 40px 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  [class*=home-resources-block] {
    background-color: #edede8;
    background-image: none;
    text-align: left;
    padding: 0px 40px 40px 40px;
  }
}
.home-poster-cust-block {
  background-color: rgb(241, 242, 241);
  color: #fff;
  padding: 10px 20px 120px 20px;
  text-align: left;
  height: 100%;
  background-image: url('http://www.worldoralhealthday.org/sites/default/files/wohd19-poster_app-footer-570x168.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-poster-cust-block p {
  color: rgb(85, 88, 89);
}
@media (min-width: 992px) {
  .equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
  }
}
.home-about-wohd-block {
  background-color: rgb(210, 35, 42);
  padding: 10px 20px 20px 20px;
  text-align: left;
  height: 100%;
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 1 auto;*/
}
.home-about-wohd-block h2 {
  color: rgb(241, 242, 241);
}
.home-about-wohd-block h4 {
  color: rgb(241, 242, 241);
  font-size: 18px;
}
.home-about-wohd-block p {
  color: #d0cbc5;
}
.home-about-wohd-block a {
  color: rgb(241, 242, 241);
  text-decoration: none;
}
.home-about-wohd-block a:hover {
  color: #a2caf4;
}
/**CAMPAIGN 2018**/

.campaign_2018_header {
  width: 100%;
  background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-campaign_bg-1098x769.jpg");
  background-size: cover;
  padding-right: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  background-repeat: no-repeat;
}
.campaign_2018_intro {
  width: 100%;
  border-top: 10px solid #f2d700;
  border-left: 10px solid #f2d700;
  border-right: 10px solid #f2d700;
  padding: 100px;
}
.campaign_2018_quote {
  text-align: center;
  padding: 0px 100px 100px 100px;
  border-bottom: 10px solid #f2d700;
  border-left: 10px solid #f2d700;
  border-right: 10px solid #f2d700;
  /*background: #f2d700; /* For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(right bottom, white, #c9c9c9); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(top right, white, #c9c9c9); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(top right, white, #c9c9c9); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to top right, white, #c9c9c9); /* Standard syntax */
}
#campaign_2018_quote p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 100;
}
.campaign_2018_cta_1 {
  width: 100%;
  background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_1_bg-1140x395.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 40%;
  padding-top: 40px;
  padding-left: 100px;
  padding-bottom: 40px;
  background-color: #68737f;
}
#campaign_2018_cta_1 {
  padding: 10px 0px 10px 0px;
}
#campaign_2018_cta_1 p {
  color: white;
}
.campaign_2018_cta_2 {
  width: 100%;
  background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_2_bg-1140x395.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -60px;
  padding-right: 100px;
  padding-top: 40px;
  padding-left: 40%;
  padding-bottom: 40px;
  background-color: #4799c4;
}
.campaign_2018_cta_3 {
  width: 100%;
  background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_3_bg-1140x395.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 40%;
  padding-top: 40px;
  padding-left: 100px;
  padding-bottom: 40px;
  background-color: #68737f;
}
.campaign_2018_cta_4 {
  width: 100%;
  background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_4_bg-1140x395.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -60px;
  padding-right: 100px;
  padding-top: 40px;
  padding-left: 40%;
  padding-bottom: 40px;
  background-color: #887468;
}
.rotate {
  transform: rotate(-3deg);
  margin-bottom: 30px;
  margin-left: 10px;
}
#campaign_2018 h2 {
  color: black;
  font-size: 24px;
  font-weight: normal;
  line-height: 44px;
}
#campaign_2018 mark {
  background-color: #f2d700;
  margin-left: -10px;
}
@media only screen and (max-width: 768px) {
  /*for mobile phones: */
  [class*=mobile_display_none] {
    display: none;
    width: 100%;
  }
  [class*=campaign_2018_header] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-campaign_bg-768x1086.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #e8e8e8;
    padding-right: 40px;
    padding-top: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  [class*=campaign_2018_intro] {
    width: 100%;
    border-top: 10px solid #f2d700;
    border-left: 10px solid #f2d700;
    border-right: 10px solid #f2d700;
    padding: 40px;
  }
  [class*=campaign_2018_quote] {
    text-align: center;
    padding: 0px 40px 40px 40px;
    border-bottom: 10px solid #f2d700;
    border-left: 10px solid #f2d700;
    border-right: 10px solid #f2d700;
  }
  #campaign_2018_quote p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 100;
  }
  [class*=campaign_2018_cta_1] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_1_bg-768x1377.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    padding: 40px;
    background-color: #4b5561;
  }
  #campaign_2018_cta_1 {
    padding: 10px 0px 10px 0px;
  }
  #campaign_2018_cta_1 p {
    color: white;
  }
  [class*=campaign_2018_cta_2] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_2_bg-768x1377.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    padding: 40px;
    background-color: #3980b1;
  }
  [class*=campaign_2018_cta_3] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_3_bg-768x1377.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    padding: 40px;
    background-color: #37302e;
  }
  [class*=campaign_2018_cta_4] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_4_bg-768x1377.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    padding: 40px;
    background-color: #887468;
  }
  [class*=rotate] {
    transform: rotate(-3deg);
    margin-bottom: 10px;
    margin-left: 10px;
  }
  #campaign_2018 h2 {
    color: black;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
  }
  /*FIX (sort of) for TOP NAV in mobile*/
  .navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 30%;
  }
}
@media only screen and (min-width: 769px) {
  [class*=desktop_display_none] {
    display: none;
    width: 100%;
  }
}
/*Event submission*/
#edit-body-und-0-format {
  display: none;
}
/*Members section*/
.social-media-calendar {
  background-image: url('http://www.worldoralhealthday.org/sites/default/files/wohd2018-bg-social_media_calendar-500x252.png');
  background-repeat: no-repeat;
  background-size: cover;
}
/**CAMPAIGN 2019**/

.btn-say-ahh {
  color: #000;
  background-color: #f2d700;
  border-color: #f2c700;
}
.btn-say-ahh:hover {
  color: #000;
  background-color: #f2c700;
  border-color: #f2c700;
}
.campaign_2019_header {
  width: 100%;
  background-color: #1573ba;
  background-image: radial-gradient(#149dd9, #1573ba);
  background-image: -webkit-radial-gradient(-45deg, #1573ba 0, #149dd9 100%);
  background-image: -moz-linear-gradient(-45deg, #1573ba 0, #149dd9 100%);
  background-image: -ms-linear-gradient(-45deg, #1573ba 0, #149dd9 100%);
  background-image: -o-linear-gradient(-45deg, #1573ba 0, #149dd9 100%);
  padding-right: 10%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10%;
}
.campaign_2018_intro {
  width: 100%;
  border-top: 10px solid #f2d700;
  border-left: 10px solid #f2d700;
  border-right: 10px solid #f2d700;
  padding: 100px;
}
.campaign_2018_quote {
  text-align: center;
  padding: 0px 100px 100px 100px;
  border-bottom: 10px solid #f2d700;
  border-left: 10px solid #f2d700;
  border-right: 10px solid #f2d700;
  /*background: #f2d700; /* For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(right bottom, white, #c9c9c9); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(top right, white, #c9c9c9); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(top right, white, #c9c9c9); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to top right, white, #c9c9c9); /* Standard syntax */
}
#campaign_2018_quote p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 100;
}
.campaign_2018_cta_1 {
  width: 100%;
  background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_1_bg-1140x395.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 40%;
  padding-top: 40px;
  padding-left: 100px;
  padding-bottom: 40px;
  background-color: #68737f;
}
#campaign_2018_cta_1 {
  padding: 10px 0px 10px 0px;
}
#campaign_2018_cta_1 p {
  color: white;
}
.campaign_2018_cta_2 {
  width: 100%;
  background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_2_bg-1140x395.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -60px;
  padding-right: 100px;
  padding-top: 40px;
  padding-left: 40%;
  padding-bottom: 40px;
  background-color: #4799c4;
}
.campaign_2018_cta_3 {
  width: 100%;
  background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_3_bg-1140x395.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 40%;
  padding-top: 40px;
  padding-left: 100px;
  padding-bottom: 40px;
  background-color: #68737f;
}
.campaign_2018_cta_4 {
  width: 100%;
  background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_4_bg-1140x395.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -60px;
  padding-right: 100px;
  padding-top: 40px;
  padding-left: 40%;
  padding-bottom: 40px;
  background-color: #887468;
}
.rotate {
  transform: rotate(-3deg);
  margin-bottom: 30px;
  margin-left: 10px;
}
#campaign_2018 h2 {
  color: black;
  font-size: 24px;
  font-weight: normal;
  line-height: 44px;
}
#campaign_2018 mark {
  background-color: #f2d700;
  margin-left: -10px;
}
.page_header {
  padding-bottom: 20px;
  margin: 40px 0 20px;
  border-bottom: 10px solid rgb(0, 73, 143);
}
.checklist {
  padding: 20px;
  border-bottom: 10px solid rgb(0, 73, 143);
}
.checklist_header {
  width: 100%;
  background-color: #1573ba;
  background-image: radial-gradient(#149dd9, #1573ba);
  background-image: -webkit-radial-gradient(-45deg, #1573ba 0, #149dd9 100%);
  background-image: -moz-linear-gradient(-45deg, #1573ba 0, #149dd9 100%);
  background-image: -ms-linear-gradient(-45deg, #1573ba 0, #149dd9 100%);
  background-image: -o-linear-gradient(-45deg, #1573ba 0, #149dd9 100%);
  padding-right: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10%;
  border-bottom: 10px solid rgb(0, 73, 143);
}
@media only screen and (max-width: 768px) {
  /*for mobile phones: */
  [class*=mobile_display_none] {
    display: none;
    width: 100%;
  }
  [class*=campaign_2018_header] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-campaign_bg-768x1086.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #e8e8e8;
    padding-right: 40px;
    padding-top: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  [class*=campaign_2018_intro] {
    width: 100%;
    border-top: 10px solid #f2d700;
    border-left: 10px solid #f2d700;
    border-right: 10px solid #f2d700;
    padding: 40px;
  }
  [class*=campaign_2018_quote] {
    text-align: center;
    padding: 0px 40px 40px 40px;
    border-bottom: 10px solid #f2d700;
    border-left: 10px solid #f2d700;
    border-right: 10px solid #f2d700;
  }
  #campaign_2018_quote p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 100;
  }
  [class*=campaign_2018_cta_1] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_1_bg-768x1377.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    padding: 40px;
    background-color: #4b5561;
  }
  #campaign_2018_cta_1 {
    padding: 10px 0px 10px 0px;
  }
  #campaign_2018_cta_1 p {
    color: white;
  }
  [class*=campaign_2018_cta_2] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_2_bg-768x1377.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    padding: 40px;
    background-color: #3980b1;
  }
  [class*=campaign_2018_cta_3] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_3_bg-768x1377.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    padding: 40px;
    background-color: #37302e;
  }
  [class*=campaign_2018_cta_4] {
    width: 100%;
    background-image: url("http://www.worldoralhealthday.org/sites/default/files/wohd2018-website-cta_4_bg-768x1377.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    padding: 40px;
    background-color: #887468;
  }
  [class*=rotate] {
    transform: rotate(-3deg);
    margin-bottom: 10px;
    margin-left: 10px;
  }
  #campaign_2018 h2 {
    color: black;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
  }
}
/**
 My Poster
*/
body.page-node-601 #root .border {
  border-radius: 5px;
  border: solid 3px rgba(40, 44, 52, 0.20);
}
body.page-node-601 #root .border-item {
  border-color: rgba(40, 44, 52, 0.20);
}
body.page-node-601 #root .selected {
  border-color: #00498f;
}
body.page-node-601 #root .designs .list {
  text-align: center;
  align-content: center;
  width: 100%;
}
body.page-node-601 #root .designs .list::after {
  clear: both;
}
body.page-node-601 #root .poster_customization {
  float: left;
  margin-left: 2em;
  min-width: 200px;
  max-width: 300px;
  margin-bottom: 3em;
}
body.page-node-601 #root .poster_customization h4 {
  font-size: 18px;
  line-height: 1.4;
  min-height: 60px;
}
body.page-node-601 #root .poster_customization img {
  cursor: pointer;
}
body.page-node-601 #root .share__button {
  margin: 1em 0 2em 0;
  text-align: center;
}
body.page-node-601 #root #share__image img {
  max-width: 90%;
  border: 5px solid white;
}
body.page-node-601 #root .share__button_item {
  float: left;
  margin-left: 1em;
  margin-top: 1em;
}
body.page-node-601 #root .share__button_item a, .share__button_item img {
  cursor: pointer;
}
body.page-node-601 #root .share__inprogress {
  text-align: center;
  width: 100%;
}
body.page-node-601 #root .upload__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
body.page-node-601 #root .uploadPicture__action {
  margin: 1em 0 0 0;
}
body.page-node-601 #root .rotate.uploadPicture__action button {
  margin: 0 0 0 1em;
}
body.page-node-601 #root .stepper__content {
  background: #f5f5f5;
}
body.page-node-601 #root .MuiStepButton-root-41 {
  width: 80px !important;
}
body.page-node-601 #root .chooselang__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
body.page-node-601 #root .stepper__title h3 {
  font-size: 1.8em;
  font-weight: 500;
  color: #1f5797;
  text-transform: uppercase;
}
body.page-node-601 #root .stepper__title p {
  color: #4e4e4e;
}
body.page-node-601 #root .row {
  margin: 5px 0 0 0;
}
body.page-node-601 #root .rotate {
  transform: none;
}
body.page-node-601 #root .jss82 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
body.page-node-601 #root .jss64 {
  width: 1.5em;
  height: 1.5em;
}
body.page-node-601 #root .jss143 {
  font-size: 12px;
}
/* special mobile device style overwrite */
@media (max-width: 414px) {

  /* Prevent horizontal scroll if any element is larger then the device width */
  body.page-node-601 #root .wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }
  body.page-node-601 #root .wrapper .stepper__content {
    padding-left: 8px !important;
  }
  body.page-node-601 #root .poster_customization {
    width: 100%;
    margin-left: 0 !important;
    max-width: 100%;
  }
  body.page-node-601 #root .poster_customization img {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  body.page-node-601 #root .rotate {
    margin-bottom: 5px;
  }
}


/***---WOHD-2020-CSS---***/


@font-face {
    font-family: 'trashhand';
    src: url('TrashHand-webfont.eot');
    src: url('TrashHand-webfont.eot?#iefix') format('embedded-opentype'),
         url('TrashHand-webfont.woff2') format('woff2'),
         url('TrashHand-webfont.woff') format('woff'),
         url('TrashHand-webfont.ttf') format('truetype'),
         url('TrashHand-webfont.svg#trashhandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wohd20-home-logo {
  background-color: rgba(91, 81, 107, 1); /*purple*/
  color: white;
  width: 100%!important;
  padding: 100px 50px;
}

.wohd20-home-logo p {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
}

.wohd20-home-pledge {
  background-color: rgba(44, 154, 140, 1); /*light green*/
  color: white;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: bold;
  padding: 100px 50px;
  line-height: 35px;
  font-weight: 600;
}

.wohd20-home-video {
  background-color: rgba(34, 78, 86, 1); /*dark green*/
  padding: 100px 50px;
}

.wohd20-home-video p {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: white;
}

.wohd20-home-pledge-choices {
  background-color: rgba(0, 122, 175, 1); /*blue*/
  color: white;
  padding: 100px 50px;
}

.wohd20-home-pledge-choices p {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}

.wohd20-home-pledge-choices h3 {
  font-family: 'TrashHand', 'Shadows Into Light', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 64px;
}

.wohd20-home-calltoaction {
  background-color: rgba(29, 75, 118, 1); /*dark blue*/
  color: white;
  padding: 100px 50px;
  line-height: 35px;
}

.wohd20-home-calltoaction p {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}

.wohd20-home-calltoaction h3 {
  font-family: 'TrashHand', 'Shadows Into Light', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}

.wohd20-home-posters {
  background-color: rgba(75, 83, 103, 1); /*dark purple*/
  color: white;
  padding: 100px 50px;
  line-height: 35px;
}

.p-2 {
    padding: .5rem!important;
}

.w-100 {
    width: 100%!important;
}

.col3 {
  width: 33.3%!important;
}

.col-6 {
  width: 50%!important;
}

.col9 {
  width: 66.6%!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center;
}

.container-block {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.unit .inside {
  margin: 0 .5em 0 .5em;
}

.pledge-button {
  width: 100%;
}

.pledge {
  background-color: rgba(0, 122, 175, 1);
  padding: 10px;
  margin: 0px;
}

.pledge h2 {
  font-family: 'TrashHand', 'Shadows Into Light', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 64px;
  color: white;
}

.pledge-text {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 6px;
  font-weight: 600;
  padding-bottom: 15px;
}

.pledge-photo {
  background-color: rgba(102, 173, 210, 1);
  padding: 10px 5px 10px 10px;
}

.btn-say-ahh-resources {
  color: #000;
  background-color: #f2d700;
  border-color: #f2c700;
  border: 0px solid transparent;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.btn-say-ahh-resources:hover {
  color: #000;
  background-color: #f2c700;
  border-color: #f2c700;
}

.page-resources .panel-panel.lastUnit {
  float: left;
}
.row-resources {
/*     margin: 0px -15px; */
    margin: 0px -15px 15px -15px;
/*     margin: 15px -15px 0px -15px; */
    overflow: hidden;
    max-width: 376px;
/*     min-height: 432px; */
}
.row-resources img {
/*     max-height: 400px; */
}


.wohd20-video {
  background-color: rgba(91, 81, 107, 1); /*purple*/
  color: white;
  width: 100%!important;
  padding: 4px;
  margin: 0px;
}

.wohd20-video p {
 font-weight: 600;
 font-size: 30px;
 line-height: 42px;
}

.wohd20-video a {
  color: white;
}

.wohd20-video a:hover {
  color: rgb(161,141,163);
}
