﻿@charset "UTF-8";
/*CSS Document*/
*:focus { 
     outline: none; 
 } 
  
.ms-WPBody
{
	/*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; */	
}
.gmSecondaryBg
{
  background-color:  #fafafa;
  padding-bottom:80px;
}

a,a:link{	
	color:#1266da;
}
a:visited{
	color:#1266da;
}#MS
a:hover{
	color:#1266da;
}

#gmContentContainer{
background-color:#fafafa;

}

/*#s4-titlerow > div:first-child{
	display:none;
}
*/
.ms-rteElement-H1{
   
  padding: 20px 5px 20px 0px; 
    text-align: left;
    color: rgb(126, 12, 110);
  /*  line-height: 26px;
    font-size: 26px; */
    line-height: 44px;
    font-size: 32px;
    font-weight: 300;
	margin: -10px 0px 20px 0px;
 
}
 
/*spacing around web parts*/
.ms-PartSpacingVertical 
{

    margin-top: 0px !important;

}

div.ms-dlgContent{z-index:5000;}

.ms-PartSpacingHorizontal

{

   width: 0px !important;

}
/*web part tool area*/
.ms-ToolPaneOuter
{
    z-index:3000;
    position:relative;
}
.s4-bodyContainer
{
    background-color: #fafafa;
    }
    
.ms-WPBody h3 {
font-weight:600 !important;
color:rgba(46, 46, 46, 1) !important;
font-size:24px !important;
}

.ms-WPBody h1
{
	/*font-weight: normal;
	font-size: 24px;*/
	text-align: left; 
	color: rgb(126, 12, 110); 
	line-height: 44px; 
	font-size: 32px;
	font-weight:300;
	margin: -10px 0px 20px 0px;
}

/* from corev4.css and controls.css */
.ms-rteElement-P {
    color: #323232;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
}

/* from corev4.css */
.ms-WPBody h2  {
    font-weight: 600 !important;
    color: #676767;
    font-size: 24px !important;
}

/* from corev4.css and controls.css */
.ms-rteElement-H2 {
	    font-weight: 600 !important;
    color: #676767;
    font-size: 24px !important;
}

.ms-WPBody td {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}

.ms-WPBody a:hover, .ms-WPBody a:link, .ms-WPBody a:visited {
	color:#1266da !important;	
	font-weight:700 !important;
	text-decoration:none !important;   
} 


#WebPartAdderUpdatePanelContainer
{
    font-size:9px;
    font-family: Arial;
}

div.gmGlobalNav nav{
	visibility:hidden;
}
/*default sp menu*/
div.gmGlobalNav > div div:nth-child(2){
	/* Changed due to tooltip not showing when typing-in the search box*/
	/* visibility:hidden; */
}


#SecTerHorizontalNav{
	display:none; 
	}

#MSO_ContentTable 
{
    position:static !important;
    
  /*top:80px; for fixed nav 
margin-top:11px;*/ 
/*max-width: 1200px !important;*/
margin-top:90px;
margin-left:auto;

margin-right:auto;


}
div.centeredContent
{
	position:relative;     
    max-width: 1024px !important;
    min-width: 900px; /* !important;*/
    margin-left: auto;
    margin-right: auto;   
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	
	
	
}

div.shareContentDiv
{
	position:relative;     
    max-width: 1024px !important;
    min-width: 900px; /* !important;*/
    margin-left: auto;
    margin-right: auto;   
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	padding-top:10px;
	padding-bottom:10px;
}


div.expandedContent
{
    position:inherit;
   -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;    
 box-sizing: border-box;

}



#gmContentContainer > div.boxedContent
{
    padding-top:20px;
    padding-bottom:20px;
    padding-left:40px;
    padding-right:40px;
    background-color:#FFFFFF;
    border: 1px solid #e6e8ea;
    margin-top:20px;   
    
    
}

 

#gmContentContainer > div.boxedContent:empty
{
    display:none;
}

/* Remove div scrolling and let the browser take over */ 
/*  body.v4master 
{
    height: auto !important;
    overflow: auto !important;
    width: auto !important; } 
    
    
  body #s4-workspace      
    {
        
        left: inherit !important;    
        overflow-x: inherit !important;     
        overflow-y: inherit !important;     
        overflow: inherit !important;     
        position: inherit !important; }

*/
body #s4-bodyContainer
{

max-width: 3000px !important;

margin-left:auto;

margin-right:auto;
 

}
.slideShowContent
{
    
    /*position: relative;*/
    margin-top: -14px;
    overflow:hidden;
}

#MSO_ContentTable html, #MSO_ContentTable div, #MSO_ContentTable span, #MSO_ContentTable .ms-WPBody
{
	/*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
	font-style: normal;
	font-size:16px;
	color:#323232;
	line-height:28px;
	font-weight:300;
	letter-spacing:0em;*/

 /*  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important; */
   font-family:Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
	font-style: normal;
	font-weight: 300 ; 
	font-size:16px; 
}

/*#s4-ribbonrow{margin-top:60px;}*/

.gmHeaderBar:hover{overflow:visible;}

.gmHeaderBar
    {
     /*for fixed nav*/
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    top:-3px;
    left:0px;
    margin-left: -18px;
     /*end for fixed nav*/
    height:58px;
	border:1px #f4f6f7 solid;
	/*box-shadow:  inset 0px 0px 15px rgba(50, 50, 50, 0.4);*/
	
     -moz-box-shadow:    inset  0  15px 15px -15px rgba(50, 50, 50, 0.4), 
                        inset  0 -15px 15px -15px rgba(50, 50, 50, 0.4);
     -webkit-box-shadow: inset  0  15px 15px -15px rgba(50, 50, 50, 0.4), 
                        inset  0 -15px 15px -15px rgba(50, 50, 50, 0.4);
     box-shadow:        inset  0  15px 15px -15px rgba(50, 50, 50, 0.4), 
                        inset  0 -15px 15px -15px rgba(50, 50, 50, 0.4); 
	background-color: #ffffff;
	padding-top:10px;
	padding-bottom:10px;
  /*  overflow:hidden;*/
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
	font-style: normal;
	font-size:14px;
	font-weight: 200; 
        }
    .gmHeader
    {
max-width: 1250px !important;
left:38px;
margin-left:auto;
padding-left:15px;
padding-right:15px;

margin-right:auto;
        }   
.gmLogo
{
    width:140px;
    height: 34px;
    left: -20px;
    position: relative;
    margin-top:15px;
    float:left;
    }
    
    .gmLogo a
    {
        background: url('/publishingimages/gnma_logo_small.png');
        width:148px;
        height:34px;
        display:block;
        
        background-repeat: no-repeat;
    }
    
    
	
	div.s4-ql{
	display:none;
	}

    
    .gmGlobalNav
    {
        position:relative;
         
        display:inline;
        z-index:auto;
        top:-10px;
        right:45px;/*was 8*/
        float:right;
    }
    
.content_last_updated{
    top: 10px;
    position: absolute;    
    color:#a4a4a4 !important;
}

.content_last_updated span{ 
    color:#a4a4a4 !important;
}


           
        /**FOOTER**/
        
