                         /*
General
Navigation
Slideshow
Homepage Items
Images
FAQ
Media Centre/Gallery
Tenders
Footer
Misc
Hidden
Media Queries
------------------------------
#313e8d Purple(Logo/Heading),
#103442 Blue (Nav),
#09303f Green-Blue (footer)
#0b78a1 Link, #22b8f0 Hover,
*/
@font-face {
  font-family: 'Ostrich Black';
  src: url('../fons/ostrich-black.eot') format('eot');
  src: url('../fonts/ostrich-black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ostrich-black.woff') format('woff'),
       url('../fonts/ostrich-black.ttf') format('truetype'),
       url('../fonts/ostrich-black.svg#ostrich_black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ostrich Regular';
  src: url('../fons/ostrich-regular.eot') format('eot');
  src: url('../fonts/ostrich-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ostrich-regular.woff') format('woff'),
       url('../fonts/ostrich-regular.ttf') format('truetype'),
       url('../fonts/ostrich-regular.svg#ostrich_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ostrich Light';
  src: url('../fons/ostrich-light.eot') format('eot');
  src: url('../fonts/ostrich-light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ostrich-light.woff') format('woff'),
       url('../fonts/ostrich-light.ttf') format('truetype'),
       url('../fonts/ostrich-light.svg#ostrich_black') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #666;
  background: #fff;
}
h1,
.page-header {
	font-family: 'Ostrich Black';
	font-size:40px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 41.8px;
  color: #fff;
  letter-spacing: 1.5px;
  text-shadow: 1px 2px #333;
}
h2 {
  color: #103442;
  font-size: 24px;
  font-family: 'Ostrich Regular';
  font-weight: bold;
  letter-spacing: 1.5px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 12px;
  text-transform:uppercase;
}
h5 {
  font-size: 14px;
  font-weight:bold;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
}
.view h1, .view h2, .view h3 {
  margin-top: 1em;
}
a {
  color: #0b78a1;
  transition: all 0.9s ease 0s; 
  text-decoration: none;
}
a:hover {
  color: #22b8f0;
  text-decoration: none;
}
table, tr, td {
  border: 1px solid #ccc;
  margin-bottom:1em;
}
table {
  width:100%;
}
strong {
  color: #4a59b2;
  color:#103442;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
} 
button {
  background: #103442;
  padding: .5em 1em;
  border-radius: 3px;
  border: transparent;
  color: #fff;
}   
video {
  width: 100%;
  height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;  
  border-top: 1px solid #ddd;
}
/*centre elements when using fluid container*/
#superfish-main,
.main-container,
.region-footer {
  max-width: 1170px;
  margin: auto;
}
.header-only {
 /* background: #103442; */
  height:120px;
  margin: 0 10px 0 10px;
} 
#edit-submit-user-test {
  margin-top: 1.5em;
} 
/*=Navigation*/
#navbar {
  padding-right:0 !important;
  padding-left:0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
#navbar .navbar-header {
  width:100%;
  margin: 0 !important;
}
.logo.navbar-btn.pull-left {
  margin-top: 0; 
  margin-bottom: 0;
  margin: auto;
  width: 270px;
  display: block;  
} 
.navbar-brand {  
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -99999px;
}    
#block-mainnavigation {
  background: #103442;
  clear: both;
}
#block-mainnavigation a {
  color:#fff; 
  text-decoration:none;
  font-weight:bold;
} 
#block-mainnavigation ul li:hover,
#block-mainnavigation li:hover a,
#block-mainnavigation ul .active-trail a {
  background:#fff !important;
  color:#103442 !important;
}
.path-frontpage #block-mainnavigation ul .active-trail a {
  color: #fff !important;
  background: #103442 !important;
} 
#block-mainnavigation ul ul {
  background:#fff;
}
#block-mainnavigation ul ul a {
  color:#103442; 
}
#block-mainnavigation ul ul a:hover {
  background: #103442 !important;
  color:#fff !important;
}
#block-mainnavigation>ul {
  display: block;
  width: 67%;
  margin: auto;  
}
ul.sf-menu a, ul.sf-menu span.nolink {

}
.sf-sub-indicator {
  font-size: 8px;
} 
#block-mainnavigation ul .sf-sub-indicator {
  color:#fff;
} 
#block-mainnavigation ul li.menuparent:hover .sf-sub-indicator,
#block-mainnavigation ul li.active-trail .sf-sub-indicator {
  color:#103442;
}
#block-mainnavigation ul ul .sf-sub-indicator {
  color:#103442;
}
#block-mainnavigation ul ul li.sf-depth-2:hover .sf-sub-indicator {
  color:#fff;  
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top:3em;
}
#block-mainnavigation ul ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
} 
#block-mainnavigation ul ul li:last-of-type {
  border-bottom: 3px solid #103442;
}       
/*Sidebar menu*/
aside {
  margin-top: 1em;
}
aside .active-trail {
  background-color:#103442 !important;
  background-image:none;
}
aside .active-trail, aside .active-trail a {
  color: #fff;
}
/*
aside li.active-trail:after {
  font-family: 'FontAwesome';
  content: "\f0d9";
  content: "\f144";
  content: "\f140";
  content: "\f110";
  position: absolute;
  left: -8px;
  left: 15px;
  top:30%;
  font-size: 1.8em;
  color: #0D6D2A;
  color: #EA7319;
} */
aside .nav>li>a:focus, aside .nav>li>a:hover,
footer .nav>li>a:focus, footer .nav>li>a:hover {
  background:none;
}
aside .nav > li > a {
  padding: 0;
}
.list-group li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group li{
  position: relative;
  display: block;
  padding: .5em 0;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.list-group li:hover {
  background: #fcfcfc;
}
aside .block-title {
  text-align: center;
}
/*Seach*/
.search-block-form .btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
/*Quick Details*/
#block-quickdetails ul li {
  list-style:none;
  font-size:80%;
  margin-right:1em;
  font-weight:bold;
  float:left;
  line-height: 1.2;  
}
#block-quickdetails ul li:nth-child(1):before,
#block-quickdetails ul li:nth-child(2):before,
#block-quickdetails ul li:nth-child(3):before {
  font-family: 'FontAwesome';
  font-size:160%;
  padding-right:.5em; 
  color:#fff; 
  text-shadow: 0px 0px 2px #103442;
  position:relative;
  top:5px;    
}
#block-quickdetails ul li:nth-child(1):before {
  content: "\f017"; 
}
#block-quickdetails ul li:nth-child(2):before {
  content: "\f041";  
}
#block-quickdetails ul li:nth-child(3):before {
  content: "\f095"; 
}
#block-quickdetails ul li span{
  margin-left: 2.4em;
  font-weight: normal;
}
/*=Slideshow*/  
.path-frontpage  .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}

