html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	font-size:62.5%;
		background-color:#F9FBFC;
}
html, body {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.clearboth {
	clear:both;
	float:none !important;
}
#wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -80px;
  }
#wrapper:after {
  content: "";
  display: block;
 }
#footer, #wrapper:after {
  /* .push must be the same height as footer */
  height:80px; 
}
#footer {
	background-color:#F1F1F2;
	display:block;
	clear:both;
}
#footer .inner {
	max-width:1000px;
	margin:0 auto;
	padding-top:25px;
	width:90%;
}
#footer .inner ul {
	list-style:none;
	float:left;
	}
#footer .inner ul li {
	float:left;
	margin-right:8px;
}
#footer .inner ul li a, .copyright {
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
}.copyright {
	float:right;
}
#header {
	width:100%;
	background-color:#FFFFFF;
	display:block;
	min-height:117px;
	height:117px;
	height:auto !Important;
	padding:13px 0 8px 0;
	margin-bottom:20px;
	border-bottom:3px solid #2c82bb;
}
#header .inner {
	margin:0 auto;
	width:96%;
	max-width:1000px;
}
#header .inner img {
	margin-bottom:25px;
	max-width:214px;
	float:left;
}
a.logo {
	float:left;
}
#topmenu {
	float:right;
	padding-top:15px;
	margin-bottom:15px;
}
#topmenu ul {
	list-style:none;
}
#topmenu ul li {
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	float:left;
	font-size:20px;
	color:#2c82bb;
}
#topmenu ul li::after {
	content:"|";
}
#topmenu ul li:first-child a {
	padding-left:0px;
}
#topmenu ul li:last-child a {
	padding-right:0px;
	border:none;
}
#topmenu ul li:last-child::after {
	content:"";
}
#topmenu ul li a {
	color:#2c82bb;
	text-decoration:none;
	padding: 2px 15px 0 15px;
}
#nav {
	width:100%;
	margin:0 auto;
	display:block;
	clear:both;
}
#navm/*, #navm > a*/ {
	display: none;
}
#nav ul {
	list-style:none;
	float:left;
}
#nav ul li{
	float:left;
	font-style: normal;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	font-size:16px;
	margin-right:9px;
	padding-bottom:5px;
	color:#4d4d4d;
}
#nav ul li a {
	color:#4d4d4d;
	text-decoration:none;
	padding:2px 9px 0 0;
}
#nav ul li a:hover, #nav ul li a.selected {
	color: #2C82BB;
}
 #nav ul li a.selected {
	font-weight:600;
}
#nav ul li:last-child a {
	border:none;
	padding-right:0px;
}
.dropdowns nav, .dropdowns ul, .dropdowns li, .dropdowns a {margin: 0; padding: 0;}
.dropdowns a {text-decoration: none;}
.toggleMenu {
display: none;
}
#navm .theMenu {
	list-style: none;
	*zoom: 1;
}
#navm .theMenu:before,
#navm .theMenu:after {
	content: " ";
	display: table;
}
#navm .theMenu:after {
	clear: both;
}
#navm .theMenu ul {
	list-style: none;
}
#navm .theMenu li {
	background-color:#2c82bb;
}
#navm .theMenu a {
	padding: 10px 0;
	color:#FFFFFF;
	width:90%;
	margin:0 auto;
}
#navm .theMenu li {
	position: relative;
}
#navm .theMenu > li {
	float: left;
	font-style: normal;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	font-size:16px;
}
#navm .theMenu > li > .parent {
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
#navm .theMenu li.hover > .parent {	
	background-image: url(../images/upArrow.png);
}
#navm .theMenu > li > a {
	display: block;
}
#navm .theMenu li ul {
	position: absolute;
	left: -9999px;
}
#navm .theMenu > li.hover > ul {
	left: 0;
}
#navm .theMenu li li.hover > ul {
	left: 100%;
	top: 0;
}
#navm .theMenu li li a {
	display: block;
	position: relative;
	z-index:100;
}
#navm .theMenu li li {
	background-color:#579DC4;
}
#navm .theMenu li li li a {
	z-index:200;
}
#navm .theMenu li li li {
	background-color:#74A3B1;
}
#navm .theMenu li li li li a {
	z-index:400;
}
#navm .theMenu li li li l {
	background-color:#87A5AE;
}
#content {
	width:96%;
	max-width:1000px;
	clear:both;
	margin:0 auto 50px auto;
}
#content:after {
	   display: block;
    content: "";
    clear: both;
}
.test {
	clear:both;
	width:500px;
	margin:0 auto;
}
#content  div {
	float:left;
}
form .question {
	width:100%;
}
.slider {
	width:74.4%;
	margin-right:2.1%;
	background-color:#FFFFFF;
	display:block;
	margin-bottom:20px;
}
.slider a {
	text-decoration:none;
}
#slideshow {
	width:100%;
}
.aslide {
    position: relative;
	display:none;
}
#content .slideshowoverlay {
	position:absolute;
	float:none;
	bottom:0;
	width:65%;
	margin-left:5%;
	padding-top:27px;
}
#content .slideshowoverlay h2, #content .slideshowoverlay h2 a {
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:33px;
	color:#8E3B81;
	margin-bottom:5px;
	line-height:32px;
}
#content .slideshowoverlay p, #content .slideshowoverlay p a {
	font-style: normal;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	color: #4D4D4D;
	font-size:16px;
	line-height:19px;

}
.slideshowtext {
	padding:10px;
	background-color:#FFFFFF;
	height:72px;
	min-height:72px;
	height:auto !important;
	width:100%;
}
.slideshownav div {
	width:26px;
	height:26px;
	display:block;
	float:left;
	text-indent:-99999px;
	margin-bottom:1px;
	cursor:pointer;
}
.slideshownav:after {
	   display: block;
    content: "";
    clear: both;
}
.slideshownav div.prev {
	background-image:url(../images/prev.png);
	margin-right:1px;
}
.slideshownav div.next {
	background-image:url(../images/next.png);
}
.aslide img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
div.membership {
	width:23.45%;
	background-color:#da466a;
	padding-top:10px;
	margin-bottom:20px;
}
div.membership h2, div.membership h3 {
	width:90%;
	margin:0 auto 8px auto;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#FFFFFF;
	font-size:31px;
}
 div.membership h3  {
 	font-size:21px;
	letter-spacing:1px;
}
div.membership p {
	color:#FFFFFF;
	font-size:16px;
	width:90%;
	margin:0 auto 10px auto;
	line-height:18px;
	font-style: normal;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
}
div.membership a {
	color:#FFFFFF;
	text-decoration:none;
}
div.membership img {
	width:100%;
	display:block;
}
div.membership p:last-child {
	margin-bottom:0px;
}
#wrapper {
	min-height:100%;
}
.pod-wrapper {
	max-width:1000px;
	width:90%;
	margin:0 auto;
	clear:both;
}
.pods {
	display:block;
	width:48.9583334%;
	float:left;
}
.pods a {
	text-decoration:none;
}
.pod-wrapper > div:first-child, .pods-3 {
	margin-right:2.0833333%;
}
.pods > div {
	float:left;
	width:47.8517723%;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	border-top:8px solid #2C82BB;	
	-moz-box-shadow:    1px 1px 0px #D6CECC;
  	-webkit-box-shadow: 1px 1px 0px #D6CECC;
  	box-shadow: 1px 1px 0px #D6CECC;
}
.pod {
	box-sizing:border-box;
}
.pods div.pod-news {
	border-color:#8e3b81;
}
.pods div.pod-special-offer {
	border-color:#c0d731;
}
.pods div.pod-courses {	
	border-color:#fcb040;
}
.pods div.pod-social-media {	
	border-color:#0091CA;
}
.pods div.pod-local-groups {
	border-color:#00B37D;
}
.pods div.pod-membership {		
	border-color:#da466a;
}
.pods div.pod-primary {
	border-color:#F58345;
}
.pods div.pod-secondary {
	border-color:#00AAC8;
}
.pods div.pod-courses {		
	border-color:#FBB040;
}
.pods > div:first-child {
	margin-right:4.2964554%;
}
.pods h2, #text-col .pods h2 {	
	width:86%;
	margin:0 auto 10px auto;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:26px;
	padding-top:10px;
	line-height:25px;
}
.pods h3, #text-col .pods h3 {	
	width:86%;
	margin:0 auto 4px auto;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:19px;
}
.pod-top h2 {
	margin-bottom:15px;
}
.pod-top .pod-image, #content .pod-top .pod-image {
	margin-bottom:20px;
}
.pod a {
	font-weight:600;
	color: #4D4D4D;
}
.pods p {	
	font-size:16px;
	width:86%;
	margin:0 auto 10px auto;
	line-height:18px;
	font-style: normal;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	overflow:hidden;
}
.pods p:last-child {
	margin-bottom:0px;
}
.pods div.pod-news h2, #content .pods div.pod-news h2 {
	color:#8e3b81;
}
.pods div.pod-special-offer h2, #content #text-col .pods div.pod-special-offer  h2  {
	color:#c0d731;
}
.pods div.pod-membership h2, #content .slide-membership h2, #content .slide-membership h2 a, #text-col .pods div.pod-membership h2  {		
	color:#da466a;
}
.pods div.pod-primary h2, #content .pods div.pod-primary h2, #content .slide-primary h2, #content .slide-primary a, #text-col .pods div.pod-primary  h2  {
	color:#F58345;
}
.pods div.pod-secondary h2, #content .pods div.pod-secondary h2, #content .slide-secondary h2, #content .slide-secondary h2 a, #text-col .pods div.pod-secondary h2  {
	color:#00AAC8;
}
.pods div.pod-courses h2, #content .pods div.pod-courses h2, #content .slide-courses h2, #content .slide-courses h2 a, .pods div.pod-courses a h2, .pods div.pod-courses h3, #text-col .pods div.pod-courses h3 {		
	color:#FBB040;
}
.pods div.pod-social-media .pod-wrap h2 {
	color:#0091CA;
}
.pods div.pod-social-media .pod-wrap  .pod-content h2 {	
	color:#0091CA;
	font-size:22px;
	margin-bottom:4px;
	padding-top:0;
}
.pods div.pod-social-media h2 a {
	color:#0091CA;
	font-weight:normal;
}
.pods div.pod-social-media  P {
	color: #4D4D4D;
}
.pods div.pod-local-groups h2, #content .pods div.pod-local-groups h2 {	
	color:#00B37D;
}
.pods div.pod-local-groups .pod-wrap div {
	float:left;
}
.pods div.pod-news img {
	width:100%;
}
.new-publication img  {
	margin:0 auto;
}
.pods div.image-90 img {
 	width:86%;
	display:block;
	margin:0 auto 0 auto;
}
.pod-local-groups .pod-wrap, #content .pod-local-groups .pod-wrap {
	width:86%;
	margin:0 auto;
	float:none;
}
.pod-local-groups .pod-content {
	width:49%;
	position:relative;
	z-index:10000;
	margin-right:8%;
}
.pod-local-groups h2, #text-col .pod-local-groups h2 {
	width:100%;
}
#text-col .pod-local-groups .pod-content p, .pods .pod-local-groups .pod-content p  {
	width:100%;
}
#content .pod-image, #content .pod-content, #content .pod-wrap {
	float:none;
	margin:0 auto;
}
#content .pod-content {
	padding-bottom: 15px;
}
.pod-local-groups .pod-image {
	width:50%;
	margin-left:-15px;
	float:left;
	padding-top:10px;
}
.pod-local-groups .pod-image img, .pod-image img {
	width:100%;
	display:block;
}
.pod-background .pod-wrap, #content .pod-background .pod-wrap {
	margin-top:75%;
	background-image:url(../images/black-bg.png);
	width:95%;
	float:right;
}
.pods > div.pod-background {
	border:none;
} 
.pod-background .pod-wrap h2, .pod-background .pod-wrap p, #content .pod-background .pod-wrap h2, #content .pod-background .pod-wrap p {
	color:#FFFFFF;
}
 .pod-background .pod-wrap p {
 	margin-bottom:15px;	
}
 #content .pod-offer .pod-content,  #content .pod-offer .pod-image, .pod-offer .pod-content,  .pod-offer .pod-image  {
 	float:left;
	width:50%;
}
.pod-local-groups .pod-content, .pod-local-groups .pod-image, #content .pod-local-groups .pod-content, #content .pod-local-groups .pod-image {
	float:left;
}
#text-col .pod3 {
	margin-right:0px !important;
}
.pod-offer h3 {
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	width:86%;
	margin:0 auto 10px auto;
	display:block;
	font-size:22px;
  }