.gmFooter
{
     
    width:100%;
    height:50%;
    margin:auto;
	padding:0px;
    background:#323232;   
}        
        
table.footer
{
	width: 100%;
	background: #323232;
/*	border: 1px #646464 solid; */
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 	
	}
	
.footer-top-row
{
	width:512px;
	margin:auto;
	font-size:12px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	
	color:#e6e8ea;
	text-align:center;	
	border-bottom: 1px #646464 solid;
	margin-top:60px;
	border-collapse:collapse;
}

.footer-top-row td.topCell
{
 padding: 0 0 22px 0;
 font-weight:700;
}

.footer-top-row td.bottomCell
{
 padding: 0 0 22px 0;
 font-weight:300;
}

.footer-top-row a, .footer-top-row a:hover, .footer-top-row a:visited 
{		
	color:#f4f6f7;
	text-decoration:underline;
	}



.footer-middle-row
{
	width:512px;
	margin:auto;
	font-size:12px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	 font-weight:300;
	text-align:center;
	
	border-bottom: 1px #646464 solid;
	color:#f4f6f7;
}




.footer-middle-row td
{
 padding: 20px 0 20px 0;
 width:25%;
}

.footer-middle-row a, .footer-middle-row a:hover, .footer-middle-row a:visited 
{		
	color:#f4f6f7;
	}

.footer-social-row
{
	width:334px;
	margin:auto;	
	text-align:center;
	}

.footer-social-row td
{

 padding: 25px 0 20px 0;
  width:25%;
 
}

.social_link{
	width:36px;
	height:30px; 
	display:block;
	border-radius:50px; 
	border:1px white solid;
	padding-left:3px;
	padding-top:9px;
}


.footer-copyright-row
{
	width:480px;
	margin:auto;	
	text-align:center;
	font-size:10px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-weight:300;
	color:#9c9c9c;
	letter-spacing: .01em;

	}

.footer-copyright-row td.topCell
{
 padding: 0 0 10px 0; 
  color:#f4f6f7 !important;
 font-size:12px !important; 

}

.footer-copyright-row td.bottomCell
{
 padding: 0 0 40px 0; 
}


.subscriptionTextBox{
	color:#ffffff;  
	border:2px #ffffff solid;  
	background-color:#323232; 
	/*font-size:12px; */
	width:200px; 
/*	padding:10px 16px 9px 16px; */
	height:35px;
	margin:0;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:16px;
	padding-right:16px;
	vertical-align:top;

}

.subscriptionButton{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-weight:700;
/*	font-size:12px; */
	color:#323232;
	border: none;  
	background-color:#ffffff;
	height:39px; 
	padding:0;
	margin:0;
	padding-top:0px;
	padding-left:23px;
	padding-right:23px;

	/*padding:9px 23px 9px 23px;
/*	position:relative; */
/*	margin-top:5px; *
}

.social_logo
{
/*	width:36px;
	height:36px;	*/
}



        /**END FOOTER**/
        
        /**Latest News**/
        
       div .toggle .close,
div .opened .toggle .open {
  display: none;
}

div .toggle .opened,
div .opened .toggle .close {
  display: inline;
}

div .opened {
  height: auto !important;
}
div.newsBoxDate{
	color:#454545;
		font-size:16px !important;
		font-weight: 600 !important;
		letter-spacing:0.07em;
		font-style: normal;
		padding-left:0px;
		padding-top:10px;

}
span.newsBoxDateDate{
		font-weight: 500 !important; 
		font-size:14px !important;
}

div.newsBoxHeader {
   
	
 	width:100%;
 	min-width:100%;
 	max-width:100%;
	padding: 10px 15px 10px 0px;
	text-align: left;
	color: #1266da; 
	line-height:35px;
	font-size: 24px !important;
	font-weight: 500 !important; 
	font-style: normal !important; 	
	overflow: hidden;

	}
	 /*pjp added to get rid of block elements within html markup since dotdotdot doesn't like them*/
.bodyCell .is-truncated * {
	display:inline !important;
}	

.bodyCell span, .bodyCell a, .bodyCell strong, .bodyCell p {
    font-size: 16px !important;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    color: #323232 !important;
}

 
div.newsBoxBody {
				
	height: 125px;
	min-height:125px;
	max-height:125px; 
 	width:100%;
 	min-width:100%;
 	max-width:100%;
	display: table-cell;
	padding: 0px 15px 0px 0px;
	border-bottom: 1px solid #e6e8ea;
	border-image-source: none; 
	text-align: left !important; 
	color: #323232;
	line-height: 24px !important; 
	font-size: 16px !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-style: normal !important; 
	font-weight: 300 !important; 
	overflow: hidden;
	 }
	 
	 div.newsBoxBody div{
				
	color:#323232 !important;
	font-size: 16px !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-style: normal !important; 
	font-weight: 300 !important; 
	line-height: 20px !important; 
	
	 }
	 
	 	 div.featureBoxBody div{
				
	color:#323232 !important;
	font-size: 16px !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-style: normal !important; 
	font-weight: 300 !important; 
	line-height: 20px !important; 
	
	 }

	 
	 
	div.newsBoxBody p{				
	color:#323232 !important;
	font-size: 16px !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-style: normal !important; 
	font-weight: 300 !important; 
	line-height: 20px !important; 
	margin-top:0px;
	margin-bottom:0px;	
	 }

	 
div.newsBoxBodyNoBorder{
				
	height: 110px; 
	display: table-cell;
	padding: 0px 15px 0px 0px;
	border-image-source: none; 
	text-align: left !important; 
	color: #323232;
	line-height: 24px !important; 
	font-size: 16px !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-style: normal !important; 
	font-weight: 300 !important; 
	overflow: hidden;
	 }
	 
div.newsBoxBodyNoBorder div{
				
	color:#323232 !important;
	font-size: 16px !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-style: normal !important; 
	font-weight: 300 !important; 
	line-height: 20px !important; 
	
	 }
	 
div.newsBoxBodyNoBorder p{				
	color:#323232 !important;
	font-size: 16px !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-style: normal !important; 
	font-weight: 300 !important; 
	line-height: 20px !important; 
	margin-top:0px;
	margin-bottom:0px;	
	 }



 

.readmore {
	margin-top:-40px;				
	height: 25px; 
/*	width: 295px; */
	padding: 5px 25px 0px 5px;
	/*border-left: 1px solid #e6e8ea;*/
	text-align: right; 
	color: rgb(125, 125, 125); 
	line-height: 20px !important; 
	font-size: 12px !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-style: normal !important; 
	font-weight: 600 !important; 
/*	background-color: rgb(255, 255, 255);	*/	
	 }
	 
 .readmore a {
	
	color: rgb(125, 125, 125); 
	line-height: 20px !important; 
	font-size: 12px !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	font-style: normal !important; 
	font-weight: 600 !important; 
	background-color: rgb(255, 255, 255);		
	 }


        
        /**End Latest News**/
        
        a.gnma_button {        
    border-radius: 15px;   
    text-align: center;   
    border: 1px solid #1266da;
    padding: 8px 40px; 
    background: none;   
    color:#1266da !important;
    text-decoration:none !important;
    font-size:16px;   
}

