*:not(i) {	
  font-family:"Raleway","Helvetica Neue",sans-serif !important;
}
body {
	font-size:1rem;
	line-height:1.5rem;
	letter-spacing: 0.1rem;
	background-color:#f1f5f9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

a {
	color:#0066cc;
	text-decoration:none;
}
a:hover {
	color:#003366;
}

.bookmark {
	position: relative;
	top: 50px;
	margin-top:-50px;
	right: -5%;
	width: 4em;
	text-align:center;
	background-color: #cc9900;
	background-image:
	linear-gradient(
	  hsla(0, 0%, 100%, 0),
	  hsla(0, 0%, 100%, 0.25) 5px,
	  hsla(0, 0%, 100%, 0) 25px);
	-webkit-filter: drop-shadow(0 2px 6px hsla(0, 0%, 0%, 0.75));
	box-sizing: border-box;
	padding-top: 5px;
	color: #ffffff;
	font-size: 1em;
}
.bookmark:before,
.bookmark:after{
  content: '';
  display: block;
  position: absolute;
}
.bookmark:before {
  bottom: -50%;
  height: 100%;
  width: 100%;
  background-image:
    linear-gradient(
      -25deg,
      transparent 50%,
      #cc9900 50%),
    linear-gradient(
      25deg,
      transparent 50%,
      #cc9900 50%);
  z-index: -1;
}
.bookmark:after {
  height: 120%;
  width: 88%;
  left: 6%;
  top: 0;
  border-style: dashed;
  border-color: #ffffff;
  border-width: 0 1px;
  pointer-events: none;
}

.category-icon {
    background: #00ccff;
	color:#fff;
    line-height:50px;
	height:50px;
	width:50px;
    border-radius: 50%;
	text-align:center;
}
.dropdown-menu {
  transition: transform 0.9s ease-in-out;
}
.fa-thumb-tack {
	transform:rotate(45deg) !important;
}


.headliner {
	background-color: rgba(0, 51, 102,0.1);
	padding:45px 30px;
}
.article-box {
	padding:20px;
}
article {
	margin-bottom:2rem !important;
}
article:hover {
	transform:scale(1.02);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
	-webkit-transition: all 400ms;
	-ms-transition: all 400ms;
	-moz-transition: all 400ms;
	transition: all 400ms;
	border:none;
}
article:hover .article-box {
	filter: blur(3px);
}
article:hover .article-box:hover {
	filter: blur(0px);
}
article + article:not(.headliner) {
	padding-top:2rem;
	border-top:1px solid #cccccc !important;
}
.press-contents {
	padding:30px;
	line-height:2rem;
}
.headliner h2 {
	padding-top:20px;
}
.news-card-img {
	height: 150px;
}
.news-card-body {
}
.news-card spacer{
	height:100%;
	width:100%;
}
.news-card-title {
	padding:15px;
	background-color:rgba(0,51,102,0.5);
}
.news-card-date {
	color:rgba(0,51,102,0.5);
	font-size:.75em;
}
.news-card a {
	display:block;
	color:rgba(255,255,255,0.8);
	text-align:center;
	text-decoration: none;
	font-size:1em;
}
.news-card a:hover {
	color:rgba(255,255,255,1);
}
.news-card-actions {
	color:rgba(0,51,102,0.5);
}
.news-card-actions i {
	margin-left:15px;
}
.news-card i.fa-youtube-play {
	line-height:150px;
	display:block;
	text-align:center;
	color: rgba(0,51,102,.5);
}
.news-card-actions i.fa-video-camera {
	margin-left:0px;
}
.news-card-actions .active {
	color:rgba(255,255,255,1);
}
.sub-categories {
	background-color: rgba(0,51,102,.1);
	padding:20px 20px;
}
.sub-categories a {
	color: #000000;
	text-decoration:none;
	line-height:1.5em;
	text-transform:uppercase;
}
.category-header {
	color: #003366;
	font-size:1.5em;
	margin:0px 10px;
}
.category-count {
	color: #003366;
	font-size:1.5em;
	margin:0px 10px;
}
.card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; /*3 in those rules is just placeholder -- can be anything*/
}
.tag {
	background-color: rgba(0, 51, 102, .3);
	color:#ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:5px 15px;
	white-space: nowrap;
	text-decoration: none;
	line-height:35px;
}
.tag:hover {
	background-color: rgba(0,51,102,.6);
	color:#ffffff;
}
.alphabetic {
	display:inline-block;
	padding:0px 5px;
}
.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.btn-admin-save {
	position: fixed;
	bottom: 10px;
	z-index:999999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left:-15px
}
.btn-admin-save .btn {
	width: 100%;
}

#top_nav {
	-webkit-box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.25);
}

.nav-item a:not(.navbar-brand):not(.nav-free-advice) {
  border-bottom: 3px solid transparent;;
}
.nav-item a:not(.navbar-brand):not(.nav-free-advice):hover {
  border-bottom: 3px solid rgba(0, 204, 255, 0.9);
}

