/* Normalize CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline;
    zoom: 1px;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, button, input, select, textarea {
    font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: tahoma, arial, sans-serif;
    color: #4F4F4F;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: none;
}

small {
    font-size: 75%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.content-item p > img {
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    overflow: visible;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

audio:not([controls]), [hidden] {
    display: none;
}

body, figure, form {
    margin: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

#map_canvas * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#map_canvas img {
    max-width: none;
}

/* COLOURS */
/* BASE CSS */
body {
    background: #fff;
    color: #4f4f4f;
}

body, p, li, div {
    font-family: tahoma, arial, sans-serif;
}

a {
    text-decoration: none;
    color: #0068ae;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:visited {
    color: #0068ae;
}

a:hover, a:focus {
    color: #07b9ff;
}

/* GENERAL CLASSES */
.container {
    margin: 0 auto;
    width: 100%;
    clear: both;
    padding: 0 40px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

.last {
    margin-right: 0 !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.imgLeft {
    float: left;
    margin: 0 15px 15px 0;
}

.imgRight {
    float: right;
    margin: 0 0 15px 15px;
}

.imgCenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.hidden {
    display: none;
}

.replace {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nowrap {
    white-space: nowrap;
}

.l-blue {
    color: #07b9ff;
}

.spacing {
    padding: 10px;
}

.meta {
    color: #a5a5a5;
}

.small {
    font-size: 10px;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ececec 100%);
    color: #4f4f4f;
    background-repeat: repeat-x;
}

.btn:visited {
    color: #4f4f4f;
}

.btn:hover, .btn:focus {
    color: #4f4f4f;
    background-position: 0 -5px;
    background-color: #ececec;
    -webkit-transition: background-position 0.15s ease;
    -moz-transition: background-position 0.15s ease;
    -o-transition: background-position 0.15s ease;
    transition: background-position 0.15s ease;
}

.btn.arrow {padding-right: 25px;}
.btn.prevarrow {padding-left: 25px;}
.btn.arrow:before, .btn.prevarrow:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 8px;
    background: url("../images/icn-arr-grey.png") center no-repeat;
}
.btn.arrow:before {right: 10px;}
.btn.prevarrow:before {
	left: 10px;
	background-image: url("../images/icn-arr-grey-l.png");
}

.btn.imgCenter {
    display: block;
}

.flex-video {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* LAYOUT */
.mainstreet {
    padding-bottom: 10px;
}

#main_wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
/*
#main_wrapper > .row {
    margin-bottom: 20px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    box-shadow: 0 0 7px #e3e3e3;
}
*/
.site-header {
    border-radius: 10px;
    margin: 15px 0;
    background: #dbdbdd url("../images/header-banner.png") right 0 no-repeat;

    background: -moz-linear-gradient(-22deg, #0067b1 0%, #001c31 100%);
    background: -webkit-linear-gradient(-22deg, #0067b1 0%,#001c31 100%);
    background: linear-gradient(112deg, #0067b1 0%,#001c31 100%);
}

.site-logo {
    display: block;
    width: 150px;
    height: 74px;
    margin: 30px 30px;
    background: url("../images/logo-icalink2.png") center no-repeat;
    background-size: contain;
}

.header-search {
    float: right;
    margin: 15px 20px 0 0;
}

.header-search label, .header-search input {
    display: inline-block;
    width: auto;
    margin: 0;
}
.header-search input {margin-left: 5px;}

.header-search label {
    color: #fff;
}

#header-search-input {
    height: 28px;
    width: 195px;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.header-search .btn-search {
    float: right;
    height: 28px;
    width: 30px;
    padding: 0;
    margin: 0;
    border: none;
    background: url("../images/icn-search.png") right center no-repeat;
    text-indent: -9000px;
    text-transform: capitalize;
}

.search-row #header-search-input {
    display: inline-block;
    vertical-align: top;
    width: 230px;
}

.search-row .btn-search {
    float: none;
    display: inline-block;
    vertical-align: top;
    height: 28px;
    width: 34px;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    background: url("../images/icn-search-grey.png") center center no-repeat;
    text-indent: -9000px;
    text-transform: capitalize;
}
.header-logout {
    display: inline-block;
    padding: 10px 30px 10px 10px;
    color: #fff;
    background: url("/images/icn-logout.png") right center no-repeat;
    background-size: 20px auto;
}
.header-logout:hover, .header-logout:focus, .header-logout:active {color: #fff; text-decoration: underline;}

.accordion-content {
    padding: 5px 20px 10px;
    display: none;
}

.accordion-content > a {
    border-bottom: 1px dashed #bbbbbb;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
    width: 100%;
}

.accordion-header {
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #0068AE;
    font-size: 15px;
    margin: 0 0 5px;
    cursor: pointer;
    position: relative;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 14%, #f4f4f4 50%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(14%, #fefefe), color-stop(50%, #f4f4f4), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fefefe 14%, #f4f4f4 50%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #fefefe 14%, #f4f4f4 50%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #fefefe 14%, #f4f4f4 50%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #fefefe 14%, #f4f4f4 50%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */
}

.accordion-header:hover {
    background: #08b4f6; /* Old browsers */
    background: -moz-linear-gradient(top, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08b4f6), color-stop(53%, #0390d5), color-stop(100%, #006cb5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08b4f6', endColorstr='#006cb5', GradientType=0); /* IE6-9 */
    color: #ffffff;
}

.accordion-header.active {
    color: #ffffff;
    background: #08b4f6; /* Old browsers */
    background: -moz-linear-gradient(top, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08b4f6), color-stop(53%, #0390d5), color-stop(100%, #006cb5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #08b4f6 0%, #0390d5 53%, #006cb5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08b4f6', endColorstr='#006cb5', GradientType=0); /* IE6-9 */
}

.accordion-header > span {
    background: url("/images/icn-arr-blue.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    z-index: 2;
}

.accordion-header:hover > span {
    background: url("/images/icn-arr-white-r.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    top: 13px;
}

.accordion-header.active > span {
    background: url("/images/icn-arr-white-d.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    top: 15px;
}

.accordion-content .close-accordion {
    background: url("/images/icn-arr-blue-t.png") no-repeat;
    background-position: right 5px;
    border: medium none;
    display: block;
    float: right;
    margin-top: 10px;
    padding: 0 13px 0 0;
    width: auto;
}

.news-block .right, .news-block .left {
    width: 49%;
    padding: 15px 0;
}

.news-block .right h3 {
    margin-top: 0;
}

.avatar > img {
    display: inline-block;
    vertical-align: middle;
}

.avatar-content {
    display: inline-block;
    vertical-align: middle;
}

.avatar-content p {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 10px;
}

.news-block .right > p {
    margin-top: 30px;
    margin-bottom: 10px;
}

.name {
    color: #0068AE;
    font-weight: bold;
}

.date {
    /*font-weight: bold;*/
}

.form-row {
    margin-bottom: 10px;
}

.form-row {
    *zoom: 1;
}

.form-row:before, .form-row:after {
    content: "";
    display: table;
}

.form-row:after {
    clear: both;
}

.site-nav {
    background: #4f4f4f;
    /*border-top: 1px solid #8d8f8c;
    background: -moz-linear-gradient(top, #6e6e6e 0%, #6d6d6d 25%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e6e6e), color-stop(25%, #6d6d6d), color-stop(100%, #444444));
    background: -webkit-linear-gradient(top, #6e6e6e 0%, #6d6d6d 25%, #444444 100%);
    background: -o-linear-gradient(top, #6e6e6e 0%, #6d6d6d 25%, #444444 100%);
    background: -ms-linear-gradient(top, #6e6e6e 0%, #6d6d6d 25%, #444444 100%);
    background: linear-gradient(to bottom, #6e6e6e 0%, #6d6d6d 25%, #444444 100%);
    border-radius: 0 0 10px 10px;*/
}

.site-nav li {
    float: left;
    position: relative;
}

.site-nav li a {
    display: block;
    padding: 7px 26px;
    /*border-right: 1px solid #414141;
    border-left: 1px solid #8e8e8e;*/
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.site-nav li a:hover, .site-nav li a:focus {
    background-color: #444444;
}

/*.site-nav li:first-child a {
    border-left: none;
    border-radius: 0 0 0 10px;
}

.site-nav li:last-child a {
    border-right: none;
    border-radius: 0 0 10px 0;
}*/

.site-nav li a.flyout-toggle {
    padding: 0;
}

.site-nav > .nav > li:hover .subnav, .site-nav > .nav > li:focus .subnav {
    display: block;
}

.site-nav > .nav > li:hover > a, .site-nav > .nav > li:focus > a {
    background-color: #444444;
}

.site-nav .subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 100;
    min-width: 200px;
    background-color: #444444;
    /*background: -moz-linear-gradient(top, #444444 0%, #6d6d6d 75%, #6e6e6e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(75%, #6d6d6d), color-stop(100%, #6e6e6e));
    background: -webkit-linear-gradient(top, #444444 0%, #6d6d6d 75%, #6e6e6e 100%);
    background: -o-linear-gradient(top, #444444 0%, #6d6d6d 75%, #6e6e6e 100%);
    background: -ms-linear-gradient(top, #444444 0%, #6d6d6d 75%, #6e6e6e 100%);
    background: linear-gradient(to bottom, #444444 0%, #6d6d6d 75%, #6e6e6e 100%);
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;*/
}

.site-nav .subnav li {
    float: none;
    display: block;
}

.site-nav .subnav li a {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #414141;
    border-bottom: 1px solid #8e8e8e;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
}

/*.site-nav .subnav li:last-child a {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}*/

.salutation p {
    font-size: 14px;
}

.salutation-title {
    font-size: 34px;
    color: #0068ae;
}

.salutation-date {
	font-size: 14px;
	color: #4f4f4f;
}

.content-item {
    margin-bottom: 20px;
}

.banner-info {
    position: relative;
    border-radius: 10px;
    padding: 10px;
    padding-left: 55px;
    background: url("../images/msg-info.png") 10px 13px no-repeat;
    min-height: 53px;
}

.banner-info.grey {
    background-color: #a1a0a5;
}

.banner-info p {
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("../images/icn-cross.png") center no-repeat;
}

.widget {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.widget-bg {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #fefefe 0%, #fafafa 50%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #fafafa), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fefefe 0%, #fafafa 50%, #ececec 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #fafafa 50%, #ececec 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #fafafa 50%, #ececec 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #fafafa 50%, #ececec 100%);
}

.widget-title {
    border-radius: 5px 5px 0 0;
    margin: 5px;
    padding: 5px 10px;
    background: #c1c2c4;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #c1c2c4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #c1c2c4));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #c1c2c4 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #c1c2c4 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #c1c2c4 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #c1c2c4 100%);
    font-weight: bold;
    font-size: 16px;
}

.widget-title a span {
    color: #4f4f4f;
}


.widget-title h1, .widget-title h2, .widget-title h3, .widget-title h4, .widget-title h5, .widget-title h6 {
    margin: 0;
    color: #4f4f4f;
}

.widget-title.blue {
    color: #fff;
    background: #0abefd;
    background: -moz-linear-gradient(top, #0abefd 0%, #006ab2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0abefd), color-stop(100%, #006ab2));
    background: -webkit-linear-gradient(top, #0abefd 0%, #006ab2 100%);
    background: -o-linear-gradient(top, #0abefd 0%, #006ab2 100%);
    background: -ms-linear-gradient(top, #0abefd 0%, #006ab2 100%);
    background: linear-gradient(to bottom, #0abefd 0%, #006ab2 100%);
}

.section-title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: 2px solid #a1a0a5;
}

.news-update-title {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    color: #4f4f4f;
}

.widget-icon {
    margin-right: 10px;
    vertical-align: middle;
}

.article-row {
    border-bottom: 1px dashed #e9e9e9;
    padding: 10px;
    margin: 0;
}
.article-row p:last-child {margin-bottom: 0;}
.article-row-wrap .article-row:last-child {border-bottom: 0;}

.mediaLink.columns.nine, .mediaLink.columns.twelve {
    background-image: url("/images/icn-arr-blue.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 97% center;
    padding-right: 15px;
}

.mediaLink.columns.nine > a {
    display: block;
    line-height: 14px;
}

.mediaLink > .date {
    font-weight: normal;
}

.search-row {
    padding: 5px 10px;
    margin: 0;
}

.search-row p:last-child {
    margin-bottom: 0;
}

.cal-day, .cal-mth {
    text-align: center;
}

.cal-day {
    margin-top: 5px;
    font-size: 22px;
    font-weight: bold;
}

.cal-mth {
    font-size: 16px;
}

a .cal-day, a .cal-mth, .event-list a p {
    color: #4f4f4f;
}

.faq-arrow {
    display: block;
    background: url("../images/icn-arr-blue.png") right center no-repeat;
}

.staff-log-row {
    border-bottom: 1px solid #e4e4e4;
    line-height: 18px;
    padding: 2px 0;
}

.staff-log-row.media-row {
    padding: 5px 0 1px;
}

.staff-log-row.row {
    margin: 0;
}

.staff-log-row .columns, .staff-log-row .column {
    padding: 0 0 0 5px;
}

.staff-contact h2 {
    color: #0068AE;
    font-size: 22px;
    margin-bottom: 5px;
}

.staff-contact.eight.columns {
    padding: 0;
}

.staff-contact.eight.columns > p.role {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.staff .content-item {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.staff-contact.eight.columns > p > span {
    font-weight: bold;
}

.staff-contact.eight.columns > p {
    margin-bottom: 0;
}

.content-item.staff-avatar {
    position: relative;
    float: left;
    padding: 11px;
    margin: 30px 15px;
    border: 1px solid #E3E3E3;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.35);
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.content-item.staff-avatar > img {
    display: block;
}

.avatar-paperclip {
    width: 27px;
    height: 46px;
    position: absolute;
    top: -22px;
    left: 17px;
    background: url('/images/icn-paperclip.png') center no-repeat;
}

.staff-thumb {
    height: 100%;
    min-height: 111px;
    width: 100%;
    background-position: 0 center;
    background-size: contain;
    background-repeat: no-repeat;
}

.twitter-box {
    padding: 5px 10px;
    max-height: 200px;
    overflow: auto;
}

.footer-widget {
    min-height: 150px;
}

.imageList {
    margin-bottom: 15px;
}

.date {
    color: #BBBBBB;
    margin-bottom: 0px;
}

.accordion-content > p {
    margin-bottom: 7px;
}

.accordion-content h4 {
    margin: 0 0 7px;
}

.iosSlider {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 320px;
}

.iosSlider .slider {
    width: 100%;
    height: 100%;
}

.iosSlider .slider .slide {
    display: block;
    float: left;
    width: 100%;
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.iosSlider .slider img {

}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    padding: 15px;
    color: #fff;
}
.slide-caption h5 {color: #fff; margin-top: 0; margin-bottom: 5px;}
.slide-caption p {margin-bottom: 5px;}

/* bValidator Form Messages */
.bvalidator_invalid {
    background-color: #FFFFAE;
}

.bvalidator_errmsg {
    display: none;
    padding: 1px 10px 1px 5px;
    background-color: #333;
    border: 1px solid #999;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    white-space: nowrap;
    color: #FFF;
}

.bvalidator_errmsg div {
    font-size: 11px;
}

.bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0068ae;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.bvalidator_errmsg em {
    position: absolute;
    bottom: -8px;
    left: 8px;
    display: block;
    height: 0;
    width: 0;
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
}

#datepicker {
    float: left;
    margin: 13px 0 0 5px;
    width: 274px;
}

.ui-datepicker-header {
    position: relative;
    background: #a1a0a5;
    border-radius: 5px 5px 0 0;
}

.ui-datepicker-title {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    display: block;
    height: 10px;
    width: 10px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 20px;
    background-image: url("../images/icn-arr-white-l.png");
}

.ui-datepicker-next {
    right: 20px;
    background-image: url("../images/icn-arr-white-r.png");
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th, .ui-datepicker-calendar td a {
    font-size: 14px;
    color: #4f4f4f;
    text-align: center;
}

.ui-datepicker-calendar th {
    padding: 5px 0;
    font-size: 13px;
}

.ui-datepicker-calendar td {
    padding: 0;
    border: 1px solid #e1e1e1;
    background: #e8e8e8;
}

.ui-datepicker-calendar a {
    display: block;
    padding: 10px 0;
    width: 38px;
    font-weight: bold;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, white 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, white 0%, #ececec 100%);
    background: -o-linear-gradient(top, white 0%, #ececec 100%);
    background: -ms-linear-gradient(top, white 0%, #ececec 100%);
    background: linear-gradient(to bottom, white 0%, #ececec 100%);
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
    color: #fff;
    font-weight: normal;
    background: #0abefd;
    background: -moz-radial-gradient(center, ellipse cover, #15bdff 40%, #0461fc 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%, #15bdff), color-stop(100%, #0461fc));
    background: -webkit-radial-gradient(center, ellipse cover, #15bdff 40%, #0461fc 100%);
    background: -o-radial-gradient(center, ellipse cover, #15bdff 40%, #0461fc 100%);
    background: -ms-radial-gradient(center, ellipse cover, #15bdff 40%, #0461fc 100%);
    background: radial-gradient(ellipse at center, #15bdff 40%, #0461fc 100%);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #fff;
}

/* List Rotator News Banner */
.l-rotator {
    background-color: #000;
    position: relative;
    width: 622px;
    height: 270px;
    overflow: hidden;
}

.l-rotator a {
    outline: none;
}

.l-rotator .screen {
    position: relative;
    top: 0;
    left: 170px;
    width: 452px;
    height: 270px;
    overflow: hidden;
}

.l-rotator .main-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border: 0;
}

.l-rotator .textbox {
    position: absolute;
    z-index: 4;
    overflow: hidden;
    visibility: hidden;
    height: auto;
    color: #fff;
    top: initial !important;
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
}

.l-rotator .inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 0;
}

.l-rotator .inner-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: #FFF;
    z-index: 1;
    line-height: 1.4;
}

.l-rotator .thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 270px;
    z-index: 10;
}

.l-rotator .thumbnails ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 999999px;
    margin: 0;
    padding: 0;
}

.l-rotator .thumbnails li {
    position: relative;
    display: block;
    float: left;
    clear: both;
}

.l-rotator .thumbnails li a {
    display: none;
}

.l-rotator .thumbnails li div {
    display: none;
    color: #FFF;
    background-color: #000;
}

.l-rotator .thumbnails .thumb {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    display: block;
    display: table;
    float: left;
    cursor: pointer;
    width: 170px;
    border-bottom: 1px solid #8d8d8f;
    /*padding: 5px 20px;*/
    padding: 5px 15px;
    background: #a1a0a5;
}

.l-rotator .thumbnails .thumb img {
    display: block;
    float: left;
    padding-right: 5px;
}

.l-rotator .thumbnails .thumb p {
    display: block;
    display: table-cell;
    overflow: hidden;
    margin: 0;
    vertical-align: middle;
    line-height: 1.35;
}

.l-rotator .thumbnails li.selected .thumb {
    background: #0169b0;
    background: -moz-linear-gradient(top, #09bffe 0%, #0392d6 40%, #0392d6 60%, #0169b0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #09bffe), color-stop(40%, #0392d6), color-stop(60%, #0392d6), color-stop(100%, #0169b0));
    background: -webkit-linear-gradient(top, #09bffe 0%, #0392d6 40%, #0392d6 60%, #0169b0 100%);
    background: -o-linear-gradient(top, #09bffe 0%, #0392d6 40%, #0392d6 60%, #0169b0 100%);
    background: -ms-linear-gradient(top, #09bffe 0%, #0392d6 40%, #0392d6 60%, #0169b0 100%);
    background: linear-gradient(to bottom, #09bffe 0%, #0392d6 40%, #0392d6 60%, #0169b0 100%);
    color: #FFF;
    cursor: default;
}

.l-rotator .thumbnails li.selected .thumb:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -20px;
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: rgba(3, 131, 202, 0);
    border-right-color: #0392d6;
    border-width: 10px;
}

.l-rotator .thumbnails li.item-over .thumb {
    background: #b5b4b7;
}

.l-rotator #scrollbar {
    position: relative;
    width: 2px;
    height: 100%;
    overflow: hidden;
    background-color: #FFF;
    visibility: hidden;
}

.section-title .widget-icon {
    display: inline-block;
    vertical-align: middle;
}

.section-title h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.twitter {
    background-image: url("/images/twitter.png");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 28px;
    height: 26px;
    display: inline-block;
    margin-right: 15px;
}

.linkedin {
    background-image: url("/images/linkedin.png");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 28px;
    height: 26px;
    display: inline-block;
}

.staff-download > div {
    display: inline-block;
    margin-right: 15px;
}

.staff-download > div.today {
    margin-right: 0;
}

.staff-download.four.columns {
    padding-right: 0;
    text-align: right;
    padding-top: 15px;
}

.button {
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top, #6d6d6d 0%, #636363 50%, #4a4a4a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(50%, #636363), color-stop(100%, #4a4a4a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6d6d 0%, #636363 50%, #4a4a4a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6d6d 0%, #636363 50%, #4a4a4a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6d6d 0%, #636363 50%, #4a4a4a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6d6d6d 0%, #636363 50%, #4a4a4a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#4a4a4a', GradientType=0); /* IE6-9 */
    border-radius: 5px;
    border: none;
    box-shadow: none;
    color: #11b5fc !important;
    padding: 5px;
}

.button > img {
    margin-right: 10px;
    vertical-align: middle;
}

.button.light {
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f5f5f5 50%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(50%, #f5f5f5), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f5f5f5 50%, #efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfdfd 0%, #f5f5f5 50%, #efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfdfd 0%, #f5f5f5 50%, #efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdfdfd 0%, #f5f5f5 50%, #efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#efefef', GradientType=0); /* IE6-9 */
    border: 1px solid #DDDDDD;
    font-weight: normal;
    padding: 5px 10px;
    color: #0068AE !important;
    margin-bottom: 5px;
}

.staff-download .button {
    margin-top: 70px;
}

.staff-download > div > img {
    margin-right: 5px;
    vertical-align: middle;
}

.profile-title {
    display: inline-block;
    width: 25%;
}

.profile-content {
    display: inline-block;
    padding-top: 10px;
    vertical-align: top;
    width: 72%;
}

.fix-width .profile-content {
    width: 100%;
}

.profile-content > p {
    margin-bottom: 0;
}

.profile-title > h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.content-item.profile-overview {
    margin-bottom: 10px;
}

.content-item.profile-resp {
    border-top: 1px dashed #CCCCCC;
    margin-top: 25px;
}

.profile-card {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(left, #ececec 0%, #f2f2f2 66%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ececec), color-stop(66%, #f2f2f2), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ececec 0%, #f2f2f2 66%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ececec 0%, #f2f2f2 66%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ececec 0%, #f2f2f2 66%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #ececec 0%, #f2f2f2 66%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin: 15px auto;
    padding: 20px;
    width: 500px;
}

.card {
    text-align: center;
}

.profile-card {
    position: relative;
}

.profile-card .staff-contact {
    width: 65%;
}

.profile-card .avatar {
    position: absolute;
    right: -85px;
    top: 0;
    width: 250px;
}

.profile-card .top h2 {
    margin-top: 0;
    text-align: left;
}

.profile-card .top p {
    margin-bottom: 0;
    text-align: left;
}

.profile-card .top p.role {
    margin-bottom: 10px;
}

.profile-card .bottom div {
    display: inline-block;
    margin-right: 10px;
    vertical-align: 11px;
}

.profile-card .bottom div img {
    vertical-align: middle;
    margin-right: 8px;
}

.profile-card .bottom .linkedin {
    margin-right: 15px;
}

.profile-card .bottom {
    border-top: 1px dashed #FFFFFF;
    margin-top: 15px;
    padding-top: 10px;
    text-align: left;
}

.directory {
    padding: 20px 50px;
}

.directory-search {
    background: #eff1f0; /* Old browsers */
    background: -moz-linear-gradient(top, #eff1f0 0%, #dadbdd 50%, #c3c4c8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff1f0), color-stop(50%, #dadbdd), color-stop(100%, #c3c4c8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eff1f0 0%, #dadbdd 50%, #c3c4c8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eff1f0 0%, #dadbdd 50%, #c3c4c8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eff1f0 0%, #dadbdd 50%, #c3c4c8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eff1f0 0%, #dadbdd 50%, #c3c4c8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff1f0', endColorstr='#c3c4c8', GradientType=0); /* IE6-9 */
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 7px;
}

.directory-search > input[type="text"] {
    border-radius: 10px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 0;
}

.directory-search select {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    display: inline-block;
    height: 25px;
    padding: 3px 10px 3px 3px;
    width: 300px;
    vertical-align: top;
    margin-right: 20px;
    color: #a2a2a2;
}

.directory-search input.button[type="submit"] {
    color: #FFFFFF !important;
    padding: 4px 15px;
}

.anchor > a {
    background: none repeat scroll 0 0 #09BFFF;
    border: 1px solid #09BFFF;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 5px 4px;
}

.anchor > a.selected {
    background: #ffffff;
    color: #09BFFF;
}

.anchor-desc > span {
    color: #09BFFF;
    font-weight: bold;
}

.anchor {
    margin-bottom: 20px;
    margin-top: 15px;
}

.anchor-list .four h3 {
    color: #0068AE;
    margin-bottom: 5px;
}

.anchor-list .three.columns > p {
    margin-bottom: 5px;
}

.division {
    /*display: table;*/
    font-weight: bold;
    margin: 20px auto 0;
}

.division.purple {
    color: #410080;
}

.division.green {
    color: #02b14a;
}

.division.pink {
    color: #b41474;
}

.anchor-list {
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 10px;
    margin-top: 10px;
}

.article .one.columns {
    padding: 0;
}

.people {
    margin-bottom: 25px;
}

.people .time {
    color: #BBBBBB;
    margin-top: 7px;
}

/** Calendar **/
#calendar {
    margin: 5px 0;
}

.calendar body, .calendar p, .calendar li, .calendar div, .calendar caption, .calendar th.header {
    font-family: arial;
}

.calendar {
    width: 100%;
    border: 1px solid #DDDDDD;
    color: #CCCCCC;
    margin-bottom: 0
}

.calendar caption {
    background: #09b8f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #d7d8da 50%, #c0c1c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(50%, #d7d8da), color-stop(100%, #c0c1c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #d7d8da 50%, #c0c1c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%, #d7d8da 50%, #c0c1c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%, #d7d8da 50%, #c0c1c3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 0%, #d7d8da 50%, #c0c1c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#c0c1c3', GradientType=0); /* IE6-9 */
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    color: #4F4F4F;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}

.calendar caption a {
    color: #413A32;
    font-size: 15px;
}

.calendar th.header {
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #DDDDDD;
    color: #4F4F4F;
    text-align: center;
}
table.calendar tbody tr {background: #fff;}
.calendar td, .calendar th {
    /*background: #ffffff;*/
    font-size: 30px;
    height: 90px;
    width: 128px;
    width: 14.28%;
    border: 1px solid #DDDDDD;
    text-align: left;
    padding: 0;
    position: relative;
}

.calendar td.calendar-hasevents {
    background: #e8e8e8;
}

.calendar td.calendar-hasevents .event {
    color: #6f6f71;
}

.calendar td.calendar-hasevents .numOnly {
    opacity: 0.5;
    text-shadow: 1px 0 1px rgba(87, 87, 87, 0.5);
}

.calendar .today {
    /*background: #048FD4;
    background: -moz-linear-gradient(top, #09B8F9 0%, #048FD4 50%, #0274BD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #09B8F9), color-stop(50%, #048FD4), color-stop(100%, #0274BD));
    background: -webkit-linear-gradient(top, #09B8F9 0%, #048FD4 50%, #0274BD 100%);
    background: -o-linear-gradient(top, #09B8F9 0%, #048FD4 50%, #0274BD 100%);
    background: -ms-linear-gradient(top, #09B8F9 0%, #048FD4 50%, #0274BD 100%);
    background: linear-gradient(to bottom, #09B8F9 0%, #048FD4 50%, #0274BD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09B8F9', endColorstr='#0274BD', GradientType=0);*/
}

.calendar .selected-day , .calendar td.calendar-hasevents.selected-day{
    background: #07C4FF;
    /*background: -moz-linear-gradient(top, #e5f1f8 0%, #b3d5eb 50%, #80b9de 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1f8), color-stop(50%, #b3d5eb), color-stop(100%, #80b9de));
    background: -webkit-linear-gradient(top, #e5f1f8 0%, #b3d5eb 50%, #80b9de 100%);
    background: -o-linear-gradient(top, #e5f1f8 0%, #b3d5eb 50%, #80b9de 100%);
    background: -ms-linear-gradient(top, #e5f1f8 0%, #b3d5eb 50%, #80b9de 100%);
    background: linear-gradient(to bottom, #e5f1f8 0%, #b3d5eb 50%, #80b9de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f1f8', endColorstr='#80b9de', GradientType=0);*/
}

.calendar .today .datebox {
    background: #fff;
    color: #4F4F4F;
    font-size: 45px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: -1px;
}

.calendar .today .event div.caption {
    background: -moz-linear-gradient(top, #FEFEFE 0%, #F6F6F6 50%, #ECECEC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(50%, #F6F6F6), color-stop(100%, #ECECEC));
    background: -webkit-linear-gradient(top, #FEFEFE 0%, #F6F6F6 50%, #ECECEC 100%);
    background: -o-linear-gradient(top, #FEFEFE 0%, #F6F6F6 50%, #ECECEC 100%);
    background: -ms-linear-gradient(top, #FEFEFE 0%, #F6F6F6 50%, #ECECEC 100%);
    background: linear-gradient(to bottom, #FEFEFE 0%, #F6F6F6 50%, #ECECEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#ECECEC', GradientType=0);
}



.calendar .grey-out {
    background: #f5f5f5;
}

.calendar a {
    font-size: 10px;
    display: block
}
.legend-item {
	position: relative;
	padding-left: 16px;
}
	.legend-item .cal-tag {
		right: auto;
		left: 0;
	}
.event {
	min-height: 30px;
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1.2;
    position: relative;
    color: #4d4e50;
    background-repeat: no-repeat;
    /*width: 100%;
    float: left; border-top:1px solid #DDDDDD; border-left:1px solid #DDDDDD ;border-right:1px solid #DDDDDD*/
}
.event.hasicon {
	padding-left: 23px;
    background-position: 2px center;
    background-repeat: no-repeat;
}
.event.birthday {
	background-image: url("/images/cupcake.png");
	background-size: 18px auto;
}
.event.pay {
	background-image: url("/images/icn-payday.png");
	background-size: 17px auto;
}
.event:hover, .event:focus {color: #000;}
.event div {
	font-size: 10px;
	line-height: 1.2;
}
.event.bg-bluelight {background-color: #dbf6ff;}
.event.bg-bluemid {background-color: #9ee6ff;}
.event.bg-pink {background-color: #f6b0ae;}
.event.bg-green {background-color: #d2ee73;}
.event.bg-yellow {background-color: #ffc55a;}
.event.bg-purple {background-color: #D8BFD8;}
.cal-tag {
	position: absolute;
	right: 0;
	top: 0;
	border: solid transparent;
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(7, 196, 255, 0);
	border-right-color: #07c4ff;
	border-width: 0px 10px 10px 0;
}
.cal-tag.red {border-right-color: #ff0000;}
.all-events {
	position: absolute;
	top: 0px;
	right: 15px;
	text-decoration: underline;
	font-size: 11px;
}
.calendar .all-events {
	font-size: 11px;
}
.payday .numOnly {
	color: #87b800;
}


/*.event.large{height: 150px;}
.event.medium{height: 50px;}
.event.small{height: 50px;}
.event.small.last{height: 100px;}
.event {
    margin-bottom: 5px;
}*/

.event div.caption {
    /*position: absolute;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
    height: 50px;
    width:100%;
    border-bottom: 1px solid #DDDDDD;*/
    overflow: hidden;
    line-height: 13px;
}

/*.event a{color:#FFFFFF !important;padding:2px;font-size: 12px;text-align: left; font-weight: bold; height: auto;}
.calendar tr td > a {
    color: #4F4F4F !important;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    height: auto;
}*/

.caption > div {
    font-size: 10px;
    text-align: left;
    font-weight: 400;
    height: auto;
    padding: 3px 5px;
}

.event .date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #a1a0a5;
}

.numOnly, a.numOnly {
	display: block;
	padding: 2px 4px;
    line-height: 1;
    font-size: 15px;
    color: #3c0087;
    font-weight: bold;
}
.prevday .numOnly {
	color: #d2d2d4;
}
.today .numOnly {
	color: #1abbff;
}

#event-content .caption > div {
    color: #FFFFFF;
}

.more-button.mobile {
    display: none;
}

.event-month {
    background: none repeat scroll 0 0 #F9A21D;
    color: #FFFFFF;
    height: 45px;
    padding: 4px 0 0;
    text-align: center;
    width: 45px;
    float: left;
}

.event-month > span {
    font-size: 18px;
    font-weight: bold;
}

.event-time {
    background: none repeat scroll 0 0 #313131;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    padding-top: 7px;
    text-align: center;
    width: 47px;
}

.event-title {
    float: left;
    margin-left: 15px;
    margin-top: 8px;
}

.event-title h1 {
    margin-bottom: 0px;
}

.grey-out .numOnly {
    color: #DFDBDC;
    text-shadow: none;
}

.blue-theme .event div.caption {
    background-color: #A9DDF5;
}

.blue-theme .event .date {
    background-color: #ffffff;
    color: #0bbffe;
}

.large.event div.caption {
    height: 100px;
}

.two-only .date {
    background-color: #A1A0A5;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 auto;
    position: static !important;
    width: 50px;
}

.caption > div.cal-more {
    color: #3E1283;
    line-height: 50px;
    padding: 0 5px;
}

.orange {
    color: #f45825;
}

.event-icon {
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: transparent;
    padding-left: 35px !important;
    height: 24px;
}

.event-icon.birthday {
    background-image: url("/images/today.png");
    color: #6F6F71;
}

.event-list {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

.calendar-block .four.columns > div {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}

.calendar-block .four.columns .widget-title {
    margin: 0;
}

.search-wrapper {
    padding: 10px;
    height: 145px;
}

.search-wrapper > p {
    margin-bottom: 10px;
    line-height: 15px;
}

.search-wrapper > label {
    display: inline-block;
    margin-left: 5px;
    vertical-align: -1px;
    width: 90%;
    margin-bottom: 10px;
}

.search-wrapper .button.light {
    color: #4D4D4D !important;
    display: block;
    margin: 5px auto;
    width: 195px;
    text-align: left;
}

.search-wrapper .button.light > img {
    margin: 3px;
    float: right;
}

.search-wrapper .search-row #header-search-input {
    width: 200px;
}

.search-wrapper .search-row {
    padding: 0;
    margin-top: 40px;
}

.search-wrapper textarea {
    height: 50px;
    margin-bottom: 10px;
}

.row.calendar-block {
    margin-bottom: 10px;
    margin-top: 10px;
}

.cal-instruction > div {
    display: inline-block;
    margin-right: 40px;
    color: #BBBBBB;
}

.cal-instruction div span, .event-key span {
    display: inline-block;
    height: 15px;
    margin-right: 3px;
    vertical-align: -3px;
    width: 15px;
}

.green-c {
    background: none repeat scroll 0 0 #167D4E;
}

.purple-c {
    background: none repeat scroll 0 0 #662e93;
}

.orange-c {
    background: none repeat scroll 0 0 #f05924;
}

.cal-instruction {
    margin: 10px 0;
    text-align: right;
}

.cal-instruction > div:last-child {
    margin-right: 0;
}

.event-key {
    display: block;
    margin: 10px 0 10px auto;
    width: 300px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding-bottom: 15px;
}

.event-key .widget-title.grey {
    margin: 0;
    font-size: 13px;
}

.key {
    border-bottom: 1px dashed #DDDDDD;
    padding: 3px 10px;
    text-align: right;
}

.key > p {
    width: 260px;
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
}

.oneday .one.columns {
    margin-top: 15px;
    padding: 0;
}

.day, .month {
    text-align: center;
}

.day {
    color: #07B9FF;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}

.month {
    font-size: 20px;
}

.day-event h2 {
    margin-bottom: 5px;
}

.address {
    color: #8F8F8F;
    font-weight: bold;
}

.day-event {
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.day-event .button {
    padding-left: 10px;
    margin-right: 15px;
}

.day-event .button img {
    margin-left: 20px;
    margin-right: 5px;
}

.bx-wrapper {
    margin: 0 auto 7px;
}

.bx-wrapper .bx-prev {
    background-image: url("/bxslider/images/left.png");
    background-position: 0 0;
    left: 0;
}

.bx-wrapper .bx-next {
    background-image: url("/bxslider/images/right.png");
    background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
    width: 37px;
    height: 44px;
}

.bx-wrapper .bx-next:hover {
    background-position: 0 0;
}

.thumbScroller {
    left: -10px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}

#pager a {
    float: left;
    margin-right: 3px;
    position: relative;
}

#pager a:last-child {
    margin-right: 0px;
}

.pdf-icon {
    background-image: url('/images/pdf_icon.gif');
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 1px center;
}

.comment {
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    clear: both;
    margin-bottom: 10px;
    padding: 10px;
}

.alert-box.rejected {
    background-color: #E1A4A4;
}

.alert-box.approved {
    background-color: #C4E1A4;
}

.key_responsibility_container {
    padding-top: 40px;
    text-align: left;
}

.key_responsibility_container > img {
    margin-right: 7px;
}

.key_responsibility_container > img:last-child {
    margin-right: 0;
}

.resp-line {
    margin-bottom: 10px;
}

.resp-line > img {
    vertical-align: middle;
    margin-right: 5px;
}

.accordion-content.c-content.audiablearea > ul {
    margin: 0;
}

.chart-container {
    margin: -20px auto 20px;
    max-width: 99%;
    background: #fff;
    -moz-box-shadow: 0 0 7px #E3E3E3;
    -webkit-box-shadow: 0 0 7px #E3E3E3;
    box-shadow: 0 0 7px #E3E3E3;
}

.chart-container-overlay {
    max-width: 977px;
    margin: 0 auto;
    background: #fff;
    height: 10px;
    position: relative;
    top: -5px;
}

/*  .thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100px;
    height: 65px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
*/
#cms-gallery {
    background: black url("/images/orbit/loading.gif") center center no-repeat;
    height: 500px;
}

#cms-gallery img, #cms-gallery .caption-showEvents, #cms-gallery .caption-text {
    /*  display: none;*/
}

#cms-gallery.orbit {
    height: auto;
    background: none;
}

#cms-gallery.orbit img, #cms-gallery.orbit .caption-showEvents, #cms-gallery.orbit .caption-text {
    display: block;
}

.slide-inner {
    text-align: center;
}

.slide, .slide-inner, .slide-inner > img {
    height: 100%;
}

.icaSlider .prev {
    background: url("/images/orbit/left-arrow.png") repeat scroll 0 0 / 100% auto transparent;
    border: none;
    height: 50px;
    left: 0px;
    position: absolute;
    top: 41%;
    width: 39px;
}

.icaSlider .next {
    background: url("/images/orbit/right-arrow.png") repeat scroll 0 0 / 100% auto transparent;
    border: none;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 41%;
    width: 39px;
}

.gallerythumbs {
    padding: 5px 50px;
    position: relative;
}

.gallerythumbs-item-fade {
    opacity: 0.7;
}

.gallerythumbs-item-fade:hover {
    opacity: 1;
}

.gallerythumbs-block {
    height: 75px;
    overflow: hidden;
}

.gallerythumbs-block ul {
    padding-left: 0px !important;
    margin: 0 !important;
}

.gallerythumbs-block ul li {
    float: left;
    margin-right: 5px;
    list-style: none !important
}

.gallerythumbs-block ul li:last-child {
    margin-right: 0;
}

.gallerythumbs div.thumb-nav span.left {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/images/orbit/left-arrow.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 100% auto;
    left: 0;
}

.gallerythumbs div.thumb-nav span.left {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/images/orbit/left-arrow.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 100% auto;
    left: 0;
}

.gallerythumbs div.thumb-nav span.right {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/images/orbit/right-arrow.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 100% auto;
    right: 0;
}

.gallerythumbs div.thumb-nav span {
    cursor: pointer;
    height: 50px;
    margin-top: -30px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 39px;
    z-index: 30;
}

.gallerythumbs-item img {
    min-width: 100px;
    height: 65px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    display: none;
}

.events-overview {
    background: #e8e8e8;
    border-radius: 6px;
    margin-top: 5px;
}

.events-header {
    text-align: center;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #757575;
    color: #0274BD;
}

.event-item {
    overflow: hidden;
    margin: 0 8px;
    padding: 10px 0 15px 0;
    border-bottom: 1px dashed #fff;
}

.event-item:last-child {
    border-bottom: none;
}

.event-type {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.event-type img {
    margin-right: 5px;
}

.event-content {
    float: left;
    max-width: 50%;
}

.event-date {
    float: right;
    max-width: 50%;
}

.event-bold-title {
    color: #000;
    font-weight: bold;
}

.note-triangle {
    position: relative;
}
.note-triangle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #a1a0a5;
}
.sideNav {

}
	.sideNav .btn {
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 15px;
		margin-bottom: 2px;
	}
	.sideNav .btn.current {
		color: #fff;
		background: #009de2;
		background: -moz-linear-gradient(top, #009de2 0%, #0085ca 50%, #006eb5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009de2), color-stop(50%, #0085ca), color-stop(100%, #006eb5));
		background: -webkit-linear-gradient(top, #009de2 0%, #0085ca 50%, #006eb5 100%);
		background: -o-linear-gradient(top, #009de2 0%, #0085ca 50%, #006eb5 100%);
		background: -ms-linear-gradient(top, #009de2 0%, #0085ca 50%, #006eb5 100%);
		background: linear-gradient(to bottom, #009de2 0%, #0085ca 50%, #006eb5 100%);
	}
	.sideNav .btn.arrow.current:before {
		background-image: url("../images/icn-arr-white-sm.png");
	}

.doc-hdr {
	overflow: hidden;
}
	.doc-hdr h1 {

	}
	.doc-vers {
		float: right;
		font-size: 20px;
	}
	.doc-hdr .doc-vers {
		margin-top: 14px;
	}
.doc-pagination {
	margin: 20px 0 30px;
	overflow: hidden;
}
	.doc-pagination .btn, .doc-pagination .btn {
		min-width: 215px;
		max-width: 50%;
	}
	.doc-pagination .prevarrow {float: left;}
	.doc-pagination .arrow {float: right;}
.doc-footer {
	position: relative;
	padding: 20px 25px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
}
	.doc-footer .medupdate-date-tile {
		position: absolute;
		top: 20px;
		right: 25px;
	}
	.doc-meta {
		padding-right: 200px;
		margin-bottom: 10px;
		font-weight: bold;
		line-height: 21px;
	}
	.doc-meta .editormember {
		display: inline-block;
		padding-left: 25px;
		margin-left: 5px;
		color: #787878;
		background: url("../images/icn-member.png") 0 0 no-repeat;
	}
	.doc-notes p {font-size: 11px;}
	.doc-notes p:last-child {margin-bottom: 0;}
.lounge-form {
	padding: 25px 30px;
	margin-bottom: 10px;
	background: #e3e3e3;
	border-radius: 5px;
}
	.lounge-form .btn.arrow {
		padding-top: 7px;
		padding-bottom: 7px;
		display: block;
		cursor: pointer;
	}
	.lounge-form input, .lounge-form button {
		border-radius: 5px;
		display: block;
		width: 100%;
		text-align: left;
	}
	.lounge-form > p {margin-bottom: 10px;}
	.fileuploader-wrap {
		position: relative;
	}
		.fileuploader-style {
		}
			.fileuploader-style .btn.arrow {
				float: right;
				width: 105px;
				padding-top: 7px;
				padding-bottom: 7px;
			}
			.fileuploader-style .flexfield {
				margin-right: 115px;
			}
		.fileuploader-overlay {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			opacity: 0;
                        cursor: pointer;
			/*visibility: hidden;*/
		}
		.btn.blue {
			color: #fff;
			background: #009de2;
			border-color: #006eb5;
			background: -moz-linear-gradient(top, #009de2 0%, #0085ca 50%, #006eb5 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009de2), color-stop(50%, #0085ca), color-stop(100%, #006eb5));
			background: -webkit-linear-gradient(top, #009de2 0%, #0085ca 50%, #006eb5 100%);
			background: -o-linear-gradient(top, #009de2 0%, #0085ca 50%, #006eb5 100%);
			background: -ms-linear-gradient(top, #009de2 0%, #0085ca 50%, #006eb5 100%);
			background: linear-gradient(to bottom, #009de2 0%, #0085ca 50%, #006eb5 100%);
	}
	.btn.blue.arrow:before {
		background-image: url("../images/icn-arr-white-sm.png");
	}
#js-posttext, #js-postfile, #js-postlink {display: none;}
.stafflounge-wrap {
	margin: 0 -9px;
	text-align: center;
}
	.stafflounge-tile {
		display: inline-block;
		vertical-align: top;
		width: 330px;
		padding: 20px 8px;
		text-align: left;
	}
		.stafflounge-thumb {
			display: block;
			height: 205px;
			margin-bottom: 3px;
			border: 1px solid #e3e3e3;
			border-radius: 5px;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.stafflounge-cap {
			position: relative;
		}
			.stafflounge-time {
				margin-bottom: 10px;
				font-size: 11px;
				color: #989c9b;
			}
			.stafflounge-time + .stafflounge-author {
				margin-top: -5px;
				margin-bottom: 10px;
			}
			.stafflounge-title {
				display: block;
				padding-right: 30px;
				margin-bottom: 5px;
				font-weight: bold;
				font-size: 14px;
				line-height: 1.4;
			}
			.stafflounge-comments {
				position: absolute;
				top: 23px;
				right: 0;
				padding: 2px 0 2px 20px;
				height: 15px;
				font-size: 11px;
				color: #9d9d9d;
				background: url("../images/icn-comments.gif") 0 0 no-repeat;
			}
			.stafflounge-author {
				font-size: 11px;
			}
.staffpost-comments-wrap {
    margin-top:20px;
}
	.staffpost-comments-wrap .stafflounge-comments {
		position: static;
		margin-bottom: 10px;
	}
	.staffpost-comment {
		overflow: hidden;
		margin-bottom: 20px;
	}
		.staffpost-commentauthor {
			float: right;
			width: 80px;
			line-height: 1.4;
		}
			.staffpost-commentauthor img {
				margin-bottom: 5px;
			}
		.staffpost-commentbody {
			position: relative;
			margin-right: 110px;
			padding: 20px;
			border: 1px solid #e1e1e1;
			border-radius: 5px;
		}
		.staffpost-commentbody:before {
			content: "";
			position: absolute;
			top: 30px;
			right: -19px;
			width: 19px;
			height: 28px;
			background: url("../images/tag-postoutline.gif") 0 0 no-repeat;
		}
.staffpost-writecomment-wrap {
	margin: 0 110px;
}
	.staffpost-writecomment-wrap .staffpost-commentauthor {
		width: 70px;
	}
	.staffpost-writecomment {margin-right: 90px;}
	.staffpost-writecomment textarea {
		height: 200px;
		resize: vertical;
		margin-bottom: 10px;
	}
@media only screen and (max-width: 1005px) {
    .chart-container {
        max-width: inherit;
        margin-left: 1px;
        margin-right: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .site-header-banner > .columns {
        float: left !important;
        width: 50% !important;
    }
}

@media only screen and (max-width: 560px) {
    /*#header-search-input {
        width: 66%;
    }
    .header-search .btn-search {
        width: 30%;
    }*/
    .doc-pagination .btn, .doc-pagination .btn {
    	min-width: inherit;
    	width: 49%;
    }
    .doc-footer {padding: 10px;}
    .doc-footer .medupdate-date-tile {position: static;}
    .doc-meta {padding-right: 0;}
}

/* PRINT */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.bp-photo-frame {
    background-size: cover !important;
    background-position: center !important;
}

.ui-datepicker-calendar td {
    padding: 0;
    border: 1px solid #e1e1e1;
    background: #e8e8e8;
    position: relative;
}

.ui-datepicker-calendar td.payday {
    position: relative;
}

/*.payday:before {
    content: " ";
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: green;
}*/