/* Color Coding */
.nbRed {
  color: red; }

.nbGreen {
  color: green; }

aside, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, em, font,
strong, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: 'open sans','sans-serif';
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  line-height: 1.625em;
  vertical-align: baseline; }

body, input, textarea {
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625; }

/* Headings and text */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-family: 'open sans','sans-serif';
  font-weight: normal;
  font-size: 2.25em;
  color: #19d; }

h2 {
  color: black;
  font-weight: bold;
  clear: both; }

p {
  margin-bottom: 1.625em; }

strong {
  font-weight: bold; }

b {
  font-weight: bold; }

i {
  font-style: italic; }

u {
  text-decoration: underline; }

/* Tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show; }

th, td {
  font-weight: normal;
  text-align: left; }

div {
  line-height: 1.625em; }

/* Lists */
ol, ul {
  list-style: none; }

ul, ol {
  margin: 0 0 1.625em 2.5em; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

/* Links */
a {
  color: #1982d1;
  text-decoration: none; }

a:focus,
a:active,
a:hover {
  text-decoration: underline; }

a img {
  border: 0; }

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0; }

body {
  line-height: 1;
  padding: 0 2em;
  background: #e2e2e2; }

#page {
  background: white; }

/* Structure */
#page {
  margin: 2em auto;
  margin-top: 0 !important;
  max-width: 1000px;
  background: transparent; }

#content {
  float: left;
  margin: 0 -26.4% 0 0;
  margin-top: 0 !important;
  width: 100%;
  padding: 0;
  background: white;
  clear: both; }

#main {
  margin: 0;
  padding: 0; }

/* Forms */
input[type=text],
input[type=password],
textarea {
  background: #fafafa;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  color: #888; }

input[type=text]:focus,
textarea:focus {
  color: #373737; }

textarea {
  padding-left: 3px;
  width: 98%; }

input[type=text],
input[type=password] {
  padding: 3px; }

/* Menu */
nav {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #444;
  color: #fff; }

nav > div {
  margin: 0;
  padding: 0 1.5em;
  width: auto; }

nav > div:first-child {
  float: left;
  padding-right: 0.75em; }

nav > div:first-child + div {
  float: right;
  padding-left: 0.75em; }

nav > div:first-child + div + div {
  clear: both;
  background: #666; }

nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 100%; }

nav li {
  float: left;
  position: relative; }

nav a {
  display: inline-block;
  margin: 0;
  padding: 0.5em 0.75em;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #eee; }

nav li:hover > a {
  background: #f9f9f9;
  /* Show a solid color for older browsers */
  background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  text-decoration: none;
  color: #373737; }

/* Sub-menu */
.nb-submenu-horiz {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

.nb-submenu-horiz li {
  display: inline-block;
  font-weight: bold;
  color: #1982D1;
  margin: 0 15px; }

.nb-submenu-horiz li a {
  font-weight: bold;
  color: #1982D1;
  margin: 0; }

/* Content */
#main {
  clear: both;
  padding: 0 0 0; }

.entry-content {
  padding: 1.625em 0 0; }

.entry-content h1,
.entry-content h2 {
  color: #000;
  font-weight: bold;
  margin: 0 0 .8125em; }

.entry-content h3 {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase; }

.entry-content table {
  margin: 0 0 1.625em;
  width: 100%; }

.entry-content th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase; }

.entry-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0; }

.entry-content {
  clear: both;
  display: block; }

/* Images */
.entry-content img {
  max-width: 97.5%; }

p img {
  margin-top: 0.4em; }

iframe,
object {
  max-width: 100%; }

/* Footer */
#colophon {
  clear: both; }

/* Footer */
ul#menu-footer-menu {
  margin: 0 0 10px;
  padding: 0;
  text-align: center; }

ul#menu-footer-menu li {
  display: inline;
  margin: 0 15px; }

div#site-generator {
  margin: 0;
  padding: 10px 0;
  border: 0;
  background: #eee; }

div#site-generator p {
  margin: 0;
  padding: 0;
  line-height: 1.5em; }

/* Standard Content */
div.entry-content {
  margin: 0 auto;
  padding: 15px 0 20px;
  width: 90% !important; }