/*=Homepage Items*/
#block-hometabs {
  margin-top: -60px;
  position: relative;
  z-index: 10000;
}
#block-hometabs img {
  width:25%;
  float:left;
}
#block-views-block-news-block-2 .views-row {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ededed;
}
#block-views-block-news-block-2 .views-field-field-image,
#block-views-block-events-calendar-block-1 .views-field-field-image {
  float:left;
}
#block-views-block-news-block-2 .view-header img,
#block-views-block-events-calendar-block-1 .view-header img {
  margin-top: -2.5em;
}
#block-views-block-news-block-2 .view-content,
#block-views-block-events-calendar-block-1 .view-content {
  margin-top: 1em;
}
#block-views-block-news-block-2 .views-row {
  width: 100%;
}
#block-aboutus {
  float:left;
  width:45%;
}
#block-views-block-news-block-2 h2,
#block-aboutus h2 {
  padding-bottom: 0.2em;
  width: 115px;
  font-size: 2.5em;
  border-bottom: 2px solid #42a8bf;
}
#block-views-block-news-block-2 h2 {
  width: 210px;
}
#block-associationmembers {
  clear:both;
}
.path-frontpage div[role='heading'] {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
 /* padding-bottom: 1.5em; */
}

/*=Images*/
.page-node-type-photogallery .field--name-field-image img {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
  border: 3px solid white;
  border: 3px solid #f1f1f1;
  border: 3px solid #f9f9f9;
  -webkit-box-shadow: 0 0 10px #CCC;
  -moz-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
} 
.page-node-type-staff .field--name-field-image,
.page-node-type-article .field--name-field-image,
.page-node-type-event .field--name-field-image,
.view-board-executive.view-display-id-page_2 .views-field-field-image {
  float: left;
  margin-right:1em;
}    
/*basic flexslider*/
#block-views-block-homepage-slideshow-block-1 {
  max-height: 500px;
  overflow: hidden;
} 
.flexslider {
  margin:0;
  border:none;
  border-radius:none;
}
.flexslider .slides img {
  height: auto;
}
.flex-direction-nav a {
  overflow:visible;
  color: rgba(0,0,0,0.5);
}
.flex-direction-nav a:hover {
  color: rgba(0,0,0,0.8);
} 
.flex-control-nav {
  bottom: 10px;
  z-index: 2;
}
/*
#block-views-block-homepage-slideshow-block-1 .views-field-field-text-formated {
  background: rgba(0, 0, 0, 0.7);
  margin-left:5%;
  padding: 1.2em;
  top: 25%;
  position: absolute;
  color: #fff;
  font-size: 120%;
  /*font-family: robotolight;
  line-height:1.6;
  /*border-radius: 3px;
  border-left:5px solid #fab63b;
  max-width: 70em;
}
#block-views-block-homepage-slideshow-block-1 .views-field-field-text-formated .field-content a {
  color:#EA7319;
  font-weight: bold;
  font-size: 130%;
  text-decoration: none;
  /*font-family:'roboto_condensedlight';
}
#block-views-block-homepage-slideshow-block-1 .views-field-field-text-formated .field-content a:after {
  font-family: 'FontAwesome';
  content: "\f0c1";
  padding-left:.5em;
}
#block-views-block-homepage-slideshow-block-1 .views-field-field-text-formated .field-content a p{
  color:#fff;
  margin-top:.5em;
}
#block-views-block-homepage-slideshow-block-1 .views-field-field-text-formated .field-content a:hover {
  color:#ddd;
}
*/
/*icons*/
.page-media-podcasts h1::after, .page-node-type-audio h1::after,
.page-media-photos h1::after,
.page-media-videos h1::after,
#block-views-block-media-gallery-block-1 h2::after,
#block-views-block-media-gallery-block-2 h2::after,
#block-views-block-media-gallery-block-3 h2::after,
.page-node-type-photogallery h1::after,
.node-type-blog h1::after,
.path-blog h1::after,
.path-events h1::after,
.path-events h3::after,
.path-locations h1::after,
.page-node-type-jobs h1::after, .path-jobs h1::after,
.path-documents h1::after,
.path-search h1::after,
.path-sitemap h1::after,
[title *="feed"]::before,
[data-original-title *="feed"]::before {
  font-family: 'FontAwesome';
  margin-left:.3em;
}
.page-media-photos h1::after,
#block-views-block-media-gallery-block-1 h2::after,
.page-node-type-photogallery h1::after {
  content: "\f030";
}
.page-media-podcasts h1::after, .page-node-type-audio h1::after,
#block-views-block-media-gallery-block-3 h2::after {
  content: "\f130";
}
.page-media-videos h1::after,
#block-views-block-media-gallery-block-2 h2::after {
  content: "\f03d";
}
.path-blog h1::after, .node-type-blog h1::after {
  content: "\f044";
}
.path-events h3::after  {
  content: "\f073";
}
.path-locations h1::after  {
  content: "\f041";
}
.page-node-type-jobs h1::after, .path-jobs h1::after {
 content: "\f0b1";
}
.path-documents h1::after {
 content: "\f0f6";
}
.path-search h1::after {
 content: "\f002";
}
.path-sitemap h1::after {
 content: "\f0e8";
}
[title *="feed"]::before,
[data-original-title *="feed"]::before {
  content: "\f09e";
  padding-right: .5em;
  color: #0b78a1;
}
/*banners*/
.view-banner-ads img {
  margin-bottom:1em;
}
#block-membersbanner img,
#block-associationmembers img {
  width:100%;
}


