/*
Theme Name: AWRA
Author: Pixel Palace
Author URI: http://www.pixelpalace.com.au
Description:
Version: 1.0
*/

/* Import the necessary CSS additions */
@import url( includes/css/bootstrap-wp.css );

body {
	word-wrap: break-word;
	font-family: "Lato", "Helvetica", "Arial", sans-serif;
	color: #313131;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

blockquote {
	font-size: 16px;
	color: #00add5;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

.widget_search .search-form input[type="submit"] { display: none; }

.widget select {
	max-width: 100%;
}

 .comment .children { margin-left: 1.5em; }

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

/* typography */

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; text-transform: uppercase; font-weight: bold; color: #00b0d7; line-height: 1.4em;}
h5 { font-size: 16px; }
h6 { font-size: 16px; text-transform: uppercase;}

a:link, a:visited {
	color: #00add5;
}

a:hover {
	text-decoration: none;
	color: #87be43;
}

.entry-content h3 {
	padding: 0px;
	border: 0px;
	color: #00b0d7;
	font-size: 17px;
	line-height: 1.5em;
}

/* header */

header#masthead {
	border-bottom: 4px solid #f9f9f9;
}

.header-container {
	margin-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.home header#masthead {
	border: 0px;
}

.page-header {
	margin: 0px 0px 15px;
	padding: 0px;
}

.page-hero {
	position: relative;
	background: #ccc;
	min-height: 250px;
	width: 100%;
	background-size: cover;
}

.page-hero.size1 { min-height: 180px; }
.page-hero.size2 { min-height: 250px; }
.page-hero.size3 { min-height: 320px; }

.hero-info {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 15px 15px 15px 25px;
	background: url(images/nav_hover.jpg) top left repeat-y #fff;
	max-width: 740px;
}

.logo {
	padding: 0px 0px 15px;
}

.top-search {
	text-align: right;
}

/* general */

.breadcrumb-container { color: #a8a8a8; font-size: 12px; }
.btn { border-radius: 0px; border: 0px; }
a.btn-primary, .btn-primary { background: #00add5; color: #fff; text-transform: uppercase; padding: 9px 28px; }
a.btn-primary:hover, .btn-primary:hover, .btn-primary:active,  .open>.dropdown-toggle.btn-primary { background: #00c7f5; }
a.btn-small { padding: 4px 12px; font-size: 12px; }

a.btn-secondary {
	background: #fff;
	color: #354f90;
	text-transform: uppercase;
}

/* front page */

.home .entry-content p {
	color: #7f7f7f;
	font-size: 16px;
}

.overlay-left {
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: -680px;
	z-index: 18;
	max-height: 450px;
}

.admin-bar .overlay-left {
	top: 187px;
}

.overlay-right {
	position: absolute;
	top: 140px;
	right: 0px;
	z-index: 18;
	width: 30%;
	max-width: 200px;
}

.fp-item {
	text-align: center;
	color: #fff;
}

.fp-item .circle {
	width: 170px;
	margin: 0 auto;
	height: 150px;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.fp-item .circle img {
	left: 0px;
	top: 0px;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	position: absolute;
}

.fp-item .circle img.first {
	opacity: 1;
}

.fp-item .circle img.second {
	opacity: 0;
}

.fp-item .btn {
	margin-top: 25px;
	font-size: 12px;
	background: #00add5;
	border: 2px solid #fff;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
}

.fp-item .btn:hover {
	background: #00c7f5;
}

.fp-item:hover > .circle img {
	transform: translate( 0px, -6px);
	-webkit-transform: translate( 0px, -6px);
	-moz-transform: translate( 0px, -6px);
	-o-transform: translate( 0px, -6px);
	-ms-transform: translate( 0px, -6px);
}


.fp-item-container {
	background: url(images/blue_bg.jpg) bottom center;
	overflow: auto;
	padding: 40px 0px 120px;
}

.home .fp-item p {
	max-width: 300px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6em;
}

.fp-item h3 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.abTextAlignCenter h2 {
	font-size: 38px;
	text-shadow: 0px 5px 16px rgba(0,0,0,0.8);
}

.rsABlock.abWhiteBox {
	padding: 5px 10px 5px 30px;
	background: url(images/nav_hover.jpg) top left repeat-y #fff;
}

/* page */

.page-title, .home h1 {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	text-transform: uppercase;
}

.page-header {
	border: 0px;
}

/* homepage */

.home h1 {
	font-size: 36px;
	color: #7f7f7f;
	margin: 50px 0px 30px;
}

.home p {
	max-width: 750px;
	margin: 10px auto;
}

.bottom-section {
	overflow: auto;
	margin-bottom: 30px;
}

.bottom-section h2 {
	font-size: 38px;
	color: #00add5;
}

.bottom-section h3 {
	font-size: 18px;
	color: #87be43;
	margin-bottom: 20px;
}

.bottom-section p {
	max-width: 900px;
}

.bottom-section img {
	margin-top: 5px;
}

.wide-section{
	background: #f9f9f9;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 80px 0px;
	background-size: cover;
}

.home .royalSlider, .home .rsSlide, .home .rsUni, .home .rsUni .home .rsOverflow, .home .rsOverflow {
	background: url(images/blue_bg.jpg) repeat !important;
	padding: 0px !important;
}

.rsContent {
	margin: 0 auto !important;
	max-width: 1200px;
}


.partner-heading {
	background: #354f90;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.partner-heading:before {
	content:'';
	width: 25px;
	height: 20px;
	background: url(images/heading-corner.png) top left no-repeat;
	position: absolute;
	z-index: 13;
	bottom: -15px;
	left: 0px;
}

.partner-heading.right:before {
	background: url(images/heading-corner.png) top right no-repeat;
	right: 0px;
	left: auto;
}

.partner-heading h3 {
	text-transform: uppercase;
	font-size: 16px;
	padding: 14px 0px;
	color: #fff;
	font-weight: 200;
}

/* draft nav */

.navbar {
	border: 0px; background: none; margin-top: 5px;
	font-size: 17px;
	font-weight: bold;
	z-index: 49;
}

.navbar-default .navbar-nav>li>a {
	color: #585858;
}

.navbar-collapse {
	padding-right: 0px !important;
}

.navbar-nav > li > a {
	padding: 12px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

ul.dropdown-menu {
	border: 0px;
	border-radius: 0px;
	box-shadow: 1px 4px 5px rgba(0,0,0,0.2);
	border: 4px solid #f9f9f9;
	border-top: 0px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current-menu-item a, .navbar-default .navbar-nav > li.current-menu-item a:hover {
	background: none;
	color: #00add5;
}

ul.dropdown-menu li a {
	padding: 6px 14px;
	font-size: 14px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.navbar-default .navbar-nav > li.current-menu-item > ul.dropdown-menu li a {
	color: #000;
}

ul.dropdown-menu li a:hover, .navbar-default .navbar-nav > li.current-menu-item > ul.dropdown-menu li a:hover, ul.dropdown-menu li.current-menu-item a, ul.dropdown-menu li.current-menu-item:hover a {
	color: #fff;
	background: #00add5;
}

.navbar-nav > li:last-child > a {
	padding-right: 0px;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
}

/* top menu */

.menu-top-menu-container {
	margin-top: 5px;
}

.menu-top-menu-container ul {
	list-style: none;
	float: right;
	display: inline-block;
	padding: 0px;
}

.menu-top-menu-container ul li {
	display: inline-block;
}

.menu-top-menu-container ul li:last-child {
	padding-right: 0px;
}

ul#menu-top-menu li > a {
	color: #888;
	padding: 4px 6px;
	margin: 0px 2px;
	transition: all 0.2s ease;
}

ul#menu-top-menu li:hover > a, ul#menu-top-menu li.current-menu-item > a {
	color: #00add5;
}

ul#menu-top-menu li.current-menu-item > a {
	color: #00add5;;
}

/* suvnab */

ul.subnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	font-size: 15px;
}

ul.subnav li a {
	display: block;
	padding: 14px 8px 14px 24px;
	border: 1px solid #f9f9f9;
	border-bottom: 0px;
	color: #444;
	text-decoration: none;
	margin-bottom: 5px;
	background: url(images/nav_hover1.jpg) top left repeat-y;
	background-position: -7px 0px;
	transition: all 0.2s ease;
	position: relative;
}

ul.subnav li a:hover {
	background-position: -1px 0px;
	color: #00add5;
}

ul.subnav li.current_page_item a, ul.subnav li.current-menu-item a  {
	color: #fff;
	background: url(images/nav_bottom1.jpg) bottom left repeat-x #00add5;
}

ul.children li, ul.sub-menu li {
	height: 0px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	overflow: hidden;
}

ul.subnav li.current_page_item > ul.children li, ul.subnav li.current_page_item > ul.sub-menu li, ul.subnav li.current-menu-item > ul.sub-menu li {
	height: 60px;
}

ul.subnav li > ul.children li.current_page_item, ul.subnav li > ul.sub-menu li.current_page_item, ul.subnav li > ul.sub-menu li.current-menu-item {
	height: 60px;
}

ul.subnav li:hover > ul.children li, ul.subnav li:hover > ul.sub-menu li  {
	height: 60px;
}

ul.subnav li.current_page_item ul.children a, ul.subnav li.current_page_item ul.sub-menu a, ul.subnav li.current-menu-item ul.sub-menu a {
	color: #444;
	background: url(images/nav_hover1.jpg) top left repeat-y;
	background-position-x: -7px;
}

ul.subnav li ul.children a, ul.subnav li ul.sub-menu a {
	padding-left: 50px;
}

ul.subnav li ul.children a:before, ul.subnav li ul.sub-menu a:before {
   	content: '';
    position: absolute;
    top: 20px;
    left: 24px;
    width: 15px;
    height: 15px;
    z-index: 15;
    background: url(images/corner.png) top left no-repeat;
}

ul.subnav li.page_item_has_children a:after {
	content: '\f0d7';
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
	color: #999;
}

ul.subnav ul.children li.page-item-909 a:after {
	content: '\f023';
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
	color: #999;
}

ul.subnav li.page_item_has_children li a:after {
	content: none;
}

ul.subnav li.current_page_item ul.children a:hover, ul.subnav li.current_page_item ul.sub-menu a:hover, ul.subnav li.current-menu-item ul.sub-menu a:hover {
	color: #00add5;
	background-position-x: -1px;
}

ul.children, ul.sub-menu {
	list-style: none;
	padding: 0px;
}

#submenu-holder select { margin: 5px 13px 10px 13px; }
#submenu-holder { max-width: 768px; margin: 0px; }
.home #submenu-holder { display: none; }

/* ubergrid */

.uber-grid .uber-grid-cell-label .uber-grid-label-heading {
	text-overflow: normal;
	overflow: visible;
	white-space: normal;
	text-align: center;
}



/* corporate partners */

.corporate-partner-list {
	text-align: center;
	min-height: 260px;
}

/* publications */

.publications-table a {
	display: block;
	padding: 5px;
}

.publications-table td:first-child {
	border: 0px;
}

.nav-tabs li.active > a {
	background: #00add5 !important;
	color: #fff !important;
}

.col-name {
	width: 70%;
}

.col-date {
	width: 20%;
}

/* posts */

.archive-actions {
	background: #f9f9f9;
	padding: 8px;
	margin: 0px 0px 15px 0px;
}

.post-title {
	font-size: 24px;
	margin-top: 0px;
}

.post-meta {
	text-align: right;
	padding-top: 6px;
}

.posted-on {

}

.stripe-top {
	padding-top: 5px;
	margin-top: 5px;
}

.post-tag {
	display: inline-block;
	padding: 3px 6px;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 3px;
	background: #f9f9f9;
}

.post-tag.blog {
	background: #4B3691;
	color: #fff;
}

.post-tag.media-releases {
	background: #367C91;
	color: #fff;
}

.post-tag.speeches-presentations {
	background: #91364E;
	color: #fff;
}

.post-tag.multimedia-library {
	background: #793691;
	color: #fff;
}

.post-tag.news-coverage {
	background: #758CCC;
	color: #fff;
}

.post-tag.awra-news {
	background: #369179;
	color: #fff;
}

.post-tag.speeches-presentations {
	background: #914B36;
	color: #fff;
}

.post-tag.news-media {
	background: #BC9D49;
	color: #fff;
}

.post-tag.editorial-features {
	background: #367C91;
	color: #fff;
}

/* search */

.ui-autocomplete {
	font-size: 12px;
	z-index: 9999;
	max-width: 300px;
	background: #fff;
	border: 0px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	margin-top: 5px;
}

.ui-menu-item {
	padding: 3px 5px !important;
}

.ui-menu-item:hover {
	font-weight: normal !important;
	background: #00add5;
	color: #fff;
	border: 0px;
	cursor: pointer;
}

.ui-autocomplete-loading {
	background: url(images/ajax-loader.gif) no-repeat right center;
}

/* footer */

#colophon {
	padding-top: 30px;
	background: #cfd4d8;
}

.site-info p span, .site-info a {
	color: #888;
}

/* footer navigations */

#colophon h3 {
	font-size: 14px;
	margin-left: 5px;
	margin-top: 0px;
}

#colophon .widget_nav_menu ul li a {

	padding: 3px 6px;
	transition: all 0.1s ease;
	color: #00add5;
}

#colophon .widget_nav_menu ul li a:hover {
	color: #fff;
	text-shadow: none;
	background: none;
}

