body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #000;
}

.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}


.anton-regular {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*<weight>: Use a value from 100 to 900 */
.montserrat-regular {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.passion-one-regular {
	font-family: "Passion One", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.passion-one-bold {
	font-family: "Passion One", sans-serif;
	font-weight: 700;
	font-style: normal;
}

body > aside:first-child {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #12375e;
	background: #5aadd6;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0;
}

body > aside:first-child a {
	color: #fff;
}

aside.redirect {
	text-transform: none !important;
	line-height: 23px;
}

body > aside:first-child i {
	display: none;
}

body > aside:first-child em {
	font-style: normal;
    background: #12375E;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
	display: inline-block;
	line-height: 15px;
}

main { 
	position: relative;
	max-width: 1670px;
	margin: 0 auto;
}

main > a:first-child {
	
}

main > a:first-child img {
	height: 32px;
	display: block;
	margin: 10px auto 15px;
}

main h2 {
	/*font-family: "Passion One", sans-serif;*/
	/*font-family: "Oswald", sans-serif;*/
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	letter-spacing: -1.5px;
	font-style: normal;
	font-size: 27px;
	text-align: center;
	padding: 0;
	margin: 15px 0 20px;
}

.iframe main h2 {
	font-size: 41px;
	line-height: 57px;
	margin: 10px 10px 10px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.goldGradient {
	background: linear-gradient(180deg, #feeeb8, #b5884f);
	/*background: linear-gradient(180deg, #57bef4, #0e86be);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#createAccount {
	display: flex;
	flex-flow: row nowrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

#createAccount input:first-child {
	margin-right: 10px;
}

#createAccount input, 
#createAccount input::placeholder {
	font-size: 17px;
	padding: 10px 5px;
	background: #000;
	border-color: #e2c675;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	opacity: 0.7;
	box-sizing: border-box;
}

#createAccount input {
	opacity: 1;
	border: 1px solid #e2c675;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	transition: opacity 0.3s ease;
	transition: background-color 0.3s ease;
	outline: none;
	box-shadow: none;
	width: 44%;
	font-weight: 500 !important;
}

.iframe #createAccount input:invalid,
.iframe #createAccount input:invalid:focus {
	border-color: #f00;
}

#chooseMembership {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: -20px;
}

.iframe #chooseMembership {
	margin-top: 15px;
	margin-bottom: -15px;
}

#chooseMembership input,
#cockycams input {
	opacity: 0;
	position: absolute;
}

#chooseMembership label {
	/*background: transparent linear-gradient(180deg, #005290 0%, #003761 22%, #fff 22%, #fff 100%) 0% 0% no-repeat padding-box;*/
	/*background: transparent linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 78%, #005290 78%, #003761 89%, #003761 100%) 0% 0% no-repeat padding-box;*/
	background: transparent linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 78%, #7db7d9 78%, #5c9dc8 89%, #5c9dc8 100%) 0% 0% no-repeat padding-box;
	width: 160px;
	height: 142px;
	border-radius: 5px;
	margin: 0 25px 25px 0px;
	transition: box-shadow 0.3s, transform 0.3s ease;
	cursor: pointer;
	transform: scale(1);
	position: relative;
}

.iframe #chooseMembership label {
	margin: 0 17px 15px 0;
}

.iframe #chooseMembership label:nth-child(4),
.iframe #chooseMembership label:nth-child(8) {
	margin-right: 0;
}

.iframe #chooseMembership label:hover {
	background: transparent linear-gradient(180deg, #fff 0%, #fff 78%, #ead17b 78%, #b5884f 89%, #b5884f 100%) 0% 0% no-repeat padding-box;
	transform: scale(1.08);
}

#chooseMembership label:nth-child(4), 
#chooseMembership label:nth-child(8) {
	margin-right: 0;
}

#chooseMembership label .bow {
	position: absolute;
    left: -23px;
    top: -10px;
    width: 60px;
    transform: rotate(-25deg);
}

#chooseMembership input:checked + label,
#chooseMembership label.checked {
	/*background: transparent linear-gradient(180deg, #feeeb8 0%, #b5884f 11%, #b5884f 22%, #FFFFFF 22%, #FFFFFF 100%) 0% 0% no-repeat padding-box;*/
	/*background: transparent linear-gradient(180deg, #fff 0%, #fff 78%, #ead17b 78%, #b5884f 89%, #b5884f 100%) 0% 0% no-repeat padding-box;*/
	background: transparent linear-gradient(180deg, #fff 0%, #fff 78%, #4da2cf 78%, #0e86be 89%, #0e86be 100%) 0% 0% no-repeat padding-box;
	transform: scale(1.08); 
}

#chooseMembership input:checked + label section,
#chooseMembership label.checked section {
	padding-top: 15px;
}