.nav-item a:not(.navbar-brand):not(.nav-free-advice).active {
  border-bottom: 3px solid rgba(0, 204, 255, 1);
}
#breadcrumb_wrapper {
	padding:10px 0px;
  	background-color: #ffffff;
}
#breadcrumb{
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
#breadcrumb a {
	text-decoration:none;
}
#breadcrumb_tools i {
	color:#000000 !important;
}
#breadcrumb_tools a {
	margin:0px 5px;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}
.tab-pane {
	background-color:#fff;
	padding:20px;
}
.listing-banner {
	margin:-30px -30px 30px -30px
}
.listing-banner img {
	width: 100%;
}
.listing-description {
	background: -webkit-linear-gradient(bottom, rgba(0,102,204,1) 0%, rgba(0,51,102,1) 100%);
	background: -o-linear-gradient(bottom, rgba(0,102,204,1) 0%, rgba(0,51,102,1) 100%);
	background: linear-gradient(to top, rgba(0,102,204,1) 0%, rgba(0,51,102,1) 100%);
	line-height: 2rem;
	color: #fff;
	padding: 30px;
}
.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 51, 102, 1);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.navbar-nav {
	margin-top:5px;
}
.nav-free-advice{
	border:1px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0, 204, 255, 0.9);
	color:#003366;
	margin-top: 6px;
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}
.nav-free-advice:hover{
	background-color: rgba(0, 204, 255, 1);
	color:#003366;
}
#nav-franchise i {
	margin-right:5px;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
header.masthead {
  height:450px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  background: linear-gradient(0deg, #000000 20%, #333333 100%);
  background-repeat: no-repeat !important;
  background-position: center middle !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}


@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 0;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}
.page-title {
	background-color: rgba(0, 0, 0, 0.5);
	color:#ffffff;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}
.page-title h1 {
	text-align:center;
	font-size:2em;
	width:100%;
	text-transform:uppercase;
	margin:15px 0px;
}
#page-fader {
	text-align:right;
    position: fixed;
    height: 200px;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#page-fader .container{
	height:100%;
	vertical-align:bottom;
	margin-top:100px;
}
.bg-primary {
  background-color: #ee0979 !important;
}
.btn-free-advice {
	white-space:nowrap;
	display:block;
	background-color:#ffffff;
	color:#003366;
	border:1px solid #003366;
	padding:20px;    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.btn-free-advice:hover {
	background-color:#BCDBFE;
	color:#003366;
}
.btn-free-advice img {
	margin:0px 10px;
}
.btn-primary {
  background-color: #003366;
  border-color: #003366;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #6684A3 !important;
  border-color: #6684A3 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}
footer{
	border-top:1px solid #cccccc;
	padding-top:30px;
	margin-top:30px;
	margin-bottom:200px;
	background: url("../img/bg-footer.png");
	background-position: center top;
	background-repeat: repeat-x;
}
footer h4 {
	color:#003366;
}
.contact p {
	margin-left:40px;
	margin-top:-20px;
}
.contact i {
	margin-left:-40px;
	margin-top:20px;
}
.latest figure {
	height:100px;
	width:100px;
	overflow:hidden;
	text-align:center;
}
.latest figure img {
	max-height:100%;
}
a.social-icon {
	background-color:none !important;
}
.card {
	border:none;
}
.card-body{
	padding:2rem;
}
.card-header {
    margin-bottom: 0;
    background-color: rgb(0, 51, 102);
    border-bottom: 1px solid #003366;
    font-size: 1.5em;
	color:#ffffff;
	text-transform:uppercase;
}
.results-item {
	margin-right:20px !important;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,51,102,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,51,102,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,51,102,0.5);
}
.results-item div {
	padding:20px;
}
.results-status {
	text-transform: uppercase;
	color:#cccccc;
}
.results-count {
	font-weight:700;
	color:#003366;
}
.results-name {
	font-size:1.5em;
	font-weight:500;
}
.featured-item div {
	background-color: rgba(0, 51, 102,0.1);
}
.results-item-text { 
	font-size:1em;
	line-height:1.5em;
	vertical-align:middle;
}
.results-icon {
	margin-left:15px;
	color: rgba(0, 51, 102,0.5);
}

@media all and (min-width: 992px) {
	.navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}

@media screen and (max-width: 992px) {
	.card-columns {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2; /*3 in those rules is just placeholder -- can be anything*/
	}
	.results-item {
		margin-right:0px !important;
	}
}
@media screen and (max-width: 576px) {
	.page-title h1 {
		font-size:1.2em;
	}
	header.masthead {
	  height:300px;
	}
	.card-columns {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
				column-count: 1; /*3 in those rules is just placeholder -- can be anything*/
	}
}