/*
Theme Name: PBDPartners
Author: Stellar Digital
Author URI: http://stellardigital.com.au
Description: Custom WordPress theme for Wirreanda Secondary School
Version: 1.0
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1;
}
html,
button,
input,
select,
textarea {
    font-family: "dinpro", sans-serif;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    /* 1 */
    
    -ms-interpolation-mode: bicubic;
    /* 2 */
}
::-moz-selection {
    background: #FFE9A1;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #FFE9A1;
    color: #000;
    text-shadow: none;
}
@font-face {
    font-family: 'dinpro';
    src: url("fonts/dinpro/dinpro-regular-webfont.eot");
    src: url("fonts/dinpro/dinpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dinpro/dinpro-regular-webfont.woff") format("woff"), url("fonts/dinpro/dinpro-regular-webfont.ttf") format("truetype"), url("fonts/dinpro/dinpro-regular-webfont.svg#dinpro") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'dinpro';
    src: url("fonts/dinpro/dinpro-medium-webfont.eot");
    src: url("fonts/dinpro/dinpro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dinpro/dinpro-medium-webfont.woff") format("woff"), url("fonts/dinpro/dinpro-medium-webfont.ttf") format("truetype"), url("fonts/dinpro/dinpro-medium-webfont.svg#dinpro") format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'dinpro';
    src: url("fonts/dinpro/dinpro-bold-webfont.eot");
    src: url("fonts/dinpro/dinpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dinpro/dinpro-bold-webfont.woff") format("woff"), url("fonts/dinpro/dinpro-bold-webfont.ttf") format("truetype"), url("fonts/dinpro/dinpro-bold-webfont.svg#dinpro") format("svg");
    font-weight: 700;
    font-style: normal;
}
a {
    color: #009900;
    text-decoration: none;
}
a:hover {
    color: #213364;
}
a:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
    font-family: "dinpro", sans-serif;
    font-weight: 600;
    color: #009900;
    line-height: 1.2;
    text-rendering: optimizelegibility;
}
h1 a,
h1 a:hover,
h1 a:active,
h2 a,
h2 a:hover,
h2 a:active,
h3 a,
h3 a:hover,
h3 a:active,
h4 a,
h4 a:hover,
h4 a:active,
h5 a,
h5 a:hover,
h5 a:active,
h6 a,
h6 a:hover,
h6 a:active {
    color: #009900;
    text-decoration: none;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: block;
    font-size: 0.8em;
    color: #213364;
}
h1 small,
h2 small,
h3 small {
    font-size: 0.8em;
    color: #4d4d4d;
    font-weight: 400;
}
.heading-lined {
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
}
h1 {
    font-size: 20px;
    font-size: 1.53846rem;
    text-transform: uppercase;
}
h2 {
    font-size: 18px;
    font-size: 1.38462rem;
}
h3 {
    font-size: 16px;
    font-size: 1.23077rem;
}
h4 {
    font-size: 14px;
    font-size: 1.07692rem;
}
h5 {
    font-size: 12px;
    font-size: 0.92308rem;
}
h6 {
    font-size: 10px;
    font-size: 0.76923rem;
}
p {
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
}
ul,
ol {
    padding: 0;
    margin: 0 0 21px 21px;
    margin: 0 0 1.61538rem 1.61538rem;
}
strong {
    font-weight: 600;
}
em {
    font-style: italic;
}
abbr {
    cursor: help;
}
hr {
    height: 0;
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
    border: 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    clear: both;
}
blockquote {
    padding: 5px !important;
    padding: 1.61538rem;
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
    background: #F5F5F5;
    /*border-left: 5px solid #EEE;*/
    font-style: italic;
}
blockquote footer,
blockquote small {
    display: block;
    color: #009900;
    font-weight: 700;
}
blockquote footer cite,
blockquote small cite {
    font-style: normal;
    font-weight: normal;
}
address {
    display: block;
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
    font-style: normal;
}
/* TABLES */

table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    margin: 0 0 21px;
    margin: 0 0 1.61538rem;
}
.table th,
.table td {
    padding: 8px;
    padding: 0.61538rem;
    line-height: 21px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #DDD;
}
.table th {
    font-weight: bold;
}
.table thead th {
    vertical-align: bottom;
    background-color: #FFF;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #DDD;
}
.table-bordered {
    border: 1px solid #DDD;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #DDD;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #F9F9F9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #F5F5F5;
}
/* FORMS */

fieldset {
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
    padding: 0;
    border: none;
}
fieldset legend {
    width: 100%;
    display: block;
    color: #009900;
    font-weight: 600;
    font-size: 1em;
    border-bottom: 1px solid #999999;
    margin: 0 0 21px;
    margin: 0 0 1.61538rem;
    padding: 0 0 21px;
    padding: 0 0 1.61538rem;
}
label {
    font-weight: 600;
}
input,
button,
select,
textarea {
    vertical-align: middle;
}
textarea,
select,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px !important;
    outline: none;
    font-size: 1em !important;
    color: black;
    border: 1px solid #CCC;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    /* IE7 */
    
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0;
    cursor: pointer;
}
input[type="search"]::-webkit-search-decoration {
    display: none;
}
textarea {
    width: 100%;
    height: 150px;
    resize: none;
    overflow: auto;
}
select[multiple],
select[size] {
    height: auto;
}
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    padding: 5px 30px;
    padding: 0.38462rem 2.30769rem;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.92308rem;
    vertical-align: middle;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: #009900;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.button:hover,
.button:active,
button:hover,
button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active {
    background: #D02729;
	transition: all 0.5s !important;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .button,
    button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        display: block;
    }
}
@media screen and (min-width: 481px) {
    .button,
    button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        display: inline-block;
    }
	nav#side-nav
	{
		margin: 1.61538rem 0 1.64538rem !important;
	}
}
input[type="image"] {
    border: 0;
}
.alert-success,
.alert-warning,
.alert-error,
#cancel-comment-reply-link {
    display: block;
    margin: 0 0 21px;
    margin: 0 0 1.61538rem;
    padding: 21px;
    padding: 1.61538rem;
    border-radius: 3px;
}
.alert-success {
    background: #DFF0D8;
    border: 1px solid #b2dba1;
    color: #529138;
}
.alert-warning {
    background: #FCF8E3;
    border: 1px solid #f5e79e;
    color: #caad16;
}
.alert-error,
#cancel-comment-reply-link {
    background: #F2DEDE;
    border: 1px solid #e4b9b9;
    color: #c77070;
}
#hiddenlogo
{
	display: none;
}
.unhideeo
{
	display: none;
}
#footer #gform_widget-2
{
		display: none;
}
/* IMAGES */

.alignright,
.alignleft,
.aligncenter,
.alignnone {
    display: block;
}
img {
    max-width: 100%;
}
.alignright {
    float: right;
    margin: 0 0 21px 21px;
    margin: 0 0 1.61538rem 1.61538rem;
}
.alignleft {
    float: left;
    margin: 0 21px 21px 0;
    margin: 0 1.61538rem 1.61538rem 0;
}
.aligncenter {
    margin: 0 auto 21px;
    margin: 0 auto 1.61538rem;
}
.alignnone {
    margin: 0 21px 21px 0;
    margin: 0 1.61538rem 1.61538rem 0;
}
.wp-caption {
    background: #DDD;
    text-align: center;
    padding-top: 5px;
}
.wp-caption-text {
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0 5px 5px;
}
/* WIDGETS */

.widget_recent_entries ul li .post-date {
    display: block;
    font-size: 0.8em;
    color: #AAA;
}
/* SHORTCODES */
/* SITEMAP */

