/*
Theme Name: webteknical
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webteknical
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

webteknical is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
WebTeknical Design
--------------------------------------------------------------*/

@font-face {
    font-family: 'telegramarender';
    src: url('fonts/telegrama_render-webfont.eot');
    src: url('fonts/telegrama_render-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/telegrama_render-webfont.woff2') format('woff2'),
         url('fonts/telegrama_render-webfont.woff') format('woff'),
         url('fonts/telegrama_render-webfont.ttf') format('truetype'),
         url('fonts/telegrama_render-webfont.svg#telegramarender') format('svg');
    font-weight: normal;
    font-style: normal;

}

#page-container-tbl {
	display: table; 
	width:100%;
	height: 100%;
}

#page-container-row {
	display: table-row; 
}

#page {
     
    height: 100%;
    /*
    -moz-box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.2);
    */
}

#background-left, #background-right {
    display: table-cell;
    width: 25%;
    background: url('/images/bg.png');
    background-position: right center;
    z-index: -1;
}

#background-right {
    -moz-transform: scaleX(-1); /* For Mozilla Firefox */
    -o-transform: scaleX(-1);   /* For Opera */
    -webkit-transform: scaleX(-1); /* For Safari, Google chrome */
 
    /* For IE */
    filter: FlipH;
    -ms-filter: "FlipH";
}

#background-left-bottom, #background-right-bottom {
    display: table-cell;
    width: 25%;
}

.site-footer {
    box-shadow: 0 -2px 27px -3px rgba(0, 0, 0, 0.25) inset;
    font-size: 10pt;
    height: -moz-calc(100% - 735px);
    height: -webkit-calc(100% - 735px);
    height: calc(100% - 735px);
    padding: 20px;
}

.bottom-featured-links {
    background: #2a6896;
}

.bottom-featured-container {
    border-right: 1px solid lightblue;
    padding-bottom: 7px;
    padding-top: 3px;
    width: 33%;
    display: inline-block;
    color: #76AACC;
}

a:hover.bottom-featured-container {
    color: #76AACC;
}

.bottom-featured-container > img {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.bottom-featured-container .bottom-feature-text {
    display: inline-block;
    vertical-align: middle;
}

.site-title, .site-description {
   display: none;
}

.site-header {
    border-bottom: 3px solid #76aacc;
    text-align: right;
    -moz-box-shadow: inset 0 -4px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 -4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 10px rgba(0, 0, 0, 0.15);
}

.site-branding {
    display: inline-block;
    text-align: left;
    width: 33%;
    height: 85px;
}

.main-navigation {
    background-color: #76aacc;
    display: inline-block;
    float: none;
    vertical-align: bottom;
    width: 66%;
    padding: 4px 4px 0 0;
    max-height: 29px;
    -moz-box-shadow: -8px -22px 11px -19px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: -8px -22px 11px -19px rgba(0, 0, 0, 0.15) inset;
    box-shadow: -8px -22px 11px -19px rgba(0, 0, 0, 0.15) inset;
}

.main-navigation li {
    display: table-cell;
    float: none;
    max-height: 23px;
    text-align: center;
}

/** need this to look properly in safari, chrome, etc. **/
.menu-menu-1-container {
    float: left;
    width: calc(100% - 45px);
}

.menu {
     position: relative;
     left: -43px;
}

.main-navigation ul {
     display: table;
     width: 100%;
}

.main-navigation a {
     border-right: 1px solid #84b6ce;
     display: block;
     min-width: 75px;
}

.main-navigation li:last-child a {
    border-right: 0 none;
}

.main-navigation ul ul li a {
     border-bottom: 1px solid #ccc;
     border-right: 0;
     width: auto;
     font-size: 10pt;
     padding: 5px;
}

.main-navigation ul ul li {
    background: none repeat scroll 0 0 #eee;
    display: block;
    max-height: none;
}

.main-navigation ul ul li:hover {
    background: none repeat scroll 0 0 #fff;
}

.main-navigation ul ul li:last-child a {
    border-bottom: 0 none;
}

.main-navigation a, .main-navigation a:visited {
    color: #2a6896;
    text-transform: lowercase;
    font-family: arial;
    font-size: 11.5pt;
}

.main-navigation::before {
    background: url("/images/menu-left-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    float: left;
    height: 29px;
    left: -44px;
    position: relative;
    top: -4px;
    width: 45px;
    z-index: -1;
}

.main-navigation li.menu-item.active::after {
    content: url("/images/icon-gear-nav.png");
    position: relative;
    top: -46px;
    z-index: -1;
}

#header-image {
    padding-top: 10px;
    padding-right: 10px;
}

.shadowed, #header-image {
   -webkit-filter: drop-shadow(2px 2px 7px rgba(0,0,0,0.3));
   filter: drop-shadow(2px 2px 7px rgba(0,0,0,0.3));
   filter: url(shadow.svg#drop-shadow);
   -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
   filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}

.shadowed-lg {
   -webkit-filter: drop-shadow(1px 1px 7px rgba(0,0,0,0.3));
   filter: drop-shadow(1px 1px 7px rgba(0,0,0,0.3));
   filter: url(shadow.svg#drop-shadow);
   -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
   filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
}

#banner-widget-section {
    background: url("/images/feature-bg.png") no-repeat scroll 55px -1px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #CCC;
    -moz-box-shadow: 0 5px 9px -5px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 5px 9px -5px rgba(0, 0, 0, 0.45);
    box-shadow: 0 5px 9px -5px rgba(0, 0, 0, 0.45);
    
}

#banner-widget-section .widget-wrapper {
   height:100px;
   -moz-box-shadow: 0 -2px 27px -3px rgba(0, 0, 0, 0.25) inset;
   -webkit-box-shadow: 0 -2px 27px -3px rgba(0, 0, 0, 0.25) inset;
   box-shadow: 0 -2px 27px -3px rgba(0, 0, 0, 0.25) inset;
}

