
html, body {
	font-family:Poppins, Roboto, verdana, arial, sans-serif;
	/*height:100%;*/
	margin:0px;
	padding:0px;
}
h2 {
	font-size:1.1em;
}
table td, table th {
	font-size:0.9em;
}

body {
	/*background:#efefef;*/
}

.faded {
	
	color:#999999;
}

.tablesorter-header {
    cursor: pointer;
}

.sorter-false.tablesorter-header.tablesorter-headerUnSorted.bootstrap-header {
    cursor: default;
}

#my-completed-trades, #my-completed-trade-history {
	cursor: pointer;
}

.marketAlertMsg {
	position:absolute;
	width:80%;
	top:100px;
	text-align:center;
	margin-left:35px;
	margin-right:15px;
	display:none;
}

.marketAlertMsgOutter {
	position:relative;
}

.margin-right {
	margin-right:10px;
}
.margin-top {
	margin-top:10px;
}

.left {
	text-align:left;
}

.label-margin {
	margin-top:2px;
	margin-bottom:2px;
	display:inline-block;
}

.rsFont {
	font-weight: bold;
	color:#363636;
}

.curved-border {
	
	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px; 
}

.wflogo {
	
	max-width:100%;
	max-height:83px;
	background-repeat:no-repeat;
	background-size: 300px 83px;
	background-position:bottom left;
	
	cursor:pointer;
}

.advert-banner {
	
	border:1px solid #ddd;
	width:440px;
	height:69px;
	text-align:center;
	vertical-align:middle;
}
#col-1{
	justify-content: space-between;
    font-size: 42px;
    margin-bottom: 8px;
    margin-left: 2px;
    align-items: stretch;
    flex-basis: 20%;
    font-weight:600;
}
#col-3{
	flex-direction: row;
    display: flex;
    text-align: right;
    align-items: center;
    flex-wrap:nowrap;
    justify-content: flex-end;
    flex-basis: auto;
    
}
#col-3 a:hover, #col-3 a:focus {
	text-decoration: none;
	color: #ffffff;
}
#col-2{
	flex-direction: row;
    display: flex;
    text-align: left;
    align-items: center;
    flex-wrap: nowrap;
    flex-basis: 20%;
}
#homepage-title{
	color: #363636;
	font-size: 20px;
	font-weight:600;
}
.oxy-pro-menu-mobile-open-icon, .oxy-pro-menu-mobile-close-icon {
    display: none;
    cursor: pointer;
    align-items: center;
}
.oxy-pro-menu-mobile-close-icon {
    position: absolute;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
    top: 20px;
    left: 20px;
}
.wf-main-menu-paged .oxy-pro-menu-mobile-open-icon {
    flex-direction: row-reverse;
}
.wf-main-menu-paged .oxy-pro-menu-mobile-open-icon {
    font-weight: 500;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
    transition-duration: 0.4s;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#fee-panel{
	display:flex; 
	flex-direction: row;
	margin-right:5px; 
	margin-left:10px;
}
#fee-panel.input-group{
	width:30%;
}
#terms-and-sms{
	margin:0; 
	border: 1px solid silver; 
	margin: 10px 37px 10px 40px;
}
#order-terms-and-sms{
	margin:0; 
	border: 1px solid silver; 
	margin: 10px 37px 10px 40px;
}

/*================*/
/* Large Desktop  */ 
/*================*/
@media (min-width: 1150px) {
	#wrapper {
		width:97%;
	}
	div.components {
		margin-left:10px;
		margin-right:10px;
		padding:5px;
		border-width:0px 1px 1px 1px;
	}
	div.wf-component {
		margin:5px;
	}
	.wflogo {
		//width:auto;
	}
	.header-container table td .right {
		padding-left:10px;
	}
	#tradeprocess {
		top:50px;
	}
	#ordernow, #orderprocess{
		top:50px;
		width:900px;
		
	}
	#ordernow-details{
		margin-left:42px;
		margin-right:20px;
		max-width:90%;
		border:none !important;
	}
	#orderprocess-details{
	    font-size:15px;
		margin-left:42px;
		margin-right:20px;
		max-width:90%;
		border:none !important;
	}
	#orderNow-heading, #addedit-order-heading{
		font-size: 2em;
	}
	#first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 70%;
	    margin-left: 35px;
	}
	#orderprocess-first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 50%;
	    margin-left: 35px;
	}
	#orderprocess-footer{
		display: flex;
	    flex-direction: row;
	    width: 100%;
	    justify-content: space-between;
	 
	}
	#ordernow-clientsDropdownMenu{
		width: 310px;
	}
	#ordernow-licenceDropdownMenu{
		width: 310px;
	}
	
	
	.left-column{
		width:60%;
	}
	#dual-Listing-Div{
		width:38%;  
	}
	#trdTypeOrdListingGroup{
		width:20%; margin-left:62%;
	}
	#wetDryOrdListingGroup{
		width:20%; margin-left:62%;
	}
	#terms-sms-block{
		display:flex; 
		flex-direction:row; 
		align-items:center; 
		margin-bottom:5px;
	}
	#terms-sms{
		display:flex; flex-direction:column; align-items:flex-start; margin:0 0px 5px 0;
	}
	#terms-auth{
		display:flex; flex-direction:column; 
		align-items: flex-end;
	}
	#sms-col-1{
		display:flex; flex-direction:row; align-items:center; margin-bottom:5px;
	}
	#sms-col-2{
		display:flex; flex-direction:row; align-items:center; margin-bottom:5px;
	}
	#client-label{
		width:60%;
	}
	#licence-label{
		width:60%;
	}
	.login-body {
		margin: auto;
	    margin-top: 45px;
	    width: 470px;

	    border: none;
	    box-shadow: 0px 0px 8px #0000001a;
	    border-radius: 18px;
	    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box;
	}
	#loginPanelBody{
		padding:30px;
	}
	#login{
		font-size:30px;
		text-align:center;
		color: #363636;
		opacity: 1;
		font-weight: 600;
		margin-bottom: 20px;
	    margin-top: 20px;
	}
	.login-body .form-control{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 0px 5px 5px 0px;
		opacity: 1;
		width:289px;
	}
	.login-body .form-control-text-area{
		 width: 310px;
  		height: 50px;
	}
	.login-body .form-control-large{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 0px 5px 5px 0px;
		opacity: 1;
		width:270px;
	}
	.login-body .input-group-addon{
		background: #363636 0% 0% no-repeat padding-box;
		border-radius: 5px 0px 0px 5px;
		opacity: 1;
		text-align: center;
		letter-spacing: 0px;
		color: #EBEBEB;
		font-weight:600;
		width:125px;
	}
	#div_block-34{
		font-size:20px;
		flex-basis: 80%;
	}
	#link-fp{
		font-size:16px;
		color: #363636;
		opacity: 1;
		font-weight: 500;
		text-decoration: underline;
	}
	#login-btn{
		text-align:right; 
		flex-basis:64%;
	}
	.login-hr{
		border-top: 1px solid #ACACAC;
		margin:40px 0px 30px 0px;
	}
	.login-error {
		width:400px; 
		margin-left:auto; 
		margin-right:auto; 
		display:none;
	}
	.navtab {
		width:33%;
	}
	div.wf-component.expandable {
		width:650px;
	}
	div.wf-component.expandable-small {
		width:435px;
	}
	.table-container {
		width:300px;
		float:left;
	}
	.table-container-second {
		margin-left:10px;
	}
	.bootstrap-switch-id-financeToggle {
		float: right;
	}
	#financeDeliveryDate {
		float: right;
	}
	div.wf-component.small {
		width:284px;
		height:auto;
	}
	div.wf-component.special{
		width:310px;
		height:auto;
	}
	div.wf-component.broker{
		width:303px;
		height:auto;
	}
	div.wf-component.fixed{
		width:310px;
		height:auto;
	}
	
}

