@charset "utf-8";
/** RESETS AND GET BOX MODEL BACK */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
 html {
     line-height: 1.15;
    /* 1 */
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
    /* 2 */
}
/* Sections ========================================================================== */
/** * Remove the margin in all browsers. */
 body {
     margin: 0;
}
/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
 h1 {
     font-size: 2em;
     margin: 0.67em 0;
}
/* Grouping content ========================================================================== */
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
 hr {
     box-sizing: content-box;
    /* 1 */
     height: 0;
    /* 1 */
     overflow: visible;
    /* 2 */
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 pre {
     font-family: monospace, monospace;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/* Text-level semantics ========================================================================== */
/** * Remove the gray background on active links in IE 10. */
 a {
     background-color: transparent;
}
/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
 abbr[title] {
     border-bottom: none;
    /* 1 */
     text-decoration: underline;
    /* 2 */
     text-decoration: underline dotted;
    /* 2 */
}
/** * Add the correct font weight in Chrome, Edge, and Safari. */
 b, strong {
     font-weight: bolder;
}


/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 code, kbd, samp {
     font-family: monospace, monospace;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/** * Add the correct font size in all browsers. */
 small {
     font-size: 80%;
}
/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sub {
     bottom: -0.25em;
}
 sup {
     top: -0.5em;
}
/* Embedded content ========================================================================== */
/** * Remove the border on images inside links in IE 10. */
 img {
     border-style: none;
}
/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
 button, input, optgroup, select, textarea {
     font-family: inherit;
    /* 1 */
     font-size: 100%;
    /* 1 */
     line-height: 1.15;
    /* 1 */
     margin: 0;
    /* 2 */
}
/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
 button, input {
    /* 1 */
     overflow: visible;
}
/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
 button, select {
    /* 1 */
     text-transform: none;
}
/** * Correct the inability to style clickable types in iOS and Safari. */
 button, [type="button"], [type="reset"], [type="submit"] {
     -webkit-appearance: button;
}
/** * Remove the inner border and padding in Firefox. */
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
}
/** * Restore the focus styles unset by the previous rule. */
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
}
/** * Correct the padding in Firefox. */
 fieldset {
     padding: 0.35em 0.75em 0.625em;
}
/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
 legend {
     box-sizing: border-box;
    /* 1 */
     color: inherit;
    /* 2 */
     display: table;
    /* 1 */
     max-width: 100%;
    /* 1 */
     padding: 0;
    /* 3 */
     white-space: normal;
    /* 1 */
}
/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
 progress {
     vertical-align: baseline;
}
/** * Remove the default vertical scrollbar in IE 10+. */
 textarea {
     overflow: auto;
}
/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
 [type="checkbox"], [type="radio"] {
     box-sizing: border-box;
    /* 1 */
     padding: 0;
    /* 2 */
}
/** * Correct the cursor style of increment and decrement buttons in Chrome. */
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
     height: auto;
}
/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
 [type="search"] {
     -webkit-appearance: textfield;
    /* 1 */
     outline-offset: -2px;
    /* 2 */
}
/** * Remove the inner padding in Chrome and Safari on macOS. */
 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
    /* 1 */
     font: inherit;
    /* 2 */
}
/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
 details {
     display: block;
}
/* * Add the correct display in all browsers. */
 summary {
     display: list-item;
}
/* Misc ========================================================================== */
/** * Add the correct display in IE 10+. */
 template {
     display: none;
}
/** * Add the correct display in IE 10. */
 [hidden] {
     display: none;
}
/* Particular resets ========================================================================== */
 html {
     color: #000;
     background: #FFF;
     height: 100%;
}
 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
     margin: 0;
     padding: 0 
}
 table {
     border-collapse: collapse;
     border-spacing: 0 
}
 fieldset, img {
     border: 0 
}
 address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
     font-weight: normal 
}
 ol, ul {
     list-style: none 
}
 caption, th {
     text-align: left 
}
 h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
     font-weight: normal 
}
 q:before, q:after {
     content: '' 
}
 abbr, acronym {
     border: 0;
     font-variant: normal 
}
 sup {
     vertical-align: text-top 
}
 sub {
     vertical-align: text-bottom 
}
 input, textarea, select {
     font-family: inherit;
     font-size: inherit;
     font-weight: inherit;
     *font-size: 100% 
}
 legend {
     color: #000 
}
 html {
     box-sizing: border-box;
}
 *, *:before, *:after {
     box-sizing: inherit;
}
 :focus {
    /* REDEFINE FOCUS */
     outline: none;
     outline:1px solid #F60 
}
 .screenreader-only {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     margin: -1px;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
}
/** FONT AWESEOME CHANGES */
 .fa-check-true:before, .fa-check-True:before {
     content: "\f00c";
     color: #090;
}
 .fa-check-false:before, .fa-check-False:before {
     content: "\f00d";
     color: #900;
}
 .fa-status-True:before {
     content: "\f0c8";
     color: #090;
}
 .fa-status-False:before {
     content: "\f0c8";
     color: #900;
}
 .fa-status1:before {
     content: "\f0c8";
     color: #090;
}
 .fa-status2:before {
     content: "\f0c8";
     color: #900;
}
 .fa-status0:before {
     content: "\f0c8";
     color: #E68A00;
}
 .fa-gender-false:before, .fa-gender-False:before {
     content: "\f183";
     color: #036;
}
 .fa-gender-true:before, .fa-gender-True:before {
     content: "\f182";
     color: #906;
}
 table .fa {
     font-size: 1.4rem;
}
 .fa-middle {
     vertical-align: middle;
}
 .fa-file-jpg:before, .fa-file-png:before, .fa-file-gif:before, .fa-file-jpeg:before, .fa-file-bmp:before {
     content: "\f1c5";
}
 .fa-file-doc:before, .fa-file-docx:before, .fa-file-txt:before {
     content: "\f1c2";
}
 .fa-file-pdf:before {
     content: "\f1c1";
}
/** MAIN HTML SECTIONS */
 html {
     font-family: sans-serif;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     height:100%;
}
 body {
     font: normal 100%/1.4 "Open Sans", Arial, Helmet, Freesans, sans-serif;
     padding: 0;
     color: #0A0A0C;
     margin: auto;
     -webkit-font-smoothing: subpixel-antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-weight: 300;
     min-height:100%;
}
/** ACCESSIBILITY STUFF **/
 .screen-reader-text {
     border:0;
     clip: rect(1px, 1px, 1px, 1px);
     clip-path: inset(50%);
     height: 1px;
     margin: -1px;
     width: 1px;
     overflow: hidden;
     position: absolute !important;
     word-wrap:normal !important;
}
/* #skiptocontent {
     height: 1px;
     width: 1px;
     position: absolute;
     overflow: hidden;
     top: -10px;
}
 */
 .accessibility{
     position: absolute;
     left: -99999px;
     height: 10px;
     width: 10px 
}
 #skip{
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     text-align: center;
     max-width:100%;
     margin: auto;
}
 #skip li {
     list-style: none;
}
 #skip a{
     position: absolute;
     left: -99999px;
     top: 30px;
     background-color: #0572B7;
     color: #fff;
}
 #skip a:focus, #skip a:active{
     position: relative;
     left: 0;
     z-index:9999;
     width: 75%;
     height: auto;
     margin: 0 auto;
     padding: 20px 20px;
     text-align: center;
     text-decoration: none;
     color: #fff;
     background-color: #03395A;
     outline: none;
}
/** DEFAULT ELEMENT MARGINS AND PADDING ETC */
 img {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     vertical-align: middle;
}
 div img {
     vertical-align: middle;
     margin-bottom: .25em 
}
 p img {
     vertical-align: middle;
     margin-bottom: .25em 
}
/** FONT AND TEXT SIZES */
 p {
     font-size: 1rem;
     line-height: 1.5;
     margin: 0 0 1em 0;
}

em {
	font-style: italic;
}

blockquote {
	font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
	padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
	margin-bottom: 10px;
	margin-left:20px;
}

 li {
     font-size: 1rem;
}
 h1, .h1 {
     font-size: 2.4rem;
}
 h2, .h2 {
     font-size: 2rem;
}
 h3, .h3 {
     font-size: 1.8rem;
}
 h4, .h4 {
     font-size: 1.6rem 
}
 h5, .h5 {
     font-size: 1.4rem 
}
 h6, .h6 {
     font-size: 1.2rem 
}
 div {
     padding: 0;
     margin: 0;
     width: auto;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     font-family: 'Roboto Slab', Arial, Helmet, Freesans, sans-serif;
     font-weight: 300;
     line-height: 1.5;
     color: inherit;
     margin: 0.4em 0;
}
 h1, h2 {
    /*text-shadow: 0 0 0.2em #fff*/
}
 strong, .strong {
     font-weight:600;
}
 .vvlarge {
     font-size: 2.4rem;
}
 .vlarge {
     font-size: 1.8rem;
}
 .large {
     font-size: 1.5rem;
}
 .medium {
     font-size: 1.3rem;
}
 .small {
     font-size: 0.8rem;
}
 .titleDivider {
     border-bottom: 1px solid #303030;
     padding-bottom: 0.1em;
     margin-bottom: 1rem;
     margin-top: 0.4em;
}
 .titleSubDivider {
     border-bottom: 1px solid #b0b0b0;
     padding-bottom: 0.1em;
     margin-bottom: 2rem;
     margin-top: 0.2em;
}
 ul {
     margin: 1.4em;
}
 ul li {
     padding-left: 1em;
     margin-bottom: .5em;
     list-style: inside;
}
/** GRIDS */
 .grid-table {
     display: table;
     width: 100%;
     height:100%;
}
 [class^='col-'] {
	float: left;
}
 .col-4-5 {
     width: 80%;
}
 .col-3-4 {
     width: 75%;
}
 .col-3-5 {
     width: 60%;
}
 .col-3-8 {
     width: 37.5%;
}
 .col-2-3, .col-4-6 {
     width: 66.66%;
}
 .col-2-5 {
     width: 40%;
}
 .col-1-1 {
     width: 100%;
}
 .col-1-2, .col-3-6, .col-6-12 {
     width: 50%;
}
 .col-1-3, .col-2-6, .col-4-12 {
     width: 33.33%;
}
 .col-1-4, .col-3-12 {
     width: 25%;
}
 .col-1-5 {
     width: 20%;
}
 .col-1-8 {
     width: 12.5%;
}

/* 6 column */

.col-1-6 {
	width: 16.6%;	
}

.col-5-6 {
	width: 83.3%;	
}


/* 12 columns */
.col-1-12 {
	width: 8.3%;
}

.col-2-12 {
	width: 16.6%;
}

.col-5-12 {
	width: 41.65%;
}

.col-7-12 {
	width: 58.31%;
}

.col-10-12 {
	width: 83.3%;
}

