/* FlexNav */

.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
    
}

.flexnav.opacity {
    opacity: 0;
}

.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}
/*menu colours*/
.flexnav li a {
    position: relative;
    display: block;
    padding: .76em;
    z-index: 2;
    overflow: hidden;
    background: rgba(75, 164, 165, 0.9);
    color:rgb(255, 255, 255);
    border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
    border-right: 1px solid hsla(0, 100%, 100%, 0.35);
}

.flexnav li ul {
    width: 100%;
    
}

.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

.flexnav li ul.flexnav-show li {
    overflow: visible;
}
/*sub menu colors*/
.flexnav li ul li a {
	display:block;
	background:rgb(202, 202, 202);
	background:rgba(33, 168, 172, 0.5);
	border-bottom:1px solid rgba(255, 255, 255, 0.40);
    /*display: block;
    background: hsla(0, 0%, 79%, 1);
    border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);*/
}

.flexnav ul li ul li a {
    background: hsla(0, 0%, 83%, 1);
}

.flexnav ul li ul li ul li a {
    background: hsla(60, 2%, 79%, 1);
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 47px;
    height: 43px;
    display: inline-block;
    background: hsla(0, 0%, 0%, 0.075);
    text-align: center;
}

.flexnav .touch-button:hover {
    cursor: pointer;
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 1em;
    font-size: 12px;
    color: hsla(0, 0%, 40%, 1);
}

.menu-button {
    position: relative;
    display: block;
    float: right;
    font-size: 1.3em;
    font-weight: 400;
    color: hsla(11, 65%, 33%, 1);
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 3px;
    border: 1px solid hsla(12, 60%, 49%, .3);
    border-radius: 5px;
    margin-top: 2px;
    margin-bottom: 1%;
    cursor: pointer;
}

.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
}

.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: hsla(0, 0%, 40%, 1);
}

@media all and (min-width:320px) {
    .menu-button {
        font-size: 1.5em;
    }
}

@media all and (min-width:480px) {
    .menu-button {
        font-size: 1.8em;
    }
}

@media all and (min-width:800px) {
    body.one-page {
        padding-top: 70px;
    }
    .flexnav {
        overflow: visible;
    }
    .flexnav.opacity {
        opacity: 1;
    }
    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
    }
    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        background-color: hsla(60, 2%, 64%, 1);
        overflow: visible;
        width: 20%
    }
    .flexnav li a {
        border-left: 1px solid hsla(0, 0%, 83%, 1);
        border-bottom: none;
        border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
    }
    .flexnav li>ul {
        position: absolute;
        top: auto;
        left: 0;
    }
    .flexnav li>ul li {
        width: 100%
    }
    .flexnav li ul li>ul {
        margin-left: 100%;
        top: 0;
    }
    .flexnav li ul li a {
        border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
    }
    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px;
    }
    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0;
    }
    .menu-button {
        display: none;
    }
    @media all and (min-width:800px) {
        #home {
            padding-left: 1.8em;
        }
    }
    @media all and (min-width:820px) {
        .flexnav li a {
            padding-left: 1.3em;
            border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
            border-right: 1px solid hsla(0, 100%, 100%, 0.35);
        }
        .flexnav li ul li a {
            border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
        }
        #home {
            padding-left: 2.2em;
        }
    }
    @media all and (min-width:900px) {
        .flexnav li a {
            padding-left: 1.8em;
            border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
            border-right: 1px solid hsla(0, 100%, 100%, 0.35);
        }
        .flexnav li ul li a {
            border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
        }
        #home {
            padding-left: 2em;
        }
    }
    @media all and (min-width:970px) {
        .flexnav li a {
            padding-left: 2em;
            border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
            border-right: 1px solid hsla(0, 100%, 100%, 0.35);
        }
        .flexnav li ul li a {
            border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
        }
        #home {
            padding-left: .7em;
        }
    }
    @media all and (min-width:1020px) {
        .flexnav li a {
            padding-left: 2.5em;
            border-right: 1px solid hsla(0, 100%, 100%, 0.35);
            border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
        }
        .flexnav li ul li a {
            border-bottom: 1px solid hsla(0, 100%, 100%, 0.4);
        }
        #home {
            padding-left: 1.5em;
        }
    }
}

/* *** Old Internet Explorer styles *** */

.oldie body.one-page {
    padding-top: 70px;
}

.oldie .flexnav {
    overflow: visible;
}

.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
}

