/* Resets font size to default due to stylesheet and Bootstrap load order */
body {
    font-size: 11.5px;
}
h3 {
    margin-bottom: 20px;
 }

/* Height and borders of last container */
.OEcontainer-wrapper > .OEcontainer:last-of-type {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 34%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(34%, rgba(246,246,246,1)), color-stop(100%, rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 34%, rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 34%, rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 34%, rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 34%, rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0 );
    min-height: 300px;
    border-bottom-width: 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
/* Apply button in last container */
#main > .OEcontainer:last-of-type .button-container {
    margin-bottom: 20px;
}
.OEcontainer-wrapper {
    margin-top: 80px;
}
.OEcontainer {
    background-color: #f8f8f8;
    padding-bottom: 3px;
    margin-top: -24px;
    position: relative;

    border-color: #A8A8A8;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;    

    box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.15);
}
.button-container {
    background-color: #f8f8f8;
    margin-top: 15px;
    margin-bottom: 120px;
}
.btn-apply {
/*    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(#0d71bd 0%, #013f6e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(#0d71bd 0%, #013f6e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(#0d71bd 0%, #013f6e 100%) repeat scroll 0 0;*/ 

    background: transparent;
    color: #0d71bd;
    font: 24px Abbeyroad;
    padding: 15px 40px;
    border: 2px solid #0d71bd;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background linear .15s;
}
.btn-apply:hover {    
    background: #0d71bd;
    color: #fff;
}
.btn-apply:focus {
    outline: none;
}

.OEcontainer > .collapse {
    background-color: #f8f8f8;
    border-color: #a8a8a8;
    border-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    width: 100%;
}
.program-container > tbody {
    padding: 20px;
    background-color: #f8f8f8;
}
.program-text {
    padding: 0 20px;
    background-color: #f8f8f8;
}
.program-text > p {
    font-size: 14px;
    line-height: 1.4;
}
.program-title {
    font-size: 22px;
    font-family: Abbeyroad, sans-serif;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-top: 12px;
}

/* Vertically aligns signage image to top */
.OEcontainer table > tbody > tr > td:nth-child(1) {
    vertical-align: top !important;
}
.collapse > table {
    background-color: #fff;
}
.tab {
    background-image: url("../images/tab-blue.png");
    background-repeat: no-repeat;
    height: 43px;
    width: 290px;
    cursor: pointer;
    position: relative;
    top: -42px;

}
.canada .tab{
    background-image: url("../images/tab-red.png");
}
.tab > p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0 0 32px;
}
.prog-desc {
    padding: 0 60px;
}
.prog-title {
    padding: 0 20px;
    /*margin-top: 50px;*/
}
.prog-title:nth-child(2){
    margin-top: 50px;
}