.k-icon {
    margin-top: 0px !important;
    margin-left: auto !important;
}
html .k-calendar .k-header {
	height: 50%;
}
html .k-widget.k-calendar .k-nav-prev, 
html .k-widget.k-calendar .k-nav-next,
html .k-widget.k-calendar .k-nav-fast {
	height: unset;
}
#examBookerDateWrapper .k-datepicker button:hover .k-i-calendar {
    background-position: -47px -176px !important;
}
.k-i-excel {
    background-position: -80px -96px;
}
.k-i-pdf {
    background-position: -80px -80px;
}
.k-editor-widget .k-icon {
    background: none;
}
.cisiFieldWrapper .help-block {
    margin: 0;
    position: absolute;
    bottom: 2px;
    right: 14px;
    font-size: 10px;
    font-weight: 700;
}
p[data-sf-role="required-violation-message"] { 
	color: red;
}
.hideEventID {
    visibility: hidden;
        width: 0px;
    height: 0px;
}
.stationaryOptions label {
    margin-right: 20px;
}
button.k-button.k-upload-action {
	line-height: 0.9em !important;
    margin-top: 6px !important;
}
/* SF12 form fix - needs to be moved to sfproject.min */
.sf-fieldWrp input,
.sf-fieldWrp textarea,
.sf-fieldWrp select{
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.571428;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 200px;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sf-RadioButtons input[type=text] {
    width: 50%;
    height: auto;
    padding: 6px 10px;
    color: #444444;
}
.customSelect.sf-fieldWrp select {
    appearance:none;
    -webkit-appearance:none;
}
.customSelect {
    position: relative;
}
.customSelect:after {
    content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  background: #fff;
  top: 38px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.sf-fieldWrp {
    margin-bottom: 20px;
}
.sf-fieldWrp textarea {
    height: 100px;
    border-radius: 20px;
}
.sf-fieldWrp label {
    font-weight: 600;
}
.sf-Checkboxes label,
.sf-RadioButtons label{
    font-weight: 400;
}
.sf-fieldWrp p {
    font-size: 0.8em;
}
p[data-sf-role='error-message'] {
    color: red;
    display: none;
}
.sf-FormNav {
    margin-top: 30px;
}
button[type='submit'],
button[data-sf-btn-role='next'] {
    border-radius: 200px;
    transition: all 0.3s;
    color: #fff;
    background-color: #48aaaa;
    border: 0px solid;
    padding: 10px 30px;
}
button[type='submit']:hover,
button[data-sf-btn-role='next']:hover {
    background: #006666;
    border-color: #006666;
}
button[data-sf-btn-role='next'] {
 margin-top:10px;   
}
span.sf-FormNav-page-number {
    font-size: 13px;
    vertical-align: bottom;
}
.past .sf-FormNav-page:after {
    content: '\2713';
    position: absolute;
    left: 8px;
    font-size: 13px;
}
.past span.sf-FormNav-page {
    background: #48aaaa;
    color: #fff;
    border-color: #48aaaa;
}
input[name='FileFieldController'] {
    border: 1px transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    padding: 10px 0px;
    border-radius: 0px;
    background: transparent;
}
input[data-sf-checkboxes-role='other-choice-text'] {
      width: auto !important;
    height: auto !important;
    /* margin-top: -4px; */
    /* vertical-align: text-bottom; */
    color: #000 !important;
    padding: 6px 10px !important;
    border-radius: 200px !important;
}
input[data-sf-checkboxes-role='other-choice-text']:hover {
    background: #fff !important;
}
.sf-RadioButtons {
    margin-bottom: 20px;
}
.sf-RadioButtons strong,
.sf-Checkboxes strong {
    font-weight: 600;
}
.inlineRadio > div,
.inlineCheckboxes > div{
    display: inline-block;
    margin-right: 10px;
}
.inlineRadio strong,
.inlineCheckboxes strong{
    display: block;
}
.sf-Long-text {
    margin-bottom: 20px;
}

    @keyframes click-wave {
        0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}


.sf-Checkboxes input,
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border-radius: 4px;
    padding: 0px;
    border: 1px solid #e3e3e3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    outline: none;
    position: relative;
	z-index: 1000;
	margin-left: -3px !important;
	margin-top: 0px !important;
}
.sf-RadioButtons input,
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    padding: 4px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #fff;
    border-radius: 200px;
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    outline: none;
    position: relative;
	z-index: 1000;
	margin-left: -3px !important;
	margin-top: 0px !important;

}
.option-input input[type="radio"] {
	margin-left: -20px !important;
	margin-top: 8px !important;

}

    .sf-RadioButtons input:hover,
	.sf-Checkboxes input:hover,
	input[type="radio"]:hover,
	input[type="checkbox"]:hover {
        background: #9faab7;
    }

    .sf-RadioButtons input:checked,
	.sf-Checkboxes input:checked,
	input[type="radio"]:checked,
	input[type="checkbox"]:checked {
        background: #38a2a2;
    }

        .sf-RadioButtons input:checked::before,
		.sf-Checkboxes input:checked::before,
		input[type="radio"]:checked::before,
		input[type="checkbox"]:checked::before {
            height: 20px;
            width: 19.5px;
            position: absolute;
            display: inline-block;
            font-size: 24px;
            text-align: center;
            line-height: 20px;
        }

        .sf-RadioButtons input:checked::after,
		.sf-Checkboxes input:checked::after,
		input[type="radio"]:checked::after,
		input[type="checkbox"]:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }


.sfRadioList input::after {
    border-radius: 200px;
}
.sf-Checkboxes input::after {
    border-radius: 200px;
}