.oldie .flexnav li {
    position: relative;
    width: 20%;
    list-style: none;
    float: left;
    display: block;
    background-color: hsla(60, 2%, 64%, 1);
    min-height: 50px;
    overflow: visible;
}

.oldie .flexnav li:hover>ul {
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li:hover>ul li {
    width: 100%;
    float: none;
}

.oldie .flexnav li a {
    border-bottom: none;
    border-left: 1px solid hsla(60, 6%, 65%, 1);
    overflow: visible;
}

.oldie .flexnav li>ul {
    background: hsla(60, 6%, 65%, 1);
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible;
}

.oldie .flexnav li ul li ul {
    top: 0;
}

.oldie .flexnav li ul li a {
    border-bottom: none;
}

.oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li ul.open li {
    width: 100%
}

.oldie .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0;
}

.oldie .menu-button {
    display: none;
}

.oldie.ie7 .flexnav li {
    width: 19.9%
}


/* Page Styles */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
img-sml,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

body {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 46, 93, 1);
    font-family: "Helvetica Neue", Arial, clean, sans-serif;
    border-top: 5px solid rgba(0, 69, 138, 0.9);
}

::selection {
    color: hsla(0, 100%, 100%, 1);
    background: hsla(250, 32%, 29%, 1);
}

a {
    text-decoration: none;
    color: hsla(322, 37%, 41%, 1);
}

a:hover {
    text-decoration: underline;
    color: hsla(11, 65%, 33%, 1);
}

p {
    line-height: 1.5;
    font-weight: 300;
    font-size: 1.2em;
    margin-bottom: 1em;
}

p bold {
    font-style: italic;
}

strong {
    font-weight: 600;
}

.site-title {
    position: relative;
}

.site-title h2 {
	border-top:2px solid #7f3791;
	/*font-family: "Montserrat";*/
	width:95%;
	margin-right: 0%;
	text-align: center;
	font-size: larger;
	align-self: center;
	font-weight:200;
	font-size:1.8em;
	margin-top:-1px;margin-bottom:5px;
	padding:5px 20px;color:#346a6b;/* font color*/
	background-color:rgba(255, 255, 255, 1);
	display:inline-block;
	text-transform:none;
	letter-spacing:2.5px;
	text-rendering:optimizeLegibility;
	box-shadow:inset 0px 0px 0px #3a3261;
	border-bottom:1.5px solid rgb(154,35, 71)
}

.site-title h2 a {
    color:rgba(255, 255, 255, 0.5);
    text-decoration:none;
}

.site-title h3 {
    font-size: 1.2em;
    font-weight: 200;
    color:rgba(153, 35, 71, 1);
    padding-left: 18px;
    margin-top: 2%;
    margin-bottom: 3%;
}

.container {
    margin: -1px auto 0;
    max-width: 1220px;
    padding: 0 5%;
}

.block {
    margin-bottom: 1.5em;
}

.block:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.block img {
    margin-bottom: 1em;
}

.article-wrap {
    padding: 0;
    overflow: hidden;
}


/*img-sml stuff */

.img-sml {
    max-width: 90%;
    margin-top: 2px;
    margin-bottom: 10em;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 2px hsla(0, 0%, 39%, 0.5);
}
img .img-sml {
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1.4em;
    border-bottom: 2px /*dashed hsla(0, 0%, 73%, 1);*/;
    }
    
.img-title {
    height: 1em;
    border-radius: 0.1em;
}
    
.img-devices {
    max-width: 80%;
    margin-top: 2px;
    margin-bottom: 1em;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 2px hsla(0, 0%, 39%, 0.5);
}

img .img-devices {
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1.4em;
    border-bottom: 2px /*dashed hsla(0, 0%, 73%, 1);*/
}

.callout-sml {
    display: inline-block;
    width: 11em;
    text-align: center;
    color: rgb(24, 34, 64);
    background: rgba(160, 221, 226, 0.5);
    padding: 10px 18px;
    border-radius: 12px;
   /* border: 1px solid hsla(13, 39%, 86%, 1);*/
box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.5), -1px -1px 12px hsla(0, 0%, 0%, 0.2);
 /*box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.5), 5px 5px 10px hsla(0, 0%, 0%, 0.5), -1px -1px 30px hsla(0, 0%, 0%, 0.2);*/
    margin-top: 5px;
    margin-bottom: .8em;
    margin-left: 22px;
    transition: all .2s;
}

