@charset "utf-8";
body {
    background: url(../amr-hero-2.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

h1.amr,
h1.amr sec {
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem
}

h1.mt-5.amr.sec {
    margin-top: 0!important
}

.btn-default {
    color: #c85602;
    background-color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, .4);
    padding: 20px;
    cursor: pointer
}

.modulebox {
    margin-top: 5%;
    padding: 15px;
    border: 1px solid #fff
}

.modulebox h4 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4
}

.logo {
    margin-top: 10px
}

.bottom-buffer {
    margin-bottom: 20px
}

p.amr {
    color: #fff;
    padding-top: 10px
}

@page {
    size: A4;
    margin: 0
}

@media print {
    .col-md-5,
    .col-md-7,
    .col-md-9 {
        max-width: 100%!important;
        width: 100%!important
    }
    button#cerptint {
        display: none!important
    }
   
    #floatingShare {
        display: none
    }
}

@media (max-width:400px) {
    .certificate {
        border: 20px solid
    }
    p.win {
        font-size: 1.5rem
    }
}

@media (max-width:800px) {
    .certificate {
        width: 100%;
        height: auto
    }
}

#pharamcists, #vets, #physicians, #community {position:relative;}

#community img, #pharamcists img, #vets img, #physicians img {padding:15px;}

#community h4, #pharamcists h4, #vets h4, #physicians h4 {padding:10px;font-size:1.5rem;border-bottom:1px solid #fff;text-align:center; cursor:pointer;}
#community h4 {background:#ad531e;}
#pharamcists h4 {background:#0a598e;}
#physicians h4 {background: #0f80b0;}
#vets h4 {background:#2b7251;}

#pledge_data {display:none;}
#pharamcists img, #vets img, #physicians img, #community img {cursor:pointer;}

#pharamcists img.icon, #vets img.icon, #physicians img.icon, #community img.icon {cursor:pointer; max-width: 80%; height: auto;position:absolute;top:3%;left:11%;z-index:999999;}

#slide1 .show {display:block;}

.circle {
  position: relative;
  display: block;  
  background-color: transparent;
  color: #222;
  text-align: center;
  margin-bottom:20px;
  opacity:1;
}





.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  border:3px solid #fff;
  content: "";
}

#community .circle:after {	
	 background-color: #ce7440;
	 opacity:0.9;
}

#pharamcists .circle:after {	
	 background-color: #2782c1;
	 opacity:0.9;
}
#vets .circle:after {	
	 background-color: #4c9673;
	 opacity:0.9;
}

#physicians .circle:after {	
	 background-color: #3baee1;
	 opacity:0.9;
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  vertical-align: middle;
}

#community img, #pharamcists img, #vets img, #physicians img, #community h4, #pharamcists h4, #vets h4, #physicians h4, p.copyright, img.copyright {opacity:0;}
#community img, #pharamcists img, #vets img, #physicians img, #community h4, #pharamcists h4, #vets h4, #physicians h4, #community .speech-bubble, #pharamcists .speech-bubble,  #vets .speech-bubble, #physicians .speech-bubble, p.copyright.vis, img.copyright.vis {animation-name: fadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-fill-mode: forwards;}
#community img {animation-delay: 1s;}
#community h4, #community .speech-bubble {animation-delay: 1.3s;}
#physicians img {animation-delay: 1.5s;}
#physicians h4, #physicians .speech-bubble {animation-delay: 1.8s;}

#vets img {animation-delay: 2.5s;}
#vets h4, #vets .speech-bubble {animation-delay: 2.8s;}


#pharamcists img {animation-delay: 2s;}
#pharamcists h4, #pharamcists .speech-bubble {animation-delay: 2.3s;}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}




.speech-bubble {
	position: relative;
	margin-bottom:10px;
	border-radius: .8em;
	padding:0.6rem;
	z-index:99999;
	text-align:center;
	opacity:0;
	cursor:pointer;
}

.speech-bubble h2 {color:#fff;font-size:1.5rem;}
.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}


#community .speech-bubble {background-color:#ad531e;}
#community .speech-bubble:after {border-top-color:#ad531e;}



#pharamcists .speech-bubble {background-color:#0a598e;}
#pharamcists .speech-bubble:after {border-top-color:#0a598e;}


#vets .speech-bubble {background-color:#2b7251;}
#vets .speech-bubble:after {border-top-color:#2b7251;}

#physicians .speech-bubble {background-color:#0f80b0;}
#physicians .speech-bubble:after {border-top-color:#0f80b0;}




.group.pledge1, .group.pledge2, .group.pledge3, .group.pledge4 {animation-name:fadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-fill-mode: forwards;position:relative;
/*background:#ce7440;*/color:white;border:2px solid;margin-bottom:20px;margin-top:20px;margin-left:15px;opacity:0;box-shadow:3px 4px 2px 0 rgba(0, 0, 0, .4);
-ms-animation-name:fadeIn;animation-delay: 0.1s;}

.group.pledge1 {animation-delay: 0.3s;}
.group.pledge2 {animation-delay: 1.5s;}
.group.pledge3 {animation-delay: 2.9s;}
.group.pledge4 {animation-delay: 4.3s;}
.group h4 {font-size:1.2rem;padding-bottom:20px;line-height:24px;opacity:0;animation-name: headerfadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-fill-mode: forwards;}
.group h4:nth-child(1) {animation-delay: 1.5s;}
.group h4:nth-child(2) {animation-delay: 2.5s;}
.group h4:nth-child(3) {animation-delay: 3.5s;}
.group h4:nth-child(4) {animation-delay: 4.5s;}
p.copyright.vis, img.copyright.vis {animation-delay: 5s;}



@keyframes headerfadeIn {
  
  from {
    opacity: 0;
  }
  
  to {
    opacity: 0.9;
  }
  
  
}

/*.group.pledge1.comm, .group.pledge2.comm, .group.pledge3.comm, .group.pledge4.comm {background:#ad531e;}
.group.pledge1.pharm, .group.pledge2.pharm, .group.pledge3.pharm, .group.pledge4.pharm {background:#0a598e;}
.group.pledge1.vets, .group.pledge2.vets, .group.pledge3.vets, .group.pledge4.vets {background:#2b7251;}
.group.pledge1.doctors, .group.pledge2.doctors, .group.pledge3.doctors, .group.pledge4.doctors {background:#0f80b0;}*/

.group.pledge1.comm {background:#ad531e;}
.group.pledge1.pharm {background:#0a598e;}
.group.pledge1.vets {background:#2b7251;}
.group.pledge1.doctors {background:#0f80b0;}

@keyframes growingFacts {
  
  from {
    opacity: 0;
  }
  
  to {
    opacity: 0.9;
  }
  
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@-ms-keyframes growingFacts {
  
  from {
    opacity: 0;
  }
  
  to {
    opacity: 0.9;
  }
  
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}


.navbutton {font-size:1.3rem;font-weight:bold;color:#fff;}

img {-ms-interpolation-mode: bicubic;}

p.copyright, img.copyright {display:none;}
p.credit {display:none;}
p.copyright.vis, img.copyright.vis {color:#fff;font-style:italic;margin-bottom:0;display:inline-block;font-size:14px;}
p.credit.vis {color:#fff;font-style:italic;margin-bottom:0;display:inline-block;font-size:14px;margin-left:5px;}
img.fao {display:inline-block;border-right:1px solid #fff; padding-right:10px;margin-top:10px;}
img.copyright.vis {border-right:1px solid #fff; padding-right:10px;}
p.copyright.vis {margin-left:5px;}