#banner-widget-section .left {
    border-bottom: 1px solid #CCD6DD;
    margin-left: 18px;
    width: 61%;
    float: left;
}

#banner-widget-section .right {
    padding-left: 75%;
    padding-top: 16px;
    color: gray;
    font-size: 13pt;
}

#banner-widget-section .right .fa {
    color: #2a6896;
    font-size: 22pt;
    padding-left: 2px;
    padding-right: 10px;
}

#tagline {
    color: #2a6896;
    font-family: "telegramarender";
    font-size: 13pt;
    line-height: 1.3em;
    margin-left: 24px;
    padding-top: 23px;
    padding-bottom: 7px;
    width: 80%;
}

.entry-header h1 {
    padding-right: 7px;
}

.entry-title, .entry-header h2 {
    color: #5a5d5e;
    font-family: Arial;
    font-size: 15pt;
    font-weight: normal;
    display: inline-block;
    margin: 0;
}

.entry-header h2:before {
    content: " // ";
    color: #bbb;
}

.entry-header {
    padding-left: 26px;
    padding-top: 10px;
}

.entry-content {
    margin-top: 0;
}

.entry-footer {
    display: none;
}

.hentry {
    margin: 0;
}

/**** page content ****/
#section-container {
    padding: 0 20px 53px;
    min-height: 394px;
}

.content-bg-img {
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-left: 2.1%;
    max-width: 960px;
}

.section-item {
    width: 280px;
}

.section-full-content, .section-item {
    color: #5a5d5e;
    font-size: 9.8pt;
    line-height: 1.35em;
}

.section-full-content {
    height: 320px;
}

.section-content-preview {
    height: 83px;
    overflow: hidden;
}

.section-container-left {
    padding-left: 3%;
    padding-top: 18px;
    width: 35%;
    float: left;
}

.section-container-right {
    padding-top: 24px;
    float: right;
    width: 35%;
}

.section-container-left .section-item:nth-child(2) {
    padding-top: 34px;
}

.section-container-right .section-item:nth-child(2) {
    padding-top: 31px;
}

.back-btn {
    font-size: 9.5pt;
    height: 13px;
    line-height: 1em;
    color: #2a6896;
}

.back-btn a {
    color: #2a6896;
    text-decoration: none;
}

