/* Global */
#banner .zeDockZoneLabel b {
	display: block;
    font-size: 17px;
    font-family: open_sanssemibold,Arial,Verdana,sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dotNav {
	display: none !important;
}

/* ---------------- Temporary and to Remove------------- */
@font-face {
	font-family: fsEmericLight;
	src: url(/fonts/FSEmericWeb-Light.eot);
	src: url(/fonts/FSEmericWeb-Light.eot?#iefix) format('embedded-opentype'), url(/fonts/FSEmericWeb-Light.woff) format('woff'), url(/fonts/FSEmericWeb-Light.svg#FSEmericWeb-Light) format('svg');
	font-weight: 400;
	font-style: normal
}

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

/* ----------------------------------------------------- */

@font-face {
  font-family: 'fs-emeric-light';
  src: url("/fonts/fsemeric-light-webfont.woff2") format("woff2"), url("/fonts/fsemeric-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fs-emeric-regular';
  src: url("/fonts/fsemeric-regular-webfont.woff2") format("woff2"), url("/fonts/fsemeric-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fs-emeric-book';
  src: url("/fonts/fsemeric-book-webfont.woff2") format("woff2"), url("/fonts/fsemeric-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fs-emeric-bold';
  src: url("/fonts/fsemeric-bold-webfont.woff2") format("woff2"), url("/fonts/fsemeric-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* Overriding Styles */


html {

    line-height: 24px;
    line-height: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

body, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

p {
	font-size: 16px;
    line-height: 24px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}



select {
	background-color: #fff;
    background-image: url(/images/default-source/international-gui/arrow-triangle-down2.png);
    background-position: 96% center;
    background-position: top 0px right 0px;
    background-repeat: no-repeat;
    padding: 16px 76px 16px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
	appearance: none;
    text-indent: 0.01px;
	font-size: 18px;
    line-height: 1.4em;
    min-width: 150px;
	border-radius: 0;
	border-color: #14afe6;
}
select::-ms-expand {	display: none; }

nav#tabs ul.mainNav li, 
nav#tabs ul.mainNav li:first-child {
	border-color: #bbbbbb;
}


nav#tabs ul.mainNav li a {
	padding: 0 12px;
}

nav#tabs ul.mainNav li.sel a {
    border-bottom: 5px solid #007bc2;
}


nav#breadcrumb {
	border-bottom: 1px solid #d5d5db;
	font-size: 14px;
	height: auto;
	line-height: normal;
}


nav#breadcrumb ul.breadcrumb {
    max-width: 100%;
}

nav#breadcrumb ul.breadcrumb li {
    display: inline-block;
    list-style-type: none;
    padding: 0 12px;
    padding-bottom: 15px;
    padding-top: 15px;
	border-left: 1px solid #dedede;
}

nav#breadcrumb ul.breadcrumb li:first-child {
    border-left: 0;
    padding-left: 0;
}

nav#breadcrumb ul.breadcrumb li:last-child {
	border-bottom: 2px solid #007bc2;
}

nav#breadcrumb ul.breadcrumb li:last-child a {
    color: #24305e;
}
/* Form Components */


/* Generic Buttons */
.btn-st-n, 
.btn-st-n:link, 
.btn-st-n:focus,
.btn-vibrant,
.btn-vibrant:link,
.btn-vibrant:focus,
.btn-st-dark,
.btn-st-dark:link,
.btn-st-dark:focus,
.btn-dark,
.btn-dark:link,
.btn-dark:focus,
.btn-st-l,
.btn-st-l:link,
.btn-st-l:focus,  
.btn-secondary, 
.btn-secondary:link,
.btn-secondary:focus,
.btn-book,
.btn-book:link,
.btn-book:focus  {
	padding: 0 26px;
    margin: 0 8px 4px 0;
    line-height: 40px;
    font-size: 16px;
    min-height: 19px;
    border-radius: 4px;
    border-radius: 0;
    background-color: #007bc2;
    -moz-box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: white;
    display: inline-block;
    font-weight: normal;
    height: 40px;
    min-width: auto;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    width: auto;
    vertical-align: middle;
	font-family: fsEmericLight, Arial, Helvetica;
}

.btn-book.inactive,
.btn-book.inactive:link,
.btn-book.inactive:focus {
	background-color: #174290;
	border: 1px solid #007bc2;
	color: #007bc2;
	background-image: none;
}

a.btn-secondary, 
a.btn-secondary:link {
	color: #fff;
    padding: 0 26px;
    min-height: 40px;
    background: none;
    font-size: 18px;
    border: 1px solid #fff;
    height: 45px;
    line-height: 45px;
}

.content .sfFormsEditor .sfFormSubmit input {
	color: #fff;
    padding: 0 26px;
    min-height: 40px;
    background-color: #007bc2;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    background-repeat: no-repeat;
    background-position: right 10px center;
	appearance: none;
}

.btn-st-n, 
.btn-st-n:link,
.content .btn-st-n, 
.content .btn-st-n:link {
	color: #fff;
    padding: 0 26px;
    min-height: 40px;
    background-color: #007bc2;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	padding-right: 40px;
    background-image: url(/images/default-source/icons/static_nav_right_arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}


.btn-dark, 
.btn-dark:link {
	color: #fff;
    padding: 0 26px;
    min-height: 40px;
    background-color: #174290;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	padding-right: 40px;
    background-image: url(/images/default-source/icons/static_nav_right_arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

a.btn-vibrant, 
a.btn-vibrant:link {
	color: #fff;
    padding: 0 26px;
    min-height: 40px;
    background: none;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	background-color: #14afe6;
}

a.btn-st-dark, 
a.btn-st-dark:link {
	color: #fff;
    padding: 15px 26px;
    min-height: 40px;
    background: none;
    font-size: 18px;
	line-height: normal;
	height: auto;
	background-color: #174290;
}

a.btn-book, 
a.btn-book:link {
	color: #fff;
    padding: 0 26px;
    min-height: 40px;
    background: #ff8130;
    font-size: 20px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
	background-image: url(/images/default-source/international-gui/book_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
    padding-right: 40px;
}

.sfFormSubmit input[type=submit] {
	
}

a.btn-book:hover {
	background-color: #ec5c00;
	color: #fff;
}

a.btn-vibrant:hover {
	background-color: #007bc2;
}

a.btn-book.inactive:hover {
	background-color: #007bc2;
	color: #fff;
}

a.btn-st-n:hover, a.btn-st-l:hover {
	background-color: #174290;
	color: #fff;
}

a.btn-st-dark:hover {
	background-color: #24305e;
	color: #fff;
}

a.btn-secondary:hover {
    background-color: rgba(255, 255, 255); /* The Fallback */
	background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

a.btn-st-l, a.btn-st-l:link {
	min-height: 50px;
	padding: 0 32px;
    line-height: 50px;
	font-size: 20px;
}

.sfcommentsSubmitBtnWrp input.genericButton {
    background-color: #007bc2;
    border: 0;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 13px;
    text-decoration: none !important;
}



a.readMoreLink {
    color: #007bc2;
    text-decoration: none;
}

a#loadMore {
	display: block;
    width: 100%;
    background-color: #14afe6;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
	font-family: fsEmericLight,Arial,Helvetica;
    text-decoration: none;
}

a#loadMore:hover {
	background-color: #007bc2;
}

.arrow {
    border: solid #007bc2;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.arrow.right {
    -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	transform: rotate(-45deg);
}




/* Styling For Buttons within Containers */



.action-bar .btn-book {
	float: right;
}

.sf_2cols_2_50 .roles {
	padding-left: 30px;
}

/* **************  FORMS **************** */

.content .sfFormsEditor .sfFormDropdown select, 
.content .sfFormsEditor .sfTxt {
	border: 1px solid #929baf;
    padding: 12px;
}

.content .sfFormsEditor .sfFormDropdown select {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
	-ms-appearance: none;
    appearance: none;
    height: 45px!important;
	padding: 0 0 0 16px;
}

.content .sfFormsEditor .sfTxtLbl {
	display: block;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	margin-top: 10px
}


div.pulltext {
    background-color: #ededf1;
    border: 1px solid #d9dbe3;
    border-left: 5px solid #174290;
    padding: 10px 10px 10px 20px;
	margin-bottom: 20px;
}

div.pulltext :last-child {
    margin-bottom: 0 !important;
}



/* Join Page */

.roles .btn-vibrant {
	width: 100%;
}

/* Generic Colour Classes */
.upper-fo {
	text-transform: uppercase;
}
.large-fo {
	font-size: 22px;
}

.light-fo {
	font-weight: 100;
}

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

.pad30bot {
	padding-bottom: 30px;
}

.pad30-t-b {
	padding-bottom: 30px;
	padding-top: 30px;
}

.pad20-t-b {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}

.brand-fo {
	font-family: fsEmericLight,Arial,Helvetica;
}

.blu {
	background-color: #14afe6;
}

.roy-blu-fo {
	color: #174290;
}

.dark-blu {
	background-color: #24305e;
}

/* **** Generic SLAB Classes **** */

.slab-grey {
	background-color: #ededf1;
}

.load-more {
	border-bottom: solid 1px #ededf1;
}

.slab-light-vibe {
	background-color: #14afe6;
	color:  #fff;
}

.slab-l-blue {
	background-color: #14afe6;
	color:  #fff;
}

.slab-dark-blue {
	background-color: #174290;
	color:  #fff;
}

.slab-pink {
	background-color: #ea5289;
	color:  #fff;
}

.slab-mid-blue {
	background-color: #007bc2;
	color:  #fff;
}

.slab-r-blue {
	background-color: #174290;
	
}

.slab-grey-blue {
	background-color: #929baf;
}

.slab-header {
	background-image: url(/images/default-source/international-gui/banner_overlay_pixel_010817.png);
	margin-bottom: 0 !important;
}

.info-bar {
	background-color: #ededf1;
}

.action-bar {
	background-color: #174290;
}

.action-bar a.btn-book,
.action-bar a.btn-secondary {
    font-size: 22px;
    height: 55px;
    line-height: 55px;
}
.action-bar a.btn-secondary {
	padding: 0 20px;
	margin-right: 0;
}

/* **** Generic SLAB HEADER Classes **** */

.slab-light-vibe h2,
.slab-light-vibe h2,
.slab-light-vibe h3,
.slab-light-vibe h3,
.slab-mid-blue h2,
.slab-grey-blue h2,
.slab-l-blue h2,
.slab-r-blue h2,
.slab-l-blue h3,
.slab-r-blue h3,
.slab-grey-blue h3,
.slab-r-blue h4,
.slab-r-blue p,
.slab-grey-blue,
.slab-grey-blue p,
.slab-grey-blue a,
.slab-mid-blue,
.slab-mid-blue a,
.slab-mid-blue p,
.slab-mid-blue .lg,
.slab-r-blue ul li,
.slab-light-vibe .intro-text,
.slab-light-vibe .lg,
.slab-light-vibe a {
	color:  #fff;
}

/* Generic Block, Colors etc */

div.block-white-outlined {
	background-color: #fff;
	color: #333;
	padding: 40px 30px;
	border: 1px solid #dbdbdb;
}

.block-white-outlined a.btn-secondary, 
.block-white-outlined a.btn-secondary:link {
	border-color: #007bc2;
	color: #007bc2;
}

div.block-gray {
	background-color: #e5e5e5;
	color: #333;
	padding: 40px 30px;
}

div.block-light-vibe {
	background-color: #14afe6;
	color: #fff;
	padding: 40px 30px;
}

div.block-blue {
	background-color: #14afe6;
	color: #fff;
	padding: 40px 30px;
}

div.block-pink {
	background-color: #ea5289;
	color: #fff;
	padding: 40px 30px;
}

div.block-d-blue {
	background-color: #174290;
}

div.block-blue p, 
div.block-blue h2, 
div.block-blue h3, 
div.block-blue h4, 
div.block-blue h5, 
div.block-blue h6,
div.block-d-blue p, 
div.block-d-blue h2, 
div.block-d-blue h3, 
div.block-d-blue h4, 
div.block-d-blue h5, 
div.block-d-blue h6,
div.block-pink p, 
div.block-pink h2, 
div.block-pink h3, 
div.block-pink h4, 
div.block-pink h5, 
div.block-pink h6  {
	color: #fff;
}

.block-blue .hd-line,
.slab-dark-blue .hd-line,
.slab-light-vibe .hd-line,
.slab-grey-blue .hd-line {
	background-color: #fff;
}

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

.split-line .sf_2cols_1in_50 {
	border-right: 1px solid #14afe6;
}

.contact-meta p {
	font-weight: bold;
	font-size: 18px;
}

.contact-meta a, .contact-meta a:link, .contact-meta a:focus {
	color: #174290;
}

/* Styled Lists */



/* Main Layout Blocks */

#full-width .inner-slab, 
#banner .inner-slab,
#content-footer .inner-slab {
	margin: 0 auto;
    width: 980px;
	padding: 50px 20px;
}

#full-width .info-bar .inner-slab {
	padding-top: 20px;
	padding-bottom: 20px;
}

#full-width .action-bar .inner-slab {
	padding-top: 20px;
	padding-bottom: 20px;
}

