/*@import url("//hello.myfonts.net/count/28d012"); */

@font-face {
    font-family: 'HeadlineMT-Bold';
    src: url('fonts/28D012_0_0.eot');
    src: url('fonts/28D012_0_0.eot?#iefix') format('embedded-opentype'), 
        url('fonts/28D012_0_0.woff') format('woff'), 
        url('fonts/28D012_0_0.ttf') format('truetype');
}
/*------Reset v-1.1--------*/
html {
  font-family: "Times New Roman", Times, serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  color: #212527;
  margin: 0;
  background: #f1efef;
  overflow-x: hidden;
  font-family: "adobe-caslon-pro";
  font-weight: 400;
}
article,
aside,
footer,
header,
menu,
nav,
section{
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: none;
  outline: none !important;
  text-decoration: none;
}
button,input{
  outline: none !important;
  box-shadow: none;
}
img {
  border: 0;
  width: auto;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
p,h1,h2,h3,h4,h5,h6{
  margin: 0;
}
ul,ol{
  padding: 0;
  margin: 0;
  list-style: none;
}
input::-moz-placeholder {
    color: rgba(0,0,0,1);
    opacity: 1;
}
input::-ms-placeholder {
    color: rgba(0,0,0,1);
    opacity: 1;
}
input::-webkit-input-placeholder {
    color: rgba(0,0,0,1);
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #212527;
    opacity: 1;
}
.form-control::-ms-placeholder {
    color: #212527;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #212527;
    opacity: 1;
}

.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    border-radius: 0 !important;
}

.form-control[readonly] {
  background: #dfdcdc !important;;
}
.clearfix{
	clear: both;
}

.xm-tooltip {
    background: #bf0a30;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 50%;
    line-height: 18px;
    padding: 10px 16px 8px;
    position: absolute;
    text-align: center;
    bottom: calc(100% - -10px);
    min-width: 300px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-style: italic;
    z-index: 999;
}
.xm-tooltip::after {
    background: #bf0a30;
    border: 1px solid #bf0a30;
    border-top:none;
    border-left:none;
    bottom: -6px;
    content: "";
    height: 12px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 12px;
}
/*------Reset v-1.1--------*/

/*--------agegate--------*/
.agegate-active{
  overflow: hidden;
}
.age-gate{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(7,7,23,.95); 
  z-index: 9999999;
  padding: 0 15px ; 
}
.age-gate-body {
    width: 860px;
    margin: 55px auto 20px;
    background: #e6e5e5;
    padding: 13px;
    position: relative;
}
.age-gate-body img {
    position: absolute;
    top: auto;
    left: 0;
    width: 410px;
    pointer-events: none;
    bottom: -3px;
}
.agegate-edge {
  top: 0;
  right: -3px;
  position: absolute;
  width: 212px;
  height: 104px;
  background: url(../images/agegate-top-edge.png?var=2) 0 0 no-repeat;
  background-size: contain;
}
.age-gate-inner {
    padding: 70px 50px 45px 430px;
    border: 1px dotted #aaa;
    background: #e6e5e5 url(../images/agegate-bg-comp.png) 0 0 repeat-x;
}
.age-gate-body h2{
  font-size: 27px;
  line-height: 34px;
  color: #212527;
  font-weight: 400;
  margin-bottom: 16px;
}

.age-gate-body .a-label{
  font-size: 24px;
  line-height: 24px;
  color: #bf0a30;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
}
.age-gate-body .detail-section .common-btn{
  min-width:286px; 
  float: left;
}
.age-gate-body li{
  margin-bottom: 22px;
}
.age-gate-body li.detail-section{
  text-align: left !important;
  padding: 0 !important;
  margin: 0;
}
.age-gate-body li .row{
  margin-left: -9px;
  margin-right: -9px;
}
.age-gate-body li .dp{
  width: 33.3333%;
  padding: 0 9px;
  float: left;
}
.age-gate-body .chosen-container-single a.chosen-single{
  line-height: 42px;
}
.age-gate-body .form-control{
  text-align: center;
  height: 50px;
}
.age-gate p{
  display: block;
  max-width: 560px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #777;
  opacity: .70;
}
.age-gate p a{
  color: inherit;
  display: inline-block;
  background: url(../images/owl-sm.png) 0 center no-repeat;
  background-size: auto 19px;
  padding-left: 26px;
  margin-left: 10px;
}
.age-gate p a:hover{
  text-decoration: underline;
}
.age-gate .amh-common-btn {
    font-size: 21px;
    line-height: 42px;
    border-radius: 21px;
    display: block;
    padding: 0px 62px 1px 39px;
    width: 100%;
    margin-bottom: 18px;
}
.apple .age-gate .amh-common-btn {
  padding-top: 7px;
  line-height: 35px;
}
.age-gate .amh-common-btn.facebook {
  color: #3c5b95;
  border-color: #3c5b95;
}
.age-gate .amh-common-btn.facebook::after{
  border-color: #3c5b95;
  background-image: url(../images/facebook-ag.png); 
}
.agegate-logo {
    width: 200px;
    height: 104px;
    display: block;
    position: absolute;
    top: 48px;
    left: 47px;
    background: url(../images/agegate-logo-lg.png) 0 0 no-repeat;
    background-size: contain;
}
/*--------agegate--------*/


/*------Main layout-------*/

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px 10px 4px;
    font-size: 16px;
}
.main-wrapper{
  width: 100%;
	min-height: 100vh;
  display: table;
}
.container::before,
.container::after,
.row::before,
.row::after,
.main-wrapper::before,
.main-wrapper::after,
.main-form::before,
.main-form::after{
  display: table;
  clear: both;
  content: '';
}
.main-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 32px 0 15px;
    z-index: 9999;
    overflow: hidden;
}
.main-left{
  z-index: 2;
  position: relative;
}
.asrow::before,
.asrow::after {
  display: table;
  clear: both;
  content: '';
}
.logo-container{
  float: left;
}
.logo-container a{
	display: block;
}
.logo-container img{
	width: 150px;
	display: block;
  margin: 0 auto;
}
.main-menu ol {
  float: right;
  margin-bottom: 0;
  margin-top: 28px;
  position: relative;
}
.main-menu ol::after {
  position: absolute;
  left: -10px;
  bottom: 0;
  height: 1px;
  background: url(../images/h-rule-bg.png) 0 bottom repeat;
  content: '';
  right: -10px;
}
.main-menu ol li{
	margin-right: 36px;
  position: relative;
  float: left;
}
.main-menu ol li:last-child {
  margin-right: 0;
}
.main-menu ol li a{
	font-size: 24px;
	line-height: 24px;
	color: rgba(234,234,234,.30);
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  display: block;
  transition: color .3s;
  -webkit-transition: color .3s;
  -ms-transition: color .3s;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.04em;
}
.computer .main-menu ol li a::after {
  content: '';
  position: absolute;
  left: -7px;
  right: -7px;
  bottom: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center right;
  -webkit-transform-origin: center right;
  height: 4px;
  background: #fff;
}
.computer .main-menu ol li a:hover::after,
.computer .main-menu .active a::after{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: center left;
    -webkit-transform-origin: center left;
}
.homepage .main-menu ol li a{
  color: rgba(234,234,234,1);  
}
.main-menu ol li.active a,
.main-menu ol li:hover a{
  color: rgba(234,234,234,1);
}
.homepage .main-menu ol li:hover a{
  color: rgba(234,234,234,.30);
}
.main-menu h2{
	font-size: 18px;
	line-height: 21px;
	color: #eaeaea;
	font-weight: normal;
	margin-bottom: 5px;
}
.main-menu form,
#signupThanks{
	padding-bottom: 22px;
	background: url(../images/h-rule-bg.png) 0 bottom repeat-x;
  margin-bottom: 20px;
}
.main-menu input{
  width: 100%;
  background: url(../images/amh-envelope.png) 0 13px no-repeat;
  background-size: 16px auto;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 2px solid #ffffff;
  height: 40px;
  color: #bf0a30;
  font-size: 15px;
  padding: 4px 7px 0 27px;
  margin-bottom: 20px;
  transition:border .3s ease;
  -webkit-transition:border .3s ease;
  -ms-transition:border .3s ease;
}
.main-menu input:hover,
.main-menu input:focus{
	border-color: #808089;
  color: #fff;
}
.main-menu form button,
#signupThanks button{
  height: 30px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  background: none;
  border: 1px solid #fff;
  font-weight: normal;
  border-radius: 15px;
  padding: 1px 30px 0 0;
  width: 100%;
  position: relative;
  transition: background .3s, color .3s;
}
.main-menu form button::after, 
#signupThanks button::after{
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  content: '';
  border-left: 1px solid #fff;
  background: url(../images/amh-check.png) 7px center no-repeat;
  transition: border-color .3s;
}
.computer .amh-common-btn:hover,
.amh-common-btn.hoverd {
  color: #fff;
  background: #bf0a30;
  border-color: #bf0a30;
}
.computer .media-left-img img:hover,
.computer .hero-grid .hero-grid-item .media-left img:hover {
  border-color: #bf0a30;
}
.computer .amh-common-btn:hover::after,
.amh-common-btn.hoverd::after {
  border-color: #fff;
  background-image: url(../images/amh-chevron-hov.png);
}
.computer .age-gate .amh-common-btn.facebook:hover {
  color: #fff;
  background: #3c5b95;
  border-color: #3c5b95;
}
.computer .age-gate .amh-common-btn.facebook:hover::after {
  border-color: #fff;
  background-image: url(../images/facebook-ag-hov.png);
}
.computer .main-menu form button:hover,
.computer #signupThanks button:hover,
.computer .amh-slider-item .amh-common-btn:hover {
  color: #0e0d1d;
  background: #fff;
  border-color: #0e0d1d;
}
.computer .main-menu form button:hover::after,
.computer #signupThanks button:hover::after {
  background-image: url(../images/amh-check-black.png);
  border-color: #0e0d1d;
}
.computer .amh-slider-item .amh-common-btn:hover::after{
  background-image: url(../images/amh-chevron-n-blue.png);
  border-color: #0e0d1d;  
}

.main-menu ul{
  margin-top: 14px;
  overflow: hidden;
}
.main-menu ul li {
  float: left;
  margin-right: 20px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a{
  background-color: rgba(120,120,123,.25);
  background-repeat: no-repeat;
  text-indent: -9999px;
  font-size: 0;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  background-image: url(../images/social-sprite.png);
  background-size: 22px auto;
  transition:background-color .3s ease;
  -webkit-transition:background-color .3s ease;
  -ms-transition:background-color .3s ease;
}
.main-menu ul li a:hover{
  background-color: rgba(132,132,141,.45);  
}
.main-menu ul .facebook a{
  background-position: center 10px;
}
.main-menu ul .twitter a{
  background-position: center -78px;
}
.main-menu ul .email a{
  background-position: center -160px;
}
.content-block{
  min-height: 100vh;
  background: url(../images/ornament-lg.png) center bottom no-repeat;
}
.landing-slider{
  position: relative;
  background-color: #0e0d1f ;
}
.landing-slider.amhBioBanner {
  background: #091a38 url(../images/amhBioBanner-bg.jpg) center top no-repeat;
  background-size: 100% auto;
}
.landing-slider.amhBioBanner.bio-2019 {
  background-image: url(../images/amhBioBanner-bg-19.jpg);
}
.landing-slider.amhBioBanner .amhBioImage {
  max-height: 557px;
  width: auto;
  margin: 38px auto 0;
  display: block;
}
.xm-slide{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.xm-slides-container img + .xm-slide{
  opacity: 1;
}
.landing-slider img{
  display: block;
  width: 100%;
}
img.sliderFxdBtle {
  position: absolute;
  width: 304px;
  bottom: -18px;
  left: 113px;
  z-index: 999;
}
.background-stars {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.onlyHomeSlider .landing-hero{
  max-width: 1080px;
}

.hide-overflow {
  overflow: hidden;
}

.detail-section{
  padding: 44px 15px 0;
  text-align: center;
}
.container {
  max-width: 814px;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
}
.nominate-container {
  max-width: 780px;
}
.container-ph3 {
  max-width: 1040px;
}
.amh-nsep_long.graphic-seperator.amh-n-sep {
  background-image: url(../images/amh-n-sep-long.png?var=3);
}
.homeNewsletter {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 12px;
}
.w50 {
  width: 50%;
  float: left;
}
#signupForm,
#signupThanks {
  width: 280px;
  margin: 0 auto;
}
#signupThanks {
  background: none;
  padding-bottom: 0;
}
.homeSignUpSection .common-header {
  margin-bottom: 2px;
}
.homeNewsletter input{
  width: 100%;
  background: url(../images/amh-envelope.png) 40px center no-repeat;
  background-size: 22px auto;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #bbbaba;
  height: 48px;
  color: rgba(0,0,0,.5);
  font-size: 18px;
  padding: 4px 7px 0 70px;
  margin-bottom: 18px;
  transition:border .3s ease;
  -webkit-transition:border .3s ease;
  -ms-transition:border .3s ease;
}
#signupThanks input {

    background-image: url(../images/subscribed.png);
    background-position: 40px center;
    background-size: 20px auto;

}
.homeNewsletter input:hover,
.homeNewsletter input:focus{
  border-color: #808089;
}
.homeNewsletter .amh-common-btn {
    font-size: 22px;
    line-height: 40px;
    border-radius: 23px;
    margin-bottom: 32px;
    padding: 3px 60px 0 24px;
}
.apple .homeNewsletter .amh-common-btn {
  padding-top: 6px;
  line-height: 37px;
}
.homeNewsletter .amh-common-btn::after {
    width: 40px;
    background-position: 12px center;
    background-size: 15px auto;
}
.homeNewsletter #signupThanks button::after {
    width: 40px;
    background-position: 12px center;
    background-image: url(../images/amh-check-white.png);
}
.homeNewsletter #signupThanks button {
    height: auto;
    font-size: 20px;
    color: #fff;
    background: #bf0a30;
    border: 1px solid #bf0a30;
    border-radius: 20px;
    padding: 1px 62px 0 30px;
    width: auto;
    line-height: 40px;
}
.nominateCTA .common-header.blue {
    margin-top: 0 !important;
}
.nominateCTA .common-para {
    margin-bottom: 16px;
}
.homeNewsletter .nominateCTA .common-para {
  max-width: 370px;
}
.homeSignUpSection #signupForm {
  margin-top: 5px;
}
.heros-introSection .graphic-seperator.amh-n-sep {
  margin-bottom: 55px;
}
.heros-introSection h2.title-lg.common-header {
    font-size: 54px;
    line-height: 46px;
    padding-top: 4px;
}
.common-para.common-para-lg {
  font-size: 18px;
  line-height: 27px;
}
.common-header{
  font-size: 35px;
  line-height: 36px;
  color: #333333;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  background: url(../images/h-rule-red.png) 0 center repeat-x;
  margin-left: 30px;
  margin-right: 30px; 
  clear: both;  
}

.common-header.no-bg{
  background: none;
  margin-left: 0;
  margin-right: 0;
}
.common-header span{
  display: inline-block;
  padding:0 18px;
  background: #f1efef; 
}
.common-header.no-bg span{
  background: none;
  padding: 0;
}
.common-header span span{
  background: none;
  padding: 0;
  font-size: 80%;
}
.common-para{
  font-size: 18px;
  line-height: 27px;
  clear: both;
  text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}
.common-para.special-trtmnt {
  font-size: 17px;
}
.heros-introSection .common-para {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}
.safari .common-para,
.safari .rules,
.iphone .common-para,
.iphone .rules,
.apple .common-para,
.apple .rules {
  text-align: center;  
}
.rules {
  font-size: 12px;
  line-height: 18px;
  color: #777 !important;
  clear: both;
  text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}
.common-para a,
.rules a{
  font-style: italic;
  color: #27245f;
}
.common-para.bioCopy18 a {
  color: #bf0a30;
}
.common-para a:hover,
.rules a:hover{
  color: #014692;
  text-decoration: underline;
}
.common-para.custom-margin18{
  margin-bottom: 41px !important;
}
.graphic-seperator{
  height: 9px;
  max-width: 400px;
  width: 100%;
  background: url(../images/graphic-seperator.png) center 0 no-repeat;
  background-size: auto 9px;
  margin: 13px auto 20px;
  display: block;
}
.star-seperator{
  height: 12px;
  max-width: 400px;
  width: 100%;
  background: url(../images/star-seperator.png) center 0 no-repeat;
  background-size: auto 12px;
  margin: 16px auto 17px;
  display: block;
}
button.common-btn{
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.detail-section .common-btn{
  font-size: 27px;
  line-height: 26px;
  background: #90282e;
  padding: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  min-width: 399px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.23);
  margin-bottom: 13px;
  text-shadow: 1px 1px 0 #0A0A0A;
  transition:background .3s ease;
  -webkit-transition:background .3s ease;
  -ms-transition:background .3s ease;
  border: none;
}
.detail-section .common-btn span{
  display: block;
  background: #a11f26;
  border: 1px solid #9f454a;
  padding: 11px 15px 10px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -ms-transition:all .3s ease;
}

.apple .detail-section .common-btn span{
  padding-top: 15px;
  padding-bottom: 10px;
}
.detail-section .common-btn:hover{
  background: #b73238;  
}
.detail-section .common-btn:hover span{
  background: #c82830;
  border-color: #c24d53;
}
.detail-section .text-link{
  font-weight: normal;
  clear: both;
}
.detail-section .text-link a{
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #27245f;
  border-bottom: 1px dotted #0e0d1f;
  font-style: italic;
  position: relative;
}
.detail-section .text-link a.textlink-back{
  margin-right: 30px;
}
.detail-section .text-link a:hover{
  color: #014692;
  border-color: #014692;
}
.detail-section .text-link a::after{
  content: '\00bb';
  position: absolute;
  top: 0;
  right: -13px;
  font-size: 16px;
}
.detail-section .text-link a.textlink-back::after{
  content: '\00ab';
  right: auto;
  left: -13px;
}
.footer p{
  font-size: 10px;
  color: #777;
  line-height: 20px;
  margin-bottom: 16px;
  clear: both;
}
.footer p a{
  color: inherit;
  display: inline-block;
  background: url(../images/owl-sm.png) 0 1px no-repeat;
  background-size: auto 19px;
  padding-left: 26px;
  margin-left: 10px;
  padding-top: 2px;
}
.footer p a:hover{
  text-decoration: underline;
}
.tab-por,
.tab-all{
  display: none !important;
}
.common-for-all{
  min-height: 100vh;
  margin: 0 0 -81px;
}
.push{
  height: 81px;
}
.footer {
  text-align: center;
  clear: both;
  min-height: 81px;
}
.indicator{
  position: absolute;
  width: auto;
  overflow: hidden;
  left: 50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  bottom: 36px;
  z-index: 9999;
}
.indicator ul {
  width: auto;
  overflow: hidden;
  float: left;
}
.indicator ul li{
  float: left;
  padding-top: 3px;
  margin: 0 2px;
}
.indicator ul li a{
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #3c3b3b;
  border-radius: 50%;
}
.indicator ul li a:hover,
.indicator ul li.active a{
  background: #68676a;
}
.indicator .control{
  float: left;
  width: 15px;
  height: 15px;
  background-image: url(../images/prev-next.png);
  background-position: 0 0;
  background-size: 15px auto;
  background-repeat: no-repeat;
  margin: 0 6px;
  opacity: .65;
}
.indicator .control.next{
  float: right;
  background-position: 0 -30px;
}
.indicator .control:hover{
  opacity: 1;
}
/*--------Common Styles--------*/

/*--------Our Heroes page--------*/
.media{
  overflow: hidden;
}
.media-body, 
.media-left, 
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left{
  padding-right:20px; 
}
.media-right{
  padding-left:20px; 
}
/*
.media-left-img{
  display: block;
}
*/
.media-left-img img{
  width: 119px;
  height: 119px;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #c7c4d2;
  transition: border-color .3s;
  display: block;
}
.heroes-section {
  margin-left: -15px;
  margin-right: -15px;
}
.heroes-section li{
  float: left;
  padding:0 15px;
  width: 50%; 
  text-align: left;
  margin-bottom: 40px;
}
.heroes-section h3{
  font-size: 35px;
  line-height: 36px;
  color: #bf0a30;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  margin: -1px 0 6px;
}
.archive .heroes-section h3{
  margin-top: 0;
}
.heroes-section h3 a{
  color: inherit;
}
.heroes-section h3 span {
  display: block;
  font-size: 21px;
  line-height: 24px;
  font-family: "adobe-caslon-pro";
  color: #27245f;
  padding-left: 0px /*24px*/;
  margin-top: 4px;
  padding-top: 6px;
  background-size: 26px auto;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.heroes-section h3 span.lt {
    background-image: url(../images/amh-lt-lg.png);
    background-size: auto 16px;
    background-position: 0 6px;
}
.heroes-section h3 span.capt {
    background-image: url(../images/amh-capt-lg.png);
    background-size: 16px auto;
    background-position: 0 7px;
}
.heroes-section h3 span.ssgt{
  background-image: url(../images/amh-ssgt-lg.png);
  background-size: 16px auto;
  background-position: 0 4px;
}
.heroes-section h3 span.sfc{
  background-image: url(../images/amh-sfc-lg.png);
  background-size: 16px auto;
  background-position-y: 2px; 
}
.heroes-section h3 span.sgt{
  background-image: url(../images/amh-sgt-lg.png);
  background-size: 16px auto;
  background-position: 0 6px;
}
.heroes-section h3 span.spc {
    background-image: url(../images/amh-spc-lg.png);
    background-size: 16px auto;
}
.heroes-section h3 span.po {
    background-image: url(../images/amh-po-lg.png);
    background-size: 14px auto;
}
.heroes-section h3 span.cw {
    background-image: url(../images/amh-cw-lg.png);
    background-size: 16px auto;
}

.heroes-section h3 span.tsgt{
  background-image: url(../images/amh-tsgt-lg.png);
  background-size: 16px auto;
  background-position: 0 7px;
}
.heroes-section h3 span.cs3{
  background-image: url(../images/amh-csc-lg.png);
  background-size: 18px auto;
  background-position: 0 9px;
}
.heroes-section h3 span.ssg{
  background-image: url(../images/amh-ssg-lg.png);
  background-size: 16px auto;
  background-position: 0 2px;
}
.common-header.blue{
  color: #333333;
}
.our-heroes .common-para {
  margin-bottom: 30px;
}
.vet-bio.our-heroes .bio-control + .common-para {
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
.our-heroes .common-para.top-para {
  margin-bottom: 42px;
}
.graphic-seperator.amh-n-sep {
  height: 12px;
  background-image: url(../images/amh-n-sep.png);
  background-size: auto 12px;
  margin: 10px auto 42px;
  width: 100%;
  max-width: none;
}

.special-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.special-top img{
  width: 100%;
  display: block;
}
.heroes-section p{
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 8px;
  color: #333;
}
.our-heroes-banner .amh-slider-item p {
  margin-bottom: 130px;
}
.landing-slider .amh-slider-item a {
    margin-bottom: 124px;
}
.detail-section.our-heroes .text-link a {
    color: #bf0a30;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "adobe-caslon-pro";
    padding-left: 20px;
    border-bottom: 1px dotted transparent !important;
    display: inline-block;
    position: relative;
    background: url(../images/amh-chevron.png) 0 1px no-repeat;
    background-size: auto 11px;
    letter-spacing: .02em;
    font-style: normal !important;
	border-bottom: 1px dotted transparent !important;
	    margin-bottom: 5px;
}
.computer .detail-section.our-heroes .text-link a:hover {
  color: #27245f !important;
}

.detail-section.our-heroes .text-link a.watch_video  {
    background-image: url(../images/watch_video.png);
    background-size: auto 15px;
    padding-top: 2px;
}
.detail-section.our-heroes .text-link + .text-link {
  margin-top: 4px;
}
.heroes-section h3 a {
    position: relative;
    display: block;
    padding-top: 2px;
}
.detail-section.our-heroes .text-link a::after,
.heroes-section h3 a::after {
    position: absolute;
    top: auto !important; 
    bottom: 0 !important;
    left: 20px;
    right: 0 !important;
    content: '' !important;    
    display: block !important;
}
.detail-section.our-heroes .text-link a::after{
	border-bottom: 1px dotted transparent;
}
.heroes-section h3 a::after{
  left: 0;
}
.computer .detail-section.our-heroes .text-link a:hover::after,
.computer .heroes-section h3 a:hover::after {
    border-color: #272560;
}
.computer .detail-section.our-heroes .text-link a:hover,
.computer .hero-grid-item p a:hover ,
.computer .detail-section .text-slider .text-link a:hover,
.computer .detail-section.faq p .faq-learnmore:hover,
.computer .detail-section.faq .text-link .backtotop:hover,
.computer .detail-section.faq p a:hover{
  border-color: #272560;
}
.computer .hero-grid-item p a:hover,
.computer .heroes-section h3 a:hover {
  color: #272560;  
}
.detail-section.our-heroes .text-link a::after {
  display: none;
}
.graphic-seperator.h-s-bottom{
  margin-top: -14px;
}

.our-heroes .common-btn,
.vet-bio .common-btn {
  margin-bottom: 6px;
}
.our-heroes .common-btn span{
  padding-left: 30px;
  padding-right: 30px; 
}
.footer .privacy{
    background: none;
    margin-left: 0;
    padding-left: 0;  
}
/*--------Our Heroes page--------*/

/*--------Vet-bio page--------*/
.vet-video-container{
  width: 100%;
  float: left;
  position: relative;
  margin: 24px 0 28px;
}
.vet-video-container.when-empty{
  margin: 14px 0;
}
.vet-video-container img{
  width: 100%;
  display: block;
}
.vet-photo-gallaery{
  width: 100%;
  float: left;
  position: relative;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  -ms-column-gap: 16px;
  column-gap: 16px;
  margin: 12px 0 15px;
}
.vet-gal-item {
  display: inline-block;
    margin: 0 0 6px;
    width: 100%;
    position: relative;
}
.vet-gal-item img{
  display: block;
  width: 100%;
}
.vet-gal-item div{
  display: none;
}
.vet-bio-graphic1.graphic-seperator{
  margin-top: 14px;
  margin-bottom: 20px;
}
.vet-bio .bottom-textlink{
  margin-bottom: 18px;
}
.show-description:hover img{
  filter:blur(2px);
  -moz-filter:blur(2px);
  -webkit-filter:blur(2px);
  -ms-filter:blur(2px);
}
.vet-gal-item.show-description div{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14,13,31,.60);
  opacity: 0;
}
.vet-gal-item.show-description:hover div{
  opacity: 1;
}

.show-description span{
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  color: #fff;
  opacity: 0;
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
}
.show-description:hover span{
  opacity: 1;
}

/*--------Vet-bio page--------*/

/*--------FAQ page--------*/
.common-banner img{
  width: 100%;
  display: block;
}
.faq h3{
  font-size: 24px;
  line-height: 27px;
  color: #a11f26;
  margin-bottom: 6px;
  clear: both;  
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
}
.faq .graphic-seperator.amh-n-sep ,
.detail-section.faq .text-link {
    margin: 31px auto 34px;
}

.detail-section.faq .text-link .backtotop {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding-right: 18px;
    border-bottom-color: #bf0a30;
}
.detail-section.faq .text-link .backtotop::after {
    top: -3px;
    right: 0;
    font-size: 27px;
    transform: rotate(-90deg);
    color: #bf0a30;
    font-weight: normal;
}
.computer .detail-section.faq .text-link .backtotop:hover::after {
    color: #27245f;  
}
.detail-section.faq p a {
    font-style: normal;
    color: #bf0a30;
    border-bottom: 1px dotted #bf0a30;
    line-height: 1;
    display: inline-block;
    text-decoration: none !important;
}
.detail-section.faq p .faq-learnmore {
    color: #27245f;
    line-height: 16px;
    display: inline-block;
    font-size: 15px;
    padding-left: 17px;
    position: relative;
    margin-top: 10px;
    background: url(../images/amh-hero-more.png) left 0 no-repeat;
    background-size: 13px auto;
    border-color: transparent !important;
}
.faq-learnmore::after {
    position: absolute;
    bottom: 0;
    left: 17px;
    right: 0;
    content: '';
    border-bottom: 1px dotted #bf0a30;
}
.computer .faq-learnmore:hover::after {
    border-color: #272560;
}
.computer .detail-section.faq p .faq-learnmore:hover{
  background-image: url(../images/amh-hero-more-blue.png);
}
/*--------FAQ page--------*/

/*--------Contact page--------*/
.contact .common-header.no-bg {
  margin-bottom: 25px;
}
.contact .our-heroes .common-header.no-bg {
  margin-bottom: 10px;
}
.contact li .common-header.no-bg {
    margin-top: 40px;
    margin-bottom: 10px;
}


.contact form,
.nominate form{
  text-align: left;
}
ul.form-common{
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}
.common-steps .alert{
  margin-top: 18px;
}
ul.form-common li{
  padding: 0 7px;
  margin-bottom: 14px;
  width: 50%;
  float: left;
  position: relative;
}
ul.form-common li{
	min-height: 41px;
}

  ul.form-common .width45{
    width: 45% !important;
  } 
  ul.form-common .width10{
    width: 15% !important;
  } 
  ul.form-common .width22{
    width: 18% !important;
  } 
  ul.form-common .width23{
    width: 22% !important;
  } 
ul.form-common li.full-width{
  width: 100%;
}

ul.form-common li.zip-sm{
  width: 16%;
}
ul.form-common li.phn-md{
  width: 34%;
}
ul.form-common li.sm-third{
  width: 25%;
}
ul.form-common li.sm-three{
  width: 33%;
}
ul.form-common li.lg-third{
  width: 67%;
}
ul.form-common li.size-sp{
  width: 28%;
}
ul.form-common li.one-three{
  width: calc(100% / 3);
}
.text-center{
  text-align: center;
}
.form-control {
  width: 100%;
  border: 1px solid #efecec;
  color: #212527;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  height: 41px;
  background: #fff;
  transition:border-color .3s ease;
  -webkit-transition:border-color .3s ease;
  -ms-transition:border-color .3s ease;
  font-style: italic;
  padding-top: 6px;
}
.computer .form-control:hover{
  border-color: #c9c8d7;
}
.form-control:focus{
  border-color: #27245f !important;
  color: #27245f;
}
textarea.form-control{
  resize:none;
  height: 200px;
  line-height: 24px;
  padding-top: 10px;
}
.asterisk{
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  color: #5a5959;
}
.asterisk i{
  font-style: normal;
  color: #a11f26;
}
input.customRC {
  opacity: 0;
  position: absolute;
}
label.customRC {
  display: block;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  font-weight: 400 !important;
  padding-left: 48px;
  color: #212527;
  margin-bottom: 12px;
  cursor: pointer;
  padding-top: 6px;
  text-align: left;
}
label.customRC a{
  color: #bf0a30;
  text-decoration: underline !important;
  display: inline-block;
}
label.customRC  a:hover{
  color: #014692;
}
label.customRC span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: #fff url(../images/checked.png) center center no-repeat;
  background-size: 22px auto;
  border: 1px solid #efecec;
  transition: background-size .3s;
  cursor: pointer;
}
input.customRC:checked + label.customRC span{
  background-image: url(../images/checked-red.png);
}

