/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

/* SPECIAL BANNER REQUEST */

#zone-header-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

div#zone-header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

div#region-header-first {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

div#block-boxes-notification {
    padding: 15px 0 0 0 ;
	margin: 0 auto;
	background: rgb(228, 10, 10);
    color: #ffff;
}

/*COVID-19 tabs */

.context-coronavirus-resources #region-content .block {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    width: 850px;
    display: flex;
}

.context-coronavirus-resources #region-content .block h3 a {
    font-weight: 500;
    font-size: 17px;
    
    border-radius: 15px;
        border: 3px solid #d2d2d2;
        padding: 10px;
        color: #4b4848;
        list-style: none;
        width:  200px;
        float: left;
        display: flex;
    
}
ul {
    list-style-type: none;
}

h2.airport-noise {
    background: #ef7a25;
    border-radius: 10px;
    border: 2px #ffff solid;
    padding: 10px;
    color: #ffff;
}


/*****************************
UNIVERSAL
*****************************/
body {
	background: #5794e3;  
}

#region-branding {  }

.not-front #zone-branding {  
	height: 200px; 	
}

#page {
	background: url(../images/page-background.jpg) no-repeat center 60px transparent;
}

.not-front #page { }

.hprotator-text-block h2, .hprotator-text-block h2 a, #zone-postscript .block ul.quicktabs-tabs li a, #block-panels-mini-multi-carousel-holder h2 a {
	font-family: Century Gothic,Helvetica,Arial,sans-serif;
	text-transform: uppercase; 
}

/*****************************
BREAD CRUMB
*****************************/

.breadcrumb-wrapper {
    border-bottom: none;
}

.breadcrumb-wrapper h2 {
	margin-bottom: 0px; 
}

.breadcrumb-wrapper ol#crumbs { padding: 10px; }

/*****************************
SECTION HEADER
*****************************/
#section-header {
background: none repeat scroll 0 0 transparent;
}

#section-header #block-widgets-s-socialmedia-profile-default, #region-footer-second  #block-widgets-s-socialmedia-profile-default{
    float: right;
}

/* SUPERFISH MAIN MENU */
.sf-menu ul {
    background: none repeat scroll 0 0 #0a59a2;
    border-bottom: 3px solid #0a59a2;
    box-shadow: 3px 3px 5px 0 #333333;
	-webkit-box-shadow: 3px 3px 5px 0 #333333;
}
.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: none;
}

.sf-menu li.last.leaf {
	background: none !important;
	padding-bottom: 10px; /* needed for bg image */
}

.sf-menu a {
    padding: 1.5em 0.5em;
    font-size: 1.15em;
}
.sf-menu li .leaf a:hover{
	background: none repeat scroll 0 0 #042d53;
}


/* SEARCH */

#block-search-form {
	margin-left: 0px; 
	margin-right: 0px; 
	width: 100%;
}

#search-block-form .form-item input {
	width: 100%;
    font-size: 0.95em;
}

.not-front #search-block-form .form-item input { 
	margin-top: 4px;
}

/* SOCIAL MEDIA CONNECT WITH ME */
#region-user-first {
    background: transparent;
    margin-top: 1em;
}
.block-s-cng-medium-profile {
    padding: 0;
	float: right;
}
 

/************************************************************
 SOCIAL MEDIA QUICKTABS
************************************************************/

#block-quicktabs-social-media-tabs ul.quicktabs-tabs a {
    background: linear-gradient(to bottom, #C3C3C3 0%, #A3A3A3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    margin-right: 1px;
    padding: 12px 20px 15px;
}

#block-quicktabs-social-media-tabs #block-widgets-s-facebook-like-box .content {
	margin: 0 auto !important;
	padding: 10px !important;
}

/************************************************************
 QUICKTABS
************************************************************/

ul.quicktabs-tabs li a {
    color: #999999;
	font-size: 22px;
    font-weight: normal;
    text-transform: none;
}