#chooseMembership input:checked + label section p:last-child,
#chooseMembership label.checked section p:last-child {
	line-height: 16px;
	margin-bottom: 3px;
}

#chooseMembership input:checked + label section p:last-child span,
#chooseMembership label.checked section p:last-child span {
	font-size: 15px;
}

#chooseMembership label > p:last-child {
	height: 22%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-family: Oswald, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	display: flex;
	flex-flow: column nowrap;
	align-content: center;
	justify-content: center;
	-o-text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	-webkit-text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	-moz-text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

#chooseMembership label section {
	height: 78%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding-top: 20px;
}

/***** HIDE BOTTOM MESSAGING WHEN NOT SELECTED *****/ 

#chooseMembership label:not(.checked) {
	background: transparent linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%) 0% 0% no-repeat padding-box;
}

#chooseMembership label:not(.checked) section {
	height: 97%;
}

#chooseMembership label:not(.checked) > p:last-child {
	display:none;
}

#chooseMembership label:not(.checked) section h4 {
	position: relative;
	top: 2px;
}

/***** END HIDE BOTTOM MESSAGING WHEN NOT SELECTED *****/ 


#chooseMembership label section h3, 
#chooseMembership label section h4,
#chooseMembership label section p {
	margin: 0;
	padding: 0;
}

#chooseMembership label section h3 {
	font: normal normal 700 19px/13px Roboto;
	/*color: #b5884f;*/
	color: #b5884f;
	text-align: center;
	margin: 0;
	white-space: nowrap;
}

#chooseMembership label section h4 {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	font-size: 55px;
	line-height: 32px;
	font-weight: 800;
	font-family: "Open Sans", sans-serif;
	letter-spacing: -4px;
	margin: 0;
	height: 20px;
	color: #000;
}

#chooseMembership label section h4 span:first-child {
	font: normal normal bold 25px/31px Passion One;
	margin-right: 5px;
}

#chooseMembership label section h4 span:nth-child(2) {
	font-family: "Open Sans", sans-serif;
	font-size: 27px;
	font-weight: 800;
	line-height: 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 0 5px;
	height: 18px;
	text-transform: none;
	letter-spacing: 0;
}

sup {
	top: 0.1em;
	bottom: 0;
}

sub {
	top: 0.6em;
	bottom: 0;
}

#chooseMembership label section h4 span:nth-child(2) sub {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #b5884f;
}

#chooseMembership label section p:last-child {
	font: normal normal normal 10px/21px Roboto;
	color: #000;
	margin-bottom: 0;
	text-align: center;
}

label section p:last-child span {
	display: block;
    text-align: center;
    font-weight: 900;
    font-size: 17px;
}

#cockycams {
	margin-top: 10px;
}

#cockycams label {
	display: block;
	position: relative;
	text-align: center;
}

#cockycams p {
	font: normal normal normal 19px/25px Oswald;
	text-align: center;
	display: inline-block;
	position: relative;
	left: 5px;
	padding: 0;
	margin: 5px 0 10px;
}

#cockycams p em {
	font-style: normal;
	text-transform: uppercase;
}

#cockycams > em {
	font-style: normal;
	font: normal normal normal 13px/19px Oswald;
	text-align: center;
	align-self: auto;
	display: block;
}

#cockycams > em span {
	color: #efdaa3;
}

