#t3-mainnav {
    display: none;
}

.t3-copyright {
    display: none;
}

.t3-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* CONTENT */
.t3-mainbody {
    padding-top: 0;
    padding-bottom: 0;
}

.t3-mainbody .row {
    overflow: hidden;
}

.t3-content {
    background-color: #FCF9F5;
    margin-bottom: -200%;
    padding-bottom: 200%; 
}

/*.phil-library .t3-content {
    overflow: visible;
    margin-bottom: 0;
    padding-bottom: 0;
}*/

.t3-content .article-title, 
.t3-content .article-header h1,
.t3-content .page-header h1,
.t3-content .page-subtitle small {
    font-size: 22px;
    font-weight: bold;
    color: #84101e;
}

.t3-content .items-row,
.t3-content .item {
    padding: 0 10px 10px 10px;
}

.t3-content .items-row .item,
.t3-content .item {
    background-color: #F7F5EF;
    padding: 10px;
    border: 1px solid #BFB8A8;
    margin-bottom: 0;
}

.pull-none.item-image {
	display: none;
}

/* Tables */
.table-bordered td {
    border-color: #FBB1B5 !important;
}

/* Article Icons */
.t3-content .article-aside {
    margin-bottom: 10px;
}
	
.t3-content dl.article-info {
    float: left;
    color: #61563D;
}
				
.t3-content .icons {
    float: right;
}
					
.t3-content .print-icon,
.t3-content .email-icon,
.t3-content .edit-icon	{
    display: inline;
}

.t3-content .print-icon a,
.t3-content .email-icon a,
.t3-content .edit-icon a {
    text-decoration: none;
    
}

.print-icon a,
.edit-icon a,
.email-icon a {
    font-size: 0px;
}

.print-icon>a>span,
.edit-icon>a>span,
.email-icon>a>span {
    font-size: 13px;
}


/* SIDEBAR */
.t3-sidebar {
    background-color: #E6E0D5;
    margin-bottom: -500%;
    padding-bottom: 500%; 
}

/*.phil-library .t3-sidebar {
    overflow: hidden;
    margin-bottom: -1000%;
    padding-bottom: 1000%;
}*/

.t3-sidebar .t3-module {
    border: 1px solid #E9C9C1;
    background-color: #E8E3D9;
    padding: 10px;
    margin-bottom: 10px;
}

.t3-sidebar .t3-module img {
    max-width: 100%;
}

.t3-sidebar #mod-search-searchword {
    width: 100%;
}

/* Sidebar menu */
.t3-sidebar .t3-module.vmenu {
    border: none;
    background-color: transparent;
    padding: 0;
}

.t3-sidebar .t3-module.vmenu a,
.t3-sidebar .t3-module.vmenu span.separator {
    color: #84101e; /* Lendulet Link color */
}

.t3-sidebar .t3-module.vmenu a:hover,
.t3-sidebar .t3-module.vmenu a:focus,
.t3-sidebar .t3-module.vmenu span.separator:hover,
.t3-sidebar .t3-module.vmenu span.separator:focus {
    color: #40080e; /* Lendulet link hover color */
}

.t3-sidebar .t3-module.vmenu ul.nav-pills > li > a,
.t3-sidebar .t3-module.vmenu ul.nav-pills > li > span.separator {
    background-color: #D0C7B4;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.t3-sidebar .dropdown-menu {
    position: relative;
    display: inherit;
    float: none;
    z-index: 0;
    margin: 0 0 0;
    border: none;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    background-color: transparent;
}

.t3-sidebar .dropdown-menu a,
.t3-sidebar .dropdown-menu .active a {
    white-space: normal;
}

.t3-sidebar .dropdown-menu a:hover,
.t3-sidebar .dropdown-menu a:focus,
.t3-sidebar .dropdown-menu .active a:hover,
.t3-sidebar .dropdown-menu .active a:focus {
    background-color: transparent;
}

.dropdown-menu > li > a {
    padding: 5px 10px;
}

.t3-sidebar .dropdown-menu .divider,
.t3-sidebar .dropdown-menu ul.dropdown-menu {
    padding: 5px 0px 0px 10px;
    height: auto;
    overflow: visible;
    background-color: transparent;
    margin: 0;
    cursor: pointer;
}

.t3-sidebar .dropdown-submenu > .dropdown-menu {
    left: 0;
    padding-bottom: 0;
}

.t3-sidebar .dropdown-submenu > .dropdown-menu a {
    padding-left: 10px;
    padding-right: 5px;
}

.t3-sidebar ul.nav .active a {
    background-color: transparent;
}

.t3-sidebar .t3-module.vmenu ul.nav-pills > li.current > a {
    color: #FFFFFF;
    background-color: #84101e;
}

.t3-sidebar ul.nav .open a {
    background-color: transparent;
} /* No hover transition on submenu items */

/* No caret */
.t3-sidebar .caret {
    display: none;
}

.t3-sidebar .dropdown-submenu a:after {
    display: none;
}

/* Bootstrap 4 bold item */
.font-weight-bold {
  font-weight: bold;
}

/* HUME CONFERENCE menu */
.t3-sidebar .menu .item-142 {
  margin-top: 10px;
  border-top: 2px solid #84101e;
  border-bottom: 2px solid #84101e;
}

.t3-sidebar .menu .item-142 span.separator {
  background-color: #D0C7B4;
  color: #40080e;
}

/* RSVP Pro registration form */
#jevents .contentheading {
    display: none;
}

#rsvppro_admintable input[type=text] {
    max-width: none;
    width: 95%;
}

#rsvppro_admintable td > label,
#rsvppro_admintable td > span > label {
    font-weight: bold;
}