.col-11-12 {
	width: 91.63%;
}

 .col-1-16{
     width: 6.25%;
}
 .col-3-16{
     width: 18.75%;
}
 .grid, .gridNoCollapse {
    /* overflow: hidden;
     */
}
 .grid-wideGutter {
     overflow: hidden;
}
 .grid:after, .gridNoCollapse:after {
     content: "";
     display: table;
     clear: both;
}
/** INSIDE COL PADDING */
 [class*='col-'] {
     padding-right: 20px;
}
 .grid-wideGutter>[class*='col-'] {
     padding-left: 60px;
}
 .grid-wideGutter>[class*='col-']:first-of-type {
     padding-left: 0px;
}
/** OUTSIDE COL PADDING */
 .grid-pad {
     padding: 20px 0 20px 20px;
}
 .grid-pad>[class*='col-']:last-of-type {
     padding-right: 20px;
}
/** NO PADDING */
 .grid-nopad {
     padding: 0px;
     margin-left: 0;
}
 [class*='col-']:last-of-type {
     padding-right: 0;
}
 .col-1-3:nth-of-type(3n){
     padding-right: 0;
}
/** COLUMN ALIGNING */
 .vAlignMe {
     position: relative;
     top: 50%;
     transform: translateY(-50%);
}



._25 {
	flex: 0 0 25%;
}

._33 {
	flex: 0 0 33.3%;
}

._50 {
	flex: 0 0 50%;
}
._100 {
	flex: 0 0 100%;
}

/*============================================================*/
/*================= FLEX PICTURE CARDS =======================*/
/*============================================================*/


.flex-cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards__item {
  display: flex;
  padding: 1rem;
  width: 33%;
}

.cards__item__50 {
	width: 50%;
}

@media (max-width: 56rem) {
  .cards__item {
    width: 100%;
  }
}

.card-picture-flex {
	background-color: white;
	border-radius: 0.25rem;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width:100%;
}
.card-picture-flex:hover .card__image {
	filter: contrast(100%);
}

.card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1rem;
}

.card__image {
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	filter: contrast(70%);
	overflow: hidden;
	position: relative;
	transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}


.card__imageLarge {
	height: 360px;
	filter: contrast(100%);
}


.card__title {
  color: #696969;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card__text {
  flex: 1 1 auto;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.card__footer {
	padding: 1rem;
	border-top: 1px solid #dbdbdb;
}



/*============================================================*/
/*=================== LINGUASKIN =========================*/
/*============================================================*/
 .langStyle {
    font-weight:600;
}
/*============================================================*/
/*=================== SIDE GRID MENU =========================*/
/*============================================================*/
 .sideNav {
     display: table-cell;
     vertical-align: top;
     background-color: #f5f5f5;
     padding: 0;
	 width: 280px;
}

.sideNavMobile {
	width: auto;
}
 .sideNavContent {
     display: table-cell;
     padding: 20px 10px;
     background-color: #e5e5e5;
}
 .sideNav ul, .sideNav li {
     padding: 0;
     margin: 0;
     overflow:hidden;
}
 .sideNav li {
     padding: 0;
     list-style: none;
}
 .sideNav a, .sideNav a:link, .sideNav a:active, .sideNav a:visited {
     border: none;
     display: block;
     width: 100%;
     height: 60px;
     line-height: 60px;
     margin: 0;
     border-bottom: 1px solid #e3e3e3;
     padding: 0 1rem;
     color: #000;
}
 .sideNav a {
     -webkit-font-smoothing: antialiased;
}
 .sideNav a.active {
     background-color: #222;
     border-bottom: 3px solid #0572b7;
     color: #fff;
}
 .sideNav a:hover, .sideNav a:focus {
     transition: border linear 0.3s;
     background-color: #78a22f;
     color: #fff;
     border-bottom: 3px solid #0572b7;
     outline: none;
}
/** FLOATS */
 .floatleft {
     float: left;
     margin-right: 5px;
}
 .floatright {
     float: right;
     margin-left: 5px;
}
 .clearing {
     clear: both;
     margin: 0;
     padding: 0;
}
 .clearLeft {
     clear: left;
}
 .clearRight {
     clear: right;
}
 .clearBoth {
     clear: both;
}
 .clear {
     clear: both;
}
 .clearAfter {
     overflow: hidden;
     width: auto;
     margin-bottom: 20px;
}
/** COLOURS */
 .white {
     color: #FFFFFF;
}
 .black {
     color: #000;
}
 .green {
     color: #78a22f;
}
 .orange {
     color: #F60;
}
 .blue {
     color: #069;
}
 .red {
     color: #900;
}
 .gold {
     color: #cfb53b;
}
 .grey {
     color: #888;
}
 .darkgrey {
     color: #444;
}
 .purple {
     color: #8d6e94 
}
 .pink {
     color: #d9438b 
}
 .gray {
     color: #909090;
}
 .backGreenD {
     background: #393;
}
 .backBlueD {
     background: #36c 
}
 .backRedD {
     background: #BB301C 
}
/** TABLES */
/** OVERRIDE FORMCHECK AND CALENDAR TABLES */
 #calendar table {
     border: 0;
     margin: 0;
     padding: 0;
}
 #calendar table th {
     margin: 0;
     padding: 0;
}
 #calendar table tr td {
     margin: 0;
     padding: 0;
}
 #calender {
     z-index: 999;
}
 .fc-error {
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
	border-left: 8px solid transparent;
    border-radius: .25rem;
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
 .fc-error p {
     font-size: 1rem;
     line-height: 1.5;
     margin: 0;
}
/** DEFAULT TABLES */
 table {
     margin-bottom: 2em;
     margin-top: 2em;
     border-collapse: collapse;
     border: 1px solid #ddd;
}
 table th {
     padding: 0.5em;
     background: #eee;
     color: #366929;
     text-transform: uppercase;
     border: 1px solid #bbb;
     border-bottom: 3px solid #bbb;
}
 table tr td {
     border-bottom: 1px solid #eee;
     border-left: 1px solid #eee;
     padding: 4px 5px 4px 5px;
}
 table.tablePadded td {
     padding: 12px;
}
 table.centered {
     margin: auto;
}
 table.colCentered td {
     text-align: center;
}
 tr>td:first-child {
     text-align: left;
     border-left: 0;
}
 td.tdcentre {
     text-align: center;
}
/** NO STYLING TABLES */
 table.naked {
     width: 100%;
}
 table.naked td {
     border: none;
}
 table.superNaked {
     width: 100%;
     border: none 
}
 table.superNaked td, table.superNaked tr {
     border: none;
}
/** SHADED TABLES */
 table.shade-table tr:nth-child(odd) {
     background-color: #ffd;
    /*color:#000;
    */
}
 table.shade-table tr:nth-child(even) {
     background-color: #fff;
    /*color:#000;
    */
}
 table.shade-table tr.pSuspended, .pSuspended {
     background: #eee;
     color: #666;
}
/** HEADERS */
 #headerTop {
     margin: 0;
}
 #headerContent {
    /* max-width: 1400px;
     */
    /*this must match headercontent and on the skip and content areas*/
     margin: auto;
     padding: 10px;
     background-color: #fff;
}
 #headerMenuBar {
    /* max-width: 1400px;
     */
     margin: 0 auto;
     background: #0572b7;
     height: 50px;
     color: #fff;
     clear: both;
}
 #headerLogo {
     margin-left: 10px;
}
 #headerLogo img.headerImage {
     max-width: 100%;
}
 #headerSearchForm {
     float: right;
     clear: right;
     text-align: right;
     padding: 0;
     margin: 0;
}
/* NAVIGATION */
 #regularMenu ul {
     margin: 0;
     height: 50px;
     float: right;
     /*clear: both;*/
     position: relative;
     text-align: left;
     list-style: none;
     margin: 0;
     padding-left: 0;
     white-space:nowrap;
}
 ul#volnavlist li {
     float: left;
     padding: 0;
     list-style: none;
     margin: 0;
     display: block;
     position: relative;
     text-decoration: none;
     transition-duration: 0.5s;
}
 #volnavlist a, #volnavlist a:link, #volnavlist a:visited, #volnavlist a:active {
     text-decoration: none;
     color: #fff;
}
 #volnavlist a:hover, #volnavlist a:focus {
     background: #78a22f;
     color: #fff;
     outline: none;
}
 ul#volnavlist li a {
     text-decoration: none;
     display: block;
     padding: 0 0.5em;
     color: #fff;
     font-size: 1.2em;
     border: 0;
     line-height: 50px;
     height: 50px;
}
 ul#volnavlist li a i {
     vertical-align: bottom;
     line-height: inherit;
}
 ul#volnavlist li.loggedIn {
     margin: 0 2px;
     color: #fff;
     padding: 0.65em 0.5em;
     border: 1px solid #090;
     background: #eee;
     opacity: 0.7;
}
 ul#volnavlist i.fa-home {
     font-size: 1.6em;
}
 ul#volnavlist i.fa-calendar {
     font-size: 1.2em;
}
 ul#volnavlist i.fa-cog, ul#volnavlist i.fa-map-marker {
     font-size: 1.5em;
}
/** SECOND LEVEL NAVIGATION */
 ul#volnavlist li ul {
     color: #303030;
     background-color: #fff;
     visibility: hidden;
     opacity: 0;
     min-width: 10rem;
     position: absolute;
     transition: all 0.5s ease;
     left: -999EM;
     display: none;
     z-index:10000;
}
 ul#volnavlist li ul li {
     background-color: #fff;
}
/* HOVER ACTION FOR THE MENU HEADINGS */
/* FOR ACCESSIBLE USERS THERE IS JAVASCRIPT THAT PERFORMS THIS ON FOCUS AND CLICK/RETURN */
 #volnavlist li:hover > ul, #volnavlist li ul:hover {
     visibility: visible;
     opacity: 1;
     display: block;
     left: auto;
}
/* THIS IS THE CLASS THAT IS PUT ON THE SECOND MENU BY THE JAVASCRIPT SO KEYBOARD USERS CAN OPEN IT */
 #volnavlist > li.openMenu > ul {
     visibility: visible;
     opacity: 1;
     display: block;
     left: auto;
}
 ul#volnavlist li.js-HasSubMenu>a:focus {
     border-bottom: 6px solid yellow;
     outline: none;
}
/* edge and ie 11 ignore entire rule block if you use a psuedo they dont understand like focus-within */
/* NOT USING FOCUS WITHIN AS NOT SUPPORTED ON IE AND EDGE PLUS IT MEANS THE MENU MUST BE CYCLED THROUGH FOR KEYBOARD USERS EVERY TIME! */
/* #voladminlist li:focus-within > ul{
     visibility: visible;
     opacity: 1;
     display: block;
     left: auto;
}
 */
 #volnavlist li ul li a, #volnavlist li ul li a:link, #volnavlist li ul li a:visited, #volnavlist li ul li a:active {
     display: block;
     line-height: 50px;
     height: 50px;
     padding: 0 0.5em;
     margin: 0;
     color: #303030;
     border: 1px solid #78a22f;
     border-top: 0;
}
 #volnavlist li ul li a:hover, #volnavlist li ul li a:focus {
     background: #78a22f;
     color: #fff;
     outline: none;
}
 #volnavlist li ul li {
     clear: both;
     width: 100%;
}
/** MOBILE NAVIGATION */
 #mobileMenuContainer {
     margin: 0;
     padding: 0;
     background-color: #0572b7;
     color: #fff;
}
 #mobileMenuContainer h2 {
     margin: 0;
     text-shadow: none;
}
/** ICON LEVEL */
 #mobileMenuTop {
     border-bottom: 1px solid #fff;
}
 #mobileMenuTop a {
     color: #fff;
}
/** MENU LEVEL */
 #open_mobileMenu {
     margin: 0;
     width: 100%;
     display: none;
     font-size: 1.2rem;
}
 #open_mobileMenu a, #open_mobileMenu a:link, #open_mobileMenu a:visited, #open_mobileMenu a:active {
     display: block;
     color: #fff;
     border: 0;
     font-size: 1.2rem;
     text-decoration: none;
     padding: 8px;
}
 #open_mobileMenu a:hover, #open_mobileMenu a:focus {
     background: #78a22f;
     color: #fff;
     outline: none;
}
 #open_mobileMenu ul {
     margin: 0;
     width: 100%;
}
 #open_mobileMenu li {
     text-align: center;
     padding: 0;
     width: 100%;
     list-style: none;
     margin: 0;
}
/** SIDE NAVIGATION */
 .sideNavContainer{
     background-color:#ededed;
}
 nav.sideNavVolunteer, nav.sideNavVolunteer ul, nav.sideNavVolunteer li {
     margin: 0;
}
 nav.sideNavVolunteer li {
     padding: 0;
     list-style: none;
}
 nav.sideNavVolunteer a {
     border: none;
     display: block;
     width: 100%;
     height: 60px;
     line-height: 60px;
     margin: 0;
     padding: 0 1rem;
     color: #000;
}
 nav.sideNavVolunteer a.active {
     background-color: #0572b7;
     color: #fff;
}
 nav.sideNavVolunteer a:hover, nav.sideNavVolunteer a:focus {
     background-color: #78a22f;
     color: #fff;
     outline: none;
}
/** CONTENT */
 #content, .content, #contentFront, #contentAdmin, #contentAdmin, #middleContent {
    /* max-width: 1400px;
     */
     padding: 20px 10px 0 10px;
     margin: 0 auto;
}
 #content.twoColumn {
     padding:0;
}
 #contentTwoColumn{
    /* max-width: 1400px ;
    */
     padding: 0;
     margin: 0 auto;
}
 #outerContent, #contentFront {
     margin: 0 auto;
     padding: 0;
}
 #content {
     background-color: #fff;
     padding: 20px 10px;
}
 #contentFront {
     background-color: #fff;
}
 #frontPageSliderSearch {
     margin: -20px -10px;
}
/** PROVIDER PROFILES */
 #providerProfileContainer {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 24.28%;
	border: 1px solid #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
 #providerProfileLogo {
     position: absolute;
     bottom: 20px;
     left: 20px;
     padding: 10px;
    /*background-color: rgba(255,255,255,0.8);
    */
}
 #providerProfileName {
     position: absolute;
     bottom: 20px;
     right: 20px;
     padding: 0 20px;
     background-color: rgba(255, 255, 255, 0.8);
}
 #providerProfileName h1 {
     margin: 0;
}
 #providerProfileRegister {
     position: absolute;
     top: 20px;
     right: 20px;
     padding: 0 20px;
     background-color: rgba(255, 255, 255, 0.8);
}
 #providerProfileRegister a {
     display: block;
     padding: 10px;
     font-size: 1.4rem;
}
 #providerProfileRegister a:link {
     border: none;
}
/** EVENTS */
 #eventContainer, .eventContainer {
	position: relative;
	width: 100%;
	padding-top: 24.28%;
	height: auto;
	overflow: hidden;
	border: 1px solid #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
 #eventLogo, .eventLogo {
     position: absolute;
     bottom: 20px;
     right: 20px;
     padding: 0;
     margin: 0;
}
 #eventLogo img, .eventLogo img {
     margin: 0;
     padding: 0;
}
 #eventName, .eventName {
     position: absolute;
     left: 0;
     top: 20px;
     padding: 0 20px 0 40px;
     background-color: rgba(255, 255, 255, 0.8);
}
 #eventButton, .eventButton {
     position: absolute;
     left: 20px;
     bottom: 20px;
}
/** LOGGING FLEXIBLE HOURS */
 p.logHistoryNumber {
     margin: 0 10px;
     padding: 5px;
     text-align: center;
     border: 1px solid #f3f3f3;
     background: #069;
     color: #fff;
     float: left;
     width: 60px;
     height: 44px;
     line-height: 30px;
}
 p.logHistoryText {
     line-height: 40px;
     margin: 0;
}
/* link styles */
 a, a:link, a:visited, a:active {
     color: #069;
     text-decoration: none;
     border-bottom: dotted 1px #069;
     cursor: pointer;
}
 a:hover, a:focus {
     color: #093;
     border-bottom: solid 3px #093;
     cursor: pointer;
     outline: none;
}
 a.white:link, a.white:visited, a.white:active {
     color: #FFFFFF;
     border-bottom: 1px #fff dotted;
}
 a.white:hover, a.white:focus {
     border-bottom: 2px #CCC dotted;
     color: #CCC;
     outline: none;
}
 a.dark:link, a.dark:visited, a.dark:active {
     color: #336600;
     border: none;
     border-bottom: 1px #336600 dotted;
     text-decoration: none;
}
 a.dark:hover, a.dark:focus {
     border-bottom: 1px #003300 solid;
     color: #003300;
     outline: none;
}
 a.linkNegative:link, a.linkNegative:visited, a.linkNegative:active {
     color: #900;
     border: none;
     border-bottom: 1px #900 dotted;
     text-decoration: none;
}
 a.linkNegative:hover, a.linkNegative:focus {
     border-bottom: 1px #d00 solid;
     color: #d00;
     outline: none;
}
 a.nolinkstyle, a.nolinkstyle:link, a.nolinkstyle:visited, a.nolinkstyle:active, a.nolinkstyle:hover {
     border: none;
     text-decoration: none;
}
 a.nolinkstyle:focus {
     outline:1px solid #093;
}
 a img {
     border: 0;
}
 a.active {
     outline: none;
}
 a:focus {
     -moz-outline-style: none;
     outline: none;
}
 a.iconNoLinkStyle i {
     border: none;
     text-decoration: none 
}
/** FOOTER */
 #footerTop, #footerContent, .footerContent, #footerBottomContent {
    /* max-width: 1400px;
     */
     padding: 20px;
     margin: auto;
}
 #footer {
	margin: 0;
	padding: 0;
	clear: both;
	border-top: 2px solid #bbb;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(237,237,237,1) 100%);
	background-size:auto 300px;
	background-repeat: no-repeat;
}

 #footerTop {
     margin: 0 auto;
     padding: 0;
}
 #footerContent {
}
 #footerBottom {
     width: 100%;
     background: #222;
     color: #f3f3f3;
}
 #footerBottomContent {
}
 #footerDisclaimer {
     clear: both;
     text-align: right;
     color: #888;
     margin-top: 20px;
}




