/*
Theme Name: Ciesa Design Retailers
Theme URI: 
Author: Ciesa Design
Author URI: 
Description: Seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress.
Version: 100.1.10
License: 
License URI: 
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Biryani', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.7em;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

@media (max-width: 479px) {
.alignleft, .alignright, .aligncenter {
	width: 100%;
}
}
/* =============================================================
---------------------------------------------------------------- ##images (responsive images)
============================================================= */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 0px;
	margin-bottom: 20px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 0px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}
/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}
/* =============================================================
---------------------------------------------------------------- ##embeds
============================================================= */
embed, iframe, object {
	max-width: 100%;
}
/* =============================================================
---------------------------------------------------------------- ##screen readers
============================================================= */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* =============================================================
---------------------------------------------------------------- ##content
============================================================= */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.main-content-inner {
	padding-bottom: 0;
}
.hentry {
	margin: 0;
}
.hentry h3 {
	margin-top: 30px;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}
/* Clearing */
.clear {
	clear: both;
}
.clearfix {
	clear: both;
}
/* Navigation */

.pager li>a, .pager li>span {
	border-radius: 0px;
	padding: 7px 14px 4px;
}
/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
	margin-bottom: 2em;
}
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
	padding-left: 15px;
}
/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
	display: none;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
	margin-left: 1.5em;
}
/**
* Some WP Theme Repository requirements
*/

.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.entry-meta {
	clear: both;
	margin-bottom: 15px;
}
.edit-link {
	display: block;
}
a {
	color: #FD8428;
}
a:hover {
	color: #ee5400;
}
.w3eden th {
	background-color: transparent !important;
}
h1 {
	color: #36D6E5;
	font-weight: 900;
	margin-bottom: 20px;
	margin-top: 0px;
}
label {
	margin-top: 10px;
	margin-bottom: 3px;
}

.entry-content-thumbnail {margin-bottom: 15px;}

.page-title-banner {
	color: #FEEE35;
	text-shadow: 1px 1px 8px rgba(0,0,0,.8);
	margin-bottom: 40px;
}

