body {
	background-image: url("/sites/default/files/background.jpg") !important;
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #416578 !important;
	font-size:16px !important;
}	


body.boxed {
    max-width: 1150px !important;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
    background-color: #efefef;
}

@media (max-width: 1024px) {
	body.boxed {
	    max-width: 850px !important;
	    margin: 0 auto;
	    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	    box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	    background-color: #efefef;
	}
}
.subtitle,
h5,
h4
{
	color:#416578;
	color:#416578;
}
.page-title {
	font-size:24px;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #416578;
    text-transform: none;
  }
}

.center-h4
 {
	text-align:center;
	color:#416578;
	font-weight:700;
	font-size: 20px;
	margin-top: 12.5px;
	margin-bottom: 12.5px;
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* HOME PAGE */
.center-div,
.center-h4,
.center-h5 {
	text-align:center;
}
.center-div {
	text-align:center;
}
.blue {
	color:#416578;
}

.widget.gsc-block-drupal.text-light div {
  color: #333;
}

.home-side-hr {
	width:50%;
	color:#e1dadb;
	
}

.indent-p {
	padding-left:100px;
}


/*HOME PAGE CAROUSEL*/
.home-carousel {
  height: 250px;
 /* background-image: url(/sites/default/files/endorsed_header.png); 
  background-position: left top;
  background-repeat: no-repeat; */
  padding-top: 50px;
  border-left: 1px #c40822 solid;
  border-bottom: 1px #c40822 solid;
  border-right: 1px #c40822 solid;
  position: relative;
 /* width: 528px;
  border-radius: 25px; */
}
.home-carousel,
#block-views-block-home-page-carousel-home-page-carousel-auto {
	width:auto;
}
.endorsed-div {
	padding-left:5px;
}
.endorsed-subtitle {
	color:#fff;
	font-weight:700;
	font-size:18px;
}
.caroursel-flex-container {
  display: flex; /* or inline-flex */
  flex-flow: row;
  /* Then we define how is distributed the remaining space 
  justify-content: space-around;  */
  padding: 0;
  margin: 0;
  list-style: none;
}

 .flex-newsletter {
  
  padding: 5px;
  font-size:14px;
}

.caroursel-flex-item {
  
  padding: 5px;
  font-size:14px;
}
.flag-carousel {
	
}

.caroursel-flag-flex-container {
    display: flex; /* or inline-flex */
    flex-flow: row;
    /* Then we define how is distributed the remaining space 
    justify-content: space-around;  */
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
	width:350px;
}

@media (max-width: 428px) {
  .caroursel-flag-flex-container {
	justify-content: flex-start;
  }

}
/*
@media only screen
  and (min-device-width : 768px)
  and (max-device-width : 1024px)
  and (orientation:landscape) 
{
   .caroursel-combat-shot {
	   display:none !important;
   }
}
*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .caroursel-combat-shot {
 	   display:none !important;
    }
	.flag-carousel {
		margin-top:-10px;
	}
   /* your css rules for ipad landscape */
}






@media (max-width: 360px) {

    .caroursel-text {
	width:300px;
    }
}
@media (max-width: 428px) {
  .home-carousel {
    padding-top: 5px;
  }
}

.home-page-right-side a {
	color:#c40822;
	font-weight:700;
	font-size:16px;
}
#right-img-links-top {
	padding:0px !important;
}

/*END HOME PAGE */

.gbb-row .bb-inner {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}






/*END HOME PAGE CAROUSEL*/


/*	HEADER NEWSLETTER SIGNUP */

input[type*="submit"] {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #c40822 !important;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

input[type*='submit']:hover {
  background: #fff;
  color: #fff !important;
  border-color: #7383BE;
  font-size: 14px !important;
}
#qa_email {
	margin-right:15px !important;
}
.small {
  font-size: 16px !important;
}
/* #block-newslettersignup,
#block-mainnavigation {
	width:50%;
} */

/*HEADER MAIN MENU.  */
#block-mainnavigation .gva_menu_main .menu-item {
	float:left !important;
	padding-right:10px;
	display: block !important;
	
}
/* .navigation .gva_menu {
  background-image: url(/sites/default/files/links_back.jpg);
  border-top: 1px #666 solid;
  border-bottom: 1px #666 solid; 
  background-position: center; */
}
.navigation .gva_menu > li > a {
  display: block;
  position: relative;
  color: #416578;
  /*color: #3b3e43; */
  font-size: 13px;
  height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 10px !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: center;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navigation .gva_menu > li > a:hover {
	color: #c40822;
}

@media (min-width: 992px) {
	.navigation .gva_menu > li > a {
	  padding: 10px 12px !important;
	  color:#416578;
  }
  .navigation .gva_menu > li.first-child {
     border: none;
  }
}

.navigation .gva_menu > :first-child {
   border: none;
}

.navigation .gva_menu > li {
  border-left: 1px #FFF solid;
}
.breadcrumbs {
    background-image: url(/sites/default/files/links_back.jpg);
    /*border-top: 1px #666 solid;
    border-bottom: 1px #666 solid; */
    background-position: center;
	height:50px !important;
}

.links li.first {
  border: none;
}

ul.secondary-links li {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
}
#block-newslettersignup-2 {
	margin-top:-5px;
}