/** FOOTER BLOGS */
 #blogfeed {
}
 .blogentry {
     margin-bottom: 30px;
     padding-bottom: 5px;
     border-bottom: 1px solid #444;
     clear: both;
}
 .blogtitle {
     font-size: 1.3rem;
     line-height: 2rem;
     color: #649d4a;
}
 .blogdate {
     float: left;
     margin: 0 10px 0 0;
     text-align: center;
     color: #fff;
     padding: 6px;
     box-shadow: 4px 4px 5px 2px #ddd;
}
 .blogmonth {
     font-size: 1.3rem;
     line-height: 1em;
     padding: 0;
     margin: 0;
     color: #666;
}
 .blogday {
     font-size: 2rem;
     line-height: 0.8em;
     padding: 0;
     margin: 0;
     color: #0572b7;
}
 .blogcontent {
     color: #000;
}
 .bloglink {
     text-align: right;
}
 .blogcontent img {
     float: right;
     margin-left: 10px;
     width: 150px;
}
/** FOOTER TWEETS */
 #tweetfeed {
}
 .tweetentry {
     margin-bottom: 15px;
     padding-bottom: 5px;
     border-bottom: 1px solid #444;
}
 .tweetdate {
     float: left;
     padding: 4px;
     margin: 0;
     margin-right: 8px;
     text-align: center;
     box-shadow: 3px 3px 4px 1px #ddd;
}
 .tweetmonth {
     font-size: 0.8em;
     margin: 0;
     padding: 0;
     line-height: 1em;
}
 .tweetday {
     font-size: 1.4rem;
     margin: 0;
     padding: 0;
     line-height: 1em;
     color: #0572b7;
}
 .tweettitle {
     font-size: 1.2rem;
     color: #FFC;
}
 .tweetcontent {
}
 .tweetlink {
     text-align: right;
     font-size: 1rem;
}
 p.tweetlink a:active, p.tweetlink a:link, p.tweetlink a:visited, p.tweetcontent a:active, p.tweetcontent a:link, p.tweetcontent a:visited {
     color: #069;
     text-decoration: none;
     border-bottom: dotted 1px #069;
}
 p.tweetlink a:hover {
     color: #093;
     border-bottom: solid 1px #093;
}
 .floatdate {
     margin-right: 6px;
     float: left;
     width: 100px;
     height: 35px;
     color: #000;
     font-weight: bold;
     font-size: 15px;
     padding-top: 12px;
     text-align: center;
}
 .floatdateLarge {
     float: left;
     margin-right: 6px;
     width: 60px;
     height: 60px;
     color: #000;
     font-weight: bold;
     text-align: center;
     padding: 14px 0 0 0;
     background: url(../shared_images/icon_calender_empty_large.png) no-repeat;
}
 .datepassed {
     color: #900;
     text-decoration: line-through;
}
/** FORMS */
 form {
     display: inline;
     margin: 10px 0;
     -webkit-font-smoothing: antialiased;
     color: #303030;
     font-family: inherit;
}
 select, input, textarea {
     font-family: inherit;
     line-height: normal;
     font-size: 1.1rem;
     padding: 6px;
     border: 1px solid #ccc;
     border-left: solid 5px #ccc;
     vertical-align: middle;
}
 select{
     padding:5px;
}
 textarea {
     vertical-align: top;
}
 form p {
     margin: 0 0 2em 0;
}
 form.inputFullWidthContent input[type="text"], form.inputFullWidthContent input[type="email"], form.inputFullWidthContent input[type="password"], form.inputFullWidthContent input[type="number"], form.inputFullWidthContent textarea, form.inputFullWidthContent select, .inputFullWidth {
     width: 100%;
}
/*======== FOR THE CUSTOM FIELDS ON THE VOLUNTEER REGISTRATION ========*/
 div#customFormFields input, div#customFormFields textarea, div#customFormFields select {
     width: 100%;
}
 .inputHalfWidth {
     width: 50% 
}
 form.formCentered, .formCentered, div.centered {
     display: block;
     padding: 0 20%;
	 min-width:800px;
}

 fieldset {
     margin: 0;
     margin-bottom: 10px;
     padding: 4px;
     background-color: transparent;
     border: none;
}
 legend {
     font-size: 1rem;
     line-height: 1.5;
     margin: 0 0 2em 0;
}
 form.labelFloat label {
     float: left;
     text-align: right;
     width: 260px;
     margin-right: 1em;
     clear: left;
}
 input[type=checkbox] {
	 /*
     transform: scale(1.5);
	 */
}
 input[disabled], button[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly], a.btnDisabled {
     cursor: not-allowed;
     background-color: #aaa !important;
}
/** REQUIRED FORM FIELDS */
 [class*=required], :required {
     border-color: #A54B47;
}
 input[type=checkbox][class*=required] {
     outline: 1px solid #A54B47;
     padding:0;
     margin:0;
}
/** FOCUS EFFECTS ON FORM ELEMENTS */
 form textarea, textarea, form input, input, select {
     font-family: inherit;
     vertical-align: middle;
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     transition: border linear 0.2s, box-shadow linear 0.2s;
     -webkit-font-smoothing: antialiased;
     color: #303030;
}
 textarea:focus, select:focus, input:focus {
     border-color: rgba(5, 54, 87, 1);
     outline: 0;
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.9);
}
 textarea[class*=required]:focus, input[class*=required]:focus, :required:focus {
     border-color: #A54B47;
     outline: 0;
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #A54B47;
}
/** INPUT APPENDS / PREPENDS */
 .inputAfter {
     text-align: center;
     text-shadow: 0 1px 0 #ffffff;
     background-color: #eeeeee;
     border: 1px solid #ccc;
     border-left: 0;
     vertical-align: middle;
     -moz-border-radius: 0px 3px 3px 0px;
     -webkit-border-radius: 0px 3px 3px 0px;
     border-radius: 0px 3px 3px 0px;
     padding: 6px 6px;
     margin: 0;
}
 .inputBefore {
     text-align: center;
     text-shadow: 0 1px 0 #ffffff;
     background-color: #eeeeee;
     border: 1px solid #ccc;
     border-right: 0;
     vertical-align: middle;
     -moz-border-radius: 0px 0px 3px 3px;
     -webkit-border-radius: 0px 0px 3px 3px;
     border-radius: 0px 0px 3px 3px;
     padding: 6px 6px;
}
 p.inputAppend {
     line-height: normal;
}
 p.inputAppend input {
     -moz-border-radius: 3px 0px 0px 3px;
     -webkit-border-radius: 3px 0px 0px 3px;
     border-radius: 3px 0px 0px 3px;
     vertical-align: middle;
}
 p.inputPrepend input {
     -moz-border-radius: 0px 3px 3px 0px;
     -webkit-border-radius: 0px 3px 3px 0px;
     border-radius: 0px 3px 3px 0px;
     vertical-align: middle;
}
/* SPECIFIC FORMS */
/** BIG SEARCH FORMS */
 #bigSearchContent {
     opacity: 0.8;
     height: 80px;
     width: 90%;
     margin: auto;
     padding: 6px 10px;
     position: absolute;
     bottom: 0px;
     right: 0;
}
 input.bigSearch {
     height: 70px;
     width: 100%;
     margin: 0;
     font-size: 1.6em;
     vertical-align: middle;
     padding: 0;
     padding-left: 20px;
}
 #frontPageSearchInput {
    display:inline-block;
     width:70%;
     padding:0;
     margin:0;
}
 #frontPageSearchButton {
    display:inline-block;
     width:30%;
     padding:0;
     margin:0;
}
 #frontPageSearchContainer {
}
/* FRONT PAGE SEARCH */
 form.searchForm input {
     font-size: 1.1rem;
     padding: 20px 12px;
}
 form.searchForm select {
     font-size: 1.1rem;
     padding: 19px 12px;
}
 form.searchForm button {
     font-size: 1.1rem;
     padding: 19px 12px;
     font-weight: 600;
}
/** BUTTONS */
/** DEFAULT BUTTONS */
 button, a.button, span.button {
	background-color: rgba(112, 163, 0, 1);
	transition: border linear 0.2s, background-color linear 0.2s;
	border-radius: 0;
	color: #fff;
	border: 2px solid rgba(61, 88, 0, 1);
	padding: 5px 10px;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	width: auto;
	text-align: center;
	font-size: 1rem;
	font-weight: 300;
	font-family: 'Open Sans', Arial, Helmet, Freesans, sans-serif;
	text-shadow: none;
	cursor: pointer;
	text-transform: capitalize;
}
 button.btnBig, a.btnBig, span.btnBig {
     font-size: 1.6rem;
}
 a.button, span.button {
     line-height: normal;
     vertical-align: middle;
     text-decoration: none;
     cursor: pointer;
}
 a.button:active {
     background: rgba(112, 163, 0, 1);
     color: #fff 
}
 a.button:link, a.button:visited, a.button:active {
     text-decoration: none;
     border-color: rgba(61, 88, 0, 1);
     color: #fff;
}
 button:hover, a.button:hover, span.button:hover, button:focus, a.button:focus, span.button:focus {
     background: rgba(61, 88, 0, 1);
     color: #fff;
     outline: none;
}
 span.button {
     width: auto;
     overflow: visible;
     padding: 4px 10px 3px 7px;
}
 span.button {
     padding: 5px 10px 5px 7px;
     line-height: 17px;
}
/** ALTERED BUTTONS */
 button i, a.button i, span.button i {
     margin-right: 10px;
     color: #fff;
}
 button.onlyIcon i, a.onlyIcon i, span.onlyIcon i {
     margin-right:0;
}
 div#controls span.button i {
     margin-right: 0px;
     color: #fff;
}
 button.btnInline {
     font-size: 1.1rem;
     padding: 4px 5px;
     vertical-align: middle;
}
 p.floatright a.button, p.floatleft a.button {
     display: inline-block;
     margin-top: 2px;
}
/** STACKED BUTTONS */
 div.floatedButtonStack a.button, div.floatedButtonStack button, p.floatedButtonStack a.button, p.floatedButtonStack button {
     width: 100%;
     display: block;
     text-align: center;
}
/* ================================================================= ================================================================= ================================================================= BIG BUTTONS SPECIFIC REVIEW THESE ================================================================= ================================================================= ================================================================= */
 div.bigButton a {
     display: block;
     text-align: center;
     opacity: 0.8;
     background-color: #fff;
     border: 1px solid #fff;
     padding: 10px;
}
 div.bigButton a:hover {
     opacity: 1;
    /*Glow*/
     -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
     box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
 button.bigSearch, a.bigSearch {
     height: 70px;
     width: 100%;
     margin: 0;
     padding: 0;
     font-size: 1.6rem;
     vertical-align: middle;
     color: #fff;
     font-weight: 300;
     line-height:70px;
}
/** POSITIVE BUTTONS */
 button.btnPositive, a.btnPositive, span.btnPositive {
     color: #fff;
     background: rgba(112, 163, 0, 1);
     border-color: rgba(61, 88, 0, 1);
}
 a.btnPositive:link, a.btnPositive:visited, a.btnPositive:active {
     border-color: rgba(61, 88, 0, 1);
     background: rgba(112, 163, 0, 1);
     color: #fff;
}
 a.btnPositive:hover, span.btnPositive:hover, button.btnPositive:hover, a.btnPositive:focus, span.btnPositive:focus, button.btnPositive:focus {
     border-color: rgba(61, 88, 0, 1);
     background: rgba(61, 88, 0, 1);
     color: #fff;
     outline: none;
}
/** ACCENT BUTTONS */
 button.btnAccent, a.button.btnAccent, span.btnAccent {
     color: #fff;
     background: rgba(5, 114, 183, 1) !important;
     border-color: rgba(5, 54, 87, 1);
}
 a.button.btnAccent:link, a.button.btnAccent:visited, a.button.btnAccent:active {
     border-color: rgba(5, 54, 87, 1) !important;
     background: rgba(5, 114, 183, 1) !important;
     color: #fff;
}
 a.button.btnAccent:hover, span.btnAccent:hover, button.btnAccent:hover, a.button.btnAccent:focus, span.btnAccent:focus, button.btnAccent:focus {
     border-color: rgba(5, 54, 87, 1) !important;
     background: rgba(5, 54, 87, 1) !important;
     color: #fff;
     outline: none;
}
/*==================== NEGATIVE BUTTONS ==============================*/
 a.button.btnNegative, button.btnNegative {
     color: #fff;
     background-color: rgba(220, 28, 27, 1);
     border: 2px solid rgba(110, 15, 14, 1);
}
 a.button.btnNegative:link, a.button.btnNegative:visited, a.button.btnNegative:active {
     border: 2px solid rgba(110, 15, 14, 1);
     background-color: rgba(220, 28, 27, 1);
     color: #fff;
}
 a.button.btnNegative:hover, span.button.btnNegative:hover, button.btnNegative:hover, a.button.btnNegative:focus, span.button.btnNegative:focus, button.btnNegative:focus {
     border: 2px solid rgba(110, 15, 14, 1) !important;
     background-color: rgba(110, 15, 14, 1) !important;
     color: #fff;
     outline: none;
}
/*==================== DISABLED BUTTONS ==============================*/
 a.button.btnDisabled, span.button.btnDisabled {
     color: #fff;
     background-color: #eee;
     border-color: #ccc;
}
 a.button.btnDisabled:hover, span.button.btnDisabled:hover {
     background-color: #eee !important;
     border-color: #ccc;
}
/** AUTO WIDTH BUTTONS */
 a.btnAutoWidth, button.btnAutoWidth, span.btnAutoWidth {
     width: auto;
}
/** FULL WIDTH BUTTONS */
 a.btnFullWidth, button.btnFullWidth, span.btnFullWidth {
     width: 100%;
}
/** FIXED WIDTH BUTTONS */
 a.btnFixedWidth, button.btnFixedWidth, span.btnFixedWidth {
     width: 140px;
}
 a.btnFixedWidthWide, button.btnFixedWidthWide, span.btnFixedWidthWide {
     width: 240px;
}
/** OPPORTUNITY CLASSES */
 .oppFacts {
     color: #505050;
     border-top: 1px solid #505050;
     padding-top: 0.5rem;
}
 .oppFacts i {
     display: inline-block;
     margin-left: 1rem;
     color: #78a22f;
}
 .oppFacts i.fa-lock {
     color: #900;
}
 .stickyOpp {
     margin: 30px 0;
     -webkit-box-shadow: 0px 0px 20px 10px rgba(29, 116, 193, 0.5);
     box-shadow: 0px 0px 20px 10px rgba(29, 116, 193, 0.5);
}
 div.oppContainer, .oppContainer {
     border-left: 30px solid #090;
     padding-left: 30px;
}
/** HOURTRADE VOUCHERS */
 .hourVoucher {
     border: 2px solid #006699;
     background-color: #fff;
     padding: 10px;
     margin: 20px;
     min-height: 220px;
     position: relative;
}
 .hourVoucher:after {
     content: '';
     background: url('../shared_images/background-hourtrade-voucher.png') top right no-repeat;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0.5;
}
 .hourVoucherContent {
     position: relative;
     z-index: 1;
}
 .hourVoucherSmall {
     height: 130px;
     background: url(../shared_images/background_voucher.png) top right no-repeat;
     border: 1px solid #d5d5b2;
     -moz-border-radius: 5px;
     border-radius: 5px;
     padding: 5px;
     margin-bottom: 10px;
}
/** NEWS TICKERS */
 .newsTicker {
     min-height:50px;
}
 .newsTicker p {
     display:none 
}
 .news {
     margin-bottom: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid #d3c9aa;
}
 .newsTitle {
     font-size: 1.3em;
     color: #fff;
}
 .newsStory {
}
 .newsDate {
     float: left;
     background: url(images/icon_newsdate.png);
     width: 55px;
     height: 58px;
     margin: 0;
     margin-right: 10px;
     text-align: center;
     color: #fff;
}
 .newsMonth {
     font-size: 1.1em;
     margin-bottom: 5px;
}
 .newsDay {
     font-size: 3em;
     color: #5A5049;
     margin: 0;
     margin-top: -12px;
}
/** TOGGLES */
 .toggler, .togglerNormal, .togglerLight {
     -moz-border-radius: 5px;
     border-radius: 5px;
     padding: 3px;
}
 .toggleTgt {
     z-index: 100;
     display: none;
     width: inherit;
}
/** MAX HEIGHTS */
 .setHeight500{
     max-height: 500px;
     min-height:500px;
     overflow: auto;
     position: relative;
}
 .maxHeight500 {
     max-height: 500px;
     overflow: auto;
     position: relative;
}
 .maxHeight700 {
     max-height: 700px;
     overflow: auto;
     position: relative;
}
 .maxHeight300 {
     max-height: 300px;
     overflow: auto;
     position: relative;
}
 .maxHeight150 {
     max-height: 150px;
     overflow: auto;
     position: relative;
}
 .scrollNote {
     position: absolute;
     bottom: 0;
     right: 10px;
     color: rgba(0, 0, 0, 0.8);
}
/** VOLUNTEER BADGES */
 .volBadge, .volBadge span, .volBadgeHolder {
     background-repeat: no-repeat;
     height: 60px;
     width: 98px;
     display: inline-block;
}
 .volBadge img.rank0, .rank0 {
     background-position: 0px 0px 
}
 .volBadge img.rank1, .rank1 {
     background-position: 0px -60px 
}
 .volBadge img.rank2, .rank2 {
     background-position: 0px -120px 
}
 .volBadge img.rank3, .rank3 {
     background-position: 0px -180px 
}
 .volBadge img.rank4, .rank4 {
     background-position: 0px -240px 
}
 .volBadge img.rank5, .rank5 {
     background-position: 0px -300px 
}
 .volBadgeLarge img, .volBadgeHolderLarge {
     background-repeat: no-repeat;
     height: 170px;
     width: 279px;
}
 .volBadgeLarge img.rank0, .rank0Lrg {
     background-position: 0px 0px 
}
 .volBadgeLarge img.rank1, .rank1Lrg {
     background-position: 0px -170px 
}
 .volBadgeLarge img.rank2, .rank2Lrg {
     background-position: 0px -340px 
}
 .volBadgeLarge img.rank3, .rank3Lrg {
     background-position: 0px -510px 
}
 .volBadgeLarge img.rank4, .rank4Lrg {
     background-position: 0px -680px 
}
 .volBadgeLarge img.rank5, .rank5Lrg {
     background-position: 0px -850px 
}
/** AUTO SUGGEST */
 #autoSuggest, #autosuggest {
     position: absolute;
     left: 0;
     top: 0;
     visibility: hidden;
     z-index: 250;
     opacity: 0.95;
     padding: 0;
     background-color: #faf9fc;
     border: 1px solid #069;
     width: auto;
     font-size:1.2rem;
}
 .suggestrollover {
     font-size: 1.6em;
     display: block;
     padding: 5px;
}
 a.suggestrollover:link, a.suggestrollover:visited, a.suggestrollover:active {
     color: #000;
     text-decoration: none;
     border: none;
}
 a.suggestrollover:hover {
     background: #78a22f;
     border: none;
     color: #fff;
}
 .suggestrolloverclose {
     background: #069;
     color: #fff;
     display: block;
     padding: 5px;
     border-bottom: 1px solid #666;
     text-align: right;
}
 a.suggestrolloverclose:link, a.suggestrolloverclose:visited, a.suggestrolloverclose:active {
     color: #fff;
     text-decoration: none;
     border: none;
}
 a.suggestrolloverclose:hover {
     background: #66CC33;
     color: #000;
     border: none;
}
/** FAKE ROLLOVERS */
 p.suggestrollover {
     margin: 0;
     padding: 5px;
     background: #fff;
     border: none;
}
 .searchsuggestrollover, a.searchsuggestrollover {
     font-size: 0.9em;
     display: block;
     padding: 5px;
     border-bottom:1px solid #069;
     color:#000 
}
 a.searchsuggestrollover:hover {
     background: #78a22f;
     color: #fff;
}
 .searchsuggestrolloverclose {
     background: #069;
     color: #fff;
     display: block;
     padding: 5px;
     border-bottom: 1px solid #666;
     text-align: right;
}
 a.searchsuggestrolloverclose:link, a.suggestrolloverclose:visited, a.suggestrolloverclose:active {
     color: #fff;
     text-decoration: none;
}
 a.searchsuggestrolloverclose:hover {
     background: #66CC33;
     color: #000;
}
 .mask {
     position: absolute;
     opacity: 0.8;
     z-index: 999;
     background: #000;
}
 .highlightSearch {
     background: #FF9;
     border:1px solid #CBCC99;
     display:inline-block;
     padding:0 2px;
}
/** RANDOM STUFF CHECK REGULARLY */

