@charset "UTF-8";

body {
    font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    background: url(/images/client/17andc/background.png);
    background-repeat:no-repeat;
    background-size: 100%;
    padding-top: 50px;
    font-size: 16px;
}

@media (max-width: 768px) {
    body {
        background: none;
    }
}

ul.nav {
    margin: 0 0 -6px 0;
}

ul.navbar-right {
    float: right;
}

ul.nav a {
    font-family: font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    font-size: 16px;
	background: rgb(239, 239, 239);
    color: rgb(60, 60, 59);
    padding: 30px 15px;
}

ul.nav a:hover {
    color: #E73B2B;
    background: rgb(239, 239, 239);
    border-radius: 0px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #FFFFFF;
    background-color: #C7C9C7;
	border-radius: 0px;
	font-weight: bold;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: rgba(230,38,123,1);
    background-color: rgb(239, 239, 239);
    background-image: linear-gradient(to bottom,rgb(239, 239, 239) 0,rgb(239, 239, 239) 100%);
}

.capreg .form-control {
    border-radius: 0px;
    font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    font-size: 15px;
    margin: 8px 0;
    height: 37px;
}

@media (max-width: 1199px) {
    
    .capreg-footer .parent-company p {
        padding: 20px 0 0 0;
        text-align: center !important;
        color: #fff;
    }
    
    .capreg-footer .parent-company a.capreg {
        margin: 20px auto 0 auto !important;
        display: block;
        width: 128px;
        height: 61px;
        text-align: center;
        background-image: url(/images/client/themall/capreg-logo-alt.svg);
    }
}

.home-icon img {
    margin:-22px 15px -15px -15px;
}

.section-pink {
	background: #E73B2B;
}

.section-white {
	background: rgb(255, 255, 255);
}

.section-blue {
    background: rgb(0, 166, 213);
}

.white {
	color:white;
}

.pagetitle {
    font-weight: bold;
    padding: 25px 0;
}

.contenttitle {
    font-weight: bold;
    padding: 25px 0 0 0;
}

.formtitle {
    padding: 0 0 20px 0;
}

.form-horizontal .control-label{
	font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    text-align:left;
    font-weight: normal;
    font-size: 15px;
    margin: 8px 0;
}

.spacer {
    padding: 25px 0 10px 0;
}

.btn-capreg {
    background-color: #fff;
    font-size: 1.125em;
    color: #E73B2B;
	font-weight: bold;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	border-left-color: #C7C9C7;
	border-right-color: #C7C9C7;
	border-top-color: #C7C9C7;
	border-bottom-color: #C7C9C7;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

.btn-capreg:hover {
    background-color: #E73B2B;
    font-size: 1.125em;
    color: #fff;
	font-weight: bold;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	border-left-color: #E73B2B;
	border-right-color: #E73B2B;
	border-top-color: #E73B2B;
	border-bottom-color: #E73B2B;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

.btn.btn-capreg {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	border-left-color: #C7C9C7;
	border-right-color: #C7C9C7;
	border-top-color: #C7C9C7;
	border-bottom-color: #C7C9C7;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
    padding: 9px 36px;
}

.btn.btn-capreg:hover {
    background-color: #E73B2B;
    font-size: 1.125em;
    color: #fff;
	font-weight: bold;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	border-left-color: #E73B2B;
	border-right-color: #E73B2B;
	border-top-color: #E73B2B;
	border-bottom-color: #E73B2B;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

.btn-capreg-plain {
    background-color: #ffffff;
    font-size: 1.125em;
    color: #C10047;
    border-color: #C10047;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn-capreg-plain:hover {
    background-color: #ffffff;
    font-size: 1.125em;
    color: #C10047;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	border-left-color: #E73B2B;
	border-right-color: #E73B2B;
	border-top-color: #E73B2B;
	border-bottom-color: #E73B2B;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

.btn.btn-capreg-plain {
	color: #E73B2B;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	border-left-color: #C7C9C7;
	border-right-color: #C7C9C7;
	border-top-color: #C7C9C7;
	border-bottom-color: #C7C9C7;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
    padding: 9px 36px;
}

.btn.btn-capreg-plain:hover {
	color: #FFFFFF;
	background-color: #E73B2B;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	border-left-color: #E73B2B;
	border-right-color: #E73B2B;
	border-top-color: #E73B2B;
	border-bottom-color: #E73B2B;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
    padding: 9px 36px;
}

.capreg-footer {
    
    background: #E73B2B;
    padding: 40px 0;
}

.capreg-footer .parent-company p {
    text-align: right;
    color: #fff;
}

.capreg-footer .parent-company a.capreg {
    margin: 1em 0 1em auto;
    display: block;
    width: 134px;
    height: 43px;
    text-align: right;
    background-image: url(/images/client/themall/C&R_logo.png);
}

.capreg-footer .site-links ul {
   list-style-type: none;
   text-align: left;
   margin: 0 0 0 -40px;
}

.capreg-footer .site-links li a {
    font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    display: block;
    padding-left: 1em;
    -webkit-background-size: .375em .688em;
    -o-background-size: .375em .688em;
    -moz-background-size: .375em .688em;
    background-size: .375em .688em;
    background-image: url(/images/client/themall/list-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: left 6px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 0 0;
}

h1 {
	font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    font-size: 32px;
}

h2 {
	font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    font-size: 24px;
    color: rgb(60, 60, 59);
}

h3 {
	font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    font-size: 24px;
    color: rgb(60, 60, 59);
}

h4 {
	font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    font-size: 20px;
    color: #ffffff;
}

p {
	font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    font-size: 16px;
    color: rgb(60, 60, 59);
}