/*body{
    margin: 0;
    padding: 0;
}

p{
    margin: 0;
}

#wrapper{
    width: 1022px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.content{
    background: url(../Images/topBg.png) no-repeat;
    width: 1022px;
    height: 782px;
    padding-top: 59px;
}

.contentLeft{
    width: 503px;
    padding-left: 107px;
    float: left;
}

#text{
    font-size: 22px;
    color: #666666;
    line-height: 24px;
    padding: 20px 0 0 0px;
    display: block;
}

.contentLeft img {
    margin-top: 40px;
}

.note{
    padding-top: 41px;
    font-size: 16px;
    color: #666666;
}

.contentLeft ul{
    list-style: none;
    padding: 0;
    margin: 18px 0 0 0;
}

.contentLeft ul li{
    display: inline-block;
}

.contentLeft ul li:first-child{
    margin-right: 25px;
}

.contentLeft ul li a{
    color: #2d4ca6;
}

#hide{
    font-size: 22px;
    color: #666666;
    line-height: 24px;
    padding: 42px 40px 0px 0px;
}

#hide a{    
    color: #2f4da5;
	text-decoration:underline;
}

.logoTitle{
    text-align:right;
    padding-right:124px;
    padding-bottom:131px;
    font-family:Arial;
    color:#2161a9;
    font-weight:700;
    font-size:37px
}

.confirmBtn{
    background-color: #0360b9;
    height:54px;
    margin-top:14px;
    font-family:Arial;
    color:#feffff;
    font-weight:700;
    font-size:31px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.confirmBtn span
{
    display: inline-block;
    background: url(../Images/arrow.jpg) no-repeat right 21px;
    padding: 0px 20px 0px 10px;
    margin: 0px 20px 0px 10px;
}

.confirmBtnText 
{
    color: #2f4da5;
	text-decoration:underline;
	font-size: 22px;
    
    line-height: 24px;
    padding: 42px 40px 0px 0px;
}

.contentLeft a{text-decoration:none;}*/

body{
    margin: 0;
    padding: 0;
}

p{
    margin: 0;
}

#wrapper{
    width: 1022px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.content {
    background: url(../Images/topBg.png) no-repeat;
    width: 1022px;
    height: 782px;
    padding-top: 20px;
    padding-left: 15px;
    /*padding-top: 59px;*/
}

.contentLeft {
    width: 503px;
    padding-left: 107px;
    padding-top: 116px;
    float: left;
}

.contentLeft p{
    font-size: 18px;
    color: #666666;
    line-height: 22px;
    padding: 0px;
}

.contentLeft img {
    margin-top: 40px;
}

.note{
    padding-top: 41px;
    font-size: 16px;
    color: #666666;
}

.contentLeft ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.contentLeft ul li{
    display: inline-block;
    font-size: 18px;
}

.contentLeft ul li:first-child{
    margin-right: 25px;
}

.contentLeft a {
    /*color: #0360b9;*/
    color: #2b2626;
    text-decoration: underline;
}


 

.logoTitle {
    text-align: right;
/*    padding-right: 124px;
    padding-bottom: 131px;*/
    font-family: Arial;
    color: #2161a9;
    font-weight: 700;
    font-size: 37px
}

.logoImg {
    /*background: url(../Images/icecream_logoF.png) no-repeat;*/
    /*background: url(../Images/icecream_logo.png) no-repeat;*/
    /*background: url(../Images/TMICC_Logo.png) no-repeat;*/
    background: url(../Images/TMICC_Logo_Transparent.png) no-repeat;
    height: 86px;
    /*background: url(../Images/TMICC_Logo_HalfSize.png) no-repeat;*/
    /* 
    width: 1000px;
    height: 100px;
    padding-bottom: 80px;*/
    /*padding-top: 59px;*/
    /*text-align: left;*/
    /*    padding-left: 50px;
    padding-bottom: 131px;
    font-family: Arial;
    color: #2161a9;
    font-weight: 700;
    font-size: 37px;*/



    background-size: contain; /* Ensures the image scales proportionally */
 
    display: block
}

.logoText {
    padding-top: 30px;
    text-align: right;
    padding-left: 50px;
    padding-right: 15px;
    /*padding-bottom: 131px;*/
    font-family: Arial;
    /*color: #2161a9;*/
    color: #2b2626;
    font-weight: 700;
    font-size: 37px;
}
.confirmBtn {
    /*background-color: #0360b9;*/
    background-color: #2b2626;
    /*height: 54px;*/
    margin: 30px 0 30px 0;
    font-family: Arial;
    color: #feffff;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
    .confirmBtn span {
        display: inline-block;
        /*background: url(../Images/arrow.jpg) no-repeat right 19px;*/
        background: url(../Images/arrow_black.jpg) no-repeat right 19px;
        padding: 0px 20px 0px 10px;
        margin: 0px 20px 0px 10px;
        color: #ffffff;
    }

.confirmBtnText 
{
    color: #2f4da5;
	text-decoration:underline;
	font-size: 22px;
    
    line-height: 24px;
    padding: 42px 40px 0px 0px;
}

.contentLeft h1{
   /* color: #2061ab;*/
    color: #2b2626;
	
    font-size: 24px;
    font-family: Arial;
    text-transform: uppercase;
    margin:0;
    padding-bottom: 20px;
}

p > input{
    display: inline-block;
    margin-top: 15px;
}

input[type=checkbox]:checked + label{
    color: #bcbcbc;
}

p input:first-child{
    margin-top: 0;
}

.contentLeft ul.list_canada{
    margin-top: 30px;
}

.contentLeft ul.thanks{
    margin-top: 45px;
}

.ui-block {
    background-color: lightgray;
    border: 1px solid black;
    height: 100%;
    font-weight: bold;
    text-align: center;
    padding: 30px;
}