/****** FILE: themes/gph/css/style.css *****/

@charset "utf-8";
/* CSS Document */
body{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    display: block;
}
body.has-js {
	display: none;
}
/* Typography */
a {
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* CMS Styles */
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}
.small {font-size: 12px;}
.big {font-size: 20px;}
span.green, a.green {color: #94c942;}
.bold {font-weight: 600;}
img.right {
    float:right;
    margin-left:1.5em;
    margin-bottom: 1em;
    margin-top: 1em;
}
img.left {
    float:left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    margin-top: 1em;
}
img.center {
    float:none;
    margin:1em auto 1em auto;
    display:block;
}
img.leftAlone {
    margin: 10px 100% 10px 0;
}
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0.5625rem 1.1875rem;
    font-size: 1.5rem;
    border-left: 1px solid #92c740;
    background: #f0f0f0;
}
blockquote,
blockquote p {
  line-height: 1.3;
  color: #6e6e74;
  font-size: 1.5rem; }
/**Header top**/
.header-top{
    background: #fff;
    background: rgba(246,246,246,1);
    padding:15px 0;
    height: 130px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}
.header-top-in{
    float:right;
    margin-top:2em;
    width: 100%;
}
/* ------------------------------------------------------------------------ */
/* SOCIAL ICONS
/* ------------------------------------------------------------------------ */
.social-list a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display:-moz-inline-stack;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.social-list a:hover {
    background-color: #444444;
    background-position: 0px -40px !important;
}
.social-list{
    float:left;
    margin-bottom:0;
    margin-left: 0;
    margin-right: 0;
     margin-top: 6px;
   /* margin-top: 27px;*/
}

.content-area table, .content-block table {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1rem;
    border-collapse: collapse;
}
.content-area td, .content-block td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0;
    padding: 10px;
    vertical-align: top;
}
.content-area td p, .content-block td p {
    margin-bottom: 0;
}

td.white, td.white p {
    color: #fff;
}
td.grey a {
    color: #f1f5eb;
}
td.grey a:hover {
    color: #def788;
}


/*.ContactPage .social-list { margin: 1em 0; }*/

.social-list li{
    float:left;
    margin-left:7px;
    list-style:none;
    background: #7f7f88;
    opacity: 0.5;
    border-radius: 1px;
    margin-bottom: 4px;
}
.content-area .social-list li{
    list-style: none;
}
.social-list li a{
    display:block;
    width:37px;
    height:37px;
    text-indent:-9999px;
    background-repeat:no-repeat;
    transition:all ease 0.3s;
    background-size: 100% !important;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.social-list li:hover {
    opacity: 1;
}
.social-list a:hover {
    background-color: #cccccc;
    background-position: 0px -37px !important;
    opacity: 1;
    border-radius: 1px;
    opacity:1;
}
.social-list li a.fb {
    background: url(../images/facebook.png) no-repeat 0 0
}
.social-list li a.fb:hover {
    background-color: #3b5998
}
.social-list li a.tw {
    background: url(../images/twitter.png) no-repeat 0 0
}
.social-list li a.tw:hover {
    background-color: #48c4d2
}
.social-list li a.in {
    background: url(../images/linkedin.png) no-repeat 0 0
}
.social-list li a.in:hover {
    background-color: #71b2d0
}
.social-list li a.yt {
    background: url(../images/youtube.png) no-repeat 0 0
}
.social-list li a.yt:hover {
    background-color: #f45750
}
.social-list li a.gp {
    background: url(../images/googleplus.png) no-repeat 0 0
}
.social-list li a.gp:hover {
    background-color: #dd4b39
}

/**
.social-list li a.fb{
    background-position:left top;
}
.social-list li a.fb:hover{
    background-position:left bottom;
}
.social-list li a.tw{
    background-position:center top;
}
.social-list li a.tw:hover{
    background-position:center bottom;
}
.social-list li a.in{
    background-position:right top;
}
.social-list li a.in:hover{
    background-position:right bottom;
} **/
.search{
    float:left;
    position:relative;
    border-bottom:1px solid #d9d9d9;
    margin-left:10px;
    margin-bottom:0;
}
.search input[type=text]{
    background:#fff;
    width:240px;
    border:0;
    height:36px;
    padding:0 50px 0 10px;
    color:#000;
    font-size:14px;
    margin-bottom:0;
    box-shadow:none;
}
.search input[type=submit]{
    position:absolute;
    right:0;
    top:0;
    width:36px;
    height:36px;
    background:url(../images/search-icon.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-bottom:0;
}

input[type="submit"] {
    cursor: pointer;
}

.Actions input[type="submit"] {
    background: url(../images/submit-bg.png) 100% 50% no-repeat #8dc63f;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.Actions input[type="submit"]:hover {
    background: url(../images/submit-bg.png) 100% 50% no-repeat #25aae3;
}
/***top head ***/

ul#sub-nav li {
    list-style: none;
    display:inline-block;
    margin-top: 0.5em;
}
ul#sub-nav li a {
    color: #474747;
    font-weight: 400;
    font-size: 14px;
    padding: 0 8px 0 5px;
    line-height: 1;
    border-right: 1px solid #474747;
}
ul#sub-nav li a:hover {
    color: #7ba934;
}
ul#sub-nav li:last-child a{
    border-right: none;
}

.large-12.columns.location-name {
    padding: 0;
    margin-bottom: 0.5rem;
}
.large-12.columns.location-name h4 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #2b2c2c;
}

/***Sub Home***/

.centered-banners {
    width: auto;
    margin: 0px auto;
    text-align: center;
    padding: 2em 0;
}
.centered-banners .banners .large-2 {width: 18.7%;}
.section.centered-banners {padding: 2em 0;}
body .centered-banners .large-2, body .centered-banners .large-2:last-child {
    float: none;
    display:-moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
a.button.centered {
    width: auto;
    margin: 1em auto;
}
.button.blue {
    background: #365bb9;
    border-color: #365bb9;
    color: #fff;
}
.button.blue:hover {
    background: #fff;
    border-color: #365bb9;
    color: #365bb9;
}
.button.orange {
    background: #f1ba26;
    border-color: #f1ba26;
    color: #fff;
}
.button.orange:hover {
    background: #fff;
    border-color: #f1ba26;
    color: #f1ba26;
}
.button.yellow {
    background: #EFC42D;
    border-color: #EFC42D;
    color: #fff;
}
.button.yellow:hover {
    background: #fff;
    border-color: #EFC42D;
    color: #EFC42D;
}
.button.arrow {
    padding-right: 2em;
    background-image: url(../images/arrow-white-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 8px;
}
.button.green.arrow:hover {
    background-image: url(../images/arrow-green-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 8px;
}
.button.blue.arrow:hover {
    background-image: url(../images/arrow-blue-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 8px;
}
.button.orange.arrow:hover {
    background-image: url(../images/arrow-orange-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 8px;
}

#JobsPage .button.orange.arrow {
	background: #0089C8;
}
#JobsPage .button.orange.arrow:hover {
	background: #fff;
	color:#0089C8;
	border-color: #0089C8;
}

/***Header top end***/

/***Navigation***/

.pos-rel{
    position:relative;
}
.logo{
    position:absolute;
    left:0;
    z-index:100;
}
.logo a, .logo img{
    display:block;
}
.navigation{
    position: relative;
    float:left;
    width: 100%;
    background: #6e6e74;
    background: rgba(110, 110, 116, 0.75);
    height: 45px;
    z-index:20;
}
#home .navigation {margin-bottom: 500px;}
nav .top-bar-section ul li ul {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 215px;
    box-shadow: 1px 3px 4px rgba(102, 102, 102, 0.5);
    z-index: 9999;
    text-align: left;
}

nav .top-bar-section ul li ul li {
    width: 100%;
}

nav .top-bar-section ul li ul li.end {
    border-bottom: none;
}

nav .top-bar-section ul ul li:not(.has-form) a:not(.button) {font-family: 'Raleway', sans-serif; background: #6e6e74; background: rgba(110, 110, 116, 0.75); color: #fff;}
.top-bar-section ul li > a { font-size: 1rem; }
nav .top-bar-section ul li ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 0.95em;
}
.top-bar-section > ul > li:hover:before {
    content: "";
    width: 100%;
    position: absolute;
    top: -3px;
    height: 3px;
    background: #94c942;
    z-index: 999;
    display: block;
}
.container {
    width: 100%;
    float: left;
    position: relative;
}
.container.header {
    background-size: cover;
    background-position: top center;
/*    max-height: 600px;*/
}
/***Navigation end***/

ul.orbit-slides-container { margin-top: 130px !important; }
ul.orbit-slides-container li { height: 600px; }
.banner{
    width:100%;
    margin:auto;
    position: absolute;
    top: 0;
    z-index: 1;
/*    height: 575px;*/
	overflow: auto;
}
.banner-con{
    position:absolute;
    max-width: 450px;
    height: auto;
    padding-bottom: 2.5rem;
    top: 140px; /* 175px */
    z-index:1000;
    right:50%;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    text-align:left;
    color:#fff;
    margin-right:-600px;
}
.banner-con.left {
    margin-left: -600px;
    margin-right: 0;
    right: auto;
    left: 50%;
}
.banner-con.center {
    right: auto;
    left: 50%;
    margin-right: 0;
    margin-left: -225px;
    /* text-align: center; */
}

.subhomeoverlay{
	background: rgba(0,0,0,0.3) none repeat scroll 0 0;
    position: absolute;
    text-align: left;
    /*width: 96%;*/
    left: 0;
	top: 0;
	bottom: 0;
    z-index: 1000;
    padding: 2rem;
}

.banner-title{
    color:#fff;
    font-weight:300;
    padding: 15px 15px 0px;
    background: #fff;
    background: rgba(255, 255, 255, 0.15);
}
.banner-title h1 {
    color: #444;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}
.banner-con-bg{
    padding:15px;
    font-size:16px;
    color:#575757;
    font-weight:400;
    line-height:25px;
}
.banner-con-bg .button-link a{
    display:-moz-inline-stack;
    display: inline-block;
    color: #92c740;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0px 40px 0px 15px;
    border-radius: 5px;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 35px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 1em;
    left: 1em;
    background: #94c942;
    border: 2px solid #94c942;
    color: #fff;
    font-weight: 600;
    padding: 0.25rem 2rem;
    line-height: 2;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-con-bg .button-link a:hover{
     background: #fff;
     color: #94c942;
}
.banner-con-bg .button-link a span {
    background: url(../images/more-img.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    content: "";
    display:-moz-inline-stack;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-con-bg .button-link a:hover span {
    display:-moz-inline-stack;
    display: inline-block;
    right: 0px;
}

/**twitter**/
.tweets {
    background-color: rgba(0, 137, 200, 1);
    background-size: cover;
    padding: 1em 0;
}
.tweets a#tweet-head {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
}
.tweets .large-12{
    text-align:center;
    color:#fff;
    font-weight:400;
    font-size:16px;
    line-height:2;
}
.tweets .large-12 a {
    color: rgba(0, 137, 200, 1);
    font-size: 30px;
    width: 64px;
    height: 64px;
    margin: 0.5rem;
    background: #fff;
    display: inline-block;
    border-radius: 99rem;
    border: 3px solid #fff;
}
.tweets .large-12 a:hover {
    color: #fff;
    background: none;
    border-color: #fff;
}
.tweets h4 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}
.work{
    padding:40px 0 65px;
    text-align:center;
}
.work-title{
    font-size:38px;
    font-weight:300;
    color:#8dc63f;
    margin-bottom:25px;
}
.work-title span, .connect-title span, .news-title span{
    font-weight:700;
}
.work-con{
    font-size:20px;
    font-weight:300;
    color:#383838;
    margin-bottom:40px;
}
.section {
    padding: 2em 0 3em;
    float: left;
    width: 100%;
}
.banners {
    padding: 2em 0 3em;
    background: #f6f6f6;
    float: left;
    width: 100%;
    text-align: center;
}
.banners.sidebar {
    background: none;
    padding: 1em 0;
}
.banners h1 {
    margin-bottom: 1.2em;
}
.banners .large-2{
    margin-left:1.25%;
    width: 19%;
    font-size:18px;
    color:#fff;
    font-weight:400;
    padding:135px 1em 40px 1em;
    height: 195px;
    transition:all ease 0.4s;
    overflow:hidden;
    position: relative;
    cursor:pointer;
    text-align: center;
    border-radius: 5px;
}
.banners.sidebar .large-2{width: 100%;}
.banners.sidebar {
    background: none;
}
.banners .large-2:first-child, .connect .large-2:first-child{
    margin-left:0;
}
.banners .large-2.green, .banners .large-2.green span {
    background: #94c942;
}
.banners .large-2.blue, .banners .large-2.blue span {
    background: #365bb9;
}
.banners .large-2.orange, .banners .large-2.orange span {
    background: #f1ba26;
}
.banners .large-2.green:hover, .banners .large-2.green:hover span {
    background: #b7d347;
}
.banners .large-2.blue:hover, .banners .large-2.blue:hover span {
    background: #25408f;
}
.banners .large-2.orange:hover, .banners .large-2.orange:hover span {
    background: #faa61a;
}
.banners .large-2 span {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    height: 60px;
    z-index:5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.banners .large-2:hover span {bottom: 0px;}
.banners a.large-2.medium-6.columns {
    background-position: center 30px;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease-out;
   -moz-transition: -moz-transform .3s ease-out;
   -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.banners.sidebar a.large-2.medium-6.columns {margin-bottom: 1em;}
.news-title{
    font-size:2rem;
    font-weight:300;
    color:#6e6e74;
    margin-bottom:25px;
    text-align:center;
}
.news-image{
    height:125px;
    overflow:hidden;
    position:relative;
}
.news-image p {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
    background: #f8f8f8;
    background: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 700;
    z-index: 1;
}
.news-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.news-filter {
	font-size: 16px;
	color: #383838;
	padding-left: 30px;
	line-height: 40px;
	background: url(../images/news-filter-icon.png) no-repeat left center;
	/*margin-bottom: 30px;*/
}
.news-filter .active {
	color: #383838;
	cursor: default;
}
.news-all, .events-all {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
	display: block;
    background: #fff;
    border: 2px solid #94c942;
    font-size: 14px;
    color: #94c942;
	line-height: 40px;
	width: 48%;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 1px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.news-all i, .events-all i {
    border: 1.5px solid #94c942;
    width: 18px;
    height: 18px;
    color: #94c942;
    border-radius: 99rem;
    padding: 0px 0px 0px 2px;
    margin-left: 0.25rem;
    margin-right: -6px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news-all:hover i, .events-all:hover i {
    color: #fff;
    border-color: #fff;
}
.news-all:hover, .events-all:hover {
	background: #94c942;
	color: #fff;
}
.customNavigation a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 40px;
	text-indent: -9999px;
	opacity: 0.25;
}
@-moz-document url-prefix() {
  .news-image img {
    top: 0;
  }
}
#news-list .news-image img {
    position: relative;
    top: 0;
}
.news-image a{
    position:absolute;
    width:100%;
    height:100%;
    background:/*url(../images/read-image.png) no-repeat center*/ rgba(255, 255, 255, 0.3);
    top:100%;
    left:0;
    transition:all ease 0.2s;
}
.news-image:hover a{
    top:0;
}
.news-con {
  padding:10px;
  height: 150px;
  position: relative;
  background: #f0f0f0;
}
/*
.news.section > .row > .columns {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
*/

h6.green{
    color: #6F6F73;
}
.news-con h4 {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
    color: #6F6F73;
}
.news-con a h4 { color: #6F6F73; }
.news-con a h4:hover { color: #92c740; }
.news-con p {
  font-size: 12px;
  line-height: 1.2;
}
.news-con .more a{
  padding: 3px 5px;
  background: #fff;
  border: 1px solid #ddd;
}
.news-con .more a:hover{
  color: #fff;
  padding: 3px 25px 3px 5px;
  background: url(../images/arrow-white-icon.png) 95% 4px no-repeat #94c942;
  border: 1px solid #94c942;
  background-size: 16px 13px;
}
.news-con .date{
  font-weight:700;
  color:#727272;
  margin-bottom:0.5em;
  font-size:13px;
}
.news-con .con{
  font-size: 12px;
  line-height: 1.2;
  word-break: break-word;
}
.news-con .more{
  margin:0;
  position: absolute;
  bottom: 10px;
}
.news-con .more a{
  color:#727272;
  font-weight:400;
  font-size:14px;
  border-radius: 1px;
}
/*== EVENTS - HOME ==*/

/* @group recurring event label */
.label.recur {
	display: inline-block;
	width: 24px;
	height: 16px;
	background: url(../images/recur-icon-32px.png) no-repeat #94c942;
	background-size: cover;
	color: #222;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: -3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.news-con .label.recur {
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 2px solid #94c942;
	width: 28px;
	height: 20px;
}
.CalendarEvent .label.recur {
	color: #575757;
	background: url(../images/recur-line-icon-32px.png) no-repeat #fff;
	background-size: 16px;
	background-position: 0 4px;
	width: auto;
	height: 22px;
	padding: 2px 2px 0 20px;
	margin: 5px 5px 0 0;
}
/* @end */

#events a {color: #94c942;}
#events a:hover, #events a:hover h4 {color: #b7d347;}
/*== SEARCH BOX ==*/
a#searchtoggle {
    padding: 5px;
    font-size: 1.15em;
    margin-bottom: 0;
    background: rgba(127, 127, 136, 0.5);
    border: 2px solid rgba(127, 127, 136, 0.0);
}
.social-list li.search-button {
	opacity: 1;
	background: none;
}
#searchtoggle:hover, #searchtoggle:focus {
    background: #94c942;
    border: 2px solid #94c942;
}
a#searchtoggle span {
    margin-right: 0;
    background: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 16px;
    float: left;
    display: -moz-inline-stack;
    display: inline-block;
    right: -2px;
    top: 3px;
    background-size: 18px;
    position: relative;
}
a#searchtoggle:hover span, a#searchtoggle:focus span {
    background-position: 0px 0px;
}
#container {
    margin-bottom: 4em;
}
/*== HOME CTA SECTION ==*/
#home-cta {
    background-image: url(../images/slide-1.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0;
    background-attachment: fixed;
}
.dark-overlay {
    padding: 2em 3em;
    background: rgba(0, 0, 0, 0.5);
}
#cta-buttons a.button {
    width: 100%;
    padding: 10px 2em;
}
#home-cta .button.green span {
    background: url(../images/plus-icon.png) 0 0 no-repeat;
    width: 13px;
    height: 14px;
    display:-moz-inline-stack;
    display: inline-block;
}
#home-cta .button.green:hover span {
    background: url(../images/plus-icon.png) 0 -14px no-repeat;
}
#home-cta .button.white span {
    background: url(../images/chat-icon-small.png) 0 -14px no-repeat;
    width: 16px;
    height: 14px;
    display:-moz-inline-stack;
    display: inline-block;
}
#home-cta .button.white:hover span {
    background: url(../images/chat-icon-small.png) 0 0 no-repeat;
}
/** TWEETS NAV **/
.customNavigation a{
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:24px;
    height:40px;
    text-indent:-9999px;
    opacity: 0.25;
}
.customNavigation a:hover {opacity: 1;}

.customNavigation a.btnprev{
    background:url(../images/slider-prev.png);
    left:-60px;
}
.customNavigation a.btnnext{
    background:url(../images/slider-next.png);
    right:-60px;
}
/** hidden search field **/
#searchbar {
  display: none;
  float: left;
  color: #fff;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9999;
    background: none;
    margin-top: 1rem;
    margin-bottom: -2rem;
}
#s {
    display: block;
    border: 0;
    width: auto;
    outline: none;
    padding: 0;
    height: auto;
    min-height: 44px;
    line-height: 1;
    font-size: 1em;
    color: #333;
    background: none;
    font-family: 'BebasNeueRegular', sans-serif;
    margin: 0;
    width: 100%;
    padding: 5px 10px 5px 50px;
    line-height: 2;
    background: url(../images/search-icon-big.png);
    background-repeat: no-repeat;
    background-position: 18px 9px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 1px;
}
form#searchform {
  margin: 0px auto;
}
#searchsubmit {
    display: block;
    float: right;
    margin-top: 1em;
    background: #94c942;
    color: #fff;
    padding: 5px 1em;
    border-radius: 1px;
    font-size: 1em;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 0;
    height: 100%;
    margin: 0;
}
@media (max-width: 860px) {
	#searchbar {
	    padding-left: 0;
	    padding-right: 0;
	    z-index: 9999;
	    background: none;
	    margin-top: 0.5em;
	    margin-bottom: 0.5em;
	}
	#searchbar .large-4.medium-6.small-12.columns.large-offset-8.medium-offset-6 {
	    margin: 0 !important;
	    width: 100%;
	}
}

/**Home Slider**/
.home-banner {
    width: 100%;
    height: 500px;
    display: block;
    float: left;
    background: url(../images/slide-1.jpg);
    background-position: center center;
    background-size: cover;
}
/**Contact Section**/
#footer-contact {
    background: #f8f8f8;
    border-top: 2px;
}
#footer-contact h4 {
    color: #94c942;
    font-size: 1em;
}
#footer-contact h5, #footer-contact p {
    font-size: 13px;
    line-height: 1.2;
    color: #6e6e74;
    margin-bottom: 0;
    padding-left: 1em;
}

#footer-contact .button.green.tiny {
  font-size: 1rem;
  margin: 1.25em auto !important;
}

.phone span.bold {font-family: 'Raleway', sans-serif;}
/**Contact details**/
.send-message span img {
    margin-right: 1em;
    margin-top: -4px;
}
#contact-details p {
    font-size: 13px;
    padding-left: 0.75em;
}
#contact-details h5 {
    font-size: 14px;
    padding-left: 0.75em;
    margin-bottom: 0;
}
#contact-details p.phone {
	padding-left: 1.85em;
}
#contact-details p.phone a {
	font-size: 13px;
}
#contact-details p.phone.fax {
	padding-left: 1.85em;
	white-space: nowrap;
}
#contact-details p.phone.fax a {
	font-size: 13px;
}
#contact-details a.phone, #footer-contact a.phone {
    color: #575757;
    background: none;
}
/*#contact-details h3.child { margin-top: 20px; }*/

/**Footer**/
.foot-bg{
    background:url(../images/footer-bg.gif) center bottom no-repeat #6e6e74;
    background: #444;
    background-size: cover;
    padding:50px 0 10px;
    position:relative;
}
.foot-bg p {
    color: #fff;
}
#newsletter p {
    color: #ec008c;
}
p.f-title, #newsletter p.f-title {
    font-size:20px;
    color:#FFF;
    font-weight: 400;
    margin:0;
    padding-bottom:20px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
}
.foot-list{
    margin:0 0 20px 0;
}
.foot-list li{
    list-style:none;
    overflow: hidden;
    font-size: 0.9rem;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.foot-list li span{
    margin-right: 1em;
    margin-left: -1em;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.foot-list li:hover span{
    margin-left: 0;
}
.foot-list li a{
    color:#d0ff86;
    font-size:14px;f.banner-con-bg a
    line-height: 1.5;
    padding-left: 1em;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.foot-list li a:hover{
    color:#fff;
}
.f-logo{
    text-align:center;
    margin-bottom: 1rem;
}
.f-copy {
    margin-bottom: 2rem;
}
.f-copy p{
    font-size:11px;
    line-height: 1.5;
    color:#fff;
    text-align:center;
    font-weight:400;
}
.footer-social{
    margin:0;
    width: 100%;
}
.footer-social li{
    list-style:none;
    float:left;
    margin-right:5px;
}
.foot-bg .social-list li{
    background: #6e6e74;
    border-radius: 1px;
}
.foot-bg .social-list li:first-child{
    margin-left: 0;
}
.footer-social .social-list li a.fb:hover {
    border: 1px solid #3b5998;
}
.footer-social .social-list li a.tw:hover {
    border: 1px solid #48c4d2;
}
.footer-social li a{
    display:block;
    background:url(../images/social-icons-footer.png) no-repeat;
    width:34px;
    height:34px;
    text-indent:-9999px;
}
.footer-social li a.fb{
    background-position:left top;
}
.footer-social li a.tw{
    background-position:center top;
}
.footer-social li a.in{
    background-position:right top;
}
.news-letter{
    position:relative;
}
.news-letter input[type="email"]{
    background: #505054;
    border-radius: 1px;
    border: none;
}
.news-letter input[type=submit]{
    background: #92c740;
    color: #fff;
    font-size: 0.95em;
    border-radius: 1px;
    font-weight: bold;
    border: 1px solid #b7d447;
    float: left;
    width:  auto;
    margin: 0 0 1em;
    padding: 5px 10px;
}
.news-letter input[type=submit]:hover{
    background: #fff;
    color: #92c740;
}
.backtotop{
    position:absolute;
    top: -33px;
    left: 50%;
    margin-left: -33px;
}

/** footer accoridon **/
.accordion {
  width: 100%;
  max-width: 100%;
  margin: 30px auto 20px;
  background: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0px auto;
}

.accordion li {
  list-style: none;
  margin-bottom: 1rem;
}
.accordion li.flag {
    margin-bottom: 0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 42px 15px 0px;
  color: #fff;
  font-size: 0.75rem;
  border-bottom: 1px solid #565656;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #94c942;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #ddd; }

.accordion li.open i { color: #94c942; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  padding: 1rem 0;
}

.submenu p {
  font-size: 0.75rem;
  color: #fff;
}

/**Footer end**/

/*== SIDEBAR ==*/

/**Side Nav**/
#sidenav li.section{
	padding: 0;
}

ul#sidenav {
    margin-left: 0;
    margin-bottom: 1em;
}
ul#sidenav li {
    list-style: none;
    margin: 2px 0;
}
ul#sidenav .divider {
    width: 60px;
    height: 3px;
    background: #ddd;
    margin: 3px 0;
    float: left;
}
ul#sidenav .divider:after {
    display: none;
}
ul#sidenav li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #6e6e74;
    width: 100%;
    float:left;
    margin-bottom: 5px;
    padding: 3px 10px;
    border-radius: 1px;
}
ul#sidenav li a:hover,  ul#sidenav li.current ul a:hover{
    color: #fff;
    background: #6e6e74;
}
ul#sidenav li.current ul a {
    font-family: 'Raleway', sans-serif;
    background: none;
    color: #6e6e74;
}