@media (max-width: 767px) {
.page-title-banner {
	margin-top: 320px;
	font-size: 22px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.page-title-banner {
	margin-top: 315px;
}
}

@media (min-width: 992px) {
.page-title-banner {
	margin-top: 240px;
	margin-bottom: 40px;
}
}
.testimonial {
	margin-top: 20px;
}
.testimonial-name {
	font-weight: 900;
}
.testimonial-title {
}
.testimonial-company {
}
.single-title {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 40px;
}
.size-news_events {
}
.page-numbers {
	padding: 0 10px;
}
.custom-pagination {
	margin-top: 75px;
	margin-bottom: 75px;
	font-size: 1.1em;
	margin-left: -10px;
}
.image-title {
	margin: 10px 0 5px 0;
}
.first-title {
	margin-top: 0px;
}
.intro-text {
	font-size: 1.15em;
	line-height: 1.7em;
	margin-bottom: 0px;
}
header h3 {
	margin-bottom: 0px;
}
.post-edit-link {
	clear: both;
	display: block;
}
h2 {
	font-size: 1.7em;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 30px;
	clear: both;
}
.callout-inner h2 {
	margin-top: 40px;
}

h3 {
	margin-top: 30px;
	clear: both;
}
.widget-title {
	margin-top: 0;
}
.widget h2 {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: none;
}
.sidebar-padder h2:first-child {
	margin-top: 0px !important;
}
.sidebar-padder h2 {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: none;
}
.sidebar-padder h3 {
	font-size: 1.2em;
	font-weight: 700;
}
.sidebar-padder img {
	margin-bottom: 30px;
}
.centennial-retailer:nth-child(4n+1) {
	clear: both;
}
.centennial-retailer h3 {
	margin-bottom: 0px;
}

@media (min-width: 992px) {
h1 {
	font-size: 4.3em;
}
h2 {
}
}
h3 {
	font-size: 1.5em;
	font-weight: 700;
}
strong {
	font-weight: 800;
}
.main-content a {
	font-weight: bold;
}
.main-content-mpp {
	margin-top: -25px;
}
.main-content ul {
	overflow: hidden
}
.main-content li {
	margin-bottom: 10px;
}
.nav-tabs li {
	margin-bottom: -1px !important;
}
.nav-tabs>li>a:hover {
	background-color: #FEEE35;
	color: #000;
}

@media (max-width: 479px) {
.entry-content-thumbnail img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
}

@media (min-width: 768px) {
.entry-content-line {
	border-right: 1px solid #26D6E7;
	padding-right: 30px;
}
.sidebar-padder {
	padding: 0 0 0 15px;
}
}
.front-highlight-container {
	margin: 40px 0 20px 0;
}
.front-highlight-container h2 {
	margin: 0 0 20px 0;
}
.skip {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}
a.skip:active, a.skip:focus, a.skip:hover {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
	background-color: #fff;
	padding: 10px;
	z-index: 99;
}
.nav-container {
	padding-bottom: 0;
}
.highlight-inner a {
	color: #666;
	text-decoration: underline;
}
.highlight-inner a:hover {
	color: #FD8428;
	text-decoration: underline;
}

@media (min-width: 992px) {
.main-content {
	padding: 50px 0 20px 0;
}
}
.highlight-container {
	background-color: #36D6E5;
	padding: 20px 0 30px;
}
.highlight:hover h2 {
	background-color: #ee5400;
	color: #fff;
}
.highlight:hover img {
}
.highlight h2 {
	color: #000;
	background-color: #fff;
	font-size: 1.1em;
	padding: 15px 15px 9px 15px;
	position: absolute;
	margin-top: 20px;
	margin-left: 25px;
}
.highlight img {
	margin-top: 40px;
}
.highlight-inner {
	background-color: #FEEE35;
	padding: 0px 0 10px;
	margin-bottom: 50px;
}
.highlight-inner h2 {
	text-transform: none;
	font-size: 1.4em;
}
.highlight-inner-middle {
	background-color: #FEEE35;
	padding: 0px 0 10px;
}
.highlight-inner-middle h2 {
	text-transform: none;
	font-size: 1.4em;
}
.highlight-inner img {
	padding: 30px 0px 5px 0;
}
.member-logos {
	border-bottom: solid 1px rgb(38,214,231);
	padding: 0 0 30px;
}

@media (min-width: 992px) {
.highlight-inner-image {
	position: absolute;
	top: -200px;
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 1200px) {
.highlight-inner-image {
	position: absolute;
	top: -200px;
	padding-right: 15px;
	padding-left: 15px;
}
}

.caption {font-size: .8em;     
line-height: 1.4em;
margin-top: 5px;
margin-bottom: 10px;}


@media (min-width: 768px) {
.highlight-inner iframe {
	padding: 20px 29px 20px 0;
	height: 270px;
	width: 100%;
}
}

@media (min-width: 992px) {
.highlight-inner .video-container {
	position: absolute;
	top: -130px;
	padding-right: 29px;
	height: 270px;
	width: 100%;
}
}

@media (max-width: 767px) {
.size-front_highlight {
	margin-bottom: 15px;
}
}
.section-container {
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #36D6E5;
	color: #999999;
}

.section-container h2 {
	color: #000000;
}

.section-container img {
	margin-bottom: 20px;
}
.site-branding {
	clear: both;
}
.site-header img {
	padding: 20px 0 0 0;
}
.banner {
	width: 100%;
	height: 370px;
	background-size: cover;
}

@media (min-width: 768px) {
.banner {
	background-position: center center;
}
}

@media (max-width: 767px) {
.banner {
	background-position: 70% center;
}
}
.banner-mpp {
	width: 100%;
	height: 250px;
	margin-top: -20px;
	background-size: cover;
	background-position: center center;
}
.banner-mpp-container {
	position: relative;
	height: 100%;
}
.banner-mpp-text {
	padding: 10px 20px;
	background-color: rgba(50,50,50,.8);
	margin-top: 20px;
	color: #fff;
}
.banner-mpp-text h2 {
	font-size: 2.6em;
}

@media (max-width: 991px) {
.banner-mpp-text h2 {
	font-size: 1.7em;
}
}

@media (min-width: 768px) {
.vertical-align {
	display: flex;
  align-items: center;
}
}

.icons {
	font-size: 1em;
	text-align: center;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
.icons-providers img {
	padding: 3em;
}
}

.icons h2 {
	color: #34D4E3 !important;
	font-size: 1.8em;
	margin: 50px 0 30px 0;
}

.icons img {
	height: 110px;
	padding: 1em;
	width: auto;
}

.icons .fa {
	vertical-align: middle;
	padding-bottom: 10px;
}


.icons .plus {
	color: rgb(57,146,182);
}
.icons .eye {
	color: rgb(96,194,88);
}
.icons .umbrella {
	color: rgb(200,52,71);
}
.icons .x-ray {
	color: rgb(250,112,51);
}
.icons .wheelchair {
	color: rgb(88,105,159);
}
.icons .plane {
	color: rgb(102,45,145);
}

.icons .fa-stack {
	margin-top: 10px;
}

/* =============================================================
---------------------------------------------------------------- ##search
============================================================= */

.search-box {
	margin: 0px 0 25px 0;
}

@media (min-width: 992px) {
.search-box {
	clear: both;
	float: right;
	width: 100%;
	margin: 50px 0 20px 0;
}
}
.search-container h2 {
	font-size: 1.2em;
	border: none
}
/* =============================================================
---------------------------------------------------------------- ##forms
============================================================= */

.form-control {
	border: 1px solid #008284;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.state_select {
}
.qty input {
	width: 60px;
	margin: 20px 0 0;
}
td, th {
	padding: 5px;
}
/* =============================================================
---------------------------------------------------------------- ##buttons
============================================================= */

.sidebar-padder .btn {
	width: 100%;
	margin-bottom: 20px;
}
.sidebar-padder .dropdown-toggle {
	margin-bottom: 0 !important;
}
.callout-inner .btn {
	width: 100%;
	margin-bottom: 20px;
}
.section-button {
	width: 100%;
	margin-bottom: 20px;
}
.sidebar-padder .wpcf7-submit {
	width: 100%;
}
.btn-group.bootstrap-select .btn.dropdown-toggle {
	border-radius: 0px !important;
}
.btn {
	border: 0 none;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 15px 6px 15px;
	white-space: normal;
}

.btn-default {
	margin: 5px;
}

.btn-center {
	width: 200px;
	margin: auto;
}

.btn-center .btn-default {
	width: 100%;
}

.btn-blog {
	width: 100%;
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
.btn-default, .btn-info, .btn-link {
}
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}
.btn-search {
	background-color: #fff;
	color: #188F96;
	border-top: #188F96 solid 1px;
	border-right: #188F96 solid 1px;
	border-bottom: #188F96 solid 1px;
	padding: 6px 12px;
}
.btn-search:hover {
	background-color: #FEEE35;
	border-top: 1px solid #008284;
	border-right: 1px solid #008284;
	border-bottom: 1px solid #008284;
}
.btn-primary {
	background-color: #FD8428;
	color: #fff;
}
.btn-primary:hover {
	color: #fff;
	background-color: #ee5400;
}
.btn-info {
	background-color: #FD8428;
	color: #fff;
	border: none;
}
.btn-info:hover {
	color: #fff;
	background-color: #ee5400;
	border: none;
}
.btn-link {
	background-color: #Fff;
	color: #000;
	border: 2px solid #000;
}
.btn-link:hover {
	color: #fff;
	background-color: #ee5400;
	border: 2px solid #000;
}
.btn-default {
	background-color: #FD8428;
	color: #fff;
	border: none;
	min-width: 175px;
}
.sidebar-padder .btn-default, .sidebar-padder .btn-group {
	width: 100%;
}

@media (max-width: 767px) {
.btn-default {
	width: 100%;
}
}
.btn-default:hover {
	color: #fff;
	background-color: #ee5400;
	border: none;
}
#qafp_searchsubmit {
	background-color: #FD8428;
	color: #fff;
	border: none;
	padding: 7px 15px 4px;
}
#qafp_searchsubmit:hover {
	color: #fff;
	background-color: #ee5400;
	border: none;
}
.qafp_search {
	padding: 5px 5px 2px 5px;
}
.wpcf7-submit {
	background-color: #FD8428;
	color: #fff;
	border: none;
}
.wpcf7-submit:hover {
	color: #fff;
	background-color: #ee5400;
	border: none;
}