/* TAKE ACTION TOP INNER PAGES */

.take-action-flex-container {
  display: flex; /* or inline-flex */
  flex-flow: row;
  /* Then we define how is distributed the remaining space 
  justify-content: space-around;  */
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* UPPER MENU AND NEWSLETTER */

.block-mainnavigation .menu-item {
	height:40px !important;
}


.take-menu-newsletter-flex-container {
  display: flex; /* or inline-flex */
  flex-flow: row;
  /* Then we define how is distributed the remaining space 
  justify-content: space-around;  */
  background-image: url(sites/default/images/links_back.jpg);
  border-top: 1px #666 solid;
  border-bottom: 1px #666 solid;
  background-position: center;
  padding: 0;
  margin: 0;
  list-style: none;
  height:50px;
}
 .flex-menu-newsletter {
	 width:600px;
  padding: 5px;
  align-items: center;
}
 .flex-take-action {
  
  padding: 5px;
  
}

/* HOME PAGE STORY BLOCK */
.home-page-stories .views-field-title {
	/* padding-top: 25px; */
}
#block-gavias-tico-content .views-field-title a,
.home-page-stories .views-field-title a {
	color:#416578;
	font-weight:700;
	font-size: 18px;
	margin-top: 12.5px;
	margin-bottom: 12.5px;
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4;
}

.views-more-link {
	color:#c40822;
	font-weight:700;
	
}

.home-page-story-hr
 {
	width:70%;
	color:#e1dadb;
	padding:15px 0px 15px 0px;
}


/* LOWER MENU */

#block-lowermenucontainer-2 .gva_menu {
    /* background-image: url(/sites/default/files/links_back.jpg);
    border-top: 1px #666 solid;
    border-bottom: 1px #666 solid;
    background-position: center; */
	height:50px;
}

.gva_menu .menu-item  a {
	color:#416578;
}
#block-lowermenu .gva_menu .menu-item a:hover {
	color: #c40822 !important;
}

.navigation .gva_menu > li > a.is-active {
  color: #416578;
}

.lower-menu-flex-container {
    display: flex; /* or inline-flex */
    flex-flow: row;
    /* Then we define how is distributed the remaining space 
    justify-content: space-around;  */    
    padding: 0;
    margin: 0;
    list-style: none;
    height:50px;
    background-image: url(/sites/default/files/links_back.jpg);
    border-top: 1px #666 solid;
    border-bottom: 1px #666 solid;
    background-position: center;
}

.flex-lower-menu-item {
	padding: 5px;
	width:600px;
}

#block-lowermenu-menu .gva_menu > :first-child {
   border: none;
}

#block-lowermenu-menu .gva_menu > li {
  border-left: 1px #FFF solid;
}
/*LEADERSHIP PAGE & VIEW */

.leadership-flex-container {
    display: flex; /* or inline-flex */
    flex-flow: row;    
    padding: 0;
    margin: 0;
    list-style: none;
}

.flex-leadership-item {
	padding:10px;
}
.flex-leadership-item .field--name-field-last-name,
.flex-leadership-item .field--name-field-middle-initial,
.flex-leadership-item .field--name-field-first-name{
	float:left;
}

.leadership-title {
	width:500px;
}

.leadership-subtitle {
	font-size:16px;
	font-weight:700;
	color: #416578;
}

.leadership-subtitle .field--name-field-first-name {
	padding-right:4px;
}
.leadership-table {
  width: 100px !important;
  margin-bottom: 0px !important;
  border: none !important;
}
.leadership-table td {
	border: none !important;
    padding: 0px 0px 0px 0px !important;
    width:50%;   
  }

.leadership-subtitle-flex-container {
display: flex; /* or inline-flex */
flex-wrap: wrap;
flex-flow: column;  
padding: 0;
margin: 0;
list-style: none;
width:500px;
}
@media (max-width: 428px) {
  .leadership-subtitle-flex-container {
	  width:250px;
  }
  .views-field-field-last-name-suffix {
	  display:none;
  }
}



.flex-leadership-subtitle-item {
	
}
.node--type-alumni .page-title,
.node--type-leadership .page-title {
	display:none;
}

.leadership-image {
	width:150px;
	height:210px;
}

.home-page-leadership-hr
 {
	width:70%;
	color:#e1dadb;
	padding:15px 0px 5px 0px;
}
.candidate-view .item:nth-child(2n),
.alumni-view .item:nth-child(2n),
.leadership-view tr:nth-child(2n) {
  background-color: #f5f3ef;
} 


/* ALUMNI. */