.callout-sml:hover {
    text-decoration: none;
    color: hsla(0, 0%, 100%, 1);
    background: rgba(47, 145, 160, 1);
    padding: 10px 23px;
    border: none;
    box-shadow: inset 0px 1px 10px 2px hsla(0, 0%, 0%, 0.2), 1px 1px 3px hsla(0, 0%, 0%, 0.5), -1px -1px 30px hsla(0, 0%, 0%, 0.2);
    margin-bottom: .8em;
    margin-left: 18px;
}

.callout {
    display: none;
}

.callout:hover {
    background: rgba(196, 60, 101, 1);
    text-decoration: none;
}

.clear {
    clear: both;
}

.banner {
    border: 1px solid hsla(12, 26%, 96%, 1);
    padding: 10px;
    line-height: 1.5;
    font-size: 1.4em;
    font-weight: 400;
    display: block;
    color: hsla(0, 100%, 100%, 1);
    border-radius: 16px;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    text-align: center;
    background-color: rgba(182, 68, 99, 0.83);
}
.banner a {
    text-decoration: none;
    color: hsla(12, 26%, 96%, 1);
}

.banner a:hover {
    text-decoration: underline;
}


.intLink {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    padding: 2px;
    line-height: 1.5;

}

#content {
    margin: 7% auto;
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1%;

}

#content h1,
#content h2 {
    margin-bottom: .5em;
}

#content h1 {
    font-size: 1.6em;
    color: hsla(11, 65%, 33%, 1);
}

#content h2 {
    font-size: 1.3em;
    color:rgba(98, 55, 82, 1);
}

#content h3 {
    font-size: 1.2em;
    color: hsla(11, 65%, 33%, 1);
    margin-bottom: .3em;
}

#content ul {
    margin: 1em;
    list-style-type: circle;
}

#content li {
    font-size: 1em;
    margin-bottom: .4em;
    margin-left: .75em;
    font-weight: 300;
}

#section2,
#section3,
#section4,
#section5 {
    padding-top: 80px;
}

#breadcrumbs ol {
    list-style-type: none;
    padding-left: none;
    margin-bottom: 1em;
}

#breadcrumbs ol li {
    display: inline;
    font-size: .8em;
    margin-left: 0px;
}

#cob {
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 2px /*dashed hsla(0, 0%, 73%, 1)*/;
}

#cos {
    border-top: 2px /*dashed hsla(0, 0%, 73%, 1)*/;
    border-bottom: 2px /*dashed hsla(0, 0%, 73%, 1)*/;
    padding-top: 1.4em;
    padding-bottom: .5em;
    margin-bottom: 1em;
}

#degree {
    font-size: .8em;
    font-weight: 300;
    color: hsla(12, 26%, 96%, 0.7);
    margin-bottom: 1.5em;
}

#nugget ul {
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1.4em;
    border-bottom: 2px /*dashed hsla(0, 0%, 73%, 1)*/;
}

#nugget ul:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 1em;
}

#tel {
    display: none;
}

#video {
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

#base-nav {
    overflow: hidden;
    clear: both;
    color: rgb(255, 255, 255);
    background: rgba(75, 164, 165, 0.9);
    padding: 1em 0;
    border-top: 5px solid rgb(154, 35, 71);
    border-bottom: 1px solid rgba(125, 125, 125, .9);
    width: 100%;
}

#site-footer .container {
    margin-top: 0;
}

#base-nav li {
    list-style: none;
    margin: 1em 0;
    display: block;
    float: left;
    color: rgba(255, 255, 255, .7);
}

#base-nav li.push {
    display: block;
    padding: 0;
    margin-left: 10px;
}

#base-nav li a {
    color: rgb(255, 255, 255);
    padding: 0 .5em;
}

#site-footer {
    overflow: hidden;
    clear: both;
    background:rgba(74, 164, 165, 0.9);
    color:rgb(255, 255, 255);
    padding: 1em 0;
    border-top: 1px solid hsla(0, 0%, 0%, 0.1);
    width: 100%
}

#site-footer .container {
    margin-top: 0;
}

#site-footer li {
    list-style: none;
    display: block;
    float: left;
    padding: 5px 0;
    margin: 1em 0;
    color:rgba(255, 255, 255, .7);
}

#site-footer li.push {
    display: block;
    padding: 0;
    margin-left: 10px;
}

#site-footer li a {
    padding: 0 .5em;
    color:rgb(255, 255, 255);
}

