/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2014
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
    font: 16px "PT Sans", Arial, Sans-serif;
    text-align: left;
    color: #4b4b4b;
    background: #fff;
}




/*  -------------------------------------------------------------
    MAIN DIVS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#wrapper {
    background: #000;
}

#preheader {
    height: 40px;
    background: #d9541e;
}

#header {
    position: relative;
    background: #fff url("../images/bg/header.png") no-repeat center bottom;
}

#banner {
    position: relative;
    z-index: 0;
    background: #fff;
}

#main {
    padding-bottom: 38px;
    background: #fff;
}

#main.home {
    padding-top: 20px;
}

#footer {
    clear: both;
    padding: 10px 0 15px 0;
    background: #d9541e;
}

#footer.home {
    padding: 0 0 12px 0;
}

#postfooter {
    padding: 10px;
    background: #fff;
}




/*  -------------------------------------------------------------
    DEFAULTS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.js-fadeout {
    opacity: 0.20;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}




/*  -------------------------------------------------------------
    PREHEADER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  PREHEADER - Google Translate
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.goog-te-menu-frame {
    top: 40px !important;
}

#preheader .google_translate_plugin {
    float: right;
    margin-top: 10px;
}

#preheader .google_translate_plugin .goog-te-gadget-simple {
    display: block;
    padding: 0;
    border: none;
    background: none;
}

#preheader .google_translate_plugin .goog-te-gadget img {
    background: url("../images/icons/google.png") no-repeat left top !important;
}

#preheader .google_translate_plugin .goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
    border: none !important;
}


/*  PREHEADER - Search
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#preheader .search_bar {
    float: right;
    margin-right: 20px;
    width: 220px;
    height: 40px;
    background: #ffd1bf;
}

#preheader .search_bar .field {
    float: left;
    padding: 0 0 0 16px;
    width: 154px;
    height: 40px;
    font: 14px "PT Sans", Arial, Sans-serif;
    line-height: 40px;
    color: #96340c;
    border: none;
    background: none;
    outline: none;
}

/* Place holder text overrides for all browsers */
#preheader .search_bar .field::-webkit-input-placeholder { color:#96340c; }
#preheader .search_bar .field::-moz-placeholder { color:#96340c; } /* firefox 19+ */
#preheader .search_bar .field:-ms-input-placeholder { color:#96340c; } /* ie */
#preheader .search_bar .field:-moz-placeholder { color:#96340c; }

#preheader .search_bar .submit {
    float: right;
    padding: 11px 16px;
}


