/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

/* pre-header */

.pre-header {
    clear: both;
    display: block;
}
.pre-header .block {
    margin-bottom: 0;
}
/* header */
.header__site-slogan h2 {
    width: 45%;
    display: inline-block;
    position: absolute;
    padding: 2.5em;
    color: #450074;
}
#block-search-form {
    float: right;
}
v
#block-menu-menu-header-menu li {
    list-style: none;
}
#block-menu-menu-header-menu {
    float: right;
}
#block-menu-menu-header-menu a {
    color: #430070;
    text-decoration: none;
}
/* content area*/

.page {
    padding-top: .5em;
}
.main-content {
    margin-top: 0;
    border-top: dotted 1px #450074;
}
/* sidebar */
.sidebar .last {
   margin-bottom: 0;
}
/* footer */
.footer-text a {
  color: #450074;
  font-size: 24px;
 }
.footer-text {
    text-align: center;
}
.pane-fpid-2, .pane-fpid-3, .pane-fpid-4 {
    border: 1px solid;
    min-height: 15em;
    padding: 0 1em;
    text-align: center;
}
.pane-fpid-2 h2 a, .pane-fpid-3 h2 a, .pane-fpid-4 h2 a {
    color: #450074;
}
/* itmes taken corm centered.css on the old site */
a:link {
	color: #450074;
	text-decoration: underline;
}
a:visited {
	color: #450074;
	text-decoration: underline;
}
a:hover {
	color: #FFCC66;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	color: #430070;
	text-transform: uppercase;
	font-variant: normal;
	padding: 10px 0px;
	letter-spacing: 5px;
}

h2{
	font-size: 140%;
	color: #450074;
	text-transform: capitalize;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-align: left;
}


h3{
	font-size: 120%;
	color: #430070;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 20px;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #430070;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: thin none #FFCC66;
	border-right: thin none #FFCC66;
	border-bottom: medium solid #FFCC66;
	border-left: thin none #FFCC66;
}
 
 #links{
	font-size: 90%;
	color: #430070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 24px;
	text-align: center;
	border-right: none #FFCC66;
	border-bottom: none #FFCC66;
	border-left: none #FFCC66;
 }

.programbanner{
	text-align: center
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0px;
	padding: 2px;
}

.h2center{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #430070;
	text-transform: uppercase;
	font-variant: normal;
	padding: 10px 0px;
	letter-spacing: 5px;
	text-align:center;
	font-weight: bold;	
}

.h3center{
	font-size: 120%;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
}

#sectionNavigation {
        float: left;
	background-color: white;
	padding: 5px;
	border: 5px double black;
	border-radius: 12px;
	-moz-border-radius: 12px;
	width: 274px;
	top: 50px;
	text-align: left;
}

#sectionNavigation ul {
list-style-type: none;
padding: 5px;
}

#sectionNavigation li {
	padding-bottom: 4px;
}

#expandNavigation {
	background-color: white;
	padding: 5px;
	width: 120px;
	border:5px double #333;
	border-bottom: 0px;
	position: absolute;
	text-align: center;
	top: -35px;
	left: -5px;
	z-index: 1;
}

#returnHome {
	position: absolute;
	border:5px double #333;
	border-bottom: 0px;
	background-color: white;
	padding: 5px;
	width: 120px;
	top: -35px;
	left: 135px;
	text-align: center;
}

.follow-on-twitter {
    position: absolute;
    top: -30px;
    left: 515px;
    text-align: center;
}

.follow-on-linkedin {
    position: absolute;
    top: -30px;
    left: 584px;
}


.follow-on-facebook .fb_iframe_widget {
    position: absolute;
    top: -30px;
    left: 430px;
}

.facebook-widget {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    float: right;
    margin-right: 10px;
}

.twitter-widget {
    float: right;
    width: 240px;
    margin-top: 3.4em;
}

.social-media-container {
    float: left;
    margin-left: 30px;
    width: 35em;
    padding: 0;
}

.menu-float {
    float: left;
    width: 180px;
}

#betaWarning {
	background-color: white;
	border-bottom: 1px solid black;
	position: fixed;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