.pointer a {
	cursor: pointer;
}
.pointer a:hover {
color: #c40822 !important;
}
.alumni-flex-container {
display: flex; /* or inline-flex */
flex-flow: row;  
padding: 0;
margin: 0;
list-style: none;
width:auto;

}
.alumni-subtitle-flex-container /* this is a sub flex container within main alumni container */
 {
display: flex; /* or inline-flex */
flex-flow: row;  
padding: 0;
margin: 0;
list-style: none;


}
.flex-alumni-subtitle-item {
	padding: 2px;
}
.flex-alumni-item {
	padding: 15px;
}
.alumni-float {
	float:left;
	padding: 5px;
}
.alumni-float-name {
	float:left;
	padding-right: 2px;
}
.alumni-float-rank {
	float:left;
	padding-right: 4px;
}
.candidate-float-lastname,
.alumni-float-lastname {
	float:left;
	padding-top: 4px;
	margin-left:-2px;
	
	
}

.leadership-subtitle .field--name-field-last-name {
	padding-left:0px;
}


.alumni-clear {
	clear:both !important;
}

/* ALUMNI VIEW */



.alumni-view-flex-container {
	display: flex; /* or inline-flex */
	flex-flow: row;  
	padding: 0;
	margin: 0;
	list-style: none;
}

.alumni-view-flex-item {
	padding:5px;
}

/*CANDIDATE * LEADERSHIP TITLE LINKS*/

.grow {
flex-grow: 1;
flex-basis: calc(100% / 4);
padding: 2px 2px;
border: none;
}
.field-party-truncate {
	width:4px;
}

.candidate-table {
  width: 100px !important;
  margin-bottom: 0px !important;
  border: none !important;
}
.candidate-table td {
	border: none !important;
    padding: 0px 0px 0px 0px !important;
       
  }
}

.candidate-float {
	padding:3px;
	float:left;
}
.alumni-view .views-field-title a:hover,
.leadership-view .views-field-title a:hover,
.candidate-view a:hover {
	color: #c40822 !important;
}
.leadership-view .views-field-title a {
	font-size: 16px  !important;
    font-family: "Open Sans",Arial,sans-serif !important;
    line-height: 1.8;
    color: #333333 !important;
    font-weight: 400 !important;
  }
}


/* FOOTER */
.footer .footer-center {
  padding: 45px 0 0px !important;
  background-color: #758f9c !important;
  color: #fff !important;
  line-height: 28px;
  background-image:none  !important;
}
	
.footer-disclaimer-small {
	font-size:12px !important;
	color:#fff !important;
}	
	
.footer-disclaimer {
	font-size:14px !important;
	color:#fff !important;
}
.footer-menu a {
	color:#fff !important;
}	
 @media (min-width: 1200px) {
  .footer-center  .col-lg-3 {
   width: 33.3% !important;
  } 
  
}	
	
.footer-take-action {
	list-style: none;
}

.after-footer {
	 background-color: #758f9c !important;
}
#block-footer2address .take-action-flex-container {
  display: flex;
  flex-flow: row;
  justify-content: flex-start !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
	
.frontpage .page-title {
	display:none;
}	


	
/* MENUS OFF CANVAS */

#block-lowermenuoffcanvas {
	display:none;
}
@media (max-width: 1024px) {
	#block-newslettersignup-2,
   #block-socialmedia {
	display:none  !important ;
  }
  .1024-width,
  .flex-lower-menu-item,
  .flex-menu-newsletter {
    width: 1024px !important;
    
  }
  .1024-display {
	  display:none;
  }
}


@media (max-width: 1023px) {
	#block-lowermenucontainer-2,
	.breadcrumbs {
	display:none  !important ;
  }

}

@media (max-width: 428px) {
  .take-action-428 {
	display:block !important;
  }
  .flag-428 {
  	display:none;
  }
  .candidate-view {
	  font-size:12px !important;
  }
 /* .grow {
  	flex-grow: 1;
  } */
}



@media (max-width: 991px) {
  .take-action-428,
  #block-lowermenuoffcanvas {
	display:block  !important ;
  }

}

.take-action-428,
.ipad-menu {
	display:none;
}



@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	#block-lowermenucontainer-2,
	.take-menu-newsletter-flex-container {
		display:none;
	}
	.take-action-428 {
		display:none !important;
	}
	.ipad-menu {
		display:block !important;
	}
	#block-mainnavigationipad .gva_menu > li >a.is-active,
	#block-mainnavigationipad .gva_menu > li > a {
		font-size:12px !important;
	}
	#block-mainnavigationipad .gva_menu > li > a {
	    padding: 5px 5px !important;
	    color: #416578;
    }

}




/*


@media (max-width: 991px)
.gva-offcanvas-mobile .gva-navigation .gva_menu {
    padding-top: 10px;
    width: 100% !important;
    background: none !important;
}


@media (max-width: 991px)
  .gva-offcanvas-mobile .after-offcanvas {
      display: block !important;
      visibility: visible !important;
  }
  #block-lowermenuoffcanvas {
	display:block  !important ;
  }
  .breadcrumbs,
  #block-lowermenucontainer-2,
  #block-mainnavnewslettercustom {
	  display:none;
  }
.gva-offcanvas-mobile .after-offcanvas {
    display: block !important;
    visibility: visible !important;
}	
	*/





