/* ======== */

/*global code*/

body {
  font-size: 16px;
	font-family: Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0px 0;
  color: #648296;
  font-weight: 400;
  line-height: 1.5;
  font-family: Lato, sans-serif;
}

h1 {
  font-size: 30px;
  line-height: 34px;
  padding: 0 0 10px 0;
}

h2 {
  font-size: 24px;
  font-family: Lato, sans-serif;
}

h3 {
  font-size: 20px;
  font-family: Lato, sans-serif;
  padding: 0 0 0 24px;
}

h4 {
  font-size: 24px;
  font-family: Lato, sans-serif;
  line-height: 26px;
  padding: 20px 0 0 0;
  text-align: left;
  text-transform: none;
}

h5 {
  font-size: 24px;
  font-family: Lato, sans-serif;
  text-align: right;
  padding: 0;
  margin: 0;
}

/* h6 controls the blue head in the panels */

h6 {
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
  /*color: #c40202;*/
  font-family: Lato;
  text-align: left;
  margin: 6px 0 0 0;
}

.home-body {
  /*background-color: #fff;*/
  font-family: Georgia, serif;
  color: #666;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.8em;
  background-attachment: fixed;
}

/*control for heading overprinting banner image*/

.page-header h2 {
  font-family: Lato, sans-serif;
  text-align: right;
  padding-top: 220px;
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
}

.page-body {
  font-family: Georgia, serif;
  color: #333;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0 0 9px 0;
}

.page-body-indent {
  font-family: Georgia, serif;
  color: #333;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
  padding: 0 0 0 24px;
  margin: 0 0 9px 0;
}

.btn-none {
  cursor: none;
}

/*this code is for global links*/

a:link {
  color: rgb(255,0,0);
  -webkit-transition: all .2s ease-in-out .2s;
  -moz-transition: all .2s ease-in-out .2s;
  -o-transition: all .2s ease-in-out .2s;
  transition: all .2s ease-in-out .2s;
  -ms-transition: all .2s ease-in-out 0s;
  text-decoration: none;
}

a:visited {
  color: rgb(100,100,230);
}

a:hover {
  color: rgb(60,160,200);
}

a:active {
  color: rgb(230,0,0);
}

/* ======== end global code ====== */

/* ====== workgroup css ====== */

/*this controls the size of the tab heads for the tab panel*/

.sow-tabs-title.sow-tabs-title-icon-left {
  font-size: .7em;
  font-weight: normal;
  font-family: Lato;
}

/*this controls the workgroup sidebar entries, additional css under customize > css*/

/*controls the border underneath the workgroup head*/

.title-border {
  border-width: 0px;
}

/*controls size of head and the spacing above the head on the page sidebar*/

.sidebar h3.title .title-border {
  padding: 12px 0 6px 0;
  margin: 0;
  text-align: left;
  font-size: .9em;
  border: none;
}

.widget_nav_menu li a {
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 10px;
  line-height: 8px;
}

/*controls the text within the panel*/

.workgroup-body {
  font-size: 16px;
  line-height: 24px;
  /*font-family: "Roboto", sans-serif;*/
  font-family: Georgia, serif;
  padding: 0 0 9px 0;
  margin: 0;
}
.workgroup-body-space {
  font-size: 16px;
  line-height: 24px;
  /*font-family: "Roboto", sans-serif;*/
  font-family: Georgia, serif;
  padding: 6px 0 0 0;
  margin: 0;
}
.workgroup-archives {
  font-size: 16px;
  line-height: 24px;
  /*font-family: "Roboto", sans-serif;*/
  font-family: Georgia, serif;
  padding: 12px 0 9px 0;
  margin: 0;
}
.workgroup-indent {
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  padding: 2px 0 0 16px;
  margin: 0px;
}

.workgroup-indent-space {
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  text-indent: 16px;
  padding: 8px 0 0 0;
  margin: 0px;
}

/* == end workgroup == */

/* == retreat == */

.retreat-body {
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  padding: 0 0 9px 0;
  margin: 0 0 0 20px;
}

.retreat-indent {
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  padding: 2px 0 0 16px;
  margin: 0px;
}

.retreat-indent-space {
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  text-indent: 16px;
  padding: 8px 0 0 0;
  margin: 0px;
}

/* == retreat bulleted list == */

ul.dot {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: disc;
}

.dot li {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 0 8px;
}

.dot li a:link {
  margin: 0;
  -webkit-transition: all linear .35s .1s;
  transition: all linear .35s .1s;
  color: rgba(225,115,0,1);
}

.dot li a:visited {
  color: rgba(200,50,0,1);
}

.dot li a:hover {
  color: rgba(0,0,225,1);
}

.dot-text {
  font-family: Verdana, sans-serif;
  font-size: .7em;
  font-weight: bold;
  line-height: 1.4em;
  color: #000;
  color: rgba(0,0,0,1);
  text-decoration: none;
  text-align: center;
  padding: 4px 0 0 0;
}

