/*
Custom CSS 
*/
body {
   font-family: GothamBook, Gotham,Arial;
   color: #3a3b3c;
}
#register_now {
    color: #333f48;
}
.boldx{
    font-family: GothamBold;
}
.bPageWrap ,.white-popup-block{
    background-color: #FFFFFF;
 }
input.labelauty:checked + label {
    background-color: #1b547f;
    color: #ffffff;
}
 
.dheading{color: #333f48;line-height: 1; }

.dSubmit{background-color:#1b547f;}
.dSubmit:hover{background-color:#ffcb05; color:#fff;}

.dBack, .dBack:hover{color:#fff;background-color:#333f48;}

input.labelauty:not(:checked):not([disabled]) + label:hover
{
	background-color: #7e858a;
	color: #FFFFFF;
}

input.labelauty:checked:not([disabled]) + label:hover

{
	background-color: #20262b;
	color: #FFFFFF;
}

.dSelect, .dTextbox {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 12px;
    height: 30px;
    padding: 0 2%;
    color: #333f48;
}

.subheading{
    font-family: GothamBold;
    font-size: 15px;
    color: #1b547f;
    margin-top:10px;
}
 
.masthead-brand img{width: 300px !important;}

.picture-container{
    position: relative;
    cursor: pointer;
    text-align: center;
    width:100px;
}
.picture{
    width: 56px;
    height: 56px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.picture:hover{
    border-color: #1b547f;
}
.content.ct-wizard-green .picture:hover{
    border-color: #05ae0e;
}
.content.ct-wizard-blue .picture:hover{
    border-color: #3472f7;
}
.content.ct-wizard-orange .picture:hover{
    border-color: #ff9500;
}
.content.ct-wizard-red .picture:hover{
    border-color: #ff3b30;
}
.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src{
    width: 100%;
    
}

.pricetotalblock{color:#ffcb05;}
a, a:focus, a:hover {
    color: #ffcb05;
}

.margint15{margin-top: 15px;}
.margint20{margin-top: 20px;}
.margint5{margin-top: 5px;}