body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #626262;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.7em;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.3em;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.9em;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: normal;
}

p {
  margin-bottom: 15px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

.bg-gradient {
  background-image: -webkit-linear-gradient(0deg, #20aee3, #60dcdf);
  background-image: linear-gradient(90deg, #20aee3, #60dcdf);
}

.bg-blue {
  background-color: #18cde7;
}
.blue {
  color: #18cde7;
}

.bg-darkblue {
  background-color: #023240;
}

.bg-white {
  background-color: #fff;
}

.border-blue {
  border: 1px solid #18cde7;
}

.border-blue.time-block {
  display: inline-block;
  padding: 2px 15px;
}

.border-blue.weather-text {
  display: inline-block;
  padding: 2px 15px;
}

.border-blue.temperature-block {
  display: inline-block;
  padding: 2px 15px;
}

.drop-shadow {
  box-shadow: 4px 1px 20px 0 hsla(0, 0%, 56%, .28);
}

.bg-blue-opacity {
  background-color: rgba(32, 174, 227, .85);
}

.dark-blue {
  color: #023240;
}

.dark-blue.page-title {
  text-transform: uppercase;
}

.white {
  color: #fff;
}

.border-bottom-white {
  border-bottom: 1px solid #fff;
}

.border-bottom-blue {
  border-bottom: 1px solid #18cde7;
}

.inline-block {
  display: inline-block;
  padding-left: 0px;
}

.block {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.button {
  min-width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
}

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

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

.padding-top-50 {
  position: relative;
  left: 0px;
  bottom: 0px;
  padding-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-35 {
  padding: 35px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

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

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

.align-none {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
}

.full-width {
  width: 100%;
}

.navigation-wrapper.bg-gradient {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-image: -webkit-linear-gradient(0deg, #20aee3, #60dcdf);
  background-image: linear-gradient(90deg, #20aee3, #60dcdf);
}

.navigation {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-nav {
  font-size: 12px;
  text-transform: uppercase;
}


.header-logo {
  width: 100%;
  max-width: 300px;
}

.ad-728x90 {
  display: inline-block;
  width: 728px;
  height: 90px;
}

.centered {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.social-header-icon {
  width: 25px;
  height: 25px;
  min-width: 0px;
  float: right;
}

.border-bottom-acent {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 40%;
  border-bottom: 4px solid #18cde7;
}

.latest-post-wrapper.bg-white.drop-shadow {
  margin-bottom: 15px;
}

.ad-300x600 {
  display: block;
  width: 300px;
  height: 600px;
  margin-bottom: 35px;
  float: right;
  background-color: #e4e4e4;
}

.ad-300x250 {
  width: 300px;
  height: 250px;
  margin-bottom: 35px;
  float: right;
  background-color: #e4e4e4;
}

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

.post-thumbnail {
  width: 360px;
  float: left;
}

.post-text-wrapper {
  margin-left: 360px;
  padding: 10px 20px;
}

.post-date {
  display: inline-block;
  padding: 2px 15px;
  color: #626262;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.post-date.border-blue {
  cursor: pointer;
}

.post-date.border-blue:hover {
  text-decoration: underline;
}

.post-author {
  display: inline-block;
  padding: 2px 15px;
  color: #626262;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.post-cat {
  display: inline-block;
  padding: 2px 15px;
  color: #626262;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.post-cat.border-blue {
  cursor: pointer;
}

.post-cat.border-blue:hover {
  text-decoration: underline;
}

.small-footer-text {
  display: inline-block;
  color: #8199a0;
  font-size: 12px;
}

.social-footer-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.cat-filter-dropdown {
  position: relative;
  z-index: 10;
  float: right;
  background-color: #18cde7;
  top: 16px;
}

.cat-dropdown-toggle {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  text-transform: uppercase;
}

.footer-logo {
  width: 215px;
}

.featured-post-slider {
  height: 220px;
  background-color: transparent;
}

.slider-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 100px;
  padding: 10px;
  background-color: rgba(32, 174, 227, .85);
  text-align: left;
}

.position-relative {
  position: relative;
}

.header-logo-wrapper {
  margin-bottom: 20px;
  display: block;
}

.top-nav {
  padding:10px 3%;
  display: block;
  position: relative;
  z-index: 1001;
}

.slider-link-wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slider-link-wrapper:hover {
  background-color: rgba(0, 0, 0, .21);
}

.content-wrapper {
  padding: 140px 5% 40px;
}

.category-list {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #18cde7;
  text-transform: uppercase;
}

.category-list-link {
  color: #626262;
  text-decoration: none;
}

.post-img {
  width: 100%;
}

.post_title {
  margin-bottom: 30px;
  color: #023240;
}

.post-inner {
  margin-top: 40px;
  margin-bottom: 30px;
}

.recommended-post-wrapper {
  display: inline-block;
  width: 30%;
  margin-right: 1.333%;
  vertical-align: top;
}

.location-block {
  display: inline-block;
  padding-right: 20px;
}

.location-block.local {
  border-right: 1px solid #fcf3f3;
}

.location-block.malta {
  padding-left: 20px;
}

.weather-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
}

.temperature.white {
  display: inline-block;
}

.temp-icon {
  margin-left: 2px;
}

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

.footer-menu-toggle {
  display: inline-block;
  margin-top: 10px;
  padding: 15px 30px;
  border: 3px solid #fff3f3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-menu-toggle.white {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.footer-menu-toggle.white:hover {
  background-color: hsla(0, 0%, 100%, .2);
}
ul.footer-nav {
    list-style: none;
    padding-left: 0;
}
.footer-nav li a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.footer-nav li:hover a {
  text-decoration: underline;
}

.footer-button {
  display: block;
  padding: 15px 30px;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-button.register-link {
  margin-top: 10px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.footer-button.register-link:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.stock-quote, .smw-single.smw-header.smw-ct-blue {
  display: inline-block;
  width: 50%;
  height: 220px;
  vertical-align: top;
}

.stock-quote.drop-shadow, .smw-single.smw-header.smw-ct-blue {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 5px solid #0071b9;
  box-shadow: 4px 1px 20px 0 rgba(143, 143, 143, 0.28);
  border-radius: 0;
}

.stock-quote.drop-shadow.down {
  border-top-color: #c85050;
}

.stock-quote.up.drop-shadow, .smw-single.smw-header.smw-ct-blue {
  width: 100%;
}
.smw-single.smw-header.smw-ct-blue .smw-top-border{display: none;}

.company-id {
  text-align: center;
}

.company-name {
  text-align: center;
  text-transform: capitalize;
}

.price-arrow {
  margin-top: -10px;
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.stock-price {
  margin-top: 0px;
  text-align: center;
}

.high-low {
  font-size: 12px;
  text-align: center;
}

.island-block {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #18cde7;
}

.island-block.left-align {
  padding-bottom: 25px;
  border-bottom: 1px solid #18cde7;
}

.island-block.float-right {
  width: 100%;
}

.island-name {
  text-transform: uppercase;
}

.island-info {
  position: relative;
  bottom: 0px;
  display: inline-block;
  width: 100%;
}

.island-info.float-right {
  text-align: right;
}

.island-info.bg-green {
  display: block;
}

.island-icon {
  display: inline-block;
  width: 50%;
  float: right;
  text-align: right;
}

.island-icon.float-left {
  float: left;
  text-align: left;
}

.juristiction-address {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.phone-number {
  display: inline-block;
  color: #626262;
  font-size: 14px;
  text-decoration: none;
}

.phone-number:hover {
  color: #18cde7;
  text-decoration: underline;
}

.phone-number.white {
  color: #fff;
}

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

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

.jurisdiction-email {
  margin-bottom: 5px;
}

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

.email-address {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.email-address:hover {
  text-decoration: underline;
}

.jurisdiction-website {
  margin-bottom: 5px;
  color: #fff;
  text-decoration: none;
}

.jurisdiction-website:hover {
  text-decoration: underline;
}

.website-address {
  display: block;
  color: #626262;
  text-decoration: none;
}

.website-address:hover {
  color: #18cde7;
  text-decoration: underline;
}

._100vh {
  height: 100vh;
}

.jurisdiction-card {
  width: 20%;
  height: 100%;
}

.jurisdiction-card.drop-shadow {
  text-align: center;
}

.jurisdiction-card.drop-shadow.padding-20 {
  width: 20%;
  padding: 20px;
  cursor: pointer;
}

.jurisdiction-card.drop-shadow.padding-20.table-cell.vertical-align-middle.bg-green {
  background-color: #81c850;
}

.jurisdiction-card.drop-shadow.padding-20.table-cell.vertical-align-middle.bg-green.white.card-1 {
  position: relative;
}

.jurisdiction-icon {
  position: relative;
  bottom: 0px;
}

.bg-green {
  background-color: #81c850;
}

.bg-orange {
  background-color: #ffbb45;
}

.bg-red {
  background-color: #f25648;
}

.bg-purple {
  background-color: #7d51e2;
}

.border-white {
  border: 1px solid #fff;
}

.border-white.time-block {
  display: inline-block;
  padding: 2px 15px;
  border-bottom: none;
}

.border-white.weather-text {
  display: inline-block;
  padding: 2px 15px;
}

.border-white.temperature-block {
  display: inline-block;
  padding: 2px 15px;
  border-left: none;
}

.bg-pink {
  background-color: #f1857c;
}

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

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

.jurisdiction-contact {
  position: relative;
  display: block;
}

.jurisdiction-contact.bg-green {
  display: block;
}

.partner-block {
  width: 50%;
  margin-bottom: 20px;
}

.partner-block.drop-shadow {
  display: block;
  width: 100%;
  padding: 20px;
  border-top: 5px solid #18cde7;
}

.partner-logo {
  margin-bottom: 20px;
  text-align: center;
}

.partner-text {
  display: inline-block;
  width: 100%;
  height: auto ;
  max-height: 55px;
  text-align: left;
}

.partner-title {
  margin-top: 0px;
  text-align: left;
  text-transform: uppercase;
}

.partner-content {
  width: 80%;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}

.dropdown-icon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  cursor: pointer;
}

.logo-wrapper {
  display: inline-block;
  width: 20%;
  text-align: center;
}

.directory-category {
  cursor: pointer;
}

.directory-company {
  padding-bottom: 10px;
}

.directory-list {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  cursor: default;
}

.directory-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #18cde7;
  text-transform: none;
}

.directory-title:hover {
  text-decoration: underline;
}

.contact-box {
  display: inline-block;
  width: 47.5%;
}

.contact-box.padding-20 {
  padding: 20px;
  border: 1px solid #18cde7;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  text-align: center;
  width: 47.5%;
  background-color: #18cde7;
  color: #fff;
}

.one-third {
  width: 33.3%;
}

.one-third.border-blue {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  text-align: center;
  cursor: pointer;
  background-color: #18cde7;
  color: #fff;
}

.frm_field {
  margin-bottom: 30px;
  border-bottom: 2px solid #18cde7;
}

.frm_field.message {
  height: 150px;
}

.captcha-placeholder {
  display: block;
  margin-bottom: 30px;
}

.contact-svg {
  width: 35px;
  height: 35px;
}

.main-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.small-logo {
  width: 33.3%;
}

.brand-colors {
  margin-top: 40px;
  text-align: center;
}

.brand-color {
  display: inline-block;
  width: 100%;
  height: 80px;
}

.color-block {
  display: inline-block;
  width: 32%;
}

.color-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
}

.color-title.white {
  display: block;
  line-height: 80px;
  text-align: center;
}

.color-info {
  display: inline-block;
  margin-left: 20px;
}

.color {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.download-button {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 40px;
  padding: 20px 15px;
  border: 2px solid #18cde7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #18cde7;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.download-button:hover {
  background-color: #18cde7;
  color: #fff;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-videos {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #18cde7;
  color: #fff;
}

.home-videos h2 {
  margin-bottom: 50px;
  display: inline-block;
  margin-right: 30px;
}

.home-videos .title_area img {
  display: inline-block;
  max-width: 150px;
}

.home-videos .w-container {
  max-width: 85%;
}

.home-videos .video_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.home-videos .video_items .video {
  max-width: 25%;
  flex: 0 0 25%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.home-videos .video_items .video .video_text h4 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.home-videos .video_items .video .embed-container {
  margin-bottom: 20px;
}

.home-videos .video_items .video:first-of-type .embed-container {
  max-width: 55%;
  flex: 0 0 55%;
  width: 100%;
  padding-bottom: 30%;
}

.home-videos .video_items .video:first-of-type .video_text {
  max-width: 25%;
  flex: 0 0 25%;
  width: 100%;
  padding: 0 20px;
}

.home-videos .video_items .video:first-of-type {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.content-wrapper:nth-of-type(2n) {
  padding-top: 0;
}

@media (max-width:1200px) {

  .home-videos .video_items .video:first-of-type .embed-container {
    max-width: 60%;
    flex: 0 0 60%;
    width: 100%;
    padding-bottom: 30%;
  }
  
  .home-videos .video_items .video:first-of-type .video_text {
    max-width: 30%;
    flex: 0 0 30%;
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width:992px) {

  .desktop-hide {
    display: none;
  }
}

@media (max-width: 991px) {

  .mobile-hide {
    display: none;
  }

  .home-videos .video_items .video:first-of-type .embed-container {
    max-width: 65%;
    flex: 0 0 65%;
    width: 100%;
    padding-bottom: 30%;
  }
  
  .home-videos .video_items .video:first-of-type .video_text {
    max-width: 35%;
    flex: 0 0 35%;
    width: 100%;
    padding: 0 20px;
  }
  .home-videos .video_items .video {
    max-width: 50%;
    flex: 0 0 50%;
    width: 100%;
  }
  .padding-top-50.padding-bottom-50 {
    padding-top: 50px;
  }
  .header-logo {
    width: 30%;
    margin-bottom: 20px;
    margin-left: 33%;
  }
  .ad-728x90.float-right {
    width: 100%;
  }
  .ad-300x600 {
    display: none;
  }
  .ad-300x250 {
    display: inline-block;
  }
  .ad-300x250.ad-4 {
    float: right;
  }
  .ad-300x250.ad-left {
    float: left;
  }
  .slide-1 {
    width: 49%;
  }
  .header-logo-wrapper {
    width: 100%;
    display: none;
  }
  .content-wrapper {
    padding-top: 85px;
    padding-bottom: 50px;
  }
  .mobile-logo.float-left {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
  }
  .footer-link {
    width: 100%;
  }
  .juristiction-address {
    margin-bottom: 15px;
  }
  ._100vh.table.full-width {
    position: relative;
    height: 100%;
  }
  .jurisdiction-card.Malta {
    display: block;
    width: 100%;
  }
  .jurisdiction-card.Alderney {
    display: block;
    width: 100%;
  }
  .jurisdiction-card.Isle {
    display: block;
    width: 100%;
  }
  .jurisdiction-card.Gibraltar{
    display: block;
    width: 100%;
  }
  .jurisdiction-card.Jersey {
    display: block;
    width: 100%;
  }
  .partner-block.drop-shadow {
    width: 100%;
    text-align: left;
  }
  .partner-logo {
    text-align: left;
  }
  .partner-text {
    width: 100%;
    float: none;
  }
  .partner-title {
    display: block;
    margin-top: 0px;
  }
  .partner-content {
    width: 100%;
    padding-left: 0px;
    float: right;
  }
  .logo-wrapper {
    display: block;
    width: 100%;
    text-align: left;
  }
  .mobile-center {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .home-videos .video_items .video:first-of-type .embed-container {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .home-videos .video_items .video:first-of-type .video_text {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
  .home-videos .video_items .video:first-of-type {
    flex-wrap: wrap;
  }
  .home-videos .video_items .video {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .border-bottom-blue.position-relative.margin-bottom-20 {
    text-align: left;
  }
  .sub-footer.bg-darkblue {
    text-align: center;
  }
  .latest-post-wrapper.bg-white.drop-shadow {
    width: 49%;
    margin-right: 1%;
    float: left;
  }
  .ad-300x250.ad-3 {
    float: none;
  }
  .ad-300x250.ad-4 {
    float: none;
  }
  .ad-300x250.ad-left {
    float: none;
  }
  .ad-300x250.ad-right {
    float: none;
    text-align: center;
  }
  .post-thumbnail {
    width: 100%;
    height: auto;
  }

  .post-text-wrapper {
    display: inline-block;
    margin-left: 0px;
  }
  .slide-1 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .content-wrapper {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .mobile-logo {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
  }
  .footer-container {
    text-align: center;
  }
  .footer-dropdown {
    top: 20px;
    width: 214px;
    border-style: solid;
    border-width: 3px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    text-align: center;
  }
  .footer-dropdown:hover {
    background-color: hsla(0, 0%, 100%, .2);
  }
  .dropdow-label {
    font-size: 16px;
    text-align: center;
  }
  .footer-dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;
  }
  .footer-link {
    width: 100%;
  }
  .footer-button.register-link {
    width: 215px;
  }
  .footer-button.footer-menu-toggle {
    width: 100%;
  }
  .partner-block.drop-shadow {
    text-align: center;
  }
  .partner-text {
    width: 100%;
    padding-left: 0px;
  }
  .partner-title {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .partner-content {
    width: 100%;
  }
  .logo-wrapper {
    text-align: center;
  }
  .directory-list {
    display: none;
  }
  .mobile-centre {
    text-align: center;
  }
  .mobile-center {
    text-align: center;
  }
  .contact-box.padding-20 {
    width: 100%;
    margin-bottom: 10px;
  }
  .one-third.border-blue {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .header-logo {
    width: 40%;
    margin-left: 28%;
  }
  .latest-post-wrapper.bg-white.drop-shadow {
    width: 100%;
    margin-right: 0%;
  }
  .ad-300x250.ad-left {
    float: none;
  }
  .ad-300x250.ad-right {
    float: none;
  }
  .featured-post-slider {
    padding-right: 10px;
    padding-left: 10px;
  }
  .post-text.padding-35 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .recommended-post-wrapper {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .stock-quote.drop-shadow {
    width: 49%;
  }
  .stock-quote.up.drop-shadow {
    width: 49%;
  }
  .directory-title {
    text-align: center;
  }
  .mobile-centre {
    text-align: center;
  }
  .color-block.vertical-align-top {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {

  .latest-post-wrapper.bg-white.drop-shadow .post-thumbnail img {
    width: 100%;
  }

  .latest-post-wrapper.bg-white.drop-shadow {
    margin-bottom: 30px;
  }
}