@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700);

html {
    font-size: 16px;
    
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
/*-------------------------FONT STYLING START----------------------*/
p {
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	padding: 20px 0 10px;;
    font-weight:300;
    margin: 0;
}
h1, h1 a {
  padding: 0 0 10px;
}
h2, h2 a {
}
h3, h3 a {
  text-transform:uppercase;
}
h4, h4 a {
}
h5, h5 a {
}
h6, h6 a {
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
ul ul, ol ul {list-style-type: disc;}
.panel-title {padding: 10px 0;}
/*-------------------------FONT STYLING END------------------------*/

/*-------------------------SITE CLASSES START----------------------*/
main {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.wrapper {
	margin: 0;
	padding:0;  
	width: 100%;
}
.yamm > li > ul.dropdown-menu {
line-height: 1.5rem;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
.logo .cms-image-widget {
    margin-bottom: 0;
}


.logo {
  position: relative;
  width:100%;
  padding:20px;
}
@media (min-width: 768px) {
.logo
{
width: 270px;
position:absolute; 
background-color:#fff;      
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
 -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
top: 0px;
padding:20px 10px 10px;
margin-left:5px;  
}
.logo::before, .logo::after
{
content:"";
position:absolute; 
z-index:-1;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
box-shadow:0 0 20px rgba(0,0,0,0.8);
top:50%;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
} 
.logo::after
{
right:10px; 
left:auto;
-webkit-transform:skew(8deg) rotate(3deg); 
-moz-transform:skew(8deg) rotate(3deg);     
-ms-transform:skew(8deg) rotate(3deg);     
-o-transform:skew(8deg) rotate(3deg); 
transform:skew(8deg) rotate(3deg);
}
}
@media (min-width: 992px) {
.logo {
    width: 300px;
    padding:20px 10px 10px;
    margin-left: 20px;
}
}
@media (min-width: 1200px) {
.logo {
    width: 300px;
    padding:25px 10px 18px;
    margin-left: 0;
}
}
.header-border {
    background-color: #f1f1f1;
    position: relative;
    top: -10px;
    padding: 5px 0 0;
}
header {
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: white;
    position: relative;
    z-index: 10;
}
header .cms-search .form-group {
    margin-bottom: 5px;
}
header .cms-icon-links .cms-icon-title {
    font-size: 11px;
    display: block;
}

header img.blank, img.flat {
    height: 50%;
    width: 50%;
    min-width: 40px;
    max-width: 40px;
    padding:2px;
}
#content-61895 {margin-top:4px;}
#content-61897.cms-icon-links img.transparent, #content-61898.cms-icon-links img.transparent {
    height: 30px;
    width: 30px;
    background-color: #004b8e !important;
    padding: 4px;
    border-radius: 4px;
}
#content-61897 .cms-icon-link i.fa, #content-61898 .cms-icon-link i.fa {
    color: #ffffff !important;
    background-color: #004b8e !important;
    border-color: #004b8e;
    text-align: center;
    font-size: 19px !important;
    width: 30px;
    height: 30px;
    line-height: 1.6em;
    border-radius: 4px;
    margin-left: 1px;
    margin-right: 1px;
}

/*--to center header items in tablet & mobile--*/
@media (max-width: 767px) {
header ul[class*="left"], header ul[class*="right"], header div[class*="left"], header div[class*="right"], header p, header .right, header .left {text-align:center !important;}
}



/*--delete space below links in header--*/
@media (min-width: 768px) {
header .cms-cm-icons, header .cms-custom-links {
  padding-bottom: 0;
}
.page-area[pageareaid="Head 5"] .cms-cm-icons {
  height: 45px;
  position:relative;
  top:-5px
}
}
/*--transparent custom link in header--*/
#content-61895 span, #content-61895 .panel-icon, #content-61895.sidebar-nav, #content-61895 .nav-item a {
  background-color:transparent !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
} 

/* join button */
header .sidebar-nav > li > a, .sidebar-nav .nav-item a, .sidebar-nav .vertical .nav-item > div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* feature classes - delete if no feature in theme */

.slider-wrap {
    position: relative;
    width: 100%;
    z-index: 10;
    /* max-width: 1400px; */
    margin: 0 auto;
}
.slider {
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin: 0 auto;
}
.slider-mask-left, .slider-mask-right {
	display:none;
    pointer-events:none;
}
@media (min-width: 1200px) {
  .slider {
    width: 85%;
  }
.slider-mask-left {
	display: block;
	position: absolute;
	width: 14%;
	height: 100%;
	left: 0;
	z-index: 10;
	background-color:rgba(61, 61, 61, 0.81);
}
.slider-mask-right {
	position: absolute;
	display: block;
	width: 14%;
	height: 100%;
	right: 0;
	z-index: 10;
	background-color:rgba(61, 61, 61, 0.81);
}
}

.inside-view {
	background-color: rgba(255, 255, 255, 0.94);
	min-height: 100px;	
	padding: 70px 20px 20px 20px;
	position: relative;
	margin-bottom: 0;
}
/* end feature styles */

/* home specific */
.home-view {
	width: 100%;
	position: relative;
	top: 0;
	text-align: center;
	min-height: 150px;
	padding: 30px 20px 50px;
    pointer-events:none;
	}
/* end home specific */
.content {
	position: relative;
	background-color: #fff;
	padding: 30px 0 0;
}
.content > .container {
  padding-bottom:40px;
}
.bottom-content {
	position: relative;
	background-color: #fff;
	padding: 20px 0 0;
}
.bottom-content-bg {
	position:absolute;
	z-index:2000;
	margin:-20px 0 0;
	background-color: rgba(255, 255, 255, 0.94);
	height:100%;
	width:100%;
}
.bottom-content h1 {
	font-size: 21px;
	font-weight: bold;
	margin: 0;
    color:#004B8D;
}
.cm-icon-row {
	background-color: #004B8D;
	margin: 10px 0 0;
	padding: 10px 0;
	border-top: 3px solid #1C7CB7;
	border-bottom: 3px solid #1C7CB7;
}
	
/*-------------------------SITE CLASSES END------------------------*/


/*-------------------------MAIN START------------------------------*/
/* main nav */
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
nav {
	width:100%;
	display: block;
	position: absolute;
	text-align: center;
	background: rgba(85,85,85,.86);
	box-shadow: 0 0 15px #13212b;
	-webkit-box-shadow: 0 0 15px #13212b;
	-moz-box-shadow: 0 0 15px #13212b;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 18px;
}

.navbar {
    min-height: 43px;
	margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-default {
    margin-top: 0;
    background-color: #4F4F4F !important;
    text-align: left;	
	border: none;
    width: auto !important;
}

.navbar-nav > li {
    border-right: 0;
}

.nav>li>a {
    line-height: 16px;
    font-size: 14px;
    padding: 15px 23px;
    font-weight: 500;
    text-transform: uppercase;
}
@media (min-width: 768px) {.nav>li>a {line-height: 16px;font-size: 14px;padding: 15px 15px;}}
@media (min-width: 992px) {.nav>li>a {line-height: 16px;font-size: 14px;padding: 15px 33px;}}
@media (min-width: 1200px) {.nav>li>a {line-height: 16px;font-size: 14px;padding: 15px 23px;}}

.dropdown-menu {border: 0;}
.dropdown-menu li  {
border-bottom: 1px solid #555555;
}
.dropdown-menu > li > a {
	font-size: 14px;
    color: #ffffff;
	transition: all 0.2s ease 0s;
}
@media (min-width: 768px) {#cm-cms-menu .navbar-nav {float: right;}}



.cat-buttons {
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}
.cat-buttons ul {
	display:block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.cat-buttons li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.cat-buttons li {
	display: inline;
	margin: 0;
}
.cat-buttons li+li {
	padding-left: 9px;
}
.cat-buttons a {
	display: inline-block;
	font-family: 'Satisfy', lobster, cursive, sans-serif;
	font-size: 30px;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	width: 219px;
	height: 68px;
	border: 3px solid #619A21;
	padding: 13px 25px;
	margin: 0 0 10px;
	background: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	zoom: 1;
	*display: inline;
}
.cat-buttons a:hover {
	background: #333;
	filter: none;
}
.cat-buttons.cat-buttons-last a {
	border-color: #990099;
	background: #b84db8;
}
.cat-buttons.cat-button-last a:hover {
	background: #972c97;
	filter: none;
}
.cat-buttons a, .cat-buttons a strong, .cat-buttons a b {
	color: #B2C195;
	text-decoration: none;
}

.cat-buttons a strong, .cat-buttons a b {
	display: block;
	font-weight: normal;
	font-size: 28px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: right;
	color:#fff;
}

/*--change social icon opacity--*/
.cms-icon-links i.fa.flat-social, .cms-icon-links img.transparent {opacity: 1;}
.cms-icon-links i.fa.flat-social:hover, .cms-icon-links img.transparent:hover {opacity: 0.8;}

/*--custom buttons on home page--*/
.custom-button {width:100%;height:auto;display:block;margin-bottom:20px;border-bottom: 1px solid #1C7CB7;padding-bottom:20px;;text-align: center;}
.custom-button:hover, .custom-button-last:hover {opacity:.6}
.custom-button-last {width:100%;height:auto;display:block;text-align: center;}
.custom-button-image {display: inline-block;text-align: left;vertical-align: top;margin-right:0px;}
.custom-button-image img {max-width:45px !important;height:auto !important;}
.custom-button-text, .custom-button-text a, .custom-button-text a:hover {display: inline-block;text-align: left;color: #A8CEF3;}
.custom-button-text-one, .custom-button-text-one a, .custom-button-text-one a:hover {font-size:18px;line-height:18px;display:block;font-weight: 300;text-transform: uppercase;color: #fff;text-decoration:none;}
.custom-bottom-text-two, .custom-bottom-text-two a, .custom-bottom-text-two a:hover {font-size:30px;line-height:32px;text-transform:uppercase;display:block;font-weight: 500;text-decoration:none;}
@media (min-width:768px) {
.custom-button {width:100%;height:auto;display:block;border-right: 3px solid #1C7CB7;border-bottom:0;margin-bottom:0;text-align: center;padding-bottom:0}
.custom-button-image {margin-right:5px;margin-bottom: 5px;display:block;}
.custom-button-image img {max-width: 50px;height: auto !important;}
.custom-button-text, .custom-button-text a, .custom-button-text a:hover {display: block;text-align: left;color: #A8CEF3;}
.custom-button-text-one, .custom-button-text-one a, .custom-button-text-one a:hover {font-size:18px;line-height:18px;display:block;font-weight: 300;text-transform: uppercase;color: #fff;}
.custom-bottom-text-two, .custom-bottom-text-two a, .custom-bottom-text-two a:hover {font-size: 20px;line-height:32px;text-transform:uppercase;display:block;font-weight: 500;}
}
@media (min-width: 992px) {
.custom-button-image {display: inline-block;text-align: left;vertical-align: top;margin-right:0px;}
.custom-button-text, .custom-button-text a, .custom-button-text a:hover {display: inline-block;text-align: left;color: #A8CEF3;}
.custom-button-text-one, .custom-button-text-one a, .custom-button-text-one a:hover {font-size:20px;line-height:24px;}
.custom-bottom-text-two, .custom-bottom-text-two a, .custom-bottom-text-two a:hover {font-size: 25px;line-height: 25px;}
}
@media (min-width: 1200px) {
.custom-button-image {display:inline-block;vertical-align: top;margin-right:5px;}
.custom-button-text-one, .custom-button-text-one a, .custom-button-text-one a:hover {font-size:20px;line-height:24px;}
.custom-bottom-text-two, .custom-bottom-text-two a, .custom-bottom-text-two a:hover {font-size: 27px;line-height: 30px;}  
}


/*--inside sidebar menu--*/
.cms-nav {padding-bottom:0;}
.cms-nav > a {text-transform: uppercase;display:block;width:100%;padding:10px;font-weight:400;}
.cms-nav > a:hover, .cms-nav.active {color:#004b8e;background-color:#f1f1f1;font-weight:400;text-decoration: none;}
.cms-nav > a:hover::after {position:absolute;right:40px;content: ">"; color: #004b8e;}



/*--------------------combined---------------*/

.clearLRPadding {
    padding-left: 0;
    padding-right: 0;
}

.clearLRMargin {
    margin-left: 0;
    margin-right: 0;
}


.above-footer {
  background-color:#f1f1f1;
  padding:20px 0;
}
.above-footer h3 {padding:10px 0;}
footer {
	position:relative;
	font-size: 13px;
	background: #444444;
	color: #bcbcbc;
	z-index: 11;
}
.footer, .footer a, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color:#fff;
}
.footer h4 {
	color:#3f3f3f;
}

footer a {
	font-size: 13px;
	line-height: 28px;
	text-decoration:none;
}
footer a:hover {
	color:inherit;
	text-decoration:underline;
}
.footer {
	padding: 40px 20px;
}
.copyright, .copyright p {
font-size:13px;
color:#fff;   
}

.copyright a {
font-size:13px;
color:#fff;
}
.bottom-sponsors {
	background-color:#fff;
	color:#3f3f3f;
	padding: 20px 0 0;
    margin-bottom:20px;
}


@media (min-width:768px) {
header .cms-cm-icons, header .cms-custom-links { display: block; }
.home-view {
	position: relative;
	text-align: center;
	min-height: 420px;
	padding: 30px 20px 50px;
	}
.footer {
    padding:0 0 10px;
	}
}


/* Slider Mask Adjustments */
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider {
    border: 0px solid transparent;
    background-color: transparent;
    border-radius:0px;
    margin-bottom: 0px;
}
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider .slide-wrapper,
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider .flex-viewport {
  padding: 0 0 21.4% 0;
  width: 75%;
}
.page-area[pageareaid="Feature 0"]  .cms-content .cms-flexslider .flex-control-nav {
    display: none;
}
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider .slide-wrapper img {
    width:100%; 
}
.page-area[pageareaid="Feature 0"] .cms-image-widget {
    margin-bottom: 0;
}


/*--slider mask adjustments for tablet and mobile--*/

@media (max-width: 767px) {
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider ol.flex-control-nav.flex-control-paging {
position: relative;    width: 100%;
}
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider .slide-wrapper, .page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider .flex-viewport {
padding: 0 0 28.5% 0;
width: 100%;
}
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider ol.flex-control-nav.flex-control-paging li a {
height: 28px;
font-size: 12px;
}
}
@media (max-width: 992px) {
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider ol.flex-control-nav.flex-control-paging li a {  
 font-size: 12px;
  }
}


/*--side nav & where to buttons--*/
.sidebar-nav .nav-item a {
    display:inline-block;
    width: 100%;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.sidebar-nav {
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
}
.sidebar-nav li {
    padding: 0 0 2px;
}
ul.sidebar-nav.rodeo-where-to .panel-image img {
    margin-top: 0px;
    margin-bottom: 0px;
}
ul.sidebar-nav.rodeo-where-to a {
    padding: 0px;
    margin-top: 0px;
    border: 0px;
}

ul.sidebar-nav.rodeo-where-to .nav-item {
    padding: 0px;
}

ul.sidebar-nav.rodeo-where-to {
    text-align:center;
    padding-top:3px;
    padding-bottom:3px;
    margin-bottom:10px;
    display:inline-block;
    -webkit-padding-start: 0px;
}

ul.sidebar-nav.rodeo-where-to .nav-item > div,
ul.sidebar-nav.rodeo-where-to .nav-item a {
    display: inline-block;
    border: 3px solid;
    padding: 13px 25px;
    margin: 0 0 10px;
    background: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    height: 68px;
    color: #fff;
}

ul.sidebar-nav.rodeo-where-to .nav-item > div:hover,
ul.sidebar-nav.rodeo-where-to .nav-item a:hover {
    background-color:#333333;
}
.cms-custom-links ul.sidebar-nav.rodeo-where-to .nav-item > div:hover:before,
.cms-custom-links ul.sidebar-nav.rodeo-where-to .nav-item a:hover:before {
    color: #888888;
}

.cms-template-editor .preview ul.sidebar-nav.rodeo-where-to .nav-item > div,
ul.sidebar-nav.rodeo-where-to .nav-item a {
    font-weight: normal;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    width: 219px;
    
}
.cms-template-editor .preview ul.sidebar-nav.rodeo-where-to .nav-item > div:before,
ul.sidebar-nav.rodeo-where-to .nav-item a:before {
    display:block;
    content:'Where to';
    font-family: 'Satisfy', lobster, cursive, sans-serif;
    font-size: 30px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
}

.cms-template-editor ul.sidebar-nav.rodeo-where-to .nav-item > div:before {
    display:none;
}
.cms-template-editor ul.sidebar-nav.rodeo-where-to  .content-template.edit {
    vertical-align:top;
}
/*ul.sidebar-nav.rodeo-where-to .nav-item img,
ul.sidebar-nav.rodeo-where-to .nav-item i {
    float: right;
    display:inline-block;
}*/
ul.sidebar-nav.rodeo-where-to li {
    display: inline-block;
    margin: 0px;
    padding:0px;
    background-color: transparent;
    border-color: transparent; 
}
/*.sidebar-nav.rodeo-where-to .ct-edit .nav-item > div {
    background-color: transparent;
    border-color: transparent;
}*/
.panel.rodeo-drive-shield,
.panel.rodeo-drive-shield .panel-body {
    color: white;
    background-color: rgba(0,0,0,0.8);
    border: none;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel.rodeo-drive-shield .panel-body {
    background-color:transparent;
    
}
.panel.rodeo-drive-shield {
    background-color: rgba(0,0,0,0.8);
}
.cms-template-editor .panel.rodeo-drive-shield {
    width:auto;
}
.cms-template-editor .preview .panel.rodeo-drive-shield {
    width: 450px;
}

.panel.rodeo-drive-shield .panel-heading {
  text-align: center;
  border: none;
  border-radius: 6px;
  border-bottom-left-radius: 50% 15px;
  border-bottom-right-radius: 50% 15px;
}
.cms-template-editor .panel.rodeo-drive-shield::after {
    content:none;
}
.cms-template-editor .preview .panel.rodeo-drive-shield::after,
.panel.rodeo-drive-shield::after {
      position: relative;
      display: block;
      content: '\0020';
      width: 100%;
      height: 85px;
      background: url(http://devchambermaster.blob.core.windows.net/cms/themes/rodeo_drive/images/home-block-border.png) top center no-repeat;
      background-size: 100%;
      margin: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 450px;
      float: left;
}
.cms-template-editor .preview .panel.rodeo-drive-shield {
    margin-bottom:90px;
}

.cms-alignment-wrapper.left .rodeo-underline .ct-edit .nav-item > div,
.cms-alignment-wrapper.left .rodeo-underline > li > a, 
.cms-alignment-wrapper.left .rodeo-underline .nav-item a {
    text-align: left;
}
.cms-alignment-wrapper.right .rodeo-underline .ct-edit .nav-item > div,
.cms-alignment-wrapper.right .rodeo-underline > li > a, 
.cms-alignment-wrapper.right .rodeo-underline .nav-item a {
    text-align: right;
}
.cms-alignment-wrapper.center .rodeo-underline .ct-edit .nav-item > div,
.cms-alignment-wrapper.center .rodeo-underline > li > a, 
.cms-alignment-wrapper.center .rodeo-underline .nav-item a {
    text-align: center;
}

.sidebar-nav.rodeo-underline > li {
    border-bottom: solid 1px rgba(255,255,255,0.25);
}
.sidebar-nav.rodeo-underline .panel-icon {
    margin-left:0px
}

.sidebar-nav.rodeo-underline > li > a, 
.sidebar-nav.rodeo-underline .nav-item a, 
.sidebar-nav.rodeo-underline .nav-item > div, 
.sidebar-nav.rodeo-underline > li > a:hover, 
.sidebar-nav.rodeo-underline > li > a:focus, 
.sidebar-nav.rodeo-underline .nav-item a:hover, 
.sidebar-nav.rodeo-underline .nav-item a:focus, 
.sidebar-nav.rodeo-underline .nav-item > div:hover, 
.sidebar-nav.rodeo-underline .nav-item > div:focus {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-weight:normal;
}
.cms-template-editor .sidebar-nav.rodeo-underline > li {
    border-bottom: solid 1px rgba(0,0,0,0.25);
}

.cms-template-editor .sidebar-nav.rodeo-underline > li > a, 
.cms-template-editor .sidebar-nav.rodeo-underline .nav-item a, 
.cms-template-editor .sidebar-nav.rodeo-underline .nav-item > div, 
.cms-template-editor .sidebar-nav.rodeo-underline > li > a:hover, 
.cms-template-editor .sidebar-nav.rodeo-underline > li > a:focus, 
.cms-template-editor .sidebar-nav.rodeo-underline .nav-item a:hover, 
.cms-template-editor .sidebar-nav.rodeo-underline .nav-item a:focus, 
.cms-template-editor .sidebar-nav.rodeo-underline .nav-item > div:hover, 
.cms-template-editor .sidebar-nav.rodeo-underline .nav-item > div:focus {
    color: #000000;
}

.sidebar-nav.rodeo-underline > li > a, 
.sidebar-nav.rodeo-underline .nav-item a {
    padding-top:0px;
    padding-bottom: 0px;
}


/*----------end of combined-------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {width:100%;}
.col-sm-15,
.col-md-15,
.col-lg-15 {
    width: 20%;
    float: left;
}
cms #cm-cms-edit-widget[currentarea="Home Local Feature 0"] .image-controls[show="2"] .cm-widget-help-text:before {
    content: 'recommended image size 1400px wide x 400px high';
}
cms #cm-cms-edit-widget[currentarea="Home Local Feature 0"] .image-controls[show="2"]  #preserve-aspect-option {
    display: none;
}
/*--custom button inside of content requested by customer--*/
.sidebar-nav.rodeo-underline .panel-icon {
background-color: #1C7CB8;
background: rgb(28,124,184);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzFjN2NiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTlhZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(28,124,184,1) 1%, rgba(85,154,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(28,124,184,1) 1%,rgba(85,154,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(28,124,184,1) 1%,rgba(85,154,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 15px 10px 15px 30px;
    margin-left: 12px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #A7C1E0;
    position: relative;
    display:block;
    max-width:200px;
    text-align:left;
    font-size: 17px;
    line-height: 18px;
  }
.sidebar-nav.rodeo-underline .nav-item a:hover {opacity:.7;}
.sidebar-nav.rodeo-underline .panel-icon:before {  
font-family: FontAwesome;
    content: "\f101";
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding-left: 10px;
    font-size: 40px;
    position: absolute;
    left: -16px;
    color: #1C7CB8;
    border-radius: 100%;
    background-color: #A7C1E0;
    width: 40px;
    height: 40px;
    display:block;
    top: 0;
    bottom: 0;
    margin: auto; 
}
