
@font-face {
    font-family: 'TradeGothicLTPro'; 
    src: url("../fonts/TradeGothicLTPro-Cn18.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: 'ITCMotterCorpusStd-SemiCond'; 
    src: url("../fonts/ITC - MotterCorpusStd-SemiCond.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: 'ITCMotterCorpusStd-Cond'; 
    src: url("../fonts/ITC - MotterCorpusITCStd-Condensed.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: 'ITCMotterCorpusStd'; 
    src: url("../fonts/ITC - MotterCorpusITCStd.otf") format("opentype");
    font-style: normal;
}

/*
 * add custom styles here
*/ 

#headmenu_home {
    display:none;
}

p {
    line-height:1.2em;
}


.panel-top, .panel-center {
    border-radius:3px;
    box-shadow: 0px 2px 12px #666;
}

.tab-banner {
    box-shadow: 0px 4px 4px #e6e6e6;
    margin-bottom:4px;
}

.format-content a.button-control {
    background-color:#00833f;
    color:#FFF;
    box-shadow:none;
    border-radius:0;
}

.format-content a.button-control:hover {
    box-shadow:none;
    margin:2px;
     background-color:#00d27b;
}

input[type=submit].button-control {
    background-color:#00833f;
    color:#FFF;
    box-shadow:none;
    border-radius: 4px;
    font-size: 12pt;
}

.column-left {
    border-right:1px solid #DDD;
    min-height:100%;
}

#topbar-border {
    background-color: #00833f;
    opacity:0.4;
}

#headmenu a {
    font-family: TradeGothicLTPro;
    text-transform: uppercase;
    font-weight:bold;
}

#topbar .nav-menu a {
    font-weight: bold;
    font-size: 18px;
}

h2.pageTitle, h1.courseTitle {
    font-family: TradeGothicLTPro;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 28pt;
}

h1#objectTitle {
    padding-top:2px;
    font-family: TradeGothicLTPro;
}

h1 {
    font-family: TradeGothicLTPro;
}

h3, h3 a{
    font-family: TradeGothicLTPro;
}

.objectPreview h4 {
    font-family: Montserrat;
    font-size:19px;
}

.objectPreview h4 a.objectEditLink {
    font-weight: normal;
}

h3.columnTitle a {
    font-size:19px;
    font-family: Montserrat;
    font-weight:normal;
}

.objectItem h4 a {
    font-family: Montserrat;
    font-weight:normal;
    font-size:19px;
}

h2.elementText {
    font-weight:bold;
}

#courseObjects h4, #courseHead h4 {
    padding-top:10px;
}

.back-topbar-dark #topmenu_button {
    height:48px;
    padding-top:0;
    width:100px;
}


/*
* Content Styles
*/

#homeBox h2 {
    font-family: ITCMotterCorpusStd-SemiCond;
}

.elementContent h1, .elementContent h2, .elementContent h3{
    font-family: ITCMotterCorpusStd-SemiCond;
}

.elementContent h4, .elementContent h5 {
    font-family: TradeGothicLTPro;
}

.elementContent[data-display=Highlight] {
    font-family: ITCMotterCorpusStd-SemiCond;
    font-size:30px;
}

.elementContent[data-display=Priority] {
    font-family: ITCMotterCorpusStd-SemiCond;
}

@media screen and (min-width: 1900px) {
    /*
    .elementEmbed {
        margin-right:12%;
        margin-left: 12%
    }*/
}

.categoryContainer img.fullImg {
    border: 4px solid #00833f;
    border-radius:100px;
}

footer p {
    text-align:center;
}

#fabric_content {
    margin-bottom: 50px;
}

#content_screen {
    margin-bottom:0;
}

#courseBar.contentbox {
    max-width:790px;
}

.contentbox .col1 {
    max-width: 110px;
}

#tab_objects .button-link {
    border-radius: 0;
}

#tab_inprogress .button-link {
    border-radius:0;
    border:none;
    background:#FFF;
}

#tab_inprogress .button-link.courseLink {
    border-radius:4;
    border: 1px solid #EFEFEF;
}

.progressTableItem {
    box-sizing: border-box;
}


.accountAbout, .accountAvatar, .accountGroups {
    display:none;
}

#loginForm input[type=text], #loginForm input[type=password], #loginForm input[type=email] {
    padding:10px;
    box-sizing: border-box;
}

#loginForm ul.unstyled li:first-child {
    display:none;
}

#loginForm .input-password-toggle {
    display: none;
}

#loginForm button[name=Submit] {
    margin-top: 10px;
    padding: 10px;
    border: none;
    width: 100%;
    background: #00833f;
    color: #FFF;
    font-size: 14pt;
    border-radius: 0px;
 }

#loginForm ul.mod-login__options li {
    background: #00833f;
    color: #FFF;
    border-radius: 0px;
}

#loginForm ul.mod-login__options li a {
    color: #FFF;
    
}

#loginForm .button-content {
    display: block;
    background: #00833f;
    color: #FFF;
    border-radius: 0px;
    padding: 5px 10px;
}


#postTabs {
    display:none;
}

.certificate_download {
    background-color:#FFFFFF;
    border-radius:24px;
    border:2px solid #00833f;
    padding:6px;
}

#deleteuser_manager_button {
    display:none;
}

#accountEmailNotification {
    display:none;
}

.assessmentSubmitBox {
    padding-bottom: 70px;
}

#toggleComplete option[value=assigned], #toggleComplete option[value=prod], #toggleComplete option[value=owned] {
    display:none;
}

.format-content a.assessment_save.back-gray {
    background-color: #666;
}