
html.iconsixteen{

}
body.ICON16{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ICON16 .container {
  padding: 58px 0 0 140px;
}
.ICON16 .topLinks {
    display: block;
    width: 100%;
    height: 100%;
}
.ICON16 .container .logoicon {
    background: url(./images/iconlogo.png) no-repeat scroll 0 0 transparent;
    height: 75px;
    display: inline-block;
    width: 148px;
    vertical-align: middle;
    padding-right: 25px;
}
.ICON16 .container .icondivider{
	background: url(./images/icondivider.png) no-repeat scroll 0 0 transparent;
	height: 102px;
	display: inline-block;
	width: 2px;
	vertical-align: middle;
	padding-right: 25px;

}

.ICON16 .container .iconguw {
    background: url(./images/iconguwlogo.png) no-repeat scroll 0 0 transparent;
    height: 75px;
    display: inline-block;
    width: 138px;
    vertical-align: middle;

}

.ICON16 div.dobbin {
    background: transparent url("./images/iconbigDobbin.png") no-repeat scroll 0 0 / 100% auto;
    bottom: 0;
    padding-bottom: 44%;
    position: absolute;
    background-position: bottom center;
    right: 0;
    width: 37%;
	height: 100%;
}
.ICON16 .iconform {
    background: transparent url("./images/newgreenbgform.png") no-repeat scroll 0 0 / 100% auto;
    min-height: 605px;
    text-align: center;
    width: 700px;
}
.ICON16 .iconform h3 {
    color: #232e46;
    font-family: playfair display;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 5px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.ICON16 .iconform p.receive {
    color: #232e46;
    display: inline-block;
    font-size: 27px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}
.ICON16 .iconform p.receive::before, .iconform p.receive::after {
  content: url("./images/whitehline.png");
  display: inline-block;
  margin-top: -5px;
  padding: 0 12px;
  vertical-align: top;
}
.ICON16 .iconform p.dobbingift {
    text-transform: uppercase;
    font-size: 24px;
    color: #232e46;
    text-align: center;
    line-height: 34px;
    margin: 0 auto;
    margin-top: 8px;
    max-width: 485px;
}
.ICON16 .iconform div.outerArt {
    background: url(./images/IconWhiteBack.png) no-repeat center center transparent;
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
}
.ICON16 .iconform p.art {
    font-weight: 700;
    font-size: 17px;
    color: #232e46;
    font-family: roboto;
    text-transform: uppercase;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 0;

}

.ICON16 .topText {
    padding: 45px 15px 0 15px;
}


.ICON16 .inputFirst {
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ICON16 .inputSecond {
    width: 39.5%;
    display: inline-block;
    margin: 0 auto;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}
.ICON16 input[type="checkbox"] {
    display: block;
}
.ICON16 .checkBox.unchecked {
    background: url(./images/IconCheckBox.png) no-repeat center center transparent;
    width: 80%;
    height: 30px;
    margin: 0 auto;
    background-position: top left;
}
.ICON16 .checkBox.checked {
    background: url(./images/IconCheckBoxChecked.png) no-repeat center center transparent;
    width: 80%;
    height: 30px;
    margin: 0 auto;
    background-position: 0px -5px;
}
.ICON16 .checkBox p {
    font-family: roboto;
    color: #232e46;
    font-size: 13px;
    text-align: left;
    padding-left: 40px;
}
.ICON16 #partCheck{
	display: none;
}
.ICON16 input.inputFirst {
    box-sizing: border-box;
}
.ICON16 input[type="submit"] {
    border: none;
    color: white;
    background: #f68d1e;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 0;
    width: 45%;
	cursor: pointer;
	box-sizing: border-box;
}
.ICON16 input[type="submit"]:hover {
	color: #f68d1e;
	background: white;
}
.ICON16 input[type="text"] {
    height: 45px;
    width: 100%;
    box-sizing: border-box;
	padding-left: 50px;
}
.ICON16 .icoDiv:before {
    font-size: 25px;
    position: absolute;
    padding-top: 1px;
    padding-left: 12px;
    border-right: 1px solid #000;
    border-right-width: 1px;
    border-right-style: solid;
    padding-right: 10px;
    margin-top: 10px;
    vertical-align: middle;
}
.ICON16 .inputOne.icon-head.icoDiv {
    box-sizing: border-box;
    position: relative;
}
.ICON16 .dobbinCloud {
    background: url(./images/iconcloudBubble.png) no-repeat center center transparent;
    height: 500px;
    right: 0px;
    background-position: 78% -19px;
    top: 0;
    position: absolute;
    width: 100%;
    display: none;
}
/* Media Queries */
@media screen and (max-width: 1100px) {
	.ICON16 .container {
    padding: 58px 0 0 15px;
}
}
@media screen and (max-width: 960px) {
	.ICON16 .iconform p.art {
    font-size: 15px;
    padding: 6px 0;
}
	.ICON16 .iconform h3 {
	font-size: 45px;
}
	.ICON16 .inputSecond {
    width: 80%;
}
	.ICON16 .iconform {
    width: 100%;
}
	.ICON16 .container {
    padding: 15px 0 0 15px;
}
}

@media screen and (max-width: 655px) {
	.ICON16 .checkBox.unchecked {
    padding-bottom: 10px;
}
	.ICON16 .checkBox.checked {
    padding-bottom: 10px;
}
	.ICON16 .iconform div.outerArt {
    width: 84%;
}
	.ICON16 .iconform p.dobbingift {
    font-size: 19px;
}
	.ICON16 .iconform p.receive {
    font-size: 22px;
}
	.ICON16 .iconform p.receive::before, .iconform p.receive::after {
    padding: 0 0px;
    overflow: hidden;
    width: 40px;
}
	.ICON16 .topText {
    padding: 20px 15px;
}
	.ICON16 .container {
    padding: 0 10px;
}
    .ICON16 .iconform {
    background-size: cover;
    padding-bottom: 50px;
}
	.ICON16 .container .logoicon {
    background-size: contain;
    width: 128px;
    padding-right: 0;
}

	.ICON16 .container .iconicon {
    background-size: contain;
    width: 124px;
}
	.ICON16 .container .icondivider {
    padding-right: 0;
}
	.ICON16 .container .iconguw {
    height: 75px;
    background-size: contain;
    width: 124px;
}
	.ICON16 div.dobbin {
    display: none;
}
}
