div.entry-content h1 {
  text-align: center;
  font-size: 175%; }

div.entry-content p {
  line-height: 125%;
  font-size: 90%; }

header.entry-header {
  display: none; }

/* NewsBox Calendar Date Picker */
#ui-datepicker-div {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #aaa;
  text-align: center;
  display: none; }

.ui-datepicker-header {
  background-color: #aaa; }

.ui-datepicker-prev,
.ui-corner-all {
  padding: 5px; }

.ui-datepicker-title {
  font-weight: bold; }

.ui-datepicker-calendar th {
  font-weight: bold; }

.ui-state-default {
  padding: 5px; }

/* NewsBox Generic Content */
div.nb-content {
  margin: 0;
  padding: 0; }

/* Standard submit button */
input[type='submit'].nbSubmitButton {
  width: auto;
  margin: 0 5px;
  padding: 0 20px;
  height: 35px;
  font-weight: bold;
  color: #F0F0F0;
  background: #1982D1;
  border: 1px solid #AAA;
  border-radius: 18px; }

input[type="submit"]:hover {
  background: #aaa; }

/* NewsBox Filters Block (Right Column) */
.filterBox {
  float: right;
  margin: 0;
  padding: 0;
  text-align: left;
  border-left: 1px solid #ccc; }

.filterBox ul {
  list-style: none; }

.filterBox li {
  font-weight: normal; }

.filterBox select {
  width: 200px;
  margin-bottom: 15px; }

.filterBox li:last-child {
  margin-top: 20px;
  text-align: center; }

.filterBox input[type='submit'] {
  height: 35px;
  font-weight: bold;
  border: 1px solid #aaa;
  border-radius: 20px;
  color: #F0F0F0;
  background: #1982D1; }

/* NewsBox Paginator Block (Right Column) */
div.nbPaginator {
  max-width: 200px;
  text-align: center; }

.nbPaginator input[type='submit'] {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 1px;
  border: none;
  font-size: 11px;
  font-weight: normal;
  background: transparent;
  color: #1982D1; }

.nbPaginatorSelected input[type='submit'] {
  color: black; }

/* Page - Release View */
.nbMain {
  width: 650px; }

.nbMain h2 {
  clear: none;
  font-size: 20px; }

.nbMain h3 {
  clear: none;
  margin: 0 0 3px;
  font-size: 14px;
  border: none; }

.nbMain p {
  margin: 0.5em 0;
  font-size: 16px; }

.entry-content h3 {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase; }

.nbMainInset {
  float: right;
  margin: 0 0 20px 20px;
  width: 120px; }

.nbMainInset img {
  width: 120px;
  max-height: 110px; }

.nbMainInset p {
  margin: 1.625em 0;
  padding: 0;
  text-align: left; }

div.nbReleaseBody {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }

div.nbReleaseBody p {
  margin: 1.25em 0; }

div.nbReleaseEvent {
  border-bottom: 1px solid #aaa; }

div.nbReleaseEvent table {
  margin: 0; }

div.nbReleaseEvent td {
  padding: 0;
  border: none; }

div.nbReleaseEvent td:first-child {
  width: 20%; }

p.nbQuotePara {
  margin: 0 0 20px 20px;
  padding: 5px 0;
  text-align: right;
  color: green; }

p.nbQuotePara span:first-child {
  font-style: italic;
  font-size: 125%; }

.nbSidebar {
  width: 200px;
  min-height: 200px;
  float: right;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px;
  border-left: 1px solid #CCc; }

.nbSidebar h3 {
  font-weight: bold; }

.nbSidebar ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }

.nbForm {
  text-align: center;
  clear: both; }

/* Page - Edit Form */
#pageEdit h1 {
  margin: 0;
  padding: 0; }

#pageEdit h2 {
  margin: 0;
  padding: 0;
  text-align: center; }

#pageEdit h3 {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
  letter-spacing: 0em;
  text-align: center;
  font-size: 70%;
  font-weight: normal;
  text-transform: none; }

#pageEdit table {
  width: auto;
  margin: 20px auto;
  padding: 10px 20px;
  border: 1px solid #CCc;
  border-radius: 5px;
  background: #f5f5f5; }

#pageEdit td {
  margin: 0;
  padding: 5px;
  text-align: left;
  border: none; }

#pageEdit tr:last-child td {
  padding-top: 10px;
  text-align: center; }

#pageEdit input[type=text],
#pageEdit input[type=password] {
  width: 300px; }

