﻿/* -----------------------------------------
:: GRAPHIC LOGO
----------------------------------------- */
.graphic-logo {
	text-align: center;
}

.graphic-logo i {
	color: #7397B8;
}

@media (min-width: 992px) {
.graphic-logo {
	float: left;
	z-index: 10;
}

}
/* -----------------------------------------
:: WEBSITE NAME
----------------------------------------- */
.website-name {
	color: #7397B8;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1;
	z-index: 10;
	position: relative;
}

.website-name a {
	color: #FFFFFF;
	transition: all .2s ease;
}

.website-name a:hover, .website-name:hover {
	color: #7397B8;
	text-decoration: none;
}

@media (min-width: 769px) {
.website-name {
	font-size: 50px;
}
}
/* -----------------------------------------
:: TAGLINE
----------------------------------------- */
.tagline {
	text-align: center;
	z-index: 10;
	position: relative;
}

.tagline p {
	color: #ffffff;
	font-size: 13px;
}

.tagline span {
	background-image: url('../../Site/graphics/underline.png');
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 4px;
	white-space: nowrap;
}

@media (min-width: 992px) {
.tagline {
	line-height: 1;
}

}
/* -----------------------------------------
:: PHONE
----------------------------------------- */
.header-phone {
	color: #ffffff;
	z-index: 10;
	position: relative;
}

.header-phone a {
	color: #ffffff;
	text-decoration: none;
}

.header-phone a:hover {
	color: #4F779B;
	text-decoration: underline;
}

@media (min-width: 992px) {
}
/* -----------------------------------------
:: SOCIAL ICONS
----------------------------------------- */
.social-icons {
	text-align: center;
	z-index: 10;
	position: relative;
}

.header-social-icons a i {
	color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	padding-top: 7px;
	margin-right: 5px;
}

.header-social-icons ul {
	list-style-type: none;
	display: inline;
	padding: 0;
}

.header-social-icons ul li {
	display: inline-block;
}

.header-social-icons ul li a {
}

@media (min-width: 992px) {
.social-icons {
	float: right;
}

}
/* -----------------------------------------
:: MENUTOP
----------------------------------------- */
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border-radius: 0px;
}

.navbar-nav > li > a {
	line-height: 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #7397B8;
	background-color: #ffffff;
}

.dropdown-menu > li > a {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
}

/* do not remove, or menu top sub sub menus will not function */
/* SUB FLYOUT BORDER STYLES */
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -5px;
	border-radius: 0 7px 7px 7px;
	padding: 5px 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

/* SUB FLYOUT ARROWS */
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ffffff;
	margin-top: 5px;
	margin-right: -15px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 0 7px 7px 7px;
}

.dropdown-submenu {
	position: relative;
}

.navbar-toggle {
	width: 100%;
}

.dropdown-menu li.dropdown-submenu ul.dropdown-menu li a i {
	margin-right: 10px;
}

@media (min-width: 992px) {
.menu-wrapper {
	display: block;
	position: absolute;
	top: 60px;
	right: 0;
	padding: 0 43px 0 0;
}

}
/* -----------------------------------------
:: TEXTLINKS / NUMO LINKS
----------------------------------------- */
.text-links {
	color: #ffffff;
	color: rgba(255,255,255,0.5);
}

.text-links a {
	color: #ffffff;
	color: rgba(255,255,255,0.5);
}

.text-links a:hover {
	color: #ffffff;
	color: rgba(255,255,255,0.9);
}

#top-menu.menu.nav.navbar-nav li a {
	transition: all 0.3s ease 0s;
	background: rgba(0,0,0,0.5);
	font-family: 'Shadows Into Light', cursive;
	color: rgba(255,255,255,0.5);
	font-size: 20px;
	box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.25);
	margin: 10px;
}

#top-menu.menu.nav.navbar-nav li a:hover {
	background: rgba(0,0,0,0.75);
	color: rgba(255,255,255,0.75);
	margin: 10px;
}

#top-menu.menu.nav.navbar-nav > li > .dropdown-menu {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-top: 0px;
}

#top-menu.menu.nav.navbar-nav li.dropdown.open ul.dropdown-menu {
	background-color: #222222;
}

#top-menu.menu.nav.navbar-nav li.dropdown.open ul.dropdown-menu li.dropdown-submenu a {
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.0);
	border-radius: 7px;
}

#top-menu.menu.nav.navbar-nav li.dropdown.open ul.dropdown-menu li a {
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.0);
	border-radius: 7px;
}