/*
.contact h3 {
  margin-bottom: 12px;
}*/
.contact form h3{
  margin-bottom: 0;
  margin-top: 11px;
}
.contact .asterisk{
  margin-bottom: 10px;
}
.contact .checkbox-block{
  margin-top: 10px;
  margin-bottom: 46px;
}
.contact .thanksMsgSection{
  margin-bottom: 55px;
}
.contact .amh-common-btn {
  min-width: 338px;
}
/*--------Contact page--------*/

/*--------Nominate page--------*/

#map-canvas {
    height: 100%;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gm-style,
.gm-style h2 {
  font-size: 18px;
  color: #27245f;
  font-family: "adobe-caslon-pro";
  font-weight: 400 !important;
  font-style: italic;
  margin: 0;
  padding-bottom: 0;
  text-indent: 2px;
  background: #fff !important;
}
.gm-style-iw {
   top: 6px !important;
   left: 0 !important;
   padding: 10px 0 0 22px !important;
   margin: 0 !important;
   height: 35px !important;
   right: 0 !important;
}

.gm-style-iw + div{
  display: none !important;
}
.gm-style-iw h2{
  display: block !important;
  margin: 0 !important;

}
.nominate-v2.nominate h3 {
  font-size: 24px;
  line-height: 27px;
  color: #bf0a30;
  clear: both;
  text-align: center;
  padding-right: 14px;
  margin-bottom: 16px;
  margin-top: 22px; 
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
}
.nominate-v2.nominate .amh-common-btn {
    min-width: 340px;
}

.common-para.para-close {
  margin-bottom: -10px;
}
.nominate h3{
  text-align: center;
  padding-right: 14px;
  font-weight: normal;
  margin-bottom: 16px;
}
.nominate h3 .step-2{
  display: inline-block;
  opacity: .20;
  margin-left: 12px;
}
.nominate.next-step-2 h3 .step-2{
  opacity: 1;
}
.nominate.next-step-2 h3 .step-1{
  opacity: .20;
}
.drop-section {
    width: 100%;
    border: 1px solid #efecec;
    color: #212527;
    font-size: 18px;
    padding: 14px 14px 14px;
    height: 200px;
    background: #fff url(../images/camera.png) center center no-repeat; /*58px*/
    background-size: auto 71px;
    font-style: italic;
    text-align: center;
}
.drop-section h4{
  font-size: 16px;
  line-height: 21px;
  color: #212527;
  font-weight: 400;
}
.drop-section h4 a{
  display: inline-block;
  color: #bf0a30;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 1px dotted #bf0a30;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 111;
}
.drop-section input {
    bottom: 0 !important;
    font-size: 74% !important;
    height: 25% !important;
    top: auto !important;
    z-index: 1111 !important;
}
.drop-section h4 a:hover{
  color: #014692;
  border-color: #014692;
}
.drop-section h4 a::after{
  content: '\00bb';
  position: absolute;
  top: 0;
  right: -13px;
  font-size: 16px;
}
.drop-section h4 span {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
.asterisk.new-amh{
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 18px;
  line-height: 18px;
  color: #27245f;
}
p.steps{
  text-align: center;
  height: 7px;
  position: relative;
  margin-top: -5px;
}
p.steps .bullets{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  display: inline-block;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  padding: 0 50px 20px; 
  z-index: 3;
}
p.steps  .bullets span{
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c1becd;
  margin: 0;
}
p.steps .bullets span:first-child,
.next-step-2 p.steps .bullets span:last-child,
#step2 p.steps .bullets span:last-child{
  background: #27245f;
}
.next-step-2 p.steps .bullets span:first-child,
#step2 p.steps .bullets span:first-child{
  background: #c1becd !important;
}
.map-container {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #efecec;
}
.map-container img{
  width: 100%;
}
.nominate h5.common-header{
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 30px;
}
.checkbox-block{
  margin-bottom: 36px;
  position: relative;
}
.thanksMsgSection{
  background: #0e0d1d;
  padding: 13px;
}
.thanksMsgSection.nominationClosed {
  margin-top: 20px;
}
.thanksInner{
  border: 1px dotted #4c4a59;
  padding: 67px 40px;
}
.thanksMsgSection h2 {
  font-size: 35px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  padding-bottom: 44px;
  margin-bottom: 24px;
  background: url(../images/amh-star-wings.png) center bottom no-repeat;
  background-size: auto 18px;
}
.thanksMsgSection p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 22px;
}
.contact .thanksMsgSection p {
  margin-bottom: 0 !important;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area{
  top: 0;
  height: 100%;
  background: transparent;
}
.qq-uploader {
    position: static !important;
}
.qq-total-progress-bar-container{
  margin: 0;
}
.qq-total-progress-bar {
    border-radius: 0;
    height: 3px;
    background: #a11f26;
}
.qq-upload-list-selector.qq-upload-list{
  display: none;
}
/*--------Nominate page--------*/

/*--------Explore bottle page--------*/
.col-60{
  width: 60%;
  float: left;
  position: relative;
  padding-right: 20px;
}
.col-40{
  width: 40%;
  float: left;
  position: relative;
}
.col-40 img{
  display: block;
  width: 100%;
}
.text-slider-item .common-para{
  opacity: .25;
}
.text-slider-item.active .common-para {
    opacity: 1;
    color: #232426;
}
.text-slider-item.active .text-link{
  display: none;
}
.explore-bottle{
  /*background-image: url(../images/bottle-shadow.png);*/
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bottle-slider{
  position: relative;
}
.bottle-slider-item{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 28px;
  opacity: 0;
  transition: opacity .8s ease;
  -webkit-transition: opacity .8s ease;
  -ms-transition: opacity .8s ease;
  z-index: 999;
}
.bottle-slider-item.active{
  opacity: 1;
  z-index: 1000;
}
.bottle-control {
  position: absolute;
  top: 82px;
  width: 34px;
  height: auto;
  overflow: hidden;
  display: block;
  background: url(../images/amh-next.png) right 0 no-repeat;
  background-size: 33px auto;
  opacity: 1;
  z-index: 2000;
  padding-top: 40px;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #aaa;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  text-align: right;
}
.bottle-control.prev {
    left: 40px;
    background-image: url(../images/amh-prev.png);
    background-position-x: left;
    text-align: left;
}
.bottle-control.next{
  right: 40px;
}
.bottle-control:hover{
  color: #c1012a;
}
.bottle-control.prev:hover{
  background-image: url(../images/amh-prev-hov.png);
}
.bottle-control.next:hover{
  background-image: url(../images/amh-next-hov.png);
}

.bottle-slider-item img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
}
.bottle-necker .bottle-slider-item img {
  left: auto;
  transform: none;
  width: auto;
  height: 100%;
  right: 0;
}
.bottle2 .animated-circle {
    right: auto;
    left: 20%;
    top: 51%;
}
.bottle3 .animated-circle {
    right: 76%;
    top: 51%;
}
.animated-circle{
  position: absolute;
  top: 56%;
  right: 74%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #aaa;
  opacity: 1;
  animation-name: heartbeat;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: heartbeat;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: heartbeat;
  -ms-animation-duration: 2s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;


  /*
  background:rgba(255,255,255,.55);

  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.49);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.49);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.49);


  */
}

.animated-circle span{
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  line-height: 65px;
  position: absolute;
  display: block;
  background: rgba(44, 28, 77, .95);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
}

@keyframes heartbeat{
  0%{
    opacity: .25;
  }
  50%{
    opacity: .95;
  }
  100%{
    opacity: .25;
  }
}
@-webkit-keyframes heartbeat{
  0%{
    opacity: .25;
  }
  50%{
    opacity: .95;
  }
  100%{
    opacity: .25;
  }
}
@-ms-keyframes heartbeat{
  0%{
    opacity: .25;
  }
  50%{
    opacity: .95;
  }
  100%{
    opacity: .25;
  }
}

.bottle-slider .indicator ul li a{
  background: #bfbdc7;
}
.bottle-slider .indicator ul li a:hover,
.bottle-slider .indicator ul li.active a {
    background: #26235c;
}
.phone.has-window,
.tablet.has-window{
  overflow: hidden;
}

.explore-window{
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  overflow-y:auto;
  background: rgba(0,0,0,.10);
  z-index: 999999;
  padding: 0 20px;
  display: none; 
}
.has-window .explore-window{
  display: block;
}
.story-body{
  width: 100%;
  max-width: 650px;
  background: rgba(255,255,255,.95);
  border: 3px solid #302d65;
  padding: 36px 36px 27px;
  margin: 100px auto 0;
}
.story-body h2{
  font-size: 42px;
  line-height: 46px;
  color: #a11f26;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 15px;
  font-weight: normal;
}
.story-body p{
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 12px;
}
.story-body h3{
  color: #a11f26;
  background: url(../images/h-rule-n.png) center center repeat-x;
  clear: both;  
  text-align: center;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
}
.story-body h3 span{
  display: inline-block;
  padding:0 18px;
}
.story-body h3 a{
  font-size: 30px;
  color: #a11f26;
}
.explore-bottle .graphic-seperator {
    margin-bottom: 31px;
    margin-top: 22px;
}
.detail-section.explore-bottle .text-link {
    margin: 10px 0 41px;
}
.detail-section .text-slider .text-link a {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #c1002c;
    border-bottom: 1px dotted #c1002c;
    font-style: normal;
    position: relative;
    text-transform: uppercase;
    padding-left: 22px;
    background:url(../images/amh-hero-more.png) left 0 no-repeat;
    background-size: auto 13px;
    border-color: transparent !important;
}
.detail-section .text-slider .text-link a::after {
    position: absolute;
    top: auto !important; 
    bottom: 0 !important;
    left: 22px;
    right: 0 !important;
    content: '' !important;
    border-bottom: 1px dotted #bf0a30;
    display: block !important;
}
.computer .detail-section .text-slider .text-link a:hover::after {
    border-color: #272560;
}
.computer .detail-section .text-slider .text-link a:hover{
  background-image: url(../images/amh-hero-more-blue.png);
}
.detail-section .text-slider .text-link a::after {
  display: none;
}
.text-slider h2 {
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 9px;
}
.bottle-slider .indicator {
  bottom: 0;
}
.text-slider-item{
  cursor: pointer;
}
.common-para.last-pg{
  margin-top: 35px;
}
/*--------Award page--------*/
#award-form ul.form-common li:last-child{
  margin-bottom: 10px;
}

/*--------Award page--------*/

 /*--------AMH PHASE 3--------*/
 /*----landing page----*/
.hero-grid {
  margin-top: 40px;
}
.hero-grid .row{
  margin: 0 -23px 30px;
}
.hero-grid .row:last-child{
  margin-bottom: 34px;
}
.hero-grid-item {
  width: 33.3333%;
  float: left;
  text-align: left;
  padding: 0 23px;
}
.hero-grid .hero-grid-item .media-left {
  padding-right: 18px;
}
.hero-grid .hero-grid-item .media-left img{
  width: 92px;  
  height: 92px;
  border-radius: 50%;
  display: block;
  padding: 2px;
  border: 3px solid #c7c4d2;
  transition: border-color .3s;
  -webkit-transition: border-color .3s;
  -ms-transition: border-color .3s;
}
.hero-grid-item h2 {
  color: #27245f;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 8px;
}
.hero-grid-item h2 a{
  color: #bf0a30;
  position: relative;
}
.computer .hero-grid-item h2 a:hover{
  color: #272560;
}

.hero-grid-item h2 a::after{
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  content: '';
}
.hero-grid-item h3{
  color: #27245f;
  font-size: 15px;
  line-height: 24px;
  min-height: 48px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "adobe-caslon-pro";
  padding-left: 0px /*28px*/;
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 12px auto ;
  margin-bottom: 4px;
  letter-spacing: .02em;
}
.archive .hero-grid-item h3 {
  min-height: 1px;
}
.hero-grid-item h3.capt{
  background-image: url(../images/amh-capt.png);
  background-position: 0 4px;
}
.hero-grid-item h3.lt {
    background-image: url(/images/amh-lt.png);
    background-size: 6px auto;
    background-position: 0 2px;
}
.hero-grid-item h3.ssgt {
    background-image: url(/images/amh-ssgt.png);
    background-position: 0 1px;
}
.hero-grid-item h3.sgt{
  background-image: url(../images/amh-sgt.png);
  background-position: 0 2px;
}
.hero-grid-item h3.sfc {
    background-image: url(/images/amh-sfc.png);
    background-position: 0 0;
}
.hero-grid-item h3.po {
    background-image: url(/images/amh-po-lg.png);
    background-position: 0 0;
}
.hero-grid-item h3.spc {
    background-image: url(/images/amh-spc-lg.png);
    background-position: 0 3px;
}
.hero-grid-item h3.cw {
    background-image: url(/images/amh-cw-lg.png);
    background-position: 0 5px;
}
.hero-grid-item h3.tsgt{
  background-image: url(../images/amh-tsgt-lg.png);
  background-size: auto 12px;
  background-position: 0 3px;
}
.hero-grid-item h3.ssg{
  background-image: url(../images/amh-ssg-lg.png);
  background-size: auto 18px;
  background-position: 0 0;
}
.hero-grid-item h3.cs3{
  background-image: url(../images/amh-csc-lg.png);
  background-size: auto 10px;
  background-position: 0 4px;
}
.hero-grid-item h4.common-para {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 6px;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;  
}

.hero-grid-item p {
  margin-bottom: 4px;
  padding-top: 2px;
  overflow: hidden;
}

.hero-grid-item p a{
  color: #bf0a30;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "adobe-caslon-pro";
  padding-left: 20px;
  border-bottom: 1px dotted transparent !important;
  float: left;
  position: relative;
  background: url(../images/amh-chevron.png) 0 1px no-repeat;
  background-size: auto 11px;
  letter-spacing: .02em;
}
.hero-grid-item p .watch_video {
  background-image: url(../images/watch_video.png);
  background-size: auto 15px;
  padding-top: 2px;
}
.computer .hero-grid-item p .watch_video:hover {
  background-image: url(../images/watch_video_hov.png);  
}
.hero-grid-item p a::after {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  content: '';
  border-bottom: 1px dotted transparent;
}

.computer .hero-grid-item p a:hover::after,
.computer .hero-grid-item h2 a:hover::after {
  border-color: #272560;
}
.computer .hero-grid-item p a:hover{
  background-image: url(../images/amh-chevron-n-blue.png); 
}

.computer .detail-section.our-heroes .text-link a:hover{
  background-image: url(../images/amh-chevron-n-blue.png); 
}
.computer .detail-section.our-heroes .text-link a.watch_video:hover {
    background-image: url(../images/watch_video_hov.png);
	
}
.content-block{
  background: #f6f4f4;
}
.amh-common-btn {
  font-size: 22px;
  line-height: 40px;
  border-radius: 22px;
  background: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  color: #bf0a30;
  min-width: 1px;
  text-align: center;
  border: 1px solid #bf0a30;
  position: relative;
  margin-bottom: 32px;
  padding: 1px 62px 0 24px;
  transition: background .3s, color .3s;
  -webkit-transition: background .3s, color .3s;
  -ms-transition: background .3s, color .3s;
}
.apple .amh-common-btn {
  padding-top: 6px;
  line-height: 37px;
}
.amh-common-btn.cat2 {
    border: 1px solid #27245f;
    color: #27245f;
    margin-bottom: 32px;
    padding: 1px 39px 0 62px;
    min-width: 1px;
    margin-bottom: 49px;
}
.amh-common-btn::after {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  content: '';
  border-left: 1px solid #bf0a30;
  background: url(/images/amh-chevron.png) 10px center no-repeat;
  background-size: 18px auto;
  transition: border-color .3s;
  -webkit-transition: border-color .3s;
  -ms-transition: border-color .3s;
}
.amh-common-btn.onLeft {
  padding-left: 56px;
  padding-right: 24px;
}
.amh-common-btn.onLeft::after {
  right: auto !important;
  left: 0 !important;
  border-left: none;
  border-right: 1px solid #bf0a30;
  background-image: url(/images/right-chevron.png);  
}
.computer .amh-common-btn.onLeft:hover::after {
    background-image: url(../images/right-chevron-hov.png);
}
.amh-common-btn.cat2::after {
    right: auto !important;
    left: 0;
    border: none;
    border-right: 1px solid #27245f;
    background-position: 13px center;
    background-size: 15px auto;
    width: 40px;
    background-image: url(/images/amh-chevron-blue.png);
}
.archive .graphic-seperator.amh-n-sep{
  margin-bottom: 52px;
}
.amh .star-seperator {
    height: 10px;
    max-width: none;
    width: 100%;
    background: url(/images/amh-star-seperator.png) center 0 no-repeat;
    background-size: auto 10px;
    margin: 16px auto 17px;
    display: block;
}
.amh-item {
  text-align: center;
  background: #000000 url(/images/amh-slider-item-bg.jpg) center bottom no-repeat;
  background-size: cover;
}
.amh-item.landingSpecialSlider {
  background: #101427;
}
.amh-item {
  background-image: url(/images/phase3/contact-hero.jpg?var=4);
  background-position: center top;
}
.amh-item.amh-contact-banner-19 {
  background-image: url(/images/stars.png);
  background-position: center top;  
  min-height: 220px;
  background-color: #101427;
  position: relative;
}
.contact .heros-introSection {
    margin-bottom: 50px;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 45px;
}
.contact .heros-introSection .common-header {
    background: url(../images/star.svg) center bottom no-repeat;
    background-size:  auto 26px;
    padding-bottom: 44px;
    margin-bottom: 22px;
}


.nominate-banner.amh-item {
  background-image: url(/images/amh-nominate-banner.jpg?var=4);
  background-position: center top;
}
.amh-our-hero-banner.amh-item {
  background-image: url(/images/phase3/ourheroes-hero.jpg?var=4);
  background-position: center top;
}
.amh-bottle-banner.amh-item {
  background-image: url(/images/phase3/explore-bottle-hero.jpg?var=8);
  background-position: center top;
}
.amh-our-heroes-arch.amh-item {
  background-image: url(/images/amh-our-heroes-arch.jpg?var=4);
  background-position: center top;
}
.amh-faq-banner.amh-item {
  background-image: url(/images/phase3/faq-hero.jpg?var=8);
  background-position: center top;
}
.amh-video-banner.amh-item {
  background-image: url(/images/phase3/video-hero.jpg?var=4);
  background-position: center top;
}
.landingSpecialSlider .amh-slider-item {
  position: relative;
  z-index: 999;
}
.landingSpecialSlider .xm-slide img {
  opacity: 0;
}
.landingSpecialSlider .xm-slide {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.landingSpecialSlider .xm-slide:nth-child(1) {
  background-image: url(/images/phase3/homepage-hero-1.jpg?ver=8);
}
.landingSpecialSlider .xm-slide:nth-child(2) {
  background-image: url(/images/phase3/homepage-hero-2.jpg?ver=8);
}
.landingSpecialSlider .xm-slide:nth-child(3) {
  background-image: url(/images/phase3/homepage-hero-3.jpg?var=8);
}

.landingSpecialSlider.nominee .xm-slide:nth-child(1) {
  background-image: url(/images/phase3/nominate-hero1.jpg?var=8);
}
.landingSpecialSlider.nominee .xm-slide:nth-child(2) {
  background-image: url(/images/phase3/nominate-hero2.jpg?var=8);
}
.landingSpecialSlider.nominee .xm-slide:nth-child(3) {
  background-image: url(/images/phase3/nominate-hero3.jpg?var=8);
}
.our-heroes-banner{
  position: relative;  
} 
.amh-slider-item h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  background: none;
  padding-bottom: 0;
  font-size: 63px;
  line-height: .96em;
  margin: 200px 0 18px;
}
.amh-slider-item .star {
  background: url(../images/white-star.png) center center no-repeat;
  background-size: contain;
  height: 24px;
  margin: 0 0 24px;
}

.amh-slider-item p{
  font-size: 21px;
  line-height: 1.6em;
  color: #fff;  
  margin: 0 auto 30px;
  text-align: center;
}

.landingSpecialSlider .amh-slider-item p,
.amh-slider-item p {
  max-width: 700px;
}
.safari .amh-slider-item p,
.iphone .amh-slider-item p,
.apple .amh-slider-item p{
  text-align: center;  
}
.amh-slider-item .amh-common-btn{
  border-color: #fff;
  color: #fff; 
}
.amh-slider-item .amh-common-btn::after{
  border-color: #fff;
  background-image:url(/images/amh-chevron-hov.png);
}

.corner-left,
.corner-right{
  position: absolute;
  height: 64px;
  bottom:0;
  width: 50%;
  left: 0;
  z-index: 999;
}
.corner-right{
  right: 0;
  left: auto !important;
}
.corner-left::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-left:40vw solid #e6e5e5;
  right: 0;
  border-top: 64px solid transparent;  
}
.corner-right::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-right:40vw solid #e6e5e5;
  left: 0;
  border-top: 64px solid transparent;  
}
.landing-slider{
  overflow: hidden;
}
 /*----landing page----*/
.detail-section.our-heroes.archive {
  padding-top: 54px;
}

 /*----Videos page----*/
 .our-heroes .amh-video-items:nth-child(3) .common-para {
    margin-bottom: 38px;
}
 .our-heroes .amh-video-items .common-para {
    margin-bottom: 50px;
}
.amh-video-container {
  position: relative;
  margin-bottom: 26px;
  padding: 2px;
  border: 1px solid #b8b6c5;
}
.amh-video-container.bio-page-video {
  margin-top: 35px;
  margin-bottom: 50px;
}

