@charset "utf-8";
/* COLOURS */
/* BLUE */
/* main styles */
body { font-family: "Kumbh Sans", sans-serif; -webkit-font-smoothing: subpixel-antialiased; -webkit-text-stroke: 1px transparent; font-style: normal; font-weight: 400; font-size: 18px; line-height: 1.6; color: #000; }

h1, h2, h3, h4, h5, h6 { font-family:"Roboto Condensed","Arial Narrow",sans-serif; font-weight: bold; }

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #319177; margin: 0 0 20px 0; font-weight: 700; }

#content h1 { font-size: 44px; line-height: 1; margin-top: 30px; margin-bottom:30px; }
#content h2 { font-size: 36px; line-height: 1.1; margin-top: 35px; color: #4682B4; }
#content h3 { font-size: 30px; line-height: 1.2; margin-top: 32px; }
#content h4 { font-size: 26px; line-height: 1.3; margin-top: 30px; color: #4682B4; }
#content h5 { font-size: 20px; line-height: 1.5; margin-top: 20px; font-weight: bold; }
#content h6 { font-size: 17px; line-height: 1.5; margin-top: 20px; }
#content.homecontent h1 { margin-bottom:20px; }
@media (max-width: 991px) { 
	#content h1 { font-size: 38px; margin-bottom:20px; }
	#content h2 { font-size: 32px; }
	#content h3 { font-size: 28px; }
	#content h4 { font-size: 24px; }
}

/* acessibility override for H5 */
#content h5 { margin: 0 0 15px; font-family: "Kumbh Sans", sans-serif; text-transform: none; font-style: normal; font-weight: 700; font-size: 18px; line-height: 1.6; color: #000; letter-spacing: normal; }

#content a { color: #319177; text-decoration: none; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; cursor: pointer; }

#content a:hover, #content a:focus { color: #4682B4; text-decoration: none; }

a { color: #319177; text-decoration: none; }
a:hover, a:focus { color: #4682B4; text-decoration: none; }

/* CMS image styles */
#content .rightnoborder, #content .right, #content img.thirdwidthright, #content img.halfwidthright, #content img.thirdwidthrightnoborder, #content img.halfwidthrightnoborder { float: right; margin: 5px 0 8px 20px; }

#content .leftnoborder, #content .left, #content img.thirdwidthleft, #content img.halfwidthleft, #content img.thirdwidthleftnoborder, #content img.halfwidthleftnoborder { float: left; margin: 5px 20px 8px 0; }

#content .noalign, #content .noalignnoborder { float: none; margin: 5px 0 8px; }

#content img { padding: 0; border-radius: 0; border: 2px solid #cccccc; max-width: 100%; }

#content img.noborder, #content .rightnoborder, #content .leftnoborder, #content .noalignnoborder, #content img.fullwidthnoborder, #content img.thirdwidthleftnoborder, #content img.thirdwidthrightnoborder, #content img.halfwidthleftnoborder, #content img.halfwidthrightnoborder, #form-table img { padding: 0; border: none; border-radius: 0; box-shadow: none; outline: none; }

#content img.thirdwidthleft, #content img.thirdwidthright, #content img.thirdwidthleftnoborder, #content img.thirdwidthrightnoborder, #content img.halfwidthleft, #content img.halfwidthright, #content img.halfwidthleftnoborder, #content img.halfwidthrightnoborder, #content img.fullwidth, #content img.fullwidthnoborder { width: 100%; clear: both; margin-bottom: 15px; }

@media (min-width: 400px) { #content img.thirdwidthleft, #content img.thirdwidthright, #content img.thirdwidthleftnoborder, #content img.thirdwidthrightnoborder, #content img.halfwidthleft, #content img.halfwidthright, #content img.halfwidthleftnoborder, #content img.halfwidthrightnoborder { width: 47%; } }

@media (min-width: 768px) { #content img.thirdwidthleft, #content img.thirdwidthright, #content img.thirdwidthleftnoborder, #content img.thirdwidthrightnoborder, #content img.halfwidthleft, #content img.halfwidthright, #content img.halfwidthleftnoborder, #content img.halfwidthrightnoborder { width: 47%; } }

@media (min-width: 992px) { #content img.thirdwidthleft, #content img.thirdwidthright, #content img.thirdwidthleftnoborder, #content img.thirdwidthrightnoborder { width: 30%; } }

/* addtional required styles */
#content p, #content li, #content td, #content th { color: #000; font-family: "Kumbh Sans", sans-serif; -webkit-font-smoothing: subpixel-antialiased; -webkit-text-stroke: 1px transparent; font-style: normal; font-weight: 400; font-size: 20px; line-height: 1.5; }
@media (max-width: 991px) { 
	#content p, #content li, #content td, #content th { font-size: 18px; }
}

#content p { margin: 0 0 15px; }

#content .large { font-size: 24px; color: #000; line-height: 1.5; }

#content .small { font-size: 16px; color: #666; line-height: 1.3; }

.textgoright { text-align: right; }

.textcenter { text-align: center; }

.clearfix { clear: both; }

/* system form and table styling */
.cs-form-row { margin:0 0 15px; }
.cs-form-title { padding:12px 15px; border-radius: 10px; background:#b5ebdc; text-align: center; position: relative; text-align: left; line-height: 1.2; }
.cs-form-title:after { top: 100%; left: 201px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: #b5ebdc; border-width: 10px; margin-left: -10px; }
label { font-weight: normal; }
.cs-form-row + label, .cs-form-label-right { display: inline-block; width: 180px; text-align: right; margin-right: 15px; vertical-align: middle; }
.cs-form-label-top { vertical-align: top; }
.cs-form-row .cs-form-field-rhs { display: inline-block; width:500px; }
.cs-form-row .cs-form-field-rhs + label { display: inline-block; }
.cs-form-row .cs-form-field-rhs input[type='radio'] { margin-right:10px; }
.cs-form-checkbox { padding-left: 180px}
#form-table textarea:invalid { background: #Fbb; }
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Kumbh Sans", sans-serif; }
@media (max-width: 1199px) { .cs-form-row .cs-form-field-rhs { width:470px; } }
@media (max-width: 991px) {
	.cs-form-row .cs-form-field-rhs { width:100%; }
	.cs-form-title:after { left: 10px; }
	.cs-form-title { border-bottom-left-radius: 0px; }
	.cs-form-row + label, .cs-form-label-right { display: inline-block; width: 100%; text-align: left; margin-right: 0; margin-bottom:3px; vertical-align:top; }
}
@media (max-width: 767px) {
	.cs-form-title { background:#b5ebdc; }
	.cs-form-title:after { border-top-color: #b5ebdc; }
}

#content table { margin: 0 0 15px 0; border-spacing: 0; border-collapse: collapse; }

#content table tr { background: #fff; }

#content table tr:nth-of-type(2n+1) { background: #eee; }

#content table td { padding: 4px 8px; border: 1px solid #D7D7D7; }

#content table tr ul { margin: 0; }

#content table.notablestyle, #content table#form-table, #___gcse_1 table { border: 0; }

#content table.notablestyle tr:nth-of-type(2n+1), #content table#form-table tr:nth-of-type(2n+1) { background: #fff; }

#content table.notablestyle td, #content table#form-table td, #___gcse_1 table td { border: 0; }

#___gcse_1 table tr:nth-of-type(2n+1) { background: transparent; }

#___gcse_1 table td, #___gcse_1 table tr { padding: 0 !important; margin: 0 !important; }

#___gcse_1 table { margin: 0; }

#___gcse_1 table img { padding: 0; margin: 0; border: 0; }

#___gcse_1 .gsc-table-result, #___gcse_1 .gsc-thumbnail-inside, #___gcse_1 .gsc-url-top { padding: 0; }

#___gcse_1 .gs-result .gs-title, #___gcse_1 .gs-result .gs-title * { color: 400; text-decoration: none; }

#___gcse_1 .gs-result a.gs-title:hover { color: #4682B4 !important; }

#___gcse_1 .gsc-selected-option-container { width: 90px !important; }

#___gcse_1 .cse .gsc-control-cse, .gsc-control-cse { padding: 0 !important; }

form.gsc-search-box { margin-bottom: 3px !important; }

#gsearchbox .gsc-input-box { height: 26px !important; border: 0 !important; overflow: hidden; }

#gsearchbox .gsc-search-button { height: 26px !important; border: 0 !important; vertical-align: middle; overflow: hidden; }

#form-table { width: 100%; padding: 0; border-spacing: 0; border-collapse: collapse; }

#form-table hr { margin: 8px 0 12px; }

#form-table h4, #form-table h3, #form-table h2, #form-table h1, #form-table p { margin: 0; }

#form-table h4 { border-bottom: 2px solid #cccccc; margin-top: 10px; }

#form-table p.formtitle { border-bottom: 1px solid #ccc; }

#form-table td { padding: 4px 6px 4px 0; }

#form-table textarea { width: 100%; height: 100px; }

#form-table input { width: 100%; }

#form-table input::placeholder { color: #aaa; }

#form-table img { border: none; box-shadow: none; padding: 0; }

#form-table input, #form-table textarea, #form-table select { border: 2px solid #cccccc; padding: 3px 4px; font-size: 16px; margin: 0 0 5px 0; }

#form-table input[type='checkbox'], #form-table input[type='radio'] { width: auto; margin: 4px 5px 0 0; }

#form-table textarea { border-bottom-right-radius: 0; width: 100%; height: 100px; }

#form-table input[type='file'] { width: 220px; border: 0; }

#form-table input[type='radio'] { float: left; }

#form-table .radiovalue { float: left; padding-right: 3px; }

#form-table .radiovalueset { display: inline-block; width: 40px; }

@media (min-width: 768px) { #form-table input[type=text], #form-table input[type=email] { width: 340px; }
  #form-table textarea { width: 540px;  height: 150px; } }
.hidden { display: none; }

a img { outline: none; border: none; }

#content hr { clear: both; height: 1px; margin: 15px 0; border-bottom: 1px solid #4682B4; }


/*blockquote*/
#content blockquote { position: relative; padding: 0; margin: 30px 0; border:0; }
#content blockquote p, #content blockquote p.small, #content blockquote p.large, #content blockquote a, #content blockquote a:hover, #content blockquote li, #content blockquote h2, #content blockquote h3, #content blockquote h4 { color: #fff; margin: 0; font-size: 24px; line-height: 1.4; font-family:"Roboto Condensed","Arial Narrow",sans-serif; font-weight: bold; background:#4682B4; padding:20px 25px; }

#content.homecontent blockquote p, #content.homecontent blockquote p.small, #content.homecontent blockquote p.large, #content.homecontent blockquote a, #content.homecontent blockquote a:hover, #content.homecontent blockquote li, #content.homecontent blockquote h2, #content.homecontent blockquote h3, #content.homecontent blockquote h4 { color: #319177; background:none; padding:0; font-size: 30px; }

@media (max-width: 991px) {
	#content blockquote p, #content blockquote p.small, #content blockquote p.large, #content blockquote a, #content blockquote a:hover, #content blockquote li, #content blockquote h2, #content blockquote h3, #content blockquote h4 { font-size: 22px; line-height: 1.2; }
	#content.homecontent blockquote p, #content.homecontent blockquote p.small, #content.homecontent blockquote p.large, #content.homecontent blockquote a, #content.homecontent blockquote a:hover, #content.homecontent blockquote li, #content.homecontent blockquote h2, #content.homecontent blockquote h3, #content.homecontent blockquote h4 { font-size: 26px; }
}
#content blockquote .small:before { display:none; }


#content ul { margin: 11px 0 15px 0; padding: 0; list-style: none; }

#content ul li { padding-left: 30px; position: relative; }

#content ul li:before { content: "●"; font-family: sans-serif; color: #319177; position: absolute; left: -0; }

#content ul li, #content ol li { margin: 10px 0; }

#content ol { margin: 11px 0 15px 20px; padding: 0; list-style: decimal !important; }

#content ol li { list-style: decimal !important; }

@media (max-width: 767px) { #content ul { margin: 11px 0 15px; }
  #content ul li:before { left: 5px; } }
/* buttons */
#content p.csbutton a, p.csbutton a { background: #319177; color: #fff; border-radius: 0; text-align: center; padding: 7px 10px 6px; font-weight: bold; font-size: 16px; line-height: 2.5; white-space: nowrap; font-family: "Roboto Condensed","Arial Narrow", sans-serif; text-transform: uppercase; }

#content p.csbutton a:hover, p.csbutton a:hover { color: #fff; background: #4682B4; }

#form-table input[type=submit], input[type=submit].formsubmit { background: #319177; color: #fff; border-radius: 0; text-align: center; padding: 7px 10px 6px; font-family: "Roboto Condensed","Arial Narrow", sans-serif; font-weight: bold; font-size: 16px; line-height: 1.4; white-space: nowrap; transition: all 0.2s ease-in-out; border: 0; width: auto; text-transform: uppercase; }

#form-table input[type=submit]:hover, input[type=submit].formsubmit:hover { color: #fff; background: #4682B4; transition: all 0.2s ease-in-out; }

input, select, textarea { border-radius: 0px; }

#content p.read-more a { font-family: "Kumbh Sans", sans-serif; text-transform: uppercase; display: inline-block; color: #319177; text-transform: uppercase; }

#content p.read-more a:hover { color: #000; }

/* custom features editor only */
.expandable { border: 2px dashed #F29122; }

.videoWrapper { border: 2px dashed #2dcfba; }

.videoWrapper4by3 { border: 2px dashed #2d9fcf; }

.videoWrapper1by1 { border: 2px dashed #4251e4; }

.videoWrapper3by1 { border: 2px dashed #dd4aea; }

.videoWrapperfixed { border: 2px dashed #F29122; }

#content .videoWrapper .cke_iframe, #content .videoWrapper4by3 .cke_iframe, #content .videoWrapper1by1 .cke_iframe, #content .videoWrapper3by1 .cke_iframe, #content .videoWrapperfixed .cke_iframe { height: 50px !important; width: 100px !important; }