#Content {
	width:650px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:5px double #333;
	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 20;
	position: relative;
}

#donateToCamws {
	border-top: medium solid #FFCC66;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.ui-dialog-content {
	background-color: white !important;
}

.clear {
    clear: both;
}
.block-jquery-news-ticker {
    max-width: 70%;
    float: left;
    display: block;
}
.block-camws-social {
    position:absolute;
    left:46%;
    top:10.4em;
}
.fb-like {
    margin: -3px 0 0 -6px;
}
/* rules for specific content types */
.node-type-vp-handbook-page .main-content {
        margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.node-type-vp-handbook-page .main-content .page__title {
  display:none;
}
.logo-container .logo {
    display: inline;
    padding: 2em;
}
/* styling for /cpl/big.php image */
.bridgeContainer h3 {
    font-size: 3em;
    margin-top: -3.4em;
}
#membershipAddButton p {
    margin-bottom: 10px;
}
/* make placeholders darker */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #202020;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #202020;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #202020;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #202020;
}
/* webform tweak */
.webform-layout-box.horiz {
    margin: 0 !important;
}
/* views styling */
.view-necrologies .views-field {
    padding: 0.3em 3em;
}
.view-necrologies .view-content table {
    width: 100%;
    margin: 0 auto;
}
.view-necrologies .view-footer {
    padding: 2em 0;
}
.view-news span {
    display: inline-block;
    margin-bottom: 0.2em;
}
.view-interviews, 
.view-interviews h3 {
    text-align: center;
}
.view-id-news .views-row {
}
.view-id-association_meetings_calendar.view-display-id-page .views-row {
    border: solid 1px grey;
    padding: 1em;
    margin: 1em;
}
.view-association-meetings-calendar.view-display-id-page_1 p {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 26px;
}
.node-calendar-item .field-label {
    margin-top: 1em;
}
#block-views-featured-members-block {
    border: 1px solid black;
    text-align: center;
}
#block-views-featured-members-block h2 {
    text-align: center;
}
#block-views-featured-members-block .views-field.views-field-body {
    padding: 5%;
}
.view-featured-members.view-display-id-page .views-row {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
  border-bottom: 1px dotted gray;
  padding: 2% 0;
}
.view-featured-members.view-display-id-page .views-field-field-member-picture {
   -ms-grid-row:1; 
   -ms-grid-column:1; 
}
.view-featured-members.view-display-id-page .views-field-body {
   -ms-grid-row:1; 
   -ms-grid-column:2; 
}
.view-featured-members.view-display-id-page .views-field-field-image {
   -ms-grid-row:1; 
   -ms-grid-column:3; 
}
.view-featured-members.view-display-id-page .views-row:last-child {
  border-style: hidden;
}
.view-featured-members.view-display-id-page .views-field {
  display: table;
  vertical-align: middle;
}
.view-featured-members.view-display-id-page .field-content {
  height: 100%;
  min-height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.view-featured-members img {
  max-height: 350px;
  margin: 0 auto;
}
#block-views-event-items-block .block__title.block-title {
  text-transform: none;
}
.view-interviews table {
  width: 90%;
  margin: 0 auto;
}
.view-interviews table a {
  text-decoration: none;
}
.view-interviews table a:focus,
.view-interviews table a:hover {
  color: #000;
}
.view-interviews table thead {
  border: 1px solid #450074;
  line-height: 2.5em;
}
a.nid-link {
  text-decoration: none;
}
/* front page */
.region-highlighted {
    display: inline;
}
#block-block-2, #block-block-3 {
    display: block;
    overflow:hidden;
    border: 2px solid;
    padding: 1em 0.5em;
    position: relative;
    float: left;
}
#block-block-2 {
    height: auto;
}
#block-block-3 {
    height: 18em;
}

