﻿@charset "utf-8";
/* CSS Doc@charset "utf-8";
/* CSS Doc/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'Conv_FSAlbert Light';
    src: url('../fonts/FSAlbert Light.eot');
    src: local('☺'), url('../fonts/FSAlbert Light.woff') format('woff'), url('../fonts/FSAlbert Light.ttf') format('truetype'), url('../fonts/FSAlbert Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_FSAlbert Bold';
    src: url('../fonts/FSAlbert Bold.eot');
    src: local('☺'), url('../fonts/FSAlbert Bold.woff') format('woff'), url('../fonts/FSAlbert Bold.ttf') format('truetype'), url('../fonts/FSAlbert Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

/* Z-indexes 
	Site-header: 100;
*/

button, input, optgroup, select, textarea {
    color: #555;
}

.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-lg-1-5 {
    float: left;
}

@media only print, screen and (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
    }
}

@media screen and (max-width:760px) {
    #linkedinXsSmall {
        display: block;
    }

    #linkedinSmall {
        display: none;
    }

    #linkedinMedium {
        display: none;
    }

    #linkedinDesktop {
        display: none;
    }
}

body {
    font-family: Conv_FSAlbert Light, Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14pt;
    line-height: 1.3em;
    color: #000;
    /*    background: #f3f3f3;
    overflow-x: hidden;*/
}

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

/* Typography */
h1, .h1 {
    font-size: 44px;
    font-weight: bold;
    color: #b50156;
}
/*41px*/
h2, .h2 {
    font-size: 32px;
    font-weight: bold;
}
/*25px*/
h3, .h3 {
    font-size: 24px;
    line-height: 1.333em;
    color: #b50156;
    font-weight: bold;
}
/*15px*/
h4, .h4 {
    font-size: 1.3em;
    line-height: 1.385em;
    font-weight: bold;
}
/*13px*/
h5, .h5 {
    font-size: 1.2em;
    line-height: 1.455em;
    font-weight: bold;
}
/*11px*/

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    margin: 0 0 20px 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a,
    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a {
        text-decoration: none;
        color: inherit;
    }

    h3 .text-link {
        text-decoration: underline;
    }

p {
    margin: 20px 0;
    word-wrap: break-word;
}

ul {
    margin: 10px 0;
    /*    list-style: none;
    padding: 0;*/
}

li {
    padding-left: 15px;
    position: relative;
    margin: 10px 0;
}

dl {
    margin: 20px 0;
}

    dl:first-child {
        margin-top: 0;
    }

    dl dt {
    }

    dl dd {
        margin-bottom: 15px;
    }

        dl:last-child, dl dd:last-child {
            margin-bottom: 0;
        }

.title-button-aside {
}

@media print, screen and (min-width: 768px) {
    .title-button-aside {
        margin-bottom: 20px;
    }

        .title-button-aside h2 {
            float: left;
            margin-bottom: 0;
        }

        .title-button-aside .btn {
            float: right;
        }

        .title-button-aside:after {
            clear: both;
            content: "";
            display: table;
        }
}

.btn-directions {
}

.btn-calendar {
}

.btn-calendar {
}

.multi {
    float: right;
}

table {
    width: 100%;
}

.table-responsive {
    border: none;
}

.table {
    border: 1px solid #ddd;
}

.table-responsive .table {
    width: 500px;
}

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}

.table > thead > tr {
    background: #333 !important;
    color: #fff;
}

    .table > thead > tr a {
        color: #fff !important;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 13px 8px;
        border-left: 1px solid #ddd;
    }



.table tr:nth-child(2n+1) {
    background: #f7f7f7;
}

@media print, screen and (min-width: 768px) {
    .table-responsive .table {
        width: 100%;
    }
}

.align-center {
    text-align: center;
}

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

.align-left {
    text-align: left;
}

.inline-list {
}

    .inline-list:after {
        content: "";
        display: table;
        clear: both;
    }

    .inline-list > li {
        padding: 0 10px;
        float: left;
        margin: 0;
    }

        .inline-list > li:first-child {
            padding-left: 0;
        }

        .inline-list > li:before {
            width: 1px;
            height: 10px;
        }

        .inline-list > li:first-child:before {
            display: none;
        }

.il-qualification > li {
    padding: 15px 0;
    text-align: center;
}

    .il-qualification > li:before {
        display: none;
    }

.il-qualification .il-icon {
    display: block;
    margin: 0 auto 20px auto;
    font-size: 25px;
    color: #5091cd;
    font-weight: bold;
}

    .il-qualification .il-icon img {
        display: block;
        margin: 0 auto 10px auto;
    }

.circle-stat {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px solid #5091cd;
    padding: 25px 5px;
    display: block;
    margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
    .il-qualification > li {
        display: block !important;
    }
}

@media print, screen and (min-width: 768px) {
    .il-qualification > li {
        display: inline-block;
        width: 23%;
    }
    /*.il-qualification .il-icon:before {min-height:70px;display:inline-block;vertical-align:middle;content:"";}
	.il-qualification .il-icon span {display:inline-block;vertical-align:middle;max-width:95%;}*/
}

@media print, screen and (min-width: 1200px) {
    .il-qualification > li {
        width: 19%;
    }
}


a, a:visited, a:active {
    color: #b50156;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.btn {
    white-space: normal; /*padding:12px 15px;*/
    padding: 9px 15px;
    text-decoration: none;
    border-radius: 0px;
    border: none;
}

.btn-grad {
    background: rgba(151,22,84,1);
    background: -moz-linear-gradient(top, rgba(151,22,84,1) 0%, rgba(128,12,60,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151,22,84,1)), color-stop(100%, rgba(128,12,60,1)));
    background: -webkit-linear-gradient(top, rgba(151,22,84,1) 0%, rgba(128,12,60,1) 100%);
    background: -o-linear-gradient(top, rgba(151,22,84,1) 0%, rgba(128,12,60,1) 100%);
    background: -ms-linear-gradient(top, rgba(151,22,84,1) 0%, rgba(128,12,60,1) 100%);
    background: linear-gradient(to bottom, rgba(151,22,84,1) 0%, rgba(128,12,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#971654', endColorstr='#800c3c', GradientType=0 );
}

.btn-default, .btn-default:hover, .btn-default:focus {
    color: #fff !important;
    text-decoration: none;
}
    /*display:block;*/ /*background: rgba(151,22,84,1);
background: -moz-linear-gradient(top, rgba(151,22,84,1) 0%, rgba(151,22,84,1) 48%, rgba(128,12,60,1) 51%, rgba(128,12,60,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151,22,84,1)), color-stop(48%, rgba(151,22,84,1)), color-stop(51%, rgba(128,12,60,1)), color-stop(100%, rgba(128,12,60,1)));
background: -webkit-linear-gradient(top, rgba(151,22,84,1) 0%, rgba(151,22,84,1) 48%, rgba(128,12,60,1) 51%, rgba(128,12,60,1) 100%);
background: -o-linear-gradient(top, rgba(151,22,84,1) 0%, rgba(151,22,84,1) 48%, rgba(128,12,60,1) 51%, rgba(128,12,60,1) 100%);
background: -ms-linear-gradient(top, rgba(151,22,84,1) 0%, rgba(151,22,84,1) 48%, rgba(128,12,60,1) 51%, rgba(128,12,60,1) 100%);
background: linear-gradient(to bottom, rgba(151,22,84,1) 0%, rgba(151,22,84,1) 48%, rgba(128,12,60,1) 51%, rgba(128,12,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#971654', endColorstr='#800c3c', GradientType=0 );}*/
    .btn-default, .btn-default:hover, .btn-default:focus {
        background: #004272;
    }

        .btn-default > a {
            color: #fff !important;
            text-decoration: none;
        }

.btn-orange {
    background: #ee7723;
    color: white !important;
}

    .btn-orange:hover {
        background: #ee7723;
    }

.btn-red {
    background: #e5005c;
    color: white !important;
}

    .btn-red:hover {
        background: #e5005c;
    }

.btn-primary, .btn-primary:focus {
    background: #004272 !important;
    color: #fff !important;
    text-decoration: none; /*display:block;*/
    border-color: #004272;
}

    .btn-primary:hover {
        background: #002e50 !important;
    }

    .btn-primary > a {
        color: #fff !important;
        text-decoration: none;
    }

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    background: #fff !important;
    color: #e60d64 !important;
    text-decoration: none; /*display:block;*/
    border-color: #e60d64;
}

    .btn-secondary > a {
        color: #fff !important;
        text-decoration: none;
    }

    .btn-secondary.active, .btn-secondary.active:hover, .btn-secondary.active:focus {
        background: #f8f8f8 !important;
    }

/*.btn + .btn {
    margin-top: 10px;
}*/

textarea {
    resize: none;
    min-height: 130px;
}

img + .btn {
    margin-top: 15px;
}

@media print, screen and (max-width: 767px) {
    .btn {
        display: block;
    }

    button.btn {
        width: 100%;
    }
}

/* Padding classes */
@media print, screen and (min-width: 1200px) {
    .pr-md-50 {
        padding-right: 50px !important;
    }

    .pl-md-50 {
        padding-left: 50px !important;
    }
}


.modal {
    text-align: left;
}

    .modal .close {
        margin-top: 5px;
        font-size: 14px;
        font-weight: normal; /*padding:5px;*/
    }

        .modal .close:before {
            font-family: "FontAwesome";
            content: "\f00d";
        }

.modal-body > *:first-child {
    margin-top: 0;
}

.modal-header h2 {
    color: #004272 !important;
}

.well {
    background: #fff;
    border-radius: 0;
    margin-bottom: 20px;
    border: solid 1px #cdcdcd;
    border-top: 5px solid #004272;
    -webkit-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
}

    .well.eq-div {
        padding: 3px 19px;
    }

    .well:after {
        clear: both;
        display: table;
        content: "";
    }

.image-well {
    padding: 0;
    border: none;
}

.well-toggle {
    border: 1px solid #e3e3e3;
    margin-top: 10px;
    display: none;
}

p.intro-paragraph {
    font-size: 1.231em;
    color: #a43f6d;
    margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {

    .well {
        margin-bottom: 40px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    div[class^='col-'], div[class*=' col-'] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .well .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .well *[class^='col-'], .well *[class*=' col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .well .form-horizontal .form-group {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media print, screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

.add-pad {
    padding-bottom: 40px;
}

/*@media print, screen and (max-width: 991px) {
	.well .row div[class*='col-'] + div[class*='col-'] {margin-top:40px;}
}*/

.no-pad {
    padding: 0px !important;
}


/* Header */
#site-header {
    /*background: #fff;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0; /*border-bottom:2px solid #e4e4e6;*/
    z-index: 1000;
}




    #site-header .container {
    }

#site-header-main .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

#site-header-bot {
    background: #fff;
    /*    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
    border-top: solid 4px #efefef;*/
}

.site-navigation {
    position: relative;
    top: -4px;
}

    .site-navigation ul {
        margin: 0;
    }

    .site-navigation li {
        padding: 0;
        margin: 0;
    }

        .site-navigation li:before {
            display: none;
        }

        .site-navigation li a {
            display: block;
            text-decoration: none;
        }

    .site-navigation a:hover {
        text-decoration: none;
    }

.mobile-only-cta-nav {
}

    .mobile-only-cta-nav ul {
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
        border-top: 1px solid #999;
    }

    .mobile-only-cta-nav li {
        padding: 0;
        float: left;
        width: 33.333%;
        text-align: center;
    }

        .mobile-only-cta-nav li:before {
            display: none;
        }

.header-aside {
    display: none;
}

.search-box .input-group-addon {
    padding: 0;
    border: none;
}

.search-box .form-control {
    height: 32px;
}

.search-box .btn-default {
    border-radius: 0 5px 5px 0;
    border: none;
    padding: 6px 12px;
}

@media print, screen and (max-width: 767px) {
    .header-logo img {
        max-height: 50px;
    }
}

@media print, screen and (max-width: 991px) {
    .site-navigation {
        margin: 0 -10px;
    }


    #site-header-main .container {
        padding-left: 15px;
        padding-right: 50px;
        position: relative;
    }

    .header-nav-toggle {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        height: 30px;
        width: 30px;
        right: 5px;
        display: block;
        text-align: center;
        padding: 8px 0;
        cursor: pointer;
    }

        .header-nav-toggle:before {
            font-family: "FontAwesome";
            content: "\f0c9";
            font-size: 20px;
            color: #222;
        }

    .header-search-mobile {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        height: 30px;
        width: 30px;
        right: 5px;
        display: block;
        text-align: center;
        display: none;
    }

        .header-search-mobile a {
            text-decoration: none;
            cursor: pointer;
        }

            .header-search-mobile a:before {
                font-family: "FontAwesome";
                content: "\f002";
                font-size: 20px;
                color: #222;
            }
}

#site-header-top {
    background-color: #efdada;
    border: 1px solid #e9ced2;
}

    #site-header-top p {
        color: #ac4141;
        text-align: center;
    }

@media print, screen and (min-width: 992px) {
    .mobile-only-cta-nav {
        display: none;
    }

    #site-header {
        /*background: #fff;*/
    }

    #site-header-main .container {
        padding-top: 15px;
        padding-bottom: 25px;
    }



    .header-aside {
        display: block;
        text-align: right;
        padding-top: 10px;
    }

    .header-magazine {
        display: inline-block;
        vertical-align: top;
    }

        .header-magazine .btn-default, .header-magazine .btn-default:hover, .header-magazine .btn-default:focus {
            background: #e60d64 !important;
            border-color: #e60d64;
        }

    .header-social {
        font-family: "FontAwesome";
        display: inline-block;
        vertical-align: middle;
    }

        .header-social ul {
            margin: 0 -3px;
            display: inline-block;
        }

        .header-social li {
            margin: 0;
            padding: 0 3px;
            float: left;
        }

            .header-social li:before {
                display: none;
            }

        .header-social a {
            height: 40px;
            width: 40px;
            border-radius: 4px;
            display: block;
            text-align: center;
            background: #222;
            text-decoration: none;
            padding: 7px 0;
        }

            .header-social a:before {
                font-size: 25px;
                line-height: 25px;
                color: #fff;
            }

        .header-social .social-twitter {
        }

        .header-social .social-facebook {
        }

        .header-social .social-twitter {
            background: #00adec;
        }

        .header-social .social-facebook {
            background: #3b589e;
        }

    .header-login {
        display: inline-block;
        vertical-align: middle;
    }

        .header-login ul {
            margin: 0 -5px;
            display: inline-block;
        }

        .header-login li {
            margin: 0;
            padding: 0 5px;
            float: left;
            margin-right: 20px;
            text-align: center;
        }

            .header-login li:before {
                display: none;
            }

        .header-login .btn-default, .header-login .btn-default:focus {
            background: #fff !important;
            border-color: #e60d64;
            color: #e60d64 !important;
        }

        .header-login li + li .btn-default, .header-login li + li .btn-default:focus {
            border-color: #004272;
            color: #004272 !important;
        }

        .header-login a {
            text-transform: uppercase;
            text-decoration: none;
        }

            .header-login a:hover {
                text-decoration: none;
            }

        .header-login img {
            margin-bottom: 15px;
        }

    .header-social, .header-login {
        margin-left: 10px;
    }

    .header-search {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

        .header-search a {
            text-decoration: none;
            cursor: pointer;
        }

            .header-search a:before {
                font-family: "FontAwesome";
                content: "\f002";
                font-size: 20px;
                color: #222;
            }

    .header-nav-toggle {
        display: none;
    }

    .header-search-mobile {
        display: none;
    }

    .header-logo {
        float: left;
        max-width: 280px;
    }

    #site-header-bot {
        display: block !important;
        text-align: center;
    }

    .site-navigation {
        display: table;
        /*width: 100%;*/
    }

        .site-navigation ul {
            display: table-row;
        }

        .site-navigation li {
            display: table-cell;
        }

            .site-navigation li a {
                padding: 7px 35px;
                position: relative;
            }
}

@media print, screen and (min-width: 992px) and (max-width: 1199px) {
    .header-logo {
        float: left;
        max-width: 280px;
        margin-top: 20px;
    }
}

@media print, screen and (min-width: 1200px) {
    .header-logo {
        max-width: none;
    }

    .header-social, .header-login {
        margin-left: 20px;
    }
}

/* Megamenu */
.site-navigation ul ul {
    display: none;
}

/*.site-navigation .has-toggle {
    display: block;
    position: relative;
    padding-right: 35px;
}

.site-navigation .toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    cursor: pointer;
    text-align: center;
}

    .site-navigation .toggle:before {
        font-family: "FontAwesome";
        content: "\f105";
        display: block;
        padding: 9px;
        font-size: 20px;
        color: #666;
        font-weight: bold;
    }*/



.site-navigation .toggle.active {
}

    .site-navigation .toggle.active:before {
        content: "\f107";
    }

.site-navigation ul ul {
    background: rgba(0,0,0,0.1);
}

@media print, screen and (min-width: 992px) {
    .site-navigation li {
        position: relative;
        /*width: 11.1%;*/
    }

        .site-navigation li:hover > ul {
            display: block;
        }

    .site-navigation ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

        .site-navigation ul ul li {
            display: block;
            background: #e4e4e6;
        }
}






/* Main */
#site-main {
    padding-top: 60px;
    background-color: #fff;
}

@media print, screen and (min-width: 768px) {
    #site-main {
        padding-top: 97px;
    }
}

@media print, screen and (min-width: 992px) {
    #site-main {
        padding-top: 162px;
    }
}

@media print, screen and (min-width: 1200px) {
    #site-main {
        padding-top: 136px;
    }

    .main-page {
        padding-top: 176px !important;
    }
}

/* X-statement */
.x-statement {
    text-align: center;
    background: #fff;
}

    .x-statement h1, .x-statement h2 {
        margin: 15px 0;
        font-weight: normal;
        font-size: 1.538em;
    }

@media print, screen and (min-width: 768px) {
    .x-statement h1, .x-statement h2 {
        font-size: 1.923em;
        margin: 20px 0;
    }
}

@media print, screen and (min-width: 992px) {
    .x-statement h1, .x-statement h2 {
        margin: 30px 0;
    }
}

/* Banner */
.banner {
    background: #fff;
}

.banner-slides {
    visibility: hidden;
}

.banner-item {
    position: relative;
}

/* .banner-item > img {
        width: 100%;
    }*/

.banner-item-overlay {
    padding: 15px;
    text-align: center;
}

.banner-item h2 {
    margin-bottom: 10px;
}

.banner .banner-item h2 {
    font-size: 2.308em;
}

.banner-item p {
    margin: 10px 0;
}

.bi-overlay-text > *:only-child {
    margin: 0 !important;
}

.banner-item .inline-list {
}

    .banner-item .inline-list li {
        max-width: 30%;
        float: none;
        display: inline-block;
        margin: 0;
    }

        .banner-item .inline-list li:first-child {
            padding-left: 10px;
        }

        .banner-item .inline-list li:before {
            display: none;
        }

.banner-item .btn-default, .banner-item .btn-default:focus, .banner-item .btn-default:hover {
    background: #004272 !important;
}

.image-container-overlay {
    position: absolute;
    top: 7.5%;
    left: 8%;
    padding: 0px 20px 0px 20px;
    color: white;
    font-size: 16px;
    max-width: 83%;
}

    .image-container-overlay.red {
        background-color: rgba(229, 0, 92, 0.6);
    }

    .image-container-overlay.orange {
        background-color: rgba(238, 119, 35, 0.6);
    }

@media (max-width: 1199px) {
    .image-container-overlay p {
        margin: 15px 0;
    }

    .image-container-overlay {
        padding: 0px 15px;
        top: 6%;
    }
}

@media (max-width: 991px) {
    .image-container-overlay p {
        margin: 20px 0;
    }

    .image-container-overlay {
        padding: 0px 20px;
        top: 13%;
    }
}

@media screen and (max-width: 767px) {
    .image-container-overlay {
        max-width: 84%;
    }
}

@media (max-width: 650px) {
    .image-container-overlay {
        padding: 0px 20px;
        top: 10%;
    }
}

@media (max-width: 580px) {
    .image-container-overlay {
        top: 8%;
    }
}

@media (max-width: 530px) {
    .image-container-overlay p {
        margin: 15px 0;
    }
}

@media (max-width: 470px) {
    .image-container-overlay {
        top: 0;
        position: relative;
        left: 0;
        max-width: 100%;
        padding: 5px 10px;
        font-size: 13px;
    }
}

.centre-class {
    text-align: center;
}

.heavy {
    font-weight: bold;
}

@media print, screen and (min-width: 992px) {
    .banner .banner-item h2 {
        font-size: 3.154em;
    }

    .banner-item ul {
        display: inline-block;
        text-align: left;
    }

        .banner-item ul.inline-list {
            display: block;
            text-align: inherit;
        }

    .banner-item img + .container {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .banner-item .container:before {
        position: absolute;
        top: 0;
        left: 100%;
        right: -100%;
        bottom: 0;
        background: #dbdbe5;
        content: "";
        display: block;
        width: 0px;
    }
    /*.banner-item-overlay {
		background: -moz-linear-gradient(left,  rgba(219,219,229,0) 0%, rgba(219,219,229,1) 28%, rgba(219,219,229,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(219,219,229,0)), color-stop(28%,rgba(219,219,229,1)), color-stop(100%,rgba(219,219,229,1)));
		background: -webkit-linear-gradient(left,  rgba(219,219,229,0) 0%,rgba(219,219,229,1) 28%,rgba(219,219,229,1) 100%);
		background: -o-linear-gradient(left,  rgba(219,219,229,0) 0%,rgba(219,219,229,1) 28%,rgba(219,219,229,1) 100%);
		background: -ms-linear-gradient(left,  rgba(219,219,229,0) 0%,rgba(219,219,229,1) 28%,rgba(219,219,229,1) 100%);
		background: linear-gradient(to right,  rgba(219,219,229,0) 0%,rgba(219,219,229,1) 28%,rgba(219,219,229,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dbdbe5', endColorstr='#dbdbe5',GradientType=1 );
	}*/
    .banner-item img + .container .banner-item-overlay {
        position: absolute;
        /*        right: 0;
        bottom: 0;*/
    }

    .banner {
        position: relative;
        max-height: 370px;
        overflow: hidden;
        /* max-width: 1100px;*/
        margin: auto;
        margin-top: 45px;
    }

    .hp-banner-margin {
        margin-top: 45px;
    }

    .banner .bx-controls {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 750px;
        margin: 0 auto;
        z-index: 100;
    }

    .banner-item-overlay:before {
        width: 1px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        max-height: 370px;
    }

    .banner-item-overlay .bi-overlay-text {
        display: inline-block;
        vertical-align: middle;
    }

    .banner .bx-controls {
        width: 970px;
    }

    .banner-item p {
        margin: 15px 0;
    }
}

@media print, screen and (min-width: 992px) and (max-width: 1199px) {
    .hp-banner-margin {
        margin-top: 34px;
    }
}

/*Parm*/
/*LinkedIn start*/
@media screen and (max-width:320px) {
    #community-page {
        padding: 0 5px !important;
    }

    .column {
        padding: 0;
    }

    .well {
        padding: 5px;
    }
}

@media screen and (min-width:321px) and (max-width:390px) {
    #community-page {
        padding: 0 5px !important;
    }

    .column {
        padding: 0;
    }

    .well {
        padding: 5px;
    }
}

/*LinkedIn End*/

@media (min-width: 1200px) {
    .banner .bx-controls {
        /*max-width: 1100px;*/
    }

    #linkedinXsSmall {
        display: none;
    }

    #linkedinSmall {
        display: none;
    }

    #linkedinMedium {
        display: none;
    }

    #linkedinDesktop {
        display: block;
    }
}

@media screen and (min-width:761px) and (max-width:960px) {
    #linkedinXsSmall {
        display: none;
    }

    #linkedinSmall {
        display: block;
    }

    #linkedinMedium {
        display: none;
    }

    #linkedinDesktop {
        display: none;
    }
}

@media screen and (min-width:961px) and (max-width:1280px) {
    #linkedinXsSmall {
        display: none;
    }

    #linkedinSmall {
        display: none;
    }

    #linkedinMedium {
        display: block;
    }

    #linkedinDesktop {
        display: none;
    }
}

.bx-pager {
    text-align: center;
    padding: 5px 10px;
}

.bx-pager-item {
    display: inline-block;
    margin: 5px;
}

    .bx-pager-item a {
        display: block;
        height: 12px;
        width: 12px;
        overflow: hidden;
        text-indent: 99px;
        background: #b1b1b1;
        border-radius: 100%;
    }

        .bx-pager-item a.active {
            background: #000000;
        }

.bx-prev, .bx-next {
    position: absolute;
    top: 87%;
    text-decoration: none !important;
    opacity: 0.6;
}

    .bx-prev:before, .bx-next:before {
        font-family: "FontAwesome";
        display: block;
        text-align: center;
        padding: 5px;
        color: #222;
        font-size: 20px;
    }

.bx-prev {
    left: 50px;
}

    .bx-prev:hover {
        opacity: 1;
    }

/*    .bx-prev:before {
        content: "\f104";
    }*/

.bx-next {
    left: 65px;
}

    .bx-next:hover {
        opacity: 1;
    }
/*
    .bx-next:before {
        content: "\f105";
    }*/

.well .banner-slides {
    text-align: center;
}




/* Main container */
.main-container {
    padding-top: 20px;
    background-color: white;
}