ul#sidenav li.current a {
    font-family: 'Raleway', sans-serif;
    background: #94c942;
    color: #fff;
}

#sidenav ul {margin-left: 1em;}
/**Quicklinks**/
#quicklinks, .banners.sidebar {margin-bottom: 1em;}
#quicklinks h3 {
    color: #94c942;
    font-size: 1.3em;
    margin-bottom: 0;
    padding-bottom: 0;
}
#quicklinks ul {margin-left: 0;}
#quicklinks ul li {list-style: none;}
#quicklinks ul li a {
    list-style:none;
    display:-moz-inline-stack;
    display: inline-block;
    float: left;
    margin: 5px 10px 5px 0px;
    padding: 5px 10px;
    color: #6e6e74;
    background: #f0f0f0;
    border-radius: 1px;
    font-size: 13px;
}
#quicklinks ul li a:hover {
    background: #25408f;
    color: #fff;
}

/*== END SIDEBAR ==*/

/*==  ==*/

/* Sub home */

.subhome-menu {
    position:relative;
    background:#dedede;
    padding:1px 0px 0px 0px;
    margin:2em 0px 3em;
    min-height: 428px;
    background: none;
}

.subhome-menu ul.tabs { width:31%; margin-left: 0; }
.subhome-menu ul.tabs li {padding: 0; list-style: none; }

.subhome-menu a.tab {
    font-size:0.95em;
    color:#FFF;
    text-decoration:none;
    display:block;
    padding:24px;
    background:url(../images/light.png) repeat;
    background: #6F6F73;
    position:relative;
    z-index:2;
    margin-top: -1px;
}
.subhome-menu p.inactivetab {
    font-size:0.875em;
    color:#434343;
    text-transform:uppercase;
    text-indent:-9999px;
    display:block;
    padding:24px;
    background:url(../images/inactive.png) repeat;
    background:rgba(255,255,255,0.35);
    position:relative;
    z-index:100;
}
.subhome-menu.largesubhome a.tab { /* Large Number of Children */
    padding:20px 24px;
}
.subhome-menu a.tab:hover {
    background:url(../images/light.png) repeat;
    background:rgba(255,255,255,0.85);
}
.subhome-menu a.tab.maintainHover {
    color:#242424;
    background:#FFF;
    background:rgba(255,255,255,0.95);
    position: relative;
    font-weight: bold;
}
.subhome-menu a.tab.maintainHover:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.subhome-menu a.tab.maintainHover:after {
    content: "";
    background: url(../images/arrow-green-icon.png) 90% 8px no-repeat;
    height: 33px;
    width: 24px;
    left: 85%;
    top: 20%;
}
.subhome-menu.largesubhome a.tab.maintainHover:after {
    content: "";
    background: url(../images/arrow-green-icon.png) 90% 8px no-repeat;
    height: 33px;
    width: 24px;
    left: 85%;
    top: 20%;
}
.subhome-menu .tab-content {
    display:none;
    text-align:center;
    padding: 50px 6% 50px 37%;
    position: absolute;
    top: 0;
    left: 31%;
    right: 0;
    bottom: 0;
    z-index:1;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    background-repeat:no-repeat;
}
.subhome-menu .tab-content .blueover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:url(../images/dark.png) repeat;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.subhome-menu .tab-content h2 {
    text-transform:uppercase;
    color:#FFF;
    font-size:2.5em;
    line-height:1.4em;
    text-decoration:none;
    text-shadow:0px 1px 2px rgba(0,0,0,0.5);
    position:relative;
    z-index:2;
}
.subhome-menu .tab-content .subhomeoverlay p {
    font-size:1.1em;
    color:#FFF;
    margin:10px 0px 20px 0px;
    text-shadow:none;
}
.subhome-menu .tab-content h4, .subhome-menu .tab-content p { color: #222; }
.subhome-menu .tab-content a {
    position:relative;
    z-index:2;
}
.subhome-menu .tab-content br {
    display:none;
}

/*** NEWS ****/

/* TAGS */

#tags h5 {
    color: #242424;
    display:-moz-inline-stack;
    display:inline-block;
    margin-right: 1em;
    font-size: 15px;
    float: left;
}
#tags .button.blue {
    border-color: #365bb9;
    color: #365bb9;
    font-size: 14px;
    background: none;
}
#tags .button.blue:hover {
    color: #6186E2;
    border-color: #6186E2;
}
#tags .button.blue.selected {
    color: #fff;
    background: #365bb9;
}
#tags.small h5 {
    font-size: 12px;
}
#tags.small li {
    margin-left: 0.5em;
}
#tags.small .button.blue {
    font-size: 12px;
    padding: 4px 10px;
    border-width: 1px;
    border-radius: 1px;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* News List Page styles */

#news-list .news-image {
    min-height: 1em;
    height: auto;
    background: #f0f0f0;
}
#news-list .news-image {
}

#news-list .news-con {
    padding: 10px 10px 20px;
    height: auto;
}

/* duplicate!
.item {
    margin-bottom: 0;
    padding: 0.5em 1em 0.5em 0;
}
*/

body .rrssb-buttons li.rrssb-googleplus a {
    background-color: #6e6e74;
}
body .rrssb-buttons li.rrssb-googleplus a:hover {
    background-color: #57575C;
}
/***Merging styles***/

#social-share {
    background: #f0f0f0;
    padding: 0.5em 0.75em;
    border-radius: 5px;
    margin: 1em 0;
}

#social-share h5 {
    font-size: 15px;
    margin-top: 8px;
    color: #181818;
}

#social-share ul li{list-style: none;}

.JobsPage #social-share {
	margin-bottom: 2em;
}

/**Resources styles**/



/**Resources styles**/
#resources {margin-top: 2em;}
#resources .columns .container {
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 1em;
    border-radius: 5px;
}
#resources .columns:nth-child(1n) .container {
    background: #f8f8f8;
}
#resources .columns:nth-child(2n) .container {
    background: #f4f4f4;
}
#resources .columns:nth-child(3n) .container {
    background: #f0f0f0;
}
.resource-description {
    float: left;
    padding: 10px;
    height: 70px;
    max-width: 80%;
}
#resources p {
    font-size: 13px;
    line-height: 1.2;
}
.resource-image {
    float: right;
    height: 90px;
    padding: 10px;
    min-width: 80px;
    border-left: 2px solid #fff;
}
#resources .resource-image span {
    float: left;
    background: url(../images/resources-other.png) 0 0 no-repeat;
    height: 41px;
    width: 41px;
    margin-left: 8px;
    margin-top: 13px;
}
#resources .columns:hover .resource-image span {
    background-position: 0 -41px;
}
#resources .external .resource-image span {background: url(../images/resources-external.png) 0 0 no-repeat;}
#resources .link .resource-image span {background: url(../images/resources-link.png) 0 0 no-repeat;}
#resources .pdf .resource-image span {background: url(../images/resources-pdf.png) 0 0 no-repeat;}
#resources .word .resource-image span {background: url(../images/resources-word.png) 0 0 no-repeat;}

.list-items li a{
    color:#383838;
}
#resources-search {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 2em;
}
#resources-search input[type="text"] {
    height: 40px;
    margin-bottom: 0;
}
#resources-search.has-badge input[type="text"] {padding-left: 185px;}
#resources-search input#search-submit {
    position: absolute;
    top: 21px;
    right: 20px;
}
.scope-badge {
    background: #f8f8f8;
    width: auto;
    position: absolute;
    top: 22px;
    left: 22px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #999;
    width: 180px;
}
#resource-categories {margin: 2em 0;}
#resource-categories label {font-size: 22px; font-weight: bold;}
#key {
    background: #f9f9f9;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 1em 0 2em;
}
#resource-categories select {margin-top: -10px;}
#key .inline-list {margin-bottom: 0;}
#key .inline-list li {font-size: 13px;margin-top: 3px;}
#key .inline-list h5 {
    display:-moz-inline-stack;
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
#tags li {margin-left: 10px;}
#key span {
    display:-moz-inline-stack;
    display: inline-block;
    float: left;
    margin-top:-2px;
    padding-right: 5px;
}
label#sort-label {
    font-size: 15px;
    margin-top: 10px;
    float: left;
    text-align: right;
    width: 100%;
    font-weight: 700;
    color: #575757;
}

/**Employment**/
#positions-vacant {margin-bottom: 2em;}
#positions-vacant a.large-12 {
    display: block;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 1em;
    padding-right: 100px;
}
#positions-vacant a:nth-child(1n) {background-color: #f8f8f8;}
#positions-vacant a:nth-child(2n) {background-color: #f2f2f2;}
#positions-vacant a span {
    background: url(../images/post-next-2.png) 0 -50px no-repeat;
	background-position: 0 -50px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    opacity: 1;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
#positions-vacant a:hover span {
	background-position: 0 0;
}
#positions-vacant h3 {margin: 0.5em 0 1em; float: left;}
#positions-vacant h2 {
    color: #92c740;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}
#positions-vacant p {
    line-height: 1.3;
    margin-bottom: 2px;
}
p.hours {
    font-size: 13px;
    color: #282828;
    line-height: 1.3;
    margin-bottom: 2px;
}
p.location {
    font-size: 14px;
    color: #25408F;
    font-weight: bold;
    line-height: 1.3;
}
p.closes {
    color: #111111;
    font-size: 15px;
    font-weight: 500;
}

/* toggle */
.toggle {
    float: left;
    width: 100%;
    font-size: 1.2em;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    background: #f0f0f0;
    border-radius: 5px;
    margin-bottom: 1em;
}
.toggle .toggle-trigger {
    display: block;
    padding: 1em 10px;
    position: relative;
    text-decoration: none;
    color: #2c2151;
    margin-top: 0;
    cursor: pointer;
    float: left;
    width: 100%;
}
.toggle-trigger h4 {margin-bottom: 0; color: #181818;}
.toggle .toggle-trigger:hover {
    opacity: .8;
    text-decoration: none;
}
.toggle .active {
    text-decoration: none;
    margin-top: 0;
    color: #000;
}
.toggle .toggle-trigger:before {
    content: url(../images/expand.png);
    right: 30px;
    font-size: 1.3em;
    position: absolute;
    z-index: 2;
}
.toggle .active.toggle-trigger:before {
    content: url(../images/collapse.png);
}
.toggle .toggle-content {
    float: left;
    width: 100%;
    margin-top: 1em;
    padding: 1em;
    background: #fafafa;
}
.toggle-trigger p {padding-right: 100px;}

#contact-details .toggle-trigger { padding: 0em 10px 0em 10px; }
#contact-details .toggle-trigger.active { padding-bottom: 10px; }
#contact-details .toggle-trigger h3 { margin-left: 5px; margin-top: .5rem; font-weight: 400; }
#contact-details .toggle-trigger p { padding-right: 0 }

#contact-details .toggle-trigger:before {
/*    content: url(../images/expand.png);*/
    content: url(../images/expand-min.png);
    right: 15px;
    position: absolute;
	top: 10px;
}
#contact-details .toggle-trigger.active:before {
    content: url(../images/collapse-min.png);
}
#positions-vacant .toggle-content p {
    line-height: 1.5;
    margin-bottom: 1em;
    padding-right: 0;
}

/**Events styles**/
.banner-events{
    background:url(../images/events-bg.jpg) bottom no-repeat;
}
.post-arrows{
    position:absolute;
    right:0;
    top:0;
}
#news-list h1 {
	padding-right: 5em;
}
.event-box{
    padding:0 15px 25px 15px;
    margin-bottom:25px;
    border-bottom:1px solid #999;
    margin-right:16px;
    position:relative;
}
.event-title{
    font-size:20px;
    font-weight:300;
    margin-bottom:20px;
    padding-right: 80px;
}
.event-con .t1{
    font-size:12px;
    font-weight:300;
    margin-bottom:14px;
    line-height:12px;
}
.event-con .t2{
    font-size:13px;
    font-weight:300;
    line-height:16px;
}
.event-con .more{
    background:#8dc63f;
    display:-moz-inline-stack;
    display:inline-block;
    color:#fff;
    font-size:13px;
    line-height:25px;
}
.event-con .more span{
    display:-moz-inline-stack;
    display:inline-block;
    padding:0 10px;
    border-right:1px solid #c9e4a5;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.event-con .more:hover span {
    padding: 0 20px 0 20px;
}
.event-more{
    display:-moz-inline-stack;
    display:inline-block;
    font-weight:300;
    color:#fff;
    font-size:20px;
    background:#25aae2;
    line-height:40px;
}
.event-more span{
    display:-moz-inline-stack;
    display:inline-block;
    padding:0 20px;
    border-right:1px solid #FFF;
}
.event-in{
    padding-bottom:0;
}
.event-main p{
    margin-right:50px;
}
.event-featured{
    padding-bottom:30px;
}
.event-featured li{
    float:left;
    list-style:none;
    padding:0 15px;
}
.event-featured li img{
    width:100%;
}
.event-cal{
    padding:12px 15px;
    background:#365bb9;
    margin-bottom:22px;
    border-radius: 5px;
}
.event-cal table.ui-datepicker-calendar{
    border:0;
    background:none;
    margin:0;
    width: 100%;
}
.event-cal table.ui-datepicker-calendar td {text-align:center;}
.event-cal .ui-datepicker-title{
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:14px;
    padding:10px 0;
}
.event-cal .ui-datepicker-calendar th{
    color:#fff;
}
.event-cal .ui-datepicker-calendar thead, .event-cal .ui-datepicker-calendar tr:nth-of-type(2n){
    background:none;
}
.event-cal .ui-datepicker-calendar a{
    color:#fff;
}
.event-cal .ui-datepicker-calendar a:hover{color: #ddd;}
.event-cal .ui-datepicker-calendar .ui-datepicker-current-day a,
.event-cal .ui-datepicker-calendar .has-event a{
    color:#94c942;
}
.event-cal .ui-datepicker-header{
    position:relative;
}
.event-cal .ui-datepicker-prev, .event-cal .ui-datepicker-next{
    position:absolute;
    width:20px;
    height:21px;
    text-indent:-9999px;
    top:8px;
    margin:0 10px;
}
.event-cal .ui-datepicker-prev{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    left:0;
}
.event-cal .ui-datepicker-prev:hover{
    border-right: 7px solid #bbb;
}
.event-cal .ui-datepicker-next{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    right:0;
}
.event-cal .ui-datepicker-next:hover{
    border-left: 7px solid #bbb;
}
.post-arrows a {
    opacity:0.5;
}
.post-arrows a:hover {
    opacity:1;
}
a.inactive {
    pointer-events: none;
    cursor: default;
    opacity: 0.2;
}
.inline-list.small {margin-bottom: 0;}
/***Board Members***/

.board-member {
    height: 380px;
    margin-bottom: 2em;
}
.remodal .board-member {
    min-height: 380px;
}
.large-4.medium-6.column.board-member:last-child {
    float: left;
}
.board-member img {
    border-radius: 99em;
    border: 5px solid #ddd;
    margin: 0.5em 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.board-member .member-image:hover a img {
    opacity: 0.5;
}
.board-member a.button {
    position: absolute;
    top: 25%;
    width: 150px;
    left: 50%;
    top: 35%;
    margin-left: -75px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.board-member .member-image:hover a {
    opacity: 1;
}
.board-member h3 {
    font-size: 18px;
    line-height:1.2;
    margin-bottom: 3px;
}
.board-member p.member-location {
    text-transform:uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}
.board-member p.green.small {
    font-size: 13px;
    color: #94c942;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.member-image .button i.fa.fa-angle-right {
    border: 1.5px solid #fff;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 99rem;
    padding: 0px 0px 0px 2px;
    margin-left: 0.25rem;
    margin-right: -6px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.member-image .button:hover i.fa.fa-angle-right {
    color: #94c942;
    border-color: #94c942;
}
p.accreditation {
    font-size: 12px;
    line-height: 1.1;
}
/***Merging styles***/
.bann-title{
    text-align:center;
    padding:25px 0;
}
.banner-basic{
    background:url(../images/basic-bg.jpg) center center no-repeat;
    background-size: 100%;
    background-size:cover;
    background-position: center center;
    height: 100px;
}
.banner-login{
    background:url(../images/login-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-faq{
    background:url(../images/faq-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-user{
    background:url(../images/user-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-cont{
    background:url(../images/cont-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-region{
    background:url(../images/region-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-sub{
    background:url(../images/sub-bg.jpg) center center no-repeat;
    background-size:cover;
}
.bann-title h1{
    font-size:24px;
    color:#fff;
    font-weight:normal;
    text-align:center;
    background-color:#8dc63f;
    display:-moz-inline-stack;
    display:inline-block;
    padding:8px 13px;
}
.banner-faq h1{
    padding:8px 70px;
}
.pg-title{
    background-color:#f0f0f0;
    padding:10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ededed;
}
.pg-title p{
    margin:0;
}
.colr{
    color:#25aae2;
}
.content-area{
    color:#383838;
    font-size:16px;
    padding-top:4em;
    padding-bottom:1em;
    clear:both;
}
.divider:after{
    content: "";
    background: #92c740;
    width: 60px;
    height: 3px;
    display: block;
    margin: 1em 0;
}
.content-area ul li{
      list-style: square;
      font-size: 16px;
      font-size: 1rem;
      color: #575757;
  }
.list-items{
    padding-bottom:20px;
}
.button-txt{
    padding:2em 0 0;
    clear:both;
}
.button-txt .comm{
    display:block;
    font-size:16px;
    background-color:#8dc63f;
    border-radius: 1px;
    color:#fff;
    font-weight: 700;
    display:-moz-inline-stack;
    display:inline-block;
    text-align:center;
    padding: 0.5em 50px 0.5em 1em;
    position: relative;
    margin-bottom: 0.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button-txt .comm:hover{
    background-color:#b7d347;
}
.button-txt img{
    position: absolute;
    right: 0;
    top: -3px;
}

input#MemberLoginForm_LoginForm_Email{
    background:url(../images/mail.png) no-repeat 10px center;
    padding-left: 35px;
    float: left;
    width: 100%;
}
input#MemberLoginForm_LoginForm_Password{
    background:url(../images/pwd.png) no-repeat 10px center;
    margin-bottom:0;
    padding-left: 35px;
    float: left;
    width: 100%;
}
.field.checkbox {
    width: 100%;
    float: left;
}
.field.small {
    width: 50%;
    float: left;
}
.small input {
    width: 97.5%;
    margin-right: 2.5%;
}
.small.margin-left input {
    width: 97.5%;
    margin-right: 0;
    margin-left: 2.5%;
}
.login-txt .comm {
    background-color: #25abe0;
    color: #fff;
    display:-moz-inline-stack;
    display: inline-block;
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
}
.login-txt .pdf {
    border-right: 1px solid #fff;
    display:-moz-inline-stack;
    display: inline-block;
    padding: 5px 13px 5px 0;
}
.login-txt img {
    padding-left: 6px;
}
/**** recapatcha ******/
#recaptcha_widget_div {
    width: 100%;
    float: none;
    display: block;
    background-color: #fff;
    margin: 15px 0;
    max-width: 450px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
.recaptcha-left {
    width: 85%;
    float: left
}

.recaptcha-right {
    width: 15%;
    padding-left: 5%;
    float: left;
}

.recaptcha-right a, .recaptcha-right a:link, .recaptcha-right a:active, .recaptcha-right a:visited {
    display: block;
    padding: 0.4em 0 0.3em 0;
    background-color: #7ab61c;
    text-align: center;
    border-bottom: 1px solid #fff
}

.recaptcha-right a:hover {
    background-color: #abd037
}

.recaptcha-left span {
    float: left;
    padding: 2% 0 5%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.recaptcha-right a {
    font-size: 0.75em
}

#recaptcha_widget_div .recaptchatable #recaptcha_image {
    clear: both;
    width: 100% !important;
    height: auto !important;
    float: left;
    border: none !important;
}

#recaptcha_widget_div .recaptchatable {border: none !important;}

#recaptcha_image img {
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {background: none;}

.g-recaptcha {
    text-align: center;
}

.g-recaptcha > div {
    display: inline-block;
    margin: 0.25rem auto 1rem;
}

span#recaptcha_privacy {
    font-size: 10px;
}

input#recaptcha_response_field {
    margin-top: 2px;
    margin-bottom: 0;
    border: 1px solid #ddd !important;
}

#recaptcha_widget_div a {
    line-height: 1.5em
    color: #25aae3;
}

a#recaptcha_reload_btn {
    text-indent: 999999em;
    background: url(../images/rc-refresh.png) 50% 50% no-repeat #7ab61c !important;
    height: 20px;
    width: 20px;
    background-size: 100% !important;
    line-height: 0;
    float: left;
    margin: 1px 0.5em 1px 0;
    overflow: hidden;
}

input#recaptcha_response_field {
    margin-bottom: 8px;
}

a#recaptcha_switch_img_btn {
    text-indent: 999999em;
    background: url(../images/rc-audio.png) 50% 50% no-repeat #7ab61c !important;
    height: 20px;
    width: 20px;
    background-size: 100% !important;
    line-height: 0;
    float: left;
    margin: 1px 0.5em 1px 0;
    overflow: hidden;
}

a#recaptcha_switch_audio_btn {
    text-indent: 999999em;
    background: url(../images/rc-text.png) 50% 50% no-repeat #7ab61c !important;
    height: 20px;
    width: 20px;
    background-size: 80% !important;
    line-height: 0;
    float: left;
    margin: 1px 0.5em 1px 0;
    overflow: hidden;
}

a#recaptcha_whatsthis_btn {
    text-indent: 999999em;
    background: url(../images/rc-help.png) 50% 50% no-repeat #7ab61c !important;
    height: 20px;
    width: 20px;
    background-size: 100% !important;
    line-height: 0;
    float: left;
    margin: 1px 0.5em 1px 0;
    overflow: hidden;
}

table#recaptcha_table a img {
    display: none;
}

.retryoptions a:hover {
    background: url(../images/rc-refresh.png) 50% 50% no-repeat #abd037;
}

.recaptcha_only_if_image a:hover {
    background: url(../images/rc-audio.png) 50% 50% no-repeat #abd037;
}

.recaptcha_only_if_audio a:hover {
    background: url(../images/rc-text.png) 50% 50% no-repeat #abd037;
}
a.help:hover {
    background: url(../images/rc-help.png) 50% 50% no-repeat #abd037;
}
#cont-form .Actions {width: 100%;}
#cont-form .Actions input[type="submit"] {
    margin: 1em auto;
    float: none;
    display: block;
}
.mobile {display: none;}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #f9f9f9;
  font-family: inherit;
  border: 1px solid #dddddd;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  line-height: 2;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="color"]:disabled,
  textarea:disabled {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly], fieldset[disabled]
  input[type="url"],
  input[type="color"][disabled],
  input[type="color"][readonly], fieldset[disabled]
  input[type="color"],
  textarea[disabled],
  textarea[readonly], fieldset[disabled]
  textarea {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  input[type="color"].radius,
  textarea.radius {
    border-radius: 1px; }

label {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

fieldset {
    border: none;
    padding: 0;
}

fieldset .middleColumn select {margin: 0 0 1em 0; }

.field.checkbox {
    width: 100%;
    float: left;
    padding: 0.25em 1em 0.25em 0;
    text-align: left;
}

.field.checkbox label {
    text-align: left;
    float: none !important;
    font-family: 'Open Sans', sans-serif;
}

p#ForgotPassword a {font-size: 12px;}

.Actions input[type="submit"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #94c942;
    display:-moz-inline-stack;
    display: inline-block;
    font-size: 1.2em;
    padding: 0.3em 40px 0.3em 16px;
    text-align: center;
    border: 2px solid #94c942;
    float: right;
    width: auto!important;
}

.checkboxset .middleColumn, .optionset .middleColumn {
    float: left;
    width: 100%;
}

.checkboxset .middleColumn ul li, .optionset .middleColumn ul li {margin: 0 5px 0.25em 0;}

#contact-form input[type="submit"] {float: left;}

fieldset .field {
    width: 100%;
    float: left;
}

input.file {
    padding: 0.5em;
    background: #f9f9f9;
    min-width: 85%;
    border-radius: 5px;
    border: 1px solid #ddd;
}

textarea {min-height: 100px;}

.Actions input[type="submit"], input[type="submit"] {
    background: url(../images/arrow-white-icon.png) 90% 10px no-repeat #94c942;
}

.Actions input[type="submit"]:hover, input[type="submit"]:hover {
    background: url(../images/arrow-green-icon.png) 90% 10px no-repeat #ffffff;
    color: #94c942;
}

input[type="submit"] {
     -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.ContactPage form fieldset, .UserDefinedForm form fieldset {
	border: none;
	padding: 0px;
}

form fieldset span.required, form fieldset span.error{
	color:red;
}


#Form_Form .field.checkbox input[type=checkbox] {
	float: left !important;
	margin-right: 10px;
}
#Form_Form .field.checkbox label.right {
	float: left !important;
}

#Form_Form .field.optionset ul.optionset {
	float: left;
	width: 100%;
	margin-left: 0px;
}
#Form_Form .field.optionset ul.optionset li {
	list-style: none;
}

.medium-8.small-12.large-9.columns.typograhy form {
    max-width: 850px;
    margin: 2em auto;
    float: none;
    clear: both;
}

.field input[type="text"], .field input[type="password"], .field input[type="date"], .field input[type="email"], .field input[type="number"], .field input[type="search"], .field input[type="tel"], .field select, .field textarea {
    width: 100%;
}

form .requiredField > label:after {
  content: ' *';
  color: #307ec0;
}
form .field {
  float: left;
  width: 100%;
}
form .field.half {
  width: 48.5%;
  margin-right: 3%;
}
form .field.half.last {
  margin-right: 0;
}
form .field.third {
  width: 31.333333%;
  margin-right: 3%;
}
form .field.third.last {
  margin-right: 0;
}
@media all and (max-width: 40.063em) {
  form .field.half,
  form .field.third {
    width: 100%;
    margin-right: 0;
  }
}

.middleColumn ul li {
    display: inline-block;
    float: left;
    margin: 1em 5px 1em 0;
}

form#Form_Form fieldset {width: 100%;}

.middleColumn ul li label, .checkbox label {font-size: 12px;}

.field.recaptcha {
    float: right;
}

a.link.button.right {
    float: left !important;
    display: block;
    margin-bottom: 2em;
}

input#MemberLoginForm_LoginForm_action_dologin {
    float: none;
}

#contact-form input, #contact-form label, #contact-form textarea {
    width: 100% !important;
    float: left;
}