#full-width .outer-slab,
#content-footer .outer-slab{
	position: relative;
}

#full-width .outer-slab.pad-30 .inner-slab {
	padding-top: 30px;
	padding-bottom: 30px;
}

#full-width .outer-slab.pad-20 .inner-slab {
	padding-top: 20px;
	padding-bottom: 20px;
}

#full-width .outer-slab.pad-0 .inner-slab {
	padding-top: 0px;
	padding-bottom: 0px;
}

#full-width .no-padd .inner-slab {
  padding: 0;
}

/* ********** STYLED H1 FOR CONTENT PAGES ************** */
#mainContent h1 {
    position: relative;
	padding-bottom: 10px;
    margin-bottom: 40px;
}
#mainContent h1:after {
    background-color: #f6f6f6;
    bottom: -12px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}


#mainContent h1:after {
    background-color: #007bc2;
}

/* ********** END ************** */


.arrow-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #ededf1;
    margin: 0 auto;
}

/* Title Headers */

.extendWidth h2.sfitemTitle, 
.extendWidth h2.sfeventTitle {
    width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 30px;
    padding-top: 20px;
}

/* Generic Classes ---END */

hr.filler20 {
	margin-bottom: 20px;
	border: none;
}
hr.filler30 {
	margin-bottom: 30px;
	border: none;
}
hr.filler40 {
	margin-bottom: 40px;
	border: none;
}

hr.filler50 {
	margin-bottom: 50px;
	border: none;
}
hr.filler60 {
	margin-bottom: 60px;
	border: none;
}

hr.spacer {
	margin: 20px 0;
}

hr.spacer-min {
	margin: 10px 0;
	border: none;
}

hr.hd-line, hr.hd-line-central {
	height: 2px;
    box-sizing: initial;
    background-color: #007bc2;
    border: 0;
    width: 68px;
}

.hd-line-central {
	margin: 20px auto;
}

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


.newsListType1 li {
	background-color: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 28px 58px 10px 28px;
	position: relative;
}

img.dir-right {
	position: absolute;
	z-index: 99;
}

.newsListType1 .dir-right {
	right: 22px;
    top: 50%;
	margin-top: -12px;
}

.newsListType1 li:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
}

.newsListType1 .title, 
.newsListType1 h3, 
.newsListType1 h4, 
.newsListType1 h5, 
.newsListType1 h6 {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: fs-emeric-book;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.newsListType1 h3 a, 
.newsListType1 h4 a, 
.newsListType1 h5 a, 
.newsListType1 h6 a {
    color: #24305e;
    display: block;
    text-align: left;
    text-decoration: none;
}

.newsListType2 h5 {
	font-size: 22px;
}

.newsListType1 h5 a:hover {
	color: #14afe6;
}

.newsListType1 .sfGenericListMeta p {
	text-align: left;
	font-size: 16px;
	color: #007bc2;
	margin: 30px 0 0 0;
}

/* --------------------BLOCK LISTS------------------------ */

li.blockCenter {
	background-color: #fff;
    padding: 20px;
    width: 32.5%;
    float: left;
    display: inline-block;
    min-height: 350px;
    position: relative;
    margin-right: 1.25%;
    margin-bottom: 10px;
    border: 1px solid #d5d5db;
}



div.blockCenter {
	background-color: #fff;
    padding: 20px;
    width: 100%;
    display: block;
    min-height: 350px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #d5d5db;
	padding-top: 40px;
}



li.blockCenter:before {
	content: none !important;
}


li.blockCenter:nth-child(3n) {
	margin-right: 0;
}

li.blockCenter.colourised, 
div.blockCenter.colourised {
	background-color: #007bc2;
	border: none;
}

li.blockCenter .blockContainer, 
div.blockCenter .blockContainer {
	display: block;
}

li.blockCenter .imgPreview, 
div.blockCenter .imgPreview {
	margin-bottom: 20px;
    height: 154px;
    width: 100%;
	background-size: cover;
}

li.blockCenter .imgPreview img, 
div.blockCenter .imgPreview img {
	width: 100%;
    height: 100%;
}

li.blockCenter .imgPreview .hd-line, 
div.blockCenter .imgPreview .hd-line {
	margin-left: 20px !important;
	background-color: #fff;
}



li.blockCenter .imgPreview h3,
div.blockCenter .imgPreview h3 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 40px 0 0 20px;
}

li.blockCenter .imgPreview,
div.blockCenter .imgPreview h3 span {
    font-weight: 100;
}

.benefitIcon {
	display: inline-block;
}

.blockTitle {
	align-self: center;
}

.blockTitle .hd-line {
	width: 28px;
	background-color: #007bc1;
}

li.blockCenter .hd-line, 
div.blockCenter .hd-line {
	margin: 20px auto;
	margin-bottom: 20px !important;
}

li.blockCenter h5, 
div.blockCenter h5 {
	margin-bottom: 10px;
    color: #333;
    font-size: 22px;
    font-weight: 600;
}
li.blockCenter.pow h5, 
div.blockCenter.pow h5 {
	text-transform: uppercase;
}

.workshop-list .blockCenter h5, 
.powerBlock .blockCenter h5, 
.powerBlock.blockCenter h5 {
	font-size: 26px;
	text-transform: uppercase;
	margin-top:  20px;
}

li.blockCenter h5 a, 
div.blockCenter h5 a {
	color: #333;
	text-decoration: none;
}

li.blockCenter p, 
div.blockCenter p {
	padding-top: 10px;
	color: #7a7a7a;
}

li.blockCenter .blockTitle, 
div.blockCenter .blockTitle {
	text-align: center;
}

li.blockCenter .locationDateDesc, 
div.blockCenter .locationDateDesc  {
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
    font-family: fsEmericLight, Arial, Helvetica;
    font-size: 14px;
}

div.blockCenter .summaryDesc {
    max-height: none;
    text-align: center;
}