.grey {
    background: rgba(236,236,236,1);
    background: -moz-linear-gradient(left, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 51%, rgba(236,236,236,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(236,236,236,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(100%, rgba(236,236,236,1)));
    background: -webkit-linear-gradient(left, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 51%, rgba(236,236,236,1) 100%);
    background: -o-linear-gradient(left, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 51%, rgba(236,236,236,1) 100%);
    background: -ms-linear-gradient(left, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 51%, rgba(236,236,236,1) 100%);
    background: linear-gradient(to right, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 51%, rgba(236,236,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec', GradientType=1 );
}

.white {
    background-color: white;
}

.row .page-break {
    color: #004272;
    text-align: center;
    margin-top: 30px;
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 100;
}

/* Tabs */
.tab-container {
    border: 1px solid #d7d7d7;
    border-radius: 5px 5px 0 0;
}

    .tab-container:after {
        display: table;
        content: "";
        clear: both;
    }

.tabs {
    margin: 0;
    text-align: center;
}

    .tabs:after {
        display: table;
        content: "";
        clear: both;
    }

    .tabs li {
        border-bottom: 1px solid #d7d7d7;
        padding: 0;
        margin: 0;
        float: left;
        border-left: 1px solid #d7d7d7;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
        background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%) background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    }

        .tabs li:first-child {
            border-left: 0;
        }

        .tabs li:before {
            display: none;
        }

        .tabs li.active {
            background: #e8e8e8;
            background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff));
            background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
            background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
            background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
            background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
            border-bottom-color: #fff;
        }

        .tabs li a {
            padding: 10px;
            color: #004272;
            text-decoration: none;
            display: block;
        }

        .tabs li.active a {
            color: #004272;
        }

@media print, screen and (min-width: 768px) {
    .tabs {
        font-size: 1.538em;
    }
}

@media print, screen and (min-width: 992px) {
    .tabs li a {
        padding: 21px 10px;
    }
}

.hp-tabs {
    margin: 0px;
}

@media screen and (max-width:767px) {
    .hp-tabs {
        margin-left: 15px;
    }
}


.tabs-target {
    overflow: hidden;
    -webkit-transition: height 0.2s linear;
    -moz-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    transition: height 0.2s linear;
}

.tab-item {
    display: none;
    padding: 15px;
}

    .tab-item.active {
        display: block;
    }

    .tab-item:after {
        content: "";
        display: table;
        clear: both;
    }

    .tab-item > *:first-child {
        margin-top: 0;
    }

.tabs.tabs-children-1 li {
    width: 100%;
}

.tabs.tabs-children-2 li {
    width: 50%;
}

.tabs.tabs-children-3 li {
    width: 33.33%;
}

.tabs.tabs-children-4 li {
    width: 25%;
}

.tabs.tabs-children-5 li {
    width: 20%;
}

.tabs.tabs-children-6 li {
    width: 16.6667%;
}

.tabs.tabs-children-7 li {
    width: 14.2857%;
}

.tabs.tabs-children-8 li {
    width: 12.5%;
}

@media print, screen and (max-width: 767px) {
    .tabs.tabs-children-3 li, .tabs.tabs-children-4 li, .tabs.tabs-children-5 li, .tabs.tabs-children-6 li, .tabs.tabs-children-7 li, .tabs.tabs-children-8 li {
        width: 50%;
    }

        .tabs.tabs-children-3 li.active, .tabs.tabs-children-4 li.active, .tabs.tabs-children-5 li.active, .tabs.tabs-children-6 li.active, .tabs.tabs-children-7 li.active, .tabs.tabs-children-8 li.active {
            border-bottom-color: #d7d7d7;
        }

        .tabs.tabs-children-3 li:nth-child(3n) {
            width: 100%;
        }

        .tabs.tabs-children-5 li:nth-child(5n) {
            width: 100%;
        }

        .tabs.tabs-children-7 li:nth-child(7n) {
            width: 100%;
        }
}

@media print, screen and (min-width:768px) {
    .tabs.tabs-children-5 li, .tabs.tabs-children-6 li, .tabs.tabs-children-7 li, .tabs.tabs-children-8 li {
        width: 25%;
    }

    .tabs.tabs-children-5 li, .tabs.tabs-children-6 li, .tabs.tabs-children-7 li, .tabs.tabs-children-8 li {
        border-bottom-color: #d7d7d7;
    }

        .tabs.tabs-children-5 li:nth-child(5n) {
            width: 100%;
        }

        .tabs.tabs-children-6 li:nth-child(5n), .tabs.tabs-children-6 li:nth-child(6n) {
            width: 50%;
        }

        .tabs.tabs-children-7 li:nth-child(5n), .tabs.tabs-children-7 li:nth-child(6n), .tabs.tabs-children-7 li:nth-child(7n) {
            width: 33.33%;
        }
}

.home-tab .tab-item .btn-default {
    display: block;
    max-width: 230px;
    margin: 15px auto 0 auto;
}

@media print, screen and (min-width: 992px) {
    .home-tab .tab-item {
        max-height: 207px;
        overflow: hidden;
    }
}


.tab-desktop-collapse {
}

.tab-item-title {
    display: none;
}

@media print, screen and (min-width: 992px) {
    .tab-desktop-collapse .tabs {
        display: none;
    }

    .tab-desktop-collapse .tab-item {
        display: block !important;
    }

    .tab-item-title {
        display: block;
    }

    .tab-desktop-collapse .image {
        float: left;
        max-width: 400px;
        margin-right: 20px;
    }

    .tab-desktop-collapse .text {
        display: block;
        overflow: hidden;
    }

    .tab-desktop-collapse .tab-item + .tab-item {
        border-top: 5px solid #004272;
        margin-top: 15px;
    }

    .tab-desktop-collapse .tabs-target {
        height: auto !important;
    }
}

/* Vertical */
.vertical-tab {
}

    .vertical-tab .tabs {
        width: 50px;
        float: left;
        border-right: 1px solid #d7d7d7;
        margin-right: -1px;
    }

        .vertical-tab .tabs li {
            display: block;
            width: 100% !important;
            overflow: hidden;
            border-left: none;
        }

            .vertical-tab .tabs li:not(.active) {
                background: #fff;
            }

            .vertical-tab .tabs li:last-child {
                border-bottom: none;
            }

            .vertical-tab .tabs li.active {
                border-bottom-color: #d7d7d7;
            }

            .vertical-tab .tabs li a {
                height: auto !important;
            }

    .vertical-tab .tabs-target {
        display: block;
        overflow: hidden;
        border-left: 1px solid #d7d7d7;
    }

@media print, screen and (min-width: 992px) {
    .vertical-tab .tabs li a {
        padding: 10px;
    }

    .vertical-tab .tab-item {
        min-height: 200px;
    }
}


.competency-tab .tab-item {
    position: relative;
    padding-bottom: 65px;
}

.competency-true-false {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.competency-tab-container {
    position: relative;
}

.competency-message-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    background: rgba(255,255,255,0.5);
    text-align: center;
}

    .competency-message-popup:before {
        content: "";
        height: 100%;
        width: 1px;
        display: inline-block;
        vertical-align: middle;
    }

.cmp-text {
    max-width: 60%;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 20px;
}

    .cmp-text a {
        display: block;
        text-decoration: none;
    }

.competency-true-false {
    display: block;
    margin: 5px -5px;
    text-align: center;
}

.ctf-true, .ctf-false {
    display: inline-block;
    padding: 0 5px;
}

    .ctf-true:before, .ctf-false:before {
        font-family: "FontAwesome";
        content: "";
        padding: 10px 12px;
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 15px;
        border-radius: 100%;
        cursor: pointer;
        background: #eee;
    }

    .ctf-true:before {
        content: "\f00c";
    }

    .ctf-false:before {
        content: "\f00d";
    }

    .ctf-true.active:before {
        background: #a0cf67;
        color: #fff;
    }

    .ctf-false.active:before {
        background: #004272;
        color: #fff;
    }

.video-wrapper {
    position: relative;
    padding-bottom: 56%;
    padding-top: 25px;
    height: 0;
    width: 100%;
}

    .video-wrapper > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* Themes */

/*Bright Yellow*/
.theme-ffd200 {
}

    .theme-ffd200.well {
        border-top-color: #ffd200;
    }

    .theme-ffd200 h2, .theme-ffd200 h1, .theme-ffd200 h3, .theme-ffd200 h4, .theme-ffd200 h5, .theme-ffd200 h6 {
        color: #ffd200;
    }

    .theme-ffd200 li::before {
        background: #ffd200;
    }

    .theme-ffd200 h3, .theme-ffd200 h3 a:hover, .theme-ffd200 h3 a:visited {
        color: #ffd200;
    }

    .theme-ffd200 .author-details {
        border-top: solid #ffd200;
    }

.widget.news-widget .theme-ffd200 ul.tags li:last-child, .widget.blog-widget .theme-ffd200 ul.tags li:last-child {
    background: #ffd200;
}

.widget.news-widget .theme-ffd200 .border, .widget.blog-widget .theme-ffd200 .border {
    border-bottom: solid #ffd200 2px;
}

.theme-ffd200 .er-overlay h3 {
    color: #ffd200;
}

.theme-ffd200 .er-overlay .er-overlay-detail {
    color: #ffd200;
}

/*About Us - Dark Yellow*/
.theme-fbb034 {
}

    .theme-fbb034.well {
        border-top-color: #fbb034;
    }

    .theme-fbb034 h2, .theme-fbb034 h1, .theme-fbb034 h3, .theme-fbb034 h4, .theme-fbb034 h5, .theme-fbb034 h6 {
        color: #fbb034;
    }

    .theme-fbb034 li:before {
        background: #fbb034;
    }

    .theme-fbb034 h3, .theme-fbb034 h3 a:hover, .theme-fbb034 h3 a:visited {
        color: #fbb034;
    }

    .theme-fbb034 .author-details {
        border-top: solid #fbb034;
    }

.widget.news-widget .theme-fbb034 ul.tags li:last-child, .widget.blog-widget .theme-fbb034 ul.tags li:last-child {
    background: #fbb034;
}

.widget.news-widget .theme-fbb034 .border, .widget.blog-widget .theme-fbb034 .border {
    border-bottom: solid #fbb034 2px;
}

.theme-fbb034 .er-overlay h3 {
    color: #fbb034;
}

.theme-fbb034 .er-overlay .er-overlay-detail {
    color: #fbb034;
}



/*Resources - Orange*/
.theme-f47d30 {
}

    .theme-f47d30.well {
        border-top-color: #f47d30;
    }

    .theme-f47d30 h2, .theme-f47d30 h1, .theme-f47d30 h3, .theme-f47d30 h4, .theme-f47d30 h5, .theme-f47d30 h6 {
        color: #f47d30;
    }

    .theme-f47d30 li:before {
        background: #f47d30;
    }

    .theme-f47d30 h3, .theme-f47d30 h3 a:hover, .theme-f47d30 h3 a:visited {
        color: #f47d30;
    }

    .theme-f47d30 .author-details {
        border-top: solid #f47d30;
    }

.widget.news-widget .theme-f47d30 ul.tags li:last-child, .widget.blog-widget .theme-f47d30 ul.tags li:last-child {
    background: #f47d30;
}

.widget.news-widget .theme-f47d30 .border, .widget.blog-widget .theme-f47d30 .border {
    border-bottom: solid #f47d30 2px;
}

.theme-f47d30 .er-overlay h3 {
    color: #f47d30;
}

.theme-f47d30 .er-overlay .er-overlay-detail {
    color: #f47d30;
}


/*Membership - APM Red*/
.theme-e50e63 {
}

    .theme-e50e63.well {
        border-top-color: #004272;
    }

    .theme-e50e63 h2, .theme-e50e63 h1, .theme-e50e63 h3, .theme-e50e63 h4, .theme-e50e63 h5, .theme-e50e63 h6 {
        color: #004272;
    }

    .theme-e50e63 li::before {
        background: #004272;
    }

    .theme-e50e63 h3, .theme-e50e63 h3 a:hover, .theme-e50e63 h3 a:visited {
        color: #004272;
    }

    .theme-e50e63 .author-details {
        border-top: solid #004272;
    }

.widget.news-widget .theme-e50e63 ul.tags li:last-child, .widget.blog-widget .theme-e50e63 ul.tags li:last-child {
    background: #004272;
}

.widget.news-widget .theme-e50e63 .border, .widget.blog-widget .theme-e50e63 .border {
    border-bottom: solid #004272 2px;
}

.theme-e50e63 .er-overlay h3 {
    color: #004272;
}

.theme-e50e63 .er-overlay .er-overlay-detail {
    color: #004272;
}


/*Qualifications and Training - APM Purple*/
.theme-9c0058 {
}

    .theme-9c0058.well {
        border-top-color: #9c0058;
    }

    .theme-9c0058 h2, .theme-9c0058 h1, .theme-9c0058 h3, .theme-9c0058 h4, .theme-9c0058 h5, .theme-9c0058 h6 {
        color: #9c0058;
    }

    .theme-9c0058 li::before {
        background: #9c0058;
    }

    .theme-9c0058 h3, .theme-9c0058 h3 a:hover, .theme-9c0058 h3 a:visited {
        color: #9c0058;
    }

    .theme-9c0058 .author-details {
        border-top: solid #9c0058;
    }

.widget.news-widget .theme-9c0058 ul.tags li:last-child, .widget.blog-widget .theme-9c0058 ul.tags li:last-child {
    background: #9c0058;
}

.widget.news-widget .theme-9c0058 .border, .widget.blog-widget .theme-9c0058 .border {
    border-bottom: solid #9c0058 2px;
}

.theme-9c0058 .er-overlay h3 {
    color: #9c0058;
}

.theme-9c0058 .er-overlay .er-overlay-detail {
    color: #9c0058;
}


/*Jobs and Careers - Heather*/
.theme-7581bf {
}

    .theme-7581bf.well {
        border-top-color: #7581bf;
    }

    .theme-7581bf h2, .theme-7581bf h1, .theme-7581bf h3, .theme-7581bf h4, .theme-7581bf h5, .theme-7581bf h6 {
        color: #7581bf;
    }

    .theme-7581bf li::before {
        background: #7581bf;
    }

    .theme-7581bf h3, .theme-7581bf h3 a:hover, .theme-7581bf h3 a:visited {
        color: #7581bf;
    }

    .theme-7581bf .author-details {
        border-top: solid #7581bf;
    }

.widget.news-widget .theme-7581bf ul.tags li:last-child, .widget.blog-widget .theme-7581bf ul.tags li:last-child {
    background: #7581bf;
}

.widget.news-widget .theme-7581bf .border, .widget.blog-widget .theme-7581bf .border {
    border-bottom: solid #7581bf 2px;
}

.theme-7581bf .er-overlay h3 {
    color: #7581bf;
}

.theme-7581bf .er-overlay .er-overlay-detail {
    color: #7581bf;
}

/*News and Opinions - Blue */
.theme-5091cd {
}

    .theme-5091cd.well {
        border-top-color: #5091cd;
    }

    .theme-5091cd h2, .theme-5091cd h1, .theme-5091cd h3, .theme-5091cd h4, .theme-5091cd h5, .theme-5091cd h6 {
        color: #5091cd;
    }

    .theme-5091cd li::before {
        background: #5091cd;
    }

    .theme-5091cd h3, .theme-5091cd h3 a:hover, .theme-5091cd h3 a:visited {
        color: #5091cd;
    }

    .theme-5091cd .author-details {
        border-top: solid #5091cd;
    }

.widget.news-widget .theme-5091cd ul.tags li:last-child, .widget.blog-widget .theme-5091cd ul.tags li:last-child {
    background: #5091cd;
}

.widget.news-widget .theme-5091cd .border, .widget.blog-widget .theme-5091cd .border {
    border-bottom: solid #5091cd 2px;
}

.theme-5091cd .er-overlay h3 {
    color: #5091cd;
}

.theme-5091cd .er-overlay .er-overlay-detail {
    color: #5091cd;
}

/*Community - Aqua Blue*/
.theme-00bce4 {
}

    .theme-00bce4.well {
        border-top-color: #00bce4;
    }

    .theme-00bce4 h2, .theme-00bce4 h1, .theme-00bce4 h3, .theme-00bce4 h4, .theme-00bce4 h5, .theme-00bce4 h6 {
        color: #00bce4;
    }

    .theme-00bce4 li::before {
        background: #00bce4;
    }

    .theme-00bce4 h3, .theme-00bce4 h3 a:hover, .theme-00bce4 h3 a:visited {
        color: #00bce4;
    }

    .theme-00bce4 .author-details {
        border-top: solid #00bce4;
    }

.widget.news-widget .theme-00bce4 ul.tags li:last-child, .widget.blog-widget .theme-00bce4 ul.tags li:last-child {
    background: #00bce4;
}

.widget.news-widget .theme-00bce4 .border, .widget.blog-widget .theme-00bce4 .border {
    border-bottom: solid #00bce4 2px;
}

.theme-00bce4 .er-overlay h3 {
    color: #00bce4;
}

.theme-00bce4 .er-overlay .er-overlay-detail {
    color: #00bce4;
}


/*Events - Jade Green*/
.theme-36bdb2 {
}

    .theme-36bdb2.well {
        border-top-color: #36bdb2;
    }

    .theme-36bdb2 h2, .theme-36bdb2 h1, .theme-36bdb2 h3, .theme-36bdb2 h4, .theme-36bdb2 h5, .theme-36bdb2 h6 {
        color: #36bdb2;
    }

    .theme-36bdb2 li::before {
        background: #36bdb2;
    }

    .theme-36bdb2 h3, .theme-36bdb2 h3 a:hover, .theme-36bdb2 h3 a:visited {
        color: #36bdb2;
    }

    .theme-36bdb2 .author-details {
        border-top: solid #36bdb2;
    }

.widget.news-widget .theme-36bdb2 ul.tags li:last-child, .widget.blog-widget .theme-36bdb2 ul.tags li:last-child {
    background: #36bdb2;
}

.widget.news-widget .theme-36bdb2 .border, .widget.blog-widget .theme-36bdb2 .border {
    border-bottom: solid #36bdb2 2px;
}

.theme-36bdb2 .er-overlay h3 {
    color: #36bdb2;
}

.theme-36bdb2 .er-overlay .er-overlay-detail {
    color: #36bdb2;
}

/*Shop - Lime Green*/
.theme-d5e04e {
}

    .theme-d5e04e.well {
        border-top-color: #d5e04e;
    }

    .theme-d5e04e h2, .theme-d5e04e h1, .theme-d5e04e h3, .theme-d5e04e h4, .theme-d5e04e h5, .theme-d5e04e h6 {
        color: #d5e04e;
    }

    .theme-d5e04e li::before {
        background: #d5e04e;
    }

    .theme-d5e04e h3, .theme-d5e04e h3 a:hover, .theme-d5e04e h3 a:visited {
        color: #d5e04e;
    }

    .theme-d5e04e .author-details {
        border-top: solid #36bdb2;
    }

.widget.news-widget .theme-d5e04e ul.tags li:last-child, .widget.blog-widget .theme-d5e04e ul.tags li:last-child {
    background: #d5e04e;
}

.widget.news-widget .theme-d5e04e .border, .widget.blog-widget .theme-d5e04e .border {
    border-bottom: solid #d5e04e 2px;
}

.theme-d5e04e .er-overlay h3 {
    color: #d5e04e;
}

.theme-d5e04e .er-overlay .er-overlay-detail {
    color: #d5e04e;
}

/*White*/
.theme-ffffff {
}

    .theme-ffffff.well {
        border-top-color: #ffffff;
        margin-top: -25px;
    }

    .theme-ffffff li::before {
        background: #ffffff;
    }

    .theme-ffffff h3 {
        color: #ffffff;
    }



/*Shop - Mirage*/

.theme-201a34 {
}

    .theme-201a34.well, .theme-201A34 {
        border-top-color: #201a34;
    }

        .theme-201a34 h2, .theme-201a34 h1, .theme-201a34 h3, .theme-201a34 h4, .theme-201a34 h5, .theme-201a34 h6,
        .theme-201A34 h2, .theme-201A34 h1, .theme-201A34 h4, .theme-201A34 h4, .theme-201A34 h5, .theme-201A34 h6 {
            color: #201a34;
        }

        .theme-201a34 li::before, .theme-201A34 li::before {
            background: #201a34;
        }

        .theme-201a34 h3, .theme-201a34 h3 a:hover, .theme-201a34 h3 a:visited,
        .theme-201A34 h3, .theme-201A34 h3 a:hover, .theme-201A34 h3 a:visited {
            color: #201a34;
        }

        .theme-201a34 .author-details {
            border-top: solid #201a34;
        }

.widget.news-widget .theme-201a34 ul.tags li:last-child, .widget.blog-widget .theme-201a34 ul.tags li:last-child {
    background: #201a34;
}

.widget.news-widget .theme-201a34 .border, .widget.blog-widget .theme-201a34 .border {
    border-bottom: solid #201a34 2px;
}

.theme-201a34 .er-overlay h3 {
    color: #201a34;
}

.theme-201a34 .er-overlay .er-overlay-detail {
    color: #201a34;
}


/*** End of Themes ***/




.well-clean {
    border-top: none;
    min-height: 0px !important;
    border: none;
    margin-bottom: 10px;
    min-height: 160px;
}

.well-no-pad {
    padding: 0px;
}

.well-shadow {
    -webkit-box-shadow: -1px 29px 16px -20px rgba(0,0,0,0.24);
    -moz-box-shadow: -1px 29px 16px -20px rgba(0,0,0,0.24);
    box-shadow: -1px 23px 8px -20px rgba(0,0,0,0.24);
}

.well-border {
    border: solid 1px #cdcdcd;
}


.advert-block {
    text-align: center;
    background: #f5f5f5;
}

    .advert-block > *,
    .advert-block > img {
        display: block;
        margin: 15px auto 0 auto;
    }


.post-boxes {
    margin-top: 15px;
}

/*heading icons*/

.icon-img {
    width: 40px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
}

.ic-nudge {
    position: relative;
    top: 5px;
}

.jobs .ic-nudge {
    margin-right: -10px;
}

.news-ic {
    background-image: url(img/news-icon.png);
    margin-right: -7px;
}

.blog-ic {
    background-image: url(img/blog-icon.png);
}

.forum-ic {
    background-image: url(img/forum-icon.png);
    height: 35px;
}

/*.forum-box {
	background-image: url(img/forum-icon-2.png);
	background-repeat: no-repeat;
    background-position: 100% 100%;
}*/

/*.blog-box {
	background-image: url(img/speech-2.png);
	background-repeat: no-repeat;
    background-position: 100% 100%;
}*/

.jobs-ic {
    background-image: url(img/jobs-icon.png);
}

.tab-1-ic {
    background-image: url(img/tab-1-light.png);
    margin-right: 3px;
    background-size: contain;
    width: 30px;
    top: 3px;
}

.tab-2-ic {
    background-image: url(img/tab-2-light.png);
    background-size: contain;
    width: 30px;
    top: 3px;
}

.tab-3-ic {
    background-image: url(img/tab-3-light.png);
    background-size: contain;
    width: 30px;
    top: 3px;
}

.active .tab-1-ic {
    background-image: url(img/tab-1-strong.png);
}

.active .tab-2-ic {
    background-image: url(img/tab-2-strong.png);
}

.active .tab-3-ic {
    background-image: url(img/tab-3-strong.png);
}

.forum-ic {
    background-image: url(img/forum-icon.png);
    height: 35px;
}

.forum-ic {
    background-image: url(img/forum-icon.png);
    height: 25px;
    background-position: 10%;
}

/* News */

.news-container {
    border-top: solid 6px #004272;
}

    .news-container.jobs {
        border-top: solid 6px #004272;
    }

    .news-container.blogs {
        border-top: solid 6px #004272;
    }

    .news-container.forum {
        border-top: solid 6px #004272;
    }



    .news-container .heading, .side-widget .heading {
        color: #6a6a69;
        font-weight: 100;
        margin-top: 5px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .news-container .col-md-3, .news-container .col-md-4 {
        padding: 10px;
    }

    .news-container .news-box img {
        max-width: 100%;
        height: 150px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

.news-box {
    background-color: #ffffff;
}

.news-inner p {
    background-color: #fcb034;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 15px;
    font-weight: bold;
    position: relative;
    top: -17px;
    z-index: 1;
}

.news-inner {
    display: inline-block;
    padding: 0px 5px 0px 5px;
    border: solid orange 2px;
    max-height: 40px;
    position: relative;
    top: -20px;
    z-index: 1;
}

.news-container .sliding-news-box .cta a {
    color: #337ab7;
}

.sliding-news-box {
    padding: 0 10px;
}

.home-news-slide .sliding-news-box {
    background: #004272;
}

.sliding-news-box .lead {
    font-size: 15.5px;
    line-height: 18px;
    color: #fefefe;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 38px;
    overflow: hidden;
}

.date {
    color: #fefefe;
    margin: 0px 0;
}


.cta {
    color: #fefefe;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
}

.sliding-news-box .cta {
    margin-bottom: 0;
}


.sliding-news-box span {
    color: #5091cd;
    margin-right: 5px;
    border-radius: 2px;
    padding: 3px;
    top: 0px;
    font-size: 10px;
}

.sliding-news-box .cta a {
    text-decoration: none;
    color: #7581bf;
}

/*Blogs*/

.author-box {
    position: absolute;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -35px;
    border: solid 4px rgba(0, 188, 228, 0.24);
    border-radius: 3px;
    height: 70px;
    overflow: hidden;
}

.blog-box {
    background-color: rgba(0, 188, 228, 0.24);
    position: relative;
    margin-top: 55px;
    webkit-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
}

.pub-box {
    background-color: #d4dce1;
    position: relative;
    margin-top: 55px;
    webkit-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
}

    .pub-box .author-box {
        border: solid 4px #eaefa5;
        z-index: 1;
    }

    .pub-box .sliding-news-box {
        background-color: #eaefa5;
    }

        .pub-box .sliding-news-box P {
            color: #a9ad00;
        }

            .pub-box .sliding-news-box p a, .pub-box .sliding-news-box p a .glyphicon {
                color: #a9ad00;
            }

        .pub-box .sliding-news-box .lead {
            margin-top: 80px;
        }

.blog-box .cta {
    text-transform: none;
}

.author-box img {
    width: 100%;
}

.blog-box .sliding-news-box .lead {
    color: #fefefe;
    margin-top: 40px;
}

.blog-box .date, .blog-box .sliding-news-box .cta, .blog-box .sliding-news-box a, .blog-box .sliding-news-box span {
    color: #fefefe !important;
}

.ic {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

/*Ad-block*/
.ad-block {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

    .ad-block .advert-img {
        width: 100%;
    }
/* Forum Block  */

.forum-box {
    background-color: #40c8e9;
    -webkit-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
}

    .forum-box .sliding-news-box a, .forum-box .sliding-news-box span {
        text-transform: none;
        color: white;
    }

    .forum-box .lead {
        color: white;
    }

    .forum-box .posts {
        color: white;
        margin-bottom: 0px;
    }

    .forum-box .comments {
        color: white;
        opacity: 0.6;
        margin-top: 0px;
        font-size: 14px;
    }

    .forum-box .cta {
        color: white;
    }

.job-box {
    background-color: rgba(123, 130, 191, 0.17);
    -webkit-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    display: inline-block;
    width: 100%;
}

.new-job {
    display: none;
    background: #9D0054 !important;
    border-radius: 0px !important;
    color: white !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-right: 10px !important;
    padding: 5px 15px !important;
}

    .new-job.active {
        display: inline-block !important;
    }

.job-box .lead {
    color: #7581bf;
    height: 38px;
    margin-bottom: 0px;
}

.job-box .sliding-news-box span {
    background: none;
    color: #7581bf;
}

.job-box .sliding-news-box a {
    color: #7581bf;
    text-transform: none;
}

.job-info {
    margin-bottom: 10px;
}

.j-margin {
    margin-bottom: 10px;
}

    .j-margin .job-info {
        margin-bottom: 10px;
        margin-top: 30px;
    }

.job-search .j-margin {
    margin-bottom: 20px;
}

.squeeze {
    height: 2px;
}


.forum-block .sliding-news-box {
    background-color: #e9f8fa;
    border-top: solid 1px #cfcfcf;
}

.forum-block .news-inner {
    background-color: white;
}

.forum .news-inner {
    border-color: #36bdb2;
}

    .forum .news-inner p {
        background-color: #36bdb2;
    }

.blog .news-inner {
    border-color: #5091cd;
}

    .blog .news-inner p {
        background-color: #5091cd;
    }

.sliding-news-box .forum-cta a {
    color: #36bdb2;
}

.forum-cta span {
    background-color: #36bdb2;
}

.sliding-news-box .blog-cta a {
    color: #5091cd;
}

.blog-cta span {
    background-color: #5091cd;
}

.author-details {
    padding-top: 10px;
    border-top: solid #5091CD;
}

.thumb {
    padding-top: 20px;
}

.cta-green span {
    margin-left: 5px;
    font-size: 10px;
    top: 0px;
}

/* tabbed */

.hp-tabs .nav-tabs {
    margin-bottom: 35px;
}

    .hp-tabs .nav-tabs a {
        font-weight: 100;
        display: block;
        font-size: 22px;
        /*margin-bottom: 10px;*/
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .hp-tabs .nav-tabs .active a {
        color: #6a6a69;
    }

/*single-branch page-2 */

.cal-block {
    margin-top: 20px;
}

/* Tabs */

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs a {
        color: white;
        text-decoration: none;
    }

    .nav-tabs .active {
        background-color: white;
        color: #00bce4;
    }

        .nav-tabs .active a {
            color: #00bce4;
        }

/*.nav-tabs .col-md-4 {
	padding-top: 10px;
	padding-bottom: 10px;
}*/

.nav-tabs {
    position: relative;
    bottom: -19px;
    z-index: 1;
}

.tab-content h2 {
    font-size: 15px;
    color: #36bdb2;
    padding-bottom: 15px;
}

.tab-content .div-blue h2 {
    color: #fbb034;
}

.tab-content .col-md-2 {
    padding: 10px;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}

.tab-blocks {
    background-color: #f6fbfb;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    webkit-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    min-height: 160px;
}

.tab-content .col-md-12 {
    padding: 10px;
}

.tab-blocks.resources {
    background: #f7ffe7;
}

.tab-blocks .cta-green {
    display: inline;
}

.shadow-bottom {
    height: 10px;
    position: relative;
    top: -5px;
    margin-bottom: 40px;
}

.well-shadow-curve {
    position: relative;
    top: -15px;
    text-align: center;
}

.job-section h2 {
    margin-top: 30px;
    color: #004272;
    text-transform: uppercase;
    font-weight: 900;
}

.job-border {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    border-top: #adb0ce solid 3px;
}

.glyphicon-menu-right {
    font-size: 10px;
    margin-left: 3px;
}

/* home-page tabs */

.tab-1 {
    border-top: solid #36bdb2 4px;
    background: rgba(54, 189, 178, 1);
    background: -moz-linear-gradient(top, rgba(54, 189, 178,1) 0%, rgba(54, 189, 178,1) 83%, rgba(15,161,149,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54, 189, 178,1)), color-stop(83%, rgba(54, 189, 178,1)), color-stop(100%, rgba(15,161,149,1)));
    background: -webkit-linear-gradient(top, rgba(54, 189, 178,1) 0%, rgba(54, 189, 178,1) 83%, rgba(15,161,149,1) 100%);
    background: -o-linear-gradient(top, rgba(54, 189, 178,1) 0%, rgba(54, 189, 178,1) 83%, rgba(15,161,149,1) 100%);
    background: -ms-linear-gradient(top, rgba(54, 189, 178,1) 0%, rgba(54, 189, 178,1) 83%, rgba(15,161,149,1) 100%);
    background: linear-gradient(to bottom, rgba(54, 189, 178,1) 0%, rgba(54, 189, 178,1) 83%, rgba(15,161,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36bdb2', endColorstr='#0fa195', GradientType=0 );
}

.tab-2 {
    border-top: solid #fbb034 4px;
    background: #fbb034; /* Old browsers */
    background: -moz-linear-gradient(top, #fbb034 1%, #fbb034 85%, #db3a00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbb034 1%,#fbb034 85%,#db3a00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbb034 1%,#fbb034 85%,#db3a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb034', endColorstr='#db3a00',GradientType=0 ); /* IE6-9 */
}

.tab-3 {
    border-top: solid #d5e04e 4px;
    background: #d5e04e; /* Old browsers */
    background: -moz-linear-gradient(top, #d5e04e 1%, #d5e04e 85%, #a0cf67 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d5e04e 1%,#d5e04e 85%,#a0cf67 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d5e04e 1%,#d5e04e 85%,#a0cf67 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e04e', endColorstr='#a0cf67',GradientType=0 ); /* IE6-9 */
}


.tab-1.active {
    border-top: solid #36bdb2 4px;
    background: none;
}

.hp-tabs a {
    color: white;
}

.tab-2.active {
    border-top: solid #ff034 4px;
    background: none;
}

.hp-tabs .tab-1.active {
    color: #6a6a69;
}

.tab-3.active {
    border-top: solid #d5e04e 4px;
    background: none;
}

.item .col-md-3 .col-md-12 {
    padding: 0px;
}

.div-green {
    background: #e2f4f3;
    padding: 10px 10px 0px 10px;
    min-height: 77px;
}

.div-blue {
    background: rgba(251,176,52, 0.21);
    padding: 10px 10px 0px 10px;
    min-height: 70px;
}

.div-purple {
    background: #cfd4fe;
    padding: 10px 10px 0px 10px;
    min-height: 70px;
}

.div-text {
    padding: 0px 10px 0px 10px;
}

.div-green h2, .div-purple h2, .div-blue h2 {
    font-size: 15px;
}

.date-2 {
    margin-bottom: 0px;
}

.cta-green {
    margin-top: 0px;
}

.resources-block .tab-blocks h2 {
    color: #5592CE;
}

.resources-block .tab-blocks .cta-blue span {
    background-color: transparent;
    color: #5592CE;
}

.publications-block .tab-blocks h2 {
    color: #7c83bf;
}

.publications-block .tab-blocks .cta-blue a {
    color: #7c83bf;
}

.publications-block .tab-blocks .cta-blue span {
    background-color: transparent;
    color: #7c83bf;
}

/*.job-section-inner {
	margin-bottom: 20px;
}*/

.job-section .form-control {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
}

.job-section-inner .news-inner {
    display: inline-block;
    padding: 0px 5px 0px 5px;
    border: solid #36bdb2 2px;
    max-height: 40px;
    z-index: 1;
    background-color: white;
}

.add-new {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.in-active {
    display: none;
}

.job-section-inner .news-inner p {
    background-color: #36bdb2;
}

.rel-class {
    position: relative;
}

.cta-red {
    color: #004272;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

    .cta-red span {
        text-transform: uppercase;
        margin-right: 5px;
        padding: 4px;
        font-size: 10px;
    }

.cta-blue {
    color: #4484c5;
    font-weight: bold;
    margin-top: 0px;
}

    .cta-blue span {
        color: white;
        margin-right: 15px;
        border-radius: 0px;
        padding: 4px;
        top: 0px;
        font-size: 10px;
    }

    .cta-blue a {
        text-decoration: none;
        color: #fbb034;
    }


.cta-red a {
    text-decoration: none;
    color: #004272;
}

.cta-green a {
    font-weight: 700;
    color: #36bdb2;
    text-decoration: none;
}

/*carousel-controls*/
.carousel-control.right, .carousel-control.left {
    background: none;
}

.carousel-control.right {
    right: -75px;
}

.carousel-control.left {
    left: -75px;
}

.carousel-control {
    top: 40%;
    height: 70px;
}

.glyph-big {
    font-size: 60px;
    color: #cdcdcd;
    text-shadow: none;
    font-weight: lighter;
}

.car-in-tab {
    right: -30px !important;
}

.carousel-control.car-1 {
    top: 45%;
}

.carousel-control.car-2 {
    top: 40px;
}

/* save and favourite */

.fav-box {
    float: right;
    background-color: #BB598B;
    padding: 0px 5px;
    color: white;
    float: right;
    position: relative;
    top: 0px;
    right: -19px;
}

.fav-box-pub {
    float: right;
    background-color: #BB598B;
    padding: 0px 5px;
    color: white;
    float: right;
    position: relative;
    top: 0px;
    right: -19px;
}

@media screen and (max-width: 767px) {
    .fav-box-pub {
        right: 16px;
        padding-right: 62px;
    }
}

.fav-box span, .fav-box-pub span {
    color: white;
}

.fav-box p, .fav-box-pub p {
    margin: 10px 0;
}

.fav-box-list p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.fav-info {
    display: inline-block;
    margin-right: 5px !important;
}

    .fav-info a {
        background: none;
        display: inline-block;
        margin-right: 5px;
        color: #B1407C;
    }

    .fav-info span {
        position: relative;
        top: 2px;
    }

.tooltip.top .tooltip-inner {
    background-color: #004272;
    ;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #004272;
    ;
}

.fav-display {
    display: inline-block;
}

.guidance {
    font-style: italic;
}

/*@media screen and (max-width: 992px) {

.fav-info a {
    background: none;
    border: none;
    font-size: 15px;
    padding: 0px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 5px;
}

.fav-display {display: inline-block; margin-right: 5px;}

}*/
/* Banner overlay */

/*.banner-item img + .container .banner-item-overlay {
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0 20px 50px;
}*/

.bi-overlay-text {
    padding: 20px;
    position: absolute;
    width: 600px;
    left: 30px;
    top: 10px;
}

.no-slider .bi-overlay-text {
    left: 40px;
}

.mp-pos {
    left: -40px;
    top: -60px;
}

.bi-overlay-text h1 {
    color: white;
    font-size: 44px;
    margin: 0 0 10px 0;
    text-align: left;
}

.bi-overlay-text p, .bi-overlay-text div {
    /*color: white;*/
    text-align: left;
}


.bi-overlay-text h2 {
    color: white;
    font-size: 32px !important;
    text-align: left;
    margin-top: 0px;
    line-height: 1.3em;
    font-style: italic;
}

.fa-chevron-right {
    margin-left: 10px;
}

/* footer navigation */

.footer-navigation a {
    color: #555555;
    text-decoration: none;
}

.footer-copyright p {
    color: #555555;
}

.fix-btn {
    position: fixed;
    right: -60px;
    top: 300px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    z-index: 99;
}

.fix-btn-2 {
    position: fixed;
    right: 0px;
    top: 260px;
    z-index: 99;
}

.fix-btn a {
    padding: 10px 50px 10px 50px;
}

@media screen and (max-width: 1050px) {
    .fix-btn {
        display: none;
    }

    .addthis_toolbox {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    .fix-btn-2, .mailer-box {
        /*display: none;*/
        position: relative;
    }
}

@media screen and (max-width: 992px) {
    .job-section-inner {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
}

/* Project Management Search */

.no-gut-right {
    padding-right: 0px !important;
}

.no-gut-left {
    padding-left: 0px !important;
}

.no-gut {
    padding: 0px !important;
}

.project-nav {
    padding-left: 0px !important;
}

    .project-nav ul {
        padding-left: 0px;
        border: solid 1px #cdcdcd;
        margin-top: 0px;
    }

        .project-nav ul li {
            margin: 0;
            padding-left: 0;
        }

            .project-nav ul li a {
                list-style: none;
                padding: 15px;
                margin: 0px;
                display: block;
                border-bottom: solid 1px #cdcdcd;
            }

                .project-nav ul li a:hover, .project-nav ul li:active a, .project-nav ul li.active a {
                    list-style: none;
                    background: rgba(157, 0, 83, 0.1);
                }

            .project-nav ul li:before, .c-code ul li:before {
                display: none;
            }

            .project-nav ul li a {
                text-decoration: none;
            }

                .project-nav ul li a:hover {
                    text-decoration: none;
                }



.c-code {
    padding-left: 0px !important;
}

    .c-code ul li {
        padding: 10px;
        color: white;
        margin: 5px 0;
    }

    .c-code p {
        color: #800C3C;
        border-bottom: solid 2px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

.search-block .heading {
    color: #6a6a69;
    font-weight: 100;
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 10px;
}

.research-bg {
    background-color: #337ab7;
}

.blog-bg {
    background-color: #5491ce;
}

.events-bg {
    background-color: #37bbb0;
}

.forums-bg {
    background-color: #40c8e9;
}

.news-bg {
    background-color: #777ebd;
}

.publications-bg {
    background-color: #777ebd;
}




.src-form label {
    background: #004272;
    color: white;
    text-align: center !important;
    padding: 8px;
    position: relative;
    top: -8px;
    left: -15px;
}

.filter {
    margin: 10px 0;
    font-weight: 700;
}

.src-res {
    color: #A60354;
    font-weight: 700;
}

.src-btn {
    float: right;
    position: relative;
    top: -5px;
}

.src-form {
    border-bottom: solid 2px #800C3C;
}

.search-img img {
    width: 100%;
}

.search-block {
    display: inline-block;
    border: solid 1px #cdcdcd;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
}

    .search-block .btn-default {
        width: 100%;
    }

    .search-block h2 span, .search-block h2 .fa, .side-widget h2 span, .side-widget h2 .fa {
        margin-right: 5px;
    }


.research h2:first-child {
    color: #337ab7;
}

.blog h2:first-child {
    color: #5491ce;
}

.events h2:first-child {
    color: #37bbb0;
}

.forums h2:first-child {
    color: #40c8e9;
}

.news h2:first-child {
    color: #777ebd;
}

.publications h2:first-child {
    color: #777ebd;
}

.re-col {
    color: #7381be;
}

.bl-col {
    color: #02bbe7;
}

.ev-col {
    color: #e41366;
}

.fo-col {
    color: #f37f04;
}

.ne-col {
    color: #a60354;
}

.pu-col {
    color: #37bbb0;
}

@media screen and (max-width: 767px) {
    .add-pad-l {
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 550px) {
    .src-btn {
        float: none;
        position: relative;
        top: 5px;
        display: block;
    }
}


.head-img img {
    max-width: 32px;
    position: relative;
    top: -2px;
}

.head-img-2 img {
    max-width: 22px;
    position: relative;
    top: 0px;
    margin-right: 7px;
    border-radius: 2px;
    border: solid white 3px;
}


#at4-share, #at4-soc {
    top: 260px !important;
}

/* Project Management Search Detail */

.side-widget {
    margin-bottom: 20px;
    border-left: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    -webkit-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
}

.widget-img img {
    width: 100%;
}

.widget-btn a {
    margin-bottom: 10px;
    width: 100%;
}

.side-widget h2 {
    margin-top: 10px;
}

/* Content Shelf */

.dashboard .nav ul li {
    display: block;
    background-color: none;
    color: black;
}

.dashboard .nav-tabs {
    display: block;
    background: none !important;
    margin-top: 0px;
    border-radius: 0px;
    border: solid #cdcdcd 1px;
    bottom: 0px;
    top: 0px;
}

    .dashboard .nav-tabs > li {
        float: none;
        clear: both;
        margin-top: 0px;
        background-color: #333;
        border-bottom: 2px solid white;
        padding-left: 0px;
    }

        .dashboard .nav-tabs > li:hover {
            color: #333;
            background-color: white;
        }

        .dashboard .nav-tabs > li > a {
            color: white;
            display: block;
        }

.nav-tabs .active {
    background-color: white;
    color: #333;
}

.nav-tabs > li > a:hover {
    color: #333;
    background: white;
    display: block;
}

.nav-tabs .active a {
    color: #333;
    background-color: white;
    width: 100%;
    border-radius: 0px;
}

.nav-tabs > li > a:hover {
    border: none;
}

.nav-tabs > li > a {
    border: none;
}

.tab-pane h1 {
    margin-top: 10px;
    background-color: white;
    padding: 10px;
}

.dashboard .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}

.dashboard .nav > li > a {
    padding: 20px 10px;
}

.tab-display {
    border: solid 1px #cdcdcd;
    background: white;
    min-height: 700px; /*temporary??*/
    background-image: url(img/shelf.jpg);
    background-size: 815px;
    -webkit-box-shadow: 10px 10px 6px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 6px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 6px -9px rgba(0,0,0,0.75);
}

.modal-btn {
    margin: 20px 0;
    width: 100%;
}

/*.script {
    font-family: 'Kalam', cursive;
    font-size: 20px;
}*/

.dash-control li:before {
    display: none;
}

.carousel {
    padding-left: 14px;
    padding-right: 14px;
}

/* SIGs listing */

.sigs .form-control {
    margin-bottom: 10px;
}

/* Member Listing */

.member-search {
}

    .member-search .btn-default {
        position: relative;
        top: -1px;
    }

/* Subscription Confirmation */
.subs .btn-secondary {
    position: relative;
    top: -5px;
}

/* Blog listing dropdown */

.year-form {
    position: relative;
    top: 22px;
    margin-bottom: 10px;
}

/*conference and awards */

.con-aw .er-overlay h3 {
    font-size: 1.3em;
    margin: 0;
}

/*Dot mailer*/

.mailer-box {
    position: fixed;
    right: -215px;
    top: 360px;
    border: solid 1px #cdcdcd;
    padding: 10px;
    background-color: #f5e5ee;
    transition: all ease 1s;
    z-index: 99;
    display: none;
}

    .mailer-box span {
        float: right;
        position: relative;
        top: 0px;
        right: 0px;
    }

        .mailer-box span:hover {
            opacity: 0.7;
        }

.mail-move {
    right: 0px;
}

.mail-btn {
    position: absolute;
    top: -1px;
    left: -47px;
}

/* Career Framework */

.block-img {
    width: 100%;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .block-img a, .block-2-img a {
        font-size: 18px;
    }

        .block-img a, .block-img a:hover {
            color: white;
            text-transform: uppercase;
            text-decoration: none;
            display: block;
        }

.block-2-img {
    width: 100%;
    text-align: center;
    padding: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .block-2-img a, .block-2-img a:hover {
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
    }

.block-img.orange {
    background-color: #ed6d13;
}

    .block-img.orange:hover {
        background-color: #f9b121;
    }

.block-img.blue {
    background-color: #5091cd;
}

    .block-img.blue:hover {
        background-color: #7581bf;
    }

.block-img.red, .block-2-img.red {
    background-color: #e5005b;
}

.block-2-img.red {
    background-color: #9c0058;
}

    .block-img.red:hover, .block-2-img.red:hover {
        background-color: #9c0058;
    }

.arrow-block {
    width: 20%;
}

.red-big {
    height: 148px;
}

.orange-big {
    height: 228px;
}

@media screen and (max-width: 992px) {
    .block-img a, .block-2-img a {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .block-img, .block-2-img {
        padding: 25px 5px;
    }
}









/*
.research {border-bottom: 4px solid #E80C3D;}
.blogs {border-bottom: 4px solid #FF5400;}
.events {border-bottom: 4px solid #F5AF1B;}
.forums {border-bottom: 4px solid #FF5400;}
.news {border-bottom: 4px solid #E80C3D;}
.publications {border-bottom: 4px solid #000BD1;}
*/




/* Resource listing */

.resource-list {
    font-size: 1.231em;
    text-align: center;
}

    .resource-list > ul {
        margin: 0 -5px;
    }

        .resource-list > ul:after {
            content: "";
            display: table;
            clear: both;
        }

        .resource-list > ul > li {
            padding: 5px;
            width: 50%;
            float: left;
            margin: 0;
        }

            .resource-list > ul > li:before {
                display: none;
            }

    /* .resource-list a {
        display: block;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        color: #5091cd;
        padding: 10px;
        background: #e8e8e8;
        background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
        background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
        background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
    }*/

    .resource-list a:before {
        content: "";
        width: 1px;
        min-height: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-left: -5px;
    }

    .resource-list a span {
        display: inline-block;
        vertical-align: middle;
        max-width: 99%;
    }

@media print, screen and (max-width: 767px) {
    .resource-list > ul > li:last-child:nth-child(2n+1) {
        width: 100%;
    }
}

@media print, screen and (min-width: 768px) {
    .resource-list > ul {
        margin: 0 -10px;
    }

        .resource-list > ul > li {
            width: 25%;
            padding: 10px;
        }

    .resource-list a:before {
        min-height: 100px;
    }
}

@media print, screen and (min-width: 768px) {
    .resource-list > ul > li {
        width: 20%;
    }
}


/* Breadcrumb */
.breadcrumb {
    padding: 0;
    margin-bottom: 15px;
    background: none;
    border-radius: 0;
}

    .breadcrumb ul {
        margin: 0;
    }

    .breadcrumb li {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 5px 0;
    }

        .breadcrumb li:before {
            content: "/";
            height: auto;
            width: auto;
            background: none;
            position: static;
            top: auto;
            left: auto;
            margin-right: 5px;
        }



        .breadcrumb li:first-child:before {
            display: none;
        }


/* Publication listing */
.publication-list {
    font-size: 0.923em;
    text-align: center;
}

    .publication-list ul {
        margin: 0 -10px;
    }

.publication-list-slider ul {
    visibility: hidden;
}

.publication-list ul:after {
    content: "";
    display: table;
    clear: both;
}

.publication-list ul li { /*padding:5px 10px;*/
    float: left;
    margin: 0;
}

.publication-list .no-slider li {
    padding: 5px 10px;
}

.publication-list ul li:before {
    display: none;
}

.publication-list a {
    display: block;
    text-decoration: none;
}

.publication-list .image {
    padding: 5px;
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    text-align: center;
}

.publication-list .title {
    font-size: 0.923em;
}

.publication-list .title {
    height: 30px;
    display: inline-block;
}

@media screen and (min-width: 767px) {
    .publication-list .title {
        height: 40px;
        display: inline-block;
    }
}

.publication-list .bx-wrapper {
    padding: 0 30px;
    position: relative;
}

@media print, screen and (max-width: 767px) {
    .publication-list .no-slider li {
        width: 50%;
    }
}

@media print, screen and (min-width: 768px) {
    .publication-list .no-slider li {
        width: 25%;
    }
}

@media print, screen and (min-width: 992px) {
    .publication-list .no-slider li {
        width: 16.666667%;
    }
}

@media print, screen and (min-width: 1200px) {
    .publication-list .no-slider li {
        width: 14.285%;
    }
}


.publication-list-grid {
    font-size: 1em;
}

    .publication-list-grid ul {
        margin-top: -25px !important;
    }

        .publication-list-grid ul li {
            width: 100%;
            margin-top: 25px;
            padding: 0;
        }

@media print, screen and (min-width: 400px) {
    .publication-list-grid ul {
        margin: 0 -10px;
    }

        .publication-list-grid ul li {
            padding: 5px 10px;
        }
}

@media print, screen and (min-width: 400px) and (max-width:767px) {
    .publication-list-grid ul li {
        width: 33.33%;
    }

        .publication-list-grid ul li:nth-child(3n+1) {
            clear: both;
        }

    .col-md-9 .publication-list-grid ul li {
        width: 50%;
    }

        .col-md-9 .publication-list-grid ul li:nth-child(2n+1) {
            clear: both;
        }
}

@media print, screen and (min-width: 768px) and (max-width:1199px) {
    .publication-list-grid ul li {
        width: 25%;
    }

        .publication-list-grid ul li:nth-child(4n+1) {
            clear: both;
        }

    .col-md-9 .publication-list-grid ul li {
        width: 33.3%;
    }

        .col-md-9 .publication-list-grid ul li:nth-child(3n+1) {
            clear: both;
        }
}

@media print, screen and (min-width: 1200px) {
    .publication-list-grid ul li {
        width: 20%;
    }

        .publication-list-grid ul li:nth-child(5n+1) {
            clear: both;
        }

    .col-md-9 .publication-list-grid ul li {
        width: 25%;
    }


        .col-md-9 .publication-list-grid ul li:nth-child(4n+1) {
            clear: both;
        }
}


.publication-list-grid + h3 {
    margin-top: 50px;
}

/* Job listing */
.job-list {
}

    .job-list > ul {
        display: none;
    }

@media print, screen and (min-width:992px) {
    .job-list > ul {
        display: block;
        margin: -10px -10px 0 -10px;
    }

        .job-list > ul:after {
            content: "";
            display: table;
            clear: both;
        }

        .job-list > ul > li {
            width: 33.33%;
            padding: 5px 10px;
            float: left;
            margin: 15px 0 0 0;
        }

            .job-list > ul > li:before {
                display: none;
            }

    .job-list a {
        display: block;
        position: relative;
        padding-right: 50px;
        text-decoration: none;
    }

        .job-list a:before {
            position: absolute;
            top: 5px;
            right: 10px;
            font-family: "FontAwesome";
            content: "\f105";
            display: block;
            font-size: 1.6em;
            width: 1.6em;
            text-align: center;
            line-height: 1.6em;
            border-radius: 100%;
            border: 1px solid #004272;
        }

    .job-list h3 {
        margin-bottom: 0px;
        max-height: 18px;
        overflow: hidden;
    }

    .job-list .inline-list {
        color: #333;
        margin-top: 0px;
    }

        .job-list .inline-list > li {
            margin: 5px 0;
        }

            .job-list .inline-list > li:before {
                background-color: #333;
            }

    .job-list-introduction {
        padding-right: 220px;
        position: relative;
    }

        .job-list-introduction .job-list-select {
            position: absolute;
            width: 200px;
            top: 0;
            right: 0;
        }
}



/* News listing */
.news-list {
}

    .news-list > ul {
        margin: 0 -10px;
    }

        .news-list > ul:after {
            content: "";
            display: table;
            clear: both;
        }

        .news-list > ul > li {
            float: left;
            padding: 5px 10px;
            margin: 15px 0 0 0;
        }

            .news-list > ul > li:before {
                display: none;
            }

            .news-list > ul > li:after {
                content: "";
                display: table;
                clear: both;
            }

    .news-list .image {
        float: left;
        margin-right: 15px;
        border: 1px solid #d7d7d7;
        max-width: 50px;
    }

    .news-list .text {
        display: block;
        overflow: hidden;
    }

    .news-list .title {
        margin-bottom: 2px;
    }

    .news-list .date {
        margin-bottom: 10px;
        display: block;
    }

    .news-list p {
        margin: 0;
    }

@media print, screen and (min-width:768px) {
    .news-list .image {
        max-width: 105px;
        max-height: 90px;
    }
}

@media print, screen and (min-width:768px) {
    .news-list > ul > li {
        width: 50%;
        margin-top: 0;
    }
}


/* Corporate */
.number-stat-grid {
    text-align: center;
    margin-top: -10px;
}

.number-stat-load {
}

.number-stat-item {
    margin-top: 25px;
}

    .number-stat-item h2 {
        margin-bottom: 10px;
    }

    .number-stat-item p {
        margin: 10px 0;
        font-size: 0.846em !important;
    }

@media print, screen and (max-width:767px) {
    .number-stat-grid .col-xs-6:nth-child(2n+1) {
        clear: both;
    }
}

@media print, screen and (min-width:768px) {
    .number-stat-grid .col-sm-3:nth-child(4n+1) {
        clear: both;
    }
}

@media print, screen and (min-width:1200px) {
    /*.number-stat-load {display:none;}*/
    .number-stat-item h2 {
        font-size: 2.692em;
    }
}

.price-chart {
    margin: 20px 0;
}

    .price-chart h2 {
        margin-bottom: 15px;
    }

    .price-chart p {
        margin-top: 15px;
    }

.col-md-4 .price-chart .col-xs-6 {
    width: 100%;
}

    .col-md-4 .price-chart .col-xs-6 + .col-xs-6 {
        border-top: 1px solid #d7d7d7;
        margin-top: 5px;
        padding-top: 15px;
    }

.col-md-4 .price-chart {
    margin-top: 35px;
}

/* Event listing */
.event-controls {
    display: block;
}

    .event-controls:after {
        content: "";
        display: table;
        clear: both;
    }

.tag-filter {
    margin: 0 -5px;
    list-style: none;
    display: block;
}

    .tag-filter li {
        background: none;
        display: inline-block;
        padding: 5px;
        margin: 0;
    }

        .tag-filter li:before {
            display: none;
        }

        .tag-filter li a {
            display: block;
            color: #64abc4;
            text-decoration: none;
            padding: 8px 10px;
            text-align: center;
            border: 2px solid #64abc4;
            cursor: pointer;
        }

            .tag-filter li a.active {
                background: #64abc4;
                color: #fff;
            }

@media only print, screen and (min-width: 768px) {
    .tag-filter {
        float: left;
    }

        .tag-filter li {
        }

        .tag-filter a {
            padding: 8px 15px;
        }
}

@media only print, screen and (min-width: 992px) {
    .filter-w-aside {
    }

        .filter-w-aside .tag-filter {
            width: 700px;
            float: left;
        }

        .filter-w-aside .tag-filter-aside {
            width: 150px;
            float: right;
            margin-top: 14px;
        }

            .filter-w-aside .tag-filter-aside .form-control {
                height: 40px;
            }
}

.tag-tab {
    margin: 0 -5px;
    list-style: none;
    display: block;
}

    .tag-tab li {
        display: inline-block;
        background: none;
        padding: 5px;
        margin: 0;
    }

        .tag-tab li:before {
            display: none;
        }

        .tag-tab li a {
            display: block;
            color: #64abc4;
            text-decoration: none;
            padding: 8px 10px;
            text-align: center;
            border: 2px solid #64abc4;
            cursor: pointer;
        }

            .tag-tab li a.active {
                background: #64abc4;
                color: #fff;
            }

@media only print, screen and (min-width: 768px) {
    .tag-tab {
        float: right;
        margin-left: 10px;
    }

        .tag-tab li {
        }

        .tag-tab a {
            padding: 8px 15px;
        }
}


.event-result {
}

.er-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #b4b4b4;
    min-height: 200px;
}

    .er-item img {
        width: 100%;
    }

.er-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    padding: 10px;
}
    /*.er-overlay:hover {background:rgba(54,189,178,0.4);}*/
    .er-overlay h3 {
        font-size: 1.538em;
        margin: 0;
    }

.er-overlay-detail {
    position: absolute;
    bottom: 10px;
    font-weight: bold;
}

    .er-overlay-detail * {
        margin: 5px 0 0 0;
    }

@media only print, screen and (min-width: 768px) {

    .er-overlay-detail {
        font-size: 0.846em;
    }
}


/* Event detail */
.bbl-event-cta {
    margin: 15px 0;
}

    .bbl-event-cta .btn-default {
        background: #36BDB2;
        color: #333;
        padding: 5px;
    }

.btn-directions:before {
    font-family: "FontAwesome";
    content: "\f041";
    margin-right: 10px;
}

.btn-calendar .atcb-link:before {
    font-family: "FontAwesome";
    content: "\f271";
    margin-right: 10px;
}

.atcb-list {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.atcb-item:first-child {
    border-top: none;
}

.atcb-item {
    margin-top: 0 !important;
    border-top: 1px solid #ddd;
}

    .atcb-item a {
        padding: 5px;
        display: block;
    }




/* SIG Listing */
.sig-results {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

    .sig-results div[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }

.sr-item {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
}

    .sr-item img {
        width: 100%;
    }

.sr-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    padding: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .sr-overlay:hover {
        background: rgba(255,255,255,0.9);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .sr-overlay h3 {
        font-size: 1.538em;
        margin: 0;
    }

.sr-overlay-detail {
    position: absolute;
    bottom: 10px;
    font-weight: bold;
}

    .sr-overlay-detail * {
        margin: 5px 0 0 0;
    }

.sr-item-cta {
    text-align: center;
}

    .sr-item-cta h3 {
        color: #222;
    }

    .sr-item-cta .sr-overlay {
        padding: 10px 5px;
    }

        .sr-item-cta .sr-overlay:before {
            width: 1px;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
            content: "";
        }

.sr-item-cta-icon {
    display: block;
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
}

    .sr-item-cta-icon:before {
        font-family: "FontAwesome";
        content: "\f055";
        display: block;
        color: #222;
        font-size: 35px;
        line-height: 35px;
    }

@media only print, screen and (max-width: 767px) {
    .sr-overlay h3 {
        max-height: 45px;
        overflow: hidden;
    }
}

@media only print, screen and (min-width: 768px) {
    .sr-item-cta-icon:before {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }
}


#event-calendar {
    background: #eee;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    clear: both;
}

    #event-calendar .ui-widget-content {
        background: none;
    }

    #event-calendar .ui-datepicker {
        width: 100%;
        padding: 10px;
        border-radius: 0;
    }

    #event-calendar .ui-datepicker-header {
        background: #e60d64;
        border: none;
        border-radius: 0;
        margin: -11px -11px 0 -11px;
        padding: 10px;
    }

    #event-calendar a {
        text-align: center;
        padding: 8px;
        color: #00492c;
        cursor: pointer;
    }

    #event-calendar .ui-state-default,
    #event-calendar .ui-widget-content .ui-state-default,
    #event-calendar .ui-widget-header .ui-state-default {
        border: 1px solid #ddd;
    }

    #event-calendar .ui-state-highlight,
    #event-calendar .ui-widget-content .ui-datepicker-current-day a,
    #event-calendar .ui-widget-header .ui-datepicker-current-day a { /*background:#ecf0f3;*/
        border: 1px solid #999;
    }

    /*#event-calendar .ui-state-hover, 
#event-calendar .ui-widget-content .ui-state-hover, 
#event-calendar .ui-widget-header .ui-state-hover {background:#ecf0f3;}*/
    #event-calendar .ui-datepicker .ui-datepicker-prev,
    #event-calendar .ui-datepicker .ui-datepicker-next {
        top: 8px;
    }

    #event-calendar .ui-datepicker-header .ui-state-hover {
        background: inherit;
        border: none;
    }

        #event-calendar .ui-datepicker-header .ui-state-hover span {
            background-image: url("images/ui-icons_ffffff_256x240.png");
        }

        #event-calendar .ui-datepicker-header .ui-state-hover.ui-datepicker-next span {
            background-position: -49px -192px;
        }

        #event-calendar .ui-datepicker-header .ui-state-hover.ui-datepicker-prev span {
            background-position: -79px -192px;
        }

    #event-calendar .ui-datepicker-calendar a {
        background: #fff;
    }

.ui-datepicker td span {
    padding: 8px !important;
    text-align: center !important;
}

.colour-key {
    margin-bottom: 0;
    padding: 5px 0;
}

    .colour-key ul {
        margin: -10px -5px 0 -5px;
        padding: 0;
        list-style: none;
    }

    .colour-key li {
        display: inline-block;
        padding: 5px;
        margin-top: 0;
    }

        .colour-key li:before {
            display: none;
        }

        .colour-key li span {
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #b8b8b8;
            height: 15px;
            width: 15px;
            margin-right: 2px;
        }


#er-view-grid {
}

#er-view-calendar {
    display: none;
}

@media only print, screen and (min-width: 992px) {
    .event-calendar-right {
        float: right;
    }
}

.event-calendar-list {
}

.listing-item, .listing-item-group {
    margin-top: 15px;
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
}

    .listing-item-group .row {
        margin-bottom: 10px !important;
    }

    .listing-item:after, .listing-item-group:after {
        content: "";
        display: table;
        clear: both;
    }

    h3 + .listing-item, .listing-item:first-child, .listing-item-group:first-child {
        margin-top: 0;
        border-top: 0;
        padding-top: 0;
    }

    .listing-item .image {
        float: left;
        margin-right: 15px;
        border: 1px solid #d7d7d7;
        max-width: 50px;
    }

    .listing-item .text {
        display: block;
        overflow: hidden;
    }

        .listing-item .text * {
            margin: 5px 0;
        }

@media only print, screen and (min-width: 768px) {
    .listing-item .image {
        max-width: 150px;
    }

    .listing-item p { /*font-size:0.846em;*/
    }
}

@media only print, screen and (min-width: 1200px) {
    .listing-item .image {
        max-width: 104px;
    }

        .listing-item .image img {
            width: 104px;
            height: auto;
        }
}

.listing-num-cta {
}

    .listing-num-cta .listing-item {
        padding-left: 30px;
        position: relative;
    }

.num {
    padding: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    background: #004272;
    color: #fff;
    border-radius: 100%;
    overflow: hidden;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
}

.listing-num-cta .listing-item .num {
    position: absolute;
    top: 15px;
    left: 0;
}

.listing-num-cta .listing-item:first-child .num {
    top: 0;
}

.listing-num-cta .cta {
    margin-top: 15px;
    display: block;
}

@media only print, screen and (min-width: 768px) {
    .listing-num-cta {
    }

        .listing-num-cta .text,
        .listing-num-cta .cta {
            display: inline-block;
            vertical-align: middle;
        }

        .listing-num-cta .text {
            width: 60%;
        }

        .listing-num-cta .cta {
            width: 39%;
            margin-top: 0;
            padding-left: 30px;
            text-align: right;
        }

        .listing-num-cta .listing-item .num {
            top: 20px;
        }

        .listing-num-cta .listing-item:first-child .num {
            top: 5px;
        }
}

.listing-item-group + h2,
.listing-item-group + h3 {
    margin-top: 50px;
}

.listing-item-group-aside {
    margin-top: 15px;
}

@media only print, screen and (min-width: 768px) {
    .listing-item-group-aside {
        margin-top: 0;
    }
}



.event-option-form-toggle {
    display: block;
    text-align: center;
    background: #eee;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    font-weight: bold;
}

#event-option-form {
}

@media only print, screen and (min-width: 768px) {
    .event-cta-right {
        float: right;
    }

    .event-option-form-toggle {
        float: left;
        margin-top: 15px;
        margin-left: 10px;
    }
}

.custom-form {
    background: #eee;
    border: 1px solid #d7d7d7;
    padding: 5px 15px;
    margin-bottom: 15px;
}

    .custom-form .title {
        font-weight: bold;
        display: block;
        margin: 15px 0 5px 0;
        font-size: 1.154em;
    }


    .custom-form label {
        font-weight: normal;
    }

label, .label {
    margin-top: 8px;
}

.radio:first-child label, .checkbox:first-child label {
    margin-top: 0;
}

.custom-form .checkbox label {
    margin-top: 0;
}

.field-clear {
    text-decoration: underline;
    float: right;
    font-size: 0.846em;
    cursor: pointer;
}

.send-to-colleague-form .form-control {
    margin-bottom: 10px;
}

@media only print, screen and (min-width: 768px) {
    .inline-checkbox {
        display: inline;
        margin-left: 10px;
    }
}

@media only print, screen and (min-width: 768px) {
    .form-horizontal .btn-default {
        padding: 7px 25px;
    }
}

.progress-list-container {
    padding: 15px;
    margin-bottom: 25px;
    margin-top: -15px;
}

.row + .progress-list-container {
    margin-top: -25px;
    margin-bottom: 25px;
}

.well .progress-list-container {
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
    border: 1px solid #d7d7d7;
    margin-bottom: 0;
    margin-top: 0;
}

    .well .progress-list-container + * {
        margin-top: 20px;
    }

.progress-list {
    width: 100%;
    font-weight: bold;
}

    .progress-list ul {
    }

    .progress-list li {
        padding: 5px 10px;
        display: block;
    }

        .progress-list li:before {
            content: "";
            display: block;
            height: 15px;
            width: 15px;
            position: absolute;
            border-radius: 100%;
            background: #999;
        }

        .progress-list li.active:before {
            background: #004272;
        }

        .progress-list li.complete:before {
            font-family: "FontAwesome";
            content: "\f00c";
            font-size: 9px;
            line-height: 15px;
            text-align: center;
            background: #004272;
            color: #fff;
        }

@media only print, screen and (max-width: 767px) {
    .progress-list ul {
        padding-left: 20px;
        position: relative;
    }

        .progress-list ul:before {
            content: "";
            width: 1px;
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 10px;
            background: #999;
        }

    .progress-list li {
        position: relative;
    }

        .progress-list li:before {
            left: -17px;
            top: 50%;
            margin-top: -8px;
        }
}

@media only print, screen and (min-width: 768px) {
    .progress-list {
        display: table;
        table-layout: fixed;
        margin: 10px -10px 50px -10px;
        text-align: center;
        position: relative;
        font-size: 1.154em;
    }

        .progress-list ul {
            display: table-row;
            margin: 15px 0;
        }

        .progress-list li {
            display: table-cell;
            padding: 0 10px;
            width: 100%;
        }

        .progress-list ul {
            padding-bottom: 30px;
        }

            .progress-list ul:before {
                content: "";
                height: 1px;
                position: absolute;
                bottom: -27px;
                left: 10px;
                right: 10px;
                background: #999;
            }

        .progress-list li:before {
            bottom: -40px;
            left: 50%;
            margin-left: -15px;
            top: auto;
            z-index: 1;
            height: 30px;
            width: 30px;
        }

        .progress-list li.complete:before {
            font-size: 15px;
            line-height: 30px;
        }

        .progress-list li:first-child:after, .progress-list li:last-child:after {
            content: "";
            height: 1px;
            position: absolute;
            bottom: -27px;
            background: #f5f5f5;
        }


        .progress-list li:first-child:after {
            left: 0;
            right: 50%;
        }

        .progress-list li:last-child:after {
            right: 0;
            left: 50%;
        }
}

.fg-info {
    cursor: pointer;
    margin-left: 5px;
    font-size: 15px;
}

    .fg-info:before {
        font-family: "FontAwesome";
        content: "\f05a";
    }


.button-block-list {
}

    .button-block-list ul {
        margin: 0;
    }

    .button-block-list li {
        margin-top: 10px;
        display: block;
        padding: 0;
    }

        .button-block-list li:before {
            display: none;
        }

        .button-block-list li:first-child {
            margin-top: 0;
        }

    .button-block-list .btn {
        display: block;
        text-align: center;
    }

.btn-event, .btn-event:hover {
    background-color: #36BDB2;
}

@media only print, screen and (min-width: 768px) {
    .align-center .button-block-list {
        max-width: 300px;
        margin: 0 auto;
    }

    .bbl-sm-inline li {
        display: inline-block;
    }
}

.subscribe-btn {
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    .subscribe-btn {
        margin-top: 0px;
    }
}

.align-center .inline-list {
}

    .align-center .inline-list li {
        float: none;
        display: inline-block;
    }


.btn-facebook, .btn-googleplus, .btn-linkedin, .btn-twitter {
    position: relative;
    padding-left: 40px;
    text-align: left !important;
}

    .btn-facebook:before, .btn-googleplus:before, .btn-linkedin:before, .btn-twitter:before {
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 15px;
    }

    .btn-facebook, .btn-facebook:hover, .btn-facebook:focus {
        background: #3b5999 !important;
    }

        .btn-facebook:before {
            content: "\f09a";
        }

    .btn-googleplus, .btn-googleplus:hover, .btn-googleplus:focus {
        background: #dd4b39 !important;
    }

        .btn-googleplus:before {
            content: "\f0d5";
        }

    .btn-linkedin, .btn-linkedin:hover, .btn-linkedin:focus {
        background: #0077b5 !important;
    }

        .btn-linkedin:before {
            content: "\f0e1";
        }

    .btn-twitter, .btn-twitter:hover, .btn-twitter:focus {
        background: #55acee !important;
    }

        .btn-twitter:before {
            content: "\f099";
        }


/* Accordion listing */
.accordion-results {
    text-align: left;
}

.accordion-listing {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
}

.accordion-item {
    border-top: 1px solid #ddd;
    background: #f5f5f5;
}

.accordion-item-toggle {
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    position: relative;
}

    .accordion-item-toggle:after {
        font-family: "FontAwesome";
        content: "\f105";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 8px;
        font-size: 25px;
    }

    .accordion-item-toggle.active:after {
        content: "\f107";
        right: 6px;
    }

.accordion-name {
    margin: 0 0 5px 0;
}

.accordion-item-content {
    padding: 20px 10px;
    border-top: 1px solid #fff;
    display: none;
    background: #fff;
}


/* Link listing */

.link-listing {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.ll-item {
    background: none;
    padding: 0;
    margin: 0;
}

    .ll-item a {
        display: block;
        text-decoration: none;
        border-top: 1px solid #ddd;
        background: #f5f5f5;
        padding: 10px 20px 10px 10px;
        cursor: pointer;
        position: relative;
        text-decoration: none;
    }

    .ll-item * {
        margin: 0;
    }

    .ll-item a:after {
        font-family: "FontAwesome";
        content: "\f105";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 8px;
        font-size: 25px;
    }

    .ll-item a .title-icon {
        position: absolute;
        top: 10px;
        left: 10px;
        max-width: 50px;
        border: 1px solid #d7d7d7;
    }

        .ll-item a .title-icon + h3 {
            padding-left: 60px;
            min-height: 52px;
            padding-top: 15px;
        }


/* Membership */
.membership-select {
    margin: 25px 0;
}

    .membership-select:first-child {
        margin-top: 0;
    }

.membership-recommended {
    position: relative;
    padding: 10px 150px 10px 0;
    min-height: 30px;
}

    .membership-recommended h3 {
        margin: 0;
    }

.mr-reject {
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

    .mr-reject:before {
        display: inline-block;
        padding: 5px 7px;
        height: 22px;
        width: 22px;
        font-family: "FontAwesome";
        content: "\f00d";
        margin: 0 8px 0 0;
        font-size: 10px;
        line-height: 12px;
        border-radius: 100%;
        cursor: pointer;
        background: #222;
        color: #fff;
    }

.membership-options {
    display: none;
    padding: 10px 0;
}





.blog-list {
    margin: 20px 0;
    clear: both;
}

    .blog-list .text-inner {
        margin: 0;
    }

        .blog-list .text-inner * {
            margin: 5px 0;
        }

            .blog-list .text-inner *:first-child {
                margin-top: 0;
            }

@media only print, screen and (min-width: 992px) {
    .blog-list .listing-item .text-inner {
        max-height: 140px;
        overflow: hidden;
    }
}

.search-list {
    margin: 40px 0 20px 0;
}

    .search-list .listing-item * {
        margin: 5px 0;
    }

/* Twitter */

.custom-twitter-feed-widget-id {
    display: none;
}

.custom-twitter-feed {
    padding: 10px 25px;
    color: #5091cd;
    position: relative;
}

.custom-twitter-single {
    padding: 10px 0;
}

.custom-twitter-feed ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-twitter-feed li {
    background: none;
    padding: 0 30px;
    margin: 0;
    position: relative;
}

    .custom-twitter-feed li + li {
        display: none;
    }

.custom-twitter-feed .has-slider li {
    display: block;
}

.custom-twitter-feed li:before, .custom-twitter-feed li:after {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 25px;
    line-height: 25px;
}

.custom-twitter-feed li:before {
    content: "\f10d";
    bottom: 20px;
    left: 0;
    top: auto;
    background: none;
}

.custom-twitter-feed li:after {
    content: "\f10e";
    top: 10px;
    right: 0;
}

/*.custom-twitter-feed li:before {display:none;}*/
.custom-twitter-feed .user {
    position: relative;
    padding-left: 50px;
    min-height: 40px;
}

    .custom-twitter-feed .user a {
        text-decoration: none;
        color: #5091cd;
        font-weight: bold;
    }

    .custom-twitter-feed .user img {
        border-radius: 5px;
        padding: 0;
        background: #fff;
        margin-right: 15px;
        max-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .custom-twitter-feed .user span {
    }

.custom-twitter-feed .tweet {
    color: #5091cd;
    max-height: none !important;
    display: block;
    font-size: 1.250em;
    line-height: 1.333em;
    margin: 10px 0 5px 0;
}

    .custom-twitter-feed .tweet a, .custom-twitter-feed .tweet:hover {
        color: #5091cd;
    }

.custom-twitter-feed .timePosted {
    display: block;
    color: #5091cd;
    font-style: italic;
    font-size: 0.857em;
    margin: 5px 0 0 0;
}

.custom-twitter-feed .interact {
    margin: 12px 0 0 -10px;
    font-size: 0.857em;
    max-height: none;
}

    .custom-twitter-feed .interact a {
        text-decoration: none;
        display: inline-block;
        margin-left: 10px;
        color: #5091cd;
        margin-top: 0;
    }

        .custom-twitter-feed .interact a:hover {
            color: #002b7f;
            color: #5091cd;
        }

        .custom-twitter-feed .interact a:before {
            font-family: "FontAwesome";
            margin-right: 5px;
        }

.custom-twitter-feed .twitter_reply_icon:before {
    content: "\f112";
}

.custom-twitter-feed .twitter_retweet_icon:before {
    content: "\f021";
}

.custom-twitter-feed .twitter_fav_icon:before {
    content: "\f005";
}

.custom-twitter-feed .interact .custom-twitter-follow {
    background: #fff;
    font-size: 0.857em;
    font-weight: bold;
    color: #002265;
    border-radius: 5px;
    display: block;
    clear: both;
    margin: 10px 0 0 10px;
    border: 1px solid #d7d7d7;
    text-align: center;
}

    .custom-twitter-feed .interact .custom-twitter-follow a {
        text-decoration: none;
        padding: 5px;
        margin-left: 0;
        color: #002b7f;
    }

        .custom-twitter-feed .interact .custom-twitter-follow a:hover {
            color: #002b7f;
        }

        .custom-twitter-feed .interact .custom-twitter-follow a:before {
            font-family: "FontAwesome";
            content: "\f099";
            margin-right: 5px;
        }

/* Bx-slider */
.custom-twitter-feed .bx-prev:before,
.custom-twitter-feed .bx-next:before {
    font-weight: bold;
    font-size: 35px;
}

@media only print, screen and (min-width: 768px) {
    .custom-twitter-feed-widget-id + div li {
        max-height: 175px;
        overflow: hidden;
    }

    .custom-twitter-feed .interact .custom-twitter-follow {
        float: right;
        margin-top: -5px;
    }

    .custom-twitter-feed {
        padding: 10px 50px;
    }

    .custom-twitter-single {
        padding: 10px 0;
    }

    .custom-twitter-feed:before {
        bottom: 42px;
    }
}

@media only print, screen and (min-width: 768px) {
    .custom-twitter-feed {
        padding: 10px 70px;
    }

    .custom-twitter-single {
        padding: 10px 0;
        max-height: 495px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .custom-twitter-feed:before {
        left: 20px;
    }

    .custom-twitter-feed:after {
        right: 20px;
    }
}



/* Social list */
.social-inline {
    font-family: "FontAwesome";
    display: block;
    vertical-align: middle;
    margin-top: 20px;
    text-align: center;
}

    .social-inline ul {
        margin: 0 -3px;
        display: inline-block;
    }

    .social-inline li {
        margin: 0;
        padding: 0 3px;
        float: left;
    }

        .social-inline li:before {
            display: none;
        }

    .social-inline a {
        height: 35px;
        width: 35px;
        border-radius: 4px;
        display: block;
        text-align: center;
        background: #222;
        text-decoration: none;
        padding: 7px 0;
    }

        .social-inline a:before {
            font-size: 21px;
            line-height: 22px;
            color: #fff;
        }

    .social-inline .social-twitter {
    }

    .social-inline .social-facebook {
    }

    .social-inline .social-twitter {
        background: #00adec;
    }

    .social-inline .social-facebook {
        background: #3b589e;
    }

    .social-inline .social-linkedin {
        background: #0177b5;
    }

    .social-inline .social-google-plus {
        background: #dc473a;
    }

    .social-inline .social-slideshare {
        background: #0c7ab4;
    }

    .social-inline .social-youtube {
        background: #e52c27;
    }

/* Member avatar list */
.member-avatar-listing {
}

    .member-avatar-listing:after {
        content: "";
        display: table;
        clear: both;
    }

    .member-avatar-listing .mal-target {
        max-height: 170px;
        overflow: hidden;
    }

    .member-avatar-listing ul {
        margin: 0 -10px;
        text-align: center;
    }
    /*.member-avatar-listing li {width:25%;}*/
    .member-avatar-listing li {
        margin: 10px 0;
    }

        .member-avatar-listing li:first-child {
            padding-left: 10px;
        }

        .member-avatar-listing li:before {
            display: none;
        }
        /*.member-avatar-listing li:nth-child(4n+1) {clear:both;}*/
        .member-avatar-listing li img {
            max-height: 65px;
            border: 1px solid #d7d7d7;
        }

.mal-target {
}

.mal-toggle {
    text-decoration: underline;
    float: right;
    padding: 5px;
    display: block;
    cursor: pointer;
}

@media only print, screen and (min-width: 355px) and (max-width: 500px) {
    .member-avatar-listing li {
        width: 25%;
    }
}

/* Add to calendar */
.addtocalendar.btn-default {
    background: #36BDB2 !important;
    color: #fff !important;
    text-decoration: none;
    display: block;
}

.atcb-list {
}



/* Comments listing */
.document-item { /*background:#f5f5f5;*/
    padding: 10px;
    margin-top: 10px;
}

.document-item-thumbnail {
    text-align: center;
    margin-bottom: 10px;
}

    .document-item-thumbnail > img {
        border: 1px solid #d7d7d7;
        max-height: 160px;
    }

.comments-section {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #d7d7d7;
}

.comments-listing {
    display: none;
}

    .comments-listing .comments-listing {
        display: block;
        margin: 15px 0 5px;
        padding: 15px;
        background: #f6f6f6;
    }

@media only print, screen and (min-width: 768px) {
    .comments-listing .comments-listing {
        margin-left: 20px;
    }
}

.comments-listing .listing-item {
}

.comments-listing .image {
    max-width: 50px;
}

.comments-overview .inline-list {
    margin-top: 5px;
}

.slideshare-embed .video-wrapper {
    margin-bottom: 10px;
}

.document-overview {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

    .document-overview * {
        margin: 5px 0 10px 0;
    }

    .document-overview:after {
        display: table;
        clear: both;
        content: "";
    }

.do-cta {
    padding: 5px 10px;
    display: block;
    border: 1px solid #d7d7d7;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .do-cta:before {
        font-family: "FontAwesome";
        content: "\f138";
        margin-right: 5px;
    }

    .do-cta:hover {
        text-decoration: none;
    }

@media only print, screen and (min-width: 768px) {
    .do-author {
        float: left;
        margin-top: 10px;
    }

    .do-cta {
        float: right;
    }
}



/* Event */
.event-booking-details p {
    margin: 8px 0;
}

.event-booking-actions {
    padding: 10px;
    background: #f5f5f5;
    margin: 15px 0;
}

    .event-booking-actions .row {
        margin-top: 10px;
    }


        .event-booking-actions .row:first-child {
            margin-top: 0;
        }

.event-booking-total {
    text-align: center;
    margin: 20px 0;
}

@media print, screen and (min-width:768px) {
    .event-booking-total {
        text-align: left;
    }
}


.listing-item-reveal {
    display: none;
    background: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
}

.lit-events {
}

    .lit-events .label, .lit-events p {
        margin: 8px 0;
    }

    .lit-events .col-sm-3 .btn {
        display: block;
    }

    .lit-events .btn-secondary, .lit-events .btn-secondary:hover, .lit-events.btn-secondary:focus {
    }

    .lit-events .col-sm-9 .row {
        margin-top: 9px;
    }

        .lit-events .col-sm-9 .row:first-child {
            margin-top: 0;
        }

.cpd-value {
    background: #f5f5f5;
    margin: 10px 0;
    padding: 10px;
}

    .cpd-value:after {
        display: table;
        clear: both;
        content: "";
    }

    .cpd-value h2 {
        line-height: 1.125em;
        margin: 0;
        color: #333;
        display: block;
        padding: 6px 0;
        font-size: 24px;
    }

        .cpd-value h2 span {
            font-size: 0.688em;
            display: block;
        }

.cpd-value-number {
    border: 1px solid #e60d64;
    border-radius: 5px;
    padding: 12px;
    float: right;
    margin: 0;
    background: #fff;
}

@media print, screen and (min-width:768px) {
    .cpd-value h2 span {
        font-size: 0.520em;
    }

    .cpd-value h2 {
        padding: 0;
    }
}

.account-events {
    padding: 15px 0;
}

    .account-events:after {
        display: table;
        clear: both;
        content: "";
    }

.account-events-intro {
    margin: 0 0 60px 0;
}

@media print, screen and (min-width:768px) {
    .account-events > h2 {
        float: left;
        width: 65%;
    }

    .account-events .cpd-value {
        float: right;
        width: 35%;
        margin-top: -10px;
    }
}


/* Side navigation */
.side-navigation {
    padding: 0 20px 0 0;
    /*    width: 280px;
    float: left;*/
}

    .side-navigation ul {
        margin: 0;
        padding-left: 0px;
        border: solid 1px #cdcdcd;
        margin-top: 0px;
    }

    .side-navigation li {
        margin: 0;
        padding: 0;
    }

        .side-navigation li:before {
            display: none;
        }

.side-navigation-toggle:before {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 15px;
    color: #fff;
    padding-right: 10px;
}

.side-navigation a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.side-navigation li ul li a {
    padding-left: 25px;
}

.side-navigation ul li a {
    list-style: none;
    padding: 15px;
    margin: 0px;
    display: block;
    border-bottom: solid 1px #cdcdcd;
}

.side-navigation ul li.active li a {
    background: #fff;
}

.side-navigation ul li:before {
    display: none;
}

.side-navigation ul li a {
    text-decoration: none;
}

    .side-navigation ul li a:hover {
        text-decoration: none;
    }


/*Side Navigation Background Styling */
.side-navigation ul li > a:hover,
.side-navigation ul li.active > a {
    list-style: none;
    background: rgba(157, 0, 83, 0.1);
}
/*.side-navigation ul ul li a {
    background: white !important;
}
/*
.side-navigation ul ul li.active a {
    background: rgba(157, 0, 83, 0.1) !important;
}

.side-navigation ul ul li:hover a {
    background: rgba(157, 0, 83, 0.1) !important;
}

.side-navigation-toggle {
    display: block;
    padding: 10px;
    background: #004272;
    color: #fff;
    cursor: pointer;
}
*/
@media print, screen and (max-width:767px) {
    .side-navigation ul ul li {
        background-position: 20px 12px !important;
    }

    .side-navigation ul ul ul li {
        background-position: 35px 12px !important;
    }

    .side-navigation ul li a {
        padding: 10px 15px;
    }
}

@media print, screen and (max-width:991px) {
    .side-navigation {
        border-top: none;
    }
}

@media print, screen and (min-width:992px) {
    .side-navigation .toggle {
        display: none;
    }

    .side-navigation ul {
        display: block !important;
    }
}

.side-navigation + * {
    margin-top: 20px;
}


/* Secondary Level Side Navigation */



.main-body-content {
    display: table;
}



.side-navigation ul ul {
    border: 0;
}

    .side-navigation ul ul li {
        background: url('../images/arrow-right.png') transparent 20px 18px no-repeat;
        border: 0px transparent;
    }

        .side-navigation ul ul li a {
            color: #e5005b;
            padding-left: 35px;
        }

        .side-navigation ul ul li > a:hover,
        .side-navigation ul ul li.active > a {
            background-color: rgba(229, 0, 91, 0.1);
        }

    .side-navigation ul ul ul li {
        background-position: 35px 18px;
    }

        .side-navigation ul ul ul li a {
            padding-left: 50px;
        }

@media only print, screen and (min-width: 992px) {
    .side-navigation-toggle {
        display: none;
    }
}

@media only print, screen and (max-width: 991px) {
    .side-navigation {
        /* display: none;*/
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}




/* Toggle switch */
.onoffswitch {
    position: relative;
    width: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 20px;
    border: 0px solid #FFFFFF;
    border-radius: 25px;
    background-color: #e8e8e8;
}

    .onoffswitch-label:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        margin: -2.5px;
        background: #C4C4C4;
        position: absolute;
        top: 8px;
        bottom: 0;
        right: 31px;
        border-radius: 25px;
        box-shadow: 0 1px 4px 0px #757575;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #DBEFFF;
}

    .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        border-color: #DBEFFF;
    }

        .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
            margin-left: 0;
        }

        .onoffswitch-checkbox:checked + .onoffswitch-label:before {
            right: 0px;
            background-color: #2196F3;
            box-shadow: 0 1px 4px 0px #757575;
        }

.account-dashboard-switch {
    padding: 5px 65px 5px 0;
    position: relative;
    display: block;
}

    .account-dashboard-switch > span {
        font-weight: bold;
    }

    .account-dashboard-switch .onoffswitch {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -18px;
    }

@media print, screen and (min-width:992px) {
    .account-dashboard-switch {
        float: right;
        text-align: right;
    }

        .account-dashboard-switch + h2 {
            margin-top: 0;
        }
}

/* Member Dashboard listing */

.member-dashboard-list {
    font-size: 1.231em;
    text-align: center;
}

    .member-dashboard-list > ul {
        margin: 0 -5px;
    }

        .member-dashboard-list > ul:after {
            content: "";
            display: table;
            clear: both;
        }

        .member-dashboard-list > ul > li {
            padding: 5px;
            width: 50%;
            float: left;
            margin: 0;
        }

            .member-dashboard-list > ul > li:before {
                display: none;
            }

    .member-dashboard-list a {
        display: block;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        color: #5091cd;
        padding: 10px;
        text-decoration: none;
        background: #e8e8e8;
        background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
        background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
        background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
    }

        .member-dashboard-list a:before {
            content: "";
            width: 1px;
            min-height: 110px;
            display: inline-block;
            vertical-align: middle;
            margin-left: -5px;
        }

        .member-dashboard-list a span.mdl-content {
            display: inline-block;
            vertical-align: middle;
            max-width: 99%;
        }

    .member-dashboard-list .mdl-user-status {
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .member-dashboard-list .mdl-user-status:before {
            font-family: "FontAwesome";
            content: "\f005";
            font-size: 20px;
            color: #004272;
            border: 2px solid #fff;
        }

.mdl-num {
    display: block;
    font-size: 1.563em;
    font-weight: bold;
}

    .mdl-num img {
        max-width: 107px !important;
        height: auto;
    }

.mdl-label {
    display: block;
    font-size: 0.875em;
    margin-top: 10px;
}

.member-dashboard-list .mdl-content-image {
    position: relative;
}

    .member-dashboard-list .mdl-content-image .mdl-label {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #004272;
        color: #fff;
    }

@media print, screen and (max-width: 767px) {
    .member-dashboard-list > ul > li:nth-child(2n+1) {
        clear: both;
    }

    .member-dashboard-list > ul > li:last-child:nth-child(2n+1) {
        width: 100%;
    }
}

@media print, screen and (min-width: 768px) {
    .member-dashboard-list > ul {
        margin: 0 -10px;
    }

        .member-dashboard-list > ul > li {
            width: 25%;
            padding: 10px;
        }

    .member-dashboard-list a:before {
        min-height: 100px;
    }
}

@media print, screen and (min-width: 768px) {
    .member-dashboard-list > ul > li {
        width: 20%;
    }
}

@media print, screen and (min-width: 768px) {
    .member-dashboard-list a:before {
        min-height: 120px;
    }
}

/* Qualifications */
.qualification-results-list {
    margin-top: 50px;
}

    .qualification-results-list .title > a {
        display: block;
        position: relative;
        text-decoration: none;
    }

    .qualification-results-list .title h3 {
        margin: 0 0 10px 0;
    }

    .qualification-results-list .title-icon {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 50px;
        border: 1px solid #d7d7d7;
    }

        .qualification-results-list .title-icon + h3 {
            padding-left: 60px;
            min-height: 52px;
        }

    .qualification-results-list .image {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .qualification-results-list .text {
        overflow: visible;
    }

@media print, screen and (min-width: 768px) {
    .qualification-results-list .image {
        width: 40%;
        float: left;
        margin: 0 15px 0 0;
    }

    .qualification-results-list .text {
        overflow: hidden;
    }
}

.qualification-filter-reset {
    background: #f5f5f5;
    padding: 10px;
    margin: 15px 0;
}

    .qualification-filter-reset p:first-child {
        margin: 0 0 10px 0;
    }

.find-a-course-form div[class*="col-"] {
    margin: 10px 0;
}

.find-a-course-form .btn {
    display: block;
}

@media print, screen and (min-width: 768px) {
    .find-a-course-form .btn {
        margin-top: 30px;
    }
}

.sort-by-form .form-group {
    margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
    .sort-by-form:after {
        content: "";
        display: table;
        clear: both;
    }

    .sort-by-form .form-group {
        float: right;
        width: 300px;
    }
}


.course-grid-item {
    margin-top: 10px;
}

    .course-grid-item a {
        text-decoration: none;
    }

    .course-grid-item .image {
        float: left;
        width: 35%;
        margin-right: 10px;
        border: 1px solid #d7d7d7;
        text-align: center;
    }

    .course-grid-item .text {
        display: block;
        overflow: hidden;
    }

    .course-grid-item:after {
        clear: both;
        display: table;
        content: "";
    }

    /*.course-grid-item .image:before {display:inline-block;width:1px;content:"";vertical-align:middle;margin-left:-5px;min-height:70px;}*/
    .course-grid-item .image img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 70px;
    }

@media print, screen and (max-width: 767px) {
    .course-grid-item .btn {
        margin-top: 20px;
    }

    .course-grid-item + .course-grid-item {
        border-top: 1px solid #d7d7d7;
        padding-top: 10px;
    }
}

@media print, screen and (min-width: 768px) {
    .course-grid-item {
        text-align: center;
        margin-top: 20px;
    }

        .course-grid-item .image {
            float: none;
            width: 100%;
            border-bottom: none;
            position: relative;
            height: 158px;
        }

        .course-grid-item .btn {
            display: block;
        }

        .course-grid-item:nth-child(3n+1) {
            clear: both;
        }

        .course-grid-item .image:before {
            height: 170px;
        }

        .course-grid-item .image img {
            max-height: 170px;
        }
}

@media print, screen and (min-width: 992px) {
    .course-grid-item .image:before {
        height: 200px;
    }

    .course-grid-item .image img {
        max-height: 158px;
        /*height: 158px;*/
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .course-grid-item:nth-child(3n+1) {
        clear: none;
    }

    /*.course-grid-item:nth-child(4n+1) {
        clear: both;
    }*/
}


/* Datepicker */
.input-datepicker-icon {
    cursor: pointer;
}

    .input-datepicker-icon:before {
        font-family: "FontAwesome";
        content: "\f073";
        width: 15px;
        height: 15px;
        display: block;
        font-size: 15px;
        color: #004272;
    }

/* Listed forms */
.listing-item > .form-horizontal {
    padding: 10px;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

    .listing-item > .form-horizontal:hover {
        background: #f1f1f1;
    }

/* PROJECT section */
.sticky-advert-bot {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    z-index: 10;
}

    .sticky-advert-bot .container {
        padding-right: 50px;
        position: relative;
    }

    .sticky-advert-bot a {
        color: #fff;
    }

.sticky-advert-close {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
}

    .sticky-advert-close:before {
        font-family: "FontAwesome";
        content: "\f00d";
    }


/*#project-header {position:fixed;top:60px;left:0;right:0;z-index:1;}*/
#project-header {
    position: relative;
}
/*.project-page #site-main {padding-top:140px;}*/

#project-header-top {
    background: #fff;
    border-bottom: 2px solid #ddd;
}

    #project-header-top .container {
        padding: 20px 45px;
        position: relative;
    }

.project-header-logo {
    text-align: center;
}

    .project-header-logo img {
        max-height: 40px;
    }

.project-nav-toggle {
}

.project-navigation ul {
    margin: 0;
}

.project-navigation li {
    padding: 0;
    margin: 0;
}

    .project-navigation li:before {
        display: none;
    }

    .project-navigation li a {
        display: block;
        padding: 10px 0;
        text-decoration: none;
    }

.project-navigation a:hover {
    text-decoration: underline;
}

.project-nav-toggle {
    position: absolute;
    top: 25px;
    height: 30px;
    width: 18px;
    left: 12px;
    display: block;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    overflow: hidden;
}

    .project-nav-toggle:before {
        font-family: "FontAwesome";
        content: "\f0c9";
        font-size: 20px;
        color: #222;
    }

#project-header-bot {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: #e4e4e6;
}


@media print, screen and (min-width:768px) {
    /*#project-header {top:95px;}*/
    .project-header-logo img {
        max-height: 70px;
    }
    /*.project-page #site-main {padding-top:205px;}*/
    .project-nav-toggle {
        top: 35px;
    }
}

@media print, screen and (min-width:992px) {
    /*#project-header {top:160px;}
	.project-page #site-main {padding-top:270px;}*/

    #project-header-top .container {
        padding: 20px;
        margin-top: 60px;
    }

    .project-header-logo {
        float: left;
    }

    .project-nav-toggle {
        right: 10px;
        left: auto;
        width: 110px;
        padding: 10px 30px 10px 10px;
        line-height: 12px;
    }

        .project-nav-toggle:before {
            position: absolute;
            top: 10px;
            right: 10px;
        }

    #project-header-bot {
        background: none;
    }

        #project-header-bot .container {
            pointer-events: none;
        }

    .project-navigation {
        pointer-events: auto;
        float: right;
        background: #fff;
        padding: 0 20px;
        width: 200px;
    }
}