#contact-form input[type="submit"] {width: auto !important;}

#contact-form label {
    line-height: 1.5;
    color: #575757;
    font-weight: 400;
    min-height: 20px;
}

/** PAGINATION **/
ul.pagination {
    display: block;
    min-height: 1.5rem;
    margin-left: -0.3125rem;
    max-width: 90%;
    float: left;}
ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 1px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
      background: #e6e6e6; }
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
ul.pagination li.current a, ul.pagination li.current button {
      background: #008cba;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008cba; }
ul.pagination li {
    float: left;
    display: block; }
.pagination a.prev {
    width: 5%;
    float: left;
    height: 3em;
}
.pagination a.next {
    width: 5%;
    float: right;
    height: 3em;
    text-align: right;
}
#PageNumbers p {
    width: 100%;
    float: left;
    color: #999;
    border-top: 1px solid #ddd;
    padding-top: 1em;
}

.row.basci-pg .row {
    margin: 0;
    padding: 0 1em;
}

#contact-details { margin-top: 36px; }


.orbit-container .orbit-slides-container .banner-con-bg img {
    width: auto;
}

@media all and (max-width: 1440px){

.top-bar-section ul li > a { font-size: 1rem; }

}

@media all and (max-width: 1340px){
/*****/
.customNavigation a.btnprev{
    left:0px;
}
.customNavigation a.btnnext{
    right:0px;
}
ul.right li:last-child ul {
    right: 0;
}
/*****/
}
@media all and (max-width: 1199px){
/*****/
.logo {
    width: 140px;
    margin: 15px auto 0;
    top: 0px;
    left: 10px;
}
.header-top {padding: 15px 0 30px;}
.search{
    float:right;
}

.top-bar-section ul li > a {font-size: .9rem;}

.banner-con{
    max-width:50%;
    right:0;
    margin-left:0;
    margin-right:0;
    top: 70px;
}
.banner-con.left {
    max-width:50%;
    right:auto;
    left: 0;
    margin-left:0;
    margin-right:0;
}
.banner-con.center {
    margin-left: -25%;
}
.user-form{
    margin-left:20px;
}
.file-dwd{
    right:9px;
}
.work .large-2, .connect .large-2{
    font-size: 14px;
    line-height: 1.2;
}
.con-txt {font-size:14px;}
.connect-con li, .connect-con li a {
    font-size: 13px !important;
}
body .connect .large-2 a, body .work .large-2 a {font-size: 12px;}

#home-cta {background-attachment:scroll;}

#events h4, #events a, #events p {
    font-size: 0.9em;
}

.news-con a h4 {
    font-size: 14px;
    line-height: 1;
}

body .orbit-container .orbit-prev, body .orbit-container .orbit-next {display: none;}

.banners .large-2 {font-size: 1em;}

.news-con {height: 175px;}

/*****/
}
@media all and (max-width: 980px){
/*****/
/*
.banner-con{
    display:none;
}*/
#cont-form {padding: 0 2em;}

.connect .large-2.connect-con {height: auto; min-height: height: 210px;}

.con-txt {font-size: 13px;}

.connect-con li, .connect-con li a {
    font-size: 12px !important;
}

.header-top-in span {font-size: 14px;}

.top-bar-section ul li > a {
    float: left;
    border-top: 1px solid #444;
}

.top-bar-section ul li > a:hover {
    background: #94c942;
}

nav .top-bar-section ul li ul {
    position: relative;
    float:left;
}

.top-bar .title-area {
    margin-top: 20px;
}

section.top-bar-section {
    top: 25px;
}

.top-bar-section > ul > li:hover:before {display: none;}

.top-bar.expanded {
    padding-bottom: 20px;
    background: #6e6e74;
}

ul.orbit-slides-container li, .orbit-container, #home .banner {/*height: 400px; max-height: 400px;*/
}
ul.orbit-slides-container li { height: 590px; }

#footer-contact .large-4 {margin-bottom: 1em;}

.top-bar-section ul li ul li a {
    background: #ABABAB;
    text-align: right;
}
}

@media all and (max-width: 860px) {
.banner-con, .banner-con.left {
	max-width:75%;
	height:auto;
	top: 40px;
}
.banner-con p {
	font-size: 0.8rem;
}
.banner-con.center {
    margin-left: -37.5%;
    width: 75%;
    top: 40px;
}
.banner-con a { max-height: 2rem; font-size: 0.75rem; }
.search input[type=text] {
    width: 190px;
    font-size: 12px;
}

p.phone a{font-size 13px; }

.header-top-in {margin-top: 1em;}

.login {float: right;}

ul#sub-nav {
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
    background: white;
    border-bottom: 1px solid #ddd;
    float: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
}

.header-top {padding: 30px 0 10px;}

#contact-details { margin-top: 2em; }

.header-top {background: rgba(255, 255, 255, 0.95);}

#home .navigation {margin-bottom: 215px;}

ul.orbit-slides-container li { height: 350px; }

}

@media all and (max-width: 767px){
/*****/
.search{
    width:100%;
    margin:10px 0 0;
}
.search input[type="text"]{
    width:100%;
}
.tweets{
    font-size:20px;
}
.resource-bg .con{
    padding-right:0;
}
.resource-downloads{
    margin-right:0;
}
body .banners .large-2, .banners .large-2:hover, body .banners .large-2, .banners .large-2:hover, body .centered-banners .banners .large-2 {
    width: 48%;
    margin: 5px 1%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    float: left !important;
}

.work-title, .connect-title {
    font-size: 22px;
    line-height: 1.2;
}

.banners .large-2, .banners .large-2{
    margin:0;
}

body .bann-title h1 {
    font-size: 1em;
}

.field.small {width: 100%;}

.small.margin-left input, .small.margin-right input, .small input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.connect .large-2.connect-con {height: 210px; width: 100%;}

td.recaptcha_image_cell {
    max-width: 80%;
    width: 80% !important;
}

.recaptchatable #recaptcha_response_field {
    font-size: 11pt;
    width: 95% !important;
    max-width: 95%;
}

.recaptchatable {
    line-height: 1.1;
    border: none !important;
}

nav .top-bar-section ul ul li:not(.has-form) a:not(.button) {text-align: right;}

.mobile {display: block;}

.mobile-hide {display: none;}

.news.section .news-only, .news.section .events-only {
    padding-left: 2em;
    padding-right: 2em;
  /*  margin-bottom: 2em;*/
}

.subhome-menu ul.tabs { width:100%;}

.subhome-menu .tab-content {
	left: 0;
}

.subhomeoverlay{
	display: none;
}

.subhome-menu.largesubhome a.tab.maintainHover:after, .subhome-menu a.tab.maintainHover:after {left: 90%;}

a#searchtoggle {
    padding: 6px 3px 8px 8px;
    font-size: 0;
}
header .social-list {margin-right: 0.5em;}
.top-bar-section ul {background: #575757;}
.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #3D3D3D;
    background: #3D3D3D;
}

#resources-search input#search-submit {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 1em;
}
#resource-categories select {
    margin-top: 0;
}

.banners.sidebar a.large-2.medium-6.columns {width: 100%;}

#key .inline-list li {
    width: 100%;
    float: left;
    margin: 0.5em 0;
}
.resource-description {max-width: 70%;}

.toggle-trigger h4 {padding-right: 100px;}

#news-list h1 {margin-top: 60px; padding-right: 0;}

body .post-arrows {
    left: 1em;
    right: auto;
}

.banners .large-2:first-child, .connect .large-2:first-child {
    margin: 5px 1%;
    margin-left: 1%;
}
ul.orbit-slides-container li { height: 330px; }
/*****/
}
@media all and (max-width: 640px){
/*****/
.featured img{
    margin-bottom:15px;
}
.event-box{
    margin-right:0;
}
.event-featured li.social{
    display:none;
}
.event-main p{
    margin-right:0;
}
#log-form{
    width:97%;
}
.rad-btns label {
    padding-right: 2px;
}
.cap-code{
    width:81%;
}

.field label.left {
    width: 100% !important;
    min-height: 24px;
}

.field input[type="text"], .field input[type="password"], .field input[type="date"], .field input[type="email"], .field input[type="number"], .field input[type="search"], .field input[type="tel"], .field select, .field textarea, input.file {
    width: 100%;
}

ul#sub-nav li a {font-size: 11px;}

#resources-search {
    float: right;
    width: 100%;
}

#resources-search.has-badge input[type="text"] {
    padding-left: 5px;
}

.scope-badge {display: none;}

#tags {
    float: left;
    width: 100%;
}

label#sort-label {
    text-align: left;
}

#tags a.button.blue {
    padding: 2px 5px;
    border-radius: 1px;
    border-width: 1px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin: 2px 0;
}

#key {
    float: left;
    width: 100%;
}

/*****/
}

@media all and (min-width: 1200px) {

	#contact-form { padding-left: 3%; }
	.column.locations { padding-right: 3%; }

}

/** sticky header styles 2016 **/

#tweets .owl-item > div {
    font-size: 1.75rem;
    line-height: 1.5;
}
.tweets {
    padding: 1.5em 0;
}
.news-con .more a {
    color: #78c242;
    font-weight: 700;
    font-size: 13px;
    border-radius: 1px;
    border-color: #eee;
    background: #eee;
    padding: 3px 6px 3px 6px;
}
.news-con .more a:hover {
    color: #94c942;
    padding: 3px 6px 3px 6px;
    background: #fff;
    border: 1px solid #eee;
    background-size: 16px 13px;s
}
.news-con {
    height: 170px;
}
.news-image {
    height: 195px;
}
.news-image img {
	top: 0;
}
.news-con .date {
	color: #999;
    font-size: 13px;
}
.subhome-menu a.tab {
	font-family: 'Raleway', sans-serif;
}
.subhome-menu a.tab.maintainHover {
    font-weight: normal;
}
.header-top	{
	background: #fff;
}
.basci-pg .medium-8.small-12.large-9.columns.typograhy {
    float: none;
    margin: 0px auto;
}
.basci-pg .medium-8.small-12.large-9.columns.typograhy {
    float: none;
    margin: 0px auto;
}
.basci-pg .medium-8.small-12.large-9.columns.typograhy.has-sidebar {
    float: right;
    margin: 0px auto;
}
.basci-pg .medium-4.small-12.large-3.columns {
    display: none;
}
.basci-pg .medium-4.small-12.large-3.columns.has-sidebar {
    display: block;
}
@media (min-width: 1200px) {

	.HomePage .container.header, .container.header.has-banner {
	    min-height: 630px;
	}

	.container.header {
	    min-height: 176px;
	}

	.header-container {
	    position: fixed;
	    width: 100%;
	    z-index: 5;
    	max-height: 172px;
	}

	.header-container.sticky {
		max-height: 130px;
	}

	.header-top	{
	    -webkit-transition: all 300ms ease-out;
	    -moz-transition: all 300ms ease-out;
	    -o-transition: all 300ms ease-out;
	    transition: all 300ms ease-out;
	}

	.sticky .header-top {
		height: 80px;
	}

	.header-top-in {
	    margin-top: 2em;
	    -webkit-transition: all 300ms ease-out;
	    -moz-transition: all 300ms ease-out;
	    -o-transition: all 300ms ease-out;
	    transition: all 300ms ease-out;
	}

	.sticky .header-top-in {
	    margin-top: 9px;
	}

	.logo img {
		max-height: 100px;
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    -o-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}

	.sticky .logo img {
	    max-height: 50px;
	}

	.navigation {
	    -webkit-transition: all 300ms ease-out;
	    -moz-transition: all 300ms ease-out;
	    -o-transition: all 300ms ease-out;
	    transition: all 300ms ease-out;
	}

	.sticky .navigation {
	    background: #6e6e74;
	}
	.block_area {
	    padding-top: 11rem;
	}
}

/** Marketing Page Blocks 2016 **/
.block_area section {
    float: left;
    width: 100%;
}
/*.MarketingPage .pg-title.container {
    display: none;
}*/
.MarketingPage section ul {
    list-style-position: inside;

}
.MarketingPage table td ul {
    margin: 0;
}
.MarketingPage table td ul li {
    font-size: 1rem;
}

.MarketingPage .content-block {
    margin-top: 1em;
}

/** Has Home Banner **/
.has-banner .navigation {
    margin-bottom: 470px;
}
@media (max-width: 860px) {
  .has-banner .navigation {
      margin-bottom: 215px;
  }
}
.MarketingPage .container.header.has-banner {
    min-height: 176px;
}
.has-banner .banner {
    position: relative;
}
.MarketingPage .has-banner .navigation {
    margin-bottom: 0;
}
@media screen and (min-width: 767px) {

	.MarketingPage .orbit-container.small ul {
	    max-height: 270px;
	}
	.MarketingPage .orbit-container.medium ul {
	    max-height: 400px;
	}
	.MarketingPage .small ul.orbit-slides-container li {
	    height: 270px;
	    top: 0;
	}
	.MarketingPage .medium ul.orbit-slides-container li {
	    height: 400px;
	    top: 0;
	}

}


/** Content Block **/
section.content-block {
    text-align: center;
    padding: 32px 0;
    padding: 2rem 0;
}
.content-block h1, .content-block h2 {
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 400;
}
.content-block h2 {
    font-size: 2rem;
}
.content-block p {
    font-weight: 300;
    line-height: 2;
}
body.MarketingPage h3 {
	font-size: 2rem;
}
body.MarketingPage h4 {
	font-size: 1.8rem;
}
body.MarketingPage h5 {
	font-size: 1.5rem;
}
body.MarketingPage h6 {
	font-size: 1.25rem;
}
#footer-contact h3.center {
    font-size: 1.2rem;
}

/** Check List **/
section.check-list .row {
    max-width: 900px;
}
section.check-list ul li {
    width: 50%;
    float: left;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    position: relative;
    padding-left: 164px;
    padding-right: 0px;
    text-indent: -18px;
}
section.check-list ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    left: -8px;
    position: absolute;
    color: #94c942;
}
/** Circle **/
section.check-list.circle ul li:before {
	content: "\f111";
    font-weight: 525;
}
/** Angle **/
section.check-list.angle ul li:before {
	content: "\f105";
    font-weight: 600;
}
/** Caret **/
section.check-list.caret ul li:before {
	content: "\f0da";
    font-weight: 600;
}
/** Square **/
section.check-list.square ul li:before {
	content: "\f0c8";
    font-weight: 525;
}
/** times **/
section.check-list.times ul li:before {
	content: "\f00d";
    font-weight: 600;
}

@media screen and (max-width: 860px) {
    section.check-list ul li {
      width: 100%;
    }
}

/** Half Images **/
section.half-images {
    margin: 32px 0;
    margin: 2rem 0;
    float: left;
    width: 100%;
}
.half-image {
    height: 450px;
    padding: 32px;
    padding: 2rem;
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.half-image h2 {
    font-size: 24px;
    font-size: 2rem;
    background: #94c942;
    box-shadow: 16px 0 0 #94c942, -16px 0 0 #94c942;
    -webkit-box-shadow: 16px 0 0 #94c942, -16px 0 0 #94c942;
    display: inline;
    padding: 0.5rem 0;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 400;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 500px) {
    section.half-images .half-image .half-content h2 {
        font-size: 1.25rem;
    }
}

.half-content {
    max-width: 534px;
    float: right;
    position: absolute;
    right: 3rem;
    bottom: 2rem;
}/*
.half-image:last-child .half-content {
    right: auto;
    left: 3rem;
}
*/
@media screen and (min-width: 861px) {
	/** top left **/
	.half-content.top-left {
	    top: 2rem;
	    left: 3rem;
	    right: auto;
	}
	/** top right **/
	.half-content.top-right {
	    top: 2rem;
	    left: auto;
	    right: 3rem;
	}
	/** bottom right **/
	.half-content.bottom-left {
	    left: 3rem;
	    right: auto;
	}
	.half-content.bottom-right {
	    left: auto;
	    right: 3rem;
	}
}

@media screen and (max-width: 860px) {
    .half-image {
      height: auto;
      padding-top: 100px;
      width: 100%;
    }/*
    .half-content, .half-image:last-child .half-content {
        max-width: 100%;
        float: right;
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 1rem;
    }*/
}

/** Icon Block **/
section.icon-block {
    text-align: center;
    padding: 32px 0;
    padding: 2rem 0;
    float: left;
    width: 100%;
}
.inline-icon {
    display: inline-block;
    text-align: center;
    width: 260px;
    padding: 16px;
    padding: 1rem;
    vertical-align: top;
}
.inline-icon i {
    font-size: 42px;
    color: #94c942;
}
.inline-icon p {
    font-size: 13px;
    color: #444444;
    line-height: 1.4;
    letter-spacing: 0;
}
.inline-icon a, .inline-icon a i {
    font-size: 13px;
    line-height: 1.75;
}
section .inline-icon h2, section .inline-icon h2 a {
    color: #6e6e74;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 1rem;
}
section .inline-icon h2 a:hover {
    color: #94c942;
}

/** Background image with text fields **/
.image-text {
    padding: 32px 42px;
    padding: 3rem 3.5rem 2rem;
    margin: 2rem auto;
    min-height: 600px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.image-text .gradient-overlay {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.75;
}
h2.highlight {
    font-size: 30px;
    font-size: 1.85rem;
    background: #94c942;
    box-shadow: 16px 0 0 #94c942, -16px 0 0 #94c942;
    display: inline;
    padding: 0.5rem 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.image-text-content {
    position: absolute;
    bottom: 1rem;
    left: 2.5rem;
    width: calc(100% - 5rem);
}
.image-text-content h3 {
    color: #94c942;
    font-size: 34px;
    font-size: 2.2rem;
}
.image-text-content p {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
}
.image-text-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .image-text-content {
      position: relative;
      bottom: auto;
      left: -1rem;
      width: 100%;
      margin-top: 3rem;
  }
  .image-text-content img.right {
      max-width: 150px;
      margin-left: 0.5rem;
      margin-right: -1.5rem;
  }
}

/** Tabs **/
section.tabs {
    margin: 2rem auto;
    float: left;
    width: 100%;
}
.etabs {
    margin: 0;
    padding: 0;
    text-align: center;
}
.tab a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    zoom: 1;
    background: #fff;
    border: solid 2px #ddd;
    /* border-bottom: none; */
    font-size: 16px;
    line-height: 2;
    padding: 0 16px;
    outline: none;
    margin-bottom: -2px;
    background: #ddd;
    color: #999;
}
.tab a:hover {
    opacity: 0.75;
}
.tab a.active {
    background: #94c942;
    color: #fff;
    position: relative;
    border-color: #94c942;
}
.tab-container .panel-container {
    background: #fff;
    border: solid #ddd 2px;
    padding: 1.5rem 2rem;
}
@media screen and (max-width: 600px) {
  .tab a {
    width: 100%;
  }
}

/** Gallery **/
section.gallery {
    float: left;
    width: 100%;
    margin: 2rem auto;
}
a.thumbnail.gallery {
    display: block;
    overflow: hidden;
    margin-bottom: 1.875rem;
    position: relative;
}
.gallery-image {
    height: 290px;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   transform: scale(1);
   overflow: hidden;
}
.gallery-image:hover {
   transform: scale(1.1);
}
.gallery-image .gradient-overlay {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.75;
}
.gallery p {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.gallery .large-4.columns {
    float: left;
}
@media screen and (max-width: 860px) {
  .gallery-image {
      height: 200px;
  }
}

/** Alert **/
.alert {
  width: 100%;
  float: left;
  padding: 1rem 0;
  background: #94c942;
  text-align: center;
}
.alert h3, .alert h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.alert h3 a {
  color: #e5fcc2;
}
.alert h3 a:hover {
  color:#4f7417;
}
.alert a {
  color: #e5fcc2;
}
.alert a:hover {
  color:#4f7417;
}

/** Home CTA **/
#home-cta h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
}
#home-cta .dark-overlay {
      padding: 4em 2em;
}

/** Inline CTAS **/
section.inline-ctas {
    text-align: center;
    margin: 2rem auto;
    width: 100%;
    float: left;
}
a.inline-cta {
    width: 300px;
    height: 200px;
    display: block;
    position: relative;
    margin: 0rem 1rem 1rem;
    padding: 1.5rem;
    display: inline-block;
    float: none;
    overflow: hidden;
}
a.inline-cta .gradient-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.75;
}
a.inline-cta .gradient-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}
.cta-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5rem;
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
a.inline-cta:hover .cta-image {
    transform: scale(1.1);
}
.inline-cta p {
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0 1rem;
    line-height: 1.2;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.inline-cta:hover p {
    color: #94c942;
}
.inline-cta i {
    font-size: 72px;
    color: #94c942;
    position: relative;
}

/** Link Listing **/
.link-listing.row .columns {
    float: left;
    margin-bottom: 1rem;
}
.link-listing a {
    display: table;
    padding: 1rem;
    border: 2px solid #94C942;
    position: relative;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.link-listing a:hover {
    border-color: #94c942;
    background: #94c942;
}
.link-listing a:hover {
    border-color: #94c942;
    background: #94c942;
}
.link-listing a i, .link-listing a h3, .link-listing a p {
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.link-listing a:hover i, .link-listing a:hover h3, .link-listing a:hover p {
    color: #fff;
}
.link-listing-image {
    width: 100px;
    height: 100%;
    float: left;
    margin-right: 1rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*margin-bottom: 1rem;*/
    display: table-cell;
    vertical-align: top;
}
.link-listing-content {
    display: table-cell;
    vertical-align: top;
    width:100%;
}
.link-listing-content p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.25;
}
.link-listing-content h3 {
    margin: 0 0 5px;
    color: #94c942;
}
.link-listing-content h3 i {
    border-right: 1px solid #ddd;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
	color: #94c942;
}
.link-listing.row.blocks {
    margin-top: 2rem;
    margin-bottom: 0;
    padding:0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    clear:both;
}

/* Buttons Block*/
.button-block,
.button-block .button-container {
	text-align:center;
	padding: 1rem 0;
}

.button-block a.button,
.button-block .button-container a.button {
	margin-right:0.5em;
}

/** Full width cta **/

#home-cta h2 {color: #fff;}
#home-cta p {
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}
#home-cta h3 {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}
#home-cta h4 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #fff;
}
#home-cta h5 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}
#home-cta h6 {
    font-size: 1.35rem;
    font-weight: 400;
    color: #fff;
}
#home-cta p.green, #home-cta h2.green, #home-cta h1.green, #home-cta h3.green, #home-cta h4.green, #home-cta h5.green, #home-cta h6.green {
	color: #94c942;
}
#home-cta.no-overlay .dark-overlay {
    background: rgba(0, 0, 0, 0.0);
}