/*==========*/
/* Desktop  */ 
/*==========*/
@media (min-width: 769px) and (max-width: 1150px) {
	.desktop-menu {
		
	}
	#wrapper {
		width:100%;
		padding : 10px 15px 5px 15px;
	}
	div.components {
		margin-left:10px;
		margin-right:10px;
		padding:5px;
		border-width:0px 1px 1px 1px;
	}
	div.wf-component {
		margin:5px;
	}
	.wflogo {
		//width:auto;
	}
	.header-container table td .right {
		padding-left:10px;
	}
	#tradeprocess {
		top:50px;
	}
	#ordernow, #orderprocess{
		top:50px;
		width:700px;
		
	}
	#ordernow-details{
		margin-left:42px;
		margin-right:20px;
		max-width:90%;
		border:none !important;
	}
	#orderprocess-details{
		font-size:15px;
		margin-left:42px;
		margin-right:20px;
		max-width:90%;
		border:none !important;
	}
	#ordernow-clientsDropdownMenu{
		width: 310px;
	}
	#ordernow-licenceDropdownMenu{
		width: 310px;
	}
	
	.left-column{
		width:60%;
	}
	#dual-Listing-Div{
		width:38%;  
	}
	#trdTypeOrdListingGroup{
		width:20%; margin-left:62%;
	}
	#wetDryOrdListingGroup{
		width:20%; margin-left:62%;
	}
	#client-label{
		width:60%;
	}
	#licence-label{
		width:60%;
	}
	#orderNow-heading{
		font-size: 2em;
	}
	#first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 70%;
	    margin-left: 35px;
	}
	#orderprocess-first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 30%;
	    margin-left: 35px;
	}
	#orderprocess-footer{
		display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    width: 100%;
	 
	}
	#terms-sms-block{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
		margin:0 5px 5px 5px;
	}
	#terms-sms{
		display:flex; flex-direction:column; align-items:flex-start; margin:0 80px 5px 0;
	}
	#terms-sms{
		display:flex; 
		flex-direction:column; 
		margin:0 5px 5px 5px;
		align-items:left; 
	}
	#terms-auth{
		display:flex; flex-direction:row; align-items:center;
		align-items: flex-end;
	}
	#sms-col-1{
		display:flex; flex-direction:row; align-items:center; margin-bottom:5px;
	}
	#sms-col-2{
		display:flex; flex-direction:row; align-items:center; margin-bottom:5px;
	}
	.login-body {
		margin: auto;
	    margin-top: 45px;
	    width: 470px;

		border: none;
	    box-shadow: 0px 0px 8px #0000001a;
	    border-radius: 18px;
	    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box;

	}
	#loginPanelBody{
		padding:30px;
	}
	#login{
		font-size:25px;
		text-align:center;
		color: #363636;
		opacity: 1;
		font-weight: 600;
		margin-bottom: 20px;
	    margin-top: 20px;
	}
	.login-body .form-control{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 0px 5px 5px 0px;
		opacity: 1;
		width:275px;
	}
	.login-body .input-group-addon{
		background: #363636 0% 0% no-repeat padding-box;
		border-radius: 5px 0px 0px 5px;
		opacity: 1;
		text-align: center;
		letter-spacing: 0px;
		color: #EBEBEB;
		font-weight:600;
		width:125px;
	}
	#div_block-34{
		font-size:20px;
		flex-basis: 80%;
	}	
	#link-fp{
		font-size:16px;
		color: #363636;
		opacity: 1;
		font-weight: 500;
		text-decoration: underline;
	}
	#login-btn{
		text-align:right; 
		flex-basis:64%;
	}
	.login-hr{
		border-top: 1px solid #ACACAC;
		margin:40px 0px 30px 0px;
	}
	.login-error {
		width:400px; 
		margin-left:auto; 
		margin-right:auto; 
		display:none;
	}
	.navtab {
		width:33%;
	}
	div.wf-component.expandable {
		width:620px;
	}
	div.wf-component.expandable-small {
		width:435px;
	}
	.table-container {
		width:270px;
		float:left;
	}
	.table-container-second {
		margin-left:25px;
	}
	.bootstrap-switch-id-financeToggle {
		float: right;
	}
	#financeDeliveryDate {
		float: right;
	}
	.advert-banner {
		width:300px;
	}
}

/*==================*/
/* High Res Tablet  */ 
/*==================*/
@media (min-width: 650px) and (max-width: 770px) {
	.desktop-menu {
		
	}
	#wrapper {
		width:100%;
		padding : 10px 15px 5px 15px;
	}
	div.components {
		margin-left:10px;
		margin-right:10px;
		padding:5px;
		border-width:0px 1px 1px 1px;
	}
	div.wf-component {
		margin:5px;
	}
	.wflogo {
		//width:auto;
	}
	.header-container table td .right {
		padding-left:10px;
	}
	#tradeprocess {
		top:50px;
	}
	.login-body {
		margin: auto;
	    margin-top: 45px;
	    width: 420px;
	    height: 460px;
		border: none;
	    box-shadow: 0px 0px 8px #0000001a;
	    border-radius: 18px;
	    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box;

	}
	#loginPanelBody{
		padding:20px;
	}
	#login{
		font-size:25px;
		text-align:center;
		color: #363636;
		opacity: 1;
		font-weight: 600;
		margin-bottom: 20px;
	    margin-top: 20px;
	}
	.login-body .form-control{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 0px 5px 5px 0px;
		opacity: 1;
		width:210px;
	}
	#div_block-34 {
	    font-size: 15px;
	    flex-basis: 80%;
	}
	.login-body .input-group-addon{
		background: #363636 0% 0% no-repeat padding-box;
		border-radius: 5px 0px 0px 5px;
		opacity: 1;
		text-align: center;
		letter-spacing: 0px;
		color: #EBEBEB;
		font-weight:600;
		width:90px;
	}
	.login-body .input-group{
		margin-left:30px;
	}
	#link-fp{
		font-size:10px;
		color: #363636;
		opacity: 1;
		font-weight: 500;
		text-decoration: underline;
	}
	.login-hr{
		border-top: 1px solid #ACACAC;
		margin:40px 0px 30px 0px;
	}
	#login-btn{
		text-align:right; 
		flex-basis:64%;
	}
	.login-error {
		width:400px; 
		margin-left:auto; 
		margin-right:auto; 
		display:none;
	}
	.navtab {
		width:33%;
	}
	div.wf-component.expandable {
		width:620px;
	}
	div.wf-component.expandable-small {
		width:435px;
	}
	.table-container {
		width:270px;
		float:left;
	}
	.table-container-second {
		margin-left:25px;
	}
	.bootstrap-switch-id-financeToggle {
		float: right;
	}
	#financeDeliveryDate {
		float: right;
	}
	.advert-banner {
		width:300px;
	}
	#ordernow,  #orderprocess{
		top:50px;
		width:570px;
	}
	#ordernow-details{
		margin-left:42px;
		margin-right:20px;
		max-width:90%;
		border:none !important;
	}
	#orderprocess-details{
		font-size:15px;
		margin-left:42px;
		margin-right:20px;
		max-width:90%;
		border:none !important;
	}
	#ordernow-clientsDropdownMenu{
		width: 210px;
	}
	#ordernow-licenceDropdownMenu{
		width: 210px;
	}
		
	.left-column{
		width:40%;
	}
	#dual-Listing-Div{
		width:57%;  
	}
	#trdTypeOrdListingGroup{
		width:30%; margin-left:42%;
	}
	#wetDryOrdListingGroup{
		width:30%; margin-left:42%;
	}
	#client-label{
		width:40%;
	}
	#licence-label{
		width:40%;
	}
	#orderNow-heading{
		font-size: 1em;
	}
	#first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 58%;
	    margin-left: 35px;
	}
	#orderprocess-first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 15%;
	    margin-left: 35px;
	}
	#orderprocess-footer{
		display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    width: 100%;
	 
	}
	#terms-and-sms{
		margin: 10px 5px 10px 5px;
	}
	#order-terms-and-sms{
		margin:0; 
		border: 1px solid silver; 
		margin: 10px 5px 10px 5px;
	}
	#terms-sms-block{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
		margin:0 5px 5px 5px;
	}
	#terms-sms{
		display:flex; 
		flex-direction:column; 
		margin:0 5px 5px 5px;
		align-items:left; 
	}
	#terms-auth{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
		margin:0 5px 5px 5px;
	}
}