.dummyCta {
	
    display: inline-block;

}

.dummyCta a {
    padding: 12px 26px;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    text-align: center;
	text-decoration: none;
	font-family: fsEmericLight,Arial,Helvetica;
    font-size: 18px;
}

.dummyCta a:hover {
	background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.2); 
	color: #fff;
}

li.blockCenter .dummyCta, 
li.blockCenter .dummyLink,
div.blockCenter .dummyCta,
div.blockCenter .dummyLink {
    position: absolute;
    bottom: 40px;
    left: 20%;
    width: 60%;
}

li.blockCenter .dummyLink, 
div.blockCenter .dummyLink {
	bottom: 20px;
	color: #24305e;
	text-align: center;
}

.blockCenter .block-btn {
    position: absolute;
    bottom: 40px;
    left: 5%;
    width: 90%;
    text-align: center;
}

.blockCenter a.btn-secondary, 
.blockCenter a.btn-secondary:link {
	border-color: #007bc2;
	color: #007bc2;
}

.blockCenter a.btn-secondary:hover {
    background-color: #24305e;
    color: #fff;
	border-color: #24305e;
}

.blockCenter.colourised a.btn-secondary:hover {
	background-color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.15);
}

/* TO CHECK AND POSSIBLY REMOVE */

ul.sfNavHorizontal li.blockCenter .dummyLink {
	bottom: 0px;
}

li.blockCenter .dummyLink span, 
div.blockCenter .dummyLink span {
	
}

li.blockCenter .dummyLink span img, 
div.blockCenter .dummyLink span img {
	background-color: #007bc2;
    padding: 2px;
    border-radius: 50%;
}

li.blockCenter .articleDate {
	text-align: center;
    color: #007bc2;
}

li.blockCenter .summaryDesc, 
div.blockCenter .summaryDesc {
	color: #7a7a7a;
	max-height: 110px;
	overflow: hidden;
	font-family: sans-serif;
    font-weight: 100;
}

.blockList .colourised h5 a, 
.blockList .colourised p, 
.blockList .colourised .summaryDesc, 
.blockList .colourised .readMoreLink,
.blockList .colourised .articleDate,
.blockCenter.m-blue .summaryDesc,
.blockCenter.m-blue .summaryDesc p,
.blockCenter.l-blue .summaryDesc,
.blockCenter.l-blue .summaryDesc p,
.blockCenter.r-blue .summaryDesc,
.blockCenter.r-blue .summaryDesc p,
.blockCenter.g-blue .summaryDesc p,
.blockCenter.l-blue h5,
.blockCenter.m-blue h5,
.blockCenter.r-blue h5,
.blockCenter.l-blue h5 a,
.blockCenter.m-blue h5 a,
.blockCenter.r-blue h5 a,
.blockCenter.d-blue h5 a,
.blockCenter.g-blue h5 a,
.blockCenter.m-blue p 
.blockCenter.m-blue ui li {
	color: #fff;
}

li.blockCenter.short-notice, 
div.blockCenter.short-notice {
    background-color: #ededf1;
    min-height: 260px;
	border-top: 10px solid #007bc2;
}


.blockList .colourised:nth-child(3), 
.blockList .colourised:nth-child(5), 
.blockList .colourised:nth-child(7) {
	background-color: #838383;
}

.blockList .colourised:nth-child(4), 
.blockList .colourised:nth-child(9) {
	background-color: #14afe6;
}

.blockList .colourised:first-child, 
.blockList .colourised:nth-child(11) {
	background-color: #14afe6;
	background-image:url(/images/default-source/south-africa/workshop_list_backin1_280417.jpg);
	background-repeat:no-repeat;
}

.colourised .hd-line,
.l-blue .hd-line,
.m-blue .hd-line,
.r-blue .hd-line,
.d-blue .hd-line,
.slab-l-blue .hd-line {
	background-color: #fff;
}

li.blockCenter.colourised .summaryDesc, 
div.blockCenter.colourised .summaryDesc  {
	opacity: 0.8;
}

.blockCenter.colourised a.btn-secondary,
.blockCenter.m-blue a.btn-secondary, 
.blockCenter.l-blue a.btn-secondary,
.blockCenter.r-blue a.btn-secondary,
.blockCenter.d-blue a.btn-secondary {
	border-color: #fff;
	color: #fff;
}


/* Block List with Date Above etc */

li.dateTop, div.dateTop, 
div.dateTop, div.dateTop  {
	padding-top: 0;
}

li.dateTop .dateDesc, 
div.dateTop .dateDesc  {
	background-color: #007bc2;
    padding: 10px;
    margin-left: -20px;
    margin-right: -20px;
    color: #fff;
	font-size: 14px;
    text-transform: uppercase;
    font-family: fsEmericLight, Arial, Helvetica;
	text-align: center;
}

li.colourised.dateTop .dateDesc, 
div.colourised.dateTop .dateDesc {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	background: none;
}

li.dateTop h5, 
div.dateTop h5 {
	max-height: 80px;
    overflow: hidden;
	font-size: 22px;
}

li.dateTop .blockContainer, 
div.dateTop .blockContainer {
	margin-top: 20px;
}

li.colourised .dummyLink span img, 
div.colourised .dummyLink span img {
	background:none;
}

/* First Three Highlighted */

li.blockCenter.firstThree .dateDesc,
div.blockCenter.firstThree .dateDesc{
	background-color: #dedede;
    color: #24305e;
}

li.blockCenter.firstThree:nth-child(-n+3),
div.blockCenter.firstThree:nth-child(-n+3){
    background-color: #007bc2;
    border: none;
}

li.firstThree:nth-child(-n+3) h5 a, 
li.firstThree p, 
li.firstThree:nth-child(-n+3) .summaryDesc, 
li.firstThree:nth-child(-n+3) .readMoreLink {
    color: #fff;
}

li.firstThree:nth-child(-n+3) .dateDesc {
	background-color: #007bc2;
	background-color: rgba(0, 0, 0, 0.15);
	color: #fff;
}


li.blockCenter.media, 
div.blockCenter.media {
    padding: 0;
}

li.blockCenter.media h5, 
div.blockCenter.media h5 {
    padding: 0 40px;
}

li.blockCenter.latest, 
div.blockCenter.latest {
    background-color: #007bc2;
}

li.blockCenter.latest .articleDate, 
div.blockCenter.latest .articleDate {
    color: #80bde1;
}

li.blockCenter.latest h5 a, 
div.blockCenter.latest h5 a {
    color: #fff;
}

li.blockCenter.latest .btn-secondary:hover, 
div.blockCenter.latest .btn-secondary:hover {
    color: #007bc2;
    background-color: #fff;
    border-color: #fff;
}



li.dateTop.media .dateDesc, 
div.dateTop.media .dateDesc {
    margin-left: 0;
    margin-right: 0;
}

div.blockCenter.media .summaryDesc {
    padding-left: 20px;
    padding-right: 20px;
}

div.blockCenter.media.featx2 .summaryDesc,
div.blockCenter.media.featx3 .summaryDesc {
    padding-left: 0;
    padding-right: 0;
}

/* Featured Events x2 Block */

li.blockCenter.featx2,
div.blockCenter.featx2 {
	height: auto;
	padding-bottom: 30px;
}

li.blockCenter.featx2 .dateDesc, 
div.blockCenter.featx2 .dateDesc {
	background-color: #fff;
	color: #333;
	padding-left: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
}

li.blockCenter.featx2.latest .dateDesc, 
div.blockCenter.featx2.latest .dateDesc {
	background-color: #007bc2;
	color: #fff;
}


li.blockCenter.featx2 h5, 
div.blockCenter.featx2 h5 {
	text-align: left;
	padding: 0;
}


li.blockCenter.featx2 .summaryDesc, 
div.blockCenter.featx2 .summaryDesc {
    text-align: left;
	overflow: hidden;
	height: auto;
	max-height: none;
	min-height: 120px;
}

li.blockCenter.latest .summaryDesc, 
div.blockCenter.latest .summaryDesc {
	color: #fff;
}



li.blockCenter.featx2 .locationDateDesc, 
div.blockCenter.featx2 .locationDateDesc {
	text-align: left;
    margin: 10px 0 30px 0;
	color: #333;
}



li.blockCenter.featx2.latest .locationDateDesc, 
div.blockCenter.featx2.latest .locationDateDesc {
	color: #fff;
}


li.blockCenter.latest .hd-line, 
div.blockCenter.latest .hd-line {
    background-color: #fff;
}

li.blockCenter.featx2 .hd-line, 
div.blockCenter.featx2 .hd-line {
	 margin-left: 0;
}

li.blockCenter.featx2 .blockTitle, 
div.blockCenter.featx2 .blockTitle {
	padding-left: 30px;
    padding-right: 30px;
	text-align: left;
}

li.blockCenter.featx2 .btn-secondary, 
div.blockCenter.featx2 .btn-secondary,
div.blockCenter.featx2 .btn-st-n,
li.blockCenter.featx2 .btn-st-n,
div.blockCenter.featx2 .btn-vibrant,
li.blockCenter.featx2 .btn-vibrant{
	float: left;
	margin-left: 30px;
}

li.blockCenter.featx2 .btn-secondary, 
div.blockCenter.featx2 .btn-secondary {
	color: #007bc2;
	border-color: #007bc2;
}

div.blockCenter.featx2 .btn-secondary:hover,
li.blockCenter.featx2 .btn-secondary:hover {
	color: #fff;
	background-color: #007bc2;
	border-color: #007bc2;
}


