@charset "utf-8";
/*
Theme Name: gatewaychecker
Theme URI:
Author: fagandesign
Author URI: http://www.fagandesign.com
Description: A semantic, HTML5, custom theme for Gateway Checker
Version: 1.0

Table of Contents
	reset
	html
	structure
		header
		main
		primary
		sesecondary
		condary
		tertiary
		footer
	common
	misc

-------------------------------------------------------------- */
/* $reset  */
/* based on Eric Meyer's Resetting Again (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/)
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}
sup {
    font-size: 50%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
/* clearfix  */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
* html .clearfix {
    zoom: 1;
}/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}/* IE7 */
/* PNG fix for IE<6 */
* html #selector {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/image.png');
}
/* !html */
/* -------------------------------------------------------------- */
html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #777;
    /* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    height: 100%;
}
/* Common margin-bottom for vertical rhythm. */
h1, h2, h3, h4, h5, h6, ul, ol, dl, p, table, form, pre, hr, .source {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 20px;
}
br {
    line-height: 20px;
}
label, .text-input, textarea, .btn {
    cursor: pointer;
}
.text-input:active, .text-input:focus, textarea:active, textarea:focus {
    cursor: text;
}
h1, h2, h3, h4, h5, h6 {
    color: #354ba0;
}
h1, .alpha {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    color: #8dc63f;
}
h1.logo { /* site logo */
    height: auto;
    width: 225px;
}
.blog h1.entry-title { /* news posts title in news listing*/
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 34px;
}
.entry-header h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 34px;
	font-weight: normal; 
}
h2, .beta {
    font-size: 15px;
    line-height: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bbc6db;
    padding-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 3px;
}
h2.news { /* use for news posts */
    border-bottom-width: 0px;
    padding-top: 0px;
    font-weight: normal;
}
h3, .gamma {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
.entry-header h3 { /* blog subheads */
    font-size: 14px;
}
h3.investments { /*	tightens up the h3 for location under the title on the individual Investment Highlights pages */
    margin-top: -30px;
}
h4, .delta {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}
h5, .epsilon {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
}
h6, .zeta {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
}
small, .milli {
    font-size: 12px;
}
tiny, .micro {
    font-size: 10px;
}
a {
    color: #0066cc;
    text-decoration: none;
}
a:hover {
    color: #CCCCCC;
}
a:active {
    color: #1C335B;
}
sup {}
input, textarea {}
textarea {}
blockquote {
    margin: 0 10px 10px 10px;
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc;
    background: #eee;
}
blockquote cite {
    display: block;
    width: 100%;
    text-align: right;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
hr {
    border: 0;
    height: 2px;
    background: #333;
}
table {}
tr {}
td {}
canvas {
    -ms-touch-action: double-tap-zoom;
}
/* !structure */
/* -------------------------------------------------------------- */
.contain {
    margin: 0 auto;
    padding: 0 0px;
    min-width: 300px;
    max-width: 1170px;
}
.contain:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.primary {
    width: 74%;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    float: right;
    min-height: 300px;
}
/* secondary structure */
.secondary {
    width: 25%;
    float: left;
    background-color: none;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    border-right: 1px solid #c7cbdc;
}
/* !header */
/* -------------------------------------------------------------- */
.header {
    background-color: #FFFFFF;
    background-image: url(_images/band-top-full.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.header .contain {
    background-color: none;
    background-image: url(_images/curve-top-full.png);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 122px;
}
.header .logo {
    float: left;
    margin: 22px 0 0 23px;
}
.header .thumbs {
    float: right;
    margin: 12px 0px 0 0;
}
.header .thumbs ul {
    padding: 0;
    margin: 0;
}
.header .thumbs li {
    display: inline-block;
    padding: 0;
    margin: 0 26px 0 0;
}
.header .thumbs li img {
    border: 1px solid #A7A9B1;
}
/* banner*/
.gc-announce {
	font-size: 12pt!important; 
	line-height: 28px;
	color: #ffffff;
	font-weight:bold;
	padding-right: 35px;
}
.gc-announce a {
	color: #FFFFFF!important;
}
.gc-announce a:hover {
	color: #CCFF19!important;
}
/**/
.mainNav {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c7cbdc;
    background-color: #a9de74;
    line-height: 36px;
    overflow: hidden;
}
.mainNav ul#menu-primarynav {
    margin-bottom: 0;
    float: right;
}
.mainNav #menu-primarynav li {
    display: inline-block;
    margin-top: 0;
    margin-right: 35px;
    margin-bottom: 0;
}
.mainNav #menu-primarynav a {
    display: block;
    color: #354ba0;
    text-decoration: none;
    font-size: 13px;
    line-height: 36px;
    font-weight: bold;
}
.mainNav #menu-primarynav a:hover {
    color: #5f75c1;
}
.mainNav #menu-primarynav a:active {
    color: #fff;
}
.mainNav #menu-primarynav li.current-page-ancestor .sub-menu .current-menu-item a, .mainNav #menu-primarynav li.current-page-ancestor a, .single-inv-highlights .menu-item-357 a {
    color: #E2FBCE;
}
.post-type-archive-inv-highlights .menu-item-357 a, .mainNav .menu-item-357.current-menu-parent a {
    color: #E2FBCE !important;
}
.post-type-archive-inv-highlights .menu-item-357 li a, .single-inv-highlights .menu-item-357.current-menu-parent li a {
    color: #fff !important;
}
.single-inv-highlights .menu-item-357.current-menu-parent li.current-menu-item a {
    color: #E2FBCE !important;
}
.mainNav #menu-primarynav li.current-page-ancestor .sub-menu a {
    color: #fff;
}
.mainNav #menu-primarynav li.current_page_item a {
    color: #FFF;
    font-weight: bold;
}
.mainNav #menu-primarynav li.current_page_item a:hover {
    color: #E2FBCE;
}
.mainNav #menu-primarynav li .sub-menu {
    position: absolute;
    left: -9999em;
    z-index: 1000;
    display: none;
    color: undefined;
}
.mainNav #menu-primarynav li:hover .sub-menu {
    left: auto;
    display: block;
    background: RGB(68, 100, 164);
    padding-bottom: 10px;
}
.mainNav #menu-primarynav li .sub-menu li {
    display: block;
    background: RGB(68, 100, 164);
    margin: 0;
}
.mainNav #menu-primarynav li .sub-menu li:first-child {
    border-top: none;
}
.mainNav #menu-primarynav li .sub-menu a { /* dropdown navs*/
    display: block;
    padding: 6px 12px;
    width: auto;
    line-height: 16px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    white-space: nowrap;
}
.mainNav #menu-primarynav li .sub-menu li:hover > a {}
.mainNav #menu-primarynav li .sub-menu li a:hover, .single-inv-highlights .menu-item-357 .sub-menu li a:hover {
    color: #B5B9C2 !important;
}
.mobile {
    float: right;
    display: none;
}
.searchButton {
    float: right;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    line-height: 34px;
    font-size: 14px;
    background: none;
    width: 36px;
    display: none;
}
.searchBar {
    border-bottom: 1px solid #fff;
    background-color: RGBA(68, 100, 164, 1);
    height: 36px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    z-index: 1000000000;
    width: 100%;
    text-align: right;
    display: none;
}
.searchField {
    padding: 6px;
    margin: 4px 0;
    width: 100%;
    background-color: RGB(240, 240, 240);
    border: 1px solid RGB(202, 202, 202);
}
.searchBar .searchField {
    width: 250px;
}
/* !main */
/* -------------------------------------------------------------- */
.main {
    min-height: 300px;
    background-image: url(_images/bkg-fade.jpg);
    background-position: left top;
    background-repeat: repeat-x;
}
.main .contain {
    overflow: hidden;
}
.main ul, .main ol {
    margin-left: 20px;
    width: auto;
    list-style-type: square;
}
.main ul ul {
    margin-bottom: 0;
    list-style-type: square;
}
.main ol {
    margin-left: 25px;
    list-style-type: decimal;
}
/* !primary */
/* -------------------------------------------------------------- */
.primary .pad {
    padding: 55px 100px 102px 100px;
}

}
.primary ul {
    list-style-type: square;
}
.primary ul ul {
    list-style-type: square;
    margin-top: 8px;
}
.primary li {
    margin-bottom: 8px;
    margin-left: -4px;
    padding-left: 4px;
}
.master-slider-parent {
    margin-bottom: 45px;
}
.ms-skin-default .ms-nav-prev {
    width: 30px;
    background: url(skins/light-skin-1.png) -1em -26px;
    height: 40px;
    opacity: .6 !important;
}
.ms-skin-default .ms-nav-next {
    width: 30px;
    background: url(skins/light-skin-1.png);
    background-position: -89px -26px;
    height: 40px;
    opacity: .6 !important;
}
.child-list {
    list-style-type: none;
    padding: 0;
    margin: 0 !important;
}
.child-list li {
    display: block;
    float: left;
    width: 33.3%;
    min-width: 170px;
}
.child-list div {
    width: 150px;
}
.child-list img {/* 
    padding: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block;
    background-color: #ebebeb;
    border: 1px solid #CCC;*/
}
.child-list a {
    text-decoration: none;
}
.child-list a h3 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #06C;
    font-weight: bold;
}
.child-list a h4 {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    font-weight: normal;
    margin-bottom: 20px;
}
.eqHeight p.description { /* used for descriptive text on investments intro page */
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: normal;
    margin-bottom: 30px;
}
.ms-thumb-list {
    background-image: url(_images/thumbBg.gif);
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {}
.photocredit { /* used on investments pages where needed */
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    color: #CCC;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #E9E9E9;
    border-bottom-color: #E9E9E9;
}
.homep2 {
    padding-top: 15px;
}
/* !secondary */
/* -------------------------------------------------------------- */
.secondary .pad {
    padding: 35px 35px 35px 25px;
}
.secondary .widget {
    margin-bottom: 30px;
}
.widget_subpages .widget-title {
    display: none;
}
.widget_subpages li {
    font-size: 13px;
    line-height: 17px;
    margin-left: -4px;
    padding-left: 4px;
}
.widget_subpages a {
    text-decoration: none;
    color: #5670a5;
    font-weight: 100;
}
.widget_subpages li.current_page_item a { /* -------------------------------------------------------------- */
    color: #2b3d62;
    font-weight: bold;
}
.post-type-archive .widget_subpages li.current_page_item a {
    color: #5670a5;
    font-weight: 100;
}
.widget_subpages a:hover {
    text-decoration: none;
    color: #06c;
    font-weight: 100;
}
.widget_subpages a:active {
    text-decoration: none;
    color: #666;
    font-weight: 100;
}
.widget_subpages li.current_page_item a:hover {
    color: #06c;
    font-weight: bold;
}
.widget_subpages li.current_page_item a:active {
    color: #666;
    font-weight: bold;
}
li.current_page_item {
    color: #2b3d62;
    font-weight: bold;
}
.secondary ul {
    list-style-type: square;
}
.secondary .widget_subpages ul {
    color: RGB(76, 116, 163);
}
.secondary li {
    margin-bottom: 8px;
    margin-left: -4px;
    padding-left: 4px;
}
.side-content {}
.side-content h3, .secondary h3.widget-title {
    font-size: 16px;
    line-height: 20px;
    color: #5670a5;
    font-weight: bold;
    margin-bottom: 15px;
}
.side-content hr {
    border: 0;
    height: 1px;
    background: #CCC;
    /*get rid of widget HR in integrity matters*/
}
.side-content h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #5670a5;
    margin-bottom: 10px;
}
.side-content a {
    font-size: 14px;
    line-height: 18px;
    color: #06c;
    text-decoration: none;
}
.side-content a:hover {
    color: #999999;
}
.side-content a:active {
    color: #5072A6;
}
.side-content p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 10px;
}
.side-content ul {
	list-style-type: square;
}
.side-content li {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.side-content h6 { /* use for sidebar callouts */
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #666;
}
h6.side-content { /* used for sidebar callouts on the investments index page sidebar */
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #666;
}
.widget_recent_entries h3 { /* news post sidebars */
    font-size: 16px;
    line-height: 20px;
    color: #5670a5;
    font-weight: bold;
}
.widget_recent_entries ul, .widget_recent_entries li { /* news post sidebars */
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

#category-posts-2-internal .cat-post-current .cat-post-title, #category-posts-3-internal .cat-post-current .cat-post-title, .cat-post-current .cat-post-title { /* get rid of uppercase */

    font-weight: normal!important;
	text-transform: none!important;
}

	
#category-posts-2-internal .cat-post-item, #category-posts-3-internal .cat-post-item,   {

    border-bottom: none!important;
    list-style: none;
        list-style-type: square!important;
    list-style-type: square!important;
    margin: 3px 0;
    padding: 3px 0;

}