/*
#cta-buttons .large-6.medium-6.columns {
    display: inline-block;
    float: none;
    width: 48%;
}


*/
/** Hide sidebar **/

.hideSidebar .medium-4.small-12.large-3.columns, .hideSidebar .medium-4.small-12.large-3.columns.has-sidebar {
    display: none;
}
.hideSidebar .basci-pg .medium-8.small-12.large-9.columns.typograhy, .hideSidebar .medium-8.small-12.large-9.columns {
    float: none;
    margin: 0px auto;
}
.hideSidebar h1.divider {
    text-align: center;
    margin: 1rem auto 1.5rem;
}
.hideSidebar h1.divider:after {
    display: none;
}
.hideSidebar footer .medium-4.small-12.large-3.columns {
    display: block;
}
.hideSidebar #news-list h1 {
    padding-right: 0;
}

@media (max-width: 1199px) {

	.MarketingPage ul.example-orbit.orbit-slides-container {
	    margin-top: 0 !important;
	}

}

@media (max-width: 860px) {

	.MarketingPage .orbit-container .orbit-slides-container > * {
	    top: 0;
	}
}

/** BOB styles **/
.hero-banner {
    text-align: center;
    padding: 4rem 0 2rem;
    margin-top: 130px;
    margin-bottom: 4rem;
    background-position: center center;
    background-size: cover;
}
.hero-inner {
    margin: 2rem auto 1rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    display: inline-block;
}
.smoking-calc {
    max-width: 750px;
    width: 100%;
    background: #222222;
    margin: 2rem auto;
}
.smoking-calc form {
    padding: 2rem;
    position: relative;
}
.smoking-calc form:before {
    content: "";
    background-image: url(../images/bob-logo-icon.png);
    background-size: auto 85%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    opacity: 0.05;
}
.smoking-calc .field input, .smoking-calc .field select {
    width: auto;
    display: inline-block;
    margin: 0px 1rem;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}
.smoking-calc .field.time input {
    max-width: 68px;
}
.smoking-calc .field input {
    max-width: 120px;
}
.smoking-calc .field {
    margin: 1.5rem 0;
}
.smoking-calc label {
    font-size: 1.25rem;
    color: #eea904;
    width: 100%;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}
.smoking-calc .field span {
  font-size: 1.25rem;
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
.smoking-calc label.inline {
    display: inline-block;
    width: auto;
}
.smoking-calc .field {
    position: relative;
}
.smoking-calc .field.submit {
    text-align: center;
}
.smoking-calc .field.submit input {
    float: none;
    margin: 1rem auto 0rem;
    padding: 1rem 60px 1rem 30px;
    font-size: 1.5rem;
    border: none;
    width: auto;
    max-width: 100%;
    font-weight: 600;
    background: url(../images/bob-submit-arrow.png) 97% 20px no-repeat #d13138;
}
.smoking-calc .field.submit input:hover {
    background: url(../images/bob-submit-arrow.png) 97% 20px no-repeat #af2127;
    color: #fff;
}
.smoking-calc h2 {
    margin-bottom: 0;
}
.calc-top.medium-6.small-6.columns {
    padding: 0.75rem 2rem 1rem;
    margin-bottom: 2rem;
    background: #ccc;
    box-shadow: inset 3px -2px 15px rgba(0, 0, 0, 0.25);
}
.calc-top.active.medium-6.small-6.columns {
    background: #222;
    box-shadow: none;
}
.calc-top.active.medium-6.small-6.columns h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.calc-top.medium-6.small-6.columns h2 {
    color: #999;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.calc-top.medium-6.small-6.columns h2 span {
    color: #999;
    padding: 4px 15px 7px;
    border-radius: 2rem;
    background: #aaa;
    margin-right: 0.5rem;
    font-size: 30px;
}
.calc-top.active.medium-6.small-6.columns h2 span {
    color: #eea904;
    padding: 4px 16px 7px;
    border-radius: 2rem;
    background: #fff;
    margin-right: 0.5rem;
    font-size: 30px;
}
label.inline.postcode-label {
    margin-left: 49px;
}
select#state {
    width: 184px;
}
.bob-logo {
    width: 50%;
    float: left;
    margin: 2rem auto 4rem;
    padding: 0 2rem;
}
.calc-top.medium-6.small-6.columns.active.data-onload-go-to span {
    color: #d13138;
}
.bob-logo:first-child {
    text-align: right;
    border-right: 1px solid #ddd;
}
.radio-wrap {
    display: inline-block;
}
.results-data {
    float: none;
    width: 100%;
    padding: 6rem 2rem;
    min-height: 600px;
    text-align: center;
    position: relative;
}
.results-data p {
    font-size: 24px;
    font-size: 1.35rem;
    color: #eea904
}
.results-data p span {
    color: #fff;
}
.results-data p.border-top {
    color: #fff;
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #333;
    width: auto;
    display: inline-block;
}
.results-data p.total {
    font-size: 36px;
    font-size: 2rem;
}
.results-data:before {
    content: "";
    background-image: url(../images/bob-logo-icon.png);
    background-size: auto 85%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    opacity: 0.05;
}
@media screen and (max-width: 900px) {

	.flex-video {
	    height: 0;
	    margin-bottom: 0.88889rem;
	    overflow: hidden;
	    padding-bottom: 67.5%;
	    padding-top: 1.38889rem;
	    position: relative;
	}
	.flex-video.widescreen {
	    padding-bottom: 56.34%;
	}
	.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	    height: 100%;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    left: 0;
	}

}


@media screen and (max-width: 800px) {

  .smoking-calc .field label {
      width: 100%;
      display: block;
      margin-left: 0;
      font-size: 1rem;
  }
  .smoking-calc .field span {
    font-size: 1rem;
  }
  .smoking-calc .field input {
      max-width: 120px;
      margin: 0;
      width: 100%;
      max-width: 100%;
      margin: 0.5rem 0 1rem;
      display: block;
      /* float: left; */
  }
  .smoking-calc .field input[type="radio"] {
      width: auto;
      display: inline-block;
  }
  .radio-wrap {
      display: block;
  }
  .smoking-calc .field select {
      margin: 6px 0 1rem;
  }
  .smoking-calc .field.time input {
    max-width: 120px;
    width: auto;
    display: inline-block;
  }
  .smoking-calc .field.time span {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .smoking-calc .field input#age {
    max-width: 120px;
  }
  .smoking-calc .field input#age {
    max-width: 120px;
    display: inline-block;
    margin-right: 1rem;
  }
  .smoking-calc .field.submit input {
      height: auto;
      word-wrap: break-word;
      white-space: normal;
      font-size: 1.2rem;
      padding-right: 3rem;
  }
  .calc-top.medium-6.small-6.columns h2 {
      text-align: center;
  }
  .smoking-calc .calc-top.medium-6.small-6.columns h2 span {
      margin: 0px auto 0.5rem;
      width: 52px;
      display: block;
      font-size: 30px;
  }
  select#state {
    	width: 100%;
  }

}

/** contact page 2017 **/

.contact-page-header {
    padding: 6rem 0 5rem;
    top: -3rem;
    margin-bottom: -3rem;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.contact-page-header .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}
.contact-page-header h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
}
.contact-page-header h1:after{
    content: "";
    background: #92c740;
    width: 60px;
    height: 3px;
    display: block;
    margin: 1rem auto 0rem;
}
.contact-page-header h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
}
#contact-details .toggle {
    background: none;
    border: none;
    margin: 0;
    border-radius: 0;
}
#contact-details .toggle-trigger {
    padding: 0;
    border-radius: 0;
    margin: 0;
}
#contact-details .toggle-trigger h3 {
    margin-left: 5px;
    margin-top: .5rem;
    font-weight: 400;
    padding: 0.5rem 3rem 0.5rem 1rem;
    font-size: 1.375rem;
    color: #222;
}
#contact-details .toggle-trigger h3 {
    margin: 0;
    font-weight: 400;
    padding: 0.75rem 3rem 0.75rem 1rem;
    font-size: 1.375rem;
    color: #222;
    background: rgba(255, 255, 255, 0.65);
}
.contact-page-header #contact-details .toggle-trigger:before, .contact-page-header #contact-details .toggle-trigger:before {
	display: none;
}
#contact-details .toggle:nth-child(2n) .toggle-trigger h3 {
    background: rgba(255, 255, 255, 0.75);
}
#contact-details .toggle-trigger:hover h3, #contact-details .toggle:nth-child(2n) .toggle-trigger:hover h3  {
    background: rgba(255, 255, 255, 0.9);
}
#contact-details .toggle-content {
    margin: 0;
}
#contact-details .toggle-trigger.active {
    padding-bottom: 0;
}
#contact-details span {
    width: 40px;
    height: 40px;
    display: block;
    background: #ddd;
    position: absolute;
    right: 12px;
    top: 6px;
    border-radius: 99rem;
    /* position: relative; */
}
#contact-details .toggle-trigger span:before {
    background: #000;
    content: "";
    height: 2px;
    margin-right: 11px;
    position: absolute;
    right: 0;
    top: 19px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 16px;
}
#contact-details .toggle-trigger span:after {
    background: #000;
    content: "";
    height: 2px;
    margin-right: 11px;
    position: absolute;
    right: 0;
    top: 19px;
    width: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#contact-details .toggle-trigger.active span:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#contact-details .toggle-trigger:hover span:before, #contact-details .toggle-trigger:hover span:after {
    background: #92c740;
}
#contact-details .toggle-trigger:hover {
	opacity: 1;
}
#contact-details .toggle-trigger:hover span, #contact-details .toggle-trigger.active span {
	background: #fff;
}
#contact-details h5 {
    color: #575757;
    font-weight: 700;
}

section.contact-form {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1rem 0 2rem;
}
#contact-form {
    padding: 0;
    margin: 2rem auto;
    float: none;
    display: inline-block;
}
#contact-form h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 1rem;
}
#contact-form label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}
#contact-form input, #contact-form label, #contact-form textarea {
    border-radius: 0;
}
#contact-form .Actions {
    text-align: center;
}
#contact-form input[type="submit"] {
    width: auto !important;
    display: inline-block;
    background-image: none;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
    float: none;
    margin-bottom: 1rem;
}
#recaptcha_widget_div {
    margin: 15px auto;
}

@charset "utf-8";
/* CSS Document */
body{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}
/* Typography */
a {
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* CMS Styles */
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}
.small {font-size: 12px;}
.big {font-size: 20px;}
span.green, a.green {color: #94c942;}
.bold {font-weight: 600;}
img.right {
    float:right;
    margin-left:1.5em;
    margin-bottom: 1em;
    margin-top: 1em;
}
img.left {
    float:left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    margin-top: 1em;
}
img.center {
    float:none;
    margin:1em auto 1em auto;
    display:block;
}
img.leftAlone {
    margin: 10px 100% 10px 0;
}
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0.5625rem 1.1875rem;
    font-size: 1.5rem;
    border-left: 1px solid #92c740;
    background: #f0f0f0;
}
blockquote,
blockquote p {
  line-height: 1.3;
  color: #6e6e74;
  font-size: 1.5rem; }
/**Header top**/
.header-top{
    background: #fff;
    background: rgba(246,246,246,1);
    padding:5px 0;
    height: 130px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}
.header-top-in{
    float:right;
    margin-top:2em;
    width: 100%;
}
/* ------------------------------------------------------------------------ */
/* SOCIAL ICONS
/* ------------------------------------------------------------------------ */
.social-list a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display:-moz-inline-stack;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.social-list a:hover {
    background-color: #444444;
    background-position: 0px -40px !important;
}
.social-list{
    float:left;
    margin-bottom:0;
    margin-left: 0;
    margin-right: 0;
}

.content-area table, .content-block table {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1rem;
    border-collapse: collapse;
}
.content-area td, .content-block td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0;
    padding: 10px;
    vertical-align: top;
}
.content-area td p, .content-block td p {
    margin-bottom: 0;
}

td.white, td.white p {
    color: #fff;
}
td.grey a {
    color: #f1f5eb;
}
td.grey a:hover {
    color: #def788;
}


/*.ContactPage .social-list { margin: 1em 0; }*/

.social-list li{
    float:left;
    margin-left:7px;
    list-style:none;
    background: #7f7f88;
    opacity: 0.5;
    border-radius: 1px;
    margin-bottom: 4px;
}
.content-area .social-list li{
    list-style: none;
}
.social-list li a{
    display:block;
    width:37px;
    height:37px;
    text-indent:-9999px;
    background-repeat:no-repeat;
    transition:all ease 0.3s;
    background-size: 100% !important;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.social-list li:hover {
    opacity: 1;
}
.social-list a:hover {
    background-color: #cccccc;
    background-position: 0px -37px !important;
    opacity: 1;
    border-radius: 1px;
    opacity:1;
}
.social-list li a.fb {
    background: url(../images/facebook.png) no-repeat 0 0
}
.social-list li a.fb:hover {
    background-color: #3b5998
}
.social-list li a.tw {
    background: url(../images/twitter.png) no-repeat 0 0
}
.social-list li a.tw:hover {
    background-color: #48c4d2
}
.social-list li a.in {
    background: url(../images/linkedin.png) no-repeat 0 0
}
.social-list li a.in:hover {
    background-color: #71b2d0
}
.social-list li a.yt {
    background: url(../images/youtube.png) no-repeat 0 0
}
.social-list li a.yt:hover {
    background-color: #f45750
}
.social-list li a.gp {
    background: url(../images/googleplus.png) no-repeat 0 0
}
.social-list li a.gp:hover {
    background-color: #dd4b39
}

/**
.social-list li a.fb{
    background-position:left top;
}
.social-list li a.fb:hover{
    background-position:left bottom;
}
.social-list li a.tw{
    background-position:center top;
}
.social-list li a.tw:hover{
    background-position:center bottom;
}
.social-list li a.in{
    background-position:right top;
}
.social-list li a.in:hover{
    background-position:right bottom;
} **/
.search{
    float:left;
    position:relative;
    border-bottom:1px solid #d9d9d9;
    margin-left:10px;
    margin-bottom:0;
}
.search input[type=text]{
    background:#fff;
    width:240px;
    border:0;
    height:36px;
    padding:0 50px 0 10px;
    color:#000;
    font-size:14px;
    margin-bottom:0;
    box-shadow:none;
}
.search input[type=submit]{
    position:absolute;
    right:0;
    top:0;
    width:36px;
    height:36px;
    background:url(../images/search-icon.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-bottom:0;
}

input[type="submit"] {
    cursor: pointer;
}

.Actions input[type="submit"] {
    background: url(../images/submit-bg.png) 100% 50% no-repeat #8dc63f;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.Actions input[type="submit"]:hover {
    background: url(../images/submit-bg.png) 100% 50% no-repeat #25aae3;
}
/***top head ***/

ul#sub-nav li {
    list-style: none;
    display:inline-block;
    margin-top: 0.5em;
}
ul#sub-nav li a {
    color: #474747;
    font-weight: 400;
    font-size: 14px;
    padding: 0 8px 0 5px;
    line-height: 1;
    border-right: 1px solid #474747;
}
ul#sub-nav li a:hover {
    color: #7ba934;
}
ul#sub-nav li:last-child a{
    border-right: none;
}

/***Sub Home***/

.centered-banners {
    width: auto;
    margin: 0px auto;
    text-align: center;
    padding: 2em 0;
}
.centered-banners .banners .large-2 {width: 18.7%;}
.section.centered-banners {padding: 2em 0;}
body .centered-banners .large-2, body .centered-banners .large-2:last-child {
    float: none;
    display:-moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
a.button.centered {
    width: auto;
    margin: 1em auto;
}
.button.blue {
    background: #365bb9;
    border-color: #365bb9;
    color: #fff;
}
.button.blue:hover {
    background: #fff;
    border-color: #365bb9;
    color: #365bb9;
}
.button.orange {
    background: #f1ba26;
    border-color: #f1ba26;
    color: #fff;
}
.button.orange:hover {
    background: #fff;
    border-color: #f1ba26;
    color: #f1ba26;
}
.button.arrow {
    padding-right: 2em;
    background-image: url(../images/arrow-white-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 8px;
}
.button.green.arrow:hover {
    background-image: url(../images/arrow-green-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 8px;
}
.button.blue.arrow:hover {
    background-image: url(../images/arrow-blue-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 8px;
}
.button.orange.arrow:hover {
    background-image: url(../images/arrow-orange-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 8px;
}

body.JobsPage .button.orange.arrow {
	background:#0089C8;
	border:2px solid #0089C8;
	background-image: url(../images/arrow-white-icon.png);
	padding-right: 2em;
	background-repeat: no-repeat;
    background-position: 90% 8px;


}
body.JobsPage .button.orange.arrow:hover {
	background:#fff;
	color:#0089C8;
	border:2px solid #0089C8;
	background-image: url(../images/arrow-blue-icon-2.png);
	background-repeat: no-repeat;
	background-position: 90% 8px;


}
/***Header top end***/

/***Navigation***/

.pos-rel{
    position:relative;
}
.logo{
    position:absolute;
    left:0;
    z-index:100;
}
.logo a, .logo img{
    display:block;
}
.navigation{
    position: relative;
    float:left;
    width: 100%;
    background: #6e6e74;
    background: rgba(110, 110, 116, 0.75);
    height: 45px;
    z-index:20;
}
#home .navigation {margin-bottom: 500px;}
nav .top-bar-section ul li ul {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 215px;
    box-shadow: 1px 3px 4px rgba(102, 102, 102, 0.5);
    z-index: 9999;
    text-align: left;
}

nav .top-bar-section ul li ul li {
    width: 100%;
}

nav .top-bar-section ul li ul li.end {
    border-bottom: none;
}

nav .top-bar-section ul ul li:not(.has-form) a:not(.button) {font-family: 'Raleway', sans-serif; background: #6e6e74; background: rgba(110, 110, 116, 0.75); color: #fff;}
.top-bar-section ul li > a { font-size: 1rem; }
nav .top-bar-section ul li ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 0.95em;
}
.top-bar-section > ul > li:hover:before {
    content: "";
    width: 100%;
    position: absolute;
    top: -3px;
    height: 3px;
    background: #94c942;
    z-index: 999;
    display: block;
}
.container {
    width: 100%;
    float: left;
    position: relative;
}
.container.header {
    background-size: cover;
    background-position: top center;
/*    max-height: 600px;*/
}
/***Navigation end***/

ul.orbit-slides-container { margin-top: 130px !important; }
ul.orbit-slides-container li { height: 600px; }
.banner{
    width:100%;
    margin:auto;
    position: absolute;
    top: 0;
    z-index: 1;
/*    height: 575px;*/
	overflow: auto;
}
.banner-con{
    position:absolute;
    max-width: 450px;
    height: auto;
    padding-bottom: 2.5rem;
    top: 70px; /* 175px */
    z-index:1000;
    right:50%;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    text-align:left;
    color:#fff;
    margin-right:-600px;
}
.banner-con.left {
    margin-left: -600px;
    margin-right: 0;
    right: auto;
    left: 50%;
}
.banner-con.center {
    right: auto;
    left: 50%;
    margin-right: 0;
    margin-left: -225px;
    /* text-align: center; */
}

.subhomeoverlay{
	background: rgba(0,0,0,0.3) none repeat scroll 0 0;
    position: absolute;
    text-align: left;
    /*width: 96%;*/
    left: 0;
	top: 0;
	bottom: 0;
    z-index: 1000;
    padding: 2rem;
}

.banner-title{
    color:#fff;
    font-weight:300;
    padding: 15px 15px 0px;
    background: #fff;
    background: rgba(255, 255, 255, 0.15);
}
.banner-title h1 {
    color: #444;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}
.banner-con-bg{
    padding:15px;
    font-size:16px;
    color:#575757;
    font-weight:400;
    line-height:25px;
}
.banner-con-bg .button-link a{
    display:-moz-inline-stack;
    display: inline-block;
    color: #92c740;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0px 40px 0px 15px;
    border-radius: 5px;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 35px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 1em;
    left: 1em;
    background: #94c942;
    border: 2px solid #94c942;
    color: #fff;
    font-weight: 600;
    padding: 0.25rem 2rem;
    line-height: 2;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-con-bg .button-link a:hover{
     background: #fff;
     color: #94c942;
}
.banner-con-bg .button-link a span {
    background: url(../images/more-img.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    content: "";
    display:-moz-inline-stack;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-con-bg .button-link a:hover span {
    display:-moz-inline-stack;
    display: inline-block;
    right: 0px;
}

/**twitter**/
.tweets {
    background-color: rgba(0, 137, 200, 1);
    background-size: cover;
    padding: 1em 0;
}
.tweets a#tweet-head {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
}
.tweets .large-12{
    text-align:center;
    color:#fff;
    font-weight:400;
    font-size:16px;
    line-height:2;
}
.tweets .large-12 a {
    color: rgba(0, 137, 200, 1);
    font-size: 30px;
    width: 64px;
    height: 64px;
    margin: 0.5rem;
    background: #fff;
    display: inline-block;
    border-radius: 99rem;
    border: 3px solid #fff;
}
.tweets .large-12 a:hover {
    color: #fff;
    background: none;
    border-color: #fff;
}
.tweets h4 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}
.work{
    padding:40px 0 65px;
    text-align:center;
}
.work-title{
    font-size:38px;
    font-weight:300;
    color:#8dc63f;
    margin-bottom:25px;
}
.work-title span, .connect-title span, .news-title span{
    font-weight:700;
}
.work-con{
    font-size:20px;
    font-weight:300;
    color:#383838;
    margin-bottom:40px;
}
.section {
    padding: 2em 0 3em;
    float: left;
    width: 100%;
}
.banners {
    padding: 2em 0 3em;
    background: #f6f6f6;
    float: left;
    width: 100%;
    text-align: center;
}
.banners.sidebar {
    background: none;
    padding: 1em 0;
}
.banners h1 {
    margin-bottom: 1.2em;
}
.banners .large-2{
    margin-left:1.25%;
    width: 19%;
    font-size:18px;
    color:#fff;
    font-weight:400;
    padding:135px 1em 40px 1em;
    height: 195px;
    transition:all ease 0.4s;
    overflow:hidden;
    position: relative;
    cursor:pointer;
    text-align: center;
    border-radius: 5px;
}
.banners.sidebar .large-2{width: 100%;}
.banners.sidebar {
    background: none;
}
.banners .large-2:first-child, .connect .large-2:first-child{
    margin-left:0;
}
.banners .large-2.green, .banners .large-2.green span {
    background: #94c942;
}
.banners .large-2.blue, .banners .large-2.blue span {
    background: #365bb9;
}
.banners .large-2.orange, .banners .large-2.orange span {
    background: #f1ba26;
}
.banners .large-2.green:hover, .banners .large-2.green:hover span {
    background: #b7d347;
}
.banners .large-2.blue:hover, .banners .large-2.blue:hover span {
    background: #25408f;
}
.banners .large-2.orange:hover, .banners .large-2.orange:hover span {
    background: #faa61a;
}
.banners .large-2 span {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    height: 60px;
    z-index:5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.banners .large-2:hover span {bottom: 0px;}
.banners a.large-2.medium-6.columns {
    background-position: center 30px;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease-out;
   -moz-transition: -moz-transform .3s ease-out;
   -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.banners.sidebar a.large-2.medium-6.columns {margin-bottom: 1em;}
.news-title{
    font-size:2rem;
    font-weight:300;
    color:#6e6e74;
    margin-bottom:25px;
    text-align:center;
}
.news-image{
    height:125px;
    overflow:hidden;
    position:relative;
}
.news-image p {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
    background: #f8f8f8;
    background: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 700;
    z-index: 1;
}
.news-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.news-filter {
	font-size: 16px;
	color: #383838;
	padding-left: 30px;
	line-height: 40px;
	background: url(../images/news-filter-icon.png) no-repeat left center;
	/*margin-bottom: 30px;*/
}
.news-filter .active {
	color: #383838;
	cursor: default;
}
.news-all, .events-all {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
	display: block;
    background: #fff;
    border: 2px solid #94c942;
    font-size: 14px;
    color: #94c942;
	line-height: 40px;
	width: 48%;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 1px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.news-all i, .events-all i {
    border: 1.5px solid #94c942;
    width: 18px;
    height: 18px;
    color: #94c942;
    border-radius: 99rem;
    padding: 0px 0px 0px 2px;
    margin-left: 0.25rem;
    margin-right: -6px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news-all:hover i, .events-all:hover i {
    color: #fff;
    border-color: #fff;
}
.news-all:hover, .events-all:hover {
	background: #94c942;
	color: #fff;
}
.customNavigation a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 40px;
	text-indent: -9999px;
	opacity: 0.25;
}
@-moz-document url-prefix() {
  .news-image img {
    top: 0;
  }
}
#news-list .news-image img {
    position: relative;
    top: 0;
}

.news-image a {
    position:absolute;
    width:100%;
    height:100%;
    background:/*url(../images/read-image.png) no-repeat center*/ rgba(255, 255, 255, 0.3);
    top:100%;
    left:0;
    transition:all ease 0.2s;
}
.news-image:hover a {
    top:0;
}
.news-con {
  padding:10px;
  height: 150px;
  position: relative;
  background: #f0f0f0;
  margin-bottom: 1em; /* May2018 */
}

/* May2018 */
.news-image, .news-con {
  max-width: calc(100% - 1em);
}

/*
.news.section > .row > .columns {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
*/
.news-con a h4 {
    color: #6F6F73;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.news-con a h4:hover {color: #92c740;}
.news-con p {
    font-size: 12px;
    line-height: 1.2;
}
.news-con .more a{
    padding: 3px 5px;
    background: #fff;
    border: 1px solid #ddd;
}
.news-con .more a:hover{
    color: #fff;
    padding: 3px 25px 3px 5px;
    background: url(../images/arrow-white-icon.png) 95% 4px no-repeat #94c942;
    border: 1px solid #94c942;
    background-size: 16px 13px;
}
.news-con .date{
    font-weight:700;
    color:#727272;
    margin-bottom:0.5em;
    font-size:13px;
}
.news-con .con{
    font-size: 12px;
    line-height: 1.2;
}
.news-con .more{
    margin:0;
    position: absolute;
    bottom: 10px;
}
.news-con .more a{
    color:#727272;
    font-weight:400;
    font-size:14px;
    border-radius: 1px;
}
/*== EVENTS - HOME ==*/

/* @group recurring event label */
.label.recur {
	display: inline-block;
	width: 24px;
	height: 16px;
	background: url(../images/recur-icon-32px.png) no-repeat #94c942;
	background-size: cover;
	color: #222;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: -3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.news-con .label.recur {
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 2px solid #94c942;
	width: 28px;
	height: 20px;
}
.CalendarEvent .label.recur {
	color: #575757;
	background: url(../images/recur-line-icon-32px.png) no-repeat #fff;
	background-size: 16px;
	background-position: 0 4px;
	width: auto;
	height: 22px;
	padding: 2px 2px 0 20px;
	margin: 5px 5px 0 0;
}
/* @end */

#events a {color: #94c942;}
#events a:hover, #events a:hover h4 {color: #b7d347;}
/*== SEARCH BOX ==*/
a#searchtoggle {
    padding: 5px;
    font-size: 1.15em;
    margin-bottom: 0;
    background: rgba(127, 127, 136, 0.5);
    border: 2px solid rgba(127, 127, 136, 0.0);
}
.social-list li.search-button {
	opacity: 1;
	background: none;
}
#searchtoggle:hover, #searchtoggle:focus {
    background: #94c942;
    border: 2px solid #94c942;
}
a#searchtoggle span {
    margin-right: 0;
    background: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 16px;
    float: left;
    display: -moz-inline-stack;
    display: inline-block;
    right: -2px;
    top: 3px;
    background-size: 18px;
    position: relative;
}
a#searchtoggle:hover span, a#searchtoggle:focus span {
    background-position: 0px 0px;
}
#container {
    margin-bottom: 4em;
}
/*== HOME CTA SECTION ==*/
#home-cta {
    background-image: url(../images/slide-1.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0;
    background-attachment: fixed;
}
.dark-overlay {
    padding: 2em 3em;
    background: rgba(0, 0, 0, 0.5);
}
#cta-buttons a.button {
    width: 100%;
    padding: 10px 2em;
}
#home-cta .button.green span {
    background: url(../images/plus-icon.png) 0 0 no-repeat;
    width: 13px;
    height: 14px;
    display:-moz-inline-stack;
    display: inline-block;
}
#home-cta .button.green:hover span {
    background: url(../images/plus-icon.png) 0 -14px no-repeat;
}
#home-cta .button.white span {
    background: url(../images/chat-icon-small.png) 0 -14px no-repeat;
    width: 16px;
    height: 14px;
    display:-moz-inline-stack;
    display: inline-block;
}
#home-cta .button.white:hover span {
    background: url(../images/chat-icon-small.png) 0 0 no-repeat;
}
/** TWEETS NAV **/
.customNavigation a{
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:24px;
    height:40px;
    text-indent:-9999px;
    opacity: 0.25;
}
.customNavigation a:hover {opacity: 1;}