li.blockCenter.featx2.latest .btn-secondary, 
div.blockCenter.featx2.latest .btn-secondary,
li.blockCenter.latest .btn-secondary, 
div.blockCenter.latest .btn-secondary {
	color: #fff;
	border-color: #fff;
}

li.blockCenter.featx2 .btn-book, 
div.blockCenter.featx2 .btn-book {
	float: right;
	margin-right: 30px;
}

div.blockCenter.featx2 .block-btn {
	position: static;
	width: 100%;
	height: 50px;
	margin-top: 20px;
}



div.blockCenter.featx3 .block-btn,
div.blockCenter.pub .block-btn {
	position: static;
	width: 100%;
	height: 50px;
	margin-top: 20px;
	
}




/* -----------------------ARTICLES and PUBLICATION BLOCK TWEAKS */
li.blockCenter.sfpublicationListItem, 
div.blockCenter.sfpublicationListItem {
	height: 300px;
	min-height: 260px;
}

li.blockCenter.sfpublicationListItem h5, 
div.blockCenter.sfpublicationListItem h5 {
	text-transform: none;
}

/* Block List Join Blocks */

li.joinListItem.blockCenter {
	padding-top: 60px;
	height: auto;
}

ul.joinList.blockList {
	padding-left: 0 !important;
}

li.joinListItem:before {
	content: none !important;
}

li.joinListItem .btn-st-n {
	margin-top: 40px;
}

li.joinListItem p.dummyLink {
	font-size: 20px;
	color: #007bc2;
	position: static;
    text-align: center;
    margin: 0;
    width: 100%;
	padding-top: 30px;
}

li.joinListItem .hd-line {
	background-color: #ff8130;
}


/* Other Styled Buttons */

.btn-sub-header {
	display: block;
	background-color: #14afe6;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	text-decoration: none;
	font-family: "FS Emeric", "FS Emeric Bold", "FS Emeric Bold Italic", "FS Emeric Book", "FS Emeric Book Italic", "FS Emeric Core", "FS Emeric Core Italic", "FS Emeric ExtraBold", "FS Emeric ExtraBold Italic", "FS Emeric ExtraLight", "FS Emeric ExtraLight Italic", "FS Emeric Heavy", "FS Emeric Heavy Italic", "FS Emeric Italic", "FS Emeric Light", "FS Emeric Light Italic", "FS Emeric Medium", "FS Emeric Medium Italic", "FS Emeric SemiBold", "FS Emeric SemiBold Italic", "FS Emeric Thin", "FS Emeric Thin Italic";
}


.sub-title {
	background-color: #007bc2;
	margin: 10px 0;
	padding: 10px 0;
}

.btn-sub-header h3 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #fff;
	font-weight: 100;
}

.sub-link p {
    padding: 0 40px;
    font-size: 22px;
    color: #fff;
    font-weight: 100;
    margin: 10px 0;
}

.sub-link a, 
.sub-link a:link {
	color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.sub-link a:hover {
	text-decoration: underline;
}

.btn-sub-header:hover .sub-title {
    

}


/* Colored Standard Blocks */

.blockCenter.l-blue{
	background-color: #14afe6;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.blockCenter.m-blue {
	background-color: #007bc2;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.blockCenter.r-blue {
	background-color: #174290;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.blockCenter.d-blue {
	background-color: #24305e;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.blockCenter.grey {
	background-color: #e5e5e5;
	background-color: #007bc2;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.blockCenter.m-blue:hover,
.blockCenter.l-blue:hover,
.blockCenter.r-blue:hover {
	background-color: #24305e;
}

/* Join Page Elements */



/* Workshop and Event Pages */

/* Test Panel */
.dropdown-form {
  display: none;
  background-color: #fef6d2;
}
.panelForm {
	padding: 40px;
	background-color: #fef6d2;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.trigger {
  display: block;
}

.panelForm textarea, 
.panelForm input, 
.panelForm select {
    border-radius: 4px;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: solid;
    border-color: #999595;
    border-color: rgba(153, 149, 149, 0.7);
    margin-bottom: 1em;
    font-family: "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial";	
}

.panelForm input, 
.panelForm select {
    padding: 0 12px;
    margin: 0 8px 2px 0;
    line-height: 19px;
    font-size: 14px;
    min-height: 39px;
    vertical-align: middle;
    display: inline-block;
}


.panelForm select {
	background-image: url(/images/default-source/icons/select_triangle_blue.png);
    background-position: 96% center;
    background-position: top 0px right 0px;
    background-repeat: no-repeat;
    padding: 18px 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    font-size: 16px;
    line-height: normal;
    min-width: 150px;
}

.panelForm .close {
	float: right;
    display: inline-block;
    position: absolute;
    right: 5%;
    z-index: 100;
}


.form-row {
    margin-bottom: 20px;
}

.sf_2cols_1in_50 select, 
.sf_2cols_1in_50 .btn-vibrant {
	width: 280px;
}



/* Bespoke Styling START */
    /* Styles for dialog window */
.mfp-bg {
	 background: #fff !important;
}

.mfp-close-btn-in .mfp-close {
	color: #fff !important;
	opacity: 1;
    font-size: 42px;
}
/**
    * Fade-move animation for second dialog
    */
    /* at start */
.my-mfp-slide-bottom .modal-standard {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .modal-standard {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .modal-standard {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}


/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}


#small-dialog, 
#small-cals {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
#small-dialog h4, 
#small-cals h4 {
	text-align: center;
	font-size: 22px;
}

#how-popup {
	background: #007bc2;
	padding: 20px 30px;
	text-align: left;
	max-width: 940px;
	margin: 40px auto;
	position: relative;
}
#how-popup h2 {
	text-align: center;
	color: #fff;
}
#how-popup ul {
	padding-left: 30px;
    list-style-type: disc;
}

#how-popup ul li {
	list-style-type: disc;
	color: #fff;
}

#how-popup p {
	text-align: left;
	color: #fff;
}
/* POPUP STYLING END */


/* TO CHECK ------------------------------------*/
#banner {
	height: auto;
	position: relative;
	background-position: top;
}



#banner .wrapper {
	width:  100%;
	padding: 0;
}

.body-banner .wrapper {
    width:  100%;
	padding: 0;
	position: relative;
}
/* TO CHECK END  ------------------------------------*/

#banner .hero_txt,
#banner .hero-header {
    height: 424px;
}

#banner .hero_txt.short, 
#banner .hero-header.short {
    height: 350px;
}

#banner .hero_txt h1, 
#banner .hero_txt h2,
#banner .hero-header h1, 
#banner .hero-header h2,
.body-banner .hero_txt h2,
#banner .slab-header h1,
#banner .slab-header h2,
.hero-onpage h2
{
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 60px;
    line-height: normal;
}

.body-banner .hero_txt h2 span.sub,
.hero-onpage h2 span.sub {
	font-size: 40px;
	color: #174290;
	display: block;
	text-transform: lowercase;
}

#banner .hero_txt h2.h-mid, 
#banner .hero_txt h1.h-mid,
#banner .hero-header h2.h-mid, 
#banner .hero-header h1.h-mid,
.hero-onpage h2.h-mid {
	font-size: 44px;
}

.sf_cols.hero_txt,
.sf_cols.hero-header {
    width: 50%;
	background-image: url(/images/default-source/international-gui/banner_overlay_pixel_010817.png);
	background-repeat: repeat;
    height: 424px;
	margin-bottom: 0;
}
.body-banner .sf_cols.hero_txt {
	background: #007bc2;
}


.hero_txt p,
.hero-header p,
.hero-onpage p {
    text-align: left;
    color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	font-family: fsEmericLight, Arial, Helvetica;
}

.hero_txt .sf_1col_1_100,
.hero-header .sf_1col_1_100 {
    width: 460px !important;
    float: right;
    margin-top: 60px;
    padding: 6px;
	padding-right: 40px;
	padding-left: 0;
}

.hero_txt h1, 
.hero_txt h2 span,
.hero-header h1, 
.hero-header h2 span{
    color: #fff;
}


.hero_txt.txt-left,
.hero-header.txt-left {
	margin-left: auto;

}
.hero_txt.txt-left .sf_1col_1_100,
.hero-header.txt-left .sf_1col_1_100 {
    float: left;
    margin-left: 50px;
    margin-top: 30px;
}


.sf_cols.hero_txt.msg-right,
.sf_cols.hero-header.msg-right{
	margin-left: auto;
}

p.intro-text, p.lg {
    font-size: 20px;
    font-family: fsEmericLight,Arial,Helvetica;
    color: #323232;
    line-height: 28px;
    margin-bottom: 20px;
	
}
p.intro-text, p.lg {
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
}

p.intro-text:last-child {
	margin-bottom: 0;
}
/* Hero on-Page Banner */

.hero-onpage {
  min-height: 420px;
  background-color: #007bc2;
}

.hero-body {
 bottom: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.hero-onpage .sfContentBlock {
    margin-left: 58.33333%;
}

.hero-img { 
    background-position: left center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
}

/* Body Generic Banner */

.belowbanner-bar {
    position: absolute;
    width: 100%;
    background-color: #ededf1;
    z-index: 99;
    top: 640px;
    height: 60px;
    left: 0;
    right: 0;
	height: 70px;
}

.belowbanner-bar .bar-inner {
	margin-bottom: 20px;
    margin-top: 20px;
}


.content blockquote h5 {
	color: #174290;
    line-height: normal;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
	font-size: 20px;
}

	
#mainContent, nav#left {
	margin-top: 50px;
}
#mainContent li {
	font-family: fsEmericLight, Arial, Helvetica;
}