@media (min-width: 768px) {
    .personalDetails,
    .integrityMattersSection,
    .discSection,
    .paymentSection {
        background: #f3f3f3;
        padding: 1px 40px 40px 40px;
    }
    .workDetails,
    .qualificationsSection,
    .decSection {
        background: #e5e5e5;
        padding: 1px 40px 40px 40px;
    }
}
@media (max-width: 768px) {
    .sf_2cols_1_50 {
        float: left !important;
        width: 100% !important;
        margin: 0;
    }
    .sf_2cols_2_50 {
        float: left !important;
        width: 100% !important;
        margin: 0;
    }
    .sf_2cols_2_50 .sf_2cols_2in_50 {
        margin-left: 0px !important;
    }
    .memberLevel {
        margin-bottom: 30px;
    }
}







/* -------------------------------------------------- */

/* Kendo UI fix */
/* https://docs.telerik.com/kendo-ui/backwards-compatibility/2017-backward-compatibility */
.k-i-arrow-60-left {
    background-position:0px -48px;
}
.k-i-arrow-60-right {
    background-position:0 -16px;
}
.k-i-arrow-end-right {
    background-position:0 -80px;
}
.k-i-arrow-end-left {
    background-position:0 -112px;
}
.k-i-sort-desc-sm {
    background-position: 0px -32px;
}
.k-i-sort-asc-sm {
    background-position: 0px 0px;
}
.k-i-bold {
    background-position: -240px 0px;
}
.k-i-italic {
    background-position: -240px -24px;
}
.k-i-underline {
    background-position: -240px -48px;
}
.k-i-align-left {
    background-position: -240px -144px;
}
.k-i-align-center {
    background-position: -240px -168px;
}
.k-i-align-right {
    background-position: -240px -192px;
}
.k-i-list-unordered {
    background-position: -240px -264px;
}
.k-i-list-ordered {
    background-position: -240px -288px;
}
.k-i-indent-increase {
    background-position: -288px 0px;
}
.k-i-link-horizontal {
    background-position: -288px -48px;
}
.k-i-image {
    background-position: -288px -98px;
}
.k-i-table-insert {
    background-position: -192px 0px;
}
/* ----------- */







/* Custom fixed alert */
.qualSections {
	padding: 0px 0px 0px 100px !important;
}
.isTest .qualSections {
	padding: 0px 0px 0px 0px !important;
}
.QualsScamWarning {
    bottom: 0px;
    background: #af0000;
    color: #fff;
    padding: 20px;
    font-weight: 500;
    font-size: 12px;
    position: fixed;
    z-index: 2147483647 !important;
    text-align: center;
    display: none;
	left: 0;
	right:0;
}
.QualsScamWarning #closeWarning {
    position: absolute;
    right: 10px;
    top: 10px;
}
.QualsScamWarning #closeWarning .glyphicon {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .QualsScamWarning {
        padding: 20px 50px;
        font-weight: 500;
        font-size: 15px;
    }
}

/* Retirement warning */
.retirementMessage {
    bottom: 0px;
    background: #151f92;
    color: #fff;
    padding: 20px;
    font-weight: 500;
    font-size: 12px;
    position: fixed;
    z-index: 2147483647 !important;
    text-align: center;
    display: none;
    width:100%;
}
.retirementMessage a {
    color:#fff;
    font-weight:bold !important;
}

@media (min-width: 768px) {
    .retirementMessage {
        padding: 20px 10%;
        font-weight: 500;
        font-size: 15px;
    }
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4 {
    margin-top: 25px;
}
/*  */

/*  Bodge until colour changed in LESS*/

.cisiShowSuccess .cisiMessage {
    background: #56b926 !important;
}

/*  Button changes  */
.btn,
a.greyButton,
.greyButton a,
a.greenButton,
.greenButton a {
    padding: 14px 25px;
    white-space: normal !important;
}
.btn-primary, .greenButton, .greenButton a {
	background-image: none;
}
.mainWrapper .btn-primary:hover {
	/*background:#3e9191;
	border:1px solid #3e9191;*/
}
.btn-lg {
    font-size: 18px;
    padding: 16px 40px !important;
}
#fullscreenMessageClose {
	margin-bottom: 0px;
}
.form-control,
.sfTxt,
#mainNavBarSearchContainer input.sfsearchTxt,
.k-picker-wrap,
.k-datepicker,
input.ruButton.ruBrowse,
.RadUpload .ruFakeInput {
    border-radius: 200px !important;
    outline: none;
}
textarea.form-control, textarea.sfTxt {
    border-radius:20px !important;
}
.sfTxt:focus {
    box-shadow: 0 0px 7px rgba(45, 131, 131, 0.6);
    border-color: #48aaaa;
}

.k-picker-wrap .k-input {
    border-radius: 200px 0px 0px 200px !important;
}
.paymentCardStartDate .cardMonth, .paymentCardStartDate .cardYear, .paymentCardExpiryDate .cardMonth, .paymentCardExpiryDate .cardYear {
    width:60px;
}
/* --------------------------- */
/* sort inputs for iphones to stop zooming */
/* lee input,
select,
textarea,
.selectButton,
.multiselectButton {
   font-size: 16px !important; 
   line-height:22px !important;
}*/
/* Added this to stop page shifting when modal is opened */
html {
    overflow-y: scroll;
}
body {
    padding-right: 0 !important;
}
.mandatory .sfTxtLbl::after {
    background: rgba(0, 0, 0, 0) url("/cisiweb2/image/icons/asterisk.png") no-repeat scroll 0 0 / contain ;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 6px;
    width: 12px;
}


