/* vars */
/* hide show mixin */
/* global  styles */
.grad {
  display: inline-block;
  height: 300px;
  width: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%) no-repeat;
}

.optionslist{
	max-width: 90%;
    height: calc(50vh);
    padding-top: 70px;
    margin: auto;
	top: 25vh;
	left: 100px;
    text-align: center;
    margin-bottom: 0px;
    position: absolute;
}

.linklogo{
	display: inline-block !important;
    /* padding: 0.7em !important; */
    vertical-align: middle;
    /* height: 3em; */
    margin-top: 0.5em;
    font-size: 1.5em !important;
    letter-spacing: 2px;
	height: 5em;
	font-weight: 200;
	
}

.teamname {
  color: white;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.8em;
  letter-spacing: 3pt;
  text-align: left;
}

.menu a.linklogo:hover{


}


.cblogo{
	width: 65px; 
	padding:10px; 
	margin-left:80px; 
}



.main-link{
	
	
	display: inline-block;
	margin-right:0.5em;
	font-size: 0.9em;
	border: 1px solid white;
	margin-top: 0.75em;
	
	padding: 0.7em;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.5em;
	text-align: center;

	text-transform: uppercase;
	font-weight: 200;
	color: white;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.4);
	
}

.selected{
	font-size: 0.9em;
	border: 1px solid white;
	margin-top: 0.75em;
	font-weight: 200;
	padding: 0.7em;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.5em;
	text-align: center;

	text-transform: uppercase;
	color: black;
	background-color: white;
	text-decoration: none;
	opacity: 1;
}

.menu {
	margin: 0;
	top: 0;
	left: 0;
	position: absolute;
	width: 100vw;
	z-index:999;
	font-weight: 200;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.menu,
.menu a {
  color: white;
  text-decoration: none;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 2px;
  
}

.menu a:hover {
  color: white;
  background-color: #bc8f46;
  
}

.menu ul>li>ul>li a:hover {
	color: black;
  background-color: #E5E4E2;
  
}


.menu label {
  display: inline-block;
  color: black;
  font-size:1.25em;
  font-weight:900;
}

.menu a {
  display: block;
  white-space: nowrap;
}


	

.menu-dropdown,
.menu input[type="checkbox"] {
  display: none;
  
  
}

.menu label:hover {
  cursor: pointer;
  
}

.cblogo-footer-div{
	
	
}

.cblogo-footer-div{
	display: inline-block;
}

.cblogo-footer{
	width: 55px; 
	padding:5px; 
	margin-left:0px; 
}

.linklogo-footer{
	display: inline-block; 
	margin-top:-12px !important; 
	text-align: left; 
	font-size: 0.9em !important; 
	line-height: 1.2em;
	vertical-align: middle;
    margin-top: 0.5em;
    letter-spacing: 2px;
    height: 5em;
    font-weight: 200;
}


.agentlist-footer{
	margin-left: 70px;
}

.agentpic-footer{
	margin-left: 80px;
}

.address-footer{
	margin-left: 70px; 
	margin-top: 2em;
}
/* narrow styles */
@media screen and (max-width: 1024px) {
  .menu > ul,
  .menu-righticon {
    display: none;
	
  }

  input[type="checkbox"]:checked + ul {
    display: block;
	background-color:white;
	
    -webkit-animation: grow .5s ease-in-out;
            animation: grow .5s ease-in-out;
  }
  
  .menu a {
    background: black;
	color: white;
  }
  .cblogo{
	  width:50px;
	margin-left:0px; 
	}

.linklogo{
	display: none !important;
}

.top_header_area{
	height: 3.4em !important;
}

.agentlist-footer{
	margin-left: 10px;
}

.agentpic-footer{
	margin-left: 0px;
}

.address-footer{
	margin-left: 10px; 
	margin-top: 2em;
}

.linklogo-footer{
	display: inline-block;
    width: calc(100vw - 150px);
	margin-top: -50px !important;
}

.cblogo-footer{
	width:75px;
  
}
}
/* large styles */

@media screen and (min-width: 1025px) {

  
  .menu > label,
  input[type="checkbox"] {
    display: none;
  }

  .menu a {
    padding: 15px 20px;
  }

 .menu > ul {
    display: inline-block;
	vertical-align:middle;
	
	margin: auto;
	float:right;
	margin-right: 1.5em;
	margin-top:1em;
	height:2.5em;
  }

  .menu > ul > li {
    display: inline-block;
	padding-left: 10px;
  }
  
  .menu > ul > li >label > i{
    display: none;
  } 
  
  
  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: grow .5s ease-in-out;
            animation: grow .5s ease-in-out;
  }

  .menu-hasdropdown > ul {
    position: absolute;
    top: 100%;
    left: 10px;
    background: white;
	border-top: 3px solid #bc8f46;
	min-width: 150px;
  }

  .menu-hasflyout > ul {
    left: 100%;
    top: 0;
  }

  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
/* look and feel only, not needed for core menu*/

}
html {
  font-size: 100%;
}

body {
  font-family: 'Roboto' sans-serif;
  line-height: 1.5;
}

.menu-dropdown a {
  padding: 15px 20px;
  color: black;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: capitalize;
  font-size:0.9em;
  letter-spacing:1px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}



/* narrow  */
@media screen and (max-width: 1024px) {
  .menu > label {
    background: white;
    display: inline-block;
	float: right;
    padding: 15px 20px;
    text-align: right;
  }

  .menu a {
    padding: 15px 20px;
  }

  .menu > ul i {
    float: right;
    padding: 5px 10px;
  }

  .menu-dropdown a {
    background: white;
	margin-left:20px;
  }

  .menu-hasflyout > ul a {
    background: white;
  }
  
  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: grow .5s ease-in-out;
            animation: grow .5s ease-in-out;
  }
  
}
@media screen and (min-width: 1025px) {
  .menu {
    max-width: 100%;
    margin: 0 auto;
  }
  
  
  .menu >ul > li label {
	  display: none;
  }
  
}