/*================*/
/* Portait Tablet */ 
/*================*/
@media (min-width: 601px) and (max-width: 650px) {
	.desktop-menu {
		display:none;
	}
	#wrapper {
		width:100%;
		padding : 10px 15px 5px 15px;
	}
	div.components {
		margin-left:10px;
		margin-right:10px;
		padding:5px;
		border-width:0px 1px 1px 1px;
	}
	div.wf-component {
		margin:10px;
	}
	.wflogo {
		//width:auto;
	}
	.header-container table td .right {
		padding-left:10px;
	}
	#tradeprocess {
		top:200px;
	}
	#ordernow,  #orderprocess{
		top:50px;
		width:570px;
	}
	#ordernow-details{
		margin-left: 5px;
   		margin-right: 5px;
    	max-width: 90%;
	}
	#orderprocess-details{
		font-size:15px;
		margin-left: 5px;
   		margin-right: 5px;
    	max-width: 90%;
	}
	#ordernow-clientsDropdownMenu{
		width: 210px;
	}
	#ordernow-licenceDropdownMenu{
		width: 210px;
	}
	
	.left-column{
		width:40%;
	}
	#dual-Listing-Div{
		width:57%;  
	}
	#trdTypeOrdListingGroup{
		width:30%; margin-left:42%;
	}
	#wetDryOrdListingGroup{
		width:30%; margin-left:42%;
	}
	#client-label{
		width:40%;
	}
	#licence-label{
		width:40%;
	}
	#orderNow-heading{
		font-size: 1em;
	}
	#terms-sms-block{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
		margin-bottom:0 5px 5px 5px;
	}
	#terms-sms{
		display:flex; 
		flex-direction:column; 
		margin-bottom:5px;
	}
	#terms-auth{
		display:flex; 
		flex-direction:column; 
	}
	#first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 58%;
	    margin-left: 35px;
	}
	#orderprocess-first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 15%;
	    margin-left: 35px;
	}
	#orderprocess-footer{
		display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    width: 100%;
	 
	}
	#fee-panel{
		display:flex; 
		flex-direction:column;
		margin-right:5px; 
		margin-left:10px;
	}
	#terms-and-sms{
		margin: 10px 5px 10px 5px;
	}
	#order-terms-and-sms{
		margin:0; 
		border: 1px solid silver; 
		margin: 10px 5px 10px 5px;
	}
	#terms-sms-block{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
		margin:0 5px 5px 5px;
	}
	#terms-sms{
		display:flex; 
		flex-direction:column; 
		margin:0 5px 5px 5px;
		align-items:left; 
	}
	#terms-auth{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
		margin:0 5px 5px 5px;
	}
	div.wf-component.expandable-small {
		width:435px;
	}
	.login-body {
		margin: auto;
	    margin-top: 45px;
	    width: 420px;

		border: none;
	    box-shadow: 0px 0px 8px #0000001a;
	    border-radius: 18px;
	    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box;

	}
	#loginPanelBody{
		padding:20px;
	}
	#login{
		font-size:25px;
		text-align:center;
		color: #363636;
		opacity: 1;
		font-weight: 600;
		margin-bottom: 20px;
	    margin-top: 20px;
	}
	.login-body .form-control{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 0px 5px 5px 0px;
		opacity: 1;
		width:210px;
	}
	#div_block-34 {
	    font-size: 15px;
	    flex-basis: 80%;
	}
	.login-body .input-group-addon{
		background: #363636 0% 0% no-repeat padding-box;
		border-radius: 5px 0px 0px 5px;
		opacity: 1;
		text-align: center;
		letter-spacing: 0px;
		color: #EBEBEB;
		font-weight:600;
		width:90px;
	}
	.login-body .input-group{
		margin-left:30px;
	}
	#link-fp{
		font-size:10px;
		color: #363636;
		opacity: 1;
		font-weight: 500;
		text-decoration: underline;
	}
	#login-btn{
		text-align:right; 
		flex-basis:69%;
	}
	.login-hr{
		border-top: 1px solid #ACACAC;
		margin:40px 0px 30px 0px;
	}
	.login-error {
		width:400px; 
		margin-left:auto; 
		margin-right:auto; 
		display:none;
	}
	.navtab {
		width:33%;
	}
	.bootstrap-switch-id-financeToggle {
		float: right;
	}
	#financeDeliveryDate {
		float: right;
	}
	.advert-banner {
		width:300px;
	}
}