/* Hide the browser's default checkbox */
#cockycams input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: -25px;
	height: 20px;
	width: 20px;
	background: transparent linear-gradient(180deg, #feeeb8 0%, #b5884f 40%, #b5884f 100%) 0% 0% no-repeat padding-box;
	border-radius: 2px;
	cursor: pointer;	
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background: transparent linear-gradient(180deg, #feeeb8 0%, #b5884f 40%, #b5884f 100%) 0% 0% no-repeat padding-box;
}

/* When the checkbox is checked, change background color */
#cockycams input:checked ~ .checkmark {
	background: transparent linear-gradient(180deg, #feeeb8 0%, #b5884f 40%, #b5884f 100%) 0% 0% no-repeat padding-box;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#cockycams input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#cockycams .checkmark:after {
  left: 7px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="submit"] {
	/*background: #21b449;*/
	/*background: transparent linear-gradient(180deg, #005290 0%, #005290 40%, #003761 100%) 0% 0% no-repeat padding-box;*/
	background: transparent linear-gradient(180deg, #feeeb8 0%, #b5884f 40%, #b5884f 100%) 0% 0% no-repeat padding-box;
	width: 380px;
	height: 50px;
	border-radius: 5px;
	font: normal normal 900 26px/26px Roboto;
	color: #fff;
	border: 0;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	transition: transform 0.3s ease;
	transform: scale(1);
	cursor: pointer;
	max-width: 95vw;
	-o-text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.iframe input[type="submit"] {
	width: 82%;
}

.iframe input[type="submit"]:hover,
input[type="submit"]:active {
	transform: scale(1.08);
	/*background: transparent linear-gradient(180deg, #feeeb8 0%, #b5884f 40%, #b5884f 100%) 0% 0% no-repeat padding-box;*/
	background: transparent linear-gradient(180deg, #4da2cf 0%, #0e86be 40%, #0e86be 100%) 0% 0% no-repeat padding-box;
}

#cc {
	width: 220px;
	display: block;
	margin: 15px auto 10px;
}

#safe {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	font: normal normal bold 15px/13px Roboto;
	letter-spacing: 0.22px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#safe img {
	height: 27px;
	width: 25px;
	margin-right: 5px;
}

.newsTicker {
	background: transparent linear-gradient(180deg, #4da2cf 0%, #0e86be 40%, #0e86be 100%) 0% 0% no-repeat padding-box;
	overflow: hidden;
	width: 100%;
	margin-top: -30px;
	text-align: center;
}

.newsTicker.desktop {
	display: none;
}

.newsTicker.mobile {
	background: #000;
	margin-top: -50px;
}

.newsTicker.mobile p {
	line-height: 32px;
	font-size: 18px;
}

.newsTicker p {
	color: #fff;
	font: normal normal 300 16px/5px Oswald;
	text-transform: none;
	white-space: nowrap;
	margin: 25px 15px 25px 0;
	-o-text-shadow: 2px 1px 4px rgba(0,0,0,0.6);
	-moz-text-shadow: 2px 1px 4px rgba(0,0,0,0.6);
	-webkit-text-shadow: 2px 1px 4px rgba(0,0,0,0.6);
	text-shadow: 2px 1px 4px rgba(0,0,0,0.6);
}

.newsTicker p span {
	color: #D6352A;
	padding: 0 10px;
}

.newsTicker.mobile p span {
	padding: 0 0 0 10px;
}

#press {
	margin: 20px 0 70px;
	display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

#press div {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#press img, #press svg {
	height: 37px;
	margin-bottom: 10px;
}

#press p {
	display: flex;
	flex-flow: row nowrap;
	font: normal normal normal 15px/23px Roboto;
	width: 80%;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

#press p em {
	font-style: normal;
	font-size: 80px;
	font-family: Passion One;
	font-weight: bold;
	color: #D6352A;
	position: relative;
	top: 20px;
	margin: 0 15px;
}

#cta img {
	width: 100%;
	margin-bottom: -5px;
}

footer {
	background: #000;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	font: normal normal normal 13px/20px Roboto;
	margin: 0 auto;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer img {
	width: 80px;
	margin-bottom: 10px;
}

footer > p:nth-child(3) a {
	color: #0e86be;
}

#caret {
	font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 100;
    line-height: 35px;
    width: 35px;
    height: 35px;
    background: #D6352A;
    text-align: center;
    border-radius: 35px;
	padding: 0;
	margin: -15px 0 20px;
	cursor: pointer;
	display: none;
}

#caret span {
	transform: scaleX(2);
	display: inline-block;
}

#secNav {
	font: normal normal normal 14px/23px Arial;
	text-align: center;
}

#secNav a {
	display: inline-block;
	margin-right: 25px;
}

#secNav a:hover {
	color: #419dcc;
}

#compliance {
	font: normal normal normal 11px/17px Arial;
	text-align: center;
	margin-bottom: 20px;
}

p.error {
	font-family: Anton;
	color: red;
	text-align: center;
	font-size: 20px;
	margin: 15px auto 20px;
	line-height: 27px;
	max-width: 600px;
}

p.error strong {
	font-family: Roboto;
    font-size: 16px;
	font-weight: normal;
	display: block;
}

p.error strong:first-child {
	margin-top: 5px;
}

input.error {
	border: 1px solid red !important;
}

body.iframe > aside:first-child,
.iframe main > a:first-child img,
.iframe .newsTicker,
.iframe #press,
.iframe #cta,
.iframe footer,
.iframe #login {
	display: none !important;
}