a.gnma_button: visited, a.gnma_Button: hover , a.gnma_Button:target{   
    border-radius: 15px;   
    text-align: center;   
    border: 1px solid #1266da;
    padding: 8px 40px; 
    background: none;   
    color:#1266da !important;
    text-decoration:none !important;
    font-size:16px;
}


a.gnma_button:active, a.gnma_button:hover {  
    border-radius: 15px;   
    text-align: center;   
    border: 1px solid #cfd4d8;
    padding: 8px 40px; 
    background: none;    
    /*color:#cfd4d8 !important;*/
    color:white !important;
	background-color: #1266da !important;

    text-decoration:none !important;
    font-size:16px;
}


a.gnma_button_white {        
    border-radius: 15px;   
    text-align: center;   
    border: 1px solid #ffffff;
    padding: 8px 40px; 
    background: none;   
    color:#ffffff !important;
    text-decoration:none !important;
    font-size:16px;   
}

a.gnma_button_white: visited, a.gnma_Button_white: hover , a.gnma_Button_white:target{   
    border-radius: 15px;   
    text-align: center;   
    border: 1px solid #ffffff;
    padding: 8px 40px; 
    background: none;   
    color:#ffffff !important;
    text-decoration:none !important;
    font-size:16px;
}


a.gnma_button_white:active {  
    border-radius: 15px;   
    text-align: center;   
    border: 1px solid #cfd4d8;
    padding: 8px 40px; 
    background: none;    
    color:#cfd4d8 !important;
    text-decoration:none !important;
    font-size:16px;
}

/*calendar*/

.ms-acal-header{
	text-align: center;
	background-color: #1266ba;
	padding: 20px 20px 20px 20px;
	margin: 5px 0px 0px 20px;
	max-height:25px;
	height:25px;
}
td.ms-acal-headerentity{
	width:30px !important;
}
.ms-acal-display{
	font-size: 22px !important;
	color: #fff;
	font-weight:600 !important;
}
.ms-acal-month-top{
	color: #1266ba;
	padding-top:5px;
	padding-bottom:7px;
	background-color: #eaf0f7 !important;
	border:1px solid rgba(184, 216, 244, 1);
	
}

table.ms-acal-month tbody tr th:nth-child(2){
	border-left-color: #eaf0f7 !important;
}
table.ms-acal-month tbody tr th:last-child{
	border-right-color: #eaf0f7 !important;
}

.ms-acal-month-top span{
	font-size:12px !important;
	font-weight:700 !important;
}
.ms-acal-summary-dayrow{
	text-align: right;
}

.ms-acal-item{
	background-color: #f4f6f7;
	border: 1px solid #e6e8ea;
	display:flex;
	justify-content:center;
    min-height:34px;
    max-height:34px;
	/*padding: 7px 0px 7px 0px;*/
	font-size: 10px !important;

	/*
pjp 10/10
height:auto !important; 
min-height:27px;
*/
}

.ms-acal-item:hover{
 background-color:white;
}
.ms-acal-item a{
	text-decoration:none;
	color: #323232 !important;
	font-size: 10px !important;
}
.ms-acal-item a:hover{
	color: #323232 !important;
	text-decoration:none;
}
.ms-acal-time{
	display: none;
}
.ms-acal-time-hover{
	display: none;
}
.ms-acal-rootdiv{
	margin-left:5px;
}
.ms-acal-rootdiv div{
	white-space: normal;
}
.ms-acal-title {
  	height: 35px; 
  	padding-top: 0px;
  	font-size: 10px !important;
  	
	position:static; /* absolute;
	top: 8px;
	left: 8px;
	*/

}
.ms-acal-sdiv, .ms-acal-mdiv {
  	font-size: 10px !important;
  	padding:3px;
  	align-self:baseline;
  	line-height:14px;
  	/*margin-left: -50px;*/
}
.ms-acal-sdiv a, .ms-acal-mdiv a {
	position: static;/*absolute;pjp*/
	font-size: 10px !important;
		/*top: 8px;
	left: 8px;
	*/
}
.ms-acal-summary-dayrow th{
	visibility: hidden;
	border: 0px;
}
.ms-acal-summary-dayrow td div{
	background-color: #fff;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	border-bottom: 0px;
	border-right: 1px solid #f5f6f7;
	border-left: 1px solid #f5f6f7;
	font-weight:700 !important;
}
.ms-acal-summary-itemrow td div{
	border-right: 1px solid #f5f6f7;
	border-left: 1px solid #f5f6f7;
	margin: 0px;
}

div.ms-acal-header > table > tbody > tr > td img
{
    display:none;
}

div.ms-acal-header > table > tbody > tr > td:nth-of-type(1) a{
    left: 335px;
    position: relative;
    top:-19px;
    color:#eaf0f7;
}

div.ms-acal-header > table > tbody > tr > td:nth-of-type(1) a:after{
    content:'‹';
    font-size: 45px;
}



div.ms-acal-header > table > tbody > tr > td:nth-of-type(2) a 
{
    position: relative;
    left: 513px;
    top:-19px;
    color:#eaf0f7;
}

div.ms-acal-header > table > tbody > tr > td:nth-of-type(2) a:after{
	content:'›';
	font-size:45px;
}

.ui-tooltip {
	font-size: 14px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    color: #323232 !important;
    background-color: #fff;
    border: 1px solid #e6e8ea;
    box-shadow: 0 0 0px #ccc;
    border-radius: 0px;
    width: 200px;
}


/********Calendar Modal*******/
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal2 {
    display:    none;
    position:   absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/style library/images/ajax-loader.gif') 
                50% 30%
                no-repeat;
               /* background-size:30%;*/
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loadingcal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.loadingcal .modal2 {
    display: block;
}

/*calendar agenda print */
.dialogPrintOptions .ui-dialog-buttonpane .ui-dialog-buttonset {
	float:left;
}
.dialogPrintOptions .ui-dialog-buttonset{
	margin-left:10%;
	
}
.dialogPrintOptions .ui-dialog-buttonset button{
	width:100px;
}


.calendarAgendaViewCont{
	overflow:hidden;
	width:900px;
}
.calendarAgendaView {
	width:100%;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	max-width:900px;
	width:900px;

}
.calendarAgendaView thead tr th img{
	margin:3px;
}
.calendarAgendaView thead tr:nth-child(2) th  {
padding-top:10px;
border-top:1px solid black;
border-right:1px solid black;
border-left:1px solid black;
font-size:30px;
 
}
.calendarAgendaView thead tr:nth-child(3) th  {
border-bottom:1px solid black;
border-right:1px solid black;
border-left:1px solid black;
 
}



.calendarAgendaView tr td .grpCont {
	overflow-x:hidden;	
}
.calendarAgendaView .grpCont div.evDt{
	float:left;
}
.calendarAgendaView .grpCont div.imgCont{
	width:auto;
	overflow:hidden;
	margin-top:11px;
	padding-left:5px;
}
.calendarAgendaView .grpCont div.imgCont img{
	height:1.5px;
	width:100%;
}
 
.calendarAgendaView div ul{
	margin:0;
}    
  

/******Site Wide Search******/

#searchContainer #SRSB, div.gmGlobalNav #SRSB{
	/*left:395px;
	top:21px;
	position:fixed;	*/
	margin-top:21px;
}