/*======================*/
/* Landscape Smartphone */ 
/*======================*/
@media (min-width: 321px) and (max-width: 600px) {
	#wrapper {
		width:100%;
		padding : 5px 15px 5px 15px;
	}
	div.components {
		margin-left:10px;
		margin-right:10px;
		padding:5px;
		/*border-width:0px;*/
		border-width:0px 1px 1px 1px;
	}
	div.wf-component {
		margin:5px;
	}
	.wflogo {
	    width: 200px;
   	 	height: 57px;
    	background-size: 200px 57px;
	}
	.header-container table td .right {
		padding-left:10px;
	}
	#tradeprocess {
		top:10px;
	}
	div.wf-component.expandable-small {
		width:435px;
	}
	.your-broker {
		/* display:none; */
	}
	#site-menu {
		display:none;
	}
	#homepage-title {
		    font-size: 10px;
	}
	#wflogo-container {
		text-align:center;
	}
	.login-body {
		margin: auto;
	    margin-top: 45px;
	    width: 320px;
/* 	    height: 360px; */
		border: none;
	    box-shadow: 0px 0px 8px #0000001a;
	    border-radius: 18px;
	    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box;

	}
	#loginPanelBody{
		padding:20px;
	}
	#login{
		font-size:25px;
		text-align:center;
		color: #363636;
		opacity: 1;
		font-weight: 500;
		margin-bottom: 10px;
	    margin-top: 10px;
	}
	.login-body .form-control{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 0px 5px 5px 0px;
		opacity: 1;
		width:140px;
	}
	.login-body .form-control-large{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 0px 5px 5px 0px;
		opacity: 1;
		width:140px;
	}
	.login-body .form-control-text-area{
		width:210px;
		height: 50px;
	}
	form-control-text-area
	#div_block-34 {
	    font-size: 10px;
	    flex-basis: 80%;
	}
	.login-body .input-group-addon{
		background: #363636 0% 0% no-repeat padding-box;
		border-radius: 5px 0px 0px 5px;
		opacity: 1;
		text-align: center;
		letter-spacing: 0px;
		color: #EBEBEB;
		/* font-weight:600; */
		width:138px;
	}
	.login-hr{
		border-top: 1px solid #ACACAC;
		margin:10px 0px 10px 0px;
	}
	#link-fp{
		font-size:10px;
		color: #363636;
		opacity: 1;
		font-weight: 500;
		text-decoration: underline;
	}
	#login-btn{
		text-align:right; 
		flex-basis:69%;
	}
	.login-error {
		width:320px; 
		margin-left:auto; 
		margin-right:auto; 
		display:none;
	}
	.navtab {
		width:33%;
	}
	.bootstrap-switch-id-financeToggle {
		float: left;
		margin-top: 10px;
	}
	#financeDeliveryDate {
		float: left;
	}
	.advert-banner {
		width:300px;
	}
	#text_block-3-13 {
   		display: none;
	}
	#text_block-209-13{
		display: none;
	}
	#col-1{
    font-size: 25px;
	}
	#col-3{
	   justify-content: center;
	}
	#ordernow,  #orderprocess{
		top:10px;
		width:350px;
	}
	#orderNow-heading{
		font-size: 1em;
	}
	#orderNow-subHeading{
		font-size: 0.8em;
	}
	#orderNow-note{
		font-size: 0.8em;
	    margin: 5px 5px 0px 5px;
	}
	#ordernow-close{
		font-size: 20px;
	}
	#ordernow-details{
		margin-left: 5px;
   		margin-right: 5px;
    	max-width: 100%;
	}
	#orderprocess-details{
		font-size:15px;
		margin-left: 5px;
   		margin-right: 5px;
    	max-width: 100%;
	}
	#ordernow-clientsDropdownMenu{
		width: 210px;
	}
	#ordernow-licenceDropdownMenu{
		width: 210px;
	}
	
	.left-column{
		width:30%;
	}
	#dual-Listing-Div{
		width:67%;  
	}
	#trdTypeOrdListingGroup{
		width:40%; margin-left:33%;
	}
	#wetDryOrdListingGroup{
		width:40%; margin-left:33%;
	}
	#client-label{
		width:40%;
	}
	#licence-label{
		width:40%;
	}
	#first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 30%;
	    margin-left: 35px;
	}
	#orderprocess-first-col{
		flex-direction: row;
		display: flex;
	}
	#orderprocess-footer{
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    width: 100%;
	    justify-content: space-between;
	 
	}
	#fee-panel{
		display:flex; 
		flex-direction:column;
		margin-right:5px; 
		margin-left:10px;
	}
	#terms-and-sms{
		margin: 10px 5px 10px 5px;
	}
	#order-terms-and-sms{
		margin:0; 
		border: 1px solid silver; 
		margin: 10px 5px 10px 5px;
	}
	#terms-sms-block{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
		margin:0 5px 5px 5px;
	}
	#terms-sms{
		display:flex; 
		flex-direction:column; 
		margin:0 5px 5px 5px;
		align-items:left; 
	}
	#terms-auth{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
		margin:0 5px 5px 5px;
	}
}

	
/*====================*/
/* Portait Smartphone */ 
/*====================*/
@media (max-width: 320px) {
	
	#wrapper {
		width:100%;
		padding : 5px 0px 5px 0px;
	}
	div.components {
		margin-left:3px;
		margin-right:3px;
		padding:0px;
		border-width:0px;
	}
	div.wf-component {
		margin:5px;
	}
	.wflogo {
	    width: 200px;
    	height: 57px;
   		background-size: 200px 57px;
	}
	.header-container {
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.header-container table td .right {
		padding-left:2px;
	}
	#tradeprocess {
		top:0px;
	}
	div.wf-component.expandable-small {
		width:435px;
	}
	.your-broker {
		/*display:none;*/
	}
	#site-menu {
		display:none;
	}
	#homepage-title {
		margin-top:10px;
		font-size: 10px;
	}
	#wflogo-container {
		margin-top:0px;
		text-align:center;
	}
	.login-body {
		margin: auto;
	    margin-top: 45px;
	    width:310px;
	/*     height: 350px; */
		border: none;
	    box-shadow: 0px 0px 8px #0000001a;
	    border-radius: 18px;
	    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box;

	}
	#loginPanelBody{
		padding:20px;
	}
	#login{
		font-size:20px;
		text-align:center;
		color: #363636;
		opacity: 1;
		font-weight: 600;
		margin-bottom: 10px;
	    margin-top: 10px;
	}
	.login-body .form-control{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 0px 5px 5px 0px;
		opacity: 1;
		width:170px;
	}
	#div_block-34 {
	    font-size: 15px;
	    flex-basis: 80%;
	}
	.login-body .input-group-addon{
		background: #363636 0% 0% no-repeat padding-box;
		border-radius: 5px 0px 0px 5px;
		opacity: 1;
		text-align: center;
		letter-spacing: 0px;
		color: #EBEBEB;
		font-weight:600;
		width:30px;
	}
	.login-hr{
		border-top: 1px solid #ACACAC;
		margin:10px 0px 10px 0px;
	}
	.login-error {
		width:310px; 
		margin-left:auto; 
		margin-right:auto; 
		display:none;
	}
	#link-fp{
		font-size:16px;
		color: #363636;
		opacity: 1;
		font-weight: 500;
		text-decoration: underline;
	}
	.margin-right {
		margin-right:0px;
	}
	.bootstrap-switch-id-financeToggle {
		float: left;
		margin-top: 10px;
	}
	#financeDeliveryDate {
		float: left;
	}
	.advert-banner {
		width:300px;
	}
	#text_block-3-13 {
    	display: none;
	}
	#text_block-69-13 {
    	display: none;
	}
	#text_block-209-13{
		display: none;
	}
	#col-1{
    font-size: 20px;
	}
	#col-3{
	   justify-content: center;
	}
	#ordernow,  #orderprocess{
		top:10px;
		width:300px;
	}
	#orderNow-heading{
		font-size: 1em;
	}
	#orderNow-subHeading{
		font-size: 0.8em;
	}
	#orderNow-note{
		font-size: 0.8em;
	    margin: 5px 5px 0px 5px;
	}
	#ordernow-close{
		font-size: 20px;
	}
	#ordernow-details{
		margin-left: 5px;
   		margin-right: 5px;
    	max-width: 90%;
	}
	#orderprocess-details{
		font-size:15px;
		margin-left: 5px;
   		margin-right: 5px;
    	max-width: 90%;
	}
	#ordernow-clientsDropdownMenu{
		width: 110px;
	}
	#ordernow-licenceDropdownMenu{
		width: 110px;
	}
	
	#client-label{
		width:40%;
	}
	#licence-label{
		width:40%;
	}
	#fee-panel{
		display:flex; 
		flex-direction:column;
		margin-right:5px; 
		margin-left:10px;
	}
	#first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 30%;
	    margin-left: 15px;
	}
	#orderprocess-first-col{
		flex-direction: row;
		display: flex;
	    margin-right: 20%;
	    margin-left: 35px;
	}
	#orderprocess-footer{
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    width: 100%;
	    justify-content: space-between;
	 
	}
	#terms-and-sms{
		margin: 10px 5px 10px 5px;
	}
	#order-terms-and-sms{
		margin:0; 
		border: 1px solid silver; 
		margin: 10px 5px 10px 5px;
	}
	#terms-sms-block{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
		margin:0 5px 5px 5px;
	}
	#terms-sms{
		display:flex; 
		flex-direction:column; 
		margin-left:5px;
		align-items:left; 
	}
	#terms-auth{
		display:flex; 
		flex-direction:column; 
		align-items:left; 
	}
}

#wrapper {
	background-image: linear-gradient(#ffffff 90%,#e2e2e2 100%);
	
	-moz-border-radius: 10px;
   	-webkit-border-radius: 10px;
   	-khtml-border-radius: 10px;
   	border-radius: 10px; 
   	width:100%;
   	background-size: cover;
    background-repeat: repeat;
}
#content {
	max-width: 1280px;
	margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    display: block;
    background-color: #ffffff;
}
#broker-content {
	max-width: 1300px;
	margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    display: block;
    background-color: #ffffff;
}

