body {
  background-color: #eaefec;
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 30px;
}

.nopad {
  padding: 0;
  margin: 0;
}

a {
  color: #36b44a;
}

input, textarea {
  color: #000;
}

h1,h2,h3,h4 {
  /*clear: both; if we add this, then it messes up the contact page in terms of images displaying floated left or right */
}

h4 {
  margin-top: 20px;
}

blockquote {
  color: #0c62c4;
  font-weight: 700;
  font-style: italic;
  font-size: 17.5px;
  line-height: 30px;
}

.hr {
  margin: 35px 0;
  width: 100%;
}

.hr-wide {
  margin: 20px 0 0 0 !important;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.header {
  background-image: url(../images/patterndark.png);
  height: 167px;
}

#logo {
  display: block;
  margin-top: 37px;
}

.menu {
  width: 100%;
  height: 53px;
  background-color: #36b44a;
  border-bottom: 5px solid rgba(54, 181, 75, 0.51);
}

#aflaheader {
  max-height: 93%;
}

#search {
  margin-top: 30px;
}

#search input {
  padding: 9px 12px;
  width: 200px;
  background-color: #dddcdb;
  border: 0;
  border-radius: 3px;
  vertical-align: text-top;
}

#search button {
  background-color: #36b44a;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
  font-size: 18px;
  border: 0;
  border-radius: 3px;
  padding: 7px 13px 6px 13px;
  vertical-align: text-top;
}

#broughttoyou {
  color: #fff;
  margin-top: 33px;
  font-size: 15px;
}

#broughttoyou .iita img {
  width: 50px;
  margin-left: 10px;
}

#broughttoyou .bip img {
  width: 49px;
  margin-left: 0px;
}

.menu #nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu #nav li  {
  display: inline-block;
  padding: 12px 24px;
  margin: 0;
}

.menu #nav li a {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
}

.menu .sidrbtn {
  float: right;
  color: #fff;
  font-size: 30px;
  margin-top: 4px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
}

.menu .sidrbtn span {
  font-size: 24px;
  vertical-align: text-top;
}

.menu .sidrbtn:active {
  text-decoration: none;
}

.home-main {
  position: relative;
  z-index: 5;
}

.home-image {
  position: relative;
  z-index: 3;
  top: -15px;
}

.hpbubble 
{
  position: absolute;
  display: none;
  width: 163px;
  height: 35px;
  padding: 8px 2px;
  background: #5d574c;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  right: -168px;
  top: -5px;
  font-size: 14px;
}

.hpbubble:after 
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 15px 8px 0;
  border-color: transparent #5d574c;
  display: block;
  width: 0;
  z-index: 1;
  left: -10px;
  top: 11px;
}

.bubble2 {
  right: -172px;
  top: 22px;
  background-color: #36b44a;
}

.bubble2:after {
  border-color: transparent #36b44a;
}

.bubble3 {
  right: -172px;
  top: 15px;
  background-color: #37beee;
}

.bubble3:after {
  border-color: transparent #37beee;
}

.bubble4 {
  right: -172px;
  top: 5px;
  background-color: #0d9518;
}

.bubble4:after {
  border-color: transparent #0d9518;
}

.bubble5 {
  right: -172px;
  top: 14px;
}

.bubble5:after {
}

.bubble6 {
  right: -172px;
  top: 5px;
  background-color: #0d9518;
}

.bubble6:after {
  border-color: transparent #0d9518;
}

.col-image-copy {
  color: #fff;
  text-shadow: 0 0px 11px #000;
  padding-top: 230px;
  padding-left: 31px;
  margin-left: 13.6%
}

.col-image-copy h2 {
  font-size: 20px;
  box-shadow: 0px 0px 20px 0px rgba(14, 39, 13, 0.08);
  background-color: rgba(14, 39, 13, 0.08);
}

.col-image-copy p {
  font-size: 16px;
  box-shadow: 0px 0px 20px 0px rgba(14, 39, 13, 0.08);
  background-color: rgba(14, 39, 13, 0.08);
}

.homepage-post {
  color: #fff;
  padding: 20px 0;
  text-shadow: 0 0px 5px #000;
}

.homepage-post .post-content {
  line-height: 25px;
}

.homepage-post .post-content a {
  color: #fff;
  text-decoration: underline;
}