@media (max-width: 767px) {
.content-well-home .btn {
	width: 100%;
}
}
.btn-home-container {
	margin: 10px 20px 20px 0px;
	float: left;
}

@media (max-width: 767px) {
.btn-home-container {
	width: 100%;
}
}

@media (max-width: 767px) {
.carousel-caption .btn {
	width: 100%;
}
}
.sidebar-padder .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}

@media (max-width: 767px) {
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}
}
.required {
	color: red;
}
.pager li>a, .pager li>span {
	background-color: rgb(253,132,40);
	color: rgb(255,255,255);
	border: none;
	margin-bottom: 20px;
}
.pager li>a:hover, .pager li>span:hover {
	background-color: rgb(238,84,0);
}

@media (min-width: 480px) {
.wpcf7-submit {
}
}
/* =============================================================
---------------------------------------------------------------- ##navbar
============================================================= */

.nav-tabs>li>a {
	border-radius: 0;
}
.navigation ul {
	margin: 40px 0 0 -40px;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	color: #FD8428;
	text-decoration: none;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}
.navigation li a:hover, .navigation li.active a {
	color: #222;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
}

@media (min-width:767px) {
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}


#main-menu > li > ul > li:first-child {
	display: none;
}
.dropdown-menu ul > li:first-child {
	display: block;
}
}
.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: #222;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:active>a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.dropdown-menu li a {
	padding: 12px 15px 7px;
}
.dropdown-menu li a:hover {
	background-color: #f1de01;
	color: #2d2d2d;
}
.dropdown-menu li a:active {
	background-color: #FEEE35;
}
.dropdown-menu li a:focus {
	background-color: #f1de01;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus {
	background-color: #FEEE35;
	color: #2d2d2d;
}
.dropdown-menu>.active>a:hover {
	background-color: #f1de01;
	color: #2d2d2d;
}
.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #ccc;
	min-width: 260px;
	padding: 0;
	margin: -1px 0 0;
}
.navbar {
	border-radius: 0px;
	min-height: 30px;
	clear: both;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.site-navigation {
	clear: both;
	font-weight: 800;
	text-align: center;
	font-size: 0.82em;
}
/* title */
.navbar-default .navbar-brand {
	color: #fff;
	width: 200px;
	height: auto;
	padding: 20px 0px;
	font-size: inherit;
	line-height: inherit;
	font-style: italic;
}

@media (max-width: 992px) {
.navbar-default .navbar-brand {
	font-size: .8em;
}
}

@media (max-width: 767px) {
.navbar-nav {
	width: 100%;
}
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
}
/* link */
.navbar-default .navbar-nav > li > a {
	color: #2D2D2D;
}
.navbar-collapse {
	border: 0;
	box-shadow: none;
	padding: 0;
}

@media (min-width: 768px) {
.dropdown:hover {
	background-color: #f1de01;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	display: none;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer .navbar-nav>li>a:hover {
	background-color: transparent;
	text-decoration: underline;
}
}
.nav-tabs {
	overflow: visible !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #f1de01;
	color: #000;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #f1de01;
	color: #000;
}
.navbar-default .navbar-nav > .active > a {
	background-color: #FEEE35;
	color: #000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #f1de01;
	color: #000;
}
.current-menu-ancestor > a {
	background-color: #FEEE35;
	color: #000;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
	border: none;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
}
/* mobile version */
.navbar-default .navbar-toggle {
	border-radius: 0px;
	margin-right: 0px;
	margin-top: 15px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
}
.navbar-default .navbar-toggle .icon-bar {
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #2d2d2d;
	padding: 10px 25px 5px;
	font-size: 1em;
}
.navbar-nav>li>a {
	line-height: 30px;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 4px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #2d2d2d;
}
.navbar-header:before {
	content: "MENU";
	color: #fff;
	right: 60px;
	top: 13px;
	position: absolute;
	font-size: 1.3em;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #2d2d2d;
}
.navbar-nav .open .dropdown-menu .dropdown-menu {
	background-color: #eee;
}
.navbar-nav .dropdown-menu .dropdown-submenu.open .dropdown-menu {
	background-color: #eee;
	display: block;
}
.dropdown-submenu:active>.dropdown-menu {
	background-color: #000;
	display: block;
}
}
.navbar-nav .open .dropdown-menu {
	min-width: 160px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	text-align: left;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-nav {
	display: inline-block;
	float: none;
}
.navbar-collapse {
	text-align: center;
}



@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav .open .dropdown-menu {
	font-size: 10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.nav>li>a {
	padding: 7px 5px;
	font-size: .75em;
}
.site-navigation .navbar-nav>li>a {
	padding: 65px 10px 38px;
	width: 90px;
	height: 74px;
	line-height: 1.3em;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.nav>li>a {
	font-size: .8em;
}
.site-navigation .navbar-nav>li>a {
	padding: 55px 5px 22px;
	width: 80px;
	height: 104px;
	line-height: 1.3em;
}
}

@media (min-width: 1200px) {
.site-navigation .navbar-nav>li>a {
	padding: 50px 5px 22px;
	width: 98px;
	height: 104px;
	line-height: 1.3em;
}
}

@media (min-width: 992px) {
.site-navigation-inner {
	height: 100px;
}
}
.open>.dropdown-menu {
	width: 100%;
}
/* =============================================================
---------------------------------------------------------------- ##people
============================================================= */

.title {
	font-weight: 800;
}
.people-bio {
	margin-top: 20px;
}
.people-button {margin-top: 15px;}
.people-email {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.people-position {
	font-style: italic;
}
.people-name {
	margin-top: 5px;
}
.people-container {
	margin: 20px 0 20px 0;
}
.people-container h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.people-container h2 {
	margin: 0px 0 5px;
}
.people-container-single {
	margin: 0px 0 20px 0;
}
.people-container-single h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.people-container-single h2 {
	margin: 0px 0 5px;
}
.people-mini {
	margin-bottom: 20px;
	line-height: 1.2em;
	font-size: .9em;
}
.people-image-small {
	margin-bottom: 30px;
}
.people-team {
	margin-bottom: 20px;
	line-height: 1.5em;
}
@media (max-width: 1199px) {
	.people-team {
	font-size: .9em;
	}
}

@media (max-width: 767px) {
.people-container:nth-child(odd) {
	clear: both;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.people-container:nth-child(odd) {
	clear: both;
}
.people-team {
	font-size: .8em;
	line-height: 1.5em;
}
.people-team:nth-child(3n+1) {
	clear: both;
}
}

@media (min-width: 992px) {
.people-image img {
	width: 100%;
	height: auto;
}
.people-container:nth-child(odd) {
	clear: both;
}
.people-team:nth-child(3n+1) {
	clear: both;
}
}
/* Social */
.social-text {
	padding-right: 4px;
}
.social-text-mpp {
	padding-right: 4px;
	font-size: 1em;
}
.social {
	clear: both;
	margin-top: 25px;
}

@media (min-width: 768px) {
.social {
}
}

@media (max-width: 767px) {
.social {
}
}
.social ul {
	margin: 0;
	padding: 0;
}
.social ul li {
	margin: 0 0 0 0;
	list-style: none outside none;
	display: inline-block;
}
.social span {
	width: 32px;
	height: 32px;
	color: #FFF;
	text-align: center;
	padding-top: 9px;
}
.social-text span {
	font-size: inherit;
	font-family: Gotham-Bold, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.social span:hover {
	color: #FFF;
	text-decoration: none;
}
.social .fa-facebook {
	background: #4060A5;
}
.social a .fa-facebook:hover {
	background: #555;
}
.social .fa-twitter {
	background: #00ABE3;
}
.social a .fa-twitter:hover {
	background: #555;
}
.social .fa-flickr {
	background: #FF57AE;
}
.social .fa-instagram {
	background: #713728;
}
.social .fa-rss {
	background: #e88845;
}
.social .fa-pencil-square {
	background: #e88845;
}
.social .fa-youtube-play {
	background: #DF192A;
}
.social-mpp .fa-facebook {
	background: #555;
}
.social-mpp a .fa-facebook:hover {
	background: #000;
}
.social-mpp .fa-twitter {
	background: #555;
}
.social-mpp a .fa-twitter:hover {
	background: #000;
}
.social-mpp .fa-flickr {
	background: #555;
}
.social-mpp .fa-flickr:hover {
	background: #000;
}
.social-mpp .fa-instagram {
	background: #555;
}
.social-mpp .fa-instagram:hover {
	background: #000;
}
.social-mpp .fa-rss-mpp {
	background: #555;
}
.social-mpp .fa-rss-mpp:hover {
	background: #000;
}
.social-mpp .fa-pencil-square {
	background: #555;
}
.social-mpp .fa-pencil-square:hover {
	background: #000;
}
.social-mpp .fa-youtube-play {
	background: #555;
}
.social-mpp .fa-youtube-play:hover {
	background: #000;
}
.social-mpp {
	position: absolute;
	bottom: 40px;
	right: 15px;
}
/* =============================================================
---------------------------------------------------------------- ##carousel
============================================================= */

.carousel {
  z-index: 0;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%;
}

.banner-inner>.item>a>img, .banner-inner>.item>img {
	width: 100%;
}

.banner-inner h1 {
	text-align: center; 
	font-weight: 600;
}

@media (min-width: 768px) 
{
	.carousel-inner-slide 
	{
		background: no-repeat center center;
		height: 600px;
	}

	.carousel-inner-slide.small-banner
	{
		height: 400px;
	}

}

@media (max-width: 767px) 
{
	.carousel-inner-slide 
	{
		background: no-repeat 85% center;
		height: 465px;
	}
}

.carousel-inner-slide {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption {
	text-align: left;
	text-shadow: none;
	z-index: 10;
	color: #fff;
	position: relative;
	left: 0;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
.carousel-caption {
	margin: 15px;
	position: absolute;
}
}
.carousel-caption h1 {
	display: inline-block;
	margin-bottom: 10px;
	color: #FEEE35;
	text-shadow: 2px 2px 8px rgba(0,0,0,.9);
}
.carousel-caption h1 span:nth-child(even) {
	color: #36D6E5;
}
.carousel-control {
	width: 5%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	top: 95%;
}

@media (min-width: 768px) {
.carousel-caption {
	padding-top: 150px;
}
}
.carousel-caption p {
	background-color: #fff;
	color: #000;
	padding: 10px 10px 5px 10px;
}

@media (min-width: 768px) {
.carousel-indicators {
	bottom: 0;
}
}

@media (max-width: 777px) {
.carousel-inner {
	height: 600px;
}
	
.carousel-caption h1 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
	font-weight: 800;
	margin-top: 10px;
	line-height: 25px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.carousel-caption {
	width: 500px;
	margin: 0 calc(50% - 375px);
}
.carousel-caption h1 {
	margin: 0 0 10px 0;
	font-size: 3em;
	font-weight: 800;
}
.carousel-caption h1 {
	margin-top: 10px;
	line-height: 50px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.carousel-caption {
	width: 700px;
	margin: 0 calc(50% - 475px);
}
.carousel-caption h1 {
	margin: 0px 0 10px 0;
	font-size: 5em;
	font-weight: 800;
}
.carousel-caption h1 {
	margin-top: 10px;
	line-height: 70px;
}
}

@media (min-width: 1200px) {
.carousel-caption {
	width: 700px;
	margin: 0 calc(50% - 585px);
}
.carousel-caption h1 {
	margin-top: 0px 0 10px;
	font-size: 5em;
	font-weight: 800;
}
.carousel-caption h1 {
	margin-top: 10px;
	line-height: 70px;
}
}

@media (max-width: 767px) {
.carousel-control {
	display: none
}
}
/* =============================================================
---------------------------------------------------------------- ##map
============================================================= */
.map {
	margin-bottom: 20px;
}
/* =============================================================
---------------------------------------------------------------- ##Issuu
============================================================= */
.issuuembed.issuu-isrendered {
	width: 100%!important;
}
#issuupress ol {
	padding: 0;
}
#issuupress li {
	margin-bottom: 0;
}
#issuupress li a.issuu-view img {
	margin: 20px 20px 20px 0;
	border: 1px solid #999;
	padding: 10px 10px 10px 0;
	background-color: white;
}
#issuupress li a.issuu-view {
	color: rgb(253,	132,40);
	text-decoration: none;
	margin: 0 10px 0 0;
	border: none;
}
/* =============================================================
---------------------------------------------------------------- ##plugins
============================================================= */


/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.product-addon-totals dt:nth-child(1), .product-addon-totals dd:nth-child(2) {
	display: none;
}

.page-id-4806 .woocommerce-message, .page-id-4806 .woocommerce-error, .page-id-4806 .woocommerce-cart-form, .page-id-4787 .woocommerce-message .button, .page-id-4787 .woocommerce-error .button, .page-id-2311 .woocommerce-message .button, .page-id-2311 .woocommerce-error .button, .woocommerce .post-navigation, .woocommerce .entry-meta, .woocommerce-main-image, .woocommerce div.product div.images, .woocommerce div.product div.images img, .woocommerce ul.products li.product a img, .product_meta .posted_in, .related, .return-to-shop, .page-id-4738 .button, .page-id-4739 .button, .postid-4738 .button, .postid-4739 .button, .page-id-4743 .price, .page-id-4743 .btn-info, .price {
display:none !important;
	margin: 0 !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
}

.single-product .woocommerce div.product form.cart, .page-id-4737 .button, .postid-4737 .button {}

h3.addon-name {margin-top: 30px !important;}

.woocommerce div.product form.cart {
	margin: 0 !important;
}

.woocommerce-cart h2 {color: #34D4E3 !important; margin-top: 50px !important;}

.product_title {
	font-size: 1.2em;
	color: #000000;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: rgb(253,132,40);
	border: 0 none;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 15px 6px 15px;
	color: rgba(255,255,255,1.00);
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: rgb(253,132,40);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: rgb(238,84,0);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 0;
}
.woocommerce table.shop_table {
	border-radius: 0;
}
div.wpcf7 img.ajax-loader {
	margin: 0px;
}
.arconix-faq-wrap {
	border-radius: 0;
}
.arconix-faq-title {color: #FD8428}
.mwm-aal-container ol {
	list-style: disc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #FD8428 !important;
	border: none;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
	background: -o-linear-gradient(top, #fff 0%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
#wpdm-all-packages {
	margin-left: -15px;
}
#wpdm-all-packages input[type=search] {
	border-radius: 0 !important;
}
.sorting_desc {
	width: 150px !important;
}
.sorting_1 {
	font-size: 1em !important;
}
.package-title {
	color: #FD8428 !important;
	font-size: 1em !important;
}
.package-title:hover {
	color: #ee5400 !important;
}
.sbyc {
	color: #FD8428 !important;
}
.sbyc:hover {
	color: #ee5400 !important;
}
.wpdm-download-link {
	border: 0 none;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 15px 6px 15px;
	background-color: #FD8428 !important;
	color: #fff !important;
	display: inline-block;
}
.wpdm-download-link:hover {
	background-color: #ee5400 !important;
	text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: transparent !important;
	color: #fff !important;
	border: none !important;
}
.give-form-wrap fieldset {
	border: none !important;
}
.give-form-wrap legend {
	border: none !important;
	padding: 0 !important;
}
.give-btn {
	background: #FD8428;
	border: 1px solid #FD8428;
	color: #fff;
	padding: 10px 15px 6px 15px;
	line-height: 1.2em;
	font-size: 14px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
.give-btn {
	width: 100%;
}
}
.give-btn:hover {
	background-color: #ee5400;
	border: 1px solid #ee5400;
}
.give-input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.related-posts li {
	float: left;
	width: 31%;
	margin-right: 10px !important;
	clear: none !important;
}
.arconix-faq-wrap {
	border: none;
	background: none;
}
.select2-choice {
	display: none !important;
}


.salesforce_w2l_lead .w2linput.text.captcha {
	height: 30px !important;
	margin: 0 !important;
	font-size: 2.5em;
	text-align: left !important;
	clear: both;
}
.w2lsubmit .submit {
	border: 0 none;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 15px 6px 15px;
	background-color: #FD8428;
	color: #fff;
}
.w2lsubmit .submit:hover {
	color: #fff;
	background-color: #ee5400;
	border: none;
}
.salesforce_w2l_lead .top-aligned .w2llabel.checkbox, .salesforce_w2l_lead .left-aligned .w2llabel.checkbox {
	margin: 0 0 0 17px;
}

@media (min-width: 768px) {
	.sf_field
	{
		float: left;
		width: 33.33%;
		clear: none !important;
		padding-right: 10px;
	}
	
	body.page-id-7428 .sf_field,
	body.page-id-7501 .sf_field
	{
		float: left;
		width: 100%;
		clear: none !important;
		/* padding-right: 10px; */
	}

	.salesforce_w2l_lead .sf_field input
	{
		width: 100% !important;
	}
		
		
}

.salesforce_w2l_lead .w2limg {
	width: 50%;
  padding-right: 10px;
}

.salesforce_w2l_lead .w2linput.text.captcha {
	width: 50% !important;
}

.salesforce_w2l_lead .w2lsubmit {
	float: left !important;
	clear: none !important;
	padding: 19px 0 0 0 !important;
}

.carousel-inner-slide h1 {
	margin: auto; 
	padding-top: 50px; 
	color: #FEEE35;
  text-shadow: 2px 2px 8px rgba(0,0,0,.9);
}

.woocommerce form .form-row .input-checkbox {
	margin: 6px 8px 0 -17px;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	margin: 0 0 0 17px;
}
#issuupress h3 {
	margin-top: 0;
}

#magazine_display
{
	text-align: left;
}
div.magazine_item {
	box-shadow: none;
	margin: 0 5px 15px 0;
}
@media (max-width: 479px) {
div.magazine_item {
	width: 100% !important;
}
}
div.magazine_item img {border: 1px solid #ccc;}

/* =============================================================
---------------------------------------------------------------- ##video
============================================================= */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* =============================================================
---------------------------------------------------------------- ##google maps
============================================================= */

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* =============================================================
---------------------------------------------------------------- ##footer
============================================================= */

.footer {
	padding: 20px 0px 80px 0px;
	border-top: 1px solid #000;
	text-align: center;
	margin-top: 50px;
}
.footer-copy {
	font-size: .75em
}

/* =============================================================
---------------------------------------------------------------- ##print styles and media queries
============================================================= */

@media print {
.intro-text {font-size: 1em;}
a[href]:after {
	content: " (" attr(href) ")";
}
#search-wrapper, .nav-container, span.glyphicon {
	display: none;
}
html, body, h1, h2, h3, h4, h5, h6, p, a, span, div .welcome h1, .welcome p, .welcome a, .upcoming h2, .upcoming p, .upcoming a, .callout a, .callout a:link, .welcome ul, .upcoming ul, .welcome ul li a, .upcoming ul li a, .welcome ul li a:link, .upcoming ul li a:link {
	text-align: left;
}
p, a, div, span, div.welcome, div.upcoming, .welcome h1, .welcome p, .upcoming h2, .upcoming p, .upcoming a .callout a, .callout h5, .callout p, .callout a, div.callout, .callouts div.callout, .callouts div div.callout, .callouts div+div div.callout, .callouts div+div+div div.callout, .callouts div+div+div+div div.callout, .content-well {
	border: none;
	margin: 0;
	padding: 0;
}
h1, .page-title-banner {
	margin: 40px 0 20px 0;
}
footer > img, #standard-MSU-footer img, #standard-footer-MSU-wordmark, .carousel-indicators, .carousel-inner, .carousel-control, .highlight-container, #fancybox-wrap, .footer {
	display: none;
}
	
.tab-content>.tab-pane {
    display: block;
}

}

.wooccmsidebar
{
	display: none;
}

.addon-name abbr[title]{
  text-decoration:none!important;
  border-bottom:none!important;
  cursor: initial!important;

}

.show {
  display: block !important;
  opacity: 1 !important;
}