@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);

html {

}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    background-image: url('../assets/template/pattern.jpg');
    font-size: 67.5%;
    font-weight: 300;
    color: #6f6f6f;
}

.grid {
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;}
.clearfix, .row {display:block;}

.grid.footer {
    background: rgb(0,14,46);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwZTJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjMGEwYTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjMGEwYTkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEwMTBlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, rgba(0,14,46,1) 0%, rgba(10,10,155,1) 31%, rgba(10,10,145,1) 58%, rgba(16,16,232,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,14,46,1)), color-stop(31%,rgba(10,10,155,1)), color-stop(58%,rgba(10,10,145,1)), color-stop(100%,rgba(16,16,232,1)));
    background: -webkit-linear-gradient(45deg, rgba(0,14,46,1) 0%,rgba(10,10,155,1) 31%,rgba(10,10,145,1) 58%,rgba(16,16,232,1) 100%);
    background: -o-linear-gradient(45deg, rgba(0,14,46,1) 0%,rgba(10,10,155,1) 31%,rgba(10,10,145,1) 58%,rgba(16,16,232,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0,14,46,1) 0%,rgba(10,10,155,1) 31%,rgba(10,10,145,1) 58%,rgba(16,16,232,1) 100%);
    background: linear-gradient(45deg, rgba(0,14,46,1) 0%,rgba(10,10,155,1) 31%,rgba(10,10,145,1) 58%,rgba(16,16,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e2e', endColorstr='#1010e8',GradientType=1 );
    color: white;
    text-align: left;
}

.flag-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.flag {
    display: inline-block;
    background-repeat: no-repeat;
}

/* reset */

p {
    margin: .75em 0;
    line-height: 1.5em;
}

.pageCrumb { text-transform: capitalize; }

img, td img {
	width: 100%;
}

em {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 125%;
    letter-spacing: auto;
    font-family: 'Roboto', serif;
    font-weight: 500;
}

a {
    text-decoration: underline;
    outline: 0;
    border: 0;
    color: #da364a;
}

article ul {
	margin: 15px;
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
}
article ol {
	margin: 15px;
	margin-left: 10px;
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 10px;
}



.events-crumbs {
    margin-bottom: 10px;
}

.event.nopad div.col:nth-child(2n-1) {
    padding-left: 0px;
}
/*form styling*/

div.errorMessage {
    padding: 2px;
}

.formText {
    padding: 10px 0px 5px 0px;
}

input[type=checkbox] {
	height: 14px;
}

input[type=text], input[type=email], textarea {
    width: calc(100% - 10px);
    display: block;
    margin-right: 10px;
    border: 1px solid #dfdfdf;
    padding: 3px 0px;
    font-size: 90%;
}

input[type=submit], .submitButton {

    width: 50%;
    min-width: 120px;
    padding: 5px 10px;
    margin-top: 5px;
	color: #050505;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		cursor: pointer;
}

.submitButton.cancel {
    cursor: pointer;
    max-width: 80px;
    float: left;
    background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffe0e0 50%,
		#fccaca 50%,
		#ff8c8c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffe0e0),
		color-stop(0.50, #fccaca),
		to(#ff8c8c));
    border: 1px solid #c71e1e;
}

input[type=text], input[type=email] {
    height: 20px;
}


/* rslide override */
/* gallery setup base */

.row ul.rslides {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-width: 100%;
    overflow: hidden;
}

.row ul.rslides li {
    line-height: 1;
}

.row ul.rslides li {
    margin: 0px;
}

.row ul.rslides img {
    width: 100%;
}

/* tables */

table td h1 {
    font-size: 1.5em;
    line-height: 1.5em;
}

table td h2,
table td h3 {
	font-size: 1.3em;
    line-height: 1.35em;
}

table td h4,
table td h5,
table td h6 {
	font-size: 1.1em;
    line-height: 1.25em;
}

table {
    margin: .75em 0;
}

table td {
    padding: 5px;
}

/*! responsive-nav.js 1.0.24 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 2em;
}

@media screen and (min-width: 768px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* custom Apply Form */

form.orderform,
form.previewform {
    padding: 10px;
    background-color: #fefefe;
}

.button.edit {
    width: 40%;
    display: inline-block;
}

.button.process {
    width: 40%;
    text-align: right;
    display: inline-block;
    float: right;
}

.formBox {
    padding: 0px 10px;
}

input[type=text].redBorder,
input[type=email].redBorder,
.redBorder {
    border: 1px solid red;
}

.cart_struct .formBox {
    display: table-row;
}
.cart_struct .formInput {
    float: left;
    display: table-cell;
    padding: 10px 10px 5px 10px;
}

.cart_struct .formInput select {
    padding-top: 5px;
}

.cart_struct .formText {
    float: right;
    display: table-cell;
}

.subscribe_struct .formBox,
.completeform_struct .formBox,
.country_association_struct .formBox {
    margin-top: 10px;
}

.subscribe_struct .formBox .formInput,
.completeform_struct .formBox .formInput,
.country_association_struct .formBox .formInput {
    float: left;
    margin: 2px 15px 2px 0px;
}

.subscribe_struct .formBox .formText,
.completeform_struct .formBox .formText,
.country_association_struct .formBox .formText {
    display: inline-block;
    float: left;
    margin-right: 2px;
    padding: 0px 0px 5px 0px;
}

.association_details_struct {
    clear: left;
}

.association_details_struct .formSeparator {
    display: none;
}

.nzsbaForm textarea {
    min-height: 100px
}

.subscribeSuccess {
	padding: 10px;
    color: green;
    font-size: 150%; 
    margin-bottom: 20px;
    border: 1px solid green;
}

.heading_struct,
.enquiry_struct .formSeparator,
.conversation_struct .formSeparator,
.completeform_struct .formSeparator,
.subscribe_struct .formSeparator,
.membership_plan_struct .formSeparator,
.member_profile_struct .formSeparator,
.country_association_struct .formSeparator,
.physical_struct .formSeparator,
.physical_address .formSeparator,
.postal_struct .formSeparator,
.postal_address .formSeparator,
.order_struct .formSeparator,
.cart_struct .formSeparator {
    padding: 10px 0px;
    background-color: #bbb;
    color: white;
    padding-left: 10px;
    font-size: 120%;
}

.subscribe_struct .formSeparator,
.enquiry_struct .formSeparator,
.conversation_struct .formSeparator,
.completeform_struct .formSeparator,
.member_profile_struct .formSeparator,
.membership_plan_struct .formSeparator,
.postal_struct .formSeparator,
.country_association_struct .formSeparator,
.physical_struct .formSeparator,
.physical_address .formSeparator,
.postal_address .formSeparator,
.order_struct .formSeparator,
.cart_struct .formSeparator {
    margin-top: 10px;
}


/* ticket sales */

.orderform input {
    margin: 5px 0;
}

.previewform .postal_struct .formSeparator,
.previewform .cart_struct .formSeparator,
.previewform .cart_struct .formBox .formText,
.previewform .order_struct .formSeparator,
.orderform .postal_struct .formSeparator,
.orderform .cart_struct .formSeparator,
.orderform .cart_struct .formBox .formText,
.orderform .order_struct .formSeparator {
    display: block;
}


.previewform .order_struct .formSeparator,
.previewform .heading_struct {
    margin-bottom: 5px;
}

.orderform .order_struct select {
    margin: 10px 0px;
}
/* customlayout styles */

.row {
    position: relative;
}

.menu {
    margin-bottom: 0px;
}

h1 {
    font-size: 1.8em;
    margin-top: 0em;
    margin-bottom: .25em;
    text-transform: uppercase;
}

h2 {
    color: #da364a;
    font-size: 1.7em;
    margin-top: .5em;
    margin-bottom: .25em;
}

h3 {
    font-size: 1.6em;
    margin-top: .15em;
    margin-bottom: .15em;
}

h4 {
    font-size: 1.5em;
    margin-top: .1em;
    margin-bottom: .1em;
}

h5, h6 {
    font-size: 1.4em;
    margin-top: .1em;
    margin-bottom: .1em;
}

.grey_header {
    background-color: #f5f5f3;
    border-radius: 3px;
    margin-top: 0px;
}

h1.grey_header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.link_box {
    display: inline-block;
    padding: 5px 10px 4px 10px;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
    font-size: 90%;
    margin-top: 5px;
    margin-bottom: 8px;
}

.link_box:hover {
    color: #da364a;
}

.link_box:before {
    content:"►";
    font-size: 60%;
    padding: 0px 5px 0px 0px;
    vertical-align: top;
}

.red_text {
    color: #da364a;
}

.mainarticle {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.previewform .formText {
    font-weight: bold;
}

#message {
    color: maroon;
    font-weight: bold;
    padding: 5px 0px;
}

.fee {
    padding: 10px 0px 10px 10px;
    border-top: dotted 1px #ccc;
}

.total {
    padding: 10px 0px 10px 10px;
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
    margin-bottom: 15px;
}

.amount {
    float: right;
    margin-right: 10px;
}

.subscribeButton {
    text-align: right;
    padding: 0px 10px;
}

.formMessage {
	text-align: center;
}

/* image styles */
img.inline_left {
    float: left;
    margin: 5px 10px 15px 0px;
}

img.inline_right {
    float: right;
    margin: 5px 0px 15px 10px;
}

img.columnimage {
    border: 6px solid #eeedea;
}

.news {
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: 15px;
}

.news table tr.odd {
background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.64) 34%, rgba(255,255,255,0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(34%,rgba(255,255,255,0.64)), color-stop(100%,rgba(255,255,255,0.9)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.64) 34%,rgba(255,255,255,0.9) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.64) 34%,rgba(255,255,255,0.9) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.64) 34%,rgba(255,255,255,0.9) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.64) 34%,rgba(255,255,255,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#e6ffffff',GradientType=0 );
}

.news table tr {
    border-bottom: 1px dotted #ccc;
}

.news table td {
    padding-left: 10px;
}
.news table td > img {
    border: 1px solid #ccc;
    padding: 3px;
    background-color: white;
}

article ol.blog_gallery,
article ul.blog_gallery {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0px;
    margin: 0;
}

.blog_gallery li {
    margin-bottom: 20px;
}

a.blog-heading {
    text-decoration: none;
}

.blogpost-heading {
    clear: left;
    margin-top: .5em;
}


ul.event_calendar {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0px;
    margin: 0;
}

.event_calendar ul {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0px;
    margin: 0;
}

img.blog_cat_image {
    display: block;
    float: left;
    max-width: 250px;
    margin: 0 20px 20px 0
}

img.blog_image {
    margin-bottom: 20px;
}

.blog_clear_line {
    clear: both;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.subscribe .formMessage {
    color: #da364a;
}

.grid.credit {
    background-color: transparent;
}

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

.credit p.small {
    font-size: 85%;
}

.clear {
    clear: both;
}

.socialfacebook {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 10px;
    background-image: url("../assets/social/facebook.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    z-index: 200;
}

.sociallinkedin {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 60px;
    top: 10px;
    background-image: url("../assets/social/linkedin.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    z-index: 200;
}



@media screen and (max-width: 767px) {
  .videoplayer,
  .videoplayer_2_3 {
    min-width: 300px;
    width: 90%;
    min-height: 210px;
  }
}
@media screen and (min-width: 768px) {
  .videoplayer {
    width: 244px;
    height: 137px;
  }
  .videoplayer_2_3 {
    width: 476px;
    height: 268px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1018px) {
  .videoplayer {
    width: 320px;
    height: 180px;
  }
  .videoplayer_2_3 {
    width: 632px;
    height: 356px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1220px) {
  .videoplayer {
    width: 380px;
    height: 214px;
  }
  .videoplayer_2_3 {
    width: 770px;
    height: 433px;
    margin-left: 10px;
  }
}
/* RSS */

.rssHeader {
    display: none;
}

.rssBody ul {
    list-style: none;
}

.rssRow {
    padding: 5px;
}
.rssRow h4 {
    font-size: 1.2em;
    margin: .25em 0em;
}

.rssRow.even {
    background-color: #efefef;
}

.logo {
    cursor: pointer;
}

.rssBody ul {
    margin: 0px;
}

.link_box.over {
  max-width: 200px !important;
}