ul.quicktabs-tabs {
    padding: 5px 0;
}

ul.quicktabs-tabs a {
    border-right: none;
    margin: 0;
}

/* QUICKTABS POSTSCRIPT */
#zone-postscript .block ul.quicktabs-tabs li, #zone-postscript .block ul.quicktabs-tabs li a {
    font-size: 16px;
	font-weight: bold;
}

/* QUICKTABS HOMEPAGE */
#block-quicktabs-home-page-tabs {
    padding: 0;
}

.block-quicktabs .block {
    background: url("../images/background_quicktab_content.png") repeat-x scroll center top #FFFFFF;
}

/* HOME PAGE TABS - QUICKTABS WITH ROTATOR IN MEMBER SIX THEME */
#block-quicktabs-home-page-tabs ul.quicktabs-tabs li {
    padding: 0;
}
#block-quicktabs-home-page-tabs ul.quicktabs-tabs a {
	color: #ffffff;
	margin-right: 1px;
    padding: 12px 20px 15px;
	background: #c3c3c3; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3c3c3 0%, #a3a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c3c3), color-stop(100%,#a3a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3c3c3 0%,#a3a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3c3c3 0%,#a3a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3c3c3 0%,#a3a3a3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3c3c3 0%,#a3a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#a3a3a3',GradientType=0 ); /* IE6-9 */
}

ul.quicktabs-tabs li a:hover, ul.quicktabs-tabs li a.active {
	background: #D4A017; /* Old browsers */
	background: -moz-linear-gradient(top,  #D4A017 0%, #e7b940 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D4A017), color-stop(100%,#e7b940)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #D4A017 0%,#e7b940 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #D4A017 0%,#e7b940 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #D4A017 0%,#e7b940 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #D4A017 0%,#e7b940 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D4A017', endColorstr='#e7b940',GradientType=0 ); /* IE6-9 */
}

ul.quicktabs-tabs li.active a, ul.quicktabs-tabs li a:hover {
	color: #000000!important;
	background: #D4A017!important; /* Old browsers */
	background: -moz-linear-gradient(top,  #D4A017 0%, #e7b940 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D4A017), color-stop(100%,#e7b940))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #D4A017 0%,#e7b940 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #D4A017 0%,#e7b940 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #D4A017 0%,#e7b940 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom,  #D4A017 0%,#e7b940 100%)!important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D4A017', endColorstr='#e7b940',GradientType=0 )!important; /* IE6-9 */
}

/* ALERT BOX */
.block-cng-alert-box-block-alert-box {
    background: url("../images/bg-alertbox.png") no-repeat scroll left center #1E4271; /* the grey fallback */
    background: url("../images/bg-alertbox.png") no-repeat scroll left center rgba(30, 66, 113, 1) !important;
    padding: 0.75em 0.75em 0.75em 180px;
}

.block-cng-alert-box-block-alert-box a { padding: 0px; }

.block-cng-alert-box-block-alert-box .views-row {
    border-bottom: medium none;
    padding: 0;
}

/* POSTSCRIPT REGION - 3 BLOCKS ACROSS KEEP SAME HEIGHT */

#region-postscript-first {
    float: left;
	display: inline;
}
#region-postscript-second {
	display: inline;
    float: left;
}
#region-postscript-third {
    float: left;
	display: inline;
}
#hp-single-carousel-sidebar .flexslider {
padding: 1em;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0;
}

/* FOOTER */
.block-congress-offices-footer-offices {
    background: url(../images/bseal_bw.png) no-repeat scroll 25px center transparent;
	filter: none;
}
.block-congress-offices-footer-offices .footer-office-location-tabs {
    background: none repeat scroll 0 0 transparent;
	filter: none;
    float: right;
    padding: 3% 2%;
    width: 22%;
}
.block-congress-offices-footer-offices .office-info {
    background: none repeat scroll 0 0 transparent;
	filter: none;
    float: right;
	padding: 3% 5%;
	width: 46%;
}