/* SF editor specific css to show modal popups in the editor */
.sfPageEditor .modal {
	display:block;
	position:relative;
}
.sfPageEditor .fade {
	opacity:1;	
}
.sfPageEditor .modal-lg {
	width:100%;	
}
.sfPageEditor .modal-dialog {
	transform:translate(0) !important;	
}
.sfPageEditor .modal-content {
	box-shadow:none;
	border:0px solid;	
}
.sfPageEditor .modal-body {
	max-height:none !important;
}	









.form-control {
    height: 39px;
}
.search .sfsearchSubmit, .mobileSearch .sfsearchSubmit, .searchAgain .sfsearchSubmit {
    font-size: 0 !important;
}

/* SF style to show modals */ 

/*body.standard.sfPageEditor .modal {
	display:block !important;	
}*/



/* ---------------------------- Base changes --------------------------- */

/*  New site survey  */

.fpsb {
	font-family: arial;
    font-size: 11px;	
}
.newSiteSurvey {
   background: none repeat scroll 0 0 #506db4;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: 200;
    padding: 20px 0 15px;
    /*position: fixed;*/
    text-align: center;
	margin-bottom:-76px;
    width: 100%;
    z-index: 9999;
}
.newShopSurvey {
   background: none repeat scroll 0 0 #506db4;
    bottom: 0px;
	left:0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 200;
    padding: 10px;
    position: fixed;
	display: none;
    text-align: center;
	width: 100%;
	z-index: 9999;
}
.newShopSurvey .face {
	width:40px;
}
.face {
    width: 40px;
}

@media (max-width : 991px) {
	.newSiteSurvey {
		font-size: 20px;
	    padding: 30px 0 30px;
	}
	.newShopSurvey {
		font-size: 18px;
	    padding: 10px;
	}
	.face {
		width: 20px;
	}
	.newShopSurvey .face {
		width:20px;
		display: inline-block;
		margin: 0;
	}
}

/* ----------------- */

.lt-ie10 .browsehappy {
	position:relative !important;
	top:110px !important;	
}
@media (max-width : 1199px) {

.lt-ie10 .browsehappy {
	position:relative !important;
	top:80px !important;	
}

}
audio, canvas, progress, video {
 outline: none;   
}
.wow {
visibility:visible\9 !important;	
}
body { 
	/*padding-top: 130px; */
}
body .standard .sfPageEditor .navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}
/*.mainHeader {
	min-height:130px !important;	
}*/
.mainWrapper {
    margin-top: 110px;
	font-weight:400;
/* lee	font-size:16px;
	color:#222222;*/
}

.mainWrapper h1, .mainWrapper h2, .mainWrapper h3, .mainWrapper h4 {
	color:#177777;	
	font-weight:300;
	margin-top:40px;
	margin-bottom:14px;
}
.mainWrapper h1 {
	font-size:40px;	
}
.mainWrapper h2 {
	font-size:30px;	
}
.mainWrapper h3 {
	font-size:24px;	
}

.mainWrapper h4 {
	font-weight:300 !important;	
}

.container_wrapper {
	margin-bottom:80px !important;
	clear:both !important;
}
.mainWrapper .container_wrapper:last-child {
	margin-bottom:150px !important;
	clear:both !important;
}
p {
    margin: 0 0 20px;
}
.mainWrapper .btn {
	margin-bottom:4px;	/* do: what is this for -remove? */
}

.mainWrapper .icon {
	width:30px !important;
	padding-bottom:4px !important;	
	display:inline !important;
	margin:0px !important;
}
.glyphicon {
	color:#2d8383;
}
.mainWrapper a {
	font-weight:500;
}
/* lee 
.mainWrapper a:hover {
	color:#006666;
}*/

.imagePullWrapper {
	position:relative;	
}
.imagePullWrapper .container-fluid{
	padding-left:0px;
	padding-right:0px;
}
.imagePull {
    bottom: 0;
    position: absolute;
    top: 0;
	padding:0px;
	min-height:300px;
	background-size:cover;
}	
.imagePullWrapper h4 {
	margin-top:0px !important;	
	font-weight:400 !important;
	color:#222222 !important;
}
.imagePullWrapper p {
	margin-bottom:40px;	
}
.imagePullWrapper .container {
	padding:0px;	
}
.imagePullRight {
	padding-left:30px;	
	padding-top:0px;
	padding-bottom:20px;
}
.imagePullLeft {
	padding-right:50px;
	padding-top:0px;
	padding-bottom:20px;
}	
.quote {
	background-image:url('/cisiweb2/image/master/quote.png');	
	background-position:bottom right;
	background-repeat:no-repeat;
}
    .quote h2 {
        font-weight: 400;
        font-family: open sans;
        font-style: italic;
        color: #5e5e5e;
    }
.greyWrapper {
	background-color:#f5f5f5;
	padding:40px 0px 70px 0px !important;
}
.greenWrapper {
	background-color:#2baba9;
	color:#ffffff;
	padding:40px 0px 70px 0px !important;
}
.generalMessage a {
    color: #fff;
}
.generalMessage a:hover {
    color: #fff;
    text-decoration:underline;

}



.videoFloatLeft {
	float: left;
    margin-right: 40px;
    width: 45%;	
}

.videoFloatRight {
	float: right;
    margin-left: 40px;
    width: 45%;	
}
.imageFloatLeft {
	float: left;
	margin-right: 40px;
}
	
.imageFloatRight {
	float: right;
	margin-left: 40px;
}

section {
	margin-bottom:80px;	
}
table {
	margin-bottom:0px !important;	
	background:#f9f9f9;
}

.pageTabContainer {
	margin-top:-30px !important;
}	