.homepage-tweet {
  color: #fff;
  padding: 20px 10px 20px 0;
  text-shadow: 0 0px 5px #000;
}

.homepage-tweet h2 {
  font-size: 24px;
}

.homepage-tweet .tweetcontainer {
  padding: 15px;
  border-radius: 10px;
  background-color: #4ac758;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 30px;
}

.homepage-tweet .tweetcontainer a {
  color: #fff;
  text-decoration: underline;
}

.home-footer {
  position: relative;
  z-index: 4;
  top: -24px;
}

.ccommons img {
  width: 75px;
  margin: 30px 0 10px 0;
}

.home-main-container {
  background-image: url(../images/homebg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  max-height: 628px;
  height: 628px;
  position: relative;
  z-index: 4;
}

#bigplate {
  position: absolute;
  left: 0;
}

#smallplate {
  position: absolute;
  right: 0;
}

.bigplatecopy {
  position: absolute;
  left: 0;
  width: 500px;
  padding: 88px 60px 0 50px;
}

.bigplatecopy h1 {
  font-size: 56px;
  color: #2b3a8d; 
}

.btn-orange {
  background-color: #f36e1f !important;
}

.fact-box-orange {
  background-color: #f36e1f !important;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border-radius: 10px;
  margin: 8px 0;
}

.btn-green {
  background-color: #36b44a !important;
}

.fact-box-green {
  background-color: #36b44a !important;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border-radius: 10px;
  margin: 8px 0;
}

.btn-blue {
  background-color: #37beee !important;
}

.fact-box-blue {
  background-color: #37beee !important;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border-radius: 10px;
  margin: 8px 0;
}

.font-15 {
  font-size: 15px !important;
}

.font-20 {
  font-size: 20px !important;
  line-height: 20px;
}

.font-25 {
  font-size: 25px !important;
  line-height: 23px;
}

.font-30 {
  font-size: 30px !important;
  line-height: 28px;
}

.font-35 {
  font-size: 35px !important;
  line-height: 33px;
}

.font-40 {
  font-size: 40px !important;
  line-height: 38px;
}

.font-45 {
  font-size: 45px !important;
  line-height: 40px;
}

.font-50 {
  font-size: 50px !important;
  line-height: 45px;
}

.font-55 {
  font-size: 55px !important;
  line-height: 49px;
}

.font-60 {
  font-size: 60px !important;
  line-height: 50px;
}

.margin-left {
  margin-left: 10px;
}

.margin-right {
  margin-right: 10px;
}

.margin-top {
  margin-top: 10px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.blue {
  color: #37beee !important;
}

.box-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.box-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.btn-lg {
  font-size: 22px;
  text-decoration: underline;
}

.btn:hover {
  color: #fff;
  opacity: 0.9;
}

.btn {
  color: #fff;
  background-color: #333;
  padding: 14px 17px;
  border-radius: 0;
  border: 0;
  margin-top: 10px;
}

.bigplatecopy .btn-lg {
  width: 335px;
}

.bigplatecopy .btn-1 {
  width: 150px;
}

.bigplatecopy .btn-2 {
  width: 175px;
  margin-left: 7px;
}

.btn-4 {
  font-size: 22px;
  width: 335px;
  text-decoration: none;
}

.btn-5 {
  font-size: 22px;
  width: 335px;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .btn-4 {
    top: 335px;
    right: 144px;
  }
}

.home-image-container {
  height: 329px;
  position: relative;
}

.home-image-container-row {
  position: absolute;
  height: 329px;
}

.slides {
  position: absolute;
  width: 100%;
  height: 329px;
  margin-left: -15px;
}

.slidebg {
  position: absolute;
  background-color: #34b045;
  background-size: cover;
  width: 100%;
  height: 329px;
}

.home-footer-container {
  background-image: url(../images/homefooterbg.png);
  background-size: 100%;
  max-height: 264px;
  height: 264px;
  z-index: 3;
  padding-top: 70px;
}

#footer {
  text-align: center;
}

#footer ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

#footer ul li {
  margin: 0;
  padding: 5px 10px;
  display: inline-block;
}

#footer ul li a {
  color: #494439;
  text-decoration: none;
}