@media print, screen and (min-width:1200px) {
    /*#project-header {top:175px;}
	.project-page #site-main {padding-top:287px;}*/
}


.featured-item {
    position: relative;
    border: 1px solid #d7d7d7;
}

    .featured-item img {
        width: 100%;
    }

.fi-overlay {
    padding: 10px;
}

    .fi-overlay h3 {
        font-size: 1.538em;
        margin: 0;
    }

@media print, screen and (min-width:768px) {
    .fi-overlay {
        position: absolute;
        left: 10px;
        bottom: 10px;
        max-height: 80%;
        max-width: 80%;
        background: rgba(255,255,255,0.7);
    }
}


.project-home-section div[class*="col-"] {
    margin-bottom: 20px;
}

@media print, screen and (min-width:768px) {
    .project-home-section div[class*="col-"],
    .project-category-grid div[class*="col-"] {
        margin-bottom: 30px;
    }

    .project-home-section .listing-item .image,
    .project-category-grid .listing-item .image {
        max-width: 50%;
    }
}


@media print, screen and (min-width:768px) and (min-width:992px) {
    .project-case-study-grid .listing-item .image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        float: none;
    }

    .project-case-study-grid .listing-item .text {
        overflow: visible;
    }
}

.project-home-section .form {
    margin: 40px 0;
}