/*  PREHEADER - Menu
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#preheader .menu_links {
    float: right;
    padding-right: 12px;
}

#preheader .menu_links li {
    float: left;
}

#preheader .menu_links li a:link,
#preheader .menu_links li a:visited {
    float: left;
    display: block;
    padding: 0 21px;
    height: 40px;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    color: #fff;
}

#preheader .menu_links li a.active:link,
#preheader .menu_links li a.active:visited {
    background: #4d8bbf;
}

#preheader .menu_links li a:hover,
#preheader .menu_links li a.active:hover {
    background: #a84d10;
}


/*  PREHEADER - Mobile Buttons
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#preheader a.btn_mobile:link,
#preheader a.btn_mobile:visited {
    float: right;
    width: 15%;
    height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-repeat: no-repeat;
}

#preheader a.btn_mobile:hover {
    background-color: #a84d10;
}

#preheader a.btn_mobile.menu:link,
#preheader a.btn_mobile.menu:visited {
    background-image: url("../images/icons/menu.png");
    background-position: center 16px;
    background-size: 23px 16px;
}

#preheader a.btn_mobile.menu.active:link,
#preheader a.btn_mobile.menu.active:visited {
    background-color: #415968;
}

#preheader a.btn_mobile.search:link,
#preheader a.btn_mobile.search:visited {
    background-image: url("../images/icons/magnifying_glass_large.png");
    background-position: center 12px;
    background-size: 21px 21px;
}

#preheader a.btn_mobile.search.active:link,
#preheader a.btn_mobile.search.active:visited {
    background-color: #96340c;
}

#preheader a.btn_mobile.events:link,
#preheader a.btn_mobile.events:visited {
    background-image: url("../images/icons/events.png");
    background-position: center 13px;
    background-size: 20px 19px;
}

#preheader a.btn_mobile.events.active:link,
#preheader a.btn_mobile.events.active:visited {
    background-color: #a0a518;
}

#preheader a.btn_mobile.news:link,
#preheader a.btn_mobile.news:visited {
    background-image: url("../images/icons/news.png");
    background-position: center 15px;
    background-size: 23px 17px;
}

#preheader a.btn_mobile.news.active:link,
#preheader a.btn_mobile.news.active:visited {
    background-color: #4f8abd;
}


#preheader a.btn_mobile.active:link,
#preheader a.btn_mobile.active:visited,
#preheader a.btn_mobile.menu.active:link,
#preheader a.btn_mobile.menu.active:visited,
#preheader a.btn_mobile.search.active:link,
#preheader a.btn_mobile.search.active:visited,
#preheader a.btn_mobile.events.active:link,
#preheader a.btn_mobile.events.active:visited,
#preheader a.btn_mobile.news.active:link,
#preheader a.btn_mobile.news.active:visited {
    background-image: url("../images/icons/x.png");
    background-position: center center;
    background-size: 21px 21px;
}

#preheader a.btn_mobile:link span,
#preheader a.btn_mobile:visited span {
    display: block;
    padding: 41px 0 4px 0;
    height: 15px;
    font-size: 0.6em;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    border-left: 1px #a84d10 solid;
}

#preheader a.btn_mobile.start:link span,
#preheader a.btn_mobile.start:visited span {
    border-left: none;
}

#preheader a.btn_mobile.active:link span,
#preheader a.btn_mobile.active:visited span {
    display: none;
}

#preheader a.btn_mobile:hover span {
    cursor: pointer;
}




/*  -------------------------------------------------------------
    HEADER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#header a.logo:link,
#header a.logo:visited {
    float: left;
    display: block;
    margin-top: 18px;
    width: 168px;
}

#header a.logo:link,
#header a.logo:visited {
    max-width: 100%;
}

#header .partners {
    float: right;
    padding-top: 32px;
    width: 320px;
}

#header .partners p {
    clear: both;
    padding: 5px 0 0 0;
    font-size: 0.7em;
    text-transform: uppercase;
    text-align: center;
    color: #989898;
}

#header .partners .partner {
    float: left;
    text-align: center;
    padding: 0 18px;
}

#header .partners .partner.last {
    padding-right: 0;
    border-left: 1px #efefef solid;
}

#header .partners .partner img {
    height: 40px;
    opacity: 0.6;
}

#header .partners .partner img:hover {
    opacity: 1;
}




/*  -------------------------------------------------------------
    MENU MAIN
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
    
#menu_main {
    clear: right;
    float: right;
    margin-top: 34px;
    padding-right: 35px;
    height: 40px;
    background: #415968;
}

#menu_main li {
    position: relative;
    float: left;
}

#menu_main li a:link,
#menu_main li a:visited {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    text-decoration: none;
    color: #fff;
}

#menu_main li a:link,
#menu_main li a:visited,
#menu_main li a:link span,
#menu_main li a:visited span {
    display: block;
    height: 40px;
    line-height: 40px;
}

#menu_main li.hasChilds a:link span,
#menu_main li.hasChilds a:visited span {
    padding-right: 14px;
    background: url("../images/icons/arrow_down.png") no-repeat right 19px;
}


#menu_main li.active a:link,
#menu_main li.active a:visited {
    background: #4d8bbf;
}

#menu_main li a:hover,
#menu_main li:hover a:link,
#menu_main li:hover a:visited,
#menu_main li.active a:hover {
    background: #3675ab;
}


/*  MENU MAIN - 2nd Level
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#menu_main li ul {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 300;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    background: #4d8bbf;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#menu_main li:hover ul {
    opacity: 1;
    visibility: visible;
}

#menu_main li ul li {
    float: none;
    margin: 0;
}

#menu_main li ul li a:link,
#menu_main li ul li a:visited,
#menu_main li:hover ul li a:link,
#menu_main li:hover ul li a:visited {
    float: none;
    padding: 8px 12px;
    width: auto;
    height: auto;
    line-height: 1.25em;
    font-size: 0.9em;
    color: #ffffff;
    border-top: 2px #4d8bbf solid;
    background: #4d8bbf;
}

#menu_main li ul li a:link span,
#menu_main li ul li a:visited span,
#menu_main li:hover ul li a:link span,
#menu_main li:hover ul li a:visited span,
#menu_main li.hasChilds ul li a:link span,
#menu_main li.hasChilds ul li a:visited span,
#menu_main li.hasChilds:hover ul li a:link span,
#menu_main li.hasChilds:hover ul li a:visited span {
    height: auto;
    line-height: 1.25em;
    background: none;
}

#menu_main li ul li.active a:link,
#menu_main li ul li.active a:visited,
#menu_main li:hover ul li.active a:link,
#menu_main li:hover ul li.active a:visited,
#menu_main li ul li a:hover,
#menu_main li:hover ul li a:hover,
#menu_main li.active:hover ul li a:hover {
    background: #2267a2;
}


#menu_main li.news ul {
    left: auto;
    right: 0;
}

#menu_main li.news ul li a:link,
#menu_main li.news ul li a:visited {
    text-align: right;
}




/*  -------------------------------------------------------------
    MOBILE SEARCH BAR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#mobile_search_bar {
    display: none;
    background: #96340c;
}

#mobile_search_bar .field {
    float: left;
    padding: 0 0 0 5%;
    width: 85%;
    height: 60px;
    font: 18px "PT Sans", Arial, Sans-serif;
    line-height: 60px;
    color: #ffd1bf;
    border: none;
    background: none;
    outline: none;
}

#mobile_search_bar input {
    outline: none;
}

/* Place holder text overrides for all browsers */
#mobile_search_bar .field::-webkit-input-placeholder { color:#96340c; }
#mobile_search_bar .field::-moz-placeholder { color:#96340c; } /* firefox 19+ */
#mobile_search_bar .field:-ms-input-placeholder { color:#96340c; } /* ie */
#mobile_search_bar .field:-moz-placeholder { color:#96340c; }