.customNavigation a.btnprev{
    background:url(../images/slider-prev.png);
    left:-60px;
}
.customNavigation a.btnnext{
    background:url(../images/slider-next.png);
    right:-60px;
}
/** hidden search field **/
#searchbar {
  display: none;
  float: left;
  color: #fff;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9999;
    background: none;
    margin-top: 1rem;
    margin-bottom: -2rem;
}
#s {
    display: block;
    border: 0;
    width: auto;
    outline: none;
    padding: 0;
    height: auto;
    min-height: 44px;
    line-height: 1;
    font-size: 1em;
    color: #333;
    background: none;
    font-family: 'BebasNeueRegular', sans-serif;
    margin: 0;
    width: 100%;
    padding: 5px 10px 5px 50px;
    line-height: 2;
    background: url(../images/search-icon-big.png);
    background-repeat: no-repeat;
    background-position: 18px 9px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 1px;
}
form#searchform {
  margin: 0px auto;
}
#searchsubmit {
    display: block;
    float: right;
    margin-top: 1em;
    background: #94c942;
    color: #fff;
    padding: 5px 1em;
    border-radius: 1px;
    font-size: 1em;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 0;
    height: 100%;
    margin: 0;
}
@media (max-width: 860px) {
	#searchbar {
	    padding-left: 0;
	    padding-right: 0;
	    z-index: 9999;
	    background: none;
	    margin-top: 0.5em;
	    margin-bottom: 0.5em;
	}
	#searchbar .large-4.medium-6.small-12.columns.large-offset-8.medium-offset-6 {
	    margin: 0 !important;
	    width: 100%;
	}
}

/**Home Slider**/
.home-banner {
    width: 100%;
    height: 500px;
    display: block;
    float: left;
    background: url(../images/slide-1.jpg);
    background-position: center center;
    background-size: cover;
}
/**Contact Section**/
#footer-contact {
    background: #f8f8f8;
    border-top: 2px;
}
#footer-contact h4 {
    color: #94c942;
    font-size: 1em;
}
#footer-contact h5, #footer-contact p {
    font-size: 13px;
    line-height: 1.2;
    color: #6e6e74;
    margin-bottom: 0;
    padding-left: 1em;
}
#footer-contact .button.green.tiny {
  font-size: 1rem;
  margin: 1.25em auto !important;
}

.phone span.bold {font-family: 'Raleway', sans-serif;}
/**Contact details**/
.send-message span img {
    margin-right: 1em;
    margin-top: -4px;
}
#contact-details p {
    font-size: 13px;
    padding-left: 0.75em;
}
#contact-details h5 {
    font-size: 14px;
    padding-left: 0.75em;
    margin-bottom: 0;
}
#contact-details p.phone {
    padding-left: 0.5rem;
    margin-bottom: 8px;
    position: relative;
}
#contact-details p.phone a {
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	#contact-details p.phone {
	    margin-bottom: 1rem;
	}
}
#contact-details p.phone.fax {
	padding-left: 0.5rem;
	white-space: nowrap;
    margin-bottom: 1rem;
}

#contact-details p.phone.fax a {
	font-size: 13px;
}

#contact-details a.phone, #footer-contact a.phone {
    color: #575757;
    background: none;
}

/*#contact-details h3.child { margin-top: 20px; }*/

/**Footer**/
.foot-bg{
    background:url(../images/footer-bg.gif) center bottom no-repeat #6e6e74;
    background: #444;
    background-size: cover;
    padding:50px 0 0;
    position:relative;
}
.foot-bg p {
    color: #fff;
}
#newsletter p {
    color: #ec008c;
}
p.f-title, #newsletter p.f-title {
    font-size:20px;
    color:#FFF;
    font-weight: 400;
    margin:0;
    padding-bottom:20px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
}
.foot-list{
    margin:0 0 20px 0;
}
.foot-list li{
    list-style:none;
    overflow: hidden;
    font-size: 0.9rem;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.foot-list li span{
    margin-right: 1em;
    margin-left: -1em;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.foot-list li:hover span{
    margin-left: 0;
}
.foot-list li a{
    color:#d0ff86;
    font-size:14px;f.banner-con-bg a
    line-height: 1.5;
    padding-left: 1em;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.foot-list li a:hover{
    color:#fff;
}
.f-logo{
    text-align:center;
    margin-bottom: 0;
    margin-top: -1rem;
}
.f-copy p{
    font-size:11px;
    font-size: 0.75rem;
    line-height: 1.5;
    color:#fff;
    text-align:center;
    font-weight:400;
}
.footer-social{
    margin:0;
    width: 100%;
}
.footer-social li{
    list-style:none;
    float:left;
    margin-right:5px;
}
.foot-bg .social-list li{
    background: #6e6e74;
    border-radius: 1px;
}
.foot-bg .social-list li:first-child{
    margin-left: 0;
}
.footer-social .social-list li a.fb:hover {
    border: 1px solid #3b5998;
}
.footer-social .social-list li a.tw:hover {
    border: 1px solid #48c4d2;
}
.footer-end .footer-social li {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-right: 0;
}
.footer-social li a{
    display:block;
    background:url(../images/social-icons-footer.png) no-repeat;
    width:34px;
    height:34px;
    text-indent:-9999px;
}
.footer-social li a.fb{
    background-position:left top;
}
.footer-social li a.tw{
    background-position:center top;
}
.footer-social li a.in{
    background-position:right top;
}

@media screen and (max-width: 767px) {

	.footer-end p.small {
		text-align: center;
	}
	footer ul.social {
	    margin: 0;
	    text-align: center;
	    margin-top: 0.5rem;
	}

}

.news-letter{
    position:relative;
}
.news-letter input[type="email"]{
    background: #505054;
    border-radius: 1px;
    border: none;
}
.news-letter input[type=submit]{
    background: #92c740;
    color: #fff;
    font-size: 0.95em;
    border-radius: 1px;
    font-weight: bold;
    border: 1px solid #b7d447;
    float: left;
    width:  auto;
    margin: 0 0 1em;
    padding: 5px 10px;
}
.news-letter input[type=submit]:hover{
    background: #fff;
    color: #92c740;
}
.backtotop{
    position:absolute;
    top: -33px;
    left: 50%;
    margin-left: -33px;
}
.footer-end {
    background-color: #393939;
    padding: 0.75rem 0;
    margin-top: 0.5rem;
}
.footer-end p.small {
    color: #999;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}
footer ul.social {
    margin: 0;
}
footer ul.social li {
    list-style: none;
    display: inline-block;
    text-align: center;
}
footer ul.social li a {
    color: rgb(51, 51, 51);
    font-size: 24px;
    width: 44px;
    height: 44px;
    margin: 0 0.5rem;
    background: #fff;
    display: inline-block;
    border-radius: 99rem;
    border: 3px solid #fff;
}
footer ul.social li a:hover {
    color: #fff;
    background: none;
    border-color: #fff;
}

/**Footer end**/

/*== SIDEBAR ==*/

/**Side Nav**/
#sidenav li.section{
	padding: 0;
}

ul#sidenav {
    margin-left: 0;
    margin-bottom: 1em;
}
ul#sidenav li {
    list-style: none;
    margin: 2px 0;
}
ul#sidenav .divider {
    width: 60px;
    height: 3px;
    background: #ddd;
    margin: 3px 0;
    float: left;
}
ul#sidenav .divider:after {
    display: none;
}
ul#sidenav li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #6e6e74;
    width: 100%;
    float:left;
    margin-bottom: 5px;
    padding: 3px 10px;
    border-radius: 1px;
}
ul#sidenav li a:hover,  ul#sidenav li.current ul a:hover{
    color: #fff;
    background: #6e6e74;
}
ul#sidenav li.current ul a {
    font-family: 'Raleway', sans-serif;
    background: none;
    color: #6e6e74;
}

ul#sidenav li.current a {
    font-family: 'Raleway', sans-serif;
    background: #94c942;
    color: #fff;
}

#sidenav ul {margin-left: 1em;}
/**Quicklinks**/
#quicklinks, .banners.sidebar {margin-bottom: 1em;}
#quicklinks h3 {
    color: #94c942;
    font-size: 1.3em;
    margin-bottom: 0;
    padding-bottom: 0;
}
#quicklinks ul {margin-left: 0;}
#quicklinks ul li {list-style: none;}
#quicklinks ul li a {
    list-style:none;
    display:-moz-inline-stack;
    display: inline-block;
    float: left;
    margin: 5px 10px 5px 0px;
    padding: 5px 10px;
    color: #6e6e74;
    background: #f0f0f0;
    border-radius: 1px;
    font-size: 13px;
}
#quicklinks ul li a:hover {
    background: #25408f;
    color: #fff;
}

/*== END SIDEBAR ==*/

/*==  ==*/

/* Sub home */

.subhome-menu {
    position:relative;
    background:#dedede;
    padding:1px 0px 0px 0px;
    margin:2em 0px 3em;
    min-height: 428px;
    background: none;
}

.subhome-menu ul.tabs { width:31%; margin-left: 0; }
.subhome-menu ul.tabs li {padding: 0; list-style: none; }

.subhome-menu a.tab {
    font-size:0.95em;
    color:#FFF;
    text-decoration:none;
    display:block;
    padding:24px;
    background:url(../images/light.png) repeat;
    background: #6F6F73;
    position:relative;
    z-index:2;
    margin-top: -1px;
}
.subhome-menu p.inactivetab {
    font-size:0.875em;
    color:#434343;
    text-transform:uppercase;
    text-indent:-9999px;
    display:block;
    padding:24px;
    background:url(../images/inactive.png) repeat;
    background:rgba(255,255,255,0.35);
    position:relative;
    z-index:100;
}
.subhome-menu.largesubhome a.tab { /* Large Number of Children */
    padding:20px 24px;
}
.subhome-menu a.tab:hover {
    background:url(../images/light.png) repeat;
    background:rgba(255,255,255,0.85);
}
.subhome-menu a.tab.maintainHover {
    color:#242424;
    background:#FFF;
    background:rgba(255,255,255,0.95);
    position: relative;
    font-weight: bold;
}
.subhome-menu a.tab.maintainHover:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.subhome-menu a.tab.maintainHover:after {
    content: "";
    background: url(../images/arrow-green-icon.png) 90% 8px no-repeat;
    height: 33px;
    width: 24px;
    left: 85%;
    top: 20%;
}
.subhome-menu.largesubhome a.tab.maintainHover:after {
    content: "";
    background: url(../images/arrow-green-icon.png) 90% 8px no-repeat;
    height: 33px;
    width: 24px;
    left: 85%;
    top: 20%;
}
.subhome-menu .tab-content {
    display:none;
    text-align:center;
    padding: 50px 6% 50px 37%;
    position: absolute;
    top: 0;
    left: 31%;
    right: 0;
    bottom: 0;
    z-index:1;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    background-repeat:no-repeat;
}
.subhome-menu .tab-content .blueover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:url(../images/dark.png) repeat;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.subhome-menu .tab-content h2 {
    text-transform:uppercase;
    color:#FFF;
    font-size:2.5em;
    line-height:1.4em;
    text-decoration:none;
    text-shadow:0px 1px 2px rgba(0,0,0,0.5);
    position:relative;
    z-index:2;
}
.subhome-menu .tab-content .subhomeoverlay p {
    font-size:1.1em;
    color:#FFF;
    margin:10px 0px 20px 0px;
    text-shadow:none;
}
.subhome-menu .tab-content h4, .subhome-menu .tab-content p { color: #222; }
.subhome-menu .tab-content a {
    position:relative;
    z-index:2;
}
.subhome-menu .tab-content br {
    display:none;
}

/*** NEWS ****/

/* TAGS */

#tags h5 {
    color: #242424;
    display:-moz-inline-stack;
    display:inline-block;
    margin-right: 1em;
    font-size: 15px;
    float: left;
}
#tags .button.blue {
    border-color: #365bb9;
    color: #365bb9;
    font-size: 14px;
    background: none;
}
#tags .button.blue:hover {
    color: #6186E2;
    border-color: #6186E2;
}
#tags .button.blue.selected {
    color: #fff;
    background: #365bb9;
}
#tags.small h5 {
    font-size: 12px;
}
#tags.small li {
    margin-left: 0.5em;
}
#tags.small .button.blue {
    font-size: 12px;
    padding: 4px 10px;
    border-width: 1px;
    border-radius: 1px;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* News List Page styles */

#news-list .news-image {
    min-height: 1em;
    height: auto;
    background: #f0f0f0;
}
#news-list .news-image {
}

#news-list .news-con {
    padding: 10px 10px 20px;
    height: auto;
}

.item {
  /*
  margin-bottom: 0;
  padding: 0.5em 1em 0.5em 0;
  margin: 0.5em 1em 0.5em 0;
  */
  padding: 0;
}

body .rrssb-buttons li.rrssb-googleplus a {
    background-color: #6e6e74;
}
body .rrssb-buttons li.rrssb-googleplus a:hover {
    background-color: #57575C;
}
/***Merging styles***/

#social-share {
    background: #f0f0f0;
    padding: 0.5em 0.75em;
    border-radius: 5px;
    margin: 1em 0;
}

#social-share h5 {
    font-size: 15px;
    margin-top: 8px;
    color: #181818;
}

#social-share ul li{list-style: none;}

.JobsPage #social-share {
	margin-bottom: 2em;
}

/**Resources styles**/



/**Resources styles**/
#resources {margin-top: 2em;}
#resources .columns .container {
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 1em;
    border-radius: 5px;
}
#resources .columns:nth-child(1n) .container {
    background: #f8f8f8;
}
#resources .columns:nth-child(2n) .container {
    background: #f4f4f4;
}
#resources .columns:nth-child(3n) .container {
    background: #f0f0f0;
}
.resource-description {
    float: left;
    padding: 10px;
    height: 70px;
    max-width: 80%;
}
#resources p {
    font-size: 13px;
    line-height: 1.2;
}
.resource-image {
    float: right;
    height: 90px;
    padding: 10px;
    min-width: 80px;
    border-left: 2px solid #fff;
}
#resources .resource-image span {
    float: left;
    background: url(../images/resources-other.png) 0 0 no-repeat;
    height: 41px;
    width: 41px;
    margin-left: 8px;
    margin-top: 13px;
}
#resources .columns:hover .resource-image span {
    background-position: 0 -41px;
}
#resources .external .resource-image span {background: url(../images/resources-external.png) 0 0 no-repeat;}
#resources .link .resource-image span {background: url(../images/resources-link.png) 0 0 no-repeat;}
#resources .pdf .resource-image span {background: url(../images/resources-pdf.png) 0 0 no-repeat;}
#resources .word .resource-image span {background: url(../images/resources-word.png) 0 0 no-repeat;}

.list-items li a{
    color:#383838;
}
#resources-search {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 2em;
}
#resources-search input[type="text"] {
    height: 40px;
    margin-bottom: 0;
}
#resources-search.has-badge input[type="text"] {padding-left: 185px;}
#resources-search input#search-submit {
    position: absolute;
    top: 21px;
    right: 20px;
}
.scope-badge {
    background: #f8f8f8;
    width: auto;
    position: absolute;
    top: 22px;
    left: 22px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #999;
    width: 180px;
}
#resource-categories {margin: 2em 0;}
#resource-categories label {font-size: 22px; font-weight: bold;}
#key {
    background: #f9f9f9;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 1em 0 2em;
}
#resource-categories select {margin-top: -10px;}
#key .inline-list {margin-bottom: 0;}
#key .inline-list li {font-size: 13px;margin-top: 3px;}
#key .inline-list h5 {
    display:-moz-inline-stack;
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
#tags li {margin-left: 10px;}
#key span {
    display:-moz-inline-stack;
    display: inline-block;
    float: left;
    margin-top:-2px;
    padding-right: 5px;
}
label#sort-label {
    font-size: 15px;
    margin-top: 10px;
    float: left;
    text-align: right;
    width: 100%;
    font-weight: 700;
    color: #575757;
}

/**Employment**/
#positions-vacant {margin-bottom: 2em;}
#positions-vacant a.large-12 {
    display: block;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 1em;
    padding-right: 100px;
}
#positions-vacant a:nth-child(1n) {background-color: #f8f8f8;}
#positions-vacant a:nth-child(2n) {background-color: #f2f2f2;}
#positions-vacant a span {
    background: url(../images/post-next-3.png) 0 -50px no-repeat;
	background-position: 0 -50px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    opacity: 1;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
#positions-vacant a:hover span {
	background-position: 0 0;
}
#positions-vacant h3 {margin: 0.5em 0 1em; float: left;}
#positions-vacant h2 {
    color: #92c740;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}
#positions-vacant p {
    line-height: 1.3;
    margin-bottom: 2px;
}
p.hours {
    font-size: 13px;
    color: #282828;
    line-height: 1.3;
    margin-bottom: 2px;
}
p.location {
    font-size: 14px;
    color: #0089C8 !important;
    font-weight: bold;
    line-height: 1.3;
}
p.closes {
    color: #111111;
    font-size: 15px;
    font-weight: 500;
}

/* toggle */
.toggle {
    float: left;
    width: 100%;
    font-size: 1.2em;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    background: #f0f0f0;
    border-radius: 5px;
    margin-bottom: 1em;
}
.toggle .toggle-trigger {
    display: block;
    padding: 1em 10px;
    position: relative;
    text-decoration: none;
    color: #2c2151;
    margin-top: 0;
    cursor: pointer;
    float: left;
    width: 100%;
}
.toggle-trigger h4 {margin-bottom: 0; color: #181818;}
.toggle .toggle-trigger:hover {
    opacity: .8;
    text-decoration: none;
}
.toggle .active {
    text-decoration: none;
    margin-top: 0;
    color: #000;
}
.toggle .toggle-trigger:before {
    content: url(../images/expand.png);
    right: 30px;
    font-size: 1.3em;
    position: absolute;
    z-index: 2;
}
.toggle .toggle-trigger:hover:before {
    content: url(../images/expand-2.png);

}
.toggle .active.toggle-trigger:before {
    content: url(../images/collapse.png);
}
.toggle .active.toggle-trigger:hover:before {
    content: url(../images/collapse-2.png);
}
.toggle .toggle-content {
    float: left;
    width: 100%;
    margin-top: 1em;
    padding: 1em;
    background: #fafafa;
}
.toggle-trigger p {padding-right: 100px;}

#contact-details .toggle-trigger { padding: 0em 10px 0em 10px; }
#contact-details .toggle-trigger.active { padding-bottom: 10px; }
#contact-details .toggle-trigger h3 { margin-left: 5px; margin-top: .5rem; font-weight: 400; }
#contact-details .toggle-trigger p { padding-right: 0 }

#contact-details .toggle-trigger:before {
/*    content: url(../images/expand.png);*/
    content: url(../images/expand-min.png);
    right: 15px;
    position: absolute;
	top: 10px;
}
#contact-details .toggle-trigger.active:before {
    content: url(../images/collapse-min.png);
}
#positions-vacant .toggle-content p {
    line-height: 1.5;
    margin-bottom: 1em;
    padding-right: 0;
}