.image-responsive {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 24.28%;
    border: 1px solid @border-color;
    border-radius: @global-radius;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: @global-gutter;
}

 .nomargin {
     margin: 0 !important;
}
 .clear {
     clear: both;
     margin-bottom: 15px;
}
 .clearleft {
     clear: left;
     margin-bottom: 15px;
}
 .clearright {
     clear: right;
     margin-bottom: 15px;
}
 .infopanel p {
     padding-left: 5px;
     padding-right: 5px;
}
 .hideme {
     display: none;
}
 .formnote {
     text-align: center;
     color: #78a22f 
}
 .bbottom {
     border-bottom: 1px solid #333;
}
 .indent {
     padding-left: 20px;
}
 .emailform {
     border: solid 2px #9DA282;
     border-radius: 30px;
     -moz-border-radius: 30px;
     background: #FFD;
     position: absolute;
     top: 0;
     width: 500px;
     padding: 20px;
     display: none;
     z-index: 10;
}
 .centerText, .centreText, tr>td.centreText {
     text-align: center;
}
 .leftText, tr>td.leftText {
     text-align: left;
}
 .rightText, tr>td.rightText {
     text-align: right;
}
 .pClosed {
     background: #DBA89B;
}
 .pDescription {
     font-size: 1.4em;
     line-height: 1.8em;
}
 .boldText {
     font-weight: 600;
}
/*-------- COMMENT AND CHAT THREADS ----------*/
 .commentBox {
     border:0;
     margin:0;
     padding:5px;
     border-top:1px solid #dfdfdf;
}
 .commentBoxParent {
}
 .commentBoxChild {
     margin-left:160px;
     border-left:1px solid #dfdfdf;
     background-color:#f9f9f9;
     font-size:0.9rem;
     color:#343438;
}
 .comment {
     font-size: 1.4em;
     font-style: italic;
}
/** STAT BOXES */
 div.statBox {
     border-top: 1px solid #bbb;
     border-bottom: 1px solid #bbb;
     text-align: center;
     padding: 10px 0;
     margin-bottom: 20px;
     background-color:#fff;
}
 p.statNumber {
     font-size: 50px;
     line-height: 60px;
     margin: 0;
     padding: 0;
     font-weight: 600;
}
 p.statNumberSmall {
     font-size: 40px;
     line-height: 40px;
     margin: 0;
     padding: 0;
}
 p.statLabel {
     font-size: 16px;
     margin: 0;
     padding: 0;
}
/** SLIDERS */
/** DEFAULT SLIDER BOX */
 #basic-slideshowWide {
	position: relative;
	width: 100%;
	padding-top: 24.28%;
	height: auto;
	overflow: hidden;
}
 #basic-slideshowWide div {
	position: absolute;
	width: 100%;
	padding-top: 24.28%;
	height: auto;	
	top: 0;
	left: 0;
	text-align: center;
}