#sitemap ul {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 0.76923rem;
    margin-top: 10px;
    margin-top: 0.76923rem;
}
html {
    font-size: 13px;
}
body {
    background: #FFF;
    color: black;
    line-height: 1.612;
    font-family: "dinpro", sans-serif;
}
.container {
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .container {
        margin: 0 3%;
    }
}
@media screen and (min-width: 481px) {
    .container {
        width: 1198px;
        margin: 0 20px;
        margin: 0 1.53846rem;
    }
}
.row {
    display: block;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
#header {
    position: relative;
    z-index: 200;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #header {
        padding: 15px 0;
        padding: 1.15385rem 0;
    }
    #header .container {
        display: block;
    }
    #header .container:after {
        content: "";
        display: table;
        clear: both;
    }
    #header .column {
        margin-bottom: 21px;
        margin-bottom: 1.61538rem;
    }
}
@media screen and (min-width: 481px) {
    #header {
        width: 100%;
        height: 101px;
        position: absolute;
        top: 0;
        background: #FFF;
        line-height: 58px;
    }
    #header .container {
        height: 58px;
    }
    #header .column {
        margin-bottom: 0;
    }
}
#top-icons {
    text-align: center;
    position: relative;
}
#top-icons a img {
    margin-left: 3px;
    vertical-align: middle;
}
#top-icons a:hover {
    opacity: 0.8;
}
#top-icons a:first-child img {
    margin-left: 0;
}
@media screen and (min-width: 481px) {
    #top-icons {
        float: right;
        display: block;
        margin-left: 1.66945%;
        width: 20.11686%;
        margin-right: 14.52421%;
        text-align: right;
    }
    #top-icons:last-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 0px) {
    #sitesearch {
        display: none;
        width: 200px;
        margin: 0 auto 20px;
        line-height: 1;
        border: 1px solid #DDD;
        background: #FFF;
    }
    #sitesearch form {
        width: 200px;
        padding: 3px 0;
    }
    #sitesearch input {
        display: inline-block;
    }
    #sitesearch input[type="text"] {
        width: 160px;
        border: none;
        box-shadow: none;
    }
    #sitesearch input[type="submit"] {
        padding: 5px;
        margin-right: 5px;
        border-radius: 50%;
    }
}
@media screen and (min-width: 481px) {
    #sitesearch {
        margin: 0;
        position: absolute;
        top: 11px;
        left: -200px;
        z-index: 500;
    }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #top-nav ul {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    #top-nav {
        float: right;
        display: block;
        margin-left: 1.66945%;
		padding-right: 1.66945%;
        width: 41.90317%;
        position: relative;
        z-index: 201;
    }
    #top-nav:last-child {
        margin-left: 0;
    }
    #top-nav:after {
        content: "";
        display: table;
        clear: both;
    }
    #top-nav select {
        display: none;
    }
    #top-nav ul {
        display: block;
        margin: 0 0 0 -75px;
        list-style: none;
        float: right;
        font-size: 14px;
        font-size: 1.07692rem;
    }
    #top-nav ul:after {
        content: "";
        display: table;
        clear: both;
    }
    #top-nav ul li {
        display: block;
        float: left;
        padding: 0 8px 0 15px;
        background-image: url(images/top_nav_sep.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    #top-nav ul li a {
        color: black;
    }
    #top-nav ul li a:hover,
    #top-nav ul li a:active {
        color: #009900;
    }
    #top-nav ul li:first-child {
        padding-left: 0;
        background-image: none;
    }
}
#logo img {
    display: block;
    margin: 0 auto;
}
@media screen and (min-width: 481px) {
    #logo {
        float: left;
        display: block;
        margin-left: 1.66945%;
        width: 14.65%;
    }
    #logo:last-child {
        margin-left: 1px;
    }
}
#main .container {
    display: block;
}
#main .container:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #main {
        background: none !important;
    }
}
@media screen and (min-width: 481px) {
    #main {
        padding-top: 5px;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        background-size: cover;
    }
	#main
	{
		background-image: url(images/bg.jpg);
	}
	.home #main
	{
		background-image: none;
	}
}
#sub-nav {
    position: relative;
    z-index: 300 !important;
	top: 96px !important;
	left: -23px !important;
}
#sub-nav.affix-top {
    position: relative;
    z-index: 100;
	top: 39px;
	left: -1px;
}
#side > .action > a > h3
{
	margin-bottom: 10px !important;
}
.eventname
{
	display: inline-block !important;
}
.eventname:first-letter
{
	text-transform: capitalize !important;
}
.eventdate
{
	padding-bottom: 1px !important;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    #sub-nav {
        display: none !important;
    }
}
@media screen and (min-width: 481px) {
    #sub-nav nav {
        height: 47px;
		background: linear-gradient(to right, #009900, #009900, #009900, #009900, rgba(255,255,255,0));
        margin-left: 21.9%;
        margin-right: 12.85476%;
    }
	#logo img
	{
		min-width: 240px !important;
	}
	/* #sub-nav:not(.sticky-element-active) nav
	{
		margin-left: 21.9% !important;
	}*/
    #sub-nav nav ul {
        margin: 0;
        list-style: none;
        line-height: 47px;
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 1.07692rem;
    }
    #sub-nav nav ul li {
        display: inline-block;
        position: relative;
    }
    #sub-nav nav ul li a {
        display: block;
        padding: 0 10px;
        padding: 0 0.76923rem;
		padding: 10px 0.76923rem;
		line-height: 14px;
        color: #FFF;
    }
	#sub-nav nav ul li:not(:last-child) a {
        border-right: 1px solid white;
    }
    #sub-nav nav ul li a:hover {
        background: #D02729;
    }
    #sub-nav nav ul li ul {
        width: 160px;
        position: absolute;
        background: #213364;
        line-height: 1.2;
        text-align: left;
        text-transform: none;
        font-size: 12px;
        font-size: 0.92308rem;
    }
    #sub-nav nav ul li ul li {
        display: block;
        float: none;
    }
    #sub-nav nav ul li ul li a {
        padding: 5px 10px;
        padding: 0.38462rem 0.76923rem;
    }
    #sub-nav nav ul li ul li a:hover {
        background: #009900;
    }
    #sub-nav nav ul li ul li ul {
        left: 157px;
        top: -3px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    }
    #sub-nav nav ul li:hover > a {
        background: #D02729;
    }
	#sub-nav
	{
		min-height: 47px !important;
	}
}
#side {
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}
@media screen and (min-width: 481px) {
    #side {
        padding: 92px 0 30px;
        float: left;
        display: block;
        margin-right: 0%;
        width: 20.11686%;
        background: rgba(0, 0, 0, 0.7);
    }
	.home #side
	{
		margin-right: 1.53846rem !important;
	}
    #side:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #side-nav,
    #sec-side-menu {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    #side-nav,
    #sec-side-menu {
        margin: 0 0 21px;
        margin: 0 0 1.61538rem;
    }
    #side-nav .nolink,
    #sec-side-menu .nolink {
        text-decoration: none !important;
        cursor: text !important;
    }
    #side-nav ul,
    #sec-side-menu ul {
        margin: 0;
        list-style: none;
        font-size: 16px;
        font-size: 1.23077rem;
        line-height: 25px;
        white-space: nowrap;
    }
    #side-nav ul li,
    #sec-side-menu ul li {
        display: block;
        margin: 3px 0;
        position: relative;
    }
    #side-nav ul li a,
    #sec-side-menu ul li a {
        display: block;
        padding: 0 30px;
        color: white;
    }
    #side-nav ul li a:hover,
    #side-nav ul li a:active,
    #sec-side-menu ul li a:hover,
    #sec-side-menu ul li a:active {
        background-color: #D02729;
        color: #FFF;
    }
    #side-nav ul li ul,
    #sec-side-menu ul li ul {
        display: none;
        padding: 15px;
        padding: 1.15385rem;
        position: absolute;
        left: 100%;
        top: 0;
        background: rgba(33, 51, 100, 0.9);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
        font-weight: 600;
    }
    #side-nav ul li ul li,
    #sec-side-menu ul li ul li,
    #sec-side-menu ul li ul li,
    #sec-side-menu ul li ul li {
        padding: 0 0 0 35px;
        padding: 0 0 0 2.69231rem;
        display: table-cell;
    }
    #side-nav ul li ul li a,
    #sec-side-menu ul li ul li a,
    #sec-side-menu ul li ul li a,
    #sec-side-menu ul li ul li a {
        display: inline;
        padding: 0;
        color: #FFF;
    }
    #side-nav ul li ul li a:hover,
    #side-nav ul li ul li a:active,
    #sec-side-menu ul li ul li a:hover,
    #sec-side-menu ul li ul li a:active {
        background: none;
        color: #FFF !important;
        text-decoration: underline;
    }
    #side-nav ul li ul li ul,
    #sec-side-menu ul li ul li ul {
        display: block;
        width: auto;
        position: static;
        padding: 0;
        background: none;
        box-shadow: none;
        border: none;
        font-weight: 400;
        font-size: 13px;
        font-size: 1rem;
    }
    #side-nav ul li ul li ul li,
    #sec-side-menu ul li ul li ul li {
        display: block;
        padding: 0;
    }
    #side-nav ul li ul li ul li ul,
    #sec-side-menu ul li ul li ul li ul {
        display: none !important;
    }
    #side-nav ul li ul li:first-child,
    #sec-side-menu ul li ul li:first-child {
        padding-left: 0;
    }
    #side-nav ul li ul li:hover > a,
    #sec-side-menu ul li ul li:hover > a {
        background: none;
        color: #FFF;
    }
    #side-nav ul li:hover > a,
    #sec-side-menu ul li:hover a {
        /*background: url(images/side_nav_on.png) no-repeat right center;*/
		background-color: #D02729 !important;
        color: #FFF;
    }
    #side-nav ul li:hover ul,
    #sec-side-menu ul li:hover ul {
        display: table;
    }
}
.side-button {
    display: block;
    padding: 0 30px 0 15px;
    padding: 0 2.30769rem 0 1.15385rem;
    line-height: 47px;
    color: #FFF;
    font-size: 16px;
    font-size: 1.23077rem;
    background-image: url(images/side_button_bg.png);
    background-repeat: no-repeat;
    white-space: nowrap;
    transition: margin 0.1s linear 0s;
}
.side-button img {
    vertical-align: middle;
}
.side-button.side-button-icon {
    padding-left: 5px;
}
.side-button:hover,
.side-button:active {
    color: #FFF;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .side-button {
        margin: 0 0 3px;
        margin: 0 0 0.23077rem;
        background-position: left center;
        text-align: center;
        border-radius: 4px;
    }
}
@media screen and (min-width: 481px) {
    .side-button {
        margin: 0 30px 15px 15px;
        margin: 0 2.30769rem 1.15385rem 1.15385rem;
        background-position: right center;
    }
    .side-button:hover,
    .side-button:active {
        margin-right: 20px;
    }
}
#content-area {
    margin-bottom: 30px;
    position: relative;
}
@media screen and (min-width: 481px) {
    #content-area {
        margin-top: 96px;
        float: left;
        display: block;
        margin-right: 1.66945%;
        width: 63.68948%;
    }
    #content-area:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #search {
        margin: 0 0 21px;
        margin: 0 0 1.61538rem;
    }
    #search select {
        margin-top: 5px;
        margin-top: 0.38462rem;
    }
    #search select:first-child {
        margin-top: 0;
    }
    #search input {
        margin-top: 5px;
        margin-top: 0.38462rem;
    }
}
@media screen and (min-width: 481px) {
    #search {
        height: 60px;
        margin-top: -16px;
        text-align: right;
        line-height: 60px;
    }
    #search select,
    #search input {
        width: auto;
        display: inline-block;
        margin-left: 10px;
    }
    #search select {
        min-width: 100px;
    }
    #search select:first-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 481px) {
    #content .inner {
        padding: 20px;
        padding: 1.53846rem;
    }
}
#content .inner article:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 481px) {
    #content {
        background: rgba(255, 255, 255, 0.85);
    }
}
.page-article-header {
    margin: 0 0 21px;
    margin: 0 0 1.61538rem;
}
.page-article-header h1 {
    margin: 0;
}
.page-article-header .breadcrumb {
    color: #666;
    font-size: 11px;
    font-size: 0.84615rem;
}
.page-article-header .breadcrumb a {
    color: #666;
}
@media screen and (min-width: 481px) {
    .page-article-header:after {
        content: "";
        display: table;
        clear: both;
    }
    .page-article-header h1 {
        width: 69%;
        float: left;
    }
    .page-article-header .breadcrumb {
        width: 29%;
        float: right;
        text-align: right;
    }
}
.attachment-page-featured {
    display: block;
    margin: 0 0 21px;
    margin: 0 0 1.61538rem;
}
#sidebar {
    margin-bottom: 30px;
}
#sidebar .widget {
    margin: 21px 0 0;
    margin: 1.61538rem 0 0;
}
#sidebar .widget:first-child {
    margin-top: 0;
}
#sidebar .widget-title {
    font-size: 16px;
    font-size: 1.23077rem;
    text-align: center;
    color: #213364;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #sidebar .widget {
        border-top: 5px solid #213364;
    }
    #sidebar .widget .widget-top {
        /*height: 38px;
        background: url(images/widget_top.png) no-repeat top center;*/
    }
    #sidebar .widget .widget-body {
        padding: 10px;
        padding: 0.76923rem;
    }
}
@media screen and (min-width: 481px) {
    #sidebar {
        float: left;
        display: block;
        margin-right: 1.66945%;
        width: 12.85476%;
        margin-top: 96px;
    }
    #sidebar:last-child {
        margin-right: 0;
    }
    #sidebar .widget .widget-top {
       /* height: 36px;
        background: url(images/widget_top_2.png) no-repeat top center;*/
    }
    #sidebar .widget .widget-body {
        padding: 10px;
        padding: 0.76923rem;
        background: rgba(255, 255, 255, 0.7);
    }
}
#sidebar .widget_nav_menu .widget-title,
#sidebar .widget_pages .widget-title,
#sidebar .widget_categories .widget-title,
#sidebar .widget_recent_entries .widget-title,
#sidebar .widget_meta .widget-title,
#sidebar .widget_archive .widget-title {
    padding: 0 10px;
    padding: 0 0.76923rem;
}
#sidebar .widget_nav_menu .widget-body,
#sidebar .widget_pages .widget-body,
#sidebar .widget_categories .widget-body,
#sidebar .widget_recent_entries .widget-body,
#sidebar .widget_meta .widget-body,
#sidebar .widget_archive .widget-body {
    padding-left: 0;
    padding-right: 0;
}
#sidebar .widget_nav_menu ul,
#sidebar .widget_pages ul,
#sidebar .widget_categories ul,
#sidebar .widget_recent_entries ul,
#sidebar .widget_meta ul,
#sidebar .widget_archive ul {
    margin: 0;
    list-style: none;
    border-top: 1px dotted #B5B5B5;
    line-height: 1.2;
    font-size: 13px;
    font-size: 1rem;
}
#sidebar .widget_nav_menu ul li,
#sidebar .widget_pages ul li,
#sidebar .widget_categories ul li,
#sidebar .widget_recent_entries ul li,
#sidebar .widget_meta ul li,
#sidebar .widget_archive ul li {
    border-bottom: 1px dotted #B5B5B5;
}
#sidebar .widget_nav_menu ul li a,
#sidebar .widget_pages ul li a,
#sidebar .widget_categories ul li a,
#sidebar .widget_recent_entries ul li a,
#sidebar .widget_meta ul li a,
#sidebar .widget_archive ul li a {
    display: block;
    padding: 5px 10px;
    padding: 0.38462rem 0.76923rem;
}
#sidebar .widget_nav_menu ul li a:hover,
#sidebar .widget_pages ul li a:hover,
#sidebar .widget_categories ul li a:hover,
#sidebar .widget_recent_entries ul li a:hover,
#sidebar .widget_meta ul li a:hover,
#sidebar .widget_archive ul li a:hover {
    color: #009900;
    background: rgba(33, 51, 100, 0.04);
}
#footer {
    padding: 20px 0 0;
    padding: 1.53846rem 0 0;
}
#footer .container {
    display: block;
}
#footer .container:after {
    content: "";
    display: table;
    clear: both;
}
#footer .widget {
    margin: 0 0 0;
}
#footer .widget:after {
    content: "";
    display: table;
    clear: both;
}
#footer .widget_nav_menu ul,
#footer .widget_pages ul,
#footer .widget_categories ul,
#footer .widget_recent_entries ul {
    margin: 0;
    list-style: none;
}
#footer .widget-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-size: 1.07692rem;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #footer {
        background: #009900;
        color: #FFF;
    }
    #footer a {
        color: #FFF;
    }
    #footer a:hover,
    #footer a:active {
        color: #213364;
    }
    #footer .widget-title {
        color: #213364;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    #footer .widget-area {
        float: left;
        display: block;
        margin-right: 1.66945%;
        width: 49.16528%;
    }
    #footer .widget-area:last-child {
        margin-right: 0;
    }
    #footer .widget-area:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 481px) {
    #footer {
        background: #414142;
    }
    #footer .container {
        width: auto;
        min-width: 1000px;
    }
    #footer a {
        color: black;
    }
    #footer a:hover,
    #footer a:active {
        color: #009900;
    }
    #footer .widget-area {
        float: left;
        display: block;
        margin-right: 1.66945%;
        width: 12.85476%;
    }
    #footer .widget-area:last-child {
        margin-right: 0;
    }
    #footer .widget-title {
        color: black;
    }
}
#footer-bottom .footer-bottom-element {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #footer-bottom {
        margin: 0;
        padding: 20px 3%;
        background: #FFF;
    }
    #footer-bottom .footer-bottom-element {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #compliance {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    #compliance .container {
        width: auto;
        min-width: 1000px;
    }
}
@media screen and (min-width: 481px) {
    .compliance-on {
        background: #009900;
        color: #FFF;
        font-size: 11px;
        font-size: 0.84615rem;
    }
    .compliance-on .container {
        padding: 15px 0;
        padding: 1.15385rem 0;
        position: relative;
    }
    .compliance-on a {
        color: #FFF;
    }
    .compliance-on a:hover,
    .compliance-on a:active {
        text-decoration: underline;
    }
    .compliance-on .compliance-info {
        float: left;
        display: block;
        margin-right: 1.66945%;
        width: 41.90317%;
    }
    .compliance-on .compliance-info:last-child {
        margin-right: 0;
    }
    .compliance-on .compliance-info p {
        margin: 0;
    }
    .compliance-on .compliance-logos {
        float: left;
        display: block;
        margin-right: 1.66945%;
        width: 27.37896%;
        text-align: right;
    }
    .compliance-on .compliance-logos:last-child {
        margin-right: 0;
    }
    .compliance-on .compliance-logos img {
        margin: 0 3px;
        vertical-align: middle;
    }
    .compliance-on .compliance-tab {
        width: 72px;
        height: 42px;
        background: url(images/compliance_info_on.png) no-repeat;
        position: absolute;
        top: 0;
        right: 72px;
    }
    .compliance-on .back-to-top {
        width: 72px;
        height: 41px;
        background: url(images/back_to_top_on.png) no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .compliance-off {
        margin-top: -25px;
        text-align: right;
    }
    .compliance-off a {
        display: block;
        margin-left: 5px;
        float: right;
    }
    .compliance-off .compliance-info,
    .compliance-off .compliance-logos {
        display: none;
    }
    .compliance-off .compliance-tab {
        width: 91px;
        height: 43px;
        background: url(images/compliance_info_off.png) no-repeat;
    }
    .compliance-off .back-to-top {
        width: 91px;
        height: 43px;
        background: url(images/back_to_top_off.png) no-repeat;
    }
    .compliance-tab,
    .back-to-top {
        display: block;
        overflow: hidden;
    }
    .compliance-tab:before,
    .back-to-top:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }
}
/* BLOG */

