@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: local('Ubuntu Light'), url('../fonts/ubuntu-l-webfont.woff2') format('woff2');
}
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: local('Ubuntu Light Italic'), url('../fonts/ubuntu-li-webfont.woff2') format('woff2');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: local('Ubuntu'), url('../fonts/ubuntu-r-webfont.woff2') format('woff2');
}
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: local('Ubuntu Italic'), url('../fonts/ubuntu-ri-webfont.woff2') format('woff2');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 600;
src: local('Ubuntu Medium'), url('../fonts/ubuntu-m-webfont.woff2') format('woff2');
}
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 600;
src: local('Ubuntu Medium Italic'), url('../fonts/ubuntu-mi-webfont.woff2') format('woff2');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 800;
src: local('Ubuntu Bold'), url('../fonts/ubuntu-b-webfont.woff2') format('woff2');
}
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 800;
src: local('Ubuntu Bold Italic'), url('../fonts/ubuntu-bi-webfont.woff2') format('woff2');
}


/*
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: local('Raleway Light'), url('../fonts/Raleway-Light.woff') format('woff');
}

@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
src: local('Raleway Light Italic'), url('../fonts/Raleway-LightItalic.woff') format('woff');
}

@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), url('../fonts/Raleway-Regular.woff') format('woff');
}

@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: local('Raleway Italic'), url('../fonts/Raleway-Italic.woff') format('woff');
}

@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway Medium'), url('../fonts/Raleway-Medium.woff') format('woff');
}

@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
src: local('Raleway Medium Italic'), url('../fonts/Raleway-MediumItalic.woff') format('woff');
}

@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: local('Raleway SemiBold'), url('../fonts/Raleway-SemiBold.woff') format('woff');
}

@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
src: local('Raleway SemiBold Italic'), url('../fonts/Raleway-SemiBoldItalic.woff') format('woff');
}

@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: url('../fonts/lato-light.woff') format('woff');
}

@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('../fonts/lato-regular.woff') format('woff');
}

@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 500;
src:  url('../fonts/lato-medium.woff') format('woff');
}
*/
.cyan_text {color:#89d1e0;}
.mceContentBody { font-size: 120%;}
.mceContentBody img {max-width: 100%;  height: auto; }
body b, body strong, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
}