.featureBtn {
  width: 100%;
  display: block;
  box-shadow: 1px 1px 1px #000;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 50px;
  border-radius: 3px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.featureBtn:hover {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  cursor: pointer;
}

.featureBtn:active {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  cursor: pointer;
}

.featureBtn:focus {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  cursor: pointer;
}

.featureBtnW {
  padding: 15px !important;
  text-align: center;
  font-size: 20px;
  background-color: #f36e1f;
}

.featureBtnWTB {
  padding: 15px !important;
  text-align: center;
  font-size: 20px;
  background-color: #2491d4;
}

.featureBtn1 {
  background-color: #bddfb2;
  background-image: url(/wp-content/themes/aflasafe/assets/images/bghealth.png);
}

.featureBtn2 {
  background-color: #8fd2e4;
  background-image: url(/wp-content/themes/aflasafe/assets/images/bgeconomics.png);
}

.featureBtn3 {
  background-color: #f9ae64;
  background-image: url(/wp-content/themes/aflasafe/assets/images/bgpolicy.png);
}

.home-news-sub {
  margin-top: -24px;
}

.home-news-sub .container {
  background-color: rgb(75, 58, 49);
  padding: 24px;
  border-top: 7px solid #b8b6b6;
}

.home-news-sub .container #subscribeText  {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  font-size: 18px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  margin-top: 6px;
  font-weight: 600;
  text-align: right;
}

.home-news-sub .container #mce-EMAIL {
  display: inline-block;
  padding: 8px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 0;
  vertical-align: text-top;
}

.home-news-sub .container #mc-embedded-subscribe {
  display: inline-block;
  background-color: #36b44a;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
  font-size: 18px;
  border: 0;
  border-radius: 3px;
  padding: 7px 13px 6px 13px;
  vertical-align: text-top;
}

#leftmenu #mc_embed_signup #subscribeText, #leftmenubtm #mc_embed_signup #subscribeText {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  font-size: 18px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  margin-top: 6px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 10px 0;
}

#leftmenu #mc_embed_signup #mce-EMAIL, #leftmenubtm #mc_embed_signup #mce-EMAIL {
  display: inline-block;
  padding: 8px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 0;
  vertical-align: text-top;
  margin-bottom: 10px;
}

#leftmenu #mc_embed_signup #mc-embedded-subscribe, #leftmenubtm #mc_embed_signup #mc-embedded-subscribe {
  display: inline-block;
  background-color: #36b44a;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
  font-size: 18px;
  border: 0;
  border-radius: 3px;
  padding: 7px 13px 6px 13px;
  vertical-align: text-top;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .home-main-container {
    height: 596px; 
  }
  #bigplate {
    width: 600px;
  }
  #smallplate {
    width: 500px;
  }
  #search input {
    width: 150px; 
  }
  #broughttoyou .iita img {
    width: 42px;
  }
  #broughttoyou .bip img {
    width: 42px;
  }
}

#footer .menu {
  height: auto;
  margin: 0;
  background: none;
  border: 0;
  font-size: 16px;
}

/* Secondary */

.home-secondary-container {
  background-color: #fff;
}

.home-secondary-container #leftmenu, .home-secondary-container #leftmenubtm {
  background-image: url(../images/leftmenubg.png);
  background-position: top right;
  background-repeat: repeat-y;
  background-color: #4b3a32;
  min-height: 500px;
  padding: 25px 30px 25px 25px;
  color: #fff;
  height: 100%;
}

#leftmenu .pagetitle, #leftmenubtm .pagetitle {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.home-secondary-container #leftmenu .featureBtn, .home-secondary-container #leftmenubtm .featureBtn {
  padding: 30px;
  margin: 20px 0;
  font-size: 20px;
}

.home-secondary-container .col-md-3 {
  width: 30%;
  
}

.home-secondary-container .col-md-9 {
  width: 70%;
}

.home-secondary-container #leftmenu ul, .home-secondary-container #leftmenubtm ul {
  padding-left: 17px;
  margin-bottom: 60px;
}

.home-secondary-container #leftmenu ul li, .home-secondary-container #leftmenubtm ul li {
  
}

.home-secondary-container #leftmenu ul li a, .home-secondary-container #leftmenubtm ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
}

.home-secondary-container #leftmenu ul li a:hover, .home-secondary-container #leftmenubtm ul li a:hover {
  color: #f38f66;
  cursor: pointer;
}

.home-secondary-container .header {
  background-image: url(../images/secondarytopbg.png);
  background-size: cover;
  height: 114px;
}