/*=FAQ*/
.view-faq .view-header {
  margin-bottom:1em;
}
.ui-widget .ui-accordion-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-widget h3 {
	font-size: 1em;
}
.ui-widget .ui-state-default, .ui-widget .ui-state-default a, .ui-widget .ui-widget-content .ui-state-default, .ui-widget .ui-widget-header .ui-state-default {
	border: none !important;
	background: none !important;
	color: #666 !important;
} 
.ui-widget .ui-state-active.ui-accordion-header-active {
	border: none !important;
	background: none !important;
	color: #313e8d !important;  
}
.ui-widget a:hover {
	text-decoration: none !important;
	color: #000 !important;
	text-shadow: 0 1px 0 #FFF;
}
.ui-widget .view-footer a {
	float: right;
	font-size: 16px;
	font-weight: bold;
}
.ui-widget .view-footer {
	float: right;
}
/*Add borders*/
/*
.ui-widget .ui-state-default{
	border: 1px solid #ccc !important;
}
.ui-widget .ui-state-active{
	background: #fcfcfc !important;
}
*/
/*Option 2 - Used with None (Row to display opened on start)*/
.ui-widget .ui-state-default{
	/*border-bottom: 1px solid #ccc !important;*/
}
.ui-state-default .ui-icon, .ui-state-active .ui-icon, .ui-state-hover .ui-icon {
  background-image: none !important;
}
.ui-accordion-header::before,
.ui-accordion-header.ui-accordion-header-active::before {
  font-family: 'FontAwesome';
  padding-right: .5em;
  font-size:1.4em;
  color:#313e8d;
}
.ui-accordion-header::before {
  content: "\f055";
  /*content: "Q";*/ 
  /*content:"\f059"; ? */
}
.ui-accordion-header.ui-accordion-header-active::before {
  content: "\f056";
  /*content: "Q";*/ 
  /*content:"\f059"; ? */
}
.ui-accordion .ui-accordion-content {
  padding: 1em 4.2em;
  color: #666 !important;
  border:none;
}
/*With 'A' to mark the answer*/
/*
.view-faq .ui-accordion-content .views-field-body::before {
  content: 'A';
  position: absolute;
  left: 45px;
  width: 20px;
  height: 20px;
  background: #0D6D2A;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
} 
*/
/*With Q or ?*/
/*
.view-faq .ui-accordion-content .views-field-body::before {
  font-family: 'FontAwesome';
  font-size:1.4em;
  background: none;
  color:#0D6D2A;
}
*/