#mobile_search_bar .submit {
    float: right;
    padding: 19px 3% 19px 3%;
    width: 21px;
    height: 21px;
}




/*  -------------------------------------------------------------
    MOBILE NEWS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#mobile_news {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #4f8abd;
}

#mobile_news h4 {
    text-transform: uppercase;
    line-height: 1.25em;
}

#mobile_news h4 a:link,
#mobile_news h4 a:visited {
    display: block;
    padding: 20px 5%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #415968;
}

#mobile_news a.item:link,
#mobile_news a.item:visited {
    display: block;
    padding: 20px 5%;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4em;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px #415968 solid;
}




/*  -------------------------------------------------------------
    MOBILE EVENTS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#mobile_events {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #a0a518;
}

#mobile_events h4 {
    text-transform: uppercase;
    line-height: 1.25em;
}

#mobile_events h4 a:link,
#mobile_events h4 a:visited {
    display: block;
    padding: 20px 5%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #807b00;
}

#mobile_events a.item:link,
#mobile_events a.item:visited {
    display: block;
    padding: 20px 5%;
    text-decoration: none;
    line-height: 1.4em;
    color: #fff;
    border-bottom: 1px #807b00 solid;
}



/*  -------------------------------------------------------------
    MENU MOBILE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#menu_mobile {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    border-top: 1px #4d8bbf solid;
    background: #415968;
}

#menu_mobile li {
    display: block;
}

#menu_mobile li a:link,
#menu_mobile li a:visited {
    display: block;
    padding: 18px 5%;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.25em;
    border-bottom: 1px #4d8bbf solid;
    color: #fff;
}

#menu_mobile li.active a:link,
#menu_mobile li.active a:visited {
    background: #4d8bbf;
}

#menu_mobile li ul {
    display: none;
}

#menu_mobile li.news a:link,
#menu_mobile li.news a:visited,
#menu_mobile li.news.active a:link,
#menu_mobile li.news.active a:visited {
    display: none;
}

#menu_mobile li.news ul,
#menu_mobile li.news ul a:link,
#menu_mobile li.news ul a:visited,
#menu_mobile li.news.active ul a:link,
#menu_mobile li.news.active ul a:visited {
    display: block;
}




/*  -------------------------------------------------------------
    BANNER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#banner .image {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
}


/*  BANNER - Overlay
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#banner .mobile_wrapper {
    position: relative;
}

#banner .mobile_overlay {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: none;
    height: 100%;
    width: 50%;
    background: url("../images/banners/overlay.png") no-repeat left center;
}

#banner .mobile_overlay .mobile_overlay-i {
    display: table;
    height: 100%;
}

#banner .mobile_overlay .mobile_overlay-ii {
    display: table-cell;
    vertical-align: middle;
    padding-left: 78px;
}

#banner .mobile_overlay .mobile_overlay-ii img {
    max-width: 168px;
}


/*  BANNER - Home Text
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#banner .home_text {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

#banner .home_text-i {
    width: 100%;
    height: 100%;
    display: table;
}

#banner .home_text-ii {
    display: table-cell;
    vertical-align: middle;
}


/*  BANNER - Home Text - Hero Text / Side
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#banner .home_text .hero_text,
#banner .home_text .hero_side {
    display: block;
    padding: 0 3%;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#banner .home_text .hero_text {
    float: left;
    padding-left: 4.25%;
    width: 536px;
    height: 280px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    background: #d9541e url("../images/bg/banner_home_hero.png") no-repeat left center;
}

#banner .home_text .hero_side {
    float: right;
    display: block;
    padding-right: 4.25%;
    width: 300px;
    height: 280px;
    background: #d9541e;
}

#banner .home_text .hero_text h1 {
    padding: 25px 0 11px 0;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
}

#banner .home_text .hero_text p {
    padding: 4px 0 6px 0;
    line-height: 1.2em;
    color: #fff;
}

#banner .btns {
    padding: 18px 0 24px 0;
}

#banner a.btn:link,
#banner a.btn:visited {
    float: left;
    display: block;
    width: 32%;
    height: 40px;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

#banner a.btn.first:link,
#banner a.btn.first:visited {
    margin-right: 2%;
}

#banner a.btn.last:link,
#banner a.btn.last:visited {
    float: right;
}

#banner a.btn.blue:link,
#banner a.btn.blue:visited {
    background: #4f8abd;
}

#banner a.btn.blue:hover {
    color: #4f8abd;
    background: #fff;
}

#banner a.btn.grey:link,
#banner a.btn.grey:visited {
    background: #415968;
}

#banner a.btn.brown:link,
#banner a.btn.brown:visited {
    background: #963206;
}

#banner a.btn.grey:hover {
    color: #415968;
    background: #fff;
}

#banner a.btn.green:link,
#banner a.btn.green:visited {
    background: #c2bd00;
}

#banner a.btn.green:hover {
    color: #c2bd00;
    background: #fff;
}

#banner a.btn.brown:hover {
    color: #963206;
    background: #fff;
}


/*  BANNER - Home Text - Newsletter Signup
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#banner .home_text .newsletter_signup {
    float: right;
    display: block;
    padding: 2% 2% 0 2%;
    width: 300px;
    height: 255px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    background: #d9541e;
}

#banner .home_text .newsletter_signup h4 {
    padding: 14px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#banner .home_text .newsletter_signup a.btn:link,
#banner .home_text .newsletter_signup a.btn:visited {
    display: block;
    float: none;
    width: auto;
}

#banner .home_text .newsletter_signup p {
    padding: 8px 0 12px 0;
    line-height: 1.2em;
    color: #fff;
}

#banner .home_text .newsletter_signup form {
    padding-top: 10px;
}

#banner .home_text .newsletter_signup form .field {
    float: left;
    padding: 0 5%;
    width: 62%;
    height: 40px;
    font: 14px "PT Sans", Arial, Sans-serif;
    line-height: 40px;
    color: #a84d10;
    border: none;
    outline: none;
    background: #fff;
}

#banner .home_text .newsletter_signup form .submit {
    float: right;
    padding: 0;
    cursor: pointer;
    width: 28%;
    height: 40px;
    font: 14px "PT Sans", Arial, Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: none;
    background: #a84d10;
}

#banner .newsletter_signup ul {
    padding-top: 8px;
}

#banner .newsletter_signup ul li a:link,
#banner .newsletter_signup ul li a:visited {
    display: block;
    padding: 5px 9px;
    text-decoration: none;
    color: #f5d7cb;
    font-weight: bold;
    font-size: 0.9em;
    background: #e35d27;
}

#banner .newsletter_signup ul li a.today:link,
#banner .newsletter_signup ul li a.today:visited {
    position: relative;
    z-index: 100;
    color: #ffffff;
    border: 1px #80baec solid;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(160,200,235,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(160,200,235,0.5);
    box-shadow: 0px 0px 5px 1px rgba(160,200,235,0.5);
    background: #308bd7;
}

#banner .newsletter_signup ul li a.today:hover {
    background: #416e94;
}

#banner .newsletter_signup ul li a:link strong,
#banner .newsletter_signup ul li a:visited strong {
    text-transform: uppercase;
    color: #ffffff;
}

#banner .newsletter_signup ul li:nth-child(even) a:link,
#banner .newsletter_signup ul li:nth-child(even) a:visited {
    background: #e9703f;
}

#banner .newsletter_signup ul li a:hover,
#banner .newsletter_signup ul li:nth-child(even) a:hover {
    background: #bd4413;
}




/*  -------------------------------------------------------------
    CONTENT
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  Defaults
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content h1 {
    position: relative;
    z-index: 50;
    margin: -82px 0 20px -22px;
    padding: 14px 0 10px 15px;
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.25em;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    border: 10px #ffffff solid;
    border-bottom: 0;
    background: #d9541e;
}

#content h1 a:link,
#content h1 a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

#content h2 {
    padding: 18px 0 4px 0;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.25em;
    color: #4d8bbf;
}

#content h3 {
    padding: 18px 0 4px 0;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25em;
    color: #817c00;
}

#content h4 {
    padding: 16px 0 4px 0;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25em;
    color: #d9541e;
}

#content h5 {
    padding: 14px 0 4px 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25em;
    color: #0075bc;
}

#content p {
    padding: 4px 0 10px 0;
    line-height: 1.5em;
}

#content a:link,
#content a:visited {
    text-decoration: underline;
    color: #d9541e;
}

#content a:hover {
    color: #508abc;
}

#content strong {
    font-weight: bold;
}

#content ul {
    margin-left: 20px;
    padding-bottom: 6px;
}

#content ul li {
    line-height: 1.5em;
    list-style-type: disc;
}

#content ol {
    padding-bottom: 6px;
}

#content ol li {
    margin-left: 20px;
    padding: 4px 0;
    line-height: 1.5em;
    list-style-type: decimal;
}

#content ol li ol {
    padding-bottom: 0;
}

#content ol li ol li {
    margin-left: 20px;
    list-style-type: lower-alpha;
}

#content a.btn:link,
#content a.btn:visited {
    display: block;
    padding: 14px 20px;
    width: 100%;
    font: 0.85em Arial, Helvetica, Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #4d8bbf;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#content a.btn_small:link,
#content a.btn_small:visited {
    display: inline-block;
    padding: 14px 20px;
    font: 0.85em Arial, Helvetica, Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #4d8bbf;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#content a.btn:hover,
#content a.btn_small:hover {
    color: #4d8bbf;
    background: #fff;
}


/*  Page Attachments
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .page_attachments {
    padding: 10px 0;
}

#content .page_attachments li {
    padding: 10px 0;
    background: none;
}

#content .page_attachments li a:link,
#content .page_attachments li a:visited {
    display: block;
    float: left;
    padding: 6px 20px 6px 40px;
    font-weight: bold;
    text-decoration: none;
}




/*  ------------------------------------------------------------- 
    COLUMNS
    -------------------------------------------------------------   */

