/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */
a,
a:link {
  color: #2c436d;
}
a:visited {
  color: #2c436d;
}
a:hover,
a:active,
a:focus {
  color: #2c436d;
  text-decoration: underline;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; max-width: 100%; height: auto;}

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }

.wrapper {
  margin: 0 auto;
  width: 95%;
  max-width: 1280px;
}


.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }


label.check {
    display: block;
    margin-bottom: 10px;
}

    label.check span.check {
        display: inline-block;
        margin-right: 5px;
    }

.q-text {
    margin: 30px 0 15px 0;
    font-weight: bold;
}

.commInputOpt {
    margin-left: 15px
}

span.m-input {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
}

.q-response-wrap {
    float: left;
    width: 100%;
}

.q-checkbox p {
    width: 80%;
    float: left;
    margin: 0;
}

.q-checkbox input {
    margin-top: 3px;
    margin-right: 10px;
    float: left;
}


.question {
    margin-top: 40px;
}

    .question:first-child {
        margin-top: 20px;
    }

.q-body {
}



.q-mc-single .q-body,
.q-mc-multi .q-body {
    margin-left: 20px;
}

.q-body textarea {
    width: 100%;
}

label.m-input-label {
    margin-left: 5px;
    display: block;
    margin-bottom: 5px;
}

.q-image-wrap {
    float: left;
    margin-left: 40px;
}

    .q-image-wrap.interactive {
        float: left;
        margin-left: 0;
    }

.canvas-container {
    text-align: center;
    margin: 0 auto;
}

blockquote {
    background-color: #dfdfdf;
    padding: 20px;
    margin: 1em 0;
    font-weight: bold;
}


body {
    font-size: 79%;
}

body {
    padding-top: 20px;
}

table {
    font-size: 1em;
}

    table td {
        padding: 5px 5px 5px 0;
    }

.wrap {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: 950px;
    background-color: #fff;
    padding: 20px 40px 40px 40px;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 14px;
}

ol, ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 20px;
    line-height: 20px;
	font-size: 14px;
}
li {
	margin-bottom: 10px;
}

.fsSubscribe input[type="text"] {
    width: 300px;
}

input.wide[type="text"] {
    width: 300px;
}

textarea.wide {
    width: 300px;
}

label {
    margin-bottom: 3px;
    display: inline-block;
}

input, select {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid lightgrey
}

    input[type="text"],
    input[type="email"] {
        width: 90%
    }

.q-textbox input[type="date"] {
    width: 200px
}

.billing-address .question {
    margin: 0;
}

.error,
#errorMsg,
.errorMsg {
    color: #b94a48;
    padding: 5px;
    display: block;
}



.message { display: inline-block; padding:7px;  color: black}
    .message.warning {
        background-color: #fcf8c3
    }
    .message.error {
        background-color: #f2dede;
    }

#google_translate_element { float: left;}
.user-nav { float: right; margin: 0;}
.user-nav li { display: inline-block; margin-left: 10px}
.main-nav { margin: 40px 0 20px 0;}

dl dd {margin-top: 10px; margin-bottom: 20px; }
dl dt a {
    font-weight: bold; font-size: 16px;
}


.side-box {
    background-color: #fafafa;
    padding: 15px 15px 10px 15px;
}
    .side-box h4 {
        margin-top: 0;
    }
    .side-box select { width: 100%;}

.account-nav {
    background-color: #fafafa;
}
.account-nav li {
    padding: 10px 15px;
}
.account-nav li a { display: block; color: #222; text-decoration: none;}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    text-align: left;
    border: none;
    outline: none;
}
    .accordion:after {
        content: '\25BA'; /* Unicode character for "plus" sign (+) */
        font-size: 18px;
        color: #777;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\25BC"; /* Unicode character for "minus" sign (-) */
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        background-color: #ccc;
    }

/* Style the accordion panel. Note: hidden by default */
.panel {
    display: none;
    overflow: hidden;
}


table.event-list { margin: 0 10px;}
.event-list { width: 100%;}
.event-list th {
    padding: 0 20px 0 0;
}

.event-list td{
    padding: 10px 20px 15px 0;
}

.filter {
    background-color: #fafafa;
    margin-bottom: 1em;
    padding: 6px 10px 4px 10px;
}

.filter div.inline-group {
    display: inline-block;
    margin-right: 5px;
}


.filter div.inline-group select {
    margin-left: 5px;
}
    .filter .legend {
        display: inline-block;
        margin-right: 5px;
    }