/*=Media Centre*/
.path-media-centre .views-row,
.path-news .views-row,
.path-events .views-row {
  float:left;
  clear: both;
  margin-bottom: 2em;
}
.path-media-centre .view-id-videos .views-row {
  float:none;
}
.path-media-centre .views-field-field-image {
  float:left;
}
.view h3{
  color: #313e8d;
}
.views-field-field-date,
.field--name-field-date,
.views-field-created {
  margin:.5em 0;
}
.views-field-created {
  font-size: 80%;
}
.views-field-field-date::before,
.field--name-field-date::before,
.author::before,
.views-field-created::before {
  font-family: 'FontAwesome';
  content: "\f073";
  /*content: "\f017";*/
  padding-right: .3em;
  color: #313e8d;
  float:left;
}
.view-events-activities .views-field-title,
.view-captioned-photos .views-field-title,
.view-media-gallery .views-field-title {
  margin-bottom:.5em
}
.view-videos .views-field-title,
.view-media-gallery .views-field-title {
  font-size:85%;
  font-weight:bold;
  margin-top:.3em;
}
.view-videos img,
.view-media-gallery img {
  border: 1px solid #ccc;
  padding: .2em;
  border-radius: 3px;
  background: #313e8d;
}
.view-videos img:hover,
.view-media-gallery img:hover {
  cursor: pointer;
}
.view-id-media_gallery.view-display-id-page_3 .views-row,
.view-id-media_gallery.view-display-id-block_3 .views-row {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: .5em;
  border-radius: 3px;
} 

/*=Tenders*/
.view-tenders .views-row,
.view-jobs .views-row {
  margin-bottom:1.2em;
}
.views-label-field-date-time {
  float: left;
  font-weight:bold;
  margin-right:.2em;
}
.field--name-field-date-time {
  margin-top:.5em;
}
.view-tenders .views-field-field-file-upload {
  width:33.33%
}
.views-label-field-file-upload {
  margin-top:.5em;
  font-size:85%;
}