#category-posts-2-internal li > div, #category-posts-3-internal li > div,    {

    margin: 0px 0 0 0!important;
    clear: none!important;
	float: left;
}



/*sidebar sidebar-im */
div.sidebar-im {
	color: #000;
	background-color: #a9de74;
	
	background-image: url(_images/IM-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
.sidebar-im hr {
    border: 0;
    height: 1px;
    background: #CCC;
    /*background-image: linear-gradient(to right, #ccc, #333, #ccc);*/
}
.sidebar-im a:hover {
	color: #f1ffe8;

}
.sidebar-im H3.widget-title {
	color: #FFF;
	font-size: 1.4em;
	font-weight: normal;
}




/* !footer */
/* -------------------------------------------------------------- */
.pre-footer {
    background-color: #243989;
    border-top: 1px solid #c7cbdc;
    border-bottom: 1px solid #fff;
}
.pre-footer .contain {
    background-color: #243989;
    color: #FFF;
    padding: 0;
    border-top: 0px solid rgba(0, 0, 0, .0);
    border-bottom: 0px solid rgba(0, 0, 0, .0);
    width: 100%;
}
.pre-footer .contain li.section {
    display: table-cell;
    width: 25%;
    padding: 2% 2.5%;
    border-left: 1px solid RGB(100, 120, 167);
}
.pre-footer .contain li.section:first-child {
    border-left: none;
}
.pre-footer a {
    color: #CCFF19;
    text-decoration: none;
}
.pre-footer a:hover {
    color: #FFF;
    text-decoration: none;
}
.pre-footer a:active {
    color: #CCFF19;
    text-decoration: none;
}
/* widget styles */
.pre-footer .widget-title {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    padding-top: 5px;
    color: #FFF;
}
.pre-footer .widget {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #FFF;
}
.pre-footer .widget p, .pre-footer .widget li {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #FFF;
}
.pre-footer .widget li {
    display: list-item;
    width: 100%;
    padding: 0px 0px 8px 4px;
    border-left: none;
    list-style-type: square;
    margin-left: 12px;
}
.pre-footer .widget h3.widget-title {}
/* end widget styles */
.footer {
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    background-color: #243989;
}
.footer .contain {
    border-top: 1px solid #2A447C;
    border-bottom: 1px solid #2A447C;
    background-color: #243989;
    padding: 18px 35px;
    max-width: 1100px;
}
.footer * {
    font-size: 10px;
    line-height: 11px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #a0b8e8;
    text-decoration: none;
}
.footer a:active {
    color: #fff;
    text-decoration: none;
}

#category-posts-5-internal .cat-post-item  {

    border-bottom: none!important;
    list-style: none;
        list-style-type: square!important;
    list-style-type: square!important;
		margin: 0px 0; 
		padding: 0px 0; 

}
#category-posts-5-internal .cat-post-title {
    font-size: 12px!important;
	line-height: 16px!important;
}
ul #category-posts-5-internal  {

    margin: -3px 0px 0px 12px!important;
    
}#category-posts-5-internal li > div  {

    margin: 0px 0px 0px 4px!important;
    clear: none!important;
	padding-bottom: 10px!important;
	
}


