/*
Theme Name: Athene Master
Theme URI: http://underscores.me/
Author: Executionists.com
Author URI: http://executionists.com/
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: athene
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.

Athene Holding is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: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. */
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}
.img-float{
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 5px;
}
exec-title{
	font-style: italic;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Financials Table
--------------------------------------------------------------*/
.financial-header {
	color: #fff;
}
.bgColor {
	background-color: #11175E;
}
.space-background{
	color: #fff;
}
.box-quaterly-results{
	margin-top: 25px;
	margin-bottom: 75px;
}
.paragraph-space{
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.paragraph-bottom{
	margin-top: 15px;
	padding-bottom: 10px;
}
.border-box{
	border: #383838 solid thin;
}
.table-bg-color{
	background-color: #f8f8f8;
}
.border-cell{
	border-bottom: #EFEFEF solid thin;
}
.link{
	font-size: 16px;
	color: #0067AC;
}
/*--------------------------------------------------------------
## 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;
}

.wpcf7-form
{
	border: 1px solid #d7d7d7;
    	background: #fafafa;
    	padding:30px 30px !important;
}

.wpcf7-form p
{
	color: #77787b;
	font-size: 14px;
	line-height: 25px;
}
.wpcf7-form .wpcf7-submit
{
    float: right;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    background: #11175e;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right:5%;
    margin-top:15px;
}
.wpcf7-form input , .wpcf7-form textarea
{
    border: 1px solid #d7d7d7
}

.footer-slogan img {
    width: 350px;
}
.footer-nav li:first-child {
    padding-left: 0;
}

@media (min-width: 576px)
{ 

.banner .banner-card {

    width: 525px;

}
}
.banner .banner-card {

    box-sizing: border-box;

    max-width: 100%;

    width: 400px;

    background: #ffffffe6;

    padding: 20px;

    display: block;
	margin-top: 64px;
	margin-bottom: 64px;

}

@media (min-width: 576px)
{ 
.banner .banner-card {

    width: 525px;

}
}
.banner .banner-card {

    box-sizing: border-box;

    max-width: 100%;

    width: 400px;

    background: #ffffffe6;

    padding: 20px;

    display: block;

}
 

  .banner-card-header {
    font-size: 30px;
    margin-bottom: 10px;
  }
.banner.banner-interior {

    min-height:350px ;

}


.home-featured-image-wrapper {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.home-featured-link {
    clear: both;
    display: none;
    float: right;
    position: relative;
}
.wrapper-home-featured {
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 30px;
}
.wrapper-home-featured>div>div>div:hover {
    background-color: #FAFAFA !important;
}

.wrapper-home-header {
display: block;
    /*background: url("/wp-content/uploads/2015/11/ALRE_homeBanner.jpg") no-repeat center center !important;*/
}

#menu-footer-sites a {
	text-decoration: underline;
}

.tp-caption {
    text-align: left;
}
body.page-contact-us .widget-sidebar-page {
    background: #fff;
}
.page-contact-us .page-nav {
    margin-bottom: 0;
}

table.key-facts tr td:last-child {
    padding: 0 30px;
    padding-bottom: 15px;
}
table.key-facts tr > td:first-child {
    vertical-align: top;
        padding-top: 8px;
}

.top-header-menu {
    float: right;
    margin-top: -50px;
    font-weight: 100;
    font-size: 14px;
}

input.form-control.search-field {
    padding: 0;
    height: 28px;
    border-radius: 0;
      line-height: 0 !important;
    display: block;
    background: url('/images/search-btn.jpg') no-repeat right top #fff;
}

input.btn.btn-default.search-submit {
    position: relative;
    top: -3px;
}

.contact-us-promo a:focus {
	outline: none !important;
	text-decoration: none !important;
}

.page-nav :hover>a {
    color: #ffffff;
    background: #0067ac;
}