#mainContent li {
	font-family: 'Open Sans', sans-serif;
}


#mainContent ol.custom li, 
#mainContent ul.custom li,
#mainContent ul.expandableListInt1 li 
{
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
}

#mainContent p {
	font-family: 'Open Sans', sans-serif;
}

#mainContent p.intro-text,
#mainContent p.lg{
	font-weight: 100;
}

.clearfloat {
	clear: both;
	margin-bottom: 30px;
}
.hd-line {
	border-top: 2px solid #24305e;
	margin-bottom: 30px;
	width: 100px;
	margin-top: -10px;
}
.panel .hd-line {
	border-color: #fff;
}


.sfeventDetails h2 {
	margin-bottom: 40px;
	font-size: 30px;
	margin-top: 10px;
}
.sfeventDetails.sfdetails h3 {
	font-size: 22px;
	text-transform: uppercase;
}
ul.sfeventDatesLocationContacts {
	display: none;
}
hr {
	border: none;
	height: 1px;
	border-top: 1px dashed #999;
}

.overview-block {
		
}
.overview-block ul.custom {
	margin-bottom: 10px!important;
    overflow: hidden!important;
    padding-left: 30px!important;
}

.overview-block ul.custom>li {
	margin-bottom: 10px!important;
    position: relative;
}


 .overview-block ol.custom>li:before, 
.overview-block ul.custom>li:before {
    background-color: #174290;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    left: -30px;
    position: absolute;
    top: 0;
    text-align: center;
}

.overview-block ul.custom>li:before {
    content: "";
    height: 6px;
    margin-left: 15px;
    top: 7px;
    width: 6px;
}

a.icon-ui, .icon-ui {
	display: inline-block;
	color: #174290;
	padding-left: 48px;
	background-image: url(/images/default-source/international-gui/mps_in_sprites_110417h.png);
	min-height: 30px;
	background-repeat: no-repeat;
	line-height: 28px;
	text-decoration: none;
}

.action-bar .icon-ui {
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
}



.cta-bar .icon-ui {
    color: #fff;
}

.cta-bar .icon-ui:hover {
	color: #14afe6;
	text-decoration:underline;
}

.ws-viewall {
	background-position: 0px 0px;
}
.ws-viewall:hover {
	background-position: 0px -180px;
}
.ws-email {
	background-position: 0 -58px;
}
.ws-email:hover {
	background-position: 0 -238px;
}
.ws-tel {
	background-position: 0 -120px;
}

.action-bar .ws-tel, 
.cta-bar .ws-tel {
    background-position: 0 -300px;
}

.cta-bar .ev-email, 
.action-bar .ws-email{
    background-position: 0 -238px;
}



.ws-tel:hover {
	background-position: 0 -300px;
}


.info-bar .ws-tel {
	float: right;
}
blockquote.introquo {
	font-size: 22px;
	color: #174290;
	margin-bottom: 50px;
}

.introquo p{
	font-size: 22px;
    font-weight: 100;
	line-height: 34px;
}
.introquo span {
	font-family: fsEmericLight, Arial, Helvetica;
	font-size: 46px;
	font-style: normal;
	background-color: #14afe6;
	border-radius: 50%;
	padding: 0px 0px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	padding-top: 8px;
	line-height: .80em;
	margin-right: 10px;
}

.introquo p.sig {
    color: #24305e;
    font-size: 13px;
    font-weight: 600;
    border-top: #007bc2 solid 1px;
    display: inline-block;
    padding-top: 0px;
    margin-top: 5px;
}


.expandable-panel {
	width: 100%;
	position: relative;
	min-height: 50px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #999;
}
.expandable-panel-heading {
	width: 100%;
	cursor: pointer;
	min-height: 50px;
	clear: both;
	background-color: #E5E5E5;
	position: relative;
}
.expandable-panel-heading:hover {
	color: #666;
}
.expandable-panel-heading h2 {
	padding: 14px 10px 9px 15px;
	font-size: 18px;
	line-height: 20px;
}
.expandable-panel-content {
	padding: 0;
}

.expandable-panel .btn-book {
	float: right;
}
.bar-pricing p {
	padding: 4px 0 6px 0;
	margin: 0;
}
.bar-pricing p:first-child {
	padding-top: 0;
}
.bar-pricing p:last-child {
	padding: 0;
}
.icon-close-open {
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url(icon-close-open.png);
	right: 15px;
}
.expandable-panel-content img {
	float: right;
	padding-left: 12px;/* clear:both; */
}
.header-active {
	background-color: #fff;
}
#events-container p {
	margin: 0;
}
.ws-cell, .ev-cell {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.ws-cellmid, .ev-cellmid {
	width: 450px;
}
.ws-cell, .ev-cell p {
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #323232;
}

.ev-cell.btn {
	float:  right;
	margin-top: 20px;
}
.ws-date {
	background-color: #14afe6;
	padding: 10px 10px;
	margin-right: 40px;
}
.ws-date li {
	margin-bottom: 0;
	padding: 10px 0 10px 40px;
}
.ws-date p {
	margin-bottom: 0;
	font-size: 42px;
	padding: 0;
	color: #fff !important;
	text-align: center;
	font-family: fsEmericLight, Arial, Helvetica;
	line-height: 32px;
}
.ws-date span {
	display: block;
	font-size: 32px;
	text-align: center;
	font-weight: 300;
}
.event-book {
	background-color: #174290;
}
.expandable-panel {
	width: 100%;
	border: 1px solid #d3d3d3;
}

.expandable-panel .expandable-panel-content {
	display: none;
	padding : 0;
}
.ev-panel {
	background-color: #efefef;
}

	.bar-col {

	}
	
.ws-map {
	background-position: 0px -358px;
}

.ev-cell .ws-map span, 
.ev-cell .ws-time {
	font-weight: 400;
	color: #24305e;
	text-transform: uppercase;
	
}
.ws-time {
	background-position: 0px -492px;
}

.bar-pricing p {
	color: #fff;
	font-size: 22px;
}
.bar-pricing span {
}

.ws-small {
	font-size: 14px;
}
.ws-help {
	display: inline-block;
	width: 200px;
	vertical-align: middle;
}

.ws-help.programme {
	width: 300px;
}
.ws-help a {
	color: #fff;
	font-size: 22px;
}
.ws-help a:hover {
	text-decoration: underline;
	color: #fff;
}

a.btn-ui, .btn-ui {
	background-image: url(/images/default-source/uk/mps_in_sprites_110417h.png);
	padding-left: 60px;
	background-repeat: no-repeat;
	padding-right: 20px;
}
a.book-info {
	background-position: 10px 0px;
}
a.terms-info {
	background-position: 10px -680px;
}
a.availability {
	background-position: 10px -778px;
}
a.viewall {
	background-position: 10px -592px;
}
a.terms-info:hover {
	background-position: 10px -730px;
}
a.availability:hover {
	background-position: 10px -828px;
}
a.viewall:hover {
	background-position: 10px -632px;
}
.ws-book a.btn-book {
	margin-top: 7px;
}
a.btn-st-s {
	color: #fff;
}
.ws-links li {
	display: inline-block;
}
.event-info li:before, .ws-links li:before {
	content: none !important;
}

.event-info .ws-links ul li:first-child {
	margin-right: 20px;
}
.ws-links ul li:first-child {
	margin-right: 320px;
}
#ws-schedule .sf_2cols_2_33, 
#ws-schedule .sf_2cols_2_67 {
	float: left;
}
#ws-schedule .sf_2cols_2_67 {
	background-color: #ededf1;
	padding: 40px;
}
#ws-schedule {
	display: flex;
	margin-top: 0;
}
#ws-schedule .sfContentBlock {
	margin-bottom: 0;
}
#ws-schedule img {
	width: 100%;
}

#ws-schedule ul>li {
	padding-bottom: 10px;
}
.evimage_r {
	border: 10px solid #eaeaea;
	float: right;
}
.sf_2cols_1_60 {
	float: left;
	width: 60%;
	margin: 0;
}
.sf_2cols_2_40 {
	float: right;
	width: 40%;
	margin: 0;
}
.fullwidth {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
}

.extendWidth .fullwidth {
	position: relative;
}

.safeWidth, .safewidth   {
	margin: 0 auto;
	padding: 0 20px;
    width: 980px;
}
.cta-bar {
	height: 100px;
	background-color: #174290;
	border-bottom: 1px solid #fff;
}
.sticky {
	position: fixed;
	top: 0;
}
.bar-outer {
	height: 100px;
}
.bar-inner, .panel-inner {
	width: 980px;
	margin: 0 auto;
}
.event-info {
	border: 1px solid #cfcfcf;
	padding: 40px 16px;
	position: relative;
	margin-left: 20px;
	background-color: #ededf1;
	margin-top: 0;
}

.event-info h2 {
	font-size: 22px;
    text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}
.event-info .ws-date {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	margin: 0;
}

.event-info .ws-date p {
	font-size: 42px;
	font-weight: 600;
}
.event-info .ws-links ul li {
	margin: 0;
}
.panel-inner .sf_cols {
	margin-top: 80px;
	margin-bottom: 80px;
}

.extendWidth .panel-inner .sf_cols {
	margin: 0;
}

.extendWidth .panel-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

#workshophighlights {
	height: 520px;
}

