﻿
body {
}
#topmenu {
    background: none repeat scroll 0 0 rgb(50, 52, 53);
    height: 65px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500000;
}
#logo-left {
    float: left;
    margin-bottom: 13px;
    margin-left: 30px;
    margin-top: 13px;
    width: 15%;
}
#right-nav {
    display: inline-table;
    float: right;
    height: 65px;
    overflow: hidden;
}
#right-nav > div {
    display: table-cell;
    vertical-align: middle;
}
#right-nav > .link {
    padding: 0 30px;
}
#right-nav > .link:hover {
    background: none;
}
#right-nav > .link > a {
    color: rgb(255, 255, 255);
    font-family: Geogrotesque-Medium;
    font-size: 13px;
}
.right-divider {
}
.right-divider-border {
    border-right: 1px solid rgb(75, 77, 78);
    display: inline;
    padding: 13px 0;
}
.search-topmenu {
    background: none repeat scroll 0 0 rgb(34, 34, 34);
    padding: 0 25px;
}
.menu {
    background: none repeat scroll 0 0 rgb(238, 238, 238);
    padding: 0 30px;
}
.menu img {
    margin-top: 2px;
    vertical-align: top;
}
.menu-expanded {
    background: none repeat scroll 0 0 white;
    display: none;
    overflow: visible !important;
    padding: 23px 0;
    position: relative;
    right: 0;
    text-align: right;
    top: 0;
    width: 249px;
    z-index: 500000;
}
.menu-expanded.drop-down {
    font-family: Geogrotesque-Medium;
    font-size: 13px;
    height: 100%;
    padding: 0 15px;
    position: fixed;
    right: 0;
    top: 64px;
    z-index: 500500;
}
.list {
    background: url("/images/top-menu-close-icon.png") no-repeat scroll 95% center rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgb(228, 228, 228);
    border-top: 1px solid rgb(228, 228, 228);
    font-size: 13px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}
.list-submenu {
    display: none;
    padding: 5px 25px;
    text-align: left;
}
.list a, .list-submenu a {
    color: rgb(64, 64, 64) !important;
}
.list.selected {
    background: url("/images/top-menu-open-icon.png") no-repeat scroll 95% center rgba(0, 0, 0, 0);
    box-shadow: -3px 0 0 0 rgb(7, 188, 222);
}
.list-submenu a:hover {
    color: rgb(208, 17, 43) !important;
    text-decoration: none;
}
.list.selected ~ .list-submenu {
    display: block;
}
.list.selected ~ .list-submenu:nth-child(2) {
    padding-top: 15px;
}
.list.selected ~ .list-submenu:last-child {
    padding-bottom: 15px;
}
.arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    display: none;
    height: 0;
    margin-top: -22px;
    position: absolute;
    right: 30px;
    width: 0;
}
.arrow-up {
    border-bottom: 6px solid black;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none;
    height: 0;
    margin-top: -22px;
    position: absolute;
    right: 30px;
    width: 0;
}
@media only screen and (min-width: 650px) {
.list-wrapper.optional {
    display: none;
}
}
@media only screen and (max-width: 650px) {
#topmenu {
    overflow: visible;
}
#right-nav > .right-divider {
    display: none;
}
.search-topmenu, .menu {
    padding: 23px 10px;
}
.menu-expanded.drop-down {
    height: auto;
    padding: 0 0 0 3px;
}
.menu-expanded {
    width: 100%;
}
#right-nav > .link {
    display: block;
		
}
#search .ui-autocomplete {
    display: none !important;
}
#right-nav {
    display: table-row;
		padding-top: 5px;
}

#right-nav > .link {
    padding: 0 20px 0 40px;
}
.list-wrapper.optional .list a {
    color: #fff !important;
}
}
#footer {
    background-color: #1f2121;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
#footer a, #footer a:visited, #footer a:hover, #footer a:link {
    color: #07bcde;
}
#footer-row-2 {
    background: none repeat scroll 0 0 rgb(82, 82, 82);
    border-top: 1px solid black;
    height: 106px;
    text-align: center;
}
#footer-row-2 #footer-2-center {
    display: inline-block;
    margin: 20px 0;
    width: 940px;
}
#footer-2-center .contact {
    background: none repeat scroll 0 0 rgb(82, 82, 82);
    text-align: left;
}
#footer-2-center .contact a {
    color: #cbcbcb;
    cursor: pointer;
    font-family: Geogrotesque-Regular;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
