/*
Theme Name: HCQ
Theme URI: 
Description: Wordpress Custom theme
Version: 1.0
Author: Thirteen Digital
Author URI: http://thirteendigital.com.au/
Modified by Health Consumers Queensland
*/

.hide {
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
}

a {
	text-decoration: none;
	outline: 0 !important;
}

a img, img {
	border: none;
	outline: 0;
}

a, 
.button,
input[type="submit"],
input[type="button"],
input[type="text"] {
	cursor: pointer !important;
	-webkit-appearance: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

strong {
	font-weight: 900;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

body, input, textarea {
	font-family: "roboto", sans-serif;
	font-style: normal;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-top: #9e0052 10px solid;
}

#access,
img#printlogo { display: none; }

.outer-header {
	background: #fff;
	overflow: visible;
}

.mobile-nav,
.mobile-menu {
    display: none;
}

.outer-banner {
	overflow: hidden;
	height: 442px;
	position: relative;
}

.outer-inside-banner {
	clear: both;
	position: relative;
	overflow: visible;
	background: #000;
}

.outer-inside-banner .wrap {
	position: relative;
	min-height: 150px;
}

.outer-content {
	background: #fff url(images/content.jpg) bottom center no-repeat;
	overflow: hidden;
}

.outer-footer {
	background: #231f20;
	overflow: hidden;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.outer-inside-banner .wrap,
.outer-header .wrap {
	overflow: visible;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

#head {
	overflow: visible;
	position: relative;
	text-align: center;
}

#logo {
	float: left;
	display: inline;
	width: 297px;
	height: 72px;
	margin: 25px 0 15px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	background: url(images/logo.png) 0 0 no-repeat;
}

.tools {
	position: relative;
	float: right;
	display: inline-block;
	overflow: hidden;
	margin: 20px 0 0 0;
}

.tools ul li {
	float: left;
	display: inline-block;
	line-height: 27px;
}

.tools ul li a {
	font-size: 27px;
	margin: 0 3px;
	color: #9e0052;
}
.tools ul li a:hover {
	color: #000;
}

.tools .google {
	border-right: 1px solid #abbecb;
	border-left: 1px solid #abbecb;
	padding: 0 10px;
	margin: 0 10px;
	width: 136px !important;
	overflow: hidden;
	display: block;
}

#google_translate_element,
.goog-te-combo {
	width: 140px;
	max-width: 140px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.multilingual {
	color: #9e0052;
	font-size: 13px;
	margin: 0 15px 0 0;
}

.call {
	color: #000000;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

#top-search {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: right;
}

#top-search #s {
	border: 1px solid #959595;
	margin: 13px 0;
	outline: none;
	padding: 9px 9px 6px 35px;
	vertical-align: middle;
	font-weight: 400;
	background: url(images/search.png) 5px 5px no-repeat;
	width: 280px;
	position: relative;
}

#top-search #go {
	color: #fff;
	background: #000;
	padding: 6px 20px 7px 20px;
	border: none;
	font-weight: 600;
	font-size: 15px;
	margin: 1px;
	position: relative;
	-webkit-appearance: none;
	-webkit-appearance: 0;
	opacity: 1 !important;
}

#top-search #go:hover {
	background: #9e0052;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

#nav {
	list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    clear: both;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    text-align: left;
    position: relative;
    top: 12px;
}

#nav>li {
	float: left;
	display: inline;
	position: relative;
	padding: 2px 10px;
}

#nav li>a {
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	padding: 0 0 6px 0;
	border-bottom: 20px solid transparent;
	opacity: 0.85;
	text-transform: uppercase;
}

#nav li#first>a {
	border-left: none;
}

#nav li a:hover {
	color: #9e0052;
}

.single #nav li.page-item-12>a,
.category #nav li.page-item-12>a,
#nav li.current_page_ancestor>a,
#nav li.current_page_item>a {
	color: #9e0052;
	text-decoration: none;
	border-bottom: 20px solid #f8971d;
}

/*####flyout#####*/

ul#nav a:hover,
ul#nav li:hover a,
ul#nav li:hover span {
	background: none;
	color: #9e0052;
	z-index: 99;
}

ul#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	position: absolute;
	top: 23px;
	left: 0;
	width: 242px;
	z-index: 19999;
	visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
}

ul#nav li:hover ul  {
	visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
	color: #210021;
	z-index: 19999;
	padding: 12px 0 10px 0;
	border-bottom: 8px solid #9e0052;
}