blockquote, .well blockquote {
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    border-color: #004272;
    color: #888;
}

    blockquote:before, blockquote:after {
        content: '"';
    }


.member-register-message {
    text-align: center;
    background: #f3f3f3;
    padding: 15px;
    border: 1px solid #d1d1d1;
    margin-top: 50px;
}

    .member-register-message + * {
        margin-top: 50px;
    }

/* Stockist Locator */

.search-form .btn {
    width: 100%;
}

.stockist-search-form {
}

.stockist-search-map {
    margin-bottom: 10px;
    border: 1px solid #b8b8b8;
}

.stockist-search-list {
}

    .stockist-search-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #eee;
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
        width: 100% !important;
    }

        .stockist-search-list ul li {
            padding: 1px;
            position: relative;
            border-top: 1px solid #fff;
            position: relative;
        }

            .stockist-search-list ul li:first-child {
                border-top: none;
            }

            .stockist-search-list ul li:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 7px;
                background: url('../images/sprite-repeat-x.png') repeat-x 100% 100%;
            }

            .stockist-search-list ul li h3 {
                margin-top: 0;
                color: #333;
            }

    .stockist-search-list .btn-default:after {
        font-family: 'FontAwesome';
        content: "\f105";
        margin-left: 5px;
        font-size: 17px;
    }

.map-list-detail {
    padding: 10px 20px 10px 10px;
    margin-left: 20px;
}

    .map-list-detail h3 {
        margin-bottom: 10px;
    }

    .map-list-detail p {
        margin: 10px 0;
    }

.map-list-pin {
    float: left;
    height: 30px;
    width: 21px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
}

.contact-map #google-map {
    padding-bottom: 250px;
}

#google-map .googlemap-custom-popup {
}

#google-map img {
    max-width: none;
}

#google-map {
    padding-bottom: 300px;
}

    #google-map + .btn-directions,
    .contact-map + .btn-directions {
        margin-top: 15px;
    }

@media only print, screen and (max-width: 767px) {
    .stockist-search-map #google-map {
        height: 150px !important;
    }
}

@media only print, screen and (min-width: 768px) {
    #google-map {
        padding-bottom: 450px;
    }

    .stockist-search-map {
        width: 60%;
        float: right;
    }

    .stockist-search-list {
        width: 40%;
        float: left;
    }

        .stockist-search-list ul {
            max-height: 452px;
        }

            .stockist-search-list ul li:before {
                bottom: 0;
                right: 0;
                left: auto;
                width: 7px;
                height: auto;
                background: url('../images/sprite-repeat-y.png') repeat-y 100% 100%;
            }
}

@media only print, screen and (min-width: 992px) {
    .stockist-search-map {
        width: 70%;
    }

    .stockist-search-list {
        width: 30%;
    }
}

@media only print, screen and (min-width: 1200px) {
    .stockist-search-map {
        width: 75%;
    }

    .stockist-search-list {
        width: 25%;
    }
}

.form-submit {
    margin-top: 15px;
}

    .form-submit a {
        display: block;
    }

@media only print, screen and (min-width: 768px) {
    .form-submit {
        margin-top: 0;
    }

    .form-horizontal-single-row .form-group {
        margin-bottom: 0;
    }
}


/* Progress bar */
.passwordstrength-info {
    margin-top: 15px;
}

.passwordstrength > div, .passwordstrength-info {
    width: 100%;
}

.progress {
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #e2e2e2;
    margin-top: 10px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #3da2db;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.complexity {
    float: right;
    color: #3da2db;
}

.event-cancellation-confirm {
    margin-top: 30px;
}

/* Competency tabs */
.competency-tab {
    border-radius: 0;
}
    /*.competency-tab .tabs li {width:20%!important;}
.competency-tab .tabs li.active {border-bottom-color:#fff!important;}*/
    .competency-tab .tabs li.completed {
        background: #004272 !important;
        color: #fff !important;
    }

        .competency-tab .tabs li.completed a {
            color: #fff !important;
            position: relative;
        }

    .competency-tab .tabs li.active a:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #004272 transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 0;
        pointer-events: none;
    }

@media print, screen and (max-width: 991px) {
    .competency-tab {
        margin-bottom: 15px;
    }
}

@media print, screen and (min-width: 992px) {
    .competency-tab {
        border: none;
        border-left: 1px solid #d7d7d7;
    }

        .competency-tab .tabs {
            border-right: none;
            border-right: 5px solid #004272;
        }

            .competency-tab .tabs li a {
                padding: 11px;
            }
}

.competency-discipline {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    margin-top: 25px;
}

    .competency-discipline.row {
        margin-left: 0px;
        margin-right: 0px;
    }

.competency-summary h3 {
    margin-top: 20px !important;
}

/* Footer */

#site-footer {
    text-align: center;
}

.footer-copyright {
    color: #004272;
}

    .footer-copyright p {
        margin-top: 15px;
    }

.footer-accreditation {
}

    .footer-accreditation img {
        display: inline;
    }

    .footer-accreditation a {
        text-decoration: none;
    }


.footer-navigation ul {
    display: block;
}

    .footer-navigation ul:after {
        content: "";
        display: table;
        clear: both;
    }



@media print, screen and (min-width:768px) {
    .footer-social a {
        height: 40px;
        width: 40px;
    }

        .footer-social a:before {
            font-size: 25px;
            line-height: 25px;
        }
}

.social-twitter:before {
    content: "\f099";
}

.social-facebook:before {
    content: "\f09a";
}

.social-linkedin:before {
    content: "\f0e1";
}

.social-google-plus:before {
    content: "\f0d5";
}

.social-slideshare:before {
    content: "\f1e7";
}

.social-youtube:before {
    content: "\f167";
}


.footer-bit10 {
}

    .footer-bit10 a {
        color: #555555;
        text-decoration: none;
    }

@media print, screen and (min-width:992px) {
    .footer-left {
        float: left;
        width: 40%;
        text-align: left;
    }

    .footer-right {
        float: right;
        width: 60%;
        text-align: right;
    }
}

@media print, screen and (min-width:768px) and (max-width: 992px) {
    .sliding-news-box .lead {
        min-height: 90px;
    }

    .img-container img {
        width: 100%;
    }
}

@media print, screen and (min-width:992px) and (max-width: 1200px) {
    .sliding-news-box .lead {
        min-height: 40px;
    }
}

@media print, screen and (max-width: 768px) {
    .carousel-inner img {
        width: 100%;
    }

    .img-container img {
        width: 100%;
    }
}


@media print, screen and (max-width: 858px) {
    .carousel-control.right {
        right: -60px;
    }

    .carousel-control.left {
        left: -60px;
    }
}

@media print, screen and (max-width: 768px) {
    .carousel-control.right {
        display: none;
    }

    .carousel-control.left {
        display: none;
    }
}

@media print, screen and (max-width: 992px) {
    .bi-overlay-text h1 {
        margin-top: 0px;
        margin-left: 0px;
        text-align: center;
    }

    .bi-overlay-text h2 {
        margin-top: 0px;
        margin-left: 0px;
        text-align: center;
    }

    .add-white {
        background-color: white;
        width: auto;
    }

    .bx-pager {
        background-color: white;
    }
}


@media print, screen and (max-width: 776px) {
    .bi-overlay-text br {
        display: none;
    }

    .bi-overlay-text h1 {
        font-size: 24px !important;
    }

    .bi-overlay-text h2 {
        font-size: 13px !important;
    }
}

@media print, screen and (max-width: 791px) {
    .bi-overlay-text br {
        display: none;
    }

    .bi-overlay-text h1 {
        font-size: 24px !important;
    }

    .bi-overlay-text h2 {
        font-size: 13px !important;
    }

    .banner-item-overlay {
        width: 100%;
        position: relative;
    }

    .bx-veiwport {
        height: 205px;
    }
}

.banner-shadow {
    top: -40px;
    left: -10px;
    display: inline-block;
    position: relative;
    height: 20px;
    width: 110%;
    /* overflow: visible; */
    -webkit-box-shadow: 2px 7px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 7px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 2px 7px 20px -6px rgba(0,0,0,0.75);
}

/* RTE */
.float-left, .float-right {
    margin: 10px auto;
    display: block;
    text-align: center;
}

@media print, screen and (min-width:768px) {
    * + .float-right, * + .float-left {
        margin-top: 10px;
    }

    .float-left, .float-right {
        margin-bottom: 10px;
    }

    .float-right {
        float: right;
        margin-left: 10px;
    }

    .float-left {
        float: left;
        margin-right: 10px;
    }
}


/*homepage responsive styles*/

@media screen and (max-width: 1200px) {
    .bi-overlay-text {
        left: 20px; /*top: -50px;*/
    }

    .div-green, .div-purple, .div-blue {
        min-height: 90px;
    }
}

@media print, screen and (min-width: 992px) and (max-width: 1200px) {
    .eq-div {
        min-height: 176px !important;
    }
}

@media screen and (max-width: 992px) {
    .bi-overlay-text {
        width: auto;
        top: 0px;
        left: 0px;
    }

        .bi-overlay-text p {
            text-align: center;
        }

    .div-green, .div-purple, .div-blue {
        min-height: 130px;
    }
}

@media screen and (max-width: 992px) {
    .blog-box .div-text {
        padding: 1px 10px 0px 10px;
        height: 230px;
    }

    .div-text {
        padding: 3px 10px 0px 10px;
    }
}

@media screen and (max-width: 767px) {
    .blog-box .div-text {
        padding: 1px 10px 0px 10px;
        height: 170px;
    }

    .hp-tabs .nav-tabs a {
        font-size: 21px;
    }

    .pub-box {
        margin-bottom: 60px;
    }

    .div-green, .div-purple, .div-blue {
        min-height: 0px;
    }
}

@media screen and (max-width: 460px) {
    .hp-tabs .nav-tabs a {
        font-size: 15px;
    }
}

@media screen and (max-width: 375px) {
    .blog-box .div-text {
        height: 190px;
    }
}

/*-------------------------------New Page Styles------------------------------------*/

/*re-styled events-listing*/
.event-container .theme-36bdb2 p a {
    color: #004272;
}

.event-container .theme-36bdb2 .btn-default {
    background: rgba(54, 189, 178, 0.7);
}

.event-container .theme-36bdb2 .tag-filter li a, .event-container .theme-36bdb2 .tag-tab li a {
    color: #36BDB2;
    border: 2px solid #36BDB2;
}

    .event-container .theme-36bdb2 .tag-filter li a.active, .event-container .theme-36bdb2 .tag-tab li a.active {
        background: #36BDB2;
        color: white;
    }

.event-container .theme-36bdb2 .er-overlay-detail a {
    color: #004272;
}
/*end of re-styled-events-listing*/


/*re-styled news-listing*/
.newz-container .theme-7581bf p a {
    color: #7581bf;
}

.newz-container .theme-7581bf .btn-default {
    background: rgba(123, 130, 191, 0.7);
}

.newz-container .theme-7581bf .tag-filter li a, .newz-container .theme-7581bf .tag-tab li a {
    color: #7581bf;
    border: 2px solid #7581bf;
}

    .newz-container .theme-7581bf .tag-filter li a.active, .newz-container .theme-7581bf .tag-tab li a.active {
        background: #7581bf;
        color: white;
    }

.newz-container .theme-7581bf .text-inner a, .newz-container .theme-7581bf .text-inner .date {
    color: #004272;
}

.newz-container .theme-7581bf .listing-item-group a, .newz-container .theme-7581bf .listing-item-group .date, .newz-container .theme-7581bf .listing-item-group .date {
    color: #004272;
}
/*end of re-styled-news-listing*/



/*re-styled about
.about-container .theme-ffd300 p a {color: #ffd300;}
.about-container .theme-ffd300 .btn-default {background: rgba(255, 211, 0, 0.7);}
.about-container .theme-ffd300 .tag-filter li a, .about-container .theme-ffd300 .tag-tab li a {color: #ffd300; border: 2px solid #ffd300;}
.about-container .theme-ffd300 .tag-filter li a.active, .about-container .theme-ffd300 .tag-tab li a.active {background: #ffd300; color:white;}
.about-container .theme-ffd300 .text-inner a, .about-container .theme-ffd300 .text-inner .date {color: #004272;}
end of re-styled-about*/


/*re-styled resources-listing
.res-container .theme-f9b121 p a {color: #f9b121;}
.res-container .theme-f9b121 .btn-default {background: rgba(123, 130, 191, 0.7);}
.res-container .theme-f9b121 .tag-filter li a, .res-container .theme-f9b121 .tag-tab li a {color: #f9b121; border: 2px solid #f9b121;}
.res-container .theme-f9b121 .tag-filter li a.active, .res-container .theme-f9b121 .tag-tab li a.active {background: #f9b121; color:white;}
.res-container .theme-f9b121 .text-inner a, .res-container .theme-f9b121 .text-inner .date {color: #004272;}
end of re-styled-resources-listing*/

/*re-styled qualifications-listing*/
.q-container .theme-e50e63 p a {
    color: #004272;
}

.q-container .theme-e50e63 .btn-default {
    background: rgba(235, 17, 77, 0.7);
}

.q-container .theme-e50e63 .tag-filter li a, .q-container .theme-e50e63 .tag-tab li a {
    color: #004272;
    border: 2px solid #004272;
}

    .q-container .theme-e50e63 .tag-filter li a.active, .q-container .theme-e50e63 .tag-tab li a.active {
        background: #004272;
        color: white;
    }

.q-container .theme-e50e63 .text-inner a, .q-container .theme-e50e63 .text-inner .date {
    color: #004272;
}
/*end of re-styled-qualifications-listing*/

/*re-styled comms-listing*/
.comms-container .theme-5091cd p a {
    color: #5091cd;
}

.comms-container .theme-5091cd .btn-default {
    background: rgba(80, 145, 205, 0.7);
}

.comms-container .theme-5091cd .tag-filter li a, .comms-container .theme-5091cd .tag-tab li a {
    color: #5091cd;
    border: 2px solid #5091cd;
}

    .comms-container .theme-5091cd .tag-filter li a.active, .comms-container .theme-5091cd .tag-tab li a.active {
        background: #5091cd;
        color: white;
    }

.comms-container .theme-5091cd .text-inner a, .comms-container .theme-5091cd .text-inner .date {
    color: #004272;
}
/*end of re-styled-comms-listing*/

/*Green booking forms*/
.booking-form p.h2, .booking-form h3 {
    color: #36bdb2;
}

.booking-form .button-block-list .btn {
    background: #36bdb2;
}

/*add this*/

.addthis_toolbox {
    position: fixed;
    top: 240px;
    width: 10px;
}

    .addthis_toolbox a {
        margin-bottom: 0px !important;
        margin-top: -3px !important;
    }

        .addthis_toolbox a span {
            width: 50px !important;
            height: 50px !important;
            margin-bottom: 0px;
        }

            .addthis_toolbox a span svg {
                width: 50px !important;
                height: 50px !important;
                margin-bottom: 0px;
            }

/*-------------------------------End of New Page Styles------------------------------------*/

/* New styles - 05/04/2016  My resources page*/

.modal-body .glyphicon-bookmark, .modal-body .glyphicon-star {
    font-size: 50px;
    color: #004272;
    display: inline-block;
    margin: auto;
    padding: 20px;
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    .c-shelf .col-xs-6 {
        width: 100%;
    }
}

.c-shelf .heading {
    font-weight: 100;
    color: #9D0054;
}

.c-shelf .carousel-control.car-1 {
    top: 15%;
}

.c-shelf .carousel-control.right {
    display: block;
    right: -50px;
}

.c-shelf .carousel-control.left {
    display: block;
    left: -50px;
}

@media screen and (max-width:767px) {
    .c-shelf .carousel-control.right {
        right: -20px;
    }

    .c-shelf .carousel-control.left {
        left: -20px;
    }

    .blocks-c-shelf {
        width: 22%;
        display: inline-block;
    }
}

@media screen and (max-width: 440px) {
    .c-shelf .col-xs-3 {
        width: 100%;
    }

    .c-shelf .carousel-control.right, .c-shelf .carousel-control.left {
        display: none;
    }
}

.none-to-display {
    font-style: italic;
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.favourites-box .er-overlay h3 {
    font-size: 1em;
    margin: 0;
}

/* styles added for box duplication */

.web {
    margin: 10px 0px;
}

#mydiv2, #mydiv3, #mydiv4, #mydiv5 {
    margin: 10px 0px;
}

    #mydiv2 .listing-item, #mydiv3 .listing-item, #mydiv4 .listing-item, #mydiv5 .listing-item {
        margin-top: 0px;
        padding-top: 10px;
        border: none;
    }


/*Firefox browser hack*/

@media screen and (min--moz-device-pixel-ratio:0) {
    .mailer-box {
        right: -230px;
    }

    .mail-move {
        right: 0px;
    }
}



/*Firefox browser hack*/

@media screen and (min--moz-device-pixel-ratio:0) {
    .mailer-box {
        right: -230px;
    }

    .mail-move {
        right: 0px;
    }
}


/*shop and product designs*/

/* Lime Green */
.theme-d5e04e {
}

    .theme-d5e04e.well {
        border-top-color: #d5e04e;
    }

    .theme-d5e04e h2 {
        color: #d5e04e;
    }

.filter-cat-block {
    background: #e4e4e4;
    padding: 15px;
    margin-bottom: 30px;
}

    .filter-cat-block p {
        color: #9e0756;
        font-weight: bold;
        font-size: 14px;
        margin-top: 0px;
    }

    .filter-cat-block a {
        text-decoration: none;
    }

        .filter-cat-block a:hover {
            color: #004272;
        }

    .filter-cat-block ul {
        padding-left: 0px;
        list-style: none;
    }

        .filter-cat-block ul li {
            list-style: none;
        }

    .filter-cat-block li:before {
        content: "";
        color: #004272;
        width: 10px;
        background: transparent;
        position: absolute;
        top: 0px;
        left: 0;
        height: auto;
    }

    .filter-cat-block li:hover:before {
        content: ">";
    }

    .filter-cat-block li.active:before {
        content: ">";
    }