.home-secondary-container .header.header-wide {
  background-image: url(../images/secondarytopbgwide.png);
}

.home-secondary-container .header .title {
  color: #fff;
  font-size: 43px;
  font-weight: 800;
  padding: 29px 20px 0 33px;
  text-shadow: 1px 1px 1px #000;
}

.home-secondary-container .breadcrumbs {
  background-color: #e1e1e1;
  padding: 16px 33px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background: none;
  border-radius: 0;
}

.home-secondary-container .breadcrumbs a {
  color: #36b44a;
}

.home-secondary-container .breadcrumbs span {
  display: inline-block;
  margin: 0 4px;
  color: #797979;
}

.home-secondary-container .main-content-area {
  padding: 33px;
}

/* Whats in it for me */

.col-profile {
  background-color: #f1f1f1;
  color: #000;
  padding: 20px;
  font-size: 15px;
  line-height: 29px;
  height: 100%;
  margin-bottom: 20px;
}

.col-profile img {
  border-radius: 100%;
  max-width: 178px;
  max-height: 178px;
  margin: 0 auto;
}

.col-profile .profiletitle {
  font-size: 24px;
  font-weight: 800;
  color: #f06f32;
  text-align: center;
  padding: 20px 0;
}

.main-content-area {
  font-size: 16px;
  line-height: 30px;
}

h1.page-title {
  color: #f06f32;
  font-size: 24px;
  margin-top: 0;
}

#map {
  width: 100%;
  min-height: 500px;
  border: 6px solid #4e413b;
}

.maprightarrow {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #4e413b;
  position: absolute;
  right: -19px;
  top: 66px;
}

.mapdetails {
  padding-left: 30px;
  padding-top: 85px;
}

.mapdetails .init {
  font-style: italic;
  color: #999;
  margin: -12px 0 10px 0;
}

.mapdetails .init .bubble {
  background-color: #36b44a;
  color: #fff;
  padding: 22px;
  border-radius: 20px;
  margin-top: -40px;
}

.tweetroll-link {
  display: block;
  margin-top: 10px;
  background-color: #1ea1f2;
  color: #fff;
  padding: 22px;
  border-radius: 20px;
}

.tweetroll-link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.location {
  margin: 10px;
  background-color: #dfdfdf;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #4c4c4c;
}

.location .status, .locationdata .status {
  color: #fff;
  float: right;
  background-color: #000;
  padding: 0 8px;
  font-weight: 600;
  font-size: 12px;
}

.status-commercialised {
  background-color: #41ae4a !important;
}

.status-ready {
  background-color: #efbb78 !important;
}
.status-registered {
  background-color: #fff18f !important;
  color: #b59100 !important;
}

.status-testing {
  background-color: #f37821 !important;
}

.status-development {
  background-color: #81675c !important;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

img.alignleft, img.aligncenter, img.alignright {
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-content-area img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}

figure {
  margin: 14px 0 20px 0;
  max-width: 100%;
}

figure img {
  max-width: 100%;
  margin: 0 !important;
  height: auto;
}

.fullwidth {
  max-width: 100%;
  height: auto;
}

figcaption.wp-caption-text {
  display: block;
  font-style: italic;
  color: #7d7d7d;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
}

.inline-green-arrow {
  color: #36b44a;
  font-size: 30px;
  position: absolute;
  margin-left: 5px;  
}

.inline-green-arrow span {
  display: none;
}

.landing-page-item {
  background-color: #f1f1f1;
  color: #595450;
  font-size: 19px;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.landing-page-item-row {
  box-sizing: border-box;
  vertical-align: middle;
  padding: 20px 20px 0px 20px;
}

.landing-page-item-row .image {
  float: left;
  margin-right: 30px;
  margin-left: 22px;
  margin-top: 14px;
}
.landing-page-item .image:hover {
  opacity: 0.8;
}
.landing-page-item img {
  max-width: 150px;
}

.landing-page-item-row p {
    float:left;
    width: 60%;
    display:inline-block;
    height:100%;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 5%;
}

.landing-page-item-row p span {
    height:100%;
    box-sizing: border-box;
    vertical-align: middle;
}

.landing-page-item-row:after, .landing-page-item-row .image :after, .landing-page-item-row p:after {
    height:100%;
    content:'';
    font-size:0;
    vertical-align:middle;
    display:inline-block;
    box-sizing: border-box;
}

.landing-page-item-col {
  width: 100%;
  text-align: center;
}

.landing-page-item-col .image {
  margin-bottom: 30px;
}

.landing-page-item-centered {
  text-align: center;
}

.landing-page-item-centered .image {
  display: inline-block;
  float: none;
}

.landing-page-item-centered .text {
  display: inline-block;
  float: none;
}

.locationdata {
  display: none;
}

.locationdata h2 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 0;
  color: #4e413b;
}

.locationdata .status {
  float: none;
  display: inline-block;
  margin: 20px 0;
  padding: 7px 13px;
  font-weight: 400;
  font-size: 17px;
}

.locationdata h3.contact {
  margin-top: 30px;
}

.locationdata .twitter {
  margin-top: 20px;
}

.locationposts {
  display: none;
  margin-bottom: 20px;
}

.locationposts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.locationposts ul li {
  margin: 0;
  padding: 0;
}

.publish_date {
  margin-bottom: 15px;
}

.sharethis-inline-share-buttons {
  margin: 25px 0 20px 0;
}

.project-item {
  margin: 41px 0 30px 0;
}

.project-item h3 {
  margin: 5px 0;
  font-size: 18px;
  font-weight: 600;
}

.project-item a img {
  margin: 0 6px 0 0;
}

#contact-form {
  width: 500px;
  max-width: 80%;
  padding: 40px;
}