#basic-slideshowWide, #basic-slideshowWide div { 
padding-top: 24.28%;
height: auto;
} 


 #slideshowButtons {
     position: absolute;
     bottom: 40px;
	 top: auto;
     left: 30px;
     width: auto;
     height: 48px;
     z-index: 5;
}
 #slideshowButtonsMobile {
     margin: auto;
     text-align: center;
}
 #slideshowButtonsMobile p, #slideshowButtons p {
     margin: 0;
}
 #slideshowButtons a {
     float: left;
     padding: 6px;
     box-shadow: -2px 0px 17px 0px rgba(0, 0, 0, 1);
     margin-right: 20px;
     width: auto;
     min-width: 180px;
     color: #fff;
     border: 0;
}
 #slideshowButtonsMobile a {
     display: block;
     margin: auto;
     margin-bottom: 10px;
     padding: 6px;
     margin-right: 20px;
     width: 100%;
     color: #fff 
}
 #slideshowButtons a.one {
    background-color: #78a22f
}
 #slideshowButtons a.two {
    background-color: #069;
}
 #oppContainer {
     position: relative;
}
/* ============== DEFAULT SLIDESHOW CONTROLS AND BACKGROUNDS =============== */
 #basic {
     position: relative;
     text-align: left;
     margin: 0 auto;
}
 #sliderText {
     position: absolute;
     top: 20px;
     right: 20px;
     width: 540px;
     -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
     -moz-border-radius: 10px;
     border-radius: 10px;
     background: none;
}
 #sliderTextContent {
     opacity: 0.8;
     background-color: #fff;
     padding: 5px 10px;
     font-family: "Open Sans", Arial, Helvetica, sans-serif;
     font-size: 16px;
     font-weight: 300;
     -moz-border-radius: 10px;
     border-radius: 10px;
}
 #sliderTitle {
     font-size: 30px;
}
 #sliderContent {
     font-size: 16px;
}
 #navButtons {
     position: absolute;
     bottom: 20px;
     right: 20px;
     width: 100px;
     height: 50px;
     z-index: 5;
     font-size: 3rem;
     color: rgba(255, 255, 255, 0.8);
}
 #navButtons a {
     color: rgba(255, 255, 255, 0.8);
}
 #navButtons .slNext {
     float: right;
     height: 50px;
     width: 50px;
}
 #navButtons .slPrev {
     float: left;
     height: 50px;
     width: 50px;
}
/*VOLUNTEER CURRENT OPPS*/
 #volOpps {
     position: relative;
     float: left;
     width: 50%;
     margin: 0 auto;
}
 #volOpps_slide {
     width: 100%;
     height: 220px;
     margin: auto;
     overflow: hidden;
     border: 1px solid #8aa2be;
     background: url(../shared_images/background_slider_currentopps.png) repeat;
}
 #volOpps_slide div.volOpps_slides {
     position: relative;
     top: 0;
     left: 0;
     height: 220px;
}
 .volOpps_slides_container {
     height: 220px;
}
 .volOpps_slides_inner {
     padding: 5px;
}
 .volOpps_slides_addopp {
     height: 150px;
     margin-top: 20px;
     padding: 10px;
}
 #navButtonsVolOpps {
     position: absolute;
     bottom: 10px;
     width: 60px;
     right: 10px;
     z-index: 5;
}
 #navButtonsVolOpps .slNext {
     float: right;
}
 #navButtonsVolOpps .slPrev {
     float: left;
}
/*VOLUNTEER NEW OPPS*/
 #newOpps {
     position: relative;
     float: right;
     width: 50%;
     margin: 0 auto;
}
 #newOpps_slide div.newOpps_slides {
     position: relative;
     top: 0;
     left: 0;
     height: 220px;
}
 #newOpps_slide {
     position: relative;
     width: 100%;
     height: 220px;
     margin: auto;
     overflow: hidden;
     border: 1px solid #7e9d67;
     background: url(../shared_images/background_slider_newopps.png) repeat;
}
 .newOpps_slides_container {
     height: 220px;
     width: 100%;
     overflow: hidden;
}
 .newOpps_slides_inner {
     padding: 5px;
     width: 100%;
}
 .newOpps_slides_search {
     height: 220px;
     margin-top: 20px;
     background: url(../shared_images/background_slider_search.png);
     padding: 10px;
}
 #newOpps_slide .newOppText {
     height: 106px;
     overflow: hidden;
}
 #newOpps_slide .newOppsInfoPanel {
     color: #fff;
     text-align: center;
     margin-top: 10px;
     margin-right: 5px;
     float: left;
     background: #52b4c3;
     padding: 10px 8px;
     min-width: 80px;
     border-radius: 5px;
}
 div.newOppsInfoPanel a:hover {
     color: #fff;
}
 #navButtonsNewOpps {
     position: absolute;
     bottom: 10px;
     width: 60px;
     right: 10px;
     z-index: 5;
}
 #navButtonsNewOpps .slNext {
     float: right;
}
 #navButtonsNewOpps .slPrev {
     float: left;
}
/** CIRCLE TEXT */
 div.solidCircle {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     background-color: #555;
     color: yellow;
     min-width: 1em;
     border-radius: 50%;
     vertical-align: middle;
}
 div.solidCircle:before {
     content: '';
     float: left;
     width: auto;
     padding-bottom: 100%;
}


