@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Open+Sans:wght@400;800&display=swap');


/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#223e99;
    text-decoration: none;
	-webkit-transition:all ease .4s; transition:all ease .4s;
}

a:hover {
    color:#3978B9;
    text-decoration: none;
    -webkit-transition:all ease .4s; transition:all ease .4s;
}

body {

}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 44px;
	color:#223e99;
	font-family: 'Open Sans', sans-serif;
	font-weight:900;
}

h2 {
    font-size: 32px;
	color:#111;
	font-weight:700;
	font-family: 'Bree Serif', serif;
}

h3 {
    font-size: 28px;
    color: #333;
	font-weight:400;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px; color:#222;font-family: 'Open Sans', sans-serif;}

td {color:#222;padding:5px;line-height:18px; font-size:16px;font-family: 'Open Sans', sans-serif;}

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------*/
/* Bootstrap ultilities */
/*------------------------------------------------*/

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}


/* Main boxes flex column STYLES */

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

/* End Main boxes flex column STYLES */

.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: right;
}

.navbar-default .navbar-nav > li > a {color:#EEE;}

.navbar{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;z-index:1000;}

.navbar-default{background-color:transparent;z-index:1000;border:none;}

.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;z-index:1000;border:none;}

.nav > li {margin-bottom:0px;}
.nav > li > a {padding: 10px 5px;}

.topLevel>li>a {font-family: 'Open Sans', sans-serif;padding-top:3px;padding-bottom:3px;background:transparent;color:#EEE;transition: all .4s ease; margin: 0 5px 0 5px;}

#dnnMenu .topLevel>li>a:focus{ font-weight:400;font-family: 'Open Sans', sans-serif;padding-top:3px;padding-bottom:3px;color:#FFF;background:transparent;transition: all .4s ease;margin: 0 5px 0 5px; }
#dnnMenu .topLevel>li>a:hover{font-weight:400;font-family: 'Open Sans', sans-serif;padding-top:3px;padding-bottom:3px;color:#FFF;background:transparent;transition: all .4s ease;margin: 0 5px 0 5px;}

#dnnMenu .topLevel>li.active>a {background:transparent;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>li.active>a:focus {color:#FFF;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel>li.active>a:hover {color:#FFF;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel>.open>a {background:transparent;color:#FFF;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{color:#FFF;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{color:#FFF;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {background:transparent;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {color:#FFF;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{color:#FFF;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel>li>a span {font-size:15px;border-radius:0px;transition: all .4s ease;font-weight:400;} 
#dnnMenu .topLevel>li>a:focus span{font-size:15px;border-radius:0px;transition: all .4s ease;font-weight:400;}
#dnnMenu .topLevel>li>a:hover span{font-size:15px;border-radius:0px;transition: all .4s ease;font-weight:400;}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:10px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (min-width:768px) {
	#dnnMenu .nav li{font-size:15px;z-index:1000;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;z-index:1000;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}	#dnnMenu .topLevel>li>a {color:#111;font-size:15px;}
	#dnnMenu .topLevel>li>a:hover {color:#666;font-size:15px;}
	#dnnMenu .topLevel>li>a:focus {color:#666;font-size:15px;}

}

@media only screen and (max-width:767px){

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}

	
.navbar{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;z-index:1000;}

.navbar-default{background-color:transparent;z-index:1000;border:none;}

.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;z-index:1000;border:none;}
	
#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);}
	
#dnnMenu .topLevel li a {border-right:none;padding-top:1px;padding-bottom:6px;color:#111;margin:0;background:transparent;}	
#dnnMenu .topLevel li a:focus{border-right:none;padding-top:1px;padding-bottom:6px;color:#333;margin:0;background:#EEE;}	
#dnnMenu .topLevel li a:hover{border-right:none;padding-top:1px;padding-bottom:6px;color:#333;margin:0;background:#EEE;}
	
#dnnMenu .topLevel li.active a{color:#333;margin:0;background:#EEE;}
#dnnMenu .topLevel li.active a:focus{color:#333;margin:0;background:#EEE;} 
#dnnMenu .topLevel li.active a:hover{color:#333;margin:0;background:#EEE;}
	
#dnnMenu .topLevel li a span{font-size:16px;line-height:42px;margin:0;}	
#dnnMenu .topLevel li a:focus span{font-size:16px;} 
#dnnMenu .topLevel li a:hover span{font-size:16px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:16px;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:16px;}

	
#dnnMenu .topLevel>.open>a {background:transparent;color:#333;border-radius:0;transition: all .4s ease;}
	