.workshopbanner {
	background-image: url("/images/default-source/uk/mps_workshop_background_img1.jpg");
	height: 520px;
	text-align: center;
}
.panel p, .panel h4, .panel h2, .panel h3 {
	color: #333;
}
.radialList-blue {
	background-color: #14afe6;
}
.radialList-blue li {
	padding-bottom: 20px;
	color: #fff;
}
#mainContent .radialList-blue ul {
	padding-left: 0 !important;
}
.radialList-blue li {
	margin-bottom: 10px!important;
	position: relative;
	background-image: url("/images/default-source/international-ui/list_radial_icon_on_color.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position-y: 0px;
	line-height: normal;
	font-size: 18px;
}
.radialList-blue li:before {
	content: none !important;
}

/* Tick List */

.tickList-blue {
	background-color: #14afe6;
}
.tickList-blue li {
	padding-bottom: 20px;
	color: #fff;
}
#mainContent .tickList-blue ul {
	padding-left: 0 !important;
}
.tickList-blue li {
	margin-bottom: 10px!important;
	position: relative;
	background-image: url("/images/default-source/international-gui/tick-small_white.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position-y: 0px;
	line-height: normal;
	font-size: 18px;
}
.tickList-blue li:before {
	content: none !important;
}

/* Shield List */

ul.shieldList {
	padding-left: 0 !important;
}

ul.shieldList li {
    position: relative;
    background-image: url(/images/default-source/international-gui/list_shield_icons.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position-y: center;
    line-height: normal;
    font-size: 18px;
    margin-bottom: 30px !important;
	color: #fff;
	height: 70px;
	line-height: 70px;
}
ul.shieldList li:before {
	content: none !important;
}

#mainContent .shieldList li {
	margin-bottom: 30px !important;
}

/* Shield List END */


.content .sfContentBlock ul {
	padding-left: 0 !important;
}

.content .sfContentBlock ul {
	padding-left: 30px !important;
}
.icon-list-body {
	display: block;
    position: relative;
    padding-right: 30px;
    padding-left: 45px;
    height: auto;
    margin: 20px 0;
	
	
}
.icon-list-icon {
	width: 45px;
    position: absolute;
    left: 0;
    top: 0;
}
.icon-list-p-txt {
	overflow: hidden;
    white-space:normal;
    display: block;
    padding: 0;
	margin: 0;
	line-height: 30px;
	font-weight: 600;
    color: #24305e;
}

.ev-links {
	margin-top: 40px;
}

#map-outer, #map {
	height: 500px;
}

#map {
	width: 100%;
}

/* scroll to on banner */

a.scrolldownto {
    border-radius: 50%;
    width: 40px;
    background-color: #ff8130;
    height: 40px;
    text-align: center;
    left: 50%;
    position: absolute;
    margin-left: -25px;
    bottom: 25px;
	z-index: 99;
}
    
svg.icon-fab-scroll {
    fill: #fff;
    font-size: 14px;
    height: 23px;
    width: 23px;
    margin-top: 11px;
}

/* Block with Image Left and Header Right*/

.blockIconLeft {
}
.blockContainer {
	display: flex;
}
.iconImg {
    display: inline-block;
	margin-right: 10px;
	margin-left: 20px;
}
.blockIconLeft .iconHeader {
    display: inline-block;
	position: relative;
	align-self: center;
}
.blockIconLeft p {
    font-size: 16px;
    text-align: center;
    padding: 10px 15px;
}

.blockIconLeft h5 {
	font-size: 26px;
	text-transform: uppercase;
	color: #14afe6;
	font-weight: 600;
}
.blockIconLeft h5:after {
	background-color: #14afe6;
    bottom: -2px;
    content: '';
   	height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}


/* Expandable List Type 1 */

ul.expandableListInt1 {
	border: 1px solid #cccccc;
	padding-left: 0;
	margin-bottom: -1px;
	overflow: hidden;
}

ul.expandableListInt1>li {
    margin-bottom: 0;
	border-bottom: 1px solid #cccccc;
}

.expandableListInt1 li:last-child {
  	border: none;
}

.expandableListInt1 .title {
    background-color: #fff;
    cursor: pointer;
    display: table;
    min-height: 100px;
    position: relative;
    width: 100%;
}