h2.content-title {
	font-size:1.2em;
	margin-top:0px; 
	margin-bottom:20px;
	text-align:center;
}

/** 
 * The header 
 */
.your-broker {
	font-size:1.1em;
}
.your-broker h3 {
	margin: 5px 0px 15px 0px;
	padding-left:0px;
	font-size:1.2em;
	font-weight:bold;
}
.header-container {
	text-align: center;
    width: 100%;
    background-color: #363636;
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 10%);
}
.header-container-topbar {
    background-color: #363636;
    color: #ffffff;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.header-container-topbar:not(.ct-section):not(.oxy-easy-posts), .header-container-topbar.oxy-easy-posts .oxy-posts, .header-container-topbar.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.ct-section {
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}
.wf-is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    align-self: flex-start;
    z-index: 11;
}
#section-hd-1 > .ct-section-inner-wrap {
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.ct-section-inner-wrap {
    padding-top: clamp(3.6rem, calc(3.6rem + ((1vw - 0.32rem) * 3.75)), 7.2rem);
    padding-right: 1.6rem;
    padding-bottom: clamp(3.6rem, calc(3.6rem + ((1vw - 0.32rem) * 3.75)), 7.2rem);
    padding-left: 1.6rem;
}
.ct-section>.ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header-container-topbar-wrapper {
	width: 100%;
    background-color: #363636;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}
.wf-topbar-phone {
    margin-right: 32px;
    padding-top: 0px;
    font-size: 1.9rem;
    font-weight: 600;
}
.wf-topbar-phone:not(.ct-section):not(.oxy-easy-posts), .wf-topbar-phone.oxy-easy-posts .oxy-posts, .wf-topbar-phone.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}
.wf-topbar-email {
    flex-grow: 1;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
}
.wf-topbar-email:not(.ct-section):not(.oxy-easy-posts), .wf-topbar-email.oxy-easy-posts .oxy-posts, .wf-topbar-email.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
div.ct-fancy-icon {
    display: inline-flex;
    border-radius: 50%;
}
.wf-topbar-icon {
    margin-left: 8px;
    margin-right: 8px;
    color: #ffffff;
}
.wf-topbar-icon-text {
    color: #ffffff;
    margin-left: 16px;
    font-size: 1.6rem;
    font-weight: 500;
}
.wf-topbar-icon-text:not(.ct-section):not(.oxy-easy-posts), .wf-topbar-icon-text.oxy-easy-posts .oxy-posts, .wf-topbar-icon-text.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#link-218-13 {
    color: #ffffff;
    display: none;
 }
#text_block-3-13 {
    color: #ffffff;
    margin-right: 8px;
}
#text_block-180-13 {
    color: #ffffff;
}
#text_block-69-13 {
    color: #ffffff;
    margin-right: 6px;
}
#text_block-195-13 {
    color: #ffffff;
}
div.ct-fancy-icon {
    display: inline-flex;
    border-radius: 50%;
}
#text_block-192-13 {
    margin-left: 6px;
}
#text_block-189-13 {
    margin-left: 6px;
}

.fancy_icon{
    width: 24px;
    height: 24px;
}
.header-container-nav-wrapper {
    width: 100%;
    background-color: #ffffff;
}
.header-container-nav-wrapper:not(.ct-section):not(.oxy-easy-posts), .header-container-nav-wrapper.oxy-easy-posts .oxy-posts, .header-container-nav-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
}
.header-container-nav-inner-wrapper {
    width: 100%;
    max-width: 1280px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}
.header-container-nav-inner-wrapper:not(.ct-section):not(.oxy-easy-posts), .header-container-nav-inner-wrapper.oxy-easy-posts .oxy-posts, .header-container-nav-inner-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
#region-section{
	margin:5px;
	background-image: linear-gradient(#ffffff, #e2e2e2 100%);
}
#region-section-inner-wrap{
	width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-left:8px;
	margin-top:20px;
}

.column{
	display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1
}

#double-column{
   display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
  text-align: right;
  align-items: flex-start;
  
}

.wf-header-logo {
    max-height: 100px;
    padding-top: 8px;
    padding-bottom: 16px;
}
.ct-image {
    max-width: 100%;
}

.wf-btn-slim {
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: 8px;
    margin-right: 8px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wf-btn-header {
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    font-size: 1.8rem;
    font-weight: 600;
}
#link-208-13 {
    flex-direction: row;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    url-encoded: true;
}
#link-208-13:hover{
	background:#A04BF4;
}
#link-199-13:hover{
	background:#07BA61;
}
#link-204-13:hover{
	background:#00A3FF
}
	
#text_block-209-13 {
    margin-right: 6px;
}
#text_block-211-13 {
    margin-left: 6px;
}
.wf-btn-gradient-secondary {
    background-image: linear-gradient(#07ba61, #068e4a 100%);
    color: #ffffff;
}
.wf-btn-gradient-primary {
    background-image: linear-gradient(#00a3ff, #0084ce 100%);
    color: #ffffff;
}
.wf-btn-gradient-tertiary {
    background-image: linear-gradient(#a04bf4, #6d3aa0 100%);
    color: #ffffff;
}
.wf-btn-dark {
    border-top-color: #363636;
    border-right-color: #363636;
    border-bottom-color: #363636;
    border-left-color: #363636;
    color: #363636;
    width:244px;
}
.wf-btn-outline {
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-radius: 5px;
}
.wf-btn-dark:hover, .wf-btn-dark:focus{
    background-image: linear-gradient(#00a3ff, #00a3ff);
    border-top-color: #00a3ff;
    border-right-color: #00a3ff;
    border-bottom-color: #00a3ff;
    border-left-color: #00a3ff;
    color: #ffffff;
    text-decoration: none;
}
.wf-btn {
    background-image: linear-gradient(rgba(0,163,255,0), rgba(0,132,206,0) 100%);
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    min-width: 150px;
    text-transform: uppercase;
    color: #363636;
    font-size: 14px;
    font-weight: 600;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-property: background-image;
    margin-bottom: 16px;
    text-align: center;
}
.wf-btn-small{
	background-color: #fbb034;
    background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
    color: #363636;
    padding-top: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#broker_call:hover{
	background:#fbb034;
	color: #363636;
	cursor:pointer;
}
.wf-btn-lg {
    font-size: 1.8rem;
    margin-left: 8px;
    margin-right: 8px;
    width: 319px;
}
.header-container table {
	margin:0px;
}
.header-container table, 
.header-container table td, 
.header-container table th {
	border-collapse: collapse;
	box-sizing: content-box;
	padding:0px;
	text-align:left;
}
.header-container table td .right {
	text-align:right;
	padding-right:3px;
} 
.img-border {
	
}

/* Hide number spinners in FireFox */
input[type=number] {
	-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a, .oxy-pro-menu.wf-main-menu-paged .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item > a {
    display: flex;
    justify-content: space-between;
}

.loggedInAs{
	font-size: 15px;
    text-align: right;
    color: #363636;
}
.loggedInAsClient{
	font-size: 15px;
    text-align: left;
    color: #363636;
}
.loggedInAsCompany{
	font-size: 15px;
    text-align: right;
    color: #363636;
}
.yourBroker{
	font-size: 15px;
    text-align: right;
    color: #363636;
}
.brokerName{
	font-size: 15px;
    text-align: right;
    color: #363636;
}
.wf-bg-light-gradient {
    background-image: linear-gradient(#ffffff, #e2e2e2 100%);
}
.wf-bg-thick-gradient {
    background: #ACACAC;
}
.wf-bg-thick-gradient:not(.ct-section):not(.oxy-easy-posts), .wf-bg-thick-gradient.oxy-easy-posts .oxy-posts, .wf-bg-thick-gradient.ct-section .ct-section-inner-wrap {
    display: flex;
}
.btn-black, .btn-black:hover, .btn-black:focus{
	border-radius: 5px;
	background: #363636 0% 0% no-repeat padding-box;
	color: #EBEBEB;
}

element.style {
}
#div_block-508-8 {
    width: 80%;
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
#_rich_text-509-8 {
    margin-bottom: 2.4rem;
}
.wf-xl {
    font-size: clamp(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 0.625)), 3.4rem);
    font-weight: 600;
}
#div_block-1-2{
	color: #363636;
	font-size: 20px;
}
#div_block-59-13{
	align-items: flex-end;
}
#bs-example-navbar-collapse-1{
	padding-right: 0px;
    padding-left: 0px;
}