.hero-bio-17.graphic-seperator.amh-n-sep {
  margin-bottom: 35px;
}
.hero-bio-17 .common-para.custom-margin18 {
  margin-bottom: 30px !important;
}
.amh-video-container img{
  width: 100%;
  display: block;
}
.amh-video-container .amh-video {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.amh-video-container .amh-video a{
  display: block;
}



.name-label {
  display: block;
  position: absolute;
  height: 76px;
  left: 0;
  bottom: 31px;
  background: rgba(254,254,254,.82) url(../images/amh-wordmark.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 145px;
  padding-right: 25px;
  font-size: 32px;
  line-height: 32px;
  color: #27245e;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  text-align: left;
  padding-top: 10px;
}
.name-label::after {
  position: absolute;
  right: -26px;
  top: 0;
  content: '';
  border-right: 26px solid transparent;
  border-top: 38px solid rgba(254,254,254,.82);
}
.name-label::before {
  position: absolute;
  right: -26px;
  bottom: 0;
  content: '';
  border-right: 26px solid transparent;
  border-bottom: 38px solid rgba(254,254,254,.82);
  
}
.name-label span{
  display: block;
  font-size: 18px;
  color: #9a132f;
  font-family: "adobe-caslon-pro";
  text-transform: none;
  font-style: italic;
}
 /*----Videos page----*/



/*----Bio page----*/
 .bio-control {
  position: relative;
   margin-bottom: 35px;
}
.bio-control.posTopHeader {
    position: absolute;
    margin-bottom: 35px;
    width: 1000px;
    top: 71%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.bio-control.phaseFix .common-header.no-bg {
  position: relative;
  top: auto;
  left: auto;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.bio-control.phaseFix h3{
  position: relative;
}
.bio-control.posTopHeader .bio-prev,
.bio-control.posTopHeader .bio-next {
  border-color: #2b3f74;
}
.computer .bio-control.posTopHeader .bio-prev:hover,
.computer .bio-control.posTopHeader .bio-next:hover {
  color: #fff;
  border-color: #2b3f74;
  background-image: url(/images/amh-prev-header.png);
}
.computer .bio-control.posTopHeader .bio-next:hover {
  background-image: url(/images/amh-next-header.png);
}
.bio-control .bio-prev,
.bio-control .bio-next {
  display: block;
  float: left;
  width: 54px;
  height: auto;
  background-image: url(/images/amh-prev.png);
  background-size: 34px auto;
  background-repeat: no-repeat;
  background-position: 0 0; 
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #aaa;
  padding-top: 48px;
  padding-right: 18px;
  border-right: 1px dotted #aaa;
  z-index: 9999;
  position: relative;
}

.bio-control .bio-next {
  float: right;
  background-image: url(/images/amh-next.png);
  background-position: right 0;
  padding-right: 0 !important;
  padding-left: 18px;
  border-right: none !important;;
  border-left: 1px dotted #aaa;
}
.computer .bio-control .bio-prev:hover,
.computer .bio-control .bio-next:hover {
  color: #BF0A30;
  border-color: #BF0A30;
  background-image: url(/images/amh-prev-hov.png);
}
.computer .bio-control .bio-next:hover {
  background-image: url(/images/amh-next-hov.png);
}
.bio-control .common-header.no-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
  font-size: 60px;
  line-height: 48px;
}
.bio-control h3 {
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  color: #27245f;
  position: absolute;
  width: 100%;
  bottom: -2px;
}
.bio-control h3 span {
    padding-left: 0px /*27px*/;
}
.bio-control h3 {
    bottom: -32px;
}
.bio-control h3 span {
    line-height: 30px;
}
.bio-control h3 span.sgt{
    background: url(/images/amh-sgt-lg.png) 0 4px no-repeat;
    background-size: auto 16px;  
}
.bio-control h3 span.spc{
  background: url(/images/amh-spc-lg.png) 0 5px no-repeat;
  background-size: auto 15px;
}
.bio-control h3 span.capt{
  background: url(/images/amh-capt-lg.png) 0 5px no-repeat;
  background-size: auto 15px;
}
.bio-control h3 span.ssgt {
    background: url(/images/amh-ssgt-lg.png) 0 3px no-repeat;
    background-size: auto 19px;
}
.bio-control h3 span.lt {
    background: url(/images/amh-lt-lg.png) 0 5px no-repeat;
    background-size: auto 15px;
    padding-left: 18px;
}
.bio-control h3 span.sfc {
    background: url(/images/amh-sfc-lg.png) 0 0px no-repeat;
    background-size: auto 24px;
}
.bio-control h3 span.po {
    background: url(../images/amh-po-lg.png) 0 2px no-repeat;
    background-size: 14px auto;
}
.bio-control h3 span.cw {
    background: url(../images/amh-cw-lg.png) 0 7px no-repeat;
    background-size: 16px auto;
}
.bio-control h3 span.tsgt {
    background: url(/images/amh-tsgt-lg.png) 0 5px no-repeat;
    background-size: auto 15px;
}
.bio-control h3 span.ssg {
    background: url(/images/amh-ssg-lg.png) 0 1px no-repeat;
    background-size: auto 23px;
}
.bio-control h3 span.cs3 {
    background: url(/images/amh-csc-lg.png) 0 7px no-repeat;
    background-size: auto 12px;
}

.vet-bio h2.common-header{
  margin-left: 0;
  margin-right: 0
}
.vet-bio .text-link {
  position: relative;
  margin-bottom: 41px;
  margin-top: 40px;
}
.vet-bio .text-link a{
  float: right;
  padding-right: 28px !important;
  padding-left: 0 !important;
  background-position-x: right !important;
  color: #bf0a30 !important;
  font-weight: normal !important;
}

.vet-bio.detail-section.our-heroes .text-link a::after {
  left: 0 !important;
  right: 28px !important;
}
.vet-bio .text-link .textlink-back{
  float: left;
  padding-left: 28px !important;
  padding-right: 0 !important;
  background-position-x: left !important;
  background-image: url(/images/amh-hero-less.png) !important;
}
.vet-bio.detail-section.our-heroes .text-link .textlink-back::after {
  left: 28px !important;
  right: 0 !important;
}
.computer .vet-bio .text-link .textlink-back:hover{
  background-image: url(/images/amh-hero-less-blue.png) !important;
}
.vet-social-share {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);  
}

.vet-social-share span{
  float: left;
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
  margin-right: 18px; 
}

.vet-bio.our-heroes .vet-social-share a{
  text-indent: -9999px; 
  border: none;
  padding: 0 !important;
  width: 28px;
  height: 28px;
  background-size: contain !important;
  background-position: 0 0 !important;
  float: left;
  margin-right: 12px;
  position: relative;
  top: -3px;
}
.vet-bio.our-heroes .vet-social-share a::after {
  border:none !important;
}
.vet-bio.our-heroes .vet-social-share a.fb{
  background-image: url(/images/amh-fb.png) !important;
}
.vet-bio.our-heroes .vet-social-share a.twt{
  background-image: url(/images/amh-twt.png) !important;
  margin-right: 0 !important;
}

.computer .vet-bio.our-heroes .vet-social-share a.fb:hover{
  background-image: url(/images/amh-fb-blue.png) !important;
}
.computer .vet-bio.our-heroes .vet-social-share a.twt:hover{
  background-image: url(/images/amh-twt-blue.png) !important;
}

.vet-photo-gallaery {
  margin-top: 24px;
  margin-bottom:0;
}
 /*----Bio page----*/

/*-----Nominate page-----*/
.select-nominate-options {
    max-width: 710px;
    margin: 24px auto 0;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.select-nominate-options h5{
  float: left;
  color: #bf0a30;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  
}
.select-nominate-options::after {
  position: absolute;
  top: 0px;
  right: -10px;
  content: '*';
  font-size: 16px;
  color: #bf0a30;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;

  display: none;
}
.option-container {
  float: right;
  position: relative;
}
.option-left {
  float: left;
}
.option-right {
  float: left;
}
.option-container label.customRC {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  padding-left: 42px;
  padding-top: 0;
  margin-bottom: 0;
}
.option-container label.customRC span{
  top: 0;
  width:24px;
  height: 24px;
  border: 6px solid #ffffff !important;
  border-radius: 50%;
  background: none;
  box-shadow: 0 0 1px 1px #ddd;
}
.option-container input.customRC:checked + label.customRC span {
    background: #bf0a30;
}
.option-container h6 {
    float: left;
    margin: 0 30px;
    color: #212527;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}
.nominate .graphic-seperator.amh-n-sep.inside-form {
    margin-top: 42px;
}
.nominate .graphic-seperator.amh-n-sep {
  margin-top: 57px;
}
.nominate .common-header.blue {
  margin-top: 61px;
}
.nominate .common-header.start-title{
  margin-bottom: 24px;
}
.nm-section-gap {
  margin-top: 40px !important;
}
.nominate .common-header,
.nominate .common-para{
  text-align: center;
}
.nm-status label {
  float: left;
  color: #bf0a30;
  font-size: 22px;
  line-height: 34px;
  padding-left: 24px;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  padding-top: 5px;
}
.nm-status .customSelect{
  width: 168px;
  float: right;
}
.nominate .amh-common-btn {
  margin-bottom: 0;
}
.nominate .common-para.nom-para{
  margin-bottom: 20px;
}
.nominate .thanks-share .inline-block{
  display: inline-block;
}
.thanks-share span{
  float: left;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 28px;
}
.thanks-share .inline-block a{
  width: 28px;
  height: 28px;
  background: url(../images/amh-fb-white.png) 0 0 no-repeat;
  background-size: contain;
  float:left;
  text-indent: -9999px;
  margin-left: 18px;
  position: relative;
  top: -3px;
  text-decoration: none !important;
  border-bottom: none !important;
}
.thanks-share .inline-block a.twt{
  background-image: url(../images/amh-twt-white.png);
}
 /*-----Nominate page-----*/
 .video-div {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }

.award-btn {
   text-align: center;
  margin: 20px 0 25px;
}

/*--------AMH PHASE 3--------*/

/* Thanks Vet Page */
.detail-section.thanksVet {
  padding-bottom: 30px;
}
.contact.thanksVet .heros-introSection .common-header {
    background: none;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.contact.thanksVet .heros-introSection {
  margin-bottom: 60px;
}
.option-slider {
    max-width: 408px;
    margin: 0 auto 87px;
    position: relative;
}
.option-slider.option-slider_static  {
    margin-bottom: 40px;
}
.option-slider img {
    width: 100%;
    display: block;
}
.option-slider-item.active {
    opacity: 1;
    pointer-events: auto;
}
.option-slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.option-slider-item label {
    display: block;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
}
.option-slider-item label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.option-slider-item label span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 4px solid #1d417d;
    opacity: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.computer .option-slider-item label:hover span,
.option-slider-item label input:checked + span {
  opacity: 1;
}
.option-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 36px;
  height: auto;
  overflow: hidden;
  display: block;
  background: url(../images/amh-next-hov.png) right 0 no-repeat;
  background-size: 36px auto;
  opacity: 1;
  z-index: 2000;
  padding-top: 46px;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #c1012a;
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
.option-control.prev {
    left: -110px;
    background-image: url(../images/amh-prev-hov.png);
    background-position-x: left;
    text-align: right;
}
.option-control.next{
  right: -110px;
}
.option-control:hover{
  color: #aaa;
}
.option-control.prev:hover{
  background-image: url(../images/amh-prev.png);
}
.option-control.next:hover{
  background-image: url(../images/amh-next.png);
}
.option-slider .indicator {
  bottom: -49px;
}
.option-slider .indicator ul li {
    padding-top: 0;
    margin: 0 11px;
}
.option-slider .indicator ul li a {
  background: #999;
}
.option-slider .indicator ul li.active a,
.option-slider .indicator ul li:hover a {
  background: #bf0a30;
}

.thanksVet .asterisk.new-amh {
    position: relative;
    top: -7px;
    right: auto;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 18px;
}
.thanksVet .submitButtonSection .amh-common-btn {
  margin-left: 16px;
  margin-right: 16px;
}

.thanksVet .submitButtonSection.stackedButtons .amh-common-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 338px;
  display: block;
}
.thanksVet .submitButtonSection.stackedButtons .amh-common-btn:nth-child(2) {
  margin-top: -10px;
}

.shareThanks {
  padding-top: 10px;
  padding-bottom: 20px;
}
.thanksVet .shareThanks .common-header.no-bg {
  font-size: 42px;
  margin-bottom: 15px;
}

.shareThanks p a {
  color: #bf0a30;
  font-style: normal;
  text-decoration: underline;
}
.computer .shareThanks p a:hover {
  text-decoration: none;
}
/* Thanks Vet Page */
.text-link.row.bio-share_special {
    min-height: 33px;
    margin: 35px 0 30px;
}
.bio-share_special .inline-block::before ,
.bio-share_special .inline-block::after {
    content: '';
    clear: both;
    display: table;
}

.common_innerPage .common-para a {
  color: #bf0a30;
  text-decoration: underline;
}

.common_innerPage .common-para a:hover {
  text-decoration: none;
}

.option-slider.loading::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/spinner.svg) center center no-repeat;
    background-size: 90% auto;
}
.hide-all {
    display: none !important;
}
.title-info-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.title-info-icon .pop_over_icon {
  right: initial;
  left: initial;
  position: relative;
  margin: -2px 0 0 5px;
  font-family: "adobe-caslon-pro";
  text-transform: none;
}
.title-info-icon span {
  display: initial;
}
/*----Covid Page----*/
.loading-sp {
    position: relative;
  }
  .loading-sp::after {
    -webkit-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -ms-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 2px solid #bf0a30;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    content: '';
  }
  
  @-webkit-keyframes rotate-forever {
    0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotate-forever {
    0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
.covid-header {
  padding: 180px 0 115px;
}

.covid-header img {
  display: block;
  margin: 0 auto;
  max-width: 618px;
}
.covid-sizer .common-list {
  text-align: left;
  list-style: disc;
  list-style-position: outside;
  padding-left: 23px;
}

.covid-sizer .program-infos .form-common {
  margin-top: 0 !important;
}
.covid-sizer .program-infos .common-para:not(.input-hint) {
  margin-bottom: 26px;
}
.covid-sizer .common-list li,
.covid-sizer .common-para {
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  margin: 0 0 12px;
}
.covid-sizer .covidstep-1 .common-header {
  margin-bottom: 20px !important;
}
.covid-sizer .common-header {
  text-align: left;
  background: none;
  margin: 20px 0 13px !important;
}
.covid-sizer .common-para.lg {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.covid-intro {
  background: url(../images/star.svg) center bottom no-repeat;
  background-size: auto 26px;
  padding-bottom: 46px;
  margin-bottom: 40px;
}
.covid-sizer .apply-now {
  margin: 50px 0;
}
.covid-sizer .apply-now .amh-common-btn {
  min-width: 240px;
  padding-right: 53px;
}



.program-infos::before,
.program-infos::after {
    display: flex;
    clear: both;
    content: '';
}
.about-organization.program-infos {
  margin-top: 30px;
}
.about-veteran-information.program-infos   {
    margin-top: 48px;
}
.about-veteran-information.program-infos {
  margin-bottom: 48px;
}
.about-organization.program-infos .common-list.input-hint {
  margin-top: -12px !important;
  margin-bottom: 18px !important;
}
.about-organization.program-infos .checkbox-block {
    margin-top: -12px;
    margin-bottom: 30px;
}
.about-organization.program-infos .checkbox-block label {
    margin: 0 0 10px;
}
.covid-sizer .program-infos .common-header {
    margin-top: 0 !important;
}
.covid-sizer .program-infos .form-common li:last-child {
    margin: 0;
}
.about-video-presentation.program-infos .common-list.input-hint {
    margin-bottom: 24px !important;
}
.checkbox-block.inliners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.checkbox-block.inliners label {
    margin: 0 20px 25px 0 !important;
}
.about-veteran-information .checkbox-block.inliners label {
    margin-bottom: 0 !important;
}
.covid-sizer .about-veteran-information.program-infos .form-common {
   margin-top: 35px !important;
}
.covid-sizer .form-common.less-space > li {
  margin-bottom: 24px;
}
.covid-sizer .form-common.less-space .customSelect,
.covid-sizer .about-veteran-information .customSelect {
  margin-bottom: 0 !important;
}
.about-veteran-information.program-infos > .common-para:not(.input-hint) {
  margin-bottom: 10px;
}
.about-veteran-information.program-infos > .common-para + ul {
  margin-top: 14px;
}
.about-veteran-information.program-infos > .common-para + ul .common-para {
  margin-bottom: 15px;
}




label.form-label {
  display: block;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.025em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
label.form-label span {
  font-size: 18px;
  line-height: 1em;
  font-family: "adobe-caslon-pro";
  margin-left: .4em;
  text-transform: none;
  position: relative;
  display: inline-flex;
  top: -.12em;
}
.covid-sizer .common-list.input-hint {
  overflow: hidden;
  margin: 14px 0 12px !important;
}
.covid-sizer .common-list.input-hint li {
  font-size: 20px;
  min-height: 1px;
  padding: 0;
  margin: 0 0 4px;
}
.covid-sizer .common-para.input-hint {
  margin-bottom: 12px;
  font-size: 18px;
}
.covid-sizer .common-para.input-hint.fieldInfo {
  font-size: 16px;
  line-height: 1.5em;
  font-style: italic;
}
.covid-sizer label.customRC.multiline {
  padding-top: 0;
}
.covid-sizer label.customRC {
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 16px;
}
.covid-sizer .form-common li {
  margin-bottom: 33px;
}
.covid-sizer .program-infos .form-control, 
.covid-sizer .program-infos label.customRC span,
.covid-sizer .chosen-container-single a.chosen-single{
  border-color: #27245f !important;
}
.covid-sizer .form-common li.active-result {
  margin: 0 !important;
}
.covid-sizer textarea.form-control {
  display: block;
  outline: none;
}
.covid-sizer label.customRC span {
  background-size: 60% auto;
  border-radius: 50%;
}
.covid-sizer input.customRC:checked + label.customRC span {
  background-size: 60% auto;
}
.relative {
  position: relative;
}




.record-video_control {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.uploadPdfs .record-video_control {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 2em;
}
.recorded-file_name {
  margin-top: 30px;
}

p.video-name_js {
  text-align: center;
  font-size: 17px;
  line-height: 1em;
  color: #4caf50;
}
p.video-name_js span {
  padding-left: 24px;
  background: url(../images/tick.svg) 0 1px no-repeat;
  background-size: 19px auto;
}
.upload-video-file .recordVideo,
.upload-video-file .recordVideo input[name="video_file_name"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    display: block;
}
.upload-video-file .recordVideo input[name="video_file_name"] {
    opacity: 0;
}

.upload-video-file {
    position: relative;
    margin-right: 40px;
}
.upload-video-file::after {
  position: absolute;
  top: 50%;
  right: -32px;
  content: 'OR';
  transform: translateY(-50%);
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
  padding-top: 0;
  margin-top: -3px;
}


.phone .upload-video-file::after,
.tablet .upload-video-file::after {
  display: none !important;
}
.phone .upload-video-file,
.tablet .upload-video-file {
  margin-right: 0;
}





.video-record-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7,7,23,.95);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 500ms;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

}
.video-record-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-record-overlay .close-recording {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  text-indent: -999em;
  background: #bf0a30;
  border: none;
  border-radius: 50%;
  padding: 0;
}
.video-record-overlay .close-recording:before, 
.video-record-overlay .close-recording:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 30%);
  height: 1px;
  width: 60%;
  border-radius: 0;
  transform: rotate(45deg);
  background: #fff;
}
.video-record-overlay .close-recording:after {
  transform: rotate(-45deg);
} 

.video-record-overlay::before,
.video-record-overlay::after {
  content: '';
  display: block;
  height: 30px;
}
.video-record_container {
  background: #f1efef;
  max-width: 900px;
  padding: 25px 30px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.video-record_option .center {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.video-record_option .preview_controls {
  display: flex;
}
.video-record_container .preview_controls .button {
  margin: 0 10px;
}

.video-record_container .left ,
.video-record_container .right {
  width: 100%;
  padding: 0;
}
.video-record_container .bottom {
  width: 100%;
}
.video-record_container .amh-common-btn {
  font-size: 20px !important;
  line-height: 36px !important;
  border-radius: 22px !important;
  margin-bottom: 8px !important;
  padding: 1px 32px 0 0 !important;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  width: 180px !important;
  text-align: center;
  height: 39px !important;
}
.video-record_container .amh-common-btn::after {
  width: 40px !important;
  background-size: 14px auto !important;
  background-position: 13px center !important;
}
.video-record_container h2 {    
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
  margin: 0 0 5px;
  text-align: center;
  padding-right: 5px;
}
.record-video_wrap {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}
.record-video_wrap::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}
.video-record_container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-record-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
h2.recording-icon {
	position: relative;
}
h2.recording-icon span {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #f00;
	top: 48px;
	left: 50%;
	margin-left: -8px;;
	z-index: 30;
	animation-name: heartbeat;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}



.pop_over_icon.blanktext {
  right: -15px;
}
.pop_over_icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: -30px;
  top: 50%;
  margin-top: -14px; 
  border-radius: 50%;
}
button.pop_over_open {
  width: 20px;
  height: 20px;
  background: url(../images/info.svg) 0 0 no-repeat;
  background-size: contain;
  border: none;
  text-indent: -999em;
  opacity: 0.85;
}
.pop_over_wrap {
  position: absolute;
  top: -5px;
  left: 38px;
  width: 500px;
  background: #161f3e;
  padding: 20px 25px 16px;
  color: #fff;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999999;
}
.active.pop_over_wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pop_over_wrap::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -10px;
  border-right: 10px solid #161f3e;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.pop_over_wrap.bottom {
  right: -120px;
  left: auto;
  top: 30px;
}
.pop_over_wrap.bottom::before {
  content: '';
  position: absolute;
  top: -6px;
  left: auto;
  right: 128px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #161f3e;
  border-top: none;
}
.pop_over p {
  font-size: 16px !important;
  margin: 0 !important;
  line-height: 1.4em;
}
.pop_over ul.common-list.input-hint {
  padding-left: 17px;
  margin: 10px 0 0!important;
}
.pop_over ul.common-list.input-hint li, 
.pop_over ul.common-list.input-hint li span {
  font-size: 16px !important;
  line-height: 1.4em;
}
.pop_over ul.common-list.input-hint li:last-child {
  margin-bottom: 0 !important;
}
.pop_over ul.common-list.input-hint li span {
  margin: 0;
}

button.close_popover {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  text-indent: -999em;
  border: none;
  background: #bf0a30;
  border-radius: 50%;
  padding: 0;
}
button.close_popover:before, 
button.close_popover:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 30%);
  height: 2px;
  width: 60%;
  border-radius: 0;
  transform: rotate(45deg);
  background: #fff;
}
button.close_popover:after {
  transform: rotate(-45deg);
} 
.covid-sizer .about-veteran-information.program-infos .form-common.row.dobRowSpecial {
  margin-top: 0 !important;
}
.form-common.row.dobRowSpecial li.col-33 {
  width: 33.333% !important;
  margin-bottom: 0   
}
span.graphic-seperator.amh-n-sep.about-seperator {
  margin-top: 10px;
  margin-bottom: 48px;
}

span.graphic-seperator.amh-n-sep.video-presentation-seperator {
  margin-top: 24px;
  margin-bottom: 50px;
}

span.graphic-seperator.amh-n-sep.organization-seperator {
  margin-top: 52px;
  margin-bottom: 50px;
}
.covid-intro .common-header.text-center {
  text-align: center !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.faq_body {
  display: none;
}
.active .faq_body {
  display: block;
}

.faq_header h2 span {
  padding: 0 .6em 0 0;
  position: relative;
  display: inline-block;
  background: none;
  cursor: pointer;
}
.faq_header h2 span::before {
  content: '';
  width: .4em;
  height: .4em;
  position: absolute;
  top: 50%;
  margin-top: -.25em;
  right: 0;
  background: url(../images/amh-prev-hov.png) center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  transition: 500ms;
}
.active .faq_header h2 span::before {
  transform: rotate(90deg);
}
p.word-count {
  font-size: 16px;
  text-align: right;
  line-height: 1em;
  margin-top: .5em;
  font-style: italic;
}
.count-exceed {
  color: #bf0a30;
}


.centeredSection {
  margin: 0 auto;
  float: none !important;
}
.flex-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px 25px;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials a img {
  height: 22px;
  opacity: 0.7;
  display: block;
}
.socials a:hover img {
  opacity: 1;
}
.socials a:not(:last-child) {
  margin-right: 28px;
}
.disclaimers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer .disclaimers p {
  color: #141414;
  opacity: 0.8;
  font-family: Helvetica, sans-serif;
  text-align: right;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  position: relative;
  top: 3px;
  margin: 0;
}
.footer .disclaimers a {
  margin: 0 0 0 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(20, 20, 20, .45);
}
.footer .disclaimers a img {
  width: 54px;
  display: block;
}

.foundation-intro img {
  width: 210px;
  display: block;
  margin: 0 auto;
}
.foundation-intro .common-para {
  margin: 2em auto 1.8em;
}

.detail-section.heros-introSection.blueV {
  background: #101427;
  padding-top: 65px;
  padding-bottom: 25px;
  margin: 25px 0 18px;
}
.blueV .common-header,
.blueV .common-para {
  color: #fff;
}
.computer .blueV .hero-grid-item h2 a:hover {
  color: #fff;
}
.blueV .hero-grid-item h3 {
  color: #bfbebe;
}
.blueV .hero-grid-item {
  padding: 0 10px;
}
.blueV .hero-grid-item p a {
  color: #fff !important;
  background-image: url(../images/amh-chevron-white.png) !important;
  margin-top: .4em;
}
.blueV .hero-grid-item p a::after {
  border-color: #fff !important;
  opacity: 0;
}
.computer .blueV .hero-grid-item p a:hover::after {
  opacity: 1;
}
.sep-star-white {
  height: 23px;
  background: url(../images/star-line.svg) center center no-repeat;
  background-size: contain;
  margin-top: 26px;
}
.media.blockMedia .media-left,
.media.blockMedia .media-body {
    display: block !important;
    padding: 0 !important;
    text-align: center;
}
.media.blockMedia .media-left img {
    display: block;
    margin: 0 auto 10px;
    width: 98px;
    height: 98px;
    border-color: #fff;
    padding: 0;
}
.blockMedia .address {
  display: block;
  font-size: 1.1em;
  line-height: inherit;
}
.hero-grid-item .blockMedia h2 span {
  display: block;
  font-size: 1.1785em;
  line-height: 1em;
}
.hero-grid-item .blockMedia h2 {
  margin-bottom: 5px;
}
.hero-grid-item .blockMedia p a {    
  text-transform: uppercase;
  font-family: 'Kapra-Regular';
  font-weight: normal;
  font-style: normal;
}
.hero-grid-item .blockMedia p a span {
  font-size: 1.1785em;
  line-height: 1em;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  padding: 0;
}
.apple .hero-grid-item .blockMedia p a span {
  padding-top: 1px;
}


.flex {    
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;    
}
.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;    
}
.ac-sb {
  -ms-flex-line-pack: justify;
  align-content: space-between; 
}
.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;    
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*---- covid page ----*/

/*---- Veteran question----*/
.covid-sizer .apply-now .amh-common-btn {
    margin: 0 10px;
}
.form-intro-section {
  padding: 30px 0 0;
}
.covid-sizer .program-infos .form-intro-section .common-para {
  margin-bottom: 0 !important;
}
.form-intro-section .asterisk.new-amh {
  margin: 20px 0 25px;
}
.covid-sizer .form-intro-section .common-header {
  margin-bottom: 25px !important
}
.vq textarea.form-control {
  height: 8em;
}
.vq textarea.form-control.lines3 {
  height: 5em;
}
.vq .checkbox-block {
  margin: 0;
}
.vq .checkbox-block + .conditionedFields {
  margin-top: 20px;
}
.vq .checkbox-block.inliners label,
.vq .checkbox-block label:last-of-type {
  margin-bottom: 0 !important;
}
.vq .checkbox-block.inliners label {
  text-transform: capitalize;
}
.vq .graphic-seperator.amh-n-sep {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.vq .photo-example {
  padding: 20px 0 30px;
}
.vq .photo-example .flex {
  max-width: 420px;
  margin: 0 auto;
}
.vq .photo-example .cols {
  width: 50%;
}
.vq .photo-example img {
  width: 100%;
}
.vq .photo-example .common-para {
  margin: 0 0 .25em !Important;
  text-align: center;
  text-align-last: center;
}
.vq .photo-example .flex .common-para {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.025em;
}
.vq .record-video_control button {
  pointer-events: none;
}
.vq .record-video_control input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.vq .recorded-file_name {
  text-align: center;
  margin-top: 10px;
}
.photo-example + .record-video_control {
  margin-bottom: 0 !important;
}
.vq .recorded-file_name p {
  font-style: italic;
  color: limegreen;
  font-size: 14px;
}
.covid-sizer .common-list li a {
  color: #bf0a30;
  border-bottom: 1px dotted;
  line-height: 1em;
  display: inline-block;
}
.covid-sizer .common-list li a:hover {
  border-color: transparent;
}
/*---- Veteran question----*/
.foundation-intro.home-foundation-intro .common-header {
  margin-top: 0;
  padding-top: 0;
}
.foundation-intro.home-foundation-intro .common-para {
  margin-top: 0;
}

/*---- New pages ----*/
.landing-slider.slim-header {
  padding-bottom: 90px;
}
.marginTop0 {
  margin-top: 0 !important;
}
.detail-section.heros-introSection.conversation-header {
  padding-left: 0;
  padding-right: 0;
}
.detail-section.heros-introSection.padding0 {
  padding: 0 !important;
}
.star-seperator.equal-space {
  margin: 70px 0 68px !important;
}
.audio-col a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.playIcon {
  position: absolute;
  z-index: 10;
}
.audio-col span {
  font-size: 24px;
  color: #fff;
}
.posterBg {
  width: 100%;
  height: auto;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms, visibility 500ms, top 500ms;
  transition: opacity 500ms, visibility 500ms, top 500ms;
  background: rgba(11, 29, 70, 0.95);
  padding: 0 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.overlay-close {
  position: absolute;
  right: -36px;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../images/wrong.svg) center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: rotate(0deg) perspective(1px);
  transform: rotate(0deg) perspective(1px);
  border-radius: 50%;
}
.overlay.video-overlay {
  padding: 0;
}
.overlay.video-overlay .container {
  padding: 0;
}
.video-overlay .overlay-close {
  background-color: transparent;
  background-image: url(../images/cross-white.png);
  top: 5px;
  right: 5px;
}
.overlay-close:hover {
  -webkit-transform: rotate(180deg) perspective(1px);
  transform: rotate(180deg) perspective(1px);
}
.has-overlay {
  overflow: hidden;
}
.overlay-container {
  width: 100%;
  /* background: rgba(0,0,0,0.95); */
  position: relative;
  height: 100vh;
}
.v-main {
  display: table;
  width: 100%;
  height: 100%;
}

.v-align-middle,
.v-align-top,
.v-align-bottom {
  display: table-cell;
}

.v-align-middle {
  vertical-align: middle !important;
}
.video-div video,
  .video-div iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: none;
      display: block;
      object-position: center 25%;
  }
  