#dnnMenu .topLevel>.open>a:hover{color:#333;background:#EEE;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{color:#333;background:#EEE;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {background:transparent;color:#333;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {color:#333;background:#EEE;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{color:#333;background:#EEE;transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{font-size:16px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:16px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:16px;text-align:center;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#333;position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;border-width:1px;border-style:solid;top:0;background-color:#DDD;display:block;margin:0;border-radius:0;font-size:1.3em;}
	
#dnnMenu .dropdown-menu{padding:0;z-index:1000;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#666;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#4a4f54;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#DDD;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#DDD;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}


/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/



.MoreButton a:link, .MoreButton a:visited {
  padding: 13px;
  text-align: center;
  color: #333;
  font-size:18px;
  display: block;
  border-radius:25px;
  width: 100%;
  background:#CCC;
  border: 1px solid #666;
  font-family: 'Open Sans', sans-serif;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 13px;
  text-align: center;
  color: #FFF;
  font-size:18px;
  display: block;
  border-radius:25px;
  width: 100%;
  background:#666;
  border: 1px solid #666;
  font-family: 'Open Sans', sans-serif;
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .4s; transition:all ease .4s;
}



/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/


.headerwrap {padding:15px 0 5px 0;background:url('images/header-repeat_bg.jpg') repeat-x left top;margin-bottom:-80px;position:relative;z-index:2;}

.menupad {padding-top:40px;}

.logo {text-align:center;padding-top:5px;}