#top-menu.menu.nav.navbar-nav li.dropdown.open ul.dropdown-menu li.dropdown-submenu > a::after {
	margin-right: -10px;
	margin-top: 10px;
}

#top-menu.menu.nav.navbar-nav li.dropdown.numo-top-menu.open div.dropdown-menu {
	background-color: #222222;
}

#top-menu .form-control {
	background-color: #111111;
}

#top-menu.menu.nav.navbar-nav li.dropdown.open ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu a {
	display: block;
}

@media (min-width: 992px) {
.text-links {
	float: right;
}

.section--breadcrumb .text-links {
	margin-top: -30px;
}

}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
}

.navbar .navbar-collapse {
	text-align: center;
}

/* -----------------------------------------
:: GOOGLE SEARCH
----------------------------------------- */
.cse .gsc-control-cse, .gsc-control-cse {
	background-color: transparent!important;
	border: 1px solid transparent!important;
}

.gsc-input {
	background: none!important;
}

.gsib_a {
	padding: 0!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	padding-top: 4px!important;
}

.gsib_b {
	display: none!important;
}

.gsc-input-box {
	border: 0px solid #d9d9d9!important;
	height: 30px!important;
	border-radius: 10px!important;
	transition: all .3s ease;
}

input.gsc-search-button {
	margin-left: -60px!important;
}

.cse input.gsc-search-button, input.gsc-search-button {
	background-color: transparent!important;
	background-image: url('../../Site/graphics/search-btn.png')!important;
	background-repeat: no-repeat!important;
	border: 0px solid #3079ed!important;
	border-radius: 0px!important;
	color: #fff;
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding: 15px!important;
	margin: 0px!important;
	margin-top: 2px!important;
	margin-left: -80px!important;
}

.google-search {
	display: none;
}

@media (min-width: 992px) {
.google-search {
	width: 250px;
	float: right;
	transition: all .3s ease;
	display: block;
}

.google-search:hover {
	width: 300px;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0!important;
	padding-top: 1px!important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 2px!important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	margin-left: -40px!important;
}

}
/* -----------------------------------------
:: MENU SIDE
----------------------------------------- */
.menu-side {
	margin: 0;
	padding: 0;
}

ul.menuside li a {
	text-decoration: none;
}

ul.menuside, ul.menuside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menuside {
	width: auto;
	height: auto;
}

.menuside ul li:last-child a {
	border-bottom: 0 solid #33373d;
}

.menuside > li > a:hover, .menuside > li > a.active {
	background: #1e5799;
}

.menuside > li > a:before {
	content: '';
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}

.menuside > li > ul li a:before {
	content: '';
	font-size: 8px;
	color: #F2F2F2;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
}

ul.menuside li ul {
	margin-left: 15px;
}

/* menu side hover*/
ul.menuside li {
	margin: 3px 0 3px 0;
}

.menuside > li > a {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 25px;
	padding: 5px 10px 5px 20px;
	background: #7397B8;
	-webkit-transition: color .2s ease-out, background .5s ease-in;
	transition: color .2s ease-out, background .5s ease-in;
	outline: 0;
	margin-bottom: -2px;
}

.downarrow {
	background-image: url('../../Site/graphics/menu-side-down-arrow.png')!important;
	background-position: right 10px!important;
	background-repeat: no-repeat!important;
}

.downarrow:hover {
	background-image: url('../../Site/graphics/menu-side-down-arrow.png')!important;
	background-position: right -130px!important;
	background-repeat: no-repeat!important;
}

/* menu side hover*/
.menuside > li > a:hover, .menuside > li > a.active {
	color: #7397B8;
	background: rgba(0,0,0,0.15);
	outline: none;
}

/* menu side button */
.menuside > li > a {
	width: 100%;
	display: block;
	position: relative;
	border-radius: 4px;
}

/* menu side sub */
.menuside ul li a {
	color: #7397B8;
	background: transparent;
	background: rgba(0,0,0,0.1);
	border-radius: 4px;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 2px 0 2px 0;
	outline: none;
}

/* menu side sub background hover */
.menuside ul li a:hover {
	background: #222222;
	background: rgba(0,0,0,0.5);
	border-radius: 4px;;
}

/* menu side sub font hover */
.menuside > li > ul li:hover a, .menuside > li > ul li:hover a span, .menuside > li > ul li:hover a:before {
	color: #ffffff;
}