button.overlay-close.archive {
  background-color: transparent;
  background-image: url(../images/cross-white.png);
  width: 40px;
  height: 40px;
  right: 6px;
  top: 5px;
}
.detail-section.our-heroes.previousHeroes {
  padding-top: 0;
}
.audioWrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-section.our-heroes.paddingTop0 {
  padding-top: 0;
}
.hero-grid-item.video-50 {
  width: 50%;
  padding: 0 20px;
}
/*---- New pages ----*/

@media screen and (max-width: 991px) {
  .stickyNoteActive:not(.grantApp) {
      padding-top: 0 !important;
      padding-bottom: 40px;
  }  
  .flex-footer {
      padding: 0 0 25px !important;
      display: block;
      width: 100%;
      overflow: hidden;
  }  
  .socials {
      justify-content: center;
      margin: 10px 0 15px;
  }  
  .disclaimers {
      justify-content: center;
  }  
  .pop_over_wrap {
    position: fixed;
    right: auto !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.pop_over_wrap .pop_over {
  margin: 30px 0;
  position: relative;
  background: #161f3e;
  padding: 20px 25px 16px;
  top: 50%;
  transform: translateY(-50%);
}
.pop_over_wrap::before {
  display: none;
}
.pop_over_icon {
  width: 18px;
  height: 18px;
  right: -24px;
  margin-top: -10px;
}
button.pop_over_open {
  width: 16px;
  height: 16px;
}
.video-record-overlay {
  padding-left: 20px;
  padding-right: 20px;
}
.video-record_container{
  margin-top: 0;
  margin-bottom: 30px;
  top: 0;
  transform: translate(-50%,0);
}
.audio-col a {
  height: 420px;
}
ul.form-common li.one-three{
  width: 100%;
}
}
/*----Covid Page----*/


@media screen and (min-width: 992px) {
    .main-menu h2 {
        display: none;
    }    
    .main-menu form, .main-menu #signupThanks {
        display: none !important;
    }
    .main-left {
        max-width: 785px;
        margin: 0 auto;
    }  
    .covid-sizer .form-common.less-space .dmargin0 {
      margin-bottom: 0 !important;
    }
    .covid-sizer .asterisk.new-amh {
      position: relative;
      top: auto;
      right: auto;
      font-size: 18px;
      line-height: 18px;
      color: #27245f;
      margin-top: 24px;
  }
  .vet-photo-gallaery.jonathan-hiltz_gallery, 
  .vet-photo-gallaery.daniel-hance_gallery{
      column-count: 2;
      float: none;
      width: auto;
      overflow: hidden;
      max-width: 66.66%;
      margin-left: auto;
      margin-right: auto;
  }
}

@media all and (min-width: 1200px){
  .apple .main-menu form button ,
  #signupThanks button {
      padding-top: 3px;
  }

  .main-left {
    max-width: 1080px;
    margin: 0 auto;
  }
}

/*--------Styles 1600px--------*/
@media all and (min-width: 992px){
  .graphic-seperator.amh-n-sep.last-sep {
    margin-bottom: 28px;
  }  
  .faq .common-header {
    font-size: 30px;
  }
  .container.special-trtmnt {
    max-width: 825px;
  }

  .onlyHomeSlider .landing-hero{
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .landing-hero .amh-slider-item p {
    margin-bottom: 18px;
  }
  .onlyHomeSlider .amh-slider-item {
    width: 53%;
    float: right;
  }

}
@media all and (min-width: 1600px){
/*.flex-end {
  min-height: 165px;
}
*/
.apple .main-menu form button,
#signupThanks button {
    padding-top: 4px;
}
/*--------agegate--------*/
.apple .detail-section .common-btn span{
  padding-top: 19px;
  padding-bottom: 14px;
}
.age-gate-body {
  width: 900px;
  margin-top: 160px;
}
.age-gate .amh-common-btn {
    font-size: 24px;
    line-height: 48px;
    border-radius: 25px;
    padding: 2px 66px 0 39px;
    margin-bottom: 18px;
}

.apple .age-gate .amh-common-btn {
  padding-top: 7px;
  line-height: 40px;
}

/*--------agegate--------*/
.main-left {
    max-width: 1400px;
}
.onlyHomeSlider .landing-hero {
    max-width: 1340px;
}
.main-menu{
  padding: 42px 0 15px;
}
.onlyHomeSlider .amh-slider-item {
  width: 54%;
}
.logo-container img{
  width: 200px;
}
img.sliderFxdBtle {
  width: 348px;
  bottom: -16px;
  left: 160px;
}
.main-menu ol {
  margin-top: 36px;
  margin-right: 30px;
}
.main-menu ol li{
  margin-right: 50px;
}
.main-menu ol li a {
    font-size: 27px;
    line-height: 30px;
}
.main-menu h2{
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 6px;
}


.detail-section{
  padding: 60px 15px 0;
}
.container {
  max-width: 1090px;
}
.container-ph3 {
    max-width: 1300px;
}
.container.special-trtmnt {
  max-width: 1100px;
}
.heros-introSection h2.title-lg.common-header {
    font-size: 64px;
    line-height: 54px;
}
.contact .heros-introSection .common-header {
    background-size: auto 32px;
    padding-bottom: 52px;
    margin-bottom: 27px;
}
.amh-item.amh-contact-banner-19 {
    min-height: 290px;
}
.contact .heros-introSection {
    margin-bottom: 62px;
    padding-bottom: 50px;
}
.common-header {
  font-size: 48px;
  line-height: 46px;
  margin-bottom: 17px;
}
.faq .common-header {
  font-size: 40px;
  line-height: 40px;
}
.contact .our-heroes .common-header.no-bg {
  margin-bottom: 17px;
}
.common-header span{
  padding:0 18px;
}
.common-para{
  font-size: 24px;
  line-height: 36px;
}
.heros-introSection .common-para {
    max-width: 900px;
}

.foundation-intro img {
  width: 280px;
}
.detail-section.heros-introSection.blueV {
  padding-top: 75px;
  padding-bottom: 30px;
}
.common-para.common-para-lg {
    font-size: 26px;
    line-height: 40px;
}
.homeNewsletter .nominateCTA .common-para {
    max-width: 488px;
}
.homeSignUpSection #signupForm {
    margin-top: 18px;
}
.common-para.special-trtmnt {
  font-size: 23px;
}
.graphic-seperator{
  height: 12px;
  max-width: 536px;
  background-size: auto 12px;
  margin: 11px auto 24px;
}
.star-seperator{
  height: 16px;
  max-width: 536px;
  background-size: auto 16px;
  margin: 21px auto 16px;
}
.detail-section .common-btn{
  font-size: 36px;
  line-height: 34px;
  padding: 3px;
  min-width: 536px;
  margin-bottom: 22px;
}
.detail-section .common-btn span{
  border: 2px solid #9f454a;
  padding: 16px 15px 15px;
}
.detail-section .text-link a{
  font-size: 24px;
  line-height: 24px;
  border-bottom: 1px dotted #0e0d1f;
}
.detail-section .text-link a::after{
  font-size: 20px;
}
.footer p{
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}
.footer p a{
  background-size: auto 21px;
  padding-left: 26px;
  margin-left: 10px;
}
.common-for-all{
  margin: 0 0 -96px;
}
.push{
  height: 94px;
}
.footer { 
  min-height: 94px;
}

.indicator{
  bottom: 50px;
}
.indicator ul li{
  padding-top: 4px;
  margin: 0 3px;
}
.indicator ul li a{
  width: 12px;
  height: 12px;
}
.indicator .control{
  width: 20px;
  height: 20px;
  background-size: 20px auto;
}
.indicator .control.next{
  background-position: 0 -40px;
}
/*--------Common Styles--------*/

/*--------Our Heroes page--------*/
.media-left{
  padding-right:25px; 
}
.media-right{
  padding-left:25px; 
}
.media-left-img{
  width: 135px;
  height: 135px;
}
.heroes-section .media-left{
  padding-right: 26px; 
}
.heroes-section .media-left a {
  width: auto !important;
  height: auto !important;
  display: block;
}
.heroes-section .media-left img{
  width: 155px;
  height: 155px;
}
.our-heroes-banner .amh-slider-item p {
    margin-bottom: 170px;
}
.landing-slider .amh-slider-item a {
    margin-bottom: 154px;
}
.heroes-section {
  margin-left: -20px;
  margin-right: -20px;
}
.heroes-section li{
  padding:0 20px;
  margin-bottom: 63px;
}
.our-heroes.archive li{
  margin-bottom: 48px;
}
.archive .heroes-section h3 {
    margin-bottom: 6px;
}
.amh-common-btn.cat2::after {
    background-position: 14px center;
    width: 49px;
    background-size: 22px auto;
}
.amh-common-btn.cat2 {
    padding: 1px 39px 0 70px;
}
.heroes-section h3 {
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 6px;
}
.heroes-section h3 span {
  font-size: 28px;
  line-height: 34px;
  margin-top: 8px;
  padding-left: 0px /*30px*/;
}
.heroes-section h3 span.lt {
    background-size: auto 21px;
    background-position: 0 9px;
}
.heroes-section h3 span.capt {
    background-size: 22px auto;
    background-position: 0 9px;
}
.heroes-section h3 span.sgt {
    background-size: 19px auto;
    background-position: 0 9px;
}
.heroes-section h3 span.ssgt {
    background-size: 21px auto;
    background-position: 0 5px;
}
.heroes-section h3 span.sfc {
    background-size: 21px auto;
    background-position: 0 2px;
}
.heroes-section h3 span.spc {
    background-size: 20px auto;
    background-position: 0 11px;
}
.heroes-section h3 span.po {
    background-size: 19px auto;
}
.heroes-section h3 span.cw {
    background-size: 19px auto;
    background-position: 0 13px;
}
.heroes-section h3 span.tsgt{
  background-size: 19px auto;
  background-position: 0 10px;
}
.heroes-section h3 span.cs3{
  background-size: 20px auto;
  background-position: 0 13px;
}
.heroes-section h3 span.ssg{
  background-size: 19px auto;
  background-position: 0 2px;
}
.heroes-section p {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 16px;
}
.detail-section.our-heroes .text-link a {
  font-size: 24px;
  line-height: 22px;
  padding-left: 28px;
  background-size: auto 14px;
  background-position: 0 0px;
min-height: 24px;
}
.detail-section.our-heroes .text-link a.watch_video {
    background-size: auto 19px;
}

.detail-section.our-heroes .text-link + .text-link {
  margin-top: 12px;
}
.detail-section.our-heroes .text-link a::after {
    left: 28px;
}
.graphic-seperator.h-s-bottom{
  margin-top: -19px;
}
.graphic-seperator.amh-n-sep {
  margin-bottom: 67px;
}

.graphic-seperator.amh-n-sep.last-sep {
  margin-bottom: 40px;
}
.our-heroes .common-btn,
.vet-bio .common-btn {
  margin-bottom: 6px;
}
.our-heroes .common-btn span{
  padding-left: 34px !important;
  padding-right: 34px !important; 
}
/*--------Our Heroes page--------*/

/*--------Vet-bio page--------*/
.vet-video-container{
  margin: 28px 0 32px;
}
.vet-video-container.when-empty{
  margin: 16px 0;
}
.vet-photo-gallaery{
  margin: 15px 0 27px;
}
.vet-gal-item {
    margin: 0 0 6px;
}
.vet-bio-graphic1.graphic-seperator{
  margin-bottom: 24px;
}
.vet-bio .bottom-textlink{
  margin-bottom: 22px;
}
.common-para.custom-margin18 {
    margin-bottom: 64px !important;
}

.landing-slider.amhBioBanner .amhBioImage {
    max-height: 650px;
    margin-top: 65px;
}
/*--------Vet-bio page--------*/

/*--------FAQ page--------*/
.faq h3{
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 8px;
}
.faq .graphic-seperator.amh-n-sep,
.detail-section.faq .text-link {
    margin: 45px auto 50px;
}
.detail-section.faq p .faq-learnmore {
    line-height: 18px;
    font-size: 18px;
    padding-left: 20px;
    background-size: 14px auto;
}
.faq-learnmore::after {
    left: 20px;
}
.detail-section.faq .text-link .backtotop {
    font-size: 18px;
    line-height: 20px;
    padding-right: 22px;
}
.detail-section.faq .text-link .backtotop::after {
    font-size: 32px;
}
/*--------FAQ page--------*/

/*--------Contact page--------*/
/*
.contact h3,
.nominate h3{
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 6px;
}
*/
ul.form-common{
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 22px;
}
.common-steps .alert{
  margin-top: 22px;
}
ul.form-common li{
  padding: 0 8px;
  margin-bottom: 16px;
}
ul.form-common li{
	min-height: 52px;
}
.form-control {
  font-size: 24px;
  padding-left: 20px;
  padding-right: 20px;
  height: 52px;
  padding-top: 6px;
}
.amh-error {
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    padding: 3px 34px 0 22px;
}
textarea.form-control{
  height: 260px;
  line-height: 32px;
  padding-top: 12px;
}
.asterisk{
  font-size: 16px;
  line-height: 16px;
}
label.customRC {
  font-size: 20px;
}

label.customRC a{
  line-height: 20px;
}

/*
.contact h3 {
  margin-bottom: 15px;
}*/
.contact form h3{
  margin-bottom: 0;
  margin-top: 20px;
}
.contact .asterisk{
  margin-bottom: 13px;
}
.chosen-container-single a.chosen-single {
    font-size: 24px;
    line-height: 44px;
    padding: 6px 38px 0 20px;
}
.chosen-container .chosen-results li {
    font-size: 22px;
    padding: 10px 14px 4px;
}
.chosen-container-single .chosen-single div {
    background-size: 12px auto;
    width: 50px;
}
.contact .thanksMsgSection{
  margin-bottom: 60px;
}
.contact .amh-common-btn {
    min-width: 438px;
}
.thanksVet .submitButtonSection.stackedButtons .amh-common-btn:nth-child(2) {
  margin-top: -20px;
}

/*--------Contact page--------*/

/*--------Nominate page--------*/
.infoBox {
    background: #fff !important;
    padding: 5px 17px 0 15px;
}
.infoBox::before{
  width: 16px;
  height: 16px;
  position: absolute;
  bottom:-8px;
  background: #fff;
  content: '';
  left: 50%;
  margin-left: -8px;
  transform: rotate(-45deg)
}

.rules {
  font-size: 14px;
  line-height: 22px;
  color: #777 !important;
  margin-bottom: 10px;
}
.nominate h3 {
    margin-bottom: 21px;
    padding-right: 20px;
}
.nominate h3 .step-2{
  margin-left: 12px;
}
.drop-section {
    font-size: 24px;
    padding: 15px 15px 15px;
    height: 260px;
    background-position: center center; /*86px*/
}
.drop-section h4{
  font-size: 24px;
  line-height: 28px;
}
.drop-section h4 a {
    line-height: 28px;
    margin: 0 20px 0 0;
    font-size: 24px;
}
.drop-section h4 a::after{
  font-size: 20px;
}


p.steps{
  height: 10px;
  margin-top: -7px;
}
p.steps  .bullets span{
  width: 10px;
  height: 10px;
}
.nominate h5.common-header{
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 22px;
  margin-top: 40px;
}
.thanksInner{
  padding: 90px 40px;
}
.thanksMsgSection h2 {
    font-size: 44px;
    line-height: 48px;
    padding-bottom: 58px;
    margin-bottom: 34px;
    background-size: auto auto;
}
.thanksMsgSection p{
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 38px;
}
/*--------Nominate page--------*/

/*--------Explore bottle page--------*/
.col-60{
  padding-right: 30px;
}

.explore-bottle{
  background-size: 550px auto;
  background-position: calc(100% + 70px) bottom;
}
.bottle-slider-item{
  bottom: 35px;
}

.bottle-control {
    top: 110px;
    width: 50px;
    padding-top: 56px;
    background-size: 48px auto;
    font-size: 32px;
    line-height: 32px;
}
.bottle-control.prev{
  left: 55px;
}
.bottle-control.next{
  right: 55px;
}
.animated-circle{
  width: 70px;
  height: 70px;
  border-width: 2px;
}
.animated-circle span {
    width: 58px;
    height: 58px;
    line-height: 72px;
    font-size: 42px;
}
.explore-bottle .graphic-seperator {
    margin: 32px auto 42px;
}
.text-slider h2 {
    /*
    font-size: 24px;
    line-height: 24px;
    */
    margin-bottom: 12px;
}
.detail-section.explore-bottle .text-link {
    margin: 14px 0 60px;
}

.common-para.last-pg{
  margin-top: 40px;
}
/*--------Explore bottle page--------*/

 /*--------AMH PHASE 3--------*/
 /*----landing page----*/
.hero-grid {
  margin-top: 50px;
}
.hero-grid .row{
  margin: 0 -30px 38px;
}
.hero-grid .row:last-child{
  margin-bottom: 45px;
}
.hero-grid-item {
  padding: 0 30px;
}
.hero-grid .hero-grid-item .media-left {
  padding-right: 18px;
}
.hero-grid .hero-grid-item .media-left img{
  width: 110px;  
  height: 110px;
}
.media.blockMedia .media-left img {
  width: 130px;
  height: 130px;
}
.sep-star-white {
  margin-top: 32px;
}
.hero-grid-item h2{
  color: #27245f;
  font-size: 35px;
  line-height: 32px;
  margin-bottom: 12px;
  padding-top: 4px;
}
.hero-grid-item h3{
  color: #27245f;
  font-size: 19px;
  line-height: 32px;
  padding-left: 0px /*23px*/;
  background-position: 0 5px;
  background-size: 16px auto ;
  margin-bottom: 3px;
}
.hero-grid-item h4.common-para {
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 20px;
}
.hero-grid-item p a::after {
    left: 28px;
}
.hero-grid-item p {
    margin-bottom: 6px;
}
.hero-grid-item h3.lt {
    background-size: 8px auto;
    background-position: 0 2px;
}

.hero-grid-item h3.spc {
    background-position: 0 5px;
}
.hero-grid-item h3.cw {
    background-position: 0 8px;
}
.hero-grid-item h3.ssgt {
    background-position: 0 1px;
}
.hero-grid-item h3.sgt{
    background-position: 0 3px;
}
.hero-grid-item h3.sfc {
    background-position: 0 0;
}

.hero-grid-item h3.tsgt{
  background-size: auto 15px;
  background-position: 0 4px;
}
.hero-grid-item h3.ssg{
  background-size: auto 23px;
  background-position: 0 0;
}
.hero-grid-item h3.cs3{
  background-size: auto 13px;
  background-position: 0 6px;
}
.hero-grid-item p a{
  font-size: 20px;
  line-height: 22px;
  padding-left: 28px;
  background-size: auto 14px;
  background-position: 0 0;
}
.hero-grid-item .blockMedia p a span {
  top: -0.1em;
}
.hero-grid-item p .watch_video {
    background-size: auto 19px;
}
.amh-common-btn {
  font-size: 26px;
  line-height: 50px;
  border-radius: 27px;
  margin-bottom: 46px;
  padding: 1px 77px 0 30px;
}

.apple .amh-common-btn {
  padding-top: 8px;
  line-height: 44px;
}
.amh-common-btn::after {
    width: 50px;
    background: url(/images/amh-chevron.png) 13px center no-repeat;
    background-size: 23px auto;
}

.amh-common-btn.onLeft {
  padding-left: 77px;
  padding-right: 30px;
}

#signupForm, 
#signupThanks {
    width: 378px;
}
.homeNewsletter input {
    background-position: 40px center;
    background-size: 28px auto;
    height: 56px;
    font-size: 22px;
    padding: 8px 7px 0 80px;
    margin-bottom: 20px;
}
.homeNewsletter .amh-common-btn::after {
    width: 45px;
    background-size: 19px auto;
}
.heros-introSection .graphic-seperator.amh-n-sep {
    margin-bottom: 75px;
    height: 14px;
    background-size: auto 14px;
}
.homeNewsletter {
    margin-bottom: 32px;
}
.homeNewsletter .amh-common-btn {
    font-size: 23px;
    line-height: 44px;
    border-radius: 24px;
    padding: 2px 62px 0 26px;
}
.apple .homeNewsletter .amh-common-btn {
  padding-top: 9px;
  line-height: 37px;
}
.homeNewsletter #signupThanks button {
    font-size: 24px;
    border-radius: 24px;
    padding: 1px 62px 1px 30px;
    line-height: 44px;
}
.homeSignUpSection .common-header {
    margin-bottom: 5px;
}
#signupThanks input {
    background-position: 42px center;
    background-size: 25px auto;
}
.amh .star-seperator {
    height: 12px;
    background-size: auto 12px;
}
.flex-footer {
  padding: 0 85px 25px;
}
.amh-slider-item h2 {
  font-size: 72px;
  margin: 216px 0 19px;
}
.amh-slider-item p {
  font-size: 27px;
  margin: 0 auto 26px;
}
.landingSpecialSlider .amh-slider-item p,
.amh-slider-item p {
    max-width: 948px;
}

.corner-left,
.corner-right{
  height: 86px;
}
.corner-left::before{
  border-top: 86px solid transparent;  
}
.corner-right::before{
  border-top: 86px solid transparent;  
}
.main-menu form button::after, 
#signupThanks button::after {
    width: 40px;
    background-position: 10px center;
}
 /*----landing page----*/
/*--------AMH PHASE 3--------*/
.archive .heroes-section h3{
  margin-top: 8px;
}


/*----Bio page----*/
 .bio-control {
   margin-bottom: 45px;
}
.bio-control.posTopHeader {
    width: 1200px;
}
.bio-control .bio-prev,
.bio-control .bio-next {
  width: 70px;
  background-size: 46px auto;
  font-size: 20px;
  line-height: 22px;
  padding-top: 60px;
  padding-right: 24px;
  border-width: 2px;
  text-align: right;
}
.bio-control .bio-next {
  padding-left: 24px;
  text-align: left;
}
.bio-control .common-header.no-bg {
  font-size: 80px;
  line-height: 68px;
}
.bio-control h3 {
    font-size: 30px;
    line-height: 30px;
	bottom: -41px;
}
.bio-control h3 span {
    padding-left: 0px /*40px*/;
	line-height: 36px;
}
.bio-control h3 span.sgt{
  background-position: 0 6px;
    background-size: auto 20px;  
}
.bio-control h3 span.spc{
  background-position: 0 8px;
  background-size: auto 21px;
}
.bio-control h3 span.lt {
    background-position: 0 8px;
    background-size: auto 21px;
    padding-left: 24px;
}
.bio-control h3 span.ssgt {
    background-position: 0 3px;
    background-size: auto 28px;
}
.bio-control h3 span.cw {
    background-position: 0 10px;
    background-size: 25px auto;
}
.bio-control h3 span.sfc {
    background-position: 0 2px;
    background-size: auto 31px;
}
.bio-control h3 span.capt {
    background-position: 0 8px;
    background-size: auto 21px;
}
.bio-control h3 span.po {
    background-position: 0 4px;
    background-size: 20px auto;
}
.bio-control h3 span.tsgt {
    background-position: 0 8px;
    background-size: auto 20px;
}
.bio-control h3 span.ssg {
    background-position: 0 1px;
    background-size: auto 32px;
}
.bio-control h3 span.cs3 {
    background-position: 0 9px;
    background-size: auto 18px;
}
.text-link.row.bio-share_special {
    min-height: 40px;
    margin: 45px 0 35px;
}
.vet-bio .text-link {
  margin-bottom: 65px;
  margin-top: 65px;
}
.vet-bio .text-link a{
  padding-right: 34px !important;
}
.vet-bio.detail-section.our-heroes .text-link a::after{
  left: 0 !important;
  right: 34px !important;
}
.vet-bio .text-link .textlink-back{
  padding-left: 34px !important;
  padding-right: 0 !important;
}
.vet-bio.detail-section.our-heroes .text-link .textlink-back::after {
  left: 34px !important;
  right: 0 !important;
}
.vet-social-share span{
  font-size: 28px;
  line-height: 36px;
  margin-right: 20px; 
}
.vet-bio.our-heroes .vet-social-share a{
  width: 36px;
  height: 36px;
  margin-right: 18px;
  top: -5px;
}
.vet-photo-gallaery {
  margin-top: 30px;
  margin-bottom:0;
}
 /*----Bio page----*/

/*-----Nominate page-----*/
.select-nominate-options {
    max-width: 950px;
    margin: 24px auto 0;
}
.select-nominate-options h5{
  font-size: 24px;
  line-height: 32px;  
}
.option-container label.customRC {
    font-size: 24px;
    line-height: 32px;
    padding-left: 54px;
}
.option-container label.customRC span{
  width:32px;
  height: 32px;
  border-width: 8px !important;
}
.option-container h6 {
    margin: 0 38px;
    font-size: 24px;
    line-height: 32px;
}
.nominate .graphic-seperator.amh-n-sep {
  margin-top: 73px;
}



.nominate .common-header.blue {
  margin-top: 61px;
}
.nominate .common-header.start-title{
  margin-bottom: 24px;
}
.nm-section-gap {
  margin-top: 40px !important;
}
.nm-status label {
    font-size: 26px;
    line-height: 34px;
    padding-left: 10px;
    padding-top: 9px;
}
.nm-status .customSelect{
  width: 242px;
}
.thanks-share span {
    font-size: 28px;
    line-height: 42px;
}
.thanks-share .inline-block a {
    width: 38px;
    height: 38px;
    margin-left: 24px;
    top: -4px;
}
 /*-----Nominate page-----*/

.amh-video-container.bio-page-video {
  margin-top: 48px;
  margin-bottom: 54px;
}

.hero-bio-17.graphic-seperator.amh-n-sep {
  margin-bottom: 49px;
}
.hero-bio-17 .common-para.custom-margin18 {
  margin-bottom: 40px !important;
}




.name-label {
  height: 100px;
  bottom: 40px;
  padding-left: 194px;
  font-size: 42px;
  line-height: 42px;
  padding-top: 15px;
}