/** 
 * The top menu 
 */
#site-menu {
	margin-left:10px;
	margin-right:10px;
}
 
.menu-container {
	margin-top:15px;
	background:#00639A; 
	color:white;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	
	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px; 
}
.menu-container table {
	height:25px;
	margin-bottom:25px;
}
.menu-container table td, table th {
	font-size:0.9em;
}
.menu-container-a, 
.menu-container-a:hover, 
.menu-container-a:visited {
	color:white;
	outline:none;
}

/** 
 * The sub-navigation (tabs) 
 */
.nav-container {
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}
.nav-container table {
	margin-bottom:0px;
}
.navbutton {
	
	font-size:1.22em;
	text-align:center;
	vertical-align:middle;
	height:50px;
	padding: 0px;
	cursor:pointer;
	color:white;
}
.navbutton-blue {
	background:#0063BC;
}
.navbutton-green {
	background:#007863; 
}
.navbutton-red {
	background:#004579; 
}
.navbutton-blue:hover {
	background:#00419A; 
}
.navbutton-green:hover {
	background:#005641; 
}
.navbutton-red:hover {
	background:#002357; 
}

.navbutton a {
	color:white;
}
.navbutton a:hover {
	text-decoration:none;
}

.a-right {
	float:right;
	min-width:10px;
	margin-left:10px;
	display:inline-block;
}
.a-left {
	float:left;
	min-width:10px;
	margin-left:0px;
	display:inline-block;
}

ul.list-group, div.list-group {
	margin-left:0px;
	margin-top:8px;
	margin-bottom:8px;
}
.nav-pills li, .list-group li {
	margin-left:0px;
}

#client-tabs{
	border:none;
}
#client-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border:none;
}
#client-tabs .navtab a {
	outline:none;
	color:#00639A;
}
#client-tabs li.navtab a, li.navtab a:hover {
	border:none;
	background:none;
}

#client-tabs li.navtab.active a, li.navtab.active a:hover {
	color:white;
	font-weight:bold;
	font-size:1.2em;
	border:none;
}
#broker-tabs > li.active > a, .market-content > li.active > a:hover, .market-content > li.active > a:focus {
    color: #0084CE;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgb(172, 172, 172);
    border-bottom-color: transparent;
}

.list-group-item {
    padding: 5px 6px;
}

.nav>li>a {
   color: #363636;
   font-size: 1.5rem;
   font-weight: 600;
}
.nav-pills>li>a {
   color: #363636;
   font-size: 1.5rem;
   font-weight: 600;
   background: #EBEBEB;
}

.market-content> li.active>a, .market-content>li.active>a:hover, .market-content>li.active>a:focus {
    color: #0084CE;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ACACAC;
    border-bottom-color: transparent;
}
#market-content-region > .chosen-select{
   	background: #363636 0% 0% no-repeat padding-box;
   	border-radius: 5px;
  	 opacity: 1;
   	color: #EBEBEB;
}
.chosen-container-single .chosen-default{
   	background: #363636 0% 0% no-repeat padding-box;
   	color: #EBEBEB;
   	border-color: #363636;
}
.chosen-container-single .chosen-single{
    background: #363636 0% 0% no-repeat padding-box;
    color: #EBEBEB;
    border-color: #363636;
}
.chosen-container .chosen-drop {
  	background: #363636 0% 0% no-repeat padding-box;
  	color: #EBEBEB;
}
.chosen-container .chosen-results {
    color: #EBEBEB;
    text-align:left;
}
.chosen-container-active.chosen-with-drop .chosen-single{
	background: #363636 0% 0% no-repeat padding-box;
  	color: #EBEBEB;
}
#quick-search>.form-control{
	background: #363636 0% 0% no-repeat padding-box;
  	color: #EBEBEB;
}


/**
 * The component area
 */
div.components {
	
	width:auto;
	height:auto;
	margin-bottom:10px;
	
	text-align: center;
    -ms-text-justify: newspaper;
    text-justify: newspaper;
	
	border:none;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(bottom,  rgba(255,255,255,1) 0%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(230,248,253,1)), color-stop(54%,rgba(200,238,251,1)), color-stop(75%,rgba(190,228,248,1)), color-stop(100%,rgba(177,216,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  rgba(255,255,255,1) 0%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(255,255,255,1) 0%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(255,255,255,1) 0%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* IE10+ */
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */

}
div.wf-component {
	
	vertical-align:top;
	
	display: inline-block;
    *display: inline;
    zoom: 1;
	
	text-align:justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	
	width:300px;
	height:auto;
	margin-bottom:10px;
	
	padding-bottom:0px;
}
div.wf-component .collapse {
	
	min-height:200px;
}
.panel-body {
	text-align:left;
}
			
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.clear {
	clear:both;
}
.spacer {
	clear:both;
	height:6px;
}

.floatleft {
	text-align:left;
}
.flexfloatright {
	float:right;
	align-items: flex-end;
    margin-top: 5px;
}
.floatright {
	float:right;
}
.group-center {
	display: flex;
  justify-content: center;
}

.wf-footer {
	background-image:linear-gradient(#0084ce, #004369 100%);
	background-color:#0084ce;
	color:#ffffff;
	width:100%; 
	font-size: 1.4rem;
    line-height: 1.8rem;
}
.footer-inner-section {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: clamp(3.6rem, calc(3.6rem + ((1vw - 0.32rem) * 3.75)), 7.2rem);
    padding-right: 1.6rem;
    padding-bottom: clamp(3.6rem, calc(3.6rem + ((1vw - 0.32rem) * 3.75)), 7.2rem);
    padding-left: 1.6rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
#footer-image{
	max-width: 100%;
    width: 225px;
    margin-bottom: 1.6rem;
    border-style: none;
   
}
.ft-new-columns{
	display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.ct-div-block{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.wf-footer-offset-wrapper{
	margin-top: 2.4rem;
    width: 100%;
    padding-top: 0px;
}
.wf-footer a {
    color: #fff;
    text-decoration: none;
}
.ft-rich-text p:first-child {
    margin-block-start: 0;
}
.ft-rich-text p:last-child {
    margin-block-end: 0;
}

.ft-rich-text p{
	margin-bottom:10px;
}
#text_block-131-13{
	font-weight:600;
}
#text_block-140-13{
	font-weight:600;
}
.ct-link {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ct-div-block a:hover{
	text-decoration: none;
	
}

.wf-footer-social-link {
    text-align: left;
    margin-top: 12px;
}
.wf-footer-social-link:not(.ct-section):not(.oxy-easy-posts), .wf-footer-social-link.oxy-easy-posts .oxy-posts, .wf-footer-social-link.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

div.ct-fancy-icon {
    display: inline-flex;
    border-radius: 50%;
}
.ct-fancy-icon > svg {
    fill: currentColor;
}
.wf-footer-social-icon {
    margin-right: 12px;
    color: #ffffff;
}
.wf-footer-social-label {
    color: #ffffff;
}
#image-142-13 {
    margin-top: 48px;
    margin-bottom: 96px;
    max-width: 100%;
    width: 185px;
}
#link-159-13 {
    margin-bottom: 14px;
    url-encoded: true;
}
}
.modal {
	position:absolute;
}
.modal-header {
	padding:15px;
}
.modal-body {
	padding-bottom:0px;
	padding-top:8px;
}

#ordernow-page1 {
	padding-left:7px;	
	padding-right:7px;
	height: 640px;
    overflow: scroll;
}