#block-block-2 p, #block-block-3 p {
    margin: 0.5em;
}
#block-block-2 {
/* IE10 Consumer Preview */ 
background: -ms-linear-gradient(top, #EFE5CE 0%, #F5F4EB 100%);

/* Mozilla Firefox */ 
background: -moz-linear-gradient(top, #EFE5CE 0%, #F5F4EB 100%);

/* Opera */ 
background: -o-linear-gradient(top, #EFE5CE 0%, #F5F4EB 100%);

/* Webkit (Safari/Chrome 10) */ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFE5CE), color-stop(1, #F5F4EB));

/* Webkit (Chrome 11+) */ 
background: -webkit-linear-gradient(top, #EFE5CE 0%, #F5F4EB 100%);

/* W3C Markup, IE10 Release Preview */ 
background: linear-gradient(to bottom, #EFE5CE 0%, #F5F4EB 100%);
 /*   background: repeat-x scroll center top #F5F1E0; */
}
#block-block-2, #block-block-2 a, #block-block-2 h3 {
    color: #7A1D16;
    word-wrap:normal;
    text-align: center;
}
#block-block-3 {
    color: #FFFFFF;
    text-align: center;
    border-color: #000033;
    word-wrap:normal;
    background: url("/images/bg.jpg") repeat-x scroll center top #FFFFFF;
    background-position: 0;
}
#block-block-3 a, #block-block-3 h3 {
    color: #FFFFFF;
    text-align: center;
    border-color: #000033;
    word-wrap:normal;
}
.front .node {
    float: left;
    display: inline;
}
/* since there is only one option, no need to show add to cart item on school_form */
.form-item-submitted-entry-fee-0 {
    display: none;
}
.webform-component--processing-fee {
    display: none;
}
/* style collapsible boxes */
.collapsible .fieldset-title {
    margin-left: -10px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    font-weight: bold;
    font-size: 120%;
    word-wrap: normal;
}
/* Footer menu */
#footer .menu li {
    list-style: none;
    display: inline;
    padding: 0 0.5em;
}
#footer .menu a {
    text-decoration: none;
}
#block-menu-menu-footer-menu {
    border-top: 1px dotted #450074;
    text-align:center;
}
#block-menu-menu-footer-menu .block__title {
    display: block;
    margin: 0 auto;
    width: 10em;
}
/* tweak responsive menu */
.responsified {
  font-size: 75%;
}

/* add dollar sign to donation fields */
.form-item-submitted-donation-for-campaign-for-camws-2016-multiple-product-quantities-132:before,
div[class*="form-item-submitted-donation-to-camws-donation-options-multiple-product-quantities-"]::before,
.donation .form-item::before {
    content: "$";
}
/* remove confusing message from cart */
.commerce-paypal-ec-info {
    display: none;
}

/* used for protected node 724 tempate */
.explanation {
    padding-bottom: 25px;
}
#block-views-gallery-block .col-1,
#block-views-gallery-block .col-2,
#block-views-gallery-block .col-3 {
    width: 24.75%;
    height: auto;
    padding-right: 0.33%;
}
#block-views-gallery-block .col-4  {
    width: 24.61%;
    height: auto;
}
.featured {
    width: 90%;
    height: auto;
    padding: 5%;
    text-align: center;
}
.featured-container {
  border: 2px solid #450074;
}
.featured-container h2 {
  line-height: 31px;
}


.service-links ul.links,
.views-field-body ul.links,
.views-field-service-links ul.links {
  list-style: none;
  margin: 0 auto;
  padding: 5px;
}
.service-links ul.links li,
.views-field-body ul.links li,
.views-field-service-links ul.links li {
  display: inline;
}
.service-links ul.links li img,
.views-field-body ul.links li img,
.views-field-service-links ul.links li img {
  width: 25px;
  height: auto;
}

.node-featured-member {
  text-align: center;
} 
.award-row.benario {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .award-row.benario,
  .award-row {
    width: 90%; 
    float: left;
    padding: 1% 5%;
  }
  .page-node-151 img {
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
  }
}
figure {
 padding: 10px !important;
 max-width: 75% !important;
 height: auto; 
 min-height: 360px !important;
 width: 150px !important;
 float: left !important;
 text-align: center;
 background-color: transparent !important;
}
figure.image {
 padding: 10px !important;
 max-width: 75% !important;
 height: auto; 
 min-height: 635px !important;
 width: 250px !important;
 float: left !important;
 text-align: center;
}