.sub-section-title {
    color: #2a6896;
    font-size: 11pt;
    padding-bottom: 5px;
}

.sub-section-title .fa {
    display:none;
}

.learn-more {
    padding-top: 10px;
    font-weight: bold;
}

.learn-more > a {
    color: #5a5d5e;
    text-decoration: none;
}

.learn-more .fa {
    color: #2a6896;
    font-size: 15pt;
    margin-left: -6px;
    margin-top: -2px;
    vertical-align: middle;
}

.section-content-right, .section-content {
    display: none;
}

#about {
    display: none;
}


.main-gear {
    background-image: url("/images/four-content-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 394px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 255px;
    z-index: -1;
}

#section-container {
    display: inline-block;
    min-height: 394px;
    padding: 0 0 30px;
    width: 93.5%;
}

.section-container-left {
    background-image: url("/images/four-content-bg-left.png");
    float: left;
    height: 394px;
    margin-left: 38px;
    padding-top: 32px;
    width: 34%;
    padding-left: 2%;
}

.section-container-left .section-item:nth-child(2), .section-container-right .section-item:nth-child(2) {
    padding-top: 49px;
}

.section-container-right {
    background-image: url("/images/four-content-bg-right.png");
    float: right;
    height: 394px;
    padding-top: 32px;
    width: 31.5%;
}

.section-container-right .section-item {
    padding-left: 10px;
    width: 290px;
}

#section-container-start {
    background-image: url("/images/four-content-bg.png");
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    height: 394px;
    margin-left: 10px;
    position: absolute;
    width: 70px;
    z-index: -1;
}

#section-container-end {
    background-image: url("/images/four-content-bg.png");
    background-position: -925px top;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    height: 394px;
    margin-left: -5px;
    position: relative;
    vertical-align: top;
    width: 45px;
    z-index: -1;
}

.main-gear.sec-img-all, #section-container-start.sec-img-all, #section-container-end.sec-img-all {
    background-image: url("/images/four-content-bg.png");
}

.section-container-left.sec-img-all {
    background-image: url("/images/four-content-bg-left.png");
}

.section-container-right.sec-img-all {
    background-image: url("/images/four-content-bg-right.png");
}

.main-gear.sec-img-0, #section-container-start.sec-img-0, #section-container-end.sec-img-0 {
    background-image: url("/images/two-content-bg.png");
}

.section-container-left.sec-img-0, .section-container-right.sec-img-0 {
    background-image: url("/images/two-content-bg-inner.png");
}

@media screen and (min-width: 1024px) {
	#page {
	   display: block;
           max-width: 1024px;
           min-width: 1024px;
	}

        #banner-widget-section .left {
           width: 61%;
        }

        .content-bg-img {
           max-width: 960px;
           width: 100%;
        }

        .site-branding {
           /*background: yellow;*/
        }

        #section-container {
           width: 94.5%;
        }
        .section-container-right {
           width: 34.5%;
        }
        .section-container-left {
           width: 35%;
           margin-left: 50px;
        }
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
	#page {
	   min-width: 960px;
	   max-width: 1024px;
           display: table-cell;
	}
        .site-branding {
           /*background: orange;*/
        }
        #background-left, #background-right {
           width: 18.1%;
        }

	#banner-widget-section .left {
           width: 65%;
        }

        #banner-widget-section {
           background-position: url("/images/feature-bg.png") no-repeat scroll 55px -1px rgba(0, 0, 0, 0);
        }

        .content-bg-img {
           max-width: 916px;
           width: 95%;
        }

        #tagline {
           width: 80%;
        }

        #section-container {
           width: 94.5%;
        }
        
        .section-container-right {
           width: 34.5%;
        }
        .section-container-left {
           width: 35%;
           margin-left: 50px;
        }
}