#contact-form h3 {
  margin-top: 0;
}

#contact-form .thanks, #mailinglist-form .thanks {
  display: none;
  margin-top: 30px;
}

.feedback-container {
  margin-top: 20px;
}

.feedback-container p {
  color: #333;
  font-size: 13px;
  font-style: italic;  
}

.feedback-up {
  margin-left: 5px;
  color: #999;
  cursor: pointer;
  font-size: 18px;
}
.feedback-down {
  margin-left: 5px;
  color: #999;
  cursor: pointer;
  font-size: 18px;
}
.feedback-up:hover, .feedback-up.active {
  color: #74bd3c;
}
.feedback-down:hover, .feedback-down.active {
  color: #cd0000;
}

.comment-form-comment label {
  display: block;
}

.comment-form-comment textarea {
  width: 80%;
  height: 150px;
}

.tweet-container {
  max-height: 400px;
  overflow-y: scroll;
  padding: 6px;
  border: 4px solid #d8d8d8;
  background-color: #fff;
}

.tweet {
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.tweeter img {
  float: left;
  width: 33px;
  margin: 5px 0;
}

.tweet .tweeter div {
  display: inline-block;
  margin-left: 10px;
  line-height: 21px;
}

.tweet .tweeter div span {
  font-weight: bold;
  font-size: 14px;
}

.tweet .tweeter div div {
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-top: 0px;
  margin-left: 0;
  color: #666;
}

.tweet .tweet-message {
  color: #5a5a5a;
  line-height: 22px;
  font-size: 14px;
}

.tweet .tweet-date {
  text-align: right;
  color: #999;
  font-size: 14px;
}


/* Mobile specific */

@media (max-width: 991px) {
  .btn {
    max-width: 100%;
  }
  #logo {
    margin-top: 20px;
    max-width: 90%;
  }
  
  #logo img {
    max-width: 100%;
  }
  #search {
    display: none;
  }
  #broughttoyou {
    margin-top: 10px;
    text-align: center;
  }
  #bigplate {
    position: absolute;
    width: 265%;
    left: -100px;
    top: -90px;
  }
  #smallplate {
    position: relative;
    max-width: 100%;
    display: none;
  }
  .home-main-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    max-height: none;
    height: auto;
    position: relative;
    z-index: 4;
    min-height: 550px;
    overflow: hidden;
  }  
  .bigplatecopy {
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
  }
  .bigplatecopy h1 {
    font-size: 40px;
  }
  .bigplatecopy .btn {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .home-image-container {
    height: 1000px;
    position: relative;
    background-image: none;
    background-color: #36b44a;
  }
  
  .home-image-container-row {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
  }
  
  .col-image-copy {
    height: 320px;
  }
  .home-footer-container {
    background-size: cover;
    max-height: none;
    height: auto;
  }
  .home-footer-container .featureBtn {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-footer-container .col-md-4 {
    width: 100%;
  }
  .header .col-md-3, .header .col-md-4 {
    width: 100%;
    text-align: center;
  }
  #mc_embed_signup_scroll .col-md-2, #mc_embed_signup_scroll .col-md-3, #mc_embed_signup_scroll .col-md-4, #mc_embed_signup_scroll .col-md-5 {
    width: 100%;
    text-align: center;
  }

  .btn {
    width: 100%;
    margin-left: 0;
  }
  
  .home-secondary-container #leftmenu, .home-secondary-container #leftmenubtm {
    min-height: auto;
  }
  
  .home-secondary-container #leftmenu ul {
    margin-bottom: 0;
  }
  
  .main-content-area .col-md-6, .main-content-area .col-md-4 {
    width: 100%;
  }
  
  .maprightarrow {
    display: none;
  }
  
  .mapdetails {
    padding: 35px 0 0 0;
  }
  
  .home-secondary-container .header .title {
    font-size: 30px;
    max-width: 100%;
  }
  
  .home-secondary-container .header {
    height: auto;
    padding-bottom: 26px;
    max-width: 100%;
  }
  
  .tweet-container {
    max-width: 280px;
  }
  
  #map {
    height: 280px;
    min-height: auto;
  }
  
}