#searchContainer #SRSB > div, div.gmGlobalNav #SRSB > div{
	width:400px !important;
}

div.gmHeaderBar .ms-sbscopes, #searchContainer .ms-sblink{display: none;}
div.gmHeaderBar input.ms-sbplain{
border:none !important;
border-bottom: 1px solid #cfd4d8 !important;
background: none;
font-size:14px;
font-weight:300;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}
div.gmHeaderBar img.srch-gosearchimg{display:none;}
div.gmHeaderBar td.ms-sbgo{
    display: block;
    background: url('/publishingimages/search-grey@2x.png');
    background-repeat: no-repeat;
    background-size: 23px;
    margin-top: 5px;
    height:23px;width:23px;
 
}

div.gmHeaderBar td.ms-sbclear{
    display: block;
    background: url('/publishingimages/close@2x.png');
    background-repeat: no-repeat;
    background-size: 23px;
    position:absolute;
    height:23px;width:23px;
 
}



div.gmHeaderBar input.ms-sbplain::-ms-clear {
    display: none;
}
 
#searchContainer td.ms-sbgo a:before{content:"\00a0\00a0\00a0\00a0\00a0";}

div.gmHeaderBar div.srch-AutoCompContainer{
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
font-size: 14px;
color: #1266da;
line-height: 16.8px;
background-color: #f4f6f7 !important;
padding:0px 0px 0px 0px !important;
top: 57px;
}
div.gmHeaderBar div.srch-AutoCompDropImg{display:none;}
div.gmHeaderBar div.srch-AutoCompList{background-color:transparent;background:none;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;


}

div.gmHeaderBar div.srch-AutoCompList{
width:381px;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
font-size: 14px !important;
color: #1266da;
line-height: 16.8px !important;
}

div.gmHeaderBar div.srch-AutoCompListItem{
background:none;
height:25px !important;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
font-size: 14px !important;
color: #1266da;
line-height: 16.8px !important;
background-color: #f4f6f7 !important;
border: 1px solid #e6e8ea; 
margin:0 !important;
padding: 10px 10px 10px 10px !important;
}
div.gmHeaderBar div.srch-AutoCompHListItem{
background:none;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
font-size: 14px !important;
color: #7e0c6e;
line-height: 16.8px !important;
border: 1px solid #e6e8ea; 
height:25px !important;
margin:0 !important;
font-size: 14px;
color: #7e0c6e;
line-height: 16.8px;
padding: 10px 10px 10px 10px !important;
background-color: #f4f6f7 !important;

}

#searchContainer{
	display:none;
}

td.srchctr_leftcell, td.srchctr_rightcell{
	display:none;
}


/******** Disclosure Data Tables********/
.boxedContent .ms-paging{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
	color: #1266da !important;
    font-size: 14px !important;

}
div.additionallinks p a {font-size:14px !important;}
.gmFilterBlock{position:relative;z-index:5;width:100%;/*border:1px solid #e6e8ea;*/ padding-left:5px;padding-right:5px;padding-top:10px;padding-bottom:10px;}
.gmFilterBlock .ui-selectmenu-button{
    width: 150px;
    background: none;
    background-color:white;
    border-radius: 0px;
    font-size: 0px !important;
    top:1px;
    height: 30.4px;
}
#searchBy-menu .ui-menu-item, .gmFilterBlock input[type="text"]{
    padding: 0.276em;
    border: 1px solid #e6e8ea;
    font-weight: 300;
    color: #676767;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    font-size: 14px;
}
.gmFilterBlock .ui-icon-triangle-1-s{
    background-color: #e6e8ea;
    height: 100%;
    width: 30px;
    margin-top: 0px !important;
    top: 0px !important;
    right: 0px !important;
    background: url('/PublishingImages/arrow-blue@2x.png') center no-repeat #e6e8ea;
    background-size: 20px;
    
}

/*gmFilterBlock Drop-down hover */
/*
.gmFilterBlock .ui-menu-item .ui-widget-content .ui-state-active, .ui-menu-item-wrapper ui-state-active .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{

*/	
.ui-widget-content .ui-state-active { 
	
     border: 1px solid #999;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}


.ui-button.ui-state-active:hover {
	border:1px solid #CCCCCC !important;
	background:gray !important;
}

#additionalInfoDD-button{
border:none;
font-size:12px;
background:none;
width:98% !important;
}
#additionalInfoDD-button .ui-icon-triangle-1-s{
display:none;
}
#additionalInfoDD-button .ui-selectmenu-text{position:relative;left:10px;}
#additionalInfoDD-button .ui-selectmenu-text:after{
	content:"   ˅";
}
#additionalInfoDD-button .ui-selectmenu-text, #additionalInfoDD-menu, #additionalInfoDD-menu .ui-menu-item{
font-size:12px;
text-align:center;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
color: #676767;
font-weight:300 !important;
}
#additionalInfoDD-menu .ui-menu-item:first-child{display:none;}

 
.disclosureInfoBox{
	border:1px solid #e6e8ea;
}
.disclosureInfoBox table td{
padding:15px 10px;

}
 
.disclosureDataTable th a{
	color:#646464 !important;
} 

.disclosureDataTable.verticalCols th {
	font-weight:normal;
	padding-left:10px;
	font-weight:300;
	text-align:left;
	border:none !important;
}
 
.disclosureDataTable tr:nth-child(odd){
background-color:#f0f0f0;
}

.disclosureDataTable td{
padding:15px 10px;
}
.disclosureDataTable td a{
	color: #1266da;
}
 
.disclosureDataTable td:first-child{
color:#646464 ;
width: 33.33%;
white-space:nowrap;
} 

.disclosureDataTable td:first-child + td{
color: #323232 ;
text-align:left;
width: 66.66%;
}

.disclosureDataTable.threecols th{
	width:25%;
	color:#646464;
	padding:20px 10px !important;
	border:1px solid #e6e8ea;

}

.disclosureDataTable.threecols td:first-child{
	width:33.33%;
	color:#323232;
}
.disclosureDataTable.threecols td:first-child + td{
	width:33.33%;
	color:#323232;
}
.disclosureDataTable.threecols td:first-child + td + td{
	width:33.33%;
	color:#323232;
}

.disclosureDataTable.fourcols th{
	width:25%;
	color:#646464;
	padding:20px 0px;
	border:1px solid #e6e8ea;

}

.disclosureDataTable.fourcols td:first-child{
	width:25%;
	color:#323232;
}
.disclosureDataTable.fourcols td:first-child + td{
	width:25%;
	color:#323232;
}
.disclosureDataTable.fourcols td:first-child + td + td{
	width:25%;
	color:#323232;
}

.disclosureDataTable.fourcols td:first-child + td + td + td{
	width:25%;
	color:#323232;
}

.disclosureDataTable.fourcols.split th:first-child + td{
	border-right:2px solid #e6e8ea !important;
}
.disclosureDataTable.fourcols.split th{
	padding-left:10px !important;
}