#wreaths {
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 auto 40px;
	padding: 40px 10% 0;
	background: transparent linear-gradient(180deg, rgba(0,0,0,0.0) 0%, #000 25%, #000 100%) 0% 0% no-repeat padding-box;
	justify-content: space-around;
	box-sizing: border-box;
}

#wreaths.mobile {
	padding-top: 20px;
}

.iframe #wreaths {
	margin-top: 0;
}

#wreaths.desktop {
	display: none;
}

#wreaths img {
	width: 37%;
	margin: 10px;
}

@media screen and (min-width: 510px) {

	#chooseMembership label:nth-child(4),
	#chooseMembership label:nth-child(8) {
		margin-right: 25px;
	}
	
	#chooseMembership label {
		width: 185px;
	}
	
	#chooseMembership label > p:last-child {
		font-size: 18px;
	}
	
}


@media screen and (min-width: 768px) {

	main {
		/*background: transparent url('https://cdn.cockyboys.com/ghn/2411-join/bg-tablet2.jpg') 0% 0% no-repeat padding-box; */
		background: #000 url('https://cdn.cockyboys.com/ghn/260119-bgt.jpg') 0% 0% no-repeat padding-box;
		background-size: 100% auto;
		background-position: center -8%;
	}
	
	main > a:first-child img {
		margin-bottom: 40px;
		padding-top: 50px;
		height: 55px;
		margin-top: 0;
	}
	
	main h2 {
		font-size: 32px;
		margin-top: 20px;
	}
	
	#createAccount input:invalid {
		/*border-color: red;*/
		background: #fff;
		color: #12375E;
		opacity: 1;
	}

	.iframe #createAccount input:invalid {
		border-color: #e2c675;
		color: red;
		opacity: 1;
		background: #000;
	}

	#createAccount input:invalid:focus {
		border-color: #12375E;
	}

	.iframe #createAccount input:invalid:focus {
		border-color: red;
	}
	
	#createAccount {
		flex-flow: row nowrap;
		margin-top: 30px;
	}
	
	#createAccount input:first-child {
		margin-right: 15px;
	}
	
	#cta img {
		display: none;
	}
	
	#cta img:nth-child(3) {
		display: block !important;
	}
	
	#caret {
		width: 42px;
		height: 42px;
		font-size: 27px;
		line-height: 42px;
	}
	
	#login {
		font: normal normal normal 14px/11px Roboto;
		color: #C7C7C7;
		position: absolute;
		right: 35px;
		top: 10px;
		display: block !important;
		padding: 0;
		margin: 0;
	}
	
	#login a {
		color: #419dcc;
		text-decoration: none;
	}
	
	#login a:hover {
		text-decoration: underline;
	}
	
	#cockycams {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	
	#cockycams p {
		font-size: 18px;
	}
	
	#cc {
		margin-top: 25px;
	}
	
	#safe {
		margin-bottom: 25px;
	}
	
	.newsTicker.desktop {
		display: block;
	}
	
	.newsTicker.mobile {
		display: none;
	}
	
	.newsTicker {
		margin-top: -20px;
	}
	
	.newsTicker p {
		/*font: normal normal 300 26px/29px Oswald;*/
		font-size: 16px;
		line-height: 5px;
	}
	
	#press {
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	#press img, #press svg {
		height: 40px;
		margin-bottom: 20px;
	}
	
	#press p {
		font: normal normal normal 20px/25px Roboto;
		width: 640px;
		font-weight: 300;
	}
	
	footer {
		position: relative;
		flex-flow: row nowrap;
		padding: 25px 0;
	}
	
	footer #caret {
		position: absolute;
		top: -5px;
	}
	
	footer > p:nth-child(3) {
		display: none;
	}
	
	footer > img {
		margin: 0 auto 0 15px;
		flex-grow: 0;
	}
	
	#compliance {
		text-align: right;
		font-size: 13px;
		margin: 0 15px 0 auto;
		flex-grow: 0;
	}
	
	#secNav {
		margin: 0 auto 0 30px;
		flex-grow: 1;
		text-align: left;
	}
	
	#chooseMembership label {
		width: 230px;
		height: 195px;
	}
	
	#chooseMembership label section h3 {
		font: normal normal 700 23px/15px Roboto;
	}
	
	#chooseMembership label section h4 {
		font-size: 80px;
		line-height: 38px;
	}
	
	#chooseMembership label section h4 span:first-child {
		font: normal normal bold 35px/31px Passion One;
	}
	
	#chooseMembership label section h4 span:nth-child(2) {
		font-size: 50px;
		height: 30px;
	}
	
	#chooseMembership label section h4 span:nth-child(2) sub {
		font-size: 16px;
	}
	
	#createAccount input,
	#createAccount input::placeholder {
		opacity: 1;
		font-size: 18px;
		background: #fff;
		padding: 15px 10px;
		width: 225px;
		color: #12375E;
	}
	
	#cockycams p {
		font-size: 23px;
	}
	
	#cockycams > em {
		font: normal normal normal 16px/21px Oswald;
	}
	
	input[type="submit"] {
		font-size: 32px;
		width: 400px;
		height: 60px;
		margin-top: 25px;
	}
	
	body > aside:first-child i {
		display: inline;
	}
	
	body > aside:first-child br {
		display: none;
	}
	
	body > aside:first-child {
		font-size: 15px;
		padding: 10px 0;
	}
	
	#chooseMembership label > p:last-child {
		font-size: 22px;
	}
	
	#chooseMembership label section p:last-child {
		font-size: 14px;
	}
	
	#wreaths.mobile {
		display: none;
	}
	
	#wreaths.desktop {
		display: flex;
	}
	
	#wreaths img {
		width: 17%;
	}
	
	#chooseMembership label:hover section {
		height: 78%;	
		padding-top: 15px;
	}
	
	#chooseMembership label:hover > p:last-child {
		display: block;
	}

	#chooseMembership label:hover > section p:last-child {
		line-height: 16px;
		margin-bottom: 3px;
	}
	
	#chooseMembership label:hover > section p:last-child span {
		font-size: 15px;
	}

	#chooseMembership label:hover section h4 {
		top: 0;	
	}
	
}