@media (max-width: 774px) {
  .col-md-3, .col-md-9 {
    width: 100% !important;
  }

}

.media-item {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 15px;
}

.media-item .title {
  font-weight: 600;
  color: #545454;
  font-size: 18px;
  line-height: 21px;
}

.media-item .description {
  font-size: 14px;
  color: #666;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.media-item .media {
  background-color: #f1f1f1;
  color: #000;
  text-align: right;
  margin-top: auto;
}

.media-item .media a {
  background-color: #36b44a;
  color: #fff;
  padding: 8px 8px;
}

.media-item .thumb {
}

.media-item .thumb img {
	width: 100%;
	margin: 0;
	border: 1px solid #b9b9b9;
}

.media-item .right-col {
  display: flex;
  flex-direction: column;
}

.media-h3 {
  margin-top: 40px;
}

.media-h4 {
  margin-top: 25px;
  margin-bottom: 21px;
  color: #f36e1f;
}

.accent1 {
  color: #f36e1f;
}

.accent2 {
  color: #f36e1f;  
}

.posts-by-tag-item {
	margin-bottom: 20px !important;
}

.posts-by-tag-item .thumb {
	vertical-align: top;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 60px;
}

.posts-by-tag-item .thumb img {
	margin: 10px 0;
}

.posts-by-tag-item .posts-by-tag-meta {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 80px);
}

.country-detail-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.country-detail-menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.country-detail-menu li a {
  display: inline-block;
  background-color: #36b44a !important;
  color: #fff;
  padding: 10px;
}

.publication-search {
  background-color: #c3e8ff;
  padding: 10px;
}

.publication-search .btn-primary {
  margin: 0 !important;
  padding: 10px;
  background-color: #2491d3;
  color: #fff;
}

.publication-search .btn {
  margin: 0 !important;
  padding: 10px;
}

.publication-item {
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 15px;
}

.pub-actions a {
  margin-right: 10px;
}

.publication-item .title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  color: #36b449;
}
.publication-item .tags {
  margin-top: 5px;
}
.pubtag {
  background-color: #e5e5e5;
  border-radius: 5px;
  padding: 0px 8px 0px 8px;
  margin-right: 5px;
  font-size: 12px;
  display: inline-block;
  margin-top: 2px;
  cursor: pointer;
}
.pubtag2 {
  background-color: #434343;
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin-top: 2px;
  cursor: pointer;
}

.pubtag.active {
  background-color: #37beee !important;
  color: #fff !important;
}
.pubtag input {
  width: 0;
  height: 0;
  opacity: 0;
}

#tagpopup {
  width: 400px;
  max-width: 100%;
}

.event-block {
  border: 6px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.event-block .evttitle {
  font-size: 18px;
}
.event-block .evtdate {
  font-size: 14px;
}
.event-block .evtlocation {
  font-size: 14px;
  color: #666;
}
.evt-datebar {
  background-color: #e1e1e1;
  padding: 15px;
  margin: 20px 0;
}
.evt-link {
  margin-top: 20px;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}