#return a{
    font-size: 1em;
    font-weight: 100;
    text-decoration: none;
    margin: .5em 0 1em 0em;
    color: #623752;
}
#return :hover{
    text-decoration: underline;
    color: hsla(11, 65%, 33%, 1);

}


@media all and (min-width:344px) {
    .site-title h2 {
        padding: 5px 20px;
    }
}

@media all and (min-width:380px) {
    .callout-sml {
        margin-left: 45px;
    }
    .callout-sml:hover {
        margin-left: 42px;
    }
    .block img {
        margin-left: 1.5em;
    }
}

@media all and (min-width:410px) {
    .img-sml {margin-left: 0em};
    .block img {
        margin-left: 2.5em;
    }
    
    
}

@media all and (min-width:440px) {
    .callout-sml {
        margin-left: 90px;
    }
    .callout-sml:hover {
        margin-left: 87px;
    }
    .img-sml {margin-left: 0em};
    .block img {
        margin-left: 3.5em;
    }
}

@media all and (min-width:490px) {
    .site-title h2 {
        font-size: 1.8em;
        padding: 8px 20px;
    }
    .img-sml {margin-left: 0em};
    .block img {
        margin-left: 4.5em;
    }
}

@media all and (min-width:520px) {
    .callout-sml {
        margin-left: 120px;
    }
    .callout-sml:hover {
        margin-left: 117px;
    }
    .img-sml {margin-left: 0em};
    .block img {
        margin-left: 6.5em;
    }
}

@media all and (min-width:600px) {
    .img-sml {margin-left: 0em};
    .block img {
        margin-left: 8em;
    }
}

@media all and (min-width:660px) {
    .callout-sml {
        margin-left: 180px;
    }
    .callout-sml:hover {
        margin-left: 177px;
    }
    .img-sml {margin-left: 0em};
    .block img {
        margin-left: 10em;
    }
    .cos p {
        display: inline-block;
        margin: 0 1em .3em 0;
    }
    .site-title h2 {
        font-size: 2em;
        padding: 10px 20px;
        margin-bottom: 5px;
    }
    .site-title h3 {
        font-size: 1.2em;
        margin-bottom: 20px;
    }
}

@media all and (min-width:750px) {
    .callout-sml {
        margin-left: 200px;
    }
    .callout-sml:hover {
        margin-left: 197px;
    }
    .img-sml {margin-left: 0em};
    .block img {
        margin-left: 12em;
    }
}

@media all and (min-width:800px) {
    body {
        font-size: 100%
    }
    body.home-page #site-header {
        min-height: 196px;
    }
    .block img {
        margin-left: 0;
    }
    .callout {
        display: inline-block;
        width: 11em;
        font-weight: 500;
        color: rgb(24, 34, 64);
        background: rgba(160, 221, 226, 0.5);

        /*background-color: hsla(30, 100%, 40%, .1);*/
        padding: 10px 1em;
        border-radius: 12px;
        margin-top: 5px;
        margin-bottom: .8em;
box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.5), -1px -1px 12px hsla(0, 0%, 0%, 0.2);

        /*box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.5), 5px 5px 10px hsla(0, 0%, 0%, 0.5), -1px -1px 30px hsla(0, 0%, 0%, 0.2);*/
        transition: all .2s;
    }
    .callout:hover {
        font-weight: 400;
        text-decoration: none;
        color: hsla(0, 0%, 100%, 1);
        background: rgba(47, 145, 160, 1);
        padding-right: 1.25em;
        box-shadow: inset 0px 1px 10px 2px hsla(0, 0%, 0%, 0.2), 1px 1px 3px hsla(0, 0%, 0%, 0.5), -1px -1px 30px hsla(0, 0%, 0%, 0.2);
    }
    
    /*.img-sml experiment*/
    .img-sml {
	    display: none;
    }
    .callout-sml {
        display: none;
    }
    .site-title h2 {
        font-size: 2em;
        letter-spacing: 2px;
        font-weight: 200;
        margin-bottom: 10px;
    }
    .site-title h3 {
        font-size: 1.4em;
        margin-bottom: 20px;
    }
    #content article:first-child {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 65%;
        border-right: 2px dashed hsla(0, 0%, 73%, 1);
    }
    #content article:first-child .block {
        padding-right: 6%
    }
    #content article:nth-child(2) {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 35%;
        margin-right: 0;
    }
    #content article:nth-child(2) .block {
        padding-left: 8%
    }
    #content p {
        font-size: 1.1em;
    }
    #content h2 {
        font-size: 1.4em;
    }
    #content article {
        width: 50%;
        float: left;
        overflow: hidden;
    }
    #content li {
        font-size: 1.1em;
    }
    #cob {
        border-bottom: 2px /*dashed hsla(0, 0%, 73%, 1);*/
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
    #cos {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: -1em;
        ;
    }
    #degree {
        font-size: .8em;
        font-weight: 300;
        color: hsla(12, 26%, 96%, 0.7);
        margin-bottom: 1.5em;
    }
    #ds {
        font-size: .7em;
    }
    #tel {
        display: block;
    }
}
@media all and (min-width:830px) {
	.site-title h2 {
        font-size: 2.2em;
        letter-spacing: 2px;
        font-weight: 200;
        margin-bottom: 10px;
}
}