#content .columns {
    clear: both;
    padding: 10px 0;
}

/*  COLUMNS - Default 2/3 x 1/3 Width Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns .column {
    float: left;
    width: 73%;
}

#content .columns .column.last {
    float: right;
    width: 25%;
}


/*  COLUMNS - Default 1/3 x 2/3 Width Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.side_right .column {
    float: left;
    width: 73%;
}

#content .columns.side_right .column.last {
    float: right;
    width: 25%;
}


/* COLUMNS - 2 x Half-Width Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.half_width .column,
#content .columns.half_width .column.last {
    width: 48%;
}


/* COLUMNS - Three
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.three .column,
#content .columns.three .column.last {
    width: 31%;
}

#content .columns.three .column.first {
    margin-right: 3.5%;
}

/*  COLUMNS - Single
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.single .column {
    float: left;
    padding: 0 4.25%;
    width: 91.5%;
}

/*  COLUMNS - Single
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.single_full_width .column {
    float: none;
    width: 100%;
}




/*  ------------------------------------------------------------- 
    OTHER DESIGNED SECTIONS
    -------------------------------------------------------------   */

#content #search {
    padding: 20px 10px 0 10px;
}

#content #search h1.searchTitle {
    padding-left: 36px !important;
    font: bold 2.25em "PT Sans", Arial, Sans-serif;
}