@media screen and (min-width: 900px) and (max-width: 960px) {
	#page {
	   max-width: 960px;
           min-width: 300px;
	}

	#background-left, #background-right {
	   width: 0;
           background: none;
	}

        #banner-widget-section .left {
           width: 58%;
        }

        #banner-widget-section {
           background: url("/images/feature-bg.png") no-repeat scroll -15px -1px rgba(0, 0, 0, 0);
        }

        .content-bg-img {
           max-width: 916px;
           width: 95%;
        }

        .site-branding {
           /*background: blue;*/
        }

        #tagline {
           width: 95%;
        }

        #section-container {
           width: 94.5%;
        }

        .section-container-right {
           width: 34.5%;
        }
        .section-container-left {
           width: 35%;
           margin-left: 50px;
        }

        .section-content-preview {
           height: 100px;
        }

        .section-container-left .section-item:nth-child(2), .section-container-right .section-item:nth-child(2) {
    	   padding-top: 34px;
        } 
}


@media screen and (min-width: 768px) and (max-width: 900px) {
	#page {
	   max-width: 960px;
           min-width: 768px;
	}
/*
        .site-branding {
           background: pink;
        }
*/
        #background-left, #background-right {
	   width: 0;
           background: none;
	}

        #banner-widget-section .left {
           width: 54%;
        }

        #banner-widget-section {
           background: url("/images/feature-bg.png") no-repeat scroll -90px -1px rgba(0, 0, 0, 0);
        }

        .content-bg-img {
           max-width: 916px;
           width: 95%;
        }

        .section-container-left .section-item:nth-child(2), .section-container-right .section-item:nth-child(2) {
           padding-top: 41px;
        }
        
        #tagline {
           width: 95%;
           font-size: 11pt;
        }

        #section-container {
           width: 93.5%;
        }
        .section-container-right {
           width: 31.5%;
        }

        .section-item {
           width: 223px;
        }

        .section-container-right .section-item {
           width: 233px;
        }

        .bottom-featured-container {
           font-size: 10.5pt;
           width: 32.9%;
        }
}


@media screen and (min-width: 600px) and (max-width: 767px) {

#page {
	   max-width: 768px;
           min-width: 300px;
	}

	#background-left, #background-right {
	   width: 0;
           background: none;
	}

        #banner-widget-section .left {
           width: 58%;
        }

        #banner-widget-section {
           background: none;
        }

        .content-bg-img {
           max-width: 916px;
           width: 95%;
        }

        .section-container-left .section-item:nth-child(2), .section-container-right .section-item:nth-child(2) {
           padding-top: 28px;
           width: 125%;
        }

        .section-container-right .section-item, .section-container-left .section-item {
    	    width: 165%;
            min-height: 63px;
            padding-right: 15px;
         }

        .site-branding {
           background: none;
        }

        #tagline {
           width: 95%;
           font-size: 14px;
           padding-bottom: 7px;
           padding-top: 6px;
           margin: 0;
           line-height: 1.2em;
        }

        #section-container {
           width: 93.5%;
        }

        .bottom-featured-container {
           display: table-cell;
           text-align: center;
           vertical-align: top;
           width: 32.3%;
        }

        .section-content-preview {
           display: none;
        }

        .main-gear, #section-container-start, #section-container-end {
            background-image: url("/images/four-content-bg-small.png");
            background-size: auto 226px;
        }
        #section-container-start {
            margin-left: 1px;
        }
        #section-container-end {
            background-image: url("/images/four-content-bg-small-white.png");
            background-position: right top;
            width: 13%;
        }
        .main-gear.sec-img-all, #section-container-start.sec-img-all, #section-container-end.sec-img-all {
            background-image: url("/images/four-content-bg-small.png");
         }
         #section-container-end.sec-img-all {
            background-image: url("/images/four-content-bg-small-white.png");
            background-position: 99.5% top;
         }
         .main-gear { background-size: auto 226px; }

         #section-container {
            width: 84.5%;
         }

         .section-container-left, .section-container-right {
            background-size: auto 226px;
            height: 394px;
         }

         .sub-section-title {
            font-size: 13px;
         }

         .section-container-left.sec-img-all {
    background-image: url("/images/four-content-bg-small-left.png");
          }
          .section-container-right.sec-img-all {
    background-image: url("/images/four-content-bg-small-right.png");
          }

         .section-container-left.sec-img-all {
    background-position: -60px 0;
          }
         .section-container-right.sec-img-all {
    background-position: 115px 0;
          }

          .section-container-left {
              background-image: url("/images/four-content-bg-left.png");
              margin-left: 15px;
              padding-left: 5%;
              width: 38%;
           }


           .main-gear.sec-img-0, #section-container-start.sec-img-0, #section-container-end.sec-img-0 {
                background-image: url("/images/one-content-bg-small.png");
                height: calc(100% - 455px);
                background-size: auto 90px;
            }

	   .main-gear.sec-img-0 {
		z-index: 1;
	   }
           .section-container-left.sec-img-0, .section-container-right.sec-img-0 {
                background-image: url("/images/one-content-bg-small.png");
                float: none;
                height: auto;
                margin-left: 18px;
                min-height: 0;
                position: relative;
                width: 106%;
                background-position: center top;
                padding-left: 0;
                padding-top: 92px;
                background-repeat: no-repeat;
                background-size: auto 90px;
           }
           .section-container-left.sec-img-0 {
    		background-image: url("/images/one-content-bg-small-inner.png");
    		background-position: left top;
    		background-repeat: repeat-x;
    		background-size: auto 90px;
    		width: 106%;
    		z-index: -1;
	   }
           .section-container-right.sec-img-0 {
                background-image: none;
                padding-top: 10px;
           }

           .section-container-left.sec-img-0 .section-full-content, .section-container-right.sec-img-0 .section-full-content {
                 height: auto;
                 position: relative;
           }

           .section-container-right {
              width: 28%;
           }
 
           #section-container-start.sec-img-0 {
              margin-left: 2px;
           }
           #section-container-end.sec-img-0 { 
              margin-left: -1px;
           }

           .section-container-left, .section-container-right, #section-container, #section-container-start, #section-container-end, .main-gear {
               height: auto;
               min-height: 226px;
           }