li.active a {
    color: #004272;
}

@media screen and (min-width: 767px) {
    .filter-cat-block {
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .filter-cat-block {
        margin-bottom: 15px;
    }

    .productDetail img {
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
}

.productDetail {
    padding: 30px;
}

    .productDetail h3 {
        color: #d5e04e;
        font-size: 20px;
    }

.productPrice h2 {
    color: #9c0053;
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 15px;
}

.productPriceInner {
    padding-top: 10px;
}

    .productPriceInner a {
        width: 100%;
    }

    .productPriceInner p {
        color: #9e0756;
        font-weight: bold;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .productPriceInner .price {
        color: #333;
        font-weight: normal;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.productPriceOuter {
    padding-top: 15px;
    padding-bottom: 25px;
    background: #e4e4e4;
}

.bookShopProduct, .eventDocumentProduct {
    position: relative;
    padding-top: 40px;
    border: solid 1px #e4e4e4;
    background: #fff;
    text-align: center;
    color: #9e0756;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 3px -2px rgba(179,179,179,1);
    -moz-box-shadow: 2px 2px 3px -2px rgba(179,179,179,1);
    box-shadow: 2px 2px 3px -2px rgba(179,179,179,1);
}

    .bookShopProduct a, .eventDocumentProduct div.col-md-12:nth-child(2) a {
        width: 100%;
        background: #004272;
        margin-bottom: 10px;
        color: #fff;
    }

eventDocumentProduct .col-md-12:nth-child(1) a {
    border: 0;
}

.eventDocumentProduct .col-md-12:nth-child(1) a:before {
    content: none;
}


.eventDocumentProduct .document-overview {
    border: 0;
}


.featured {
    background: #004272;
    padding: 3px 5px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    position: absolute;
    width: 88%;
    top: -3px;
}

.no-feature {
    height: 45px;
}

@media screen and (min-width: 767px) {
    .bookShopProduct .img-responsive {
        display: block;
        margin: auto;
        width: 100px;
        height: 142px;
        object-fit: contain;
    }

    .bookShopProduct .title {
        height: 38px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .bookShopProduct .img-responsive {
        display: block;
        margin: auto;
    }

    .bookShopProduct {
        margin-bottom: 15px;
    }
}

.desc {
    margin-top: 30px;
}

.product-pic {
    margin-top: 90px !important;
}


/*Register with APM page*/

.reg-box {
    background: #e4e4e4;
    border: solid 1px #cdcdcd;
    padding: 20px 30px;
    margin-top: 20px;
}

/*Thanks for registering*/

.userJourney img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: solid 1px #e4e4e4;
}

.userJourney .btn {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 767px) {
    .userJourney h2 {
        height: 58px;
        overflow: hidden;
    }

    .userJourney p {
        height: 57px;
        overflow: hidden;
    }
}

.tabs-target {
    height: auto !important;
}

/*sign-up*/

.member-form {
    border-top: none;
    margin-top: 15px !important;
    padding-top: 0px !important;
}

.saveProgress {
    border: solid 1px #cdcdcd;
    background: #f5f5f5;
    padding: 13px 10px;
    color: #004272;
    border-radius: 2px;
    display: none;
}

.btnRow a {
    width: 49%;
    margin-top: 10px;
}

/*account*/

.member-side {
    padding: 0;
    width: auto;
    float: none;
    border: none;
}

/*payment*/

.promo {
    display: block;
    cursor: pointer;
}

    .promo:hover {
        opacity: .8;
    }

.discount {
    display: none;
    margin-top: 0px;
    color: #004272;
}

.discountCorporate {
    margin-top: 0px;
    color: #004272;
    border: solid 1px #cdcdcd;
    background: #e4e4e4;
    padding: 10px;
    border-radius: 3px;
}

.featuredItem {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.shopItem {
    position: relative;
    border: solid 1px #cdcdcd;
    text-align: center;
}

.addToBasket {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

    .addToBasket .fa {
        color: #fff;
        background: #004272;
        color: #fff;
        background: #004272;
        padding: 6px;
        font-size: 26px;
    }

.shopText {
    text-align: center;
    display: inline-block;
    color: #004272;
    margin-top: 10px;
}

.outerShop {
    text-align: center;
}

.paymentGateway {
    margin-top: 60px;
}

.skill-set {
    list-style: none;
}

    .skill-set li:before {
        display: none;
    }

    .skill-set li {
        display: inline-block;
        list-style: none;
        padding: 5px;
        border: solid 2px #004272;
        color: #004272;
        margin-bottom: 0px;
        cursor: pointer;
    }

/*.selected {
    background: #004272;
    color: #fff !important;
}
*/
.comp2 label {
    display: block;
}

.comp2 textarea {
    width: 100%;
    border-radius: 3px;
    background: #e4e4e4;
    padding: 10px;
}

.light {
    font-weight: 100;
}


.productAdded {
    display: none;
}







/* TEMPORARY */
.temp-editable-key {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 250px;
    background: rgba(255,255,255,0.7);
    z-index: 3000;
    padding: 5px 10px;
    border: 2px solid #222;
    border-top: none;
}

    .temp-editable-key p {
        margin: 5px 0;
    }

.editable-cms, .editable-cms:hover, .editable-cms a, .editable-cms a:hover {
    background: #4de065 !important;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,1);
}

.editable-crm, .editable-crm:hover, .editable-crm a, .editable-crm a:hover {
    background: #222 !important;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,1);
}

.editable-cms .er-overlay {
    background: rgba(77,224,101,0.8);
}

.editable-cms.image {
    position: relative;
}

    .editable-cms.image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(77,224,101,0.8);
    }

.angular-google-map-container {
    height: 300px;
}

@media only print, screen and (min-width: 768px) {
    .angular-google-map-container {
        height: 450px;
    }
}

angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.widget ul.tags li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: #36bdb2;
    border-radius: 10px;
}
/* Widget Mark-up */

.widget ul.tags li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: #36bdb2;
    border-radius: 10px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 3px;
}

    .widget ul.tags li:before {
        display: none;
    }

    .widget ul.tags li:first-child {
        font-weight: 900;
        background: transparent;
        color: #000;
        padding-left: 0px;
        padding-right: 0px;
    }

.widget img {
    border: solid 1px #cdcdcd;
}

.eventDetails {
    margin-top: 0px;
}

    .eventDetails li:before {
        display: none;
    }

    .eventDetails li {
        margin: 0px;
        padding-left: 0px;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .eventDetails li span {
            font-weight: 900;
            margin-right: 5px;
        }

.widget .border {
    border-bottom: solid #36bdb2 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget.news-widget ul.tags li {
    background: #7581bf;
}

    .widget.news-widget ul.tags li:first-child {
        background: transparent;
    }

.widget.news-widget .border {
    border-bottom: solid #7581bf 2px;
}

.widget.news-widget li.fav {
    height: 25px;
}

.group-widget li:before {
    display: none;
}

.group-widget li {
    margin: 0px;
    padding-left: 0px;
}

.widget.blog-widget ul.tags li {
    background: #5091cd;
}

    .widget.blog-widget ul.tags li:first-child {
        background: transparent;
    }

.widget.blog-widget .border {
    border-bottom: solid #5091cd 2px;
}

.widget.news-widget li.favSmall {
    height: 25px;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
    .widget.news-widget li.favSmall {
        height: 60px;
    }
}

.news-widget .glyphicon {
    color: #b1407c;
}

/* style fixes  17/08/2016 */

/*homepage*/

.well-clean.eq-div {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 10px;
}

.banner-shadow {
    box-shadow: 0px 8px 8px -8px;
    display: none;
}

.carousel-control.left {
    left: 0px;
    width: 20px;
}

.carousel-control.right {
    right: 0;
    width: 20px;
}

.tab-1-ic {
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.tab-2-ic {
    position: relative;
    margin-right: 5px;
}

.tab-3-ic {
    top: 5px;
    position: relative;
    margin-right: 5px;
}

.header-login ul img {
    height: 32px;
}

/** div {border:solid 1px red;}*/

/*generic*/

/*.site-navigation li:hover a {
    color: #004272;
}*/

.jobSalary {
    height: 38px;
    overflow: hidden;
}

.jobLocation {
    height: 38px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .jobSalary, .jobLocation {
        height: auto;
    }
}

.subPageBanner {
    box-shadow: 0px 8px 8px -8px;
    overflow: inherit;
    max-width: initial;
}

.listSearch ul {
    display: inline-block;
}

.listSearch .tag-filter {
    width: 100%;
}

.fix-btn-2 {
    top: 20.5%;
    z-index: 999999;
}

/*sub banner slides*/
.banner > .banner-slides > .banner-item {
    /*height: 96px;*/
    object-fit: cover;
    overflow: hidden;
}
    /*remove sub banner overlay text*/
    .banner > .banner-slides > .banner-item > .container {
        display: none;
    }

.comments-overview .commentFeature {
    background: #9d0054;
    color: white;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    width: 36px;
    height: 36px;
    padding: 8px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.comments-overview .ng-scope {
    font-size: 20px;
    color: #9d0054;
    margin-left: 7px;
}

.addComment {
    float: right;
    background: #9d0054;
    color: white;
    border: none;
    padding: 10px 20px;
}

    .addComment .fa {
        margin-right: 10px;
    }

@media screen and (max-width: 767px) {
    .addComment {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}

.side-navigation ul ul li a:before {
    content: '\f0da';
    font-family: FontAwesome;
    margin-right: 10px;
}

.side-navigation ul ul li a {
    padding-left: 20px;
    color: #004272;
}

.side-navigation {
    padding: 20px 20px 0 0;
}

    .side-navigation.profileSide {
        padding-right: 0px;
        padding-top: 0px;
        border: 0;
    }


@media (max-width: 991px) {
    .side-navigation.profileSide {
        background: #004272;
    }

        .side-navigation.profileSide span {
            color: #fff;
            padding: 20px;
            display: block;
        }

        .side-navigation.profileSide ul {
            background: #fff;
        }
}

.account-logout {
    float: left;
    width: 280px;
}

    .account-logout button.btn-secondary, .account-logout button.btn-secondary:hover, .account-logout button.btn-secondary:focus {
        background-color: #004272 !important;
        color: #fff !important;
    }


@media (max-width: 991px) {

    .account-logout {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}

/*branch locator*/

.map-list-detail .btn-default, .map-list-detail.btn-default:hover, .map-list-detail.btn-default:focus {
    background: #00bce4;
}

.stockist-search-list .featured {
    background: transparent;
}

.stockist-search-list ul {
    width: 95% !important;
}

.map-list-detail p {
    color: #333;
}


.blogListNav ul li:before, .newsListNav ul li:before {
    display: none !important;
}

.blogListNav ul, .newsListNav ul {
    margin-bottom: 0px;
}

.blogListNav li, .newsListNav li {
    padding-left: 0px;
}

.blogListNav .btn, .newsListNav .btn {
    margin-top: 20px;
}

.blogListNav .year-form, .newsListNav .year-form {
    top: auto;
}

.mobile-only-cta-nav a {
    text-decoration: none;
}

.category-tags-listing {
    margin-bottom: 20px;
}

#twitter-widget-0 .timeline-Header {
    display: none !important;
}

/*.btn-twitter {
    display: block;
}*/

.twitterHeaderBird:after {
    content: '\f099';
    font-family: FontAwesome;
    float: right;
    font-size: 40px;
    position: relative;
    top: -10px;
}

.newsTitle {
}

/*.no-slider .banner-item {
    -webkit-box-shadow: 0px 10px 15px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 15px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 15px -12px rgba(0,0,0,0.75);
}
*/
.secondaryBanner {
    -webkit-box-shadow: 0px 10px 15px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 15px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 15px -12px rgba(0,0,0,0.75);
    width: 100%;
    position: relative;
}

.newsListNav .listButton, .blogListNav .listButton {
    padding-right: 0px;
}

.listButton .btn {
    margin-top: 0px;
    width: 100%;
    position: relative;
    top: -2px;
}

@media screen and (max-width:767px) {
    .listButton .btn {
        margin-top: 10px;
    }

    .listButton {
        padding-left: 0px;
    }
}

@media screen and (max-width:768px) {
    .banner-shadow {
        display: none;
    }

    .row {
        margin: 0px;
    }
}

.image-container-overlay p {
    word-break: break-all;
}

/**umb_name:Add Border*/
.addBorder {
    border: solid 1px black;
}

/* Add Delegates */

.submitDelegate button {
    background: #36bdb2;
    border: none;
    color: #fff;
    padding: 8px 2px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
}

.addAnother {
    background: #36bdb2;
    border: none;
    margin-right: 10px;
    padding: 5px 10px;
}

    .addAnother .fa {
        color: #fff;
    }

.submitMember input, .submitMember select {
    margin-bottom: 10px;
}

.submitMember button {
    color: #fff;
    background: #36bdb2;
    width: 100%;
    border: none;
    padding: 10px;
}

.delegatePrice {
    font-weight: 900;
    color: #36bdb2;
}

@media screen and (max-width: 767px) {
    .submitDelegate {
        margin-top: 10px;
    }

    .delegateRow {
        border-bottom: solid 1px #36bdb2;
        margin: 0px;
        margin-bottom: 10px;
    }

    .submitDelegate p {
        float: right;
    }
}

.validationMessage p {
    color: red;
    margin-top: 0px;
}

span.validationMessage {
    display: block;
    color: red;
    margin-top: 5px;
    padding: 5px 15px;
}

.modalMessage.validationMessage p {
    margin-bottom: 10px;
    margin-top: 5px;
}



@media screen and (max-width: 767px) {
    .validationMessage p {
        float: right;
    }

    .delegateSpacer {
        display: none;
    }

    .submitDelegate button {
        position: relative;
        top: -10px;
    }
}

/* events assets overhaul */

.eventAssets p {
    text-align: center;
}

.eventAssets h3 {
    height: 38px;
}

@media screen and (min-width: 767px) {
    .do-cta {
        float: none;
        display: inline-block;
    }
}

.yourEventInfo li {
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}

    .yourEventInfo li:before {
        display: none;
    }

    .yourEventInfo li a.btn-primary {
        background: #fff !important;
        border: solid 2px #36bdb2;
        color: #36bdb2 !important;
    }

    .yourEventInfo li.active a.btn-primary {
        background: #36bdb2;
        color: white;
    }

.yourInfoSelect {
    margin-bottom: 10px;
}

.selectYourPrice h4 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.createtopicbutton .btn-success {
    background-color: #004272 !important;
    color: #fff !important;
}

.forumbutton a, .forumbutton a:hover {
    background-color: #004272 !important;
    color: #fff !important;
    margin-bottom: 20px;
}
/*Forum*/
.forum-category-box {
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding: 20px;
}

    .forum-category-box .maincategory h3 {
        border-bottom: 1px solid #9f9f9f;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

/*Button*/
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #004272 !important;
    border-color: #004272 !important;
}

.btn-success, .btn-success:hover {
    background-color: #004272 !important;
    border-color: #004272 !important;
}

@media print, screen and (min-width: 1051px) {
    .side-tab-join-apm {
        display: none;
    }
}

@media print, screen and (max-width: 1050px) {
    .side-tab-join-apm {
        display: block;
        background: #004272;
        color: #ffffff;
        text-align: center;
        padding: 15px;
        font-size: 15px;
    }

    .fix-btn-2 img {
        display: none;
    }

    .fix-btn-2 {
        top: 0 !important;
        padding: 0 0 47px 0;
    }
}

/* Home - News Carousel*/
.home-news-slide .item > div > div {
    border: 1px solid #cdcdcd;
}

/* Add this */
.addthis_counter.addthis_pill_style {
    display: inline !important;
}

/**RTE Colours**/
.BrightYellow {
    color: #ffd200;
}

.DarkYellow {
    color: #fbb034;
}

.Orange {
    color: #f47d30;
}

.Red {
    color: #004272;
}

.Purple {
    color: #9c0058;
}

.Heather {
    color: #7581bf;
}

.Blue {
    color: #5091cd;
}

.AquaBlue {
    color: #00bce4;
}

.JadeGreen {
    color: #36bdb2;
}

.LimeGreen {
    color: #d5e04e;
}

.Mirage {
    color: #201a34;
}

/* Change email */

#changeEmailPassword {
    display: none;
}

#emailValidation {
    display: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* Autocomplete */
ul.ui-autocomplete {
    width: 40% !important;
    list-style-type: none;
    background-color: #ffffff;
    padding-left: 0;
}

    ul.ui-autocomplete li.ui-menu-item a {
        text-decoration: none;
    }

    ul.ui-autocomplete li.ui-menu-item:hover a {
        background-color: inherit;
        color: #b50156;
        border: none;
    }

/* End Styles */
ument */ ument */ rsor:auto;font-family:"PT Sans", sans-serif;font-style:normal;font-weight:normal;line-height:1.5;margin:0;padding:0;position:relative
}

#pageContent a:hover {
    cursor: pointer
}

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

#pageContent img {
    -ms-interpolation-mode: bicubic
}

#pageContent #map_canvas img, #pageContent #map_canvas embed, #pageContent #map_canvas object, #pageContent .map_canvas img, #pageContent .map_canvas embed, #pageContent .map_canvas object, #pageContent .mqa-display img, #pageContent .mqa-display embed, #pageContent .mqa-display object {
    max-width: none !important
}

#pageContent .left {
    float: left !important
}

#pageContent .right {
    float: right !important
}

#pageContent .clearfix:before, #pageContent .clearfix:after {
    content: " ";
    display: table
}

#pageContent .clearfix:after {
    clear: both
}

#pageContent .hide {
    display: none
}

#pageContent .invisible {
    visibility: hidden
}

#pageContent .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#pageContent img {
    display: inline-block;
    vertical-align: middle
}

#pageContent textarea {
    height: auto;
    min-height: 50px
}

#pageContent select {
    width: 100%
}

#pageContent .row {
    margin: 0 auto;
    max-width: 44.375rem;
    width: 100%
}

    #pageContent .row:before, #pageContent .row:after {
        content: " ";
        display: table
    }

    #pageContent .row:after {
        clear: both
    }

    #pageContent .row.collapse > .column, #pageContent .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row .row {
        margin: 0 -0.1875rem;
        max-width: none;
        width: auto
    }

        #pageContent .row .row:before, #pageContent .row .row:after {
            content: " ";
            display: table
        }

        #pageContent .row .row:after {
            clear: both
        }

        #pageContent .row .row.collapse {
            margin: 0;
            max-width: none;
            width: auto
        }

            #pageContent .row .row.collapse:before, #pageContent .row .row.collapse:after {
                content: " ";
                display: table
            }

            #pageContent .row .row.collapse:after {
                clear: both
            }

#pageContent .column, #pageContent .columns {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
    width: 100%;
    float: left
}

    #pageContent .column + .column:last-child, #pageContent .columns + .column:last-child, #pageContent .column + .columns:last-child, #pageContent .columns + .columns:last-child {
        float: right
    }

    #pageContent .column + .column.end, #pageContent .columns + .column.end, #pageContent .column + .columns.end, #pageContent .columns + .columns.end {
        float: left
    }

@media only screen {
    #pageContent .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .small-1 {
        width: 8.33333%
    }

    #pageContent .small-2 {
        width: 16.66667%
    }

    #pageContent .small-3 {
        width: 25%
    }

    #pageContent .small-4 {
        width: 33.33333%
    }

    #pageContent .small-5 {
        width: 41.66667%
    }

    #pageContent .small-6 {
        width: 50%
    }

    #pageContent .small-7 {
        width: 58.33333%
    }

    #pageContent .small-8 {
        width: 66.66667%
    }

    #pageContent .small-9 {
        width: 75%
    }

    #pageContent .small-10 {
        width: 83.33333%
    }

    #pageContent .small-11 {
        width: 91.66667%
    }

    #pageContent .small-12 {
        width: 100%
    }

    #pageContent .small-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .small-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .small-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .small-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .small-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .small-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .small-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .small-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .small-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .small-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .small-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .small-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.small-centered, #pageContent .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.small-uncentered, #pageContent .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.small-centered:last-child, #pageContent .columns.small-centered:last-child {
        float: none
    }

    #pageContent .column.small-uncentered:last-child, #pageContent .columns.small-uncentered:last-child {
        float: left
    }

    #pageContent .column.small-uncentered.opposite, #pageContent .columns.small-uncentered.opposite {
        float: right
    }

    #pageContent .row.small-collapse > .column, #pageContent .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.small-uncollapse > .column, #pageContent .row.small-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .medium-1 {
        width: 8.33333%
    }

    #pageContent .medium-2 {
        width: 16.66667%
    }

    #pageContent .medium-3 {
        width: 25%
    }

    #pageContent .medium-4 {
        width: 33.33333%
    }

    #pageContent .medium-5 {
        width: 41.66667%
    }

    #pageContent .medium-6 {
        width: 50%
    }

    #pageContent .medium-7 {
        width: 58.33333%
    }

    #pageContent .medium-8 {
        width: 66.66667%
    }

    #pageContent .medium-9 {
        width: 75%
    }

    #pageContent .medium-10 {
        width: 83.33333%
    }

    #pageContent .medium-11 {
        width: 91.66667%
    }

    #pageContent .medium-12 {
        width: 100%
    }

    #pageContent .medium-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .medium-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .medium-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .medium-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .medium-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .medium-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .medium-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.medium-centered, #pageContent .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.medium-uncentered, #pageContent .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.medium-centered:last-child, #pageContent .columns.medium-centered:last-child {
        float: none
    }

    #pageContent .column.medium-uncentered:last-child, #pageContent .columns.medium-uncentered:last-child {
        float: left
    }

    #pageContent .column.medium-uncentered.opposite, #pageContent .columns.medium-uncentered.opposite {
        float: right
    }

    #pageContent .row.medium-collapse > .column, #pageContent .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.medium-uncollapse > .column, #pageContent .row.medium-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .large-1 {
        width: 8.33333%
    }

    #pageContent .large-2 {
        width: 16.66667%
    }

    #pageContent .large-3 {
        width: 25%
    }

    #pageContent .large-4 {
        width: 33.33333%
    }

    #pageContent .large-5 {
        width: 41.66667%
    }

    #pageContent .large-6 {
        width: 50%
    }

    #pageContent .large-7 {
        width: 58.33333%
    }

    #pageContent .large-8 {
        width: 66.66667%
    }

    #pageContent .large-9 {
        width: 75%
    }

    #pageContent .large-10 {
        width: 83.33333%
    }

    #pageContent .large-11 {
        width: 91.66667%
    }

    #pageContent .large-12 {
        width: 100%
    }

    #pageContent .large-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .large-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .large-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .large-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .large-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .large-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .large-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .large-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .large-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .large-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .large-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .large-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.large-centered, #pageContent .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.large-uncentered, #pageContent .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.large-centered:last-child, #pageContent .columns.large-centered:last-child {
        float: none
    }

    #pageContent .column.large-uncentered:last-child, #pageContent .columns.large-uncentered:last-child {
        float: left
    }

    #pageContent .column.large-uncentered.opposite, #pageContent .columns.large-uncentered.opposite {
        float: right
    }

    #pageContent .row.large-collapse > .column, #pageContent .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.large-uncollapse > .column, #pageContent .row.large-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

#pageContent .panel {
    border-style: solid;
    border-width: 0;
    border-color: #f2f2f2;
    margin-bottom: 0.375rem;
    padding: 0.625rem;
    background: #f2f2f2;
    color: #333
}

    #pageContent .panel > :first-child {
        margin-top: 0
    }

    #pageContent .panel > :last-child {
        margin-bottom: 0
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6, #pageContent .panel p, #pageContent .panel li, #pageContent .panel dl {
        color: #333
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem
    }

        #pageContent .panel h1.subheader, #pageContent .panel h2.subheader, #pageContent .panel h3.subheader, #pageContent .panel h4.subheader, #pageContent .panel h5.subheader, #pageContent .panel h6.subheader {
            line-height: 1.4
        }

    #pageContent .panel.callout {
        border-style: solid;
        border-width: 0;
        border-color: #f2f2f2;
        margin-bottom: 0.375rem;
        padding: 0.625rem;
        background: #ecfaff;
        color: #333
    }

        #pageContent .panel.callout > :first-child {
            margin-top: 0
        }

        #pageContent .panel.callout > :last-child {
            margin-bottom: 0
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6, #pageContent .panel.callout p, #pageContent .panel.callout li, #pageContent .panel.callout dl {
            color: #333
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625rem
        }

            #pageContent .panel.callout h1.subheader, #pageContent .panel.callout h2.subheader, #pageContent .panel.callout h3.subheader, #pageContent .panel.callout h4.subheader, #pageContent .panel.callout h5.subheader, #pageContent .panel.callout h6.subheader {
                line-height: 1.4
            }

        #pageContent .panel.callout a:not(.button) {
            color: #008CBA
        }

            #pageContent .panel.callout a:not(.button):hover, #pageContent .panel.callout a:not(.button):focus {
                color: #0078a0
            }

    #pageContent .panel.radius {
        border-radius: 3px
    }

#pageContent .text-left {
    text-align: left !important
}

#pageContent .text-right {
    text-align: right !important
}

#pageContent .text-center {
    text-align: center !important
}

#pageContent .text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    #pageContent .small-only-text-left {
        text-align: left !important
    }

    #pageContent .small-only-text-right {
        text-align: right !important
    }

    #pageContent .small-only-text-center {
        text-align: center !important
    }

    #pageContent .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    #pageContent .small-text-left {
        text-align: left !important
    }

    #pageContent .small-text-right {
        text-align: right !important
    }

    #pageContent .small-text-center {
        text-align: center !important
    }

    #pageContent .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 44.375em) {
    #pageContent .medium-only-text-left {
        text-align: left !important
    }

    #pageContent .medium-only-text-right {
        text-align: right !important
    }

    #pageContent .medium-only-text-center {
        text-align: center !important
    }

    #pageContent .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-text-left {
        text-align: left !important
    }

    #pageContent .medium-text-right {
        text-align: right !important
    }

    #pageContent .medium-text-center {
        text-align: center !important
    }

    #pageContent .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) and (max-width: 90em) {
    #pageContent .large-only-text-left {
        text-align: left !important
    }

    #pageContent .large-only-text-right {
        text-align: right !important
    }

    #pageContent .large-only-text-center {
        text-align: center !important
    }

    #pageContent .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-text-left {
        text-align: left !important
    }

    #pageContent .large-text-right {
        text-align: right !important
    }

    #pageContent .large-text-center {
        text-align: center !important
    }

    #pageContent .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    #pageContent .xlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    #pageContent .xlarge-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    #pageContent .xxlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    #pageContent .xxlarge-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-text-justify {
        text-align: justify !important
    }
}

#pageContent div, #pageContent dl, #pageContent dt, #pageContent dd, #pageContent ul, #pageContent ol, #pageContent li, #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6, #pageContent pre, #pageContent form, #pageContent p, #pageContent blockquote, #pageContent th, #pageContent td {
    margin: 0;
    padding: 0
}

#pageContent a {
    color: #008CBA;
    line-height: inherit;
    text-decoration: none
}

    #pageContent a:hover, #pageContent a:focus {
        color: #0078a0
    }

    #pageContent a img {
        border: none
    }

#pageContent p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

    #pageContent p.lead {
        font-size: 1.21875rem;
        line-height: 1.6
    }

    #pageContent p aside {
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1.35
    }

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
    color: #003F72;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

    #pageContent h1 small, #pageContent h2 small, #pageContent h3 small, #pageContent h4 small, #pageContent h5 small, #pageContent h6 small {
        color: #003F72;
        font-size: 60%;
        line-height: 0
    }

#pageContent h1 {
    font-size: 1.25rem
}

#pageContent h2 {
    font-size: 1.25rem
}

#pageContent h3 {
    font-size: 1.375rem
}

#pageContent h4 {
    font-size: 1.125rem
}

#pageContent h5 {
    font-size: 1.125rem
}

#pageContent h6 {
    font-size: 1rem
}

#pageContent .subheader {
    line-height: 1.4;
    color: #003F72;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

#pageContent hr {
    border: solid #f2f2f2;
    border-width: 0.125rem 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.24219rem
}

#pageContent em, #pageContent i {
    font-style: italic;
    line-height: inherit
}

#pageContent strong, #pageContent b {
    font-weight: bold;
    line-height: inherit
}

#pageContent small {
    font-size: 60%;
    line-height: inherit
}

#pageContent code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem
}

#pageContent ul, #pageContent ol, #pageContent dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem
}

#pageContent ul {
    margin-left: 1.1rem
}

    #pageContent ul.no-bullet {
        margin-left: 0
    }

        #pageContent ul.no-bullet li ul, #pageContent ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none
        }

    #pageContent ul li ul, #pageContent ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

    #pageContent ul.square li ul, #pageContent ul.circle li ul, #pageContent ul.disc li ul {
        list-style: inherit
    }

    #pageContent ul.square {
        list-style-type: square;
        margin-left: 1.1rem
    }

    #pageContent ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem
    }

    #pageContent ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem
    }

    #pageContent ul.no-bullet {
        list-style: none
    }

#pageContent ol {
    margin-left: 1.4rem
}

    #pageContent ol li ul, #pageContent ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

#pageContent dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

#pageContent dl dd {
    margin-bottom: 0.75rem
}

#pageContent abbr, #pageContent acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #003F72;
    cursor: help
}

#pageContent abbr {
    text-transform: none
}

    #pageContent abbr[title] {
        border-bottom: 1px dotted #ddd
    }

#pageContent blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

    #pageContent blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #0071cd
    }

        #pageContent blockquote cite:before {
            content: "\2014 \0020"
        }

        #pageContent blockquote cite a, #pageContent blockquote cite a:visited {
            color: #0071cd
        }

    #pageContent blockquote, #pageContent blockquote p {
        line-height: 1.6;
        color: #008cfd
    }

#pageContent .vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

    #pageContent .vcard li {
        margin: 0;
        display: block
    }

    #pageContent .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem
    }

#pageContent .vevent .summary {
    font-weight: bold
}

#pageContent .vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 40.0625em) {
    #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
        line-height: 1
    }

    #pageContent h1 {
        font-size: 1.25rem
    }

    #pageContent h2 {
        font-size: 1.25rem
    }

    #pageContent h3 {
        font-size: 1.6875rem
    }

    #pageContent h4 {
        font-size: 1.4375rem
    }

    #pageContent h5 {
        font-size: 1.125rem
    }

    #pageContent h6 {
        font-size: 1rem
    }
}

#pageContent [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.15625rem
}

    #pageContent [class*="block-grid-"]:before, #pageContent [class*="block-grid-"]:after {
        content: " ";
        display: table
    }

    #pageContent [class*="block-grid-"]:after {
        clear: both
    }

    #pageContent [class*="block-grid-"] > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.15625rem 0.3125rem
    }

@media only screen {
    #pageContent .small-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .small-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .small-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .small-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .small-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .large-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .large-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .large-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .large-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

#pageContent * {
    transition: 0.3s
}

#pageContent .site-logo {
    display: inline-block;
    margin-right: 0.625rem;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
    background-color: #0099AF;
    color: white;
    border-radius: 0 0 1.25rem 0;
    line-height: 121%
}

#pageContent hr {
    margin: 0.625rem 0.375rem 1rem
}

#pageContent .intro {
    padding: 0 0 0 1.25rem
}

#pageContent .section-title {
    padding: 0 0 0 1rem
}

#pageContent .panel {
    border-radius: 0 0.625rem
}

#pageContent .items {
    margin: 0;
    padding: 0
}

    #pageContent .items li {
        margin: 0 0 0.5625rem 0;
        list-style: none
    }

        #pageContent .items li:last-child {
            margin-top: -0.0625rem;
            margin-bottom: 0
        }

        #pageContent .items li a {
            display: block;
            position: relative;
            padding: 0.25rem 1.25rem 0.1875rem 0.5rem;
            color: white;
            font-size: 0.625rem;
            line-height: 131%;
            border-radius: 0 0.625rem
        }

            #pageContent .items li a:after {
                position: absolute;
                content: "";
                top: 0.375rem;
                right: 0.4375rem;
                width: 0;
                height: 0;
                border-top: 0.5rem solid #fff;
                border-left: 0.5rem solid transparent
            }

            #pageContent .items li a:hover {
                color: #003F72
            }

                #pageContent .items li a:hover:after {
                    border-top-color: #003F72
                }

@media only screen and (min-width: 44.4375em) {
    #pageContent section > .row .columns:nth-child(odd) .items li {
        margin: 0 0 0.4375rem 0;
        text-align: right
    }
}

#pageContent .professional-standards .panel:hover {
    background-color: #b3b3b3
}

#pageContent .square {
    display: block;
    height: 105px;
    padding: 0.1875rem;
    text-align: center;
    border-radius: 0 0.625rem;
    position: relative
}

    #pageContent .square .normal-content, #pageContent .square .hover-content {
        display: block
    }

    #pageContent .square .normal-content {
        line-height: 131%;
        font-size: 0.75rem;
        color: white
    }

@media only screen and (min-width: 40.0625em) {
    #pageContent .square .normal-content {
        font-size: 0.875rem
    }
}

#pageContent .square .hover {
    display: none
}

#pageContent .square .hover-content {
    font-size: 0.71875rem;
    line-height: 121%;
    color: #003F72
}

#pageContent .square:hover .normal {
    display: none
}

#pageContent .square:hover .hover {
    display: inline
}

#pageContent .table {
    display: table;
    height: 100%
}

#pageContent .table-cell {
    display: table-cell;
    vertical-align: middle
}

#pageContent .insights-and-context .square {
    background: linear-gradient(45deg, #0099AF 0%, #0099AF 50%, #95D1D5 50%, #95D1D5 100%)
}

    #pageContent .insights-and-context .square:hover {
        background: linear-gradient(45deg, #AEDFE5 0%, #AEDFE5 50%, #D2EBED 50%, #D2EBED 100%)
    }

#pageContent .insights-and-context .items li a {
    background: #0099AF
}

    #pageContent .insights-and-context .items li a:hover {
        background: #AEDFE5
    }

#pageContent .strategy-and-performance .square {
    background: linear-gradient(45deg, #fc682e 0%, #fc682e 50%, #fd902d 50%, #fd902d 100%)
}

    #pageContent .strategy-and-performance .square:hover {
        background: linear-gradient(45deg, #FDDE86 0%, #FDDE86 50%, #FFEB8F 50%, #FFEB8F 100%)
    }

#pageContent .strategy-and-performance .items li a {
    background: #fc682e
}

    #pageContent .strategy-and-performance .items li a:hover {
        background: #FDDE86
    }

#pageContent .risk-management-process .square {
    background: linear-gradient(45deg, #AB0F40 0%, #AB0F40 50%, #E51457 50%, #E51457 100%)
}

    #pageContent .risk-management-process .square:hover {
        background: linear-gradient(45deg, #E1B5B7 0%, #E1B5B7 50%, #FBDBDC 50%, #FBDBDC 100%)
    }

#pageContent .risk-management-process .items li a {
    background: #AB0F40
}

    #pageContent .risk-management-process .items li a:hover {
        background: #E1B5B7
    }

