/*----- Spacing Edits -----*/
h1 {
    margin-bottom: 20px;
}
h2 {
    margin-top: 40px;
    margin-bottom: 6px;
}
h3 {
    margin-top: 25px;
    margin-bottom: 13px;
}
h4 {
    margin-bottom: 7px;
}
p {
    margin-bottom: 8px;
    margin: 0 0 8px;
}
ul, ul li {
    margin-bottom: 5px;
}
table {
    margin-top: 14px;
}
.tabbed-content h2 + h3 {
    margin-top: 6px;
}
.tabbed-content ul:not(.accordion-controls) {
    text-indent: -.7em
}
.tabbed-content ol:not(.accordion-controls) {
    text-indent: -1em
}
.tabbed-content>:first-child {
    margin-top: 0px;
}
.tabbed-content>:last-child {
    margin-bottom: 0px;
}
.content-separator {
    border-bottom: 1px solid #bfbfbf;
}

/*----- Order Box -----*/
#about-order-box .box-title .top-span2 .order-link {
    margin-top: 0px;
    float: right;
    padding: 5px;
    font-size: 18px;
    font-weight: 450;
}
#about-order-box .top-span1 {
    float: left; 
}
#about-order-box .top-span2 {
    float: right;
}
.box-title {
    /* height: 34px; */
}
#about-order-box h2 {
    margin: 0 0 7px; 
}
#about-order-box table {
    width: 100%;
    margin-bottom: 0px;
}


/*----- Matlab 3 column list ----*/
.mtlb-3-col.grid-container {
    text-indent: 0px;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    justify-items: center;
}
.mtlb-3-col .c1 {
    grid-column: 1;
}
.mtlb-3-col .c2 {
    grid-column: 2;
}
.mtlb-3-col .c3 {
    grid-column: 3;
}
.mtlb-3-col .r1 {
    grid-row: 1;
    align-self: center;
    text-align: center;
    width: 100%;
}
.mtlb-3-col .r2 {
    grid-row: 2;
    width: 100%;
}
.mtlb-3-col table {
    width: 100%;
}
.mtlb-3-col h3 {
    margin: 0px;
}
@media (max-width : 768px) {
    .mtlb-3-col.grid-container {
        display: block;
    }
}

/*----- Info Boxes ----*/
.info, .alert, .warning {
    background: #fffdf5;
    padding: 15px;
    border: 1px solid;
    border-left: 5px solid;
    border-right: 5px solid;
}
.info {
    border-color: #00529B;
}
.alert {
    border-color: #bb0000;
}
.warning {
    border-color: #f37021;
}

/*----- CC Icons -----*/
.cc-icon {
    width: 40px;
    margin: 0px 0px 12px 12px;
    float: left;
}
.cc-container {
    display: inline-block;
    border: 1px solid #D7DEF0;
    padding-top: 12px;
    padding-right: 12px;
}

/*----- Mobile version -----*/
@media (max-width : 768px) {
    #about-order-box h2 {
        margin-top: 3px; 
    }
    #about-order-box .box-title .top-span2 .order-link {
        margin-bottom: 10px;
    }
    .header .tertiary_navbar .subunit-title span {
      font-size: 22px;
  	}
}