/* content blocks */

.sidebar {
	float: left;
}

.sidebar .widget_text {
	margin-top: 15px;
	background: url(images/cta_bg.jpg) left bottom no-repeat #ccc;
	padding: 15px 40px;
	color: #fff;
}

.sidebar .widget_text h3 {
	color: #fff;
	font-weight: 200;
	font-size: 22px;
}

.sidebar .btn {
	margin: 20px auto 10px;
	display: block;
	width: 140px;
}

/* search */

.search-field {
	max-width: 170px;
	display: inline-block;
	padding: 3px 5px;
	height: 28px;
	font-size: 12px;
}

.search-submit {
	background: #00add5;
	transition: all 0.2s ease;
	color: #fff;
	border-radius: 3px;
	padding: 7px 8px;
	font-size: 10px;
	text-transform: uppercase;
}

/* global */

.featured-item {
	width: 49%;
	padding: 2%;
	margin-right: 1%;
	display: block;
	min-height: 120px;
	background: #87be43;
	float: left;
	margin-bottom: 5px;
}

.featured-item:nth-child(3), .featured-item:nth-child(5) { width: 50%; margin-right: 0; }
.featured-item:nth-child(4) { clear: left }

a.featured-item { color: #fff !important; }
.featured-item i { font-size: 42px; float: left; margin: 6px 8px 20px 0px; }
.featured-item p { margin-top: 2px; }


dl.accordion {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    line-height: normal;
}

#knowledge.accordion {
	margin: 0px;
	padding: 0px;
}