.name-label::before,
.name-label::after { 
  border-right-width: 35px;
  right: -35px;
}
.name-label::after {
  border-top-width: 50px;
}
.name-label::before {
  border-bottom-width: 50px;  
}
.name-label span{
  font-size: 25px;
}


 .our-heroes .amh-video-items:nth-child(3) .common-para {
    margin-bottom: 50px;
}
 .our-heroes .amh-video-items .common-para {
    margin-bottom: 62px;
}
.nominate-v2.nominate h3 {
    font-size: 32px;
    line-height: 32px;
    padding-right: 20px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.nominate-v2.nominate .amh-common-btn {
    min-width: 435px;
}

.common-para.para-close {
  margin-bottom: -10px;
    margin-top: -10px;
}

.nominate .graphic-seperator.amh-n-sep.inside-form {
    margin-top: 59px;
}
.award-btn {
  margin: 25px 0 35px;
} 


.option-slider {
    max-width: 520px;
}
.option-control {
    width: 50px;
    padding-top: 60px;
    background-size: 48px auto;
    font-size: 22px;
}
.option-slider.option-slider_static {
    margin-bottom: 58px;
}
.thanksVet .shareThanks .common-header.no-bg {
    font-size: 54px;
}
.contact.thanksVet .heros-introSection {
    margin-bottom: 70px;
}

.shareThanks {
  padding-bottom: 30px;
}
.show-description span {
    font-size: 17px;
}

/*----Covid Page----*/
.covid-header {
  padding: 240px 0 154px;
}
.covid-header img {
  max-width: 824px;
}
.covid-sizer .common-list {
  padding-left: 30px;
}
.covid-sizer .program-infos .common-para:not(.input-hint) {
  margin-bottom: 35px;
}
.covid-sizer .common-list li,
.covid-sizer .common-para {
  font-size: 24px;
  margin: 0 0 16px;
}
.covid-sizer .covidstep-1 .common-header {
  margin-bottom: 26px !important;
}
.covid-sizer .common-header {
  margin: 27px 0 18px !important;
}
.covid-sizer .common-para.lg {
  font-size: 26px;
}
.covid-intro {
  background-size: auto 35px;
  padding-bottom: 62px;
  margin-bottom: 54px;
}
.covid-sizer .apply-now {
  margin: 67px 0;
}
.covid-sizer .apply-now .amh-common-btn {
  min-width: 320px;
  padding-right: 71px;
}
.covid-sizer label.customRC span {
  width: 36px;
  height: 36px;
}
.about-organization.program-infos {
  margin-top: 40px;
}
span.graphic-seperator.amh-n-sep.organization-seperator {
  margin-top: 65px;
  margin-bottom: 50px;
}
span.graphic-seperator.amh-n-sep.video-presentation-seperator {
  margin-top: 23px;
  margin-bottom: 62px;
}
span.graphic-seperator.amh-n-sep.about-seperator {
  margin-top: 17px;
  margin-bottom: 60px;
}
.about-veteran-information.program-infos {
  margin-top: 64px;
}
.about-veteran-information.program-infos {
  margin-bottom: 64px;
}
.about-organization.program-infos .common-list.input-hint {
  margin-top: -16px !important;
  margin-bottom: 24px !important;
}
.about-organization.program-infos .checkbox-block {
  margin-top: -16px;
  margin-bottom: 40px;
}
.about-organization.program-infos .checkbox-block label {
  margin: 0 0 14px;
}
.about-video-presentation.program-infos .common-list.input-hint {
  margin-bottom: 32px !important;
}
.checkbox-block.inliners label {
  margin: 0 27px 34px 0 !important;
}

.covid-sizer .about-veteran-information.program-infos .form-common {
  margin-top: 47px !important;
}
.covid-sizer .form-common.less-space>li {
  margin-bottom: 32px;
}
.covid-sizer .form-common.less-space .customSelect {
  margin-bottom: 8px;
}
.about-veteran-information.program-infos>.common-para:not(.input-hint) {
  margin-bottom: 14px;
}
.about-veteran-information.program-infos>.common-para+ul {
  margin-top: 19px;
}
.about-veteran-information.program-infos>.common-para+ul .common-para {
  margin-bottom: 20px;
}

label.form-label {
  font-size: 28px;
  margin: 0 0 14px;
}
label.form-label span {
  font-size: 22px;
}
.covid-sizer .common-list.input-hint {
  margin: 19px 0 16px !important;
}
.covid-sizer .common-list.input-hint li {
  font-size: 22px;
  margin: 0 0 6px;
}
.covid-sizer .common-para.input-hint {
  margin-bottom: 16px;
  font-size: 22px;
}
.covid-sizer .common-para.input-hint.fieldInfo {
  font-size: 18px;
}
.covid-sizer label.customRC {
  font-size: 22px;
  margin-top: 22px;
}
.covid-sizer .form-common li {
  margin-bottom: 44px;
}
/*----Covid Page----*/  

/*---- Veteran question----*/  
.covid-sizer .apply-now .amh-common-btn {
  margin: 0 14px;
}
.form-intro-section {
  padding: 40px 0 0;
}
.form-intro-section .asterisk.new-amh {
  margin: 27px 0 34px;
}
.covid-sizer .form-intro-section .common-header {
  margin-bottom: 34px !important
}
.vq .checkbox-block + .conditionedFields {
  margin-top: 27px;
}
.vq .graphic-seperator.amh-n-sep {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.vq .photo-example {
  padding: 27px 0 40px;
}
.vq .photo-example .flex {
  max-width: 560px;
}
/*---- Veteran question----*/  

/*---- New Pages ----*/
.landing-slider.slim-header {
  padding-bottom: 100px;
}
/*---- New Pages ----*/
}

/*--------Styles 1600px--------*/











/*--------Styles 1900px--------*/
@media all and (min-width: 1900px){
.main-left {
    max-width: 1520px;
}
.main-menu h2{
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 6px;
}
.detail-section{
  padding: 66px 15px 0;
}
.container ,
.container.special-trtmnt{
  max-width: 1300px;
}
.container-ph3 {
    max-width: 1300px;
}
.common-header{
  font-size: 52px;
  line-height: 50px;
  margin-bottom: 17px;
}
.faq .common-header {
  font-size: 45px;
  line-height: 44px;
}
.common-header span{
  padding:0 18px;
}
.common-para {
    font-size: 26px;
    line-height: 40px;  
}
.homeNewsletter .nominateCTA .common-para {
    max-width: 538px;
}
.homeSignUpSection #signupForm {
    margin-top: 26px;
}
.common-para.special-trtmnt{
  font-size: 28px;
  line-height: 50px;
}
.graphic-seperator{
  height: 14px;
  max-width: 624px;
  background-size: auto 14px;
  margin: 10px auto 27px;
}
.star-seperator{
  height: 18px;
  max-width: 624px;
  background-size: auto 18px;
  margin: 24px auto 16px;
}
.detail-section .common-btn{
  font-size: 42px;
  line-height: 42px;
  padding: 4px;
  min-width: 624px;
  margin-bottom: 26px;
}
.detail-section .common-btn span{
  border: 2px solid #9f454a;
  padding: 20px 15px 19px;
}
.apple .detail-section .common-btn span{
  padding-top: 23px;
  padding-bottom: 18px;
}
.detail-section .text-link a{
  font-size: 28px;
  line-height: 28px;
  border-bottom: 1px dotted #0e0d1f;
}
.detail-section .text-link a::after{
  font-size: 22px;
}
.footer p{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer p a{
  background-size: auto 30px;
  padding-left: 36px;
  background-position: 0 -1px;
}
.common-for-all{
  margin: 0 0 -108px;
}
.push{
  height: 107px;
}
.footer { 
  min-height: 107px;
}

.indicator{
  bottom: 60px;
}
.indicator ul li{
  padding-top: 4px;
  margin: 0 4px;
}
.indicator ul li a{
  width: 14px;
  height: 14px;
}
.indicator .control{
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  margin: 0 7px;
}
.indicator .control.next{
  background-position: 0 -40px;
}
/*--------Common Styles--------*/

/*--------Our Heroes page--------*/
.media-left{
  padding-right:30px; 
}
.media-right{
  padding-left:30px; 
}
.media-left-img{
  width: 160px;
  height: 160px;
}
.heroes-section {
  margin-left: -24px;
  margin-right: -24px;
}
.heroes-section li{
  padding:0 24px;
}
.graphic-seperator.h-s-bottom{
  margin-top: -22px;
}
.heroes-section .media-left img {
    width: 175px;
    height: 175px;
}
/*--------Our Heroes page--------*/

/*--------Vet-bio page--------*/
.vet-video-container{
  margin: 34px 0 32px;
}
.our-heroes .common-btn,
.vet-bio .common-btn {
  margin-bottom: 6px;
}

.vet-photo-gallaery{
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  -ms-column-gap: 25px;
  column-gap: 25px;
  margin: 15px 0 27px;
}
.vet-gal-item {
    margin: 0 0 15px;
}
.vet-bio .bottom-textlink{
  margin-bottom: 25px;
}
.vet-bio-graphic1.graphic-seperator{
  margin-bottom: 27px;
}
.common-para.custom-margin18 {
    margin-bottom: 20px;
}
.landing-slider.amhBioBanner .amhBioImage {
    max-height: 780px;
    margin-top: 56px;
}
/*--------Vet-bio page--------*/

/*--------FAQ page--------*/
.faq h3{
  font-size: 38px;
  line-height: 43px;
}
.faq .graphic-seperator.amh-n-sep, 
.detail-section.faq .text-link {
    margin: 45px auto 57px;
}
/*--------FAQ page--------*/

/*--------Contact page--------*/
/*
.contact h3,
.nominate h3{
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 6px;
}*/
ul.form-common{
  margin-left: -10px;
  margin-right: -10px;
}
ul.form-common li{
  padding: 0 10px;
  margin-bottom: 20px;
}
.form-control {
  padding-top: 9px;
}
textarea.form-control{
  height: 315px;
  padding-top: 14px;
}
.asterisk{
  font-size: 16px;
  line-height: 16px;
}
/*
.contact h3 {
  margin-bottom: 19px;
}*/
.contact form h3{
  margin-bottom: 0;
  margin-top: 23px;
}
.contact .asterisk{
  margin-bottom: 15px;
}
.contact .thanksMsgSection{
  margin-bottom: 65px;
}
/*--------Contact page--------*/

/*--------Nominate page--------*/
.nominate h3 {
    margin-bottom: 21px;
    padding-right: 20px;
}
.nominate h3 .step-2{
  margin-left: 12px;
}
.drop-section {
  height: 315px;
  background-position: center center; /*110px*/
}
.drop-section h4{
  font-size: 28px;
  line-height: 32px;
}
.drop-section h4 a::after{
  font-size: 24px;
}
p.steps{
  height: 12px;
  margin-top: -8px;
}
p.steps  .bullets span{
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.checkbox-block {
    margin-top: 0;
}
.nominate h5.common-header{
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 30px;
}
.nm-status .customSelect {
    width: 312px;
}
/*--------Nominate page--------*/

/*--------Explore bottle page--------*/
.col-60{
  padding-right: 35px;
}
.bottle-slider-item{
  bottom: 40px;
}
.bottle-control {
  top: 140px;
}
.bottle-control.prev{
  left: 65px;
}
.bottle-control.next{
  right: 65px;
}
.animated-circle{
  width: 85px;
  height: 85px;
}
.explore-bottle .indicator {
    bottom: 0;
}
.animated-circle span {
    width: 70px;
    height: 70px;
    line-height: 82px;
    font-size: 44px;
}
/*--------Explore bottle page--------*/

 /*--------AMH PHASE 3--------*/
 /*----landing page----*/
.hero-grid {
  margin-top: 50px;
}
.hero-grid .row:last-child{
  margin-bottom: 45px;
}
.hero-grid .hero-grid-item .media-left img {
    width: 114px;
    height: 114px;
}

.corner-left,
.corner-right{
  height: 100px;
}
.corner-left::before{
  border-top: 100px solid transparent;  
}
.corner-right::before{
  border-top: 100px solid transparent;  
}
.main-menu form button::after, 
#signupThanks button::after {
    width: 46px;
    background-position: 14px center;
}
.amh .star-seperator {
    height: 16px;
    background-size: auto 16px;
    margin: 16px auto 24px;
}
 /*----landing page----*/
 .bio-control {
    margin-bottom: 52px;
}
.vet-bio .common-para.custom-margin18 {
    margin-bottom: 38px;
}
.vet-photo-gallaery {
    margin-top: 30px;
    margin-bottom: 46px;
}
/*--------AMH PHASE 3--------*/
.award-btn {
  margin: 30px 0 40px;
}

}
/*--------Styles 1900px--------*/

/*--------Styles 2100px--------*/
@media all and (min-width: 2100px){
.explore-bottle{
  background: none;
}
}
/*--------Styles 2100px--------*/



@media all and (max-width: 1290px){

/*--------Explore bottle page--------*/
.explore-bottle{
  background-size: 300px auto;
  background-position: right calc(100% - 10px);
}
/*--------Explore bottle page--------*/
}

/*--------Tablet landscape Styles--------*/
@media all and (max-width: 1199px){
  /*
.flex-end {
  position: relative;
  min-height: 1px;
}
.flex-end p{
  position: relative;
  bottom: auto;
  left: auto;
}  
*/
.star-seperator.equal-space {
  margin: 50px 0 48px !important;
}
.playIcon {
  max-width: 65px;
}
.age-gate-body {
  margin-top: 88px;
}  
.main-menu{
  padding: 24px 0 10px;
}
.main-left {
    max-width: 830px !important;
}
.onlyHomeSlider .landing-hero {
    max-width: 830px;
}
.main-menu ol li a {
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 12px;
}
.main-menu ol {
    margin-right: 0;
    margin-top: 17px;
}
.main-menu ol li {
    margin-right: 26px;
}
.logo-container img {
  width: 120px;
}
img.sliderFxdBtle {
  width: 223px;
  bottom: -18px;
  left: 104px;
}
.flex-footer {
  padding: 0 65px 25px;
}
.explore-bottle{
  background: none;
}
.customSelect{
  position: relative;
}
.tablet .customSelect  select,
.phone .customSelect select{
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.tablet .customSelect .tab-all,
.phone .customSelect .tab-all{
  display: block !important;
  background: #fff;
  border: 1px solid #efecec;
  color: #212527;
  font-size: 18px;
  font-style: italic;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  transition: border-color 0.3s ease 0s;
  width: 100%;
  text-align: left;
  position: relative;
  pointer-events:none;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tablet .customSelect .tab-all span,
.phone .customSelect .tab-all span{
  position: absolute;
  height: 100%;
  width: 38px;
  background: url(../images/drop-arrow-2.png) center center no-repeat;
  top: 0;
  right: 0;
  background-size: 10px auto;
}
.customSelect select:hover + div + .tab-all,
.customSelect select:focus + div + .tab-all{
    border-color: #000062;
}
.tablet .customSelect .chosen-container,
.phone .customSelect .chosen-container{
  display: none !important;
}
/*--------Tablet landscape Styles--------*/


/*-------AMH phase 3-------*/
/*----Landing page----*/
.amh-slider-item h2 {
    font-size: 38px;
    padding-bottom: 0;
    margin: 145px 0 12px;
}
.onlyHomeSlider .amh-slider-item p br {
  display: none;
}
.amh-slider-item p {
    font-size: 18px;
    margin: 0 auto 25px;
}
.amh-slider-item .star {
  height: 18px;
  margin: 0 0 16px;
}
.landingSpecialSlider .amh-slider-item p,
.amh-slider-item p  {
    max-width: 620px;
}
.our-heroes-banner .amh-slider-item p {
    margin-bottom: 100px;
}
.landing-slider .amh-slider-item a {
    margin-bottom: 85px;
}
.landing-hero .amh-slider-item p {
  margin-bottom: 12px;
}

.hero-grid .row {
    margin: 0 -10px 30px;
}
.hero-grid-item {
    padding: 0 10px;
}
.hero-grid-item h2 {
  font-size: 24px;
  margin-bottom: 6px;
}
.amh .star-seperator {
    height: 9px;
    background-size: auto 9px;
}
.hero-grid .hero-grid-item .media-left {
    padding-right: 15px;
}
/*----Landing page----*/
.our-heroes .media-left {
    padding-right: 15px;
}
.nm-status label{
  padding-left: 0;
}
.nm-status .customSelect {
  width: 72%;
}
.drop-section h4 {
    font-size: 14px;
}
.drop-section h4 a {
  font-size: 16px;
}
.nominate .common-header.blue {
    margin-top: 55px;
}

.bio-control.posTopHeader {
    width: 840px;
}
/*-------AMH phase 3-------*/
.amh-item.amh-contact-banner-19 {
    min-height: 165px;
}
/*----Covid Page----*/    
.covid-header {
    padding: 125px 0 80px;
}
.covid-header img {
    max-width: 480px;
}    

.video-record_container {
  max-width: 660px;
}

/*----Covid Page----*/ 
}

/*--------Tablet Portrait Styles--------*/



@media all and (max-width: 991px){
/*
.show-description span,
.vet-gal-item.show-description div{
  display: none !important;
}
*/
.show-description:hover img{
  filter:blur(0px);
  -moz-filter:blur(0px);
  -webkit-filter:blur(0px);
  -ms-filter:blur(0px);
}
/*--------agegate--------*/
.audio-list .hero-grid-item:last-child {
  margin-bottom: 0;
}
.tablet .age-gate-body .customSelect select,
.phone .age-gate-body .customSelect select{
  text-align: left;
}
.tablet .age-gate-body .customSelect .tab-all, 
.phone .age-gate-body .customSelect .tab-all {
  background: rgba(255,255,255,.45);
  height: 62px;
  font-size: 24px;
}
.tablet .age-gate-body .customSelect .tab-all span, 
.phone .age-gate-body .customSelect .tab-all span {
  background-image: url(../images/drop-arrow-2.png);
}
.age-gate-body{
  width: 100%;
  max-width: 670px;
  margin: 25px auto 30px;
  padding: 17px;
}
.age-gate-body img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  pointer-events: none;
}
.agegate-logo {
    width: 300px;
    height: 156px;
    display: block;
    position: absolute;
    top: 82px;
    left: 50%;
    background: url(../images/agegate-logo-lg.png) center 0 no-repeat;
    background-size: contain;
    transform: translateX(-50%);
}  
.age-gate-inner{
  padding: 260px 60px 58px;
}
.age-gate-body h2{
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 18px;
  text-align: center;
}
.age-gate-body .a-label{
  font-size: 42px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.age-gate-body .detail-section .common-btn{
  min-width:380px; 
  font-size: 36px;
  line-height: 34px;
  padding: 3px;
}
.age-gate-body .detail-section .common-btn span {
    padding: 16px 15px 15px;
}
.age-gate-body form{
  width: 100%;
}
.age-gate-body li{
  margin-bottom: 30px;
}
.age-gate-body li.detail-section{
  margin: 0;
}
.age-gate-body li .row{
  margin-left: -12px;
  margin-right: -12px;
}
.age-gate-body li .dp{
  padding: 0 12px;
}
.age-gate-body label.customRC {
    padding-top: 13px;
}
.age-gate-body .form-control,
.age-gate-body .chosen-container-single a.chosen-single{
  font-size: 24px;
}
.age-gate-body .chosen-container-single .chosen-single div{
  background-size: 9px auto;
  width: 50px;
}
.age-gate-body .chosen-container-single a.chosen-single{
  line-height: 54px;
}
.age-gate-body .form-control{
  height: 62px;
}
.age-gate p {
    font-size: 21px;
    line-height: 40px;
    max-width: 590px;
    text-align: center;
}
.age-gate p span{
  display: block;
}
.age-gate p a {
    background-size: auto 36px;
    margin-left: 5px;
    padding-left: 38px;
}
.age-gate .amh-common-btn {
    font-size: 26px;
    line-height: 60px;
    border-radius: 30px;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0px 60px 0 25px;
}

.apple .age-gate .amh-common-btn {
  padding-top: 7px;
  line-height: 52px;
}
/*--------agegate--------*/

/*--------Common Styles--------*/
body{
	overflow-x:hidden; 
	transition: padding-right .1s ease;
	-webkit-transition: padding-right .1s ease;
	-ms-transition: padding-right .1s ease;
	padding-right: 0;
}
.tab-por{
	display: block !important;
}
.only-desktop{
  display: none !important;
}
.main-wrapper {
    display: block;
}
.main-menu{
	position: fixed;
	top: 0;
  left: auto;
	width: 600px;
  min-height: 100vh;
  height: 100%;
  overflow-y:auto; 
	right: -600px;
	transition:right .1s ease;
	-webkit-transition:right .1s ease;
	-ms-transition:right .1s ease;
  display: block;
  padding: 37px 40px 70px;
  z-index: 99999;
  background: #0e0d1f;
}
.bottle-bg {
  width: 600px;
  height: 100vh;
  background: url(../images/bottle-left-mob.png) bottom left no-repeat;
  left: auto;
  right: -600px;
  min-width: 1px;
  background-size: 100% auto;
  position: fixed;
  top: 0;
  z-index: 1;
}
body.menu-active .bottle-bg{
  right: 0 !important;
}
.content-block {
  width: calc(100vw - 17px);
  display: block;
	min-width: 100%;
	transition:right .1s ease;
	-webkit-transition:right .1s ease;
	-ms-transition:right .1s ease;
	position: relative;
	right: 0;
}
body.menu-active{
	padding: 0 600px 0 0;
  overflow: hidden;
}
body.menu-active .content-block{
	right: 600px;
  width: 100vw;
  position: fixed;
  top: 0;
}
body.menu-active .content-block .mob-logo {
  right: 600px;
}
body.menu-active .main-menu{
	right: 0;
}
.mob-logo{
	padding: 23px 15px 19px;
	background: #101427 url(../images/stars.png) center top no-repeat;
	background-size: 100% auto; 
	text-align: center;
	position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  right: 0;
}
.mob-logo a{
	display: inline-block;
}
.mob-logo a img {
  display: block;
  max-width: 160px;
  width: 100%;
  transition: all .3s;
}
.hasStickyHeader .mob-logo a img{
  max-width: 140px;
}
.hasStickyHeader .amh-item.row,
.hasStickyHeader .landing-slider.row {
  margin-top: 126px;
  margin-top: 0px !important;
}
.amh-item.row,
.landing-slider.row {
  padding-top: 155px;
  transition: margin .3s;
}
.c-hamburger {
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	cursor: pointer;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-ms-transition: background 0.3s;
	position: absolute;
	top: 50%;
	right: 50px;
	width: 80px;
	height: 80px;
	background: rgba(120,120,123,.25);
	border-radius: 50% !important;
	border: none;
	padding: 0;
  transform: translateY(-50%);
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 38px;
  left: 22px;
  right: 22px;
  height: 4px;
  background: white;
  transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
  -ms-transition: background 0s 0.3s;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
}
.c-hamburger span::before {
  top: -10px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
  -ms-transition-property: top, transform;
}
.c-hamburger span::after {
  bottom: -10px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
}
.menu-active .c-hamburger {
	background: rgba(120,120,123,.65);
}
.menu-active .c-hamburger span {
  background: none;
}
.menu-active .c-hamburger span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menu-active .c-hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.menu-active .c-hamburger span::before,
.menu-active .c-hamburger span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
}
.logo-container{
  padding-bottom: 43px;
  margin-bottom: 33px;
  background-image: url(../images/h-rule-bg-mob.png);
}
.logo-container img{
  width: 270px;
}
.main-menu ol {
    margin-bottom: 44px;
    padding-bottom: 11px;
    background: url(../images/h-rule-bg-mob.png) 0 bottom repeat-x;
    margin-right: 0;
    margin-top: 0;
    float: none;
}
#signupForm, 
#signupThanks {
    width: auto;
}
input::-moz-placeholder {
    color: #bf0a30;
}
input::-ms-placeholder {
    color: #bf0a30;
}
input::-webkit-input-placeholder {    
    color: #bf0a30;
}

.main-menu ol li{
  margin-bottom: 30px;
  float: none;
  margin-right: 0;
}
.main-menu ol::after {
  display: none;
}
.main-menu ol li a::after {
  display: none !important;
}
.main-menu ol li a {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 0;
}
.homepage .main-menu ol li a,
.main-menu ol li.active a{
  color: rgba(234,234,234,1) !important;
}
.main-menu ol li:hover a{
  color: rgba(234,234,234,.30);  
}
.main-menu h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
}
.main-menu form, 
#signupThanks {
    padding-bottom: 46px;
    background-image: url(../images/h-rule-bg-mob.png);
    margin-bottom: 46px;
}
.main-menu form, 
#signupThanks {
  background: none;
}
.main-menu input {
    background-position: 0 15px;
    background-size: 34px auto;
    font-size: 24px;
    height: 60px;
    margin-bottom: 44px;
    padding: 4px 15px 0 55px;
    border-width: 4px;
}
#signupThanks input {
    background-position: 0 15px;
    background-size: 26px auto;
}
.main-menu form button, 
#signupThanks button {
    height: 70px;
    font-size: 36px;
    border-radius: 35px;
    border-width: 2px;
}
.main-menu form button::after, 
#signupThanks button::after {
    width: 70px;
    border-width: 2px;
    background: url(../images/amh-check-mob.png) 17px center no-repeat;
    background-size: 27px auto;
}
.main-menu ul{
  margin-top: 15px;
  margin-bottom: 80px;
}
.main-menu ul li {
  margin-right: 40px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a{
  background-color: rgba(120,120,120,.40) !important;
  width: 90px;
  height: 90px;
  background-size: 43px auto;
}
.main-menu ul .facebook a{
  background-position: center 21px;
}
.main-menu ul .twitter a{
  background-position: center -150px;
}
.main-menu ul .email a{
  background-position: center -310px;
}
.amh .bottle-bg {
    background-image: url(../images/amh-bottle-left-mob.png?var=2);
}
.onlyHomeSlider .landing-hero {
    max-width: 100%;
}
.detail-section{
  padding: 50px 50px 0;
}
.common-header{
  font-size: 55px;
  line-height: 57px;
  margin-bottom: 23px;
  background:none;
  margin-left: 0 !important;
  margin-right: 0 !important; 
  text-align: center;
}
.common-header span{
  display: block;
  padding:0;
  background: none; 
}
.common-para,
.common-para.special-trtmnt,
.common-para.common-para-lg{
  font-size: 36px;
  line-height: 48px;
}
.homeNewsletter .nominateCTA .common-para {
    max-width: 100%;
}
.graphic-seperator{
  height: 14px;
  background-size: auto auto;
  max-width: none;
  float: left;
  margin: 16px auto 28px;
}
.star-seperator{
  height: 20px;
  background-size: auto auto;
  max-width: none;
  float: left;
  margin: 30px auto 17px;
}
.detail-section .common-btn{
  font-size: 44px;
  line-height: 40px;
  padding: 2px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 28px;
}
.detail-section .common-btn span{
  padding: 25px 15px;
}
.detail-section .text-link a{
  border-width: 2px;
  border-color: #9796ae;
  font-size: 33px;
  line-height: 40px;
}
.detail-section .text-link a::after {
    font-size: 24px;
}
.footer p{
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 22px;
}
.footer p a{
  display: inline-block;
  background-size: auto 38px;
  padding-left: 42px;
  margin-left: 10px;
  background-image: url(/images/owl-mob.png);
}
.common-for-all{
  margin: 0 0 -138px;
}
.push{
  height: 137px;
}
.footer {
  padding:0 50px; 
  min-height: 137px;
}

.indicator{
  bottom: -25px;
}
.indicator ul {
	margin-top: 4px;
}
.indicator ul li{
  padding-top: 0;
  margin: 0 3px;
}
.indicator ul li a{
  width: 8px;
  height: 8px;
  background: rgba(39, 36, 95, 0.45) none repeat scroll 0 0;
}
.indicator ul li a:hover, .indicator ul li.active a {
    background: rgba(39, 36, 95, 0.85) none repeat scroll 0 0;
}
.indicator .control{

  float: left;
  width: 15px;
  height: 15px;
  background-image: url(../images/prev-next2.png);
  background-position: 0 0;
  background-size: 15px auto;
  background-repeat: no-repeat;
  margin: 0 6px;
  opacity: .65;

}
/*--------Common Styles--------*/

/*--------Our Heroes page--------*/
.our-heroes .media-left {
    padding-right: 37px;
}
.media-left-img img {
    width: 199px;
    height: 199px;
}
.heroes-section {
  margin-left: 0;
  margin-right: 0px;
}

.heroes-section li{
  width: 100%;
  padding:0;
  margin-bottom: 70px;
}
.graphic-seperator.amh-n-sep {
    height: 36px;
    background-image: url(../images/amh-n-sep-mob.png?var=3);
    background-size: auto 100%;
    margin: 50px auto 120px;
}
.heroes-section h3 {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 12px;
}
.heroes-section h3 span {
    font-size: 35px;
    line-height: 48px;
    margin-top: 16px;
    padding-left: 0px /*48px*/;
}
.heroes-section p {
    font-size: 30px;
    line-height: 48px;
    margin: 0 0 10px;
}
.detail-section.our-heroes{
  padding-top: 70px;
}
.detail-section.our-heroes.archive {
    padding-top: 60px;
}
.detail-section.our-heroes .text-link a {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 0;
    padding-left: 32px;
    padding-top: 4px;
    background-size: 21px auto;
    background-position: 0 4px;
    min-height: 1px;
}
.detail-section.our-heroes .text-link a.watch_video {
    background-size: auto 25px;
    padding-top: 8px;
}
.detail-section.our-heroes .text-link + .text-link {
    margin-top: 14px;
}
.detail-section.our-heroes .text-link a::after {
    left: 32px;
}
.graphic-seperator.h-s-bottom {
    margin-bottom: 35px;
    margin-top: -10px;
}
/*
.our-heroes .amh-common-btn {
    font-size: 30px;
    line-height: 70px;
    border-radius: 35px;
    padding: 1px 92px 0 40px;
}
.our-heroes .amh-common-btn::after {
    width: 70px;
    background-position: 20px center;
    background-size: 23px auto;
}
*/
.our-heroes .amh-common-btn.cat2 {
    padding: 1px 39px 0 98px;
}
.archive .graphic-seperator.amh-n-sep {
    margin-bottom: 91px;
}
.heroes-section h3 span.capt {
    background-size: 25px auto;
    background-position: 2px 12px;
}
.heroes-section h3 span.sgt {
    background-size: 25px auto;
    background-position: 0 10px;
}
.heroes-section h3 span.sfc {
    background-size: 25px auto;
    background-position: 0 3px;
}
.heroes-section h3 span.ssgt {
    background-size: 25px auto;
    background-position: 0 7px;
}
.heroes-section h3 span.lt {
    background-size: auto 25px;
    background-position: 3px 12px;
}
.heroes-section h3 span.spc {
    background-size: auto auto;
    background-position: 0 12px;
}
.heroes-section h3 span.po {
    background-size: auto auto;
}
.heroes-section h3 span.cw {
    background-size: auto auto;
    background-position: 0 15px;
}
.heroes-section h3 span.tsgt{
  background-size: 24px auto;
  background-position: 2px 12px;
}
.heroes-section h3 span.cs3{
  background-size: 28px auto;
  background-position: 0 16px;
}
.heroes-section h3 span.ssg{
  background-size: 24px auto;
  background-position: 0 4px;
}
/*--------Our Heroes page--------*/

/*--------Vet-bio page--------*/
.detail-section .text-link a.textlink-back {
    margin-right: 0;
    margin-bottom: 28px;
}
.detail-section.vet-bio .text-link {
  margin: 20px 0 15px;
}
.vet-video-container {
    margin: 4px 0 50px;
}
.vet-video-container.when-empty{
  margin: 7px 0;
}
.vet-photo-gallaery{
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  -ms-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  margin: 22px 0 12px;
}
.vet-gal-item {
  margin: 0 0 30px;
}
.common-para.custom-margin18 {
    margin-bottom: 43px;
}

.our-heroes .common-btn,
.vet-bio .common-btn {
  margin-bottom: 6px;
}
.landing-slider.amhBioBanner {
    background-size: cover;
}
.landing-slider.amhBioBanner .amhBioImage {
    max-height: 557px;
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
/*--------Vet-bio page--------*/

/*--------FAQ page--------*/
.faq h3{
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 15px;
  text-align: left;
}
.faq .graphic-seperator.amh-n-sep, 
.detail-section.faq .text-link {
    margin: 46px auto 56px;
}
.detail-section.faq .text-link .backtotop {
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    padding-right: 18px;
    padding-right: 32px;
    background: url(../images/amh-hero-top.png) right 2px no-repeat;
    background-size: 21px auto;
}
.detail-section.faq .text-link .backtotop::after {
  display: none;
}

.detail-section.faq p .faq-learnmore {
    line-height: 30px;
    font-size: 28px;
    padding-left: 36px;
    margin-top: 20px;
    margin-bottom: 16px;
    background-size: 24px auto;
}
.faq-learnmore::after {
    left: 36px;
}
/*--------FAQ page--------*/

/*--------Contact page--------*/
/*
.contact h3,
.nominate h3{
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 6px;
  text-align: left;
}*/
.contact form, .nominate form {
    float: left;
    width: 100%;
}
ul.form-common{
  margin-left: -20px;
  margin-right: -20px;
}
ul.form-common li{
  padding: 0 20px;
  margin-bottom: 16px;
  width: 100% !important;
}
ul.form-common li.custom-width{
  width: 33% !important;
}
ul.form-common li.half-width{
  width: 100% !important;
}

ul.form-common .width45,
ul.form-common .width10,
ul.form-common .width22,
ul.form-common .width23{
  width: 100% !important;
}  
.form-control {
  font-size: 26px;
  padding-left: 20px;
  padding-right: 20px;
  height: 64px;
  padding-top: 6px;
}
textarea.form-control{
  height: 364px;
  line-height: 38px;
  padding-top: 20px;
}
.asterisk {
    font-size: 24px;
    line-height: 24px;
}
.contact .common-header.no-bg {
    margin-bottom: 10px;
}
.contact li .common-header.no-bg {
    margin-top: 60px;
    margin-bottom: 10px;
}
label.customRC {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 65px;
    padding-top: 3px;
    min-height: 48px;
}
label.customRC.oneLiner {
  padding-top: 16px;
}
label.customRC a {
    line-height: inherit;
    display: inline;
}
label.customRC span{
  width: 48px;
  height: 48px;
    background-size: 24px auto;
}
input.customRC:checked + label.customRC span {
    background-size: 24px auto;
}

/*
.contact h3 {
  margin-bottom: 32px;
}*/
.contact form h3{
  margin-bottom: 0;
  margin-top: 0;
}
.contact .checkbox-block {
    margin-top: 20px;
    margin-bottom: 44px;
}
.contact .asterisk{    
    float: left;
    margin-bottom: 22px;
    margin-top: -11px;
}
#award-form .asterisk {
    margin-top: 0;
}
.contact .amh-common-btn {
    min-width: 100%;
    font-size: 35px;
}
.contact.thanksVet .amh-common-btn {
  margin-top: 0;
}
.chosen-container-single a.chosen-single {
    font-size: 26px;
    line-height: 56px;
    padding: 6px 62px 0 20px;
}
.chosen-container .chosen-results li {
    font-size: 24px;
    padding: 10px 14px 4;
}
.chosen-container-single .chosen-single div {
    background-size: 12px auto;
    width: 62px;
}
.contact .thanksMsgSection {
    margin-bottom: 75px;
}

.tablet .customSelect .tab-all,
.phone .customSelect .tab-all{
  font-size: 26px;
  height: 64px;
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 6px;
}
.tablet .customSelect .tab-all span,
.phone .customSelect .tab-all span{
  width: 50px;
  background-size: 12px auto;
}
/*--------Contact page--------*/

/*--------Nominate page--------*/
.nominate h3 {
    margin-bottom: 21px;
    padding-right: 0;
}

.nominate .common-para.tab-por{
  margin-bottom: 22px;
}
.nominate .common-para.tab-por.for-s-2,
.nominate.next-step-2 .common-para.tab-por.for-s-1{
  display: none !important;
}
.nominate.next-step-2 .common-para.tab-por.for-s-2{
  display: block !important;
}
.submitted .nominate.next-step-2 .common-para.tab-por.for-s-2{
  display: none !important;
}
.nominate h3 .step-2,
.next-step-2.nominate h3 .step-1{
  display: none;
}
.next-step-2.nominate h3 .step-2{
  display: block;
  margin: 0;
}
.drop-section {
    background-image: url(../images/camera.png);
    padding: 20px 20px 20px 158px;
    height: 140px;
    background-size: 93px auto;
    background-position: 35px center;
    overflow: hidden;
    text-align: left;
}
.drop-section h4{
  display: none;
}
.asterisk.new-amh {
    clear: both;
    float: left;
    margin-bottom: 20px;
    margin-top: -14px;
}
p.steps{
  height: 20px;
  margin-top: 32px;
  margin-bottom: 16px;
}
p.steps  .bullets span{
  width: 20px;
  height: 20px;
  margin: 0 3px;
}
.nominate h5.common-header {
    float: left;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 44px;
    margin-top: 20px;
    width: 100%;
}
.checkbox-block {
    margin-bottom: 0;
    margin-top: 16px;
    clear: both;
}
.map-container {
    float: left;
}
.thanksMsgSection{
  padding: 10px;
  clear: both;
  margin-bottom: 20px;
}
.thanksInner{
  padding: 60px 40px;
}
.thanksMsgSection h2 {
    font-size: 54px;
    line-height: 60px;
    padding-bottom: 52px;
    margin-bottom: 30px;
    background-size: auto 22px;
}
.thanksMsgSection p {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 34px;
}
.drop-section input {
    bottom: 0 !important;
    font-size: 100% !important;
    height: 100% !important;
    top: auto !important;
    width: 100%;
    z-index: 1111 !important;
}
.nominate .thanksMsgSection .amh-common-btn{
  margin-top: 0;
}
/*--------Nominate page--------*/

/*--------Explore bottle page--------*/
.col-60,
.col-40{
  width: 100%;
  padding-right: 0;
}
.col-40{
  position: static;
  padding:  40px 150px 0;
  /* background: url(../images/bottle-main-bg.png) right 98% no-repeat;
  background-size: calc(100% - 130px) auto; */
}
.col-40.bottle-necker {
  padding: 40px 0 0;
  width: 334px;
  margin: 0 auto;
  float: none;
}
.explore-bottle{
  background-size: 550px auto;
  background-position: calc(100% + 70px) bottom;
}
.bottle-slider-item{
  bottom: 35px;
}
/* .bottle-slider-item img{
  background: url(../images/bottle-bg-mob.png) left bottom no-repeat;
  background-size: 90% auto;
} */
.explore-bottle .indicator{
  bottom: 0;
}
.explore-bottle .indicator ul li a {
    height: 11px;
    width: 11px;
    margin: 0 3px;
}

.bottle-control {
    top: 16%;
    width: 56px;
    height: auto;
    background-size: 53px auto;
    padding-top: 70px;
    font-size: 34px;
    line-height: 30px;
}
.bottle-control.prev{
  left: 20px;
}
.bottle-control.next{
  right: 20px;
}

.animated-circle{
  top: 57%;
  width: 8.5vw;
  height: 8.5vw;
  border-width: .3vw;
}

.animated-circle span {
    width: 7.2vw;
    height: 7.2vw;
    line-height: 9vw;
    font-size: 4.6vw;
}

/*--------Explore bottle page--------*/

/*-------AMH phase 3-------*/
/*----Landing page----*/

.hero-grid-item {
  width: 100%;
}
.hero-grid .hero-grid-item .media-left {
  padding-right: 30px;
}
.hero-grid .hero-grid-item .media-left img{
  width: 170px;
  height: 170px;
}
.hero-grid-item h4.common-para {
    line-height: 42px;
    margin-bottom: 8px;
    font-size: 26px;
}
.homepage .hero-grid-item h4.common-para {
  font-size: 26px !important;
}
.hero-grid-item p {
    margin-bottom: 10px;
}
.amh-nsep_long.graphic-seperator.amh-n-sep {
    background-image: url(../images/amh-n-sep-mob.png?var=3);
}
.hero-grid-item p a::after {
    left: 32px;
}
.hero-grid-item p .watch_video {
    background-size: auto 25px;
    padding-top: 8px;
}
.heros-introSection .common-para br {
  display: none;
}
.homeNewsletter .amh-common-btn {
    font-size: 26px;
    line-height: 57px;
    border-radius: 31px;
    margin-bottom: 44px;
    padding: 3px 74px 0 27px;
    margin-top: 0;
}
.homeNewsletter .amh-common-btn::after {
    width: 52px;
    background-position: 15px center;
    background-size: 18px auto;
}
.homeNewsletter .w50 {
    width: auto;
    float: none;
}
.heros-introSection .graphic-seperator.amh-n-sep {
    margin-bottom: 100px;
}
.homeNewsletter {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.hero-grid .hero-grid-item .media-left,
.hero-grid-item .media-body{
  display: table-cell;
}
.hero-grid-item h2{
  font-size: 33px;
  line-height: 34px;
  margin: 0 0 15px;
}
.hero-grid-item h3 {
    font-size: 22px;
    line-height: 32px;
    padding-left: 0px /*32px*/;
    background-size: 18px auto;
    background-position: 0 3px;
    margin-bottom: 4px;
    min-height: 1px;
}
.hero-grid-item h3.lt {
    background-size: 9px auto;
    background-position: 0 2px;
}
.hero-grid-item h3.ssgt {
    background-position: 0 -1px;
}
.hero-grid-item h3.sgt {
    background-position: 0 0;
}
.hero-grid-item h3.sfc {
    background-position: 0 0;
    padding-top: 3px;
}

.hero-grid-item h3.tsgt{
  background-size: auto 17px;
  background-position: 0 3px;
}
.hero-grid-item h3.ssg{
  background-size: auto 25px;
  background-position: 0 0px;
}
.hero-grid-item h3.cs3{
  background-size: auto 15px;
  background-position: 0 4px;
}
.hero-grid-item p a {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 0;
  padding-left: 32px;
  padding-top: 4px;
  background-size: 21px auto;
  background-position: 0 4px;
    min-height: 1px;
}
.hero-grid .row {
  margin-bottom: 0 !important;
}
.hero-grid-item {
  margin-bottom: 40px;
}
.amh-common-btn {
    font-size: 26px;
    line-height: 57px;
    border-radius: 31px;
    padding: 3px 74px 0 27px;
    margin-bottom: 45px;
    margin-top: 20px;
}
.apple .amh-common-btn{
  padding-top: 9px;
  line-height: 51px;
}
.amh-common-btn::after {
    width: 52px;
    background-position: 16px center;
    background-size: 18px auto;
}

.amh-common-btn.onLeft {
  padding-left: 74px;
  padding-right: 27px;
}

.amh .star-seperator {
  height: 18px;
  background-size: auto 18px;
  background-image: url(/images/amh-star-seperator-mob.png);
  margin-bottom: 14px;
}
.amh-item {
  background-image: url(/images/amh-slider-item-bg-mob.png);
}
.landingSpecialSlider .xm-slide:nth-child(1) {
  background-image: url(/images/phase3/homepage-hero-1-mob.jpg);
}
.landingSpecialSlider .xm-slide:nth-child(2) {
  background-image: url(/images/phase3/homepage-hero-2-mob.jpg?ver=5);
}
.landingSpecialSlider .xm-slide:nth-child(3) {
  background-image: url(/images/phase3/homepage-hero-3-mob.jpg);
}

.landingSpecialSlider.nominee .xm-slide:nth-child(1) {
  background-image: url(/images/phase3/nominate-hero1-mob.jpg);
}
.landingSpecialSlider.nominee .xm-slide:nth-child(2) {
  background-image: url(/images/phase3/nominate-hero2-mob.jpg);
}
.landingSpecialSlider.nominee .xm-slide:nth-child(3) {
  background-image: url(/images/phase3/nominate-hero3-mob.jpg);
}

.amh-item.our-heroes-banner{
  background-position: center top;
}
.amh-item {
    background-image: url(/images/phase3/contact-hero-mob.jpg?var=2);
}
.amh-bottle-banner.amh-item {
    background-image: url(/images/phase3/explore-bottle-hero-mob.jpg?var=6);
}
.amh-faq-banner.amh-item {
    background-image: url(/images/phase3/faq-hero-mob.jpg?var=6);
    background-position: center bottom;
}
.nominate-banner.amh-item {
    background-image: url(/images/amh-nominate-banner-mob.jpg?var=2);
}
.amh-video-banner.amh-item {
    background-image: url(/images/phase3/video-hero-mob.jpg);
}
.amh-our-hero-banner.amh-item {
    background-image: url(/images/phase3/ourheroes-hero-mob.jpg?var=2);
    background-position: right top;
}
.amh-slider-item {
  padding: 0 20px;
}
.amh-slider-item h2 {
  font-size: 8.8vw;
  padding-bottom: 0;
  margin-bottom: 2.8vw;
  margin-top: 9vw;
  background-size: auto 3vw;
}

.amh-slider-item p {
  font-size: 5vw;
  max-width: 96% !important;
  margin: 0 auto 4vw;
}
.landing-hero .amh-slider-item p {
  margin: 0 auto 4vw;  
}
.our-heroes-banner .amh-slider-item p {
    margin-bottom: 16vw;
}
.heros-introSection h2.title-lg.common-header{
    font-size: 60px;
    line-height: 52px;
    padding-top: 4px;
}
.landing-slider .amh-slider-item a {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 55px;
    border-radius: 31px;
    padding: 5px 78px 0 30px;
}
.apple .landing-slider .amh-slider-item a {
    padding-top: 10px;
    line-height: 50px;
}
img.sliderFxdBtle {
  width: 100%;
  max-width: 640px;
  bottom: 0;
  left: auto;
  position: relative;
  margin: -40px auto 0;
}
.amh-slider-item .amh-common-btn {
  margin: 0;
}
.corner-left{
  height: auto;
  width: 100%;
}
.corner-left::before ,
.corner-right::before {
  display: none;
}
/*----Landing page----*/

/*------bio page------*/

.bio-control {
    margin-bottom: 50px;
}
.bio-control h3,
.bio-control .common-header.no-bg{
  position: relative !important;;
  top: auto;
  bottom: auto;
  left: auto;
  transform: translate(0,0);
  font-size: 70px;
  line-height: 60px;
  margin-bottom: 10px;
}
.bio-control h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 50px;
}
.bio-control h3 span {
  padding-left: 0px /*38px*/;
}
.bio-control h3 span.ssgt {
    background-position: 0 4px;
    background-size: auto 28px;
}
.bio-control h3 span.spc {
    background-position: 0 8px;
    background-size: auto 21px;
}
.bio-control h3 span.lt {
    background-position: 0 8px;
    background-size: auto 22px;
    padding-left: 26px;
}
.bio-control h3 span.sgt {
    background-position: 0 7px;
    background-size: auto 22px;
}
.bio-control h3 span.cw {
    background-position: 0 10px;
    background-size: 25px auto;
}
.bio-control h3 span.capt {
    background-position: 0 8px;
    background-size: auto 21px;
}

.bio-control h3 span.po {
    background-position: 0 4px;
    background-size: 20px auto;
}
.bio-control h3 span.ssg {
    background-size: auto 32px;
}
.bio-control h3 span.tsgt {
    background-position: 0 8px;
    background-size: auto 22px;
}
.bio-control h3 span.cs3 {
    background-position: 0 10px;
    background-size: auto 16px;
}
.bio-control .bio-prev, 
.bio-control .bio-next {
  width: auto;  
  border: none;
  padding-top: 0;
  padding-left: 28px;
  background-size: 21px auto;
  font-size: 30px;
  line-height: 40px;
  background-position-y: 4px;
  font-family: "adobe-caslon-pro";
} 
.vet-bio.detail-section.our-heroes .text-link a{
  padding-right: 36px !important;;
  background-size: 26px auto;
  font-size: 30px;
  line-height: 40px;
  background-position-y: 4px;  
  margin: 0;
}
.vet-bio.detail-section.our-heroes .text-link a.textlink-back{
  padding-left: 36px !important;
  padding-right: 0 !important;
}
.bio-control .bio-next {
  padding-left: 0 !important;
  padding-right: 28px !important;;
}
.vet-social-share {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0,0);
    width: 100%;
    text-align: center;
    margin: 30px auto 50px;
}
.vet-social-share .inline-block {
  display: inline-block;
}
.vet-social-share .inline-block span{
  font-size: 30px;
  line-height: 48px;
  margin-right: 30px;
}
.detail-section.our-heroes .text-link .vet-social-share a {
  width: 48px;
  height: 48px;
  top: -5px;
  margin-right: 30px;
}
.detail-section.vet-bio .text-link {
    margin: 35px 0 40px;
}
.vet-photo-gallaery {
  margin: 22px 0 40px;
}
.detail-section .text-link.row.bio-share_special {
  margin: 70px 0 20px;
}
.bio-share_special .vet-social-share {
  margin: 0;
}
/*------bio page------*/