#pageContent .organisational-capability .square {
    background: linear-gradient(45deg, #503E7F 0%, #503E7F 50%, #6E5E95 50%, #6E5E95 100%)
}

    #pageContent .organisational-capability .square:hover {
        background: linear-gradient(45deg, #BEB4D1 0%, #BEB4D1 50%, #D3CDE1 50%, #D3CDE1 100%)
    }

#pageContent .organisational-capability .items li a {
    background: #503E7F
}

    #pageContent .organisational-capability .items li a:hover {
        background: #BEB4D1
    }

#pageContent .behavioural-competencies .panel li {
    padding-bottom: 0
}

#pageContent .competency {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .competency {
        margin: 0 0.125rem
    }
}

#pageContent .competency:hover {
    color: #003F72
}

#pageContent .competency.courage-and-confidence {
    background: linear-gradient(to top right, #8C3C67 0%, #8C3C67 50%, #995478 50%, #995478 100%)
}

    #pageContent .competency.courage-and-confidence:hover {
        background: linear-gradient(to top right, rgba(140,60,103,0.6) 0%, rgba(140,60,103,0.6) 50%, rgba(153,84,120,0.6) 50%, rgba(153,84,120,0.6) 100%)
    }

#pageContent .competency.influence-and-impact {
    background: linear-gradient(to top right, #B24F87 0%, #B24F87 50%, #B96294 50%, #B96294 100%)
}

    #pageContent .competency.influence-and-impact:hover {
        background: linear-gradient(to top right, rgba(178,79,135,0.6) 0%, rgba(178,79,135,0.6) 50%, rgba(185,98,148,0.6) 50%, rgba(185,98,148,0.6) 100%)
    }

#pageContent .competency.integrity-ethics-and-values {
    background: linear-gradient(to top right, #BF6BA3 0%, #BF6BA3 50%, #C77EAF 50%, #C77EAF 100%)
}

    #pageContent .competency.integrity-ethics-and-values:hover {
        background: linear-gradient(to top right, rgba(191,107,163,0.6) 0%, rgba(191,107,163,0.6) 50%, rgba(199,126,175,0.6) 50%, rgba(199,126,175,0.6) 100%)
    }

#pageContent .competency.innovation-and-catalyst {
    background: linear-gradient(to top right, #ED66A4 0%, #ED66A4 50%, #F084B5 50%, #F084B5 100%)
}

    #pageContent .competency.innovation-and-catalyst:hover {
        background: linear-gradient(to top right, rgba(237,102,164,0.6) 0%, rgba(237,102,164,0.6) 50%, rgba(240,132,181,0.6) 50%, rgba(240,132,181,0.6) 100%)
    }

#pageContent .competency.building-capability {
    background: linear-gradient(to top right, #D1427C 0%, #D1427C 50%, #D75B8D 50%, #D75B8D 100%)
}

    #pageContent .competency.building-capability:hover {
        background: linear-gradient(to top right, rgba(209,66,124,0.6) 0%, rgba(209,66,124,0.6) 50%, rgba(215,91,141,0.6) 50%, rgba(215,91,141,0.6) 100%)
    }

#pageContent .competency.collaboration-and-partnering {
    background: linear-gradient(to top right, #BA2454 0%, #BA2454 50%, #C85177 50%, #C85177 100%)
}

    #pageContent .competency.collaboration-and-partnering:hover {
        background: linear-gradient(to top right, rgba(186,36,84,0.6) 0%, rgba(186,36,84,0.6) 50%, rgba(200,81,119,0.6) 50%, rgba(200,81,119,0.6) 100%)
    }

#pageContent .career-levels .panel [class*="block-grid"] li {
    padding-bottom: 0
}

#pageContent .level {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .level {
        margin: 0 0.125rem;
        padding: 1.25rem 0.25rem
    }
}

#pageContent .level:hover {
    color: #003F72
}

#pageContent .level.leadership-level {
    background: linear-gradient(to top right, #004272 0%, #004272 50%, #005185 50%, #005185 100%)
}

    #pageContent .level.leadership-level:hover {
        background: linear-gradient(to top right, rgba(0,66,114,0.6) 0%, rgba(0,66,114,0.6) 50%, rgba(0,81,133,0.6) 50%, rgba(0,81,133,0.6) 100%)
    }

#pageContent .level.senior-level {
    background: linear-gradient(to top right, #468D98 0%, #468D98 50%, #6FA6AF 50%, #6FA6AF 100%)
}

    #pageContent .level.senior-level:hover {
        background: linear-gradient(to top right, rgba(70,141,152,0.6) 0%, rgba(70,141,152,0.6) 50%, rgba(111,166,175,0.6) 50%, rgba(111,166,175,0.6) 100%)
    }

#pageContent .level.management-level {
    background: linear-gradient(to top right, #0099AF 0%, #0099AF 50%, #28A9BC 50%, #28A9BC 100%)
}

    #pageContent .level.management-level:hover {
        background: linear-gradient(to top right, rgba(0,153,175,0.6) 0%, rgba(0,153,175,0.6) 50%, rgba(40,169,188,0.6) 50%, rgba(40,169,188,0.6) 100%)
    }

#pageContent .level.support-level {
    background: linear-gradient(to top right, #00b4ce 0%, #00b4ce 50%, #30bed3 50%, #30bed3 100%)
}

    #pageContent .level.support-level:hover {
        background: linear-gradient(to top right, rgba(0,180,206,0.6) 0%, rgba(0,180,206,0.6) 50%, rgba(48,190,211,0.6) 50%, rgba(48,190,211,0.6) 100%)
    }

}

#pageContent {
    box-sizing: border-box
}

    #pageContent *, #pageContent *:before, #pageContent *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit
    }

    #pageContent html, #pageContent {
        font-size: 100%
    }

#pageContent {
    background: #fff;
    color: #003F72;
    cursor: auto;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative
}

    #pageContent a:hover {
        cursor: pointer
    }

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

    #pageContent img {
        -ms-interpolation-mode: bicubic
    }

    #pageContent #map_canvas img, #pageContent #map_canvas embed, #pageContent #map_canvas object, #pageContent .map_canvas img, #pageContent .map_canvas embed, #pageContent .map_canvas object, #pageContent .mqa-display img, #pageContent .mqa-display embed, #pageContent .mqa-display object {
        max-width: none !important
    }

    #pageContent .left {
        float: left !important
    }

    #pageContent .right {
        float: right !important
    }

    #pageContent .clearfix:before, #pageContent .clearfix:after {
        content: " ";
        display: table
    }

    #pageContent .clearfix:after {
        clear: both
    }

    #pageContent .hide {
        display: none
    }

    #pageContent .invisible {
        visibility: hidden
    }

    #pageContent .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    #pageContent img {
        display: inline-block;
        vertical-align: middle
    }

    #pageContent textarea {
        height: auto;
        min-height: 50px
    }

    #pageContent select {
        width: 100%
    }

    #pageContent .row {
        margin: 0 auto;
        max-width: 44.375rem;
        width: 100%
    }

        #pageContent .row:before, #pageContent .row:after {
            content: " ";
            display: table
        }

        #pageContent .row:after {
            clear: both
        }

        #pageContent .row.collapse > .column, #pageContent .row.collapse > .columns {
            padding-left: 0;
            padding-right: 0
        }

        #pageContent .row.collapse .row {
            margin-left: 0;
            margin-right: 0
        }

        #pageContent .row .row {
            margin: 0 -0.1875rem;
            max-width: none;
            width: auto
        }

            #pageContent .row .row:before, #pageContent .row .row:after {
                content: " ";
                display: table
            }

            #pageContent .row .row:after {
                clear: both
            }

            #pageContent .row .row.collapse {
                margin: 0;
                max-width: none;
                width: auto
            }

                #pageContent .row .row.collapse:before, #pageContent .row .row.collapse:after {
                    content: " ";
                    display: table
                }

                #pageContent .row .row.collapse:after {
                    clear: both
                }

    #pageContent .column, #pageContent .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        width: 100%;
        float: left
    }

        #pageContent .column + .column:last-child, #pageContent .columns + .column:last-child, #pageContent .column + .columns:last-child, #pageContent .columns + .columns:last-child {
            float: right
        }

        #pageContent .column + .column.end, #pageContent .columns + .column.end, #pageContent .column + .columns.end, #pageContent .columns + .columns.end {
            float: left
        }

@media only screen {
    #pageContent .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .small-1 {
        width: 8.33333%
    }

    #pageContent .small-2 {
        width: 16.66667%
    }

    #pageContent .small-3 {
        width: 25%
    }

    #pageContent .small-4 {
        width: 33.33333%
    }

    #pageContent .small-5 {
        width: 41.66667%
    }

    #pageContent .small-6 {
        width: 50%
    }

    #pageContent .small-7 {
        width: 58.33333%
    }

    #pageContent .small-8 {
        width: 66.66667%
    }

    #pageContent .small-9 {
        width: 75%
    }

    #pageContent .small-10 {
        width: 83.33333%
    }

    #pageContent .small-11 {
        width: 91.66667%
    }

    #pageContent .small-12 {
        width: 100%
    }

    #pageContent .small-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .small-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .small-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .small-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .small-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .small-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .small-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .small-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .small-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .small-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .small-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .small-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.small-centered, #pageContent .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.small-uncentered, #pageContent .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.small-centered:last-child, #pageContent .columns.small-centered:last-child {
        float: none
    }

    #pageContent .column.small-uncentered:last-child, #pageContent .columns.small-uncentered:last-child {
        float: left
    }

    #pageContent .column.small-uncentered.opposite, #pageContent .columns.small-uncentered.opposite {
        float: right
    }

    #pageContent .row.small-collapse > .column, #pageContent .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.small-uncollapse > .column, #pageContent .row.small-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .medium-1 {
        width: 8.33333%
    }

    #pageContent .medium-2 {
        width: 16.66667%
    }

    #pageContent .medium-3 {
        width: 25%
    }

    #pageContent .medium-4 {
        width: 33.33333%
    }

    #pageContent .medium-5 {
        width: 41.66667%
    }

    #pageContent .medium-6 {
        width: 50%
    }

    #pageContent .medium-7 {
        width: 58.33333%
    }

    #pageContent .medium-8 {
        width: 66.66667%
    }

    #pageContent .medium-9 {
        width: 75%
    }

    #pageContent .medium-10 {
        width: 83.33333%
    }

    #pageContent .medium-11 {
        width: 91.66667%
    }

    #pageContent .medium-12 {
        width: 100%
    }

    #pageContent .medium-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .medium-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .medium-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .medium-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .medium-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .medium-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .medium-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.medium-centered, #pageContent .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.medium-uncentered, #pageContent .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.medium-centered:last-child, #pageContent .columns.medium-centered:last-child {
        float: none
    }

    #pageContent .column.medium-uncentered:last-child, #pageContent .columns.medium-uncentered:last-child {
        float: left
    }

    #pageContent .column.medium-uncentered.opposite, #pageContent .columns.medium-uncentered.opposite {
        float: right
    }

    #pageContent .row.medium-collapse > .column, #pageContent .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.medium-uncollapse > .column, #pageContent .row.medium-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .large-1 {
        width: 8.33333%
    }

    #pageContent .large-2 {
        width: 16.66667%
    }

    #pageContent .large-3 {
        width: 25%
    }

    #pageContent .large-4 {
        width: 33.33333%
    }

    #pageContent .large-5 {
        width: 41.66667%
    }

    #pageContent .large-6 {
        width: 50%
    }

    #pageContent .large-7 {
        width: 58.33333%
    }

    #pageContent .large-8 {
        width: 66.66667%
    }

    #pageContent .large-9 {
        width: 75%
    }

    #pageContent .large-10 {
        width: 83.33333%
    }

    #pageContent .large-11 {
        width: 91.66667%
    }

    #pageContent .large-12 {
        width: 100%
    }

    #pageContent .large-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .large-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .large-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .large-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .large-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .large-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .large-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .large-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .large-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .large-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .large-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .large-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.large-centered, #pageContent .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.large-uncentered, #pageContent .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.large-centered:last-child, #pageContent .columns.large-centered:last-child {
        float: none
    }

    #pageContent .column.large-uncentered:last-child, #pageContent .columns.large-uncentered:last-child {
        float: left
    }

    #pageContent .column.large-uncentered.opposite, #pageContent .columns.large-uncentered.opposite {
        float: right
    }

    #pageContent .row.large-collapse > .column, #pageContent .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.large-uncollapse > .column, #pageContent .row.large-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

#pageContent .panel {
    border-style: solid;
    border-width: 0;
    border-color: #f2f2f2;
    margin-bottom: 0.375rem;
    padding: 0.625rem;
    background: #f2f2f2;
    color: #333
}

    #pageContent .panel > :first-child {
        margin-top: 0
    }

    #pageContent .panel > :last-child {
        margin-bottom: 0
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6, #pageContent .panel p, #pageContent .panel li, #pageContent .panel dl {
        color: #333
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem
    }

        #pageContent .panel h1.subheader, #pageContent .panel h2.subheader, #pageContent .panel h3.subheader, #pageContent .panel h4.subheader, #pageContent .panel h5.subheader, #pageContent .panel h6.subheader {
            line-height: 1.4
        }

    #pageContent .panel.callout {
        border-style: solid;
        border-width: 0;
        border-color: #f2f2f2;
        margin-bottom: 0.375rem;
        padding: 0.625rem;
        background: #ecfaff;
        color: #333
    }

        #pageContent .panel.callout > :first-child {
            margin-top: 0
        }

        #pageContent .panel.callout > :last-child {
            margin-bottom: 0
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6, #pageContent .panel.callout p, #pageContent .panel.callout li, #pageContent .panel.callout dl {
            color: #333
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625rem
        }

            #pageContent .panel.callout h1.subheader, #pageContent .panel.callout h2.subheader, #pageContent .panel.callout h3.subheader, #pageContent .panel.callout h4.subheader, #pageContent .panel.callout h5.subheader, #pageContent .panel.callout h6.subheader {
                line-height: 1.4
            }

        #pageContent .panel.callout a:not(.button) {
            color: #008CBA
        }

            #pageContent .panel.callout a:not(.button):hover, #pageContent .panel.callout a:not(.button):focus {
                color: #0078a0
            }

    #pageContent .panel.radius {
        border-radius: 3px
    }

#pageContent .text-left {
    text-align: left !important
}

#pageContent .text-right {
    text-align: right !important
}

#pageContent .text-center {
    text-align: center !important
}

#pageContent .text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    #pageContent .small-only-text-left {
        text-align: left !important
    }

    #pageContent .small-only-text-right {
        text-align: right !important
    }

    #pageContent .small-only-text-center {
        text-align: center !important
    }

    #pageContent .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    #pageContent .small-text-left {
        text-align: left !important
    }

    #pageContent .small-text-right {
        text-align: right !important
    }

    #pageContent .small-text-center {
        text-align: center !important
    }

    #pageContent .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 44.375em) {
    #pageContent .medium-only-text-left {
        text-align: left !important
    }

    #pageContent .medium-only-text-right {
        text-align: right !important
    }

    #pageContent .medium-only-text-center {
        text-align: center !important
    }

    #pageContent .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-text-left {
        text-align: left !important
    }

    #pageContent .medium-text-right {
        text-align: right !important
    }

    #pageContent .medium-text-center {
        text-align: center !important
    }

    #pageContent .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) and (max-width: 90em) {
    #pageContent .large-only-text-left {
        text-align: left !important
    }

    #pageContent .large-only-text-right {
        text-align: right !important
    }

    #pageContent .large-only-text-center {
        text-align: center !important
    }

    #pageContent .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-text-left {
        text-align: left !important
    }

    #pageContent .large-text-right {
        text-align: right !important
    }

    #pageContent .large-text-center {
        text-align: center !important
    }

    #pageContent .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    #pageContent .xlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    #pageContent .xlarge-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    #pageContent .xxlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    #pageContent .xxlarge-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-text-justify {
        text-align: justify !important
    }
}

#pageContent div, #pageContent dl, #pageContent dt, #pageContent dd, #pageContent ul, #pageContent ol, #pageContent li, #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6, #pageContent pre, #pageContent form, #pageContent p, #pageContent blockquote, #pageContent th, #pageContent td {
    margin: 0;
    padding: 0
}

#pageContent a {
    color: #008CBA;
    line-height: inherit;
    text-decoration: none
}

    #pageContent a:hover, #pageContent a:focus {
        color: #0078a0
    }

    #pageContent a img {
        border: none
    }

#pageContent p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

    #pageContent p.lead {
        font-size: 1.21875rem;
        line-height: 1.6
    }

    #pageContent p aside {
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1.35
    }

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
    color: #003F72;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

    #pageContent h1 small, #pageContent h2 small, #pageContent h3 small, #pageContent h4 small, #pageContent h5 small, #pageContent h6 small {
        color: #003F72;
        font-size: 60%;
        line-height: 0
    }

#pageContent h1 {
    font-size: 1.25rem
}

#pageContent h2 {
    font-size: 1.25rem
}

#pageContent h3 {
    font-size: 1.375rem
}

#pageContent h4 {
    font-size: 1.125rem
}

#pageContent h5 {
    font-size: 1.125rem
}

#pageContent h6 {
    font-size: 1rem
}

#pageContent .subheader {
    line-height: 1.4;
    color: #003F72;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

#pageContent hr {
    border: solid #f2f2f2;
    border-width: 0.125rem 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.24219rem
}

#pageContent em, #pageContent i {
    font-style: italic;
    line-height: inherit
}

#pageContent strong, #pageContent b {
    font-weight: bold;
    line-height: inherit
}

#pageContent small {
    font-size: 60%;
    line-height: inherit
}

#pageContent code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem
}

#pageContent ul, #pageContent ol, #pageContent dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem
}

#pageContent ul {
    margin-left: 1.1rem
}

    #pageContent ul.no-bullet {
        margin-left: 0
    }

        #pageContent ul.no-bullet li ul, #pageContent ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none
        }

    #pageContent ul li ul, #pageContent ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

    #pageContent ul.square li ul, #pageContent ul.circle li ul, #pageContent ul.disc li ul {
        list-style: inherit
    }

    #pageContent ul.square {
        list-style-type: square;
        margin-left: 1.1rem
    }

    #pageContent ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem
    }

    #pageContent ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem
    }

    #pageContent ul.no-bullet {
        list-style: none
    }

#pageContent ol {
    margin-left: 1.4rem
}

    #pageContent ol li ul, #pageContent ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

#pageContent dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

#pageContent dl dd {
    margin-bottom: 0.75rem
}

#pageContent abbr, #pageContent acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #003F72;
    cursor: help
}

#pageContent abbr {
    text-transform: none
}

    #pageContent abbr[title] {
        border-bottom: 1px dotted #ddd
    }

#pageContent blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

    #pageContent blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #0071cd
    }

        #pageContent blockquote cite:before {
            content: "\2014 \0020"
        }

        #pageContent blockquote cite a, #pageContent blockquote cite a:visited {
            color: #0071cd
        }

    #pageContent blockquote, #pageContent blockquote p {
        line-height: 1.6;
        color: #008cfd
    }

#pageContent .vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

    #pageContent .vcard li {
        margin: 0;
        display: block
    }

    #pageContent .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem
    }

#pageContent .vevent .summary {
    font-weight: bold
}

#pageContent .vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 40.0625em) {
    #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
        line-height: 1
    }

    #pageContent h1 {
        font-size: 1.25rem
    }

    #pageContent h2 {
        font-size: 1.25rem
    }

    #pageContent h3 {
        font-size: 1.6875rem
    }

    #pageContent h4 {
        font-size: 1.4375rem
    }

    #pageContent h5 {
        font-size: 1.125rem
    }

    #pageContent h6 {
        font-size: 1rem
    }
}

#pageContent [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.15625rem
}

    #pageContent [class*="block-grid-"]:before, #pageContent [class*="block-grid-"]:after {
        content: " ";
        display: table
    }

    #pageContent [class*="block-grid-"]:after {
        clear: both
    }

    #pageContent [class*="block-grid-"] > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.15625rem 0.3125rem
    }

@media only screen {
    #pageContent .small-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .small-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .small-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .small-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .small-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .large-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .large-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .large-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .large-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

#pageContent * {
    transition: 0.3s
}

#pageContent .site-logo {
    display: inline-block;
    margin-right: 0.625rem;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
    background-color: #0099AF;
    color: white;
    border-radius: 0 0 1.25rem 0;
    line-height: 121%
}

#pageContent hr {
    margin: 0.625rem 0.375rem 1rem
}

#pageContent .intro {
    padding: 0 0 0 1.25rem
}

#pageContent .section-title {
    padding: 0 0 0 1rem
}

#pageContent .panel {
    border-radius: 0 0.625rem
}

#pageContent .items {
    margin: 0;
    padding: 0
}

    #pageContent .items li {
        margin: 0 0 0.5625rem 0;
        list-style: none
    }

        #pageContent .items li:last-child {
            margin-top: -0.0625rem;
            margin-bottom: 0
        }

        #pageContent .items li a {
            display: block;
            position: relative;
            padding: 0.25rem 1.25rem 0.1875rem 0.5rem;
            color: white;
            font-size: 0.625rem;
            line-height: 131%;
            border-radius: 0 0.625rem
        }

            #pageContent .items li a:after {
                position: absolute;
                content: "";
                top: 0.375rem;
                right: 0.4375rem;
                width: 0;
                height: 0;
                border-top: 0.5rem solid #fff;
                border-left: 0.5rem solid transparent
            }

            #pageContent .items li a:hover {
                color: #003F72
            }

                #pageContent .items li a:hover:after {
                    border-top-color: #003F72
                }

@media only screen and (min-width: 44.4375em) {
    #pageContent section > .row .columns:nth-child(odd) .items li {
        margin: 0 0 0.4375rem 0;
        text-align: right
    }
}

#pageContent .professional-standards .panel:hover {
    background-color: #b3b3b3
}

#pageContent .square {
    display: block;
    height: 105px;
    padding: 0.1875rem;
    text-align: center;
    border-radius: 0 0.625rem;
    position: relative
}

    #pageContent .square .normal-content, #pageContent .square .hover-content {
        display: block
    }

    #pageContent .square .normal-content {
        line-height: 131%;
        font-size: 0.75rem;
        color: white
    }

@media only screen and (min-width: 40.0625em) {
    #pageContent .square .normal-content {
        font-size: 0.875rem
    }
}

#pageContent .square .hover {
    display: none
}

#pageContent .square .hover-content {
    font-size: 0.71875rem;
    line-height: 121%;
    color: #003F72
}

#pageContent .square:hover .normal {
    display: none
}

#pageContent .square:hover .hover {
    display: inline
}

#pageContent .table {
    display: table;
    height: 100%
}

#pageContent .table-cell {
    display: table-cell;
    vertical-align: middle
}

#pageContent .insights-and-context .square {
    background: linear-gradient(45deg, #0099AF 0%, #0099AF 50%, #95D1D5 50%, #95D1D5 100%)
}

    #pageContent .insights-and-context .square:hover {
        background: linear-gradient(45deg, #AEDFE5 0%, #AEDFE5 50%, #D2EBED 50%, #D2EBED 100%)
    }

#pageContent .insights-and-context .items li a {
    background: #0099AF
}

    #pageContent .insights-and-context .items li a:hover {
        background: #AEDFE5
    }

#pageContent .strategy-and-performance .square {
    background: linear-gradient(45deg, #fc682e 0%, #fc682e 50%, #fd902d 50%, #fd902d 100%)
}

    #pageContent .strategy-and-performance .square:hover {
        background: linear-gradient(45deg, #FDDE86 0%, #FDDE86 50%, #FFEB8F 50%, #FFEB8F 100%)
    }

#pageContent .strategy-and-performance .items li a {
    background: #fc682e
}

    #pageContent .strategy-and-performance .items li a:hover {
        background: #FDDE86
    }

#pageContent .risk-management-process .square {
    background: linear-gradient(45deg, #AB0F40 0%, #AB0F40 50%, #E51457 50%, #E51457 100%)
}

    #pageContent .risk-management-process .square:hover {
        background: linear-gradient(45deg, #E1B5B7 0%, #E1B5B7 50%, #FBDBDC 50%, #FBDBDC 100%)
    }

#pageContent .risk-management-process .items li a {
    background: #AB0F40
}

    #pageContent .risk-management-process .items li a:hover {
        background: #E1B5B7
    }

#pageContent .organisational-capability .square {
    background: linear-gradient(45deg, #503E7F 0%, #503E7F 50%, #6E5E95 50%, #6E5E95 100%)
}

    #pageContent .organisational-capability .square:hover {
        background: linear-gradient(45deg, #BEB4D1 0%, #BEB4D1 50%, #D3CDE1 50%, #D3CDE1 100%)
    }

#pageContent .organisational-capability .items li a {
    background: #503E7F
}

    #pageContent .organisational-capability .items li a:hover {
        background: #BEB4D1
    }

#pageContent .behavioural-competencies .panel li {
    padding-bottom: 0
}

#pageContent .competency {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .competency {
        margin: 0 0.125rem
    }
}

#pageContent .competency:hover {
    color: #003F72
}

#pageContent .competency.courage-and-confidence {
    background: linear-gradient(to top right, #8C3C67 0%, #8C3C67 50%, #995478 50%, #995478 100%)
}

    #pageContent .competency.courage-and-confidence:hover {
        background: linear-gradient(to top right, rgba(140,60,103,0.6) 0%, rgba(140,60,103,0.6) 50%, rgba(153,84,120,0.6) 50%, rgba(153,84,120,0.6) 100%)
    }

#pageContent .competency.influence-and-impact {
    background: linear-gradient(to top right, #B24F87 0%, #B24F87 50%, #B96294 50%, #B96294 100%)
}

    #pageContent .competency.influence-and-impact:hover {
        background: linear-gradient(to top right, rgba(178,79,135,0.6) 0%, rgba(178,79,135,0.6) 50%, rgba(185,98,148,0.6) 50%, rgba(185,98,148,0.6) 100%)
    }

#pageContent .competency.integrity-ethics-and-values {
    background: linear-gradient(to top right, #BF6BA3 0%, #BF6BA3 50%, #C77EAF 50%, #C77EAF 100%)
}

    #pageContent .competency.integrity-ethics-and-values:hover {
        background: linear-gradient(to top right, rgba(191,107,163,0.6) 0%, rgba(191,107,163,0.6) 50%, rgba(199,126,175,0.6) 50%, rgba(199,126,175,0.6) 100%)
    }

#pageContent .competency.innovation-and-catalyst {
    background: linear-gradient(to top right, #ED66A4 0%, #ED66A4 50%, #F084B5 50%, #F084B5 100%)
}

    #pageContent .competency.innovation-and-catalyst:hover {
        background: linear-gradient(to top right, rgba(237,102,164,0.6) 0%, rgba(237,102,164,0.6) 50%, rgba(240,132,181,0.6) 50%, rgba(240,132,181,0.6) 100%)
    }

#pageContent .competency.building-capability {
    background: linear-gradient(to top right, #D1427C 0%, #D1427C 50%, #D75B8D 50%, #D75B8D 100%)
}

    #pageContent .competency.building-capability:hover {
        background: linear-gradient(to top right, rgba(209,66,124,0.6) 0%, rgba(209,66,124,0.6) 50%, rgba(215,91,141,0.6) 50%, rgba(215,91,141,0.6) 100%)
    }

#pageContent .competency.collaboration-and-partnering {
    background: linear-gradient(to top right, #BA2454 0%, #BA2454 50%, #C85177 50%, #C85177 100%)
}

    #pageContent .competency.collaboration-and-partnering:hover {
        background: linear-gradient(to top right, rgba(186,36,84,0.6) 0%, rgba(186,36,84,0.6) 50%, rgba(200,81,119,0.6) 50%, rgba(200,81,119,0.6) 100%)
    }

#pageContent .career-levels .panel [class*="block-grid"] li {
    padding-bottom: 0
}

#pageContent .level {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .level {
        margin: 0 0.125rem;
        padding: 1.25rem 0.25rem
    }
}

#pageContent .level:hover {
    color: #003F72
}

#pageContent .level.leadership-level {
    background: linear-gradient(to top right, #004272 0%, #004272 50%, #005185 50%, #005185 100%)
}

    #pageContent .level.leadership-level:hover {
        background: linear-gradient(to top right, rgba(0,66,114,0.6) 0%, rgba(0,66,114,0.6) 50%, rgba(0,81,133,0.6) 50%, rgba(0,81,133,0.6) 100%)
    }

#pageContent .level.senior-level {
    background: linear-gradient(to top right, #468D98 0%, #468D98 50%, #6FA6AF 50%, #6FA6AF 100%)
}

    #pageContent .level.senior-level:hover {
        background: linear-gradient(to top right, rgba(70,141,152,0.6) 0%, rgba(70,141,152,0.6) 50%, rgba(111,166,175,0.6) 50%, rgba(111,166,175,0.6) 100%)
    }

#pageContent .level.management-level {
    background: linear-gradient(to top right, #0099AF 0%, #0099AF 50%, #28A9BC 50%, #28A9BC 100%)
}

    #pageContent .level.management-level:hover {
        background: linear-gradient(to top right, rgba(0,153,175,0.6) 0%, rgba(0,153,175,0.6) 50%, rgba(40,169,188,0.6) 50%, rgba(40,169,188,0.6) 100%)
    }

#pageContent .level.support-level {
    background: linear-gradient(to top right, #00b4ce 0%, #00b4ce 50%, #30bed3 50%, #30bed3 100%)
}

    #pageContent .level.support-level:hover {
        background: linear-gradient(to top right, rgba(0,180,206,0.6) 0%, rgba(0,180,206,0.6) 50%, rgba(48,190,211,0.6) 50%, rgba(48,190,211,0.6) 100%)
    }

}

#pageContent {
    box-sizing: border-box
}

    #pageContent *, #pageContent *:before, #pageContent *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit
    }

    #pageContent html, #pageContent {
        font-size: 100%
    }

#pageContent {
    background: #fff;
    color: #003F72;
    cursor: auto;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative
}

    #pageContent a:hover {
        cursor: pointer
    }

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

    #pageContent img {
        -ms-interpolation-mode: bicubic
    }

    #pageContent #map_canvas img, #pageContent #map_canvas embed, #pageContent #map_canvas object, #pageContent .map_canvas img, #pageContent .map_canvas embed, #pageContent .map_canvas object, #pageContent .mqa-display img, #pageContent .mqa-display embed, #pageContent .mqa-display object {
        max-width: none !important
    }

    #pageContent .left {
        float: left !important
    }

    #pageContent .right {
        float: right !important
    }

    #pageContent .clearfix:before, #pageContent .clearfix:after {
        content: " ";
        display: table
    }

    #pageContent .clearfix:after {
        clear: both
    }

    #pageContent .hide {
        display: none
    }

    #pageContent .invisible {
        visibility: hidden
    }

    #pageContent .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    #pageContent img {
        display: inline-block;
        vertical-align: middle
    }

    #pageContent textarea {
        height: auto;
        min-height: 50px
    }

    #pageContent select {
        width: 100%
    }

    #pageContent .row {
        margin: 0 auto;
        max-width: 44.375rem;
        width: 100%
    }

        #pageContent .row:before, #pageContent .row:after {
            content: " ";
            display: table
        }

        #pageContent .row:after {
            clear: both
        }

        #pageContent .row.collapse > .column, #pageContent .row.collapse > .columns {
            padding-left: 0;
            padding-right: 0
        }

        #pageContent .row.collapse .row {
            margin-left: 0;
            margin-right: 0
        }

        #pageContent .row .row {
            margin: 0 -0.1875rem;
            max-width: none;
            width: auto
        }

            #pageContent .row .row:before, #pageContent .row .row:after {
                content: " ";
                display: table
            }

            #pageContent .row .row:after {
                clear: both
            }

            #pageContent .row .row.collapse {
                margin: 0;
                max-width: none;
                width: auto
            }

                #pageContent .row .row.collapse:before, #pageContent .row .row.collapse:after {
                    content: " ";
                    display: table
                }

                #pageContent .row .row.collapse:after {
                    clear: both
                }

    #pageContent .column, #pageContent .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        width: 100%;
        float: left
    }

        #pageContent .column + .column:last-child, #pageContent .columns + .column:last-child, #pageContent .column + .columns:last-child, #pageContent .columns + .columns:last-child {
            float: right
        }

        #pageContent .column + .column.end, #pageContent .columns + .column.end, #pageContent .column + .columns.end, #pageContent .columns + .columns.end {
            float: left
        }

@media only screen {
    #pageContent .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .small-1 {
        width: 8.33333%
    }

    #pageContent .small-2 {
        width: 16.66667%
    }

    #pageContent .small-3 {
        width: 25%
    }

    #pageContent .small-4 {
        width: 33.33333%
    }

    #pageContent .small-5 {
        width: 41.66667%
    }

    #pageContent .small-6 {
        width: 50%
    }

    #pageContent .small-7 {
        width: 58.33333%
    }

    #pageContent .small-8 {
        width: 66.66667%
    }

    #pageContent .small-9 {
        width: 75%
    }

    #pageContent .small-10 {
        width: 83.33333%
    }

    #pageContent .small-11 {
        width: 91.66667%
    }

    #pageContent .small-12 {
        width: 100%
    }

    #pageContent .small-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .small-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .small-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .small-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .small-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .small-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .small-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .small-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .small-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .small-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .small-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .small-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.small-centered, #pageContent .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.small-uncentered, #pageContent .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.small-centered:last-child, #pageContent .columns.small-centered:last-child {
        float: none
    }

    #pageContent .column.small-uncentered:last-child, #pageContent .columns.small-uncentered:last-child {
        float: left
    }

    #pageContent .column.small-uncentered.opposite, #pageContent .columns.small-uncentered.opposite {
        float: right
    }

    #pageContent .row.small-collapse > .column, #pageContent .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.small-uncollapse > .column, #pageContent .row.small-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .medium-1 {
        width: 8.33333%
    }

    #pageContent .medium-2 {
        width: 16.66667%
    }

    #pageContent .medium-3 {
        width: 25%
    }

    #pageContent .medium-4 {
        width: 33.33333%
    }

    #pageContent .medium-5 {
        width: 41.66667%
    }

    #pageContent .medium-6 {
        width: 50%
    }

    #pageContent .medium-7 {
        width: 58.33333%
    }

    #pageContent .medium-8 {
        width: 66.66667%
    }

    #pageContent .medium-9 {
        width: 75%
    }

    #pageContent .medium-10 {
        width: 83.33333%
    }

    #pageContent .medium-11 {
        width: 91.66667%
    }

    #pageContent .medium-12 {
        width: 100%
    }

    #pageContent .medium-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .medium-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .medium-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .medium-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .medium-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .medium-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .medium-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.medium-centered, #pageContent .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.medium-uncentered, #pageContent .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.medium-centered:last-child, #pageContent .columns.medium-centered:last-child {
        float: none
    }

    #pageContent .column.medium-uncentered:last-child, #pageContent .columns.medium-uncentered:last-child {
        float: left
    }

    #pageContent .column.medium-uncentered.opposite, #pageContent .columns.medium-uncentered.opposite {
        float: right
    }

    #pageContent .row.medium-collapse > .column, #pageContent .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.medium-uncollapse > .column, #pageContent .row.medium-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .large-1 {
        width: 8.33333%
    }

    #pageContent .large-2 {
        width: 16.66667%
    }

    #pageContent .large-3 {
        width: 25%
    }

    #pageContent .large-4 {
        width: 33.33333%
    }

    #pageContent .large-5 {
        width: 41.66667%
    }

    #pageContent .large-6 {
        width: 50%
    }

    #pageContent .large-7 {
        width: 58.33333%
    }

    #pageContent .large-8 {
        width: 66.66667%
    }

    #pageContent .large-9 {
        width: 75%
    }

    #pageContent .large-10 {
        width: 83.33333%
    }

    #pageContent .large-11 {
        width: 91.66667%
    }

    #pageContent .large-12 {
        width: 100%
    }

    #pageContent .large-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .large-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .large-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .large-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .large-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .large-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .large-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .large-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .large-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .large-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .large-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .large-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.large-centered, #pageContent .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.large-uncentered, #pageContent .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.large-centered:last-child, #pageContent .columns.large-centered:last-child {
        float: none
    }

    #pageContent .column.large-uncentered:last-child, #pageContent .columns.large-uncentered:last-child {
        float: left
    }

    #pageContent .column.large-uncentered.opposite, #pageContent .columns.large-uncentered.opposite {
        float: right
    }

    #pageContent .row.large-collapse > .column, #pageContent .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.large-uncollapse > .column, #pageContent .row.large-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