ul#nav ul li {
	float: none;
	background: none;
	margin: 0;
	padding: 3px 10px;
	font-size: 13px;
	z-index: 19999;
}

ul#nav ul li a,
ul#nav li:hover ul li a,
#nav ul li.current_page_item>a  {
	display: block;
	width: 85%;
	height: 1%;
	font-size: 13px;
	line-height: normal;
	padding: 3px;
	border-bottom: 1px solid #9e0052;
	float: none;
	color:#000;
	z-index: 19999;	
}

ul#nav ul li.last-child a {
	border-bottom: none !important;
	padding: 3px 3px 9px 3px !important;
}

#nav ul.children li.current_page_item a,
#nav ul.children li a,
#nav ul.children li a:hover  {  }

ul#nav ul li a:hover,
ul#nav li:hover ul li a:hover {
	color:#9e0052;
	z-index: 19999;	
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

.home-banner {
	background: #000;
	clear: both;
	width: 100%;
	max-height: 500px;
	overflow: hidden;
}

.homeslider {
	overflow: visible;
}

.slides {
	margin: 0;
	padding: 0;
}

.slides li {
	position: relative;
	overflow: hidden;
}

.slides img {
	display: block;
	width: 100%;
}

.slides .info {
	position: absolute;
	left: 10%;
	top: 25%;
	color: #fff;
	width: 40%;
}

.slides .info h2 {
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 42px;
	line-height: 42px;
	color: #fff;
	font-weight: 900;
}

.slides .info p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	color: #a9cf38;
	font-weight: 600;
}

.flex-direction-nav a {
    opacity: 0.3;
}
.flex-direction-nav a:hover {
	 opacity: 1;
}
.flex-control-nav { display: none; }

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

.outer-content-wrap {
	width: 1150px;
}

.pods {
	overflow: hidden;
	clear: both;
	margin: 0.4347826086956522% 0;
}

.pod {
	float: left;
	display: inline-block;
	width: 32.43478260869565%;
	padding: 0;
	margin: 0.4347826086956522%;
	position: relative;
	background:  #9e0052;
}