.category-list { clear: both; background-color:#2c436d ;}

    .category-list li {
        display: inline-block;
        margin: 0;
    }
    .category-list li:last-child {
    }

    .category-list li a {
        display: block;
        padding: 10px 15px;
        color: white;
        text-decoration: none;
        font-weight: 700;
    }
        .category-list li a:hover { background-color:#3a73b8; 
        }
    .category-list li.selected { background-color:#3a73b8; 
    }



.sub-category-list {
    
    color: white;
    padding: 10px;
}


.sub-category-list li a {
    color: white;
    text-decoration: none;
}

.sub-category-dropdown option {
    padding: 5px;
}

    .button:visited {
        color: #2c436d
    }


    .booking-form .q-text { margin: 5px 0 3px 0; font-weight: normal }
    .booking-venue { border-top: 1px solid lightgrey; margin-top: 50px; }
    .booking-venue #map { height: 400px;}

.spacer { margin-top: 30px}


ul.tabs { margin: 0; padding: 0; list-style-type: none; display: block; }
ul.tabs li { display: block; float: left; padding: 10px; background-color: #fafafa; margin-right: 5px; margin-bottom: 5px; }
ul.tabs li.selected { background-color: grey}
    ul.tabs li a {
        text-decoration: none;
    }

    ul.tabs li.selected a {
        color: white
    }



.button {
    padding: 10px;
	min-width: 75px;
    border: 1px solid #2c436d;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.button {
        background-color: #9cc454;
        display: inline-block;
}
/*.button a,
.button a:link { color: #ffffff!important; }
.button a:visited {color: #ffffff; }
.button a:hover,
.button a:active,
.button a:focus { background-color: #3a73b8; color: #ffffff; }*/

.button.ok { background-color: green }
.button.cancel { background-color: orangered}

fieldset { margin-bottom: 20px; }
.q-number { display: none;}

.question { margin-bottom: 20px; width: 100%;}
.surveyButton { margin-right: 20px;}
.instr { display: block; font-style: italic; margin-top: 5px;}

p { line-height: 20px; font-size: 14px}

#setPassWrap {
    margin-bottom: 20px;
}


textarea#note {
    width: 100%;
    height: 60px
}


td {
    vertical-align: top;
}

.au-account.tabs {
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    margin: 0;
    padding-top: 10px;
}

.au-account.tabs {
    list-style-type: disc;
}

    .au-account.tabs li {
        margin-bottom: 10px;
    }

        .au-account.tabs li.cert-link {
            margin-top: 20px;
            clear: both;
        }

.event-wrap {
    margin: 20px 0;
    border-top: 1px solid lightgrey;
    padding: 20px 0;
}

    .event-wrap .booking-ref {
        font-size: 11px;
    }

    .event-wrap .event-status {
        margin: 10px 0;
    }

    .event-wrap span {
        display: block
    }

    .event-wrap .event-actions ul {
        margin: 20px 0 0 0;
    }

    .event-wrap .event-actions li {
        display: inline-block;
        margin-right: 20px;
    }

    .event-wrap .error {
        margin-top: 20px;
        padding: 10px;
        background-color: #f2dede
    }

    .event-wrap .booking-ref {
        font-size: 11px;
    }

.booking-card {
    margin: 20px 0;
    border-top: 1px solid lightgrey;
    padding: 20px 0;
}

    .booking-card .booking-ref {
        font-size: 14px;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

    .booking-card .event-actions ul {
        margin: 20px 0 0 0;
    }

    .booking-card .event-actions li {
        display: inline-block;
        margin-right: 20px;
    }

    .booking-card h3 {
        font-size: 14px;
    }


.au-note-wrap {
    clear: both;
    margin: 0 0 20px 0;
    min-height: 60px;
    border-bottom: 1px solid rgba(120,130,140,.13);
}

    .au-note-wrap:last-child {
        border-bottom: none;
    }

.user-img {
    width: 40px;
    display: table-cell;
    position: relative;
    margin: 0 10px 0 0;
}

.au-note-wrap h5 {
    margin: 0 0 10px 0;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.au-note-wrap span.au-note-time,
.au-note-wrap span.au-note-booking {
    display: block;
    font-size: 12px;
    color: #98a6ad;
    margin-bottom: 10px;
}

.au-note-meta {
    float: left;
    width: 200px
}

.au-note-wrap .au-note {
    float: left;
    font-size: 14px;
    display: block;
    margin: 0;
    line-height: 25px;
    color: #848a96;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-wrap { 
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
						
.feature-wrap .feature { 
width: calc(33% - 4%); /* margin left and right*/
  max-width: calc(33% - 4%); /* margin left and right*/
  text-align: center;
  flex-grow: 3;
  flex-shrink: 0;
  margin:2%;
}



.feature-wrap .feature img { width: 100% }
.feature-wrap .feature h2 { margin: 0; font-size: 1.4em; padding: 20px; color: #fff; line-height: 1.4em;}

.trapezoid {
    border-bottom: 50px solid #ff4d4d;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
	height: 0;
	 }
	
.feature-wrap .feature p { margin: 0; }

.feature-wrap .feature a { text-decoration: none; }

img.round { display: inline; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
	
	
@media only screen and (max-width:768px)	
{
.feature-wrap .feature { 
  width: 100%; /* margin left and right*/
  max-width: 100%;
  text-align: center;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  margin:0 0 20px 0;
}
}
	


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    table.event-list { margin: 0; }
    .event-list-group table
    .event-list-group thead,
    .event-list-group tbody,
    .event-list-group th,
    .event-list-group td,
    .event-list-group tr {
        display: block;
    }

    .event-list-group thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .event-list-group tr {
        border-bottom: 1px solid #ccc;
    }

    .event-list-group td {
        border: none;
        position: relative;
        padding-left: 50%;
    }

    .event-list-group td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
        
    .event-list-group td:nth-of-type(1):before {
        content: "Date";
    }

    .event-list-group td:nth-of-type(2):before {
        content: "Time";
    }

    .event-list-group td:nth-of-type(3):before {
        content: "Duration";
    }

    .event-list-group td:nth-of-type(4):before {
        content: "Location";
    }

    .event-list-group td:nth-of-type(5):before {
        content: "Places Available";
    }
}