.expandableListInt1 .title span.letter {
    background-color: #13aee5;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: fsEmericLight,Arial,Helvetica;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}

.expandableListInt1 .title h5 {
    color: #24305e;
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    font-weight: 400;
}

.expandableListInt1 .title.expanded h5 {
	color: #24305e;
}

.expandableListInt1 .title span.expand {
    color: #000;
    display: inline-block;
    float: right;
    font-family: fsEmericLight,Arial,Helvetica;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	transform-origin: center;
}

.expandableListInt1 .title {
	background-color: #fff;
}

.expandableListInt1 .title.expanded{
	background-color: #ededf1;
}

.expandableListInt1 .title span.expand.expanded {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	transform-origin: center;
}

.expandableListInt1 .desc {
    background-color: #fff;
    display: none;
    line-height: 22px;
    margin-top: -50px;
    padding: 70px 30px 20px 30px;;
	color: #333;
}


.expandableListInt1 .desc.expanded {
    display: block;
}

.expandableListInt1 .sfGenericMeta {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Expandable List Type 2 */

#mainContent .expandableInternat li {
  padding: 0;
}
.content .expandableInternat .sflistItemToggleLnk {
  position: relative;
  display: block;
  padding: 10px 0;
  padding-right: 50px;
	    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
}
.content .expandableInternat .sflistItemToggleLnk:after {
    display: block;
    content: "";
    background-image: url(/images/sharedlibraries1/international-gui/expandablelist_grey_arrow_ui_241117.png);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    width: 19px;
    height: 19px;
    right: 0;
    top: 20%;
}

.content .expandableInternat .sflistListItemExpanded:after {
   background-position: right;
}

.content .expandableInternat .sflistItemContentExp {
  padding-bottom: 20px;
}

.content .expandableInternat .sflistItemContentExp li {
   overflow: visible;
   border: none;
}

/* --------- FAQ Style List --------------*/



.content .faqStrong .sflistListItem {
background-color: #007bc2;
}

.content .faqStrong .sflistItemToggleLnk:after {
	background-image: url(/images/sharedlibraries1/international-gui/expandablelist_white_arrow_ui_241117.png);
}
.content .faqStrong .sflistListItem h3 {
	padding: 20px 30px;
  margin: 0;
}
.content .faqStrong .sflistItemToggleLnk {
	color: #fff;
}

.content .faqStrong .sflistItemContentExp {
     padding: 30px 30px;
    background-color: #ededf1;
}


/* Static Nav - Blue and Normal */

.staticNav {
	padding: 30px 0;
	border: 1px solid #cccccc;
	background-color: #fff;
}
.staticNav h5 {
    text-align: center;
}

.staticNav.strongNav h5 {
	color: #fff;
}

.staticNav.strongNav .hd-line-central {
	background-color: #fff;
}

.staticNav.strongNav {
	color: #fff;
}
.content .staticNav ul {
	padding-left: 0 !important;
}
.staticNav.strongNav {
	background-color: #13a3d9;
	border: none;
}
.staticNav ul li {
	border-bottom: 1px solid #cccccc;
	margin: 0 !important;
}
.staticNav.strongNav ul li {
	border-bottom: 1px solid #5abfe4;
}
	
.staticNav ul li:before {
	content: none !important;
}
.staticNav ul li a {
    padding: 15px 30px;
    display: block;
	font-family: fsEmericLight,Arial,Helvetica;
	background-image: url(/images/default-source/international-ui/static_nav_right_arrow_blue.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
	text-decoration: none;
}

.staticNav.strongNav ul li a {
	background-image: url(/images/default-source/icons/static_nav_right_arrow.png);
}


.btn-group {
	padding: 0 20px;
}

.staticNav.strongNav ul li a {
	color: #fff;
}
	
.staticNav ul li a:hover {
	background-position: center right 10px;
	background-color: #ededf1;
    
}

.staticNav.strongNav ul li a:hover {
    background-color: #007bc2;
}

.staticNav .btn-st-dark, 
.staticNav .btn-secondary, 
.staticNav .btn-book {
	width: 100%;
	margin: 20px auto 0 auto;
}

.statcicNav .hd-line-central {
	background-color: #fff;
}
.staticNav .groupedBtns {
	text-align: center;
}


/* Portrait Join Blocks */

.portrait-block {
	height: 385px;
}


/* WORKSHOP STYLING */

    .clearfloat {
    clear:both;
    margin-bottom: 30px;
    }
  
    .ws-pricing p {
    padding: 4px 0 6px 0;
    margin: 0;
    }
    .ws-pricing p:first-child {
    padding-top: 0;
    }
    .ws-pricing p:last-child {
    padding: 0;
    }
    .icon-close-open {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    }

    .ws-pricing {

    }
    .ws-pricing p {
    color: #fff;
    font-size: 22px;
    }

.ws-small {
	font-size: 14px;
}

.ws-cost {
	font-size: 22px;
	color: #39ddff;
}
  
    .ws-register {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 10px;
    }
    .ws-book {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    }
    a.btn-ui, .btn-ui {
    background-image: url(/images/default-source/international-gui/mps_in_sprites_110417h.png);
    padding-left: 60px;
    background-repeat: no-repeat;
    padding-right: 20px;
    }
    a.book-info {
    background-position: 10px 0px;
    }
    a.terms-info {
    background-position: 10px -680px;
    }
    a.availability {
    background-position: 10px -778px;
    }
    a.viewall {
    background-position: 10px -592px;
    }
    a.terms-info:hover {
    background-position: 10px -730px;
    }
    a.availability:hover {
    background-position: 10px -828px;
    }
    a.viewall:hover {
    background-position: 10px -632px;
    }
    .ws-book a.btn-book {
    float: right;
    margin-top: 7px;
    }

    
    .ws-overview p {
    margin-bottom: 20px;
    }
    .ws-overview ul {
    padding-left:  30px;
    list-style-type: disc;
    }
    .ws-overview ul li {
    list-style-type: disc;
    margin-bottom:  20px;
    }
    .ws-overview ul li:last-child {
    margin-bottom: 0;
    }
    .clearfloat {
    margin: 0;
    }
    .ws-hightlights ul li {
    font-size: 18px;
    margin-bottom: 6px;
    }

    .ws-hightlights ul li .cpd {
	   font-size: 80px;
       display: block;
       height: 90px;
       line-height: 80px;
       font-family: fsEmericLight,Arial,Helvetica;
       font-weight: 600;
       color: #007bc1;
    }
    .evimage_r {
    border: 10px solid #eaeaea;
    float: right;
    }
    .sf_2cols_1_60 {
    float: left;
    width: 60%;
    margin: 0;
    }

.sf_2cols_1_50 .sf_2cols_1in_50 {
    margin-right: 6px;
}

.sf_2cols_2_50 .sf_2cols_2in_50 {
    margin-left: 6px;
}
    .sf_2cols_2_40 {
    float: right;
    width: 40%;
    margin: 0;
    }
    .cta-bar {
    height: 100px;
    background-color: #174290;
    border-bottom: 1px solid #fff;
    }
    .sticky {
    position: fixed;
    top: 0;
    }
    .bar-outer {
    height: 100px;
    }
    .bar-inner, .panel-inner {
    width: 980px;
    margin: 0 auto;
    }
    .workshop-s1 .blockCenter .dateDesc {
    background-color: #174290;
    }
    .workshop-s1 .blockCenter {
    height: 340px;
    }
    .workshop-s1 .blockCenter .summaryDesc {
    max-height: none;
    }


.outer-slab .pager {
  text-align: right;
  clear:both;
}

.outer-slab .pager a {
    color: #007bc2;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-decoration: none;
}

.outer-slab .pager .sf_pagerNumeric {
    display: inline;
}

.outer-slab .pager .pagerPrev, 
.outer-slab .pager .pagerNext {
    background-color: #d9dbe3;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    position: relative;
}

.outer-slab .pager .sf_pagerNumeric a.sf_PagerCurrent {
    font-weight: bold;
}

.outer-slab .pager .sf_pagerNumeric a:before, 
.outer-slab .pager .sf_pagerNumeric a:before {
    content: '|';
    font-weight: normal;
    margin-right: 7px;
}

.outer-slab .pager .pagerNext:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007bc2;
    margin-right: 20px;
    position: absolute;
    left: 18px;
    top: 10px;
}


/* ----------------------CONTACT PAGE------------------------ */

.blockCenter.contact p,
.blockCenter.contact a,
.blockCenter.contact h2 {
	font-family: 'Open Sans', sans-serif; 
}

.contact .blockTitle {
  min-height: 75px;
}



.contact .blockTitle span {
	    font-size: 18px;
    text-transform: none;
}


.contact-inner {
  text-align: center
}

.contact-inner a {
	text-decoration: none;
}
.contact-phone {
  color: #007bc2; 
  font-size: 24px; 
  font-weight: 600;
  background-image: url(/images/default-source/international-gui/international_phone_s1_icon_mid_blue.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 40px;
  text-decoration: none;
  background-position: left bottom;
}

.featx3 .contact-phone {
	background-image: none;
	padding-left: 0;
	font-size: 20px;
}

.contact-sub {
    color: #323232;
    font-size: 20px;
    display: block;
    padding: 10px 0;
    margin-top: 20px;
}

.contact-sub span {
    font-size: 16px;
    display: block;
    font-weight: 100;
}


.contact-email {
	color: #007bc2;
    font-size: 16px;
}
.contact-phone span {
    text-transform: none;
    display: block;
    font-size: 16px;
    font-weight: 100;
}
.address {
  margin: 20px 0;
	height: 240px;
}
.address h2 {
  text-transform: uppercase;
  font-size: 16px;
  color: #007bc2;
  font-weight: 600;
  margin-bottom: 0;
	
}

.address p {
display: block;
    font-size: 16px;
}
.tel-block {
    min-height: 120px;
    border-bottom: 1px solid #d5d5db;
    margin-bottom: 10px;
}

.simple .tel-block {
    min-height: auto;
    padding-bottom: 15px;
}

.simple .address {
    margin: 20px 0;
    height: auto;
}




/* ------------------------------------------------------STYLES TO REFINE MOVE AROUND AND ORGANISE --------------------------------- */


.slide-nav{
  background: #007bc2;
  width: 300px;
  display: block;
  height: 100%;
  left:-300px;
  position: fixed;
  transition: left 0.2s linear;
  top: 0;
  z-index: 10000;
}
.slide{
  left: 0 !important;
  box-shadow: 0 1px 22px 3px rgba(0,0,0,0.2);
}
.slide-tog{
  left:300px !important;
}
.slide-nav h3 {
  padding-top: 20px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 0;
}

.slide-nav nav.main ul{
  list-style: none;
  margin: 50px 0 0 0;
}
.slide-nav nav.main ul li{
}
.slide-nav nav.main ul li a{
  color: #cdcdcd;
  font: 400 16px/16px 'Source Sans Pro', sans-serfi;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #2f2f2f;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.slide-nav nav.main ul li a:hover{
  color: #fff;
  background: #00c6ff;
  -webkit-box-shadow: inset -150px 0px 100px 5px #004aa6;
  box-shadow: inset -150px 0px 100px 5px #004aa6;
}

.slide-nav .k-treeview .k-in {
  color: #fff;
  border: none;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 100;
}

.slide-nav .k-treeview .k-in:hover {
  text-decoration: underline;
}

.slide-nav .sfNavWrp .sfSel {
    font-weight: bold;
}

.slide-nav {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.slide-nav .k-treeview .k-item {
  padding: 0 0 0 26px;
}

.slide-nav .k-bot .k-in , 
.slide-nav .k-top .k-in  {
  font-size: 18px;
}
li.blockCenter ul.sfTagsList {
    padding: 10px 0;
    margin-top: 30px;
  text-align: center;
}
li.blockCenter ul.sfTagsList li {
    list-style-type: none;
    display: inline-block;
    padding-right: 6px;
    border: 1px solid #bfc6d6;
    color: #929baf;
    font-size: 12px;
    padding-left: 6px;
    margin-bottom: 8px;
    
}

li.blockCenter.tagged {
  min-height: 400px;
}

.btn-st-n.hamburger {
    background-image: url(/images/default-source/international-gui/menu_filter_hamburger_icon.png);
    background-position: 10px center;
    padding: 0 26px;
    padding-left: 40px;
}


/* ------------------------------------------------------ NEXT AND PREVIOUS --------------------------------- */
.content .prevNextLinks {
    display: block;
    overflow: hidden;
    padding: 40px 0;
    margin: 0;
    border-top: #24305e 1px solid;
    margin-top: 60px;
}
.content .prevNextLinks .prevLink, 
.content .prevNextLinks .nextLink {
	width:  50%;
}
.content .prevNextLinks .nextLink a, 
.content .prevNextLinks .prevLink a {
    color: #24305e;
    font-weight: 600;
}

.content .prevNextLinks .nextLink a:hover, 
.content .prevNextLinks .prevLink a:hover {
    color: #24305e;
}

/* ------------------------------ NEED TO ADD CLASS TO THIS BUTTON AND REUSE WHEN NEEDED !!!!!!!!! -------------------------------*/
#close-slide {
	display: block;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
	margin-top: 10px;
	color: #fff;
}





/* ------------------------------ NEXT AND PREVIOUS TYPE 2 -------------------------------*/

.content .prevNextLinks {
    display: block;
    overflow: hidden;
    padding: 40px 0;
    margin: 0;
    border-top: #24305e 1px solid;
    margin-top: 60px;
}
.content .prevNextLinks .prevLink, 
.content .prevNextLinks .nextLink {
	width:  50%;
}
.content .prevNextLinks .nextLink a, 
.content .prevNextLinks .prevLink a {
    color: #24305e;
    font-weight: 600;
}

.content .prevNextLinks .nextLink a:hover, 
.content .prevNextLinks .prevLink a:hover {
    color: #24305e;
	
}

.content .prevNextLinks .prevLink a {
	color: #24305e;
    font-weight: 600;
    border: 1px solid #24305e;
    padding: 10px;
    font-size: 14px;
}

.content .prevNextLinks .nextLink a {
	    padding: 10px;
    font-size: 14px;
	background-color: #24305e;
    color: #fff;
    border: none;
    font-weight: 300;
    padding-right: 30px;
    background-image: url(/images/default-source/icons/static_nav_right_arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}


/* ------------------------------ OVERIDE LEFT NAV STYLES-------------------------------*/


#mainContent {
    margin-left: 300px;
}

nav#left {
    width: 280px;
    border: 1px solid #cccccc;
}

nav#left ul {
	font-weight: 100;
}

nav#left > ul > li {
	font-family: fsEmericLight,Arial,Helvetica;
    font-size: 24px;
    color: #24305e;
	background-color: #fff;
}



nav#left ul li a {
    border-bottom: 1px solid #d9dbe3;
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    background-image: url(/images/default-source/international-gui/static_nav_right_arrow_blue.png);
    background-position: center right 20px;
    background-repeat: no-repeat;
}

nav#left > ul > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
}