/*------Nominate page------*/
.select-nominate-options {
  max-width: none;
}
.option-container {
  float: none;
}
.nominate .graphic-seperator.amh-n-sep {
    margin-top: 120px;
}
ul.form-common {
  margin-top: 16px;
}

.common-steps .alert{
  margin-top: 16px;
}
ul.form-common
.nm-status label {
  display: none !important;
}
.nm-status .customSelect {
    width: 100%;
}
.nm-section-gap {
    margin-top: 66px !important;
}
.nm-section-gap + .common-para {
  margin-bottom: 70px;
}
.drop-section h4 a::after {
    right: -15px;
    font-size: 30px;
}
.drop-section h4 {
  margin-top: 40px;
}
.drop-section h4,
.drop-section h4 a {
    font-size: 30px;
}
.asterisk.new-amh {
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-top: 18px;
    position: relative;
    top: auto;
    right: auto;
    font-size: 24px;
    line-height: 24px;
    color: #27245f;
}
.nominate .amh-common-btn {
    margin-bottom: 0;
    margin-top: 38px;
    width: 100%;
    font-size: 32px;
}
.nominate .amh-common-btn::after {
    width: 62px;
    background-position: 18px center;
    background-size: 20px auto;
}
.select-nominate-options::after {
    display: none;
}
.thanks-share span {
    font-size: 30px;
    line-height: 54px;
}
.thanks-share .inline-block a {
    width: 54px;
    height: 54px;
    margin-left: 25px;
    top: -5px;
    border: none;
}
.nominate #step3 .amh-common-btn{
  margin-top: 0;
}

.nominate #step3 .common-header.blue {
    margin-top: 40px;
}
/*------Nominate page------*/
/*-------AMH phase 3-------*/
.amh-video-container {
    margin-bottom: 36px;
}
.explore-bottle .amh-common-btn {
  width: 100% !important;
}
.explore-bottle .graphic-seperator {
    margin-bottom: 50px;
    margin-top: 50px;
}

.amh-video-container.bio-page-video {
    margin-top: 47px;
    margin-bottom: 88px;
}
.hero-bio-17.graphic-seperator.amh-n-sep {
    margin-bottom: 92px;
}


.nominate-v2.nominate h3 {
    font-size: 50px;
    line-height: 50px;
}
.nominate .graphic-seperator.amh-n-sep.inside-form {
    margin-top: 102px;
    margin-bottom: 113px;
}
.award-btn {
  margin: 0 0 26px;
} 
.amh-item.amh-contact-banner-19 {
    min-height: 208px;
}
.special-top img {
    height: 52px;
}
.contact .heros-introSection .common-header {
    margin-bottom: 12px;
}
.contact .heros-introSection {
    margin-bottom: 55px;
    padding-bottom: 40px;
}


.contact.thanksVet .thanksVetOptions .amh-common-btn {
    max-width: 450px !important;
    min-width: 1px;
    font-size: 29px !important;
}
.text-center.submitButtonSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.thanksVet .submitButtonSection .amh-common-btn {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 15px) !important;
    min-width: 1px;
    font-size: 29px !important;
}
.thanksVet .submitButtonSection.stackedButtons .amh-common-btn:nth-child(2) {
    margin-top: -20px;
}
.thanksVet .submitButtonSection.stackedButtons .amh-common-btn {
    max-width: none;
}

/*----Covid Page----*/ 

.upload-video-file::after {
  display: none !important;
}
.upload-video-file {
  margin-right: 0;
}

.about-organization.program-infos {
  margin-top: 0;
}
/*----Covid Page----*/ 
.amh-slider-item .star {
  height: 36px;
  margin: 0 0 16px;
}
.foundation-intro .common-para {
  margin: 1.6em auto .6em;
}
.detail-section.heros-introSection.blueV {
  padding-top: 72px;
  padding-bottom: 25px;
  margin: 25px 0 18px;
}
.hero-grid-item p a {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 0;
  padding-left: 32px;
  padding-top: 0;
  background-size: 23px auto;
  background-position: 0 2px;
}

.covid-sizer .apply-now .amh-common-btn:last-child {
  margin-top: 15px;
}
.covid-sizer .apply-now .amh-common-btn {
  margin: 0;
}
}
/*--------Tablet Portrait Styles--------*/