.disclosureDataTable.fivecols th{
	width:20%;
	color:#646464;
	padding:20px 0px;
	border:1px solid #e6e8ea;

}

.disclosureDataTable.fivecols td:first-child{
	width:20%;
	color:#323232;
}
.disclosureDataTable.fivecols td:first-child + td{
	width:20%;
	color:#323232;
}
.disclosureDataTable.fivecols td:first-child + td + td{
	width:20%;
	color:#323232;
}

.disclosureDataTable.fivecols td:first-child + td + td + td{
	width:20%;
	color:#323232;
}

.disclosureDataTable.fivecols td:first-child + td + td + td + td{
	width:20%;
	color:#323232;
}


.disclosureDataTable.eightcols th{
	width:25%;
	color:#646464;
	padding:20px 0px;
	border:1px solid #e6e8ea;

}

.disclosureDataTable.eightcols td:first-child{
	width:12.5%;
	color:#323232;
}
.disclosureDataTable.eightcols td:first-child + td{
	width:12.5%;
	color:#323232;
}
.disclosureDataTable.eightcols td:first-child + td + td{
	width:12.5%;
	color:#323232;
}

.disclosureDataTable.eightcols td:first-child + td + td + td{
	width:12.5%;
	color:#323232;
}
.disclosureDataTable.eightcols td:first-child + td + td + td + td{
	width:12.5%;
	color:#323232;
}
.disclosureDataTable.eightcols td:first-child + td + td + td + td + td{
	width:12.5%;
	color:#323232;
}
.disclosureDataTable.eightcols td:first-child + td + td + td + td + td + td{
	width:12.5%;
	color:#323232;
}
.disclosureDataTable.eightcols td:first-child + td + td + td + td + td + td + td{
	width:12.5%;
	color:#323232;
}




.disclosureActionLink > span, .additionalInfoBlock > span { color:#1266da; font-size:18px !important;letter-spacing:0.01em;   }
.disclosureActionLink span:nth-child(2) { color:#646464; font-size:14px !important; padding:5px; display:block; }
.loanLevelData table th{
padding-left:0px;border-bottom: 3px solid rgba(229, 231, 233, 1);padding-top:20px;padding-bottom: 5px;text-align:left;font-size:13px;text-align:left;
}
.loanLevelData table td{padding:20px 0px;font-size:13px;text-align:left;}
.loanLevelData table td:first-child span , .loanLevelData table td:first-child a{font-weight:600 !important;}
.loanLevelData a{
	color:#1266da;
}
.sectionText{font-weight:bold;font-size:16px;padding-left:0px !important;background-color:transparent !important;color: #7e0c6e !important;text-align: left;}

.sectionTextDark{
font-weight:bold !important;
padding-top:15px !important;
padding-bottom:15px !important;
padding-left:5px !important;
color:#fff !important;
background-color:rgba(1, 45, 107, 1) !important;
text-align:center !important;
height:30px;
}

.disclosureHeaderTable {
border: 1px solid #e6e8ea;
background-color: #f4f6f7;
}
.disclosureHeaderTable  td{
	width:33.33%;
	padding:15px 10px;
	text-align:left;
}
.disclosureHeaderTable  td span{
color:#323232;
}

.arrow {border:none;vertical-align:text-bottom;height:25px;width:25px;} 

.ms-cui-group{
 z-index:1100;
 background-color:white;
}

.ms-cui-menu{
	z-index:1200 !important;

}

/*
.ui-dialog{
    width: 400px;
    z-index: 101;
    margin-left: 50%;
    margin-right: 50%;
    left: -200px;
    margin-top: 200px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
	font-style: normal;
	font-weight: 300 ; 
	font-size:14px;  
	vertical-align:middle;

}
.ui-dialog .ui-dialog-titlebar {
	display:none;
}

*/

table.ms-rteTable-staticTable {
-ms-name: "Static Table";
}

.ms-rteTable-staticTable td {
height: 50px;	
font-weight: 300;
color:#323232;
font-size:16px;
}

.ms-rteTable-staticTable th {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;		
color: #7e0c6e;
	line-height:28px;
	font-size:16px;
	font-weight:700;
	text-align:left;
	background-color: #ffffff !important;
}

.ms-rteTableEvenRow-staticTable {
background-color: #ffffff;
}

.ms-rteTableOddRow-staticTable {
background-color: #f0f0f0;
}

.ms-rteTable-staticTable td:first-child {
text-align: left !important;
padding-left: 10px;
}

.ms-rteTable-staticTable td:last-child {
text-align: right !important;
padding-right: 10px;
}

table.ms-rteTable-staticTableWithColHeaders {
-ms-name: "Static Table With Columnn Headers";
}

/* for the tableSubHeader */
.ms-rteTable-staticTableWithColHeaders tr:nth-child(2) td {
background-color:#ffffff;
color:#646464 !important;
font-weight:700 !important;
border-bottom:2px solid #cfd4d8;
font-size:14px !important;
}

.ms-rteTableEvenRow-staticTableWithColHeaders {
background-color: #ffffff;
}

.ms-rteTableOddRow-staticTableWithColHeaders {
background-color: #f0f0f0;
}

.ms-rteTable-staticTableWithColHeaders th {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;		
color: #7e0c6e;
	line-height:28px;
	font-size:16px;
	font-weight:700;
	text-align:left;
	background-color: #ffffff !important;
}


.footer-social-row a{

    height: 45px;
    width: 45px;
    border: 2px solid #ffffff;
    border-radius: 50%;
      -webkit-border-radius: 50%; 
 
 
  -moz-border-radius: 50%; 
    display: inline-block;
}

.footer-social-row img{
	    margin-top: 50%;
    top: -13px;
    position: relative;
}

.footer-social-row td:nth-child(2) img{
	left:-1px !important;
}

.footer-social-row td:nth-child(3) img{
	top: -14px !important;
}
.footer-social-row td:nth-child(4) img{
	top:-14px !important;
}

/****Disclosure*****/
.panelCollection{
	width: 100%;
	display:table;
	position:relative;
	
	margin:0px auto;
	padding-bottom: 40px !important; 
}
.panelCollection .panel{
	width:29%;
	min-width:250px;
	min-height: 320px;
	float:left; 
	padding:20px;
	height:320px;
	display:table;
}
.panelCollection .panel:not(:last-child){
	border-right: 1px solid #e6e8ea;
}
.panelCollection .panel .panelTitle{
	font-size:20px !important;
	font-weight:bold !important;
	margin: 0px auto;
	display:table;
	text-align:center;
}
.panelCollection .panel .panelDescription{
	font-size:16px !important;
	margin: 0px auto;
	height:250px;
	display:table;
	text-align:center;
	margin:20px 0px 20px 0px;
}

.panelCollection .panel .panelLink{
	font-size:16px !important;
	margin: 0px auto;
	display:table;
}


/////***************************MOBILE CSS & OVERRIDES************************/

div[id*='_CurrentNavigation']{
	display:none !important;
}
div.menu-horizontal{
	display:none !important;
}
div.menu-horizontal ul{
	display:none !important;
}
#mSecNav{
	display:none;
}

#bm-nav-icon{
	display:none;
}


#burgermenu{
display:none;
}