.pod img {
	width: 100%;
	-webkit-appearance: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.pod span {
	display: inline-block;
	width: 80%;
    position: absolute;
    bottom: 5%;
    left: 10%;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	opacity: 0.8;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	padding: 10px 0;
	-webkit-appearance: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.pod:hover span {
	opacity: 1;
}
.pod:hover img {
	opacity: 0.9;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

.home-news {
	width: 65.73913043478261%; 
	display: inline-block;
	float: left;
	margin: 0 0 0.8695652173913044% 0.4347826086956522%;
	background: #231f20;
	height: 420px;
}

.home-news h2 {
	display: block;
	background: url(images/home-news.jpg) 0 0 repeat;
	height: 25px;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
}

.news-slider {
	width: 80%;
	margin: 6% auto;
	position: relative;
}

.news-slider .left {
	width: 35%;
	display: inline-block;
	float: left;
	text-align: center;
	overflow: hidden;
}
.news-slider .right {
	width: 60%;
	display: inline-block;
	float: right;
	color: #fff;
	overflow: hidden;
}

.post-date {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 9px 0;
	padding: 0;
	color: #fff;
}

.post-title a {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	margin: 0 0 9px 0;
	padding: 0;
	color: #a9cf38;
}
.post-title a:hover {
	color: #fff;
}

.news-slider .flex-direction-nav .flex-prev {
	left: -56px;
}
.news-slider .flex-direction-nav .flex-next {
	right: -56px;
}

.facebook-box {
	width: 32.521739130434785%;
	display: inline-block;
	float: left;
	margin: 0 0 0.8695652173913044% 0.8695652173913044%;
	height: 420px;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

div.wp-pagenavi {
	margin: 20px 0;
}

div.wp-pagenavi a {
	text-decoration: none !important;
	padding: 8px 12px;
	color: #fff !important;
	border: none;
}

div.wp-pagenavi span.pages {
	background: #9e0052;
	color: #fff !important;
	border: none;
}

div.wp-pagenavi span.current {
	padding: 8px 12px;
	background: #000;
	color: #fff !important;
	border: none;
}

div.wp-pagenavi .page {
	background: #9e0052;
	color: #fff !important;
}
div.wp-pagenavi a.previouspostslink,
div.wp-pagenavi a.nextpostslink {
	background: #9e0052;
	color: #fff !important;
	border: none;
}

div.wp-pagenavi a:hover {
	background: #000;
	color: #fff !important;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

.button {
	display: inline-block;
	padding: 10px 20px;
	margin: 20px 0 0 0;
	border: 2px solid #fff;
	font-size: 16px;
	font-size: 16px;
	line-height: 18px;
	color: #009297;
	font-weight: 600;
}

.button:hover {
	border: 2px solid #9b0552;
	color: #9b0552;
}



.fullwidth {
	width: 100%;
	clear: both;
}

.two-cols {
	overflow: hidden;
	text-align: left;
}

.layout-left {
	width: 46%;
	display: inline-block;
	float: left;
}

.layout-right {
	width: 46%;
	display: inline-block;
	float: right;
}

.charts .layout-left {
	width: 68%;
}

.charts .layout-right {
	width: 30%;
}

/*
maroon #9e0052
light maroon #b65878
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

.the-title {
	font-size: 41px;
	color: #fff;
	font-weight: 400;
	line-height: 42px;
	position: absolute;
	bottom: 25px;
	left: 35px;
	text-shadow: none !important;
}

#text-panel {
	width: auto;
	margin: 0 0 55px 320px;
	min-height: 900px;
	text-shadow: none !important;
}

#text-panel a {
	color: #9e0052;
	text-decoration: underline;
}

#text-panel a:hover {
	color: #000;
}

#text-panel h1  {
	margin: 20px 0;
	font-size: 33px;
	color: #000;
	font-weight: 400;
	line-height: 35px;
	text-transform: uppercase;
}

#text-panel h2 {
   font-size: 18px;
   color: #9e0052;
   font-weight: 600;
   line-height: 30px;
   margin: 15px 0 0 0;
   padding: 0;
   text-transform: uppercase;
   line-height: 21px;
}

#text-panel h3 {
	font-size: 15px;
	line-height: 21px;
	color: #b65878;
	font-weight: 600;
	line-height: 19px;
	margin: 10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}

#text-panel h4,
#text-panel h5,
#text-panel h6 {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	font-weight: 900;
	line-height: 20px;
	margin: 8px 0;
	padding: 0;
}

#text-panel blockquote {
	margin: 20px 0;
	padding: 0;
}

#text-panel blockquote p {
	font-size: 20px;
	color: #9e0052;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#text-panel img {
	border-bottom: 6px solid #9e0052;
}

#text-panel p,
#text-panel li {
	color: #000;
	line-height: 20px;
	margin: 0 0 9px 0;
	font-size: 15px;
}

#text-panel #breadcrumbs {
	margin: 35px 0 22px 0;
	padding: 0 0 12px;
	border-bottom: 1px solid #000; 
}

#text-panel #breadcrumbs {
	font-size: 12px;
	color: #000;
}

#text-panel #breadcrumbs a {
	color: #9e0052;
}

#text-panel #breadcrumbs a:hover {
	color: #000;
}

.crumb-print {
	float: right;
	display: inline-block;
	font-size: 20px;
}

#text-panel ul {
	list-style: none;
	padding: 0 0 9px 18px;
	margin: 0;
}

#text-panel ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#text-panel ul li {
	list-style: none;
	background: url(images/ul.png) 0 8px no-repeat;
	padding: 0 0 0 18px;
	color: #000;
}

#text-panel ul ul li {
	list-style: none;
	background: url(images/ul-dash.png) 0 10px no-repeat;
	padding: 0 0 0 14px;
	margin: 0;
}

#text-panel ol {
	padding: 0;
	margin: 0 0 9px 18px;
}

#text-panel ol li {
	color: #000;
}

#text-panel ol { counter-reset: item }
#text-panel ol li { display: block }
#text-panel ol li:before { 
	content: counter(item) ".  "; 
	counter-increment: item;
	color: #9e0052; 
	font-weight: 600;
}

#text-panel form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#text-panel form ul li {
	list-style: none;
	background: none;
	padding: 0;
	font-size: 13px;
	color: #000;
	line-height: 21px;
}

hr { 
	border: none;
	background: none;
	margin: 20px 0 30px;
	border-bottom: 1px solid #cabfd6; 
	clear: both;
	display: block;
	width: 100%
}

#text-panel table {
	margin: 0 0 15px 0;
  	border-spacing: 5px;
}
th {
	color: #fff;
	background: #9e0052;
	text-align: center;
	font-weight: 600;
	border: 1px solid #9e0052;
	border-right: 1px solid #ffffff;
}
th:last-child { border-right: 1px solid #9e0052; }

td {
	border: 1px solid #9e0052;
}

#text-panel .wp-caption {
	background: #000;
	padding: 0;
	text-align: center;
}

#text-panel .wp-caption img {
	margin: 0;
	width: 100%;
}

#text-panel .wp-caption p {
	padding: 10px 20px;
	color: #fff;
	font-size: 12px;
    font-weight: 700;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/


.acc {
	overflow: hidden;
	margin: 15px 0;
}

.acc-thumb {
	display: inline-block;
	float: left;
	margin: 0 35px 15px 0;
	width: 315px;
}

.acc-thumb:hover {
	opacity: 0.9;
}

#text-panel .details h2,
#text-panel .details h2 a {
	color: #00858d;
	text-transform: uppercase;
	text-decoration: none;
}

#text-panel .details h2 a:hover {
	color: #000;
}

#text-panel .more-info {
	display: inline-block;
	overflow: hidden;
	width: auto;
	text-decoration: none;
	height: 38px;
	line-height: 38px;
	background: #aacf27 url(images/btn-arrow.png) top right no-repeat;
	padding: 0 33px 0 20px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

#text-panel .open,
#text-panel .more-info:hover {
	background: #00858d url(images/btn-arrow.png) bottom right no-repeat;
	color: #fff;
}

.open-div,
.accordion {
	clear: both;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

.post {
	overflow: hidden;
	clear: both;
}

.news-thumbnail {
	float: left;
	display: inline-block;
	width: 30%;
	overflow: hidden;
}

#text-panel .post img {
	border-bottom: none;
	width: 100%;
	max-width: 250px;
}

.post .info {
	float: right;
	width: 68%;
	overflow: hidden;
}

.post .info-wide {
	overflow: hidden;
	width: 100%;
}

.post .post-date {
	font-size: 11px;
	font-weight: 300;
	color: #231f20;
	margin: 0;
	padding: 0;
}
#text-panel .post .post-title,
#text-panel .post .post-title a {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 4px 0;
	color: #9e0052;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

#text-panel .post .post-title a:hover {
	color: #231f20;
}
#text-panel .post p {
	padding: 0;
}

#text-panel .readmore {
	background: #231f20;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 12px 16px;
	margin: 8px 0 0 0;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

#text-panel .readmore:hover {
	background: #9e0052;
	color: #fff;
}

#text-panel p.more-link {
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
}

.addthis_sharing_toolbox {
	min-height: 40px;
	margin: 20px 0;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

#text-panel .left-thumbnail-row {
	overflow: hidden;
	position: relative;
}

#text-panel .left-thumbnail {
	float: left;
	display: inline-block;
	width: 30%;
	overflow: hidden;	
	text-align: center;
}

#text-panel .left-thumbnail img {
	border-bottom: none !important;
	margin: 0 0 10px 0;
	width: 100%;
	max-width: 250px;
}

#text-panel .left-thumbnail-row .info {
	float: right;
	width: 68%;
	overflow: hidden;
}

#text-panel .left-thumbnail-row .info  h2 {
    font-size: 18px;
    color: #9e0052;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#text-panel .left-thumbnail-row .info h3 {
    font-size: 15px;
    color: #9e0052;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

.m-subnav {
	display: none;
}

#subnav {
	width: 240px;
    display: inline-block;
    margin: 31px 0 31px 35px;
    position: absolute;
    top: 0;
    left: 0;
}

#subnav > ul.s-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav ul.s-nav li > a {
	color: #000;
	line-height: 18px;
	border-bottom: 1px #231f20 solid;
	padding: 12px 0 6px 0;
	font-size: 15px;
	display: block;
}

#subnav ul.s-nav li.page_item_has_children > a {
	background: url(images/sub-arrow.png) 97% 15px no-repeat;
}

#subnav ul.s-nav li a:hover{
	color: #9e0052;
	text-decoration: none;
}

#subnav ul.s-nav li.current_page_item > a,
#subnav ul.s-nav li.current-cat > a {
	color: #9e0052;
	text-decoration: none;
}

#subnav ul.s-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

#subnav ul.s-nav li.current_page_item ul,
#subnav ul.s-nav li.current_page_ancestor ul {
	display: block;
}

#subnav ul.s-nav ul li a {
	padding: 12px 0 6px 8px;
	color: #210021;
	font-size: 12px;
}

#subnav ul.s-nav ul li.current_page_item > a,
#subnav ul.s-nav ul li.current-cat > a {
	color: #9e0052;
	text-decoration: none;
}

.side-pods {
	width: 100%;
	position: relative;
	margin: 60px 0 0 0;
	text-align: center;
	overflow: hidden;
}

.side-pod {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 5px 0;
	min-height: 200px;
}

.side-pod img {
	width: 180%;
	-webkit-appearance: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
    margin: 0 0 0 -50%;
}

.side-pod span {
	display: inline-block;
	width: 80%;
	position: absolute;
	bottom: 5%;
	left: 10%;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	opacity: 0.8;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	padding: 10px 0;
	-webkit-appearance: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.side-pod:hover span {
	opacity: 1;
}
.side-pod:hover img {
	opacity: 0.9;
}

#subnav .home-news {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    background: #231f20;
    height: auto;
}

#subnav .home-news h2 {
    display: block;
    background: url(images/home-news.jpg) 0 0 repeat;
    height: 25px;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

#subnav .post-date {
	margin: 15px 0 0 0;
}

#subnav .button {
	margin: 0 0 20px 0;
}

#subnav .flex-direction-nav a {
    width: 10px;
    height: 45px;
    margin: 0;
    display: block;
    background: url(images/sub-slide-arrow.png) 0 0 no-repeat;
    top: 19%;
}

#subnav .flex-direction-nav .flex-prev {
    left: -18px;
}
#subnav .flex-direction-nav .flex-next {
	background-position: 100% 0;
    right: -18px;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/

#text-panel .button {
    color: #fff;
    background: #000;
    padding: 10px 15px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    margin: 8px 0;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

#text-panel .button:hover {
	background: #9e0052;
	color: #fff;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/
.subscribe {
	background: #e9e9e9;
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #000;
	padding: 40px 0;
}

.subscribe h3 {
	color: #000;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.subscribe p {
	color: #000;
}

/*Barrett form*/

.barrett{
	background: #dfdfdf;
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #000;
	padding: 40px 0;
}

.barrett h3 {
	color: #000;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.barrett p {
	color: #000;
}

/*end Barrett form*/

#gform_wrapper_2 {
	width: 40%;
	margin: 0 auto 10px auto;
}

#gform_wrapper_2 form {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#gform_wrapper_2 .gform_body  {
	width: 100%;
	float: none;
	clear: none;
	display: inline-block;
	margin: 0 150px 0 0;
	padding: 0;
}

#gform_wrapper_2 .gform_footer {
	width: 138px;
	float: none;
	position: absolute;
	top: 0;
	right: 0;
}

#gform_wrapper_2 .gform_footer .button {
    background-color: #000;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    padding: 7px 15px 8px 15px;
}

#gform_wrapper_2 .gform_footer .button:hover {
    background-color: #9e0052;
    color: #fff;
    text-transform: uppercase;
}