.dropdown-menu > li > a {
	text-decoration:none;	
}

.rsmLink {
	background-image:none !important;	
	background-color:#ffffff !important;
}
.new {
    background: none repeat scroll 0 0 #8c293d;
    color: #ffffff;
    margin-right: 10px;
    padding: 6px 20px;
}

.cisitvflag {
    font-size: 13px !important;
    text-decoration: none !important;
}
.sfFormBox, .sfFormRadiolist, .sfFormSubmit, .sfFormCheckboxlist, .sfFormDropdown {
    margin-bottom: 20px;
}
.sfDropdownList select {
    border-radius: 200px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.sfCheckListBox > label {
    margin-left: 6px;
	margin-right:20px;
	display:inline !important;
}
.sfFormRadiolist .sfRadioList label {
    margin-left: 6px;
	margin-right:20px;	
}
.sfTxtBoxMedium {
    max-width: 700px;
}
.sfExample {
    font-size: 0.8em;
}
.ruFakeInput {
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline;
    font-size: 16px !important;
    height: 24px !important;
    line-height: 1.57143 !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50%;
	margin-bottom:10px;
}
.RadUpload .ruFileWrap {
	height:inherit !important;	
	width:100% !important;
}
/*.form-group, .sfFormBlock {
	margin-bottom:30px;	
}*/
.infoIcon {
	width:20px !important;	
}

/*.infoAlert {
    background: none repeat scroll 0 0 rgb(149, 6, 50);
    bottom: 0;
    color: rgb(255, 255, 255);
    padding: 20px 0px 20px 0px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
	white-space: pre-line;
	background-image:url('/cisiweb2/image/icons/alert2.png'); 
	background-repeat:no-repeat;
	background-size:contain;
}
#infoAlertClose {
    color: #ffffff;
    font-size: 35px;
    margin-right: 22px;
    opacity: 1;
}*/

.container .qualsInfoIcon { /* .container added to override SF detault margin for images at mobile size */
	width:20px !important;
	display:inline !important;	
	margin:0px !important;
}


@media (min-width : 1599px) {
	.imagePullRight {
		padding-left:0px;	
		padding-top:0px;
		padding-bottom:20px;
	}
	.imagePullLeft {
		padding-right:0px;
		padding-top:0px;
		padding-bottom:20px;
	}	
}

@media (max-width : 1599px) {
	.videoFloatLeft {
		float: left;
		margin-right: 30px;
		/*margin-top:20px;*/
	}
	
	.videoFloatRight {
		float: right;
		margin-left: 30px;
		/*margin-top:20px;*/
	}
	.imageFloatLeft {
		float: left;
		margin-right: 30px;
	}
	
	.imageFloatRight {
		float: right;
		margin-left: 30px;
	}
}


@media (max-width : 1199px) {
	.mainWrapper {
	    margin-top: 80px;
		font-size:15px;
	}
	.mainWrapper h1, .mainWrapper h2, .mainWrapper h3, .mainWrapper h4 {
		margin-top:30px;
		margin-bottom:10px;
	}
	.mainWrapper h1 {
		font-size:32px;	
	}
	.mainWrapper h2 {
		font-size:24px;	
	}
	.mainWrapper h3 {
		font-size:18px;	
	}
	
}

@media (max-width : 1199px) {
	.imageFloatLeft {
		width:50% !important;	
	}
	.imageFloatRight {
		width:50% !important;	
	}
}

@media (max-width : 991px) {
	.imagePullRight {
		padding-left:0px;	
		padding-top:0px;
		padding-bottom:0px;
	}
	.imagePullLeft {
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
	}
/*	.infoAlert {
		font-size:14px;
    background: none repeat scroll 0 0 rgb(149, 6, 50);
    bottom: 0;
    color: rgb(255, 255, 255);
    padding: 5% !important;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
	white-space: pre-line;
	background-image:none; 
}	*/
}

@media (max-width: 767px) { 
	.mainWrapper {
		font-size:16px;
	}
	.mainWrapper h1 {
		font-size:26px;	
		font-weight:300;
	}
	.mainWrapper h2 {
		font-size:22px;	
		font-weight:300;
	}
	.mainWrapper h3 {
		font-size:20px;	
		font-weight:300;
	}
	.imagePull {
		position: relative;
		min-height:200px;
		background-size:cover;
		background-position:center center !important;
		background-repeat:no-repeat;
	}
	.imagePullRight {
		padding-left:0px;	
		padding-top:0px;
		padding-bottom:0px;
	}
	.imagePullLeft {
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
	}	
	.videoFloatLeft {
		float: none;
		width:100%;
		margin-right: 0%;
		margin-bottom:20px;
	}
	
	.videoFloatRight {
		float: none;
		width:100%;
		margin-left: 0%;
		margin-bottom:20px;
	}
	.imageFloatLeft {
		width:100% !important;	
	}
	.imageFloatright {
		width:100% !important;	
	}
	.mainWrapper .sfimageWrp img, .sfContentBlock img {
	    height: auto;
	    max-width: 100%;
    	width: auto;	
		float:none !important;
		margin:20px auto;
		display:block;
	}

}


/* ---------------------------- Bootstrap Nav changes --------------------------- */





/* remove all styles for below on mobile:
.navbar-header
.navbar-toggle
.navbar-brand
.navbar-brand img -> but keep widths
.navbar-collapse.collapse
.navbar-nav
.navbar-nav > li > a
.navbar-nav > li > a -> remove border, background colour,padding - move colours elsewhere, keep font-size, padding and line-height but limit to mainNav - rest is in .navbar-nav > li.yamm-fw > a

.navbar-default .navbar-nav > li > a -> remove for mobile


maybe remove styles from cisiweb2.css??

keep these
.navbar-toggle .icon-bar
*/





/* ?? Remove once part of cisiweb2.css */
/*.signInAndSignOutAndBasketContainer, .signInAndSignOutAndBasketContainer a, .signInAndSignOutAndBasketContainer a:active, .signInAndSignOutAndBasketContainer a:hover, .signInAndSignOutAndBasketContainer a:visited .mainHeader, .mainHeader a, .mainHeader a:active, .mainHeader a:hover, .mainHeader a:visited {
    color: White;
}*/

/*
.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
	border:0px solid;
	background:#006666;
}

.navbar-nav {
    float: right;
	padding-top:58px;
}

.navbar-default .navbar-brand {
	color:#ffffff;	
}

.navbar-collapse.collapse {
	margin:0 6% 0 0;
}

.navbar-header {
	margin:0 0 0 6% !important;	
}

.navbar-brand {
	margin:10px 0 0 !important;		
}

.navbar-brand img {
	width:130px;	
}
*/
.sectionTitle {
	font-size:24px;
	font-weight:200;
	border-bottom:1px solid #50a0a0;
    display: inline-block;
	zoom: 1;
    *display: inline;
    margin-bottom: 3px;
    padding-bottom: 5px;
}
.subSectionTitle {
	margin-top:35px;	
}

.nav .dropdown-menu {
    background-color:#3f8d8d;
    border: 0px solid;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px !important;
    font-size: 14px;
	font-weight:400;
/* lee	font-family:raleway;*/
	line-height:25px;
	color:#ffffff;
	padding:0px;
}

/*
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #006666;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}
*/
.yamm .yamm-content {
    padding: 0px !important; /* Replace in yamm.css if staying */
}

.yamm-content .row {
	margin:0px !important;
}

.menuIntro {
	padding:3% 3% 6% 8%;
    background-size: cover;	
	background-position:center center;
	line-height:21px;
}
.nav .dropdown-menu .qualifications {
    background-image: url("/cisiweb2/image/quals_menu_bg.jpg");
}

.nav .dropdown-menu .membership {
    background-image: url("/cisiweb2/image/membership_menu_bg.jpg");
}
.nav .dropdown-menu .cpd {
    background-image: url("/cisiweb2/image/cpd_menu_bg.jpg");
}
.nav .dropdown-menu .events {
    background-image: url("/cisiweb2/image/events_menu_bg.jpg");
}
.nav .dropdown-menu .ethics {
    background-image: url("/cisiweb2/image/ethics_menu_bg.jpg");
}
.nav .dropdown-menu .education {
    background-image: url("/cisiweb2/image/education_menu_bg.jpg");
}
.nav .dropdown-menu .aboutUs {
    background-image: url("/cisiweb2/image/aboutus_menu_bg.jpg");
}
.nav .dropdown-menu .mycisi {
    background-image: url("/cisiweb2/image/mycisimenu.jpg");
}
.nav .dropdown-menu .newsInsight {
    background-image: url("/cisiweb2/image/news_menu_bg.jpg");
}

.menuIntro a {
	text-decoration:none;	
}

.menuIntro h2 {
	margin-top:0px !important;	
	margin-bottom:10px !important;
	color:#ffffff !important;
}

.menuIntro .btn {
	font-size:14px;	
	margin:0 10px 12px 0;
}

.menuSection {
	padding:3%;	
}

.menuSection a {
    color: #ffffff;
	text-decoration:none;
}
.menuSection ul li {
    line-height: 16px;
    margin-bottom: 10px;
}

.menuSection a:hover {
    text-decoration:none;
	color:#cfeaea;
}
.yamm-content .btn {
    padding: 6px 12px !important;
}




@media (min-width: 1200px) {
    .nav .dropdown:hover .dropdown-menu {
        display: block;/* makes menu available for hover - not for mobiles */ /* do1: */
    }   
}
@media (max-width : 1599px) {
/*	.navbar-collapse.collapse {
		margin:0 2% 0 0;
	}
	
	.navbar-header {
		margin:0 0 0 2% !important;	
	}*/
	.menuIntro {
		line-height: 21px;
		padding: 3%;
	}
	.dropdown-menu {
		line-height:23px;
	}
	.nav > li > a {
		font-size:14px;
		padding-left:12px;
		padding-right:12px;
	}
	.sectionTitle {
		font-size:20px;	
	}
}
@media (max-width : 1300px) {
	.nav > li > a {
		font-size:13px;
		padding-left:12px;
		padding-right:12px;
	}
}

@media (max-width : 1199px) {
/*	.navbar-collapse.collapse {
		margin:0;
	}
	
	.navbar-header {
		margin:0 !important;	
	}*/
	.nav > li > a {
		padding: 8px;
		font-size:13px;
	}
/*	.navbar-nav {
        float: right;
	    padding-top:78px;
    }


	body { 
		padding-top: 100px; 
	}
*/
/*	.navbar-collapse.collapse {
		border: 0 none;
		box-shadow: none;
	    margin: 0;
		padding:0;*/
	/*	max-height: 550px;*/ /* means menu will take up as much space as needed */  /* do1: */
/*		width:100%;
	}
	.navbar-collapse {
		border:0px solid;
		box-shadow:none;	
	}
	.navbar-header {
		margin:0 !important;	
		height:80px;
	}
	
	.navbar-brand {
		margin:0 !important;	
		padding:16px 0px;	
	}
	
	.navbar-brand img {
		width:100px;	
			margin-left:5px;
	}
	.navbar-toggle {
		border: 0px solid transparent;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 18px;
	}
	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background:none;	
	}
	.navbar-nav {
		padding-top:0px;
		margin:0 0 10px 0;
		width:100%;
	}
	.mainNav .navbar-nav > li > a,
    .mainNav .navbar-nav > li > a:hover,
    .mainNav .navbar-nav > li > a:active,
    .mainNav .navbar-nav > li > a:focus {
		padding:10px 14px;
		font-size:18px;
		line-height:24px;	
		border-bottom:1px solid #006666;
		background-attachment: scroll;
		background-clip: border-box;
		background-origin: padding-box;
		background-position: right 10px center;
		background-size: 13px auto;
		background-color: #3f8d8d !important;
		background-repeat: no-repeat !important;
	}
	.mainNav .navbar-nav > li.yamm-fw > a {
		padding:10px 14px;
		font-size:18px;
		line-height:24px;	
		border-bottom:1px solid #006666;
		background-attachment: scroll;
		background-clip: border-box;
		background-color: #3f8d8d;
		background-image: url("/cisiweb2/image/master/arrowdownlg.png");
		background-origin: padding-box;
		background-position: right 10px center;
		background-repeat: no-repeat;
		background-size: 13px auto;
	}
	.mainNav .navbar-nav > li.yamm-fw > a:focus {
		background-attachment: scroll !important;
		background-clip: border-box !important;
		background-color: #3f8d8d !important;
		background-image: url("/cisiweb2/image/master/arrowuplg.png");
		background-origin: padding-box !important;
		background-position: right 10px center !important;
		background-repeat: no-repeat !important;
		background-size: 13px auto;
		background-size:13px;
	}
	.mainNav .navbar-nav > li.userLinks > a {
		font-size:18px;
		line-height:24px;	
		border-bottom:1px solid #006666 !important;
		padding:10px 14px;
		background-color: #42a8a8;
		background-image: none;
	}*/
	.menuSection {
		padding:0;	
	}
	.menuSection ul {
		padding: 0;
	}
	.menuSection ul li {
		line-height: normal;
		margin-bottom: 0px;
	}
	.menuSection a {
		background: none repeat scroll 0 0 #9a9a9a;
		border-bottom: 1px solid #6a6a6a;
		display: block;
		padding: 8px 14px;
	}
	.sectionTitle {
		background: none repeat scroll 0 0 #6a6a6a;
		display: block;
		font-size: 18px;
		margin-bottom: 0;
		margin-top: 0;
		padding: 10px 14px;
		border:0px solid;
	}
	.mobileSearch {
		margin-bottom:10px;	
	}
}
/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.navbar-nav {
		display:none;
	}

}*/
/* ----------------------------- Page Tabs Nav Pills ----------------------- */
.nav-tabs, .nav-pills {/* moved from tabdrop.css which is now removed */
    position: relative;
}