#footer-2-center .requestinfo {
    margin-top: 35px;
    text-align: right;
}
.footer-left {
    float: left;
}
.chat {
    float: right;
}
#footer-row-3 {
    background-color: #141414;
    border-top: 1px solid #2c2c2c;
    text-align: center;
}
#footer-row-3 #footer-social-media > div {
    display: inline-block;
    padding: 0;
}
#footer-row-3 #footer-social-media img {
    margin-right: 11px;
}
.socialmediaicon {
    padding: 0;
}
.modal-small {
    line-height: 20px;
    padding: 8px;
}
.modal-small .closemodal {
    float: right;
}
#footer-row-3 #footer-social-media, #footer-row-3 .footer-links {
    margin: 0 auto;
    width: 940px;
}
.footer-links {
    padding-bottom: 25px;
}
#footer-row-3 #footer-social-media {
}
#footer-row-3 #footer-social-media .col-md-3 {
    text-align: left;
}
#footer-row-3 #footer-social-media .socialmediaicon {
    line-height: 45px;
}
#footer-row-3 #footer-social-media .socialmediaicon img {
    vertical-align: text-bottom;
}
.socialmedialeft div {
    text-align: left;
}
#footer-row-3 #footer-social-media .socialmediaright {
    color: rgb(154, 154, 154);
    font-family: arial;
    font-size: 12px;
    line-height: 1.667;
    padding-top: 37px;
    text-align: right;
}
#footer #cta {
    left: 18%;
    position: absolute;
    z-index: 2;
}
#footer #cta h3 {
    color: #fff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 20px;
    padding: 10px;
}
#footer #cta h4 {
    color: #07bcde;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 20px;
    margin-left: -10px;
    padding: 10px;
}
#footer #cta-2, #btn img {
    border: medium none;
    float: right;
    margin-right: 20px;
    padding: 10px;
}
#footer #cta-2, #chaticon img {
    border: medium none;
    float: right;
    padding: 10px 14% 10px 10px;
}
.text-btn-gray{
	font-family: Geogrotesque-Regular;
	font-size: 10px;
	height: 23px;
	line-height: 23px;
	padding: 0 13px;
	text-transform: uppercase;
	z-index: 1;
	border: 0;
	border-top: 1px solid #737373;
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(37,39,39) 0%, rgb(50,52,53) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(37,39,39) 0%, rgb(50,52,53) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(37,39,39) 0%, rgb(50,52,53) 100%);
	box-shadow: -1px 0px 3px 0px rgb( 0, 0, 0 );
	vertical-align:top;
	background: -ms-linear-gradient(top, #252727 0%,#323435 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252727', endColorstr='#323435',GradientType=0 );
	vertical-align:middle;
	outline:0;
}