#content #search .searchResult {
    padding-left: 0 !important;
    background: none !important;
}


/*  OTHER DESIGNED SECTIONS - Events Page
    -------------------------------------------------------------   */

#events_page .columns .column.odd {
    float: left;
    clear: left;
}


/*  OTHER DESIGNED SECTIONS - Summarise Subs
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content #summariseSub .sub {
    clear: left;
    float: left;
    width: 48.5%;
    min-height: 80px;
    padding-right: 1.5%;
}

#content #summariseSub .sub:nth-child(even) {
    clear: right;
    float: right;
    padding-right: 0;
}


/*  OTHER DESIGNED SECTIONS - Sub Menu
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content #menuMain_childs {
    margin: 0;
}

#content #menuMain_childs li {
    padding-bottom: 2px;
    list-style-type: none;
    line-height: 1.25em;
}

#content #menuMain_childs li a:link,
#content #menuMain_childs li a:visited {
    display: block;
    padding: 14px 20px;
    width: 100%;
    font: 0.85em Arial, Helvetica, Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #d9541e;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#content #menuMain_childs li a:hover {
    color: #d9541e;
    background: #fff;
}


/*  OTHER DESIGNED SECTIONS - Bread Crumbs
    -------------------------------------------------------------   */

#content #pathway {
    padding: 10px 0;
    height: 20px;
}

#content #pathway li {
    float: left;
    padding: 0 6px 10px 0;
    font-size: 0.875em;
    background: none;
}

#content #pathway li a:link,
#content #pathway li a:visited,
#content #pathway li span {
    padding: 0 18px 0 4px;
    float: left;
    display: block;
    height: 14px;
    line-height: 14px;
    color: #939393;
}

#content #pathway li a:link,
#content #pathway li a:visited {
    text-decoration: none;
    background: url("../images/icons/arrow_right.png") no-repeat right center;
}

#content #pathway li a:hover {
    text-decoration: underline;
    color: #508abc;
}