.pageTabs {
	z-index:1000 !important;	
}
.pageTabs .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background:none;
	border-radius:0px;
	color:#000000;	
	border-bottom:0px solid #888888;
}
.pageTabs .nav-pills > li.active {
	background:#ffffff;
	color:#2a9292;	
}

.pageTabs .nav-pills > li > a {
    display: block;
    margin: 10px 10px 12px 10px;
    padding: 4px;
    position: relative;
	color:#222222;
	font-weight:400;
	text-decoration:none;
}

.pageTabs .nav-pills > li > a:hover {
	color:#000000;	
}

.pageTabs .nav-pills > li + li {
	margin:0px; /* lee !important;	*/
}
.pageTabContainer {
	margin-bottom:0px; /* lee !important;	*/
}
.pageTabContainer .tab-content {
	background: #ffffff;
	margin:0;	
	padding:0;
	border:0px solid #dfdfdf;
}

.pageTabs .dropdown-menu {
	background:#efefef;
	margin:0;
	padding:0;	
}

.pageTabs .dropdown-menu > li > a {
	display: block;
    margin: 10px 10px 10px 10px;
    padding: 8px 20px;
    position: relative;
	color:#666666;
	font-weight:400;
	font-size:16px;
	text-decoration:none;	
	background:#eeeeee;
}
.pageTabs .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color:#000000;
	background:none;	
}
/*.affix {
    position: fixed;
    top: 110px;
    width: 100%;
}*/