/* ALERTS BOOTSTRAP */

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
	border-left: 8px solid transparent;
    border-radius: .25rem;
}

.alert p {
	margin:0;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-message {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-message-light {
    color: #856404;
    background-color: #fffaea;
    border-color: #fff3cd;
}

	
	
/** NOTIFICATIONS */
 [class*='notifyText'] {
     margin-bottom: 1.2em;
}
 .notifyTextBlue {
     border: 1px solid #9ebed3;
     background-color: #E6F5FF;
     padding: 5px;
}
 .notifyTextGreen {
     border: 1px solid #78a22f;
     background-color: #C6E1B0;
     padding: 5px;
}
 .notifyTextRed {
     border: 1px solid #E94B4B;
     background-color: #DB8477;
     padding: 5px;
}
 .notifyTextLight {
     border: 1px solid #EED;
     background-color: #FFE;
     padding: 10px;
}
 .notifyTextGrey {
     border: 1px solid #d5d5b2;
     background-color: #EEE;
     padding: 5px;
}
 .notifyTextGreyDark {
     border: 1px solid #888872;
     background-color: #DDD;
     padding: 5px;
}
 .notifyTextWhite {
     border: 1px solid #b0b0b0;
     background-color: #fff;
     padding: 5px;
}
 .notifyTextWarning {
     background-color: #fff;
     border: 1px solid #d6b6b6;
     border-left: 30px solid #900;
     padding: 10px;
}
 .notifyTextSuccess {
     background-color: #fff;
     border: 1px solid rgba(112, 163, 0, 0.5);
     border-left: 30px solid rgba(112, 163, 0, 1);
     padding: 10px;
}
 .notifyTextAmber {
     background-color: #fff;
     border: 1px solid rgba(242, 125, 0, 0.5);
     border-left: 30px solid rgb(242, 125, 0);
     padding: 10px;
}
 .notifyTextAlert {
     background-color: #fff;
     border: 1px solid rgba(251, 201, 8, 0.5);
     border-left: 30px solid rgba(251, 201, 8, 1);
     padding: 10px;
}
/** GET SHOT OF THIS AT SOME POINT ITS EVERYWHERE BUT UNECESSARY */
 .notifyText {
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
 .notifyTextMessage {
     background-color: #f7f7cf;
     border: 1px solid #f2f226;
     border-left: 30px solid #f2f226;
     padding: 5px;
}
 .notifyTextMessage p {
     margin: 0.5em 0;
}
 .notificationPill {
     position: absolute;
     color: #fff;
     padding: 5px;
     border-radius: 10px;
}
 .notificationTR {
     top: 0;
     right: -20px;
}
 .notificationBR {
     bottom: -10px;
     right: -20px;
}
 .notificationTL {
     top: 0;
     left: -20px;
}
 .notificationBL {
     bottom: -10px;
     left: -20px;
}
/** INFO PANELS */
 .boxPlain {
     padding:10px;
}
 .boxStandard {
     border-top: 1px solid #c9c9c9;
     margin-bottom: 30px;
     margin: 30px -10px;
     padding: 20px 10px;
     background: linear-gradient(to bottom, rgba(240, 239, 252, 0.6) 0%, rgba(246, 245, 253, 0) 30px, rgba(255, 255, 255, 0) 50%);
}
 .boxSuccess {
     background-color: #fff;
     border: 1px solid rgba(112, 163, 0, 0.5);
     border-left: 30px solid rgba(112, 163, 0, 1);
     border-right: 0;
     padding: 10px;
     margin: 30px -10px;
     padding-left: 30px;
}
 .boxWarning {
     background-color: #fff;
     border: 1px solid #d6b6b6;
     border-left: 30px solid #900;
     margin: 30px -10px;
     padding: 10px;
     padding-left: 30px;
}
 .boxDoubleMargin {
     margin-bottom: 60px;
}
 a.infoPanelBlue {
     color: #fff;
     min-height: 88px;
     background: #069;
     padding: 5px;
}
 a.infoPanelRed {
     color: #fff;
     min-height: 88px;
     background: #BB301C;
     padding: 5px;
}
 a.infoPanelGreen {
     color: #fff;
     min-height: 88px;
     background: #70a300;
     padding: 5px;
}
 a.infoPanel:link, a.infoPanel:active, a.infoPanel:visited, a.infoPanel {
     color: #fff;
}
/** CARDS */
/*===================== CARDS ====================*/
 .card {
    /* border: 1px solid #dbdbdb;
     */
     background-color: #fff;
     margin-bottom: 40px;
     box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
     transition: 0.3s;
     border:1px solid rgba(0,0,0,0.2);
}
/* On mouse-over, add a deeper shadow */
 .card:hover {
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
 .card-noMargin{
     margin-bottom: 0;
}
 .card-title {
    /* background-color: #f4f4f4;
     padding: 5px;
     text-align: center;
     border-bottom: 1px solid #dbdbdb;
     border-left:5px solid #0572b7;
     border-right:5px solid #0572b7;
     */
     padding:12px;
     border-left:10px solid #c9c9c9;
     background-color:#ededed;
     color:#000;
}
 .card-accent {
     background-color: #0572b7;
     color: #fff;
}
 .card-accent a {
    color:#fff;
     border-color:#fff;
}
 .card-title p {
     margin: 0;
     font-size: 1.2rem;
}
 .card-content {
     padding:20px;
}
 .card-content-noSidePadding {
     padding:20px 0;
}
 .card-divider {
     padding: 10px 0;
     border-bottom: 1px solid #f4f4f4;
}
 .card-section {
     padding:10px;
     margin:20px 0;
     border-bottom:1px solid #b0b0b0;
     border-top:1px solid #b0b0b0;
     background-color:#fff;
}
 .card-list {
     padding:10px;
     margin:0;
     border-bottom:1px solid #b0b0b0;
     background-color:#fff;
}
 .card-list:first-of-type {
     border-top:1px solid #b0b0b0;
}
 .card-list-inside {
     border-left:1px solid #b0b0b0;
     border-right:1px solid #b0b0b0;
}
 .card-grey {
     background-color:#eee;
}
 .card-light {
     background-color:#ffe;
}
 .panelHeader {
     border: 1px solid #dbdbdb;
     background-color: #fff;
     margin-bottom: 20px;
     padding: 5px;
}
 .sidePanelHeader {
     padding: 5px;
     border-bottom: 1px solid #e3e3e3;
}
/* SORT OUT THESE CARDS CSS CHECK WHERE THEY ARE USED AND STANDARDISE THEM */
 .card-popup {
     margin: 0;
     position: absolute;
     top: 0;
     left: 0;
     width: 50%;
     z-index: 5;
     display: none;
     box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
}
 .card-popup .card-title {
     color: #fff;
     background: #069;
}
 .closeCard {
     float: right;
     display: block;
     line-height: 2.3rem;
     margin: 0 5px;
     color: #fff;
}
 .standardCard {
    /* Add shadows to create the "card" effect */
     box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
     transition: 0.3s;
     margin:0 10px 10px 10px;
}
/* On mouse-over, add a deeper shadow */
 .standardCard:hover {
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
 .cardHeader {
     padding:10px;
     border-left:10px solid #c9c9c9;
     background-color:#ededed;
     color:#000;
}
 .cardHeader p.cardTitle {
     font-family: "Roboto Slab", "Open Sans", Arial;
     font-size:1.2rem;
     margin:10px 
}
/* Add some padding inside the card container */
 .cardContents {
     padding: 10px 20px;
}
/** MARGINS */
 .marginb {
     margin-bottom: 10px;
}
 .margint {
     margin-top: 10px;
}
 .marginbMed {
     margin-bottom: 20px;
}
 .margintMed {
     margin-top: 20px;
}
/*GET RID OF THESE ON THE MY OPPORTUNITIES PAGE */
/** PADDINGS */
 .paddingb {
     padding-bottom: 5px;
}
 .paddingt {
     padding-top: 5px;
}



/*=============== MODALS =======================*/

.modalTitle {
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}


#batchActionsContainer {
	visibility: hidden; 
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	background-color:#1e5c8b; 
	color:#fff;
	z-index: 2147483647 !important;
}


 .slidingPanel {
     transition: all 0.3s ease-out;
     border-left:1px solid #888;
     box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.75);
     z-index: 1000;
    /*HIGHEST */
     height: 100%;
     width: 400px;
     position: fixed;
     top: 0;
     background-color: #222;
     overflow-x: hidden;
     transition: 0.5s;
     right:-450px 
}
.slidingPanelRight {
     right: -450px;
}
.slidingPanelLeft {
     left: -450px;
}
 .slidingPanel a {
     color:#eee;
     border-bottom:1px dotted orange;
}
 .slidingPanel a:hover, .slidingPanel a:focus {
     color: orange;
     border-bottom:1px solid orange;
}

.slidingPanelHeader {
	font-weight:900;
	color: orange;
}

/*------ CLOSING MODALS AND STUFF LINKS -----*/
 a.closeDark {
     font-weight:600;
     color: #fff;
     font-family: sans-serif;
     border:none;
     display: inline-block;
     padding:5px;
     font-size: 1.2rem;
     border: 1px solid transparent;
     border-bottom: 1px solid transparent;
     text-transform: capitalize;
}
 a.closeDark:hover, a.closeDark:focus {
     border: 1px solid orange;
}



 #adminUniversalSearch a.closeLight, a.closeLight {
     font-weight:600;
     color: #303030;
     font-family: sans-serif;
     border:none;
     display: inline-block;
     padding:5px;
     font-size: 1.2rem;
     border: 1px solid transparent;
     text-transform: capitalize;
     line-height: normal;
     height: auto;
     background-color: transparent;
}
 #adminUniversalSearch a.closeLight:hover, #adminUniversalSearch a.closeLight:focus, a.closeLight:hover, a.closeLight:focus {
     border: 1px solid orange;
}







/** POPUPS AND OVERLAYS */

#loadingAnimation{
	transition: opacity 1s;
}

 .popup {
     text-align: left;
     border: solid 2px #9DA282;
     background: #fffef1;
     position: absolute;
     top: 0;
     left: 0;
     width: 50%;
     padding: 20px;
     z-index: 5;
     display: none;
     -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
}
 .popupDark {
     text-align: left;
     border: solid 2px #333;
     background: url(../shared_images/background_trans_repeat.png) repeat;
     position: absolute;
     top: 0;
     left: 0;
     width: 500px;
     padding: 20px;
     z-index: 10;
     display: none;
     -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
}
 .popupSmall {
     border: solid 2px #9DA282;
     background: #FFD;
     position: absolute;
     top: 0;
     left: 0;
     width: 250px;
     padding: 20px;
     -moz-border-radius: 15px;
     border-radius: 15px;
     -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
}
 .emailform {
     border: solid 2px #9DA282;
     border-radius: 30px;
     -moz-border-radius: 30px;
     background: #D7D8F4;
     position: absolute;
     top: 0;
     width: 500px;
     padding: 20px;
     display: none;
     z-index: 10;
     -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
}
 .closeform {
     float: right;
     margin-right: -30px;
     margin-top: -30px;
}
 .closeMe {
     height: 25px;
     width: 25px;
     background: url(../shared_images/icon_close.png) center right no-repeat;
}