.archive-post {
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
    border-bottom: 1px dotted #999999;
}
.archive-post .archive-post-thumb {
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
}
.archive-post .archive-post-thumb img {
    display: block;
}
.archive-post .archive-post-content {
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
}
.archive-post .archive-post-content header {
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
}
.archive-post .archive-post-content header h2 {
    margin: 0;
}
.archive-post .archive-post-content header span {
    font-weight: 700;
}
.archive-post .archive-post-content .pointed-button,
.archive-post .archive-post-content .post-links .post-links-next a,
.post-links .post-links-next .archive-post .archive-post-content a,
.archive-post .archive-post-content .pointed-button-back,
.archive-post .archive-post-content .post-links .post-links-prev a,
.post-links .post-links-prev .archive-post .archive-post-content a {
    margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .archive-post .archive-post-thumb {
        margin-bottom: 21px;
        margin-bottom: 1.61538rem;
    }
    .archive-post .blog-thumb-default {
        display: none !important;
    }
}
@media screen and (min-width: 481px) {
    .archive-post:after {
        content: "";
        display: table;
        clear: both;
    }
    .archive-post .archive-post-thumb {
        width: 22.82158%;
        margin-right: 2.76625%;
        float: left;
    }
    .archive-post .archive-post-content {
        width: 74.41217%;
        float: left;
    }
}
.post-nav {
    text-align: center;
}
.post-nav .page-numbers {
    padding: 3px 5px;
    display: inline-block;
    line-height: 1;
}
.post-nav .current {
    font-weight: 700;
    color: #FFF;
    background: #009900;
    border-radius: 2px;
}
.post-header {
    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
}
.post-header h1 {
    margin: 0;
}
.post-header span {
    font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .post-links .post-links-prev {
        margin-bottom: 5px;
        margin-bottom: 0.38462rem;
    }
}
@media screen and (min-width: 481px) {
    .post-links:after {
        content: "";
        display: table;
        clear: both;
    }
    .post-links .post-links-prev {
        float: left;
    }
    .post-links .post-links-next {
        float: right;
        text-align: right;
    }
}
/* HOME */