@media (max-width: 767px) {
	.pageTabs .nav-pills > li > a, .pageTabs .dropdown-menu > li > a {
		font-size:12px; /* lee !important;	*/
	}
	.pageTabs .nav-pills > li > a {
    	padding: 0px; /* lee !important;	*/
	}
	
	/*.pageTabs {
		display: block !important;
		overflow-x: scroll !important;
		overflow-y:hidden !important;
		-webkit-overflow-scrolling: touch;
	}*/	
}


/* ----------------------------- In Page Tabs (uses tab collapse plugin so needs panel styles ----------------------- */
/*
.tab-content {
background: #f7f7f7; 
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 28%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(28%,#ffffff), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 28%,#ffffff 100%); 
background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 28%,#ffffff 100%); 
background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 28%,#ffffff 100%);
background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 28%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); 


	margin:0 -15px;	
	padding:0;
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}
.nav-tabs {
	border:0px solid;	
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background:none !important;
	border-radius:0px;
	color:#222222;	
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
}
.nav-tabs > li.active, .nav-tabs > li.active:hover {
	background-color:#f7f7f7;
	color:#666666;	
}
.nav-tabs > li:hover {
	background-color:#fdfdfd;
	color:#666666;	
}
.nav-tabs > li {
	margin-right:6px;	

}
.nav-tabs > li > a {
    display: block;
    margin: 0px;
	padding: 10px 20px;
    position: relative;
	color:#666666;
	text-decoration:none;
	background:none;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-radius:0px;
}

.nav-tabs > li > a:hover {
	background:none !important;	
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
}
.tabPanels {
	margin-top:-20px;	
}
.tabPanels .panel {
	border-radius:0px;	
}
.tabPanels .panel .panel-heading {
	background:#efefef;
}
.tabPanels .panel .panel-heading h4.panel-title {
	margin:0px !important;
}
.tabPanels .panel .panel-heading h4.panel-title > a {
	text-decoration:none;
	color:#222222;	
}
.tabPanels .panel-body {
	padding:0px 15px 15px 15px;	
}

@media (max-width: 767px) {

}

*/