.pod-content .question {
  position: relative;
  margin-bottom: 15px;
}
.pod-content .question label  {
  position: absolute;
  top:3px;
  left:5px;
  font-size: 14px;
    color: #4D4D4D;
line-height: 130%;
    font-size: 14px;
  font-family: "proxima-nova",sans-serif;


}
.pod-content form, #content .pod-content .requiredfields, .pod-wrapper  .pod-content .requiredfields {
  width: 86%;
  margin: 0 auto;
  float: none;
}
  #content .pod-content .requiredfields, .pod-wrapper .pod-content .requiredfields {
    margin-bottom: 10px;
}
.pod-content form input {
  width:100%;
  color: #4D4D4D;
line-height: 130%;
    font-size: 14px;
padding-left: 5px;
font-family: "proxima-nova",sans-serif;
  box-sizing: border-box;
}
.float-right {
	float:right;
	margin-left:5px;
}
#subnav {
	width:20%;
	margin-right:6%;
	float:left;
	min-height:50px;
	height:auto;
}
#subnav ul {
	list-style:none;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
}
#subnav ul li a {
	padding:13px 0;
	text-decoration:none;
	color:#333333;
	font-size:16px;
	border-bottom:1px solid #CCCCCC;
	display:block;
}
#subnav ul ul li a  {
	padding-left:15px;
}
 #subnav ul ul ul li a {
 	padding-left:30px;
}
 #subnav ul ul ul ul li a {
 	padding-left:45px;
	border:none;
	font-size:16px;
}
 #subnav ul ul ul ul li.last a {
 	border-bottom: 1px solid #CCC;
}
#subnav ul li a:hover, #subnav ul li a.selected {
	color: #2C82BB;
}
#subnav ul li a.selected {
	font-weight:600;
}
.content-right {
	width:74%;
	padding-top:8px;
}
#text-col {
	/*width:47%;padding-top:10px;*/
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	width:68%;
}
.image-crop {
	height:280px;
	overflow:hidden;
	display:block;
	width:100%;
}
.content-wrap #text-col {
	margin-right:3%;
	float: left;
}
#text-col h1, #text-col h2, .content-right h1, #content h1, #relatedresources h2 {
	color: #2C82BB;
	font-family: "bebas-neue",sans-serif;
	font-weight:400;
}
#text-col h2 {
	color: #2C82BB;
}
#text-col h1, .content-right h1, #content h1 {
	font-size:34px;
	margin-bottom:20px;
	border-bottom:1px solid #cfe3f0;
	padding-bottom:5px;
}
#text-col h3, #text-col h4,p.h3 {
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	color: #2C82BB;
}
#text-col a h2 , #text-col a h3, #text-col a h4 {
	/*text-decoration:none;*/
}
#text-col h2, #relatedresources h2  {
	font-size:25px;
	margin-bottom:5px;
	font-weight:400;
}
#text-col h3  {
	font-size:16px;
	margin-bottom:5px;
	line-height:20px;
}
#text-col h4, #text-col h5  {
	color: #4D4D4D;
	font-size:16px;
	font-weight:700;
}
#text-col p, #text-col ul, #text-col table, #relatedresources ul, .contact-col p, .search ol {
	font-size:16px;
	color: #4D4D4D;
	line-height:18px;
	margin-bottom:15px;
}
#text-col ul, #relatedresources ul {
 	padding-left:15px;
}
#text-col h1 p:first-child {
	color: #2C82BB;
	font-size:16px;
	line-height:20px;
}
#text-col a, .contact-col a {
	color: #4D4D4D;
	font-weight:700;
}
#text-col a:hover, .contact-col a:hover {
	color: #2C82BB;
}
#text-col .LBintro {
	background-color:#DA466A;
	padding:20px 20px 5px 20px;
	margin-bottom:15px;
}
#text-col .LBintro p, #text-col .LBintro p a {
	color:#FFFFFF;
	font-size:16px;
	line-height:21px;
}
.content-wrap #text-col img {
	display:block;
	width:100%;
}
.content-wrap #text-col img.nofullwidth {
	width:35%;
	height:auto !important;
}
 #text-col table {
 	width:100%;
}
 #text-col table th {
 	text-align:left;
}
 #text-col table th,  #text-col table td,  #text-col .showcontent table tr {
	padding: 9px;
	border-bottom: 1px solid #CDCDC9;
}
 #text-col .showcontent table tr:last-child {
	border-bottom:none;
}
 #text-col table tr td:first-child,  #text-col table tr th:first-child {
    padding-left: 0px;
}
#content div.showhide {
	border-bottom:1px solid #cfe3f0;
	margin-bottom:10px;
	display:block;
	float:none;
	padding-bottom:4px;
}
.activator {
	display:none;
}
#content div.firstshowhide {
	border-top:1px solid #cfe3f0;
	padding-top:8px;
}
.content-right .firstshowhide:first-child {
	border-top:none;
}
#text-col .click  {
	cursor:pointer;
	background:url(../images/show-arrow.png) no-repeat left;
	padding:3px 0 0  30px;
	margin-bottom:5px;
	font-size:16px;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	color: #2C82BB;
}
.showcontent {
	padding-top:8px;
}
.click strong {
	font-weight:700;
}
#text-col .active .click {
	background:url(../images/hide-arrow.png) no-repeat left;
}
#content div.showhide div {
	float:none;
}
.paginator1 li.hasspan {
	display:none;
}
.paginator1 li.number  {
	display:block;
}
.paginator1 li.selected {
	color: #2C82BB;
	font-weight:700;
}
.resource-filter, .event-filter  {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
}
.resource-filter h2, .event-filter h2 {
	color: #2C82BB;
	font-family: "bebas-neue",sans-serif;
	font-weight:400;
	margin-bottom:15px;
	font-size:25px;
	padding-top:5px;
}
 .event-filter h2 {
 	padding-top:0;
}
.resource-filter-other form, .resource-filter-other {
	display:none;
}
.search-filter input {
	margin-bottom:15px;
}
.fieldpair {
	width:100%;
	clear:both;
	margin-bottom:10px;
	color:#4D4D4D;
}
.resource-filter ul li label, .search-filter label, .event-filter ul li label {
	font-size:16px;
	margin-bottom:8px;
	display:block;
	color: #4D4D4D;
		font-family: "proxima-nova",sans-serif;
	font-weight:400;
}
.resource-filter ul li label input, .event-filter ul li label input  {
	margin:-1px 5px 0 0;
}
.resource-filter ul li.selectedfilter label, .event-filter ul li.selectedfilter label  {
	color: #2C82BB;
	font-weight:600;
}
.afilter, .afiltercol {
	width:100%;
	margin-bottom:15px;
}
 .afiltercol { 
 	clear:both;
}
.afiltercol .afilter {
		width:33%;
}
.afilter select, .afilter #Search {
	width:100%;
}
.afilter .label {
	clear:both;
	font-size:16px;
	font-weight:600;
	display:inline-block;
	float:none;
	margin-bottom:8px;
	padding:1px 22px 0 0;
	font-family: "proxima-nova",sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color: #2C82BB;
	background:url(../images/filter-dropdown-arrow.png) no-repeat right top;
	cursor:pointer;
}
.afilter .label.closed {
	background-position:right -51px;
}
.afilter .label span {
	display:none;
}
.afilter ul {
	display:block;
	clear:both;
	list-style:none;
}
.fieldpair label {
	display:block;
	float:left;
	margin:0 15px 10px 0;
}
.fieldpair label input {
	margin:0 5px 0 0;
	vertical-align:top;
}
.afilter #Search {
	padding:0;
	margin:0;
	font-size:16px;
	height:25px;
	border:1px solid #CCCCCC;
	padding-left:5px;
	font-family: "proxima-nova",sans-serif;
	color: #4D4D4D;
}
.clear-filters {
  font-size: 16px;
  	font-weight:600;
	font-family: "proxima-nova",sans-serif;

	text-transform:uppercase;
	color: #2C82BB;
  text-decoration: none;

}
  .clear-filters:before {
    content:'X';
    padding-right: 10px;

  }