#loadingicon{
	position: static;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    background: transparent;
    
}

@media only screen and (max-width:992px){
/**** prevent flashing of client side script / tag at end of master page to override ****/

#MSO_ContentTable div.boxedContent {
	 visibility:hidden;
}

.subsites_banner{
	display:none !important;
}
#gmContentContainer > div.boxedContent{
	margin-top:50px;
	padding-bottom:30px;
}

#MSO_ContentTable{
	margin-top:54px !important;
}
#ctl00_MSO_ContentDiv{
	/*overflow-x:hidden !important;*/
}
#gmContentContainer{
	margin-top: 0px !important;
}
#gmContentContainer > div.boxedContent{
	padding-left: 10px;
	padding-right: 10px;
}
#s4-bodyContainer{
    position: relative;
    /*android blue highlight issue on-touch*/
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;

  /* margin-bottom:  -14px;*/
}

div.gmHeaderBar{
	height:35px;
}

 .ms-rteElement-H1 {
	margin-top:20px !important;
}




.ms-WPBody h1{
margin-top:40px;
	/*margin-top: 20px !important;
	margin-bottom: 20px !important;
	*/
}

#mSecNav{
	display:block;
	position:absolute;
}

.content_last_updated{
	left:5px;
}
div.shareContentDiv{
	display: none !important;
}
#s4-bodyContainer, div.centeredContent, div.shareContentDiv{
	min-width: 20px !important;
}

.panelCollection{
    margin-left: 8%;
}
.panelCollection .panel .panelDescription{
    height:auto !important;
}
.panelCollection .panel {
    min-height:inherit !important;
    height:auto !important;
    margin: 0px auto;
}

  div.gmHeaderBar{
	margin-left:0 !important;
	
 
} 

.footer-copyright-row, .footer-top-row, .footer-middle-row
{
width:inherit;
}

.shareContentDiv{
	padding-right:20px;
}
.ui-accordion-content-active{
	height:auto !important;
}


.gmHeader{
	left:0px;
}

.gmLogo{
	margin-left:-30%;
	width:60%;
	left:50%;
	margin-top:5px;
	position:fixed;
}
#gmLogoLink{
	margin:auto;
}
.megamenu{
	display:none !important;
}


/*burger menu*/
html, body{
  height:100%;
}
#burgermenu{
   display:none;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
 	background-color: rgba(244,246,247,0.8) !important;
  
 	border-bottom: 1px solid #676767 !important;
 	z-index:999;
}

#burgermenu .ui-accordion-header,#mSecNavAcc .ui-accordion-header{
	margin:0px !important;
	color: #676767;
	border:1px solid #676767 !important;
	background-color:#f4f6f7 !important;
	font-size:22px;
	letter-spacing:.04em;	
}

#burgermenu .ui-accordion-icons, #mSecNavAcc .ui-accordion-icons{
	padding-left: 1em;
}

#burgermenu .ui-accordion-content{
	margin-bottom: 0px !important;
	overflow: visible !important;
	 
	
}

#burgermenu .bmselectedmi{
	color: #1266da !important;
	font-weight: bold;

}

.bm-nav-panel{
	background-color:white !important;
	color: #676767 ;
	line-height: 1.55;
	
}
.bm-nav-panel p:nth-child(1){
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.bm-nav-panel h3{
	font-weight:bold;
	margin: 0px;
	
}

.bm-nav-panel h3 a, .bm-nav-panel h3 a:active, .bm-nav-panel h3 a:visited{
	color: rgb(126, 12, 110) !important;
}
#burgermenu  .ui-accordion-content{
	padding: 0em 2.2em;
}
.bm-nav-panel ol{
	list-style:none;
	margin: 0px;
	position:relative;
	left:-20px;
 
}

.bm-nav-panel a, .bm-nav-panel a:active, .bm-nav-panel a:visited{
	color: #676767 ;
}

.bm-nav-panel li a:hover{
	color:#1266da;
}

#burgermenu .ui-accordion-content{
background-color:white !important;
}
#burgermenu .ui-accordion .ui-accordion-icons{
padding-left: 0;	
}

 
#burgermenu .ui-accordion-header .ui-accordion-header-icon::before, #mSecNavAcc .ui-accordion-header .ui-accordion-header-icon::before{
	
	content: "^" !important;
 display: inline-block;
}


#burgermenu .ui-accordion-header  .ui-accordion-header-icon::before, #mSecNavAcc .ui-accordion-header  .ui-accordion-header-icon::before{
 
    	/* Safari */
-webkit-transform: rotate(180deg);

/* Firefox */
-moz-transform: rotate(180deg);

/* IE */
-ms-transform: rotate(180deg);

/* Opera */
-o-transform: rotate(180deg);

}


#burgermenu .ui-accordion-header.ui-accordion-header-active  .ui-accordion-header-icon::before, #mSecNavAcc .ui-accordion-header.ui-accordion-header-active  .ui-accordion-header-icon::before {
    	/* Safari */
-webkit-transform: rotate(0deg);

/* Firefox */
-moz-transform: rotate(0deg);

/* IE */
-ms-transform: rotate(0deg);

/* Opera */
-o-transform: rotate(0deg);

}


#burgermenu .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon::before, #mSecNavAcc .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon::before{
	color: #676767 !important;
	content: "^" !important;
	 padding-bottom: 0px;
}

#burgermenu .ui-accordion-header-icon,  #mSecNavAcc  .ui-accordion-header-icon{
content: "^" !important;
	min-height:50px; 
	
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
    transform:scale(2,1); /* W3C */
    color: #676767;
   top:2px;
   margin-top:auto;
    font-weight:500;
    font-size: 20px !important;
}
 
#burgermenu .ui-accordion-header .ui-accordion-header-icon:hover {
    color: #1266da;
}

#bm-nav-icon ,   #mSecNavAcc-nav-icon  {
  width: 40px;
  height: 45px;
  position: relative;
  margin-top: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display:inline-block;
  float:left;
  top: 0px;
}
#bm-nav-icon.open{
	position:relative;
	top: -5px;
}


#bm-nav-icon span {
  display: block;
  margin:3px;
  position: static;
  height: 5px;
  width: 100%;
  background: #676767;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#bm-nav-icon.open span{
	position:absolute;
}

#bm-nav-icon span:nth-child(1) {
  top: 0px;
}

#bm-nav-icon span:nth-child(2),#bm-nav-icon span:nth-child(3) {
  top: 18px;
}

#bm-nav-icon span:nth-child(4) {
  top: 36px;
}

#bm-nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#bm-nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bm-nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#bm-nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.gmHeaderBar #SRSB .ms-sbplain::-ms-clear {
   
    display:block !important;
}

.gmHeaderBar #SRSB .ms-sbclear{
	display:none;
}

#mSearchOuterCont{
background-color:transparent !important;
position: absolute;
display: block;
width:60%;
margin-left:20%;
visibility:collapse;
}
#mSearchCont{

 width:100%;
    height: 35px;
     background-color:white;
    text-align: center;
    position:relative;
}
#SRSB > div:first-child {
	width:auto !important;
}

#mSearchCont div.srch-AutoCompContainer{
	 top:auto;
 
	
}
#mSearchCont div.srch-AutoCompList{
 width:inherit !important;
 
	position:relative;
}