.page-template-template-home-php #main {
    position: relative;
   /* background: none; */
}
@media screen and (min-width: 481px) {
    .page-template-template-home-php #side {
        min-height: 620px;
    }
}
.page-template-template-home-php #content-area .row {
    margin-bottom: 20px;
    margin-bottom: 1.53846rem;
}
.page-template-template-home-php #content-area .action {
    position: relative;
    text-align: center;
}
.page-template-template-home-php #content-area .action h3 {
    margin: 0;
    color: #FFF;
    font-size: 12px;
    font-size: 0.92308rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
    white-space: nowrap;
    background: url(images/home_action_title.png) no-repeat center right;
    position: relative;
    z-index: 2;
}
.page-template-template-home-php #content-area .action img {
    display: block;
    margin-top: -13px;
}
.page-template-template-home-php #content-area .action .title {
    width: 100%;
    min-height: 45px;
    padding: 0.38462rem 0.76923rem;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    font-weight: 600;
	font-size: 28px !important;
    line-height: 1.2;
}
.page-template-template-home-php #content-area .action .title span {
    display: block;
    font-weight: 400;
}
.page-template-template-home-php #content-area .action a:hover .title,
.page-template-template-home-php #content-area .action a:active .title {
    color: #009900;
    text-decoration: none;
}
.page-template-template-home-php #content-area .action.video img {
    margin-top: 12px;
}
.page-template-template-home-php #content-area .action.video .title {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 41px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-size: 1.23077rem;
    color: #FFF;
}
.page-template-template-home-php #content-area .action.video a:hover .title,
.page-template-template-home-php #content-area .action.video a:active .title {
    color: #FFF;
}
.page-template-template-home-php #content-area .twitter {
   /* background: #E7E7E8; */
    border-radius: 5px;
}
.page-template-template-home-php #content-area .twitter ul {
    margin: 0;
    padding: 7px 10px;
    padding: 0.53846rem 0.76923rem;
    list-style: none;
    font-size: 15px;
    font-size: 1.15385rem;
}
.page-template-template-home-php #content-area .twitter ul li:after {
    content: "";
    display: table;
    clear: both;
}
.page-template-template-home-php #content-area .twitter ul li img {
    display: block;
    float: left;
}
.page-template-template-home-php #content-area .twitter ul li div {
    margin-left: 18px;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .page-template-template-home-php #content-area h2 {
        display: none;
    }
    .page-template-template-home-php #content-area .row .action,
    .page-template-template-home-php #content-area .row .twitter {
        margin-bottom: 21px;
        margin-bottom: 1.61538rem;
    }
}
@media screen and (min-width: 481px) {
    .page-template-template-home-php #content-area {
        margin-top: 360px;
    }
    .page-template-template-home-php #content-area .row .action,
    .page-template-template-home-php #content-area .row .tour {
        float: left;
        display: block;
        margin-right: 2.62123%;
        width: 30%;
    }
    .page-template-template-home-php #content-area .row .action:last-child,
    .page-template-template-home-php #content-area .row .tour:last-child {
        margin-right: 0;
    }
    .page-template-template-home-php #content-area .row .action {
        min-height: 178px;
    }
    .page-template-template-home-php #content-area .row .video img,
    .page-template-template-home-php #content-area .row .video .title {
        border: 1px solid #FFF;
    }
    .page-template-template-home-php #content-area .row .video .title {
        border-top: none;
    }
    .page-template-template-home-php #content-area .row .twitter {
        float: left;
        display: block;
        margin-right: 2.62123% !important;
        width: 62.7%;
        height: 75px;
    }
    .page-template-template-home-php #content-area .row .twitter:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #home-slider-images {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    #home-slider-images {
        width: 100%;
        height: 100%;
        padding-top: 58px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -100;
    }
    #home-slider-images .slides {
        width: 100%;
        height: 100%;
    }
    #home-slider-images .slides li {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #home-slider-text {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    #home-slider-text {
        margin: 50px 0 10px;
    }
    #home-slider-text .slides {
        text-align: right;
    }
    #home-slider-text .slides li {
        font-size: 48px;
        font-size: 3.46154rem;
        color: #FFF;
        font-weight: 600;
        font-style: italic;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
		text-align: left !important;
		background-color: rgba(0,0,0,0.6) !important;
		padding: 0px 20px !important;
    }
    #home-slider-text .slides li span {
        font-weight: 400;
        font-style: normal;
    }
}
#news-feeds {
    margin: 40px 0;
}
#news-feeds .news-feed h2 {
    padding: 0 0 5px;
    color: #213364;
    border-bottom: 1px solid #213364;
}
#news-feeds .news-feed ul {
    margin: 0;
    list-style: none;
}
#news-feeds .news-feed ul li {
    padding: 5px 0;
    border-bottom: 1px solid #999999;
}
#news-feeds .news-feed ul li a {
    color: black;
    text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    #news-feeds .news-feed {
        margin-bottom: 21px;
    }
}
@media screen and (min-width: 481px) {
    #news-feeds:after {
        content: "";
        display: table;
        clear: both;
    }
    #news-feeds .news-feed {
        width: 31.39696%;
        margin-right: 2.76625%;
        float: left;
    }
    #news-feeds .news-feed:nth-child(3n) {
        margin-right: 0;
    }
    #news-feeds .news-feed:nth-child(3n+1) {
        clear: left;
    }
}
#classes .class,
#classes .staff-role,
.staff-roles .class,
.staff-roles .staff-role {
    margin-bottom: 40px;
}
#classes .class h3,
#classes .class p,
#classes .staff-role h3,
#classes .staff-role p,
.staff-roles .class h3,
.staff-roles .class p,
.staff-roles .staff-role h3,
.staff-roles .staff-role p {
    margin: 0 0 10px;
}
#classes .class p a,
#classes .staff-role p a,
.staff-roles .class p a,
.staff-roles .staff-role p a {
    color: black;
}
@media screen and (min-width: 481px) {
    #classes:after,
    .staff-roles:after {
        content: "";
        display: table;
        clear: both;
    }
    #classes .class,
    #classes .staff-role,
    .staff-roles .class,
    .staff-roles .staff-role {
        width: 23.397%;
		margin-right: 0.766%;
        float: left;
    }
    #classes .class:nth-child(3n),
    #classes .staff-role:nth-child(3n),
    .staff-roles .class:nth-child(3n),
    .staff-roles .staff-role:nth-child(3n) {
        margin-right: 0;
    }
    #classes .class:nth-child(3n+1),
    #classes .staff-role:nth-child(3n+1),
    .staff-roles .class:nth-child(3n+1),
    .staff-roles .staff-role:nth-child(3n+1) {
        clear: none;
    }
}
/* EVENTS */