input[type="text"] {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.apupil {
	display:none;
	width:48%;
}
.apupil.odd {
	margin-right:4%;
}
.submit {
	width:100%;
	display:block;
	clear:both;
}
.formcontainer {
	width:100%;
}
.touch input[type="text"]:focus,
.touch textarea:focus,
.touch select:focus {
    font-size:16px;
}
.afilter input[type="submit"] {
	background-color:#2C82BB;
	border:none;
	width:100%;
	height:26px;
	color:#FFFFFF;
	/*margin-top:18px;-*/
	-webkit-appearance: none;
	cursor:pointer;
	font-size:16px;
	font-weight:600;
	-webkit-box-shadow: 2px 3px 0px #1C6D9B;
	-moz-box-shadow: 2px 3px 0px #1C6D9B;
	box-shadow: 2px 3px 0px #1C6D9B;
	margin-bottom:10px;
}
#text-col.resources-col {
	width:74%;
}
.resources-col .group {
	display: block;
	width: 100%;
	float: left;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:25px;
	margin-bottom:20px;
}
.resources-col .group .item {
	width:47%;
	margin-right:4.5%;
}
.resource-left, .resource-right {
	float:left;
	width:60%;
}
.resource-left {
	width:32%;
	margin-right:8%;
}
#text-col.resources-col .group .item h2 {
	font-family: "proxima-nova",sans-serif;
	color: #4D4D4D;
	font-size:16px;
	line-height:18px;
	width:95%;
}
#text-col.resources-col .group .item h2 a { 
	font-weight:600;
}
.resources-col .product-sort {
	display:none;
}
ul.paginator1, #text-col ul.paginator1 {
	list-style:none;
	display:block;
	clear:both;
	width:100%;
	float:left;
	border-bottom:1px solid #CCCCCC;
	padding-left:0;
}
 ul.paginator1 li {
	float:left;
	margin:0 15px 10px 0;
}
ul.paginator1 li.first span, ul.paginator1 li.previous span, ul.paginator1 li.last span, ul.paginator1 li.last span {
	display:none;
}
#text-col ul.paginator1.onlyone {
	display:none;
}
#text-col.resources-col .group .item span img {
	display:block;
	max-width:175px;
	width:100%;
}
#text-col.resources-col .group .item a {
	text-decoration:none;
}
#text-col.resources-col .catprice, #text-col.resources-col .stockstatusoutofstock {
	display:none;	
}
.resources-col .group .item:last-child, .resources-col .group .item.last  {
	margin-right:0;
}
#right-col {
	width:29%;
	float: left;
}
#relatedresources {
	width:100%;
}
#relatedresources h2 {
	margin-bottom:8px;
	border-bottom: 1px solid #CFE3F0;
	padding-bottom: 5px;
}
#relatedresources ul {
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	clear:both;
	
	display:block;
}
#relatedresources ul li {
	font-family: "proxima-nova",sans-serif;
	margin-bottom:8px;
	list-style:none;
	display:block;
}
#relatedresources ul li.adobe {
	display:none;
}
#relatedresources ul li a {
	text-decoration:none;
	font-weight:600;
	color: #2C82BB;
	width:100%;
	display:block
}
#right-col .pods {
	width:100%;
}
#right-col .pods > div:first-child {
	margin-right:0px;
}
#right-col .pods > div {
	width:100%;
}
.landing-wrap #text-col {
	width:74%;
}
.landing-wrap #text-col .pod-wrapper, .gallery-page #text-col .pod-wrapper {
	width:100%;
}
.landing-wrap .pods, .gallery-page .pods {
	width:100%;
	}