/**Events styles**/
.banner-events{
    background:url(../images/events-bg.jpg) bottom no-repeat;
}
.post-arrows{
    position:absolute;
    right:0;
    top:0;
}
#news-list h1 {
	padding-right: 5em;
}
.event-box{
    padding:0 15px 25px 15px;
    margin-bottom:25px;
    border-bottom:1px solid #999;
    margin-right:16px;
    position:relative;
}
.event-title{
    font-size:20px;
    font-weight:300;
    margin-bottom:20px;
    padding-right: 80px;
}
.event-con .t1{
    font-size:12px;
    font-weight:300;
    margin-bottom:14px;
    line-height:12px;
}
.event-con .t2{
    font-size:13px;
    font-weight:300;
    line-height:16px;
}
.event-con .more{
    background:#8dc63f;
    display:-moz-inline-stack;
    display:inline-block;
    color:#fff;
    font-size:13px;
    line-height:25px;
}
.event-con .more span{
    display:-moz-inline-stack;
    display:inline-block;
    padding:0 10px;
    border-right:1px solid #c9e4a5;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.event-con .more:hover span {
    padding: 0 20px 0 20px;
}
.event-more{
    display:-moz-inline-stack;
    display:inline-block;
    font-weight:300;
    color:#fff;
    font-size:20px;
    background:#25aae2;
    line-height:40px;
}
.event-more span{
    display:-moz-inline-stack;
    display:inline-block;
    padding:0 20px;
    border-right:1px solid #FFF;
}
.event-in{
    padding-bottom:0;
}
.event-main p{
    margin-right:50px;
}
.event-featured{
    padding-bottom:30px;
}
.event-featured li{
    float:left;
    list-style:none;
    padding:0 15px;
}
.event-featured li img{
    width:100%;
}
.event-cal{
    padding:12px 15px;
    background:#365bb9;
    margin-bottom:22px;
    border-radius: 5px;
}
.event-cal table.ui-datepicker-calendar{
    border:0;
    background:none;
    margin:0;
    width: 100%;
}
.event-cal table.ui-datepicker-calendar td {text-align:center;}
.event-cal .ui-datepicker-title{
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:14px;
    padding:10px 0;
}
.event-cal .ui-datepicker-calendar th{
    color:#fff;
}
.event-cal .ui-datepicker-calendar thead, .event-cal .ui-datepicker-calendar tr:nth-of-type(2n){
    background:none;
}
.event-cal .ui-datepicker-calendar a{
    color:#fff;
}
.event-cal .ui-datepicker-calendar a:hover{color: #ddd;}
.event-cal .ui-datepicker-calendar .ui-datepicker-current-day a,
.event-cal .ui-datepicker-calendar .has-event a{
    color:#94c942;
}
.event-cal .ui-datepicker-header{
    position:relative;
}
.event-cal .ui-datepicker-prev, .event-cal .ui-datepicker-next{
    position:absolute;
    width:20px;
    height:21px;
    text-indent:-9999px;
    top:8px;
    margin:0 10px;
}
.event-cal .ui-datepicker-prev{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    left:0;
}
.event-cal .ui-datepicker-prev:hover{
    border-right: 7px solid #bbb;
}
.event-cal .ui-datepicker-next{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    right:0;
}
.event-cal .ui-datepicker-next:hover{
    border-left: 7px solid #bbb;
}
.post-arrows a {
    opacity:0.5;
}
.post-arrows a:hover {
    opacity:1;
}
a.inactive {
    pointer-events: none;
    cursor: default;
    opacity: 0.2;
}
.inline-list.small {margin-bottom: 0;}
/***Board Members***/

.board-member {
    height: 380px;
    margin-bottom: 2em;
}
.large-4.medium-6.column.board-member:last-child {
    float: left;
}
.board-member a img {
    border-radius: 99em;
    border: 5px solid #ddd;
    margin: 0.5em 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.board-member .member-image:hover a img {
    opacity: 0.5;
}
.board-member a.button {
    position: absolute;
    top: 25%;
    width: 150px;
    left: 50%;
    top: 35%;
    margin-left: -75px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.board-member .member-image:hover a {
    opacity: 1;
}
.board-member h3 {
    font-size: 18px;
    line-height:1.2;
    margin-bottom: 3px;
}
.board-member p.member-location {
    text-transform:uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}
.board-member p.green.small {
    font-size: 13px;
    color: #94c942;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
p.accreditation {
    font-size: 12px;
    line-height: 1.1;
}
/***Merging styles***/
.bann-title{
    text-align:center;
    padding:25px 0;
}
.banner-basic{
    background:url(../images/basic-bg.jpg) center center no-repeat;
    background-size: 100%;
    background-size:cover;
    background-position: center center;
    height: 100px;
}
.banner-login{
    background:url(../images/login-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-faq{
    background:url(../images/faq-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-user{
    background:url(../images/user-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-cont{
    background:url(../images/cont-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-region{
    background:url(../images/region-bg.jpg) center center no-repeat;
    background-size:cover;
}
.banner-sub{
    background:url(../images/sub-bg.jpg) center center no-repeat;
    background-size:cover;
}
.bann-title h1{
    font-size:24px;
    color:#fff;
    font-weight:normal;
    text-align:center;
    background-color:#8dc63f;
    display:-moz-inline-stack;
    display:inline-block;
    padding:8px 13px;
}
.banner-faq h1{
    padding:8px 70px;
}
.pg-title{
    background-color:#f0f0f0;
    padding:10px 0;
    margin-bottom: 2em;
    border-bottom: 1px solid #ededed;
}
.pg-title p{
    margin:0;
}
.colr{
    color:#25aae2;
}
.content-area{
    color:#383838;
    font-size:16px;
    padding-top:4em;
    padding-bottom:1em;
    clear:both;
}
.divider:after{
    content: "";
    background: #92c740;
    width: 60px;
    height: 3px;
    display: block;
    margin: 1em 0;
}
.content-area ul li{
      list-style: square;
      font-size: 16px;
      font-size: 1rem;
      color: #575757;
  }
.list-items{
    padding-bottom:20px;
}
.button-txt{
    padding:2em 0 0;
    clear:both;
}
.button-txt .comm{
    display:block;
    font-size:16px;
    background-color:#8dc63f;
    border-radius: 1px;
    color:#fff;
    font-weight: 700;
    display:-moz-inline-stack;
    display:inline-block;
    text-align:center;
    padding: 0.5em 50px 0.5em 1em;
    position: relative;
    margin-bottom: 0.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button-txt .comm:hover{
    background-color:#b7d347;
}
.button-txt img{
    position: absolute;
    right: 0;
    top: -3px;
}

input#MemberLoginForm_LoginForm_Email{
    background:url(../images/mail.png) no-repeat 10px center;
    padding-left: 35px;
    float: left;
    width: 100%;
}
input#MemberLoginForm_LoginForm_Password{
    background:url(../images/pwd.png) no-repeat 10px center;
    margin-bottom:0;
    padding-left: 35px;
    float: left;
    width: 100%;
}
.field.checkbox {
    width: 100%;
    float: left;
}
.field.small {
    width: 50%;
    float: left;
}
.small input {
    width: 97.5%;
    margin-right: 2.5%;
}
.small.margin-left input {
    width: 97.5%;
    margin-right: 0;
    margin-left: 2.5%;
}
.login-txt .comm {
    background-color: #25abe0;
    color: #fff;
    display:-moz-inline-stack;
    display: inline-block;
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
}
.login-txt .pdf {
    border-right: 1px solid #fff;
    display:-moz-inline-stack;
    display: inline-block;
    padding: 5px 13px 5px 0;
}
.login-txt img {
    padding-left: 6px;
}
/**** recapatcha ******/
#recaptcha_widget_div {
    width: 100%;
    float: none;
    display: block;
    background-color: #fff;
    margin: 15px 0;
    max-width: 450px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
.recaptcha-left {
    width: 85%;
    float: left
}

.recaptcha-right {
    width: 15%;
    padding-left: 5%;
    float: left;
}

.recaptcha-right a, .recaptcha-right a:link, .recaptcha-right a:active, .recaptcha-right a:visited {
    display: block;
    padding: 0.4em 0 0.3em 0;
    background-color: #7ab61c;
    text-align: center;
    border-bottom: 1px solid #fff
}

.recaptcha-right a:hover {
    background-color: #abd037
}

.recaptcha-left span {
    float: left;
    padding: 2% 0 5%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.recaptcha-right a {
    font-size: 0.75em
}

#recaptcha_widget_div .recaptchatable #recaptcha_image {
    clear: both;
    width: 100% !important;
    height: auto !important;
    float: left;
    border: none !important;
}

#recaptcha_widget_div .recaptchatable {border: none !important;}

#recaptcha_image img {
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {background: none;}

span#recaptcha_privacy {
    font-size: 10px;
}

input#recaptcha_response_field {
    margin-top: 2px;
    margin-bottom: 0;
    border: 1px solid #ddd !important;
}

#recaptcha_widget_div a {
    line-height: 1.5em
    color: #25aae3;
}

a#recaptcha_reload_btn {
    text-indent: 999999em;
    background: url(../images/rc-refresh.png) 50% 50% no-repeat #7ab61c !important;
    height: 20px;
    width: 20px;
    background-size: 100% !important;
    line-height: 0;
    float: left;
    margin: 1px 0.5em 1px 0;
    overflow: hidden;
}

input#recaptcha_response_field {
    margin-bottom: 8px;
}

a#recaptcha_switch_img_btn {
    text-indent: 999999em;
    background: url(../images/rc-audio.png) 50% 50% no-repeat #7ab61c !important;
    height: 20px;
    width: 20px;
    background-size: 100% !important;
    line-height: 0;
    float: left;
    margin: 1px 0.5em 1px 0;
    overflow: hidden;
}

a#recaptcha_switch_audio_btn {
    text-indent: 999999em;
    background: url(../images/rc-text.png) 50% 50% no-repeat #7ab61c !important;
    height: 20px;
    width: 20px;
    background-size: 80% !important;
    line-height: 0;
    float: left;
    margin: 1px 0.5em 1px 0;
    overflow: hidden;
}

a#recaptcha_whatsthis_btn {
    text-indent: 999999em;
    background: url(../images/rc-help.png) 50% 50% no-repeat #7ab61c !important;
    height: 20px;
    width: 20px;
    background-size: 100% !important;
    line-height: 0;
    float: left;
    margin: 1px 0.5em 1px 0;
    overflow: hidden;
}

table#recaptcha_table a img {
    display: none;
}

.retryoptions a:hover {
    background: url(../images/rc-refresh.png) 50% 50% no-repeat #abd037;
}

.recaptcha_only_if_image a:hover {
    background: url(../images/rc-audio.png) 50% 50% no-repeat #abd037;
}

.recaptcha_only_if_audio a:hover {
    background: url(../images/rc-text.png) 50% 50% no-repeat #abd037;
}
a.help:hover {
    background: url(../images/rc-help.png) 50% 50% no-repeat #abd037;
}
#cont-form .Actions {width: 100%;}
#cont-form .Actions input[type="submit"] {
    margin: 1em auto;
    float: none;
    display: block;
}
.mobile {display: none;}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #f9f9f9;
  font-family: inherit;
  border: 1px solid #dddddd;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  line-height: 2;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="color"]:disabled,
  textarea:disabled {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly], fieldset[disabled]
  input[type="url"],
  input[type="color"][disabled],
  input[type="color"][readonly], fieldset[disabled]
  input[type="color"],
  textarea[disabled],
  textarea[readonly], fieldset[disabled]
  textarea {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  input[type="color"].radius,
  textarea.radius {
    border-radius: 1px; }

label {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

fieldset {
    border: none;
    padding: 0;
}

fieldset .middleColumn select {margin: 0 0 1rem 0; }

.field.checkbox {
    width: 100%;
    float: left;
    padding: 0.25em 1em 0.25em 0;
    text-align: left;
}

.field.checkbox label {
    text-align: left;
    float: none !important;
    font-family: 'Open Sans', sans-serif;
}

p#ForgotPassword a {font-size: 12px;}

.Actions input[type="submit"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #94c942;
    display:-moz-inline-stack;
    display: inline-block;
    font-size: 1.2em;
    padding: 0.3em 40px 0.3em 16px;
    text-align: center;
    border: 2px solid #94c942;
    float: right;
    width: auto!important;
}

.field select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 4px 10px;
    height: 2.315rem;
    background-color: #fafafa;
    font-family: 'Open Sans', sans-serif;
}

.checkboxset .middleColumn, .optionset .middleColumn {
    float: left;
    width: 100%;
}

.checkboxset .middleColumn ul li, .optionset .middleColumn ul li {margin: 0 5px 0.25em 0;}

#contact-form input[type="submit"] {float: left;}

fieldset .field {
    width: 100%;
    float: left;
}

input.file {
    padding: 0.5em;
    background: #f9f9f9;
    min-width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
}

textarea {min-height: 100px;}

.Actions input[type="submit"], input[type="submit"] {
    background: url(../images/arrow-white-icon.png) 90% 10px no-repeat #94c942;
    background: #94c942;
    border-radius: 0;
    width: auto !important;
    display: inline-block;
    background-image: none;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
    float: none;
    margin-bottom: 1rem;
    font-size: 1rem;
}

ul.optionset {
    margin-bottom: 0.5rem;
}

.Actions {
    text-align: center;
}

.Actions input[type="submit"]:hover, input[type="submit"]:hover {
    background: #fff;
    color: #94c942;
}

input[type="submit"] {
     -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.ContactPage form fieldset, .UserDefinedForm form fieldset {
	border: none;
	padding: 0px;
}

.ContactPage a.backtotop {
    display: none;
}

form fieldset span.required, form fieldset span.error{
	color:red;
}


#Form_Form .field.checkbox input[type=checkbox] {
	float: left !important;
	margin-right: 10px;
}
#Form_Form .field.checkbox label.right {
	float: left !important;
}

#Form_Form .field.optionset ul.optionset {
	float: left;
	width: 100%;
	margin-left: 0px;
}
#Form_Form .field.optionset ul.optionset li {
	list-style: none;
}

.medium-8.small-12.large-9.columns.typograhy form {
    max-width: 850px;
    margin: 2em auto;
    float: none;
    clear: both;
}

.field label.left {
    width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
}

.middleColumn ul li {
    display: inline-block;
    float: left;
    margin: 1em 5px 1em 0;
}

form#Form_Form fieldset {width: 100%;}

.middleColumn ul li label, .checkbox label {font-size: 12px;}

.field.recaptcha {
    float: right;
}

a.link.button.right {
    float: left !important;
    display: block;
    margin-bottom: 2em;
}

input#MemberLoginForm_LoginForm_action_dologin {
    float: none;
}

#contact-form input, #contact-form label, #contact-form textarea {
    width: 100% !important;
    float: left;
}

#contact-form input[type="submit"] {width: auto !important;}

#contact-form label {
    line-height: 1.5;
    color: #575757;
    font-weight: 400;
    min-height: 20px;
}

/** PAGINATION **/
ul.pagination {
    display: block;
    min-height: 1.5rem;
    margin-left: -0.3125rem;
    max-width: 90%;
    float: left;}
ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 1px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
      background: #e6e6e6; }
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
ul.pagination li.current a, ul.pagination li.current button {
      background: #008cba;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008cba; }
ul.pagination li {
    float: left;
    display: block; }
.pagination a.prev {
    width: 5%;
    float: left;
    height: 3em;
}
.pagination a.next {
    width: 5%;
    float: right;
    height: 3em;
    text-align: right;
}
#PageNumbers p {
    width: 100%;
    float: left;
    color: #999;
    border-top: 1px solid #ddd;
    padding-top: 1em;
}

.row.basci-pg .row {
    margin: 0;
    padding: 0 1em;
}

#contact-details { margin-top: 36px; }


@media all and (max-width: 1440px){

.top-bar-section ul li > a { font-size: 1rem; }

}

@media all and (max-width: 1340px){
/*****/
.customNavigation a.btnprev{
    left:0px;
}
.customNavigation a.btnnext{
    right:0px;
}
ul.right li:last-child ul {
    right: 0;
}
/*****/
}
@media all and (max-width: 1199px){
/*****/
.logo {
    width: 140px;
    margin: 15px auto 0;
    top: 0px;
    left: 10px;
}
.header-top {padding: 15px 0 30px;}
.search{
    float:right;
}

.top-bar-section ul li > a {font-size: .9rem;}

.banner-con{
    max-width:50%;
    right:0;
    margin-left:0;
    margin-right:0;
    top: 70px;
}
.banner-con.left {
    max-width:50%;
    right:auto;
    left: 0;
    margin-left:0;
    margin-right:0;
}
.banner-con.center {
    margin-left: -25%;
}
.user-form{
    margin-left:20px;
}
.file-dwd{
    right:9px;
}
.work .large-2, .connect .large-2{
    font-size: 14px;
    line-height: 1.2;
}
.con-txt {font-size:14px;}
.connect-con li, .connect-con li a {
    font-size: 13px !important;
}
body .connect .large-2 a, body .work .large-2 a {font-size: 12px;}

#home-cta {background-attachment:scroll;}

#events h4, #events a, #events p {
    font-size: 0.9em;
}

.news-con a h4 {
    font-size: 14px;
    line-height: 1;
}

body .orbit-container .orbit-prev, body .orbit-container .orbit-next {display: none;}

.banners .large-2 {font-size: 1em;}

.news-con {height: 175px;}

/*****/
}
@media all and (max-width: 980px){
/*****/
/*
.banner-con{
    display:none;
}*/
#cont-form {padding: 0 2em;}

.connect .large-2.connect-con {height: auto; min-height: height: 210px;}

.con-txt {font-size: 13px;}

.connect-con li, .connect-con li a {
    font-size: 12px !important;
}

.header-top-in span {font-size: 14px;}

.top-bar-section ul li > a {
    float: left;
    border-top: 1px solid #444;
}

.top-bar-section ul li > a:hover {
    background: #94c942;
}

nav .top-bar-section ul li ul {
    position: relative;
    float:left;
}

.top-bar .title-area {
    margin-top: 20px;
}

section.top-bar-section {
    top: 25px;
}

.top-bar-section > ul > li:hover:before {display: none;}

.top-bar.expanded {
    padding-bottom: 20px;
    background: #6e6e74;
}

ul.orbit-slides-container li, .orbit-container, #home .banner {/*height: 400px; max-height: 400px;*/
}
ul.orbit-slides-container li { height: 590px; }

#footer-contact .large-4 {margin-bottom: 1em;}

.top-bar-section ul li ul li a {
    background: #ABABAB;
    text-align: right;
}
}

@media all and (max-width: 860px) {

.banner-con, .banner-con.left {
	max-width:75%;
	height:auto;
}
.banner-con.center {
    margin-left: -37.5%;
    width: 75%;
}
.banner-con a { max-height: 2rem; font-size: 0.75rem; }
.search input[type=text] {
    width: 190px;
    font-size: 12px;
}

p.phone a{font-size 13px; }

.header-top-in {margin-top: 1em;}

.login {float: right;}

ul#sub-nav {
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
    background: white;
    border-bottom: 1px solid #ddd;
    float: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
}

.header-top {padding: 30px 0 10px;}

#contact-details { margin-top: 2em; }

.header-top {background: rgba(255, 255, 255, 0.95);}

#home .navigation {margin-bottom: 215px;}

ul.orbit-slides-container li { height: 350px; }

}

@media all and (max-width: 767px){
/*****/
.search{
    width:100%;
    margin:10px 0 0;
}
.search input[type="text"]{
    width:100%;
}
.tweets{
    font-size:20px;
}
.resource-bg .con{
    padding-right:0;
}
.resource-downloads{
    margin-right:0;
}
body .banners .large-2, .banners .large-2:hover, body .banners .large-2, .banners .large-2:hover, body .centered-banners .banners .large-2 {
    width: 48%;
    margin: 5px 1%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    float: left !important;
}

.work-title, .connect-title {
    font-size: 22px;
    line-height: 1.2;
}

.banners .large-2, .banners .large-2{
    margin:0;
}

body .bann-title h1 {
    font-size: 1em;
}

.field.small {width: 100%;}

.small.margin-left input, .small.margin-right input, .small input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.connect .large-2.connect-con {height: 210px; width: 100%;}

td.recaptcha_image_cell {
    max-width: 80%;
    width: 80% !important;
}

.recaptchatable #recaptcha_response_field {
    font-size: 11pt;
    width: 95% !important;
    max-width: 95%;
}

.recaptchatable {
    line-height: 1.1;
    border: none !important;
}

nav .top-bar-section ul ul li:not(.has-form) a:not(.button) {text-align: right;}

.mobile {display: block;}

.mobile-hide {display: none;}

.news.section .news-only, .news.section .events-only {
    padding-left: 2em;
    padding-right: 2em;
  /*  margin-bottom: 2em;*/
}

.subhome-menu ul.tabs { width:100%;}

.subhome-menu .tab-content {
	left: 0;
}

.subhomeoverlay{
	display: none;
}

.subhome-menu.largesubhome a.tab.maintainHover:after, .subhome-menu a.tab.maintainHover:after {left: 90%;}

a#searchtoggle {
    padding: 6px 3px 8px 8px;
    font-size: 0;
}
header .social-list {margin-right: 0.5em;}
.top-bar-section ul {background: #575757;}
.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #3D3D3D;
    background: #3D3D3D;
}

#resources-search input#search-submit {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 1em;
}
#resource-categories select {
    margin-top: 0;
}

.banners.sidebar a.large-2.medium-6.columns {width: 100%;}

#key .inline-list li {
    width: 100%;
    float: left;
    margin: 0.5em 0;
}
.resource-description {max-width: 70%;}

.toggle-trigger h4 {padding-right: 100px;}

#news-list h1 {margin-top: 60px; padding-right: 0;}

body .post-arrows {
    left: 1em;
    right: auto;
}

.banners .large-2:first-child, .connect .large-2:first-child {
    margin: 5px 1%;
    margin-left: 1%;
}
ul.orbit-slides-container li { height: 330px; }
/*****/
}
@media all and (max-width: 640px){
/*****/
.featured img{
    margin-bottom:15px;
}
.event-box{
    margin-right:0;
}
.event-featured li.social{
    display:none;
}
.event-main p{
    margin-right:0;
}
#log-form{
    width:97%;
}
.rad-btns label {
    padding-right: 2px;
}
.cap-code{
    width:81%;
}

.field label.left {
    width: 100% !important;
    min-height: 24px;
}

.field input[type="text"], .field input[type="password"], .field input[type="date"], .field input[type="email"], .field input[type="number"], .field input[type="search"], .field input[type="tel"], .field select, .field textarea, input.file {
    width: 100%;
}

ul#sub-nav li a {font-size: 11px;}

#resources-search {
    float: right;
    width: 100%;
}

#resources-search.has-badge input[type="text"] {
    padding-left: 5px;
}

.scope-badge {display: none;}

#tags {
    float: left;
    width: 100%;
}

label#sort-label {
    text-align: left;
}

#tags a.button.blue {
    padding: 2px 5px;
    border-radius: 1px;
    border-width: 1px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin: 2px 0;
}

#key {
    float: left;
    width: 100%;
}

/*****/
}

@media all and (min-width: 1200px) {

	#contact-form { padding-left: 3%; }
	.column.locations { padding-right: 3%; }

}

/** sticky header styles 2016 **/

#tweets .owl-item > div {
    font-size: 1.75rem;
    line-height: 1.5;
}
.tweets {
    padding: 1.5em 0;
}
.news-con .more a {
    color: #78c242;
    font-weight: 700;
    font-size: 13px;
    border-radius: 1px;
    border-color: #eee;
    background: #eee;
    padding: 3px 6px 3px 6px;
}
.news-con .more a:hover {
    color: #94c942;
    padding: 3px 6px 3px 6px;
    background: #fff;
    border: 1px solid #eee;
    background-size: 16px 13px;
}
.news-con {
    height: 170px;
}
.news-image {
    height: 195px;
}
.news-image img {
	top: 0;
}
.news-con .date {
	color: #999;
    font-size: 13px;
}
.subhome-menu a.tab {
	font-family: 'Raleway', sans-serif;
}
.subhome-menu a.tab.maintainHover {
    font-weight: normal;
}
.header-top	{
	background: #fff;
}
.basci-pg .medium-8.small-12.large-9.columns.typograhy {
    float: none;
    margin: 0px auto;
}
.basci-pg .medium-8.small-12.large-9.columns.typograhy {
    float: none;
    margin: 0px auto;
}
.basci-pg .medium-8.small-12.large-9.columns.typograhy.has-sidebar {
    float: right;
    margin: 0px auto;
}
.basci-pg .medium-4.small-12.large-3.columns {
    display: none;
}
.basci-pg .medium-4.small-12.large-3.columns.has-sidebar {
    display: block;
}
@media (min-width: 1200px) {

	.HomePage .container.header, .container.header.has-banner {
	    min-height: 630px;
	}

	.container.header {
	    min-height: 176px;
	}

	.header-container {
	    position: fixed;
	    width: 100%;
	    z-index: 5;
    	max-height: 172px;
	}

	.header-container.sticky {
		max-height: 130px;
	}

	.header-top	{
	    -webkit-transition: all 300ms ease-out;
	    -moz-transition: all 300ms ease-out;
	    -o-transition: all 300ms ease-out;
	    transition: all 300ms ease-out;
	}

	.sticky .header-top {
		height: 80px;
	}

	.header-top-in {
	    margin-top: 2em;
	    -webkit-transition: all 300ms ease-out;
	    -moz-transition: all 300ms ease-out;
	    -o-transition: all 300ms ease-out;
	    transition: all 300ms ease-out;
	}

	.sticky .header-top-in {
	    margin-top: 9px;
	}

	.logo img {
		max-height: 100px;
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    -o-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}

	.sticky .logo img {
	    max-height: 50px;
	}

	.navigation {
	    -webkit-transition: all 300ms ease-out;
	    -moz-transition: all 300ms ease-out;
	    -o-transition: all 300ms ease-out;
	    transition: all 300ms ease-out;
	}

	.sticky .navigation {
	    background: #6e6e74;
	}
	.block_area {
	    padding-top: 11rem;
	}
}