#searchButtonCont{
    text-align: center;
    position: relative;
    top: 20px;
}
#searchButtonCont a.gnma_button{
float: none !important;
display:block;
width: 75%;
}


/*//////////////////Mobile Sec Nav///////////////////////*/
#SecTerHorizontalNavCont{
	display:none !important;
}
#mSecNav {
    border: 1px solid #e6e8ea;
    height: 50px;
    width: 100%;
    min-height: 50px;
    background-color: #f4f6f7 !important;
    position: absolute;
    float: left;
    display: inline;
    z-index: 599;
}

#mSecNav > div{
    
    display: inline;
    width: 100%;

}
#mSecNav .bm-nav-panel{
    height: 200px;
    display: block;
    position: relative;
    left: -1px;
    margin-bottom: 0px !important;
    margin-right:-2px;
}

#mSecNavDD {
    border: 1px solid #676767;
    background-color: white;
    margin: 5px;
    width: 90.25%;
    height: 80%;
    margin-left: 4%;
    
}
#mSecNavDD:hover{
	cursor:pointer;
}
#mSecNavDDText {
	 
	display: table;
	font-size:27px !important;
	padding:3px;
	width: 100%;
}


#mSecNavDDIcon {
    float: right;
    width: 30px;
    display: inline;
    position: relative;
    height: 100%;
    top: -32px;
    
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
    transform:scale(2,1); /* W3C */
    color: #676767;
   
font-size:20px !important;
 
}

#mSecNavDDIcon::before{
display:inline-block;
	color: #676767 !important;
	content: "^" !important;
	 padding-bottom: 0px;
	 font-weight:500 !important;
	 /* Safari */
-webkit-transform: rotate(180deg);

/* Firefox */
-moz-transform: rotate(180deg);

/* IE */
-ms-transform: rotate(180deg);

/* Opera */
-o-transform: rotate(180deg);
}
 

#mSecNavAcc {
    position: absolute;
    display: block;
    z-index: 1;
 background-color: #f4f6f7;
    width: inherit;
    border-bottom:1px solid #676767 !important;
  /*  margin-left: 4.1%;*/
    
}
#mSecNavAcc .ui-accordion-header{
	font-size:18px;
	padding-top:13px !important;
	left:-1px !important;
	margin-right: -2px !important;
	
}

 
#mSecNavAcc .ui-accordion-header .ui-accordion-header-icon {
    position: relative !important;
    float: right;
    background-image: none;
    top: -3px !important;
    height: 40px;
    width: 32px;
    left:0px;
    font-size: 20px !important;
    text-indent: 0px;
    font-weight: 500 !important;
    left:11px !important;
}
#mSecNavAcc .ui-accordion-header .ui-accordion-header-icon:hover{
	color: #1266da;
}

#mSecNavAcc  .ui-accordion-content {
	overflow:visible;
	padding: 0 !important;
}

#mSecNavAcc .ui-accordion-icons{
	padding-left: 3px !important;
}

#mSecNavAcc .bm-nav-panel ol{
	
	padding-top: 5px;
}
#mSecNavAcc .bm-nav-panel ol li{
	padding-bottom:5px;
}

.SecNavAccselectedmi{
	color: #1266da !important;
	font-weight: bold;
}

#mSearchLinkCont{
    float: right;
    position: relative;
    width:45px;
    top:1px;
}
#mSearchLink{
	display:block;
	background-size:33px;
	background-image:url('/publishingimages/search-grey@2x.png');
	background-repeat:no-repeat;
 
	padding-top:18px;
	width:100%;
}

#mSearchLink:hover{
	background-image:url('/publishingimages/search-blue@2x.png');
}

/****************** Slider *****************/
/*
div.slider-container div.nav-bullets{
	width:50% !important;
	margin-right:25% !important;
	left: auto !important;
	right: 8% !important;
	
}
*/
.slideShowContent{
	margin-top: 0px !important;
}
.slider-container{
	 
}
.item-div{
	background-size:contain !important;
}
.slider-container{
 margin-top:0px !important; 
}
/*
.items-container{
height:300px !important;
}
*/
#sliderContainer .item-title {
	font-size:60px !important;
	width:550px !important;
	 
}
#sliderContainer .item-description {
	display:none !important;
}

#sliderContainer .item-cont{
	margin-top:5% !important;
}



 
/*********** END SLIDER *************/





/************ADV SEARCH *************/
#SRCHREF{
	 display: none;
}

.ms-searchsummarymain{
	display:none;
}

#MainLeftCell{
	min-width:360px !important;
}

#mobileSearchCont .ms-sbplain, input.s4-searchbox-QueryPrompt{
	width:95% !important;
	border-right: solid 1px #b6babf !important;
}
 
/************ END SEARCH ***********/

/***********Accordion**********/
.contentAccordion  .ui-accordion-header{
	line-height:40px;
	vertical-align:middle;
}

.contentAccordion .ui-accordion-header{
	padding: 20px 10px !important;
	min-height:40px !important;
}

.contentAccordion .ui-accordion-header span:nth-child(2) {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    width: 85%;
}

.contentAccordion .ui-accordion-header .ui-accordion-header-icon{
	top: 0px !important;
}


 
.contentAccordion .ui-accordion-header .ui-accordion-header-icon{
	/*top: -10px !important;*/
	vertical-align:middle;
	line-height: normal;
	display:inline-block;
	top: 0px !important;
	margin-top: -8px !important;
}

/***********End Accordion**********/

/****table with rows having tables inside*******/
.filter-table{
	display:none !important;
}

td.bodyCell div.dvBody {
	height:auto !important;
	overflow:visible !important;
}

div.filterBlockControl #KeywordSearch{
	width:90%;
	background-color:white;
}
div.filterBlockControl .searchBox{
	background-position: right;
}

div.filterBlock .filter-tableCell {
	display:inline;
	padding-right: 0px;
}

.filter-table{
	display:none;
}
.filter-table-cont .ui-selectmenu-button {
   /* width: 100% !important;*/
    padding-right: 0px !important;
    max-width:335px;
}

.filterBlock a.printLink:hover, .filterBlock a.printLink:active, .filterBlock a.printLink:link, .filterBlock a.printLink:visited{
	margin-top: 0px !important;
}

.filterBlock #KeywordSearch {
	width:99% !important;
	padding-left:1%;
}

.filterBlock .filter-display{
	width: 100% !important;
}

#faqContainer #searchPanel .filterBlock{
	float:left;
	width:100%;
}
#faqContainer #searchPanel .filterBlock .buttonSearch{
	margin-left:0px !important;
	margin-top:5px;
}
#faqContainer #searchPanel .filterBlock .buttonClear{
	margin-left:0px !important;
	margin-top:5px !important;
	float:left !important;
	display:block !important;
}
#faqContainer #searchPanel{
	width: 100%;
}
#faqContainer #searchPanel input{
	width:100% !important;
	padding: 5px 0px 5px 0px !important;
}
/****END table with rows having tables inside*******/