@media screen and (min-width: 1024px) {
	
	.newsTicker {
		margin-top: -10px;
	}
	
	.newsTicker p {
		font-size: 19px;
		line-height: 5px;
	}
	
	main {
		background-size: 100% auto;
		background-position: center -30%;
	}

	
}

@media screen and (min-width: 1200px) {

	main {
		/*background: transparent url('https://cdn.cockyboys.com/ghn/2411-join/bg-desktop2.jpg') 0% 0% no-repeat padding-box; */
		/*background: #222 url('https://cdn.cockyboys.com/ghn/2411-join/bgd-250926.jpg') 0% 0% no-repeat padding-box; */
		background: #000 url('https://cdn.cockyboys.com/ghn/2411-join/260115-bgd.jpg') 0% 0% no-repeat padding-box; 
		background-size: 90% auto;
		background-position: center -15%;
	}
	
	.newsTicker p {
		font-size: 22px;
	}

	
	#press {
		margin-top: 50px;
	}
	
	#chooseMembership label:hover {
		/*background: transparent linear-gradient(180deg, #feeeb8 0%, #b5884f 11%, #b5884f 22%, #FFFFFF 22%, #FFFFFF 100%) 0% 0% no-repeat padding-box;*/
		/*background: transparent linear-gradient(180deg, #fff 0%, #fff 78%, #ead17b 78%, #b5884f 89%, #b5884f 100%) 0% 0% no-repeat padding-box;*/
		background: transparent linear-gradient(180deg, #fff 0%, #fff 78%, #4da2cf 78%, #0e86be 89%, #0e86be 100%) 0% 0% no-repeat padding-box;
		transform: scale(1.08);
	}
	
	input[type="submit"]:hover {
		transform: scale(1.08);
		/*background: transparent linear-gradient(180deg, #feeeb8 0%, #b5884f 40%, #b5884f 100%) 0% 0% no-repeat padding-box;*/
		background: transparent linear-gradient(180deg, #4da2cf 0%, #0e86be 40%, #0e86be 100%) 0% 0% no-repeat padding-box;
	}
	
	#wreaths.desktop {
		padding: 30px 10% 0;
        margin-top: 0;
	}
	
}

@media screen and (min-width: 1450px) {
	
	main {
		background-position: center -27%;
	}
	
	main > a:first-child img {
		margin-bottom: 40px;
		padding-top: 50px;
		height: 55px;
	}
	
	#wreaths.desktop {
		padding: 40px 10% 0;
	}
	
	.newsTicker p {
		font-size: 26px;
		line-height: 16px;
	}
	
}

@media screen and (min-width: 1650px) {
	
	main {
		background-size: 85% auto;
		background-position: center -28%;
	}
	
	main > a:first-child img {
		margin-bottom: 40px;
		padding-top: 50px;
		height: 55px;
	}
	
}