/** Marketing Page Blocks 2016 **/
.block_area section {
    float: left;
    width: 100%;
}
.pg-title.container {
    display: block;
    position: absolute;
    top: 10.95rem;
    z-index: 4;
    background-color: #ececec;
}

.pg-title.container.sticky {
    position: fixed;
    top: 7.65rem;
}

@media only screen and (max-width:1200px){
    .pg-title.container.sticky {
        display: none;
    }
}

/** Has Home Banner **/
.has-banner .navigation {
    margin-bottom: 470px;
}
@media (max-width: 860px) {
  .has-banner .navigation {
      margin-bottom: 215px;
  }
  .banner-con-bg .button-link a {
  	line-height: 1;
  	height: auto;
  }
}
.MarketingPage .container.header.has-banner {
    min-height: 176px;
}
.has-banner .banner {
    position: relative;
}
.MarketingPage .has-banner .navigation {
    margin-bottom: 0;
}
/*Block Padding */



/** Content Block **/
section.content-block {
    text-align: center;
    padding: 32px 0;
    padding: 2rem 0;
}
.content-block h1, .content-block h2 {
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 400;
}
.content-block h2 {
    font-size: 2rem;
}
.content-block p {
    font-weight: 300;
    line-height: 2;
}
body.MarketingPage h3 {
	font-size: 2rem;
}
body.MarketingPage h4 {
	font-size: 1.8rem;
}
body.MarketingPage h5 {
	font-size: 1.5rem;
}
body.MarketingPage h6 {
    font-size: 0.95rem;
    line-height: 1.2;
    margin-bottom: 10px;

}
#footer-contact h3.center {
    font-size: 1.2rem;
}

/** Check List **/
section.check-list .row {
    max-width: 900px;
}
section.check-list ul li {
    width: 50%;
    float: left;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    position: relative;
    padding-left: 164px;
    padding-right: 0px;
    text-indent: -18px;
}
section.check-list ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    left: -12px;
    position: relative;
    color: #94c942;
}
@media screen and (max-width: 860px) {
    section.check-list ul li {
      width: 100%;
    }
}

/** Half Images **/
section.half-images {
    margin: 32px 0;
    margin: 2rem 0;
    float: left;
    width: 100%;
}
.half-image {
    height: 450px;
    padding: 32px;
    padding: 2rem;
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.half-image h2 {
    font-size: 24px;
    font-size: 2rem;
    background: #94c942;
    box-shadow: 16px 0 0 #94c942, -16px 0 0 #94c942;
    -webkit-box-shadow: 16px 0 0 #94c942, -16px 0 0 #94c942;
    display: inline;
    padding: 0.5rem 0;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 400;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.half-content {
    max-width: 534px;
    float: right;
    position: absolute;
    right: 3rem;
    bottom: 2rem;
}/*
.half-image:last-child .half-content {
    right: auto;
    left: 3rem;
}
*/
@media screen and (min-width: 861px) {
	/** top left **/
	.half-content.top-left {
	    top: 2rem;
	    left: 3rem;
	    right: auto;
	}
	/** top right **/
	.half-content.top-right {
	    top: 2rem;
	    left: auto;
	    right: 3rem;
	}
	/** bottom right **/
	.half-content.bottom-left {
	    left: 3rem;
	    right: auto;
	}
	.half-content.bottom-right {
	    left: auto;
	    right: 3rem;
	}
}

@media screen and (max-width: 860px) {
    .half-image {
      height: auto;
      padding-top: 100px;
      width: 100%;
    }/*
    .half-content, .half-image:last-child .half-content {
        max-width: 100%;
        float: right;
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 1rem;
    }*/
}

/** Icon Block **/
section.icon-block {
    text-align: center;
    padding: 32px 0;
    padding: 2rem 0;
    float: left;
    width: 100%;
}
.inline-icon {
    display: inline-block;
    text-align: center;
    width: 260px;
    padding: 16px;
    padding: 1rem;
    vertical-align: top;
}
.inline-icon i {
    font-size: 42px;
    color: #94c942;
}
.inline-icon p {
    font-size: 13px;
    color: #444444;
    line-height: 1.75;
}
.inline-icon a, .inline-icon a i {
    font-size: 13px;
    line-height: 1.75;
}

.icon-block .inline-icon a, .inline-icon a i {
    line-height: 1;
}

.inline-icon a.wrap-link i {
    font-size: 42px;
    color: #94c942;
}
section .inline-icon h2, section .inline-icon h2 a {
    color: #6e6e74;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 1rem;
}
section .inline-icon h2 a:hover {
    color: #94c942;
}

/** Background image with text fields **/
.image-text {
    padding: 32px 42px;
    padding: 3rem 3.5rem 2rem;
    margin: 2rem auto;
    min-height: 600px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.image-text .gradient-overlay {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.75;
}
h2.highlight {
    font-size: 30px;
    font-size: 1.85rem;
    background: #94c942;
    box-shadow: 16px 0 0 #94c942, -16px 0 0 #94c942;
    display: inline;
    padding: 0.5rem 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.image-text-content {
    position: absolute;
    bottom: 1rem;
    left: 2.5rem;
    width: calc(100% - 5rem);
}
.image-text-content h3 {
    color: #94c942;
    font-size: 34px;
    font-size: 2.2rem;
}
.image-text-content p {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
}
.image-text-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .image-text-content {
      position: relative;
      bottom: auto;
      left: -1rem;
      width: 100%;
      margin-top: 3rem;
  }
  .image-text-content img.right {
      max-width: 150px;
      margin-left: 0.5rem;
      margin-right: -1.5rem;
  }
}

/** Tabs **/
section.tabs {
    margin: 2rem auto;
    float: left;
    width: 100%;
}
.etabs {
    margin: 0;
    padding: 0;
    text-align: center;
}
.tab a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    zoom: 1;
    background: #fff;
    border: solid 2px #ddd;
    /* border-bottom: none; */
    font-size: 16px;
    line-height: 2;
    padding: 0 16px;
    outline: none;
    margin-bottom: -2px;
    background: #ddd;
    color: #999;
}
.tab a:hover {
    opacity: 0.75;
}
.tab a.active {
    background: #94c942;
    color: #fff;
    position: relative;
    border-color: #94c942;
}
.tab-container .panel-container {
    background: #fff;
    border: solid #ddd 2px;
    padding: 1.5rem 2rem;
}
@media screen and (max-width: 600px) {
  .tab a {
    width: 100%;
  }

    .tab-container .panel-container table {
        margin-left: auto;
        margin-right: auto;
        font-size: 11px;
        line-height: 13px;
    }
    .tab-container .panel-container {

        padding: 0.5rem 0rem;
    }
}

.tab-container .panel-container table {
    margin-left: auto;
    margin-right: auto;
}

.tab-container .panel-container tr:first-child {
    font-weight: bold;
}

.tab-container .panel-container td {
    padding: 10px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}

/** Gallery **/
section.gallery {
    float: left;
    width: 100%;
    margin: 2rem auto;
}
a.thumbnail.gallery {
    display: block;
    overflow: hidden;
    margin-bottom: 1.875rem;
    position: relative;
}
.gallery-image {
    height: 290px;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   transform: scale(1);
   overflow: hidden;
}
.gallery-image:hover {
   transform: scale(1.1);
}
.gallery-image .gradient-overlay {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.75;
}
.gallery p {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.gallery .large-4.columns {
    float: left;
}
@media screen and (max-width: 860px) {
  .gallery-image {
      height: 200px;
  }
}

/** Alert **/
.alert {
  width: 100%;
  float: left;
  padding: 1rem 0;
  background: #94c942;
  text-align: center;
}
.alert h3, .alert h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.alert h3 a {
  color: #e5fcc2;
}
.alert h3 a:hover {
  color:#4f7417;
}
.alert a {
  color: #e5fcc2;
}
.alert a:hover {
  color:#4f7417;
}

/** Home CTA **/
#home-cta h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
}
#home-cta .dark-overlay {
      padding: 4em 2em;
}

/** Inline CTAS **/
section.inline-ctas {
    text-align: center;
    margin: 2rem auto;
    width: 100%;
    float: left;
}
a.inline-cta {
    width: 300px;
    height: 200px;
    display: block;
    position: relative;
    margin: 0rem 1rem 1rem;
    padding: 1.5rem;
    display: inline-block;
    float: none;
    overflow: hidden;
}
a.inline-cta .gradient-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.75;
}
a.inline-cta .gradient-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}
.cta-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5rem;
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
a.inline-cta:hover .cta-image {
    transform: scale(1.1);
}
.inline-cta p {
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0 1rem;
    line-height: 1.2;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.inline-cta:hover p {
    color: #94c942;
}
.inline-cta i {
    font-size: 72px;
    color: #94c942;
    position: relative;
}

/** Link Listing **/
.link-listing.row .columns {
    float: left;
    margin-bottom: 1rem;
}
.link-listing a {
    display: table;
    padding: 1rem;
    border: 2px solid #94C942;
    position: relative;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.link-listing a:hover {
    border-color: #94c942;
    background: #94c942;
}
.link-listing a:hover {
    border-color: #94c942;
    background: #94c942;
}
.link-listing a i, .link-listing a h3, .link-listing a p {
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.link-listing a:hover i, .link-listing a:hover h3, .link-listing a:hover p {
    color: #fff;
}
.link-listing-image {
    width: 100px;
    height: 100%;
    float: left;
    margin-right: 1rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*margin-bottom: 1rem;*/
    display: table-cell;
    vertical-align: top;
}
.link-listing-content {
    display: table-cell;
    vertical-align: top;
    width:100%;
}
.link-listing-content p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.25;
}
.link-listing-content h3 {
    margin: 0 0 5px;
    color: #94c942;
}
.link-listing-content h3 i {
    border-right: 1px solid #ddd;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
	color: #94c942;
}
.link-listing.row.blocks {
    margin-top: 2rem;
    margin-bottom: 0;
    padding:0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    clear:both;
}

/** Full width cta **/

#home-cta h2 {color: #fff;}
#home-cta p {
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}
#home-cta h3 {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}
#home-cta h4 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #fff;
}
#home-cta h5 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}
#home-cta h6 {
    font-size: 1.35rem;
    font-weight: 400;
    color: #fff;
}
#home-cta p.green, #home-cta h2.green, #home-cta h1.green, #home-cta h3.green, #home-cta h4.green, #home-cta h5.green, #home-cta h6.green {
	color: #94c942;
}

/** Blocks Padding **/
body section.no-pad {
    padding: 0;
    margin: 0px auto;
}
body section.std-pad {
	padding: 2rem 0;
}
body section.large-pad {
	padding:4rem 0;
}



/*
#cta-buttons .large-6.medium-6.columns {
    display: inline-block;
    float: none;
    width: 48%;
}
*/
/** Hide sidebar **/

.hideSidebar .medium-4.small-12.large-3.columns, .hideSidebar .medium-4.small-12.large-3.columns.has-sidebar {
    display: none;
}
.hideSidebar .basci-pg .medium-8.small-12.large-9.columns.typograhy, .hideSidebar .medium-8.small-12.large-9.columns {
    float: none;
    margin: 0px auto;
}
.hideSidebar h1.divider {
    text-align: center;
    margin: 1rem auto 1.5rem;
}
.hideSidebar h1.divider:after {
    display: none;
}
.hideSidebar footer .medium-4.small-12.large-3.columns {
    display: block;
}
.hideSidebar #news-list h1 {
    padding-right: 0;
}

@media (max-width: 1199px) {

	.MarketingPage ul.example-orbit.orbit-slides-container {
	    margin-top: 0 !important;
	}

}

.no-bg:before, .transparent:before {
    background: rgba(0, 0, 0, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.no-bg .banner-con span {
    display: none;
}
.no-bg .banner-con {
    background: none;
    z-index: 5;
    padding: 0 1rem;
    height: auto;
}
.orbit-container li.transparent .banner-con {
    /* background: #000; */
    background: rgba(58, 58, 61, 0.6);
	padding: 1rem 1rem 4rem;
}
/*.no-bg .banner-title h1, .no-bg .banner-con-bg p, .transparent h1, .transparent .banner-con-bg p, .transparent h2, .transparent h3, .transparent h4, .transparent h5, .transparent h6, .no-bg h2, .no-bg h3, .no-bg h4, .no-bg h5, .no-bg h6 {
    color: #fff;
}*/
.no-bg .banner-title, .no-bg .banner-con-bg, .transparent .banner-title, .transparent .banner-con-bg  {
    background: none;
    color: #fff;
    padding: 0;
}

@media (min-width: 860px) {
	.no-bg .banner-title {
	    margin-top: 1rem;
	}
}
.no-bg .banner-con-bg {
    margin: 1rem 0;
}
.no-bg .banner-con-bg a {
    bottom: 0em;
    left: 0;
}

li.no-bg .banner-con h1 {
	font-size: 2.625rem;
	font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
li.no-bg .banner-con h2 {
	font-size: 2rem;
	font-weight: 400;
}
li.no-bg .banner-con h3 {
	font-size: 1.9rem;
	font-weight: 600;
}
li.no-bg .banner-con h4 {
	font-size: 1.8rem;
	font-weight: 600;
}
li.no-bg .banner-con h5 {
	font-size: 1.5rem;
	font-weight: 600;
}
li.no-bg .banner-con h6 {
	font-size: 1.25rem;
	font-weight: 600;
}
.no-bg .banner-con-bg a:hover img {
    background: #94c942;
}
.banner-con-bg .button-link a.blue {
    background-color: rgba(0, 137, 200, 1);
    border: 2px solid rgba(0, 137, 200, 1);
}
.banner-con-bg .button-link a.blue:hover {
    color: rgba(0, 137, 200, 1);
    background: #fff;
}
.banner-con-bg .button-link a.orange {
    background-color: rgba(205, 92, 45, 1);
    border: 2px solid rgba(205, 92, 45, 1);
}
.banner-con-bg .button-link a.orange:hover {
    color: rgba(205, 92, 45, 1);
    background: #fff;
}

/** BOB styles **/
.hero-banner {
    text-align: center;
    padding: 4rem 0 2rem;
    margin-top: 130px;
    margin-bottom: 4rem;
    background-position: center center;
    background-size: cover;
}
.hero-inner {
    margin: 2rem auto 1rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    display: inline-block;
}
.smoking-calc {
    max-width: 750px;
    width: 100%;
    background: #222222;
    margin: 2rem auto;
}
.smoking-calc form {
    padding: 2rem;
    position: relative;
    float: left;
    background: #222222;
    margin-bottom: 2rem;
}
.smoking-calc form:before {
    content: "";
    background-image: url(../images/bob-logo-icon.png);
    background-size: auto 85%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    opacity: 0.05;
}
.smoking-calc .field input, .smoking-calc .field select {
    width: auto;
    display: inline-block;
    margin: 0px 1rem;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}
.smoking-calc .field.time input {
    max-width: 68px;
}
.smoking-calc .field input {
    max-width: 120px;
}
.smoking-calc .field {
    margin: 1rem 0;
}
.smoking-calc label {
    font-size: 1.25rem;
    color: #eea904;
    width: 100%;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}
.smoking-calc .field span {
  font-size: 1.25rem;
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
.smoking-calc label.inline {
    display: inline-block;
    width: auto;
}
.smoking-calc .field {
    position: relative;
}
.smoking-calc .field.submit {
    text-align: center;
}
.smoking-calc .field.submit input {
    float: none;
    margin: 1rem auto 0rem;
    padding: 1rem 60px 1rem 30px;
    font-size: 1.5rem;
    border: none;
    width: auto;
    max-width: 100%;
    font-weight: 600;
    background: url(../images/bob-submit-arrow.png) 97% 20px no-repeat #d13138;
}
.smoking-calc .field.submit input:hover {
    background: url(../images/bob-submit-arrow.png) 97% 20px no-repeat #af2127;
    color: #fff;
}
.smoking-calc h2 {
    margin-bottom: 0;
}
.calc-top.medium-6.small-6.columns {
    padding: 0.75rem 2rem 1rem;
    margin-bottom: 0;
    background: #ccc;
    box-shadow: inset 3px -2px 15px rgba(0, 0, 0, 0.25);
}
.calc-top.active.medium-6.small-6.columns {
    background: #222;
    box-shadow: none;
}
.calc-top.active.medium-6.small-6.columns h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.calc-top.medium-6.small-6.columns h2 {
    color: #999;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.calc-top.medium-6.small-6.columns h2 span {
    color: #999;
    padding: 4px 15px 7px;
    border-radius: 2rem;
    background: #aaa;
    margin-right: 0.5rem;
    font-size: 30px;
}
.calc-top.active.medium-6.small-6.columns h2 span {
    color: #eea904;
    padding: 4px 16px 7px;
    border-radius: 2rem;
    background: #fff;
    margin-right: 0.5rem;
    font-size: 30px;
}
label.inline.postcode-label {
    margin-left: 49px;
}
select#state {
    width: 184px;
}
.bob-logo {
    width: 50%;
    float: left;
    margin: 2rem auto 4rem;
    padding: 0 2rem;
}
.calc-top.medium-6.small-6.columns.active.data-onload-go-to span {
    color: #d13138;
}
.bob-logo:first-child {
    text-align: right;
    border-right: 1px solid #ddd;
}
.radio-wrap {
    display: inline-block;
}
.results-data {
    float: none;
    width: 100%;
    padding: 6rem 2rem;
    min-height: 600px;
    text-align: center;
    position: relative;
}
.results-data p {
    font-size: 24px;
    font-size: 1.35rem;
    color: #eea904
}
.results-data p span {
    color: #fff;
}
.results-data p.border-top {
    color: #fff;
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #333;
    width: auto;
    display: inline-block;
}
.results-data p.total {
    font-size: 36px;
    font-size: 2rem;
}
.results-data:before {
    content: "";
    background-image: url(../images/bob-logo-icon.png);
    background-size: auto 85%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    opacity: 0.05;
}
@media screen and (max-width: 900px) {

	.flex-video {
	    height: 0;
	    margin-bottom: 0.88889rem;
	    overflow: hidden;
	    padding-bottom: 67.5%;
	    padding-top: 1.38889rem;
	    position: relative;
	}
	.flex-video.widescreen {
	    padding-bottom: 56.34%;
	}
	.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	    height: 100%;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    left: 0;
	}

}


@media screen and (max-width: 800px) {

  .smoking-calc .field label {
      width: 100%;
      display: block;
      margin-left: 0;
      font-size: 1rem;
  }
  .smoking-calc .field span {
    font-size: 1rem;
  }
  .smoking-calc .field input {
      max-width: 120px;
      margin: 0;
      width: 100%;
      max-width: 100%;
      margin: 0.5rem 0 1rem;
      display: block;
      /* float: left; */
  }
  .smoking-calc .field input[type="radio"] {
      width: auto;
      display: inline-block;
  }
  .radio-wrap {
      display: block;
  }
  .smoking-calc .field select {
      margin: 6px 0 1rem;
  }
  .smoking-calc .field.time input {
    max-width: 120px;
    width: auto;
    display: inline-block;
  }
  .smoking-calc .field.time span {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .smoking-calc .field input#age {
    max-width: 120px;
  }
  .smoking-calc .field input#age {
    max-width: 120px;
    display: inline-block;
    margin-right: 1rem;
  }
  .smoking-calc .field.submit input {
      height: auto;
      word-wrap: break-word;
      white-space: normal;
      font-size: 1.2rem;
      padding-right: 3rem;
  }
  .calc-top.medium-6.small-6.columns h2 {
      text-align: center;
  }
  .smoking-calc .calc-top.medium-6.small-6.columns h2 span {
      margin: 0px auto 0.5rem;
      width: 52px;
      display: block;
      font-size: 30px;
  }
  select#state {
    	width: 100%;
  }

}

/** contact page 2017 **/

.contact-page-header {
    padding: 6rem 0 5rem;
    top: -3rem;
    margin-bottom: -3rem;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.contact-page-header .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}
.contact-page-header h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
}
.contact-page-header h1:after{
    content: "";
    background: #92c740;
    width: 60px;
    height: 3px;
    display: block;
    margin: 1rem auto 0rem;
}
.contact-page-header h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
}
#contact-details .toggle {
    background: none;
    border: none;
    margin: 0;
    border-radius: 0;
}
#contact-details .toggle-trigger {
    padding: 0;
    border-radius: 0;
    margin: 0;
}
#contact-details .toggle-trigger h3 {
    margin-left: 5px;
    margin-top: .5rem;
    font-weight: 400;
    padding: 0.5rem 3rem 0.5rem 1rem;
    font-size: 1.375rem;
    color: #222;
}
#contact-details .toggle-trigger h3 {
    margin: 0;
    font-weight: 400;
    padding: 0.75rem 3rem 0.75rem 1rem;
    font-size: 1.375rem;
    color: #222;
    background: rgba(255, 255, 255, 0.65);
}
.contact-page-header #contact-details .toggle-trigger:before, .contact-page-header #contact-details .toggle-trigger:before {
	display: none;
}
#contact-details .toggle:nth-child(2n) .toggle-trigger h3 {
    background: rgba(255, 255, 255, 0.75);
}
#contact-details .toggle-trigger:hover h3, #contact-details .toggle:nth-child(2n) .toggle-trigger:hover h3  {
    background: rgba(255, 255, 255, 0.9);
}
#contact-details .toggle-content {
    margin: 0;
}
#contact-details .toggle-trigger.active {
    padding-bottom: 0;
}
#contact-details span {
    width: 40px;
    height: 40px;
    display: block;
    background: #ddd;
    position: absolute;
    right: 12px;
    top: 6px;
    border-radius: 99rem;
    /* position: relative; */
}
#contact-details .toggle-trigger span:before {
    background: #000;
    content: "";
    height: 2px;
    margin-right: 11px;
    position: absolute;
    right: 0;
    top: 19px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 16px;
}
#contact-details .toggle-trigger span:after {
    background: #000;
    content: "";
    height: 2px;
    margin-right: 11px;
    position: absolute;
    right: 0;
    top: 19px;
    width: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#contact-details .toggle-trigger.active span:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#contact-details .toggle-trigger:hover span:before, #contact-details .toggle-trigger:hover span:after {
    background: #92c740;
}
#contact-details .toggle-trigger:hover {
	opacity: 1;
}
#contact-details .toggle-trigger:hover span, #contact-details .toggle-trigger.active span {
	background: #fff;
}
#contact-details h5 {
    color: #575757;
    font-weight: 700;
}

section.contact-form {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1rem 0 2rem;
}
#contact-form {
    padding: 0;
    margin: 2rem auto;
    float: none;
    display: inline-block;
}
#contact-form h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 1rem;
}
#contact-form label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}
#contact-form input, #contact-form label, #contact-form textarea {
    border-radius: 0;
}
#contact-form .Actions {
    text-align: center;
}
#contact-form input[type="submit"] {
    width: auto !important;
    display: inline-block;
    background-image: none;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
    float: none;
    margin-bottom: 1rem;
}
#recaptcha_widget_div {
    margin: 15px auto;
}
#contact-details h5:before, #footer-contact h5:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 18px;
    color: #94c942;
}
#contact-details .mailing h5:before, #footer-contact .mailing h5:before {
    content: "\f0e0";
    font-size: 14px;
    font-weight: 600;
    top: 2px;
}
#contact-details .location h5:before, #footer-contact .location h5:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 7px;
    top: 0px;
    font-size: 20px;
}
#footer-contact .phone span:first-child:before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: -2px;
    font-size: 16px;
    color: #94c942;
}
#contact-details p.phone:before, #footer-contact p.phone:before {
	content: "\f3cd";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    left: -8px;
    top: -5px;
    font-size: 22px;
    color: #94c942;
}
#contact-details p.phone.fax:before, #footer-contact p.phone.fax:before {
	content: "\f1ac";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    left: -11px;
    top: 0px;
    font-size: 16px;
    color: #94c942;
}


