@charset "UTF-8";

body {
    font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    background: url(/images/client/marlowes/seeing-her-face.jpg);
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: 0 132px; 
    font-size: 16px;
}

@media (max-width: 768px) {
    body {
        background: none;
    }
}

.home-icon img {
    margin: 15px 15px 15px 0;
}

ul.nav {
    margin: 45px 0 -10px 0;
}

ul.navbar-right {
    float: right;
}

ul.nav a {
    font-family: font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    font-size: 16px;
    color: rgb(60, 60, 59);
    padding: 35px 15px 32px 15px;
}

ul.nav a:hover {
    color: #1D1D1B;
    background: #F6F6F6;
    border-radius: 0px;
    background: linear-gradient(to bottom, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%);
}

ul.nav a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0b7c95;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #1D1D1B;
    background-color: #F6F6F6;
    background: linear-gradient(to bottom, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%);
}

.nav-pills > li.active > a:before,
.nav-pills > li.active > a:hover:before,
.nav-pills > li.active > a:focus:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0b7c95;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #1D1D1B;
    background-color: #F6F6F6;
    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);
    }
}

.section-header {
	background: rgba(11,124,149,0.8);
}

.section-pink {
	background: rgba(230,38,123,1);
}

.section-white {
	background: rgb(255, 255, 255);
}

.section-blue {
    background: rgb(0, 166, 213);
}

.white {
	color:white;
}

.grey {
	color:#bdbdbd;
}

.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: #0b7c95;
    font-size: 1.125em;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn-capreg:hover {
    background-color: #0b7c95;
    font-size: 1.125em;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn.btn-capreg {
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 9px 36px;
}

.btn-capreg-plain {
    background-color: #ffffff;
    font-size: 1.125em;
    color: #0b7c95;
    border-color: #0b7c95;
    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: #0b7c95;
    border-color: #0b7c95;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn.btn-capreg-plain {
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 9px 36px;
}

.capreg-footer {
    
    background: rgb(11, 124, 149);
    padding: 40px 0;
}

.capreg-footer .parent-company p {
    text-align: right;
    color: #fff;
}

.capreg-footer .parent-company a.capreg {
    margin: 1em 0 0 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: rgb(140, 190, 202);
}

p {
	font-family: 'Proxima Nova',Arial,Roboto,sans-serif;
    font-size: 16px;
    color: rgb(60, 60, 59);
}