/* copyright ===================================================================== */

.copyright a,
.copyright a:hover,
.copyright a:visited {
	color: #FFF;
}

/* blog formatting ===================================================================== */

@font-face {
	font-family: 'PTSans Regular';
	src: url('../fonts/PTSans/PTSans-Regular.eot');
	src: url('../fonts/PTSans/PTSans-Regular.woff') format('woff'), 
		 url('../fonts/PTSans/PTSans-Regular.ttf') format('truetype'), 
		 url('../fonts/PTSans/PTSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans Narrow';
	src: url('../fonts/PTSans/PTSans-Narrow.eot');
	src: url('../fonts/PTSans/PTSans-Narrow.woff') format('woff'), 
		 url('../fonts/PTSans/PTSans-Narrow.ttf') format('truetype'), 
		 url('../fonts/PTSans/PTSans-Narrow.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.bg-dwhite {
	background: #ececec
}

.bg-white-i {
	background: #fff!important
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.text-50 {
	font-size: 50px
}

.text-40 {
	font-size: 40px
}

.text-38 {
	font-size: 38px
}

.text-32 {
	font-size: 32px
}

.text-30 {
	font-size: 30px
}

.text-28 {
	font-size: 28px
}

.text-23 {
	font-size: 23px
}

.text-20 {
	font-size: 20px
}

.text-16 {
	font-size: 16px
}

.text-16-i {
	font-size: 16px!important
}

.text-blue {
	color: #0d90f6
}

.text-darkgray {
	color: #252525
}

.text-lightgray {
	color: #555
}

.text-xlightgray, .text-xlightgray:hover {
	color: #535353
}

.text-yellow {
	color: #ffe11a
}

.text-orange {
	color: #eba600
}

.text-bold {
	font-weight: 700
}

.text-white {
	color: #FFF!important
}

.text-12 {
	font-size: 12px!important
}

.text-13 {
	font-size: 13px!important
}

.text-14 {
	font-size: 14px!important
}

.text-18 {
	font-size: 18px!important
}

.text-black {
	color: #333
}

.m-all-none {
	margin: 0!important
}

.m-all-15 {
	margin: 15px!important
}

.m-all-bottom-5 {
	margin: 0 0 5px!important
}

.m-all-bottom-15 {
	margin: 0 0 15px!important
}

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

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

.m-top-15 {
	margin-top: 15px
}

.m-bottom-15 {
	margin-bottom: 15px
}

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

.m-bottom-none {
	margin-bottom: 0!important
}

.m-t15-r15-b0-r-15 {
	margin: 15px 15px 0 -15px
}

.p-top {
	padding-top: 15px
}

.p-bottom {
	padding-bottom: 15px
}

.p-top-10-bottom-10 {
	padding: 10px 0!important
}

.p-top-20-bottom-5 {
	padding: 20px 0 5px!important
}

.p-right-15 {
	padding-right: 15px
}

.p-left-15 {
	padding-left: 15px
}

.p-all-15 {
	padding: 15px!important
}

.p-all-7-10 {
	padding: 7px 10px!important
}

.p-all-bottom-15 {
	padding: 0 0 15px!important
}

.w-70 {
	width: 70%!important
}

.h-100 {
	height: 100px!important
}

.display-none {
	display: none
}

.t-d-none:hover, .t-d-none:focus {
	text-decoration: none
}

.b-bottom-solid-1px-ddd {
	border-bottom: 1px solid #DDD
}

.b-top-solid-1px-ddd {
	border-top: 1px solid #DDD
}

.w-20px {
	width: 20px
}

.v-bottom {
	vertical-align: bottom
}

p, ul {
	margin: 0 0 30px
}

/* blog homepage formatting ===================================================================== */

.section-header {
	font-family: 'PTSans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg-brick01.jpg) no-repeat;
	background-size: cover;
}

.section-header h1 {
	color: #0468a2;
	font-size: 48px;
	margin: 90px 0px 40px;
}

.section-header .btn {
	color: #0468a2;
	font-size: 28px;
	padding: 10px 70px;
	border: 2px solid #0468a2;
	border-radius: 5px;
}

.section-header .btn:hover {
	border: 2px solid #27ABFA;
}

.section-energy-boosting-tips {
	font-family: 'PTSans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #86b241;
	color: #fff;
}

.section-energy-boosting-tips .container {
	font-family: 'PTSans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #86b241;
	color: #fff;
	padding: 20px 15px;
}

.section-energy-boosting-tips .text-discover-simple {
	font-size: 18px;
}

.section-energy-boosting-tips .form-group {
	margin: 0px;
}

.section-energy-boosting-tips .form-group .form-control {
	height: 40px;
	border: none;
	border-radius: 2px;
	margin: 5px 0px;
}

.section-energy-boosting-tips .form-group .btn {
	color: #fff;
	background: #0468a2;
	width: 100%;
	padding: 13px 0px;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important
}

.section-energy-boosting-tips .form-group .btn:hover {
	color: #fff;
	background: #27ABFA;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important
}

.section-featured01 {
	font-family: 'PTSans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #383838;
}

.section-featured01 .img-holder {
	position: relative;
}

.section-featured01 .img-holder h3 {
	font-family: 'PTSans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	background: rgba(144,184,84,0.9);
	color: #FFF;
	padding: 10px 15px;
	width: 100%;
	bottom: 0px;
	margin: 0px;
	text-align: center;
}

.section-featured01 .img-holder a:hover h3 {
	text-decoration: underline;
}

.section-featured01 .container {
	padding: 70px 15px 20px;
}

.section-featured01 .thumbnail {
	padding: 0px;
	border: none;
}

.section-featured02 {
	font-family: 'PTSans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #383838;
}

.section-featured02 .container {
	padding: 20px 15px;
}

.section-featured02 h2 {
	font-family: 'PTSans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 44px;
	margin: 0px 0px 15px;
}

.section-featured02 a {
	color: #177bb5;
}

.section-featured02 a {
	color: #177bb5;
}

.section-featured03 {
	font-family: 'PTSans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #383838;
}

.section-featured03 .container {
	padding: 70px 15px 40px;
}

.section-featured03 .thumbnail {
	padding: 0px;
	border: none;
	margin-bottom: 60px
}

.section-featured03 .thumbnail h4 a {
	font-family: 'PTSans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #177bb5;
}

/* blog posts formatting ===================================================================== */

.section-menu-header {
	margin-top: 0px;
	padding: 50px 0 30px;
}

.section-menu-header .menu-container {
	background: #FFF;
	padding: 0;
}

.section-menu-header .nav-tabs {
	border-bottom: 2px solid #DDD;
}

.section-menu-header .nav-tabs .dropdown-menu>li>a, 
.section-menu-header .nav-tabs .dropdown.open>li>a {
	padding: 10px 20px;
}

.section-menu-header p {
	margin: 0;
}

.section-menu-header .nav-tabs .dropdown-menu {
	width: 200px;
	margin-top: 0;
}

.section-menu-header .nav-tabs a, 
.section-menu-header .nav-tabs a:focus, 
.section-menu-header .nav-tabs a:hover {
	color: #4c4c4c;
}

.section-menu-header .nav-tabs a.relative {
	width: auto;
}

.section-menu-header .nav-tabs a span.icon {
	margin-top: 7px;
}

.section-menu-header .nav-tabs li {
	margin-bottom: 0;
}

.section-menu-header .nav-tabs .dropdown.open>a, 
.section-menu-header .nav-tabs .dropdown.open>a:focus, 
.section-menu-header .nav-tabs .dropdown.open>a:hover {
	background-color: #FFF;
	border-color: #FFF;
}

.section-menu-header .nav-tabs>li>a, 
.section-menu-header .nav-tabs>li>a:focus, 
.section-menu-header .nav-tabs>li>a:hover {
	background: inherit;
	border: 0;
	font-size: 13px;
	padding: 15px;
}

.page-content .search-form {
	position: relative;
	margin-bottom: 30px;
}

.section-menu-header .nav-tabs li.search .search-submit,
.page-content .search-form .search-submit {
	background: url(../images/img-icon-search.png) no-repeat center center;
	display: block;
	width: 28px;
	height: 28px;
	border: none;
	position: absolute;
	top: -4px;
	right: 26px;
	margin: 7px -25px;
	z-index: 2;
}

.section-menu-header .nav-tabs li.search .search-submit:hover,
.page-content .search-form .search-submit:hover {
	box-shadow: none;
}

.section-menu-header .nav-tabs li.search .form-control,
.section-menu-header .search .form-control,
.page-content .search-form .form-control {
	border-radius: 3px;
	background: #f5f5f5;
}

.section-menu-header .nav-tabs li.search .form-control:focus,
.section-menu-header .search .form-control:focus,
.page-content .search-form .form-control:focus {
	background: #fff;
}

.custom-hub-blog-content {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5653;
	font-size: 15px;
	line-height: 24px;
	padding: 30px 0 0;
	background: #f5f5f5;
	margin-top: -22px;
}

.custom-hub-blog-content .container {
	padding: 0;
}

.custom-hub-collection-of-posts, 
.custom-hub-recent-posts {
	padding: 0;
	background: #fff;
	margin-bottom: 30px;
    border-bottom: 2px solid #DDD;
}

.custom-hub-recent-posts {
	position: relative
}

.custom-hub-recent-posts .blue-box {
	position: absolute;
	background: rgba(144,184,84,0.9);
	color: #FFF;
	padding: 15px;
	width: 100%;
	bottom: 0
}

.custom-hub-recent-posts .blue-box h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
	font-size: 22px;
	margin: 0 0 5px;
	text-shadow: 0 1px 0 #000;
}

.custom-hub-recent-posts .blue-box .category {
	margin: 0;
	font-size: 14px
}

.custom-hub-recent-posts .blue-box .category a {
	text-decoration: underline
}

.section-all-training .comment-container .row.comment-like a:hover, 
.section-calendar-events .calendar-agenda-body .learn-more:hover {
	text-decoration: none
}

.custom-hub-collection-of-posts .post-image {
	padding-top: 1px;
}

.custom-hub-collection-of-posts h4 {
	padding: 15px 0 2px;
	margin: 0 0 5px;
	font-size: 16px;
}

.custom-hub-collection-of-posts h4 a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
	color: #86b241;
}

.custom-hub-collection-of-posts .post-details .category {
	font-size: 13px;
}

.custom-hub-collection-of-posts .thumbnail {
	padding: 0;
	border: none;
}

.custom-hub-collection-of-posts p, 
.custom-hub-collection-of-posts ul {
	font-size: 14px;
	margin-bottom: 15px;
}

.custom-hub-blog-post-container .blog-post {
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #E3E3E3;
}

.custom-hub-blog-post-container .blog-post .post-title p {
	font-size: 14px;
}

.custom-hub-blog-post-container .blog-post .col-lg-2.col-md-2.col-sm-2 {
	margin: 0px -15px;
}

.custom-hub-blog-post-container .blog-post .post-date {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #90b854;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 30px;
}

.custom-hub-blog-post-container .blog-post .post-date span {
	font-size: 34px;
}

.custom-hub-blog-post-container .blog-post h1 {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 15px 0px 5px;
}

.custom-hub-blog-post-container .blog-post .single-post h1,
.custom-hub-blog-post-container .blog-post .single-post h2,
.custom-hub-blog-post-container .blog-post .single-post h3,
.custom-hub-blog-post-container .blog-post .single-post h4,
.custom-hub-blog-post-container .blog-post .single-post h5,
.custom-hub-blog-post-container .blog-post .single-post h6 {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.custom-hub-blog-post-container .blog-post .single-post h1 {
	font-size: 28px;
	margin: 20px 0px 10px;
}

.custom-hub-blog-post-container .blog-post .single-post h2 {
	font-size: 26px;
	margin: 20px 0px 10px;
}

.custom-hub-blog-post-container .blog-post .single-post legend {
	padding: 0px;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0px;
	width: auto;
}

.custom-hub-blog-post-container .blog-post .single-post fieldset {
	border: 1px solid silver;
	padding: .35em .625em .75em;
}

.custom-hub-blog-post-container .blog-post a h1 {
	color: #5a5653;
}

.custom-hub-blog-post-container .blog-post img {
	margin-bottom: 20px;
}

.custom-hub-blog-post-container .blog-post .short-excerpt,
.custom-hub-blog-post-container .blog-post .single-post {
	padding: 0px 15px 20px;
	border-bottom: 1px solid #cccccc;
}

.custom-hub-blog-post-container .blog-post .short-excerpt .btn-success,
.custom-hub-blog-post-container .blog-post .single-post .btn-success {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.custom-hub-blog-post-container .blog-post .single-post .mark, 
.custom-hub-blog-post-container .blog-post .single-post mark {
	padding: 0;
    line-height: normal;
}

.custom-hub-blog-post-container .blog-post .user-engagement {
	padding: 15px 10px;
}

.custom-hub-blog-post-container .blog-post .user-engagement a {
	padding: 0px 10px;
	font-size: 13px;
	border-right: 1px solid #cccccc;
	color: #707070;
}

.custom-hub-blog-post-container .blog-post .user-engagement a:last-child {
	border-right: none;
}

/* comment box ===================================================================== */

.custom-hub-blog-post-container .comment-box {
	margin-bottom: 30px;
}

.custom-hub-blog-post-container .comment-box h3 {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0px 0px 20px;
	font-size: 16px;
}

.custom-hub-blog-post-container .comment-box .comment-entries {
	background: #FFF;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #E3E3E3;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul {
	margin: 0px;
	padding: 0px;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul ul {
	margin-left: 30px;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul li {
	list-style: none;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul li img {
	margin-right: 10px;
	float: left;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul li .pull-right {
	margin-top: -50px;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul li .comment-profile,
.custom-hub-blog-post-container .comment-box .comment-entries ul li p {
	margin-bottom: 20px;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul li .comment-profile {
	font-size: 14px;
	line-height: 20px;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul li .comment-profile .name {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul li .comment-profile .comment-edit-link,
.custom-hub-blog-post-container .comment-box .comment-entries ul li .comment-profile .comment-reply-link {
	float: right;
	margin-top: -17px;
}

.custom-hub-blog-post-container .comment-box .comment-entries ul li .comment-message {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 20px;
}

.custom-hub-blog-post-container .comment-box .comment-form {
	background: #FFF;
	margin-bottom: 30px;
	padding: 15px;
	border: 0 none;
}

.custom-hub-blog-post-container .comment-box .comment-form .input-group {
	width: 70%;
	margin-bottom: 20px;
}

.custom-hub-blog-post-container .comment-box .comment-form .input-group #textarea {
	min-height: 150px;
}

.custom-hub-blog-post-container .comment-box .comment-form input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none;
}

.custom-hub-blog-post-container .comment-box .comment-form input[type="submit"]:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.custom-hub-blog-post-pagination {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
	margin-bottom: 30px;
	font-size: 15px;
	padding: 0px;
}

.custom-hub-blog-post-pagination .pagination {
	margin: 0;
	padding: 10px;
	width: 100%;
	background: #FFF;
    border-bottom: 2px solid #DDD;
}

.custom-hub-blog-post-pagination .pagination li a {
	border: none;
	background: #e1e1e1;
	margin-right: 10px;
	color: #a1a1a1;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.custom-hub-blog-post-pagination .pagination li a:hover {
	background: #cfcaca;
	color: #878585
}

.custom-hub-blog-post-pagination .pagination li.active a, 
.custom-hub-blog-post-pagination .pagination li.active a:active, 
.custom-hub-blog-post-pagination .pagination li.active a:focus, 
.custom-hub-blog-post-pagination .pagination li.active a:hover {
	background: #90b854;
	color: #fff
}

.custom-hub-blog-post-pagination .pagination li.fast-backward a, 
.custom-hub-blog-post-pagination .pagination li.fast-forward a, 
.custom-hub-blog-post-pagination .pagination li.step-backward a, 
.custom-hub-blog-post-pagination .pagination li.step-forward a {
	background: 0 0;
	color: #90b854
}

.custom-hub-blog-post-pagination .pagination li.fast-backward a:hover, 
.custom-hub-blog-post-pagination .pagination li.fast-forward a:hover, 
.custom-hub-blog-post-pagination .pagination li.step-backward a:hover, 
.custom-hub-blog-post-pagination .pagination li.step-forward a:hover {
	background: #90b854;
	color: #fff
}

.custom-hub-blog-post-pagination .pagination li a:active, 
.custom-hub-blog-post-pagination .pagination li a:focus {
	background: #787777;
	color: #fff
}

.custom-hub-blog-post-pagination2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px
}

.custom-hub-blog-post-pagination2 div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #90b854;
	text-align: center;
	padding: 30px;
}

.custom-hub-blog-post-pagination2 div p {
	margin: 0;
	color: #fff;
}

.custom-hub-blog-post-pagination2 a {
	color: #fff;
}

.custom-hub-blog-post-pagination2 a:hover p {
	text-decoration: underline;
}

.custom-hub-blog-post-pagination2 div:first-child {
	margin-right: 20px;
	color: #FFF;
	padding: 30px
}

.custom-hub-blog-promotion {
	margin-bottom: 25px;
}

.custom-hub-sidebar-module01 {
	background: #FFF;
	padding: 20px;
	margin-bottom: 30px;
    border-bottom: 2px solid #DDD;
}

.custom-hub-sidebar-module01 ul {
    list-style: none;
    padding: 0;
    margin: 0px 0px 0px 10px;
}

.custom-hub-sidebar-module01 li {
    padding-left: 0px;
    margin-bottom: 10px;
}

.custom-hub-sidebar-module01 a {
	color: #00aeef
}

.custom-hub-sidebar-module01 .connect-with-us h5 {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin: 0px;
}

.custom-hub-sidebar-module01 .connect-with-us a {
	margin-right: 5px;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x {
	margin-top: 15px;
	font-size: 1.5em;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x .fa-stack-2x {
	color: #F5F5F5;
	background: #F5F5F5;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x:hover .fa-stack-2x {
	color: #DBD7D1;
	background: #DBD7D1;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x:focus .fa-stack-2x,
.custom-hub-sidebar-module01 .connect-with-us .fa-2x:active .fa-stack-2x {
	color: #DBD7D1;
	background: #DBD7D1;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x .fa-stack-1x {
	font-size: 1em;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x .fa-facebook {
	color: #4688f3;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x .fa-twitter {
	color: #00c8df;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x .fa-google-plus {
	color: #333333;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x .fa-pinterest {
	color: #ff0d00;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x .fa-youtube {
	color: #df4f47;
}

.custom-hub-sidebar-module01 .connect-with-us .fa-2x .fa-rss {
	color: #FD9122;
}

h2.widget-title {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 16px;
    margin: 0px 0px 20px;
}

.display-767-i {
    display: none !important;
}

.hidden-767-i {
    display: block !important;
}

.hidden-480-i {
    display: block !important;
}

.display-480-i {
    display: none !important;
}

/* hide sumo me badge ===================================================================== */

a[title="Sumo"] {
    width: 1px !important;
    height: 1px !important;
    background: none !important;
}

a[title="Sumo"] span,
#sumome-modal-mask {
    display: none !important;
}

@media (min-width: 1200px) { 

	/* blog homepage formatting ===================================================================== */
	
	.section-featured01 .container {
		width: 1100px;
	}
	
	.section-featured01 .thumbnail {
		padding: 0px 15px;
		border: none;
	}
	
	.section-featured03 .row {
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.section-featured03 .thumbnail {
		padding: 0px 15px;
		border: none;
	}

}

@media (max-width: 1290px) and (min-width: 495px) {

    /* blog posts formatting ===================================================================== */
	
	.custom-hub-blog-content .container {
        padding: 0px 0px 0px 50px;
    }

}

@media (max-width: 1290px) and (min-width: 768px) {
    
    /* blog posts formatting ===================================================================== */
    
    .section-menu-header .container {
        padding: 0px 35px 0px 15px;
    }

}

@media (max-width: 1280px) { 

    /* heroshot*/
    .img-hero-image {
        background-position: 65% 50%;
    }

    .header-hub01 .container {
        padding: 0px 15px;
    }

    .jumbotron {
        padding: 18px 15px 0px;
    }

}

@media (max-width: 1200px) { 

    /* heroshot*/
    .header-hub01 .container {
        width: 1170px;
    }

    .hero-header {
        padding-top: 0px;
    }

}

@media (max-width: 1080px) { 

    .hero-header {
        margin: 0px 0px;
        padding: 1px 30px 25px 40px;
    }

    .header-hub01 h1 {
        margin: 0px 0px 20px 0px;
    }

        .header-hub01 .row .hs-img {
        padding-left: 0px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {

	/* blog homepage formatting ===================================================================== */
	
	.section-header h1 {
		margin: 30px 0px 40px;
		font-size: 44px;
	}

}

@media (max-width: 991px) {  

    .nav-hub .container {
        width: 100%;
    }

    .hero-header {
        background: none;
        margin: 0px;
        padding: 1px 25px 25px;
        max-width: 80%;
    }

    .header-hub01 .row {
        display: block;
    }

    .header-hub01 h1 {
        margin: 0px 0px 20px;
    }

    .hs-img {
        float: right;
    }

    .hs-img img {
        margin-top: -170px;
    }

    .img-hero-image {       
        margin-top: 0px !important;
    }

	/* blog posts formatting ===================================================================== */
		
	.section-menu-header .menu-container .categories {
		background: #FFF;
		padding: 12px;
		border-bottom: 2px solid #DDD;
	}
	
	.section-menu-header .categories a, 
	.section-menu-header .categories a:focus, 
	.section-menu-header .categories a:hover {
		color: #545454;
	}
	
	.section-menu-header .menu-container .categories .icon-arrow {
		margin-top: 6px;
	}
	
	.section-menu-header .menu-container .categories a p {
		max-width: 99%;
		width: 90%;
		display: inline-block;
	}
	
	.section-menu-header .categories .dropdown-menu li a {
		padding: 10px 20px;
	}

	.section-menu-header .menu-container .categories .dropdown-menu,
	.section-menu-header .search,
	.section-menu-header .search .form-group,
	.section-menu-header .search .input-group,
	.section-menu-header .search .form-control {
		
	}

	.section-menu-header .search {
		background: #fff;
		border-bottom: 0px;
	}

	.section-menu-header .search .form-group {
		margin-bottom: 0px;
	}

	.section-menu-header .search .form-control {
		border-radius: 3px;
		background: #f5f5f5;
	}

}

@media (max-width: 767px) and (min-width: 495px) {
    
    /* blog posts formatting ===================================================================== */
    
    .section-menu-header .container {
        padding: 0px 5px 0px 5px;
    }

}

@media (max-width: 767px) {     

    .display-767-i {
        display: block !important;
    }
    
    .hidden-767-i {
        display: none !important;
    }

    .img-hero-image {       
        margin-top: 0px !important;
    }

    .hero-header {
        max-width: 100%;
        margin: 0px 15px 110px 15px;
        padding: 1px 25px 25px;
        text-align: center;
    }

    .hero-header img {
        margin: auto;
    }

    .header-hub01 h1 {
        font-family: "MuseoSans_100","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 36px;
        line-height: 55px;
        margin: 0px 0px 20px;
    }

    .header-hub01 .row .hs-img {
        padding-left: 0px;
        float: none;
    }

    .header-hub01 .row .hs-img img {
        text-align: center;
        margin: -100px auto 0px;
        width: 55%;
    }

	/* blog homepage formatting ===================================================================== */
	
	.section-header .pull-left,
	.section-header .pull-right {
		float: none !important;
	}
	
	.section-header h1 {
		font-size: 32px;
		margin: 30px 0px 40px;
		text-align: center;
	}
	
	.section-header p {
		text-align: center;
	}
	
	.section-header .btn {
		font-size: 24px;
		padding: 10px 50px;
	}

	.section-header img {
		max-width: 200px;
	}

	.section-featured01 .container,
	.section-featured02 .container,
	.section-featured03 .container {
		max-width: 500px;
	}
	
	/* blog posts formatting ===================================================================== */

	.section-menu-header .menu-container .categories {
		padding: 12px 12px 12px 22px;
	}
	
	.section-menu-header .menu-container .search .p-all-7-10 {
		padding: 7px 10px 7px 10px !important;
	}

	.custom-hub-blog-content {
	    padding: 50px 15px 0;
	}

	.section-menu-header {
	    display: none;
	}

	.section-menu-header .nav-tabs .dropdown-menu {
	    border-radius: 0px;
	    border: 0px;
	    border-top: 2px solid #ddd;
	}

	.section-menu-header .nav-tabs .dropdown-menu>li>a {
	    font-size: 13.5px;
	}

	.section-menu-header .nav-tabs>li>a,
	.section-menu-header .nav-tabs>li>a:focus,
	.section-menu-header .nav-tabs>li>a:hover {
	    font-size: 13.5px;
	    padding: 15px 20px;
	}
	
}

@media (max-width: 480px) {   

    .hidden-480 {
        display: none;
    }

    .hidden-480-i {
        display: none !important;
    }

    .display-480-i {
        display: block !important;
    }

    .display-480 {
        display: block;
    }

    .width-480-100 {
    	width: 100%;
    }

    .header-hub01 {
        height: auto !important;
    }

    .hero-header {
        background: rgba(43,119,135, 0.8);
        padding: 15px;
        color: #FFF;
        margin: -15px 15px 15px;
        position: relative;
        text-align: center;
    }

    .hero-header h1 {
        font-size: 28px;
    }

    .hero-header h1 span {
        font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .hero-header a {
        padding: 10px 15px;
    }

    .header-hub01 .row .hs-img img {
        margin: 0px auto 0px;
    }

/* blog posts formatting ===================================================================== */

	.section-menu-header .menu-container .left-column,
	.section-menu-header .menu-container .right-column {
		float: none !important;
		width: 100%;
	}
	
	.section-menu-header .menu-container .categories {
		padding: 12px 12px 12px 22px;
	}
	
	.section-menu-header .menu-container .categories a p {
		width: 92%;
	}
	
	.section-menu-header .menu-container .search .p-all-7-10 {
		padding: 7px 20px 7px 20px !important;
	}

	.section-menu-header .nav-tabs .dropdown-menu {
	    width: 100%;
	}
	
}