#event-calendar {
    margin-bottom: 40px;
    margin-bottom: 3.07692rem;
}
/* COLUMNS */

@media screen and (min-width: 0px) {
/*    margin-bottom: 21px;
    margin-bottom: 1.61538rem;
*/
}
@media screen and (min-width: 481px) {
    .one-half {
        width: 46%;
    }
    .one-third {
        width: 30.66%;
    }
    .two-third {
        width: 65.33%;
    }
    .one-fourth {
        width: 22%;
    }
    .three-fourth {
        width: 74%;
    }
    .one-fifth {
        width: 16.8%;
    }
    .two-fifth {
        width: 37.6%;
    }
    .three-fifth {
        width: 58.4%;
    }
    .four-fifth {
        width: 67.2%;
    }
    .one-sixth {
        width: 13.33%;
    }
    .five-sixth {
        width: 82.67%;
    }
    .one-half,
    .one-third,
    .two-third,
    .three-fourth,
    .one-fourth,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth,
    .one-sixth,
    .five-sixth {
        position: relative;
        margin-right: 4%;
        float: left;
    }
    .last {
        margin-right: 0 !important;
        clear: right;
    }
    .clearboth {
        width: 100%;
        height: 0;
        display: block;
        line-height: 0;
        font-size: 0;
        clear: both;
    }
}
/* OTHER */