.header-label {
	margin-top:0px;
}
.center {
	text-align:center;	
}

#tradeprocess, #bidnow, #acceptterms, #addlicence, #editMyWaterAlerts, #transferWaterModal {
	
	background:white;
	margin-left:auto;
	margin-right:auto;
	top:5px;
	/*margin-top:auto;*/
	/*margin-bottom:auto;*/
	
	width:300px;
	height:500px;
	
	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px; 
}

#ordernow, #orderprocess{
	
	background:white;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:auto;*/
	/*margin-bottom:auto;*/
	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px; 
   	overflow-y:auto;
   	scroll-behavior: smooth;
}
#ordernow-close{
	font-size: 45px;
    font-weight: 500;
    line-height: 1;
}
#orderprocess-close{
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
}


#second-col{
	flex-direction: row;
    display: flex;
    flex-wrap:nowrap;
    margin-right: 2%;
 }
#third-col{
	flex-direction: row;
    display: flex;
    flex-wrap:nowrap;
    justify-content: flex-end;
    
}
#orderprocess-second-col{
	flex-direction: row;
    display: flex;
    flex-wrap:nowrap;
    
}
#orderprocess-third-col{
	flex-direction: row;
    display: flex;
    flex-wrap:nowrap;
    margin-left:5%;
    justify-content: flex-end;
    
}

#changePasswordModal, #resetPasswordModal{
	background:white;
	margin-left:auto;
	margin-right:auto;
	top:5px;
	width:300px;
	height:220px;
	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px; 
}

#premiumInfoModal{
	background-color: rgba(0, 132, 206, 0.9);
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1400;
   	color: #ffffff;
}

#ordernow .panel-body {
	padding : 6px;
}

#ordernow .panel {
	margin-bottom : 4px;
}

#tradeprocess .panel-body {
	padding : 10px;
}

#tradeprocess .panel {
	margin-bottom : 10px;
}

#bidnow {	
	height:490px;
}
#acceptterms {
	height:280px;
}

.modal-title {
	
	font-size:1.2em;
}

.modal-header {
	
	padding:5px 20px 5px 20px;
}
#orderNow-heading{
    text-align: center;
}
#addedit-order-heading{
    text-align: center;
}
#orderNow-subHeading{
	text-align: center;
}
#orderNow-note{
	font-weight: 600;
    margin: 10px 10px 0px 46px;
}
.orderNow-modalHeader{
	border-bottom: 0px;
}
.orderNow-modalFooter{
	border-top: 0px;
}

#ordernow-details td{
	border:none;
}
#orderprocess-details td{
	border:none;
}

hr.special{
	border-top: 1px solid #ccc;
	margin-bottom:5px;
	margin-top: 10px;
}
#orderNow-footer{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
 
}
#left-btn{
	justify-content: space-between;
    align-items: stretch;
}


.phone-panel {
	text-align:center;
}

.icon-btn {
	cursor:pointer;
}

.plain_a{
	color: #363636;
	text-decoration:none;
}
#col-2 .plain_a:hover{
	background:#0084CE;
	color: #FFFFFF;
	border-color: #0084CE;
}

.forward-delivery-date {
	width:250px;
	height:20px;
	position:relative;
	top:5px;
	left:-170px;
	background:#FFFFFF;
	padding-left:5px;
	border-top:1px solid #DDDDDD;
}

.input-group-addon-wrap {
	padding : 2px 2px 1px 10px;
	font-size: 12px;
	white-space: normal;
}

ul.x-tab-strip li {
	list-style-type: none;
}

.loading-mask {
	
	top:50px;
	margin-left:auto;
	margin-right:auto;
	background:white;
	width:325px;
	height:115px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
i.jstree-icon.jstree-themeicon.none.jstree-themeicon-custom {
	width:0px;
}
a.jstree-anchor {
	font-size:10px;
}


.intellBody div.panel-body {
	
}

/**
 * This causes the GWT/GXT tabs to wrap to the next line rather than scrolling to the right
 */
ul.x-tab-strip-top {
	display: table-row;
}

.compact-hr {
	margin:10px 0px 10px 0px;
}

.chevron-up {
	position:relative;
	display:inline-block;
	background-image:url('/images/icons/white-arrow-up.png');
	width:15px;
	height:10px;
}
.chevron-down {
	position:relative;
	display:inline-block;
	background-image:url('/images/icons/white-arrow-down.png');
	width:15px;
	height:10px;
}

i.glyphicon-chevron-down::before {
	content:none;
}
i.glyphicon-chevron-down {
	background-image:url('/images/icons/chevron_down_black_12.png');
	width:12px;
	height:12px;
}
i.glyphicon-chevron-up::before {
	content:none;
}
i.glyphicon-chevron-up {
	background-image:url('/images/icons/chevron_up_black_12.png');
	width:12px;
	height:12px;
}

#order-regions-tree.jstree-proton .jstree-anchor {
	height:39px;
}
#orderprocess-regions-tree.jstree-proton .jstree-anchor {
	height:39px;
}

.order-region-min-fee {
	
	color:red;
}

div.orphan-input-group {
	width:100%;
}

.ownership-company, 
.ownership-nonlicence {
	display:none;
}

.modal > .modal-footer {
	height:65px;
	width:100%;
	position:relative;
	bottom:0px;
}

.collapse {
	overflow: visible;
}

.smallertext .dropdown-menu,
.smallertext .btn {
	font-size:0.9em;	
}

li.plain_a.btn.active {
	
}

.loyaltycredits {
	vertical-align:bottom; 
	margin-left:10px; 
	line-height:1.5em;
}

.modal-open .modal {
	overflow-x:auto;
	overflow-y:auto;
}

.login-page, .register-page, .forgot-page {
	background :#000;
	background:url('/images/photos/sunset-irrigation.jpg') center top; ; 
	background-color:#000000;
 	background-repeat: no-repeat;
	
}

.input-group.required .input-group-addon:after { 
   content:" *";
   color:red;
}

.gwt-SuggestBoxPopup {
	z-index:1000;
}

.gwt-SuggestBoxPopup TABLE {
	background-color: #ffffff;
}

.gwt-SuggestBoxPopup .item {
    /*padding: 2px 6px;
    color: #000;*/
    cursor: pointer;
    font-size: 110%;

    /*display: block;*/
    padding: 3px 9px;
    clear: both;
    font-weight: normal;
    line-height: 15px;
    color: #333333;
    white-space: nowrap;
}

.gwt-SuggestBoxPopup .item-selected {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.gold-label {
	background-color:#CDA500;
}

#navy-blue-1,  #navy-blue-2, #navy-blue-3{
	background:#000080;
}

#sky-blue-1, #sky-blue-2, #sky-blue-3, #sky-blue-4{
	background:#87ceeb;
	color:black;
}

#red{
	background:#ff0000;
	border-color: red;
}

.bootstrap-switch-container .bootstrap-switch-label {
	background:#CDA500;
	color: white;
}

.bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-primary {
	background:#eee;
	color: black;
}

.bootbox-body {
	text-align: center;
}