@media screen and (max-width: 991px) and (min-width: 600px) {
  /*----Covid Page----*/
  .covid-sizer .common-list {
    padding-left: 30px;
  }
  .covid-sizer .program-infos .common-para:not(.input-hint) {
    margin-bottom: 35px;
  }
  .covid-sizer .common-list li,
  .covid-sizer .common-para {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .covid-sizer .covidstep-1 .common-header {
    margin-bottom: 26px !important;
  }
  .covid-sizer .common-header {
    margin: 27px 0 18px !important;
  }
  .covid-sizer .common-para.lg {
    font-size: 26px;
  }
  .covid-intro {
    background-size: auto 35px;
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .covid-sizer .apply-now {
    margin: 67px 0;
  }
  .covid-sizer .apply-now .amh-common-btn {
    min-width: 320px;
    padding-right: 71px;
  }
  .covid-sizer label.customRC span {
    width: 36px;
    height: 36px;
  }
  .about-veteran-information.program-infos {
    margin-top: 64px;
  }
  .about-veteran-information.program-infos {
    margin-bottom: 44px;
  }
  .about-organization.program-infos .common-list.input-hint {
    margin-top: -16px !important;
    margin-bottom: 24px !important;
  }
  .about-organization.program-infos .checkbox-block {
    margin-top: -16px;
    margin-bottom: 40px;
  }
  .about-organization.program-infos .checkbox-block label {
    margin: 0 0 14px;
  }
  .about-video-presentation.program-infos .common-list.input-hint {
    margin-bottom: 32px !important;
  }
  .checkbox-block.inliners label {
    margin: 0 27px 34px 0 !important;
  }
  .covid-sizer .about-veteran-information.program-infos .form-common {
    margin-top: 47px !important;
  }
  .covid-sizer .form-common.less-space>li {
    margin-bottom: 32px;
  }
  .covid-sizer .form-common.less-space .customSelect {
    margin-bottom: 8px;
  }
  .about-veteran-information.program-infos>.common-para:not(.input-hint) {
    margin-bottom: 14px;
  }
  .about-veteran-information.program-infos>.common-para+ul {
    margin-top: 19px;
  }
  .about-veteran-information.program-infos>.common-para+ul .common-para {
    margin-bottom: 20px;
  }
  
  label.form-label {
    font-size: 30px;
    margin: 0 0 16px;
  }
  label.form-label span {
    font-size: 22px;
  }
  .covid-sizer .common-list.input-hint {
    margin: 19px 0 16px !important;
  }
  .covid-sizer .common-list.input-hint li {
    font-size: 22px;
    margin: 0 0 6px;
  }
  .covid-sizer .common-para.input-hint {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .covid-sizer .common-para.input-hint.fieldInfo {
    font-size: 18px;
}
  .covid-sizer label.customRC {
    font-size: 22px;
    margin-top: 22px;
    padding-left: 50px;
    padding-top: 6px;
  }
  .covid-sizer .form-common li {
    margin-bottom: 44px;
  }
  
.row.form-common.lastref li.margin-bottom-0 {
  margin-bottom: 44px !important;
}
  .record-video_control {
      margin-top: -28px;
  }
  /*----Covid Page----*/ 
  span.graphic-seperator.amh-n-sep.about-seperator {
    margin-top: 33px;
    margin-bottom: 52px;
  } 
  span.graphic-seperator.amh-n-sep.video-presentation-seperator {
    margin-top: 13px;
    margin-bottom: 54px;
  } 
  span.graphic-seperator.amh-n-sep.organization-seperator {
    margin-top: 60px;
    margin-bottom: 55px;
  }  
  .about-organization.program-infos {
    margin-top: 20px;
  }
  .covid-header {
    padding: 170px 0 80px;
  }
  }





/*--------Mobile Styles--------*/

@media all and (max-width: 750px){
.age-gate-inner {
    padding: 260px 30px 58px;
}
/*--------Common Styles--------*/
.main-menu{
  width: 460px;
  right: -460px;
  padding: 26px 30px 50px;
}

body.menu-active{
  padding: 0 460px 0 0;
}
body.menu-active .content-block{
  right: 460px;
}

body.menu-active .content-block .mob-logo {
  right: 460px;
}
.c-hamburger{
  right: 40px;
}
body.menu-active .c-hamburger {
    right: 30px;
}
.bottle-bg {
  width: 460px;
  right: -460px;
}

.logo-container{
  padding-bottom: 29px;
  margin-bottom: 22px;
}
.logo-container img{
  width: 240px;
}
.main-menu ol {
    margin-bottom: 25px;
    padding-bottom: 8px;
    /*background: url(../images/h-rule-bg-mob.png) 0 bottom repeat-x, url(../images/h-rule-bg-mob.png) 0 128px repeat-x;
    padding-top: 154px;*/
    background: url(../images/h-rule-bg-mob.png) 0 bottom repeat-x;
}
.main-menu ol li{
  margin-bottom: 19px;
}
.main-menu ol li a {
    font-size: 40px;
    line-height: 36px;
}
.main-menu h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.main-menu form ,
#signupThanks{
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.main-menu input {
    background-position: 0 14px;
    background-size: 27px auto;
    font-size: 20px;
    height: 50px;
    margin-bottom: 27px;
    padding: 4px 15px 0 42px;
    border-width: 2px;
}
.main-menu form button::after, 
#signupThanks button::after {
  width: 50px;
  border-width: 2px;
  background-position: 14px center;
  background-size: 18px auto;
}
.main-menu form button, 
#signupThanks button {
    height: 50px;
    font-size: 26px;
    border-radius: 25px;
    border-width: 2px;
}
.main-menu ul li {
  margin-right: 20px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li a{
  width: 45px;
  height: 45px;
  background-size: 22px auto;
}
.main-menu ul .facebook a{
  background-position: center 10px;
}
.main-menu ul .twitter a{
  background-position: center -78px;
}
.main-menu ul .email a{
  background-position: center -160px;
}
.detail-section{
  padding: 58px 30px 0;
}
.footer {
  padding:0 30px; 
}
.footer p{
  font-size: 12px;
}
/*--------Common Styles--------*/

/*--------Our Heroes page--------*/
.detail-section.our-heroes {
    padding-top: 50px;
}
.heroes-section li{
  margin-bottom: 45px;
}
.our-heroes .media-left {
    padding-right: 30px;
}
.media-left-img img {
    width: 154px;
    height: 154px;
}
.heroes-section h3 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 10px;
}
.archive .heroes-section h3{
  margin-bottom: 13px;
}
.heroes-section h3 span {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 0px /*32px*/;
}
.heroes-section p {
    font-size: 24px;
    line-height: 38px;
}
.detail-section.our-heroes .text-link a {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 0;
    padding-left: 32px;
    padding-top: 0;
    background-size: 23px auto;
    background-position: 0 2px;
}
.hero-grid-item p .watch_video {
    background-size: auto 25px;
    padding-top: 2px;
}
.detail-section.our-heroes .text-link a.watch_video {
    background-size: auto 25px;
    padding-top: 2px;
}
.detail-section.our-heroes .text-link a::after {
    left: 32px;
}
.heroes-section h3 span.capt {
    background-size: 18px auto;
    background-position: 2px 6px;
}
.heroes-section h3 span.sgt {
    background-size: 18px auto;
    background-position: 0 5px;
}
.heroes-section h3 span.sfc {
    background-size: 18px auto;
    background-position: 0 0px;
}
.heroes-section h3 span.ssgt {
    background-size: 18px auto;
    background-position: 0 2px;
}
.heroes-section h3 span.lt {
    background-size: auto 17px;
    background-position: 3px 6px;
}
.heroes-section h3 span.spc {
    background-size: 18px auto;
    background-position: 0 6px;
}
.heroes-section h3 span.po {
    background-size: 18px auto;
}
.heroes-section h3 span.cw {
    background-size: 20px auto;
    background-position: 0 9px;
}

.heroes-section h3 span.tsgt{
  background-size: 18px auto;
  background-position: 0 6px;
}
.heroes-section h3 span.cs3{
  background-size: 20px auto;
  background-position: 0 8px;
}
.heroes-section h3 span.ssg{
  background-size: 16px auto;
  background-position: 0 1px;
}
.graphic-seperator.amh-n-sep {
    height: 4.8vw;
    background-image: url(../images/amh-n-sep-mob.png?var=3);
    background-size: auto 100%;
    margin: 30px auto 70px;
}
.archive .graphic-seperator.amh-n-sep {
    margin-bottom: 55px;
    margin-top: 15px;
}
/*
.our-heroes .amh-common-btn {
    font-size: 24px;
    line-height: 58px;
    border-radius: 30px;
}
.our-heroes .amh-common-btn::after {
    width: 60px;
    background-position: 17px center;
    background-size: 21px auto;
}
*/
.our-heroes .amh-common-btn.cat2 {
    padding-left: 82px;
}
.our-heroes .common-para {
    margin-bottom: 20px;
}
.our-heroes-banner .amh-slider-item p  {
    margin-bottom: 13vw;
}
/*--------Our Heroes page--------*/

/*--------Vet-bio page--------*/
.vet-photo-gallaery{
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  column-gap: 20px;
}
.vet-gal-item {
  margin: 0 0 10px;
}
/*--------Vet-bio page--------*/

/*--------Explore bottle page--------*/

.col-40{
  padding:  40px 14vw 0;
  background-position: right 97%;
  background-size: calc(100% - 17vw) auto;
}
.col-40.bottle-necker {
  padding: 40px 0 0;
  width: 334px;
  margin: 0 auto;
  float: none;
}
.explore-bottle .indicator ul li a {
    height: 10px;
    width: 10px;
}

.bottle-control.prev{
  left: 0;
}
.bottle-control.next{
  right: 0;
}
.animated-circle{
  top: 57%;
}

.explore-window{
  padding: 0 30px; 
}
.story-body{
  border-width: 2px;
  padding: 30px 30px 21px;
}
.story-body h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}
.story-body p {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 4px;
}
.story-body h3 a {
    font-size: 24px;
}
/*--------Explore bottle page--------*/
.thanksMsgSection h2 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 26px;
}
.thanksMsgSection p {
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 30px;
}

/*-------AMH phase 3-------*/
/*----Landing page----*/

.common-header {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 26px;
}
.common-para,
.common-para.special-trtmnt,
.common-para.common-para-lg {
    font-size: 30px;
    line-height: 48px;
}
.hero-grid-item h4.common-para {
    line-height: 38px;
    margin-bottom: 10px;
    font-size: 24px;
}
.heros-introSection h2.title-lg.common-header {
    font-size: 50px;
    line-height: 46px;
    padding-top: 2px;
}
.contact .heros-introSection .common-header {
    margin-bottom: 15px;
}
.homepage .hero-grid-item h4.common-para {
  font-size: 24px !important;
}
.heros-introSection .graphic-seperator.amh-n-sep {
    margin-bottom: 68px;
}
.homeNewsletter .amh-common-btn {
    margin-bottom: 26px;
}
.nominateCTA .common-header.blue {
    margin-top: 6px;
    margin-bottom: 15px;
}
.detail-section{
  padding: 58px 30px 0;
}
.hero-grid .hero-grid-item .media-left img {
    width: 154px;
    height: 154px;
}
.hero-grid .hero-grid-item .media-left {
    padding-right: 30px;
}
.hero-grid-item h2 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 10px;
}
.hero-grid-item h3 {
    font-size: 24px;
    line-height: 24px;
    padding-left: 0px /*32px*/;
    background-size: 18px auto;
    background-position: 0 2px;
    margin-bottom: 10px;
    padding-top: 7px;
    letter-spacing: .01em;
}

.hero-grid-item h3.spc {
    background-position: 0 7px;
}
.hero-grid-item h3.cw {
    background-position: 0 9px;
}
.hero-grid-item h3.ssgt {
    background-position: 0 0;
}
.hero-grid-item h3.capt {
    background-position: 0 6px;
}
.hero-grid-item h3.sfc {
    padding-top: 5px;
}
.hero-grid-item h3.sgt {
    background-position: 0 4px;
}
.hero-grid-item h3.tsgt{
  background-size: auto 17px;
  background-position: 0 6px;
}
.hero-grid-item h3.ssg{
  background-size: auto 25px;
  background-position: 0 0px;
}
.hero-grid-item h3.cs3{
  background-size: auto 15px;
  background-position: 0 6px;
}
.hero-grid-item h3.lt {
    background-size: 7px auto;
    background-position: 0 7px;
}
.hero-grid-item p a {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 0;
    padding-left: 32px;
    padding-top: 0;
    background-size: 23px auto;
    background-position: 0 2px;
}
.amh-common-btn {
    font-size: 26px;
    line-height: 55px;
    border-radius: 30px;
    padding: 3px 76px 0 30px;
    margin-bottom: 55px;
    margin-top: 10px;
}
.amh .star-seperator {
    height: 14px;
    background-size: auto 14px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.common-for-all {
    margin: 0 0 -120px;
}
.push {
    height: 120px;
}
.footer {
  min-height: 120px;
}
.footer p {
    font-size: 16px;
    line-height: 32px;
}
.footer p a {
    background-size: auto 30px;
    padding-left: 36px;
}
/*----Landing page----*/
/*-------AMH phase 3-------*/

/*------bio page------*/
.bio-control {
    margin-bottom: 35px;
}
.bio-control .common-header.no-bg{
  font-size: 54px;
  line-height: 52px;
}
.bio-control h3 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 45px;
}
.bio-control h3 span.spc {
    background-position: 0 9px;
    background-size: auto 18px;
}
.bio-control h3 span.lt {
    background-position: 0 7px;
    background-size: auto 22px;
    padding-left: 22px;
}

.bio-control h3 span.sfc {
    background-position: 0 2px;
    background-size: auto 31px;
}
.bio-control h3 span.tsgt {
    background-position: 0 8px;
    background-size: auto 20px;
}
.bio-control h3 span {
    padding-left: 0px /*32px*/;
}
.vet-bio .common-para.custom-margin18 {
    margin-bottom: 43px;
}
.vet-social-share {
    margin: 30px auto 50px;
}
.detail-section.vet-bio .text-link {
    margin: 28px 0 22px;
}
.detail-section .text-link.row.bio-share_special {
    margin: 60px 0 20px;
}
.vet-photo-gallaery {
  margin: 10px 0 30px;
}
/*------bio page------*/
.nominate .graphic-seperator.amh-n-sep {
    margin-top: 70px;
}
label.customRC {
    padding-top: 1px;
}
.nm-section-gap {
    margin-top: 46px !important;
}
.nm-section-gap + .common-para {
    margin-bottom: 50px;
}
.drop-section {
    padding: 15px 15px 15px 127px;
    height: 120px;
    background-size: 80px auto;
    background-position: 25px center;
}
.drop-section h4, .drop-section h4 a {
    font-size: 24px;
}
.drop-section h4 {
    margin-top: 38px;
}
textarea.form-control {
    height: 300px;
}
.amh-video-items .common-header {
    margin-bottom: 18px;
}
.detail-section.faq p .faq-learnmore {
    line-height: 24px;
    font-size: 24px;
    padding-left: 28px;
    background-size: 20px auto;
}
.faq-learnmore::after {
    left: 28px;
}
.contact .common-header.no-bg {
    font-size: 40px;
    line-height: 38px;
}
.contact .amh-common-btn {
    font-size: 30px;
}
.explore-bottle .graphic-seperator {
    margin-bottom: 40px;
    margin-top: 40px;
}

.hero-bio-17.graphic-seperator.amh-n-sep {
    margin-bottom: 69px;
}


.name-label {
  height: 54px;
  bottom: 20px;
  padding-left: 105px;
  font-size: 24px;
  line-height: 24px;
  padding-top: 6px;
  padding-right: 12px;
}

.name-label::before,
.name-label::after { 
  border-right-width: 15px;
  right: -15px;
}
.name-label::after {
  border-top-width: 27px;
}
.name-label::before {
  border-bottom-width: 26px;  
}
.name-label span{
  font-size: 17px;
}


.nominate-v2.nominate h3 {
    font-size: 42px;
    line-height: 42px;
}
.nominate .graphic-seperator.amh-n-sep.inside-form {
    margin-top: 52px;
    margin-bottom: 63px;
}
.common-para.para-close {
    margin-bottom: -5px;
    margin-top: 7px;
}
p.steps {
    margin-top: 32px;
    margin-bottom: 5px;
}
#award2 + .rules {
    margin-bottom: 14px;
}
.option-control.prev {
    left: -60px;
}
.option-control.next {
    right: -60px;
}
.option-slider {
    max-width: 380px;
    margin: 0 auto 50px;
}
.option-slider-item label span {
    border: 3px solid #1d417d;
}
.option-slider .indicator {
    bottom: -30px;
}

.contact.thanksVet.detail-section button.amh-common-btn {
    font-size: 24px !important;
    line-height: 41px !important;
    padding-left: 20px !important;
    padding-right: 56px !important;
    border-radius: 23px !important;
}
.contact.thanksVet.detail-section button.amh-common-btn::after,
.thanksVet .submitButtonSection.stackedButtons .amh-common-btn::after {
    width: 44px;
    background-size: 16px auto;
    background-position: 12px center;
}

.thanksVet .submitButtonSection.stackedButtons .amh-common-btn:nth-child(2) {
    margin-top: -30px;
}
.contact.thanksVet.detail-section .amh-common-btn.onLeft {
    padding-left: 56px !important;
    padding-right: 20px !important;
}
.thanksVet.contact .submitButtonSection.stackedButtons .amh-common-btn {
    font-size: 24px !important;
    line-height: 41px !important;
}
.thanksVetForm ul.form-common {
    margin-top: 0;
}

}



@media all and (max-width: 699px){

/*--------agegate--------*/
.age-gate p {
    font-size: 14px;
    line-height: 24px;
    max-width: 380px;
}
/*--------agegate--------*/
}

@media all and (max-width: 599px){
.common-para.last-pg {
    margin-bottom: -10px;
    margin-top: 15px;
}
/*--------agegate--------*/
.tablet .age-gate-body .customSelect .tab-all,
.phone .age-gate-body .customSelect .tab-all{
  height: 42px;
  font-size: 17px;
}
.age-gate-body{
  margin: 15px auto;
  padding: 4px;
  max-width: 420px;
}
.age-gate-inner {
    padding: 44vw 15px 9vw;
}
.age-gate-body h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
}
.age-gate-body .a-label {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 14px;
}
.age-gate-body .detail-section .common-btn {
    font-size: 22px;
    line-height: 26px;
    min-width: 1px;
}
.age-gate-body .detail-section .common-btn span {
    padding: 10px;
}
.age-gate-body li{
  margin-bottom: 16px;
}
.age-gate-body li.detail-section{
  margin: -5px 0 0;
}
.age-gate-body li .row{
  margin-left: -6px;
  margin-right: -6px;
}
.age-gate-body li .dp{
  padding: 0 6px;
}
.age-gate-body .form-control,
.age-gate-body .chosen-container-single a.chosen-single{
  font-size: 17px;
}
.age-gate-body .form-control{
  padding-left: 8px;
  padding-right: 8px;
}
.age-gate-body .chosen-container-single .chosen-single div{
  background-size: 9px auto;
  width: 36px;
}
.age-gate-body .chosen-container-single a.chosen-single{
  line-height: 34px;
}
.age-gate-body .form-control{
  height: 42px;
}
.age-gate p {
    font-size: 11px;
    line-height: 20px;
    max-width: 300px;
}
.age-gate p a {
    background-size: auto 20px;
    padding-left: 24px;
}
.agegate-logo {
    width: 50vw;
    height: 26vw;
    top: 10vw;
}
.age-gate-body label.customRC {
    padding-top: 11px;
    margin-bottom: 0;
    min-height: 42px;
    margin-top: 22px;
}
.age-gate .amh-common-btn {
    font-size: 18px;
    line-height: 44px;
    border-radius: 22px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0px 40px 0 15px;
}
.age-gate .amh-common-btn::after {
    width: 36px;
    background-position: 11px center;
    background-size: 11px auto;
}
.apple .age-gate .amh-common-btn {
  padding-top: 7px;
  line-height: 36px;
}
/*--------agegate--------*/  
/*--------Common Styles--------*/
.main-menu {
    padding: 21px 15px 30px;
    right: -390px;
    width: 390px;
}

body.menu-active{
  padding: 0 390px 0 0;
}
body.menu-active .content-block{
  right: 390px;
}

body.menu-active .content-block .mob-logo {
  right: 390px;
}
.bottle-bg {
  width: 390px;
  right: -390px;
}
.logo-container {
    margin-bottom: 18px;
    padding-bottom: 23px;
}
.logo-container img{
  width: 170px;
}
.main-menu ol {
    margin-bottom: 20px;
    padding-bottom: 7px;
    background-position: 0 bottom;
}
.main-menu ol li{
  margin-bottom: 16px;
}
.main-menu ol li a {
    font-size: 28px;
    line-height: 24px;
}
.main-menu h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
}
.main-menu form,
#signupThanks {
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.main-menu input {
    background-position: 0 12px;
    background-size: 21px auto;
    font-size: 16px;
    height: 40px;
    margin-bottom: 21px;
    padding: 4px 10px 0 32px;
    border-width: 1px;
}
#signupThanks input {
    background-position: 0 10px;
    background-size: auto 17px;
}
.main-menu form button, 
#signupThanks button {
    height: 40px;
    font-size: 18px;
    border-radius: 20px;
    border-width: 1px;
}

.iphone .main-menu form button, 
.iphone #signupThanks button {
    padding-top: 6px;
}
.main-menu form button::after, 
#signupThanks button::after {
    width: 40px;
    border-width: 1px;
    background-position: 11px center;
    background-size: 14px auto;
}
.main-menu ul li {
  margin-right: 15px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.mob-logo {
    padding: 10px 10px 5px;
}
.amh-item.row ,
.landing-slider.row {
    padding-top: 87px;  
}
.hasStickyHeader .mob-logo a img{
  max-width: 70px;
}
.hasStickyHeader .amh-item.row,
.hasStickyHeader .landing-slider.row {
  margin-top: 66px;
}
.mob-logo a img {
    max-width: 90px;
}
body.menu-active .c-hamburger {
    right: 30px;
}
.c-hamburger {
    height: 40px;
    right: 20px;
    width: 40px;
}
.c-hamburger span {
    height: 2px;
    left: 11px;
    right: 11px;
    top: 19px;
}
.c-hamburger span::before, 
.c-hamburger span::after {
    height: 2px;
}
.c-hamburger span::after {
    bottom: -7px;
}
.c-hamburger span::before {
    top: -7px;
}
.detail-section {
    padding: 40px 15px 0;
}
.common-header,
.amh-video-items .common-header {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 6px;
}
.heros-introSection h2.title-lg.common-header {
    font-size: 42px;
    line-height: 38px;
}
.contact.thanksVet .heros-introSection .common-header {
    margin-bottom: 12px;
}
.amh-video-container {
    margin-bottom: 24px;
}
.common-para,
.common-para.special-trtmnt,
.common-para.common-para-lg{
  font-size: 17px;
  line-height: 30px;
}
.graphic-seperator {
    background-size: auto 9px;
    height: 9px;
    margin: 10px auto 20px;
}
.our-heroes .graphic-seperator {
    margin-bottom:24px;
}
.star-seperator {
    background-size: auto 12px;
    height: 12px;
    margin: 16px auto 12px;
}
.detail-section .common-btn {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
    min-width: 1px;
}
.detail-section .common-btn span {
    padding: 10px;
}
.detail-section .text-link a {
    border-width: 1px;
    font-size: 18px;
    line-height: 20px;
}
.detail-section .text-link a::after {
    font-size: 16px;
    right: -8px;
    top: 0;
}

.detail-section .text-link a.textlink-back::after{
  right: auto;
  left: -8px;
}
.footer {
  padding:0 15px; 
}
.footer p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
}
.footer p a{
  background-size: auto 20px;
  padding-left: 25px;
}

.common-for-all{
  margin: 0 0 -96px;
  min-height: 1px;
}
.push{
  height: 95px;
}
.footer {
  min-height: 95px;
}
/*--------Common Styles--------*/

/*--------Our Heroes page--------*/
.our-heroes .media-left {
    padding-right: 15px;
}
.media-left-img img {
    width: 114px;
    height: 114px;
}
ul.heroes-section + .graphic-seperator.amh-n-sep {
    margin-top: 0;
}
.heroes-section h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
    margin-top: 0;
}
.archive .heroes-section h3{
  margin-bottom: 5px;
}
.heroes-section h3 span {
    font-size: 20px;
    line-height: 22px;
    padding-left: 0px;
    margin-top: 5px;
}
.heroes-section p{
  font-size:17px;
  line-height: 30px;
  margin-bottom: 6px;
}
.archive .amh-common-btn.cat2 {
  padding-left: 68px;
  margin-bottom: 25px;
}
.archive .graphic-seperator.amh-n-sep {
    margin-bottom: 40px;
}
.detail-section.our-heroes.archive {
    padding-top: 50px;
}
.detail-section.our-heroes .text-link a {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 2px;
    background-size: 15px auto;
    background-position: 0 3px;    
}
.detail-section.our-heroes .text-link a.watch_video {
    background-size: auto 16px;
    padding-top: 4px;
}
.detail-section.our-heroes .text-link + .text-link {
    margin-top: 10px;
}
.detail-section.our-heroes .text-link a::after {
    left: 20px;
}
.graphic-seperator.h-s-bottom {
    margin-top: -1px;
    margin-bottom: 24px;
}
.detail-section.our-heroes {
    padding-top: 30px;
}
.graphic-seperator.amh-n-sep {
  margin: 20px auto 40px;
}
.our-heroes .amh-common-btn {
  /*
    font-size: 20px;
    line-height: 50px;
    border-radius: 25px;
    padding: 1px 65px 0 25px;
    */
    min-width: 1px;
}
/*
.our-heroes .amh-common-btn::after {
    width: 50px;
    background-position: 15px center;
    background-size: 16px auto;
}
*/
.our-heroes .common-para {
    margin-bottom: 17px;
}
/*--------Our Heroes page--------*/

/*--------Vet-bio page--------*/
.detail-section .text-link a.textlink-back {
    margin-bottom: 20px;
}
.detail-section.vet-bio .text-link {
    margin: 20px 0 10px;
}
.vet-video-container {
    margin: 4px 0 30px;
}
.vet-video-container.when-empty{
  margin: 2px 0;
}
.vet-photo-gallaery{
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  -ms-column-gap: 12px;
  column-gap: 12px;
  margin: 13px 0 12px;
}
.vet-gal-item {
  margin: 0 0 2px;
}
.common-para.custom-margin18 {
    margin-bottom: 15px;
}
/*--------Vet-bio page--------*/

/*--------FAQ page--------*/
.faq h3{
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}
/*--------FAQ page--------*/

/*--------Contact page--------*/
/*
.contact h3,
.nominate h3{
  font-size: 28px;
  line-height: 30px;
}*/
ul.form-common{
  margin-left: -7px;
  margin-right: -7px;
}
ul.form-common li{
  padding: 0 7px;
  margin-bottom: 16px;
}
.form-control {
    font-size: 18px;
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
}
textarea.form-control {
    height: 260px;
    line-height: 26px;
    padding-top: 15px;
    display: block;
}
.asterisk {
    font-size: 16px;
    line-height: 16px;
}
label.customRC {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 18px;
    padding-bottom: 2px;
    padding-left: 50px;
    padding-top: 2px;
}
.nominate-v2.nominate .amh-common-btn {
    min-width: 1px;
}
label.customRC.oneLiner {
  padding-top: 12px;
}
label.customRC a{
  line-height: 20px;
}
label.customRC span{
  width: 36px;
  height: 36px;
}
.contact form h3{
  margin-bottom: 0;
  margin-top: 0;
}
.contact .asterisk {
    margin-bottom: 10px;
    margin-top: -6px;
}
.chosen-container-single a.chosen-single {
    font-size: 18px;
    line-height: 36px;
    padding: 6px 26px 0 12px;
}
.chosen-container .chosen-results li {
    font-size: 18px;
    padding: 5px 6px;
}
.chosen-container-single .chosen-single div {
    background-size: 8px auto;
    width: 25px;
}
.contact .thanksMsgSection {
    margin-bottom: 40px;
}


.tablet .customSelect .tab-all,
.phone .customSelect .tab-all{
  font-size: 18px;
  height: 44px;
  padding-left: 12px;
  padding-right: 26px;
  padding-top: 6px;
}
.tablet .customSelect .tab-all span,
.phone .customSelect .tab-all span{
  width: 40px;
  background-size: 8px auto;
}
/*--------Contact page--------*/

/*--------Nominate page--------*/
.nominate h3 {
    margin-bottom: 12px;
}
.nominate .common-para.tab-por{
  margin-bottom: 8px;
}
.drop-section {
  padding: 10px; 
  height: 60vw;
  background-size: auto 42vw;
}
.asterisk.new-amh {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px;
    line-height: 18px;
}
p.steps {
    height: 8px;
    margin-top: 24px;
    margin-bottom: 15px;
}
p.steps .bullets span {
    height: 8px;
    margin: 0 1px;
    width: 8px;
}
.nominate h5.common-header {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.checkbox-block {
    margin-bottom: 18px;
}

.thanksMsgSection{
  padding: 4px;
  margin-bottom: 15px;
}
.thanksInner{
  padding: 10vw 15px;
}
.thanksMsgSection h2 {
    background-size: auto 12px;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 18px;
    padding-bottom: 30px;
}
.thanksMsgSection p {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 26px;
}
.thanks-share span {
    font-size: 24px;
    line-height: 42px;
}
.thanks-share .inline-block a {
    width: 42px;
    height: 42px;
    margin-left: 20px;
    top: -4px;
}
/*--------Nominate page--------*/

/*--------Explore bottle page--------*/

.col-40{
  padding:  30px 12vw 0;
  background-position: right 96%;
}
.col-40.bottle-necker {
  padding: 30px 0 0;
  width: 270px;
  float: none;
  margin: 0 auto;
}
.explore-bottle .indicator ul li a {
    height: 8px;
    width: 8px;
}
.bottle-slider-item {
    bottom: 25px;
}
.animated-circle {
    width: 52px;
    height: 52px;
    top: 57%;
}
.animated-circle span {
    width: 42px;
    height: 42px;
    line-height: 46px;
    font-size: 20px;
}
.explore-window{
  padding: 0 15px; 
}
.story-body{
  padding: 20px 20px 16px;
}
.story-body h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}
.story-body p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 2px;
}
.story-body h3 a {
    font-size: 24px;
}