/* oldIE */

.oldie body {
    font-size: 100%
}

.oldie .site-title h2 {
    font-size: 2.25em;
    margin-bottom: 10px;
}

.oldie .site-title h3 {
    font-size: 1.2em;
    margin-bottom: 50px;
}

.oldie #content article:first-child {
    width: 56%;
    margin-right: 10%
}

.oldie #content article:nth-child(2) {
    width: 34%;
    margin-right: 0;
}

.oldie #content p {
    font-size: 1.1em;
}

.oldie #content h2 {
    font-size: 1.9em;
}

.oldie #content article {
    width: 50%;
    float: left;
    overflow: hidden;
}

.oldie #content li {
    font-size: 1.1em;
}


/* Mediabox */

.mb-inner {
    overflow: hidden;
    margin: 10px 5%;
    color:rgb(24, 34, 64);
}

.mb-inner h1 {
    padding-bottom: 1em;
    padding-top: .5em;
    font-weight: 400;
    font-size: 1.3em;
    color:rgb(24, 34, 64)
}

.mb-head h2 {
    padding-bottom: 1em;
    padding-top: .5em;
    font-weight: 400;
    font-size: 1.3em;
    color:rgb(24, 34, 64)
}

.mb-inner h3 {
    font-weight: 400;
    font-size: 1.1em;
    color:rgb(24, 34, 64)
}

.mb-inner p {
    font-weight: 400;
    font-size: 1.1em;
    color:rgb(24, 34, 64)
}

.mb-inner a {
    text-decoration: none;
    color:rgb(24, 34, 64);
    font-size: 1em;
    font-weight: bold;
}

.mb-inner a:hover {
    text-decoration: underline;
    color: hsla(11, 65%, 33%, 1);
}

.mb-img {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 100px;
    height: auto;
    border-radius: 5px;
    /*box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.5), 5px 5px 10px hsla(0, 0%, 0%, 0.5), -1px -1px 30px hsla(0, 0%, 0%, 0.2);*/
}

.mb-foot {
    clear: both;
}

.example {
    background: rgba(110, 200, 242, .1);
    margin-bottom: 1.8em;
    border-radius: 10px;
    box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.5), -1px -1px 12px hsla(0, 0%, 0%, 0.2);
}    

@media all and (min-width:800px) {
    .example {
        background: hsla(0, 0%, 96%, 1);
        float: left;
        margin: 2%;
        width: 29.333%;
        border-radius: 10px;
        box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.5), -1px -1px 12px hsla(0, 0%, 0%, 0.2);

    }
    .mb-img {
        width: 33%
    }
}
/*colourblock stuff*/
.colourblock {
	background-color: rgba(218, 221, 222, 0.25);
	padding: 10px;
	margin-bottom: 1em;
	border-radius: 0.5em;	
	
	;
}
.colourblock2 {
	background-color: rgba(228, 221, 225, 1);
	padding: 10px;
	margin-bottom: 1em;
	border-radius: 0.5em;	
	color: hsla(322, 28%, 30%, 1);
	;
}
.colourblock3 {
	background-color: rgba(104, 184, 184, 1);
	padding: 10px;
	margin-bottom: 1em;
	border-radius: 0.5em;	
	color: hsla(0, 100%, 100%, 1);
	;
}
.colourblock4 {
	background-color: rgba(207, 176, 176, 0.25);
	padding: 10px;
	margin-bottom: 1em;
	border-radius: 0.5em;	
	
	;
}
.colourblockalert {
	background-color: rgba(189, 117, 138, 1);
	padding: 10px;
	margin-bottom: 1em;
	border-radius: 0.5em;	
	color: hsla(12, 26%, 96%, 1);
	
}
.colourblockalert a {
	color: hsla(60, 26%, 96%, 1);
	
}