﻿@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Satisfy);

html {
    font-size: 16px;

}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    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: 12px 0;
	font-family: Georgia,Times,"Times New Roman",serif;
}
h1, h1 a {
	font-size: 29px;
	font-weight: bold;
	margin: 0;
}
h2, h2 a {
	font-size: 25px;
	font-weight: bold;
	margin: 0;
}
h3, h3 a {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
h4, h4 a {
	color:#333 ;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
h5, h5 a {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}
h6, h6 a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

/* header horiontal menu font */
header .cms-custom-links .horizontal a {
	font-family: Georgia,Times,"Times New Roman",serif;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
/*-------------------------FONT STYLING END------------------------*/

/*-------------------------SITE CLASSES START----------------------*/
.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 {
	text-align:center;
	margin: 0;
	padding:0;
}

header .cms-cm-icons, header .cms-custom-links { display:none; }

/* 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: absolute;
    width: 100%;
    z-index: -1;
}
.slider {
    width: 100%; height: auto;
}
.slider-mask-left, .slider-mask-right {
	display:none;
    pointer-events:none;
}

.inside-view {
	background-color: rgba(255, 255, 255, 0.94);
	min-height: 100px;
	padding: 30px 20px 920px 20px;
	position: relative;
	margin-bottom: -900px;
}
/* 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 */

.bottom-content {
	position: relative;
	background-color: rgba(23, 23, 23, 0.8);
	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 {
	color:#fff;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 26px;
}
.cm-icon-row {
	background-color: rgba(255, 255, 255, 0.39);
	margin: 10px 0 0;
	padding: 20px 0;
}

/*-------------------------SITE CLASSES END------------------------*/


/*-------------------------MAIN START------------------------------*/
/* main nav */

#cm-cms-menu {
  display:table;
  margin:0 auto;
}

nav {
	width:100%;
    display: block;
	position: absolute;
	z-index: 100;
    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: 10px;
    text-align: left;
	border-top: 4px solid;
	border-bottom: none;
	border-left: none;
    width: auto !important;
}
.navbar-nav > li {
  border-right: 0.1em solid;
}
.navbar-nav > li:first-child  {
  border-left: 0.1em solid;
}
.navbar-collapse{
  padding-left:0;
  padding-right:0;
}
.navbar-default .navbar-nav > li > a {
    line-height: 16px;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 18px;
	padding: 15px 30px 15px 30px;
}

.dropdown-menu li  {
border-bottom: 1px solid #555555;
}
.dropdown-menu > li > a {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 16px;
    color: #ffffff;
	transition: all 0.2s ease 0s;
}

main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}


.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-family: Georgia,Times,"Times New Roman",serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: right;
	color:#fff;
}
/*--------------------combined---------------*/

.wrapper {
  /*  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
    margin: 0 auto;
    background-color: #ffffff;*/
	margin: 0;
	padding:0;
	width: 100%;
}
header {
    padding-top: 10px;
}

.clearLRPadding {
    padding-left: 0;
    padding-right: 0;
}

.clearLRMargin {
    margin-left: 0;
    margin-right: 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 {
	margin-top:25px
}
footer p a {
  line-height: 18px;
  margin: 0 0 4px;
  font-weight:normal;
}
footer p {
  font-size: 13px;
}
footer a {
	font-size: 13px;
	line-height: 28px;
	text-decoration:none;
}
footer a:hover {
	color:inherit;
	text-decoration:underline;
}
footer p {
  font-size: 13px;
}
footer p a {
  line-height: 18px;
  margin: 0 0 4px;
  font-weight:normal;
}
footer .cms-icon-links {
  margin-top:25px;
}
.footer {
	padding: 40px 20px;
}
.copyright{
	background-color:#fff;
	color:#3f3f3f;
	padding: 20px 0;
}
.copyright a {
	color:inherit;
}


/*I did this manually because the below Less variables didn't work for me*/
@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;
	}
.slider-mask-left {
	display: block;
	position: absolute;
	width: 8%;
	height: 100%;
	left: 0;
	z-index: 10;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' ----located in head section of html*/
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}
.slider-mask-right {
	position: absolute;
	display: block;
	width: 8%;
	height: 100%;
	right: 0;
	z-index: 10;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.footer {
    padding: 20px 0 40px;
	}
}

@media (min-width:992px) {

}


@media (min-width:1200px) {

}

/* Slider Mask Test Adjustments */
@media (max-width: 1370px) {
.slider-mask-left {
    width: 2%;
}
.slider-mask-right {
    width: 2%;
}
}

body.dragging .page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider {
    display:none;
}
.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 97.14% 0;
}
.page-area[pageareaid="Feature 0"] .cms-content .flex-control-nav,
.page-area[pageareaid="Feature 0"] .cms-content .flex-direction-nav,
.page-area[pageareaid="Feature 0"] .cms-content .flex-caption {
    display:none;
}
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider:after{
  content:'';
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60px;
  bottom: 58px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 94%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(94%,rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 94%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 94%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 94%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    background-color: #000000;
    height: 5000px;
}
.page-area[pageareaid="Feature 0"] .cms-content .cms-flexslider .slide-wrapper img {
    min-height: 100%;
    width:100%;
}
.sidebar-nav .nav-item a {
    display:inline-block;
    width: 100%;
    font-family: Arial,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-family: Georgia,Times,"Times New Roman",serif;
    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: 70px;
      background: url(https://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;
      float: left;
}
@media(min-width:400px){
  .cms-template-editor .preview .panel.rodeo-drive-shield::after,
  .panel.rodeo-drive-shield::after {
    height: 140px;
  }
}
@media(min-width:768px){
  .cms-template-editor .preview .panel.rodeo-drive-shield::after,
  .panel.rodeo-drive-shield::after {
    height: 85px;
  }
}
.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-------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*Remove Borders on Hamburger Menu*/
@media (max-width:768px) {
.navbar-nav > li:first-child {
	border-left: none;
}
.navbar-nav > li {
	border: none;
}
}