/*  OTHER DESIGNED SECTIONS - Membership Levels
    -------------------------------------------------------------   */

#content .level {
    margin-bottom: 10px;
    padding: 2% 4% 3% 4%;
}

#content .level a:link,
#content .level a:visited {
    color: #ffffff;
}

#content .level.base h2,
#content .level.base p,
#content .level.base ul li,
#content .level.base a:link,
#content .level.base a:visited {
    color: #656565;
}

#content .level.diamond h2,
#content .level.diamond p,
#content .level.diamond ul li {
    text-shadow: -1px -1px 1px #ffffff;
    color: #314495;
}

#content .level.diamond p a:link,
#content .level.diamond p a:visited {
    text-shadow: none;
}

#content .level h2,
#content .level p,
#content .level ul li {
    color: #ffffff;
}

#content .level.base {
    border: 2px #cdcdcd solid;
}

#content .level.bronze {
    border-bottom: 5px #943603 solid;
    background: #b2480e;
}

#content .level.silver {
    border-bottom: 5px #64605e solid;
    background: #77776a;
}

#content .level.gold {
    border-bottom: 5px #faa538 solid;
    background: #e19400;
}

#content .level.platinum {
    border-bottom: 5px #4c4645 solid;
    background: #6c6564;
}

#content .level.diamond {
    border-bottom: 5px #e4e7f4 solid;
    background: #cad2f6;
}

#content .level.major {
    border-bottom: 5px #346fa1 solid;
    background: #4d88bb;
}


/*  OTHER DESIGNED SECTIONS - Latest News Items
    -------------------------------------------------------------   */

#content .latest_news_items {
    padding: 12px 6.5%;
    background: #a19901;
}

#content .latest_news_items h4 {
    padding: 5px 0 0 0;
}

#content .latest_news_items h4 a:link,
#content .latest_news_items h4 a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#content .latest_news_items h4 a:hover {
    color: #545100;
}

#content .latest_news_items a.item:link,
#content .latest_news_items a.item:visited {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    line-height: 1.4em;
    color: #fff;
    border-bottom: 1px #c5be1a solid;
}

#content .latest_news_items a.item.last:link,
#content .latest_news_items a.item.last:visited {
    border-bottom: none;
}

#content .latest_news_items a.item:hover {
    color: #545100;
}


/*  OTHER DESIGNED SECTIONS - Organisation Contact
    -------------------------------------------------------------   */

#content .organisation_contact {
    clear: both;
    margin: 20px 0;
    padding: 12px 6.5%;
    background: #3b5463;
}

#content .organisation_contact h4 {
    padding: 5px 0 10px 0;
}

#content .organisation_contact h4 a:link,
#content .organisation_contact h4 a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#content .organisation_contact .image {
    margin: 6px 0;
}

#content .organisation_contact h4 a:hover {
    color: #62b8eb;
}

#content .organisation_contact p {
    line-height: 1.3em;
    color: #fff;
}

#content .organisation_contact a:link,
#content .organisation_contact a:visited {
    text-decoration: none;
    color: #fff;
}

#content .organisation_contact .description {
    display: none;
}

#content .organisation_contact a.read_more:link,
#content .organisation_contact a.read_more:visited {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}

#content .organisation_contact a:hover {
    color: #62b8eb;
}

#content .organisation_contact .contact_details span {
    display: block;
}

#content .organisation_contact a.linkedin:link,
#content .organisation_contact a.linkedin:visited {
    display: block;
    padding: 1px 0 4px 30px;
    font-weight: bold;
    background: url("../images/icons/linkedin.jpg") no-repeat 0 0;
}


/*  OTHER DESIGNED SECTIONS - Member Group
    -------------------------------------------------------------   */

#content .home_members {
    float: left;
    width: 15%;
    margin-right: 2%;
}

#content .member_group {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    text-align: center;
    background: #e3e6e8;
}

#content .member_group.diamond {
    clear: left;
}

#content .member_group h5 {
    padding: 15px 0 8px 0;
    font-size: 0.875em;
    text-transform: uppercase;
}

#content .member_group h5 a:link,
#content .member_group h5 a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #415968;
}

#content .member_group h5 a:hover {
    color: #4f8abd;
}

#content .member_group .member_group-i {
    text-align: left;
}

#content .member_group a.member:link img,
#content .member_group a.member:visited img { 
    margin-bottom: 8px;
    width: 100px;
    border: 5px #ffffff solid;
}


