/************************************************************
THEMENAME
************************************************************/
/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */



/************************************************************
  GENERAL
************************************************************/

body { 
	background: #fff; 
	color: #333;
	font: 15px/1.5 sans-serif, 'Oswald';
	font-weight: 300; 
	/* GLOBAL/MOBILE BACKGROUND IS WHITE. CHANGE THIS IN ALL THEMES*/ }
	
#logo { background: transparent; }

/************************************************************
  REGIONS
************************************************************/ 

#page { margin: 0; }

#section-header { background: transparent; position: fixed; top: 0; z-index: 100; } 

#section-content { z-index: 90; }

#section-content { position: relative; z-index: 90; }

#section-footer { position: relative; z-index:100; }

.admin-menu #section-header { top: 29px; } 

.admin-menu #section-content { top: 0px; }

.not-front #section-content { top: 125px; padding-bottom: 135px; }

.not-front #section-footer {}

#zone-branding-wrapper { }

.logo-img { background: transparent; 
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);}

#region-branding { margin: 0 10px; }

#region-menu { margin: 0; }

#zone-menu { background: transparent; border: 0; border-top: none; } 

#zone-menu-wrapper {
    background: linear-gradient(180deg, #000 50%, transparent 50%);
    margin-bottom: 0px;
    padding: 0; 
	height: 100%;
}

.front #zone-menu-wrapper {
    background: transparent;
}

.front #zone-preface, .front #region-preface-first {
    background: #000;
    margin-left: 0;
    margin-right: 0; 
    width: 100%;
}

#zone-content-wrapper { margin-top: 0px; }

#zone-content { background: #fff; padding-top: 10px; }

#section-header.fixed #zone-menu-wrapper, .admin-menu #section-header.fixed #zone-menu-wrapper {
    background: linear-gradient(180deg, #000 50%, transparent 50%);
	height: 135px;
}

#section-header { 
    position: fixed;
    z-index: 999;
    top:0; }

#section-footer { background: #253f60; }

.admin-menu #section-header, .admin-menu #section-header.fixed { 
    position: fixed;
    z-index: 999;
	top: 29px;
}

.admin-menu #zone-branding-wrapper { margin-top: 0; }

.admin-menu #zone-branding ul li.edit a { font-size: 12px; color: #fff; }

.admin-menu #zone-branding .block { margin-bottom: 0; padding: 0; }

#zone-search-wrapper { background: #333; padding: 10px; display: none; }

.front #messages { margin-left: 10%; margin-right: 10%; top: 120px; width: 80%;
    z-index: 100; }

/************************************************************
 SUPERFISH MAIN MENU NONMOBILE
************************************************************/

#block-menu-block-congress-main-menu-superfish { background: transparent; float: left; margin-top: 10px; display: block; }

.sf-menu ul { 
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(1, 37, 95);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";  
    border-bottom: none;
	border-left: none;
    box-shadow: none;
	-webkit-box-shadow: none;
}

.sf-menu ul li a {
	border-left: none; } 

.sf-menu li, .sf-menu.sf-navbar {
    background: none repeat-x scroll 0 0 transparent;
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
	top: 4.3em;
}

.sf-menu li { 
	border-right: none;
}


.sf-menu ul.menu li {
	border: none;
}

/*.sf-menu li.first a { 
	border-left: none; 
	padding: 1.35em 1.2em; } */

.sf-menu a { 
	color: #fff; 
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-decoration: none !important;
	text-transform: Uppercase;
	padding: 1.4em 1.4em;
}

.sf-menu li .menu .leaf a { 
	color: #fff;
	font-size: 15px;
	font-family: sans-serif;
	padding: 0.8em 1em !important; }

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    border-bottom: medium none;
    color: #fff;
}

.sf-menu a.active, .sf-menu a.active-trail { /* active state */
	background: #031b34;
	color: #fff; 
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {
	background: #031b34; 
	text-decoration: none;
}

.sf-menu  ul.menu li.leaf a {
	font-weight: normal;
	margin-right: 2px;
	text-transform: capitalize !important;
}/* No longer used */


.sf-menu li.last.leaf {
	background: none !important;
	padding-bottom: 5px; /* needed for bg image */
}

.sf-menu li .leaf a:hover {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(3, 27, 52, 1) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; 
	color: #fff;
}
  
/************************************************************
  SEARCH
************************************************************/

#block-widgets-s-cng-search { display: block; }

#block-search-form {
	margin: 0;  
	padding: 0 100px; 
	width: 100%;
}