.landing-wrap .pods > a, .gallery-page .pods > a  {	
	display:none;
}
.landing-wrap #text-col .pods > div, .landing-wrap #text-col .pods > div:first-child, .gallery-page #text-col .pods > div, .gallery-page #text-col .pods > div:first-child  {
	width:32%;
	margin-right:2%;
}
.landing-wrap #text-col .pods > div:last-child, .gallery-page #text-col .pods > div:last-child, .landing-wrap .pod-wrapper > div:first-child, .gallery-page .pod-wrapper > div:first-child {
	margin-right:0px;
}
.landing-wrap .pods div h2 + img, .gallery-page .pods div h2 + img {
	margin-top:10px;
}
.landing-intro {
	width:100%;
	-moz-box-shadow:    1px 1px 0px #D6CECC;
  	-webkit-box-shadow: 1px 1px 0px #D6CECC;
  	box-shadow:         1px 1px 0px #D6CECC;
	display:block;
	margin-bottom:30px;
}
.landing-intro img {
	width: 100%;
	
}
.landing-intro:after {
	   display: block;
    content: "";
    clear: both;
}
.intro-left {
	width:35%;
	float:left;
	min-height:100%;
	height:100%;
	display:block;
}
.intro-left-image {
	width:100%;
	height:100%;
}
.intro-right {
	width:65%;
	float:left;	height:100%;
	background-color:#FFFFFF;
}
#content div.intro-right-inner {
	max-width:90%;
	margin:0 auto;
	display:block;
	float:none;
	padding:20px 0 10px 0;
}
.videos {
	margin-bottom:30px;
		width:100%;
}
.videos div:first-child {
	margin-right:4%;
}
div.video {
	width:48%;
	float:left;
}
#text-col .videos .video-wrap {
	margin-right:0;
}
#text-col div.video h2 {
	margin-bottom:20px;
	   border-bottom: 1px solid #4D4D4D;
    padding-bottom: 5px;
}
#text-col div.video h2.click {
	margin-bottom:5px;
	border-bottom:none;
	padding-bottom:0;
	width:100%;
}
.the-video iframe, .the-video, .video-content, #text-col iframe.video {
	width:100%;
}
.the-video iframe, #text-col iframe.video {
	height:250px;
}
a.rss {
	background:url(../images/rss-icon.png) no-repeat;
	padding-left:20px;
	min-height:20px;
	height:20px;
	height:auto !Important;
	font-family: "proxima-nova",sans-serif;
    color: #4D4D4D;
    font-weight: 700;
	font-size:16px;
	margin-top:20px;
	display:block;
	clear:both;
}
.news-wrap #text-col {
	width:100%;
}
.news-wrap #content .content-right h1, .events-wrap #content .content-right h1 {
	margin-bottom:25px;
}
.newsarticle, .eventarticle {
	width:100%;
	margin-bottom:28px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
.newsarticle.last, .eventarticle.last {
	margin-bottom:10px;
}
#text-col .newsarticle a, #text-col .eventarticle a   {
	text-decoration:none;
	font-weight:500;
}
#text-col .newsarticle h2, #text-col .eventarticle h2  {
	margin-bottom:6px;
	color: #2C82BB;
}
.newsleft {
	width:30%;
	/*height:120px;*/
	display:block;
	float:left;
	margin-right:5%;
}
.events-wrap .newsleft {
	display:none;
}	
.events-wrap #text-col {	
	margin-right:3%;
}
.newsleft img {
	display:block;
	width:100%;
}
.newsright {
	width:65%;
}
.events-wrap .newsright {
	width:100%;
}
#right-col .podimage img {
	width:100%;
	display:block;
}
#text-col .newsarticle h3, #text-col .newsarticle p {
	font-weight:400;
	font-size:16px;
	margin-bottom:5px;
}
#text-col .newsarticle h3 {
	margin-bottom:15px;
}
img.keepwidth {
	width:auto !important;
}
.member-wrap #header {
	margin-bottom:0px;
}
.member-banner {
	width:100%;
	height:40px;
	min-height:40px;
	height:auto !important;
	background-color: #DA466A;
	margin-bottom:15px;
}
.member-banner .inner {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	font-size:36px;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#FFFFFF;
	padding:10px 0;
}
#content div.forum-content, #content .comment-wrapper {
	float:none;
	width:100%;
	display:block;
	clear:both;
}
.commentPanel {
	width:100%;
	margin-bottom:10px;
	background-color:#EFEFEF;
	font-size:16px;
}
.commentPanelContents span {
	clear:both;
	display:block;
}
#content div.commentPanelContents {
	width:92%;
	margin:0 auto;
	display:block;
	float:none;
	padding:10px 0;
	color: #4D4D4D;
}
.forum-content {
	border-top:1px solid #CCCCCC;
	padding-top:20px;
}
#text-col .forum-content h2 {
	font-family: "proxima-nova",sans-serif;
	font-weight:600;
	font-size:22px;
	}