#pageEdit img {
  width: 90px; }

.nbEditNote {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 70%;
  font-style: italic; }

/* Image Toggle */
.nbMainInset {
  text-align: center; }

.nbMainInset a:hover {
  text-decoration: none; }

.nbDisplayNone {
  display: none; }

.nbDisplaySelected {
  color: #000;
  font-weight: bold; }

/* Header and instructions block at top of content */
#content-header, #content-instructions {
  margin: 0;
  padding: 0; }

#content-header h2 {
  color: #666;
  font-size: 100%;
  font-weight: normal; }

#content-instructions h2 {
  color: #666;
  font-size: 85%;
  font-weight: normal; }

#header {
  background: #fff; }
  #header #headerLogo {
    float: left;
    margin: 0.25em 0 0 1em;
    padding: 0; }
    #header #headerLogo img {
      display: block;
      width: 175px;
      margin: 0;
      padding: 0; }
  #header #headerUser {
    float: right;
    margin: 1.5em 0;
    padding: 0; }
    #header #headerUser a {
      margin: 0 0.75em 0 0;
      padding: 0.5em 1.5em;
      border-radius: 17px;
      border: 1px solid #AAA;
      text-decoration: none;
      background: #1982D1;
      color: #F0F0F0; }
    #header #headerUser a:hover {
      text-decoration: none;
      background: #ccc;
      color: #333; }

.nbNavBar {
  clear: both;
  border: none;
  background: #f2f2f2;
  color: black; }
  .nbNavBar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    .nbNavBar ul li {
      display: inline-block;
      list-style: none;
      color: black;
      margin: 0;
      padding: 0; }
    .nbNavBar ul li a {
      display: inline-block;
      margin: 0;
      padding: 1em 0.6em;
      font-size: 1.15em;
      background: #f0f0f0;
      color: black; }
    .nbNavBar ul li:first-child a {
      padding-left: 1em; }
    .nbNavBar ul li:nth-child(7) a {
      color: #55A4BF; }
    .nbNavBar ul li a:hover {
      background: #BCE9E1;
      color: black !important; }
    .nbNavBar ul li a:hover {
      text-decoration: none;
      color: #999; }
    .nbNavBar ul li a img {
      margin-right: 0.5em;
      vertical-align: middle;
      height: 15px; }

#nbNavBarUser {
  clear: none;
  float: right;
  margin-right: 1em;
  margin-top: 0.5em;
  background: white; }
  #nbNavBarUser h1 {
    text-align: right;
    font-size: 1.25em;
    font-weight: bold;
    color: black; }
  #nbNavBarUser li a {
    margin: 0;
    padding: 0;
    background: white;
    color: #666;
    font-size: 1em; }
  #nbNavBarUser li a:hover {
    text-decoration: underline;
    color: #999 !important; }

#nbNavBarUpper {
  border-top: 1px solid #ddd;
  border-bottom: none;
  margin-bottom: 20px; }
  #nbNavBarUpper ul {
    text-align: left; }
    #nbNavBarUpper ul li a {
      font-family: 'open sans','sans-serf'; }
  #nbNavBarUpper #nbNavBarBottomGradient {
    display: block;
    height: 12px;
    border-bottom: none;
    color: transparent;
    visibility: visible;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9c9c9), color-stop(100%, #e2e2e2));
    background-image: -webkit-linear-gradient(#c9c9c9, #e2e2e2);
    background-image: linear-gradient(#c9c9c9, #e2e2e2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#e2e2e2',GradientType=0 );
    /* IE6-9 */ }

.nbNavBar#nbNavBarLower {
  height: 33px;
  background-color: #358ead;
  padding-top: 10px; }
  .nbNavBar#nbNavBarLower ul {
    list-style-type: none;
    margin: 0; }
    .nbNavBar#nbNavBarLower ul li a {
      background: #358EAD;
      font-size: 12px;
      padding: 0 9px;
      border-right: 1px solid #97d8ee;
      color: #97d8ee;
      text-decoration: none; }
    .nbNavBar#nbNavBarLower ul li:last-child a {
      border: 0; }
    .nbNavBar#nbNavBarLower ul li a:hover {
      color: #97d8ee !important;
      text-decoration: underline; }