#banner-widget-section .left {
    float: none;
    width: 95%;
    margin-left: 10px;
}

#banner-widget-section .right {
    padding-left: 10px;
    padding-top: 3px;
    font-size: 13px;
}

#banner-widget-section .right div {
    display: inline-block;
    padding: 7px 5px 0 0;
    vertical-align: top;
}

#banner-widget-section .right .fa {
    z-index: -1;
}

.learn-more {
    display: none;
}

.site-footer {
    height: auto;
}

.entry-header {
    padding-left: 10px;
    padding-top: 8px;
}
.entry-title {
    font-size: 15pt;
}
.entry-header h2 {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 5px;
    margin-top: -8px;
    display: block;
}

.bottom-featured-container {
    font-size: 14px;
    padding:5px;
    line-height: 1.15em;
    padding-bottom: 15px;
}
.bottom-featured-container > img {
    width: 60px;
    padding-bottom:7px;
}

.bottom-feature-text > div {
    padding-top:7px;
}

.bottom-feature-text a {
    text-decoration: none !important;
    color: #FFF !important;
}

.bottom-featured-links {
     position: relative;
}

.sub-section-title .fa {
    display: inline-block;
}

.main-navigation a {
    font-size: 14px;
    min-width: 35px;
}

.main-navigation ul {
    width: 108%;
}

#banner-widget-section .left {
    padding-bottom:5px;
    padding-top: 6px;
}
#banner-widget-section .right {
    padding-top: 7px;
}
.bottom-featured-container > img {
    margin-left: 30px;
    margin-right: 30px;
}

}