#text-col .forum-content h4, #text-col .forum-content h3 {
	margin-bottom:8px;
	font-weight:400;
	font-size:16px;
}
 #text-col .forum-content h3 {
 	margin-bottom:2px;
}
#comment-area, #comment-area .group {
	width:100%;
}
#comment-area .group div.forum-content:first-child {
	border:none;
	padding-top:0px;
}
.postedComments {
	font-size: 14px;
	color: #4D4D4D;
	line-height: 130%;
	margin-bottom: 15px;
}
.c_delete {
	display:block;
	clear:both;
	margin-bottom:5px;
}
 #text-col  a.showCommentBox, .startconversation a, a#SubmitComment, .member-quiz input[type="submit"], .contact-col .submit-button, .search-button, p.submit input, #content #text-col #fbform input[type="submit"], .StartConversation, .pod-content form .submit-button  {
	background-color:#2C82BB;
	border:none;
	padding:10px;
	color:#FFFFFF;
	-webkit-appearance: none;
	cursor:pointer;
	font-size:16px;
	font-weight:600;
	-webkit-box-shadow: 2px 3px 0px #1C6D9B;
	-moz-box-shadow: 2px 3px 0px #1C6D9B;
	box-shadow: 2px 3px 0px #1C6D9B;
	float:left;
	clear:both;
	margin-bottom:20px;
	text-decoration:none;
	font-family: "proxima-nova",sans-serif;
}
 .startconversation a, .StartConversation {
 	width:100%;
	padding:10px 0;
	text-align:center;
}
.commentLabelText, .commentBox {
	width:100%;
}
.commentBox textarea {
	   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   	width:100%;
   	border:1px solid #CCCCCC;
	min-height:80px;
	margin-bottom:20px;
	font-size: 14px;
	color: #4D4D4D;
	line-height: 130%;
	font-family: "proxima-nova",sans-serif;
}
#text-col p.loginmessage {
	font-weight:600;
	color:#CC0033;
}
.member-quiz label  {
	font-size: 14px;
	color: #4D4D4D;
	line-height: 130%;
	margin-bottom:4px;
	display:block;
}
 .member-quiz .label {
 	font-size:18px;
	font-weight:600;
	color:#2C82BB;
	margin-bottom:8px;
}
 .member-quiz .label {
 	width:100%;
	clear:both;
}
.member-quiz select {
	width:100%;
	max-width:250px;
}
.member-quiz .question {
	width:100%;
	float:none;
	clear:both;
	margin-bottom:15px;
}
.member-quiz #text-col  ul {
	list-style:none;
	padding:0;
}
.member-quiz #text-col  ul li {
	margin-bottom:5px;
}
.selectedcol {
	color:#FFFFFF;
	background-color:#2C82BB;
}
#text-col table th.selectedcell, #text-col table td.selectedcell   {
	color:#FFFFFF;
}
input.disabled,textarea.disabled {
	color: #000000;
	background-color:#CCCCCC;
}
.contact-col {
	width:31%;
	float:left;
	margin-right:3.5%;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
}
.contact-col label, .mainsearch label, .search label, #text-col label, #right-col label {
	width:100%;
	display:block;
	clear:both;
	font-size:16px;
	  color: #4D4D4D;
    line-height: 130%;
	margin-bottom:3px;
		font-family: "proxima-nova",sans-serif;
}
#content div.question {
	float:none;
	margin-bottom:15px;
}
.contact-col .question {
	width:100%;
	margin-bottom:15px;
	max-width:350px;
	display:block;
	clear:both;
}
.contact-col input.text, .contact-col textarea, .mainsearch .search-input, .search .search-input, .search-filter input, #text-col input.text, #content textarea, #right-col input[type="text"], #right-col textarea  {	
	  box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   	width:100%;
   	border:1px solid #CCCCCC;
   	padding: 5px;
   	font-size: 16px;
}
 .mainsearch .search-input, .search .search-input {
 	margin-bottom:15px;
}
p.lostpassword {
	clear:both;
	display:block;
}
.topsearch .search-input {
}
.contact-col textarea, #content textarea {
	height:90px;
}
#right-col textarea {
	min-height:90px !important;
}
.contact-col.col3 {
	margin-right:0px;
}
.contact-col .submit {
	clear:both;
	float:none;
}
.contact-col.col3 iframe {
	width:100%;
	height:327px;
}
.requiredfields {
	clear:both;
	font-size:12px;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	color:#4D4D4D;
	margin-bottom:20px;
}
#content .newconversationwrap div {
	margin-bottom:15px;
	float:none;
}
p.reportaconversation a, #text-col a.c_delete {
	font-size:16px;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	color:#CC0033;
}
.c_delete {
	text-transform:uppercase;

}
.search .toppaginator, .bottomsearch, .search .bottompaginator {
	width:100%;
	display:block;
	clear:both;
}
#text-col  .search  ul.paginator1 {
	padding:0;
}
.search ol {
	display:block;
	clear:both;
}
.search ol li {
	margin-bottom:15px;
}
.search .paginator3, .search .paginator2  {
	display:none;
	}