/* Socials Bar */
#zoneSocialsBar {
  margin: 0;
  padding: 0;
  text-align: center;
  background: white; }

#zoneSocialsBar a {
  margin: 0;
  padding: 0 20px; }

#zoneSocialsBar img {
  height: 40px; }

#zoneSocialsBar img:nth-child(3) {
  height: 50px; }

/* Social network sharing bar */
#nbSocialsBarShare {
  text-align: center;
  margin: 40px 0 0;
  clear: both; }

#nbSocialsBarShare > iFrame {
  height: 25px;
  width: 100px;
  margin: 0 10px;
  padding: 0;
  vertical-align: middle; }

#nbSocialsBarShare > span {
  vertical-align: middle !important; }

#nbSocialsBarShare > a {
  height: 30px;
  width: 80px;
  margin: 0 10px 0 40px;
  padding: 0 10px;
  border: 1px solid #CCC;
  color: #1982D1;
  border-radius: 3px;
  text-decoration: none;
  font-weight: normal; }

#supplementary {
  border-top: 1px solid #ddd;
  overflow: hidden;
  background: white;
  clear: both; }

#supplementary {
  clear: both;
  margin: 0 0 0.75em 0;
  padding: 0;
  width: 100%;
  border-spacing: 1em 0.5em;
  border: none;
  background: transparent; }

#supplementary td {
  width: 33%;
  border: 2px solid #aaa;
  border-radius: 5px;
  background: white; }

#supplementary div > h3 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold; }

#supplementary div > ul {
  margin: 0;
  list-style: none; }

#supplementary div > ul > li {
  margin: 0 0.25em 0 1em; }

.footer-full {
  background-image: url("../images/footer-bg.jpg");
  background-position: center bottom;
  background-color: #55a4bf;
  height: 185px;
  width: 100%;
  clear: both; }

.footer {
  position: relative;
  height: 185px; }

.connectus {
  background: url("../images/connectus-logo.png") no-repeat;
  width: 62px;
  height: 62px;
  display: block;
  position: absolute;
  top: 40px;
  left: 10px; }

.connectus-info {
  position: absolute;
  top: 40px;
  left: 85px; }

.connectus-info p {
  font-size: 12px;
  margin: 0;
  color: #97d8ee; }

.connectus-info p.title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px; }

.copyright {
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #97d8ee; }

.social {
  position: absolute;
  top: 20px;
  right: 10px; }

.facebook, .twitter, .linkedin, .rss, .google-plus {
  width: 32px;
  height: 31px;
  overflow: hidden;
  background-image: url("../images/footer-social-sprite.png");
  display: inline-block; }

.facebook {
  background-position: 0px 		0; }

.twitter {
  background-position: -43px 	0; }

.linkedin {
  background-position: -85px 	0; }

.rss {
  background-position: -128px 	0; }

.google-plus {
  background-position: -170px 	0; }

#pageManageList h2 {
  margin-bottom: 10px; }
#pageManageList p {
  margin: 10px 0;
  line-height: 125%; }
#pageManageList table {
  width: 70%; }
  #pageManageList table tr:nth-child(even) {
    background: #f5f5f5; }
  #pageManageList table th {
    margin: 0;
    padding: 0 2px;
    text-transform: none;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: black; }
  #pageManageList table td {
    margin: 0;
    padding: 2px;
    font-size: 11px; }

/*# sourceMappingURL=style-scss.css.map */
.blogimg{
  margin-top: 10px;  
  border: 1px solid #000;
text-align: center;
 margin-right: 10px;
}
.blogimg >img {
	    height: 100px;
    width: 100px;
}
