body.home #primary{
/*     display: none; */
}

body.home #primary #main {
    margin-bottom: 20px;
    border:0 !important;
}

body.home #primary{
/*     display: none; */
}

body.home .page-section {
    padding: 0 0 0 0;
}
a.button{
    background: #f23051;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
}




header#masthead{
    background-color: #bbb8b8;
}
.site-branding{
    background-color: #c41f1f;
    margin: 20px;
    padding: 0;
}
.site-logo + #site-identity {
    margin-top: 20px;
    display: none;
}
.site-logo img {
    max-height: 120px;
    width: auto;
    border: 15px solid #bbb8b8;
    border-top: 0;
    border-bottom: 0;
}
body.custom-background, #content{
    background-color: #bbb8b8;
}
.main-navigation {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: transparent;
}
.main-navigation ul.nav-menu > li > a {
    background: #000;
    color: #fff!important;
    border: 0;
    height: 40px;
    padding: 7px 25px;
}
.main-navigation ul.nav-menu > li.current-menu-ancestor > a,
.main-navigation ul.nav-menu > li.current-menu-item > a,
.main-navigation ul.nav-menu > li > a:hover {
    background: #c41f1f;
    color: #fff!important;
}
.main-navigation ul ul {
    background-color: #c41f1f;
}
.main-navigation ul ul li a{
    color: #fff!important;
    padding: 6px 15px;
}

.main-navigation ul ul li.current-menu-item a,
.main-navigation ul ul li a:hover{
    color: #000!important;
    background: #fff;
}
.menu-toggle i {
    color: #040001;
}
.main-navigation .menu-item-has-children > a:before{
	display:none!important;
}
.wrapper {
    width: 100%;
    max-width: 1000px;
}
#colophon .widget li a, #secondary .widget li a {
    display: inline;
}
.footer-widgets-area ul ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}
.footer-widgets-area .widget ul ul li {
    border-bottom: 0px solid rgba(255, 255, 255, 0.15);
    padding: 0;
    margin: 5px 0;
}

a.lnk-home{
    color:#000;
}

a.lnk-home:hover{
    color:#f23051;
}

.teamdata #pgc-18-1-0, 
.teamdata #pgc-18-1-1, 
.teamdata #pgc-18-1-2, 
.teamdata #pgc-18-1-3, 
.teamdata #pgc-18-2-0, 
.teamdata #pgc-18-2-1, 
.teamdata #pgc-18-2-2, 
.teamdata #pgc-18-2-3, 
.teamdata #pgc-18-3-0, 
.teamdata #pgc-18-3-1, 
.teamdata #pgc-18-3-2,
.teamdata #pgc-18-3-3 {
    width: 25%;
}
.teamdata .textwidget img {
    margin: 0;
}
@media screen and (min-width: 768px) {
.teamdata .textwidget img.lr1{
	margin-top:240px;
}
.teamdata .textwidget img.lr2{
    margin-bottom: 158px;
    margin-left: 100px;
    margin-top: 20px;
}
p.tlr2{
    margin-left: 40px;
}
.teamdata .textwidget img.lr3{
    margin-top: 122px;
}
p.tlr3{
    margin-top: 8px;
}
.teamdata .textwidget img.lr4{
    margin-top: 10px;
	margin-bottom:74px;
}
.teamdata .textwidget img.timg4{
    margin-right: 10px;
}
.teamdata .textwidget img.lr5{
    margin-top: 74px;
    margin-left: 98px;
}
p.tlr5{
    margin-top: 8px;
}
}
@media screen and (max-width: 767px) {
.teamdata .textwidget, .teamdata .textwidget img {
    margin: 0 auto!important;
    display: table!important;
    float: none;
    clear: both;
    text-align: center;
}
}



body.home article{
    padding: 0px !important;
    background-color: #bbb8b8 !important;
    box-shadow: none !important;
    border-bottom: 0px !important;
}

a.home-lnks{
    font-size:18px; 
    color:#c41f1f;
}

a.home-lnks:hover{
    color:#000;
}

span.opc-radio input {
    width: 20px;
    margin: 0;
    height: 13px;

}

span.opc-radio .wpcf7-list-item{
    margin-left: 0px;
}

select.opc-select {
    width: 100%;
}

div.btn-newsletter-signup {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;    
}

div.btn-newsletter-signup > a {
    color: blue;
    text-decoration: underline;    
}