.gallery-page .intro-right {
	width:100%;	
}
.gallery-page .paginator1 {
	border-top: 1px solid #CCC;
	padding-top:10px;
}
.gallery-page #text-col  h2 {
	margin-bottom:20px;
}
.gallery-page .item {
	width:28%;
	margin-right:6%;
		float: left;
}
.gallery-page .item.last {
	margin-right:0px;
}
.gallery-page #text-col {
	width:100%;
}
.gallery-page .group {
	width:100%;
	margin-bottom:60px;
	float: left;
}
.poetry-wrap .group  {
	margin:0;
		float: left;
}
.gallery-page .item img {
	height:auto !important;
}
.gallery-page .item a {
	text-decoration:none;
}
.gallery-page .item h3 {
	padding-top:30px;
	display:block;
	clear:both;
}
.gallery-page.spirited-arts .item h3 {
	padding-top:0px;
  margin-bottom: 15px;
}
.gallery-page .pods img {
	height:auto !important;
}
div.theimage, .gallery-page .pod-image {
	overflow:hidden;
	position:relative;
	width:100%;
	padding-bottom:65%;
}
.gallery-page.spirited-arts .theimage {
  	padding-bottom:0%;
}
.gallery-page .pod-image  {
	width:86%;
}
 .gallery-page.poetry-wrap .pod-image {
 padding-bottom:0px;
}
.winner1  {
	position:relative;
}
.winner1 span.winner1 {
	position:relative;
	z-index:10000;
	width:100%;
	background-color:#DAA520;
	color:#FFFFFF;
	display:block;
}
span.winner0 {
	display:none;
}
.gallery-page  #text-col .winner1 span.winner1 p {
	width:86%;
	margin:0 auto;
	color:#FFFFFF;
	padding:6px 0 4px 0;
	text-transform:uppercase;
	font-weight:400;
	display:block;
	line-height:16px;
}
div.theimage p, .gallery-page .pod-image p {
	position:absolute;
}
div.theimage p img, .gallery-page .pod-image p img  {
	width:auto !important;
	margin:-10% 0 0  -20%;
	display:block;
	max-width:400px;
}
.gallery-wrap #text-col {
	 width:100%;
}
.gallery-item-left img {
	width:100%;
	display:block;
}
.gallery-item-left, .gallery-item-right {
	float:left;
	width:48%;
}
.gallery-item-left {
	margin-right:4%;
}
.showhidecontent {
	display:none;
}
.poetry-wrap .item {
	width:100%;
	display:block;
	clear:both;
	float:none;
}
.poetry-wrap .winner1 span.winner1 {
	width:auto;
	display:inline-block;
	position:relative;
	background:none;
	color:#DAA520;
	padding-left:5px;
}
.local-map {
	max-width:320px;
	margin:0 auto;
}
map {
	position:relative;
}
.tip {
	overflow: hidden;
	display: none;
	text-align:center;
	z-index: 50000;
	font-size:16px;
	color:#FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	position: absolute;
	width: 178px;
	background-color:#4d535d;
	/*padding:14px;*/
}
.tooltip {
	/*cursor:pointer;
	position:relative;*/
}
.committee-wrap #content #text-col {
	width:100%;
	margin-right:0;
}
.committee-wrap .group {
    margin: 0px -1%;
}
.committee-wrap .group .item {
    width: 31.54%;
    padding: 0px 1% 6%;
	margin: 0px -2px;
	display: inline-block;
}
.committee-wrap .group .item div.theimage {
	width:100%;
	padding:0;
	overflow:auto;
}
.committee-wrap .group .item div.theimage p {
	position:relative;
}
.committee-wrap .group .item div.theimage p img {
	display:block;
	width:100% !important;
	margin:0;
}
.committee-member  #text-col {
	width:55%;
}
.committee-member #right-col {
	width:42%;
}
.committee-member #right-col img {
	display:block;
	width:100%;
	
}
@media only screen and (max-width: 720px) {
#header img  {
	margin:0 auto 0 auto;
	display:block;
}
#topmenu {
	clear:both;
	margin: 0px auto 10px 0px;
	float:none;
	display:block;
	padding:0;
}
#topmenu ul  {
	text-align:center;
}
#topmenu ul li a {
	padding:0;
}
#topmenu ul li {
	display:inline-block;
	float:none;
	padding: 2px 10px 0px;
	margin-bottom:5px;
}
#topmenu ul li:after {
	content:"";
}
#nav {
	display:none;
}
#navm {
	display:block;
}
.active {
	display: block;
}
.dropdowns a.toggleMenu {
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	background-color:#2C82BB;
	display:block !important;
	margin:0 auto;
	color:#FFFFFF;
	padding:5px 0;
	text-align:left;
}
.dropdowns a.toggleMenu span {
	width:90%;
	margin: 0 auto;
	display:block;
}
#navm .theMenu > li {
	float: none;
}
#navm .theMenu > li > .parent {
	background-position: 95% 50%;
}
#navm .theMenu li li .parent {
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#navm .theMenu li li	.hover .parent {
	background-image: url(../images/upArrow.png);
}
#navm .theMenu ul {
	display: block;
	width: 100%;
}
#navm .theMenu > li.hover > ul , #navm .theMenu li li.hover > ul, #navm .theMenu li li li.hover > ul  {
	position: static;
}
#content, #header .inner {
	width:90%;
}
.content-right {
	width:100%;
}
#subnav {
	display:none;
}
.resource-filter-other {
	display:block;
	border-bottom:1px solid #CCCCCC;
	width:100%;
	padding-bottom:12px;
	margin-bottom:12px;
}
#text-col .resource-filter-other ul {
	list-style:none;
	padding-left:0px;
}
#text-col .resource-filter-other h2 {
	font-size:20px;
	cursor:pointer;
	margin:0;		
}
.landing-wrap #text-col, #text col, .resources-wrap #text-col  {
	width:100%;
}
div.theimage, .gallery-page .pod-image {
	overflow:hidden;
	position:relative;
	width:100%;
	padding-bottom:95%;
}
}
@media only screen and (max-width: 740px) {
.pod-wrap {
	width:96%;
	margin:0 auto;
}
.pod-wrap > div:first-child, .pods3 {
	margin-right:0px;
}
.pods > div:first-child {
    margin-right: 4%;
}
.pods {
	width:100%;
}
.pods > div {
	width:48%;
}
.local-left {
	width:55%;
}
.local-right {
    width:40%;
}
.slider {
	width:100%;
	float:none;
}
div.membership {
	clear:both;
	width:100%;
	margin:0 auto 20px auto;
	float:none;
	padding-bottom:20px;
	min-height:130px;
	height:130px;
	height:auto !important;
}
.pods div.pod-news img {
	width:80%;
	margin:0 auto;
	display:block;
}
.contact-col  {
	clear:both;
	width:100%;
	margin:0 0 30px 0;
}
}
@media only screen and (max-width: 560px) {
.landing-wrap #text-col .pods > div, .landing-wrap #text-col .pods > div:first-child, .gallery-page #text-col .pods > div, .gallery-page #text-col .pods > div:first-child  {
	width:49%;
}
.landing-wrap #text-col .pods, .gallery-page #text-col .pods {
	float:left;
	clear:none;
}
#text-col .pod-1  {
	margin-right:2% !important;
}
#text-col .pod-2, #text-col .pod-5 {
	margin-right:0 !important;
}
.intro-left, .intro-right {
	clear:both;
	float:none;
	width:100%;
}
.intro-left {
	height:180px !important;
}
.intro-right {
	padding-top:8px;
}
#right-col {
	clear:both;
	width:100%;
}
#right-col img {
	max-width:250px;
	margin:0 auto;
}
#right-col .podimage {
	width:100%;
}
#text-col {
	width:100%;
	margin-right:0px;
}
.resource-left {
	display:none;
}
.resource-right {
	width:100%;
}
#right-col .pods .pod {
	width:48%;
}
#right-col .pods >  div:first-child {
	margin-right:4%;
}
.slider {	
	margin-right:0;
}
#content .slideshowoverlay {
	position:relative;
	float:none;
 	width:100%;
	/*margin:0 0 15px 0;*/
	padding:0 0 5px 0;
	display:block;
	margin:0;
	background-color:#FFFFFF;
}
#content .slideshownav {
	width:100%;
	display:block;
	/*clear:both;*/
	margin-top:-26px;
}
#content .slideshowtext {
	width:90%;
	padding:15px 0 0 0;
	margin:0 auto;
	clear:both;
	float:none;
}
#content .slideshowtext h2 {
	font-size:28px;
}
.resources-col .group .item {
	width:100%;
	margin-right:0;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	padding-bottom:10px;
}
.resources-col .group  {
	border:none;
	margin:0;
	padding-bottom:0;
}
div.video {
	clear:both;
	width:100%;
	float:none;
}
.videos div:first-child {
	margin:0;
}
}
@media only screen and (max-width: 420px) {
.pods > div {
	width:100%;
	max-width:230px;
	margin:0 auto 20px auto !important;
	float:none!important;
}
.pod {
	margin:0 auto 20px auto !important;
}
#right-col .pods > div.pod {
	width:100%;
}
#text-col .pod-1, #text-col .pod-2 {
	margin:0px auto 20px auto !Important;
}
#text-col .pod-5 {
	margin-right:auto !important;
}
.local-right {
    width:32%;
}
.local-left {
	width:50%;
}
.pods div.pod-news img {
	margin:0 auto;
	display:block;
}
.landing-wrap #text-col .pods > div, .landing-wrap #text-col .pods > div:first-child, .gallery-page #text-col .pods > div, .gallery-page #text-col .pods > div:first-child  {
	width:100%;
}
.newsleft {
	width:100%;
	clear:both;
}
.apupil {
	width:100%;
}
.apupil.odd {
	margin-right:0;
}
}
@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
}
#text-col {
  position: relative;
}
a.global-map {
  width: 100px;
position: absolute;
right: 0;
}
a.global-map img {
  width: 100%;
}
.landing-wrap .local-map {
  max-width: 452px;
}
.member-banner.local {
  background-color: #00B37D
}
.member-banner.local a {
 color:#FFFFFF;
  text-decoration: none;
}
#text-col .g-recaptcha {
		margin-bottom: 15px;

}
legend {
	width: 100%;
display: block;
clear: both;
font-size: 16px;
color: #4D4D4D;
line-height: 130%;
margin-bottom: 3px;
font-family: "proxima-nova",sans-serif;
}
#content .answergroup .checkboxanswer {
	float: none;
	display: flex;
	align-items: center;
	width: 100%;
	
}
.cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid  #2c82bb;
    z-index: 99000;
	text-align: center;
	font-size: 16px;
	font-family: "proxima-nova",sans-serif;

}
.cookies  .inner {
        padding: 15px 50px 15px 0;
}
.cookies .inner  p, .cookies  .inner p a {
            color: #2c82bb;
        }
  .cookies  .inner   p {
            margin: 0;
  
}
    .close-button.button {
        color: #2c82bb;
        text-decoration: none;
        box-shadow: none;
        border:1px solid  #2c82bb;
        margin:0;
        padding: 0.2em 1em;
        display: inline-block;
                margin-left: 25px;

}

.cookie-not-showing .cookies  {
        display: none;

}

 @media only screen and (max-width: 950px) {
			 .cookies  .inner  {
            padding-bottom: 35px;
			 }
        }