@media screen and (min-width: 460px) and (max-width: 600px) {
	#page {
	   max-width: 768px;
           min-width: 300px;
	}

	#background-left, #background-right {
	   width: 0;
           background: none;
	}

        #banner-widget-section .left {
           width: 58%;
        }

        #banner-widget-section {
           background: none;
        }

        .content-bg-img {
           max-width: 916px;
           width: 95%;
        }

        .section-container-left .section-item:nth-child(2), .section-container-right .section-item:nth-child(2) {
           padding-top: 28px;
           width: 125%;
        }

        .section-container-right .section-item, .section-container-left .section-item {
    	    width: 165%;
            min-height: 63px;
            padding-right: 15px;
         }

        .site-branding {
           background: none;
        }

        #tagline {
           width: 95%;
           font-size: 14px;
           padding-bottom: 7px;
           padding-top: 6px;
           margin: 0;
           line-height: 1.2em;
        }

        #section-container {
           width: 93.5%;
        }

        .bottom-featured-container {
           display: table-cell;
           text-align: center;
           vertical-align: top;
           width: 32.3%;
        }

        .section-content-preview {
           display: none;
        }

        .main-gear, #section-container-start, #section-container-end {
            background-image: url("/images/four-content-bg-small.png");
            background-size: auto 226px;
        }
        #section-container-start {
            margin-left: 1px;
        }
        #section-container-end {
            background-image: url("/images/four-content-bg-small-white.png");
            background-position: right top;
            width: 13%;
        }
        .main-gear.sec-img-all, #section-container-start.sec-img-all, #section-container-end.sec-img-all {
            background-image: url("/images/four-content-bg-small.png");
         }
         #section-container-end.sec-img-all {
            background-image: url("/images/four-content-bg-small-white.png");
            background-position: 99.5% top;
         }
         .main-gear { background-size: auto 226px; }

         #section-container {
            width: 84.5%;
         }

         .section-container-left, .section-container-right {
            background-size: auto 226px;
            height: 394px;
         }

         .sub-section-title {
            font-size: 13px;
         }

         .section-container-left.sec-img-all {
    background-image: url("/images/four-content-bg-small-left.png");
          }
          .section-container-right.sec-img-all {
    background-image: url("/images/four-content-bg-small-right.png");
          }

         .section-container-left.sec-img-all {
    background-position: -60px 0;
          }
         .section-container-right.sec-img-all {
    background-position: 115px 0;
          }

          .section-container-left {
              background-image: url("/images/four-content-bg-left.png");
              margin-left: 15px;
              padding-left: 5%;
              width: 38%;
           }


           .main-gear.sec-img-0, #section-container-start.sec-img-0, #section-container-end.sec-img-0 {
                background-image: url("/images/one-content-bg-small.png");
                height: calc(100% - 455px);
                background-size: auto 90px;
            }

	   .main-gear.sec-img-0 {
		z-index: 1;
	   }
           .section-container-left.sec-img-0, .section-container-right.sec-img-0 {
                background-image: url("/images/one-content-bg-small.png");
                float: none;
                height: auto;
                margin-left: 18px;
                min-height: 0;
                position: relative;
                width: 106%;
                background-position: center top;
                padding-left: 0;
                padding-top: 92px;
                background-repeat: no-repeat;
                background-size: auto 90px;
           }
           .section-container-left.sec-img-0 {
    		background-image: url("/images/one-content-bg-small-inner.png");
    		background-position: left top;
    		background-repeat: repeat-x;
    		background-size: auto 90px;
    		width: 106%;
    		z-index: -1;
	   }
           .section-container-right.sec-img-0 {
                background-image: none;
                padding-top: 10px;
           }

           .section-container-left.sec-img-0 .section-full-content, .section-container-right.sec-img-0 .section-full-content {
                 height: auto;
                 position: relative;
           }

           .section-container-right {
              width: 28%;
           }
 
           #section-container-start.sec-img-0 {
              margin-left: 2px;
           }
           #section-container-end.sec-img-0 { 
              margin-left: -1px;
           }

           .section-container-left, .section-container-right, #section-container, #section-container-start, #section-container-end, .main-gear {
               height: auto;
               min-height: 226px;
           }

           .site-branding {
              display: block;
              width: 100%;
              height: 71px;
           }

           

           .main-navigation {
              width: 100%;
              padding: 3px 0 0 0;
           }

           .main-navigation a {
              border-right: 0;
           }

           #header-image {
                max-width: 269px;
                padding-top:5px;
                -webkit-filter: none;
                filter: none;
                -ms-filter: none;
            }

            .main-navigation .nav-menu, .main-navigation ul {
                display: none;
            }
            
.menu-menu-1-container {
    float: none;
    width: 100%;
    margin-top: 5px;
}

.menu {
    left: 0;
}