.emailaddProvider{
	cursor: pointer;
}



/*------------- ACCESSIBLE TOOLTIP STYLES -----------------*/
 span.toolTip {
    display:none;
}

 .toggletip-container {
     position: relative;
     display: inline-block;
}
/* the bubble element, added inside the toggletip live region */
 .toggletip-bubble {
     display: inline-block;
     position: absolute;
     top: 0;
     color: #303030;
     margin-left: 14px;
     width:30em;
     background-color: #f7f7cf;
     border: 1px solid #f2f226;
     border-left: 30px solid #f2f226;
     padding: 5px;
     text-align: left;
     transition: border linear 0.2s, background-color linear 0.2s;
     height: auto;
     z-index: 200;
	 font-size:1rem;
	 font-family: "Open Sans", Arial, Helmet, Freesans, sans-serif;
}
 .toggletip-bubble-left{
     left:100%;
}
 .toggletip-bubble-right{
     right:120%;
}
/* .toggletip-bubble:after, .toggletip-bubble:before {
     right: 100%;
     top: 50%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
}
 .toggletip-bubble:after {
     border-color: rgba(247, 247, 207, 0);
     border-right-color: #f7f7cf;
     border-width: 10px;
     margin-top: -10px;
}
 .toggletip-bubble:before {
     border-color: rgba(242, 242, 38, 0);
     border-right-color: #f2f226;
     border-width: 16px;
     margin-top: -16px;
}
 */
 .toggletip-container button.tipTrigger {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     border: none;
     font-weight: 600;
     padding: 1px;
     margin:0;
     line-height: normal;
     font-size: 0.8rem;
     background: #606060;
     vertical-align: text-top;
}
 button.tipTrigger:hover, button.tipTrigger:focus{
     background-color: rgba(112, 163, 0, 1) !important;
     color: #fff;
     border: none;
}


/** TOOLTIPS */
 .Tips1 {
    cursor: pointer;
}

.tip-wrap {
	position: absolute; 
	top: 0; 
	left: -500px; 
	display: none;
	font-weight: normal;
}

 .tip {
     color: #fff;
     width: 380px;
     z-index: 9999;
     padding: 5px;
     position: relative;
}
 .tip-title {
     font-weight: bold;
     font-size: 16px;
     margin: 0;
     color: #fff;
     padding: 8px 8px 4px;
     background: #069;
     border: 1px solid #eee;
}
 .tip-text {
     font-size: 14px;
     padding: 4px 8px 8px;
     background-color: rgba(0, 102, 153, 0.9);
     border: 1px solid #eee;
     border-top: 0;
}
/** CALENDAR STYLES */
 .ctable {
     position: absolute;
     border-collapse: collapse;
     background: #FFFFFF;
     border: 1px solid #ABABAB;
     display: none;
     background: #fff none repeat scroll 0% 0%;
     position: absolute;
     border-collapse: collapse;
     left: 211px;
     top: 403px;
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 0.8em;
     color: #666;
}
 .cday {
     background: rgb(171, 171, 171) none repeat scroll 0% 0%;
     font-size: 1em;
     line-height: normal;
     font-size-adjust: none;
     font-stretch: normal;
}
 .ccell {
     border: 1px solid rgb(100, 135, 174);
     background: rgb(196, 211, 234) none repeat scroll 0% 0%;
     width: 18px;
     height: 18px;
     line-height: normal;
     font-size-adjust: none;
     font-stretch: normal;
     color: rgb(51, 51, 51);
     text-align: center;
     text-decoration: none;
     cursor: pointer;
}
 .cempty {
     border: 1px solid rgb(100, 135, 174);
     background: rgb(196, 211, 234) none repeat scroll 0% 0%;
     width: 18px;
     height: 18px;
     line-height: normal;
     font-size-adjust: none;
     font-stretch: normal;
     color: rgb(51, 51, 51);
     text-align: center;
     text-decoration: none;
     cursor: default;
}
/** FULL PAGE CALENDAR STYLES */
 a.fc-event, a.fc-event:link, a.fc-event:visited, a.fc-event:active {
     color: #fff;
     border: 0;
     padding: 3px;
}
 a.fc-event:hover {
     color: #ddd;
     border: 0;
}







/** VIEWPORT STUFF NOT READY */
/* @-ms-viewport{
     width: extend-to-zoom;
     zoom: 1.0;
}
 @viewport{
     zoom: 1.0;
     width: extend-to-zoom;
}
 */
 .mobileShow, .mobileShowTableCell {
     display: none;
}
/** MEDIA SIZE LAYOUTS */
 #mobileMenuContainer {
     display: none;
}