#knowledge.accordion dt {
	background: #00add5;
	padding: 6px 12px;
}

#knowledge.accordion dt a {
	color: #fff;
}

#knowledge table {
	border-right: 1px solid #00add5;
	border-left: 1px solid #00add5;
	margin-bottom: 0px;
}

.accordion dt {
        font-size: 16px;
        padding-top: 12px;
        color: #1a1919;
        border-top: 1px solid #ddd;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
}

.accordion dt:hover > a {
		color: #00add5;
}

.accordion dt.open > a {
        color: #00add5;
}

.accordion dt a {
        width: 100%;
        color: #1a1919;
        text-decoration: none;
        display: block;
}

.accordion dt a span {
        float: right;
}

/* social icons */

.social-icons .social-icon {
	font-size: 28px; margin-right: 5px;
}

/* events */

#tribe-events-pg-template {
	max-width: 1170px;
	padding: 0px 15px;
}

#tribe-events-pg-template .tribe-events-content ul li {
	margin-bottom: 7px;
}

.event-wrap {
	padding: 10px !important;
	border-radius: 3px !important;
	background: #00add5;
}

.rsLink {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

/* popup */

#newsletter-modal .modal-dialog {
	margin-top: 200px;
}

#newsletter-modal .modal-content button.close {
	position: absolute;
	right: 35px;
	top: 35px;
	font-size: 30px;
	opacity: 0.8;
	z-index: 88;
	color: #000;
}

