/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2015
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
    font: 20px 'Muli', Arial, Verdana;
    text-align: left;
    color: #5e514d;
    background: #fff;
}

#content #page_edit {
    margin: 0 auto;
}

#content .mobile_none {
    display: inline-block;
}




/*  -------------------------------------------------------------
    HEADER OVERRIDES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#header {
    padding: 10px 0 55px 0;
    font-family: 'comfortaa', Arial, Verdana;
    background: #fff url("../images/bg/header_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header .logo {
    display: inline-block;
    padding-top: 10px;
}

#header .tagline {
    display: inline-block;
    float: right;
    padding-top: 20px;
    text-align: right;
}

#header .tagline p {
    padding: 8px 0;
    font-weight: bold;
    color: #002554;
}

#header .tagline p span {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
    background-color: #c4d600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#header .tagline p span.last {
    margin-left: 30px;
}

#header .tagline p a:link,
#header .tagline p a:visited {
    font-weight: bold;
    color: #5e514d;
    text-decoration: none;
}

#header .tagline p a.email:hover {
    text-decoration: underline;
}

#header .tagline p .break {
    display: none;
}

#content .banner_image {
}




/*  -------------------------------------------------------------
    CONTENT OVERRIDES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content h1 {
    padding: 30px 0 15px 0;
    font-size: 1.8em;
    font-family: 'comfortaa', Arial, Verdana;
}


#content h2 {
    padding: 15px 0 10px 0;
    font-size: 1.3em;
}

#content p {
    padding: 5px 0 10px 0;
}

#content a:link,
#content a:visited {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content a:hover {
    text-decoration: underline;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/*  -------------------------------------------------------------
    COLOUR SCHEME OVERRIDES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  COLOUR SCHEME - Colour Scheme 1
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.colour_scheme_1 {
    padding: 40px 0;
    background: #f0eade url("../images/bg/cs_1.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content .columns.colour_scheme_1 h1 {
    color: #5e514d;
}

#content .columns.colour_scheme_1 h2 {
    color: #002554;
}

#content .columns.colour_scheme_1 strong {
    font-weight: normal;
    color: #002554;
}




/*  COLOUR SCHEME - Colour Scheme 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.colour_scheme_2 {
    padding: 60px 0;
    background-color: #fff;
}

#content .columns.colour_scheme_2.half_width {
    background: #fff;
}

#content .columns.colour_scheme_2 h2 {
    color: #002554;
}

#content .columns.colour_scheme_2 h1,
#content .columns.colour_scheme_2 h3,
#content .columns.colour_scheme_2 h4,
#content .columns.colour_scheme_2 h5,
#content .columns.colour_scheme_2 p,
#content .columns.colour_scheme_2 a:link,
#content .columns.colour_scheme_2 a:visited,
#content .columns.colour_scheme_2 ul,
#content .columns.colour_scheme_2 ol {
    color: #5e514d;
}

/*  COLOUR SCHEME - Colour Scheme 3
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.colour_scheme_3 {
    padding: 30px 0;
    background: #002554;
}

#content .columns.colour_scheme_3 h2 {
    color: #c4d600;
}

#content .columns.colour_scheme_3 h1,
#content .columns.colour_scheme_3 h3,
#content .columns.colour_scheme_3 h4,
#content .columns.colour_scheme_3 h5,
#content .columns.colour_scheme_3 p,
#content .columns.colour_scheme_3 a:link,
#content .columns.colour_scheme_3 a:visited,
#content .columns.colour_scheme_3 ul,
#content .columns.colour_scheme_3 ol {
    color: #fff;
}




/*  -------------------------------------------------------------
    NEWSLETTER SIGNUP FORM
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns .contentForm {
    padding-top: 28px;
    max-width: 600px;
    margin: 0 auto;
}

#content .columns .contentForm h6 {
    padding: 3px 0;
}

#content .columns .contentForm label.require {
    background: url("../images/icons/require.png") top right no-repeat;
}

#content .columns .contentForm textarea,
#content .columns .contentForm .textbox {
    vertical-align: middle;
    padding: 10px 24px;
    width: 100%;
    color: #003b80;
    border: 1px #ccd3dd solid;
    background: #ccd3dd;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content .columns .contentForm .textbox::-webkit-input-placeholder,
#content .columns .contentForm .textbox:-moz-placeholder, /* Firefox 18- */
#content .columns .contentForm .textbox::-moz-placeholder,  /* Firefox 19+ */
#content .columns .contentForm .textbox:-ms-input-placeholder {
    color: #000;
}

#content .columns .contentForm textarea:focus,
#content .columns .contentForm .textbox:focus {
    color: #fff;
    background-color: #003b80;
}

#content .columns .contentForm .submitBox .submitBtn {
    display: block;
    float: right;
    margin-top: 30px;
    padding: 8px 26px;
    font-size: 1em;
    text-transform: none;
    font-weight: normal;
    color: #fff;
    border: #002554 1px solid;
    background: #002554;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content .columns .contentForm .submitBox .submitBtn:hover {
    cursor: pointer;
    color: #002554;
    background-color: #fff;
}




/*  -------------------------------------------------------------
    FOOTER OVERRIDES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#pre-footer {
    padding: 30px 0;
    background: #fff url("../images/bg/pre-footer_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#pre-footer .logo {
    display: inline-block;
    padding-top: 10px;
}

#pre-footer .tagline {
    display: inline-block;
    float: right;
    padding-top: 50px;
    text-align: right;
    font-family: 'comfortaa', Arial, Verdana;
}

#pre-footer .tagline p {
    padding: 8px 0;
    color: #002554;
}

#pre-footer .tagline p span {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    color: #fff;
    background-color: #c4d600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#pre-footer .tagline p span.last {
    margin-left: 30px;
}

#pre-footer .tagline p a:link,
#pre-footer .tagline p a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #5e514d;
}

#pre-footer .tagline p a.email:hover {
    text-decoration: underline;
}

#pre-footer .tagline p .break {
    display: none;
}




#footer {
    padding: 25px 10px;
    text-align: left;
    background-color: #002554;
}

#footer p {
    font-size: 0.8em;
    color: #fff;
}

#footer a:link,
#footer a:visited {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}