.main-navigation li {
    background: none repeat scroll 0 0 #eee;
    border-bottom: 1px solid #ddd;
    display: list-item;
    max-height: 34px;
    padding: 5px;
}

#banner-widget-section .left {
    float: none;
    width: 95%;
    margin-left: 10px;
}

#banner-widget-section .right {
    padding-left: 10px;
    padding-top: 3px;
    font-size: 13px;
}

#banner-widget-section .right div {
    display: inline-block;
    padding: 7px 5px 0 0;
    vertical-align: top;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    display: inline-block;
    margin-right: 5px;
    padding: 0.35em 0.55em 0.4em;
    background: none;
    border-radius: 0;
    color: #2a6896;
    border: 1px solid #2a6896;
    outline: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 15px 17px rgba(255, 255, 255, 0.5) inset, 0 -5px 12px rgba(0, 0, 0, 0.05) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#banner-widget-section .right .fa {
    z-index: -1;
}

.learn-more {
    display: none;
}

.site-footer {
    height: auto;
}

.entry-header {
    padding-left: 10px;
    padding-top: 8px;
}
.entry-title {
    font-size: 15pt;
}
.entry-header h2 {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 5px;
    margin-top: -8px;
    display: block;
}

.bottom-featured-container {
    font-size: 14px;
    padding:5px;
    line-height: 1.15em;
    padding-bottom: 15px;
}
.bottom-featured-container > img {
    width: 60px;
    padding-bottom:7px;
}

.bottom-feature-text > div {
    padding-top:7px;
}

.bottom-feature-text a {
    text-decoration: none;
    color: #FFF;
}

.bottom-featured-links {
     position: relative;
}

.sub-section-title .fa {
    display: inline-block;
}

}

@media screen and (max-width: 460px) {
	#page {
	   max-width: 768px;
           min-width: 300px;
	}

	#background-left, #background-right {
	   width: 0;
           background: none;
	}

        #banner-widget-section .left {
           width: 58%;
        }

        #banner-widget-section {
           background: none;
        }

        .content-bg-img {
           max-width: 916px;
           width: 95%;
        }

        .section-container-left .section-item:nth-child(2), .section-container-right .section-item:nth-child(2) {
           padding-top: 28px;
           width: 133%;
        }

        .section-container-right .section-item, .section-container-left .section-item {
    	    width: 165%;
            min-height: 63px;
            padding-right: 15px;
         }

        .site-branding {
           background: none;
        }

        #tagline {
           width: 95%;
           font-size: 14px;
           padding-bottom: 7px;
           padding-top: 6px;
           margin: 0;
           line-height: 1.2em;
        }

        #section-container {
           width: 93.5%;
        }

        .bottom-featured-container {
           display: table-cell;
           text-align: center;
           vertical-align: top;
           width: 32.3%;
        }

        .section-content-preview {
           display: none;
        }

        .main-gear, #section-container-start, #section-container-end {
            background-image: url("/images/four-content-bg-small.png");
            background-size: auto 226px;
        }
        #section-container-start {
            margin-left: 1px;
        }
        #section-container-end {
            background-image: url("/images/four-content-bg-small-white.png");
            background-position: right top;
            width: 13%;
        }
        .main-gear.sec-img-all, #section-container-start.sec-img-all, #section-container-end.sec-img-all {
            background-image: url("/images/four-content-bg-small.png");
         }
         #section-container-end.sec-img-all {
            background-image: url("/images/four-content-bg-small-white.png");
            background-position: 99.5% top;
         }
         .main-gear { background-size: auto 226px; }

         #section-container {
            width: 84.5%;
         }

         .section-container-left, .section-container-right {
            background-size: auto 226px;
            height: 394px;
         }

         .sub-section-title {
            font-size: 13px;
         }

         .section-container-left.sec-img-all {
    background-image: url("/images/four-content-bg-small-left.png");
          }
          .section-container-right.sec-img-all {
    background-image: url("/images/four-content-bg-small-right.png");
          }

         .section-container-left.sec-img-all {
    background-position: -60px 0;
          }
         .section-container-right.sec-img-all {
    background-position: 115px 0;
          }

          .section-container-left {
              background-image: url("/images/four-content-bg-left.png");
              margin-left: 15px;
              padding-left: 3%;
              width: 30%;
           }


           .main-gear.sec-img-0, #section-container-start.sec-img-0, #section-container-end.sec-img-0 {
                background-image: url("/images/one-content-bg-small.png");
                height: calc(100% - 455px);
                background-size: auto 90px;
            }

	   .main-gear.sec-img-0 {
		z-index: 1;
	   }
           .section-container-left.sec-img-0, .section-container-right.sec-img-0 {
                background-image: url("/images/one-content-bg-small.png");
                float: none;
                height: auto;
                margin-left: 18px;
                min-height: 0;
                position: relative;
                width: 106%;
                background-position: center top;
                padding-left: 0;
                padding-top: 92px;
                background-repeat: no-repeat;
                background-size: auto 90px;
           }
           .section-container-left.sec-img-0 {
    		background-image: url("/images/one-content-bg-small-inner.png");
    		background-position: left top;
    		background-repeat: repeat-x;
    		background-size: auto 90px;
    		width: 106%;
    		z-index: -1;
	   }
           .section-container-right.sec-img-0 {
                background-image: none;
                padding-top: 10px;
           }

           .section-container-left.sec-img-0 .section-full-content, .section-container-right.sec-img-0 .section-full-content {
                 height: auto;
                 position: relative;
           }

           .section-container-right {
              width: 24%;
           }
 
           #section-container-start.sec-img-0 {
              margin-left: 2px;
           }
           #section-container-end.sec-img-0 { 
              margin-left: -1px;
           }

           .section-container-left, .section-container-right, #section-container, #section-container-start, #section-container-end, .main-gear {
               height: auto;
               min-height: 226px;
           }

           .site-branding {
              display: block;
              width: 100%;
              height: 71px;
           }

           

           .main-navigation {
              width: 100%;
              padding: 3px 0 0 0;
           }

           .main-navigation a {
              border-right: 0;
           }

           #header-image {
                max-width: 269px;
                padding-top:5px;
                -webkit-filter: none;
                filter: none;
                -ms-filter: none;
            }

            .main-navigation .nav-menu, .main-navigation ul {
                display: none;
            }
            
