/*! main.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 14px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 14px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 13px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 19px;
  }
}
p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 13px;
  margin-top: 15px;
}
html {
  height: 100%;
}
html body {
  background: #eaeaea;
  border-top: 8px solid #da291c;
}
html body .navbar-collapse {
  position: relative;
}
html body .navbar {
  margin: 0;
  background: #ffffff;
}
html body .navbar .navbar-header {
  padding: 15px 0;
}
html body .navbar .navbar-header button {
  background: #2a3949;
}
html body .navbar .navbar-header button .icon-bar {
  background: #ffffff;
}
html body .navbar .navbar-brand {
  background: url('../themes/anchorage/img/logo.png') no-repeat;
  background-size: auto 80px ;
  width: 150px;
  height: 60px;
  margin-left: 15px;
  position: relative;
  top: 0px;
  z-index: 10000;
}
@media (min-width: 992px) {
  html body .navbar .navbar-brand {
    top: 8px;
  }
}
html body .navbar .social {
  position: relative;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
  width: 100px;
}
@media (min-width: 768px) {
  html body .navbar .social {
    position: absolute;
    right: 0;
    top: 38px;
  }
}
html body .navbar .social a {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
}
html body .navbar .nav {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  html body .navbar .nav {
    float: right;
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  html body .navbar .nav {
    margin-right: 100px;
  }
}
html body .navbar .nav li.active a {
  text-decoration: underline;
}
html body .navbar .nav li a {
  background: #eaeaea;
  font-size: 17px;
  color: #2a3949;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  html body .navbar .nav li a {
    background: none;
    font-size: 12px;
    padding: 20px 7px 0px 7px;
  }
}
@media (min-width: 992px) {
  html body .navbar .nav li a {
    background: none;
    font-size: 17px;
    padding: 20px 15px 0px 15px;
  }
}
@media (min-width: 1200px) {
  html body .navbar .nav li a {
    background: none;
    font-size: 17px;
  }
}
html body .navbar .nav li a:hover {
  text-decoration: underline;
}
html body .jumbotron {
  padding: 0;
  min-height: 350px;
}
html body .jumbotron .container {
  padding: 0;
}
html body .jumbotron .img-banner {
  min-height: 250px;
  width: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
html body .jumbotron .bxslider li .slider_container {
  min-height: 550px;
  max-width: none;
  margin: 0 auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  html body .jumbotron .bxslider li .slider_container {
    min-height: 450px;
  }
}
@media (min-width: 992px) {
  html body .jumbotron .bxslider li .slider_container {
    min-height: 350px;
  }
}
html body .jumbotron .bxslider li .container {
  height: 250px;
}
html body .jumbotron .bxslider li .caption {
  position: absolute;
  width: 100%;
  background: url('../themes/anchorage/img/transparent.png');
  padding: 30px;
  padding-top: 20px;
  left: auto;
  bottom: 0;
  overflow: hidden;
}
html body .jumbotron .bxslider li .caption h1 {
  font-size: 24px;
  color: #ffffff;
  margin: 0;
}
html body .jumbotron .bxslider li .caption p {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #ffffff;
}
html body .jumbotron .bxslider li .caption a {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #bbb;
  text-decoration: underline;
}
html body .jumbotron .bxslider li .caption a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  html body .jumbotron .bxslider li .caption {
    position: absolute;
    right: 30px;
    width: 40%;
    height: 80%;
    top: 30px;
  }
}
html body .container.nav-container {
  padding: 0;
}
html body .main_content {
  background: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
html body .main_content .profile {
  padding: 15px 0;
}
html body .main_content .profile h2,
html body .main_content .profile p {
  padding: 0;
  margin: 0;
}
html body .main_content .profile h2 {
  padding-top: 15px;
  font-size: 21px;
}
html body .main_content .profile_single_image,
html body .main_content .profile_single_content {
  margin-top: 15px;
}
html body .main_content .profile_single_image h2,
html body .main_content .profile_single_content h2 {
  color: #2a3949;
}
html body .main_content .profile_single_image h3,
html body .main_content .profile_single_content h3 {
  font-size: 21px;
  color: #2a3949;
}
html body .side-content {
  margin-top: 30px;
}
html body .feed {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  html body .feed {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  html body .feed {
    height: 340px;
  }
}
html body .feed h3 {
  margin-top: 0;
}
html body .feed.news {
  border-bottom: 5px solid #2a3949;
}
html body .feed.tweet {
  border-bottom: 5px solid #999999;
}
html body .panel-group .panel-default {
  border: 0;
  margin-bottom: 30px !important;
}
html body .panel-group .panel-default .panel-body {
  padding: 15px 0;
}
html body .panel-group .panel-default .panel-body .sub_panel {
  margin-bottom: 15px;
}
html body .panel-group .panel-default .panel-body .row:not(:first-of-type) {
  padding-top: 15px;
}
html body .panel-group .panel-default .panel-heading {
  background: white;
  border: 0;
  display: block;
  padding: 0;
  height: 96px;
  text-align: center;
}
html body .panel-group .panel-default .panel-heading img {
  min-height: 100%;
}
@media (min-width: 992px) {
  html body .panel-group .panel-default .panel-heading img {
    min-height: none;
  }
}
html body .panel-group .panel-default .panel-heading .panel-wrapper .panel-title {
  padding: 30px;
}
html body .panel-group .panel-default .panel-heading .panel-wrapper .panel-title a {
  vertical-align: middle;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  html body .panel-group .panel-default .panel-heading .panel-wrapper .panel-title a {
    font-size: 24px;
  }
}
html body .panel-group .panel-default.realestate {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.realestate .sub_panel {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.marine {
  border-bottom: 8px solid #3b0084;
}
html body .panel-group .panel-default.marine .sub_panel {
  border-bottom: 8px solid #3b0084;
}
html body .panel-group .panel-default.funds {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.funds .sub_panel {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.yellow {
  border-bottom: 8px solid #007c90;
}
html body .panel-group .panel-default.yellow .sub_panel {
  border-bottom: 8px solid #007c90;
}
html body .panel-group .panel-default.orange {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.black {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.orange .sub_panel {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.blue {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.blue .sub_panel {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.publishing {
  border-bottom: 8px solid #f9e526;
}
html body .panel-group .panel-default.publishing .sub_panel {
  border-bottom: 8px solid #f9e526;
}
html body .panel-group .panel-default.ponies {
  border-bottom: 8px solid #004225;
}
html body .panel-group .panel-default.ponies .sub_panel {
  border-bottom: 8px solid #004225;
}
html body .panel-group .panel-default.legal {
  border-bottom: 8px solid #da291c;
}
html body .panel-group .panel-default.legal .sub_panel {
  border-bottom: 8px solid #da291c;
}
html body .side_menu {
  border-left: 3px solid #2a3949;
  padding: 30px 15px 0 15px;
}
html body .side_menu a {
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin: 0;
  color: #2a3949;
  margin-bottom: 15px;
  display: block;
}
html body .side_menu a.active {
  border-bottom: 1px solid #2a3949;
}
html body .side_menu a.active:after {
  content: '>';
  position: absolute;
  right: 15px;
  margin-left: 5px;
  margin-right: 0;
}
html body footer {
  height: 180px;
  background: #000;
  position: relative;
}
html body footer .container {
  height: 180px;
  position: relative;
}
html body footer .container .col-md-12 {
  height: 180px;
  position: relative;
}
html body footer h1 {
  color: #ffffff;
  padding: 15px 0;
}
html body footer ul {
  list-style: none;
  padding: 0;
}
html body footer ul li {
  list-style: none;
}
html body footer ul li a {
  color: #ffffff;
}
html body footer ul li a:hover {
  text-decoration: none;
}
html body footer .small_print {
  position: absolute;
  bottom: 0;
}
html body footer .small_print p {
  color: #ffffff;
}
html body footer .small_print p a {
  color: #ffffff;
}
html body footer .small_print p a:hover {
  color: #007c90;
}
html body footer .form-control {
  margin: 5px 0;
  border: 0;
}
html body footer .submit {
  float: right;
  padding: 7.5px 30px;
}
html body.sub-brand .panel-group .panel-default .panel-heading {
  border: 1px solid #e3e3e3;
}
html body.sub-brand .panel-group .panel-default .panel-heading .panel-title {
  text-align: left;
  padding: 30px;
}
html body.sub-brand .panel-group .panel-default .panel-body {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 30px;
}
html body.sub-brand.realestate .jumbotron {
  border-bottom: 8px solid #da291c;
}
html body.sub-brand.realestate .nav-pills li.active a {
  background: #db1b39;
  color: white;
}
html body.sub-brand.realestate .nav-pills li a:hover {
  background: #db1b39;
  color: white;
}
html body.sub-brand.funds .jumbotron {
  border-bottom: 8px solid #da291c;
}
html body.sub-brand.funds .nav-pills li.active a {
  background: #009775;
  color: white;
}
html body.sub-brand.funds .nav-pills li a:hover {
  background: #009775;
  color: white;
}
html body.sub-brand.marine .jumbotron {
  border-bottom: 10px solid #3b0084;
}
html body.sub-brand.marine .nav-pills li.active a {
  background: #3b0084;
  color: white;
}
html body.sub-brand.marine .nav-pills li a:hover {
  background: #3b0084;
  color: white;
}
html body.sub-brand.publishing .jumbotron {
  border-bottom: 8px solid #f9e526;
}
html body.sub-brand.publishing .nav-pills li.active a {
  background: #f9e526;
  color: white;
}
html body.sub-brand.publishing .nav-pills li a:hover {
  background: #f9e526;
  color: white;
}
html body.sub-brand.orange .jumbotron {
  border-bottom: 8px solid #da291c;
}
html body.sub-brand.orange .nav-pills li.active a {
  background: #e78d00;
  color: white;
}
html body.sub-brand.orange .nav-pills li a:hover {
  background: #e78d00;
  color: white;
}
html body.sub-brand.blue .jumbotron {
  border-bottom: 8px solid #da291c;
}
html body.sub-brand.blue .nav-pills li.active a {
  background: #007c90;
  color: white;
}
html body.sub-brand.blue .nav-pills li a:hover {
  background: #007c90;
  color: white;
}
html body.sub-brand.ponies .jumbotron {
  border-bottom: 10px solid #004225;
}
html body.sub-brand.ponies .nav-pills li.active a {
  background: #004225;
  color: white;
}
html body.sub-brand.ponies .nav-pills li a:hover {
  background: #007c90;
  color: white;
}
html body.sub-brand.legal .jumbotron {
  border-bottom: 10px solid #004225;
}
html body.sub-brand.legal .nav-pills li.active a {
  background: #004225;
  color: white;
}
html body.sub-brand.legal .nav-pills li a:hover {
  background: #007c90;
  color: white;
}
html body.sub-brand.content .jumbotron {
  border-bottom: 8px solid #da291c;
}
html body.sub-brand.content .nav-pills li.active a {
  background: #2a3949;
  color: white;
}
html body.sub-brand.content .nav-pills li a:hover {
  background: #2a3949;
  color: white;
}
html body.sub-brand .jumbotron {
  padding: 0;
  overflow: hidden;
  min-height: 0;
  height: auto;
}
html body.sub-brand .nav:before {
  content: '';
}
html body.sub-brand .nav:after {
  content: '';
}
html body.sub-brand .nav-pills {
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  display: table;
  width: 100%;
  border: none;
  border-spacing: 0px !important;
}
@media (min-width: 992px) {
  html body.sub-brand .nav-pills {
    display: block;
    width: auto;
  }
}
html body.sub-brand .nav-pills li {
  display: table-cell;
  float: none;
  padding: 0 4px 0 0;
  background: none;
  text-align: center;
}
html body.sub-brand .nav-pills li:last-of-type {
  padding: 0;
}
html body.sub-brand .nav-pills li a {
  background: #ffffff;
  color: #333333;
}
@media (min-width: 992px) {
  html body.sub-brand .nav-pills li a {
    padding: 15px 30px;
  }
}
html body.sub-brand .tab-content {
  min-height: 300px;
  background: white;
  margin-bottom: 30px;
}
html body.sub-brand .tab-content .main-content {
  padding: 30px;
}
html body.sub-brand .tab-content .side-content {
  padding: 30px;
}
html body.sub-brand .tab-content img {
  margin-bottom: 30px;
}

p.p1, p.p1 a {
	font-family: 'Raleway', sans-serif !important;
	font-size: 13px !important;
}

.col-sm-8 ul li, .col-md-12 ul li {
	font: 300 13px 'Raleway', sans-serif;
}

#splash-overlay {
	display: none;
}

#mobile-overlay {
	display: none;
}

	#mobile-overlay .responsive {
		width: 100%;
		height: auto;
	}
	
	#mobile-overlay .mob-font {
		font: 400 2.3em 'Raleway', sans-serif;
		text-align: center;
	}

@media (max-width: 767px) {
	.img-bg {
		height: 100%;
		width: 100%;
		max-width: 400px;
		padding: 20px 10px 0 10px;
		clear: both;
		display: block;
		float: none !important;
		margin: 0 auto 10px auto;
	}
	
	.caption {
		text-align: center;
	}
	
	blockquote.homepage {
		padding-top: 20px;
	}
  }
  

@media (max-width: 991px) {
	.hide-me-mobile {
		display: none;
	}
  }
  


@media (min-width: 960px) and (max-width: 1279px) {
	#splash-overlay {
		display: block;
		background: url('../img/welcome-banner.png') bottom center; background-size: cover; width: 100%; height: 100%;
	}
  }
  

	@media (min-width: 1280px) {
		#splash-overlay {
			display: block;
			background: url('../img/welcome-banner.png') center top; background-size: cover; width: 100%; height: 100%;
		}
	  }
  

  
@media (max-width: 959px) {
	#mobile-overlay {
		display: block;
		width: 286px;
		height: 210px;
		background: white;
		opacity: 0.9;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -143px;
		margin-top: -105px;
	}
  }
  
#enter-btn {
	width: 112px;
	height: 57px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -96px;
	margin-top: -28px;
	background: transparent;
	font: 600 3em 'Raleway', sans-serif;
}

#splash {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: transparent url('../img/enter-2.png') no-repeat top center;
	background-size: cover;
	overflow: hidden;
	z-index: 30;
}

#splash-new {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: transparent url('../img/enter.jpg') no-repeat top center;
	background-size: cover;
	overflow: hidden;
	z-index: 30;
}

.panel-body .subtitle {
    text-align: center;
}

.img-banner > .caption > em {
	color: #ccc;
}

.p1.home {
	padding-top: 8px;
	font-size: 16px !important;
}

.p2.home {
	padding: 7px 0 20px 0;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #222;
}

.strapline {
	font-size:20px;
	margin-left:25px;
	text-align:center;
	padding-bottom: 15px;
	margin-top: 5px;
}

.center {
	text-align: center;
}

#group-1 .col-md-3, #group-ls .col-md-3, #group-3 .col-md-3  {
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}
