/* This is a VERY messy css, there has been a number of designers with their */
/* thumbs in the soap, using different frameworks without a care */
/* we also need to work around css we dont have access to */
/* and sometimes we have only a jpeg to work from, so.... good luck */

#_imi_membership_block_payfees   *,
#_imi_membership_block_payfees   *:before,
#_imi_membership_block_payfees   *:after
{
    font-family: "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000405;
    box-sizing: border-box;
}

/* start 30/01/18 changes */

#payfees-step1-lh{
	border-color: #d8d8d8;
	border-style: solid;
	border-width: 1px;
	padding: 30px;
}

#renew-membership-columns-1, #renew-membership-columns{
	padding: 0 !important;
	width: 49% !important;
}

#renew-membership-columns{
	margin-right:10px !important;
}

#renew-membership-columns-1{
	margin-top: 13px;
	margin-left: 9px !important;
}

#payfees-step1-lh-text1{
	margin-top:20px;
	font-size: 16px;
}

#_imi_membership_block_payfees .form-control{
    display: block;
    width: 100% !important;
    height: 43px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin: 0;
}

#_imi_membership_block_payfees a {
    color: #000405;
    text-decoration: underline;
}
#_imi_membership_block_payfees a:hover{
    color: #000405;
    text-decoration: none;
}

#_imi_membership_block_payfees h1 {
    font-family: "DIN Next W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #004051;
    text-transform: uppercase;
    padding-bottom: 20px;
	font-size: 30px;
}

/* multiply rem by 14 to get pixels */

#payfees-membership-label{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

#payfees-membership-entry{
	padding: 10px 0 10px 0;
}

#payfees-login-option{
	color: #004051;
	font-size: 16px;
}
#payfees-login-option a{
	color: #004051;
	font-size: 16px;	
	text-decoration: underline;
}

#payfees-dob-label{
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

#payfees-dob-group{
	
}

#payfee-dob-day{
	width:87px;
	display:inline-block;
	margin-right: 10px;
}
#payfee-dob-month{
	width:87px;
	display:inline-block;
	margin-right: 10px;
}
#payfee-dob-year{
	width:119px;
	display:inline-block;
}

#_imi_membership_block_payfees .form-group {
    margin-bottom: 15px;
}

#_imi_membership_block_payfees .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    min-width: 176px;
    width: auto;
}

#payfees-submit-button-wrapper{
	padding: 20px 0 0px 0;
}

#_imi_membership_block_payfees .btn-primary{
    color: #fff;
    background-color: #75b842; 
	width: 189px;
	height: 53px;
	font-size: 22px;
	font-weight: bold;
}
#_imi_membership_block_payfees .btn-primary:hover {
    color: #fff;
    background-color: #00181f;
    border-color: black;
}



#payfees-step1-rh{
	background-color: #004051;
	height: 188px;
}

#payfees-step1-rh-herotext{
	color: #fff;
	float:left;
	font-weight: bold;
	text-transform: uppercase;
}
#payfees-step1-rh-herotext{
	font-size: 18px;
	margin-left: 20px;
	margin-top: 57px;
}
#payfees-step1-rh-textline2{
	font-size: 25px;
	margin-top: 9px;
	float: left;
}
#payfees-step1-rh-image{
	background-image: url('images/Mask-Group-8.png?v=1');
	width: 279px;
	height:188px;
	float:right;
}

/* ok some weird breakpoints on this page but nothing I can do about that*/
@media only screen and (min-width: 768px) and (max-width: 1011px) {
	#renew-membership-columns-1{
		margin: 0 !important;
	}	
}
@media only screen and (min-width: 882px) and (max-width: 1011px) {	
	#payfees-step1-rh-image{
		width: 209px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 881px) {
	#payfees-step1-rh-image{
		display:none;
	}	
}
@media only screen and (max-width: 767px) {
	#renew-membership-columns-1, #renew-membership-columns{
		width: 95% !important;
	}
	#payfees-step1-rh-image{
		display:none;
	}	
}

#payfees-step1-rh2{
	
}
#payfees-step1-rh2-text1{
	color: #004051;
	font-size: 22px;
	margin-top: 20px;
}
#payfees-step1-rh2-text2{
	color: #004051;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}
.payfees-step1-rh2-text3{
	color: #000;
	float: left;
	margin-top: 25px;
	font-size: 20px;
	width: 100%;
}
.payfees-step1-rh2-tick{
	background-image: url('images/Group-4.png?v=1');
	width: 28px;
	height: 28px;
	float: left;
}
.payfees-step1-rh2-text3-line{
	padding-left:50px;
}
#payfees-step1-rh2-bottom-line{
	border-bottom: #d8d8d8 1px solid;
	width:100%;
	float: left;
	margin-top: 70px;	
}
/* end 30/01/18 changes */






#_imi_membership_block_payfees .jsBilling{
    display:none;
}
#_imi_membership_block_payfees .jsInputs{
    display:none;
}
#_imi_membership_block_payfees .phoneLabel{
    display: inline-block;
    width: 50px;
    text-transform:capitalize;
}


