#eduMain {
    position: relative;
    width: 100%; /*change to Max-Width:100% when integration starts */
    overflow: hidden;
    padding: 0;
    margin:0;
}
#eduMain h2 {
    font-family: 'eurostile';
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom:10px;
    color: #313233;
    font-weight: 100;
}
#eduMain h2 span {
    font-family: 'eurostile';
    font-weight: bold;
    font-size: 1em;
}
#eduMain h3 {
    font-family: 'eurostile';
    font-size: 1.125em;
    text-transform: uppercase;
    color: #313233;
    font-weight: bold;
}
#eduMain p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    color:#4c4c4e;
    margin-bottom: 14px;
}
.clearfix {
    clear:both;
}
#eduContainer {
   max-width: 1240px;
   min-width: 320px;
   margin: 0 auto;
   background:#fafafa;
}
.textCenter {
    text-align: center;
}
.greybkgrd {
    background: #eee;
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #b2b2b2;
}
.padding {
    padding: 30px;
}
.paddingLR {
    padding:0 15px;
}
.paddingT {
    padding-top:30px; 
}
.paddingNoTop {padding-top:0;}
.paddingB {
    padding-bottom:30px;
}
.shadow {
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,.2);
    -o-box-shadow: 0 4px 8px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
/*Tab selections*/
#tabs, #tabs2 {
    list-style: none;
    padding: 0;
    margin:0;
    text-align: center;
}
#tabs li, #tabs2 li {
    display: inline-block;
    padding: 5px 10px;
    border-left: 1px solid #a2a2a2;
}
#tabs li a, #tabs2 li a {
    font-family: "eurostile";
    color:#f7931d;
    cursor: pointer;
    padding-bottom: 5px;
    font-size: 16px;
}
#tabs li a:hover, #tabs2 li a:hover {
    text-decoration: none;
}
#tabs li:last-child, #tabs2 li:last-child {
    border-right: 1px solid #a2a2a2;
}

#tabs li a.inactive, #tabs2 li a.inactive {
    color: #a2a2a2;
}
.containerTab, .containerTab2 {
    padding-top: 20px;
}
.tabContent {
    padding:30px 15px 0 15px;
}
/*Tab Selections End*/

/*Partners List Logos CSS */
#eduPartners {
    list-style: none;
    margin:0;
    padding:0;
    margin-top: 20px;
    text-align: center;
}
#eduPartners li {
    display: inline-block;
}
/*End of List for Partners Logos */
/*Fix Styles*/

.full {
background-color:#313233;
}
.full h1 {
color:#f7931d;
font-weight: bold;
font-size:20px;
text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
font-family: eurostile !important;
padding-left: 15px;
}
.full h2 {
text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
font-size:40px;
font-weight: bold;
color:#ffffff;
text-transform:uppercase;
font-family: eurostile !important;
padding-left: 15px;
}
.article {margin-top:0 !important;}
.shared {padding-top:0 !important;}
}
@media(max-width:425px){
    .full h1 {font-size: 18px !important;padding-left: 0 !important;text-align: center !important}
    .full h2 {font-size:28px !important;padding-left: 0 !important;text-align: center !important}
}