@font-face {
    font-family: 'webUHGSans';
    src: url("/resources/hpp/1000/UHGSansRegular.eot");
    src: url("/resources/hpp/1000/UHGSansRegular.woff2") format("woff2"),url("/resources/hpp/1000/UHGSansRegular.woff") format("woff"),url("/resources/hpp/1000/UHGSansRegular.ttf") format("truetype"), url("/resources/hpp/1000/UHGSansRegular.eot") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'webUHGSans';
    src: url("/resources/hpp/1000/UHGSansMedium.eot");
    src: url("/resources/hpp/1000/UHGSansMedium.woff2") format("woff2"),url("/resources/hpp/1000/UHGSansMedium.woff") format("woff"),url("/resources/hpp/1000/UHGSansMedium.ttf") format("truetype"), url("/resources/hpp/1000/UHGSansMedium.eot") format("embedded-opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'webUHGSans';
    src: url("/resources/hpp/1000/UHGSansBold.eot");
    src: url("/resources/hpp/1000/UHGSansBold.woff2") format("woff2"),url("/resources/hpp/1000/UHGSansBold.woff") format("woff"),url("/resources/hpp/1000/UHGSansBold.ttf") format("truetype"), url("/resources/hpp/1000/UHGSansBold.eot") format("embedded-opentype");
    font-weight: 700;
    font-style: normal;
}

.left, .footer-2 .col:nth-child(1) {
    float: left;
}

.right, .footer-2 .col:nth-child(2) {
    float: right;
}

.clearfix:after, .input-row .date:after, .footer-2 .container:after {
    content: '';
    display: table;
    clear: both;
}

html, body {
    height: 100%;
}

* {
    padding: 0;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #8196a3;
    font-family: 'webUHGSans',Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
}

a, a:visited {
    color: #003da1;
    text-decoration: none;
}

    a:hover, a:actve {
        opacity: .6;
        text-decoration: underline;
    }

.wrap {
    background: #8196a3;
    background: -moz-linear-gradient(top,#8196a3 0,#5d6b73 100%);
    background: -webkit-linear-gradient(top,#8196a3 0,#5d6b73 100%);
    background: linear-gradient(to bottom,#8196a3 0,#5d6b73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gray',endColorstr='#5d6b73',GradientType=0);
    min-height: 100%;
    margin-bottom: -60px;
}

    .wrap:after {
        content: "";
        display: block;
        height: 60px;
    }

.container {
    width: 990px;
    margin: auto;
    margin-bottom: 10px;
    max-width: 90%;
}

.container h2 {
    color: #003da1;
    font-weight: 700;
    font-size: 1.571em;
} 

.top {
    height: 80px;
    background: #fff;
    width: 100%;
    border-bottom: 2px solid #c0e9ff;
}

    .top .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .top .logo {
        background-image: url("/resources/hpp/1000/logo_uh_lg.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 33px;
        width: 398px;
    }

@media(max-width:767px) {
    .top .logo {
        background-image: url("../../../paypagesSTAGE/1000-default/resources/logo_uh_sm.png");
        height: 80%;
        width: 50%;
    }
}

.top .phone {
    color: #003da1;
    font-weight: 700;
    font-size: 1.500em;
}

@media(min-width:768px) {
    .top .phone:before {
        content: 'Sales: ';
        font-size: .667em;
        font-weight: 400;
    }
}

@media(max-width:767px) {
    .top .phone {
        font-size: 1.2em;
    }
}

@media(max-width:767px) {
    .top {
        height: 70px;
    }
}

.btn {
    color: #383838;
    background: linear-gradient(to bottom,#ffa523 40%, #ff8018 100%);
    background: #ffa523;
    
    background: -moz-linear-gradient(top,#ffa523 40%,#ff8018 100%);
    background: -webkit-linear-gradient(top,#ffa523 40%,#ff8018 100%);
    background: linear-gradient(to bottom,#ffa523 40%,#ff8018 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8018',endColorstr='#ff8018',GradientType=0);

    height: 42px;
    line-height: 37px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 2px rgba(255,255,255,255.4);
    text-decoration: none;
    cursor: pointer;
}

.btn:hover, .btn:focus {
    background: #ffcc23;
    background: -moz-linear-gradient(top,#ffcc23 0,#ffa523 100%);
    background: -webkit-linear-gradient(top,#ffcc23 0,#ffa523 100%);
    background: linear-gradient(to bottom,#ffcc23 0,#ffa523 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc23',endColorstr='#ffa523',GradientType=0);
    -webkit-box-shadow: 0 0 15px 3px #fff;
    box-shadow: 0 0 15px 3px #fff;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}

.btn-prev {
    position: relative;
}

    .btn-prev .btn {
        padding-left: 30px;
    }

.btn-prev .btn:before {
        content: '';
        display: inline-block;
        border-top: 5px solid transparent;
    	border-right: 5px solid #000;
        border-bottom: 5px solid transparent;
        margin-right: 10px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
 
}

.content .container {
    background: #fff;
    border: 1px solid #c0e9ff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 20px 25px;
    border-bottom: 0;
}

@media(max-width:767px) {
    .content .container {
        padding: 10px 5px;
    }
}

.content .row {
    margin: 10px 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 100%;
}

@media(max-width:767px) {
    .content .row {
        flex-direction: column;
    }
}

.content .row .col {
    min-width: 275px;
}

    .content .row .col:nth-child(1) {
        flex-grow: 1;
        -ms-flex: 1;
        max-width: 40%;
    }

        .content .row .col:nth-child(1) input[type=button] {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            margin: 10px 0 10px;
        }

    .content .row .col:nth-child(2) {
        flex-grow: 2;
        max-width: 58%;
    }

@media(min-width:768px) {
    .content .row .col:nth-child(2) {
        margin-left: 20px;
    }
}

@media(max-width:767px) {
    .content .row .col {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.content p {
    font-size: 1.214em;
    line-height: 1.214em;
    margin: 0 0 0px;
}

h1 {
    font-size: 3.714em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    padding: 15px 0;
}

    h1 span:before {
        content: '';
        padding: 0 15px;
    }

@media(max-width:767px) {
    h1 span {
        display: block;
        font-size: 75%;
    }

        h1 span:before {
            display: none;
        }
}

@media(max-width:1023px) {
    h1 {
        font-size: 200%;
    }
}

h2 {
    color: #003da1;
    font-weight: 400;
    font-size: 2.571em;
    display: inline-block;
}

.panel h2 {
    color: #003da1;
    font-weight: 700;
    font-size: 1.571em;
} 

@media(max-width:767px) {
    h2 {
        font-size: 2em;
    }
}

h3 {
    color: #003da1;
    font-weight: 700;
    font-size: 1.571em;
}

@media(max-width:767px) {
    h3 {
        font-size: 1.2em;
    }
}

.panel {
    border: 1px solid #00a8f7;
    padding: 0 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.panel-heading {
    padding: 15px 0;
}

.panel-body {
    background: rgb(215, 215, 215);
    padding: 7pt;
}

    .panel-body .accepted-cards {
        background: url("/resources/hpp/1000/cards.png") center center no-repeat;
        background-size: contain;
        width: 100%;
        height: 60px;
        margin: 0 auto 10px;
    }


@media(max-width:767px) {
    .panel {
        padding: 0 5px 10px;
    }
}

.input--large-image-aside {
    display: inline-block;
    height: 2.225rem;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
}

.a11y-hidden {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.input-row {
    margin-top: 10px;
    margin-bottom: 8px;
}
		.input-row input[id="csc"] {
	      width: 25%;
		}

		.input-row input[type="checkbox"] {
	    	vertical-align:top;
	      height: 15px;
	      line-height: 15px;
	      width: 5%;
		}

		.input-row input[type="checkbox"] ~ label {
				display: inline-block;
				margin-left: 5px;
		}

    .input-row label {
        color: #003da1;
        margin-bottom: 3px;
        display: block;
        font-size: 14px;
        font-weight: 700;
    }

	.pmessages
	{
        color: #003da1;
        margin-bottom: 3px;
        display: block;
        font-size: 14px;
        font-weight: 700;
	}
	
    .input-row input, .input-row select {
        font-size: 16px;
        font-family: 'webUHGSans';
        font-weight: 500;
        height: 36px;
        line-height: 36px;
        -webkit-box-shadow: 0 0 10px 0 rgba(129,150,163,0.2);
        box-shadow: 0 0 10px 0 rgba(129,150,163,0.2);
        border: 1px solid rgba(129,150,163,0.2);
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .input-row input:focus, .input-row select:focus {
            -webkit-box-shadow: 0 0 15px 3px #fff;
            box-shadow: 0 0 15px 3px #fff;
            -webkit-transition: ease-out .25s;
            transition: ease-out .25s;
        }

    .input-row input {
        width: 100%;
        padding: 0 10px;
    }

    .input-row select {
        width: 49%;
        -webkit-appearance: none;
        -webkit-padding-end: 20px;
        -webkit-padding-start: 2px;
        -webkit-user-select: none;
        -moz-appearance: none;
        -moz-padding-end: 20px;
        -moz-padding-start: 2px;
        -moz-user-select: none;
        -ms-appearance: none;
        -ms-padding-end: 20px;
        -ms-padding-start: 2px;
        -ms-user-select: none;
        background: url("/resources/hpp/1000/select.png") #fff right center no-repeat;
        background-size: contain;
        color: #555;
        overflow: hidden;
        padding: 0 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-overflow: '';
        text-indent: .01px;
    }
    .input-row .oui-grid-12 select
    {
        width:100%;
    }

        .input-row select::-ms-expand {
            display: none;
        }

    .input-row .oui-grid-12 .oui-grid-12-6:nth-child(1)
{
    padding: 0 0 10px 0;
}   
    
.input-row .oui-grid-12 .oui-grid-12-6:nth-child(2)
{
    padding: 0 0 10px 5px;
}
  
.input-row.required label:after {
    content: '*';
}

    .input-row.required.error input, .input-row.required.error select {
        border-color: #D80808;
    }

.error-message {
   -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #D80808;
    border: 1pt solid #D80808;
    background: #fff3f6;
    width: 100%;
    padding: 7pt 7pt;
    margin-bottom: 12pt;
}

.footer-2 {
    background: #fff;
    padding: 20px 0;
    color: #003da1;
    font-size: 15px;
    min-height: 60px;
}

    .footer-2 .container {
        font-size: 14px;
    }

    .footer-2 span {
        border-right: 1px solid rgba(129,150,163,0.5);
        padding-right: 20px;
        margin-right: 15px;
    }

@media(max-width:767px) {
    .footer-2 span {
        display: block;
        border: 0;
        padding: 0;
        margin: 0;
    }
}

.buttonalign {
  text-align:center;
  margin-left: 15px;
  margin-right: 15px;
}



.footer-2 .logo {
    background-size: contain;
    background-repeat: no-repeat;
    height: 26px;
    line-height: 26px;
    padding-right: 100px;
    background-image: url("/resources/hpp/1000/logo_poweredby.png");
    background-position: center right;
}

@media(max-width:767px) {
    .footer-2 .logo {
        background-position: bottom center;
        background-size: 25%;
        padding-right: 0;
        line-height: 36px;
        padding-bottom: 65px;
    }
}

.footer-2 .col:nth-child(1) {
    text-align: left;
}

.footer-2 .col:nth-child(2) {
    text-align: right;
}

@media(max-width:767px) {
    .footer-2 .col {
        float: none !important;
        text-align: center !important;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .footer-2 .col:nth-child(1) {
        width: 40%;
    }

    .footer-2 .col:nth-child(2) {
        widfth: 60%;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.rv-vanilla-modal {
    display: none;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    z-index: 11;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.rv-vanilla-modal-is-open {
    display: block;
}

.rv-vanilla-modal-overlay {
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

    .rv-vanilla-modal-overlay.is-shown {
        display: block;
    }

.rv-vanilla-modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    text-align: center;
    color: #043fa3;
    line-height: 30px;
}

    .rv-vanilla-modal-header img {
        width: 30px;
        margin-right: 5px;
        position: relative;
        top: 5px;
    }

    .rv-vanilla-modal-header h2 {
        font-size: 24px;
    }

.rv-vanilla-modal-body {
    text-align: center;
    padding: 30px 40px;
    font-size: 15px;
    line-height: 20px;
    color: #424345;
}

    .rv-vanilla-modal-body button {
        margin: 30px 0 0;
    }

.blue-exclaim {
    background: url(/resources/hpp/1000/exclamation.png);
    background-size: 29px 28px;
    background-repeat: no-repeat;
}

    .blue-exclaim span {
        padding-left: 30px;
    }

.rv-vanilla-modal {
    position: fixed;
    top: 30%;
}


/*  TFD  */
.oui-grid-12,
.oui-grid-12-12,
.oui-grid-12-full,
.oui-grid-12-1,
.oui-grid-12-2,
.oui-grid-12-3,
.oui-grid-12-4,
.oui-grid-12-5,
.oui-grid-12-6,
.oui-grid-12-7,
.oui-grid-12-8,
.oui-grid-12-9,
.oui-grid-12-10,
.oui-grid-12-11 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
.oui-grid-12,
.oui-grid-12-12,
.oui-grid-12-full {
  width: 100%;
}
.oui-grid-12-1 {
  width: 8.3333333333333%;
}
.oui-grid-12-2 {
  width: 16.6666666666667%;
}
.oui-grid-12-3 {
  width: 25%;
}
.oui-grid-12-4 {
  width: 33.3333333333333%;
}
.oui-grid-12-5 {
  width: 41.6666666666667%;
}
.oui-grid-12-6 {
  width: 50%;
}
.oui-grid-12-7 {
  width: 58.3333333333333%;
}
.oui-grid-12-8 {
  width: 66.6666666666667%;
}
.oui-grid-12-9 {
  width: 75%;
}
.oui-grid-12-10 {
  width: 83.3333333333333%;
}
.oui-grid-12-11 {
  width: 91.6666666666667%;
}
/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
   position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    z-index: 11;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 2%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*container width for gift card page*/

#containeridgift {
	width: 500px;
}

#giftColId {
	max-width: 100%;
}
#dob_month, #dob_day , #dob_year {
	width : 32.6%
}

/* Adding <sup> tag functionality in UPG*/
sup {
  font-size: 0.40em;
}

.hidden {
  display:none;
}

.block{
    	display:block
	}
a.button1{
		padding:0.5em 3em;
		border:0.16em solid #AAAAAA;
		margin:0 0.3em 0.3em 0;
		box-sizing: border-box;
		text-decoration:none;
		font-family:'Roboto',sans-serif;
		font-weight:400;
		color:#AAAAAA;
		text-align:center;
		transition: all 0.15s;
		display:block;
	}
a.button1:hover{
		color:#DDDDDD;
		border-color:#DDDDDD;
	}
a.button1:active{
		color:#BBBBBB;
		border-color:#BBBBBB;
	}
.logo-paypal{
	content:url(/resources/hpp/1000/logo_uh_lg.png);
	min-width: 250px;
    	max-width: 600px;
}
.paypal-text1{
	font-weight: bolder;
    	font-size: 1.214em;
	color: #003da1;
	text-align: center;
	line-height: 2.00em;
}
.paypal-desc{
	font-weight:unset;
 	display:inline;
}