nav#left ul ul ul {
    margin-left: 0;
}

nav#left ul ul li a.sel {
	background-image: none;
}


nav#left ul ul ul li a, nav#left ul ul ul ul li a {
    font-size: 14px;
    background-color: #ededf1;
    background-image: none;
}

footer p {
    font-size: 14px;
    font-family: Arial,Helvetica;
}

/*---------JOIN PAGE ELEMENTS--*/

.join-panel .closebtn {
  display: none;
}

.roles .btn-st-n {
  width: 100%;
}

.load-more {
  display: none;
}

.join-panel {
  background: #ededf1;
}

.join-panel {
  display: none;
}

.roles {
  display: none;
}

@media only screen and (min-width:481px) and (max-width:1023px) {
	
    h5 {
        font-size: 18px;
        line-height: normal;
    }
	
	#full-width .inner-slab, #banner .inner-slab {
		max-width: 1024px;
		padding: 30px 1.5625%;
		width: 100%
	}
	.sf_cols.hero_txt,
	.sf_cols.hero-header {
		width: 100%;
	}
	
	.hero_txt .sf_1col_1_100,
	.hero-header .sf_1col_1_100{
		float: none;
		padding-left: 20px;
	}

}

@media only screen and (min-width:481px)  {
	.hide-dt {
		display: none;
	}
	
}

@media only screen and (max-width:480px) {
	
	
	
	.hide-m,
	a.btn-secondary.hide-m, 
	nav#breadcrumb {
		display: none;
	}
	
	h1, h2, h3, h4, h5 {
		line-height: normal;
	}
	
	h1 {
        font-size: 28px;
     }
	
	h2 {
	    font-size: 22px;
    }
	
	select {
		font-size: 16px;
	}
	
	a.btn-secondary, a.btn-secondary:link {
		padding: 0;
		font-size: 16px;
		height: 40px;
		min-height: 40px;
		line-height: 40px;
	}
	
	.sf_2cols_1in_50 select, 
	.sf_2cols_1in_50 .btn-vibrant {
       width: 100% !important;
    } 
	
	a.btn-vibrant, a.btn-vibrant:link,
    a.btn-st-n, a.btn-st-n:link {
        padding: 0 10px;
        width: 100%;
    }
	
	#banner {
		background-size: cover;
	}
	
	#banner .hero_txt h1, 
	#banner .hero_txt h2, 
	#banner .hero-header h1, 
	#banner .hero-header h2, 
	.body-banner .hero_txt h2, 
	#banner .slab-header h1, 
	#banner .slab-header h2, 
	#banner .hero_txt h2.h-mid, 
	#banner .hero_txt h1.h-mid,
	#banner .hero-header h2.h-mid, 
	#banner .hero-header h1.h-mid,
	.hero-onpage h2 {
		font-size: 30px;
	}
	
	.hero-onpage .sfContentBlock {
		margin-left: 0;
	}
	
	.hero-body {
		display: none;
	}
	
	blockquote.introquo {
        margin-bottom: 30px;
        border-bottom: 1px solid #d3d3db;
    }
	
	.introquo p {
	    font-size: 18px;
        font-weight: 100;
        line-height: 26px;
	}
	.introquo span {
		font-size: 38px;
		width: 22px;
        height: 22px;
		line-height: 0.7em;
		background-color: #174290;
	}
	
	.introquo p.sig {
        font-size: 16px;
        color: #323232;
    }
	
	hr.hd-line, 
	hr.hd-line-central {
        width: 38px;
    }
	
	
	a.btn-secondary,.btn-secondary:link, 
	a.btn-book, a.btn-book:link {
		font-size: 20px;
        height: 45px;
        line-height: 45px;
		width:  100%;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
	}
	
	li.blockCenter {
		width: 100%;
		float: none;
		min-height: inherit;
		margin-right: 0;
	    display: block;
	}
	
	div.blockCenter,
	.sf_cols * .blockCenter{
		min-height: inherit !important;
		height: auto !important;
	}
	
	li.blockCenter.featx2 .btn-secondary, 
	div.blockCenter.featx2 .btn-secondary, 
	div.blockCenter.featx2 .btn-st-n, 
	li.blockCenter.featx2 .btn-st-n, 
	div.blockCenter.featx2 .btn-vibrant, 
	li.blockCenter.featx2 .btn-vibrant,
	div.blockCenter.pub .btn-secondary {
		float: none;
		margin: 0;
		width: 100%;
		margin-top: 20px;
	}
	
	li.blockCenter.media, 
	div.blockCenter.media {
		padding-bottom: 20px;
	}
	
	li.blockCenter.featx2 .blockTitle, 
	div.blockCenter.featx2 .blockTitle {
		padding-left: 20px;
        padding-right: 20px;
	}
	
	.blockCenter .block-btn,
	div.blockCenter.featx3 .block-btn,
	div.blockCenter.featx2 .block-btn,
	div.blockCenter.pub .block-btn
	{
        position: static;
        width: 100%;
		padding: 0;
		margin-top: 30px;
		height: auto;
   }
	
	div.blockCenter.featx3 .block-btn, 
	div.blockCenter.featx2 .block-btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	li.blockCenter .imgPreview h3, 
	div.blockCenter .imgPreview h3 {
        font-size: 26px;
        padding: 40px 0 0 20px;
    }
	
	#full-width .info-bar .inner-slab {
		padding-top: 5px;
        padding-bottom: 5px;
	}
	
	.info-bar .sf_3cols_1_33,
	.info-bar .sf_3cols_2_34 {
		border-bottom: 1px solid #d3d3db;
	}
	
	.info-bar a.icon-ui {
		margin: 10px 0;
	}
	
	.info-bar .ws-tel {
		float: none;
	}
	
	#full-width .outer-slab.action-bar.is-sticky {
		position: fixed;
		left: 0;
    bottom: 0;
		    z-index: 10000;
		background-color: #ededf1;
    border-top: 1px solid #d3d3db;
		display: block;
	}
	
	.action-bar {
		text-align: center;
    }
	

	
	.action-bar a.btn-book, 
	.action-bar a.btn-secondary {
		float: none;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
	}
	
	.action-bar .icon-ui {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	
	.ws-pricing p:last-child {
		display: none;
	}
	.ws-pricing p {
		font-size: 16px;
		color: #333;
	}
	.ws-cost {
        font-size: 18px;
        color: #333;
    }
	.sf_2cols_2_50 .roles {
		padding: 0;
		margin-top: 30px;
	}
	
	.contact-meta a, .contact-meta a:link, 
	.contact-meta a:focus {
		padding-left: 0;
	}
	
	.ws-overview ul li {
		margin-bottom: 10px;
	}
	
	.large-fo {
		font-size: 18px;
	}
	
	hr.filler60 {
		margin-bottom: 30px;
	}

    #full-width .inner-slab, 
	#banner .inner-slab {
		min-width: 320px;
		max-width: 767px;
		padding: 30px 6.25%;
		width: 100%
    }
	
    #full-width .action-bar .inner-slab {
		padding-top: 10px;
        padding-bottom: 10px;
	}
	
	.sf_cols.hero_txt,
	.sf_cols.hero-header {
		height: auto;
	}
	
	#banner {
		overflow: visible;
	}
	
	#banner .hero_txt,
	#banner .hero-header {
		width: 100%;
		height: auto;
	}
	
	.hero_txt .sf_1col_1_100,
	.hero-header .sf_1col_1_100 {
		width: 100% !important;
		padding: 30px 6.25%;
		margin-top: 0;
		text-align: center;
	}
	.hero-onpage {
		min-height: initial;
	}
	
	
	.hero_txt p,
	.hero-header p,
	.hero-onpage p {
		font-size: 16px;
	}
	

	
	a.scrolldownto {
		bottom: -5px;
	}
	
	.blockIconLeft {
    	border: 1px solid #dbdbdb;
    	margin-bottom: 20px;
		padding-top: 20px;
	}
	
	.btn-sub-header {
		margin-bottom: 20px;
	}
	
	div.block-white-outlined {
		margin-bottom: 15px;
	}
	
	.hero_txt.txt-left,
	.hero-header.txt-left {
    	margin-left: 0;
		width: 100%;
	}
	
	.hero_txt.txt-left .sf_1col_1_100,
	.hero-header.txt-left .sf_1col_1_100 {
		float: none;
		margin: 0;
	}
	
	.sfimageWrp {
		margin-bottom: 20px;
	}
    .sfimageWrp img {
		width: 100%;
		height: auto;
	}
	
	.content .sfFormsEditor .sfTxtBlockMedium .sfTxt, 
	.content .sfFormsEditor .sfTxtBoxMedium .sfTxt,
	.content .sfFormsEditor .sfFormDropdown select {
		width: 100%;
		
	}
	.content .sfFormsEditor .sfFormSubmit input[type=submit] {
		width: 100%;
        line-height: 40px;
        height: 40px;
        font-size: 16px;
	}
	
	.content .sfFormsEditor .sfTxtLbl {
		margin-bottom: 5px;
		margin-top: 20px;
	}
	
	/* ----------- Contact Page Tweaks ------------*/
	.tel-block {
		min-height: initial;
		padding-bottom: 20px;
	}
	
	.address {
		height: auto;
	}
	
	.contact-phone {
		font-size: 28px;
		line-height: normal;
	}
	
	.contact-phone span {
		margin-top: 10px;
		font-size: 18px;
	}
	.join-panel {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10001; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.25s; /* 0.5 second transition effect to slide in the sidenav */
    display: block;
}
.join-panel .closebtn {
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
}
	

}