.menu-menu-1-container {
    float: none;
    width: 100%;
    margin-top: 5px;
}

.menu {
    left: 0;
}

.main-navigation li {
    background: none repeat scroll 0 0 #eee;
    border-bottom: 1px solid #ddd;
    display: list-item;
    max-height: 34px;
    padding: 5px;
}

#banner-widget-section .left {
    float: none;
    width: 95%;
    margin-left: 10px;
}

#banner-widget-section .right {
    padding-left: 10px;
    padding-top: 3px;
    font-size: 13px;
}

#banner-widget-section .right div {
    display: inline-block;
    padding: 7px 5px 0 0;
    vertical-align: top;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    display: inline-block;
    margin-right: 5px;
    padding: 0.35em 0.55em 0.4em;
    background: none;
    border-radius: 0;
    color: #2a6896;
    border: 1px solid #2a6896;
    outline: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 15px 17px rgba(255, 255, 255, 0.5) inset, 0 -5px 12px rgba(0, 0, 0, 0.05) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#banner-widget-section .right .fa {
    z-index: -1;
}

.learn-more {
    display: none;
}

.site-footer {
    height: auto;
}

.entry-header {
    padding-left: 10px;
    padding-top: 8px;
}
.entry-title {
    font-size: 15pt;
}
.entry-header h2 {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 5px;
    margin-top: -8px;
    display: block;
}

.bottom-featured-container {
    font-size: 14px;
    padding:5px;
    line-height: 1.15em;
    padding-bottom: 15px;
}
.bottom-featured-container > img {
    width: 60px;
    padding-bottom:7px;
}

.bottom-feature-text > div {
    padding-top:7px;
}

.bottom-feature-text a {
    text-decoration: none;
    color: #FFF;
}

.bottom-featured-links {
     position: relative;
}

.sub-section-title .fa {
    display: inline-block;
}

}