/*  OTHER DESIGNED SECTIONS - CiviCRM Payment Summaries
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .payment_summary {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    border: 1px solid #dfdfe0;
    text-align: left;
}

#content .payment_summary thead tr th {
    padding: 5px 4px;
    font-weight: bold;
    color: #6d6e71;
    background: #dfdfe0;
}

#content .payment_summary tbody tr td {
    padding: 5px 4px;
    color: #333;
    background: #efefef;
}


/*  OTHER DESIGNED SECTIONS - Summarise Subs
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#event_inner .attachments {
    clear: both;
    margin: 20px 0;
    padding: 10px 20px;
    background: #dfdfe0;
}

#event_inner .attachments li {
    padding: 0;
    list-style-type: none;
}

#event_inner .attachments li a:link,
#event_inner .attachments li a:visited {
    display: block;
    padding: 4px 0 4px 24px;
    background-position: 0 8px !important;
}




/*  -------------------------------------------------------------
    ATTACHMENTS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .attachment_cover {
    float: left;
    margin-right: 2%;
    margin-top: 20px;
    padding: 2%;
    width: 18.5%;
    text-align: center;
    border: 1px #cdcdcd solid;
    background: #efefef;
}

#content .attachment_cover h5 {
    font-size: 0.9em;
    min-height: 60px;
}

#content .attachment_cover h5 a:link,
#content .attachment_cover h5 a:visited {
    text-decoration: none;
    font-weight: bold;
}

#content .column.last .attachment_cover {
    float: none;
    width: 95%;
    margin-right: 0;
    margin-bottom: 20px;
}


/*  OTHER DESIGNED SECTIONS - Testimonial
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .testimonial {
    padding: 15px 20px 15px 20px;
    border: 1px #cdcdcd solid;
    background: #f1f1f1;
}

#content .testimonial .image {
    float: right;
    padding: 0 0 20px 20px;
}

#content .testimonial .image img {
    display: inline-block;
}

#content .testimonial h4 {
    padding-top: 0;
}

#content .testimonial p {
    padding-bottom: 20px;
    font-style: italic;
}


/*  OTHER DESIGNED SECTIONS - Sidebar Signup Form
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .column.last .contentForm {
    padding-bottom: 40px;
    width: 100%;
}

#content .column.last .contentForm .submit_box {
    float: none;
}

#content .column.last .contentForm .submit_box .submit {
    width: 100%;
}

#content .column.last .contentForm .section {
    padding: 0;
}


/*  -------------------------------------------------------------
    PAGINATION
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.pagination,
#content .pagination {
    clear: both;
}

.pagination p,
#content .pagination p {
    padding: 30px 0;
    text-align: center;
}

.pagination p a:link,
.pagination p a:visited,
#content .pagination p a:link,
#content .pagination p a:visited {
    padding: 5px 12px;
    font-size: 1.3em;
    text-decoration: none;
}

.pagination p a:hover,
#content .pagination p a:hover {
    color: #fff;
    background: #d9531e;
}

.pagination p a.active:link,
.pagination p a.active:visited,
#content .pagination p a.active:link,
#content .pagination p a.active:visited {
    color: #fff;
    background: #d9531e;
}

.pagination p a.active:hover,
#content .pagination p a.active:hover {
    color: #6d6e71;
    background: none;
}


/*  -------------------------------------------------------------
    PAGE SPECIFIC STYLING
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


#content .latest_news_items h4 a:hover {
    color: #545100;
}



/*  PAGE SPECIFIC STYLING - Homepage - Home News
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .home_news {
    float: left;
    margin-right: 1.3%;
    padding: 1% 1.66% 2% 1.66%;
    width: 15%;
    min-height: 350px;
    background: #4f8abd;
}

#content .home_news h4 {
    padding: 12px 0 4px 0;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.25em;
}

#content .home_news h4 a:link,
#content .home_news h4 a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#content .home_news h4 a:hover {
    color: #415968;
}

#content .home_news a.item:link,
#content .home_news a.item:visited {
    display: block;
    padding: 8px 0;
    font-size: 0.875em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4em;
    color: #fff;
    border-bottom: 1px #415968 solid;
}

#content .home_news a.item:hover {
    color: #415968;
}

#content .home_news a.item.last:link,
#content .home_news a.item.last:visited {
    border-bottom: none;
}


/*  PAGE SPECIFIC STYLING - Homepage - Home Population
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .home_population {
    float: left;
    padding: 1% 1.66%;
    width: 35%;
    min-height: 360px;
    background: #a84d10 url("../images/bg/home_population.png") no-repeat left bottom;
}

#content .home_population h2 {
    padding: 8px 0 3px 0;
    font-size: 2em;
    color: #fff;
}

#content .home_population p {
    font-size: 0.875em;
    line-height: 1.3em;
    color: #fff;
}


/*  PAGE SPECIFIC STYLING - Homepage - Home Sponsor
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .home_sponsor {
    float: right;
    padding: 0;
    max-width: 23.6%;
}

#content .home_sponsor {
    width: 100%;
}


/*  PAGE SPECIFIC STYLING - Side Adverts
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns .advert {
    clear: right;
    float: right;
    margin-bottom: 20px;
}


/*  PAGE SPECIFIC STYLING - Sitemap
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content ul.sitemap {
    padding-bottom: 6px;
}

#content ul.sitemap li {
    float: left;
    width: 30%;
}




/*  -------------------------------------------------------------
    FOOTER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  FOOTER - Member Group
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#footer .member_group {
    float: left;
}

#footer .member_group.major {
    padding-right: 32px;
}

#footer .member_group h5 {
    padding-bottom: 6px;
    font-size: 0.7em;
    text-transform: uppercase;
}

#footer .member_group h5 a:link,
#footer .member_group h5 a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#footer .member_group h5 a:hover {
    color: #f8bea6;
}

#footer .member_group h5 a:link .arrow,
#footer .member_group h5 a:visited .arrow {
    display: none;
    margin-left: 10px;
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer .member_group h5.active a:link .arrow,
#footer .member_group h5.active a:visited .arrow {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#footer .member_group .member_group-i {
    height: 75px;
    text-align: left;
}

#footer .member_group a.member:link,
#footer .member_group a.member:visited {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    max-width: 200px;
}

#footer .member_group a.member:link img,
#footer .member_group a.member:visited img {
    display: block;
    width: 100%;
}


/*  FOOTER - Social Buttons
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#footer .social_buttons {
    float: right;
    padding-top: 34px;
    text-align: right;
}

#footer.home .social_buttons {
    padding-top: 16px;
}

#footer .social_buttons a.btn:link,
#footer .social_buttons a.btn:visited {
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#footer .social_buttons a.btn:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#footer .social_buttons a.btn.twitter:link,
#footer .social_buttons a.btn.twitter:visited {
    margin-right: 0;
}

#footer .social_buttons a.btn:link img,
#footer .social_buttons a.btn:visited img {
    display: block;
}


/*  FOOTER - p
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#footer p {
    clear: right;
    float: right;
    padding-top: 5px;
    font-size: 0.75em;
    line-height: 1em;
    color: #fff;
}

#footer p a:link,
#footer p a:visited {
    text-decoration: none;
    color: #fff;
}

#footer p a:hover {
    text-decoration: underline;
    color: #f8bea6;
}




/*  -------------------------------------------------------------
    POSTFOOTER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#postfooter a.logo_cp:link,
#postfooter a.logo_cp:visited {
    float: right;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#postfooter a.logo_cp:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#postfooter p {
    float: right;
    padding: 4px 10px 0 0;
    font-size: 0.75em;
    text-align: right;
    line-height: 1.4em;
    color: #868787;
}

#postfooter p a:link,
#postfooter p a:visited {
    text-decoration: none;
    color: #868787;
}

#postfooter p a:hover {
    color: #d9541e;
}




/*  -------------------------------------------------------------
    MESSAGES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
    
.msgBox {
    margin: 10px 0;
    padding: 10px 10px 5px 35px;
    background: no-repeat 10px 10px;
    font-size: 12px;
}

.msgBox .title {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.msgBox .text {
    padding: 0 0 5px 0;
}

.msgBox a:link,
.msgBox a:visited {
    text-decoration: underline; 
}
    

/*  Success
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.success {
    border: 1px solid #7fea6f;
    background-color: #dcf8d8;
    background-image: url("../../../images/icons/msgBox_success.gif");
    color: #009900;
}

.msgBox.success a:link,
.msgBox.success a:visited,
#content .msgBox.success a:link,
#content .msgBox.success a:visited {
    color: #009900; 
}

/*  Info
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
    
.msgBox.info {
    position: relative;
    top: 10px;
    border: 1px solid #7baedd;
    background-color: #dbe9f6;
    background-image: url(../../../images/icons/msgBox_info.gif);
    color: #436d94;
}

.msgBox.info a:link,
.msgBox.info a:visited,
#content .msgBox.info a:link,
#content .msgBox.info a:visited {
    color: #436d94; 
}

/*  Error
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.error {
    margin: -10px 0 105px 0;
    border: 1px solid #e9cc7c;
    background-color: #fdf0cd;
    background-image: url("../../../images/icons/msgBox_error.gif");
    color: #b17409;
}

.msgBox.error a:link,
.msgBox.error a:visited,
#content .msgBox.error a:link,
#content .msgBox.error a:visited {
    color: #a08106; 
}

/*  Fail
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.fail {
    border: 1px solid #f57878;
    background-color: #ffe1e1;
    background-image: url("../../../images/icons/msgBox_fail.gif");
    color: #cc3300;
}

.msgBox.fail a:link,
.msgBox.fail a:visited,
#content .msgBox.fail a:link,
#content .msgBox.fail a:visited {
    color: #cc3300; 
}