.text-btn-blue {
    background-clip: padding-box;
    background-color: #06abcf;
    background-image: -moz-linear-gradient(center bottom , rgba(64, 190, 213, 0.08) 0%, rgba(180, 179, 179, 0.08) 100%);
    border: 1px solid #4e6f76;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.1);
    color: #ffffff;
    cursor: pointer;
    font-family: Geogrotesque-Medium;
    font-size: 11px;
    height: 23px;
    line-height: 20px;
    padding: 0 6px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 1;
}
span.disclaimer.pull-left {
    color: rgb(154, 154, 154);
}
.links li {
    margin: 8px;
}
@media (max-width: 940px) {
.search #three-way-tab-group {
    background-image: none !important;
    box-shadow: none !important;
}
.bar-btn {
    height: 60px !important;
    width: 135%;
}
#footer-row-2 {
    height: auto;
}
#footer-row-2 #footer-2-center {
    display: block;
    width: auto;
}
#footer-2-center .contact {
    padding-left: 12px !important;
}
#footer-2-center .requestinfo {
    margin-left: 0;
    margin-top: 21px;
    text-align: left;
}
#footer-row-3 {
    padding-left: 10px;
}
#footer-row-3 #footer-social-media, #footer-row-3 .footer-links {
    width: auto;
}
#footer-row-3 #footer-social-media .socialmediaright {
    padding-top: 0;
    text-align: left;
}
#thelist {
    padding-left: 0;
    padding-right: 0;
}
}
input {
    outline: medium none;
}
input[type="search"] {
    font-family: inherit;
    font-size: 100%;
}
input[type="search"] {
    background: url("/images/search_icon.png") no-repeat scroll 10px center #ededed;
    border: 1px solid #ccc;
    border-radius: 1em;
    padding: 9px 10px 9px 15px;
    transition: all 0.5s ease 0s;
    width: 55px;
}
input[type="search"]:focus {
    background-color: #fff;
    border-color: #6dcff6;
    box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
    width: 100px;
}
#search {
    box-shadow: -4px 2px 6px 1px #000000;
}
#search .ui-autocomplete {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgb(233, 233, 233);
    border-color: #313131 #1f2121 #1f2121;
    border-image: none;
    border-radius: 0;
    border-style: none;
    border-width: 1px;
    box-shadow: -1px 5px 6px 1px #000000;
    color: rgb(82, 82, 82);
    padding: 0;
}
#search .ui-autocomplete .ui-autocomplete-category {
    background-color: rgb(233, 233, 233);
    border-top: 1px solid #313131;
    color: rgb(82, 82, 82);
}
.search-filter {
    height: 26px;
    margin: 13px 0 0 30px;
    width: 150px;
}
.ui-autocomplete-category .ui-autocomplete-category-name {
    float: left;
    height: 100%;
    padding-left: 5px;
    padding-top: 10px;
    width: 100px;
}
.ui-autocomplete-category .ui-autocomplete-menuitem {
    float: right;
    padding-bottom: 17px;
    width: 200px;
}
.ui-autocomplete-category-name a, .ui-autocomplete-category-name a:hover {
    font-weight: bold;
}
#search .ui-autocomplete li[role="presentation"] {
    border-bottom: 1px solid black;
    border-top: 1px solid #313131;
}
.ui-autocomplete-seeall {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #07bcde;
    text-align: center;
}
.ui-autocomplete-seeall a, .ui-autocomplete-seeall a:hover, .ui-autocomplete-seeall a:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    color: #07bcde !important;
    margin-bottom: 10px;
    padding-top: 10px !important;
    text-align: center;
}
#demo-b input[type="search"] {
    color: transparent;
    cursor: pointer;
    height: 18px;
    padding-left: 6px;
    width: 15px;
}
#demo-b input[type="search"]:hover {
    background-color: #fff;
}
#demo-b input[type="search"]:focus {
    background-color: #fff;
    color: #000;
    cursor: auto;
    padding-left: 15px;
    width: 80px;
}
#demo-b input:-moz-placeholder {
    color: transparent;
}
.chat_btn img {
    border: medium none;
    height: 20px;
    padding-right: 0;
    position: absolute;
    width: 28px;
}
#chaticon {
    padding: 0 14px;
}
.searchNav_btn img {
    border: medium none;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}
.login_btn {
    background-color: #07bcde;
    border: 1px solid #3b3437;
    color: #ffffff !important;
    font-size: 10px;
    height: 20px;
    padding: 5px;
    width: 40px;
}
.login_btn a:hover {
    background-color: #3b3437;
    border: 1px solid #2d282b;
}
#search {
    height: auto !important;
    left: initial !important;
    right: 0 !important;
    width: 100%;
}
.search-topmenu-wrapper {
    display: inline-block;
    width: 400px;
}
.search-topmenu-wrapper input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color rgb(154, 154, 154);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: white;
    margin-left: 15px;
    outline: medium none;
    width: 379px;
}
.ui-autocomplete-category-name {
    width: 100px !important;
}
.ui-autocomplete-category-name {
    padding-top: 0 !important;
}
.ui-autocomplete-menuitem {
    width: 290px !important;
}
.ui-autocomplete-category {
    padding: 15px 0 0 !important;
}
.ui-autocomplete-category-name {
    width: 100px !important;
}
.ui-autocomplete-menuitem {
    width: 290px !important;
}
.ui-autocomplete-category {
    padding: 15px 0 !important;
}
.ui-autocomplete-category-name {
    padding-top: 0 !important;
}
.ui-menu {
    position: fixed;
    width: 420px;
}