#chimpy_lite_shortcode_submit {
	background: #00add5 !important;
	text-transform: uppercase;
}

div.chimpy_lite_status_underlay{
	padding-top: 25px !important;
}

#newsletter-modal .modal-content {
	background: transparent;
	border: 0px;
	box-shadow: none !important;
}

/* forms */

#mc_embed_signup form {display:block; position:relative; text-align:left;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:45px; right:10px;}
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline; margin-left: 10px; }
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

/* widgets */

footer .widget_search {
	margin-bottom: 10px;
}

.tweet-container h5 {
	color: #00add5;
}

.tweet-container {
	background: rgba(255,255,255,0.2);
	padding: 1px 10px;
	border-radius: 5px;
}

.tweet-container p {
	margin-top: 0px;
}

/* general */

ul.pdf { padding: 12px 0px 5px 26px; }

ul.pdf li:before {
	content: '\f1c1';
	font-size: 22px;
	font-family: "FontAwesome";
	position: absolute;
	left: 15px;
	margin-top: -5px;
	color: #999;
}

ul.pdf li {
	list-style: none;
	margin-bottom: 10px;
}

.office-table td {
	vertical-align: top;
	padding-right: 15px;
}

.navbar .navhide { display: none; }

span.blue {
	color: #00add5;
}