.contacttext {color:#223e99;text-align:right;font-size:13px;line-height:20px}

.contacttext  a:visited, .contacttext  a:link {
line-height:20px;font-size:13px;color:#223e99;-webkit-transition:all ease .4s; transition:all ease .4s;
}
.contacttext  a:hover, .contacttext  a:active {
line-height:20px;font-size:13px;color:#3978B9;-webkit-transition:all ease .4s; transition:all ease .4s;}


.contacttext span {display:inline-block;color:#223e99;font-size:13px;line-height:20px}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/

.showcasewrap {
	padding-top:100px;
	padding-bottom:12%;
	width:100%;
	background-image:url('images/showcase-responsive-bg.jpg');
	background-size:cover;
	background-position:top center; /* IE fix */
	position:relative;
	z-index:1;
	
}

.showcasewrapbk {
	padding-bottom:22%;
	width:100%;
	background-image:url('images/showcase-responsive-back_bk.jpg');
	background-size:cover;
	background-position:top center; /* IE fix */

}

.showcasewrapback {
	position:relative;
	z-index:1;

}

.searchbox  {text-align:center;padding:25;background:rgba(255,255,255,0.8);border-radius:12px;border:1px solid #DDD;}
.searchbox  h1 {font-size:30px;line-height:38px;}
.searchbox  span {font-size:24px;line-height:32px;color:#111;font-family: 'Bree Serif', serif;}
.searchbox h2 {font-size:100px;text-align:center;}
.searchbox h3 {font-size:18px;text-align:center;font-weight:800;}


.mainwrap {background:#f7f6f0;padding:50px 0 50px 0;border-bottom:5px solid #CCC3A8;border-top:5px solid #CCC3A8;}
.backwrap {background:#f7f6f0;padding:90px 0 50px 0;border-bottom:5px solid #CCC3A8;border-top:5px solid #CCC3A8;}


.welcometext {text-align:center;}
.welcometext h3 {font-size:24px;line-height:32px;color:#111;font-family: 'Bree Serif', serif;}
.welcometext h2 {font-size:50px;line-height:58px;color:#111;font-family: 'Bree Serif', serif;}
.welcometext h4 {font-size:40px;line-height:48px;color:#deb406;font-family: 'Open Sans', sans-serif;}

.welcometext span {font-size:50px;line-height:58px;color:#111;font-family: 'Open Sans', sans-serif;margin-bottom:20px;}

.serviceswrap {
	background:url('images/service-repeat_bg.png') repeat-x bottom;
	display:block;
	position:relative;
	z-index:1;
	padding-top:50px;
}

.servicetext {text-align:center;}
.servicetext h2 {font-size:42px;line-height:50px;color:#111;font-family: 'Bree Serif', serif;}
.servicetext h3 {font-size:26px;line-height:32px;color:#223e99;font-family: 'Open Sans', sans-serif;font-weight:800;}
.servicetext ul li {list-style:square;text-align:left;}
.servicetext span {font-size:60px;line-height:68px;color:#000;font-family: 'Open Sans', sans-serif;font-weight:800;text-shadow:1px 1px 4px #FFF,-1px -1px 4px #FFF,1px 1px 1px #FFF,-1px -1px 1px #FFF;}

.sloganwrap {
	margin-top:-400px;
	padding-top:100px;
	padding-bottom:18%;
	width:100%;
	background-image:url('images/slogan-resposive_bg.jpg');
	background-size:cover;
	background-position:bottom center; /* IE fix */
	background-attachment:fixed;
	position:relative;
	z-index:-1;
	
}


/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/



.footertext{text-align:left;font-size:14px;color:#EEE;}
.footertext p {text-align:left;font-size:14px;color:#EEE;}
.footertext a:visited, .footertext a:link {-webkit-transition:all ease .4s; transition:all ease .4s;font-size:14px;color:#EEE;text-decoration:underline;}
.footertext a:hover, .footertext a:active {-webkit-transition:all ease .4s; transition:all ease .4s;font-size:14px;color:#FFF;text-decoration:underline;}

.footertext{text-align:left;font-size:14px;color:#EEE;}

.footertext ul {list-style:none;margin:0;padding:0;}

.footertext ul li  {list-style:none;margin:0;padding:0;}

.footertext li  {list-style:none;display:block;}

.footertext li a:link, .footertext li a:visited {display:block;text-decoration:none;background:#323232;padding:10px;border-bottom:1px solid #555;list-style:none;color:#EEE;font-size:14px;-webkit-transition:all ease .4s; transition:all ease .4s;}
.footertext li a:hover, .footertext li a:active {display:block;text-decoration:none;padding:10px;border-bottom:1px solid #555;list-style:none;color:#FFF;font-size:14px;-webkit-transition:all ease .4s; transition:all ease .4s;background:#444;}

.footertopwrap {
	background:#323232;
	padding:20px;
}

.footerwrap {
	padding:0;
	background:#FFF;
}

.login {color:#333;font-size:10px;}
.login li {color:#333;font-size:10px;padding:0;margin:0;}

a.login:visited {color:#333; font-size:10px; text-decoration:none;}
a.login:active {color:#333; font-size:10px; text-decoration:none;}
a.login:link {color:#333; font-size:10px; text-decoration:none;}
a.login:hover {color:#666; font-size:10px; text-decoration:underline;}

.copyright {font-family: 'Open Sans', sans-serif;font-size: 13px;color: #333;text-align:center;padding:0;}

a.copyright:visited {color: #333; font-size:13px; text-decoration:none;}
a.copyright:active {color: #333; font-size:13px; text-decoration:none;}
a.copyright:link {color: #333; font-size:13px; text-decoration:none;}
a.copyright:hover {color: #666; font-size:13px; text-decoration:underline;}


.wecontrol {
    text-align: center;
    font-size: 10px;
    padding-top:0;    
	color: #333;
}
.wecontrol ul li { 
  display: inline; 
  color: #333;
  margin-bottom:0;
  padding:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 0;
   color: #333;
}

.wecontrol ul li a:hover {
    color: #666;
    text-decoration:underline;
}



/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.contacttext {text-align:center;}
.headerwrap {padding:15px 0 5px 0;background:url('images/header-repeat_bg.jpg') repeat-x left top;margin-bottom:0;position:relative;z-index:2;}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	 
}



/* Cached at 07/15/21 20:35:02 */
/* idxMobileFirstBase - 1.000 */
/* mobileFirst select2 */
.IDX-wrapper-standard .select2-container {
    width: 100%;
    min-height: 40px;
}
.IDX-wrapper-standard .select2-container .select2-choice {
    min-height: 35px;
    color: #000;
    background: #fff;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container a.select2-choice, .IDX-wrapper-standard .select2-container a.select2-default {
    min-height: 38px;
}
.IDX-wrapper-standard .select2-container .select2-choice.select2-default .select2-chosen {
    color: #a9a9a9;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-chosen {
    margin-top: 4px;
}
.IDX-wrapper-standard .select2-container .select2-choice abbr {
    top: 13px;
}
.IDX-wrapper-standard .select2-container .select2-choice, .IDX-wrapper-standard .select2-container .select2-choice .select2-arrow {
    border: 1px solid #aaa;
    border-color: #ccc;
    border-radius: 0;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow {
    width: 22px;
    border: 0;
    background: #fff;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    margin-top: -25%;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    background: 0 0;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b > span {
    margin: 4px 0 0 6px;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices {
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-field {
    width: 100%;
    height: 38px;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices input {
    width: 100%!important;
    margin: 0;
    border: 0;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 18px;
    padding: 5px 5px 5px 30px;
    color: #fff;
    border: none;
    background: #3d6e99;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container .select2-dropdown-open .select2-choice .select2-arrow b {
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    border-left: 8px solid transparent;
    background: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b {
        width: 0;
        height: 0;
        background: 0 0;
    }
}
.IDX-wrapper-standard .select2-container .select2-drop {
    border-radius: 0!important;
}
.IDX-wrapper-standard .select2-container .select2-drop: not(.select2-drop-above) {
    margin-top: -3px;
}
.IDX-wrapper-standard .select2-container .select2-drop .select2-results {
    max-height: 300px;
}
.IDX-wrapper-standard .select2-container .select2-drop .select2-results li {
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.IDX-wrapper-standard .select2-container .select2-search {
    margin: 4px 0;
}
.IDX-wrapper-standard .select2-container .select2-search input, .IDX-wrapper-standard .select2-container .select2-search input:focus {
    border: none;
    background: #fff;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container.select2-container-active .select2-choice {
    border-color: #91acce;
}
.IDX-wrapper-standard .select2-container.select2-dropdown-open .select2-choice {
    border-bottom-color: #ccc;
}
.IDX-wrapper-standard .select2-container .form-control {
    padding: 0;
    border: none;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close {
    font-size: 150%;
    top: 0;
    display: inline-block;
    float: right;
    width: 25px;
    height: 100%;
    padding-top: 3px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    background: 0 0;
    background-image: none!important;
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close:before {
    content: '×';
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close:hover {
    text-decoration: none;
}
.IDX-wrapper-standard .select2-search-field {
    width: 100%;
}
.IDX-wrapper-standard .select2-chosen, .IDX-wrapper-standard .select2-input.select2-default {
    width: 100%!important;
    height: 39px;
}
.IDX-wrapper-standard .select2-search-choice-close {
    background: 0 0;
}
/* lead bar */

#IDX-leadToolsBar {
    height: 60px;
    margin-bottom: 5px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #8bc650;
}
#IDX-leadToolsBar a {
    text-decoration: underline;
    color: #fff;
}
#IDX-leadLogOutLink,
#IDX-leadInfo,
#IDX-leadAccountLink {
    display: inline-block;
    margin-left: 5px;
}
@media only screen and (max-width: 640px) {
    #IDX-leadLogOutLink,
    #IDX-leadInfo {
        float: left;
    }
    #IDX-leadAccountLink {
        clear: left;
        float: left;
        margin-top: 5px;
    }
}
@media only screen and (min-width: 641px) {
    /* select 2 */
    .IDX-wrapper-standard .IDX-wrapper-standard .select2-container {
        width: 100%;
    }
    /* lead bar */
    #IDX-leadToolsBar {
        line-height: 30px;
        height: 30px;
        padding-top: 0;
        text-align: inherit;
        vertical-align: middle;
    }
    #IDX-leadInfo {
        margin-left: 10px;
    }
    #IDX-leadAccountLink {
        display: inline-block;
        float: right;
        margin-top: 0;
        margin-right: 10px;
    }
}
.IDX-clear {
    clear: both;
}
/* Social Media Login Styles for Standard pages */
#IDX-social-media-logins { margin: 20px 0; width: 300px; }
#IDX-login-instructions { width: 300px; text-align: center; }
.IDX-social-form { display: inline-block; margin-right: 12px; }
.IDX-social-form button { height: 50px; width: 50px; border: none; background-repeat: no-repeat; border-radius: 50px; cursor: pointer; }
.IDX-social-form button span { display:none; }
#IDX-social-google button { background: url(//d1qfrurkpai25r.cloudfront.net/images/social/google.png?auid=YPCb9p7pWizBTG8-t5ldYgAAAAY); background-color: #db4437; }
#IDX-social-facebook button { background: url(//d1qfrurkpai25r.cloudfront.net/images/social/facebook.png?auid=YPCb9p7pWizBTG8-t5ldYgAAAAY); background-color:#3b5998; }

/* Mobile Specifics */
.IDX-wrapper-mobile .IDX-navbar-header {
    display: none;
}


/* forms - 1.000 */
.IDX-selectableList { background: #EEEEEE; border: 5px solid #EEEEEE; height: 100px; line-height: 6px; overflow: auto; width: 200px; text-align:left; position:relative;}
.IDX-selectableListLabel { font-size: 12px; font-weight: normal; line-height: 12px; margin: 0; display:block; margin-bottom:2px;} 
.IDX-selectableListLabel .IDX-selectableListCheckbox { line-height: 12px; margin: 0 3px 0 0; vertical-align: bottom; display:inline; }

.IDX-control-group, #IDX-registration .IDX-control-group { display: inline-block; margin: 0 10px 10px 0; }

/* registrationComp - 1.000 */
    .IDX-errorIcon {
        width: 15px;
        height: 15px;
        float: left;
        background-image: url(//d1qfrurkpai25r.cloudfront.net/images/smallIconSprite.png?auid=YPCb9p7pWizBTG8-t5ldYgAAAAY);
        background-position: -105px 119px;
        cursor: move;
        margin-right: 5px;
    }

    .IDX-wrapper-standard .IDX-form-control.IDX-errorField,
    .IDX-errorField {
        border: 2px solid #FF0000;
    }

    .IDX-errorMessage {
        color: #FF0000;
    }
    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] {
        min-width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] * {
        box-sizing: border-box;
    }

    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] #IDX-registrationSignup .IDX-customRegistrationFields {
        display: inline-block;
        height: auto;
    }

    #IDX-registration .IDX-control-group {
        width: 100%
    }

    #IDX-registration .IDX-btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: normal;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
    }


    #IDX-registration .IDX-btn:hover {
        background: #8B8B8B;
    }

    #IDX-registration .IDX-btn{
        width: 100%;
        margin-top: 10px;
    }

    #IDX-registration .IDX-controls input[type="text"],
    #IDX-registration .IDX-controls input[type="email"],
    #IDX-registration .IDX-controls input[type="password"] {
        box-sizing: border-box;
        width: 100%
    }

    #IDX-registration .IDX-controls .IDX-radio-inline {
        display: inline-block;
    }

    #IDX-registration .IDX-controls .IDX-yesOrNo-radio {
        vertical-align: top;
    }

    #IDX-registration .IDX-btn-primary {
        color: #fff;
        background-color: #428bca;
    }

    #IDX-registration .IDX-btn-primary:hover {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    #IDX-FormActions {
        display: inline-block;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    #IDX-leadLoginForgotPass a {
        text-decoration: underline;
    }

    #IDX-toggleLogIn, #IDX-toggleSignUp {
        text-decoration: underline;
    }

    #IDX-toggleLogIn:hover, #IDX-toggleSignUp:hover {
    }


    .IDX-signupLoginToggleWrap {
        width: 100%;
    }

    .IDX-signupLoginToggleWrap a {
        text-decoration: none;
    }

    #IDX-loginSignupToggle {
        clear: both;
    }

    @media screen and (min-width: 600px) {

        .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] {
            min-width: 600px;
        }

       #IDX-registration .IDX-control-group {
            width: 30%;
            vertical-align: top;
        }

        #IDX-toggleLogIn, #IDX-toggleSignUp {
            text-decoration: underline;
            float: right;
        }
        #IDX-toggleLogIn:hover, #IDX-toggleSignUp:hover {

        }
        .IDX-signupLoginToggleWrap p{
            display: inline-block;
            width: 100%;
            padding-right: 10px;
            text-align: right;
            float: left;
            margin: 0;
        }

    }


/* recaptcha - 1.000 */
.grecaptcha-badge {z-index:1003; visibility:hidden; }
.IDX-googleRecaptchaPolicy {
    font-size: 10px;
    color: #999;
    text-align: center;
}


.IDX-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
.IDX-wrapper-standard .leaflet-control-layers-selector {
    display: inline;
}
.IDX-wrapper-standard .leaflet-draw-inner-toolbar,
.IDX-wrapper-standard #disabledMap {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
.IDX-wrapper-standard .leaflet-draw-actions a {
    color: #892121;
}
.IDX-wrapper-standard .IDX-hide,
.IDX-wrapper-standard .IDX-hidden {
    display: none;
}
.IDX-wrapper-standard .IDX-errorField {
    border: 2px solid #FF0000;
}
.IDX-wrapper-standard label.IDX-label-for-nojs {
    display: none;
}
.IDX-wrapper-standard #IDX-formReset,
.IDX-wrapper-standard #IDX-resetBtn,
.IDX-wrapper-standard #IDX-formReset-bottom {
    background: #fff;
    border: 1px solid #ccc;
}
.IDX-wrapper-standard .IDX-arrow {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border-color: #ccc;
    background-color: #fff;
    background-image: none;
    border: none;
    background: transparent;
    width: 22px;
    height: 100%;
}
.IDX-wrapper-standard .IDX-arrow b {
    background: none;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -25%;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
}
.IDX-wrapper-standard .IDX-arrow b > span {
    margin: 4px 0 0 6px;
}
.IDX-wrapper-standard .IDX-dropdown-open .IDX-arrow b {
    background: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    border-top: none;
}
.IDX-wrapper-standard .IDX-center {
    margin: 0 auto;
    text-align: center;
}
.IDX-wrapper-standard .IDX-center:after {
    clear: both;
    text-align: inherit;
}
.IDX-wrapper-standard .IDX-message {
    margin: 5px auto;
    padding: 5px;
}
.IDX-wrapper-standard .IDX-bioPhoto img {
    max-width: 100%;
}
.IDX-wrapper-standard #IDX-resultspager {
    height: 35px;
}
.IDX-wrapper-standard .IDX-pagination-action {
    display: inline-block;
    border: 0;
    width: 20%;
    vertical-align: top;
}
.IDX-wrapper-standard .IDX-pagination-action a,
.IDX-wrapper-standard .IDX-pagination-action select {
    width: 100%;
    height: 38px;
    min-height: inherit;
}
.IDX-wrapper-standard #IDX-pagination {
    width: 60%;
}
.IDX-wrapper-standard #IDX-pagination-header-prev:before,
.IDX-wrapper-standard #IDX-pagination-footer-prev:before {
    content: '<<';
}
.IDX-wrapper-standard #IDX-pagination-header-next:before,
.IDX-wrapper-standard #IDX-pagination-footer-next:before {
    content: '>>';
}
.IDX-wrapper-standard #IDX-pagination-header-prev:after,
.IDX-wrapper-standard #IDX-pagination-header-next:after,
.IDX-wrapper-standard #IDX-pagination-footer-prev:after,
.IDX-wrapper-standard #IDX-pagination-footer-next:after {
    clear: both;
}
.IDX-wrapper-standard #IDX-pagination-pagers {
    -webkit-appearance: none;
    padding: 0 5px;
}
.IDX-wrapper-standard .IDX-topActions {
    text-align: center;
}
.IDX-wrapper-standard .IDX-topAction {
    display: inline-block;
    width: 100%;
}
.IDX-wrapper-standard .IDX-topAction a {
    width: 100%;
    padding: 6px 0;
}
.IDX-wrapper-standard .IDX-topAction:first-of-type {
    float: left;
}
.IDX-wrapper-standard .IDX-topAction:last-of-type {
    float: right;
}
.IDX-wrapper-standard #IDX-saveSearch,
.IDX-wrapper-standard #IDX-newSearch,
.IDX-wrapper-standard #IDX-refineSearchFormToggle {
    background-color: #e6e6e6;
    color: #555;
}
.IDX-wrapper-standard #IDX-saveSearch:hover,
.IDX-wrapper-standard #IDX-newSearch:hover,
.IDX-wrapper-standard #IDX-refineSearchFormToggle:hover {
    background-color: #d6d6d6;
}
.IDX-wrapper-standard #IDX-resultsRefineSearchToggle {
    margin-bottom: 0;
}
.IDX-wrapper-standard #IDX-resultsRefineSearchToggle button {
    position: relative;
    width: 100%;
}
.IDX-wrapper-standard #IDX-resultsRefineSearchWrap {
    padding: 15px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    display: none;
}
.IDX-wrapper-standard #IDX-resultsRefineSubmit {
    width: 100%;
}
.IDX-wrapper-standard #IDX-resultsTabActions {
    margin-bottom: 10px;
}
.IDX-wrapper-standard #IDX-resultsTabActions a.IDX-btn {
    width: 50%;
}
.IDX-wrapper-standard #IDX-resultsMap {
    width: 100%;
    height: 500px;
    min-height: 300px;
    box-sizing: border-box;
}
.IDX-wrapper-standard #IDX-map {
    width: 100%;
    height: 100%;
    position: relative;
}
.IDX-wrapper-standard #IDX-resultsMapListings {
    display: none;
    visibility: hidden;
    position: relative;
}
.IDX-wrapper-standard .IDX-resultsCell {
    border-bottom: 2px solid #727272;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.IDX-wrapper-standard .IDX-resultsMainInfo.IDX-panel-default {
    box-shadow: none;
}
.IDX-wrapper-standard .IDX-label:after {
    content: ":";
    padding-right: 5px;
}
.IDX-wrapper-standard .IDX-field {
    display: inline-block;
    width: 100%;
}
.IDX-wrapper-standard .IDX-text {
    display: inline-block;
}
.IDX-wrapper-standard .IDX-resultsText {
    text-transform: capitalize;
}
.IDX-wrapper-standard .IDX-resultsAddress {
    margin: 10px 0;
}
.IDX-wrapper-standard .IDX-resultsAddress a {
    display: inline-block;
    width: 100%;
}
.IDX-wrapper-standard .IDX-resultsAddressUnitNumber:before {
    content: ' #';
}
.IDX-wrapper-standard .IDX-resultsMainInfoLeft,
.IDX-wrapper-standard .IDX-resultsMainInfoRight {
    width: 100%;
}
.IDX-wrapper-standard .IDX-resultsPhoto {
    text-align: center;
}
.IDX-wrapper-standard .IDX-resultsPhotoImg {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.IDX-wrapper-standard .IDX-resultsAddressState {
    display: none;
}
.IDX-wrapper-standard .IDX-resultsCellAction {
    width: 100%;
}
.IDX-wrapper-standard .IDX-resultsCellSaved {
    color: #119111;
}
.IDX-wrapper-standard #IDX-idxbroker {
    display: block;
    visibility: visible;
    text-align: center;
    padding: 15px 0 10px 0;
}
.IDX-wrapper-standard #IDX-resultsMLSRights {
    display: block;
    visibility: visible;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 10px;
}
.IDX-wrapper-standard #IDX-loadingScreen {
    display: none;
    text-align: center;
}
.IDX-wrapper-standard #IDX-loadingScreen img {
    display: block;
    margin: 0 auto;
}
.IDX-wrapper-standard .IDX-controls {
    min-height: 40px;
}
.IDX-wrapper-standard .IDX-controls .IDX-input {
    width: 100%;
}
.IDX-wrapper-standard .IDX-controls input[type=text],
.IDX-wrapper-standard .IDX-controls input[type=number],
.IDX-wrapper-standard .IDX-controls input[type=submit] {
    padding: 5px;
    width: 100%;
    margin: 0;
}
.IDX-wrapper-standard .IDX-row-content {
    width: 100%;
    display: inline-block;
}
.IDX-wrapper-standard .IDX-control-group {
    display: inline-block;
    width: 100%;
    min-height: 35px;
    margin: 0 0 15px 0;
}
.IDX-wrapper-standard .IDX-MLSLogo {
    display: block;
    float: right;
    margin-left: 15px;
}
.IDX-wrapper-standard .IDX-MLSLogo:after {
    clear: both;
}
.IDX-wrapper-standard .IDX-MLSCourtesy {
    display: block;
    visibility: visible;
    position: relative;
    float: right;
}
.IDX-wrapper-standard .IDX-hopoZoning {
    display: none !important;
    visibility: hidden !important;
}
.IDX-wrapper-standard .IDX-half {
    width: 50%;
    display: inline-block;
}
.IDX-openHouseTime:before {
    content: " ";
}
.IDX-openHouseHostedBy:before {
    content: "Hosted By: ";
}
.IDX-propertyTypeHeader {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b,
.IDX-wrapper-standard .IDX-arrow b {
    right: 8px;
    margin-top: -15%;
    border-top: 6px solid #555;
    border-right: 6px solid transparent;
    border-left: 5px solid transparent;
}
.IDX-wrapper-standard .IDX-dropdown-open .IDX-arrow b {
    right: 8px;
    margin-top: -15%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #555;
}

.IDX-wrapper-standard .IDX-reduced {
    display: inline-block;
    font-size: 1rem;
    margin: 0 0 0 7px;
}
.IDX-wrapper-standard .IDX-reduced .fa {
    font-size: .95em;
}

.IDX-wrapper-standard .IDX-badge {
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
}

.IDX-wrapper-standard .IDX-badge--success {
    color: #309C3F;
}

@media only screen and (min-width: 641px) {
    .IDX-wrapper-standard #IDX-search-property-content .IDX-control-group:nth-of-type(odd),
    .IDX-wrapper-standard #IDX-search-primary-content .IDX-control-group:nth-of-type(odd),
    .IDX-wrapper-standard #IDX-search-additional-content .IDX-control-group:nth-of-type(odd) {
        border-right: 1px solid #fff;
    }
    .IDX-wrapper-standard .IDX-topAction {
        width: 30%;
    }
    .IDX-wrapper-standard #IDX-resultsRefineSearchToggle {
        display: none;
    }
    .IDX-wrapper-standard #IDX-resultsRefineSearchWrap {
        display: block;
    }
    .IDX-wrapper-standard #IDX-resultsRefineSearchWrap .IDX-control-group {
        width: 48%;
    }
    .IDX-wrapper-standard #IDX-resultsRefineSearchWrap .IDX-control-group:nth-of-type(2n) {
        margin-left: 4%;
    }
    .IDX-wrapper-standard #IDX-resultsRefineSearchWrap .IDX-control-group:nth-of-type(2n+1) {
        /*margin-left: 3%;*/
    }
    .IDX-wrapper-standard #IDX-resultsTabActions {
        display: none;
    }
    .IDX-wrapper-standard #IDX-resultsMapListings {
        width: 30%;
        visibility: visible;
        position: absolute;
        top: 0;
        right: 0;
        height: 500px;
        background-color: #fff;
        overflow-y: scroll;
    }
    .IDX-wrapper-standard .IDX-resultsMapListingPhotoImg {
        width: 100%;
        max-width: 160px;
        height: auto;
    }
    .IDX-wrapper-standard .IDX-resultsMapListing {
        border-bottom: 1px solid #727272;
        padding-bottom: 15px;
        min-width: 250px;
        margin-top: 0;
    }
    .IDX-wrapper-standard .IDX-resultsMapListingLabel:after {
        content: ':';
    }
    .IDX-wrapper-standard .IDX-resultsPhoto {
        width: 25%;
        text-align: inherit;
        display: inline-block;
        position: relative;
        float: left;
    }
    .IDX-wrapper-standard .IDX-resultsAddress {
        width: 75%;
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
    }
    .IDX-wrapper-standard .IDX-resultsMainInfo.IDX-panel-default {
        padding-left: 20px;
        display: inline-block;
        width: 75%;
        margin-top: 10px;
        border: none;
        float: right;
    }
    .IDX-wrapper-standard .IDX-resultsMainInfo.IDX-panel-default > .IDX-panel-heading {
        padding: 0;
        background-color: inherit;
        border: none;
        vertical-align: top;
        display: inline-block;
        width: 40%;
        float: right;
    }
    .IDX-wrapper-standard .IDX-resultsMainInfo.IDX-panel-default > .IDX-panel-body {
        padding: 0;
        width: 60%;
        display: inline-block;
        float: left;
    }
    .IDX-wrapper-standard .IDX-panel-body .IDX-resultsField {
        margin-bottom: 5px;
    }
    .IDX-wrapper-standard .IDX-resultsMainInfoLeft,
    .IDX-wrapper-standard .IDX-resultsMainInfoRight {
        display: inline-block;
        float: left;
    }
    .IDX-wrapper-standard .IDX-resultsDescription {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
    .IDX-wrapper-standard .IDX-resultsCellActions {
        display: inline-block;
        float: right;
    }
    .IDX-wrapper-standard .IDX-resultsPhotogallery,
    .IDX-wrapper-standard .IDX-resultsVirtualTour,
    .IDX-wrapper-standard .IDX-resultsOpenHouse,
    .IDX-wrapper-standard .IDX-resultsCustomLink,
    .IDX-wrapper-standard .IDX-resultsSaveProperty,
    .IDX-wrapper-standard .IDX-resultsDetailsLink {
        display: inline-block;
    }
    .IDX-wrapper-standard .IDX-resultsCellAction {
        float: left;
    }
}



/**** Custom Template CSS ****/

/**** Client CSS ****/
/**
 * Custom Global CSS
 */ 
#IDX-main {width: 100%;}