/*=Footer*/
footer.footer.container,
footer.footer.container-fluid {
  background: #103442;
  color:#fff;
}
footer.footer.container a,
footer.footer.container-fluid a {
  color:#fff;
}
.footer {
  border-top: none;
}
.region.region-footer {
  position: relative;
}
footer.footer.container .nav,
footer.footer.container-fluid .nav {
  margin-top:1.5em;
}
#block-socialmedia a {
  padding: 5px 10px;
 /* border: 1px solid;
  border-radius: 50%;
  margin-right: 8px;
  font-size:80%;*/
}
#block-socialmedia a:hover {
  color:#22b8f0;
}
#block-copyright {
  clear: both;
  border-top: 1px solid;
  padding-top: 15px;
  margin-top:15px;
  float: left;
  width: 100%;  
  text-align: center;
}
/*=Misc*/
.path-sitemap .expanded {
  font-size:130%;
}
.path-sitemap .expanded li{
  font-size:80%;
}
.field--type-webform,
.page-node-type-webform .content button {
  margin-top:1em;
  transition: all .5s ease-in-out;
}
.sharethis-wrapper {
  margin:1em 0;
  clear: both;
}
.align-right {
  margin-left:1em;
}
.align-left {
  margin-right:1em;
}
.views-field-field-text-formated,
.page-node-type-captioned-photo .field--name-field-image,
.page-node-type-event .field--name-field-image {
  margin-bottom:.5em;
}
.page-node-type-photogallery .field--name-body.field--type-text-with-summary {
  clear: both;
}
.view-media-gallery .more-link, aside .more-link {
  clear: both;
  float: right;
}
.pager li > a, .pager li > span {
  padding: 3px 15px;
  background-color: #eee;
  border-radius: 5px;
}
.view .views-field-title {
  font-size: 1.5em;
  color: #103442;
  margin-bottom: .5em;
}
.addtocalendar,
.field--name-field-event-type {
  margin: 1em 0;
}
/*Scroll to top*/
#toTop.showme {
  background-image: url(../images/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat; 
  text-indent: -99999px;
  z-index: 9;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 27px;
  right: 13px;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  overflow: hidden;
  background-color: #555 !important;
  border-radius: 50%;
  opacity: 0.6;
  box-shadow: 1px 1px 50px #555;
}
#toTop.showme::after{
  font-family: 'FontAwesome';
  content: "\f062";
  position: absolute;
  top: 28%;
  left: 30%;
  color: white;
  font-size: 1.2em;
}
#toTop.hideme {
  background-image: url(../images/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 9;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  position: fixed;
  bottom: -54px;
  right: 13px;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  overflow: auto;
  background-color: #EA7319 !important;
  border-radius: 50%;
  opacity: 0.6;
  box-shadow: 1px 1px 50px #555; 
}
/*Ream More*/
.not-front .views-field-view-node .field-content a {
   /*font-family: roboto_condensedlight;*/
  font-size: 1.1em;
  padding: .5em 1em;
  text-align: center;
  background: #0b78a1;
  transition: all 1s ease-in-out;
  border: none;
  border-radius: 3px;
  float:left;
  clear:both;
  margin-top:.5em;
  color: #fff !important;
  text-decoration:none;
}
.not-front .views-field-view-node .field-content a:hover {
  color: #fff !important;
  background: #22b8f0;
}
.geolocation-common-map .views-field-title {
  font-weight:bold;
} 
.badge {
  background-color:#bbb;
} 
.path-sitemap {
  background: url(../images/sitemap-background2.jpg) no-repeat 0px 130px;
}
/*Animated lines*/
footer .nav li a {
  position: relative;
  text-decoration: none;
}
footer .nav li a:hover {
  color:#fff
}
footer .nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
footer .nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*=Hidden*/
#block-socialmedia span.ext,
.sitemap-box-menu-main h2,
.path-frontpage .page-header,
#edit-body-0-format-help-about,
audio+label,
.audiofield label,
.audiofield-audiojs-frame ol li a,
.geolocation-latlng,
#superfish-main-toggle span,
.page-node-254 h1,
.page-node-254 aside,
.page-node-254 div[role='heading'],
.file-size {
  display:none !important;
}
 #block-slogan {
  max-width: 690px;
  float: left;
  margin: 5em 0px 0px 6em;
  font-size: .75em;
}

#block-membersbanner {
  max-height: 450px;
  overflow: hidden;
  margin-bottom: 1em;
}

