/* start SMALL */

.inner-content.simple-page {
    padding-top: 0;
    float: left;
    width: 100%;
}
.sp-head {
    margin: 0 -10px;
    padding-left: 80px;
    background: #ffdc53;
    position: relative;
    z-index: 999;
}
.sp-head h1 {
    padding: 21px 0;
    color: #292b36;
    font-size: 18px;
    line-height: 1em;
    margin: 0;
    font-weight: normal;
}
.sp-head .go-up {
    line-height: 66px;
    width: 70px;
    background: #e1ac0c;
    font-size: 50px;
    border-right: 1px solid #fff;        
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
}
.sp-content p {
    font-size: 15.008px;
    line-height: 26px;
    color: #292b36;
}
.sp-content strong, .sp-content b {
    font-weight: bold;
}
.sp-content em, .sp-content i {
    font-style: italic;
}
.sp-content h2 {
    color: #2457b5;
    font-size: 24px;
}
.sp-content h3 {
    font-size: 18px;
    color: #2457b5;
}
.sp-content h4 {
    font-size: 16px;
    color: #2457b5;
}
.info-box {
    background: #d0e6fe;
    color: #292b36;
    font-size: 15.008px;
    line-height: 24px;
    padding: 25.6px 40px 25.6px 80px;
    position: relative;
    min-height: 96px;
    max-width: 540px;
}
.info-box:before {
    color: #7fb0dc;
    font-size: 57.6px;
    position: absolute;
    top: 22.4px;
    left: 9.6px;
}
.warning-box {
    background: #eff1fa;
    color: #292b36;
    font-size: 15.008px;
    line-height: 24px;
    padding: 25.6px 40px 25.6px 80px;
    position: relative;
    min-height: 96px;
    max-width: 540px;
}
.warning-box:before {
    color: #c82332;
    font-size: 57.6px;
    position: absolute;
    top: 22.4px;
    left: 9.6px;
}
.call-out-box {
    background: #0b2265;
    padding: 25px;
    color: #fff;
}
.call-out-box strong {
    font-size: 32px;
    font-weight: 600;
}
.sp-content ul, .sp-content ol {
    margin: 0.75em 0;
    line-height: 30px;
    font-size: 15.008px;
}
.sp-content ul li {
    position: relative;
    padding-left: 15.008px;
    color: #292b36;
}
.sp-content ul li:before {
    content:"";
    background: #0b2265;
    position: absolute;
    top: 15.2px;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -0.8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.sp-content ol {
    padding: 0 0 0 1.4em;
}
.sp-content .field-type-image img {
    width: 100%;
}
.sp-content table {
    width: 100%;
    /*max-width: 540px;   Removed PS 240214 */
    background: #e9ebf9;
    color: #292b36;
    font-size: 15.008px;
}
.node-quick-answer .sp-content table {
    max-width: none;
    width: 100%;
    table-layout: fixed;
}
.node-quick-answer .sp-content table td {
  word-wrap: break-word;
}
.sp-content table tr, .sp-content table td, .sp-content table th, .sp-content table {
    border: 1px solid #fff;
}
.sp-content table tr:hover {
    background: #bddcfe;
}
.sp-content table .even {
    background: #e0e3f6;
}
.sp-content table th {
    background: #b9bcce;
    font-weight: normal;
    font-size: 18px;
}
.sp-content table td, .sp-content table th {
    /* padding: 8px 20px; PS removed/amended 240214 */
	   padding: 4px 10px;
}
.button, 
.sp-content input[type="button"], 
.sp-content input[type="submit"] {
    cursor: pointer;
    background: #528dcf;
    font-weight: 600;
    font-size: 20px;        
    color: #fff !important;
    text-decoration: none !important;
    border: 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    max-width: 220px;
    text-align: center;
    outline: none;
    position: relative;
    top: -3px;
    font-family: "Open Sans";

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 3px 0 0 #1c1c1c;
    -moz-box-shadow: 0 3px 0 0 #1c1c1c;
    box-shadow: 0 3px 0 0 #1c1c1c;
}
.button:hover,
.button:focus, 
.sp-content input[type="button"]:hover,
.sp-content input[type="button"]:focus, 
.sp-content input[type="submit"]:hover, 
.sp-content input[type="submit"]:focus {
    background: #2457b5;
}
.button:active, 
.sp-content input[type="button"]:active, 
.sp-content input[type="submit"]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
}
/* end SMALL */