/* == end bulleted list == */
/* ==== retreat sidebar ==== */
@media only screen and (max-width: 2000px) {
	.retreat-left {
	  position: relative;
	  float: left;
 	 width: 60%;
 	 height: auto;
 	 margin: 0;
 	 padding: 10px 0 0 0;
   border-right: 1px solid rgb(180,180,180);
	}
}
@media only screen and (max-width: 900px) {
	.retreat-left {
	  position: relative;
	  float: none;
 	 width: 100%;
 	 height: auto;
 	 margin: 0;
 	 padding: 0 0 20px 0;
   border-right: 0 solid rgb(255,255,255);
   border-bottom: 1px solid rgb(180,180,180);
	}
}
@media only screen and (max-width: 2000px) {
	.retreat-right {
  	position: relative;
 	 float: left;
 	 width: 35%;
 	 height: auto;
 	 background-color: rgb(255,255,255);
 	 margin: -10px 0 0 10px;
 	 padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 900px) {
	.retreat-right {
  	position: relative;
 	 float: none;
 	 width: 100%;
 	 height: auto;
 	 background-color: rgb(255,255,255);
 	 margin: 0;
 	 padding: 0;
  }
}
.retreat-side-body {
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
}
/* == end retreat == */

.footer-widget .widgettitle {
  color: #ffffff;
}

li {
  font-size: 16px;
  font-family: Georgia;
  line-height: 24px;
  padding-bottom: 6px;
  margin-left: 12px;
}

/* ====== workgroup signup button ====== */

.sign-up-container {
  position: relative;
  width: 170px;
  margin: 10px auto 0 auto;
}

ul.sign {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.sign li {
  width: 170px;
  margin: 0;
}

.sign li a {
  display: block;
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  line-height: 48px;
  -webkit-transition: all linear .35s .1s;
  transition: all linear .35s .1s;
  background-color: rgba(190,210,215,1);
}

.sign li a:hover {
  outline: none;
  color: #fff;
  background-color: rgba(100,130,150,1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.sign-text {
  font-family: Verdana, sans-serif;
  font-size: .7em;
  font-weight: normal;
  line-height: 1.4em;
  color: #000;
  color: rgba(255,255,255,1);
  text-decoration: none;
  text-align: center;
  padding: 16px 0;
}

/*----end sign up----*/

/* this code is for top footer text*/

.site-footer {
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #333;
}

.site-footer a:link {
  color: #333;
  -webkit-transition: all .2s ease-in-out .2s;
  -moz-transition: all .2s ease-in-out .2s;
  -o-transition: all .2s ease-in-out .2s;
  transition: all .2s ease-in-out .2s;
  -ms-transition: all .2s ease-in-out 0s;
  text-decoration: underline;
}

.site-footer a:visited {
  color: rgb(230,100,0);
}

.site-footer a:hover {
  color: rgb(0,100,255);
}

.site-footer a:active {
  color: rgb(230,0,0);
}

.site-top-footer {
  /*background-image:url('assets/images/wave-high.png');*/
  /*background-repeat: repeat-x;*/
  /*background-color:#2f2f2f;*/
  background-color: #ccc;
  padding: 20px 0 0 0;
  margin: 0;
}

.footer-widget {
  margin-bottom: 0;
}

/* -- end footer code --*/

/* makes for a wrap around image*/

.pic-left {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
}

/*center in text area*/

.pic-center {
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto;
}

/* ==== navigation ==== */

/*-- controls the dropdown font--*/

.main-navigation > ul > li > ul li {
  line-height: normal;
  font-size: 11px;
  position: relative;
  font-family: Lato, sans-serif;
}

/* == columns for video == */

.title-video {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.container-vid {
  position: relative;
  width: 100%;
  height: auto;
  margin: -35px auto 20px auto;
  padding: 0;
}

.space-videos {
  position: relative;
  float: left;
  width: 400px;
  height: 34px;
  margin: 0;
}

.holder-videos {
  position: relative;
  float: left;
  width: 400px;
  height: 225px;
  margin: 0px 20px 70px 0;
}

.holder-videos iframe {
  border: none;
  width: 400px;
  height: 225px;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 0px;
}

img.scalable {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
}

/* ==== controls the animated blocks on the About page ==== */

.body-clear {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
}

.block-container {
  position: relative;
  margin: 0 0 165px 0;
  width: 100%;
  height: auto;
  text-align: right;
}

.block1,
.block2,
.block3,
.block4 {
  position: relative;
  float: right;
  width: 120px;
  height: 120px;
  overflow: hidden;
  opacity: 1;
  background-color: rgba(235,230,230,1);
  margin: 0 0 6px 6px;
  -webkit-transition: all 1s ease-in-out .2s;
  -moz-transition: all 1s ease-in-out .2s;
  -ms-transition: all 1s ease-in-out .2s;
  -o-transition: all 1s ease-in-out .2s;
  transition: all 1s ease-in-out .2s;
  cursor: pointer;
  clear: left;
  text-align: right;
}

.block1 {
  border: rgba(200,60,30,1) 2px solid;
}

.block2 {
  border: rgba(145,145,155,1) 2px solid;
}

.block3 {
  border: rgba(10,100,45,1) 2px solid;
}

.block4 {
  border: rgba(0,105,165,1) 2px solid;
}

.block-image {
  position: absolute;
  text-align: center;
  top: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  /*width: auto;*/
  -webkit-transition: all 0.75s ease-in-out .3s;
  -moz-transition: all 0.75s ease-in-out .3s;
  -ms-transition: all 0.75s ease-in-out .3s;
  -o-transition: all 0.75s ease-in-out .3s;
  transition: all 0.75s ease-in-out .3s;
  cursor: pointer;
}

.block-image:hover {
  opacity: 0;
}

.block-text {
  font-family: Ariel, sans-serif;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  padding: 0 6px;
  height: 120px;
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}

/* ==== columns for archives ==== */
.archive-container {
  column-count: 4;
  column-gap: 10px;
  column-rule: 1px solid red;
  column-width: 240px;
  margin: 20px 0 0 0;
}
.archive-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  color: rgb(100,130,150);
}
.archive-item a:link {
  color: rgb(100,130,150);
}
.archive-item a:visited {
  color: rgb(210, 100, 40);
}
.archive-item a:hover {
  color: rgb(204, 0, 0);
}
/* ==== end archives ==== */

/* ==== columns for home page ==== */
@media only screen and (max-width: 2000px) {
	.home-left {
	  position: relative;
	  float: left;
 	 width: 60%;
 	 height: auto;
 	 margin: 0;
 	 padding: 0;
	}
}
@media only screen and (max-width: 900px) {
	.home-left {
	  position: relative;
	  float: none;
 	 width: 100%;
 	 height: auto;
 	 margin: 0;
 	 padding: 0;
	}
}
@media only screen and (max-width: 2000px) {
	.home-right {
  	position: relative;
 	 float: right;
 	 width: 35%;
 	 height: auto;
 	 background-color: rgb(200,220,250);
 	 margin: -10px 0 0 10px;
 	 padding: 0;
  }
}
@media only screen and (max-width: 900px) {
	.home-right {
  	position: relative;
 	 float: none;
 	 width: 100%;
 	 height: auto;
 	 background-color: rgb(200,220,250);
 	 margin: 0;
 	 padding: 0;
  }
}
.new-member-head {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 16px 0 16px;
}
.new-member-body {
  font-family: Georgia, serif;
  color: #000;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.6em;
  margin: 0;
  padding: 0 16px 24px 16px;
}
/* ==== end home page ==== */


.flexslider {
	margin: 0;
	padding: 0;
	position:relative
}
.flexslider.loading{
	background:url('assets/images/loader.gif') no-repeat scroll center center
}
.flexslider .slides{
	margin:0;
	list-style-type:none
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
} 
html[xmlns] .slides {
	display: block
} 
* html .slides {
	height: 1%
}
.flexslider .slides {
	zoom: 1
}
.flexslider .flex-direction-nav{
	margin:0;
	list-style-type:none
}
.flexslider .flex-control-nav{
	list-style-type:none;
	width:100%;
	text-align:center;
	position:absolute;
	z-index:11;
	left:0;
	bottom:-30px;
	padding:0;
	margin:0
}
.flexslider .flex-control-nav li{
	display:inline
}
.flexslider .flex-control-nav a{
	width:10px;
	height:10px;
	border-radius:100%;
	background-color:#e8e8e8;
	display:inline-block;
	margin:0 6px;
	text-indent:-9999px;
	text-decoration:none
}
.flexslider .flex-prev, .flexslider .flex-next{
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#f8f7f3;
	margin-bottom:10px;
	position:absolute;
	top:25px;
	right:0px;
	font-size:14px;
	line-height:25px;
	width:25px;
	height:25px;
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	text-align:center;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s
}
.flexslider .flex-prev{
	left:auto;
	right:30px
}
.flexslider .flex-prev:before{
  content: "\f104"
}
.flexslider .flex-next:before{
  content: "\f105"
}
.entry .flexslider{
	margin-bottom:20px
}
.workgroup-sidebar {
	font-family: Georgia, serif;
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6em;
	padding: 0 0 0 12px;
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:rgba(0,0,0,0.5);
}
.please {
	font-family: "Roboto", sans-serif;
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0 10px 0;
}
.rationale-head {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.wpforms-form .wpf-form-heads {
    font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    position: relative;
		clear: both;
		background-color: #000 !important;
    color: #fff !important;
}