/*=Media Queries*/
/*Phone*/
@media all and (max-width: 480px) {
  .col-xs-6,
  .view-videos img,
  .page-node-type-photogallery .field--name-field-image img {
    width: 100% !important;
  }
  .logo.navbar-btn {
    margin-top: -10%;
  }
  .page-node-type-webform .content button {
    width: 100%;
    min-height: 60px;
  } 
  div.sf-accordion-toggle.sf-style-none a {
    margin-top: -60px !important; 
    margin-top: -115px !important; 
  }
  #block-quickdetails ul li,
  #block-views-block-homepage-slideshow-block-1 .views-field-field-text-formated   {
    display:none;
  }  
  
}

/*Tab + Desktop*/
@media (min-width: 769px) { 
  #navbar .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  #block-quickdetails{
    float:right;
  }
  #block-address,
  #block-mod-bootstrap-footer,
  #block-mod-bootstrap-footer ul li,
  #block-socialmedia {
    float: left !important; 
  }
  #block-address,
  #block-mod-bootstrap-footer,
  #block-socialmedia {
    width: 33%; 
  }    
  #block-socialmedia {
    text-align:center;
    margin-top: 2em;
  }
  #block-mod-bootstrap-footer .nav > li > a {
    color: #fff;
  } 
  #block-searchform {
    width: 23%;
    position: absolute;
    right: 0;
  }
  #block-views-block-news-block-2,
  #block-views-block-events-calendar-block-1 {
    float:left;
    width: 45%;
  }
  #block-views-block-news-block-2 {
    margin-left: 10%;
  }
  #block-foundingmembers{
    clear:both;
  }  
  .context-welcome-caraia .col-sm-9 {
    width: 100%;
  }  
}
/*Tab + Phone*/
@media (max-width: 768px){
  .region-top {
    margin-top: 2em;
  }
  .logo.navbar-btn.pull-left,
  #block-quickdetails {
    float:left;
    clear:both;
  } 
 .logo.navbar-btn img {
    width: 55%;
    margin-top:-10px;
  } 
  .navbar {
    min-height:0;
  }
  ul.sf-menu.sf-accordion.sf-expanded {
    background-color: #313e8d;  
  }
  li.sf-clone-parent {
    display: none !important;
  }
  #block-mainnavigation #superfish-main-toggle {
    color: #313e8d;
  }
  div.sf-accordion-toggle.sf-style-none a {
    color: #313e8d;
    display: inline-block;
    font-weight: bold;
    padding: .8em 3.5em .8em 1em;
    position: relative;
    float: right;
    margin-top: -110px;
  }
  div.sf-accordion-toggle.sf-style-none > a:after {
    font-family: 'FontAwesome';
    content: "\f0c9";
    font-size: 2em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    speak: none;
  }
  div.sf-accordion-toggle.sf-style-none > a.sf-expanded:after {
  	content: "\f01a";
  }     
  h1, .page-header {
    font-size: 16px;
    line-height: 1.2;
  }
  #block-views-block-homepage-slideshow-block-1 {
    margin-top: 1em;
  }  
  .flexslider .slides img {
    width: 100%;
  }
  tr {
    height: 2.7em !important;
  }
  #block-address,
  #block-mod-bootstrap-footer,
  #block-socialmedia,
  #block-webform,
  #block-temp   {
    width:100%  !important;
    clear: both;
  }
  footer.footer.container, footer.footer.container-fluid {
    text-align: center;
  }
  #block-mod-bootstrap-footer ul {
    margin:1.5em 0;
  }
  #block-mod-bootstrap-footer .nav > li {
    border: 1px solid #eee;
    margin-top: 6px;
    border-collapse: collapse;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #000;
    background: #183e4c;
    width: 50%;
    left: 25%;
    /*height: 3em;
    padding: 1em 0;*/
  }
  #block-searchform {
    margin-top:1em;
  }
  #block-searchform input {
    height:3em;
  }
  #block-socialmedia a{
    margin-right: 20px;
  } 
  #block-views-block-news-block-2,
  #block-views-block-events-calendar-block-1 {
    margin:0 1em;
  }
  #block-aboutus {
    float: none;
    width: 100%;
    padding: 0 1em;
  }    
  div[role='heading'] {
    height: 4em;
  } 
  div[role='heading'] h1 {
    padding-top: 1em;
  }  
}
/*Medium*/
@media (min-width: 1200px){  
}
/*Large*/
@media (min-width: 1500px){  
}
/*Larger*/
@media (min-width: 1900px){
    #block-slogan {
    max-width: 990px;
    float: left;
    margin: 5em 0px 0px 12em;
    font-size: 1em;
  } 
}
/*Largerer*/
@media (min-width: 2200px){ 
  #block-slogan {
    max-width: 990px;
    float: left;
    margin: 5em 0px 0px 12em;
    font-size: 1em;
  } 
  /*body { display:none; } */
} 
/*Largest*/
@media (min-width: 2500px){    
}