#pageContent .panel {
    border-style: solid;
    border-width: 0;
    border-color: #f2f2f2;
    margin-bottom: 0.375rem;
    padding: 0.625rem;
    background: #f2f2f2;
    color: #333
}

    #pageContent .panel > :first-child {
        margin-top: 0
    }

    #pageContent .panel > :last-child {
        margin-bottom: 0
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6, #pageContent .panel p, #pageContent .panel li, #pageContent .panel dl {
        color: #333
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem
    }

        #pageContent .panel h1.subheader, #pageContent .panel h2.subheader, #pageContent .panel h3.subheader, #pageContent .panel h4.subheader, #pageContent .panel h5.subheader, #pageContent .panel h6.subheader {
            line-height: 1.4
        }

    #pageContent .panel.callout {
        border-style: solid;
        border-width: 0;
        border-color: #f2f2f2;
        margin-bottom: 0.375rem;
        padding: 0.625rem;
        background: #ecfaff;
        color: #333
    }

        #pageContent .panel.callout > :first-child {
            margin-top: 0
        }

        #pageContent .panel.callout > :last-child {
            margin-bottom: 0
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6, #pageContent .panel.callout p, #pageContent .panel.callout li, #pageContent .panel.callout dl {
            color: #333
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625rem
        }

            #pageContent .panel.callout h1.subheader, #pageContent .panel.callout h2.subheader, #pageContent .panel.callout h3.subheader, #pageContent .panel.callout h4.subheader, #pageContent .panel.callout h5.subheader, #pageContent .panel.callout h6.subheader {
                line-height: 1.4
            }

        #pageContent .panel.callout a:not(.button) {
            color: #008CBA
        }

            #pageContent .panel.callout a:not(.button):hover, #pageContent .panel.callout a:not(.button):focus {
                color: #0078a0
            }

    #pageContent .panel.radius {
        border-radius: 3px
    }

#pageContent .text-left {
    text-align: left !important
}

#pageContent .text-right {
    text-align: right !important
}

#pageContent .text-center {
    text-align: center !important
}

#pageContent .text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    #pageContent .small-only-text-left {
        text-align: left !important
    }

    #pageContent .small-only-text-right {
        text-align: right !important
    }

    #pageContent .small-only-text-center {
        text-align: center !important
    }

    #pageContent .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    #pageContent .small-text-left {
        text-align: left !important
    }

    #pageContent .small-text-right {
        text-align: right !important
    }

    #pageContent .small-text-center {
        text-align: center !important
    }

    #pageContent .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 44.375em) {
    #pageContent .medium-only-text-left {
        text-align: left !important
    }

    #pageContent .medium-only-text-right {
        text-align: right !important
    }

    #pageContent .medium-only-text-center {
        text-align: center !important
    }

    #pageContent .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-text-left {
        text-align: left !important
    }

    #pageContent .medium-text-right {
        text-align: right !important
    }

    #pageContent .medium-text-center {
        text-align: center !important
    }

    #pageContent .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) and (max-width: 90em) {
    #pageContent .large-only-text-left {
        text-align: left !important
    }

    #pageContent .large-only-text-right {
        text-align: right !important
    }

    #pageContent .large-only-text-center {
        text-align: center !important
    }

    #pageContent .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-text-left {
        text-align: left !important
    }

    #pageContent .large-text-right {
        text-align: right !important
    }

    #pageContent .large-text-center {
        text-align: center !important
    }

    #pageContent .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    #pageContent .xlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    #pageContent .xlarge-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    #pageContent .xxlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    #pageContent .xxlarge-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-text-justify {
        text-align: justify !important
    }
}

#pageContent div, #pageContent dl, #pageContent dt, #pageContent dd, #pageContent ul, #pageContent ol, #pageContent li, #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6, #pageContent pre, #pageContent form, #pageContent p, #pageContent blockquote, #pageContent th, #pageContent td {
    margin: 0;
    padding: 0
}

#pageContent a {
    color: #008CBA;
    line-height: inherit;
    text-decoration: none
}

    #pageContent a:hover, #pageContent a:focus {
        color: #0078a0
    }

    #pageContent a img {
        border: none
    }

#pageContent p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

    #pageContent p.lead {
        font-size: 1.21875rem;
        line-height: 1.6
    }

    #pageContent p aside {
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1.35
    }

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
    color: #003F72;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

    #pageContent h1 small, #pageContent h2 small, #pageContent h3 small, #pageContent h4 small, #pageContent h5 small, #pageContent h6 small {
        color: #003F72;
        font-size: 60%;
        line-height: 0
    }

#pageContent h1 {
    font-size: 1.25rem
}

#pageContent h2 {
    font-size: 1.25rem
}

#pageContent h3 {
    font-size: 1.375rem
}

#pageContent h4 {
    font-size: 1.125rem
}

#pageContent h5 {
    font-size: 1.125rem
}

#pageContent h6 {
    font-size: 1rem
}

#pageContent .subheader {
    line-height: 1.4;
    color: #003F72;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

#pageContent hr {
    border: solid #f2f2f2;
    border-width: 0.125rem 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.24219rem
}

#pageContent em, #pageContent i {
    font-style: italic;
    line-height: inherit
}

#pageContent strong, #pageContent b {
    font-weight: bold;
    line-height: inherit
}

#pageContent small {
    font-size: 60%;
    line-height: inherit
}

#pageContent code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem
}

#pageContent ul, #pageContent ol, #pageContent dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem
}

#pageContent ul {
    margin-left: 1.1rem
}

    #pageContent ul.no-bullet {
        margin-left: 0
    }

        #pageContent ul.no-bullet li ul, #pageContent ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none
        }

    #pageContent ul li ul, #pageContent ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

    #pageContent ul.square li ul, #pageContent ul.circle li ul, #pageContent ul.disc li ul {
        list-style: inherit
    }

    #pageContent ul.square {
        list-style-type: square;
        margin-left: 1.1rem
    }

    #pageContent ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem
    }

    #pageContent ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem
    }

    #pageContent ul.no-bullet {
        list-style: none
    }

#pageContent ol {
    margin-left: 1.4rem
}

    #pageContent ol li ul, #pageContent ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

#pageContent dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

#pageContent dl dd {
    margin-bottom: 0.75rem
}

#pageContent abbr, #pageContent acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #003F72;
    cursor: help
}

#pageContent abbr {
    text-transform: none
}

    #pageContent abbr[title] {
        border-bottom: 1px dotted #ddd
    }

#pageContent blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

    #pageContent blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #0071cd
    }

        #pageContent blockquote cite:before {
            content: "\2014 \0020"
        }

        #pageContent blockquote cite a, #pageContent blockquote cite a:visited {
            color: #0071cd
        }

    #pageContent blockquote, #pageContent blockquote p {
        line-height: 1.6;
        color: #008cfd
    }

#pageContent .vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

    #pageContent .vcard li {
        margin: 0;
        display: block
    }

    #pageContent .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem
    }

#pageContent .vevent .summary {
    font-weight: bold
}

#pageContent .vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 40.0625em) {
    #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
        line-height: 1
    }

    #pageContent h1 {
        font-size: 1.25rem
    }

    #pageContent h2 {
        font-size: 1.25rem
    }

    #pageContent h3 {
        font-size: 1.6875rem
    }

    #pageContent h4 {
        font-size: 1.4375rem
    }

    #pageContent h5 {
        font-size: 1.125rem
    }

    #pageContent h6 {
        font-size: 1rem
    }
}

#pageContent [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.15625rem
}

    #pageContent [class*="block-grid-"]:before, #pageContent [class*="block-grid-"]:after {
        content: " ";
        display: table
    }

    #pageContent [class*="block-grid-"]:after {
        clear: both
    }

    #pageContent [class*="block-grid-"] > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.15625rem 0.3125rem
    }

@media only screen {
    #pageContent .small-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .small-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .small-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .small-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .small-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .large-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .large-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .large-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .large-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

#pageContent * {
    transition: 0.3s
}

#pageContent .site-logo {
    display: inline-block;
    margin-right: 0.625rem;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
    background-color: #0099AF;
    color: white;
    border-radius: 0 0 1.25rem 0;
    line-height: 121%
}

#pageContent hr {
    margin: 0.625rem 0.375rem 1rem
}

#pageContent .intro {
    padding: 0 0 0 1.25rem
}

#pageContent .section-title {
    padding: 0 0 0 1rem
}

#pageContent .panel {
    border-radius: 0 0.625rem
}

#pageContent .items {
    margin: 0;
    padding: 0
}

    #pageContent .items li {
        margin: 0 0 0.5625rem 0;
        list-style: none
    }

        #pageContent .items li:last-child {
            margin-top: -0.0625rem;
            margin-bottom: 0
        }

        #pageContent .items li a {
            display: block;
            position: relative;
            padding: 0.25rem 1.25rem 0.1875rem 0.5rem;
            color: white;
            font-size: 0.625rem;
            line-height: 131%;
            border-radius: 0 0.625rem
        }

            #pageContent .items li a:after {
                position: absolute;
                content: "";
                top: 0.375rem;
                right: 0.4375rem;
                width: 0;
                height: 0;
                border-top: 0.5rem solid #fff;
                border-left: 0.5rem solid transparent
            }

            #pageContent .items li a:hover {
                color: #003F72
            }

                #pageContent .items li a:hover:after {
                    border-top-color: #003F72
                }

@media only screen and (min-width: 44.4375em) {
    #pageContent section > .row .columns:nth-child(odd) .items li {
        margin: 0 0 0.4375rem 0;
        text-align: right
    }
}

#pageContent .professional-standards .panel:hover {
    background-color: #b3b3b3
}

#pageContent .square {
    display: block;
    height: 105px;
    padding: 0.1875rem;
    text-align: center;
    border-radius: 0 0.625rem;
    position: relative
}

    #pageContent .square .normal-content, #pageContent .square .hover-content {
        display: block
    }

    #pageContent .square .normal-content {
        line-height: 131%;
        font-size: 0.75rem;
        color: white
    }

@media only screen and (min-width: 40.0625em) {
    #pageContent .square .normal-content {
        font-size: 0.875rem
    }
}

#pageContent .square .hover {
    display: none
}

#pageContent .square .hover-content {
    font-size: 0.71875rem;
    line-height: 121%;
    color: #003F72
}

#pageContent .square:hover .normal {
    display: none
}

#pageContent .square:hover .hover {
    display: inline
}

#pageContent .table {
    display: table;
    height: 100%
}

#pageContent .table-cell {
    display: table-cell;
    vertical-align: middle
}

#pageContent .insights-and-context .square {
    background: linear-gradient(45deg, #0099AF 0%, #0099AF 50%, #95D1D5 50%, #95D1D5 100%)
}

    #pageContent .insights-and-context .square:hover {
        background: linear-gradient(45deg, #AEDFE5 0%, #AEDFE5 50%, #D2EBED 50%, #D2EBED 100%)
    }

#pageContent .insights-and-context .items li a {
    background: #0099AF
}

    #pageContent .insights-and-context .items li a:hover {
        background: #AEDFE5
    }

#pageContent .strategy-and-performance .square {
    background: linear-gradient(45deg, #fc682e 0%, #fc682e 50%, #fd902d 50%, #fd902d 100%)
}

    #pageContent .strategy-and-performance .square:hover {
        background: linear-gradient(45deg, #FDDE86 0%, #FDDE86 50%, #FFEB8F 50%, #FFEB8F 100%)
    }

#pageContent .strategy-and-performance .items li a {
    background: #fc682e
}

    #pageContent .strategy-and-performance .items li a:hover {
        background: #FDDE86
    }

#pageContent .risk-management-process .square {
    background: linear-gradient(45deg, #AB0F40 0%, #AB0F40 50%, #E51457 50%, #E51457 100%)
}

    #pageContent .risk-management-process .square:hover {
        background: linear-gradient(45deg, #E1B5B7 0%, #E1B5B7 50%, #FBDBDC 50%, #FBDBDC 100%)
    }

#pageContent .risk-management-process .items li a {
    background: #AB0F40
}

    #pageContent .risk-management-process .items li a:hover {
        background: #E1B5B7
    }

#pageContent .organisational-capability .square {
    background: linear-gradient(45deg, #503E7F 0%, #503E7F 50%, #6E5E95 50%, #6E5E95 100%)
}

    #pageContent .organisational-capability .square:hover {
        background: linear-gradient(45deg, #BEB4D1 0%, #BEB4D1 50%, #D3CDE1 50%, #D3CDE1 100%)
    }

#pageContent .organisational-capability .items li a {
    background: #503E7F
}

    #pageContent .organisational-capability .items li a:hover {
        background: #BEB4D1
    }

#pageContent .behavioural-competencies .panel li {
    padding-bottom: 0
}

#pageContent .competency {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .competency {
        margin: 0 0.125rem
    }
}

#pageContent .competency:hover {
    color: #003F72
}

#pageContent .competency.courage-and-confidence {
    background: linear-gradient(to top right, #8C3C67 0%, #8C3C67 50%, #995478 50%, #995478 100%)
}

    #pageContent .competency.courage-and-confidence:hover {
        background: linear-gradient(to top right, rgba(140,60,103,0.6) 0%, rgba(140,60,103,0.6) 50%, rgba(153,84,120,0.6) 50%, rgba(153,84,120,0.6) 100%)
    }

#pageContent .competency.influence-and-impact {
    background: linear-gradient(to top right, #B24F87 0%, #B24F87 50%, #B96294 50%, #B96294 100%)
}

    #pageContent .competency.influence-and-impact:hover {
        background: linear-gradient(to top right, rgba(178,79,135,0.6) 0%, rgba(178,79,135,0.6) 50%, rgba(185,98,148,0.6) 50%, rgba(185,98,148,0.6) 100%)
    }

#pageContent .competency.integrity-ethics-and-values {
    background: linear-gradient(to top right, #BF6BA3 0%, #BF6BA3 50%, #C77EAF 50%, #C77EAF 100%)
}

    #pageContent .competency.integrity-ethics-and-values:hover {
        background: linear-gradient(to top right, rgba(191,107,163,0.6) 0%, rgba(191,107,163,0.6) 50%, rgba(199,126,175,0.6) 50%, rgba(199,126,175,0.6) 100%)
    }

#pageContent .competency.innovation-and-catalyst {
    background: linear-gradient(to top right, #ED66A4 0%, #ED66A4 50%, #F084B5 50%, #F084B5 100%)
}

    #pageContent .competency.innovation-and-catalyst:hover {
        background: linear-gradient(to top right, rgba(237,102,164,0.6) 0%, rgba(237,102,164,0.6) 50%, rgba(240,132,181,0.6) 50%, rgba(240,132,181,0.6) 100%)
    }

#pageContent .competency.building-capability {
    background: linear-gradient(to top right, #D1427C 0%, #D1427C 50%, #D75B8D 50%, #D75B8D 100%)
}

    #pageContent .competency.building-capability:hover {
        background: linear-gradient(to top right, rgba(209,66,124,0.6) 0%, rgba(209,66,124,0.6) 50%, rgba(215,91,141,0.6) 50%, rgba(215,91,141,0.6) 100%)
    }

#pageContent .competency.collaboration-and-partnering {
    background: linear-gradient(to top right, #BA2454 0%, #BA2454 50%, #C85177 50%, #C85177 100%)
}

    #pageContent .competency.collaboration-and-partnering:hover {
        background: linear-gradient(to top right, rgba(186,36,84,0.6) 0%, rgba(186,36,84,0.6) 50%, rgba(200,81,119,0.6) 50%, rgba(200,81,119,0.6) 100%)
    }

#pageContent .career-levels .panel [class*="block-grid"] li {
    padding-bottom: 0
}

#pageContent .level {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .level {
        margin: 0 0.125rem;
        padding: 1.25rem 0.25rem
    }
}

#pageContent .level:hover {
    color: #003F72
}

#pageContent .level.leadership-level {
    background: linear-gradient(to top right, #004272 0%, #004272 50%, #005185 50%, #005185 100%)
}

    #pageContent .level.leadership-level:hover {
        background: linear-gradient(to top right, rgba(0,66,114,0.6) 0%, rgba(0,66,114,0.6) 50%, rgba(0,81,133,0.6) 50%, rgba(0,81,133,0.6) 100%)
    }

#pageContent .level.senior-level {
    background: linear-gradient(to top right, #468D98 0%, #468D98 50%, #6FA6AF 50%, #6FA6AF 100%)
}

    #pageContent .level.senior-level:hover {
        background: linear-gradient(to top right, rgba(70,141,152,0.6) 0%, rgba(70,141,152,0.6) 50%, rgba(111,166,175,0.6) 50%, rgba(111,166,175,0.6) 100%)
    }

#pageContent .level.management-level {
    background: linear-gradient(to top right, #0099AF 0%, #0099AF 50%, #28A9BC 50%, #28A9BC 100%)
}

    #pageContent .level.management-level:hover {
        background: linear-gradient(to top right, rgba(0,153,175,0.6) 0%, rgba(0,153,175,0.6) 50%, rgba(40,169,188,0.6) 50%, rgba(40,169,188,0.6) 100%)
    }

#pageContent .level.support-level {
    background: linear-gradient(to top right, #00b4ce 0%, #00b4ce 50%, #30bed3 50%, #30bed3 100%)
}

    #pageContent .level.support-level:hover {
        background: linear-gradient(to top right, rgba(0,180,206,0.6) 0%, rgba(0,180,206,0.6) 50%, rgba(48,190,211,0.6) 50%, rgba(48,190,211,0.6) 100%)
    }

}

#pageContent {
    box-sizing: border-box
}

    #pageContent *, #pageContent *:before, #pageContent *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit
    }

    #pageContent html, #pageContent {
        font-size: 100%
    }

#pageContent {
    background: #fff;
    color: #003F72;
    cursor: auto;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative
}

    #pageContent a:hover {
        cursor: pointer
    }

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

    #pageContent img {
        -ms-interpolation-mode: bicubic
    }

    #pageContent #map_canvas img, #pageContent #map_canvas embed, #pageContent #map_canvas object, #pageContent .map_canvas img, #pageContent .map_canvas embed, #pageContent .map_canvas object, #pageContent .mqa-display img, #pageContent .mqa-display embed, #pageContent .mqa-display object {
        max-width: none !important
    }

    #pageContent .left {
        float: left !important
    }

    #pageContent .right {
        float: right !important
    }

    #pageContent .clearfix:before, #pageContent .clearfix:after {
        content: " ";
        display: table
    }

    #pageContent .clearfix:after {
        clear: both
    }

    #pageContent .hide {
        display: none
    }

    #pageContent .invisible {
        visibility: hidden
    }

    #pageContent .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    #pageContent img {
        display: inline-block;
        vertical-align: middle
    }

    #pageContent textarea {
        height: auto;
        min-height: 50px
    }

    #pageContent select {
        width: 100%
    }

    #pageContent .row {
        margin: 0 auto;
        max-width: 44.375rem;
        width: 100%
    }

        #pageContent .row:before, #pageContent .row:after {
            content: " ";
            display: table
        }

        #pageContent .row:after {
            clear: both
        }

        #pageContent .row.collapse > .column, #pageContent .row.collapse > .columns {
            padding-left: 0;
            padding-right: 0
        }

        #pageContent .row.collapse .row {
            margin-left: 0;
            margin-right: 0
        }

        #pageContent .row .row {
            margin: 0 -0.1875rem;
            max-width: none;
            width: auto
        }

            #pageContent .row .row:before, #pageContent .row .row:after {
                content: " ";
                display: table
            }

            #pageContent .row .row:after {
                clear: both
            }

            #pageContent .row .row.collapse {
                margin: 0;
                max-width: none;
                width: auto
            }

                #pageContent .row .row.collapse:before, #pageContent .row .row.collapse:after {
                    content: " ";
                    display: table
                }

                #pageContent .row .row.collapse:after {
                    clear: both
                }

    #pageContent .column, #pageContent .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        width: 100%;
        float: left
    }

        #pageContent .column + .column:last-child, #pageContent .columns + .column:last-child, #pageContent .column + .columns:last-child, #pageContent .columns + .columns:last-child {
            float: right
        }

        #pageContent .column + .column.end, #pageContent .columns + .column.end, #pageContent .column + .columns.end, #pageContent .columns + .columns.end {
            float: left
        }

@media only screen {
    #pageContent .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .small-1 {
        width: 8.33333%
    }

    #pageContent .small-2 {
        width: 16.66667%
    }

    #pageContent .small-3 {
        width: 25%
    }

    #pageContent .small-4 {
        width: 33.33333%
    }

    #pageContent .small-5 {
        width: 41.66667%
    }

    #pageContent .small-6 {
        width: 50%
    }

    #pageContent .small-7 {
        width: 58.33333%
    }

    #pageContent .small-8 {
        width: 66.66667%
    }

    #pageContent .small-9 {
        width: 75%
    }

    #pageContent .small-10 {
        width: 83.33333%
    }

    #pageContent .small-11 {
        width: 91.66667%
    }

    #pageContent .small-12 {
        width: 100%
    }

    #pageContent .small-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .small-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .small-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .small-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .small-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .small-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .small-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .small-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .small-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .small-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .small-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .small-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.small-centered, #pageContent .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.small-uncentered, #pageContent .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.small-centered:last-child, #pageContent .columns.small-centered:last-child {
        float: none
    }

    #pageContent .column.small-uncentered:last-child, #pageContent .columns.small-uncentered:last-child {
        float: left
    }

    #pageContent .column.small-uncentered.opposite, #pageContent .columns.small-uncentered.opposite {
        float: right
    }

    #pageContent .row.small-collapse > .column, #pageContent .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.small-uncollapse > .column, #pageContent .row.small-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .medium-1 {
        width: 8.33333%
    }

    #pageContent .medium-2 {
        width: 16.66667%
    }

    #pageContent .medium-3 {
        width: 25%
    }

    #pageContent .medium-4 {
        width: 33.33333%
    }

    #pageContent .medium-5 {
        width: 41.66667%
    }

    #pageContent .medium-6 {
        width: 50%
    }

    #pageContent .medium-7 {
        width: 58.33333%
    }

    #pageContent .medium-8 {
        width: 66.66667%
    }

    #pageContent .medium-9 {
        width: 75%
    }

    #pageContent .medium-10 {
        width: 83.33333%
    }

    #pageContent .medium-11 {
        width: 91.66667%
    }

    #pageContent .medium-12 {
        width: 100%
    }

    #pageContent .medium-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .medium-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .medium-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .medium-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .medium-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .medium-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .medium-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.medium-centered, #pageContent .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.medium-uncentered, #pageContent .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.medium-centered:last-child, #pageContent .columns.medium-centered:last-child {
        float: none
    }

    #pageContent .column.medium-uncentered:last-child, #pageContent .columns.medium-uncentered:last-child {
        float: left
    }

    #pageContent .column.medium-uncentered.opposite, #pageContent .columns.medium-uncentered.opposite {
        float: right
    }

    #pageContent .row.medium-collapse > .column, #pageContent .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.medium-uncollapse > .column, #pageContent .row.medium-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .large-1 {
        width: 8.33333%
    }

    #pageContent .large-2 {
        width: 16.66667%
    }

    #pageContent .large-3 {
        width: 25%
    }

    #pageContent .large-4 {
        width: 33.33333%
    }

    #pageContent .large-5 {
        width: 41.66667%
    }

    #pageContent .large-6 {
        width: 50%
    }

    #pageContent .large-7 {
        width: 58.33333%
    }

    #pageContent .large-8 {
        width: 66.66667%
    }

    #pageContent .large-9 {
        width: 75%
    }

    #pageContent .large-10 {
        width: 83.33333%
    }

    #pageContent .large-11 {
        width: 91.66667%
    }

    #pageContent .large-12 {
        width: 100%
    }

    #pageContent .large-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .large-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .large-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .large-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .large-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .large-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .large-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .large-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .large-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .large-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .large-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .large-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.large-centered, #pageContent .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.large-uncentered, #pageContent .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.large-centered:last-child, #pageContent .columns.large-centered:last-child {
        float: none
    }

    #pageContent .column.large-uncentered:last-child, #pageContent .columns.large-uncentered:last-child {
        float: left
    }

    #pageContent .column.large-uncentered.opposite, #pageContent .columns.large-uncentered.opposite {
        float: right
    }

    #pageContent .row.large-collapse > .column, #pageContent .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.large-uncollapse > .column, #pageContent .row.large-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

#pageContent .panel {
    border-style: solid;
    border-width: 0;
    border-color: #f2f2f2;
    margin-bottom: 0.375rem;
    padding: 0.625rem;
    background: #f2f2f2;
    color: #333
}

    #pageContent .panel > :first-child {
        margin-top: 0
    }

    #pageContent .panel > :last-child {
        margin-bottom: 0
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6, #pageContent .panel p, #pageContent .panel li, #pageContent .panel dl {
        color: #333
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem
    }

        #pageContent .panel h1.subheader, #pageContent .panel h2.subheader, #pageContent .panel h3.subheader, #pageContent .panel h4.subheader, #pageContent .panel h5.subheader, #pageContent .panel h6.subheader {
            line-height: 1.4
        }

    #pageContent .panel.callout {
        border-style: solid;
        border-width: 0;
        border-color: #f2f2f2;
        margin-bottom: 0.375rem;
        padding: 0.625rem;
        background: #ecfaff;
        color: #333
    }

        #pageContent .panel.callout > :first-child {
            margin-top: 0
        }

        #pageContent .panel.callout > :last-child {
            margin-bottom: 0
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6, #pageContent .panel.callout p, #pageContent .panel.callout li, #pageContent .panel.callout dl {
            color: #333
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625rem
        }

            #pageContent .panel.callout h1.subheader, #pageContent .panel.callout h2.subheader, #pageContent .panel.callout h3.subheader, #pageContent .panel.callout h4.subheader, #pageContent .panel.callout h5.subheader, #pageContent .panel.callout h6.subheader {
                line-height: 1.4
            }

        #pageContent .panel.callout a:not(.button) {
            color: #008CBA
        }

            #pageContent .panel.callout a:not(.button):hover, #pageContent .panel.callout a:not(.button):focus {
                color: #0078a0
            }

    #pageContent .panel.radius {
        border-radius: 3px
    }

#pageContent .text-left {
    text-align: left !important
}

#pageContent .text-right {
    text-align: right !important
}

#pageContent .text-center {
    text-align: center !important
}

#pageContent .text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    #pageContent .small-only-text-left {
        text-align: left !important
    }

    #pageContent .small-only-text-right {
        text-align: right !important
    }

    #pageContent .small-only-text-center {
        text-align: center !important
    }

    #pageContent .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    #pageContent .small-text-left {
        text-align: left !important
    }

    #pageContent .small-text-right {
        text-align: right !important
    }

    #pageContent .small-text-center {
        text-align: center !important
    }

    #pageContent .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 44.375em) {
    #pageContent .medium-only-text-left {
        text-align: left !important
    }

    #pageContent .medium-only-text-right {
        text-align: right !important
    }

    #pageContent .medium-only-text-center {
        text-align: center !important
    }

    #pageContent .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-text-left {
        text-align: left !important
    }

    #pageContent .medium-text-right {
        text-align: right !important
    }

    #pageContent .medium-text-center {
        text-align: center !important
    }

    #pageContent .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) and (max-width: 90em) {
    #pageContent .large-only-text-left {
        text-align: left !important
    }

    #pageContent .large-only-text-right {
        text-align: right !important
    }

    #pageContent .large-only-text-center {
        text-align: center !important
    }

    #pageContent .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-text-left {
        text-align: left !important
    }

    #pageContent .large-text-right {
        text-align: right !important
    }

    #pageContent .large-text-center {
        text-align: center !important
    }

    #pageContent .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    #pageContent .xlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    #pageContent .xlarge-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    #pageContent .xxlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    #pageContent .xxlarge-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-text-justify {
        text-align: justify !important
    }
}

#pageContent div, #pageContent dl, #pageContent dt, #pageContent dd, #pageContent ul, #pageContent ol, #pageContent li, #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6, #pageContent pre, #pageContent form, #pageContent p, #pageContent blockquote, #pageContent th, #pageContent td {
    margin: 0;
    padding: 0
}

#pageContent a {
    color: #008CBA;
    line-height: inherit;
    text-decoration: none
}

    #pageContent a:hover, #pageContent a:focus {
        color: #0078a0
    }

    #pageContent a img {
        border: none
    }

#pageContent p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

    #pageContent p.lead {
        font-size: 1.21875rem;
        line-height: 1.6
    }

    #pageContent p aside {
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1.35
    }

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
    color: #003F72;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

    #pageContent h1 small, #pageContent h2 small, #pageContent h3 small, #pageContent h4 small, #pageContent h5 small, #pageContent h6 small {
        color: #003F72;
        font-size: 60%;
        line-height: 0
    }

#pageContent h1 {
    font-size: 1.25rem
}

#pageContent h2 {
    font-size: 1.25rem
}

#pageContent h3 {
    font-size: 1.375rem
}

#pageContent h4 {
    font-size: 1.125rem
}

#pageContent h5 {
    font-size: 1.125rem
}

#pageContent h6 {
    font-size: 1rem
}

#pageContent .subheader {
    line-height: 1.4;
    color: #003F72;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

#pageContent hr {
    border: solid #f2f2f2;
    border-width: 0.125rem 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.24219rem
}

#pageContent em, #pageContent i {
    font-style: italic;
    line-height: inherit
}

#pageContent strong, #pageContent b {
    font-weight: bold;
    line-height: inherit
}

#pageContent small {
    font-size: 60%;
    line-height: inherit
}

#pageContent code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem
}

#pageContent ul, #pageContent ol, #pageContent dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem
}

#pageContent ul {
    margin-left: 1.1rem
}

    #pageContent ul.no-bullet {
        margin-left: 0
    }

        #pageContent ul.no-bullet li ul, #pageContent ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none
        }

    #pageContent ul li ul, #pageContent ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

    #pageContent ul.square li ul, #pageContent ul.circle li ul, #pageContent ul.disc li ul {
        list-style: inherit
    }

    #pageContent ul.square {
        list-style-type: square;
        margin-left: 1.1rem
    }

    #pageContent ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem
    }

    #pageContent ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem
    }

    #pageContent ul.no-bullet {
        list-style: none
    }

#pageContent ol {
    margin-left: 1.4rem
}

    #pageContent ol li ul, #pageContent ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

#pageContent dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

#pageContent dl dd {
    margin-bottom: 0.75rem
}

#pageContent abbr, #pageContent acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #003F72;
    cursor: help
}

#pageContent abbr {
    text-transform: none
}

    #pageContent abbr[title] {
        border-bottom: 1px dotted #ddd
    }

#pageContent blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

    #pageContent blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #0071cd
    }

        #pageContent blockquote cite:before {
            content: "\2014 \0020"
        }

        #pageContent blockquote cite a, #pageContent blockquote cite a:visited {
            color: #0071cd
        }

    #pageContent blockquote, #pageContent blockquote p {
        line-height: 1.6;
        color: #008cfd
    }

#pageContent .vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

    #pageContent .vcard li {
        margin: 0;
        display: block
    }

    #pageContent .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem
    }

#pageContent .vevent .summary {
    font-weight: bold
}

#pageContent .vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 40.0625em) {
    #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
        line-height: 1
    }

    #pageContent h1 {
        font-size: 1.25rem
    }

    #pageContent h2 {
        font-size: 1.25rem
    }

    #pageContent h3 {
        font-size: 1.6875rem
    }

    #pageContent h4 {
        font-size: 1.4375rem
    }

    #pageContent h5 {
        font-size: 1.125rem
    }

    #pageContent h6 {
        font-size: 1rem
    }
}

#pageContent [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.15625rem
}

    #pageContent [class*="block-grid-"]:before, #pageContent [class*="block-grid-"]:after {
        content: " ";
        display: table
    }

    #pageContent [class*="block-grid-"]:after {
        clear: both
    }

    #pageContent [class*="block-grid-"] > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.15625rem 0.3125rem
    }

@media only screen {
    #pageContent .small-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .small-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .small-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .small-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .small-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .large-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .large-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .large-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .large-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

#pageContent * {
    transition: 0.3s
}

#pageContent .site-logo {
    display: inline-block;
    margin-right: 0.625rem;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
    background-color: #0099AF;
    color: white;
    border-radius: 0 0 1.25rem 0;
    line-height: 121%
}

#pageContent hr {
    margin: 0.625rem 0.375rem 1rem
}

#pageContent .intro {
    padding: 0 0 0 1.25rem
}

#pageContent .section-title {
    padding: 0 0 0 1rem
}

#pageContent .panel {
    border-radius: 0 0.625rem
}

#pageContent .items {
    margin: 0;
    padding: 0
}

    #pageContent .items li {
        margin: 0 0 0.5625rem 0;
        list-style: none
    }

        #pageContent .items li:last-child {
            margin-top: -0.0625rem;
            margin-bottom: 0
        }

        #pageContent .items li a {
            display: block;
            position: relative;
            padding: 0.25rem 1.25rem 0.1875rem 0.5rem;
            color: white;
            font-size: 0.625rem;
            line-height: 131%;
            border-radius: 0 0.625rem
        }

            #pageContent .items li a:after {
                position: absolute;
                content: "";
                top: 0.375rem;
                right: 0.4375rem;
                width: 0;
                height: 0;
                border-top: 0.5rem solid #fff;
                border-left: 0.5rem solid transparent
            }

            #pageContent .items li a:hover {
                color: #003F72
            }

                #pageContent .items li a:hover:after {
                    border-top-color: #003F72
                }

@media only screen and (min-width: 44.4375em) {
    #pageContent section > .row .columns:nth-child(odd) .items li {
        margin: 0 0 0.4375rem 0;
        text-align: right
    }
}

#pageContent .professional-standards .panel:hover {
    background-color: #b3b3b3
}

#pageContent .square {
    display: block;
    height: 105px;
    padding: 0.1875rem;
    text-align: center;
    border-radius: 0 0.625rem;
    position: relative
}

    #pageContent .square .normal-content, #pageContent .square .hover-content {
        display: block
    }

    #pageContent .square .normal-content {
        line-height: 131%;
        font-size: 0.75rem;
        color: white
    }