#rsvppro_admintable #rsvp_field4_span_ > label {
    font-weight: normal;
    display: block !important;
}

#rsvppro_admintable .paramlist_value span.inputbox {
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

#rsvppro_admintable .star {
    color: red;
}

#rsvppro_admintable .paramfield5,
#rsvppro_admintable .paramfield9,
#rsvppro_admintable .paramfield17 {
    border-top: 3px solid #aaa;
}

#rsvppro_admintable .paramfield5 td,
#rsvppro_admintable .paramfield9 td {
    border-bottom: 1px double grey;
    background-color: #eee;
}

#jevents .jev_evdt_extrainf,
#rsvppro_admintable .paramfield17 td,
#rsvppro_admintable .paramtotalfee {
    background-color: #eee;
}

#jevents .jev_evdt_extrainf {
    padding: 20px 2px;
    font-weight: bold;
    border-top: 3px solid #aaa !important;
    border-bottom: 1px double grey !important;
}

#jevents .jev_evdt {
    padding-top: 0;
    padding-bottom: 0;
}

#jevents .jev_evdt #registration-tab-pane {
    margin-top: 0;
}

#registration-tab-pane .paramlist td {
    padding: 5px 2px;
}

#rsvppro_admintable .paramfield5 td,
#rsvppro_admintable .paramfield9 td,
#rsvppro_admintable .paramfield17 td {
    padding-top: 20px;
}

#rsvppro_admintable .paramfield4 td,
#rsvppro_admintable .paramfield5 td,
#rsvppro_admintable .paramfield8 td,
#rsvppro_admintable .paramfield9 td,
#rsvppro_admintable .paramfield23 td {
    padding-bottom: 20px;
}

#rsvppro_admintable .paramfield19,
#rsvppro_admintable .paramfield20,
#rsvppro_admintable .paramfield21,
#rsvppro_admintable .paramfield22 {
    border-bottom: 3px double #aaa;
}

/* Login Form: Hide lost password */
.t3-sidebar #login-form .unstyled,
.t3-content .login-wrap .other-links.form-group > div.col-sm-offset-3.col-sm-9 {
    display: none;
}

/* SPOTLIGHT 2 : BOTTOM */
.t3-sl-2 {
    background-color: #FCF9F5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.t3-sl-2 .t3-spotlight-2 {
    padding: 10px;
    border: 1px solid #FADDDB;
    margin: 5px;
    background-color: #F9F7F3;
}

.t3-sl-2 .t3-module,
.t3-sl-2 .t3-module p {
    margin-bottom: 0;
}

.t3-sl-2 .t3-module img {
    border-width: 1px;
    border-color: #D0C7B4;
    border-style: solid;
}

/* NAVHELPER : Breadcrumbs */
.t3-navhelper {
    background: transparent;
    border-top: none;
    padding: 0;
}

.t3-navhelper .container {
    background: #FCF9F5;
    border-top: 1px solid #eeeeee;
    color: #555555;
    padding: 5px 10px;
}

.t3-navhelper .container .breadcrumb {
    background: #FCF9F5;
}

/* FOOTER */
.t3-footer {
    border-top: none;
    background: transparent;
}

.t3-footer .container {
    border-top: 1px solid #eeeeee;
    background: #efeae2;
    color: #2f2919;
}

.t3-footer .social-icons {
    text-align: right;
}







/* ---------- RESPONSIVITY ---------- */

/* --- EXTRA SMALL --- */
@media screen and (max-width: 767px) {
    .t3-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .t3-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    p {
        text-align: left !important;
    }
    
    .t3-footer p {
        text-align: center !important;
    }
    
    .t3-footer .social-icons,
    .t3-footer .rss-icon {
        text-align: center !important;
        padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
        margin-bottom: 0;
    }
    
    .t3-footer .social-icons p {
        text-align: center;
    }
    
    /* SCROLL TO TOP: HIDE ON MOBILE */

    #scrollToTop {
        display: none;
    }
}

/* --- SMALL --- */
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*.t3-header {
        height: 222px;
        background: url('images/header-750.jpg');
        border-bottom: 10px solid #D0C7B4;
    }*/
		
	.t3-header {
		height: 99px;
		background: url('images/header-750x99.jpg');
		border-bottom: none;
	}
    
    .t3-header .logo a {
        display: none;
    }
    
    .article-content p {
        text-align: justify;
    }
}

/* --- MEDIUM --- */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*.t3-header {
        height: 289px;
        background: url('images/header-970.jpg');
        border-bottom: 15px solid #D0C7B4;
    }*/
		
	.t3-header {
		height: 128px;
		background: url('images/header-970x128.jpg');
		border-bottom: none;
	}
    
    .t3-header .logo a {
        display: none;
    }
    
    .article-content p {
        text-align: justify;
    }
}

/* --- LARGE --- */
@media screen and (min-width: 1200px) {
    /*.t3-header {
        height: 350px;
        background: url('images/header-1170.jpg');
        border-bottom: 20px solid #D0C7B4;
    }*/
		
	.t3-header {
		height: 154px;
		background: url('images/header-1170x154.jpg');
		border-bottom: none;
	}
    
    .t3-header .logo a {
        display: none;
    }
    
    .article-content p {
        text-align: justify;
    }
}

@media screen and (min-width: 768px) {
	#t3-mainnav .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.navbar {
		min-height: 30px;
	}
	
	.navbar-nav > li > a {
    	padding: 10px 13.5px;
    	/*padding-bottom: 10px;*/
	}
	
	#t3-mainnav .container li {
		float: right;
	}
	
	#t3-mainnav .container li:last-child {
		float: left;
	}
}