#_imi_membership_block_payfees .btn-default {
    color: #fff;
    background-color: #95a7a7;
    border-color: #879b9b;
}
#_imi_membership_block_payfees .btn-default:hover {
    color: #fff;
    background-color: #799090;
    border-color: #687d7d;
}

#_imi_membership_block_payfees .microlink{
    display: block;
    font-family: "Proxima Nova Soft W03 Bd", sans-serif;
    font-weight: normal;
    position: relative;
    top: -2px;
    float: right;
    font-size: 11px;
    line-height: 1.81818;
    color: #95a7a7;    
}
#_imi_membership_block_payfees .personal-info-section{
    border-top: 1px solid #bfcaca;
    margin-top: 0.71429rem;
    padding-top: 0.71429rem;
    overflow: hidden;
    *zoom: 1;    
}

#_imi_membership_block_payfees table.addressLookup{
    width: 100%;
}
#_imi_membership_block_payfees table.addressLookup td{
    padding: 0;
}
#_imi_membership_block_payfees table.addressLookup .btn{
    margin: 0;
}

#_imi_membership_block_payfees .messages ul li {
    float: none;
}

#_imi_membership_block_payfees .basket-row {
    border-top: 1px solid #bfcaca;
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
    *zoom: 1;
}
#_imi_membership_block_payfees .basket-row.last-row{
    border-bottom: 1px solid #bfcaca;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


#_imi_membership_block_payfees .btn.disabled,
#_imi_membership_block_payfees .btn[disabled], 
#_imi_membership_block_payfees fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

#_imi_membership_block_payfees .jsCancelEditDetails{
    vertical-align: bottom;
    margin-left: 20px;
}
#_imi_membership_block_payfees #cancelButton{
    display: none;
}


#renewal-sidebar a {
    color: #fff;
    text-decoration: underline;
}
#renewal-sidebar a:hover{
    color: #fff;
    text-decoration: none;
}

#renewal-sidebar{
    width: 469px;
    color: #fff; 
    box-sizing: border-box;   
}

#renewal-sidebar   *,
#renewal-sidebar   *:before,
#renewal-sidebar   *:after{
    font-family: "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    box-sizing: border-box;    
}

#renewal-sidebar .nash-photo {
    background-image: url('images/steve-nash-portrait.jpg?v=1');
    margin: 0 0 0 14px;
    background-size: auto;
    background-position: 0 0;
    width: 225px;
    height: 303px;
    float: right;
}
#renewal-sidebar .renewal-branding-tagline-one {
    background-color: #95a7a7;
    font-family: "Proxima Nova Soft W03 Bd";
    font-weight: normal;
    padding: 0 1rem;
    font-size: 20px;
    line-height: 30px;
}
#renewal-sidebar .renewal-branding-tagline-two {
    background-color: #74b944;
    padding: 0 0 0 14px;      
    position: relative;
}
#renewal-sidebar .renewal-branding-tagline-two img{
    padding: 14px 0 0 0;
}
#renewal-sidebar  p.nash-copy {
    font-size: 13px;
    margin-top: 14px;
    line-height: 1.4;
}
#renewal-sidebar .clearfix{
    float:none;
    height: 0;
    line-height: 0;
}
#renewal-sidebar .nash-photo .caption {
    bottom: 0;
    display:inline-block;
    padding: 7px 14px;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 244px;
}
#renewal-sidebar .renewal-contact-copy {
    background-color: #014051;
    padding: 14px 14px 24px 14px;
}
#renewal-sidebar .renewal-contact-copy span {
    font-size: 18px;
    line-height: 1.2;
    display: block;
    text-transform: uppercase;
    font-family: "DIN Next W10 Regular";
    font-weight: normal;        
}

#renewal-sidebar .group-photo {
    background-image: url('images/group-larger.png?v=1');
    width: 225px;
    height: 282px;
    position: absolute;
    right: 20px;
    top: 71px;
}
#renewal-sidebar .group-copy {
    float: left;
    display: inline-block;
    width: 192px;
    line-height: 1.2;
    padding: 57px 0 14px;
}
#renewal-sidebar .group-copy.balance {
    padding-top: 14px;
}

#renewal-sidebar .thank-you-grid-1 .grid-item {
    width: 153px;
    float: right;
    margin-right: 0;
    margin-bottom: 5px;
}
#renewal-sidebar .thank-you-grid-1 .grid-item-double {
    width: 311px;
    float: left;
    margin-right: 5px;
    position: relative;
    background-color: #74b944;
    color: #fff;
    height: 311px;
}

#renewal-sidebar .thank-you-grid-1 p {
    margin-bottom: 0;
    text-transform: uppercase;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
}
#renewal-sidebar .thank-you-grid-2 img.grid-item{
    float: left;
    width: 153px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#renewal-sidebar .thank-you-grid-2 img.grid-item.last{
    margin-right: 0;
}



#renewal-sidebar{
	width:50%;
}