.buttonSearch{
	width:100%;
}
/***********Mobile Calendar************/
#AsynchronousViewDefault_CalendarView div:nth-child(1){
   display:none !important;
}
#AsynchronousViewDefault_CalendarView .ms-acal-month tbody, div.ms-acal-rootdiv{
visibility:collapse;
}

.mobileCal{
	width:100%;
}
.mCalHeader {
    background: #1266ba;
    padding: 10px !important;
    text-align: center;
}

.mCalHeader .ui-selectmenu-button{
top:2px;	
}

.mCalHeader .ui-widget-content{
	background-color:white;
}
.mobileCal tbody tr td{
	 
	border-bottom: 1px solid black;
}
.mobileCal .mDayCol {
	width:20% !important;
	min-width:20px;
}
.mobileCal .mDayCol div:nth-child(1){
		font-size:16px !important;
	font-weight: 600 !important;

}

.mobileCal .mDayCol div:nth-child(2){
		font-size:14px !important;
	font-weight: 300 !important;

}


.mobileCal .mEventCol{
	width:80% !important;
}
.mobileCal tbody td {
	vertical-align:top;
}
.mobileCal .mobileEvent {
    background-color: #fafafa;
    color: black;
    font-size: 12px !important;
    white-space:normal;
    border: 1px solid #e6e8ea;
    padding:5px;
    margin-top:3px;
    margin-bottom:3px;
    margin-left:2px;
    margin-right:2px;
}

.mobileCal select{
 
    width: 110px;
    font-weight: 600;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif !important;
    font-size: 18px;
    margin-top:-2px;
    height: 100%;
    color: #646464;
    /*remove arrow*/
    
      /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
/* For IE10 */

}
 
#mCalMonthSel-menu , #mCalYearSel-menu {
	max-height:350px;
	overflow-y:scroll;
	margin-top: -2px !important;
}
.mCalHeader .ui-state-default{
	background:none;
	background-color:white;
	
}
.mobileCal select option{
/*	font-size:60%;
	height:10px;
	padding:0px !important;
	line-height:5px !important;
	*/
	display:none;
}

/**********END Mobile Calendar*******/

/***********Profile Forms***********/
#formcontainer {
	display:none;
}
/*********END Profile Forms*********/


/******Homepage*******/
/***MISSION****/
#missionDiv{
	padding-bottom: 0px !important;
	padding-top:20px;
}
#missionDiv > div{
	position:inherit !important;
	width:96% !important;
}

#missionDiv .missionTitle{
	padding-top:0px !important;
}
#missionDiv > div div {
	padding-left:10px;
}
/***END MISSION***/
/*****Latest News*******/
/**home page*/
.latestnewstbl{
	margin-left: 0px !important;
	width:100% !important;

}
table.latestnewstbl tbody tr td:nth-child(1){
 padding:10px !important;
}
table.latestnewstbl tbody tr td div:nth-child(2) div:nth-child(1){
	padding-top:0px !important;
	
}
div[id*='featurednewscont'] {
	 width:94% !important;
	
	  float:none !important;
	 min-width: 200px !important;
	 margin: 0 auto;
	 display: block;
}
div[id*='featurednewscont'] > img {
max-width:none !important;
width:100% !important;
}
div[id*='featurednewscont'] > div{
	padding-top:0px !important;
}

div[id*='latestnewscont'] {
	 width:94% !important;
	  float:none !important;
	 min-width: 200px !important;
	 margin: 0 auto !important;
	 display: block !important;
	 margin-top:20px !important;
}
/*Latest News*******/
/*****card****/
.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.card-wrapper{
	padding:10px;
 
}
.card-wrapper p{
	    line-height: 28px;
}
.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}



/****end card****/





/****GM Difference*****/
#gmDiffCont div.int{
	padding-left: 50px !important;
}
div.int .stats{
	height: auto !important;
	padding-bottom: 20px !important;
}

.gm_diff_intro{
	width:90% !important;
	margin-left:5% !important;
	text-align:justify !important;
}

/*****GM Difference****/

/******End Homepage******/
/******investor reporting manuals****/
#externalLink[href*='allregs_tpl'] span{
	font-size:14px;
}

.zui-table .fileDetail{
	border:none !important;
	max-width: 200px;
}
.zui-table .fileDetail tbody tr td{
	border:none !important;
	padding:none !important;
}

/******Mobile tables****/
.card-wrapper .gmFilterBlock{
	left:0px;
	padding: 0px !important;
}

#searchBy-menu .ui-menu-item, .gmFilterBlock input[type="text"]{
	/*padding: 3px 0px 3px 0px;*/
}
/****** Disclosure *****/

.gmFilterBlock.card-wrapper{
	width: auto;
}
.gmFilterBlock .filterBlockControl #searchBy-button{
	width:auto !important;
}
.gmFilterBlock .filterBlockControl input[type="text"]{
	width:135px;
}
#profileselectcontainer {
	display:block;
	float:left !important;
	width:100% !important;
	margin-bottom: 10px !important;
}
#profileselectcontainer span.ui-selectmenu-button{
	width:100% !important;
	
}

.remicTable {
	font-size:.75em !important;
	width:100% !important;
}

.remicTable td{
	min-height:30px !important;
	height:30px;
}

div.gmFilterBlock table td[id*='so_']{
	white-space:nowrap;
}

.gmFilterBlock{
	padding-left:0px;
	padding-right:0px;
}

.slideIcon{
	background:url('/publishingimages/swipe.png');
    width:  27px;
    display:block;
    float: right;
    height:20px;
    position:relative;
    left:-10px;
    top:10px;
    clear:both;
    background-size:cover;
}
#SlideShowZone .slideIcon{
	top:-20px !important;
	margin-bottom:-30px !important;
}



/***********GINNIE IN BRIEF**********/
.card-wrapper #postimgcont img{
	display:block !important;
	width:100% !important;
}
#contrFilter {
	float:none !important;
}

.sorter{
	float:none !important;
	display:block !important;
	position:static !important;
	margin-top: 10px !important;
	
}

/********EXEC LEADERSHIP*******/


}/*end media query*/

@media only screen and (max-width: 768px){

/*********GINNIE IN BRIEF***********/
	.posttable td{
	width:100% !important;
}
.posttable td.thumbnailcont img{
	width:100% !important;
	display:block !important;
}
a.gnma_button{
	 display:block !important;
	 width:50% !important;
	margin: 20px auto;
}


/****IPHONE STUFF****/

input[type=button], input[type=submit]{
  -webkit-appearance: none;

}

input.subscriptionButton, input[type=text]{
	border-radius:0;
	
}


}
@media only screen and (max-width:400px) {
/****EXEC LEADERSHIP
.presidentbiocontainer.card-wrapper.card-2 img.leadership-img, .biocontainer.card-wrapper.card-2 img.leadership-img {
	display:block !important;
	width:90% !important;
	position:relative;
	left:5% !important;
	height:auto !important;
	margin-bottom: 10px !important;
}
****/
a.gnma_button{
	 width:100% !important;  
    display: block !important;
    margin: 0px auto !important;
    padding: 8px 0px !important;
    margin-top:20px !important;
	
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #999 !important;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x !important;
    font-weight: normal !important;
    color: #212121 !important;
}

}