/** remodal code **/
html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-0.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,0.9)}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal.remodal-is-opening,.remodal.remodal-is-closing{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;text-decoration:none;color:#95979c;border:0;outline:0;background:transparent}.remodal-close:hover,.remodal-close:focus{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}.remodal-confirm,.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:hover,.remodal-confirm:focus{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:hover,.remodal-cancel:focus{background:#ef5350}.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}
.profiles, .profiles .board-member {
    text-align: center;
}
.profiles .large-4.medium-6.column.board-member, .profiles .large-4.medium-6.column.board-member:last-child {
    display: inline-block;
    width: 300px;
    float: none;
    margin: 1rem;
    height: 450px;
    padding: 1rem;
    vertical-align: top;
}

.MarketingPage section.profiles .large-4.medium-6.column.board-member {
	height: auto;
	margin: 0 1rem;
}

body.MarketingPage .board-member h3 {
    font-size: 1.25rem;
    font-weight: 300;
}


@media screen and (max-width: 1024px) and (min-width: 676px) {

	.no-bg .banner-con {
		padding: 0 2rem;
	}

}

.orbit-container .orbit-slides-container {
    min-height: 500px;
}
.orbit-container .orbit-slides-container > * {
	top: 0;
	height: 100%;
}
ul.orbit-slides-container li .row {
    height: 100%;
}
.container.has-banner.header, .HomePage .container.header {
    min-height: 620px;
}

@media (max-width: 860px) {
	.MarketingPage .orbit-container .orbit-slides-container {
	    min-height: 500px;
	}
}



/********************** block global **********************/
section[class*="-block"] {
  clear: left;
  padding: 4rem 0;
}

.block-title {
    font-size: 2rem;
    font-weight: 300;
    color: #6e6e74;
    margin-bottom: 2rem;
    text-align: center;
}

/********************** video Block **********************/
.video-block .row {
  text-align: center;
}
.video-block .row .column, .video-block .row .columns {
  float: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 45%;
}
@media only screen and (min-width: 47.9375em) {
  .video-block .row .column, .video-block .row .columns { max-width: 31%; }
}
@media only screen and (min-width: 75em) {
  .video-block .row .column, .video-block .row .columns { max-width: 296px; }
}
.video-container {
  display: block;
  position: relative;
  height: 0;
  margin-bottom: 4.5em;
  padding-bottom: 56.25%; /* 16:9 */
  /* background-color: rgba(110,110,116,.12); #6e6e74 12% */;
  background-color: #6e6e74;
}
.video-container:hover .video-bg i {
  color: #94c942;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.88;
}
.video-bg i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #6e6e74;
  font-size: 10vw;
  margin-top: -5vw;
  margin-left: -5vw;
}
.video-content {
  position: absolute;
  bottom: -3.75em;
  width: 100%;
}
.video-content h5 {
  font-weight: normal;
  font-size: .8em !important;
  text-align: center;
  min-height: 3em;
}
@media screen and (min-width: 767px) {
  .video-bg i {
    font-size: 6vw;
    margin-top: -3vw;
    margin-left: -3vw;
  }
  .video-content h5 {
    font-size: .9em !important;
  }
}
@media screen and (min-width: 1200px) {
  .video-bg i {
    font-size: 4vw;
    margin-top: -2vw;
    margin-left: -2vw;
  }
}
@media screen and (min-width: 1600px) {
  .video-bg i {
    font-size: 3vw;
    margin-top: -1.5vw;
    margin-left: -1.5vw;
  }
}

/********************** carousel Block **********************/
.carousel-controls {
  width: 100%;
  text-align: center;
  margin-top: 1.5em;
  font-size: 150%;
}

/*** Vertical Card Block ***/
.verticalcard-block #news-list h1{
    font-size: 1.5rem;
    font-weight: unset;
    margin-bottom: 0.5rem;
}

.verticalcard-block #news-list h2{
    font-size: 1.25rem;
    font-weight: unset;
}

.verticalcard-block #news-list h3{
    font-size: 1.15rem;
    font-weight: unset;
}
.verticalcard-block #news-list h4{
    font-size: 1rem;
    font-weight: 300;
    font-weight: unset;
    padding-top: 1rem;
}

.verticalcard-block #news-list h5{
    font-size: 1.05rem;
    font-weight: unset;
}
.verticalcard-block #news-list h6{
    font-size: 1rem;
    font-weight: unset;
}

.verticalcard-block #news-list p {
    font-size: 0.85rem;
    line-height: 1.5;
}
.verticalcard-block #news-list ul,
.verticalcard-block #news-list ol{
    line-height: 1.5;
}

.verticalcard-block #news-list ul li,
.verticalcard-block #news-list ol li{
    font-size: 0.85rem;
}

/********************** Popup Caption **********************/
/* mobile */
.featherlight-content .caption {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 1rem;
}

/* desktop */
@media screen and (min-width: 525px) {
    .featherlight-content .caption {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 1rem;
        text-shadow: 1px 2px #000;
    }
}

/* feedback button */
.feedback-button_container {
    width:75px;
    /*height:131px;*/
    position:fixed;
    z-index:999;
    right:0;
    top:50%;
    margin-top:-65.5px;
}

.feedback-button {
    overflow: hidden;
    z-index: 9998;
    position: absolute;
    left: 0;
    top: 0;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari 3-8 */
    transform: rotate(270deg);
}

.feedback-button_link {
    border: 0;
    background-color: #CD5C2D;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
}

.feedback-button_link:hover, .feedback-button_link:focus{
    background-color: #CD6C2D;
    color: white;
}

#tis-email, #tis-phone{
    font-size: 13px;
    color: #444444;
    line-height: 1.75;
    font-weight: 300;
}

/*Forum CSS*/

.welcome-forum{
    padding-left: 94px;
    position: absolute;
    top: 1px;
    font-size: 12px;
    text-align: right;
    color:#999;

}
.welcome-forum a {
    color: #999 !important;
}

li.login.button a {
    color: white !important;
    font-weight: 600!important;
    font-size: 0.9rem!important;
}
select {
    -moz-appearance: none !important;
    -webkit-appearance:none !important;
    -webkit-border-radius:0px;
    background-color:#fafafa;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position:100% center;
    background-repeat:no-repeat;
    border:1px solid #ccc;
    padding:0.5rem;
    font-size:0.875rem;
    color:rgba(0,0,0,0.75);
    line-height:normal;
    border-radius:0;
    height:2.3125rem
}

select:hover {
    background-color:#f3f3f3;
    border-color:#999
}

.forum-moderation .large-12.column {
    padding: 0px;
}
input.submit.action {
    float: right;
    font-family: raleway;
    font-size: 0.9rem;
    font-weight: 600 !important;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #fff;
    color: #94c942 !important;
}
ul#sub-nav li:last-child a:hover {
    background-color: #fff;
    color: #94c942 !important;
}
a.button.green.tiny {
    font-size: 1rem;
    margin: 1.25em auto !important;
    color: #fff !important;

}


#Form_RegistrationForm .checkableoption .checkbox.field {
    margin-left: 0;
    width: 21px;
    position: absolute;
    top: 30px;
    margin-left: 110px;
    left: -145px;
}
#Form_EditProfileForm .checkableoption .checkbox.field {
    margin-left: 0;
    width: 21px;
    position: absolute;
    top: 30px;
    margin-left: 110px;
    left: -145px;
}

div#UserProfile {

    padding: 60px;
    background: lightgrey;
}



.CompositeField.field.CompositeField.checkableoption.field {
    position: relative;
    float: left;
}
.Actions {
    text-align: left;
    margin-top: 10px;
}
/*ul#sub-nav li:last-child a {*/
    /*border-right: 2px solid #94c942;*/
    /*background: url(../images/arrow-white-icon.png) 90% 10px no-repeat #94c942;*/
    /*background: #94c942;*/
    /*border-radius: 0;*/
    /*width: auto !important;*/
    /*display: inline-block;*/
    /*background-image: none;*/
    /*padding: 0.5rem 1rem;*/
    /*letter-spacing: 0.5px;*/
    /*float: none;*/
    /*!* margin-bottom: 1rem; *!*/
    /*font-size: 1rem;*/
/*}*/

/****** FILE: themes/gph/css/typography.css *****/
@charset "utf-8";
/* CSS Document */

/* WYSIWYG EDITOR ALIGNMENT CLASSES */

body {
  font-family: 'Open Sans', sans-serif;
  color: #575757;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #575757;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

a { color: #94C942; text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-style: normal;
  color: #6e6e74;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }

h1 {
    font-size: 1.5rem;
    font-size: 2rem;
    font-weight: 300;
    color: #6e6e74;
    margin-bottom: 25px;
    text-transform: none;
}

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }
  
.typography blockquote {
    blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0.5625rem 1.1875rem;
    font-size: 1.5rem;
    border-left: 1px solid #92c740;
    background: #f0f0f0;
}
blockquote,
blockquote p {
  line-height: 1.3;
  color: #6e6e74;
  font-size: 1.5rem; }
  
.typography .left {
    text-align:left;
}
.typography .center {
    text-align:center;
}
.typography .right {
    text-align:right;
}
.typography img.right {
    float:right;
    margin-left:10px;
    margin-bottom:8px;
}
.typography img.left {
    float:left;
    margin-right:10px;
    margin-bottom:8px; 
}
.typography img.center {
    float:none;
    margin:10px auto 10px auto;
    display:block;  
}
.typography img.leftAlone {
    margin: 10px 100% 10px 0;
}

.typography ul {margin-left: 1.5rem;}
.typography ul, .typography ol, .typography dl {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	list-style-position: outside;
	font-family: inherit;
}
.typography ul li {	  
	list-style: square;
	font-size: 15px;
	color: #575757;
}

.right-pane h3 {margin-bottom: 0;}

.typography table {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1rem;
	border-collapse: collapse;    
}

.typography td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0;
    padding: 10px;
    vertical-align: top;    
}

.typography td p {
    margin-bottom: 0;
}

td.white, td.white p {
    color: #fff;
}
td.grey a {
    color: #f1f5eb;
}
td.grey a:hover {
    color: #def788;
}

.content-area td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 0;
  padding: 10px;
 }

.content-area .calendar td {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 2px 0;
  font-size: 12px;
}

.content-area td p {
  margin-bottom: 0px;
  letter-spacing: 0.25px;
}

.content-area table {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
  border-collapse: collapse;
}


/****** FILE: themes/gph/css/ie8.css *****/
// Import grid support for IE8, this is SASS syntax for the
// sake of not having to copy the file contents here.
@import "ie8-12col-grid-support";

// Custom styling for IE8
.lt-ie9 {
	.show-for-medium-down,
	.show-for-medium,
	.show-for-small,
	.show-on-android {
		display: none !important;
	}

	.show-for-large-up,
	.hide-for-medium-down,
	.hide-on-android {
		display: block !important;
	}
}

/****** FILE: themes/gph/css/ie8-grid-support.css *****/
p {
    font-size: 15px;
}

.lt-ie9 p {
    margin-bottom: 1.25em;
}

.lt-ie9 .small-1,  .lt-ie9 .row .small-1  { width: 8.33333%;  }
.lt-ie9 .small-2,  .lt-ie9 .row .small-2  { width: 16.66667%; }
.lt-ie9 .small-3,  .lt-ie9 .row .small-3  { width: 25%;       }
.lt-ie9 .small-4,  .lt-ie9 .row .small-4  { width: 33.33333%; }
.lt-ie9 .small-5,  .lt-ie9 .row .small-5  { width: 41.66667%; }
.lt-ie9 .small-6,  .lt-ie9 .row .small-6  { width: 50%;       }
.lt-ie9 .small-7,  .lt-ie9 .row .small-7  { width: 58.33333%; }
.lt-ie9 .small-8,  .lt-ie9 .row .small-8  { width: 66.66667%; }
.lt-ie9 .small-9,  .lt-ie9 .row .small-9  { width: 75%;       }
.lt-ie9 .small-10, .lt-ie9 .row .small-10 { width: 83.33333%; }
.lt-ie9 .small-11, .lt-ie9 .row .small-11 { width: 91.66667%; }
.lt-ie9 .small-12, .lt-ie9 .row .small-12 { width: 100%;      }

.lt-ie9 .medium-1,  .lt-ie9 .row .medium-1  { width: 8.33333%;  }
.lt-ie9 .medium-2,  .lt-ie9 .row .medium-2  { width: 16.66667%; }
.lt-ie9 .medium-3,  .lt-ie9 .row .medium-3  { width: 25%;       }
.lt-ie9 .medium-4,  .lt-ie9 .row .medium-4  { width: 33.33333%; }
.lt-ie9 .medium-5,  .lt-ie9 .row .medium-5  { width: 41.66667%; }
.lt-ie9 .medium-6,  .lt-ie9 .row .medium-6  { width: 50%;       }
.lt-ie9 .medium-7,  .lt-ie9 .row .medium-7  { width: 58.33333%; }
.lt-ie9 .medium-8,  .lt-ie9 .row .medium-8  { width: 66.66667%; }
.lt-ie9 .medium-9,  .lt-ie9 .row .medium-9  { width: 75%;       }
.lt-ie9 .medium-10, .lt-ie9 .row .medium-10 { width: 83.33333%; }
.lt-ie9 .medium-11, .lt-ie9 .row .medium-11 { width: 91.66667%; }
.lt-ie9 .medium-12, .lt-ie9 .row .medium-12 { width: 100%;      }

.lt-ie9 .large-1,  .lt-ie9 .row .large-1  { width: 8.33333%;  }
.lt-ie9 .large-2,  .lt-ie9 .row .large-2  { width: 16.66667%; }
.lt-ie9 .large-3,  .lt-ie9 .row .large-3  { width: 25%;       }
.lt-ie9 .large-4,  .lt-ie9 .row .large-4  { width: 33.33333%; }
.lt-ie9 .large-5,  .lt-ie9 .row .large-5  { width: 41.66667%; }
.lt-ie9 .large-6,  .lt-ie9 .row .large-6  { width: 50%;       }
.lt-ie9 .large-7,  .lt-ie9 .row .large-7  { width: 58.33333%; }
.lt-ie9 .large-8,  .lt-ie9 .row .large-8  { width: 66.66667%; }
.lt-ie9 .large-9,  .lt-ie9 .row .large-9  { width: 75%;       }
.lt-ie9 .large-10, .lt-ie9 .row .large-10 { width: 83.33333%; }
.lt-ie9 .large-11, .lt-ie9 .row .large-11 { width: 91.66667%; }
.lt-ie9 .large-12, .lt-ie9 .row .large-12 { width: 100%;      }

.lt-ie9 .row .small-offset-1  { margin-left: 8.33333%;  }
.lt-ie9 .row .small-offset-2  { margin-left: 16.66667%; }
.lt-ie9 .row .small-offset-3  { margin-left: 25%;       }
.lt-ie9 .row .small-offset-4  { margin-left: 33.33333%; }
.lt-ie9 .row .small-offset-5  { margin-left: 41.66667%; }
.lt-ie9 .row .small-offset-6  { margin-left: 50%;       }
.lt-ie9 .row .small-offset-7  { margin-left: 58.33333%; }
.lt-ie9 .row .small-offset-8  { margin-left: 66.66667%; }
.lt-ie9 .row .small-offset-9  { margin-left: 75%;       }
.lt-ie9 .row .small-offset-10 { margin-left: 83.33333%; }
.lt-ie9 .row .small-offset-11 { margin-left: 91.66667%; }
.lt-ie9 .row .small-offset-12 { margin-left: 100%;      }

.lt-ie9 .row .medium-offset-1  { margin-left: 8.33333%;  }
.lt-ie9 .row .medium-offset-2  { margin-left: 16.66667%; }
.lt-ie9 .row .medium-offset-3  { margin-left: 25%;       }
.lt-ie9 .row .medium-offset-4  { margin-left: 33.33333%; }
.lt-ie9 .row .medium-offset-5  { margin-left: 41.66667%; }
.lt-ie9 .row .medium-offset-6  { margin-left: 50%;       }
.lt-ie9 .row .medium-offset-7  { margin-left: 58.33333%; }
.lt-ie9 .row .medium-offset-8  { margin-left: 66.66667%; }
.lt-ie9 .row .medium-offset-9  { margin-left: 75%;       }
.lt-ie9 .row .medium-offset-10 { margin-left: 83.33333%; }
.lt-ie9 .row .medium-offset-11 { margin-left: 91.66667%; }
.lt-ie9 .row .medium-offset-12 { margin-left: 100%;      }

.lt-ie9 .row .large-offset-1  { margin-left: 8.33333%;  }
.lt-ie9 .row .large-offset-2  { margin-left: 16.66667%; }
.lt-ie9 .row .large-offset-3  { margin-left: 25%;       }
.lt-ie9 .row .large-offset-4  { margin-left: 33.33333%; }
.lt-ie9 .row .large-offset-5  { margin-left: 41.66667%; }
.lt-ie9 .row .large-offset-6  { margin-left: 50%;       }
.lt-ie9 .row .large-offset-7  { margin-left: 58.33333%; }
.lt-ie9 .row .large-offset-8  { margin-left: 66.66667%; }
.lt-ie9 .row .large-offset-9  { margin-left: 75%;       }
.lt-ie9 .row .large-offset-10 { margin-left: 83.33333%; }
.lt-ie9 .row .large-offset-11 { margin-left: 91.66667%; }
.lt-ie9 .row .large-offset-12 { margin-left: 100%;      }

.lt-ie9 .push-1  { position: relative; right: auto; left: 8.33333%;  }
.lt-ie9 .push-2  { position: relative; right: auto; left: 16.66667%; }
.lt-ie9 .push-3  { position: relative; right: auto; left: 25%;       }
.lt-ie9 .push-4  { position: relative; right: auto; left: 33.33333%; }
.lt-ie9 .push-5  { position: relative; right: auto; left: 41.66667%; }
.lt-ie9 .push-6  { position: relative; right: auto; left: 50%;       }
.lt-ie9 .push-7  { position: relative; right: auto; left: 58.33333%; }
.lt-ie9 .push-8  { position: relative; right: auto; left: 66.66667%; }
.lt-ie9 .push-9  { position: relative; right: auto; left: 75%;       }
.lt-ie9 .push-10 { position: relative; right: auto; left: 83.33333%; }
.lt-ie9 .push-11 { position: relative; right: auto; left: 91.66667%; }
.lt-ie9 .push-12 { position: relative; right: auto; left: 100%;      }

.lt-ie9 .pull-1  { position: relative; left: auto; right: 8.33333%;  }
.lt-ie9 .pull-2  { position: relative; left: auto; right: 16.66667%; }
.lt-ie9 .pull-3  { position: relative; left: auto; right: 25%;       }
.lt-ie9 .pull-4  { position: relative; left: auto; right: 33.33333%; }
.lt-ie9 .pull-5  { position: relative; left: auto; right: 41.66667%; }
.lt-ie9 .pull-6  { position: relative; left: auto; right: 50%;       }
.lt-ie9 .pull-7  { position: relative; left: auto; right: 58.33333%; }
.lt-ie9 .pull-8  { position: relative; left: auto; right: 66.66667%; }
.lt-ie9 .pull-9  { position: relative; left: auto; right: 75%;       }
.lt-ie9 .pull-10 { position: relative; left: auto; right: 83.33333%; }
.lt-ie9 .pull-11 { position: relative; left: auto; right: 91.66667%; }
.lt-ie9 .pull-12 { position: relative; left: auto; right: 100%;      }

.lt-ie9 .column.small-centered,
.lt-ie9 .columns.small-centered,
.lt-ie9 .column.medium-centered,
.lt-ie9 .columns.medium-centered,
.lt-ie9 .column.large-centered,
.lt-ie9 .columns.large-centered { margin-left: auto; margin-right: auto; float: none !important; }

.lt-ie9 .column.small-uncentered,
.lt-ie9 .columns.small-uncentered,
.lt-ie9 .column.medium-uncentered,
.lt-ie9 .columns.medium-uncentered,
.lt-ie9 .column.large-uncentered,
.lt-ie9 .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left !important; }

.lt-ie9 .row { width: 1200px; }

.lt-ie9 input[type="text"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="datetime-local"],
.lt-ie9 input[type="month"],
.lt-ie9 input[type="week"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="url"],
.lt-ie9 input[type="color"],
.lt-ie9 textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1rem 0;
  padding: 0.5em;
  height: 38px;
  width: 100%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }

.banners .lt-ie9 .large-2,  .lt-ie9 .row .large-2  { width: 19%; }

   .lt-ie9 .top-bar .toggle-topbar {
    display: none;
    }
    
    .lt-ie9 .top-bar .title-area {display: none;}

    .lt-ie9 .top-bar {
      *zoom: 1;
      overflow: visible; 
    }
    .lt-ie9 .top-bar:before, .lt-ie9 .top-bar:after {
      content: " ";
      display: table; 
    }
    .lt-ie9 .top-bar:after { clear: both; }
    .lt-ie9 .top-bar .toggle-topbar { display: none; }
    .lt-ie9 .top-bar .title-area { float: left; }
    .lt-ie9 .top-bar .name h1 a { width: auto; }
    .lt-ie9 .top-bar input,
    .lt-ie9 .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; 
    }

  .lt-ie9 .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .lt-ie9 .top-bar-section ul {
	 width: 100%;	
      height: auto !important;
      display: inline; }
      .lt-ie9 .top-bar-section ul li {
        float: left; 
        position: relative;}
        .lt-ie9 .top-bar-section ul li .js-generated {
          display: none; }
		  .lt-ie9 .top-bar-section ul li ul {background: #6e6e74;}
     .top-bar-section ul ul li:not(.has-form) a:not(.button) {
      padding: 13px 15px 14px;
      line-height: 1.2;
      background: #ffffff; }
      .no-touch .top-bar-section ul ul li:not(.has-form) a:not(.button):hover {
        background-color: #6e6e74;
        background: #6e6e74; 
        color: #fff;
    }

        
.lt-ie9 .top-bar-section li a:not(.button):hover { background: #6e6e74; }
.lt-ie9 .top-bar-section .has-dropdown > a { padding-right: 35px !important; }
.lt-ie9 .top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  margin-top: -2.5px; 
}
.lt-ie9 .top-bar-section .has-dropdown.moved { position: relative; }
.lt-ie9 .top-bar-section .has-dropdown.moved > .dropdown { visibility: hidden; }
.lt-ie9 .top-bar-section .has-dropdown:hover > .dropdown, 
.lt-ie9 .top-bar-section .has-dropdown:active > .dropdown { visibility: visible; }
.lt-ie9 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
  border: none;
  content: "\00bb";
  margin-top: -7px;
  right: 5px; 
}
.lt-ie9 .top-bar-section .dropdown {
  left: 0;
  top: auto;
  background: transparent; 
}
.lt-ie9 .top-bar-section .dropdown li a {
  line-height: 1;
  white-space: nowrap;
  padding: 7px 15px;
  background: #fff;
    color: #575757;
}
.lt-ie9 .top-bar-section .dropdown li label {
  white-space: nowrap;
  background: #1e1e1e; 
}
.lt-ie9 .top-bar-section .dropdown li .dropdown {
  left: 100%;
  top: 0; 
}
.lt-ie9 .top-bar-section > ul > .divider {
  border-bottom: none;
  border-top: none;
  border-right: solid 1px #2b2b2b;
  border-left: solid 1px black;
  clear: none;
  height: 45px;
  width: 0px; 
}
.lt-ie9 .top-bar-section .has-form {
  background: #111111;
  padding: 0 15px;
  height: 45px; 
}
.lt-ie9 .top-bar-section ul.right li .dropdown {
  left: auto;
  right: 0; 
}
.lt-ie9 .top-bar-section ul.right li .dropdown li .dropdown { right: 100%; }        
        
.accordion .accordion-navigation > a, .accordion dd > a {padding: 1em;}

.lt-ie9 .work .large-2, .lt-ie9 .connect .large-2 {width: 19%;}

.lt-ie9 .column, .lt-ie9 .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; 
}

.lt-ie9 button, .lt-ie9 .button {
    padding-top: 0.5em;
    padding-right: 2em;
    padding-bottom: 0.55em;
    padding-left: 2em;
    font-size: 1em;
}

.lt-ie9 body .top-bar-section li:not(.has-form) a:not(.button) {
    background: #25aae3;
    background-color: #25aae3;
}

.lt-ie9 .row .row {width: 100%;}

p.phone a {font-size: 16px;}

.lt-ie9 .top-bar-section ul ul li a:hover {
    background-color: #fff;
    background: rgba(255, 255, 255, 0.75);
    color: #575757;    
}

.lt-ie9 .button.arrow {padding-right: 2em;}


