/*
Theme Name: ecacommunity
Theme URI: http://www.hyve.com.au
Description: Bootstrap 3 responsive theme by Hyve
Version: 1
Author: Hyve
Author URI: http://www.hyve.com.au
*/


@import url('bootstrap/css/bootstrap.css');
@import url('css/jquery.flexmenu.css');
@import url('css/animate.css');
@import url('css/page-hero.css');
@import url('css/home-page.css');
@import url('css/action-pages.css');
@import url('css/page-donate.css');

/* Rocky CSS */
div#newsHub .row.campaign-wrap .col-xs-12 {
    margin-bottom: 20px;
}

*, *::after, *::before {
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

html, body {
    font-size: 100%;
}

body {color: #333; font-family: 'Open Sans', HelveticaNeue, Helvetica, Arial, sans-serif; background-color: #fff; font-size: 1rem; line-height: 1.8;}

body.search-results .page-content {border-top: 6px solid rgba(16,65,79,.12); padding-top: 10px;}
body.blog .page-news-wrap, body.page-id-31 .page-news-wrap, body.page-id-29 .page-news-wrap, body.page-id-20144 .page-news-wrap {border-top: 6px solid rgba(16,65,79,.12); padding-top: 30px; } 

.page-content.sans-hero-title {border-top: 6px solid rgba(16,65,79,.12); padding-top: 30px; }

.main-wrap {position: relative; background-color: #fff; }

/* -- 3. TYPOGRAPHY -- */

a {color: #1874c3; }

a:hover {color: #135791;} 

.page-columns a {color:#1874c3; text-decoration: none !important;
border-bottom: 0.0625rem solid #dcdcdc;
transition: border-color .15s ease-out; }
.page-columns a:hover {border-bottom: 0.0625rem solid #1874c3}

h1, h2, h3, h4, h5, h6 {
	transition: all .3s ease-out;
	font-family: 'Chivo', sans-serif; 
}

.election-22 h1 {font-size: 2rem; letter-spacing: -1px;}

@media (min-width: 992px) {
	.election-22 h1 {font-size: 3rem;}
}

h1 {font-size: 3rem; font-weight: 700;}
h2 {font-size: 2rem; color: #505050; margin-bottom: 20px; font-weight: 700; letter-spacing: -1px;}
h3 {font-size: 1.5rem; margin-bottom: 10px; font-weight: 700;}
h7 {font-size: 1.75rem; font-weight: 700;}



img {max-width: 100%; height: auto;}

.nav-wrap {background-color: #fff;}

::-moz-selection {
  color: black;
  background: #f9ca3e;
}

::selection {
  color: black;
  background: #f9ca3e;
}

/* .lo-shadow {
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 1); position: relative; z-index: 1;
} */

blockquote {
	
margin-left: 0;
padding: 10px 20px;
border: solid 1px #ccc;
Border-radius: 4px;
width: 100%;
background: rgba(204,222,227,.15);
}

blockquote.alt {
margin-left: 0;
padding: 10px 20px;
border: none;
Border-radius: 8px;
width: 100%;
background: rgba(10,81,103,1);
color: #fff;
}

blockquote.alt a {
color: #a6e1fb;
text-decoration: underline;
}

.bCrumbs {padding-top: 1rem;}

@media (min-width: 768px) {
	.bCrumbs {padding-top: 0;}
}


/************ HEADER  *************/

.fm-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat-x scroll 0 0;
    border: none;
    padding: 0;	}

@media (min-width: 768px) {
  .fm-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	transition: all .3s ease-out;
  }
}

@media (min-width: 992px) {
  .fm-container {
	padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .fm-container {
    width: 1170px;
  }
} 

.fm-button {
    margin: 6px 12px 6px 11px;
	background-color: rgba(0,89,114,1);
	float: left;
}

.logo-pc {
	display: block;
    float: left;
	margin: 8px 20px 3px 0;
    text-align: left;
	height: 46px;
    width: auto;
	transition: all 0.2s ease 0s;
}


.logo-pc img {
    height: 100%;
    width: auto;
}

/********* Main Navigation ***********/

ul#mymenu {
    display: none;
}

.flexmenu.fm-sm ul#mymenu {
    display: block;
}

/* skip to content links */

a.skipLink {
  font-weight: bold;

  position: absolute;
  left: -10000px;

  overflow: hidden;

  width: 1px;
  height: 1px;

  color: white;
  color: #bd2329;
  border: 2px solid #bd2329;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
}
a.skipLink:focus ,
a.skipLink:active {
  position: absolute;
  top: 10px;
  left: 10px;

  overflow: visible;

  width: auto;
  height: auto;
  padding: 5px 10px;

  text-decoration: none;
}

/* Header Social and Search  */

p.search-head {display: none;}

.social-hd-wrap {float: left; padding-top: 13px; padding-left:0px; padding-right:15px; }

.search-hd-wrap {/*width: 36px;*/ float: right; margin-top: 10px; margin-left: 10px; position: relative;}

.search-wrap {position:absolute; top: 0; right: 10px; z-index: 10; min-width: 105px; }

.search-button {align-content: center;
width: 36px;
height: 36px;
border-radius: 4px;
background-color: #333;
border: 1px solid transparent;
float:right;
background: #f9ca3e url('images/iconSearch-dk.svg') center no-repeat;
}

.search-button span {visibility: hidden;}

.search-button:hover {background: #015971 url('images/iconSearch.svg') center no-repeat;}

form.searchForm {
  width: 100%;
  min-width: 250px;
} 

.fm-container form.searchForm {
  padding: 0;
}

form.searchForm label {
	padding: 0;
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
	width: 80%;
	max-width: auto;
}

form.searchForm {
  display: none;
  padding: 0;
}

.fm-container form.searchForm input[type='text'].searchField {
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.fm-container form.searchForm input[type="text"] {
	float: left;
    font-family: inherit;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    padding: 8px;
    padding: 0.5rem;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
    color: rgba(0,0,0,0.75);
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-appearance: none;
}

.fm-container form.searchForm input[type='submit'].searchSubmit {
  line-height: 34px;
  float: left;
  width: 40px;
  height: 38px;
  margin: 0;color: transparent;
  border: solid 1px #f9ca3e;
  border-left: none;
   -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  background: #f9ca3e url('images/iconSearch-dk.svg') center no-repeat;
}

.fm-container form.searchForm input[type='submit'].searchSubmit:hover ,
.fm-container form.searchForm input[type='submit'].searchSubmit:active ,
.fm-container form.searchForm input[type='submit'].searchSubmit:focus {
  background-color: #015971;
  border: solid 1px #015971;
	
}

.fm-container form.searchForm input[type='submit'].searchSubmit:hover
 {
    background: #015971 url('images/iconSearch.svg') center no-repeat;
}

.resultsContent {background-color: rgba(16,65,79,.12); padding: 1rem; border-radius: 10px; margin-bottom: 1rem;}
.resultsMeta h5 {display: inline-block;}
.resultsText h3 {margin-top: 5px;}
.resultsMeta span {font-size: 14px;}

/* *************
footer
****************/

.footer .container-fluid {color: #fff; background-color: rgba(16,65,79,1);  padding: 25px;}
.footer .container-fluid.copyright {background-color: rgba(0,89,114,1); padding: 15px 25px;}

@media (min-width: 768px) {
  footer .row {
    margin-left: auto;
    margin-right: auto;	  
    width: 750px;
  }
}
@media (min-width: 992px) {
  footer .row  {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  footer .row  {
    width: 1170px;
  }
}

.logo-ft img  {padding: 2% 15% 4%;}


footer .col-md-6 {margin-top: 15px;}


footer p, .footer-base p {font-size: 14px;color: #fff; margin-top: 8px;}

footer a, .footer-base a {color: #fff;}
footer a:hover, .footerbase a:hover {color: #a6e1fb; }

footer .ft-subscribe a, .footer-base a {color: #a6e1fb;}
footer .ft-subscribe a:hover, .footerbase a:hover {color: #fff; }

.footer-logos {overflow: hidden;}

.fa-stack {
    border: 2px rgba(0,89,114,.50) solid;
    border-radius: 4px;
}
.fa-stack:hover {
    border: 2px rgba(0,89,114,1.00) solid;
}

.fa.fa-square {
    /* color: #3b5998; */ color: rgba(0,89,114,1.00); 
}
.fa.fa-facebook {
}
.social-hd-wrap .fa-stack {
    width: 1.75em;
    height: 1.75em;
    line-height: 1.5em;
}

.social-hd-wrap .fa-stack a { display: block;
text-align: center;
    /* color: #fff; */ color: rgba(0,89,114,.50); 
}
.social-hd-wrap .fa-stack a:hover {
    color: rgba(0,89,114,1.00); 
}

.social-hd-wrap .fa.fa-circle.twitter-bg {
    /* color: #4099FF; */ color: rgba(0,89,114,1.00);
}

.footer-header  {padding-bottom: 20px;}
.col-footer {padding-bottom: 10px;}

footer h3 {color: #fff; font-size: 1.2rem; font-weight: 600; margin-top: 10px;}

.footerNav ul {margin: 0; padding: 0;}
.footerNav li {list-style-type: none; padding: 10px 0; text-transform: uppercase; line-height: 1.1;}
.footerNav li a {font-weight: 600;  }
.footerNav li ul li {text-transform: none; font-size: .85em; padding-top: 6px; line-height: 1.42; }
.footerNav li ul li a {color: rgba(255,255,255,.75); text-transform: none; }


/* Footerbase*/



/*.logo-ft {height: 70px;} */
.logo-ft-left {display: inline-block; width: 100%; padding-right: 10px; height: 70px;}
.logo-ft-left img {height: 70px; width: auto; margin: 0 auto;} 
.logo-ft-right {display: inline-block; width: 100%; padding-right: 0; height: 70px;}
.logo-ft-right img {height: 70px; width: auto; margin: 0 auto;} 

/* Buttons */

.btn {
    background-color: #ffcf2f;
    border: 1px solid transparent;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: .875rem 1.25rem;
	text-transform: uppercase;
}
.btn:hover {background-color: #c63a36; color: #fff;}
.btn:active {background-color: #ffcf2f;}

.btn.btn-green {
	color: #fff;
    background-color: rgba(10,56,69,.9);
}

.btn.btn-green:hover {
	background-color: #c63a36;
}

.btn.btn-green:active {
	background-color: #ffcf2f;
}

.page-columns a.btn.btn-red {
	color: #fff;
    background-color: #c63a36;
	margin-top: 0;
	margin-bottom: 30px;
}

.page-columns a.btn.btn-red:hover {
	background-color: rgba(10,56,69,.9);
}

.page-columns a.btn.btn-red:active {
	background-color: #c63a36;
}

.btn.btn-sm {padding: 4px 8px;}

.btn.title-btn {background-image: url("images/btn-title-bg.png"); 
    background-position: center right;
	background-repeat: no-repeat;
	border: none;}

.btn.soldout {background-color:#c63a36; color:#fff;}

.action-feed-btn  {color: #333; width: 160px; margin: 0 auto; display: block;
background-image: url("images/btn-title-bg.png"); 
    background-position: center right;
	background-repeat: no-repeat;
border: none;}

.action-feed-btn:hover  {background-color: #c63a36; color: #fff;}
.action-feed-btn:active {background-color: #ffcf2f;}

.action-feed-btn.champs-btn {background-color: #c63a36; color: #fff; background-image: url("images/btn-champs-bg.png"); margin: 20px 0;}
.action-feed-btn.champs-btn:hover {background-color: #94120e; }
.action-feed-btn.champs-btn:active {background-color: #333; }

.more-news-btn {background-color: #fff;
border: solid 1px #ccc;
padding: 7px 22px;
font-weight: 400;
width: 180px;
margin: 40px auto;
display: block;}

.page-share br {display: none;}

.btn-thanks {color: #fff; background-color: #999; padding: 6px 12px; margin: 5px 10px 5px 0; font-size: .9rem; position: relative;
text-align: left; width: auto; }

.thanks-fb {background-color: #39569a;}

.thanks-tw {background-color: #059ff5;}

.thanks-mail {background-color: #999;}

.more-news-btn:hover {background-color: rgba(10,81,103,.9); color: #fff;}
.more-news-btn:hover a {color: #fff;}

.btn.btn-inv, .btn.btn-inv:active {background-color: rgba(10,56,69,.9); color: #fff;}
.btn.btn-inv:hover {background-color: #c63a36;}

.btn.election-btn {background-color: rgba(10,56,69,.9);
color: #fff;}
.btn.election-btn:hover {background-color: #94120e; color: #fff; }

.btn.scroll-major {margin: 0 1% 2%;}
.btn.scroll-create {margin: 0 1% 2%;}

/* collapseomatic */

.collapseomatic {

    background-image: url('images/arrow-down.png')!important;
    background-repeat: no-repeat;
    padding: 10px 16px 10px 0;
    cursor: pointer;
    background-position: right;
    background-position: center right;
    display: block;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    font-size: 1.2rem;
}

.colomat-close {
    background-image: url(images/arrow-up.png)!important;
}


.collapseomatic_excerpt, .collapseomatic_content  {
    margin: 0px 0 15px 0;
    padding: 0px;
	padding-top: 10px;
}

.action-cont .collapseomatic {
	background-image: url('images/arrow-chevron-down.png')!important;
	background-position: 20px center;
	margin-bottom: 15px;
	padding: 10px 16px 10px 50px;
	white-space: normal;
}

.action-cont .collapseomatic.colomat-close {
    background-image: url(images/arrow-chevron-up.png)!important;
	margin-bottom: 0;
}

.action-cont .collapseomatic_content  {
    margin-top: 0px;
    margin-left: 0;
    padding: 20px;
	background: #e7e7e7;
}

/* Page post images */

/* Images */

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Image alignment and captions */

img.alignleft {
	float: left;
	max-width:100%;
	height: auto;
}

img.alignright {
	float: right;
	max-width:100%;
	height: auto;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	height: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

/* scroll to top */

#scroll-to-top {
	color:#fff;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 20px;
    opacity: 0;
    padding: 20px;
    position: fixed;
    left: 20px;
    text-decoration: none;
    transform: scale(0, 0);
    transition: all 0.2s ease 0s;
	z-index: 100;
}
#scroll-to-top .vantage-icon-arrow-up {
    color: rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 18px;
    height: 18px;
    width: 18px;
}
#scroll-to-top.displayed {
    opacity: 1 !important;
    transform: scale(1, 1);
}
a#scroll-to-top  {
    color: #fff;
    text-decoration: none;
}

/*Video wrapper*/

.video-wrap {padding: 0;}

video {
    width: 100%;
    height: auto;
}

.video-container {
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* bouncing arrow */

.scroll-arrow {
    left: 47%;
    margin: 0;
    position: absolute;
    top: 5px;
    width: 10%;
    z-index: 98;
}	

.scroll-arrow img {width: 100%; height: auto;}
.slider-message .scroll-down {bottom: -55px;}

/* Animation */

.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.repeat {
    -webkit-animation-iteration-count: 6; /* Safari 4.0 - 8.0 */
    animation-iteration-count: 6;
}

.animated.hinge {
    animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: 0.75s;
}
@keyframes bounce {
20%, 53%, 80%, 0%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
}
40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
}
70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
}
90% {
    transform: translate3d(0px, -4px, 0px);
}
}
.bounce {
    animation-name: bounce;
    transform-origin: center bottom 0;
}

/* Hero image fade in */

.banner:first-child {

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ***************************************

home page

*************************************** */  
.banner {position: relative; color: #fff;}
.banner img {width: 100%; height: auto;}
.title-hm {width: 100%; background-color: rgba(0,89,114,1.00); padding: 15px; /*min-height: 200px;*/ }
.title-hm.fund-fix {background-color: rgba(210,56,43,1.00); padding: 0 15px 15px; margin-top: -15px;}
.title-hm h1 {color: #fff; margin: 0 auto 10px;  font-family: 'Chivo', sans-serif; letter-spacing: -1px; font-weight: 700; font-size: 2.4rem; }
.title-hm h2 {color: #fff; font-size: 1.25rem; max-width: 992px; margin: 0 auto 20px; font-weight:400;}
img.scroll-dowm-arrow  {display: none;}
.banner-overlay {display: none;}

.home-content h1 {margin-bottom: 30px;}

.banner img.hm-title-arrow {display: none;}

.tip-balance-graphic {width: 230px; margin: -90px auto 0;}

@media (min-width: 992px) {
.tip-balance-graphic {
    width: 290px;
    margin: -120px auto 0;
}	
}

.balance-status {width: 80px; height: 80px; background: url("images/good.png") center center/cover no-repeat scroll; margin-top: -60px; margin-bottom: 8px;}

.bad-story .balance-status {background: url("images/not-so-good.png") center center/cover no-repeat scroll;}

/* Loop Elements */

.itemContent {position: relative; background-color: transparent; border-radius: 10px; overflow: hidden; margin-bottom: 30px;}
.itemContent h3 {font-size: 1.3rem; margin-top: 0;}

@media (max-width: 560px) {
.itemContent h3 {
    font-size: 1.15rem;
}
	
.itemContent p  {font-size: .9rem;}
}

.itemImage img {width: 100%; max-width: auto;}
.itemText {color: #fff; background-color: rgba(10,81,103,.9);  padding: 15px;}

.action-feed .itemText {color: #333; background-color: rgba(230,230,230,.9);  padding: 15px;}
.action-feed .itemText:hover {color: #fff;
    background-color: rgba(10,56,69,.9);
}
.action-feed .itemContent h3 {margin-top: 0; color: #333;}

.action-feed .itemText a {color: #333;}
.action-feed .itemText:hover h3 a {color: #fff;}
.action-feed .itemText a.btn.title-btn:hover {color: #fff;}

.campaign-spruik-left h2, .campaign-spruik-right h2 {padding-left: 15px;}

.itemText:hover {
    background-color: rgba(10,56,69,.9);
}


.itemHeading {position: absolute; background-color: rgba(10,81,103,.9); color: #fff; padding: 4px 8px; font-size: .85rem; z-index: 25;}
.opinion-meta .itemHeading {background-color: rgba(198,58,54,1);}
.itemHeading.item-single-hd {position: relative; display: inline-block; border-radius: 4px;}
.itemHeading a {color: #fff; font-weight: 700;}

.eac-news-meta .itemText,.eac-news-meta .itemHeading {background-color: rgba(76, 10, 103,1);}
.eac-news-meta .itemText:hover {
    background-color: rgba(76, 10, 103,.9);
}



.opinion-meta .itemText {background-color: rgba(198,58,54,1);}
.opinion-meta .itemText:hover {
    background-color: rgba(158,27,23,.9);
}
.opinionItem {margin-top: 16px;}
.opinionImage {width: 80px; margin-right: 10px; display: inline-block}
.opinionImage img {border-radius: 50%;}
.opinionText {display: inline-block; vertical-align: middle;}


.news-meta .bad-story .itemHeading {background-color: rgba(198,58,54,1);}
.news-meta .bad-story .itemText {background-color: rgba(198,58,54,1);}
.news-meta .bad-story .itemText:hover {
    background-color: rgba(158,27,23,.9);
}
.opinionItem {margin-top: 16px;}
.opinionImage {width: 80px; margin-right: 10px; display: inline-block}
.opinionImage img {border-radius: 50%;}
.opinionText {display: inline-block; vertical-align: middle;}

.itemText a {color: #fff; font-weight: 600;}
.actionText {color: #fff; background-color: rgba(200,200,200,1);  padding: 15px;}
.actionText h3, .actionText h3 a {color: #333;}
.actionText p {color: #333;}

.lower-pair-cb {position: relative;}
.cb-speech-tag {display: none;}

.newsMosaic.page-news-wrap {margin-top: 0px; background-color: #fff;}

.comments h3 {display: none;}

.opinion-wrap {padding-bottom: 6px; margin-bottom: 12px; border-bottom: solid 2px rgba(255,255,255,.5); overflow: hidden;}

.opinion-avatar {
	width: 70px;
	padding-right: 12px;
	float: left;
}

.opinion-avatar img {
    border-radius: 50%;
}

.opinion-author {float: left; padding-top: 10px;}

/* Coronavirus 2020 */

.cv-links {margin-top: 20px;}

@media (min-width: 992px) {
.cv-links {display: none;}
}

.ask-wrap .gform_wrapper h3.gform_title {
    font-size: 1.75rem;
}

.ask-wrap .gform_wrapper .gform_footer input.button, .ask-wrap .gform_wrapper .gform_footer input[type="submit"] {
font-size: 1.25em;
width: 100%;
margin: 0;
}


.election-resources-wrap.cv-roll:hover {background: #c63a36;}
.election-resources-wrap.cv-roll:active {background: #ffcf2f;}
.election-resources-wrap.cv-roll:focus {background: #c63a36;}

.page-columns .election-resources-wrap.cv-roll a:hover {border-bottom: 0.0625rem solid #fff;}

.election-resources-wrap.cv-roll.cv-roll-red{background: #c63a36;;}
.election-resources-wrap.cv-roll.cv-roll-red:hover {background: rgba(10,56,69,.9);}
.election-resources-wrap.cv-roll.cv-roll-red:active {background:  #ffcf2f;}
.election-resources-wrap.cv-roll.cv-roll-red:focus {background: rgba(10,56,69,.9);}

@media (min-width: 394px) {
	.cv-events {max-width: 394px;}
}

/* Federal Election 2019 */

@media (min-width: 768px) {
	
.election-sec .title-hm {
    bottom: 5%;
	top: auto;
	}
	
	.election-sec .title-hm h1 {font-size: 3rem;
	}
}

@media (min-width: 992px) {
	
	.election-sec .title-hm {
    bottom: 12%;
    }
 	.election-sec .title-hm h1 {font-size: 3.5rem;
	}

}

.find-event, .rego-event {margin-bottom: 30px;}

.find-event-wrap {overflow: hidden; margin-bottom: 20px; padding-bottom: 30px; border-bottom: 2px solid #ccc;}
.event-item, .rego-event-item {padding: 12px; background: rgba(204, 222, 227, 0.4); margin: 0px auto 10px; border-radius: 8px;}
.event-item h3 {margin-bottom: 5px;}

.rego-event-item hr {height:2px; border:none; color: rgba(10,56,69,.5); background-color:rgba(10,56,69,.5);}

/* Matrix boxes */

.campaign-matrix-cont {margin-top: 40px;}

.col-sm400-6 {margin-bottom: 20px;}

.campaign-wrap {margin-bottom: 30px;}
.campaign-box {padding: 20px; position: relative; border-radius: 10px;}
.campaign-box h3 {color: #fff; margin: 0;}
.campaign-box a.btn-box {color: #fff; padding: 0; bottom: 20px; left: 20px; position: absolute; margin-bottom: 0; background-color: transparent;}

.campaign-box.cb-who.cb-first {background-image: none;}

.campaign-box.cb-inv {background-color: rgba(0,89,114,1.00); min-height: 140px; background-image: url("images/matrix-plane.png");
background-position: right top;
background-repeat: no-repeat;}
.campaign-box.cb-who {background-color: rgba(198,58,54,1.00); min-height: 140px; background-image: url("images/matrix-plane.png");
background-position: right top;
background-repeat: no-repeat;}

.campaign-box.cb-speech {background-color: rgba(0,89,114,1.00); min-height: 140px; background-image: url("images/matrix-speech.png");
background-position: right top;
background-repeat: no-repeat;}

.campaign-box.cb-inv:hover {
	background-color: rgba(10,56,69,1.00);

}
.campaign-box.cb-who:hover {
	background-color: rgba(153,33,29,1.00);

}
.campaign-box.cb-speech:hover {
	background-color: rgba(10,56,69,1.00);

}

/* sign up module */

.home .signup-module, .page-template-front-page-dev .signup-module {margin-bottom: -120px; position: relative;
z-index: 10;}										

.signup-border {padding: 20px; border: 2px solid #e1e1df; border-radius: 15px; background-color: #fff;}
.signup-module h2 {color: #39607b; font-weight: 600; margin-top: 5px; margin-bottom: 15px;}
.signup-module h3 {color: #39607b; font-weight: 600; margin-top: 5px; margin-bottom: 15px;}


.signup-module .gform_wrapper {overflow:hidden; margin-top: 0; margin-bottom: 0}

.gform_wrapper .signup-home input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: inherit;
    font-family: inherit;
    padding: 4px;
    letter-spacing: normal;
}
.signup-module .gform_wrapper .top_label .gfield_label {
    font-weight: 400;
	font-size: 1.3rem;
	margin-top: 8px;
	margin-bottom: 0;
}

body .signup-module .gform_wrapper ul li.gfield {
    margin-top: 0;
}

body .signup-module .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

.signup-module .gform_wrapper .gform_footer {margin: 4px 0 0;
padding: 0;}

.gform_wrapper .signup-home .gform_footer input.button, .gform_wrapper .signup-home .gform_footer input[type="submit"] {
width: 100%;
height: 48px;
float: right;
color: #333;
margin: 7px 0;
background-image: url("images/btn-title-bg.png");
background-position: center right;
background-repeat: no-repeat;
background-color: #ffcf2f;
border: none;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border-radius: 4px;	
padding: 8px;
}

.gform_wrapper .signup-home .gform_footer input.button:hover, .gform_wrapper .signup-home .gform_footer input[type="submit"]:hover {
    background-color: #c63a36;
    color: #fff;
}
.gform_wrapper .signup-home .gform_footer input.button:active, .gform_wrapper .signup-home .gform_footer input[type="submit"]:active {
    background-color: #ffcf2f;
    color: #333333;
}

.signup-module .small {margin: 0;}

.signup-module .gform_confirmation_message {font-size: 1.4rem; text-align: center; font-weight: 600; color: rgba(153,33,29,1.00); margin-bottom: 15px;}

/* Archive pages */

.archive-wrap {}

/* Gravity generic*/

p.small.privacy-text {display: none;}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    position: absolute !important;
    left: -9000px;
    display: none !important;
}

.ft-subscribe .gform_wrapper .gfield_required {
    color: rgba(255,255,255,.70);
}

/* Action Page ************************************** */

.action-pg-module {background-color: #ffcf2f; padding: 20px;
border-radius: 10px; margin-top: 0; }

.page-columns .action-pg-module h2 {margin-top: 0; color: #333;}
.page-columns .action-pg-module h3 {margin-top: 0; color: #333; border-bottom: 6px solid rgba(92,74,0,.7);}

/* Action pg gravity */

.action-pg-module .gform_wrapper input.large {
    border: 2px solid #ccc;
    color: #333;
	border-radius: 4px;
	height: 48px;
	line-height: 45px;
}

.action-pg-module .gform_wrapper div.charleft {
    font-size: 1rem;
    color: #000;
}

.action-pg-module .gform_wrapper input#input_62_10 {background: #fff; padding: 0 10px; width: 100%;}

.action-pg-module .gform_wrapper .gfield_checkbox li input#choice_62_12_1, .gform_wrapper .gfield_checkbox li input#choice_62_12_1[type="checkbox"] {
    vertical-align: top;
}

.action-pg-module .gform_wrapper textarea.medium {
    border: 2px solid #ccc;
    color: #333;
	border-radius: 4px;
}

.action-pg-module .gform_wrapper input.large:focus {
    border: 4px solid #ccc;
}

.action-pg-module .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover {

    background-color: rgba(0,89,114,1);

}
.action-pg-module .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {

    width: 100%;
    height: 48px;
    float: right;
    color: #fff;
    margin: 7px 0;
    background-image: url("images/btn-title-bg.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #c63a36;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    padding: 8px;

}

.action-pg-module .gform_wrapper.gravity-theme .field_description_above .description, .action-pg-module .gform_wrapper.gravity-theme .field_description_above .gfield_description, .action-pg-module .gform_wrapper.gravity-theme .field_description_above .gsection_description, .action-pg-module .gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-top: 0;
  padding-bottom: 8px;
  margin-top: -10px;
  line-height: 1;
}

.action-pg-module .gform_wrapper .gfield_required {
  color: #A7280C;
}

/* home champions */

.champions-curve {}
.champions-curve img {width: 100%; height: auto; vertical-align: bottom;}

.champions-wrap {background-color: #fedd6e; padding: 100px 0 40px; position: relative;}

.champions-home ul {margin: 0; padding: 0;}

.champItem {width: 49%; list-style-type: none; display: inline-block; padding: 1% 3%; vertical-align: top; }

a h4.champTitle {color: #333; font-weight: 600; margin-bottom: 5px;}

.champImg img { border-radius: 50%; border: solid 6px #e3c461;}

.champ-mask {margin: -90px 0 0;}
.champ-mask {margin: 0; position: absolute;
bottom: 0; width: 100%;}


.champ-mask img {width: 100%; height: auto; vertical-align: bottom;}

/* champions intro page */

ul.champ-pg {padding: 0; margin: 0;}

ul.champ-pg h4 {font-weight: 600;}

ul.champ-pg {text-align: left;}
	
.champ-pg .champItem {
    width: 100%;
   overflow: hidden;
	border-bottom: 3px #fff solid;
	margin-bottom: 16px;
}

.champ-pg .champItem:last-child {
	margin-bottom: 0;
}

.champ-pg .champImg  img {
    float: left;
    width: 33%;
    margin-right: 10px;
	margin-bottom: 10px;
}

.champ-content { float: left; width: 61%;}

/* Federal Election 2019 page*/

.container-fluid.election_cont_two, .container-fluid.election_cont_three {padding: 0;}
.container-fluid.election_cont_two img, .container-fluid.election_cont_three img {width: 100%; height: auto; vertical-align: top;}

.election-resources-wrap {
	color: #fff;
	padding: 15px;
	border-radius: 8px;
    background-color: rgba(10,56,69,.9);
}

.election-resources-wrap h3 {margin-top: 0;}

.election-resources-wrap a {color: #fff; text-decoration: underline;}
.election-resources-wrap a:hover {text-decoration: none;}

.election-resources-wrap a.btn {color: #333; text-decoration: none;}
.election-resources-wrap a.btn:hover {color: #fff;}
	
.ccc-chart {background: #fff;

overflow: hidden;

border-radius: 8px;

margin: 40px 0;

padding-bottom: 10px;}

@media (min-width: 768px) {

.ccc-chart .col-sm-4 {padding-left: 25px; padding-right: 25px; }
	
}

.res-image-col img {padding-bottom: 2rem;}

@media (min-width: 768px) {
	.res-image-col img {padding-bottom: 0;}
}

/* Forums Page */

.forum-wrap {position: relative;}
.forum-wrap img.sold-out-session {position: absolute; top: 0; left: 20px; width: 45%; opacity: .8;}

/* Page news feed */

.page-news-wrap {background-color: rgba(10,81,103,.15); padding: 20px 0; margin-top: 40px;}

.page-news-wrap h2 {color: #39607b; text-align: center;}

.page-news-module .itemText {
    position: relative;
    margin-top: -10px;
    z-index: 20;
}
.page-news-module .feed-item {padding-right: 15px; padding-left: 15px;}
.page-news-module .item { } 

/* page columns*/

.page-columns {margin-bottom: 40px;}

.page-columns h2 {color: #005972;}
.page-columns h2:first-child {margin-top: 0;}
.page-columns h2.Boxh2 {background-color: #005972; padding: 1rem; font-size: 1.75rem; color: #fff; border-radius: 4px; }
.page-columns h3 {color: #005972; border-bottom: 6px solid rgba(204,222,227,.9); padding-bottom: 1rem;}

/* news mosaic */

.grid-sizer,
.grid-item { width: 100%; margin: 0; }
.grid-item--width2 { width: 400px; }

/* pagination */
.search-pagination {overflow: hidden;}
nav.custom-pagination {margin-top: 30px; margin-bottom: 40px; float: none;}

.num-float {display: inline-block; margin-right: 10px; }

.num-float a {line-height: 30px;}

.page-nums a.page-numbers {color: #fff; text-align: center; width: 30px; height: 30px; background-color: rgba(0,89,114,1); display: inline-block; border-radius: 50%; margin-right: 5px;}
.page-nums a.page-numbers.current {color: #333; background-color: #f9ca3e;}


/* page single */

.container-fluid.single-header {
background-color: rgba(10,81,103,1.0);
margin-bottom: 40px;
}

.opinion-meta-wrap .container-fluid.single-header {
background-color: rgba(198,58,54,1.0);
}

.opinion-meta-wrap .itemHeading {
    background-color: rgba(198,58,54,.9);
}

.container-fluid.single-header a {
color: #fff;
font-size: 1.75rem;
font-weight: 700;
}

.single-title h2 {font-size: 2.5rem; text-align: left; margin: 5px 0 10px;}

.excerptHighlight {color: rgba(10,56,69,1.00); font-size: 1.2rem; font-weight: 700; margin: 30px 0 10px;
display: inline-block;}

.opinion-meta-wrap .excerptHighlight {margin: 10px 0 10px;} /* opinion - less top margin to accommodate avatar */

/* single share and ratings widget */

section.share {
    margin: 0 0 50px 0;
    padding: 20px;
    text-align: center;
    background: #f2f2f2;
}

/* Footer */

.footer .gform_wrapper {overflow: hidden;}

.footer .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
	margin-top: 8px;
}

.footer .gform_wrapper .gform_body {
    width: 100%;
	float: left;
}

.footer .gform_wrapper .top_label .gfield_label {
    height: 25px;
    margin-bottom: 0;
}

.footer .gform_wrapper .top_label input.medium {width: 100%; border-radius: 4px; border: none;}

.footer .gform_wrapper .gform_footer {
    padding: 0;
	width: 100%;
	float: left;
	clear: none;
	margin-top: 0;
}

.footer .gform_wrapper .signup-home .gform_footer input.button, .footer .gform_wrapper .signup-home .gform_footer input[type="submit"] {
    padding: 4px;
	width: 100%;
    float: none;
    color: #333;
    margin: 0;
    min-width: auto;
	border-radius: 4px;
	margin-top: 16px;
	height: 48px;
}

.footer .gform_wrapper .signup-home .gform_footer input.button:hover, .footer .gform_wrapper .signup-home .gform_footer input[type="submit"]:hover {
    color: #fff;
}

@media screen and (min-width: 768px) {
	
	.footer .gform_wrapper .gform_footer {
	margin-top: 19px;
}
	
	.footer .gform_wrapper .gform_body {
    width: 63%;
	float: left;
	}
	
	.footer .gform_wrapper ul.gform_fields li.gfield {
    width: 31.3333%;
	margin-right: 2%;
	float: left;
	clear: none;
	}

	.footer .gform_wrapper .gform_footer {
    padding: 0;
	width: 31%;
	float: left;
	clear: none;
	margin-top: 11px;
	}
	
	.footer .gform_wrapper .signup-home .gform_footer input.button, .footer .gform_wrapper .signup-home .gform_footer input[type="submit"] {
	margin-top: 34px;

}
	
}

/* **************************************
Page content

*****************************************/

.forum-wrap.forum-finished {opacity: .5;}

/* ***************************************

SUB NAV

****************************************/

/*----- Toggle Button -----*/


.sub-navigation a.toggle-nav {
display:none;
}
.toggle-nav-wrap {display:none;}
/*----- Menu -----*/
@media screen and (min-width: 992px) {
.submenu {
width:100%;
max-width: 100%;
padding:0;
border-radius:3px;
	
}
}
.submenu ul {
display:inline-block;
padding: 0;
	margin-bottom: 0;
}
.submenu li {
margin:0px 0px 0px 0px;
float:left;
list-style:none;
font-size:17px;
border-bottom: solid 3px #fff;
width: 100%;
}
.submenu li:last-child {
margin-right:0px;
border-bottom: none;
}
.submenu a:hover {background-color:#005972;}
.submenu .current_page_item a:hover {color: #005972; background-color:rgba(204,222,227,1);}

.submenu a {
color:#005972;
transition:color linear 0.15s;
padding: 20px 18px 20px 80px;
display: block;
border-radius: 4px;
background:rgba(204,222,227,.9);
}
.submenu a:hover, .submenu .current_page_item a {
text-decoration:none;
color:#fff;
background-color:#005972;
}

.submenu li.what-icon a {
	background-image: url("images/what-icon.png");
    background-position: center left;
    background-repeat: no-repeat;
}

.submenu li.can-i-get a {
	background-image: url("images/can-i-get-icon.png");
    background-position: center left;
    background-repeat: no-repeat;
}

.submenu li.ready-icon a {
	background-image: url("images/ready-icon.png");
    background-position: center left;
    background-repeat: no-repeat;
}

.submenu li.plan-icon a {
	background-image: url("images/plan-icon.png");
    background-position: center left;
    background-repeat: no-repeat;
}

.submenu li.choice-icon a {
	background-image: url("images/choice-icon.png");
    background-position: center left;
    background-repeat: no-repeat;
}

.submenu li.next-icon a {
	background-image: url("images/next-icon.png");
    background-position: center left;
    background-repeat: no-repeat;
}

.submenu li.resources-icon a {
	background-image: url("images/resources-icon.png");
    background-position: center left;
    background-repeat: no-repeat;
}

.submenu li.ten-tips-icon a {
	background-image: url("images/top-ten-tips-icon.png");
    background-position: center left;
    background-repeat: no-repeat;
}

/* Candidate action form - NOT GRAVITY */

.action-pg-module .__e-form {font-size: 1rem; font-family: 'Open Sans', Helvetica, Arial, sans-serif; margin-top: -1.333rem;}

.action-pg-module .__e-form .--title {color: #333; font-size: 2.75rem; line-height: 1.2;}

.action-pg-module .__e-form label {
	color: #333;
	font-size: 1rem;
    margin-bottom: 5px;
}

.action-pg-module .__e-form-control:focus {border-width: 3px;}
.action-pg-module .__e-form-control:active {border-width: 3px;}

.action-pg-module .__e-form .error-message {
	color: #D0021B;
}

.action-pg-module .__e-layer-1 p {
    background: #fbcd06;
	border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding: 10px;
}

/* .action-pg-module .__e-form .__e-section.--active {
    background: #fbcd06;
} */

.action-pg-module .__e-form .__e-section p {
    color: #333;
}
.action-pg-module .__s-form-18 h3 {border-bottom: none; padding-bottom: 0; margin-top: 6px;}

.__e-form .__e-section .__e-layer-2 {color: #333;}

.action-pg-module .__e-form-control.error { border: solid #D0021B 3px;} 

.action-pg-module .__e-info-link {display: none;}

.action-pg-module .__e-form .__e-button {font-size: 1.3rem; color: #fff;
	background-color: #c63a36;
	width: 100%;}

.action-pg-module .__e-form .__e-button:hover {
	background-color: rgba(0,89,114,1);}

.action-pg-module .__e-form .__e-button:active {
	background-color: #c63a36;}

/*----- Responsive -----*/
@media screen and (max-width: 1200px) {
.wrap {
width:100%;
}
}

@media screen and (max-width: 992px) {
.submenu {
position:relative;
display:inline-block;
width: 100%;
z-index: 100;
}
.submenu ul.active {
display:none;
}
.submenu ul {
width:100%;
position:absolute;
top:120%;
left:0px;
box-shadow:0px 1px 1px rgba(0,0,0,0.15);
background-color:#fff;
}
.submenu ul:after {
width:0px;
height:0px;
position:absolute;
top:0%;
left:22px;
content:'';
transform:translate(0%, -100%);
border-left:7px solid transparent;
border-right:7px solid transparent;
border-bottom:7px solid #303030;
}
.submenu li {
float:none;
display:block;
}
.submenu a {
display:block;
background:rgba(204,222,227,.9);
border-radius: 4px;
}

.toggle-nav-wrap {color: #333; line-height:60px; display:block;}
	
.sub-navigation a.toggle-nav {
padding: 0px 15px 6px;
float:left;
display:inline-block;
box-shadow:0px 1px 1px rgba(0,0,0,0.15);
border-radius:3px;
background:#005972;
text-shadow:0px 1px 0px rgba(0,0,0,0.5);
color:#fff;
font-size:30px;
transition:color linear 0.15s;
margin-right: 10px;
}
.sub-navigation a.toggle-nav:hover, .toggle-nav.active {
text-decoration:none;
color:#66a992;
}

}


/* ***************************************

Forms

*************************************** */  

.gform_wrapper input.medium, .gform_wrapper input.large {
	border: 2px solid #ccc;
    border-radius: 4px;
    color: #666;
	height: 48px;
	line-height: 45px;
}

.gform_wrapper textarea {
    border: 2px solid #ccc;
    border-radius: 4px;
}

.scroll-down {width: 20%; bottom: 10px; position: absolute;
left: 40%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); opacity: .4;
cursor: pointer;}

/* Catholic Schools home */

.container {position: relative;}

h1.single-title-wrap {
    background-color: rgba(44, 169, 224, 0.85);
    color: #fff;
    font-size: 3.5rem;
    margin: 0;
	width: 100%;
    padding: 2% 15.2439%;
    text-align: left;
}

h2.title-wrap {background-color: rgba(44, 169, 224, 0.85);
    color: #fff;
    font-size: 3.5rem;
    margin: 0;
    padding: 2%;
    text-align: left;
    z-index: 1;}

h2.title-wrap.home-title-wrap { font-size: 2.75rem; line-height: 1.1; padding: 2%; }

.row.page-content {Padding-top: 20px}

.cat-intro {}

.feed-sb {padding: 20px; background-color: rgba(44, 169, 224, 0.85); overflow: hidden;}
.feed-sb h2 {color: rgba(255, 255, 255, 0.65);}
.feed-sb a {color: #fff;}
.feed-sb a:hover {color: #03468a;}

.single-feature {margin-bottom: 20px;}
.container-wide {position: relative;}

.intro-para-box {margin-bottom: 40px; padding: 0 4%;}
.intro-para-box p {font-size: 1.75rem; color: #2ca9e0;}

.wide-header-para {margin-bottom: 40px;}
.wide-header-para p {font-size: 1.25rem; font-weight: 600;}

.one-col-section p {font-size: 1.25rem; font-weight: 600;}

.row.icon-row {margin-top: 40px;}
.icon-col {padding: 0 4%; margin-bottom: 40px;}
.icon-col img {padding: 0 7%;}

.icon-col p {font-size: 1.5rem; line-height: 1.1; font-weight: 700; color: rgb(251, 174, 37); padding-top: 15px;}
.page-excerpt a {display: none;}

.icon-row .wide-header {margin-top: 40px;}

.page-excerpt p {font-size: 1.4rem; font-weight: 600; color: rgba(255, 255, 255, .9);}

/* Search plug in */

.searchandfilter ul {padding-left: 0; }

.searchandfilter li.sf-field-search label {
    display: block;
}

.searchandfilter li.sf-field-category label {
    display: block;
}

li.sf-field-search input {height: 40px; padding: 4px 8px; border: none; border-radius: 4px; width: 100%;}

.searchandfilter li.sf-field-category select.sf-input-select {
    width: 100%;
	font-weight: 600;
	color: #333;
	height: 40px;
}

li.sf-field-submit input {
	background-color: #c70505;
    color: #fff;
	border: 2px solid #c70505;
    border-radius: 0;
    float: right;
    padding: 8px 20px;
	font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
	-moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;}

/* Feed */

.postItem h2 {font-size: 1.75rem; border-bottom: 4px solid rgba(25,131,196,0.60); padding-bottom: 6px;}

.postItem p a {display: none;}

.feed-excerpt.news-excerpt p a {display: block;}

.btn.readmore {
    background-color: transparent;
    border: 2px solid #c70505;
    color: #c70505;
	padding: 8px 20px;
	border-radius: 0;
	float: right;
}

.btn.readmore:hover {
    background-color: #c70505;
    color: #e7e7e7;
}

.btn.readmore.readmore-sm {
    color: #c70505;
	padding: 5px 12px;
	font-size: 12px;
}
.btn.readmore.readmore-sm:hover {
    background-color: #c70505;
    color: #e7e7e7;
}

.btn.readmore.readmore-red {color: #fff; background-color: #c70505;}

.section-box.section-blue {background-color: rgba(44, 169, 224, 0.94); padding: 25px;}

.section-box h3 {color: #2ca9e0; font-weight: 700; font-size: 2.25rem;  margin-top: 0;}
.section-box.section-blue h3 {color: #fff; margin-top: 0;}
.section-box h3:after {
    border-bottom: 4px solid rgba(118, 212, 254, 1);
    content: " ";
    display: block;
	width: 280px;
	margin-bottom: 35px;
    margin-top: 35px;
}
.section-box.section-blue h3:after {
    
}

.section-box.section-blue p {color: #fff;}

.section-col.quote-col {margin-top: 20px;}

.section-col.quote-col h3 {margin-top: 12px; color: #333; padding: 24px 12px 30px; font-size: 1.33rem; line-height: 1.42; font-weight: 600; background-color: #E4F4FB; border-bottom: solid 4px #D9F0FA; margin-bottom: 30px;}


.section-col.quote-col h3:before, .section-col.quote-col h3:after {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 120px;
    line-height: 1;
	opacity: .1;
}
 .section-col.quote-col h3:before {
    left: 8px;
    line-height: 0.5;
    top: 0;
    content: "\201C";
} 
.section-col.quote-col h3:after {
    bottom: 0;
    right: 6px;
    content: "\201D";
}

.lower-page-content .section-col {}

.row.lower-page-content {margin-bottom: 40px;}

/* News Feed */

.row.page-news-feed {margin-bottom: 30px; overflow: hidden; }
.wide-header h2 {margin-bottom: 0; color: #fff; font-size: 2.25rem;}
.wide-header h2 span {padding: 10px 15px; display: inline-block; background-color: rgba(251, 174, 37, 1);}
.wide-header.wide-hd-blue h2 span {background-color: rgba(44, 169, 224, 0.85)}
.wide-header h2:after
{
    border-bottom: 4px solid rgba(251, 174, 37, 1);
    content: " ";
    display: block;
    margin-top: 0;
	margin-bottom: 30px; 
}
.wide-header.wide-hd-blue h2:after
{
    border-bottom: 4px solid rgba(44, 169, 224, 0.85); 
}

ul.feed-list {margin:0; padding: 0;}
ul.feed-list li {list-style: outside none none; margin-bottom: 20px;}

.news-item {color: #333; background-color: rgba(251, 174, 37, 0.90); padding: 15px; margin-top: -30px; position: relative; z-index: 10;}
.news-item h3 {margin-top: 0; font-size: 1.5rem;  margin-bottom: 15px;}
.news-item h3 a {color: #333; text-decoration:none; font-weight: 700; }
.news-item h3 a:hover {color: #428bca;}
.news-item h3:after
{
    border-bottom: 3px solid #000;
    content: " ";
    display: block;
    margin-top: 20px;
    width: 60px;
}
.news-item .feed-excerpt {font-weight: 700;}

.page-feed-thumb img {text-align: left; width: 100%;}

.meta {margin-bottom: 10px;}
.meta .date {font-size: .8rem; font-weight: 700;}

.archive-title {margin-bottom: 40px;}

/* Form Thanks */

/*********************
Calendaer pages
**********************/

.events-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 4px;
}

.page-columns .itemTextwrap h3 {
    color: #1874c3;
    border-bottom: none;
    padding-bottom: 0;
	margin-top: 0;
}

.page-columns a.btn {margin-top: 6px; color: #333; border-bottom: none; padding: 7px 10px; font-size: .9rem; white-space: normal;}

.page-columns a.btn:hover {
    border-bottom: none;
	color: #fff;
}

.itemTextwrap p {margin: 4px 0; line-heightL: 1.42; font-size: .9rem;}

@media (min-width: 992px) {
	
	.itemTextwrap p {line-height: 1.6;
	font-size: 1rem;}
}

.itemImagewrap {margin: -12px 0 0;}

.itemImagewrap img {width: 42%;
height: auto;
float: right;
margin-left: 12px;}

@media (min-width: 420px) {
	.itemImagewrap img {width: 33%;}
}


/* RESPONSIVE SPLASH */

@media (max-width: 992px) {
	.title-hm .action-title {float: none;}
}

@media (min-width: 400px) {
	
.campaign-box.cb-inv {background-image: url("images/matrix-plane-lg.png");
background-position: right top;
}
.campaign-box.cb-who {background-image: url("images/matrix-plane-lg.png");
background-position: right top;
}

.campaign-box.cb-speech {background-image: url("images/matrix-speech-lg.png");
background-position: right top;
}
	
}


@media (min-width: 480px) {
	.icon-col img {padding: 0 22%;}
	
	.col-sm400-6 {width: 50%;}
	

	
.campaign-box.cb-inv {background-image: url("images/matrix-plane.png");
background-position: right top;
}
.campaign-box.cb-who {background-image: url("images/matrix-plane.png");
background-position: right top;
}

.campaign-box.cb-speech {background-image: url("images/matrix-speech.png");
background-position: right top;
}
	
.banner img.hm-title-arrow {display: block; width: 72px; position: absolute; bottom: 12px; left: 50%;
  transform: translateX(-50%);}
	
.search-hd-wrap {width: 100px;}
	p.search-head {
    float: left;
    line-height: 36px;
    padding-right: 8px;
    display: block;
}
	
} /* End min 480px (>480px) */

@media (min-width: 560px) {

	.page-feed-thumb img {text-align: left; width: auto;}
	
	.itemText {position: absolute; bottom: 0; padding: 25px; width: 100%;}
	.action-feed .itemText.action-hm-txt {
    position: absolute;
    margin-top: 0;
}
	.action-feed .itemText {position: relative; margin-top: -10px; }

	.actionText {position: absolute; bottom: 0; padding: 25px; background-color: rgba(251,250,250,.90); width: 100%;}
	.actionText img {border-radius: 10px;}
	
	
	
.champItem {width: 31%;}
	
.signup-module {margin: 40px 0;}

	
}   /* above <560px  */


@media (min-width: 614px) {

	.scroll-arrow {display: block;}
	
	.icon-col img {padding: 0 30%;}
	
}   /* above <614px  */

@media (min-width: 641px) {
.action-pg-module .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
	
.signup-module .gform_wrapper .top_label input.medium {width: 100%;}

.signup-module .gform_wrapper input.medium {
	width: 100%;
}
	
}   /* above <641px  */

@media (min-width: 768px) {
	
	
.flexmenu.fm-lg ul#mymenu, .flexmenu.fm-sm ul#mymenu {
    display: block;
}
	
.nav-wrap { 
	background-color: #fff;
    margin: 0 auto;
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 10;
}

/* .container-wrap {margin-top: 120px;} */
	
.scroll-arrow {display: block;}
	
.pc-small {width: 20%;}
.fm-scroll {height: 80px;}
.gradient-wrap.gw-small {margin-top: 80px;}
.container-wrap.cw-small {margin-top: 80px;}
.flexmenu.fm-lg.fm-lg-small {padding-top: 20px;}

.flexmenu.fm-lg {
	/* transition: all .3s ease-out; */
}	
	
.flexmenu.fm-lg a  {color: #005972; text-transform: uppercase; font-weight: 600;  padding: 6px 10px;}

.flexmenu.fm-lg a:hover {
    color: #fff;
	border-radius: 4px;
	/* background-color: rgba(0,89,114,1); */
}

.flexmenu.fm-lg a:active {
    color: #fff;
	background-color: #ffcf2f;
	
}
	
.navicon {display:none;}
	
.flexmenu.fm-lg > ul > li {
    padding: 7px 10px; 
}
	
.flexmenu.fm-lg > ul > li.current-menu-item a {
    color: #fff;
	border-radius: 4px;
	background-color: rgba(0,89,114,1); /* Green */
}
	
.flexmenu.fm-lg > ul > li.current-menu-parent a {
	color: #fff;
	border-radius: 4px;
	background-color: rgba(0,89,114,1);
	}

/* child of current menu item */	
.flexmenu.fm-lg li.current-menu-item ul li a {
	color: #005972;
	background-color: rgba(204, 222, 227, 0.5);
	border-bottom: none;
	}
	
.flexmenu.fm-lg li.current-menu-item ul li a:hover {
	color: #fff;
	}
	
.flexmenu.fm-lg > ul > li.current-menu-parent ul li a {
	color: #005972;
	background-color: rgba(204, 222, 227, 0.5);
	}
	
.flexmenu.fm-lg > ul > li.current-menu-parent ul li a:hover {
	color: #fff;
	}
	
/* Take Action nav*/
.flexmenu.fm-lg ul li.menu-item-10618 a {
	color: #333;
    background-color: #ffcf2f;
    border-radius: 4px;
}
.flexmenu.fm-lg ul li.menu-item-10618 a:hover {
	background-color: rgba(0,89,114,1);
    color: #fff;
}
	
.flexmenu.fm-lg li ul {
	left: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    border: none;
    border-radius: 4px;
}
	
.flexmenu.fm-lg li ul li {
    background-color: rgba(204, 222, 227, 0.5);
	border-bottom: 1px solid #e7e7e7;
	border-radius: 4px;
	padding: 0;
}
	
.flexmenu.fm-lg li ul li a {
	padding-bottom: 3px 0;
}
	
.flexmenu.fm-lg li ul a {
    border-top: none;
	height: 40px;	
	line-height: 30px;
	
}
	
.flexmenu.fm-lg li ul li a:hover {
	border: none;

}
	
.gradient-wrap {
	margin-top: 120px;
}
	
	h1.single-title-wrap {
    background-color: rgba(44, 169, 224, 0.85);
    color: #fff;
    font-size: 3.5rem;
    margin: 0;
	width: 100%;
    /*max-width: 84.666%;*/
    padding: 2% 15.2439%;
    text-align: left;
}

h2.title-wrap {background-color: rgba(44, 169, 224, 0.85);
    color: #fff;
    font-size: 3.5rem;
    margin: 0;
    max-width: 90%;
    padding: 5% 14%;
    position: absolute;
    text-align: left;
    z-index: 1;}

h2.title-wrap.home-title-wrap { font-size: 2.75rem; line-height: 1.1; padding: 2%; }
	
	
.page-feed-thumb img {text-align: center;}
	
.section-col.quote-col h3 {
    margin-top: -6px;

}
	
.row.lower-page-content {
    margin-top: -30px;
}
	
.row.lower-page-content .section-col {margin-top: 170px;}
	
.row.lower-page-content .section-col h3 {padding-left: 20px; padding-right: 40px;}
	
	
    .icon-col {padding: 0 4%; margin-bottom: 20px;}
	.icon-col img {padding: 0 4%;}
	
.section-col.quote-col {
    margin-top: 0px;
}
	
	.section-col.quote-col h3 {
    padding: 0;
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}
	
.grid-sizer,
.grid-item { width: 48%; margin: 0 1%; }
	

.banner-overlay {display: block; position: absolute; bottom: 0; width: 100%;}
	
.title-hm {position: absolute; top: 7%; width: 100%; background-color: transparent;}
	
	.title-hm h1 {font-size: 4rem; margin: 0 auto 10px;}
	.title-hm h2 {font-size: 1.5rem; padding: 0 12%;}
	
.title-hm.fund-fix {background-color: transparent; padding: 15px; margin-top: 0;}
	
	h2.newsHub-hd {margin-top: -20px;}
	
.campaign-box.cb-speech {background-image: url("images/matrix-speech-lg.png");
	background-position: right top;}
	
.page-news-module .grid-item.feed-item {padding-right: 0; padding-left: 0;}	

	
.action-pg-module {padding: 40px;}

.action-pg-module h2, .action-pg-module h3 {text-align: left;}
.banner.action-pg  {text-align: left;}
.banner.action-pg .title-hm h2 {padding: 0;}
	
.banner img.hm-title-arrow {bottom: 30px; }
	
/* Home sign up */ 
	
.signup-module .gform_wrapper .top_label input.medium {float: left; width: 100%;}
.signup-module .gform_wrapper .top_label .gfield_label {float: left; padding-right: 10px; margin-top: 11px; width: auto; }

.signup-module .gform_wrapper .gform_body {float: left; width: 80%;}
.signup-module .gform_wrapper .gform_footer {float: right; clear: none; width: 20%; margin: 0;
padding: 0;}
	
.signup-module .gform_wrapper .gform_footer input {float: right;}
	
body .signup-module .gform_wrapper ul li.gfield {margin-top: 0; padding-top: 0; width: 33%; float: left; clear: none;}
	
}
	
/* end <768  */

/* No greater than 992px, no less than 768px */

@media (max-width:992px) and (min-width:768px) {
    
	.flexmenu.fm-lg a {
    font-size: 1rem;
	padding: 7px 0px;
}
	
}


@media (min-width: 992px) {	
	
.container-wrap {
    margin: 30px auto 0;
}
	
nav {max-width: 73%; float: left; }
	
.flexmenu.fm-lg {
	padding-top:25px;
}
	
.flexmenu.fm-lg > ul > li {
    padding: 7px 7px;
}
	
	
.logo-pc {
	margin: 10px 20px 5px 0;
	height: 80px;
	transition: all 0.2s ease 0s;
}
		
h2.title-wrap {
    max-width: 50%;
    }
	
.row.page-content {Padding-top: 40px; margin-bottom: 20px;}
	
.news-item {width: 90%;}
	
.section-col.quote-col h3 {
    padding: 0 0 0 50px;
	font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}
	
img.img-wide {width: 75%; position: absolute;}	
.lower-page-cont {padding-top: 320px;}
	
.row.lower-page-content {
    margin-top: 0;
}
	
.row.title-content {padding-top: 40px;}
	
.logo-ft {float: left; width: 25%;}
.logo-ft img {padding: 2% 15% 2% 0; }

.social-ft span {float: left; margin-bottom: 4px; clear: left;}
	
.col-sm400-6 {width: 50%; margin-bottom: 0;}

.signup-border {padding: 24px 60px 44px;}
	
.signup-module h2 {
	margin-bottom: 25px;
	}
	
.signup-module h3 {
	margin-bottom: 25px;
	}
	
.signup-module .gform_wrapper {margin: 0;}
	
.footerNav li {display: block; padding: 10px;}

nav.footerNav {width: 100%;
max-width: 100%;}
	
.footerNav li ul li {display: block; width: 100%; padding: 0; text-transform: none; }

.grid-sizer,
.grid-item { width: 31.3333%;}
	
.social-hd-wrap {padding-top: 36px;}
.search-wrap {top: 20px;}
	
.champions-wrap {}
	
.campaign-box.cb-speech {background-image: url("images/matrix-speech.png");
	background-position: right top; position: relative; border-radius: 10px 10px 10px 0;}
	
.cb-speech-tag {display: block; width: 53px; height: 40px; position: absolute; bottom:-40px; left: 0px; background-image: url("images/speech-tag-bg.png");
background-position: left top;
background-repeat: no-repeat;}
	
	.cb-speech-tag:hover {
background-position: left -40px;
}
	
.campaign-box.cb-speech:hover .cb-speech-tag {background-position: left -40px;}
	
img.scroll-dowm-arrow  {display: block; width: 72px; position: absolute; bottom: 70px; left: 50%;
		transform: translateX(-50%);}
	
.signup-module .gform_wrapper .top_label .gfield_label {
    margin-top: 18px;
}
	
.page-columns h2 {font-size: 3rem; margin-bottom: 1.333rem;}
.page-columns h2.Boxh2 {font-size: 2.25rem; margin-bottom: 2rem;}
	
/******************   SHIFT NAV ********************/	
	
.shift ul li {
  display: inline-block;
}
	
.shift ul li ul li {
  display: block;
}
.shift ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;

}
.shift ul li a,
.shift ul li a:after,
.shift ul li a:before {
  transition: all .5s;
}
.shift ul li a:hover {
  color: #555;
}
	
	
/* SHIFT */
.shift ul li a {
  position:relative;
  z-index: 1;
}
.shift ul li a:hover {
  color: #91640F;
}
.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: rgba(0,89,114,1);
  visibility: none;
  opacity: 0;
  z-index: -1;
  border-radius: 4px;
}
.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}	
	
/* end shift */
	
.banner img.hm-title-arrow {bottom: 70px; }
	
.search-hd-wrap {margin-top: 14px;}

.social-hd-wrap {padding-left:15px;}
	
.campaign-spruik-right {width:100%; float: left;}
	
} /* END 992 ppx */

/* Tablet only */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
	.flexmenu.fm-lg {
    padding-right: 10px;

}
	
/*	.flexmenu.fm-lg > ul > li {
    padding: 0 12px;
} */
	.flexmenu.fm-lg a {
    font-size: .9rem;
    padding: 6px 9px;
}
	
/*	.flexmenu.fm-lg {
	padding-top:30px;
}
	
	.social-hd-wrap {
    padding-top: 32px;
}
	
	*/
	
.fm-container form.searchForm {
    padding: 9px 0 0 0;
}
	
.signup-module .gform_wrapper .top_label .gfield_label {
    margin-top: 0;
}	
.signup-module .gform_wrapper .top_label input.medium {width: 100%;}
	
.signup-module .gform_wrapper .gform_footer { margin-top: 20px;
}
	
} /* end Tablet only */


@media (max-width:1199px) and (min-width:992px) {

.signup-module .gform_wrapper .top_label .gfield_label {
    margin-top: 0;
}	
.signup-module .gform_wrapper .top_label input.medium {width: 100%;}
	
.signup-module .gform_wrapper .gform_footer { margin-top: 20px;
}
	
}


@media (min-width: 1025px) {
/*.page-id-12514 .action-pg-module {margin-top: -120px;}*/
}

@media (min-width: 1200px) {
	
	.flexmenu.fm-lg > ul > li {
    padding: 7px 11px;
}
	h2.title-wrap.home-title-wrap { padding: 5% 2% 5% 8%; }
	
.champions-wrap {
padding: 100px 0 100px;}
	
.title-hm {top: 11%;}	
	
.title-hm h1 {margin: 0 auto 20px;}
	
img.scroll-dowm-arrow  {bottom: 100px;}

.banner img.hm-title-arrow {bottom: 90px; }
	
	
.action-pg .title-hm h1 {
    margin: 30px 0 0; font-size: 5rem;
}
	
.banner.action-pg .title-hm h2 {
    font-size: 1.666rem; max-width: 1100px; margin-top: 10px;
}
	
.gform_wrapper .signup-home .gform_footer input.button, .gform_wrapper .signup-home .gform_footer input[type="submit"] {
	margin-top: 45px;
}
	
}



@media (min-width: 1280px) {

	.logo-ft img {
    padding: 2% 32% 2% 0;}
		
	.title-hm {top: 20%;}
	
	.page-id-12514 .action-pg-module {margin-top: -150px;}
	
}

@media (min-width: 1460px) {

	h2.title-wrap.home-title-wrap {
    padding: 5% 2% 5% 16%;
}
	
	
	
		.lower-page-cont {
    padding-top: 400px;
}
	
	.champions-wrap {
}
	
.banner img.hm-title-arrow {bottom: 130px; }
	
}

@media (min-width: 1890px) {
	
	img.scroll-dowm-arrow  {bottom: 150px;}
	
body {background-color: #e7e7e7; }

.main-wrap {
    max-width: 1890px;
	margin: 0 auto;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	}
	
}

/* Election 2022*/



.election-page-sb .dropdown-menu {width: 100%;}

.election-page-sb .dropdown-menu > li > a {
  padding: 9px 20px;
}

@media (min-width: 1200px) {
	.elec-hm-options {padding-left: 4rem; padding-right: 4rem;}
}

.defent-opt-text h3 {transition: transform .2s;}
.defent-opt-text h3:hover {-ms-transform: scale(1.1); transform: scale(1.1);}

.region-intro {margin-bottom: 2rem;}

p.rego-btn {display: none; margin-bottom: 0;}

/* Targert seats */

.election-seat-news {display: none;}

.target-seats-feed {margin-top: 2rem; margin-bottom: 2rem;}
.local-events-feed {margin-top: 2rem; margin-bottom: 2rem;}

.candidate-wrap {display: flex; flex-wrap: wrap; border-bottom: 1px solid #ccc; padding: .5rem 0;}
.candidate-name {width: 45%;}
.candidate-color {width: 20px; height: 20px; margin-top: .25rem; margin-right: 1rem;}
.candidate-color.red {background: #e53440;}
.candidate-color.blue {background: #1c4f9c;}
.candidate-color.orange {background: #f26c23;}
.candidate-color.green {background: #008c44;}
.candidate-color.dkgreen {background: #006141;}
.candidate-color.grey {background: #ccc;}
.candidate-color.yellow {background: #ffed00;}
.candidate-party {width: 45%;}
.candidate-email {width: 100%;}
@media (min-width: 992px) {
	.candidate-name {width: 30.33%;}
	.candidate-party {width: 20.33%;}
	.candidate-email {width: 40.33%;}
}

.seat-status {position: relative; height: 100px; padding-top: 30px;}
.seat-percent {position: absolute; top: 0; left: 0; color: #fff;  width: 100px; height: 100px; border-radius: 50%; background: #e53440; box-shadow: 3px 0px 7px rgba(0,0,0,.25); padding: 25px 0 10px;}
@media (min-width: 992px) {
	.seat-percent {left: -.5rem;}
}
.seat-percent p {font-size: 1.1rem; line-height: 1.1; margin: 0;}
.seat-percent span {font-size: 1.7rem; font-weight: 700; font-family: 'Chivo', sans-serif; }
.seat-percent.red {background: #e53440;}
.seat-percent.blue {background: #1c4f9c;}
.seat-percent.green {background: #008c44;}
.seat-percent.grey {background: #787878;}

.seat-mp.red {background: #e53440;}
.seat-mp.blue {background: #1c4f9c;}
.seat-mp.green {background: #008c44;}
.seat-mp.grey {background: #787878;}

.seat-mp {color: #fff; font-size: 1.1rem; background: #e53440; height: 40px; line-height: 40px; width: 98%; padding-left: 107px; margin-left: 2%; border-radius: 8px;}

/* Action network forms*/

.an-form {border-radius: 8px; margin-top: 1rem;}

.an-form #can_embed_form.can_float #form_col1 {float: left; width: 100%!important;}
.an-form #can_embed_form.can_float #form_col2 {float: left; width: 100%!important;}

.an-form #can_embed_form h2 { letter-spacing: 0; text-align: center;}

.an-form .can_embed.form #can_embed_form_inner > h2 {border-bottom: none;  margin-top: .5rem; margin-bottom: 1rem;
padding-bottom: 0;}

.an-form #can_embed_form h4 {}
.an-form #can_embed_form p {color: #fff;}
.an-form #can_embed_form p a {text-decoration:underline;}
.an-form #can_embed_form p a:hover {text-decoration:none;}

.an-form #can_embed_form .country_drop_wrap {display: none!important;}

.an-form #can_embed_form .floatlabel-wrapper .floatlabel-label-active {
    display: none !important;
}

.an-form #can_embed_form input[type="text"], .an-form #can_embed_form input, .an-form #can_embed_form textarea, .an-form #can_embed_form select {
  border-radius: 4px!important;
}

.an-form #can_embed_form input[type="submit"], #can_embed_form .button {
	font-size: 1rem; font-weight: 700; line-height: 2; border-radius: 4px;
}

.an-form #can_embed_form .floatlabel-wrapper .floatlabel-label-inactive {
top: -24px;
left: 0;
opacity: 1;
font-size: 1rem; text-transform: none; color: #333; font-weight: 700;}

.an-form #can_embed_form .floatlabel-wrapper .floatlabel-label::after {
  background-color: transparent;
}

.an-form #can_embed_form form li.core_field {
  margin-bottom: 1.5rem;
}

.an-form #can_embed_form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    display:none;
}
.an-form #can_embed_form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   display:none;
   opacity:  0;
}
.an-form #can_embed_form input::-moz-placeholder{ /* Mozilla Firefox 19+ */
   display:none;
   opacity:  0;
}
.an-form #can_embed_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   display:none;
}
.an-form #can_embed_form input::-ms-input-placeholder { /* Microsoft Edge */
   display:none;
}

.an-form #can_embed_form input::placeholder { /* Most modern browsers support this now. */
   display:none;
   opacity:  0;
}

.an-form #can_embed_form input:placeholder { /* Most modern browsers support this now. */
   display:none;
   opacity:  0;
}