#search-block-form { border: none; width: 100%; }

#search-block-form .form-item { width: 90%; }

#search-block-form .form-item input {
	color: #fff;
	width: 100%;
    font-size: 1em;
}

.not-front #search-block-form .form-item input { 
	margin-top: 0px;
}

 
/************************************************************
  HOMEPAGE ROTATOR
************************************************************/
 
#block-views-congress-hprotator-rotator { margin: 0 auto; padding: 0; text-align: center; }

.flexslider .slides img { border-radius: 0px; } 

.hprotator-text-block { bottom: 0; left: 0; margin: 0 auto; position: absolute; right: 0; text-align: left; 
	width: 100%; }

.hprotator-text-block h2 {
	color: #fff !important;
	font-family: 'Playfair display', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height:  28px;
	margin: 10px;
}
.hprotator-text-block h2 a {
	color: #fff !important;
	font-weight: 400;
}
.hprotator-text-block .field-name-body {
	color: #fff;
	font-size: 16px;  
} 

#hp_top_read_more {
	display: block; 
	text-align: left; }

#hp_top_read_more a {
	background: #4b0808;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-family: 'Playfair display', sans-serif;
	font-weight: normal;
	font-size: 18px; 
	margin: 10px 0;
    padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: Capitalize; 
	width: 125px; 
}
 
.hprotator-text-block h2, .hprotator-text-block .field-name-body, .hprotator-text-block  #hp_top_read_more { 
	margin-left: auto;
	margin-right: auto;
}

/************************************************************
  FOOTER
************************************************************/
.menu-block-congress_site_map > .menu li {
    display: inline;
    margin-left: 0;
}

.menu-block-congress_site_map  ul.menu { text-align: center; } 

.menu-block-congress_site_map > ul > li, .menu-block-congress_site_map_top_level > ul > li {
    float: none;
    margin: 0 2em; 
    width: auto;
}
 
#block-menu-menu-congress-footer-utility { text-align: center; padding: 1em; }

#block-menu-menu-congress-footer-utility ul.menu { text-align: center; }

/***********************************************************
  FOOTER OFFICES  
***********************************************************/

.office-info { float: left; width: 33%; } 
 
/***********************************************************
  ALERT BOX
***********************************************************/
 
#block-views-cng-alert-box-block-alert-box .views-row { border: none; padding: 0; }

#block-views-cng-alert-box-block-alert-box { background: #b2c000; border: 1px solid #a9af5f; }

#block-views-cng-alert-box-block-alert-box h2.block-title { text-indent: -9999px; }

#block-views-cng-alert-box-block-alert-box a { color: #203f49; }

/***********************************************************
  ENEWS POP UP - Platform has new popup module. Don't use old CSS.
***********************************************************/

/************************************************************
  Social Icons in Top Nav | Small icons 
************************************************************/

#block-boxes-fontawesome-medium { margin-bottom: 0; padding: 0; }

/************************************************************
  LATEST NEWS
************************************************************/

#block-views-congress-news-block-latest-news .views-row .views-field-created-1 { background: #4bb4f5 none repeat scroll 0 0;
    color: #fff;
    display: block;
    left: 5%;
    padding: 18px 10px 14px;
    position: absolute;
    top: 0;
    width: 70px; } 

#block-views-congress-news-block-latest-news .views-field-created-1 .month { font-size: 18px; font-weight: 400; margin: 0; padding: 0; }

#block-views-congress-news-block-latest-news .views-field-created-1 .day { font-size: 36px; font-weight: 400; line-height: 0; margin: 0; padding: 0; }

#block-views-congress-news-block-latest-news .views-field-field-document-type { left: 18%; font-size: 30px; } 

#block-views-congress-news-block-latest-news .views-row { border: 1px solid #ddd; margin-bottom: 20px; overflow-x: auto; overflow-y: hidden; padding: 0px; }

/************************************************************
  COMMITTEE FORMS
************************************************************/

#edit-field-congress-meeting-subcommit-tid { width: 90%; }