#tradeprocess_licenceDropdownMenu_chosen {
	
	width:100% !important;
}

#regionSelectionLicenceDropdownMenu_chosen, #regionSelectionClientDropdownMenu_chosen {
	width:80% !important;
	text-align:left;
}

.bootstrap-switch-container span {
	white-space: nowrap;
}

.popover {
    background: black;
}

.popover-content {
    color: white;
    font-size: 12px;
}

#ordernow_acceptedTermAndCond_chosen, #tradeprogress_acceptedTermAndCond_chosen {
	margin-bottom:5px;
}
/**
 * default button
 */

#showGraph{
	background: #363636 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
 	color:#EBEBEB;
}
.btn-default {
  border-color: #EBEBEB;
}

.dropdown .btn-default{
	background: #363636 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
 	color:#EBEBEB;
}

.btn-default:active,
.btn-default.active {
  background-color: #363636;
  border-color: #363636;
  color:#EBEBEB;
}
.btn-group{
	margin-bottom:0px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-radius: 5px 0px 0px 5px;
}
.btn-group>.btn:last-child:not(:first-child):not(.dropdown-toggle) {
	border-radius: 0px 5px 5px 0px;
}
.btn-success {
    color: #FFFFFF;
    background: transparent linear-gradient(180deg, #07BA61 0%, #068E4A 100%) 0% 0% no-repeat padding-box;
   border-color: #068E4A;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #FFFFFF;
    background: #068E4A;
    border-color: #068E4A;
}
.market{
	font-size:12px;
	padding:4px 6px;
}
#defaultText{
	display:none;
}

.btn-primary {
	background: transparent linear-gradient(180deg, #00A3FF 0%, #0084CE 100%) 0% 0% no-repeat padding-box;
    border-color: #0084CE;
}
.btn-gradient{
	background: transparent linear-gradient(180deg, #A04BF4 0%, #6D3AA0 100%) 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	color: #FFFFFF;
}
.btn-gradient:hover, .btn-gradient:focus{
	background-color:  #6D3AA0;
	color: #FFFFFF;
}
/**
 * default panel
 */
.panel-default{
	border-radius: 18px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 8px #0000001A;
	opacity: 1;
	border-color: #fff;
}
.panel-default>.panel-heading{
	background: #363636 0% 0% no-repeat padding-box;
    color: #EBEBEB;
    border-color: #363636;
    border-radius: 18px 18px 0px 0px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.panel-title {
    font-size: 20px;
	justify-content: space-between;
    align-items: stretch;
    flex-basis: 93%;
}
.label-primary{
	background: transparent linear-gradient(180deg, #00A3FF 0%, #0084CE 100%) 0% 0% no-repeat padding-box;
}
#link-29-13:hover, #link-29-13:focus, #link-29-13:active{
	color:#0084CE;
	text-decoration:none;
	cursor:pointer;
}
#user-icon:hover{
	color:#0084CE;
}
.dropbtn{
	 display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #363636;
    padding:0px;
}
.dropbtn:hover, .dropbtn:focus{
	color:#0084CE;
	text-decoration:none;
	cursor:pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: transparent linear-gradient(180deg, #00A3FF 0%, #0084CE 100%) 0% 0% no-repeat padding-box;
  width: 250px;
  height:220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  color: #FFFFFF;
  margin-top:9px;
}
.dropdown-content a:hover {
	 color: #FFFFFF;
}

.show {
  display: block;
  z-index: 11;
}

#inner-text-1{
	color: #FFFFFF;
	opacity: 1;
	float: left;
}
#inner-text-2{
	color: #FFFFFF;
    opacity: 1;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.account-action {
  text-decoration: none;
  display: flex;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  margin-top:10px;
  max-width: fit-content;
 }
 
 .wf-hero-tile-inner {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    width: 100%;
    height: 100%;
    text-align: left;
}
.wf-tile-heading {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: clamp(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.4167)), 2.8rem);
}
#link-662-8 {
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}
#link-673-8 {
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}
#link-8-13{
	color: #ffffff;
}
.ct-text-block {
    text-align: left;
}
inner:not(.ct-section):not(.oxy-easy-posts), .wf-hero-tile-inner.oxy-easy-posts .oxy-posts, .wf-hero-tile-inner.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.div_info_block{
	background-image: linear-gradient(#07ba61, #068e4a 100%);
    color: #ffffff;
    border-radius: 18px;
    width:286px;
    height:225px;
}
.div_info_block .panel-heading{
	display:none;
}
#valuations_block{
	 height:225px;
}
#enews_block{
    height:225px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #FFFFFF;
    background-color: #363636;
}
.wf-grid-2col:not(.ct-section):not(.oxy-easy-posts), .wf-grid-2col.oxy-easy-posts .oxy-posts, .wf-grid-2col.ct-section .ct-section-inner-wrap {
    display: grid;
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 3.2rem;
    grid-row-gap: 20px;
}
}
#div_block-482-8 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.wf-content-inner {
    padding-top: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 1.6rem;
    width: 100%;
}
#div_block-516-8 {
    width: 100%;
    height: 100%;
}
.wf-rounded-tile {
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
}
.wf-rounded-tile:not(.ct-section):not(.oxy-easy-posts), .wf-rounded-tile.oxy-easy-posts .oxy-posts, .wf-rounded-tile.ct-section .ct-section-inner-wrap {
    display: flex;
}
#headline-486-8 {
    margin-bottom: 1.6rem;
    font-size: clamp(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 0.625)), 3.4rem);
    line-height: 1.2;
    font-weight:600;
}
.oxy-rich-text p{
    margin-bottom: 10px;
}
#premiumHeader{
	border-bottom:none;
}
#div_block-516-8{
	align-items: center;
}
#div_block-485-8 {
    flex-direction: column;
    display: flex;
    text-align: left;
}
#premClose{
    float: right;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: none;
    opacity: unset;
    background: none;
    position:relative;
}
#premClose .close:hover, .close:focus {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

#loginbtn, #cancelbtn{
	font-weight:600;
}

#div_block-33{
	flex-direction: row;
	letter-spacing: 0px;
	color: #363636;
	opacity: 1;
	font-weight:600;
	
}
#div_block-32{
	flex-direction: row;
	letter-spacing: 0px;

}
#reg{
	font-size:35px;
	text-align:center;
	color: #363636;
	opacity: 1;
	font-weight: 600;
	margin-bottom:30px;
	margin-top:0px;
}
#register{
/* 	height: 570px; */
}
_rich_text-487-8{
	    padding: 20px;
}
#video-483-8 >.oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 56.25%;
}
.ct-video {
    width: 100%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
    position: relative;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mywateralerts_ul{
	min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

@media (max-width: 767px){
	#text_block-3-13 {
	    display: none;
	}

	#text_block-69-13 {
	    display: none;
	}
	#link-8-13 {
    	display: none;
	}
    #div_block-72-13{
    	display: none;
    }
	#new_columns-87-13 {
	    flex-direction: column;
	}
	#new_columns-87-13> .ct-div-block {
	    width: 100% !important;
	}
	#link-510-8 {
	    margin-bottom: 3rem;
	}
	.wf-grid-2col:not(.ct-section):not(.oxy-easy-posts), .wf-grid-2col.oxy-easy-posts .oxy-posts, .wf-grid-2col.ct-section .ct-section-inner-wrap {
	    display: grid;
	    display: grid !important;
	    align-items: stretch;
	    grid-template-columns: repeat(1, minmax(200px, 1fr));
	    grid-column-gap: 20px;
	    grid-row-gap: 20px;
	}
	#-pro-menu-84-13 .oxy-pro-menu-mobile-open-icon {
	    display: inline-flex;
	}
	
}