/* !blog */
/* -------------------------------------------------------------- */
.blog .entry-content {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px !important;
}
.entry-content img { /*
    padding: 4px;
    background-color: #ebebeb;
    border: 1px solid #CCC;
    margin-bottom: 10px; */
}
/* !misc */
/* -------------------------------------------------------------- */
/* Alignment */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
.required {
    color: #c00;
}
.flexslider {
    border: none !important;
    margin: 0 !important;
}
.entry-meta { /* hide news page summary info */
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
/* !Images */
/* -------------------------------------------------------------- */
a img {
    border: none;
}
p img {
    margin-bottom: 10px; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-area img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.attachment-post-thumbnail {
    height: 140px;
    width: 140px;
}
img.alignleft, .wp-caption.alignleft {
    margin-right: 10px;
}
img.alignright, .wp-caption.alignright {
    margin-left: 10px;
}
img.leadership { /*	use for head shots */
/*     padding: 4px;
    margin-bottom: 10px;
    margin-right: 20px;
    background-color: #ebebeb;
    border: 1px solid #CCC;
    margin-top: 5px;
    margin-left: 0px;
    float: left; */
} 
img.investmentImage { /*	use for investments that aren't in a slide show */
    /*padding: 4px;
    background-color: #ebebeb;
    border: 1px solid #CCC;
    margin-bottom: 10px;*/
}
img.investmentImageSidebar { /*	use for investments on the sidebar that don't need any margin at the bottom */
    /*padding: 4px;
    background-color: #ebebeb;
    border: 1px solid #CCC;
    margin-bottom: 0px;
    margin-top: 20px;*/
}
img.gcframe {
    padding: 10px;
    border: 1px solid #CCC;
}
.sidebarCaption {
    line-height: 16px;
    font-weight: normal;
    color: #666;
    font-size: 12px;
    font-variant: normal;
    margin-top: 0px;
}
.wp-caption {
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: center;
    font-style: italic;
}
.wp-caption img {
    margin: 0px;
}
.wp-caption .wp-caption-text {
    margin: 10px;
    font-size: 12px;
}
.wp-smiley {
    margin: 0;
}
/*
div.entry-content div.h5ab-print-button-container {
	visibility: hidden;
}
*/
/* CSS Document */
#slider {
    background-color: #FFF!important;
}

/* integrity matters */
.gc-im {
	height: 140px;
	background-color: none;
	background-image: url(_images/INTEGRITYMATTERS.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

/* banner*/
.gc-announce {
	font-size: 16pt; 
	color: #ffffff;
	font-weight:bold;
}
.gc-announce a {
	 
	color: #a9de74;
}
.gc-announce a:hover {
	
	color: #ffffff;
}
/* integrity matters banner link*/
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