/* AWRA Events */
.awra-events-list-grouping {
	float: left;
	padding: 0 15px;
	width: 33.333%;
}

.awra-events-list-grouping:nth-child(3n+1) {
	clear: both;
}

.awra-events-list-grouping:nth-child(2n),
.awra-events-list-grouping:nth-child(2n) .tribe-events-list-separator-month span {
	background: #f9f9f9;
}

.awra-events-list-grouping h2.tribe-events-list-event-title {
	display: block;
	font-size: 1.3em;
}

.awra-events-list-grouping h2.tribe-events-list-event-title a {
	display: block;
}

.awra-events-list-grouping .tribe-events-event-meta {
	margin-top: 0;
	margin-bottom: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tribe-events-list .tribe-events-loop {
	max-width: none;
}

.tribe-events-list .tribe-events-loop:before {
	content: " ";
	display: table;
}

.tribe-events-list .tribe-events-loop:after {
	clear: both;
	content: "";
	display: table;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
	display: none;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
	padding-top: 1.75em;
}

.tribe-events-list-separator-month span {
	padding-right: 6%;
	padding-left: 6%;
}

.tribe-events-list .type-tribe_events {
	height: auto;
	padding-bottom: 50px;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.navbar-nav > li > a { font-size: 15px; padding: 10px 8px; }
	.search-field { max-width: 120px; }
	.overlay-left { display: none; }
}

@media screen and (max-width: 1100px) {
	.tribe-filters-open .awra-events-list-grouping:nth-child(3n+1) { clear: none; }
	.tribe-filters-open .awra-events-list-grouping:nth-child(2n+1) { clear: both; }
	.tribe-filters-open .awra-events-list-grouping:nth-child(2n),
	.tribe-filters-open .awra-events-list-grouping:nth-child(2n) .tribe-events-list-separator-month span { background: #ffffff; }
	.tribe-filters-open .tribe-events-list .awra-events-list-grouping { width: 50%; }
}

@media screen and (max-width: 1024px) {
	.overlay-right, .overlay-left { display: none; }
	.awra-events-list-grouping { width: 50%; }
	.awra-events-list-grouping:nth-child(3n+1) { clear: none; }
	.awra-events-list-grouping:nth-child(2n+1) { clear: both; }
	.awra-events-list-grouping:nth-child(2n),
	.awra-events-list-grouping:nth-child(2n) .tribe-events-list-separator-month span { background: #ffffff; }
}

@media screen and (max-width: 992px) {
	.search-field { max-width: 70px; }
}

@media screen and (max-width: 768px) {
	.navbar-nav>li>a { font-size: 12px; padding: 3px 6px; }
	.tribe-events-list .type-tribe_events { height: auto; padding-bottom: 60px; }
	.tribe-filters-open .tribe-events-list .type-tribe_events { height: auto; }
}

@media screen and (max-width: 767px) {
	.menu-top-menu-container ul { float:  none; }
	.menu-top-menu-container { text-align: center;}
	.site-branding { text-align: center; }
	.navbar-header { text-align: center; }
	.navbar { width: 100%; margin-bottom: 0px; }
	.navbar .caret { display: none; }
	.navbar-nav { margin: 10px 0px; }
	.posted-on { margin-right: 10px; }
	.navbar-collapse { padding-left: 0px; }
	.navbar-toggle { float: none;}
	.logo { max-width: 200px; }
	.navbar .navhide { display: block; }
	.navbar .dropdown-menu { position: relative; display: block; float: none; border: 0px !important; box-shadow: none !important; }
	.fp-item-container { background: #128fc1; }
	.search-field { max-width: 180px; }
	#menu-top-menu { display: none; }
	.top-search { text-align: center; }
	.navbar-nav>li>a { font-size: 13px; padding: 3px 5px; }
	ul.dropdown-menu li a { padding: 3px 5px;}
	ul.dropdown-menu li a:hover { background: #fff !important; color: #444 !important; }
	#colophon ul li a { font-size: 12px; padding: 2px; }
	.fp-item { margin-bottom: 30px; }
}

@media screen and (max-width: 639px) {
	.awra-events-list-grouping { width: 100%; }
	.awra-events-list-grouping .tribe-events-event-meta { margin-top: 12px; position: relative; bottom: auto; left: auto; }
	.tribe-events-list .type-tribe_events { height: auto; padding-top: .5em; padding-bottom: .5em; }
	.tribe-events-list-separator-month span { padding-right: 4.5%; padding-left: 4.5%; }
}

@media screen and (max-width: 480px) {
	h1, .home h1 { font-size: 24px; }
	h2 { font-size: 20px; }
	h3, .fp-item h3 { font-size: 18px; }
	h4 { font-size: 15px; }
	.bottom-section h2 { font-size: 22px; }
	.fp-item h3 { font-size: 16px; }
	.home .fp-item p { font-size: 12px; }
	.fp-item-container { padding: 20px 0px; }
	.featured-item { width: 99% !important; }
	.page-hero { min-height: 150px !important; }
	.hero-info { position: relative; top: 160px; margin-bottom: 150px; right: 0px; }
	.abTextAlignCenter h2 { font-size: 28px; }
	.bottom-section img { width: 100%; }
	.rsABlock { top: 20% !important; }
	.new-royalslider-1 { height: 220px !important; }
	.amma-events-list-grouping h2.tribe-events-list-event-title { height: auto; }
}