#gform_wrapper_2 label.gfield_label+div.ginput_container {
    margin-top: 0;
}

#gform_wrapper_2 .top_label input.large {
    width: 90%;
    margin: 0;
}

body #gform_wrapper_2 ul li.gfield {
	margin-top: 0;
}
 
/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/
.footer {
	background: #231f20;
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding: 40px 0;
}

.footer .left,
.footer .right {
	display: inline-block;
	float: left;
	width: auto;
}
.footer .left p {
	display: block;
	clear: both;
	width: 170px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
}

.footer .right {
	float: right;
}
.footer .middle {
	display: inline-block;
}

.footer .middle h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.footer .middle a {
	font-size: 27px;
	margin: 0 3px;
	color: #9e0052;
}

.footer .middle a:hover {
	color: #fff;
}

/*
purple #9e0052
yellow #a9cf38
grey #e9e9e9
dark grey #231f20
------------------------------------------------*/
.copyright {
	background: #e9e9e9;
	width: 100%;
	overflow: hidden;
	color: #000;
	padding: 20px 0;
	font-size: 12px;
	text-transform: uppercase;
}

.copyright .left,
.copyright .right {
	display: inline-block;
	float: left;
	width: auto;
}
.copyright .right {
	float: right;
}

.copyright a {
	color: #000;
}
.copyright a:hover {
	color: #9e0052;
}