.nav-tabs {
	margin-bottom:20px;	
	border-color:#38a2a2;
}
.nav-tabs > li > a {
	font-size:18px;
	font-weight:300;
	color:#000000;	
	text-decoration:none;
/* lee	font-family:raleway;*/
	border:0px solid; /* lee !important;	*/
	padding: 11px 16px 10px ; /* lee !important;	*/
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-bottom:1px solid #38a2a2; /* lee !important;	*/
	border-top:0px solid;
	border-left:0px solid;	
	border-right:0px solid;
	padding: 11px 16px 10px;
	background:#38a2a2;
	color:#ffffff;
	border-radius:0px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background:#ffffff;	
	border:0px solid #ffffff; /* lee !important;	*/
	color:#208888;

}
/*.dropdown-menu > li > a {
		background: none repeat scroll 0 0 #38a2a2;
		color: #ffffff;
		padding: 8px;
}*/
.dropdown-menu > li > a { /* Added this to fix drop downs on ATP page, original above */
		background: none repeat scroll 0 0 #ffffff;
		color: #444444;
		padding: 8px;
}
#myTab .dropdown-menu > li > a { /* Added this to fix drop downs used when page tabs collapse*/
		background: none repeat scroll 0 0 #efefef;
		color: #444444;
		padding: 8px;
}
#myTab .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background:#38a2a2;	
		color:#ffffff;
}
	
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: #38a2a2;
		color:#ffffff;
		background-image:none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background:#38a2a2;	
		color:#ffffff;
}
.nav .dropdown-menu {
	margin: 0 2px 0 0;
}

@media (max-width: 1024px) {
	.nav-tabs > li > a {
		font-size:14px;
		padding:8px ; /* lee !important;	*/
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		padding: 8px ; /* lee !important;	*/
	}
}




/* ----------------------------- Breadcrumb ------------------------ */
	.breadcrumbWrapper {
	    padding-top: 20px !important;/* do: sort breadcrumb wrapper so important isnt needed */
		margin-bottom:0px !important;	
	}
.sfBreadcrumbWrp ul.rsmFlow {
	border-bottom:1px solid #dfdfdf;	
	margin:0px;
}
.sfBreadcrumbNodeSeparator {
	color:#444444;	
}
.sfBreadcrumbWrp ul.rsmFlow li a.rsmLink {
	/*font-family:'raleway';*/
	font-size:13px;
	color:#888888;	
}
.sfBreadcrumbWrp ul.rsmFlow li a.rsmLink:hover {
	text-decoration:none;
	color:#444444;
	border:1px solid transparent;
}
.sfBreadcrumbWrp ul.rsmFlow li.sfNoBreadcrumbNavigation a.rsmLink {
	color:#222222;	
}

@media (max-width: 767px) {
	.sfBreadcrumbWrp ul.rsmFlow {
		border-bottom:1px solid #dfdfdf;	
		margin:0px;
	}

	.sfBreadcrumbWrp ul.rsmFlow li a.rsmLink {
		/*font-family:'raleway';*/
		font-size:10px;
		color:#888888;	
	}
}




/* ----------------------------- Intro Block ----------------------- */

/*.introWrapper {
	min-height:486px;	
	background-attachment:fixed;
	background-size:100%;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}*/
.introWrapper {
    min-height: 350px !important; 
    background-size: cover !important;
	background-position: center center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    justify-content: center;
    background-position: center center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
	display: flex;
	align-items: center;
}
.introWrapper.floatWrapper {
	box-shadow: none;
	min-height: calc(100vh - 80px) !important;
}
/*.introText {
	width:40%;
	margin-top:50px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	padding:30px;
	font-size:15px;
	font-weight:400;
	line-height:22px;
}*/
.introText {
    width: 90%;
    background-color: transparent !important;
    padding: 0px 0px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin: auto;
}
/*
.introText h2, .introText h3, .introText h4 {
	margin-top:0px !important;	
	margin-bottom:0px !important;
	font-weight:300 !important;
}
.introText h4 {
	margin-top:10px !important;	
}
.introText p {
	margin-top:10px;
	margin-bottom:10px !important;	
}*/