/*--------Explore bottle page--------*/
.thanksMsgSection.nominationClosed {
    margin-top: 12px;
}

/*-------AMH phase 3-------*/
/*----Landing page----*/
.amh-slider-item h2 {
    margin-top: 7vw;
}
.amh-slider-item p {
    font-size: 4.7vw;
    margin-bottom: 2vw;
}

.landing-hero .amh-slider-item p {
    margin-bottom: 2vw;
}
.amh-slider-item .amh-common-btn {
    margin: 0;
}
.hero-grid {
    margin-top: 30px;
}
.hero-grid .hero-grid-item .media-left img {
    width: 114px;
    height: 114px;
}
.hero-grid .hero-grid-item .media-left {
    padding-right: 15px;
}
.hero-grid-item h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
}
.hero-grid-item h3 {
    font-size: 20px;
    line-height: 22px;
    padding-left: 0px /*28px*/;
    background-size: 16px auto;
    margin-bottom: 7px;
}
.blueV .hero-grid-item h3 {
  font-size: 18px;
}
.hero-grid .hero-grid-item .media-left img {
  border-width: 2px;
}
.hero-grid-item h3.lt {
    background-size: 7px auto;
    background-position: 0 7px;
}
.media.blockMedia .media-left img {
  margin: 0 auto 17px;
}
.hero-grid-item p a {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 2px;
    background-size: 15px auto;
    background-position: 0 3px;
}
.amh-common-btn {
    font-size: 20px;
    line-height: 38px;
    border-radius: 21px;
    padding: 2px 58px 0 20px; 
    margin-bottom: 55px;
    margin-top: 10px;
    min-width: 1px;
}
.uploadPdfs .record-video_control {
  padding-left: 0;
}
.vq .record-video_control button {
  padding-right: 80px;
}
.apple .amh-common-btn{
  padding-top: 6px;
  line-height: 34px;
}
.landing-slider .amh-slider-item a {
    font-size: 20px;
    line-height: 38px;
    border-radius: 21px;
    padding: 2px 58px 0 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
.hero-grid-item p .watch_video {
    background-size: auto 17px;
    padding-top: 4px;
}
.hero-grid-item p {
    margin-bottom: 8px;
}
img.sliderFxdBtle {
    bottom: -10px;
}
.amh-slider-item .star {
  height: 18px;
  margin: 0 0 12px;
}
.foundation-intro img {
  width: 150px;
}
.foundation-intro .common-para {
  margin: 1.4em auto .6em;
}
.detail-section.heros-introSection.blueV {
  padding-top: 52px;
  padding-bottom: 0px;
  margin: 0 0 30px;
}
.homeSignUpSection {
  margin-bottom: 25px;
}
.computer .detail-section.heros-introSection.blue {
  margin-bottom: 34px;
}
.sep-star-white {
  height: 16px;
  margin-top: 18px;
}


.homeNewsletter .amh-common-btn {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 38px;
    border-radius: 21px;
    padding: 2px 58px 0 20px;    
}
.homeNewsletter .amh-common-btn::after {
    width: 46px;
    background-position: 14px center;
    background-size: 16px auto;
}
.amh-common-btn::after {
    width: 46px;
    background-position: 14px center;
    background-size: 16px auto;
}
.hero-grid-item p a::after {
    left: 20px;
}
.hero-grid-item h4.common-para {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 21px;
}

.homepage .hero-grid-item h4.common-para {
  font-size: 21px !important;
}
.amh-common-btn::after {
    width: 46px;
    background-position: 14px center;
    background-size: 16px auto;
}
.amh .star-seperator {
    height: 14px;
    background-size:  auto 100%;
    margin-bottom: 12px;
    margin-top: 0;
}

.footer p {
    font-size: 12px;
    line-height: 24px;
}
.footer p a {
    background-size: auto 24px;
    padding-left: 30px;
}
/*----Landing page----*/

/*------bio page------*/

.bio-control {
    margin-bottom: 25px;
}
.bio-control .common-header.no-bg{
  font-size: 44px;
  line-height: 46px;
  margin-bottom: 5px; 
}
.bio-control h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
.bio-control h3 span.spc {
    background-position: 0 7px;
    background-size: auto 15px;
}
.bio-control h3 span.lt {
    background-position: 0 4px;
    background-size: auto 19px;
    padding-left: 20px;
}
.bio-control h3 span.ssgt {
    background-position: 0 2px;
    background-size: auto 23px;
}
.bio-control h3 span.cw {
    background-position: 0 8px;
    background-size: 17px auto;
}
.bio-control h3 span.sgt {
    background-position: 0 6px;
    background-size: auto 17px;
}
.bio-control h3 span.sfc {
    background-position: 0 1px;
    background-size: auto 26px;
}

.bio-control h3 span.capt {
    background-position: 0 6px;
    background-size: auto 16px;
}

.bio-control h3 span.po {
    background-position: 0 3px;
    background-size: 15px auto;
}
.bio-control h3 span.tsgt {
    background-position: 0 7px;
    background-size: auto 15px;
}
.bio-control h3 span.ssg {
    background-size: auto 26px;
}
.bio-control h3 span.cs3 {
    background-position: 0 7px;
    background-size: auto 14px;
}
.bio-control h3 span {
    padding-left: 0px /*28px*/;
}
.vet-bio .common-para.custom-margin18 {
    margin-bottom: 35px;
}
.vet-social-share {
    margin: 20px auto 30px;
}

.detail-section.vet-bio .text-link {
    margin: 25px 0 25px;
}
.detail-section .text-link.row.bio-share_special {
    margin: 35px 0 8px;
}
.vet-photo-gallaery {
  margin: 15px 0 15px;
}
.vet-social-share .inline-block span{
  font-size: 24px;
  line-height: 30px;
  margin-right: 20px;
}
.detail-section.our-heroes .text-link .vet-social-share a {
  width: 30px;
  height: 30px;
  top: -5px;
  margin-right: 20px;
}

.bio-control .bio-prev, 
.bio-control .bio-next {
  padding-left: 24px;
  background-size: 15px auto;
  font-size: 24px;
  line-height: 30px;
  background-position-y: 3px;
} 
.bio-control .bio-next {
  padding-left: 0 !important;
  padding-right: 24px !important;;
}
.vet-bio.detail-section.our-heroes .text-link a{
  padding-right: 28px !important;
  background-size: 19px auto;
  font-size: 24px;
  line-height: 30px;
  background-position-y: 8px;
}
.vet-bio.detail-section.our-heroes .text-link a.textlink-back{
  padding-left: 28px !important;
  padding-right: 0 !important;
}
/*------bio page------*/
.nominate .graphic-seperator.amh-n-sep {
    margin-top: 45px;
}
.nominate #step3 .amh-common-btn {
    margin-top: 0;
    margin-bottom: 0;
}
.nm-section-gap {
    margin-top: 26px !important;
}
.nm-section-gap + .common-para {
    margin-bottom: 30px;
}
.drop-section {
    padding: 10px 10px 10px 96px;
    height: 100px;
    background-size: 65px auto;
    background-position: 15px center;
}
.drop-section h4, .drop-section h4 a {
    font-size: 18px;
}
.drop-section h4 {
    margin-top: 31px;
}
.drop-section h4 a::after {
    right: -13px;
    font-size: 22px;
}
.nominate .amh-common-btn {
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 26px;
}
.nominate .common-header.start-title {
    margin-bottom: 12px;
}
.our-heroes .amh-video-items:nth-child(3) .common-para {
  margin-bottom: 16px;
}
.faq .graphic-seperator.amh-n-sep, 
.detail-section.faq .text-link {
    margin: 36px auto 46px;
}
.detail-section.faq p .faq-learnmore {
    line-height: 20px;
    font-size: 18px;
    padding-left: 23px;
    background-size: 15px auto;
    margin-top: 10px;
    margin-bottom: 14px;
}
.faq-learnmore::after {
    left: 23px;
}
.detail-section.faq .text-link .backtotop {
    font-size: 20px;
    line-height: 23px;
    padding-right: 18px;
    padding-right: 24px;
    background-size: 14px auto;
}
.contact .common-header.no-bg {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 32px;
}
.contact li .common-header.no-bg {
    margin-top: 30px;
    margin-bottom: 5px;
}
.explore-bottle .graphic-seperator {
    margin-bottom: 30px;
    margin-top: 25px;
}
.explore-bottle .graphic-seperator.last-bot {
    margin-bottom: 38px;
    margin-top: 38px;
}

.amh-video-container.bio-page-video {
    margin-top: 22px;
    margin-bottom: 44px;
}
.hero-bio-17 .common-para.custom-margin18 {
    margin-bottom: 15px !important;
}
.hero-bio-17.graphic-seperator.amh-n-sep {
    margin-bottom: 42px;
}

.nominate-v2.nominate h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
}
.nominate .graphic-seperator.amh-n-sep.inside-form {
    margin-top: 32px;
    margin-bottom: 43px;
}
.amh-item.amh-contact-banner-19 {
    min-height: 116px;
}
.special-top img {
    height: 28px;
}
.contact .heros-introSection .common-header {
    background-size: auto 18px;
    padding-bottom: 28px;
    margin-bottom: 12px;
}
.contact .heros-introSection {
    margin-bottom: 35px;
    padding-bottom: 24px;
}

.option-slider {
    width: 240px;
    margin-bottom: 40px;
}
.option-slider .indicator {
    bottom: -24px;
}
.option-control {
    width: 30px;
    background-size: 26px auto;
    font-size: 14px;
    line-height: 14px;
    padding-top: 34px;
}
.option-control.prev {
    left: -50px;
    background-position-x: right;
}
.option-control.next {
    right: -50px;
    background-position-x: left;
}
.option-slider .indicator ul li {
    margin: 0 6px;
}


.thanksVet .submitButtonSection .amh-common-btn {
    width: 100% !important;
}
.thanksVet .submitButtonSection .amh-common-btn:first-child {
  margin-bottom: 15px !important;
}

.contact.thanksVet .heros-introSection {
    margin-bottom: 37px;
}
.option-slider.option-slider_static {
    margin-bottom: 30px;
}
.text-center.submitButtonSection {
    display: block !important;
}
.contact.thanksVet.detail-section button.amh-common-btn {
    font-size: 18px !important;
    line-height: 35px !important;
    padding-left: 20px !important;
    padding-right: 47px !important;
    border-radius: 20px !important;
}
.contact.thanksVet.detail-section button.amh-common-btn::after,
.thanksVet .submitButtonSection.stackedButtons .amh-common-btn::after {
    width: 34px;
    background-size: 12px auto;
    background-position: 10px center;
}
.contact.thanksVet.detail-section .amh-common-btn.onLeft,
.contact.thanksVet.detail-section .submitButtonSection .amh-common-btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contact.thanksVet .checkbox-block {
    margin-bottom: 20px;
}
.thanksVet .submitButtonSection.stackedButtons .amh-common-btn:nth-child(2) {
  margin-top: 0;
}
/*----Covid Page----*/    
.covid-header {
  padding: 105px 0 60px;
}
.covid-header img {
  max-width: 70%;
}  
.covid-sizer .common-para.lg {
  font-size: 20px;
}
.covid-intro {
  padding-bottom: 30px;
  margin-bottom: 22px;
}
.covid-sizer .covidstep-1 .common-header {
  margin-bottom: 14px !important;
}
.covid-sizer .apply-now {
  margin: 14px 0 40px;
}
label.form-label {
  font-size: 20px;
}
label.form-label span {
  font-size: 14px;
}
.covid-sizer .common-list li, 
.covid-sizer .common-para,
.covid-sizer .common-list.input-hint li,
.covid-sizer label.customRC {
  font-size: 17px;
}
.covid-sizer label.customRC span {
  width: 30px;
  height: 30px;
  top: 0;
}
.covid-sizer label.customRC {
  padding-left: 42px;
  padding-top: 6px;
}
.covid-sizer label.customRC.multiline {
  padding-top: 2px;
}
.record-video_control {
  margin-top: 0;
  margin-bottom: 30px;
}
.about-veteran-information.program-infos {
  margin-bottom: 10px;
}

span.graphic-seperator.amh-n-sep.about-seperator {
  margin-top: 23px;
  margin-bottom: 42px;
}

span.graphic-seperator.amh-n-sep.video-presentation-seperator {
  /* margin-top: 3px; */
  margin-bottom: 44px;
}

span.graphic-seperator.amh-n-sep.organization-seperator {
  margin-top: 50px;
  margin-bottom: 45px;
}
/*----Covid Page----*/ 
.vq .nominate-step .amh-common-btn.back {
  margin-bottom: 0;
}
.vq .covid-sizer .form-common li {
    margin-bottom: 25px;
}

.row.form-common.lastref li.margin-bottom-0 {
  margin-bottom: 25px !important;
}
.vq .covid-sizer label.customRC {
    min-height: 1em;
}
.vq .graphic-seperator.amh-n-sep {
    margin-top: 38px !important;
    margin-bottom: 35px !important;
}
.vq .photo-example {
    padding: 12px 0 18px;
}
.landing-slider.slim-header {
  padding-bottom: 50px;
}
}

@media all and (max-width: 599px) and (min-width: 450px){
.common-para ,
.common-para.special-trtmnt,
.common-para.common-para-lg{
    font-size: 21px;
    line-height: 34px;
}
}


@media all and (max-width: 505px){
.common-for-all{
  margin: 0;
}
.push{
  display: none;
}
.footer {
  min-height: 1px;
}
.col-40{
  padding:  26px 12vw 0;
  background-position: right 96%;
}
.col-40.bottle-necker {
  padding: 26px 0 0;
  width: 190px;
  margin: 0 auto;
  float: none;
}
.contact .amh-common-btn {
    font-size: 22px;
    padding-top: 4px;
}
.nominate .amh-common-btn {
    padding-top: 3px;
}
.contact .checkbox-block {
    margin-bottom: 30px;
}
}

@media all and (max-width: 479px){
.footer p {
    font-size: 11px;
    line-height: 24px;
}  
.footer .disclaimers p {
  font-size: 10px;
}
.footer .disclaimers a img {
  width: 49px;
  height: 34px;
}
/*--------Common Styles--------*/
.main-menu {
    padding: 21px 15px 30px;
    right: -330px;
    width: 330px;
}
.bottle-bg {
  width: 330px;
  right: -330px;
}
body.menu-active{
  padding: 0 330px 0 0;
}
body.menu-active .content-block{
  right: 330px;
}
body.menu-active .content-block .mob-logo {
  right: 330px;
}
body.menu-active .c-hamburger {
    right: 20px;
}
.main-menu ul {
    margin-bottom: 40px;
    margin-top: 12px;
}
/*--------Common Styles--------*/


/*--------Explore bottle page--------*/

.bottle-control {
    top: 12%;
    width: 35px;
    height: auto;
    background-size: 33px auto;
    padding-top: 44px;
    font-size: 21px;
    line-height: 18px;
}
/*--------Explore bottle page--------*/

/*----Landing page----*/
.hero-grid .hero-grid-item .media-left img {
    width: 84px;
    height: 84px;
}
.hero-grid .hero-grid-item .media-left {
    padding-right: 16px;
}
.landing-slider .amh-slider-item a {
    font-size: 18px;
    line-height: 35px !important;
    border-radius: 20px;
    padding: 5px 47px 0 20px !important;
    margin-bottom: 0;
    margin-top: 7px;
}
.homeNewsletter .amh-common-btn {
    margin-bottom: 0px; 
    font-size: 18px;
    line-height: 35px;
    border-radius: 20px;
    padding: 5px 47px 0 20px;
}
.amh-common-btn::after {
    width: 34px;
    background-position: 10px center;
    background-size: 12px auto;
}
.homeNewsletter .amh-common-btn::after {
    width: 34px;
    background-position: 10px center;
    background-size: 12px auto;
}
.heros-introSection .graphic-seperator.amh-n-sep {
    margin-bottom: 45px;
    margin-top: 5px;
}
.hero-grid-item h4.common-para {
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 17px;
}

.homepage .hero-grid-item h4.common-para {
  font-size: 17px !important;
}
.nominateCTA .common-para {
    margin-bottom: 12px;
}
.nominateCTA .common-header.blue {
    margin-bottom: 8px;
}
.hero-grid-item h3.ssgt {
    background-position: 0 0px;
}
.hero-grid-item h3.sgt {
    background-position: 0 3px;
}
.hero-grid-item h3.sfc {
    background-position: 0 0px;
    padding-top: 6px;
}
.amh-common-btn {
    font-size: 18px;
    line-height: 35px;
    border-radius: 20px;
    padding: 5px 47px 0 20px;
    margin-bottom: 35px;
    margin-top: 0;
    min-width: 1px;
}
.vq .record-video_control button {
  padding-right: 56px;
}
.amh-common-btn::after {
    width: 34px;
    background-position: 10px center;
    background-size: 12px auto;
}
.media-left-img img {
    width: 84px;
    height: 84px;
}
.our-heroes .media-left {
    padding-right: 12px;
}

.our-heroes .amh-common-btn {
  /*
    font-size: 18px;
    line-height: 40px;
    border-radius: 20px;
    padding: 1px 50px 0 15px;*/
    min-width: 1px;
    margin-bottom: 40px;
}
/*
.our-heroes .amh-common-btn::after {
    width: 40px;
    background-position: 11px center;
    background-size: 13px auto;
}*/
.heroes-section h3 span.sgt {
    background-position: 0 3px;
}
.archive .media-left-img img {
    width: 104px;
    height: 104px;
}
.archive .amh-common-btn.cat2 {
    padding: 3px 20px 0 55px !important;
    margin-top: 18px;
}

/*------bio page------*/
.bio-control {
    margin-bottom: 0px;
}
.bio-control .common-header.no-bg{
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 5px; 
}
.bio-control h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
  padding-left: 60px;
  padding-right: 60px;
} 
.bio-control h3 span.spc {
    background-position: 0 4px;
    background-size: auto 15px;
}
.bio-control h3 span.ssgt {
    background-position: 0 0;
}
.bio-control h3 span.sgt {
    background-position: 0 3px;
    background-size: auto 17px;
}
.bio-control h3 span.cw {
    background-position: 0 6px;
}

.bio-control h3 span.capt {
    background-position: 0 5px;
    background-size: auto 14px;
}
.bio-control h3 span.sfc {
    background-position: 0 0;
    background-size: auto 23px;
}

.bio-control h3 span.po {
    background-position: 0 0;
    background-size: 14px auto;
}
.bio-control h3 span.tsgt {
    background-position: 0 5px;
    background-size: auto 14px;
}
.bio-control h3 span.ssg {
    background-size: auto 22px;
    background-position: 0 0;
}
.bio-control h3 span.cs3 {
    background-position: 0 5px;
    background-size: auto 13px;
}
.vet-social-share .inline-block span{
  font-size: 18px;
  line-height: 30px;
}
.detail-section.our-heroes .text-link .vet-social-share a {
  top: -4px;
}
.bio-control .bio-prev, 
.bio-control .bio-next {
  padding-left: 18px;
  background-size: 13px auto;
  font-size: 20px;
  line-height: 26px;
  background-position-y: 3px;
} 
.bio-control .bio-next {
  padding-left: 0 !important;
  padding-right: 18px !important;;
}
.vet-bio.detail-section.our-heroes .text-link a{
  padding-right: 20px !important;
  background-size: 17px auto;
  font-size: 16px;
  line-height: 26px;
  background-position-y: 5px;
}
.vet-bio.detail-section.our-heroes .text-link a::after {
    left: 0 !important;
    right: 20px !important;
}
.vet-bio.detail-section.our-heroes .text-link a.textlink-back{
  padding-left: 20px !important;
  padding-right: 0 !important;
}
.vet-bio.detail-section.our-heroes .text-link .textlink-back::after {
    left: 20px !important;
    right: 0 !important;
}
.vet-bio .common-para.custom-margin18 {
    margin-bottom: 30px;
}
.vet-social-share {
    margin: 10px auto 20px;
}
/*------bio page------*/
.bio-control h3 span.lt {
    background-position: 0 3px;
    background-size: auto 16px;
    padding-left: 17px;
}
.thanksMsgSection p br{
  display: none !important;
}
.drop-section {
    padding: 10px 10px 10px 76px;
    height: 70px;
    background-size: 54px auto;
    background-position: 10px center;
}
.drop-section h4 {
    margin-top: 16px;
}
.drop-section h4, .drop-section h4 a {
    font-size: 14px;
}
.drop-section h4 a {
    line-height: 16px;
    margin: 0 12px 0 0;
}
.drop-section h4 a::after {
    right: -10px;
    font-size: 19px;
}
textarea.form-control {
    height: 200px;
}
#storyDiv textarea.form-control {
    height: 260px;
}
label.customRC {
    font-size: 16px;
    margin-bottom: 14px;
}
.checkbox-block {
    margin-bottom: 15px;
    margin-top: 10px;
}
.nominate .amh-common-btn {
    font-size: 18px;
}
.nominate .amh-common-btn::after {
    width: 40px;
    background-position: 10px center;
    background-size: 16px auto;
}
.faq .graphic-seperator.amh-n-sep, .detail-section.faq .text-link {
    margin: 30px auto 38px;
}
.detail-section.faq p .faq-learnmore {
    line-height: 14px;
    font-size: 13px;
    padding-left: 16px;
    background-size: 11px auto;
    margin-top: 10px;
    margin-bottom: 0;
}
.faq-learnmore::after {
    left: 16px;
}
.our-heroes .amh-video-items .common-para {
  padding-left: 5px;
  padding-right: 5px;
}

.name-label {
  height: 40px;
  bottom: 10px;
  padding-left: 78px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 5px;
  padding-right: 10px;
}

.name-label::before,
.name-label::after { 
  border-right-width: 10px;
  right: -10px;
}
.name-label::after {
  border-top-width: 20px;
}
.name-label::before {
  border-bottom-width: 20px;  
}
.name-label span{
  font-size: 15px;
}
.nominate-v2.nominate h3 {
    font-size: 24px;
    line-height: 24px;
}
#award .nominate-v2.nominate h3 {
  margin-top: 0;
}
.detail-section.vet-bio .text-link {
    margin: 10px 0 5px;
}
.foundation-intro .common-para {
  margin: 1.3em auto 1em;
}
.heros-introSection h2.title-lg.common-header {
  font-size: 38px;
  line-height: 38px;
}
.detail-section.heros-introSection.blueV {
  padding-top: 40px;
  margin-top: 5px;
}
.blueV .hero-grid-item h3 {
  font-size: 16px;
}
.blueV .hero-grid-item p a {
  margin-top: 0;
}
.blueV .hero-grid-item {
  margin-bottom: 30px;
}
.homeSignUpSection {
  margin-bottom: 35px;
}
.foundation-intro {
  margin-top: -10px;
}
.hero-grid-item .blockMedia h2 {
  margin-bottom: 2px;
}
}


@media all and (max-width: 389px){
/*--------Common Styles--------*/
.main-menu {
    right: -270px;
    width: 270px;
}
.bottle-bg {
  width: 270px;
  right: -270px;
}
body.menu-active{
  padding: 0 270px 0 0;
}
body.menu-active .content-block{
  right: 270px;
}
body.menu-active .content-block .mob-logo {
  right: 270px;
}
body.menu-active .c-hamburger {
    right: 10px;
}
.common-header {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 14px;
}
.nominate h5.common-header {
    font-size: 28px;
    line-height: 30px;
}
.common-para,
.common-para.special-trtmnt,
.common-para.common-para-lg {
    font-size: 17px;
    line-height: 28px;
}
.main-menu h2 {
    font-size: 14px;
    line-height: 16px;
}
.hero-grid-item h2 {
    font-size: 28px;
    line-height: 30px;
}
.hero-grid-item h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
}
/*--------Common Styles--------*/

.thanksMsgSection h2 {
    font-size: 24px;
    line-height: 30px;
}
.thanksMsgSection p {
    font-size: 20px;
    line-height: 28px;
}
.thanks-share span {
    font-size: 20px;
    line-height: 32px;
}
.thanks-share .inline-block a {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    top: -3px;
}
.nominate #step3 .common-header.blue {
    margin-top: 24px;
}
.bio-control h3 {
  padding-left: 50px;
  padding-right: 50px;
}

}

@media all and (max-width: 368px){

.bio-control h3 {
  padding-left: 40px;
  padding-right: 40px;
}  
}

@media all and (max-width: 349px){

/*--------Our Heroes page--------*/
.detail-section.our-heroes .common-btn {
    font-size: 20px;
}
/*--------Our Heroes page--------*/
}









/*--------Mobile Styles--------*/










/*--------only Webkit Styles--------*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.main-form input{
  padding-top: 5px !important;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 991px) { 

.age-gate-body .form-control{
  padding-top: 8px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 992px) { 
  .detail-section.our-heroes .text-link a{
    background-position-y: 1px; 
  }
  .amh-common-btn {
    padding-top: 3px;
  }

}


@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1600px) { 
  .detail-section.our-heroes .text-link a{
    background-position-y: 0px; 
  }
  .amh-common-btn {
    padding-top: 2px;
  }
}
/*--------only Webkit Styles--------*/


/* Video Progress bar*/
.video-button-container{
  display: flex;
}

.video-progress,
.file-progress{
  width: 340px;
  margin: 0;
  background: #ccc;
  border-radius: 2px;
  height:2px;
}
.video-progress-bar,
.file-progress-bar{
  background: #4caf50;
  width: 0;
  height: 4px;
  display: block;
  border-radius: 4px;
  color: #000;
  line-height: 28px;
  text-align: right;
  font-size: 12px;
}


@media screen and (max-width: 539px) {
  
  .video-progress,
  .file-progress{
    width: 260px;
    margin: 0;
    background: #ccc;
    border-radius: 2px;
  }
}


@media screen and (max-width: 767px) {
  .audio-list.row .hero-grid-item {
    width: 100%;
    margin: 10px 0;
  }
  .audio-col a {
    height: 250px;
  }
  .playIcon {
    max-width: 60px;
  }
  .star-seperator.equal-space {
    margin: 30px 0 28px !important;
  }
}


.vet-gal-item.show-description:hover div {
    opacity: 0;
}
.show-description:hover span {
    opacity: 0;
}
.show-description:hover img{
  filter:blur(0px);
  -moz-filter:blur(0px);
  -webkit-filter:blur(0px);
  -ms-filter:blur(0px);
}

.owl-nav {
    display: none;
}
ul.common-list.flexedList li span:first-child {
  padding-right: 10px;
  min-width: 40px;
  display: flex;
  justify-content: center;
}


@media print{
  .amh-item.amh-contact-banner-19{
    background-color: #000000;
  }
  .covid-header {
    padding-top: 110px !important;
  }
  .main-menu,
  .checkEligibility,
  .mob-logo,
  .amh-common-btn::after{
    display: none !important;
  }
  .print-fix1{
    padding-bottom: 40px !important;
  }
  .print-fix2{
    padding-top: 80px !important;
  }
  .print-fix4{
    padding-top: 40px !important;
  }
  textarea.print-fix3{
    height: 130px !important;
  }
  span.graphic-seperator.amh-n-sep.organization-seperator {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
