/* Just for you DeAnna! */
div.clear {
   clear:both;
}

#slider div.clean-vertical img {
	max-width: 100%;
}

/*   Gravity Forms adjustments  */
#gform_2 {
	padding-top: 0;
	padding-right: 0;
}
#gform_wrapper_2 .gform_body {
	position: relative;
	top: -9px;
}
body #gform_wrapper_2 ul li.gfield {
	margin-top: 10px;
}
#gform_wrapper_2 .contactus input[type="submit"] {
	bottom: -45px;
}


@media screen and (max-width:768px) {
	#container {
		margin-top: 2px;
	}
	#logo,
	#social {
		text-align: center;
	}
}
@media screen and (max-width:767px) {
	#actionNav ul {
		width: 65%;
		margin: 10px auto;
		padding-left: 10%;
	}
}

/*   added   4/20/16   SW  */
@media screen and (max-width:725px) {
   .home #partners {
      padding-bottom: 60px;
   }
	/*  ---  large white menu occasionally overwriting screen below 725px width in desktop browser  -- this hides that menu on desktops */
  /* .is-desktop */ body .header.fixed .menu.stick.last {
		display: none !important;
	}
}
@media screen and (max-width:479px) {
div.clean-vertical > div.st_views {
        width: 100%;
    }

    div.clean-vertical > div.st_tabs,div.clean-vertical > div.st_tabs ul {
        width:100% !important;
        height: auto !important
    }

    div.clean-vertical > div.st_tabs ul li {
        clear:none !important;
        display:inline-block;
    }

    div.clean-vertical > div.st_tabs div.st_tabs_wrap {
        float: none;
        clear:both;
        width:100%;
        display:block;
    }

    #slider div.clean-vertical{
        clear: both;
        display:block;
        width:100%;
    }

    div.clean-vertical > div.st_views, #slider {
        height: 200px !important;
        background: transparent !important;
        border: none !important;
    }

    div.clean-vertical > div.st_views, #slider p {
        margin: 0;
    }
}
@media screen and (max-width:450px) {
	#actionNav ul {
		width: 98%;
		padding-left: 8%;
	}
}

/* ------------------- MIN-WIDTH entries ----------------- */

@media screen and (min-width:786px) {
	.staff {
	   width: 48%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: .3em;
	}

	.staff:nth-of-type(2n) {
	clear: left;
	}
}

.board {
   width: 40%;
   padding: .3em;
   margin-left: 6%;
   float: left;
   display: inline-block;
   margin-bottom: 15px;
   min-height: 120px;
}

.board img {
   float: left;
   margin-right: 20px;
   border: 1px solid #666;
   padding: 2px;
}

.logo {
   float: left;
   padding: 2px;
}

.ambassadors {
   width: 48%;
   padding: .2em; 
   float: left;
   display: inline-block;
   margin-bottom: 15px;
   min-height: 100px;
}

.ambassadors img {
   float: left;
   margin-right: 10px;
   border: 1px solid #666;
   padding: 2px;
}

.anchortags {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding-top: 15px;
}

.backtotop {
   font-size:11px;
   text-align: right;
   margin-top: 0px;
   margin-right: 50px;
   margin-bottom: 0px;
}

.diamond {
   text-align: center;
}

.diamond img {
   border: 2px solid #999;
   height: auto !important;
   width: 150px !important;
   padding: 2px !important;
   max-width: 150px;
   margin-right: 2%;
}

/* ------------  main nav adjustments ------------------ */
#menu-primary-menu-1 {
	text-align: center;
}
#inner-header nav > #menu-primary-menu-1 > li {
	display: inline-block;
	float: none;
	vertical-align: top;
}
#inner-header nav li ul.sub-menu {
	background-image: none !important;
	padding-left: 10px !important;
	min-width: 200px !important;
}
#inner-header nav li.events {
	width: 12% !important;
}

@media print {
	body a:after,
	body a:visited:after {
/*		content: " (" attr(href) ")"; */
/*		content: "  " attr(href) " "; */
		content: "" !important;
	}
	body a abbr[title]:after,
	body a:visited abbr[title]:after {
/*		content: " (" attr(title) ")"; */
		content: "  " attr(title) " ";
	}

	body .footer,
	body .noprint {
		display: none !important;
		height: 0 !important;
	}
}