.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides {
    margin: 0;
    list-style: none;
}
.flexslider .slides:after {
    content: "";
    display: table;
    clear: both;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.pointed-button,
.post-links .post-links-next a,
.pointed-button-back,
.post-links .post-links-prev a {
    color: #FFF;
    font-size: 15px;
    font-size: 1.15385rem;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}
.pointed-button:hover,
.post-links .post-links-next a:hover,
.pointed-button-back:hover,
.post-links .post-links-prev a:hover,
.pointed-button:active,
.post-links .post-links-next a:active,
.pointed-button-back:active,
.post-links .post-links-prev a:active {
    color: #FFF;
    text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .pointed-button,
    .post-links .post-links-next a,
    .pointed-button-back,
    .post-links .post-links-prev a {
        padding: 5px 20px;
        padding: 0.38462rem 1.53846rem;
        display: block;
        text-align: center;
        background: #009900;
        line-height: 1.2;
    }
    .pointed-button:hover,
    .post-links .post-links-next a:hover,
    .pointed-button-back:hover,
    .post-links .post-links-prev a:hover,
    .pointed-button:active,
    .post-links .post-links-next a:active,
    .pointed-button-back:active,
    .post-links .post-links-prev a:active {
        background: #213364 !important;
    }
}
@media screen and (min-width: 481px) {
    .pointed-button,
    .post-links .post-links-next a,
    .pointed-button-back,
    .post-links .post-links-prev a {
        padding: 0 40px 0 30px;
        padding: 0 3.07692rem 0 2.30769rem;
        display: inline-block;
        line-height: 31px;
        white-space: nowrap;
        /*background: url(images/pointed_button_bg.png) no-repeat top right;*/
		background-color: #D02729 !important;
		transition: all 0.5s !important;
    }
    .pointed-button:hover,
    .post-links .post-links-next a:hover,
    .pointed-button-back:hover,
    .post-links .post-links-prev a:hover,
    .pointed-button:active,
    .post-links .post-links-next a:active,
    .pointed-button-back:active,
    .post-links .post-links-prev a:active {
        background-position: bottom right;
    }
	/* Min width 001.1 */
	#logostory
	{
		margin-top: 53px !important;
	}
	footer #custom_html-2
	{
		margin-top: 0px !important;
		text-align: center !important;
	}
	footer #nav_menu-9
	{
		text-align: center !important;
		margin-top: 76px !important;
	}
	footer #nav_menu-9 .menu-contact-container li,
	footer #nav_menu-10 .menu-contact-container li
	{
		float: unset !important;
	}
	#custom_html-2
	{
		text-align: center !important;
		margin-top: 60px !important;
	}
	a#clientlogin
	{
		float: right !important;
		margin-right: 10px !important;
		clear: both !important;
		line-height: 38px !important;
	}
}
.pointed-button-back,
.post-links .post-links-prev a {
    padding: 0 30px 0 40px;
    padding: 0 2.30769rem 0 3.07692rem;
   /* background: url(images/pointed_button_back_bg.png) no-repeat top left; */
}
.pointed-button-back:hover,
.post-links .post-links-prev a:hover,
.pointed-button-back:active,
.post-links .post-links-prev a:active {
    background-position: bottom left;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .pointed-button-back,
    .post-links .post-links-prev a {
        padding: 5px 20px;
        padding: 0.38462rem 1.53846rem;
        display: block;
        text-align: center;
        background: #009900;
        line-height: 1.2;
    }
    .pointed-button-back:hover,
    .post-links .post-links-prev a:hover,
    .pointed-button-back:active,
    .post-links .post-links-prev a:active {
        background: #213364 !important;
    }
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.wirre-over:hover {
    opacity: 0.7;
}
p.rtw_meta,
div.rtw_meta {
    display: none !important;
}
.rotatingtweet p.rtw_main {
    line-height: 20px;
}
.rotatingtweet {
    width: 425px !important;
}
.twitter img {
    margin-left: -5px !important;
    margin-top: 5px !important;
    width: 55px !important;
}
#side #gform_wrapper_4
{
	margin: 0 2.30769rem 1.15385rem 1.15385rem !important;
	text-align: center;
}
#side #gform_submit_button_4
{
	width: 98.5% !important;
}	
#footer .container
{
	width: 100% !important;
	max-width: unset !important;
}
#footer .widget-area
{
	width: 30% !important;
}
a.req-button
{
	float: right !important;
	padding: 0px 10px !important;
	font-size: 19px !important;
}
#menu-contact li,
.menu-contact-container li
{
	float: right !important;
	padding: 10px !important;
}
#menu-contact li a,
.menu-contact-container li a,
.req-button
{
	font-size: 20px !important;
	color: white !important;
}
#menu-contact li a:hover,
.menu-contact-container li.menu-item-3214 a:hover,
.req-button:hover
{
	background-color: #009900 !important;
	transition: all 0.5s !important;
}
.header-phone
{
	font-size: 20px !important;
	float: right !important;
	margin-right: 15px !important;
}
.menu-contact-container .menu-item-3214 a,
#menu-contact .menu-item-3214 a,
.req-button
{
	background: #D02729 !important;
	border: 1px solid black !important;
}
.menu-contact-container .menu-item-3214 a
{
	padding: 10px !important;
}
#menu-footer-bottom li
{
	display: inline-block !important;
	float: right !important;
	padding: 5px !important;
}
#menu-footer-bottom li a
{
	color: #c2c2c2 !important;
}
#menu-footer-bottom #menu-item-3216::after
{
	content: "|" !important;
	margin-left: 10px !important;
	color: #c2c2c2 !important;
}
#nav_menu-10
{
	margin-top: 10px !important;
}
.gf_left_half,
.gf_right_half
{
	width: 49% !important;
}
.gform_footer p
{
	height: 0px !important;
	margin: 0px !important;
}
.gfield_label
{
	width: 100% !important;
}
.gfield_label span
{
	display: inline-block !important;
}
.gfield_checkbox br
{
	display: none;
}
.gf_list_2col li
{
	width: 50% !important;
	float: left !important;
}
.ginput_container_name > p
{
	width: 50% !important;
	float: left !important;
	margin-bottom: 0px !important;
}
.ginput_container_name > p > span
{
	width: 100% !important;
}
.ginput_container_name > p > span br:nth-last-child()
{
	display: none !important;
}
#menu-item-3214
{
	max-height: 50px !important;
}
.home #content-area .action:not(.video) h3
{
	background: none !important;
	background-color: #D02729 !important;
}
.side-button
{
	background-image: none !important;
	background-color: #D02729 !important;
}
#side .action
{
	margin: 0 2.30769rem 1.15385rem 1.15385rem !important;
	padding-left: 15px !important;
}
#side .action h3,
#side .action a
{
	color: white !important;
}
#sub-nav.affix
{
	top: 0px !important;
	position: fixed !important;
}
.bx-wrapper
{
	margin-bottom: 1.61538rem !important;
}
.bx-controls
{
	opacity: 0 !important;
	transition: all 0.5s !important;
}
.bx-wrapper:hover .bx-controls
{
	opacity: 1 !important;
	transition: all 0.5s !important;
}
.tslider blockquote footer, 
.tslider blockquote footer a
{
	color: #009900 !important;
}
#side #gform_wrapper_4
{
	padding-left: 15px !important;
}
#side #gform_wrapper_4 .gform_heading,
#side #gform_wrapper_4 h3
{
	margin-bottom: 0px !important;
}
#side #gform_wrapper_4 ul li,
#side #gform_wrapper_4 ul li div.ginput_container
{
	margin-top: 0px !important;
}
#side .gfield
{
	padding-right: 0px !important;
}
#content-area .action
{
	background-color: white !important;
}
#content-area .action img
{
	height: 153px; 
	margin: 0 auto !important;
}
.home .twitter .tslider
{
	padding: 0px !important;
}
.home .twitter .tslider .cbp-qtcontent
{
	margin-left: 0px !important;
}
.home .twitter .tslider blockquote p
{
	font-size: 13px !important;
}
.home .twitter .tslider blockquote
{
	border-radius: 3px !important;
}
.home .tour
{
	height: 123px;
	width: 241px;
	background-image: url('https://pbdpartners.com.au/wp-content/uploads/2017/12/map-e1513567246797.png');
	background-repeat: no-repeat;
	background-position: center;
}
.home .tour span
{	
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #D02729;
	background: white;
}
.home .tour a
{	
	display: inline-block;
	width: 100%;
	height: 153px !important;
}
.archive-post-content > p
{
	width: 74% !important;
	float: left !important;
	margin-right: 1% !important;
}
.archive-post-content > a.pointed-button
{
	width: 25% !important;
	float: left !important;
}
a.pointed-button:hover
{
	background-color: #009900 !important;
	transition: all 0.5s !important;
}
#content-area #search
{
	display: none !important;
}
#sub-nav:not(.sticky-element-active)
{
	/*top: 0px !important;*/
}
#menu-side-menu::after {
	content: "...........................................";
	border-bottom: 1px solid white;
	/* padding-bottom: 20px; */
	color: rgba(0,0,0,0);
	text-align: center;
	margin: 0 auto;
	position: relative;
}
#menu-side-menu
{
	text-align: center !important;
}
#menu-side-menu li.menu-item
{
	text-align: left !important;
}
#side ul li.current-menu-item
{
	background-color: #D02729 !important;
}
.gform_wrapper label
{
	font-size: inherit !important;
}
span.name_first > br:nth-child(1),
span.name_last > br:nth-child(1)
{
	display: none !important;
}

li#menu-item-3372 {
    background-color: black;
}
#logostory
{
	display: inline-block !important;
	font-size: 2em !important;
	font-weight: bold !important;
	font-family: "dinpro", sans-serif !important;
	vertical-align: calc !important;
	text-align: left !important;
}
#logostory a
{
	color: white !important;
}
footer #custom_html-3 p img
{
	display: inline-block !important;
	vertical-align: top !important;
}
div.pdfemb-poweredby
{
	display: none !important;
}
.single-post embed
{
	position: relative;
	margin-top: 30px;
}
.pdf_buttons {
	font-size: 1.5em;
	background-color: #414142;
	padding: 10px 18px;
	border-radius: 3px;
	margin-right: 10px;
	color: white;
	display: inline-block;
	margin-bottom: 5px;
}
.pdf_buttons:hover
{
	color: #009900;
}
@media screen and (max-width: 1024px)
{
	header#header nav#top-nav
	{
		width: 50.903% !important;
	}
	.container
	{
		margin: 0px !important;
		max-width: 100% !important;
	}
	#side,
	#logo
	{
		width: 23.11686% !important;
	}
	#home-slider-text .slides li
	{
		font-size: 2.46154rem !important;
	}
	#header
	{
		height: 99px !important;
	}
	#sub-nav
	{
		top: 95px !important;
	}
	#sub-nav nav
	{
		height: 46px !important;
		margin-left: 25.43% !important;
	}
	footer #custom_html-2,
	footer #nav_menu-9
	{
		margin-top: 0px !important;
	}
	footer #nav_menu-9 .menu-contact-container li, 
	footer #nav_menu-10 .menu-contact-container li
	{
		float: right !important;
	}
	#footer .container .widget-area:nth-child(2) #custom_html-3 > div > p > #logostory
	{
		font-size: 1.5em !important;
		margin-top: 2px !important;
	}
		#footer .container .widget-area:nth-child(2) #custom_html-3 > div > p > a img
	{
		margin-top: -30px !important;
		max-height: 170px !important;
	}
	/*#sub-nav:not(.sticky-element-active) nav 
	{
    	margin-left: 23.11686% !important;
	}*/
	body:not(.home) #content-area
	{
		margin-top: 75px !important;
	}
	#footer
	{
		overflow: hidden !important;
	}
	footer#footer .widget-area:nth-child(1) p img {
		max-width: 48% !important;
	}
	#footer .container
	{
		min-width: unset !important;
	}
	#logo img
	{
		min-width: 236px !important;
	}
	#sub-nav nav{
		margin-left: 25.4% !important;
	}
	#sub-nav{
		top: 94.1px !important;
	}
	body:not(.home) #content-area{
		margin-top: 93px !important;
		width: 59% !important;
	}
	#sidebar
	{
		margin-top: 93px !important;
	}
}
@media screen and (max-width: 768px)
{
	#side,
	#logo
	{
		width: 31.11686% !important;
	}
	#sub-nav nav
	{
		height: 47px !important;
		margin-right: 0px !important;
		margin-left: 31.11686% !important;
	}
	/*#sub-nav:not(.sticky-element-active) nav 
	{
    	margin-left: 31.11686% !important;
	}*/
	#home-slider-text .slides li 
	{
    	font-size: 2.1rem !important;
	}
	.page-template-template-home-php #content-area .row .action 
	{
    	min-height: 145px;
	}
	#content-area .action img 
	{
    	height: 120px !important;
	}
	.header-phone
	{
		margin-top: -8px !important;
	}
	div#sub-nav nav
	{
		margin-left: 34.117% !important;
	}
	.page footer#footer .widget-area:nth-child(2) h1
	{
		display: none !important;
	}
	header#header nav#top-nav
	{
		width: 64.903% !important;
	}
	#sidebar{
		display: none !important;
	}
	body:not(.home) div#content-area
	{
		width: 66% !important;
	}
	a.req-button
	{
		padding: 0px 5px !important;
	}
	.archive-post-content > p
	{
		width: 100% !important;
	}
	.archive-post-content > a.pointed-button
	{
		width: 40% !important;
	}
	footer#footer > .container > .widget-area:nth-child(1)
	{
		margin-left: 1.66945% !important;
		margin-right: 0px !important;
	}
	footer#footer > div.container div.container div.one-half:nth-child(1)
	{
		width: 41% !important;
		margin-left: 1.66945% !important;
	}
	footer#footer > .container .container .one-half:nth-child(2)
	{
		width: 48% !important;
	}
	
}
@media screen and (max-width: 480px)
{
	#side .action
	{
		display: none !important;
	}
	header #top-icons
	{
		display: none !important;
	}
	header#header
	{
		padding-top: 0px !important;
	}
	header #mobile-nav
	{
		margin-top: 10px !important;
	}
	div#logo
	{
		display: none;
	}
	#hiddenlogo
	{
		display: block !important;
	}
	#side,
	header#header nav#top-nav
	{
		width: 100% !important;
	}
	#header .header-phone,
	#header .req-button
	{
		float: unset !important;
	}
	#clientlogin
	{
		display: none !important;
	}
	nav#top-nav
	{
		text-align: center !important;
	}
	#header
	{
		height: auto !important;
		background: #D02729;
		padding-bottom: 0px !important;
	}
	#header nav#top-nav
	{
		margin-bottom: 0px !important;
	}
	.unhideeo
	{
		display: inline-block !important;
		padding-right: 5px !important;
	}
	.hideeo
	{
		display: none;
	}
	#header #hiddenlogo
	{
		margin-bottom: 0.8rem !important;
	}
	#header .header-phone
	{
		margin-right: 0px !important;
		margin-left: 9px !important;
	}
	#header a.req-button
	{
		padding: 3px 10px !important;
		background: white !important;
		color: #D02729 !important;
		border: none !important;
		font-weight: 700 !important;
	}
	#header .header-phone
	{
		background: white !important;
		padding: 3px 7px !important;
		color: #D02729 !important;
	}
	.container #side div.action,
	.container #side div.action > a,
	.container #side div.action > a h3
	{
		color: #009900 !important;
	}
	.container #side div.action > a h3
	{
		margin-top: 1.15385rem !important;
		font-size: 1.25em !important;
		font-weight: 700 !important;
	}
	.action .eventdate svg
	{
		color: #D02729 !important;
	}
	.action .eventdate,
	.action .eventname
	{
		color: black;
	}
	#side > a.side-button
	{
		display: none !important;
	}
	#side div.action
	{
		border: 1px solid #D02729 !important;
		margin-top: 1.15385rem !important;
		margin-right: 1.15385rem !important;
		padding-bottom: 1.15385rem !important;
	}
	.tour
	{
		margin: 0 auto !important;
		width: 100% !important;
		background-image: url('https://pbdpartners.com.au/wp-content/uploads/2018/03/pbd-partners-map-location.jpg') !important;
		height: auto !important;
	}
	.tour a span
	{
		background: #D02729 !important;
		color: white !important;
	}
	#footer .container .widget-area
	{
		width: 100% !important;
		margin-right: 0px !important;
	}
	#footer .container .widget-area .textwidget
	{
		text-align: center !important;
	}
	#footer .container .widget-area:nth-child(2) #custom_html-3 > div > p > a img
	{
		margin-top: 0px !important;
	}
	#footer .container .widget-area:nth-child(2) #custom_html-3 > div > p > #logostory
	{
		font-size: 1.9em !important;
		margin-top: 17px !important;
	}
	#footer
	{
		background-color: #414142 !important;
	}
	#footer .menu-footer-bottom-container
	{
		text-align: center !important;
	}
	#footer .menu-footer-bottom-container ul#menu-footer-bottom
	{
		display: inline-block !important;
	}
	body:not(.home) #content-area
	{
		padding: 0px 10px !important;
		margin-top: 0px !important;
	}
	#content-area embed
	{
		display: none !important;
	}
	.single-post .pdf_buttons
	{
		width: 100% !important;
		text-align: center !important;
	}
	#side #gform_wrapper_4
	{
		display: none !important;
	}
	#footer #gform_widget-2
	{
		display: inline-block !important;
		width: 100% !important;
		padding: 0px 5px !important;
	}
	#footer #gform_widget-2 > h3
	{
		font-size: 1.25em !important;
		font-weight: 700 !important;
		margin-bottom: 0px !important;
		color: #009900 !important;
		text-align: center !important;
	}
	#footer #gform_widget-2 form ul li,
	#footer #gform_widget-2 .gform_wrapper
	{
		margin-top: 0px !important;
	}
	#footer #custom_html-2 > div > p > img:nth-child(2)
	{
		margin-top: 28px !important;
		vertical-align: top !important;
	}
	.archive .inner article.archive-post .archive-post-content
	{
		width: 100% !important;
		display: inline-block !important;
	}
	.archive .inner article.archive-post.category-our-newsletters .archive-post-content header
	{
		width: 50% !important;
		display: inline-block !important;
		float: left !important;
	}
	.archive .inner article.archive-post .archive-post-content a.pointed-button
	{
			white-space: nowrap !important;
			width: 45% !important;
	}
	.archive .inner article.archive-post:not(.category-our-newsletters) .archive-post-content > p
	{
		width: 100% !important;
	}
	footer#footer .widget-area:nth-child(1) .textwidget
	{
		text-align: center !important;
	}
	footer#footer .widget-area:nth-child(1) .textwidget p,
	footer#footer .widget-area:nth-child(1) .textwidget p a
	{
		display: inline-block !important;
	}
	footer#footer .widget-area:nth-child(1) .textwidget p
	{
		max-width: 50% !important;
	}
	footer#footer .widget-area:nth-child(1) .textwidget p img
	{
		max-width: 100% !important;
	}
	footer#footer div.widget-area:nth-child(3) div.textwidget
	{
		text-align: center !important;
	}
	footer#footer div.container div.container div.one-half:nth-child(2),
	footer#footer div.container div.container div.one-half:nth-child(1)
	{
		display: inline-block !important;
		width: 100% !important;
		text-align: center !important;
	}
	body:not(.home) #main div#content-area
	{
		width: 100% !important;
	}
}
#gform_confirmation_wrapper_4
{
	margin: 0 2.30769rem 1.15385rem 1.15385rem !important;
    padding-left: 15px !important;
	color: white !important;
}
.tslider li footer
{
	font-weight: 100 !important;
}
#side .gform_title
{
	color: #009900 !important;
}
#side .gform_footer
{
	padding: 0px !important;
	margin-top: 7px !important;
}
#side #gform_fields_4 li
{
	line-height: 0px;
}
p,
.tslider blockquote p,
li,
a,
label,
input,
span,
div
{
	font-size: 15px !important;
}
#stellar
{
	margin-top: 10px !important;
	color: #6b6b6b !important;
    font-size: 0.81em !important;
    font-style: italic !important;
}
#footer .widget-area:nth-child(1) #text-2 > div > p
{
	padding-top: 12px !important;
}
#footer
{
	overflow: hidden !important;
}
#footer .widget-area:nth-child(2) #custom_html-3 img
{
	max-width: 175px !important;
}
#footer .widget-area:nth-child(2) 
{
	margin-top: -22px !important;
}
#footer #logostory
{
	margin-top: 22px !important;
	font-size: 1.2em !important;
}
#footer #logostory a
{
	font-size: 1.3em !important;
    line-height: 1.3em !important;
}
footer#footer #nav_menu-9
{
	margin-top: 0px !important;
}
header#header .container
{
	width: 100% !important;
	max-width: 100% !important;
	margin: 0px !important;
}
footer#footer .widget-area:nth-child(1) p img
{
	max-height: 74px !important;
}
footer#footer .widget-area:nth-child(2) p img
{
	max-height: 156px !important;
	width: auto !important;
}
footer#footer .widget-area:nth-child(2) p
{
	display: inline-block !important;
}
footer#footer .widget-area:nth-child(2) h1
{
	display: inline-block !important;
	vertical-align: top !important;
	margin-top: 39px !important;
	text-align: left !important;
}
footer#footer .widget-area:nth-child(2) .textwidget
{
	text-align: center !important;
}
footer#footer .widget-area:nth-child(3) .textwidget
{
	text-align: right !important;
}
footer#footer .widget-area:nth-child(3) .textwidget > p
{
	display: inline-block !important;
}
header.page-article-header h1,
.single header.post-header h1
{
	color: black !important;
}
a.header-phone span,
a.req-button span
{
	font-size: 19px !important;
}
#bottomrhs
{
	text-align: right !important;
	width: 46% !important;
	padding-right: 3.56% !important;
}
#bottomrhs p,
#bottomrhs p a
{
	color: white !important;
	font-size: 12px !important;
}
footer#footer .container .container div.one-half:nth-child(1)
{
	width: 46% !important;
}
footer#footer .container .container div.one-half
{
	min-width: 250px !important;
}
#home-slider-text .slides li {
	font-size: 2.3em !important;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message
{
	color: white !important;
}
.gform_wrapper .validation_message
{
	white-space: normal !important;
	display: inline-block !important;
	padding: 10px 0px !important;
	line-height: 20px !important;
}
@media screen and (min-width: 769px){
	.home #main > .container > #side
	{
		float: unset !important;
		display: table-cell !important;
	}
	.home #main > .container > #content-area
	{
		margin: unset !important;
		float: unset !important;
		display: table-cell !important;
		vertical-align: bottom !important;
		padding-left: 20px !important;
	}
	.home #main > .container > #content-area > .row
	{
		margin-bottom: 0px !important;
	}
	.home #main > .container 
	{
		display: table !important;
		padding-bottom: 20px !important;
	}
}
#side
{
	max-width: 240px;
}
#secondary-nav
{
	padding-left: 10px;
}
.home #content-area > .row > .action:first-child .title
{
	padding-top: 11%;
}