/* @media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 700px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 700px), only screen and (min-resolution: 120dpi) and (max-width: 700px) */
 @media only screen and (max-width: 990px) {
     #mobileMenuContainer {
         display: block;
    }
     #headerMenuBar {
         display: none;
    }
     #middleContentContainer{
         padding: 20px 20px;
    }
	
	#providerProfileLogo {
		display: none;
	}

}





 @media only screen and (max-width: 700px) {
    /* HEADER */
     #headerContent {
         background-image: none !important;
    }
    /* CONTENT */
     #content, .content, #contentFront, #contentAdmin, #middleContent {
         padding: 10px;
    }
	
	.contentNoSideNav {
		padding:20px;
	}

	 /* FOOTER */
     #footerContent, .footerContent, #footerBottomContent {
         padding: 5px;
    }
     #middleContentContainer{
         padding: 20px 20px;
    }
	
	#providerProfileRegister{
		display: none;
	}
	
	#providerProfileName h1 {
		font-size: 1.2rem;
	}
	
	
    /* OPPS */
     div.oppContainer, .oppContainer {
         border-left: 10px solid #090;
         padding-left: 10px;
    }
    /* FONT SIZE */
     p {
         font-size: 1rem;
         line-height: 1.4rem;
         margin: 0 0 0.8em 0;
    }
     h1, .h1 {
         font-size: 1.8rem;
    }
     h2, .h2 {
         font-size: 1.6rem;
    }
     h3, .h3 {
         font-size: 1.4rem;
    }
     h4, .h4 {
         font-size: 1.2rem 
    }
     h5, .h5 {
         font-size: 1rem 
    }
     h6, .h6 {
         font-size: 1rem 
    }
     .vvvlarge {
         font-size: 1.8rem;
         line-height: 1.8em;
    }
     .vvlarge {
         font-size: 1.6rem;
         line-height: 1.6em;
    }
     .vlarge {
         font-size: 1.4rem;
         line-height: 1.4em;
    }
     .large {
         font-size: 1.2rem;
         line-height: 1.2em;
    }
     .medium {
         font-size: 1.1rem;
         line-height: 1.1em;
    }
     .small {
         font-size: 0.8rem;
    }
     .ssmall {
         font-size: 0.9rem;
    }
    /* GRIDS */
     .grid {
         margin-left: auto;
    }
     .grid [class*='col-'] {
         width: 100%;
         margin-right: 0;
         padding: 0;
    }
    /* FORMS */
     form select, select, input {
         font-size: 1rem;
    }
     input.bigSearch {
         font-size: 1.4em;
    }
     form textarea.inputHalfWidth, form input[type="text"].inputHalfWidth, form input[type="email"].inputHalfWidth, form input[type="password"].inputHalfWidth, form input[type="number"].inputHalfWidth, form input.inputHalfWidth, form select.inputHalfWidth, .inputHalfWidth {
         width: 100% 
    }
     form.formCentered, div.centered {
         display: block;
         padding: 0;
		 min-width: auto;
    }
     .mobileHide {
         display: none;
    }
     .mobileShow {
         display: block;
    }
     .mobileShowTableCell{
         display: table-cell;
    }
     #mobileMenuContainer {
         display: block;
    }
     #headerMenuBar {
         display: none;
    }
     .videoContainer {
         width: 100%;
         height: 500px;
    }
}
/*---------------ROAR notifications-----------------*/
 .roar-body {
     position: absolute;
     font: 10px/12px "Open Sans", Arial, Helvetica, Verdana, sans-serif;
     color: #000;
     text-align: left;
     z-index: 9999;
}
 .roar {
     position: absolute;
     width: 440px;
     cursor: pointer;
     color: #000;
     padding-left: 40px;
     font-size: 1rem;
     font-weight: normal;
}
 .roar-bg {
     position: absolute;
     z-index: 1000;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background-color: #f7f7cf;
     border: 1px solid #f2f226;
     border-left: 30px solid #f2f226;
     -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
 .roar-body-ugly .roar {
     background-color: #333;
}
 .roar-body-ugly .roar-bg {
     display: none;
}
 .roar h3 {
     position: relative;
	 font: 10px/12px "Open Sans", Arial, Helvetica, Verdana, sans-serif;
     padding: 10px 10px 10px 0;
     margin: 0;
     border: 0;
     font-size: 1rem;
     color: #000;
     z-index: 1002;
     visibility: visible;
     font-size: 1rem;
     font-weight: normal;
}
 .roar p {
     position: relative;
     padding: 10px 10px 10px 0;
     margin: 0;
     color: #000;
     z-index: 1002;
     visibility: visible;
     font-size: 1rem;
     font-weight: normal;
}
/*-------------------- DATE PICKER---------------------------- */
 .datepicker_vk {
     box-sizing: border-box;
     position: absolute;
     font-size: 14px;
     font-family: "Open Sans", Tahoma, Verdana, Arial, sans-serif;
     color: #333;
     line-height: normal;
     width: 300px;
     height: 200px;
     padding: 4px;
     background-color:#0572b7;
}
 .datepicker_vk * {
    font-size:14px;
}
/* header ********************************************************/
 .datepicker_vk .header {
     position: relative;
     height: 15px;
     margin: 0 0 5px 0;
     padding-top: 1px;
}
 .datepicker_vk .header .title {
     text-align: center;
     margin: 3px 18px 0 18px;
}
 .datepicker_vk .header .titleText {
     font-size: 11px;
     color: #fff;
}
 .datepicker_vk .header .previous, .datepicker_vk .header .next, .datepicker_vk .header .closeButton {
     position: absolute;
     cursor: pointer;
     text-indent: -40px;
     overflow: hidden;
     width: 16px;
     height: 16px;
     top: 4px;
     background-image: url(datepicker/arrows.png);
     background-position: left top;
     background-repeat: no-repeat;
}
 .datepicker_vk .header .previous {
     left: 4px;
}
 .datepicker_vk .header .previous:hover {
     background-position: left bottom;
}
 .datepicker_vk .header .next {
     right: 4px;
     background-position: -17px top;
}
 .datepicker_vk .header .next:hover {
     background-position: -17px bottom;
}
 .datepicker_vk .header .closeButton {
     display: none;
     right: 0px;
     top: 0px;
     background-position: right top;
}
 .datepicker_vk .header .closeButton:hover {
     background-position: right bottom;
}
/* body ********************************************************/
 .datepicker_vk .body {
     position: relative;
     top: 6px;
     left: 2px;
     width: 292px;
     height: 200px;
     overflow: hidden;
}
/* time ********************************************************/
 .datepicker_vk .time {
     position: relative;
     width: 100%;
     height: 100%;
}
 .datepicker_vk .time .hour, .datepicker_vk .time .separator, .datepicker_vk .time .minutes {
     background: #fff;
     border: 0px;
     width: 50px;
     font-size: 32px;
     color: #333;
     border: 1px solid #aaa;
     position: absolute;
     top: 18px;
     text-align: center;
     padding: 2px;
}
 .datepicker_vk .time .hour {
     left: 23px;
}
 .datepicker_vk .time .separator {
     background: transparent;
     border: 0px;
     width: 10px;
     left: 84px;
}
 .datepicker_vk .time .minutes {
     left: 103px;
}
 .datepicker_vk .time .ok {
     position: absolute;
     top: 80px;
     height: 32px;
     width: 136px;
     left: 23px;
     font-size: 20px;
}
/* days-grid ********************************************************/
 .datepicker_vk .days .day {
     float: left;
     overflow: hidden;
     width: 13.5%;
     line-height:21px;
     height: 21px;
     border: 1px solid #aaa;
     text-align: center;
     margin: 0 2px 2px 0;
     padding:0;
}
 .datepicker_vk .days .titles {
     margin-bottom: 1px;
}
 .datepicker_vk .days .titles .title {
     border: 1px solid transparent;
     text-align: center;
     width:13.5%;
     height: 22px;
     line-height: 22px;
}
 .datepicker_vk .days .day0 {
     margin-right: 0;
}
 .datepicker_vk .days .week5 .day {
     margin-bottom: 0;
}
/* days-colors ********************************************************/
 .datepicker_vk .days .week .day {
     background: #fcfcfc;
     cursor: pointer;
     color: #1C94C4;
}
 .datepicker_vk .days .week .day:hover {
     background: #fdf5ce;
     color: #c77405;
     border: 1px solid #fbcb09;
}
 .datepicker_vk .days .week .otherMonth {
     background: #f2f2f2;
     color: #94B2BE;
     border: 1px solid #aaa;
}
 .datepicker_vk .days .week .selected {
     background: #fff;
     color: #c77405;
     border: 1px solid #fbcb09;
}
/* months-grid ********************************************************/
 .datepicker_vk .months .month {
     float: left;
     text-align: center;
     overflow: hidden;
     width: 95px;
     cursor: pointer;
     background: #fcfcfc;
     line-height:39px;
     height: 39px;
     border: 1px solid #aaa;
     margin: 0 2px 2px 0;
}
 .datepicker_vk .months .month3, .datepicker_vk .months .month6, .datepicker_vk .months .month9, .datepicker_vk .months .month12 {
     margin-right: 0;
}
 .datepicker_vk .months .month10, .datepicker_vk .months .month11, .datepicker_vk .months .month12 {
     margin-bottom: 0;
}
/* months-colors ********************************************************/
 .datepicker_vk .months .month:hover {
     background: #fdf5ce;
     color: #c77405;
     border: 1px solid #fbcb09;
}
 .datepicker_vk .months .selected {
     background: #fff;
     color: #c77405;
     border: 1px solid #fbcb09;
}
/* years-grid ********************************************************/
 .datepicker_vk .years .year {
     float: left;
     text-align: center;
     overflow: hidden;
     background: #fcfcfc;
     width: 56px;
     cursor: pointer;
     line-height: 39px;
     height: 39px;
     border: 1px solid #aaa;
     margin: 0 2px 2px 0;
}
 .datepicker_vk .years .year4, .datepicker_vk .years .year9, .datepicker_vk .years .year14, .datepicker_vk .years .year19 {
     margin-right: 0;
     width: 55px;
}
 .datepicker_vk .years .year15, .datepicker_vk .years .year16, .datepicker_vk .years .year17, .datepicker_vk .years .year18, .datepicker_vk .years .year19 {
     margin-bottom: 0;
}
/* years-colors ********************************************************/
 .datepicker_vk .years .year:hover {
     background: #fdf5ce;
     color: #c77405;
     border: 1px solid #fbcb09;
}
 .datepicker_vk .years .selected {
     background: #fff;
     color: #c77405;
     border: 1px solid #fbcb09;
}
/* global ********************************************************/
 .datepicker_vk .unavailable {
     cursor: default !important;
     background: #f0f0f0 !important;
     color: #ccc !important;
     border: 1px solid #ccc !important;
}
 .datepicker_vk table {
     border-spacing: 0;
     border:0;
     margin-top:3px;
     width: 100%;
}
 .datepicker_vk th, .datepicker_vk td, .datepicker_vk tr {
     padding: 0;
     border: 0;
}
 .datepicker_vk {
    z-index:1000;
}
/*toggler class for the selecting element */
 .date_toggler, .date_togglerInline, .date_togglerDecades {
    background:url(images/icon_calender.png) no-repeat;
     width:24px;
     height:24px;
     display:block;
     float:left;
     margin-right:5px;
     margin-top:6px;
}
/*===================================================*/
/*============ AUTOCOMPLETER CLASSES=================*/
/*===================================================*/
 ul.autocompleter-choices {
     position: absolute;
     margin: 0;
     padding: 0;
     list-style: none;
     border: 1px solid #7c7c7c;
     border-left-color: #c3c3c3;
     border-right-color: #c3c3c3;
     border-bottom-color: #ddd;
     background-color: #fff;
     text-align: left;
     font-family: inherit;
     z-index: 999;
}
 ul.autocompleter-choices li {
     position: relative;
     margin: -2px 0 0 0;
     padding: 0.4em 0.4em 0.4em 0.4em;
     display: block;
     float: none !important;
     cursor: pointer;
     font-weight: normal;
     white-space: nowrap;
     font-size: 1rem;
     line-height: 1.2rem;
     list-style: none;
}
 ul.autocompleter-choices li.autocompleter-selected {
     background-color: #444;
     color: #fff;
}
 ul.autocompleter-choices span.autocompleter-queried {
     display: inline;
     float: none;
     font-weight: bold;
     margin: 0;
     padding: 0;
}
 ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
     color: #9FCFFF;
}
/*============================================================*/
/*===================== AUTO SUGGEST =========================*/
/*============================================================*/
 .autocomplete-suggestions {
     text-align: left;
     cursor: default;
     border: 1px solid #ccc;
     border-top: 0;
     background: #fff;
     box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    /* core styles should not be changed */
     position: absolute;
     display: none;
     z-index: 9999;
     max-height: 254px;
     overflow: hidden;
     overflow-y: auto;
     box-sizing: border-box;
}
 .autocomplete-suggestion {
     position: relative;
     padding: 0 .6em;
     line-height: 23px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     font-size: 1.02em;
     color: #333;
}
 .autocomplete-suggestion b {
     font-weight: normal;
     color: #1f8dd6;
}
 .autocomplete-suggestion.selected {
     background: #f0f0f0;
}
 
 
/*============================================================*/
/*=============== GOOGLE TRANSLATE STYLES ====================*/
/*============================================================*/

#google_translate_element {
	margin:5px 0;
}