.introText h2,
.introText h1 {
    font-size: 28px;
    font-weight: 600 !important;
    color: #fff;
}
.introText h3 {
    font-size: 20px;
    font-weight: 500 !important;
    color: #fff;
}
.introText h4 {
    font-size: 20px;
    font-weight: 500 !important;
    color:#fff;
}
.introText p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
}
.introText p a {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
}
.mifid2Compliant {
    background: #0b4688;
    color: #fff;
    padding: 10px 20px !important;
    text-align: center;
    margin: 30px auto 10px;
    width: auto;
    display: inline-block;
    border-radius: 200px;
	font-size: 16px;
}
.riAvailable {
	display: inline-block;
	border-radius: 200px;
	font-size: 16px;
	padding: 10px 20px !important;
}
@media (min-width: 768px) {
    .introText h2,
    .introText h1 {
        font-size: 40px;
    }
    .introText h3 {
        font-size: 30px;
    }
    .introText h4 {
        font-size: 24px;
    }
    .introText p {
        font-size: 16px;
    }
    .introText p a {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .introText h2,
    .introText h1 {
        font-size: 50px;
    }

    .introText h3 {
        font-size: 40px;
    }

    .introText h4 {
        font-size: 24px;
    }

    .introText p {
        font-size: 18px;
    }

    .introText p a {
        font-size: 16px;
    }
    .introWrapper {
        min-height: 410px !important;
    }

}

@media (min-width: 1200px) {
    .introText h2,
    .introText h1 {
        font-size: 60px;
    }

    .introText h3 {
        font-size: 40px;
    }

    .introText h4 {
        font-size: 30px;
    }

    .introText p {
        font-size: 18px;
    }

    .introText p a {
        font-size: 18px;
    }
    .introText .btn  {
        font-size: 16px;
        font-weight:normal;
    }
}
/*
@media (max-width : 1599px) {
	.introText {
		width:50%;
		margin-top:40px;
		background-color: rgb(255, 255, 255);
		background-color: rgba(255, 255, 255, 0.9);
		padding:30px;
		font-size:15px;
		font-weight:400;
		line-height:22px;
	}
	.introWrapper {
		min-height:400px;	
	}
	
}

@media (max-width : 1199px) {
	.introText {
		width:70%;
		margin-top:40px;
		background-color: rgb(255, 255, 255);
		background-color: rgba(255, 255, 255, 0.9);
		padding:30px;
		font-size:14px;
		font-weight:400;
		line-height:22px;
	}
		.introWrapper {
		background-position:center center !important;
		background-size:cover !important;
		background-attachment:scroll !important;
		min-height:340px;
	}
}

@media (max-width: 767px) { 
	.introText {
		width:100%;
		margin-top:40px;
		margin-bottom:40px;
		padding:20px 20px 10px 20px;
	}

}
*/

/* ----------------------------- Modals ----------------------- */
.modal-body {
    padding: 15px 40px 20px 40px;
}
/* Removed as bodge no longer needed 
.modal {
	z-index:9999;	
}*/
.modal-content {
	border-radius:0px;
}	
.modal-footer {
	padding: 15px; /* lee 15px 15px 10px 15px;	*/
}
.modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
}
/* Removed as bodge no longer needed 
.modal-open {
	padding-right:0px !important;	
	overflow-y: scroll !important;
}*/

@media (max-width: 767px) { 
	.modal-body {
		padding: 10px 30px 10px 30px;
	}

}
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4 {
	margin-top: 25px;
}
@media (max-width: 1199px) { 
	.modal-body h1,
	.modal-body h2,
	.modal-body h3,
	.modal-body h4 {
		margin-top: 15px;
	}
}





/* ----------------------------- Footer ----------------------- */

.footerTop {
	background:#006666;
	color:#ffffff;	
	margin-top:0px;
	padding-bottom:30px;
    position:relative;
    z-index:1001;
}
.footerLinks {
	text-align: center;
}
.footerLinks a {
    color: #fff;
}
.socialIcons {
	text-align:center;	
	margin-top:-25px;
	position:relative;
}
.twitter, .linkedIn, .youtube, .instagram {
	width:53px !important;	
	display:inline-block !important;
}
.footerMainLink {
	text-align:center;	
}
.footerMainLink a {
	color:#ffffff;
	text-decoration:none;
	/*font-family:'raleway';*/
	font-weight:200;
	font-size:28px;
}
.footerMiddle {
    background: url("/cisiweb2/image/master/wayfinderBG.jpg") repeat scroll 0 0;
    position: relative;
    z-index: 1001;
}
.footerMiddle .container {
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    padding: 25px 0;
    text-align: center;
}
.footerMiddle .container a {
	color:#ffffff;	
}


.footerBottom {
	background:#0a7070;
	padding-top:50px;
	padding-bottom:50px;
	color:#ffffff;	
}
.footerBottom .sectionHead {
	/*font-family:'raleway';*/
	font-size:20px;
	font-weight:200;	
	border-bottom:1px solid #4c9191;
	margin-bottom:12px;
	padding-bottom:4px;
}
.footerBottom .list-unstyled li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c9c9c9;
	text-decoration:none;
}

.footerBottom .links {
	padding:0 50px;	
}

.copyright {
    border-top: 1px solid #0b7e7e;
    color: #fff;
    font-size: 13px;
    margin: 50px auto auto;
    padding-top: 40px;
    text-align: center;
    width: 80%;
}
.latestTweets {
    height: 320px !important;
    overflow: auto;
}

@media (max-width : 1199px) {
	.footerMainLink a {
		font-size:22px;
	}
	.footerMainLink {
		margin-top:10px;
		margin-bottom:10px;
	}
	.footerBottom .sectionHead {
		font-size:18px;
	}
	.footerBottom .links {
		padding:0;	
	}	
	.footerBottom .list-unstyled li a {
		font-size:11px;
		line-height:normal;
	}
	.footerBottom {
		padding-top:30px;
		padding-bottom:30px;
	}
	.footerMiddle .container {
	    font-size: 22px;
	}
}

@media (max-width: 767px) { 
	.footerMainLink a {
		font-size:20px;
	}
	.footerMainLink {
		margin-top:10px;
		margin-bottom:0px;
	}
	.footerMiddle .container {
		padding: 15px 0;
		font-size:18px;
	}
	.footerMiddle .container img {
		display:none;
	}
}


