/*
* === CUSTOM.CSS ===
* This file is referenced by SAS-RED template.
* Any custom css that is specific to a website can go here.
*/
/* =Community Builder styling for Community Builder Package  2.4.2 
--------------------------------*/

/* Adjust fonts to 'Rutgers Fonts' */
.cb_template {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.cb_template .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    max-width: 100%;
    height: auto;
        border: none;
    border-radius: 0;
}

/* Hide border around card areas */
.cb_tab_container.cb_tab_roundhtml.card {
    border: none;
}

/* Bold Labels */
.cb_template label {
    font-weight: bold;
}

/* Display right border next to field */
.cb_template.border-right {
    border-right: solid 1px #ccc !important;
    padding-right: 5px !important;
}

/* Set all links to Rutgers Red */
.cb_template a {
    color: #cc0033;
}

/* Define Tab Layouts 
---------------------------------*/
.cbProfile.cb_template .cbTabsContent.tab-content {
    border: #ccc solid 1px;
    background: #fff;
}

/* Remove display of bullets in tabmenu */
.cbTabsNav li {
    list-style: none !important;
}


/* white background sections
---------------------------------*/
.cb_template .panel,
.cb_template .cb_tab_content {
    margin-bottom: 3px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: none;
}
.cb_template .panel-default .panel-heading,
.cb_template .cb_tab_content_heading h4 {
    background-color: #fff;
    background-image: none;
    border-bottom: 0px solid transparent;
    font-weight: bold;
    font-size: 18px;
    color: #676767;
    padding: 15px 15px 2px;
    text-transform: uppercase;
}
.cb_template .panel-default > .panel-heading {
    background-color: none;
}
.cb_template .panel-body {
    padding: 10px 15px 15px 15px;
}

/* Adds a top border to any element to help divide up information in CB
---------------------------------*/
.cbProfile  .topborder {
    border-top: #ccc solid 1px;
    padding-top: 10px;
}

/* Add padding for Tab Content */

.cbTabsContent.cbTabsMenuContent.tab-content {
    padding: 20px;
    border: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border: none;
}

a.cbTabNavLink.nav-link.active {
    background: #fff;
    border: none;
}

/* define color of tab */
.cb_template .navbar-light .navbar-nav .nav-link {
    color: #343434;
}


.cb_template .text-primary {
    color: #4e4e4e !important;
}

.cb_tab_content.card-body {
    border: none !important;
    padding: 3px;
    box-shadow: none;
}

.cb_template .containerBox {
    position: relative;
    display: inline-block;
    padding: 12px;
    margin: 0 5px 5px 0;
    text-align: center;
    vertical-align: top;
}

/* Unique for list view for Computer Science */
.card-body.p-2.position-relative.cbCanvasLayoutBody {
    height: 300px;
    width: 200px;
}


/* = END Community Builder styling for Community Builder Package  2.4.2  
--------------------------------*/


/* = Makes modules same with when there are only two in a row. 
--------------------------------*/
@media only screen and (min-device-width: 768px)  {
	#rt-content-bottom .rt-grid-4.rt-omega, 
	#rt-content-bottom .rt-grid-5.rt-alpha { 
		width: 50%; 
	} 
}

/* = This will override jextboxequation css that centers h1 headings. 
--------------------------------*/
article > h1 {
	text-align: left;
}