#block-views-block-user-test-block-1 .view-header {
  width:45%;
  float: left;
  margin-right: 6em;

}
#block-views-block-user-test-block-1 .view-filters.form-group {
  padding: 2em 1.6em;
  background: #a9defb;
  width:45%;
  float: left;
}
#block-views-block-user-test-block-1 {
  border-top: 1px solid #ccc;
  margin-top: .5em;
  padding-top: 1em;
}


#block-views-block-news-block-2 .more-link,
#block-aboutus .more-link {
  background: #0b78a1;
  color: #fff;
  padding: .5em 1.5em;
  text-transform: uppercase;
}
#block-views-block-news-block-2 .more-link {
  width:6em;
    margin-top:.5em;
}
#block-views-block-news-block-2 .more-link a {
  color: #fff;
}
#block-aboutus .more-link {
  margin-top: 2em;
  display: block;
  width: 6em;
}

div div[role='heading'] {   
  background: url("../images/green.jpg") no-repeat center; 
  margin-bottom: 1em;
}/*Catch all*/
div[class*='about'] div[role='heading'],
div[class*='contact-us'] div[role='heading'] {
  background: url("../images/darkblue.jpg") no-repeat center; 
  margin-bottom: 1em;
}
div[class*='members'] div[role='heading'] {
  background: url("../images/blue.jpg") no-repeat center; 
  margin-bottom: 1em;
}
div[class*='events'] div[role='heading'] {
  background: url("../images/green.jpg") no-repeat center; 
  margin-bottom: 1em;
}
div[class*='resources'] div[role='heading'],
div[class*='news'] div[role='heading'] {
  background: url("../images/purple.jpg") no-repeat center; 
  margin-bottom: 1em;
}
.path-frontpage div[role='heading'] {
  background: none; 
}
.page-header {
  border-bottom: none;
}
.navbar {
 margin-bottom: -1px;
}

#block-memberlogin {
  float: right;
  background: #94c120;
  background: #16a5b3;
  color: #fff;
  padding: .7em 1em .3em 1em;
  margin-top: 3em;
}
#block-memberlogin a {
  color: #fff;
  text-transform:uppercase;
}

.page-node-254 .col-sm-9,
.page-node-254 .col-sm-9 img {
  width: 100%;
}

.page-node-254 .highlighted {
  padding: 2em;
  background: #c0dcdd;
  float: left; 
  width: 100%;
  margin-bottom: 1em; 
}
#block-webform ,
#block-temp {
  width: 50%;
  float: left;
}
#block-webform {
  background: #103442;
  padding: 2em;
}
#block-webform h2, 
#block-temp h2 {
  margin: auto;
  width: 50%;  
}
#block-webform h2 {
  color:#fff;
}
#block-webform input {
  width:75%;
  border-radius:0;
  margin: auto;
}
#webform-submission-contact-node-9-add-form {
  padding: 2em;
  margin-bottom:2em;
  border: 1px solid #ccc;
}
#webform-submission-contact-node-9-add-form input,
#webform-submission-contact-node-9-add-form textarea {
  width:75%;
  border-radius:0;
}
#block-temp h2 {
  background: #fff;
  width: 100%;
  padding: 2.4% 25%;
}
.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: #94c120;
  border-color: #94c120;
  border-radius:0;
}


.view-id-user_test .views-col.col-1 {
  width: 40% !important;
  padding: 3%;
  border-radius: 18px;
  margin-right: 3%;
  margin-top: 3%;
  background: ghostwhite;
  min-height: 320px;
}
.view-id-user_test .views-col.col-2 {
  width: 40% !important;
  padding: 3%;
  border-radius: 18px;
  margin-left: 3%;
  margin-top: 3%;
  background: ghostwhite; 
  min-height: 340px; 
}

#block-dbjlogo {
 float: right;
 margin-right: 30px;	
}

#block-dbjlogo img {
  width: 220px;
  margin-top: 30px;
}

.page-node-462 article {
  text-align: justify;
}