@media only screen and (min-width: 40.0625em) {
    #pageContent .square .normal-content {
        font-size: 0.875rem
    }
}

#pageContent .square .hover {
    display: none
}

#pageContent .square .hover-content {
    font-size: 0.71875rem;
    line-height: 121%;
    color: #003F72
}

#pageContent .square:hover .normal {
    display: none
}

#pageContent .square:hover .hover {
    display: inline
}

#pageContent .table {
    display: table;
    height: 100%
}

#pageContent .table-cell {
    display: table-cell;
    vertical-align: middle
}

#pageContent .insights-and-context .square {
    background: linear-gradient(45deg, #0099AF 0%, #0099AF 50%, #95D1D5 50%, #95D1D5 100%)
}

    #pageContent .insights-and-context .square:hover {
        background: linear-gradient(45deg, #AEDFE5 0%, #AEDFE5 50%, #D2EBED 50%, #D2EBED 100%)
    }

#pageContent .insights-and-context .items li a {
    background: #0099AF
}

    #pageContent .insights-and-context .items li a:hover {
        background: #AEDFE5
    }

#pageContent .strategy-and-performance .square {
    background: linear-gradient(45deg, #fc682e 0%, #fc682e 50%, #fd902d 50%, #fd902d 100%)
}

    #pageContent .strategy-and-performance .square:hover {
        background: linear-gradient(45deg, #FDDE86 0%, #FDDE86 50%, #FFEB8F 50%, #FFEB8F 100%)
    }

#pageContent .strategy-and-performance .items li a {
    background: #fc682e
}

    #pageContent .strategy-and-performance .items li a:hover {
        background: #FDDE86
    }

#pageContent .risk-management-process .square {
    background: linear-gradient(45deg, #AB0F40 0%, #AB0F40 50%, #E51457 50%, #E51457 100%)
}

    #pageContent .risk-management-process .square:hover {
        background: linear-gradient(45deg, #E1B5B7 0%, #E1B5B7 50%, #FBDBDC 50%, #FBDBDC 100%)
    }

#pageContent .risk-management-process .items li a {
    background: #AB0F40
}

    #pageContent .risk-management-process .items li a:hover {
        background: #E1B5B7
    }

#pageContent .organisational-capability .square {
    background: linear-gradient(45deg, #503E7F 0%, #503E7F 50%, #6E5E95 50%, #6E5E95 100%)
}

    #pageContent .organisational-capability .square:hover {
        background: linear-gradient(45deg, #BEB4D1 0%, #BEB4D1 50%, #D3CDE1 50%, #D3CDE1 100%)
    }

#pageContent .organisational-capability .items li a {
    background: #503E7F
}

    #pageContent .organisational-capability .items li a:hover {
        background: #BEB4D1
    }

#pageContent .behavioural-competencies .panel li {
    padding-bottom: 0
}

#pageContent .competency {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .competency {
        margin: 0 0.125rem
    }
}

#pageContent .competency:hover {
    color: #003F72
}

#pageContent .competency.courage-and-confidence {
    background: linear-gradient(to top right, #8C3C67 0%, #8C3C67 50%, #995478 50%, #995478 100%)
}

    #pageContent .competency.courage-and-confidence:hover {
        background: linear-gradient(to top right, rgba(140,60,103,0.6) 0%, rgba(140,60,103,0.6) 50%, rgba(153,84,120,0.6) 50%, rgba(153,84,120,0.6) 100%)
    }

#pageContent .competency.influence-and-impact {
    background: linear-gradient(to top right, #B24F87 0%, #B24F87 50%, #B96294 50%, #B96294 100%)
}

    #pageContent .competency.influence-and-impact:hover {
        background: linear-gradient(to top right, rgba(178,79,135,0.6) 0%, rgba(178,79,135,0.6) 50%, rgba(185,98,148,0.6) 50%, rgba(185,98,148,0.6) 100%)
    }

#pageContent .competency.integrity-ethics-and-values {
    background: linear-gradient(to top right, #BF6BA3 0%, #BF6BA3 50%, #C77EAF 50%, #C77EAF 100%)
}

    #pageContent .competency.integrity-ethics-and-values:hover {
        background: linear-gradient(to top right, rgba(191,107,163,0.6) 0%, rgba(191,107,163,0.6) 50%, rgba(199,126,175,0.6) 50%, rgba(199,126,175,0.6) 100%)
    }

#pageContent .competency.innovation-and-catalyst {
    background: linear-gradient(to top right, #ED66A4 0%, #ED66A4 50%, #F084B5 50%, #F084B5 100%)
}

    #pageContent .competency.innovation-and-catalyst:hover {
        background: linear-gradient(to top right, rgba(237,102,164,0.6) 0%, rgba(237,102,164,0.6) 50%, rgba(240,132,181,0.6) 50%, rgba(240,132,181,0.6) 100%)
    }

#pageContent .competency.building-capability {
    background: linear-gradient(to top right, #D1427C 0%, #D1427C 50%, #D75B8D 50%, #D75B8D 100%)
}

    #pageContent .competency.building-capability:hover {
        background: linear-gradient(to top right, rgba(209,66,124,0.6) 0%, rgba(209,66,124,0.6) 50%, rgba(215,91,141,0.6) 50%, rgba(215,91,141,0.6) 100%)
    }

#pageContent .competency.collaboration-and-partnering {
    background: linear-gradient(to top right, #BA2454 0%, #BA2454 50%, #C85177 50%, #C85177 100%)
}

    #pageContent .competency.collaboration-and-partnering:hover {
        background: linear-gradient(to top right, rgba(186,36,84,0.6) 0%, rgba(186,36,84,0.6) 50%, rgba(200,81,119,0.6) 50%, rgba(200,81,119,0.6) 100%)
    }

#pageContent .career-levels .panel [class*="block-grid"] li {
    padding-bottom: 0
}

#pageContent .level {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .level {
        margin: 0 0.125rem;
        padding: 1.25rem 0.25rem
    }
}

#pageContent .level:hover {
    color: #003F72
}

#pageContent .level.leadership-level {
    background: linear-gradient(to top right, #004272 0%, #004272 50%, #005185 50%, #005185 100%)
}

    #pageContent .level.leadership-level:hover {
        background: linear-gradient(to top right, rgba(0,66,114,0.6) 0%, rgba(0,66,114,0.6) 50%, rgba(0,81,133,0.6) 50%, rgba(0,81,133,0.6) 100%)
    }

#pageContent .level.senior-level {
    background: linear-gradient(to top right, #468D98 0%, #468D98 50%, #6FA6AF 50%, #6FA6AF 100%)
}

    #pageContent .level.senior-level:hover {
        background: linear-gradient(to top right, rgba(70,141,152,0.6) 0%, rgba(70,141,152,0.6) 50%, rgba(111,166,175,0.6) 50%, rgba(111,166,175,0.6) 100%)
    }

#pageContent .level.management-level {
    background: linear-gradient(to top right, #0099AF 0%, #0099AF 50%, #28A9BC 50%, #28A9BC 100%)
}

    #pageContent .level.management-level:hover {
        background: linear-gradient(to top right, rgba(0,153,175,0.6) 0%, rgba(0,153,175,0.6) 50%, rgba(40,169,188,0.6) 50%, rgba(40,169,188,0.6) 100%)
    }

#pageContent .level.support-level {
    background: linear-gradient(to top right, #00b4ce 0%, #00b4ce 50%, #30bed3 50%, #30bed3 100%)
}

    #pageContent .level.support-level:hover {
        background: linear-gradient(to top right, rgba(0,180,206,0.6) 0%, rgba(0,180,206,0.6) 50%, rgba(48,190,211,0.6) 50%, rgba(48,190,211,0.6) 100%)
    }

}

#pageContent {
    box-sizing: border-box
}

    #pageContent *, #pageContent *:before, #pageContent *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit
    }

    #pageContent html, #pageContent {
        font-size: 100%
    }

#pageContent {
    background: #fff;
    color: #003F72;
    cursor: auto;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative
}

    #pageContent a:hover {
        cursor: pointer
    }

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

    #pageContent img {
        -ms-interpolation-mode: bicubic
    }

    #pageContent #map_canvas img, #pageContent #map_canvas embed, #pageContent #map_canvas object, #pageContent .map_canvas img, #pageContent .map_canvas embed, #pageContent .map_canvas object, #pageContent .mqa-display img, #pageContent .mqa-display embed, #pageContent .mqa-display object {
        max-width: none !important
    }

    #pageContent .left {
        float: left !important
    }

    #pageContent .right {
        float: right !important
    }

    #pageContent .clearfix:before, #pageContent .clearfix:after {
        content: " ";
        display: table
    }

    #pageContent .clearfix:after {
        clear: both
    }

    #pageContent .hide {
        display: none
    }

    #pageContent .invisible {
        visibility: hidden
    }

    #pageContent .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    #pageContent img {
        display: inline-block;
        vertical-align: middle
    }

    #pageContent textarea {
        height: auto;
        min-height: 50px
    }

    #pageContent select {
        width: 100%
    }

    #pageContent .row {
        margin: 0 auto;
        max-width: 44.375rem;
        width: 100%
    }

        #pageContent .row:before, #pageContent .row:after {
            content: " ";
            display: table
        }

        #pageContent .row:after {
            clear: both
        }

        #pageContent .row.collapse > .column, #pageContent .row.collapse > .columns {
            padding-left: 0;
            padding-right: 0
        }

        #pageContent .row.collapse .row {
            margin-left: 0;
            margin-right: 0
        }

        #pageContent .row .row {
            margin: 0 -0.1875rem;
            max-width: none;
            width: auto
        }

            #pageContent .row .row:before, #pageContent .row .row:after {
                content: " ";
                display: table
            }

            #pageContent .row .row:after {
                clear: both
            }

            #pageContent .row .row.collapse {
                margin: 0;
                max-width: none;
                width: auto
            }

                #pageContent .row .row.collapse:before, #pageContent .row .row.collapse:after {
                    content: " ";
                    display: table
                }

                #pageContent .row .row.collapse:after {
                    clear: both
                }

    #pageContent .column, #pageContent .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        width: 100%;
        float: left
    }

        #pageContent .column + .column:last-child, #pageContent .columns + .column:last-child, #pageContent .column + .columns:last-child, #pageContent .columns + .columns:last-child {
            float: right
        }

        #pageContent .column + .column.end, #pageContent .columns + .column.end, #pageContent .column + .columns.end, #pageContent .columns + .columns.end {
            float: left
        }

@media only screen {
    #pageContent .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .small-1 {
        width: 8.33333%
    }

    #pageContent .small-2 {
        width: 16.66667%
    }

    #pageContent .small-3 {
        width: 25%
    }

    #pageContent .small-4 {
        width: 33.33333%
    }

    #pageContent .small-5 {
        width: 41.66667%
    }

    #pageContent .small-6 {
        width: 50%
    }

    #pageContent .small-7 {
        width: 58.33333%
    }

    #pageContent .small-8 {
        width: 66.66667%
    }

    #pageContent .small-9 {
        width: 75%
    }

    #pageContent .small-10 {
        width: 83.33333%
    }

    #pageContent .small-11 {
        width: 91.66667%
    }

    #pageContent .small-12 {
        width: 100%
    }

    #pageContent .small-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .small-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .small-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .small-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .small-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .small-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .small-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .small-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .small-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .small-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .small-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .small-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.small-centered, #pageContent .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.small-uncentered, #pageContent .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.small-centered:last-child, #pageContent .columns.small-centered:last-child {
        float: none
    }

    #pageContent .column.small-uncentered:last-child, #pageContent .columns.small-uncentered:last-child {
        float: left
    }

    #pageContent .column.small-uncentered.opposite, #pageContent .columns.small-uncentered.opposite {
        float: right
    }

    #pageContent .row.small-collapse > .column, #pageContent .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.small-uncollapse > .column, #pageContent .row.small-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .medium-1 {
        width: 8.33333%
    }

    #pageContent .medium-2 {
        width: 16.66667%
    }

    #pageContent .medium-3 {
        width: 25%
    }

    #pageContent .medium-4 {
        width: 33.33333%
    }

    #pageContent .medium-5 {
        width: 41.66667%
    }

    #pageContent .medium-6 {
        width: 50%
    }

    #pageContent .medium-7 {
        width: 58.33333%
    }

    #pageContent .medium-8 {
        width: 66.66667%
    }

    #pageContent .medium-9 {
        width: 75%
    }

    #pageContent .medium-10 {
        width: 83.33333%
    }

    #pageContent .medium-11 {
        width: 91.66667%
    }

    #pageContent .medium-12 {
        width: 100%
    }

    #pageContent .medium-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .medium-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .medium-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .medium-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .medium-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .medium-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .medium-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.medium-centered, #pageContent .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.medium-uncentered, #pageContent .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.medium-centered:last-child, #pageContent .columns.medium-centered:last-child {
        float: none
    }

    #pageContent .column.medium-uncentered:last-child, #pageContent .columns.medium-uncentered:last-child {
        float: left
    }

    #pageContent .column.medium-uncentered.opposite, #pageContent .columns.medium-uncentered.opposite {
        float: right
    }

    #pageContent .row.medium-collapse > .column, #pageContent .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.medium-uncollapse > .column, #pageContent .row.medium-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    #pageContent .column, #pageContent .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .large-1 {
        width: 8.33333%
    }

    #pageContent .large-2 {
        width: 16.66667%
    }

    #pageContent .large-3 {
        width: 25%
    }

    #pageContent .large-4 {
        width: 33.33333%
    }

    #pageContent .large-5 {
        width: 41.66667%
    }

    #pageContent .large-6 {
        width: 50%
    }

    #pageContent .large-7 {
        width: 58.33333%
    }

    #pageContent .large-8 {
        width: 66.66667%
    }

    #pageContent .large-9 {
        width: 75%
    }

    #pageContent .large-10 {
        width: 83.33333%
    }

    #pageContent .large-11 {
        width: 91.66667%
    }

    #pageContent .large-12 {
        width: 100%
    }

    #pageContent .large-offset-0 {
        margin-left: 0 !important
    }

    #pageContent .large-offset-1 {
        margin-left: 8.33333% !important
    }

    #pageContent .large-offset-2 {
        margin-left: 16.66667% !important
    }

    #pageContent .large-offset-3 {
        margin-left: 25% !important
    }

    #pageContent .large-offset-4 {
        margin-left: 33.33333% !important
    }

    #pageContent .large-offset-5 {
        margin-left: 41.66667% !important
    }

    #pageContent .large-offset-6 {
        margin-left: 50% !important
    }

    #pageContent .large-offset-7 {
        margin-left: 58.33333% !important
    }

    #pageContent .large-offset-8 {
        margin-left: 66.66667% !important
    }

    #pageContent .large-offset-9 {
        margin-left: 75% !important
    }

    #pageContent .large-offset-10 {
        margin-left: 83.33333% !important
    }

    #pageContent .large-offset-11 {
        margin-left: 91.66667% !important
    }

    #pageContent .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    #pageContent .column.large-centered, #pageContent .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    #pageContent .column.large-uncentered, #pageContent .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .column.large-centered:last-child, #pageContent .columns.large-centered:last-child {
        float: none
    }

    #pageContent .column.large-uncentered:last-child, #pageContent .columns.large-uncentered:last-child {
        float: left
    }

    #pageContent .column.large-uncentered.opposite, #pageContent .columns.large-uncentered.opposite {
        float: right
    }

    #pageContent .row.large-collapse > .column, #pageContent .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    #pageContent .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    #pageContent .row.large-uncollapse > .column, #pageContent .row.large-uncollapse > .columns {
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left
    }

    #pageContent .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    #pageContent .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    #pageContent .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    #pageContent .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    #pageContent .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    #pageContent .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    #pageContent .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    #pageContent .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    #pageContent .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    #pageContent .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    #pageContent .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    #pageContent .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    #pageContent .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    #pageContent .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    #pageContent .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    #pageContent .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    #pageContent .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    #pageContent .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    #pageContent .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    #pageContent .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    #pageContent .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    #pageContent .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    #pageContent .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    #pageContent .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

#pageContent .panel {
    border-style: solid;
    border-width: 0;
    border-color: #f2f2f2;
    margin-bottom: 0.375rem;
    padding: 0.625rem;
    background: #f2f2f2;
    color: #333
}

    #pageContent .panel > :first-child {
        margin-top: 0
    }

    #pageContent .panel > :last-child {
        margin-bottom: 0
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6, #pageContent .panel p, #pageContent .panel li, #pageContent .panel dl {
        color: #333
    }

    #pageContent .panel h1, #pageContent .panel h2, #pageContent .panel h3, #pageContent .panel h4, #pageContent .panel h5, #pageContent .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem
    }

        #pageContent .panel h1.subheader, #pageContent .panel h2.subheader, #pageContent .panel h3.subheader, #pageContent .panel h4.subheader, #pageContent .panel h5.subheader, #pageContent .panel h6.subheader {
            line-height: 1.4
        }

    #pageContent .panel.callout {
        border-style: solid;
        border-width: 0;
        border-color: #f2f2f2;
        margin-bottom: 0.375rem;
        padding: 0.625rem;
        background: #ecfaff;
        color: #333
    }

        #pageContent .panel.callout > :first-child {
            margin-top: 0
        }

        #pageContent .panel.callout > :last-child {
            margin-bottom: 0
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6, #pageContent .panel.callout p, #pageContent .panel.callout li, #pageContent .panel.callout dl {
            color: #333
        }

        #pageContent .panel.callout h1, #pageContent .panel.callout h2, #pageContent .panel.callout h3, #pageContent .panel.callout h4, #pageContent .panel.callout h5, #pageContent .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625rem
        }

            #pageContent .panel.callout h1.subheader, #pageContent .panel.callout h2.subheader, #pageContent .panel.callout h3.subheader, #pageContent .panel.callout h4.subheader, #pageContent .panel.callout h5.subheader, #pageContent .panel.callout h6.subheader {
                line-height: 1.4
            }

        #pageContent .panel.callout a:not(.button) {
            color: #008CBA
        }

            #pageContent .panel.callout a:not(.button):hover, #pageContent .panel.callout a:not(.button):focus {
                color: #0078a0
            }

    #pageContent .panel.radius {
        border-radius: 3px
    }

#pageContent .text-left {
    text-align: left !important
}

#pageContent .text-right {
    text-align: right !important
}

#pageContent .text-center {
    text-align: center !important
}

#pageContent .text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    #pageContent .small-only-text-left {
        text-align: left !important
    }

    #pageContent .small-only-text-right {
        text-align: right !important
    }

    #pageContent .small-only-text-center {
        text-align: center !important
    }

    #pageContent .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    #pageContent .small-text-left {
        text-align: left !important
    }

    #pageContent .small-text-right {
        text-align: right !important
    }

    #pageContent .small-text-center {
        text-align: center !important
    }

    #pageContent .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 44.375em) {
    #pageContent .medium-only-text-left {
        text-align: left !important
    }

    #pageContent .medium-only-text-right {
        text-align: right !important
    }

    #pageContent .medium-only-text-center {
        text-align: center !important
    }

    #pageContent .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-text-left {
        text-align: left !important
    }

    #pageContent .medium-text-right {
        text-align: right !important
    }

    #pageContent .medium-text-center {
        text-align: center !important
    }

    #pageContent .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) and (max-width: 90em) {
    #pageContent .large-only-text-left {
        text-align: left !important
    }

    #pageContent .large-only-text-right {
        text-align: right !important
    }

    #pageContent .large-only-text-center {
        text-align: center !important
    }

    #pageContent .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-text-left {
        text-align: left !important
    }

    #pageContent .large-text-right {
        text-align: right !important
    }

    #pageContent .large-text-center {
        text-align: center !important
    }

    #pageContent .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    #pageContent .xlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    #pageContent .xlarge-text-left {
        text-align: left !important
    }

    #pageContent .xlarge-text-right {
        text-align: right !important
    }

    #pageContent .xlarge-text-center {
        text-align: center !important
    }

    #pageContent .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    #pageContent .xxlarge-only-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-only-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-only-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    #pageContent .xxlarge-text-left {
        text-align: left !important
    }

    #pageContent .xxlarge-text-right {
        text-align: right !important
    }

    #pageContent .xxlarge-text-center {
        text-align: center !important
    }

    #pageContent .xxlarge-text-justify {
        text-align: justify !important
    }
}

#pageContent div, #pageContent dl, #pageContent dt, #pageContent dd, #pageContent ul, #pageContent ol, #pageContent li, #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6, #pageContent pre, #pageContent form, #pageContent p, #pageContent blockquote, #pageContent th, #pageContent td {
    margin: 0;
    padding: 0
}

#pageContent a {
    color: #008CBA;
    line-height: inherit;
    text-decoration: none
}

    #pageContent a:hover, #pageContent a:focus {
        color: #0078a0
    }

    #pageContent a img {
        border: none
    }

#pageContent p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

    #pageContent p.lead {
        font-size: 1.21875rem;
        line-height: 1.6
    }

    #pageContent p aside {
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1.35
    }

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
    color: #003F72;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

    #pageContent h1 small, #pageContent h2 small, #pageContent h3 small, #pageContent h4 small, #pageContent h5 small, #pageContent h6 small {
        color: #003F72;
        font-size: 60%;
        line-height: 0
    }

#pageContent h1 {
    font-size: 1.25rem
}

#pageContent h2 {
    font-size: 1.25rem
}

#pageContent h3 {
    font-size: 1.375rem
}

#pageContent h4 {
    font-size: 1.125rem
}

#pageContent h5 {
    font-size: 1.125rem
}

#pageContent h6 {
    font-size: 1rem
}

#pageContent .subheader {
    line-height: 1.4;
    color: #003F72;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

#pageContent hr {
    border: solid #f2f2f2;
    border-width: 0.125rem 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.24219rem
}

#pageContent em, #pageContent i {
    font-style: italic;
    line-height: inherit
}

#pageContent strong, #pageContent b {
    font-weight: bold;
    line-height: inherit
}

#pageContent small {
    font-size: 60%;
    line-height: inherit
}

#pageContent code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem
}

#pageContent ul, #pageContent ol, #pageContent dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem
}

#pageContent ul {
    margin-left: 1.1rem
}

    #pageContent ul.no-bullet {
        margin-left: 0
    }

        #pageContent ul.no-bullet li ul, #pageContent ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none
        }

    #pageContent ul li ul, #pageContent ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

    #pageContent ul.square li ul, #pageContent ul.circle li ul, #pageContent ul.disc li ul {
        list-style: inherit
    }

    #pageContent ul.square {
        list-style-type: square;
        margin-left: 1.1rem
    }

    #pageContent ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem
    }

    #pageContent ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem
    }

    #pageContent ul.no-bullet {
        list-style: none
    }

#pageContent ol {
    margin-left: 1.4rem
}

    #pageContent ol li ul, #pageContent ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

#pageContent dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

#pageContent dl dd {
    margin-bottom: 0.75rem
}

#pageContent abbr, #pageContent acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #003F72;
    cursor: help
}

#pageContent abbr {
    text-transform: none
}

    #pageContent abbr[title] {
        border-bottom: 1px dotted #ddd
    }

#pageContent blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

    #pageContent blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #0071cd
    }

        #pageContent blockquote cite:before {
            content: "\2014 \0020"
        }

        #pageContent blockquote cite a, #pageContent blockquote cite a:visited {
            color: #0071cd
        }

    #pageContent blockquote, #pageContent blockquote p {
        line-height: 1.6;
        color: #008cfd
    }

#pageContent .vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

    #pageContent .vcard li {
        margin: 0;
        display: block
    }

    #pageContent .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem
    }

#pageContent .vevent .summary {
    font-weight: bold
}

#pageContent .vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 40.0625em) {
    #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6 {
        line-height: 1
    }

    #pageContent h1 {
        font-size: 1.25rem
    }

    #pageContent h2 {
        font-size: 1.25rem
    }

    #pageContent h3 {
        font-size: 1.6875rem
    }

    #pageContent h4 {
        font-size: 1.4375rem
    }

    #pageContent h5 {
        font-size: 1.125rem
    }

    #pageContent h6 {
        font-size: 1rem
    }
}

#pageContent [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.15625rem
}

    #pageContent [class*="block-grid-"]:before, #pageContent [class*="block-grid-"]:after {
        content: " ";
        display: table
    }

    #pageContent [class*="block-grid-"]:after {
        clear: both
    }

    #pageContent [class*="block-grid-"] > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.15625rem 0.3125rem
    }

@media only screen {
    #pageContent .small-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .small-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .small-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .small-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .small-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 40.0625em) {
    #pageContent .medium-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .large-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    #pageContent .large-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        #pageContent .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    #pageContent .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        #pageContent .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    #pageContent .large-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        #pageContent .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    #pageContent .large-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        #pageContent .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    #pageContent .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        #pageContent .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    #pageContent .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        #pageContent .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    #pageContent .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        #pageContent .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    #pageContent .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        #pageContent .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    #pageContent .large-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        #pageContent .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    #pageContent .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        #pageContent .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    #pageContent .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        #pageContent .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        #pageContent .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

#pageContent * {
    transition: 0.3s
}

#pageContent .site-logo {
    display: inline-block;
    margin-right: 0.625rem;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
    background-color: #0099AF;
    color: white;
    border-radius: 0 0 1.25rem 0;
    line-height: 121%
}

#pageContent hr {
    margin: 0.625rem 0.375rem 1rem
}

#pageContent .intro {
    padding: 0 0 0 1.25rem
}

#pageContent .section-title {
    padding: 0 0 0 1rem
}

#pageContent .panel {
    border-radius: 0 0.625rem
}

#pageContent .items {
    margin: 0;
    padding: 0
}

    #pageContent .items li {
        margin: 0 0 0.5625rem 0;
        list-style: none
    }

        #pageContent .items li:last-child {
            margin-top: -0.0625rem;
            margin-bottom: 0
        }

        #pageContent .items li a {
            display: block;
            position: relative;
            padding: 0.25rem 1.25rem 0.1875rem 0.5rem;
            color: white;
            font-size: 0.625rem;
            line-height: 131%;
            border-radius: 0 0.625rem
        }

            #pageContent .items li a:after {
                position: absolute;
                content: "";
                top: 0.375rem;
                right: 0.4375rem;
                width: 0;
                height: 0;
                border-top: 0.5rem solid #fff;
                border-left: 0.5rem solid transparent
            }

            #pageContent .items li a:hover {
                color: #003F72
            }

                #pageContent .items li a:hover:after {
                    border-top-color: #003F72
                }

@media only screen and (min-width: 44.4375em) {
    #pageContent section > .row .columns:nth-child(odd) .items li {
        margin: 0 0 0.4375rem 0;
        text-align: right
    }
}

#pageContent .professional-standards .panel:hover {
    background-color: #b3b3b3
}

#pageContent .square {
    display: block;
    height: 105px;
    padding: 0.1875rem;
    text-align: center;
    border-radius: 0 0.625rem;
    position: relative
}

    #pageContent .square .normal-content, #pageContent .square .hover-content {
        display: block
    }

    #pageContent .square .normal-content {
        line-height: 131%;
        font-size: 0.75rem;
        color: white
    }

@media only screen and (min-width: 40.0625em) {
    #pageContent .square .normal-content {
        font-size: 0.875rem
    }
}

#pageContent .square .hover {
    display: none
}

#pageContent .square .hover-content {
    font-size: 0.71875rem;
    line-height: 121%;
    color: #003F72
}

#pageContent .square:hover .normal {
    display: none
}

#pageContent .square:hover .hover {
    display: inline
}

#pageContent .table {
    display: table;
    height: 100%
}

#pageContent .table-cell {
    display: table-cell;
    vertical-align: middle
}

#pageContent .insights-and-context .square {
    background: linear-gradient(45deg, #0099AF 0%, #0099AF 50%, #95D1D5 50%, #95D1D5 100%)
}

    #pageContent .insights-and-context .square:hover {
        background: linear-gradient(45deg, #AEDFE5 0%, #AEDFE5 50%, #D2EBED 50%, #D2EBED 100%)
    }

#pageContent .insights-and-context .items li a {
    background: #0099AF
}

    #pageContent .insights-and-context .items li a:hover {
        background: #AEDFE5
    }

#pageContent .strategy-and-performance .square {
    background: linear-gradient(45deg, #fc682e 0%, #fc682e 50%, #fd902d 50%, #fd902d 100%)
}

    #pageContent .strategy-and-performance .square:hover {
        background: linear-gradient(45deg, #FDDE86 0%, #FDDE86 50%, #FFEB8F 50%, #FFEB8F 100%)
    }

#pageContent .strategy-and-performance .items li a {
    background: #fc682e
}

    #pageContent .strategy-and-performance .items li a:hover {
        background: #FDDE86
    }

#pageContent .risk-management-process .square {
    background: linear-gradient(45deg, #AB0F40 0%, #AB0F40 50%, #E51457 50%, #E51457 100%)
}

    #pageContent .risk-management-process .square:hover {
        background: linear-gradient(45deg, #E1B5B7 0%, #E1B5B7 50%, #FBDBDC 50%, #FBDBDC 100%)
    }

#pageContent .risk-management-process .items li a {
    background: #AB0F40
}

    #pageContent .risk-management-process .items li a:hover {
        background: #E1B5B7
    }

#pageContent .organisational-capability .square {
    background: linear-gradient(45deg, #503E7F 0%, #503E7F 50%, #6E5E95 50%, #6E5E95 100%)
}

    #pageContent .organisational-capability .square:hover {
        background: linear-gradient(45deg, #BEB4D1 0%, #BEB4D1 50%, #D3CDE1 50%, #D3CDE1 100%)
    }

#pageContent .organisational-capability .items li a {
    background: #503E7F
}

    #pageContent .organisational-capability .items li a:hover {
        background: #BEB4D1
    }

#pageContent .behavioural-competencies .panel li {
    padding-bottom: 0
}

#pageContent .competency {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .competency {
        margin: 0 0.125rem
    }
}

#pageContent .competency:hover {
    color: #003F72
}

#pageContent .competency.courage-and-confidence {
    background: linear-gradient(to top right, #8C3C67 0%, #8C3C67 50%, #995478 50%, #995478 100%)
}

    #pageContent .competency.courage-and-confidence:hover {
        background: linear-gradient(to top right, rgba(140,60,103,0.6) 0%, rgba(140,60,103,0.6) 50%, rgba(153,84,120,0.6) 50%, rgba(153,84,120,0.6) 100%)
    }

#pageContent .competency.influence-and-impact {
    background: linear-gradient(to top right, #B24F87 0%, #B24F87 50%, #B96294 50%, #B96294 100%)
}

    #pageContent .competency.influence-and-impact:hover {
        background: linear-gradient(to top right, rgba(178,79,135,0.6) 0%, rgba(178,79,135,0.6) 50%, rgba(185,98,148,0.6) 50%, rgba(185,98,148,0.6) 100%)
    }

#pageContent .competency.integrity-ethics-and-values {
    background: linear-gradient(to top right, #BF6BA3 0%, #BF6BA3 50%, #C77EAF 50%, #C77EAF 100%)
}

    #pageContent .competency.integrity-ethics-and-values:hover {
        background: linear-gradient(to top right, rgba(191,107,163,0.6) 0%, rgba(191,107,163,0.6) 50%, rgba(199,126,175,0.6) 50%, rgba(199,126,175,0.6) 100%)
    }

#pageContent .competency.innovation-and-catalyst {
    background: linear-gradient(to top right, #ED66A4 0%, #ED66A4 50%, #F084B5 50%, #F084B5 100%)
}

    #pageContent .competency.innovation-and-catalyst:hover {
        background: linear-gradient(to top right, rgba(237,102,164,0.6) 0%, rgba(237,102,164,0.6) 50%, rgba(240,132,181,0.6) 50%, rgba(240,132,181,0.6) 100%)
    }

#pageContent .competency.building-capability {
    background: linear-gradient(to top right, #D1427C 0%, #D1427C 50%, #D75B8D 50%, #D75B8D 100%)
}

    #pageContent .competency.building-capability:hover {
        background: linear-gradient(to top right, rgba(209,66,124,0.6) 0%, rgba(209,66,124,0.6) 50%, rgba(215,91,141,0.6) 50%, rgba(215,91,141,0.6) 100%)
    }

#pageContent .competency.collaboration-and-partnering {
    background: linear-gradient(to top right, #BA2454 0%, #BA2454 50%, #C85177 50%, #C85177 100%)
}

    #pageContent .competency.collaboration-and-partnering:hover {
        background: linear-gradient(to top right, rgba(186,36,84,0.6) 0%, rgba(186,36,84,0.6) 50%, rgba(200,81,119,0.6) 50%, rgba(200,81,119,0.6) 100%)
    }

#pageContent .career-levels .panel [class*="block-grid"] li {
    padding-bottom: 0
}

#pageContent .level {
    display: block;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem 0.25rem;
    border-radius: 0 0.625rem;
    color: white;
    text-align: center;
    font-size: 0.875rem
}

@media only screen and (min-width: 44.4375em) {
    #pageContent .level {
        margin: 0 0.125rem;
        padding: 1.25rem 0.25rem
    }
}

#pageContent .level:hover {
    color: #003F72
}

#pageContent .level.leadership-level {
    background: linear-gradient(to top right, #004272 0%, #004272 50%, #005185 50%, #005185 100%)
}

    #pageContent .level.leadership-level:hover {
        background: linear-gradient(to top right, rgba(0,66,114,0.6) 0%, rgba(0,66,114,0.6) 50%, rgba(0,81,133,0.6) 50%, rgba(0,81,133,0.6) 100%)
    }

#pageContent .level.senior-level {
    background: linear-gradient(to top right, #468D98 0%, #468D98 50%, #6FA6AF 50%, #6FA6AF 100%)
}

    #pageContent .level.senior-level:hover {
        background: linear-gradient(to top right, rgba(70,141,152,0.6) 0%, rgba(70,141,152,0.6) 50%, rgba(111,166,175,0.6) 50%, rgba(111,166,175,0.6) 100%)
    }

#pageContent .level.management-level {
    background: linear-gradient(to top right, #0099AF 0%, #0099AF 50%, #28A9BC 50%, #28A9BC 100%)
}

    #pageContent .level.management-level:hover {
        background: linear-gradient(to top right, rgba(0,153,175,0.6) 0%, rgba(0,153,175,0.6) 50%, rgba(40,169,188,0.6) 50%, rgba(40,169,188,0.6) 100%)
    }

#pageContent .level.support-level {
    background: linear-gradient(to top right, #00b4ce 0%, #00b4ce 50%, #30bed3 50%, #30bed3 100%)
}

    #pageContent .level.support-level:hover {
        background: linear-gradient(to top right, rgba(0,180,206,0.6) 0%, rgba(0,180,206,0.6) 50%, rgba(48,190,211,0.6) 50%, rgba(48,190,211,0.6) 100%)
    }
}

.address-container
{
    margin-bottom: 20px;
}

.address-container h4
{
    margin-bottom: 0;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.margin-bottom-sm {
    margin-bottom: 1rem;
}

.business-info-fields.show {
    display: block !important;
}

.business-info-fields.hide {
    display: none !important;
}

.privacy-policy label > label {
    padding-left: 0;
}

.in-employment-check label, .in-employment-check label input {
    cursor: pointer;
}

.in-employment-check label:not(:first-of-type) {
    margin-left: 1rem;
}

.cc-revoke.cc-bottom {
    display: none!important;
}

.find-address-feedback {
    display: none;
}