#block-views-congress-offices-of-noslide .office-info h3 a:link, #block-views-congress-offices-of-noslide .office-info h3 a:visited { 
	color: #ffffff !important;
	font-family: Century Gothic;
	font-size: 18px;
	text-transform: uppercase;
}

.block-congress-offices-footer-offices .view-content {
    background: none repeat scroll 0 0 transparent;
	filter: none;
	padding: 0 1% 0 0;
}
.block-congress-offices-footer-offices .view-content {
    background: none repeat scroll 0 0 transparent;
	filter: none;
    float: left;
    padding: 0;
    width: 72%;
}
.block-congress-offices-footer-offices .flex-active-slide {
    background: none repeat scroll right center transparent;
    filter: none;
    padding-bottom: 5px;
}
.block-congress-offices-footer-offices .flex-flexslider ul.slides li img {
	padding: 1%;
	float: left;
    width: 41%;
	background: none repeat scroll 0 0 #FFF;
	filter: none;
}
.block-congress-offices-footer-offices .field-content img {
}

#block-views-congress-offices-of-noslide {
	background: transparent url(../images/seal_bw.png) center center no-repeat !important;
	color: #ffffff;
	margin-bottom: 0px;
	padding: 0px;
}

#block-views-congress-offices-of-noslide .views-row {
    display: inline-block;
    font-size: 1em;
    padding: 1% 1% 0 0;
    vertical-align: text-top;
    width: 33%;
}

#block-views-congress-offices-of-noslide .views-row-1 { 
	padding-left: 10%; 
}

#block-views-congress-offices-of-noslide .views-row-2 { float: right; }


/************************************************************
HOMEPAGE ROTATOR
************************************************************/
#block-views-congress-hprotator-rotator {
	background: #ffffff;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	height: 410px;
    margin-bottom: 10px; 
    padding: 1%;
} 

.hprotator-text-block .field-name-body {
    color: #000;
    font-size: 0.8em;
    padding: 0;
	margin-top: 0px;
}

.hprotator-text-block h2, .hprotator-text-block h2 a {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1em;
}

.hprotator-text-block h2 {
    margin: 5px 10px 0 10px;
}

.hprotator-text-block h2 a:hover {
	text-decoration: underline;
}

#block-views-congress-hprotator-rotator .flexslider {
	border: 0px;
	box-shadow: none;
	margin: 0px; 
}

#hp_top_read_more a {
	background: transparent;
	color: #730406;
	font-size: 12px;
	font-weight: bold; 
	text-transform: uppercase;
	padding: 0;
}

.view-congress-hprotator .flex-control-nav {
	width:100%; /* make width match the text block if controls should appear in text block */
}
.view-congress-hprotator .views-field-field-congress-featured-media {
	width: 100%;
}
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
    padding-bottom: 50.15%; /* THIS CONTROLS THE EMBEDDED VIDEO HEIGHT TO MATCH THE IMAGES */
}

.view-congress-hprotator.view-display-id-rotator .slides li iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.view-congress-hprotator.flexslider {
    height: auto; /* RESET HEIGHT FIX FROM NORMAL.CSS FOR IE BROWSERS */
}

.view-congress-hprotator.flexslider .view-content{
}

.view-congress-hprotator .views-field-field-congress-featured-media {
	margin: 0;
	padding: 0;
	width: 100%;
}

.hprotator-text-block {
	background: #ffffff;
	height: 90px;
    width:98%;
	float: none;
	display: block;
	color: #000;
	padding: 1%;
	position: absolute;
	text-align: left;
	top: 283px;
}

.view-congress-hprotator .flex-control-nav {
	left: 20%;
    top: 382px;
    width: 60%;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.9);
    cursor: default;
}

.flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 13px;
    text-indent: -9999px;
    width: 13px;
} 


