/* 
Theme Name: Air 7.0 for ON (dev)
Theme URI: https://onair.cc
Description: Responsive WordPress theme, but with some options constrained for a simpler administrative interface. Adapted originally from Brag Interactive's Strappress.

Author: Todd Gillette, Aram Zucker-Scharff, Robert Ufford
Based on theme from Brag Interactive 
Author URI: https://aramzs.me
Version: 7.0.0
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready

Copyright (C) Air Networks 
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt 
	
CSS Rules: Sorted alphabetically for better organization.
*/
	
/* =Reset CSS (v2.0) https://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background:#ddd;
	border:none;
	clear:both;
	color:#ddd;
	float:none;
	height:.1em;
	margin:0 0 1.45em;
	width:100%;
}

hr.space {
	background:#fff;
	color:#fff;
}/* =Base
-------------------------------------------------------------- */
html {
	height:100%;
}

body {
	-webkit-font-smoothing:antialiased;
	color:#404040;
	font-family: "Arimo", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5em;
	text-rendering:optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {  
    word-wrap:break-word;
}

cite, em, dfn {
	font-style:italic;
}

code, kbd, samp, pre, tt, var {
	font-family:Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-style:normal;
}

strong {
	font-weight:700;
}

pre {
	background:#fff;
	margin-top:20px;
	max-width:98%;
	padding-left:1em;
	height:auto;
}

del {
	color:#555;
	text-decoration:line-through;
}

ins, dfn {
	border-bottom:1px solid #ccc;
}

small, sup, sub {
	font-size:85%;
}

abbr, acronym {
	font-size:85%;
	letter-spacing:.1em;
	text-transform:uppercase;
}

a abbr, a acronym {
	border:none;
}

abbr[title], acronym[title], dfn[title] {
	border-bottom:1px solid #ccc;
	cursor:help;
}

sup {
	vertical-align:super;
}

sub {
	vertical-align:sub;
}

/* =Responsive 12 Column Grid
-------------------------------------------------------------- */
.grid {
	float:left;
	margin-bottom:2.083%;
	padding-top:0;
}

.grid-right {
	float:right;
	margin-bottom:2.083%;
	padding-top:0;
}

.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
	display:inline;
	margin-right:2.083%;
}

.col-60 {
	width:6.38297%;
}

.col-140 {
	width:14.89361%;
}

.col-220 {
	width:23.40425%;
}

.col-300 {
	width:31.91489%;
}

.col-380 {
	width:40.42553%;
}

.col-460 {
	width:48.82978%;
}

.col-540 {
	width:57.4468%;
}

.col-620 {
	width:65.95744%;
}

.col-700 {
	width:74.46808%;
}

.col-780 {
	width:82.97872%;
}

.col-860 {
	width:91.48936%;
}

.col-940 {
	width:100%;
}

/* .fit is the very last item in your grid 
   to keep your columns inline and without
   floats
*/
.fit {
	margin-left:0!important;
	margin-right:0!important;
}

img {
	height:auto;
	max-width:100%;
}

/* =Links
-------------------------------------------------------------- */
a {
	color:#06c;
/*	font-weight:400; */
	text-decoration:none;
}

a:hover {
	color:#444;
	text-decoration:underline;
}

/* =Forms
-------------------------------------------------------------- */
fieldset {
	border:1px solid #ccc;
	margin:0 0 1.5em;
	padding:1em 2em;
}

legend {
	padding:2px 5px;
}

label {
	display:block;
	font-weight:700;
	padding:2px 0;
}

input[type="text"], input[type="password"], select {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	background:#f4f4f4;
	border:1px solid #aaa;
	border-bottom-color:#ccc;
	border-radius:2px;
	margin:0;
	outline:none;
	padding:6px 8px;
	vertical-align:middle;
	width:70%;
}

select {
	height:auto;
	width:70%;
}

textarea, .area {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-sizing: border-box;
	background:#f4f4f4;
	border:1px solid #aaa;
	border-bottom-color:#ccc;
	border-radius:2px;
	height:auto;
	overflow:auto;
	margin:0;
	outline:none;
	padding:8px 10px;
	width:100%;
}

input, select {
	cursor:pointer;
}

input:focus, textarea:focus, area:focus {
	background:#fff;
}

input[type='text'], input[type='password'] {
	cursor:text;
}

span.error {
	color: #B94A48;
}

/* =Buttons
-------------------------------------------------------------- */


/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align:center;
}

.call-to-action a.button {
	font-size:24px;
	padding:15px 35px;
}

.call-to-action a.button:hover {
	text-decoration:none;
}

.ie7 .call-to-action a.button {
	padding:15px 35px 18px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size:10px;
	padding:3px 6px;
}

.medium a.button {
	font-size:16px;
	padding:8px 16px;
}

.large a.button {
	font-size:18px;
	padding:10px 35px;
}

.xlarge a.button {
	font-size:24px;
	padding:12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color:#4682b4;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#588ebc), to(#4682b4));
	background-image:-webkit-linear-gradient(top, #588ebc, #4682b4);
	background-image:-moz-linear-gradient(top, #588ebc, #4682b4);
	background-image:-ms-linear-gradient(top, #588ebc, #4682b4);
	background-image:-o-linear-gradient(top, #588ebc, #4682b4);
	background-image:linear-gradient(top, #588ebc, #4682b4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#588ebc, endColorstr=#4682b4);
	border:1px solid #386890;
	color:#fff;
	text-shadow:0 1px 0 #386890;
}

a.blue:hover {
	background-color:#588ebc;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#4682b4), to(#588ebc));
	background-image:-webkit-linear-gradient(top, #4682b4, #588ebc);
	background-image:-moz-linear-gradient(top, #4682b4, #588ebc);
	background-image:-ms-linear-gradient(top, #4682b4, #588ebc);
	background-image:-o-linear-gradient(top, #4682b4, #588ebc);
	background-image:linear-gradient(top, #4682b4, #588ebc);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4682b4, endColorstr=#588ebc);
	border:1px solid #386890;
	color:#fff;
	text-shadow:0 1px 0 #386890;
}

a.red {
	background-color:#b22222;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ba3838), to(#b22222));
	background-image:-webkit-linear-gradient(top, #ba3838, #b22222);
	background-image:-moz-linear-gradient(top, #ba3838, #b22222);
	background-image:-ms-linear-gradient(top, #ba3838, #b22222);
	background-image:-o-linear-gradient(top, #ba3838, #b22222);
	background-image:linear-gradient(top, #ba3838, #b22222);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ba3838, endColorstr=#b22222);
	border:1px solid #8e1b1b;
	color:#fff;
	text-shadow:0 1px 0 #8e1b1b;
}

a.red:hover {
	background-color:#ba3838;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#b22222), to(#ba3838));
	background-image:-webkit-linear-gradient(top, #b22222, #ba3838);
	background-image:-moz-linear-gradient(top, #b22222, #ba3838);
	background-image:-ms-linear-gradient(top, #b22222, #ba3838);
	background-image:-o-linear-gradient(top, #b22222, #ba3838);
	background-image:linear-gradient(top, #b22222, #ba3838);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b22222, endColorstr=#ba3838);
	border:1px solid #8e1b1b;
	color:#fff;
	text-shadow:0 1px 0 #8e1b1b;
}

a.orange {
	background-color:#ff8C00;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff9819), to(#ff8C00));
	background-image:-webkit-linear-gradient(top, #ff9819, #ff8C00);
	background-image:-moz-linear-gradient(top, #ff9819, #ff8C00);
	background-image:-ms-linear-gradient(top, #ff9819, #ff8C00);
	background-image:-o-linear-gradient(top, #ff9819, #ff8C00);
	background-image:linear-gradient(top, #ff9819, #ff8C00);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9819, endColorstr=#ff8C00);
	border:1px solid #cc7000;
	color:#fff;
	text-shadow:0 1px 0 #cc7000;
}

a.orange:hover {
	background-color:#ff9819;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff8C00), to(#ff9819));
	background-image:-webkit-linear-gradient(top, #ff8C00, #ff9819);
	background-image:-moz-linear-gradient(top, #ff8C00, #ff9819);
	background-image:-ms-linear-gradient(top, #ff8C00, #ff9819);
	background-image:-o-linear-gradient(top, #ff8C00, #ff9819);
	background-image:linear-gradient(top, #ff8C00, #ff9819);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8C00, endColorstr=#ff9819);
	border:1px solid #cc7000;
	color:#fff;
	text-shadow:0 1px 0 #cc7000;
}

a.green {
	background-color:#2e8b57;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#439768), to(#2e8b57));
	background-image:-webkit-linear-gradient(top, #439768, #2e8b57);
	background-image:-moz-linear-gradient(top, #439768, #2e8b57);
	background-image:-ms-linear-gradient(top, #439768, #2e8b57);
	background-image:-o-linear-gradient(top, #439768, #2e8b57);
	background-image:linear-gradient(top, #439768, #2e8b57);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#439768, endColorstr=#2e8b57);
	border:1px solid #256f46;
	color:#fff;
	text-shadow:0 1px 0 #256f46;
}

a.green:hover {
	background-color:#439768;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#2e8b57), to(#439768));
	background-image:-webkit-linear-gradient(top, #2e8b57, #439768);
	background-image:-moz-linear-gradient(top, #2e8b57, #439768);
	background-image:-ms-linear-gradient(top, #2e8b57, #439768);
	background-image:-o-linear-gradient(top, #2e8b57, #439768);
	background-image:linear-gradient(top, #2e8b57, #439768);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e8b57, endColorstr=#439768);
	border:1px solid #256f46;
	color:#fff;
	text-shadow:0 1px 0 #256f46;
}

a.purple {
	background-color:#9932cc;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#a346d1), to(#9932cc));
	background-image:-webkit-linear-gradient(top, #a346d1, #9932cc);
	background-image:-moz-linear-gradient(top, #a346d1, #9932cc);
	background-image:-ms-linear-gradient(top, #a346d1, #9932cc);
	background-image:-o-linear-gradient(top, #a346d1, #9932cc);
	background-image:linear-gradient(top, #a346d1, #9932cc);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#a346d1, endColorstr=#9932cc);
	border:1px solid #7a28a3;
	color:#fff;
	text-shadow:0 1px 0 #7a28a3;
}

a.purple:hover {
	background-color:#a346d1;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#9932cc), to(#a346d1));
	background-image:-webkit-linear-gradient(top, #9932cc, #a346d1);
	background-image:-moz-linear-gradient(top, #9932cc, #a346d1);
	background-image:-ms-linear-gradient(top, #9932cc, #a346d1);
	background-image:-o-linear-gradient(top, #9932cc, #a346d1);
	background-image:linear-gradient(top, #9932cc, #a346d1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9932cc, endColorstr=#a346d1);
	border:1px solid #7a28a3;
	color:#fff;
	text-shadow:0 1px 0 #7a28a3;
}

a.pink {
	background-color:#ff69b4;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff78bc), to(#ff69b4));
	background-image:-webkit-linear-gradient(top, #ff78bc, #ff69b4);
	background-image:-moz-linear-gradient(top, #ff78bc, #ff69b4);
	background-image:-ms-linear-gradient(top, #ff78bc, #ff69b4);
	background-image:-o-linear-gradient(top, #ff78bc, #ff69b4);
	background-image:linear-gradient(top, #ff78bc, #ff69b4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff78bc, endColorstr=#ff69b4);
	border:1px solid #cc5490;
	color:#fff;
	text-shadow:0 1px 0 #cc5490;
}

a.pink:hover {
	background-color:#ff78bc;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff69b4), to(#ff78bc));
	background-image:-webkit-linear-gradient(top, #ff69b4, #ff78bc);
	background-image:-moz-linear-gradient(top, #ff69b4, #ff78bc);
	background-image:-ms-linear-gradient(top, #ff69b4, #ff78bc);
	background-image:-o-linear-gradient(top, #ff69b4, #ff78bc);
	background-image:linear-gradient(top, #ff69b4, #ff78bc);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff69b4, endColorstr=#ff78bc);
	border:1px solid #cc5490;
	color:#fff;
	text-shadow:0 1px 0 #cc5490;
}

a.brick {
	background-color:#ff6347;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff7359), to(#ff6347));
	background-image:-webkit-linear-gradient(top, #ff7359, #ff6347);
	background-image:-moz-linear-gradient(top, #ff7359, #ff6347);
	background-image:-ms-linear-gradient(top, #ff7359, #ff6347);
	background-image:-o-linear-gradient(top, #ff7359, #ff6347);
	background-image:linear-gradient(top, #ff7359, #ff6347);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff7359, endColorstr=#ff6347);
	border:1px solid #cc4f39;
	color:#fff;
	text-shadow:0 1px 0 #cc4f39;
}

a.brick:hover {
	background-color:#ff7359;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff6347), to(#ff7359));
	background-image:-webkit-linear-gradient(top, #ff6347, #ff7359);
	background-image:-moz-linear-gradient(top, #ff6347, #ff7359);
	background-image:-ms-linear-gradient(top, #ff6347, #ff7359);
	background-image:-o-linear-gradient(top, #ff6347, #ff7359);
	background-image:linear-gradient(top, #ff6347, #ff7359);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6347, endColorstr=#ff7359);
	border:1px solid #cc4f39;
	color:#fff;
	text-shadow:0 1px 0 #cc4f39;
}

a.gold {
	background-color:#daa520;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#deae36), to(#daa520));
	background-image:-webkit-linear-gradient(top, #deae36, #daa520);
	background-image:-moz-linear-gradient(top, #deae36, #daa520);
	background-image:-ms-linear-gradient(top, #deae36, #daa520);
	background-image:-o-linear-gradient(top, #deae36, #daa520);
	background-image:linear-gradient(top, #deae36, #daa520);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#deae36, endColorstr=#daa520);
	border:1px solid #ae841a;
	color:#fff;
	text-shadow:0 1px 0 #ae841a;
}

a.gold:hover {
	background-color:#deae36;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#daa520), to(#deae36));
	background-image:-webkit-linear-gradient(top, #daa520, #deae36);
	background-image:-moz-linear-gradient(top, #daa520, #deae36);
	background-image:-ms-linear-gradient(top, #daa520, #deae36);
	background-image:-o-linear-gradient(top, #daa520, #deae36);
	background-image:linear-gradient(top, #daa520, #deae36);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#daa520, endColorstr=#deae36);
	border:1px solid #ae841a;
	color:#fff;
	text-shadow:0 1px 0 #ae841a;
}

a.brown {
	background-color:#8b4513;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#97582b), to(#8b4513));
	background-image:-webkit-linear-gradient(top, #97582b, #8b4513);
	background-image:-moz-linear-gradient(top, #97582b, #8b4513);
	background-image:-ms-linear-gradient(top, #97582b, #8b4513);
	background-image:-o-linear-gradient(top, #97582b, #8b4513);
	background-image:linear-gradient(top, #97582b, #8b4513);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#97582b, endColorstr=#8b4513);
	border:1px solid #6f370f;
	color:#fff;
	text-shadow:0 1px 0 #6f370f;
}

a.brown:hover {
	background-color:#97582b;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#8b4513), to(#97582b));
	background-image:-webkit-linear-gradient(top, #8b4513, #97582b);
	background-image:-moz-linear-gradient(top, #8b4513, #97582b);
	background-image:-ms-linear-gradient(top, #8b4513, #97582b);
	background-image:-o-linear-gradient(top, #8b4513, #97582b);
	background-image:linear-gradient(top, #8b4513, #97582b);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8b4513, endColorstr=#97582b);
	border:1px solid #6f370f;
	color:#fff;
	text-shadow:0 1px 0 #6f370f;
}

a.silver {
	background-color:#c0c0c0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#c0c0c0));
	background-image:-webkit-linear-gradient(top, #c6c6c6, #c0c0c0);
	background-image:-moz-linear-gradient(top, #c6c6c6, #c0c0c0);
	background-image:-ms-linear-gradient(top, #c6c6c6, #c0c0c0);
	background-image:-o-linear-gradient(top, #c6c6c6, #c0c0c0);
	background-image:linear-gradient(top, #c6c6c6, #c0c0c0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c6c6c6, endColorstr=#c0c0c0);
	border:1px solid #9a9a9a;
	color:#fff;
	text-shadow:0 1px 0 #9a9a9a;
}

a.silver:hover {
	background-color:#c6c6c6;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c6c6c6));
	background-image:-webkit-linear-gradient(top, #c0c0c0, #c6c6c6);
	background-image:-moz-linear-gradient(top, #c0c0c0, #c6c6c6);
	background-image:-ms-linear-gradient(top, #c0c0c0, #c6c6c6);
	background-image:-o-linear-gradient(top, #c0c0c0, #c6c6c6);
	background-image:linear-gradient(top, #c0c0c0, #c6c6c6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0c0c0, endColorstr=#c6c6c6);
	border:1px solid #9a9a9a;
	color:#fff;
	text-shadow:0 1px 0 #9a9a9a;
}

a.gray {
	background-color:#696969;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#787878), to(#696969));
	background-image:-webkit-linear-gradient(top, #787878, #696969);
	background-image:-moz-linear-gradient(top, #787878, #696969);
	background-image:-ms-linear-gradient(top, #787878, #696969);
	background-image:-o-linear-gradient(top, #787878, #696969);
	background-image:linear-gradient(top, #787878, #696969);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#787878, endColorstr=#696969);
	border:1px solid #545454;
	color:#fff;
	text-shadow:0 1px 0 #545454;
}

a.gray:hover {
	background-color:#787878;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#696969), to(#787878));
	background-image:-webkit-linear-gradient(top, #696969, #787878);
	background-image:-moz-linear-gradient(top, #696969, #787878);
	background-image:-ms-linear-gradient(top, #696969, #787878);
	background-image:-o-linear-gradient(top, #696969, #787878);
	background-image:linear-gradient(top, #696969, #787878);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#696969, endColorstr=#787878);
	border:1px solid #545454;
	color:#fff;
	text-shadow:0 1px 0 #545454;
}

a.black {
	background-color:#191919;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#333333), to(#191919));
	background-image:-webkit-linear-gradient(top, #333333, #191919);
	background-image:-moz-linear-gradient(top, #333333, #191919);
	background-image:-ms-linear-gradient(top, #333333, #191919);
	background-image:-o-linear-gradient(top, #333333, #191919);
	background-image:linear-gradient(top, #333333, #191919);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#191919);
	border:1px solid #000000;
	color:#fff;
	text-shadow:0 1px 0 #000000;
}

a.black:hover {
	background-color:#333333;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#191919), to(#333333));
	background-image:-webkit-linear-gradient(top, #191919, #333333);
	background-image:-moz-linear-gradient(top, #191919, #333333);
	background-image:-ms-linear-gradient(top, #191919, #333333);
	background-image:-o-linear-gradient(top, #191919, #333333);
	background-image:linear-gradient(top, #191919, #333333);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#333333);
	border:1px solid #000000;
	color:#fff;
	text-shadow:0 1px 0 #000000;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:block;
	margin:0 0 20px 0;
	padding:15px;
	text-align:left;
}

.alert {
	background-color:#faebeb;
	border:1px solid #dc7070;
	color:#212121;
}

.success {
	background-color:#f9fde8;
	border:1px solid #a2bc13;
	color:#212121;
}

.notice {
	background-color:#fbf9e9;
	border:1px solid #e3cf57;
	color:#212121;
}

.information {
	background-color:#eef3f6;
	border:1px solid #6ca6cd;
	color:#212121;
}

.download {
	background-color:#fff4e5;
	border:1px solid #ff9912;
	color:#212121;
}

.address {
	background-color:#f6f5ef;
	border:1px solid #cdc9a5;
	color:#212121;
}

.msie-box {
	background-color:#f9edbe;
	border:1px solid #f0c36d;
	color:#212121;
	display:block;
	margin:0 auto;
	max-width:960px;
	padding:10px;
	position:absolute;
	top:60px;
	text-align:center;
	width:100%;
}

.msie-box a {
	color:#212121;
}

.required {
	color:#d5243f;
}

/* =Tables
-------------------------------------------------------------- */
table {
	/*border-left:1px solid #ccc;*/
	/*border-top:1px solid #ccc;*/
	width:100%;
}

th, td {
	/*border-bottom:1px solid #ddd;*/
	/*border-right:1px solid #ccc;*/
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type:disc;
}

ul ul {
	list-style-type:square;
}

ul ul ul {
	list-style-type:circle;
}

ol {
	line-height:22px;
	list-style-position:outside;
	list-style-type:decimal;
}

dt {
	font-weight:400;
}

/* =Blockquote
-------------------------------------------------------------- */


/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight:700;
	line-height:1em;
    word-wrap:break-word;
}

h1 {
	color:#404040;
	font-size:2em;
}

h2 {
	color:#777;
	font-size:1.6em;
}

h3 {
	font-size:1.5em;
}

h4 {
	font-size:1.3em;
}

h5 {
	font-size:1.2em;
}

h6 {
	font-size:1em;
	text-transform:uppercase;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
blockquote:first-child {
	margin:.8em 0;
}

hr, p, ul, ol, dl, pre, blockquote, address, table, form {
	margin-bottom:1.6em;
}

h1 {
	margin:1em 0 .5em;
}

h2 {
	margin:1.07em 0 .535em;
}

h3 {
	margin:1.14em 0 .57em;
}

h4 {
	margin:1.23em 0 .615em;
}

h5 {
	margin:1.33em 0 .67em;
}

h6 {
	margin:1.6em 0 .8em;
}

th, td {
	padding:.8em;
}

caption {
	padding-bottom:.8em;
}

blockquote {
	margin:1.6em 0;
	padding:0 1em;
}

fieldset {
	margin:1.6em 0;
	padding:0 1em 1em;
}

legend {
	padding-left:.8em;
	padding-right:.8em;
}

legend+* {
	margin-top:1em;
}

textarea, input {
	padding:.3em .4em .15em;
}

select {
	padding:.1em .2em 0;
}

option {
	padding:0 .4em;
}

a {
	position:relative;
}

dt {
	margin-bottom:.4em;
	margin-top:.8em;
}

ul {
	margin-left:1.5em;
}

ol {
	margin-left:2.35em;
}

ol ol, ul ol {
	margin-left:2.5em;
}

form div {
	margin-bottom:.8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin:0 auto;
	max-width:960px;
	padding:0px 25px;
}

#wrapper {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	clear:both;
	margin: 20px auto 50px auto;
	padding: 0 0 20px 0;
	position:relative;
}

.home #wrapper {
	background-color:transparent;
	border:none;
	margin: 20px auto 20px auto;
	padding:0
}

#header {
	margin:0;
}

#footer {
	clear:both;
	padding:10px 0 0 0;
	background-color: #222;
	background-image: -moz-linear-gradient(center top , #333, #222);
	background-repeat: repeat-x;
	box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	min-height: 250px;
	margin:0;
}

#footer-wrapper {
	margin:0;
	padding:0;
}

/* =Container IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 #container {
	max-width:961px;
}

/* =Header
-------------------------------------------------------------- */
#header #logo {
	float:left;
	margin:0;
}

#header #logo .site-name {
	display:block;
	font-size:2em;
	padding-top:20px;
}

#header #logo .site-name a {
	font-weight:700;
}

#header #logo .site-description {
	display:block;
	font-size:14px;
	margin:10px 33px 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-bottom:20px;
}

#content-archive {
	margin-bottom:20px;
}

#content-blog {
	margin-bottom:20px;
}

#content-images {
	margin-bottom:20px;
}

#content-full {
	margin-bottom:20px;
}

#content-sitemap {
	margin-bottom:20px;
}

#content-sitemap a {
	font-size:12px;
}

#content .sticky {
	clear:both;
}

#content .sticky p {
}

#content .bypostauthor {
}

/* =Templates
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, .page-template-landing-page-php .top-menu, .page-template-landing-page-php .footer-menu, .page-template-landing-page-php .sub-header-menu, .page-template-landing-page-php #header #search-box {
	display:none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	background:#f9f9f9;
	border:1px solid #d6d6d6;
	clear:both;
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}

#author-meta img {
	float:left;
	padding:10px;
}

#author-meta p {
	margin-top:5px;
	padding:0 5px 0 0;
}

#author-meta .about-author {
	font-weight:700;
	margin:10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #EEE;
	border:1px solid #d6d6d6;
	border-radius: 6px;
	padding-bottom: 40px;
	max-width:99.6%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align:center;
}

#featured-image {
	margin:40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left:-20px;
}

.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
	padding-top:40px;
	text-align:center;
}

.featured-subtitle {
	text-align:center;
}

.featured-image img {
	margin-top:44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size:12px;
}

#cancel-comment-reply-link {
	color:#900;
}

.post-data {
	clear:both;
	font-size:11px;
	margin-top:20px;
}

.post-entry {
	clear:both;
}

.post-meta {
	clear:both;
	color:#9f9f9f;
	font-size:13px;
	margin-bottom:10px;
}

.post-edit {
	clear:both;
	display:block;
	font-size:12px;
	margin:1.5em 0;
}

.post-search-terms {
	clear:both;
}

.read-more {
	clear:both;
}

.attachment-entry {
	clear:both;
	text-align:center;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color:#aaa;
	font-size:18px;
	margin-left:5px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	padding-left:20px;
}

.widget-wrapper-left {
	padding-right:20px;
}

#widgets {
	background-color:#f9f9f9;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.home #widgets {
	background-color:#FFFFFF;
}

#widgets a {
	display:inline-block;
	text-decoration:none;
}
#widgets a:hover {
	color: #ccccff;
}

#widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap {
	
	background-color:#f9f9f9;
	font-size:13px;
	margin:0 0 20px;
	padding:10px 20px 20px 10px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top:none;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	list-style: none;
}

.home #widgets ul, .home #widgets .textwidget, .home #widgets .tagcloud, .home #widgets #searchform, .home #widgets #calendar_wrap {
	border-top:none;
	font-size:13px;
	margin:0 0 20px;
	
	background-color: white;
	border: none;
}

#widgets #s {
	width:70%;
}

#widgets ul li {
	margin-left:15px;
}

#widgets ul li a {
	display:inline;
	text-decoration:none;
}

#widgets .widget-title img {
	float:right;
	height:11px;
	position:relative;
	top:4px;
	width:11px;
}

#widgets .rss-date {
	line-height:18px;
	padding:6px 12px;
}

#widgets .rssSummary {
	padding:10px;
}

#widgets cite {
	font-style:normal;
	line-height:18px;
	padding:6px 12px;
}

#widgets .textwidget, #widgets .tagcloud {
	display:block;
	line-height:1.5em;
	margin:0 0 20px;
	word-wrap:break-word;
}

#widgets .textwidget a {
	
}

#widgets ul .children {
	border:none;
	margin:0;
	padding:0;
}

#widgets .author {
	font-weight:700;
	padding-top:4px;
}

.widget_archive select, #cat {
	display:block;
	margin:20px 15px 0;
}

/* =Titles
-------------------------------------------------------------- */
.widget-title, .widget-title-home h3 {
	display:block;
	font-size:20px;
	font-weight:700;
	line-height:23px;
	margin:0;
	padding:20px 20px 0 20px;
	text-align:left;
	background-color:#F9F9F9;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-bottom:none;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.home .widget-title-home h3 {
	border-bottom:none;
	display:block;
	font-size:24px;
	font-weight:700;
	line-height:23px;
	margin:0;
	padding:20px 20px 0 20px;
	text-align:left;
	background-color:#FFFFFF;
	border: none;
}

.widget-title a {
	border-bottom:none;
	padding:0!important;
}

.title-404 {
	color:#933;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float:right;
	margin:10px 0 0 0;
}

.top-menu li {
	display:inline;
	list-style-type:none;
}

.top-menu li a {
	border-left:1px solid #ccc;
	color:#333;
	font-size:11px;
	padding: 0 8px;
}

.top-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}

.top-menu li a:hover {
	color:#333;
}

/* =Primary Menu
-------------------------------------------------------------- */
.menu {
	background-color:#585858;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image:-webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image:-moz-linear-gradient(top, #585858, #3d3d3d);
	background-image:-ms-linear-gradient(top, #585858, #3d3d3d);
	background-image:-o-linear-gradient(top, #585858, #3d3d3d);
	background-image:linear-gradient(top, #585858, #3d3d3d);
	clear:both;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	margin:0 auto;
}

.menu, .menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li {
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}

.menu li:hover {
	white-space:normal;
	z-index:10000;
}

.menu li li {
	float:none;
}

.menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:10;
}

.menu li:hover > ul {
	top:100%;
	visibility:visible;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu:after, .menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.menu, .menu ul {
	min-height:0;
}

.menu ul {
	margin:-10px 0 0 -30px;
	padding:10px 30px 30px;
}

.menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

.menu ul li a:hover, .menu li li a:hover {
	color:#484848;
	text-decoration:none;
}

.menu ul {
	min-width:15em;
	width:auto;
}

.menu a {
	border-left:1px solid #585858;
	color:#fff;
	display:block;
	font-size:13px;
	font-weight:700;
	height:45px;
	line-height:45px;
	margin:0;
	padding:0 0.9em;
	position:relative;
	text-decoration:none;
	text-shadow:0 1px 1px #242424;
}

.menu a:hover {
	background-color:#808080;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image:-webkit-linear-gradient(top, #808080, #363636);
	background-image:-moz-linear-gradient(top, #808080, #363636);
	background-image:-ms-linear-gradient(top, #808080, #363636);
	background-image:-o-linear-gradient(top, #808080, #363636);
	background-image:linear-gradient(top, #808080, #363636);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}

.menu .current_page_item a {
	background-color:#343434;
}

.menu li li {
	background:#fff;
	background-image:none;
	border:1px solid #b2b2b2;
	border-top:none;
	color:#444;
	filter:none;
	width:auto;
}

.menu li li a {
	border:none;
	color:#444;
	font-size:12px;
	font-weight:400;
	height:auto;
	height:20px;
	line-height:20px;
	padding:5px 10px;
	text-shadow:none;
	white-space:nowrap;
}

.menu li li a:hover {
	background:#f5f5f5;
	background-image:none;
	border:none;
	color:#444;
	filter:none;
}

.menu ul > li + li {
	border-top:0;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu > li:first-child > a {
	border-left:none;
}

.menu > li:first-child > a, .menu li + li + li li:first-child > a {
}

.menu ul.children a, .menu .current_page_ancestor, .menu .current_page_ancestor ul a {
	background:none;
	background-image:none;
	filter:none;
}

ul.dropdown-menu .current_page_item a {
	background:transparent !important;
}

/* =Primary Main Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .menu ul {
	background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/base/css/images/ie7-fix.gif) repeat;
}

/* =Sub Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	background-color:#fff;
	border:1px solid #d6d6d6;
	border-top:none;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	clear:both;
	margin:0 auto;
}

.sub-header-menu, .sub-header-menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.sub-header-menu li {
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}

.sub-header-menu li:hover {
	white-space:normal;
	z-index:10000;
}

.sub-header-menu li li {
	float:none;
}

.sub-header-menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:10;
}

.sub-header-menu li:hover > ul {
	top:100%;
	visibility:visible;
}

.sub-header-menu li li:hover > ul {
	left:100%;
	top:0;
}

.sub-header-menu:after, .sub-header-menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.sub-header-menu, .sub-header-menu ul {
	min-height:0;
}

.sub-header-menu ul {
	margin:-10px 0 0 -30px;
	padding:10px 30px 30px;
}

.sub-header-menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

.sub-header-menu ul li a:hover, .sub-header-menu li li a:hover {
	color:#484848;
	text-decoration:none;
}

.sub-header-menu ul {
	width:14em;
}

.sub-header-menu a {
	border-left:1px solid #e2e2e2;
	color:#333;
	display:block;
	font-size:13px;
	font-weight:700;
	height:45px;
	line-height:45px;
	margin:0;
	padding:0 0.9em;
	position:relative;
	text-decoration:none;
	text-shadow:none;
}

.sub-header-menu a:hover {
	background-color:#f9f9f9;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a {
	background-color:#f9f9f9;
}

.sub-header-menu li li {
	background:#fff;
	background-image:none;
	border:1px solid #d6d6d6;
	border-top:none;
	color:#444;
	filter:none;
	width:auto;
}

.sub-header-menu li li a {
	border:none;
	color:#444;
	font-size:12px;
	font-weight:400;
	height:auto;
	height:20px;
	line-height:20px;
	padding:5px 10px;
	text-shadow:none;
}

.sub-header-menu li li a:hover {
	background:#f9f9f9;
	background-image:none;
	border:none;
	color:#444;
	filter:none;
}

.sub-header-menu ul > li + li {
	border-top:0;
}

.sub-header-menu li li:hover > ul {
	left:100%;
	top:0;
}

.sub-header-menu > li:first-child > a {
	border-left:none;
}

.sub-header-menu > li:first-child > a, .sub-header-menu li + li + li li:first-child > a {
}

.sub-header-menu ul.children a, .sub-header-menu .current_page_ancestor, .sub-header-menu .current_page_ancestor ul a {
	background:none;
	background-image:none;
	filter:none;
}

/* =Sub Header Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/base/css/images/ie7-fix.gif) repeat;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left:0;
	padding:0 0 0 10px;
}

.footer-menu li {
	display:inline;
	list-style-type:none;
}

.footer-menu li a {
	border-left:1px solid #404040;
	padding: 0 8px;
}

.footer-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}

.footer-menu li a:hover {
	color:#333;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color:#333;
	display:block;
	font-size:14px;
	height:28px;
	line-height:28px;
	margin:20px 0;
	padding:0 5px;
}

.navigation a {
	color:#333;
	padding:4px 10px;
}

.navigation a:hover {
	color:#000;
	text-decoration:none;
}

.navigation .previous {
	float:left;
}

.navigation .next {
	float:right;
}

.navigation .bracket {
	font-size:36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear:both;
	display:block;
	font-size:16px;
	font-weight:700;
	margin:10px 0;
	padding:5px 0;
}

.pagination a {
	text-decoration:none;
}

.pagination a:hover, .pagination a:active {
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size:12px;
	padding:40px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin:0;
}

.commentlist {
	border-bottom:1px dotted #eee;
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist li {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#fff;
	border-radius:4px;
	margin:0;
	padding:1em;
}

.commentlist li p {
	font-size:14px;
}

.commentlist p {
	margin:0;
}

.reply {
	margin:10px 0;
}

.commentlist li cite {
	color:#111;
	font-size:1.1em;
	font-style:normal;
	font-weight:400;
}

.commentlist li.alt {
	background:#f9f9f9;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .avatar {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	float:left;
	margin-right:10px;
	padding:0;
	vertical-align:middle;
}

.commentlist .children .avatar {
	height:33px;
	width:33px;
}

.comment-author .fn {
}

.comment-author .says {
	color:#999;
}

.comment-body .comment-meta {
	color:#999;
	display:inline-block;
	margin:0;
	padding:0;
	text-align:left;
}

.comment-body {
	clear:both;
}

.comment-body p {
	clear:both;
	padding-top:10px;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style:none;
	margin:20px 0;
}

.pingback cite, .trackback cite {
	font-style:normal;
}

#comments, #pings {
	text-align:left;
}

#content>#content-margin>div#respond {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#eaeaea;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image:-webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-o-linear-gradient(top, #ffffff, #eaeaea);
	background-image:linear-gradient(top, #ffffff, #eaeaea);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-radius:2px;
	clear:both;
	padding:10px 20px 50px;
}

#respond h1:first-child
{
  margin-top: 0;
}

#respond label {
	display:inline;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input, #respond .comment-form-comment textarea {
	display:block;
}

.nocomments {
	color:#999;
	font-size:.9em;
	text-align:center;
}

#commentform input.error, #commentform textarea.error {
	background-color:#f6cbca;
}

#commentform div.error, #commentform label.error {
	color:#cb2026;
}

#commentform div.errorlabels label {
	display:block;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 2px 0px 2px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 15px 15px 0;
}

.wp-caption.alignleft {
	margin:5px 15px 15px 0;
}

.wp-caption.alignright {
	margin:5px 0 15px 15px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

img.wp-smiley {
	vertical-align:middle;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
	margin:0 auto 18px;
}

.gallery .gallery-item {
	float:left;
	margin-top:0;
	text-align:center;
	width:155px;
}

.gallery img {
	border:1px solid #ddd;
}

.gallery .gallery-caption {
	font-size:12px;
	margin:0 0 12px;
}

.gallery dl {
	margin:0;
}

.gallery br+br {
	display:none;
}

.attachment-gallery img {
	background:#fff;
	border:1px solid #f0f0f0;
	display:block;
	height:auto;
	margin:15px auto;
	max-width:96%;
	padding:5px;
	width:auto;
}

.gallery-meta .full-size, .gallery-meta .aperture, .gallery-meta .focal-length, .gallery-meta .iso, .gallery-meta .shutter, .gallery-meta .camera {
	display:block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
	display:block;
	margin:15px auto;
	width:auto;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	color:#333;
	font-size:11px;
	line-height:1.5em;
}

#footer a {
	font-weight:400;
}

#footer a:hover {
}

.scroll-top {
	text-align:center;
}

.copyright {
	text-align:left;
}

.powered {
	text-align:right;
	float: right;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style:none;
	line-height:normal;
	margin:2px 0 0 0;
	text-align:right;
}

#footer .social-icons > li {
	display: inline;
	height: 36px;
	margin: 1px;
	padding-left: 2px;
	width: 36px;
}

#footer .social {
	margin-bottom: 55px;
}

#header .social-icons {
	list-style:none;
	line-height:normal;
	margin:3px 0 0 0;
	text-align:right;
}

#header .social-icons li a {
	padding: 0;
}

#header .social-icons li {
	padding: 0;
	height: 36px;
	width: 36px;
	float: left;
}

#header .reddit-icon, #header .vimeo-icon, #header .tumblr-icon, #header .pinterest-icon, #header .twitter-icon, #header .youtube-icon, #header .facebook-icon, #header .linkedin-icon, #header .rss-feed-icon, #header .stumble-upon-icon {
	display: inline;
	height: 36px;
	margin: 1px;
	padding-left: 2px;
	width: 36px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, #container:after {
	clear:both;
	content:"\0020";
	display:block;
	height:0;
	max-height:0;
	overflow:hidden;
	visibility:hidden;
}

.clearfix, #container {
	display:inline-block;
}

*html .clearfix, *html #container {
	height:1%;
}

.clearfix, #container {
	display:block;
}

.clear {
	clear:both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction:ltr;
	unicode-bidi:bidi-override;
}

BDO[DIR="rtl"] {
	direction:rtl;
	unicode-bidi:bidi-override;
}

[DIR="ltr"] {
   direction:ltr;
   unicode-bidi:embed;
}

[DIR="rtl"] {
   direction:rtl;
   unicode-bidi:embed;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before:always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after:avoid;
    }

    ul,  ol,  dl {
	    page-break-before:avoid;
    }
}

/* =Media Queries
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 782px) {

    body {
    }

    .grid, .grid-right {
	    float:none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }
	
	.widget-wrapper {
	    padding-left:0;
    }

    .widget-wrapper-left {
	    padding-right:0;
    }

     #footer .social-icons {
	    text-align:left;
    }
}

@media screen and (max-width: 650px) {

    body {
    }

    #header #logo {
	    float:none;
	    text-align:center;
    }

    .grid, .grid-right {
	    float:none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }

     #featured-image {
	    margin:20px 10px;
    }

    .featured-title {
		font-size: 35px;
	}
	
    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
	    float:none;
	    text-align:center;
    }

	.widget-wrapper {
	    padding-left:0;
    }

    .widget-wrapper-left {
	    padding-right:0;
    }
	
    #footer {
	    text-align:center;
    }

    #footer .social-icons {
	    text-align:center;
    }

    .copyright {
	text-align:left;
	padding:0 0 0 10px;
	}

	.powered {
	text-align:right;
	padding:0 0 0 10px;
	}
}

@media screen and (max-width: 480px) {

    body {
    }

    #header #logo {
	    float:none;
	    text-align:center;
    }

    .grid, .grid-right {
	    float:none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }

     #featured-image {
	    margin:20px 10px;
    }

    .featured-title {
		font-size: 35px;
	}

    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
	    float:none;
	    text-align:center;
    }

	.widget-wrapper {
	    padding-left:0;
    }

    .widget-wrapper-left {
	    padding-right:0;
    }
	
    #footer {
	    text-align:center;
    }

    #footer .social-icons {
	    text-align:center;
    }
    .copyright {
	text-align:left;
	padding:0 0 0 10px;
	}

	.powered {
	text-align:right;
	padding:0 0 0 10px;
	}
}
/*"The last 29 days of the month are the hardest."- Nikola Tesla*/

.more-link{
	float: right;
	margin:10px 0 0 0;
}

strong.search-excerpt { background: yellow; }

/* ------- Fluid Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/* PORTFOLIO FILTER STYLE
----------------------------------------------- */

#portfolio-filter {
	list-style-type: none;
	margin:20px 0 10px 5px;
}

#portfolio-filter li {
	display: inline;
	padding-right: 10px;
}

#portfolio-filter li a {
	color: #777;
	text-decoration: none;
}

#portfolio-filter li .current,
#portfolio-filter li:hover {
	color: #084a9a;
}

/* PORTFOLIO LIST STYLE
----------------------------------------------- */

#portfolio-wrapper {
	padding:0 0 25px 5px;
}

.home #portfolio-wrapper {
	padding:0 0 25px 0;
	text-align: center;
}

#portfolio-wrapper .project-links {
	text-align: right;
}

#portfolio-list {
	list-style-type: none;

}

#portfolio-list .portfolio-item {
	float: left;
	margin-right: 20px;
}

.home #portfolio-list .portfolio-item {
	float: left;
	margin-right: 20px;
	text-align: center;
}

#portfolio-list .portfolio-item h3 {
	line-height: 18px;
	font-size: 12px;
}

#portfolio-list .portfolio-item .excerpt
{
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	margin-bottom: 5px;
}

#portfolio-list .portfolio-item .excerpt a {
	color: #555;
}

#portfolio-list .portfolio-item .excerpt a:hover {
	text-decoration: none;
}

#portfolio-list .thumb a {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

#portfolio-list .thumb a img {
	max-width: 100%;
	margin: 0;
}

.home #portfolio-list .thumb a img {
	margin-bottom: 10px;
}

#portfolio-list .thumb a:hover img {
}

ul#portfolio-list {
	margin: 0 0 9px 0 !important;
	display:inline-block;
	padding: 0;
}

#single-project img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
	float: left;
}

#single-project .project-entry {
	float: left;
	margin: 15px 0 0 10px;
}

.project-links {
	margin-top: 10px;
}

#portfolio-list .thumb{
	margin:0 0 5px 0;
}/*
	File: global-styles.css
	Description: Core styles to apply across front and back-ends
*/

:root
{
/*  --link-color: rgb(0,96,96);*/
  --link-color: rgb(45,45,215);
  --link-hover: rgb(100,40,225);
  --link-color-dark: rgb(0,96,96);

  --list-link-hover-color: white;
  --list-link-hover-bg: rgb(0,120,120);
  --list-link-parent-hover: white;
  --list-link-parent-hover-bg: rgb(80,150,150);

  --dark-elem-bg-color: rgb(0,80,80);
  --dark-elem-bg-gradient: linear-gradient(180deg,rgba(15,110,110,1) 0%,rgba(0,80,80,1) 20%,rgba(8,93,93,1) 55%);
  --dark-elem-text-color: white;
  --dark-elem-border-color: #eee;
  --dark-elem-hover-bg-color: rgb(0,160,160);
/*  --dark-elem-hover-bg-gradient: linear-gradient(180deg,rgba(30,220,220,1) 0%,rgba(0,160,160,1) 20%,rgba(10,185,185,1) 55%); */
  --dark-elem-hover-bg-gradient: linear-gradient(180deg,rgba(65,230,230,1) 0%,rgba(0,165,165,1) 20%,rgba(15,173,173,1) 55%);
  --dark-elem-selected-color: rgb(0,80,80);
  --dark-elem-selected-bg-color: #66ccaa;
  --dark-elem-selected-bg-gradient: linear-gradient(180deg,rgba(120,240,225,1) 0%,rgba(95,195,185,1) 20%,rgba(110,212,200,1) 55%);
  --dark-elem-disabled-bg-color: #777;

  --lightbutton-bg-color: rgb(210,240,240);
  --lightbutton-color: black;
  --lightbutton-hover-color: black;
  --lightbutton-selected-color: rgb(245,245,245);
/*  --lightbutton-bg-gradient: linear-gradient(180deg,rgba(235,250,250,1) 0%,rgba(210,240,240,1) 20%,rgba(220,245,245,1) 55%); */
  --lightbutton-bg-gradient: linear-gradient(180deg,rgba(181,212,215,1) 0%,rgba(158,196,191,1) 20%,rgba(134,175,175,1) 55%);
  --lightbutton-hover-bg-gradient: linear-gradient(180deg,rgba(120,182,185,1) 0%,rgba(108,166,161,1) 13%,rgba(84,145,145,1) 30%);
  --lightbutton-selected-bg-gradient: linear-gradient(180deg,rgba(120,240,225,1) 0%,rgba(95,195,185,1) 20%,rgba(110,212,200,1) 55%);

  --highlight-color: #ffe49f;

  --list-color: rgb(0,96,96);
  --list-bg-color: white;
  --list-heading-color: rgb(0,96,96);
  --list-heading-bg-color: rgb(0,96,96);
  /*--list-border-color: #116622;*/
  --list-border-color: rgb(0,96,96);
  --list-hover-color: rgb(0,190,190);
/*  --list-hover-bg-color: rgb(240,250,250);*/
  --list-hover-bg-color: rgb(220,245,245);
  --list-selected-color: #8800DD;
/*  --list-selected-bg-color: rgb(210,240,240);*/
  --list-selected-bg-color: rgb(170,230,230);
  --list-disabled-bg-color: white;
  --list-disabled-color: #777;

  --heading-light-background: rgb(230,250,250);

  --button-bg-color: #AAAAff;
  --button-color: #36A;
  --button-border-color: #36A;

  --box-border: rgb(0,96,96);

  /*--buttongroup-border: 1px solid #073763;*/
  --buttongroup-border: 1px solid rgb(0,96,96);

}/*!
 * Bootstrap v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arimo, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span12 {
  width: 99.99999998999999%;
}

.row-fluid > .span11 {
  width: 91.489361693%;
}
.row-fluid > .span10 {
  width: 82.97872339599999%;
}
.row-fluid > .span9 {
  width: 74.468085099%;
}
.row-fluid > .span8 {
  width: 65.95744680199999%;
}
.row-fluid > .span7 {
  width: 57.446808505%;
}
.row-fluid > .span6 {
  width: 48.93617020799999%;
}
.row-fluid > .span5 {
  width: 40.425531911%;
}
.row-fluid > .span4 {
  width: 31.914893614%;
}
.row-fluid > .span3 {
  width: 23.404255317%;
}
.row-fluid > .span2 {
  width: 14.89361702%;
}
.row-fluid > .span1 {
  width: 6.382978723%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
p small {
  font-size: 11px;
  color: #999999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
  padding: 0 0 0 5px;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  *margin-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append input,
.input-append select .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
  /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */

  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/lib/bootstrap/../../assets/imgs/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/lib/bootstrap/../../assets/imgs/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.dropdown.open {
  *z-index: 1000;
}
/* TG 7/4/2020
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
*/
.dropdown.open .dropdown-menu {
  display: block;
}
.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-menu li.current_page_item a{
  color: #08C!important;
}
.dropdown-menu li.current_page_item a:hover{
  color: white!important;
  text-decoration: none!important;
  background-color: #08C!important;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  display: table;
  width: 100%;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .container {
  width: auto;
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222222;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #080808 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
  position: static;
  margin-bottom: 18px;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
/* TG 7/4/2020
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
*/
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle{
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu,
.navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before,
.navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after,
.navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.label {
  padding: 1px 4px 2px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
.label-inverse {
  background-color: #333333;
}
.label-inverse:hover {
  background-color: #1a1a1a;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 5px;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}/*!
 * Bootstrap Responsive v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: block;
}
.hidden-phone {
  display: block;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  .row > [class*="span"],
  .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
  .thumbnails [class*="span"] {
    width: auto;
  }
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    /* Make inputs at least the height of their button counterpart */
  
    /* Makes inputs behave like true block-level elements */
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.762430939%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 99.999999993%;
  }
  .row-fluid > .span11 {
    width: 91.436464082%;
  }
  .row-fluid > .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  .row-fluid > .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid > .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid > .span6 {
    width: 48.618784527%;
  }
  .row-fluid > .span5 {
    width: 40.055248616%;
  }
  .row-fluid > .span4 {
    width: 31.491712705%;
  }
  .row-fluid > .span3 {
    width: 22.928176794%;
  }
  .row-fluid > .span2 {
    width: 14.364640883%;
  }
  .row-fluid > .span1 {
    width: 5.801104972%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .navbar .nav-collapse {
    clear: left;
  }
  .navbar .nav {
    float: none;
    margin: 0 0 9px;
  }
  .navbar .nav > li {
    float: none;
	display: none;
  }
  .navbar .nav > li > a {
    margin-bottom: 2px;
  }
  .navbar .nav > .divider-vertical {
    display: none;
  }
  .navbar .nav .nav-header {
    color: #999999;
    text-shadow: none;
  }
  .navbar .nav > li > a,
  .navbar .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .navbar .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .navbar .nav > li > a:hover,
  .navbar .dropdown-menu a:hover {
    background-color: #222222;
  }
  .navbar .dropdown-menu {
    top: auto;
    left: auto;
    float: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar .dropdown-menu:before,
  .navbar .dropdown-menu:after {
    display: none;
  }
  .navbar .dropdown-menu .divider {
    display: none;
  }
  .navbar-form,
  .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-navbar {
    display: block;
  }
  .nav-collapse {

  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.564102564%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 100%;
  }
  .row-fluid > .span11 {
    width: 91.45299145300001%;
  }
  .row-fluid > .span10 {
    width: 82.905982906%;
  }
  .row-fluid > .span9 {
    width: 74.358974359%;
  }
  .row-fluid > .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid > .span7 {
    width: 57.264957265%;
  }
  .row-fluid > .span6 {
    width: 48.717948718%;
  }
  .row-fluid > .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid > .span4 {
    width: 31.623931624%;
  }
  .row-fluid > .span3 {
    width: 23.076923077%;
  }
  .row-fluid > .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid > .span1 {
    width: 5.982905983%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1160px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1060px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 960px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 860px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 760px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 660px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 560px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 460px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 360px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 260px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 160px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 60px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
}/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: https://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
a.cboxElement {outline:0;}html{
	position: relative;
}
html, body{
	min-height: 100%;
	height: auto;
}

body {
	font-family: 'Open Sans', Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	padding-bottom: 57px;
}
@media (max-width: 782px) {
	body{
		padding-bottom: 120px;
	}
}   
body:not(.home){
	background-color: rgb(245, 245, 245);
}
body *
{
	box-sizing: content-box;
}

/* Offset anchors for sticky header/control bar */
[id]
{
    scroll-margin-top: 57px;
}

.sr-only:not(.menupop),
#wpadminbar .sr-only.menupop > .ab-item
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.trans_layer
{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.rm-white-box > *, .rm-magic-popup > *
{
	box-sizing: border-box;
}

a[href]{
    color: var(--link-color);
}
a[href]:hover {
    color: #ED5642;
    color: var(--link-hover);
}
a:not([href]), a:not([href]):hover
{
    color: rgb(60, 60, 60);
    text-decoration: none;
}

b{
    font-weight: bold;
}
i{
    font-style: italic;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgb(46, 46, 46);
    margin-bottom: 16px;
}

.align-right, table td.align-right, table th.align-right
{
    text-align: right;
}

#login.modal{
    margin-top: -150px;
}
.modal-backdrop {
background-color: #2980b9;
}
.modal2 {
position: fixed;
top: 50%;
left: 50%;
z-index: 1050;
overflow: auto;
width: 600px;
margin: -300px 0 0 -280px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.close2 {
font-size: 20px;
font-weight: bold;
line-height: 18px;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.8;
filter: alpha(opacity=20);
margin-top: -304px;
position: absolute;
margin-left: 170px;
z-index: 9000;
}
.close2:hover {
color: #000000;
text-decoration: none;
opacity: 0.4;
filter: alpha(opacity=40);
cursor: pointer;
}

.modal-header .close {
margin-top: -6px;
margin-right: -8px;
}

.error404 input {
	display:inline-block;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2980b9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2980b9;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.tooltip.top {
  margin-top: -9px;
}

.tooltip.bottom {
  margin-left: 133px;
  margin-top:40px;
}


.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.accordion-heading .accordion-toggle {
background-color: #2980b9;
}

.accordion-inner {
color: rgb(41, 41, 41);
}

.modal-header {
padding: 11px 15px 8px;
color: #2980b9;
font-size: 18px;
}

.modal-footer {
padding: 6px 15px 15px;
margin-bottom: 0;
text-align: center;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
color: rgb(41, 41, 41);
}


.btn-warning {
	background-color: #ffffff;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#c9c9c9', GradientType=0);
	border-color: #2980b9 #2980b9 #006699;
	color: #2980b9;
	text-shadow: none;
	background-image: linear-gradient(top, #fbfbfb, #c9c9c9);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
background-color: #c9c9c9;
text-shadow: none;
color: #2980b9;
}
.btn-large {
padding: 5px 0px;
width: 50px;
font-weight: bold;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size: 13px;
}
.btn:hover {
background-position: 0 0px;
}

.buttonborder {
padding: 3px 2px 3px 3px;
	background-repeat: repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: linear-gradient(top, #d6d6d6, #fbfbfb);
}

.post-entry {
clear: both;
}

/* Updating heading sizes in main content 5/22/15 */

h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.post-entry h1, .post-entry h2, .post-entry h3{
    font-weight: bold;
	clear: both;
}

.post-entry h1.post_summary:first-child,
.post-entry h1.topnews:first-child {
    display: none;
}
.content-margin .post-entry  .topnews
{
	padding-top: 8px;
}
.post-entry div.topnews:nth-child(1),
.post-entry:not(.slider-main-content) div.topnews:nth-child(2)
{
	display: block;
}
div.topnews .section-wrapper:nth-child(1)
{
	display: block;
}
div.topnews .section-wrapper:nth-child(n+2)
{
	display: none;
}

/* Content Table */
.post-entry table {
	width: auto;
	border-spacing: 3px;
	border-collapse: separate;
}

.post-entry table tr:nth-child(odd) {
    background-color: rgb(250,250,250);
}
.post-entry table tr:nth-child(even) {
    background-color: rgb(246,246,236);
}
.post-entry table td {
    border: 1px solid transparent;
    margin: 1px;
    padding: 3px 7px;
}

.post-entry table td:nth-child(n+2) {
    text-align: center;
}
/* End Content Table */

.post-entry iframe.__youtube_prefs__
{
    display: block;
    margin: 0 auto;
}

.post-entry .aspect-ratio{
    position: relative;
    width: 100%;
    height: 0;
}

.post-entry .aspect-ratio iframe{
    position: absolute;
    left: auto;
    transform: none;
    margin-right: -50%;
    width: 100%;
    height: 100%;
}

/* TODO: Figure out whether this would work for embeds in slider view */
.cycleContainer .slider-main-content iframe{
  width: 100%;
  height: 290px;
}

iframe.gde-frame{
    height: 675px !important;
}

.hentry {
padding: 20px 32px 30px 32px;
}

.hentry.under_expo{
padding: 15px 32px 30px 32px;
}

.col-700 {
width: 74.6%;
background-color: white;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#content {
	position: relative;
	z-index: 10;
    box-shadow: none;
    background: none;
    width: calc(100% - 275px);
}

#content .back-button {
	position: absolute;
	content: ' ';
	top: 0;
	left: -30px;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/icons/Back_Arrow_Basic-50.png);
	background-color: rgba(255,255,255,0.8);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
}
#content .back-button:hover {
	background-color: white;
}

@media (max-width: 782px) {
	#content {
		width: 100%;
    }

    #widget-inflow{
		display: none;
    }
	#content .back-button{
		display: none;
	}
}

#content.full{
    float: none;
    
}

#content > .hentry{
    padding-top: 0;
}

#content .page_title h1 {
    margin-top: 0;
    margin-bottom: 7px;
}

#content .post_featured_image{
/*
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
*/
    margin: 0 auto;
    position: relative;
}

#content .post_featured_image img{
    margin-top: 0;
    margin-bottom: 0;
}
#content .post_featured_image .page_title{
    background: rgb(230,230,230);
/*    box-shadow: 0 0 12px 0 rgba(0,0,0,.2); */
    border: 1px solid rgb(210,210,210);
    padding: 5px;
    text-align: center;
}
#content .post_featured_image .page_title h1{
    color: rgb(70,70,70);
}

#content .post_featured_image .caption{

}

#content .caption_info {
    position: relative;
    margin-bottom: -24px;
    bottom: 31px;
    color: white;
    background: rgba(50,50,50,0.8);
    background: rgba(10,80,80,0.8);
    font-style: italic;
    font-family: serif;
    font-size: 13.5pt;
    line-height: 16pt;
    font-weight: 800;
    border: 2px solid white;
    border-radius: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-left: 9px;
    cursor: pointer;
    z-index: 100;
    content: 'i';
}
#content .post_featured_image .caption_info {
	position: absolute;
	bottom: 34px;
	right: 11px;
}
#content .post_featured_image .caption_info.active {
	bottom: 29px;
}

/*
#content :not(.post_featured_image) .caption_info {
    position: relative;
    bottom: 38px;
    left: 5px;
}
*/
#content :not(.post_featured_image) .wp-caption-text {
    position: relative;
    bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
#content .caption_info .x{
    display: none;
}
#content .caption_info.active .x{
    display: inline;
    font-style: normal;
    font-weight: 600;
    font-size: 11pt;
    font-family: sans-serif;
    position: relative;
    top: -2px;
}
#content .post_featured_image .caption .info, #content .caption_info.active .i{
    display: none;
}

#content .wp-caption-text{
    font-size: 14px;
    line-height: 17px;
    color: white;
    background: black;
    background: rgba(10,80,80,1);
    bottom: 0px;
    padding: 6px 12px 9px 12px;
    margin-bottom: -12px;
    z-index: 90;
    width: auto;
    height: auto;
    text-align: left;    
}

#content .post_featured_image .caption #feat_img_caption, #content #feat_img_caption{
    display: none;
    /*position: absolute;*/

    font-size: 14px;
    line-height: 17px;
    color: white;
    background: black;
    background: rgba(10,80,80,1);
/*
    background: rgba(50,50,50,.5);
    width: calc(100% - 49px);
    padding: 5px 10px 5px 39px;
*/
    bottom: 0px;
/*    border-radius: 0 0 5px 5px; */
    padding: 6px 12px 9px 12px;
    z-index: 90;
    width: auto;
    height: auto;
    text-align: left;
}


#content > .content-margin .post-edit{
    margin-top: 0;
}
#content > .content-margin {
/*    padding: 20px; */
    padding: 12px 18px;
    background-color: white;
    margin-right: 0px;
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,.75);
    box-shadow: 4px 4px 16px 0px rgba(0,0,0,.75);
}

#content.full > .content-margin {
    margin-right: auto;
    margin-left: auto;
    width: 840px;
}

@media (max-width: 782px)
{
    #content > .content-margin,
	#content.full > .content-margin
    {
		padding-left: 0;
		padding-right: 0;
		width: auto;
    }

    #content .content-margin > div.hentry .page_title,
    #content .content-margin > div.hentry .post-meta,
    #content .content-margin > div.hentry div.respond,
    #content .content-margin.forum_wrapper > *,
    #content .content-margin > div.hentry .post-entry h1,
    #content .content-margin > div.hentry .post-entry h2,
    #content .content-margin > div.hentry .post-entry h3,
    #content .content-margin > div.hentry .post-entry h4,
    #content .content-margin > div.hentry .post-entry h5,
    #content .content-margin > div.hentry .post-entry ul,
    #content .content-margin > div.hentry .post-entry ol,
    #content .content-margin > div.hentry .post-entry p
    {
		padding-left: 13px;
		padding-right: 13px;
    }

    #content .content-margin > div.hentry .post-entry .summary p
    {
	padding-left: 0;
	padding-right: 0;
    }

	#forum.ui-tabs .ui-tabs-panel {
		padding: 0;
	}

    #content iframe.__youtube_prefs__
    {
	width: 100%;
	height: auto;
    }
}

/*#content > .content-margin > div:first-child {*/
#content > .content-margin > div {
/*    padding: 15px 0; */
    padding: 0 0 15px 0;
}

#content.full > .content-margin > div:first-child {
    
}

/****************************************************
* Forums
****************************************************/
#forum .primary_topic {
    min-height: 40px;
}

#forum .primary_topic a {
    color: var(--link-color);
}

#forum ul.subtopics
{
	margin: 3px;
	width: fit-content;
}

#forum ul.subtopics li.subtopic
{
	list-style: none;
	margin: 1px 0px;
	padding: 0;
	line-height: 15pt;
	font-size: 11pt;
}
#forum ul.subtopics li.subtopic a
{
	color: var(--link-color);
	font-size: 11pt;
}
/* Sticky/non-sticky topics and separation */
#forum li.subtopic.sticky + li.subtopic:not(.sticky) {
    margin-top: 12px;
}
#forum li.subtopic:not(.sticky) a {
    font-weight: 400;
}

/* Feedback topics display */
#forum .ui-tabs .ui-tabs-panel
{
	padding: 0.7em 1.2em;
}

#forum div.primary_topic.feedback li.subtopic a
{
	font-weight: bold;
}
#forum div.primary_topic.feedback li.subtopic:nth-child(4)
{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgb(180,180,180);
}


#forum .button.newtopic
{
	border: 1px solid rgb(50,50,50);
	border-radius: 5px;
	width: fit-content;
	padding: 5px;
	float: right;
	cursor: pointer;
}

#forum .topic-title
{
	display: inline-block;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
}

#forum .button.up
{
	display: inline-block;
	position: relative;
	top: 3px;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	padding: 4px;
	border-radius: 50%;
	font-family: monospace;
	font-size: 14pt;
	background-color: var(--dark-elem-bg-color);
	color: var(--dark-elem-text-color);
	text-align: center;
}

/* Hide first comment (topic is first reply) when only a single topic in forum */
#forum .single_topic li.bbp-body ul > li:first-child
{
	display: none;
}
/* Hide first comment (topic is first reply) when topic is in Feedback forum */
#forum .primary_topic.feedback ul.bbp-replies > li.bbp-body > ul > li:first-child,
ul.bbp-replies > .bbp-body > .bbp-reply-header:first-child,
ul.bbp-replies > .bbp-body > .bbp-reply-header:first-child + .topic-author{
    display: none;
}
#forum .single_topic li.bbp-body > ul > li:nth-child(2) > div.bbp-reply-header {
    /* border-top: none; */
    margin-top: 3px;
}

#forum .bbp-pagination
{
	margin-bottom: 0;
}

/* Hide buttons until we have AJAX versions */
#forum #favorite-toggle,
#forum #subscription-toggle
{
	display: none;
}

/****************************************************
* BBP Pages
****************************************************/
body.bbpress #content
{
    background-color: white;
    margin-right: 0px;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
}

/***************************************************/

/** RegistrationMagic forms **/
#content .rmagic, #content .rmagic form.rmagic-form
{
	float: none;
}
/* End RegistrationMagic forms */

.searchres{
    width: 100%;
}
.searchres h6{
    padding: 4px 8px;
}


img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
display: block;
margin: 15px auto;
max-width: 100%;
}

.btn-toolbar {
margin-top: 6px;
margin-bottom: 4px;
}

ul, ol {
margin: 0 0 4px 25px;
}

.grid {

	/**padding-top: 1px;**/

}

.grid:empty
{
	margin-bottom: 0;
}

#wrapper_page{
    margin: 0 auto;
    max-width: 1034px;
    max-width: 1200px;
}

.strata-menu {

	display: none;

}

.menu a:hover {

	background-color:inherit;
	background-image:none;
	filter:none;

}

.menu .current_page_item a	{

	background-color:inherit;

}

.nav > li > a  {
	display: inline-block;
 }
.nav > li > a:hover {
	background-color:inherit;
}

.nav .nav-header {
	background-color: #303030;
	
}

.nav-tabs {
	background-color: transparent;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: white;
  background-color: #2980b9;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
/** Lines based on https://alwaystwisted.com/post.php?s=2012-05-12-create-a-pure-css-menu-button **/

/* Header and menu styles */
html #header {
    padding-bottom: 10px;
}

html body #header {
    padding-bottom: 0;
    position: relative;
    z-index: 600;
    margin-top: 0;
    width: 100%;
}

html body #wpadminbar{
    position: fixed;
}

html body #header > .navbar{
    background: rgba(50,100,100,0.85);
    background: rgba(0,100,100,1);
    background: linear-gradient(to bottom, rgb(0,120,120) 0%, rgb(0,90,90) 50%, rgb(0,70,70) 100%);
/*    background: none;
    box-shadow: none;*/
}

  /* Body billboards */
  header > div.navbar.navbar-fixed-top {
    display: none;
  }

	body.nav-billboards #header .nav-collapse .navpulldown{
		display: none;
	}
	
	html body.nav-billboards #header > .navbar{
		background: transparent;
		height: 50px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	body.nav-billboards .navbar .navbar-inner .nav{
		/*width: 100%;*/
		width: fit-content;
		margin: 0 auto;
        float: none;
        left: unset;
	}

	body.nav-billboards nav.navbar-inner{
		margin: 0;
	}

	body.nav-billboards .navbar ul.nav > li.separator{
		display: none;
	}

	body.nav-billboards .navbar ul.nav > li {
		height: 56px;
		padding: 0;
		box-sizing: border-box;
		border-radius: 9px;
		border: 0;
		box-shadow: 1px 1px 4px 0px #000;
		background: var(--dark-elem-bg-color);
		margin: 0 10px;
		float: left;
		cursor: pointer;
		z-index: 1039;
	}

	body.nav-billboards .navbar ul.nav > li:hover {
    z-index: 1200;
		background: var(--dark-elem-hover-bg-color);
		color: var(--dark-elem-hover-color);
	}
/*
	body.nav-billboards .navbar ul.nav > li:hover a{
		color: var(--dark-elem-hover-color);
	}
*/
	body.nav-billboards .navbar ul.nav > li.open {
		background: var(--dark-elem-selected-bg-color);
		color: var(--dark-elem-selected-color);
	}
	body.nav-billboards .navbar ul.nav > li.open {
		background: var(--dark-elem-selected-bg-color);
		color: var(--dark-elem-selected-color);
	}

	body.nav-billboards #header>.navbar>.navbar-inner .nav>li>a {
		color: #fff;
		font-weight: 700;
		font-size: 1.2em;
		padding: 18px 16px 19px 16px;
		background: transparent;
	}
	body.nav-billboards .navbar ul.nav > li:hover,
	body.nav-billboards .navbar ul.nav > li.open {
		background: var(--dark-elem-hover-bg-gradient);
	}
	body.nav-billboards .navbar ul.nav > li:hover > a,
	body.nav-billboards .navbar ul.nav > li.active:hover > a,
	body.nav-billboards .navbar ul.nav > li:hover > a:hover,
	body.nav-billboards .navbar ul.nav > li.active:hover > a:hover{
		color: white;
		background-color: transparent;
	}
	body.nav-billboards .navbar > .navbar-inner ul.nav > li > a {
		font-size: 13pt;
		font-family: Verdana, sans-serif;
	}

	body.nav-billboards .navbar ul.nav > li:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 5px;
		width: 55px;
		height: 55px;
		background-size: 50px;
		background-repeat: no-repeat;
		background-position: center;
	}

	body.nav-billboards #header>.navbar ul.nav > li.icon > a {
		padding: 18px 16px 19px 65px;
	}
}

#header .navbar > .white.buffer {
    display: none;
    background: white;
}
#header .navbar > .buffer {
    display: none;
    height: 34px;
    width: 100px;
    float: left;
    z-index: 500;
}

html body #header > .navbar > .navbar-inner{
/*    background: rgba(50,100,100,0.7);
    border-radius: 0 0 6px 6px;*/
    height: 33px;
}

html body #header > .navbar > .navbar-inner > .container{
/*    width: fit-content; now left justified, turn back on to center */
}

@media (max-width: 784px)
{
    #header .navbar .billboards {
      display: none; /* Using site map now */
    }
    #header #menu-category-bar > li.menu-item:not(.showinphone) {
        display: none;
    }
}


html body #header > .navbar > .navbar-inner, html body #header > .navbar > .navbar-inner > .container{
    box-shadow: none;
}

body > .container
{
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
body.error404 > .container
{
	min-height: calc(100% - 126px);
}

#fullscreenSlider .filter-bar{
    display: none;
}

/*
body.logged-in:not(.home){
    padding-top: 40px;
}

body.logged-in:not(.home) #wpadminbar{
    position: fixed;
}

body.logged-in:not(.home) #header{
    margin-top: 0;
    width: 100%;
}

body.logged-in:not(.home) #header > .navbar > .navbar-inner{
    background: rgba(50,100,100,0.7);
    border-radius: 6px;
}

body.logged-in:not(.home) #header > .navbar{
    background: none;
    box-shadow: none;
}
*/

img {

}
h2 {
font-size: 24px;
padding-bottom: 8px;
}
h2 a {
/* Is there a reason for link inside h2 to appear differently than a regular h2? - Todd 5/22/15 (also in on.css)
font-weight: normal;
font-size: 28px;
line-height: 1em;
letter-spacing: -1px;
*/
word-wrap: break-word;
}

.lines { 
    border-bottom: 10px double white; 
    border-top: 4px solid white; 
    content:"";
    height: 5px; 
    width:20px;
}
.ln-btn { 
    position: relative;         
    margin-top:.5%; 
    border: 3px solid white;
    border-radius: 2px; 
    height: 26px; 
    width:26px;
	float:left;
	margin-right: 8px;
	
	
}
.lines:before { 
    border-bottom: 10px double white;
    border-top: 4px solid white;    
    content:"";
    height: 4px; 
    position: absolute; 
    right:3px;  
    top: 4px; 
    width:20px; 
}
.menu-drawer {
    position: fixed;
    top: 60px;
    float: left;
    margin-top: 5px;
    margin-left: 80px;
    z-index: 600;
    background-color: white;
    padding: 12px 12px 12px 0;
    border-radius: 6px;
    min-width: 300px;
    -moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.35);
    -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.35);
    box-shadow: 4px 4px 5px rgba(0,0,0,0.35);
    border: 1px solid #d6d6d6;
}
.menu-drawer.intel-nav-container > h3:first-child
{
  display: none;
}
.menu-drawer.intel-nav-container > ul.intelnav
{
  margin-left: 17px;
}
.menu-drawer.intel-nav-container > ul.intelnav li
{
  padding-top: 2px;
}
.menu-drawer.intel-nav-container > ul.intelnav li.cat-0-featured-posts
{
  display: none;
}

.menu-drawer.intel-nav-container > ul.intelnav li.search
{
  padding-top: 5px;
}
.menu-drawer.intel-nav-container > ul.intelnav li div.search-adv > input[type="text"]
{
  width: 100%;
}
.menu-drawer.intel-nav-container > ul.intelnav li div.search-adv > input.search
{
  width: 15px;
  height: 15px;  
}


/* Homepage header and slider styles */
/*
body.home.logged-in{
    padding-top: 0;
}

body.home.logged-in #wpadminbar{
    position: absolute;
    background: none;
    box-shadow: none;
}
body.home.logged-in #wpadminbar #wpadminbar-sizer{
    width: calc(100% - 24px);
    padding: 0 12px;
}
body.logged-in.home #wpadminbar #wp-admin-bar-xicon.admin-xicon a, body.logged-in.home #wpadminbar #wp-admin-bar-icon.admin-icon a{
    color: white;
}

body.logged-in.home #wpadminbar a.ab-item, body.logged-in.home #wpadminbar .ab-item a {
    color: white;
}
body.logged-in.home #wpadminbar a.ab-item:after{
    border-color: white transparent transparent transparent;
}

body.home.logged-in #header{
    margin-top: 39px;
    position: absolute;
    width: 100%;
}

body.home.logged-in #header > .top-title-container{
    display: none;
}

body.home.logged-in #header > .navbar{
    background: none;
    box-shadow: none;
    position: relative;
}

body.home.logged-in #header > .navbar > .navbar-inner, body.home.logged-in #header > .navbar > .navbar-inner > .container{
	width: -moz-fit-content;
	width: -webkit-fit-content;
    width: fit-content;    
}
*/

/* Menu */
.navbar > .navbar-inner .nav > li > a {
    color: white;
    font-weight: 700;
    font-size: 1.0em;
    padding: 7px 9px 8px;
}

/* Vertical bar separators on primary menu */
.navbar > .navbar-inner .nav > li.separator {
    cursor: default;
}
.navbar > .navbar-inner .nav > li.separator > a {
    padding: 6px 5px 8px;
    cursor: default;
}
.navbar > .navbar-inner .nav > li.separator.open, body #header > .navbar > .navbar-inner .nav > li.separator:hover {
    background: none;
}
.navbar > .navbar-inner .nav > li.separator.open > a, body #header > .navbar > .navbar-inner .nav > li.separator:hover > a{
    color: white;
}

/* Navbar active, open, and hover styles */
.navbar .dropdown.open .dropdown-menu .active a,
.navbar .dropdown-menu .active a,
.dropdown-menu a {
    min-width: 150px;
    display: block;
    cursor: pointer;
    padding: 5px 19px;
    clear: both;
    font-weight: 600;
    line-height: 18px;
    color: #222;
    white-space: nowrap;
    font-size: 13px;
	font-family: "Open Sans", Helvetica;
}

.navbar .dropdown-menu li.dropdown:hover > a,
.navbar .dropdown-menu li.dropdown.open > a,
.navbar .dropdown-menu li.dropdown.open:hover > a
{
    color: var(--list-link-parent-hover);
    background-color: var(--list-link-parent-hover-bg);
}
.navbar .dropdown-menu li:hover > a:hover,
.navbar .dropdown.open .dropdown-menu li.active.open > a,
.navbar .dropdown.open .dropdown-menu li.active > a:hover,
.navbar .dropdown-menu li.active > a:hover,
.navbar .dropdown-menu li.open > a:hover,
.navbar .dropdown-menu li.open:hover > a:hover
{
    color: var(--list-link-hover-color);
    background-color: var(--list-link-hover-bg);
}

.navbar .dropdown-menu li:hover > a.dropdown-toggle:after,
.navbar .dropdown-menu li.open > a.dropdown-toggle:after,
.navbar .dropdown-menu li.open:hover > a.dropdown-toggle:after
{
/*
	border-left-color: transparent;
	border-top-color: var(--list-link-hover-color);
	border-right: 4px solid transparent;
	top: 13px;
    right: 6px;
*/
}

/* Horizontal bar separators on secondary/drop-down menus */
.navbar > .navbar-inner .nav > li ul li.separator {
    height: 2px;
    border-bottom: 2px solid gray;
    line-height: 5px;
    margin: 0 8px 3px 8px;
    cursor: default;
    overflow: hidden;
}
.navbar > .navbar-inner .nav > li ul li.separator a {
    cursor: default;
}
.navbar > .navbar-inner .nav > li ul li.separator:hover, body #header > .navbar > .navbar-inner .nav > li ul li.separator:hover a {
    background: none;
}

/* Homepage page/slider styles */
body.home > .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

body.home #wrapper{
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 0;
    border-radius: 0;
}

#fullscreenSlider .sliderContainer {
    margin: 0;
    height: auto;
/*
    max-width: 1050px;
    margin: 0 auto;
*/
    text-shadow: 2px 2px black;
}

#fullscreenSlider .sliderContainer .cycleContainer{
    height: 650px;
    height: 720px;
    height: 564px;
}

#fullscreenSlider .sliderContainer .cycleContainer .slider-img-container{
    width: 100%;
}


#fullscreenSlider .sliderContainer .cycleContainer .slider-img-container img{
    width: 100%;
    height: auto;
}

#fullscreenSlider .slider-img {
    background-color: rgb(10,10,10);
}

#fullscreenSlider .slider-img a{
    width: 100%;
    background-position: center;
/*    background-size: 1280px 720px;*/
/*    background-size: contain; */
    height: 564px;
    background-size: auto 564px;
    background-size: cover;
}

#fullscreenSlider .sliderContainer .cycleContainer .slider-content{
    height: auto;
    margin: 0;
    display: none;
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 400px;

    width: auto;
    min-width: 60%;
    max-width: 930px;
    padding: 11px 14px;

    cursor: pointer;
    background: rgba(20,20,20,0.75);
    box-shadow: 0px 0px 5px 4px rgba(20,20,20,0.75);
    
    border-radius: 15px;
    color: white;

    overflow: hidden;

    /* Changes given removal of left button */
    max-width: 960px;
    max-height: 110px;
    width: 930px;
}
#fullscreenSlider .sliderContainer .cycleContainer .slider-content.on{
    display: block;
}
#fullscreenSlider .sliderContainer .cycleContainer .slider-content.no-excerpt-bg {
    background: none;
    box-shadow: none;
}

#fullscreenSlider .sliderContainer .cycleContainer .slider-header{
    padding-top: 3px;
/*
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    top: -605px;
    right: 20px;
    padding: 10px;
    border-radius: 7px;
*/
}

#fullscreenSlider .sliderContainer .cycleContainer .slider-header a{
    color: #f0f0f0;
    font-size: 25px;
}
#fullscreenSlider .sliderContainer .cycleContainer .slider-header a:hover{
    text-decoration: underline;
}
#fullscreenSlider .sliderContainer .cycleContainer .slider-main-content{
    max-height: 52px;
}
/*
#fullscreenSlider .sliderContainer .cycleContainer .slider-main-content{
    display: block;
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -160px;

    width: auto;
    min-width: 60%;
    max-width: 930px;
    padding: 15px 20px;
    background: rgba(0,0,0,0.75);
    border-radius: 20px;
    color: white;
}
*/
#fullscreenSlider.hide_title.hide_excerpt .sliderContainer .cycleContainer .slider-main-content{
    display: none;
}

#fullscreenSlider .sliderContainer .cycleContainer .slider-main-content h1{
    margin-bottom: 7px;
}
#fullscreenSlider.hide_title .sliderContainer .cycleContainer .slider-header{
    display: none;
}

#fullscreenSlider .sliderContainer .cycleContainer .slider-main-content h1 a{
    font-size: inherit;
}
#fullscreenSlider .sliderContainer .cycleContainer .slider-main-content:empty{
    display: none;
}
#fullscreenSlider .sliderContainer .cycleContainer .slider-main-content, #fullscreenSlider .sliderContainer .cycleContainer .slider-main-content p{
    font-size: 14pt;
    font-weight: 600;
    color: white;
    line-height: 18pt;
}
#fullscreenSlider.hide_excerpt .sliderContainer .cycleContainer .slider-main-content p{
    display: none;
}
#fullscreenSlider .sliderContainer .sponsor-bar
{
	display: none;
}

#fullscreenSlider .cycleContainer .button {
    height: 60px;
    top: 71%;
    top: 429px;
/*
    background: rgba(0,0,0,0.68);
    border-radius: 7px;
*/
    background: none;
    width: 38px;
    cursor: pointer;
}

#fullscreenSlider .cycleContainer .button.left{
    left: 12%;
}
#fullscreenSlider .cycleContainer .button.right{
/*
    right: 12%;
    right: 3%;
    left: calc(50% + 500px);
*/
    left: calc(50% + 442px);
}
#fullscreenSlider .cycleContainer .button .arrow {
    top: 13px;
    border-width: 17px;
}
#fullscreenSlider .cycleContainer .button.left .arrow {
    right: 12px;
    border-right-color: rgba(225,225,225,.9);
}
#fullscreenSlider .cycleContainer .button.right .arrow {
    left: 12px;
    border-left-color: rgba(225,225,225,.9);
}

#fullscreenSlider .cycleContainer .button:hover {
/*    background: rgba(50,50,150,0.8);*/
    background: rgba(0,0,0,1.0);
    background: none;
}

#fullscreenSlider .cycleContainer .button.left:hover .arrow{
    border-right-color: rgb(200,200,255);
    border-right-color: rgba(210,210,255,1);
    border-right-color: rgba(255,255,255,1);
}
#fullscreenSlider .cycleContainer .button.right:hover .arrow{
    border-left-color: rgb(200,200,255);
    border-left-color: rgba(210,210,255,1);
    border-left-color: rgba(255,255,255,1);
}

#googleSlideWrapper{
    background: black;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 16px 4px rgba(0,0,0,0.45);
}

#googleSlideWrapper > iframe {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navSlider{
    max-width: 1050px;
    margin: 20px auto 0 auto;
}
.navSlider .sliderContainer{
    margin: 5px auto;
    -moz-box-shadow: 0px 0px 8px 2px #D5D5D5;
    -webkit-box-shadow: 0px 0px 8px 2px #D5D5D5;
    box-shadow: 0px 0px 8px 2px #D5D5D5;
}

.top-title-container {
	padding-top: 6px;
	padding-bottom: 6px;
}

.editor-tool
{
    position: absolute;
    right: 20px;
    display: inline-block;
    background: rgba(230,230,230,.6);
    padding: 4px;
    border-radius: 4px;
}
.editor-tool a
{
	color: var(--link-color-dark);
}

/* Implementing slim header */
div.top-title-container > div.top-title.container{
    display: none;
}

.top-title-container .breadcrumb-mod{
    float:left;
/*    padding-top: 10px; */
/*    padding-top: 36px; */
    padding-top: 32px;
}

body[class*="um-page-"] .breadcrumb-mod{
    display: none;
}

.top-title-container .breadcrumb-mod .dropdown li{
    width: 100%;
}

.top-title-container .divider{
    color:white;
    font-weight:bold;

    margin: 6px;
}

.top-title-container a, .top-title-container span.parent{
    font-weight:bold;
    color: #3399ff;

    color: white;
    font-size: 15pt;
    cursor: pointer;
}

.top-title-container .breadcrumb-mod > .parent{
    padding: 5px 0px;
/*
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/Arrows-Expand-Down_100.png);
    background-size: 14px 8px;
    background-position: center bottom;
    background-repeat: no-repeat;*/
}

.top-title-container .breadcrumb-mod .dropdown span{
    position: relative;
}
.top-title-container .breadcrumb-mod .dropdown > span > .caret{
    position: absolute;
    top: 22px;
    left: calc(50% - 12px);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 6px solid white;
    opacity: 1;
}

.top-title-container .breadcrumb-mod .dropdown.toplevel > span > .caret{
    top: 24px;
}
.top-title-container .breadcrumb-mod .dropdown .dropdown-menu{
    z-index: 1050;
}
.top-title-container .breadcrumb-mod .dropdown:hover .dropdown-menu{
    display: block;
    top: 100%;
}

.top-title-container .current{
    padding: 10px 0px;
/*
    font-size: 22px;
    display: block;
    margin-top: 3px;
    padding: 8px;
    color: #354757;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(186,186,186,1) 100%);
*/
    font-size: 24px;
    position: relative;
    color: white;
    font-weight: bold;
/*
    font-size: 22px;
    top: -4px;
    padding: 8px 11px 8px 8px;
    color: #354757;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(186,186,186,1) 100%);
*/
}

.top-title-container li > a {
    text-transform: none;
    color: #354757;
    border-right: 0px solid #333;
    text-shadow: none;
    font-family: Arial,'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: .6px;
    padding: 5px 8px 5px;
}

.top-title-container .current.dropdown{
    cursor: pointer;
}

.top-title-container .dropdown-toplvl > a{
    font-weight: bold;
    font-size: 15px;
}
.top-title-container .current.dropdown:hover{
/*    background: white;*/
}

.top-title-container .current.toplevel{
/*    margin-top: 10px;*/
    font-size: 27px;
/*    padding: 10px; */
}
/*
#header .top-title-container .current .caret{
    margin-top: 7px;
    margin-left: 5px;

	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;	

}
*/
.top-title-container .current ul.dropdown-menu{
    z-index: 1050;
}

/* Breadcrumb below menu */
.below-menu {
    margin: 0 auto;
}

.below-menu ul.breadcrumb-mod {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
    text-align: left;
    margin: 10px 0 7px 0;
	padding: 2px 4px;
	background: rgba(250,250,250,.8);
	border-radius: 3px;
}
/*
.below-menu ul.breadcrumb-mod:hover {
	background-color: white;
}
*/
/* :has not working - meant to highlight entire breadcrumb on hover when only 1 item */
.below-menu .breadcrumb-mod:not(:has(.divider)):hover {
	background-color: white;
}
.below-menu .breadcrumb-mod > span:not(.divider):hover {
	background-color: white;
}
.below-menu .breadcrumb-mod > span {
    padding: 0px 2px;
	border-radius: 3px;
}

.breadcrumb-mod .dropdown:hover {
}

/*
.breadcrumb-mod .dropdown:after{
    width: 14px;
    border: 2px solid transparent;
    border-top: 2px solid rgba(0, 10, 125, 0.4);
    position: absolute;
    bottom: -3px;
    content: '';
    left: calc(50% - 7px);
}
*/

.breadcrumb-mod .dropdown li{
    width: 100%;
}

.below-menu .breadcrumb-mod .divider{
    color: black;
    font-weight:bold;
    margin: 4px 0px;
}

.below-menu a, .below-menu span{
    font-weight: 700;
    font-size: 10pt;
    padding: 0;
    color: var(--link-color-dark);
}

.below-menu span.current{
/*	padding: 2px;*/
}

.below-menu a, .below-menu span > span{
/*
	 padding: 3px 6px; 
*/
}

.below-menu a, .below-menu span.dropdown > span{
    cursor: pointer;
}

.below-menu a, .below-menu span.current{
    font-family: inherit;
}

.below-menu .breadcrumb-mod > .parent{
}

.below-menu .breadcrumb-mod .dropdown span{
    color: rgb(0, 0, 0);
    position: relative;
}
.below-menu .breadcrumb-mod .dropdown > span > .caret{
    display: none;
/*
    position: absolute;
    top: 7px;
    left: calc(50% - 12px);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 6px solid white;
    opacity: 1;
*/
}

.below-menu .breadcrumb-mod .dropdown.toplevel > span > .caret{
    top: 24px;
}
.below-menu .breadcrumb-mod .dropdown .dropdown-menu{
    z-index: 1050;
}
.below-menu .breadcrumb-mod .dropdown.open .dropdown-menu,
.below-menu .breadcrumb-mod .dropdown:hover .dropdown-menu{
    display: block;
}

.below-menu .current span{
    font-weight: 700;
}

.below-menu .current > a{
    color: var(--link-color-dark);
    font-weight: 700;
}

.below-menu li > a {
    text-transform: none;
    text-align: left;
    border-right: 0px solid #333;
    text-shadow: none;
/*    color: #354757;
    font-family: Arial,'Open Sans', sans-serif;
    font-size: 13px;*/
    letter-spacing: .6px;
	padding: 4px 10px;
}

.current.dropdown{
    cursor: pointer;
}

.below-menu .dropdown-toplvl > a{
    font-weight: bold;
    font-size: 15px;
}

.below-menu .current ul.dropdown-menu{
    z-index: 1050;
}

.secondnav
{

	

}

.secondnav .nav-collapse 
{

	margin: 0 12px;
	font-style: italic;

}


.secondnav a {

	color: #2980b9;
	/*font-family: 'Handlee',Arial, Verdena, sans-serif;*/
	font-size: 12px;
	font-style: normal;
	float: none;
	padding: 10px 0 11px;


}

.secondnav a.moreat {

	text-transform:none;
	padding: 2px 4px;

}

.secondnav a.active  {
	color: black;
	font-weight: bold;

}

.secondnav > a, .secondnav > a:hover {


	background-color: #222;
	text-decoration: none;

} 

.secondnav > a:hover {

  color: #111;
  cursor: pointer;
  background-color: #bbb;
  background-image: -moz-linear-gradient(top, #bbb, #999);
  background-image: -ms-linear-gradient(top, #bbb, #999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbb), to(#999));
  background-image: -webkit-linear-gradient(top, #bbb, #999);
  background-image: -o-linear-gradient(top, #bbb, #999);
  background-image: linear-gradient(top, #bbb, #999);
  background-repeat: repeat-x;	
	
	

}

.secondnav .btn-group {



}

.breadcrumb-mod {

	list-style: none;

}

.breadcrumb-mod li {
    display: inline-block;
}

.btn-breadcrumb {
    font-size: 10px;
    padding: 0px 2px;
    margin-top: -3px;
}

.btn-group .btn-breadcrumb {
    float:none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-group .expo-link{
    display: block;
    color: #333;
    padding: 4px;
    margin: 4px;
    border: 2px solid #444;
    border-radius: 7px;
    font-weight: bold;
}
.btn-group .expo-link:hover{
    text-decoration: none;
/*    color: #ccc;
    background: #444;*/
    background-color: white;
}

ul.dropdown-menu{
    margin-top: 0;
}

.navbar-inner {
/*  max-width: 1049px; */
  margin: 0;
  margin-left: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000000;
  background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/navbg.jpg);
  background-color:  #2c2c2c ;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434343', endColorstr='#262626', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), inset 0 0px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), inset 0 0px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), inset 0 0px 0 rgba(0, 0, 0, 0.1);
}

#header .navbar-inner > .container {
    width: auto;
}

.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
    background-image: linear-gradient(top, #333333, #222222);
}

.navbar .nav {
	width: calc(100% - 5px);
}

/* Make space for Site Map (editors and admins) */
body.is_admin .navbar .nav{
	width: calc(100% - 60px);
}

.navbar .nav > li.menu-item.right {
    float: right;
}
@media screen and (max-width: 782px){
	.navbar .nav > li.menu-item.right {
		float: none;
	}
}

.navbar li.menu-item
{
	z-index: 1039;
}
.navbar li.menu-item.open
{
	z-index: 1042;
}
.navbar li.menu-item:hover,
.navbar li.menu-item.open:hover
{
	z-index: 1045;
}

@media (min-width: 782px)
{
	.navbar li.menu-item.hideOnLargeScreen,
  .intel-nav-container ul.hideOnLargeScreen
	{
		display: none;
	}
}

.navbar .navbar-inner .nav .dropdown-menu .open .menu-item.special > a,
.navbar .navbar-inner .nav .dropdown-menu .menu-item.special > a,
.navbar .navbar-inner .nav .dropdown-menu .open .menu-item.active.special > a,
.navbar .navbar-inner .nav .dropdown-menu .menu-item.active.special > a
{
	background: rgb(255,233,200);
	font-style: italic;
}
.navbar .navbar-inner .nav .dropdown-menu .menu-item.special:hover,
.navbar .navbar-inner .nav .dropdown-menu .menu-item.special:hover > a,
.navbar .navbar-inner .nav .dropdown-menu .menu-item.active.special:hover > a,
.navbar .navbar-inner .nav .dropdown-menu .menu-item.special.open > a,
.navbar .navbar-inner .nav .dropdown-menu .menu-item.special.open:hover > a
{
	background: rgb(155,123,90);
}


.navbar .nav > li.menu-item.right ul.dropdown-menu {
    right: 0;
    left: auto;
}

/* Overriding bootstrap.css so that .open only impacts immediate children and does not open sub-dropdowns */
.nav .open ul.dropdown-menu{
    display: none;
}
.nav .open > ul.dropdown-menu{
    display: block;
}

/* Override bootstrap to ignore .active */
.navbar ul ul li.menu-item.active > a{
	color: black;
	background-color: white;
}

/* 2nd or 3rd level active dropdown under an open (selected) dropdown parent 
Rely on breadcrumb, not menu highlighting
.navbar .nav .dropdown.open .dropdown-menu > :not(.active):not(.current-post-ancestor):not(.current-category-ancestor) > .dropdown-toggle{
    color: #333333;
    background: none;
}

.navbar .nav .dropdown.open .dropdown-menu > :not(:hover) > .dropdown-toggle{
    color: #333333;
    background: none;
}
*/
/* Same as above, but when hovering over the 2nd/3rd level active dropdown */
/* Rely on breadcrumb, not menu highlighting 
.navbar .nav .dropdown.open > .dropdown-menu :not(.active):not(.current-post-ancestor):not(.current-category-ancestor):hover > .dropdown-toggle{
    color: white;
    background: none;
    background-color: #0088cc;
}
.navbar .nav .dropdown.open > .dropdown-menu :not(.active):hover > .dropdown-toggle{
    color: white;
    background: none;
    background-color: #0088cc;
}
*/

.nav > li .dropdown-menu {
	border-top: 0;
	margin-left: -4px;
	margin-top: 0px;
}

.navbar .dropdown-menu::after, .navbar .dropdown-menu::before {
	content: none;
}

#header .navbar .caret {
    display: none;
}

/* Special item - search */
.navbar .menu-item.search {
	padding-top: 5px;
}
.navbar form .search-adv input[type="text"]{
	border-radius: 5px;
}

.navbar form .search-adv input[type="submit"].search{
	width: 15px;
	right: 8px;
}

/* All levels active */
/*
.navbar .nav .open.active > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .current-category-ancestor > a,
.navbar .nav .current-post-ancestor > a,
.navbar .nav .active > a {
    color: white;
  background: linear-gradient(to bottom, rgba(205,205,205,1) 0%,rgba(179,179,179,1) 50%,rgba(136,136,136,1) 100%);
}
*/
/* First level */
.navbar .nav > li > a {
	text-transform: none;
	color: #f6f6f6;
/*	color: #354757; */
	font-family: 'Open Sans', Helvetica, sans-serif;
	/*Arial, Verdena, sans-serif;*/
	border-right: 0px solid #333;
	text-shadow: none;
	font-size: 15px;
	font-weight: 700;
}

.navbar .nav li.open > .dropdown-toggle, .navbar .nav li:hover > .dropdown-toggle {
/*	color: #006632; */
	text-shadow: 0 -1px 0 rgba(7, 7, 7, 0.05);
}

/* First level active */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

#header .navbar .nav > .active > a .caret,
#header .navbar .nav > .current-post-ancestor > a .caret,
#header .navbar .nav > .current-category-ancestor > a .caret /* Added by TG 8/14/15 */ {
    border-top-color: white;
    border-bottom-color: white;
}

/* First level hover/open */
/*
.navbar .nav > li.open,
.navbar .nav > li:hover,
.navbar .nav > li.active:hover > a,
.navbar .nav > li.active:hover > a:hover {
	background-color: white;
	color: var(--link-color-dark);
	z-index: 1050;
}

.navbar .nav > li:hover > a{
	color: var(--link-color-dark);
}
*/
.navbar .nav > li.open > a.dropdown-toggle .caret,
.navbar .nav > li:hover > a.dropdown-toggle .caret {
    border-top-color: var(--link-color-dark);
    border-bottom-color: var(--link-color-dark);
}

/*
.navbar .nav > li.open, .navbar .nav > li:hover {
	background-color: white;
	color: #006632;
}

.navbar .nav > li.open:hover {
	color: #006632;

}
*/

/* All levels click open/close */
#header .dropdown .caret {
    margin-top: 8px;
    margin-left: 0px;
}

/* First level hover active */
/*
.navbar .nav li.active.open > a.dropdown-toggle,
.navbar .nav li.active:hover > a.dropdown-toggle {
	color: white;
}
*/
#header .navbar .nav > li.current-post-ancestor.open > a.dropdown-toggle .caret,
#header .navbar .nav > li.current-post-ancestor:hover > a.dropdown-toggle .caret,
#header .navbar .nav > li.active.open > a.dropdown-toggle .caret,
#header .navbar .nav > li.active:hover > a.dropdown-toggle .caret {
    border-top-color: #006633;
    border-bottom-color: #006633;
}

/* Second level */
.navbar .nav > li > ul.dropdown-menu {
    margin-top: -1px;
}

/* Third+ level position */
.navbar .nav > li > ul > li ul.dropdown-menu {
    top: -2px;
}

/* Second+ level */
#header .dropdown .dropdown .caret {
    margin-top: 6px;
    margin-left: 2px;
    border-top-color: transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #354757;
}


ul.dropdown-menu li.dropdown > a:after {
	display: block;
    content: '';
    position: absolute;
    right: 7px;
    top: 10px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
}
ul.dropdown-menu li.dropdown.open > a:after {
	border-left-color: white;
}

/* Second+ level hover */
/* Now taken care of for .dropdown-menu generically and with color defined in :root
.navbar .nav .dropdown-menu li.menu-item.open > a,
.navbar .nav .dropdown-menu li.menu-item:hover > a{
    color: white;
    background: none;
    background-color: #0088cc;
}
*/

.navbar .nav .dropdown-menu li.dropdown.open > a > .caret,
.navbar .nav .dropdown-menu li.dropdown:hover > a > .caret{
/*    border-top-color: white;
    border-bottom-color: white;*/
    border-left-color: white;
}

ul.dropdown-menu li.dropdown:hover > a:after {
    border-left-color: #fff;
}

/* Second+ level active */
/*
#header .navbar .nav .dropdown-menu li.dropdown.active > a > .caret{
    border-left-color: white;
}
*/
#header .navbar .nav .dropdown .dropdown-menu .active > a .caret,
#header .navbar .nav .dropdown .dropdown-menu .current-post-ancestor > a .caret,
#header .navbar .nav .dropdown .dropdown-menu .current-category-ancestor > a .caret {
    border-left-color: white;
}

/* Second+ level active hover */
/*
.navbar .nav ul.dropdown-menu li.active:hover > a,
.navbar .nav ul.dropdown-menu li.active.open > a,
.navbar .nav ul.dropdown-menu li.current-post-ancestor:hover > a,
.navbar .nav ul.dropdown-menu li.current-category-ancestor:hover > a {
    color: white !important;
    background: linear-gradient(to bottom, rgba(0,120,187,1) 0%,rgba(0,100,167,1) 50%,rgba(0,80,147,1) 100%);
}
*/
.navbar .nav ul.dropdown-menu li.active:hover .caret {
	border-top-color: white;
	border-bottom-color: white;
}

@media screen and (max-width: 782px)
{
    .menu-drawer.intel-nav-container 
	{
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		padding: 0;
    }
    #header
    {
		/*display: none;*/
		z-index: 600;
    }
	#header .navbar-fixed-top
	{
		position: fixed;
		top: 40px;
		margin: 0;
	}
	html body #header > .navbar > .navbar-inner
	{
		margin-left: 0;
		height: 0;
	}
	#header .navbar-inner > .container
	{
		padding: 0;
	}
	#header .navbar-inner > .container .nav-collapse
	{
		display: none;
	}
	#header .navbar .navbar-inner ul.nav,
  #sitemap.menu-drawer
	{
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
		max-height: calc(100vh - 50px);
		overflow-y: auto;
		padding: 5px 10px;
		background: white;
		border-radius: 0 0 5px;
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.7);
	}
  #sitemap.menu-drawer
  {
    top: 41px;
  }
	#header > .navbar > .navbar-inner .nav > li
	{
		float: none;
		display: block;
	}
	body #header > .navbar > .navbar-inner .nav > li > a
	{
		color: var(--link-color-dark);
		background: white;
		padding-right: 23px;
		/* To make arrows all align
		box-sizing: border-box;
		width: 100%;
		*/
	}
	#header .navbar  .navbar-inner .nav .separator
	{
		display: none;
		height: 1px;
		overflow: hidden;
		border-top: 1px solid black;
	}
	.navbar .nav .open.active > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .current-category-ancestor > a, .navbar .nav .current-post-ancestor > a, .navbar .nav .active > a
	{
		background: white;
		color: var(--link-color-dark);
	}

	.navbar .navbar-inner .nav .menu-item-has-children
	{

	}
	
	.navbar .navbar-inner .nav .dropdown-menu
	{
		position: relative;
		left: 15px;
		top: 0;
	}
	.navbar .navbar-inner li.dropdown:not(.open):hover > ul.dropdown-menu
	{
		display: none;
	}
	.navbar .navbar-inner .nav .dropdown-menu > li > a
	{
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
	}

	/* Override large-screen "responsive" active/current */
	.navbar .dropdown.open .dropdown-menu .active a, .navbar .dropdown-menu .active a, .dropdown-menu a {
	    min-width: 150px;
	    display: block;
	    cursor: pointer;
	    padding: 6px 15px;
	    clear: both;
	    font-weight: 700;
	    line-height: 18px;
	    white-space: nowrap;
	    font-size: 13px;
	}

	.navbar .navbar-inner .nav .dropdown-menu > li > a:not(:hover)
	{
		color: var(--link-color-dark);
		background-color: white;
	}
	.navbar .nav .dropdown.open .dropdown-menu > :not(.active):not(.current-post-ancestor):not(.current-category-ancestor) > .dropdown-toggle {
		color: var(--link-color-dark);
		background-color: white;
	}
	.navbar .navbar-inner .nav li.menu-item:hover > a,
	.navbar .navbar-inner .nav li.menu-item:hover > a.dropdown-toggle,
	.navbar .navbar-inner .nav li.menu-item:not(.active):not(.current-post-ancestor):not(.current-category-ancestor):hover > a.dropdown-toggle
	{
		color: var(--list-link-hover-color);
		background-color: var(--list-link-hover-bg);
	}
	.navbar .dropdown-menu li:hover > a.dropdown-toggle:after,
	.navbar .dropdown-menu li.open > a.dropdown-toggle:after,
	.navbar .dropdown-menu li.open:hover > a.dropdown-toggle:after
	{
		border-left-color: transparent;
		border-top-color: var(--list-link-color);
	}

	.navbar .navbar-inner .nav .menu-item-has-children > a:after
	{
		content: '';
		height: 0;	
		width: 0;
		display: block;
		position: absolute;
		top: 39%;
		right: 5px;
		border-left: 4px solid;
		border-left-color: var(--link-color-dark);
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;	
	}
	.navbar .navbar-inner .nav .menu-item-has-children.open > a:after
	{
		border-top-color: var(--link-color-dark);
		border-left-color: transparent;
		border-right: 4px solid transparent;
	    top: 43%;
	    right: 4px;
	}

	#header .navbar .navbar-inner .nav li.hideOnPhone
	{
		display: none;
	}

	.navbar form .search-adv input[type="text"]
	{
		width: 100%;
	}

	.navbar form .search-adv input[type="submit"].search
	{
		width: 12px;
		height: 12px;
	}

    #fullscreenSlider, #fullscreenSlider * {
		margin: 0;
		height: 0;
    }

}

.navicon {
	height: 33px;
	float:left;
	width: 52px;
	margin-left: -7px;
/*	border-right: 1px solid #333; */
/*	background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/grey_menu.png) no-repeat center;*/
	background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/menu.png) no-repeat center;
	filter: brightness(95%);
	-webkit-filter: brightness(95%);
}

.navicon:hover {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/menu_yellow.png) no-repeat center;
}

.naviconquick:hover {
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/round_quicklinks_hover.png) no-repeat center;
}

.naviconemail:hover {
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/round_email_hover.png) no-repeat center;
}

.naviconsocial:hover {
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/round_social_hover.png) no-repeat center;
}

.navicon2 {
    height: 40px;  
    float:left;
    border-right: 0px solid #333;
    border-left: 0px solid #333;
    display: none;
}

.navicon2:hover {
    background-color: #2980b9;
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.navicon3 {
    display: none;
    height: 40px;  
    float:left;
    border-right: 1px solid #333;
}

.navicon3:hover {
    background-color: #2980b9;
    background-color: #000;
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}


.top-title {



	display: table;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
	display: table;
	box-orient: horizontal;
	box-pack: justify;
	box-align: center;
	letter-spacing: -1px;


}

.col-40 {

	width: 4.25531%;
	display:inline;
	float:left;

}

.col-180 {

	width: 20%;
	display:table-cell;
	float:left;
	position: relative;

}

.col-140 {
	width:100%;
}

.right-header-inner {
float: right;
	

}

#header #logo {
float: left;
}

#searchhead {

	float:right;
	border: 0;
	border-top: 0px;	
	margin-bottom: 2px;
	margin-top: 2px;
	
}

#searchhead #searchform {

	margin:0;
}

#searchhead form div {

	margin: 0;

}

#searchhead #s {

	border-radius: 11px;
	box-shadow: none;
	width: 75px;
	margin-top: 6px;
	margin-right: 0px;
	float:right;
	height: 12px;
	color: whitesmoke;
	background-color: #1f1f1f;
	font-size: 11px;
/*	font-family: Arial, Helvetica, sans-serif; */
border: inset 0px #4b6c88;
background-color: transparent;
}

.error404 #searchform #searchsubmit {

	display: inline-block;
	float: none;
	position:static;
	margin-left: 8px;

}

.right-header-inner .right-header-widgetized {

	font-size: 12px;
	line-height: 18px;
	color: #2F2F2F;
float: right;

}

.right-header-widgetized li {

	list-style-type: none;

}

.right-header-widgetized li a{


	color: #023B83;
	font-weight: normal;
	height: auto;
	line-height: 22px;
	margin: 0;
	padding-left: 0;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	font-size: 1em;
/*	font-family: Arial, sans-serif; */
	letter-spacing: 0px;
	text-transform: uppercase;
}

.right-header-widgetized li a:hover {

	color: #ED5642;
	text-decoration:none;

}

.right-header-widgetized ul {

	clear:both;

}

/**Getting rid of styling from the theme for menu widgets**/

.right-header-widgetized .menu {

	background-color: transparent;
	background-image: none;
	clear: both;
	filter:alpha(opacity=100);
	margin: 0;
	margin-left:12px;

}

.right-header-widgetized .menu li {

	background-color: transparent;
	background-image: none;
	clear: both;
	filter:alpha(opacity=100);
	margin: 0;

}

.right-header-widgetized .menu a {

	border-left: 0;
	color: #023B83;
	display: block;
	font-weight: normal;
	height: auto;
	line-height: 22px;
	margin: 0;
	padding-left: 0;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	font-size: 1em;
/*	font-family: Arial, sans-serif; */

}

.right-header-widgetized .menu a:hover {

	background-color:transparent;
	filter:alpha(opacity=100);
	color: #C34D3E;

}

.page-name {

	display: table-cell;
	vertical-align: middle;
	
}

.page-name h1 {

/*	font-family: Cambria, Helvetica, Arial, sans-serif; */
	line-height:28px;
	/** padding-left: 34px;
	background-image:url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../images/header-tag-s.png);
	background-repeat:no-repeat;
	background-position:left center; **/
	color: #434746;
	padding-bottom: 2px;

	
}


.main-name a {

/*	font-family:  Arial, sans-serif; */
	font-weight:normal;
	font-size: 1em;
	vertical-align:middle;
	letter-spacing: -1px;
}

/*
h5 {
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    font-weight: 400;
    clear: both;
    letter-spacing: 0px;
}
*/

.col-620 h5 a {
font-weight: normal;
color: #333;
}

.secondary-logo {

	float:right;

}

.main-name a:hover {

	text-decoration:none;

}

.navpulldown {
    cursor:pointer;
    display: inline;
}

body:not(.is_admin) #nav-pulldown-icon, body:not(.is_admin) #wp-admin-bar-sponsor_links
{
  display: none;
}

.col-220 .widget-wrapper {

	background-color: white;
border-radius: 6px;


}

.widget-title {
background-color: transparent;
padding: 10px 6px 8px 4px;

}

.col-220 .widget-title, .col-220 .widget-title-home h3 {

	background-color: transparent;
	border-bottom: 1px solid rgb(223, 223, 223);
	margin-left: 12px;
margin-right: 12px;

}

.twitter-follow-button.external.twitter-follow-button {
	
	margin-left:16px;
	padding-bottom: 6px;
}

body.category .widgetWrapper
{
	display: none;
}
@media (max-width: 782px){
	body.category .below-menu ul.breadcrumb-mod {
    	margin: 10px auto 0px;
	}
	body.category .widgetWrapper
	{
		display: block;
	}
	body.category .widgetWrapper .post-widget
	{
		margin-top: 12px;
	}
	body.category .sliderOuterContainer
	{
		display: none;
	}
}

#widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap {

	background-color: transparent;

}

.mid-layout {

	float:none;
	vertical-align: middle;
}

.category #content-archive {

	margin: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.intelnav li, .intelnav a {
    font-size: 16px;
}

.intelnav a.active {

	color:#ED5642;

}

#widgets ul.intelnav, ul.intelnav {

	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;

}

#widgets .menu-drawer > ul.intelnav {
    padding: 10px;
}

#widgets ul.intelnav {

    background-color: transparent;

}

#widgets nav.intel-nav-container ul li, nav.intel-nav-container ul li{
    border: 0;
    margin-bottom: 1px;
    padding-bottom: 2px;
    margin-top: 2px;
}

#widgets nav.intel-nav-container ul, nav.intel-nav-container ul{
    margin-bottom: 0px;
}

.intelnav:first-child {

	display:block;

}

.intelnav a {

	cursor: pointer;
}

#header .intelnav .caret {
    float: left;
    position: relative;
    margin-top: 4px;
    left: -12px;
    margin-right: -10px;

    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid black;
    border-bottom: 5px solid transparent;

}

#header .intelnav .caret.open {
    border-top: 5px solid black;
    border-left: 5px solid transparent;
    left: -15px;
    margin-right: -15px;
    margin-top: 7px;
}

.intelnav .cat-item-inside {
    
    float:left;
    
}

 .intelnav li {

	

}


#widgets {

	background-color:transparent;
	position: relative;
	z-index: 10;

}


.widget-title-home h3 {
	background-color: transparent;
}


.col-220 {
	-moz-box-shadow: 2px 2px 8px 2px #D5D5D5;
-webkit-box-shadow: 2px 2px 8px 2px #D5D5D5;
box-shadow: 2px 2px 8px 2px #D5D5D5;
background: white !important;
}

.home #widgets ul, .home #widgets .textwidget, .home #widgets .tagcloud, .home #widgets #searchform, .home #widgets #calendar_wrap {
    
    margin-bottom: 0;
    
}

.home-widgets .col-300 .widget-title-home h3, .cat-widget .widget-title-home h3 {
    padding: 0px 12px 10px 14px;
    border-bottom: 1px solid white;
    margin-top: 3px;
    margin-right: 12px;

    text-align: center;
    letter-spacing: 0px;
    color: white;
    font-weight: normal;
}

.home-widgets .cat-post-item {
    margin-bottom: 14px;
    clear: both;
    
}

.widget-title-home {
    clear: both;
    height: 33px;
/*    background-image: -webkit-linear-gradient(top, rgb(0, 97, 60), rgb(0, 65, 40));
    background-image: -webkit-linear-gradient(top, rgb(64, 85, 104), rgb(53, 71, 87));
    background-color: #354757;*/
    background: linear-gradient(to bottom, rgb(0,120,120) 0%, rgb(0,90,90) 50%, rgb(0,70,70) 100%);

    overflow: hidden;
    border-top: 0px;
    text-align: center;

    box-shadow: 0 0 16px 1px rgba(0,0,0,.3);
    border-radius: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
/*
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6x;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6x;
    -webkit-border-top-right-radius: 6px;
*/
}

.home #widgets.home-widgets .widget_text .textwidget{
    padding: 0;
    margin-top: 8px;
    margin-left: -2px;
    width: 101.4%;
    border-radius: 5px;
    border-bottom-left: 0;
    border-bottom-right: 0;
    box-shadow: 0 0 16px 1px rgba(0,0,0,.3);
}
.home #widgets.home-widgets .widget_text .textwidget p:first-child{
    margin-top: 0;
}


/* Homepage widget view - summary */
body.home #widgets .summary
{
	overflow: hidden;
  margin-bottom: 15px;
}

body.home #widgets .arrow
{
	width: 0;
	height: 0;
	padding: 0;
	margin: 3px auto;
	cursor: pointer;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #555;
}

body.home #widgets .arrow.down
{
	border-bottom: 0;
	border-top: 10px solid #555;
}

@media (max-width: 782px){
  body.home #widgets
  {
    display: none;
  }
  
}

.widget {

	background-color:transparent;

}

.intel_nav h3 {
  background-color: transparent;
  border-bottom: 1px solid rgb(223, 223, 223);
  margin-left: 12px;
  margin-right: 12px;
  font-size: 20px;
}

.intel_nav h3 a {
color: rgb(61, 61, 61);
font-weight: bold;
font-size: 20px;
}

.widget_categoryposts .post-title, .cat-widget .post-title {
	font-size: 14px;
}

.widget_categoryposts img, .cat-widget .thumb {
	float:right;
	margin-left: 8px;
}

.widget_categoryposts ul li.cat-post-item, .cat-widget ul li.cat-post-item {
	margin-bottom: 14px;
	clear: both;
}


#widgets.cat-widget-container ul {
	background-color: transparent;
	padding: 20px;
}

#widgets ul {
/*
    padding: 4px 16px 1px 17px;
    padding: 10px 16px 10px 17px;
*/
    padding: 0; /* Coupled with new padding on the li and/or internal content */
    background: none;
}

.widget-wrapper {
padding-left: 0px;
}

div.widget_recent_entries {
    margin-bottom: 20px;
    box-shadow: 0 0 16px 1px rgba(0,0,0,.3);
}

#widgets .widget_recent_entries ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.widget_recent_entries ul li{
/*    line-height: 23px;*/
    margin-bottom: 6px;
}
.widget_recent_entries ul li span.post-date{
    display:block;
}
.widget_recent_entries ul li a {
    font-size: 14px;
    font-weight: bold;
}
.widget_recent_entries ul li:first-child {
    padding-top: 7px;
}
.widget_recent_entries ul li:last-child {
    padding-bottom: 7px;
}

.home #widgets .cat-post-widget ul {
	font-size: 14px;
	background: none; /* Overriding base */
}
.home #widgets .widget_rss > ul{
    padding: 6px 0;
    box-shadow: 0 0 16px 1px rgba(0,0,0,.3);
}

.timesince.external {
	font-size: 11px;
}

.tweets {
	margin-top: 0px;
}

.twitterspacing {
	height:8px;
}

.navbar-fixed-top {
	margin-bottom:0px;

}

.navbar-fixed-top {
margin-bottom: 0px;
-moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
box-shadow:inset 0px 0px 0px rgba(0, 0, 0, 0);
background-color: white;
background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/navbg.jpg);
background-color: #2c2c2c;

color: rgb(56, 60, 65);
margin: 0 auto;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 50%, rgba(186,186,186,1) 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(186,186,186,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(186,186,186,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(186,186,186,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
border-top: 2px solid #f2b511;
margin-top: 0px;
-moz-box-shadow: 1px 1px 4px rgba(68,68,68,0.2);
-webkit-box-shadow: 1px 1px 4px rgba(68,68,68,0.2);
box-shadow: 1px 1px 4px rgba(68,68,68,0.2);

}

.outer-alertbar {

	top:0;
	position: static;
	margin-bottom: 0!important;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #D1D1D1);
	background-image: -ms-linear-gradient(top, #ffffff, #D1D1D1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D1D1D1));
	background-image: -webkit-linear-gradient(top, #ffffff, #D1D1D1);
	background-image: -o-linear-gradient(top, #ffffff, #D1D1D1);
	background-image: linear-gradient(top, #ffffff, #D1D1D1);
	background-repeat: repeat-x;	
}

.inner-alertbar {

	position: relative;
	margin: 0 auto;
	text-align: center;

}

.alertbar-text {

	position: relative;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
	font-size: 13px;
	color: #6d6d6d;
	font-weight: bold;

}

/* Forums/Topics */
h2.topic-heading
{
	width: -moz-fit-content;
	width: -webkit-fit-content;
    width: fit-content;
    border: 1px solid rgb(0,120,100);
    padding: 2px 10px;
    background: rgb(180,220,220);
    color: rgb(20,25,85);
    cursor: pointer;
}


/* Reusable arrow button */
.down-arrow-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 3px;
    list-style: none;
    position: relative;
    background: var(--link-color-dark);
    border-radius: 12px;
    cursor:pointer;
}

.down-arrow-button > div:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: relative;
    top: 5px;
    left: 8px;
    cursor: pointer;
    border-top: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #eee;
}

.down-arrow-button:hover > div:after {
    border-bottom-color: #fff;
}

.down-arrow-button.active > div:after {
    border-bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #eee;
}

.down-arrow-button.active:hover > div:after {
    border-top-color: #fff;
}

/* Slider */
body.category:not(.single) > .container, body.category:not(.single) #content-archive
{
	width: 100%;
/*	max-width: 1377px;*/
}
body.category #wrapper
{
	max-width: 100%;
}

body.category #wrapper .empty_cat
{
	width: 80%;
	margin: 20px auto;
	padding: 10px;
	background: rgb(220,220,220);
	border-radius: 3px;
	color: #222;
	font-size: 11pt;
	font-weight: 700;
}

.sliderContainer{
	position: relative;
    width: calc(100% - 12px);
    margin: 5px auto;
/*
    -moz-box-shadow: 0px 0px 5px 1px rgba(220,220,220,.6);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(220,220,220,.6);
    box-shadow: 0px 0px 5px 1px rgba(220,220,220,.6);
*/
}
#fullscreenSlider .sliderContainer{
    width: 100%;
}
.sliderContainer .cycleContainer {
    width: 100%;
	padding-top: 33.75%;
	margin-bottom: 40px;
	overflow: visible;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;

    border-radius: 0; /* 6px; */
/*
    -moz-box-shadow: 2px 2px 8px 2px #D5D5D5;
    -webkit-box-shadow: 2px 2px 8px 2px #D5D5D5;
    box-shadow: 2px 2px 8px 2px #D5D5D5;
*/
	-moz-box-shadow: 0px 0px 5px 2px rgba(220,220,220,.7);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(220,220,220,.7);
	box-shadow: 0px 0px 5px 2px rgba(220,220,220,.7);
    background-color: white;
}
/*
.sliderOuterContainer
{
	position: relative;
	padding-top: 33.75%;
	height: 0;
}
*/
.sliderOuterContainer .sliderContainer
{
	width: 90%;
/*
	position: absolute;
	top: 0px;
	left: 5%;
*/
}

@media screen and (min-aspect-ratio: 2/1){
	.sliderOuterContainer .sliderContainer {
    	width: 80%;
	}
}

@media (max-width: 782px){
    .below-menu{ width: auto; }
	.sliderOuterContainer{
		padding-top: 0;
	}
	#slider-nav{
		margin: 0;
	}
}

@media screen and (min-width: 1000px){
	#content-archive .below-menu{
		width: 90%;
		left: 5%
	}
}
@media screen and (min-width: 1530px){
	.sliderOuterContainer .sliderContainer,
	.sliderOuterContainer .nav-container,
	#content-archive .below-menu{
		width: 1377px;
/*
		left: calc(50% - 688.5px);
*/
	}
}

.sliderContainer .slide.container
{
  height: 100%;
}

.sliderContainer .slide.container .grid.slider-img-container
{
	width: 60%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.sliderContainer .slide.container .grid.slider-content
{
	width: 40%;
	box-sizing: border-box;
	border-left: 1px solid gray;
}
.slider-img-container > iframe.video-embed {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

/* Semi-circle version */
.cycleContainer .button{
    width: 25px;
    height: 50px;
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 120;
    background-color: rgba(30,30,30,.5);
    cursor: pointer;
}
.cycleContainer .button.left{
    left: 0;
    border-radius: 0 50px 50px 0;
}
.cycleContainer .button.left .arrow{
    border-left: 10px solid transparent;
    border-right: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: relative;
    top: 15px;
    right: 12px;
}
.cycleContainer .button.right{
    right: 0;
    border-radius: 50px 0 0 50px;
}
.cycleContainer .button.right .arrow{
    border-left: 10px solid white;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: relative;
    top: 15px;
    left: 12px;
}

.slide {
	overflow: visible;
}

h2.slider-header
{
    line-height: 27px;
    margin-top: 0px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: var(--heading-light-background);
	border-bottom: 2px solid var(--box-border);
}

h2.slider-header a{
    font-size: 21px;
    font-weight: bold;
	display: inline-block;
	padding: 6px;
	color: white;
	background: var(--dark-elem-bg-color);
}

h2.slider-header a:hover {
	color: white;
	text-decoration: none;
}

.slide h5 {

	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 7px;
	margin-top: 7px;

}

.slide h5 a {
	color: #033853;
}

.slide h5 a:hover {
	text-decoration:none;
	color: #180300;
}

.slide .col-380 h2, .slide .col-380 .slider-excerpt, .slide .col-380 .slider-meta, .slide .col-380 .call-to-action {

	padding-right: 2%;

}

.grid.slider-img-container
{
	margin: 0;
}

.slide .grid.slider-content
{
	padding-right: 0;
	float: right;
}

.slide .slider-content{
    padding-right: 4px;
	width: 42.55%;
	height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    white-space: normal;
    text-align:left;
}

.slide.scroll .slider-content{
    overflow: auto;
}

#wrapper > div:not(#fullscreenSlider) .slide.container:not(.scroll) .scrollArrow {
    position: absolute;
    bottom: 27px;
    bottom: 4px;
    right: 5px;
    height: 0;
    width: 0;
    cursor: pointer;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #555;
    border-bottom: 0;
}


.slider-content.post-widget,
.map-ui .slider-content.post-widget {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    background-color: rgba(250,250,250,1);
    box-shadow: none;
    border-radius: 0;
    z-index: 20;
}

.slider-content.post-widget .post-title {
    padding: 4px 44px;
    border: 0;
	background-color: var(--heading-light-background);
    border-bottom: 2px solid var(--box-border);
}
.slider-content.post-widget .post-title h2.slider-header {
	border-bottom: 0;
}
h2.slider-header a.slider-item-title {
    background: transparent;
    color: var(--list-heading-color);
}
.slider-content.post-widget .post-title h2.slider-header > a {
	display: block;
	max-width: calc(100% + 37px);
    width: fit-content;
    margin: 0 auto;
	padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 19pt;
}
.slider-content > .related_links
{
	display: none;
}
.slider-content.post-widget .section-wrapper{
	max-height: fit-content;
	display: none;
}
.slider-content.post-widget .section-wrapper:first-child{
	display: block;
}
.slider-content.post-widget .sponsor-bar > .discuss,
.slider-content.post-widget .sponsor-bar > .share {
    border-radius: 0 0 0 0;
}
.slider-content.post-widget .sponsor-bar {
    border-radius: 0 0 0 0;
}

/*
.slide .col-380 {
width: 40%;
height: 294px;
overflow: auto;
}
*/

.slider-main-content > .summary
{
	padding-top: 8px;
}

.slider-main-content p,
.slider-main-content h1,
.slider-main-content h2,
.slider-main-content h3,
.slider-main-content h4,
.slider-main-content h5{
	padding-left: 12px;
	padding-right: 12px;
}
div.slider-main-content p:last-child{
    margin-bottom: 0;
}
.slider-main-content .summary li {
	font-size: 11pt;
}
.slide > ul {
	margin-left: 0;
	display: inline;
}

.slide > li {
	list-style:none;
	display: inline;
}

.slider-main-content ul
{
	margin: 0 0 4px 33px;
}

.slider-main-content ul li
{
	font-size: 11pt;
	line-height: 15pt;
	margin-bottom: 6px;
}


.slider-meta {
	margin: 1% 0 3%;
	padding-top: 8px;
	max-height: 43px;
	overflow: hidden;
}

.slider-meta .btn {
	margin-right: 1%;
}

.slider {
	max-height:340px;
}
/**
.slide {

	margin: 0 auto;
	padding-top: 10px;

}

.slide img {

	width: 100%;
	margin: 0 auto;

}
**/

.slider-img {
    width: 100%;
    margin: 0 auto;
    display: inline;
    background: white;
}

.slider-img a{
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cpt-slider-img-frame {
	height: 330px;
	max-height: 100%;
	background-repeat:no-repeat;
	background-position:center; 	
	cursor: pointer;
}

.sliderContainer .slider-img img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.slider-img img.cycle-cpt-img {
    margin: 0;
    height: 130px;
    max-width: 50%;
    margin-top: 185px;
    margin-left: 15px;
    box-shadow: 8px 8px 3px #999;
}

div.slider-excerpt {

	text-align:left;
	/**max-height: 186px;**/
    height: inherit;
	white-space: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;

}

.slider-main-content {
    display: block;
	box-sizing: border-box;
	max-width: 100%;
    height: calc(100% - 73px);
    overflow: auto;
    padding-right: 4px;
/*	padding-top: 5px; TG 9/20/20 */
    margin-right: 0;
    white-space: normal;
    line-height: 20px;
}

.slider-main-content.hide-title
{
  height: calc(100% - 5px);
}

#fullscreenSlider .slider-content:after {
    display: none;
}

/** Sponsor Bar (slider and widget) **/
/* Core */
.sponsor-bar
{
	box-sizing: border-box;
	width: 100%;
	padding: 0;
    margin: 0;

	text-align: center;
}

.sponsor-bar .discuss
{
	background-color: var(--dark-elem-bg-color);
	background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/comments-wt-tr.png);
	background-repeat: no-repeat;
}
.sponsor-bar .discuss:hover
{
	text-decoration: none;
}
.sponsor-bar .discuss.disabled
{
	display: none;
	cursor: default;
	position: relative;
}
.sponsor-bar .discuss.disabled:after
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	height: 100%;
	content: '';
	display: block;
	background: rgba(200,200,200,.4);
}

.sponsor-bar .sponsor-banner
{
	box-sizing: border-box;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sponsor-bar .share
{
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: var(--dark-elem-bg-color);
	background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/social-tr.png);
	background-position: center;
	background-repeat: no-repeat;
}

.sponsor-bar .share .addtoany_shortcode
{
	display: none;
	position: absolute;
    top: -44px;
    width: 228px;
    padding: 5px 5px 2px 5px;
    right: 0;
    background: rgba(0,96,96,.8);
    border-radius: 7px;
}

.sponsor-bar .simplefavorite-button
{
  float: right;
  width: 0;
  overflow: hidden;
}
.sponsor-bar .simplefavorite-button i[class^="sf-icon-"]
{
  font-size: 17px;
  margin-left: 3px;
  margin-right: 3px;
}

.sponsor-bar .simplefavorite-button.loading > img.simplefavorites-loading {
  margin-top: 8px;
  margin-left: 4px;
}

.sponsor-bar .simplefavorite-button,
.sponsor-bar .simplefavorite-button.active,
.sponsor-bar .simplefavorite-button.preset,
.sponsor-bar .simplefavorite-button.preset.active
{
  background-color: var(--dark-elem-bg-color);
  border: 0;
  color: white;
}
.sponsor-bar .simplefavorite-button:not(.active) [class^="sf-icon-"]:before
{
  color: white;
}

.sponsor-bar .discuss:hover,
.sponsor-bar .share:hover,
.sponsor-bar .simplefavorite-button:hover
{
  background-color: var(--dark-elem-hover-bg-color);
}


.sponsor-bar .share:hover .addtoany_shortcode, .sponsor-bar .share.active .addtoany_shortcode
{
	display: block;
}

.sponsor-bar .share > span, .sponsor-bar .discuss > span
{
  display: none;
  padding: 11px 5px;
  color: white;
  font-weight: bold;
}

/* - In Slider */
.sliderContainer .container .sponsor-bar
{
	height: 39px;
	position: relative;
	border-top: 1px solid;
	border-bottom: 0px solid;
	border-top-color: var(--dark-elem-bg-color);
	border-bottom-color: var(--dark-elem-bg-color);
}
.container .sponsor-bar > .sponsor-banner,
.container .sponsor-bar > .buttons > *
{
	display: inline-flex;
	cursor: pointer;
	height: 100%;
	padding: 0;
}
.container .sponsor-bar > .buttons
{
  display: inline-block;
  width: auto;
  height: 100%;
}
.sliderContainer .container .sponsor-bar .discuss
{
	width: 42px;
	background-position: 4px;
	background-size: 32px;
}

.sliderContainer .container .sponsor-bar .sponsor-banner
{
	/*width: calc(100% - 84px);*/
  width: calc(100% - 123px);
}

.sliderContainer .container .sponsor-bar .share
{
	width: 42px;
	background-size: 38px;
}

.sliderContainer .container .sponsor-bar .simplefavorite-button {
  height: 100%;
  width: 35px;
  box-sizing: border-box;
  border-radius: 0;
}

.sliderContainer .container .sponsor-bar .simplefavorite-button:not(.active) [class^="sf-icon-"]:before {
  content: "\2606";
  font-size: 26px;
  line-height: 30px;
  margin-left: -2px;
}

.sliderContainer .container .sponsor-bar .simplefavorite-button.active [class^="sf-icon-"]:before
{
  font-size: 1.08em;
  line-height: 35px;
}

.sliderContainer div#cycleContainer
{
	height: auto;
}

/* --Screen-size modifications */
@media screen and (min-width: 1330px) {

  .sliderContainer .container .sponsor-bar .sponsor-banner
  {
    /*width: calc(100% - 226px);*/
    width: calc(100% - 194px);
  }

/*  .sliderContainer .container .sponsor-bar .share > span, .sliderContainer .container .sponsor-bar .discuss > span*/
  .sliderContainer .container .sponsor-bar .discuss > span
  {
    display: inline;
    font-size: 13pt;
    padding-top: 10px;
  }
  .sliderContainer .container .sponsor-bar .discuss
  {
    width: 113px;
    background-position: 94% 50%;
    top: -12px;
  }
/*
  .sliderContainer .container .sponsor-bar .share
  {
    width: 97px;
    background-position: 0 center;
    width: 113px;
    background-position: 5px center;
  }
  .sliderContainer .container .sponsor-bar .share > span
  {
    margin-left: auto;
    padding-right: 13px;
  }
  */
}

/* -On post view sidebar */
.sidebar .sponsor-bar
{
	display: block !important;
	height: 33px;
}
.sidebar .sponsor-bar .discuss, .sidebar .sponsor-bar .share
{
	display: none;
}
.sidebar .sponsor-bar .sponsor-banner
{
	width: 100%;
}

/** End: Sponsor Bar **/

.slide {

	

}
.morebutton {

    position: absolute;
	bottom: 0;
	right: 14px;
	height: 68px;
	z-index: 1000;	

}
/* Unsure what this was used for
.cyclenav .navlist a {
	opacity: 0.25;
	filter: alpha(opacity=40);
	zoom: 1;
}
*/
/* Original styles designed for Widget View */
.cyclenav { 
    width: 100%;
    max-width: 1047px;
    margin: 0 auto;
    display: table;
    padding-top: 6px;
    padding-left: 24px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.cyclenav.hide-feat-im > li > div:first-child {
    display: none;
}


.cyclenav.hide-summary > li > div.excerpt {
    display: none;
}

.cyclenav.hide-feat-im li {
    height: 190px;
}

.cyclenav.hide-summary li {
    height: 241px;
}

.cyclenav.hide-summary.hide-feat-im li {
    height: 51px;
}
.cyclenav > li.navlist > a:first-child {
    display: none;
}

#widget-control {
    position: absolute;
    top: 9px;
    left: -60px;
    width: 44px;
    border: 1px solid #CCC;
    border-radius: 6px;
    background: #ddd;
    padding: 4px 3px;
    box-shadow: 2px 2px 3px rgba(120,120,120,0.4);
}

#widget-control.fixed {
    position: fixed;
    top: 55px;
	left: 50%;
	margin-left: -576px;
}

#widget-control > div {
    margin: 0;
    border: 2px outset;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
}

#widget-control > div > div {
    width: 100%;
    height: 100%;
}

#widget-control > div.active {
    background-color: rgba(250,250,250,0.5);
    border: 2px inset;
    padding: 0;
}

#widget-control > div.hide-feat-img > div {
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/1491170652_icon-image.png);
    background-size: 40px;
}

#widget-control > div.hide-summary {
    margin-top: 5px;
}

#widget-control > div.hide-summary > div {
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/1491174343_align-left.png);
    background-size: 33px;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 976px) {
    .cyclenav{
	/*	max-width: 560px;*/
		max-width 100%;
    }

	.sliderContainer.widgets{
		display: block;
		margin: 0;
		width: 100%;
	}
}

#fullscreenSlider .nav-container .cyclenav{
    display: none;
}

.cyclenav > li { 
/*    width: 200px; widget only */
/*    width: calc(20% - 12px); for 5-across */
    /* for 3-across */
    width: calc(33.33% - 12px);
    width: 335px;
    height: 400px;
    float: left; 
    margin: 4px 7px 15px 7px;
    list-style: none; 
    position: relative; 
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,.3);
}

.cyclenav > li a div{
/*    height: 111px;
was for 20% or 5-across */
    text-align: center;
    font: 0/0 a;
}
.cyclenav > li a div:before{
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.cyclenav > li a > span.title, .cyclenav > li.active a > span.title {
    display: table;
    padding: 7px;
    width: calc(100% - 13px);
}

.cyclenav > li a > span.title > span, .cyclenav > li.active a > span.title > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 19px;
    width: 100%;
}

.cyclenav .navlist > a { 
    width: 60px; 
    padding: 3px;
    display: block; 
    border: 1px solid #ccc; 
    overflow: hidden;
    background-color: white;	

    padding: 0;
    display: inline-block;
    border: 0;
    width: 100%;
}

.cyclenav .navlist > a > span{
    display: none;
    padding: 5px 3px 1px 3px;
    font-size: 13pt;
    font-weight: bold;
    line-height: 15px;
    vertical-align: middle;
    height: 35px;
    text-overflow: ellipsis;
    word-wrap: break-word;
/*
    color: white;
    background: #2980b9;
*/
    color: #2980b9;
    color: black;
    background: white;
}
.cyclenav a:hover{
    text-decoration: none;
}
.cyclenav .navlist > a:hover > span, .cyclenav li.active.navlist > a > span{
    background: #2980b9;
    color: white;
/*
    background: white;
    color: #2980b9;
*/
}

.cyclenav li.navlist.active a { 
    background: #2980b9;
    background: white;
    opacity: 1;
    filter: alpha(opacity=100); 
    overflow: hidden;
    visibility: visible;
}

.cyclenav a:focus { outline: none; border-color: #F89406; }

/*.cyclenav img { border: none; display: block; max-height: 30px; max-width: 60px; margin: 0 auto; height: 30px;}*/
.cyclenav .navlist > a > div > img { 
    border: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

/* Slider styles for Thumbnail View */
.sliderOuterContainer.nav-thumbnails .sliderContainer {
	z-index: 101;
}
.sliderOuterContainer.nav-thumbnails .cycleContainer {
    margin-bottom: 18px;
}
.sliderOuterContainer.nav-thumbnails .filter-bar {
	display: none;
}

.cyclenav.thumbnails {
	width: calc(100% + 6px);
	max-width: calc(100% + 6px);
	margin: -15px 0 0 -3px;
	padding-bottom: 3px;
	text-align: left;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	opacity: 0.75;
}

.nav-thumbnails .cyclenav-set-selector {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	height: 24px;
}
.nav-thumbnails .cyclenav-set-selector > .button {
	float: left;
	box-sizing: border-box;
	height: 31px;
	width: 45px;
	margin: 1px 4px;
	padding-top: 6px;
	border: 1px solid black;
	border: none;
	background: rgba(120,120,120,1);
	background: var(--dark-elem-bg-color);
	color: var(--dark-elem-text-color);
	font-size: 10pt;
	font-weight: 700;
	cursor: pointer;
/*
	clip-path: ellipse(47% 40%);
*/
	border-radius: 50%;
	box-shadow: 1px 1px 4px 0px #000;
}
.nav-thumbnails .cyclenav-set-selector > .button:hover {
	background: rgba(180,180,220,1);
	background: var(--dark-elem-hover-bg-color);
}
.nav-thumbnails .cyclenav-set-selector > .button.selected {
	background: rgba(200,180,50,1);
	background: var(--dark-elem-selected-bg-color);
	color: var(--dark-elem-selected-color);
}

.nav-thumbnails .cyclenav-set-selector.hideButtons > .button {
	display: none;
}

.nav-thumbnails .navlist .center-cropped
{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding-top: 56.7%;
}

/*
body.home .nav-container .cyclenav.thumbnails {
    padding-top: 90px;
}
*/
.cyclenav.thumbnails > .navlist{
	display: inline-block;
	width: calc((100% - 76px) / 8);
	height: auto;
	margin: 0 5px;
	cursor: pointer;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,.8);
}
.cyclenav.thumbnails .navlist.blank{
	box-shadow: none;
}
.cyclenav.thumbnails > .navlist.active
{
	/*
	border: 3px solid rgb(250,250,0);
	margin: 0 2px;
	*/
	box-shadow: 0px 0px 3px 3px rgb(200 200 100);
}
.cyclenav.thumbnails > .navlist:first-child{
	margin-left: 3px;
}
.cyclenav.thumbnails > .navlist.active:first-child{
	/*margin-left: 0;*/
}
.cyclenav.thumbnails > .navlist:last-child{
	margin-right: 3px;
}
.cyclenav.thumbnails > .navlist.active:last-child{
	margin-right: 0;
}

.cyclenav.thumbnails:hover {
	opacity: 1;
}
.cyclenav.thumbnails:hover > .navlist {
    opacity: .75;
}
.cyclenav.thumbnails:hover > .navlist:hover {
	opacity: 1;
}
.cyclenav.thumbnails .navlist img {
	display: block;
}
.cyclenav.thumbnails .navlist span.title {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 1px 7px;
    background: white;
    text-align: center;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*
widget only
.is_admin .cyclenav img { border: none; display: block; max-height: 108px; max-width: 192px; margin: 0 auto; height: auto;}*/

#cycle-nav-container{
	list-style: none;
	position: relative;	
	margin-left: -62px;
	float: left;
}

.cycle-state, #cycle-state, #cycle-state2 {
	width: 48px;
	height: 48px;
	margin: 0px 6px;
	list-style: none;
/*	margin-bottom: 12px; */
	position: relative;	
	background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/playpause.png);
	cursor:pointer;
/*	margin-left: -62px;*/
}

.sliderContainer .filter-bar > div {
    text-align: center;
    display: inline-block;
}

.cycle-nav-buttons {
	position: relative;
    display: inline-block;
    margin-top: -1px;
}

.cyclenav-set-selector > div.prevSet,
.cyclenav-set-selector > div.nextSet,
.cycle-nav-buttons > div {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: 0px 3px;
    list-style: none;
    position: relative;	
/*    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/playpause.png); */
/*
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/forward.png);
    background-size: 34px;
    background-position: top;*/
    background: var(--link-color-dark);
    background: var(--dark-elem-bg-color);
    border-radius: 18px;
    cursor:pointer;
}

.cyclenav-set-selector > div.prevSet:hover,
.cyclenav-set-selector > div.nextSet:hover
{
	background: var(--dark-elem-hover-bg-color);
}

/*
.cyclenav-set-selector > div.prevSet:after,
.cyclenav-set-selector > div.nextSet:after,
*/
.cycle-nav-buttons > div:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: relative;
    top: 7px;
    left: 12px;
    cursor: pointer;
    border-right: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 11px solid white;
}

.cyclenav-set-selector > div.prevSet
{
	float: left;
	box-shadow: 1px 1px 4px 0px #000;
	margin-right: 8px;
}
.cyclenav-set-selector > div.nextSet
{
	box-shadow: -1px 1px 4px 0px #000;
	margin-left: 8px;
}


/*
body.home .cycle-nav-buttons .tostart {
    display: none;
}
*/
.cycle-nav-buttons .tostart
{
	position: absolute;
	bottom: 0;
	left: -50px;
}
.cycle-nav-buttons .tostart:after {
	content: none;
}
/*
.cycle-nav-buttons .tostart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/icon_refresh.png);
	background-position: center;
	background-size: 25px;
    background-repeat: no-repeat;
    filter: invert(100%);
    -webkit-filter: invert(100%);
	border: 0;
	left: 0;
	top: 0;
}
*/
.cyclenav-set-selector .prevSet > div:nth-child(1),
.cyclenav-set-selector .nextSet > div:nth-child(1),
.cycle-nav-buttons .tostart > div:nth-child(1)
{
	width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    left: 12px;
    cursor: pointer;
    border-left: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 10px solid white;
}

.cyclenav-set-selector .prevSet > div:nth-child(2),
.cyclenav-set-selector .nextSet > div:nth-child(2),
.cycle-nav-buttons .tostart > div:nth-child(2)
{
	width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    left: 5px;
    cursor: pointer;
    border-left: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 10px solid white;
}


.cycle-nav-buttons > div.cycle-state {
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/playpause.png);
    background-position-y: 34px;
}

.cycle-nav-buttons > div.cycle-state.pause {
    background-position-y: 0;
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/playpause.png);
}

.cyclenav-set-selector > div.nextSet,
.cycle-nav-buttons .prev {
    background-position: bottom;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.cycle-nav-buttons .next {
    background-position: bottom;
}

/*
.cycle-nav-buttons > div.pause {
    background-image: none;
    border-radius: 18px;
}
*/

.cycle-nav-buttons > div.pause.active {
    background: rgba(0,0,0,0.5);
}

.cycle-nav-buttons > div.pause > div {
    display: inline-block;
    width: 34px;
    height: 34px;
    list-style: none;
    position: relative;	
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/playpause.png);
    background-size: 34px;
    background-position: top;
    cursor:pointer;
}

.slide-numbers {
/*
    float: right;
    margin-left: 10px;
    margin-top: -1px;
*/
    display: inline-block;
    position: relative;
    top: -10px;
    margin: 6px 2px;
	width: 5.6em;
}

.sliderContainer .filter-bar .slide-numbers span {
	margin: 7px 0;
}

.slide-numbers span.current {
/*    font-weight: 800;*/
}

#cycle-state {
    float: left;
    width: 35px;
    height: 35px;
    background-size: 35px 70px;
    margin-top: -2px;
}

.cycle-state.pause, #cycle-state.pause, #cycle-state2.pause {
	background-position: top;
}

.cycle-state.play, #cycle-state.play, #cycle-state2.play {
	background-position: bottom;
}

.nav-container .excerpt{
/*
    display: none;
    width: 400px;
    position: absolute;
    top: -5px;
    left: 205px;
    z-index: 100;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,.3);
    border: 1px solid rgba(110,110,110,.7);
*/
    background: white;
    padding: 0 8px 5px 8px;
    border-radius: 0 0 5px 5px;
    text-align: left;
}

.excerpt .close,  .excerpt .close:hover, .excerpt .viewpost {
    font-weight: bold;
    /* cursor: pointer; */
    font-size: 10pt;
    /* color: blue; */
    margin: 2px 6px;
}
.excerpt .close{
    float: right;
}
.excerpt .viewpost {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: table;
    margin: 3px auto;
}
.excerpt .close span, .excerpt .viewpost span {
    color: blue;
    cursor: pointer;
    font-size: 9pt;
    margin: 0 2px;
}

.nav-container .excerpt, .nav-container .excerpt p{
    font-size: 10pt;
}

/* Side slider nav toggle 
#toggle-nav{
    float: right;
    z-index: 150;
    margin-bottom: -40px;
    position:relative;
    bottom: -20px;
    right: 25px;
    display: table;
}
#toggle-nav div{
    display: table-cell;
}
#toggle-nav div.nav-num{
    vertical-align: middle;
    padding: 4px;
    font-weight: bold;
    font-size: 13px;
}
#toggle-nav div.toggle-img{
    cursor: pointer;
    content: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/navicon.png);
}
*/
/* Bottom slider nav toggle 
#toggle-nav{
    z-index: 150;
    margin-left: 25px;
    display: table;
    cursor: pointer;
    position: relative;
    top: -25px;
    margin-bottom: -40px;
}
#toggle-nav.on{
    top: -50px;
}
#toggle-nav div, #toggle-nav a{
    display: table-cell;
}
#nav-txt{
    vertical-align: middle;
    padding: 3px 3px 3px 7px;
    font-weight: bold;
    font-size: 13px;
}

#toggle-nav div.toggle-img{
    cursor: pointer;
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/redo-97610_20x24.png);
    background-size: 24px 22px;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    height: 22px;
    width: 24px;
}

#toggle-nav.on div.toggle-img{
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/close.png);
    content: '';
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
}
*/

/* Toggle next to play/pause button */
#toggle-nav{
    z-index: 150;
    left: 62px;
    top: -60px;
    cursor: pointer;
    position: relative;
}
/*
#toggle-nav.on{
    top: -50px;
}
*/

#toggle-nav div.toggle-img{
    cursor: pointer;
/*    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/redo-97610_100.png);*/
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/redo-ltblue_45.png);
    background-size: 45px 41px;
    background-repeat: no-repeat;
    background-position: 50% 5px;
    content: '';
    height: 41px;
    width: 45px;
}

#toggle-nav.on div.toggle-img{
    content: '';
/*    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/close.png);
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
*/
    background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/double-arrow-up-ltblue-transparent.png);
    background-position: 50% 0;
    background-size: 44px 44px;
    height: 44px;
    width: 44px;
}


.arrow-e, .arrow-w {

  /*
   * In Internet Explorer, The"border-style: dashed" will never be
   * rendered unless "(width * 5) >= border-width" is true.
   * Since "width" is set to "0", the "dashed-border" remains
   * invisible to the user, which renders the border just like how
   * "border-color: transparent" renders.
   * From: https://hedgerwow.appspot.com/demo/arrows
   */
  border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 40px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;

}
.arrow-e{
  border-left-width: 1em;
  border-left-style: solid;
  border-left-color: #666;
  left: 0.25em;
}
.arrow-w {
  border-right-width: 1em;
  border-right-style: solid;
  border-right-color: #666;
  right: 0.25em;
}
div.nav-container{
    position: relative;
    display: block;
	width: 90%;
    height: auto;
	margin: 0 auto 14px auto;
    overflow: visible;
    z-index: 100;
    background: none;
    text-align: center;
    zoom: 1;
}

.is_admin .nav-container, .nav-container{
    height: auto;
}
.cyclenav {

	margin-top: 8px;
	display:block;

}

.sliderContainer .filter-bar{
    display: block;
    clear: both;
	position: absolute;
	bottom: -40px;
	left: 0;
	z-index: 500;
	box-sizing: border-box;
    width: 60%;
    height: 40px;
    background: #f3f3f3;
    padding: 5px 10px;
    margin-top: 5px;
    margin: 0;
    text-align: center;
}

.sliderContainer.widgets .filter-bar{
	position: relative;
	top: auto;
	bottom: auto;
}

.sliderContainer .filter-bar span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 7px 3px;
}
.sliderContainer .filter-bar #toggleSlider{
    display: none;
    float: right;
    margin: 0 6px;
    cursor: pointer;
}

.sliderContainer .filter-bar #toggleSlider.arrow_up{
    content: '';
    border-bottom: 18px solid #555;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
}
.sliderContainer .filter-bar #toggleSlider.arrow_down{
    content: '';
    border-top: 18px solid #555;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    margin-top: 10px;
}

#cycle-numeral-nav{
    display: block;
    margin: 0 auto;
    margin-top: -2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 35%;
}
#cycle-numeral-nav div{
    width: 94%;
    display: inline-block;
}
#cycle-numeral-nav.multi-list{

}

#cycle-numeral-nav ul{
    display: inline-block;
    margin: 3px 0;
    width: 100%;
    text-align: center;
}

#cycle-numeral-nav ul li{
/*    float: left; */
    display: inline-block;
    text-align: center;
    cursor: pointer;
    list-style: none;
    padding: 5px 6px;
    margin: 0 0.6%;
    width: 5%;
/*    margin: 4px;
    width: ;*/
}
/*
#cycle-numeral-nav.mulit-list ul li{
    margin: 0 1%;
    width: 4.4%;
}*/
#cycle-numeral-nav ul li:hover{
/*    font-weight: bold;*/
    padding: 3px 4px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-radius: 6px;
}
#cycle-numeral-nav ul li.active{
    font-weight: bold;
    padding: 3px 4px;
    border-left: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 6px;
}


#cycle-numeral-nav > span{
    text-align: center;
    cursor: pointer;
    margin: 0;
/*
    padding-top: 6px;
    margin-top: 1px;
    position: absolute;
*/
}
/*
#cycle-numeral-nav > span:first-child{
    left: 32.3%;
}
#cycle-numeral-nav > span:last-child{

}
*/
.cyclenav.next {
	float:right;
	margin-left: 4px;
}

.cyclenav.prev {
	float:left;
	margin-right: 4px;
}


div.expanded{
    background: white;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.3);
    overflow: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

.category #wrapper {

	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 5px;

}

.dropdown-menu li.dropdown-toplvl 
{
    border-bottom: 1px solid black;
}

.dropdown-menu .dropdown-toplvl > a{
    font-size: 15px;
}

.menu-added {

/*	background-color: lightgrey;*/
    background-color: white;
}

.menu-added > a{
    font-weight: bold !important;
}

.twtr-hd a {

	float:left;

}

.twtr-widget {

	margin-top: -40px;

}

a.cat-single-title {

	color: #404040;

}

a.cat-single-title:hover {

	 color: #005580;
	text-decoration:none;

}

.disapear {

	display:none!important;

}

.hidden {

	visibility: hidden;

}

.full-visibility {

	visibility: visible!important;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;

}

table.tablesorter {
    font-size: 13px!important;
}

table .phone {

	width: 10%;

}

table .website_primary, table .websites_secondary {

	width: 12%;

}

.full-content {

}


.content-only {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 8px;
}

.shuffle-slide {
	
}

.shuffle-slide h4 {
font-size: 15px;
}


.cpt-control {
	margin: 10px auto;
	text-align: center;
	font-size: 18px;
	width: 100%;
	clear: both;
	background: #eee;
	padding-top: 6px;
	padding-bottom: 6px;
}

.teaching_interests.cpt-section {
	padding-top: 8px;
}

span.cpt-section {
	margin: 0 16px;
}

span.cpt-section a {
	font-weight: 700;
	cursor: pointer;
}

.page-section-title.active {
	color: #ED5642;
}

.slider-main-content .email {
	padding-left:0px;
}

.slider-main-content .full-content {
	line-height: 22px;
}

.slider-main-content .position.content-only.standalone {
	border-bottom: 1px dashed rgb(207, 207, 207);
	width: 460px;
	padding-bottom: 0px;
	font-size: 16px;
	border-top: 1px dashed rgb(207, 207, 207);
	padding-top: 10px;
	margin-bottom: -10px;
}

.slider-main-content .position.content-only.standalone p {
	margin-bottom: 10px;
}

.shuffle-slide .position.content-only.standalone {
	padding-bottom: 0px;
	font-size: 16px;
	padding-top: 10px;
}

.shuffle-slide .full-content {
	line-height: 20px;
}

.shuffle-slide .phone.full-content {

}

.alignright.cycle-cpt-img {
width: 190px;
}

.research_interests.cpt-section {
	padding-top: 8px;
}

.attachment-profile-img-box {
	max-width: 190px;
	margin-bottom: 10px;

}

.attachment-cpt-img.wp-post-image {
max-height: 220px;
border-right: 10px solid white;
}

.attachment-profile-img-box img {
	margin-top: 0;
	border-right: 10px solid white;
	border-top: 10px solid white;
}

#shuffle-post-home {
	border-top: 0px;
}

#footer {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;

    font-size:.89em;
	font-weight: 600;
    min-height: 0px;
    padding-top: 0px;
    box-shadow: none;
    color: #444444;
    margin: 0 auto 0px auto;
	padding-bottom: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 0px solid #f2b511;
/*
    box-shadow: none;
    background: transparent; */
	background: linear-gradient(180deg, rgba(111,172,175,1) 0%, rgba(92,156,151,1) 13%, rgba(82,135,135,1) 30%);
	background: linear-gradient(180deg, rgba(151,182,185,1) 0%, rgba(128,166,161,1) 13%, rgba(114,145,145,1) 30%);
	background: linear-gradient(180deg, rgba(55,57,57,1) 0%, rgba(45,48,48,1) 13%, rgba(37,40,40,1) 30%);
    box-shadow: 1px -5px 9px 2px rgba(0,0,0,.4);
}


#footer-wrapper {
    padding: 0;
    max-width: 1024px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

#footer-wrapper > * {
    display: table-cell;
    padding: 0 10px;
    vertical-align: bottom;
    text-align: center;
}

#footer-wrapper #copyright-type {
    width: 110px;
    text-align: right;
    padding: 0 0 0 20px;
}

#footer-wrapper #copyright-type img {
    height: 75px;
    height: 44px;
    width: auto;
}

#footer .footer-container {
    
}

#footer .footer-container .top {
    height: 15px;
    display: table;
    margin: 0 auto 4px auto;
}

#footer .footer-container .top > div {
    display: table-cell;
    vertical-align: bottom;
}

#footer .footer-container .bottom {
    /* background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(229,229,229,1) 50%,rgba(186,186,186,1) 100%); */
    display: table;
	box-sizing: border-box;
    width: 100%;
/*
    background: #eee;
    border: 1px solid #ccc;
*/
    padding: 6px 10px 4px 10px;
}

#footer .footer-container .bottom .footermenu {
    display: table-cell;
    float: none;
    text-align: left;
    vertical-align: middle;
}

#footer .social-icons {
    margin: 7px 0;
    display: table-cell;
}

#footer .social-icons > li {
	padding-left: 6px;
	margin: 0;
}

#footer .social-icons > li > a > img {
    height: 32px;
}

#footer .social-icons > li.tiktok-icon > a > img {
	background: black;
	border-radius: 16px;
}

#footer a {
	color: #00a;
}

#footer a:hover {
	color: #ED5642;
}
.home .widget-title-home h3 {
	font-size: 22px;
}

.powered  {
	margin: 4px 0 0px;
	padding-right: 14px;
}

/*
#footer {
    min-height: 0px;
    padding-top: 0px;
    box-shadow: none;
    background-color: #313131;
    color: whitesmoke;
    margin: 0 auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-linear-gradient(top, rgb(90, 90, 90), rgb(37, 37, 37));
    background-image: -moz-linear-gradient(top, rgb(90, 90, 90), rgb(37, 37, 37));
    background-image: -o-linear-gradient(top, rgb(90, 90, 90), rgb(37, 37, 37));
    background-image: -ms-linear-gradient(top,rgb(90, 90, 90), rgb(37, 37, 37));
    background-image: linear-gradient(top, rgb(90, 90, 90), rgb(37, 37, 37));
    border-top: 1px solid #f2b511;
}
*/

#footer .on-logo img {
    height: 75px;
    height: 45px;
}

.footer-container{
	margin-bottom: 0;
	height: 45px;
}

.empty-for-icon {

	width: 64px;
	height: 1px;
	margin: 0;
	padding: 0;

}

.copyright-footer-text {

	font-size: .92em;
	color: #333;
	padding-top: 4px;
	text-align: left;
}

.copyright {
	text-align: center;
}

/**#footer::after {
	
	content:"&nbsp;";
	background-color: #e3e3e3;
	height: 26px;
	width: 100%;
	display: block;
	clear:both;

}**/

#faqimg .modal {

	width: 580px;

}

#faqimg .modal-header {
	padding: 16px 15px 0px;
	text-align: left;
	color: #2980b9;
	font-size: 1.6em;
	border-bottom: 0;

}

#faqimg .modal-header .close {
	margin-top: 0;
}

#faqimg .modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
  color: #555;
  text-align: left;
}

#faqimg .modal-body a{

	
}
.nav-tabs > li > a, .nav-pills > li > a {
background-color: rgb(151, 151, 151);
}

#faqimg .modal-footer {
	color: #555;
}

#faqimg .tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left:10px;
}

#faqimg .tooltip.top {
  margin-top: -4px;
 }
#faqimg .tooltip.top .tooltip-arrow {
   bottom: 0;
 left: 31%;
   margin-left: -5px;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
 border-top: 5px solid #fff;
 }
 
#faqimg .tooltip.top .tooltip-arrow {
   bottom: 0;
 left: 31%;
   margin-left: -5px;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
	border-top: 5px solid #fff;
 }

#faqimg .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

#faqimg .accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  background-color: #2980b9;
  color: white;
}

#after-footer {
	min-height: 26px;
	width: 100%;
	display: block;
	clear:both;
	background-color: white;
	background-color: transparent;
	margin: 0 auto;
}

.sub-footer {
	

	margin: 0 auto;
	height: 26px;
	padding-top: 9px;
	font-size: 12px;
}

.footer-logo {
	
	position:absolute;
	float: left;
}

.onairfooter-logo {
	
	position: relative;
	float: right;
	margin-top: -45px;
}
#footer .on-logo {
    width: 96px;
    padding: 0 20px 0 0;
    text-align: left;
}

#logo img {
	max-width: none;
}

.footermenu .cc-by{
    height: 45px;
    margin-right: 13px;
}

#footerfaq {
text-align: left;
margin: 11px auto;
width: 100%;
display: inline-block;
color: #333;
padding-left: 120px;
font-size: .92em;
height: 20px;
}
#faqimg{
	height: 60px;
	width: 90px;
	margin-top:-36px;
}
#faqimg .btn2 {
	position:absolute;
	display: inline-block;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	height: 59px;
	width: 100px;
	text-align: center;
}

/** Small-screen footer **/
@media (max-width: 782px)
{
  #footer #copyright-type, #footer .on-logo
  {
    display: none;
  }
  
  #footer .footer-container
  {
    display: block;
  }

  #footer .footer-container .top
  {
    display: none;
  }

  #footer .footer-container .bottom
  {
    border: 0;
    background: none;
  }

  #footer .footer-container .bottom .footermenu
  {
    display: block
  }

  #footer .footer-container .bottom #footerlinks
  {
    float: none;
  }

  #footer .footer-container .bottom #footerlinks span
  {
    display: block;
    padding: 3px 8px;
    background: white;
    border-left: 1px solid #073763;
    border-right: 1px solid #073763;
  }

  #footer .footer-container .bottom #footerlinks span a
  {
    text-decoration: underline;
	color: black;
  }

  #footer .footer-container .bottom #footerlinks span:first-child
  {
    background: #666;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    border: 1px solid #073763;
  }
  #footer .footer-container .bottom #footerlinks span:first-child a
  {
    color: white;
    font-weight: bold;
    text-decoration: none;
  }

  .footer-container .bottom #footerlinks span:last-child
  {
    border-bottom: 1px solid #073763;
    padding-bottom: 10px;
  }
  
  #footer .social-icons
  {
      display: block;
  }
}


.btn2-primary {
  background-color: #0074cc;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2980b9', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
    background-image: linear-gradient(top, #2980b9, #0055cc);
}


.naviconemail {
height: 40px;
float: right;
border-right: 0px solid rgb(46, 46, 46);
border-left: none;
width: 40px;
background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/round_email.png) no-repeat center;
display: none;
}

.naviconsocial {
height: 40px;
float: right;
border-right: 0px solid rgb(46, 46, 46);
border-left: none;
width: 40px;
background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/round_social.png) no-repeat center;
margin-left: 10px;
display: none;
}

.naviconquick {
height: 40px;
float: right;
border-right: 0px solid rgb(46, 46, 46);
border-left: none;
width: 32px;
background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/round_quicklinks.png) no-repeat center;
margin-left: 0px;
margin-right: 5px;
}

/* Hiding quicklinks (moving items into control bar */
#quick_bottom{
    display: none;
}

.naviconsearch {
height: 40px;
float: right;
border-right: 0px solid rgb(46, 46, 46);
border-left: none;
display: none;
}


.navicon3 {
display: none;
}

#faqimg img.overlay  
{
z-index: 10;
padding-top:1px;
}
#poweredby{
	padding-right:120px;
}

.footer-wrapper .footer-container {

	margin-bottom: 0px;

}

#on-icon {
float: right;
	height: 32px;
	width: 32px;
	margin-top: 4px;
margin-left: 5px;
}


.vvqbox {
	position:relative!important;
}

.vvqbox .fluid-width-video-wrapper {
	position:static!important;
}

.nav2 {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav2 > li > a {
  display: block;
  font-size: 15px;
}
.nav2 > li > a:hover {
  text-decoration: none;
  background-color: #2980b9;
}

.navbar .faq-button {
	padding: 1px;
	margin: 2px;	
}

.widget_rss ul li {
	margin: 10px auto;
}

#widgets .widget_em_widget ul {

}
#widgets ul li a {
	text-decoration: underline;
	font-weight: 700;
}

a.external {
/*	background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/externallink.png) center right no-repeat; 
    padding-right: 16px; */
    text-decoration: underline;
/*    position: relative;*/
}
/*
a.external:hover {
    background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/externallink.png) center right no-repeat;
    padding-right: 16px;
}
*/
a.external:hover:before{
    background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/externallink.png);
    position: absolute;
    right: -15px;
    height: 12px;
    width: 12px;
    content: '';
    z-index: 10;
}

.container-lazyload a
{
	display: block;
	text-decoration: none;
}
.container-lazyload a.external:before
{
	display: none;
}

#wpadminbar a.external:hover:before{
    display: none;
}

.faq {
	width:100px;
	height:100px;
}

.navbar .btn, .navbar .btn-group {
margin-top: 0px;
float: right;
}

.navbar .btn, .navbar .btn-group.left {
margin-top: 0px;
float: left;
}

.btn-group .dropdown-toggle {
padding-left: 0px;
padding-right: 0px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.btn-group.open.left .dropdown-menu{
    float: left;
    left: 0;
    right: auto;
}

.btn-group.open .dropdown-menu {
display: block;
margin-top: 1px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
float: right;
left: auto;
right: 0;
padding: 4px 0;
margin: 0;
list-style: none;
background-color: rgb(128, 128, 128);
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 0px;
-webkit-border-radius: 0 0 0px 0px;
-moz-border-radius: 0 0 0px 0px;
border-radius: 0 0 0px 0px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
padding-right: 0px;
text-align: center;
color: whitesmoke;
-webkit-border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
min-width: 42px;
}

ul.nav ul.dropdown-menu ul.dropdown-menu{
    left: 100%;
}

#header form {
margin: 0 0 0px 0px;
}


.caret {
	opacity: 0.6;
}
.copyright a {
color: #2980b9;
}
#footer a:hover {
color: #ED5642;
}
.close {
opacity: 0.8;

}

.timesince::before {
	content: '\a' ; 
	white-space: pre;
}

.attachment-widget-cpt-img {
	max-height: 130px;
	max-width: 110px;
}

.post-edit {
    clear: both;
    display: block;
    font-size: 12px;
    margin: 1em 0;
    background-color: #eee;
}

.type-group img.attachment-cpt-group-img {
	
	max-width:310px;
	
}

#header .col-620 {
    width: 80%;
}

#header p {
margin-bottom: 2px;
}

.alignright.cycle-cpt-img {
width: 190px;
}

.shuffle-slide .position.content-only.standalone {
border-bottom: 0px;
padding-bottom: 0px;
padding-top: 14px;
margin-bottom: -15px;
}

#shuffle-post-home {
border-top: 0px;
}

.shuffle-slide .full-content {
line-height: 20px;
}

a img.alignright {
float: left;
margin: 18px 20px 20px 0px;
}

.post-edit {
background-color: #eee;
margin: 1em 0;
}

.shuffle-slide .research_summary {
display: block;
}

#widgets .faculty .research_summary {
display: none;
}

#widgets .faculty .research-interest {
display: block;
}

#widgets .faculty .unit_name {
display: none;
}

#widgets .faculty .email {

}

#widgets .faculty .office {
display: none;
}

#widgets .faculty .website_primary {
display: block;
overflow: hidden;
}

#widgets .faculty .phone {
display: none;
}

#widgets .faculty .department {
display: none;
}

#widgets .faculty .alignright {
float: right;
margin: -20px 0 0px 0px;
}

#widgets .faculty .position {
margin-bottom: -15px;
}

#widgets .faculty {
    padding-bottom: 6px;
    min-height: 115px;
    font-size: 13px;
}

#widgets .cat-post-widget{
/*    box-shadow: 0 0 16px 1px rgba(0,0,0,.3);
    background: white;
    margin-bottom: 18px;*/
}

/*#widgets ul li, */
#widgets .cat-post-widget > ul > li {
    background: white;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0; /* For placing featured image at the top */
    border-bottom: 0;
    padding-bottom: 10px;
    /*
    margin-bottom: 0px;
    border-bottom: 6px solid #ccc; 
    */

    box-shadow: 0 0 16px 1px rgba(0,0,0,.3);
    background: white;
    margin-bottom: 35px;
}
#widgets .cat-post-widget ul > li:last-child {
    border-bottom: 0;
}
#widgets ul > li > a.post-title {
    font-size: 11.5pt;
}

#widgets .attachment-widget-cpt-img {
    border-radius: 6px;
}

/* Set constant Widget height, with bottom fade-out */
/*
#widgets ul li.cat-post-item {
    height: 350px;
    overflow: hidden;
    height: auto;
    position: relative;
}

#widgets ul li.cat-post-item:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1) 85%, rgba(255,255,255,1));
    background: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,1) 85%, rgba(255,255,255,1));
    width: 100%;
    height: 45px;
    margin-top: 310px;
    pointer-events: none;
}
*/

#widgets ul li.cat-post-item {
    height: auto;
    position: relative;
    padding-bottom: 15px;
    padding-bottom: 0;
}

#widgets ul li.cat-post-item > div {
    padding-left: 0;
    padding-right: 0;
}

#widgets ul li.cat-post-item > div > * {
    padding-left: 15px;
    padding-right: 15px;
}

#widgets ul li.cat-post-item > div > a {
    padding-left: 10px;
    padding-right: 0;
}
#widgets ul li.cat-post-item a.cat-post-thumbnail {
    margin: 0;
    width: 100%;
}
#widgets ul li.cat-post-item a.cat-post-title {
    display: block;
    text-align: center;
    padding: 10px;
    padding-top: 10px;
    clear: both;
    background: rgb(230,230,230);
    border: 1px solid rgb(210,210,210);
    border-right: 0;
    border-left: 0;
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
    color: rgb(40,40,40);
}
#widgets ul li.cat-post-item a.post-title:hover {
    color: rgb(40,40,100);
}

/* Swapping title with image to put image first (both are inside of a elements)
#widgets ul li.cat-post-item > a:nth-child(2) {
*/
#widgets ul li.cat-post-item > div > a:nth-child(1) {
    padding: 0px;
}

#widgets ul li.cat-post-item > div > a.cat-post-title:nth-child(1) {
  padding: 2px;
}

#widgets ul li.cat-post-item img {
/*    margin: 5px 10px 10px 0; */
    margin: 0px 10px 0px 0px; /* for placing featured image at top */
    padding: 0;
    width: 100%;
}

.post-title {
font-size: 15px;
}

#widgets .faculty .websites_secondary {
display: none;
}

.col-700 .title {
display: none;
}

.shuffle-slide h4 {
font-size: 15px;
padding-bottom: 10px;
}

#widgets p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 8px;
}

#widgets .post-title {
font-size: 14px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
display: inline-block;
padding: 6px;
}

.home-widgets .col-300 {
    margin-right: 2.2%;
/*
    -moz-box-shadow: 2px 2px 8px 2px #D5D5D5;
    -webkit-box-shadow: 2px 2px 8px 2px #D5D5D5;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .2);
    background: rgb(240, 240, 240);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: white;
    border: 0px solid #d6d6d6;
    border-radius: 0px;
*/
}

.col-540 {
display: inline;
}

.col-380 {
width: 36.82553%;
}

.col-300 {
width: 31.82553%;
}

.home #widgets {
    margin: 0 5%;
}
@media screen and (min-width: 1530px){
  .home #widgets{
    margin: 0 auto;
    width: 1377px;
  }
}

.slider-main-content p,
.post-widget .slider-main-content p {
	font-size: 13pt;
	line-height: 16pt;
	color: rgb(46, 46, 46);
	margin-bottom: 14px;
/*	margin-top: 0; */
}

#widgets .attachment-widget-cpt-img {
border-radius: 0px;
border: 5px solid rgb(213, 213, 213);
}

.slide .col-380 .call-to-action {
padding-right: 0%;
}

.shuffle-slide .research_summary {
display: block;
}

#widgets .faculty .research_summary {
display: none;
}

#widgets .faculty .research-interest {
display: block;
padding-top: 8px;
margin-bottom: -18px;

}

#widgets .faculty .unit_name {
display: none;
}

#widgets .faculty .office_hours {
display: none;
}

#widgets .faculty .email {

}

#widgets .faculty .office {
display: none;
}

#widgets .faculty .website_primary {
overflow: hidden;
}

#widgets .faculty .phone {
display: none;
}

#widgets .faculty .department {
display: none;
}

#widgets .faculty .major {
display: none;
}

.slider-main-content .position.content-only.standalone {
border-bottom: none;
width: 100%;
padding-bottom: 0px;
font-size: 16px;
border-top: none;
padding-top: 0px;
margin-bottom: -10px;
}

.slider-main-content .position.content-only.standalone p {
margin-bottom: 4px;
}

/* Slider widget/tab interface  */
.slide.container .post-entry.slider-main-content div.topnews,
.slide.container .post-entry.slider-main-content div.summary
{
	background: none;
}

.slide.container .post-entry.slider-main-content div.topnews
{
	padding: 5px 0 5px;
}
.slide.container .post-entry.slider-main-content div.topnews.section-wrapper
{
	padding-top: 5px;
}
.slide.container .post-entry.slider-main-content div.topnews .section-wrapper
{
	padding: 0;
}
.slide.container .post-entry.slider-main-content div.section-wrapper.topnews div.topnews
{
	padding-top: 0;
}
.slide.container .post-entry.slider-main-content div.topnews h2
{
	display: none;
}

.slide.container .slider-content.post-widget .section-wrapper,
.slide.container .slider-content.post-widget .summary
{
	max-height: fit-content;
	overflow: hidden;
}
/*
.slide.container .section-wrapper
{
	padding-top: 8px;
}
*/
.slide.container .section-wrapper > *:first-child
{
	padding-top: 0;
	margin-top: 0;
}

/* End slider widget/tab interface */

.cpt-control {
margin: 10px auto;
text-align: center;
font-size: 18px;
width: 100%;
clear: both;
background: #eee;
padding-top: 6px;
padding-bottom: 6px;
min-height: 18px;
}


.shuffle-slide .position.content-only.standalone {
border-bottom: 0px;
padding-bottom: 0px;
padding-top: 14px;
margin-bottom: 0px;
font-weight: normal;
font-size: 16px;
}

.shuffle-slide .leadership p {
margin-bottom: -4px;
font-size: 16px;
font-weight: 600;
}

.shuffle-slide .seminars {
}

.post-edit {
background-color: #eee;
margin: 1em 0 0 0;
}

span.cpt-section {
margin: 0 0px;
border-right: 3px solid rgb(255, 255, 255);
padding: 6px 16px 6px 10px;
}

.cpt-control {
margin: 25px auto 15px auto;
text-align: left;
font-size: 17px;
width: 100%;
clear: both;
background: #eee;
padding-top: 6px;
padding-bottom: 6px;
min-height: 18px;
}

.cpt-seperator {
border-top: 1px dashed #ddd;
}

.content-only {
font-weight: normal;
font-size: 16px;
padding-bottom: 0px;
}

.shuffle-slide .website-primary {
padding-left: 10px;
}

.slider-main-content .full-content {
line-height: 22px;
}

.shuffle-slide .website_primary.full-content {

}


.shuffle-slide .fax {

}

.shuffle-slide .website {
padding-left: 12px;
}

.shuffle-slide .phone.full-content {

}

.slider-main-content .leadership.content-only.standalone p {
margin-bottom: 4px;
}

.slider-main-content .leadership.content-only.standalone p {
margin-top: -24px;
margin-bottom: -10px;
z-index: 9999;
font-weight: bold;
font-size: 15px;
}

.slider-main-content .full-content {
line-height: 14px;
}

.shuffle-slide .leadership {
margin-top: -10px;
margin-bottom: -10px;
}

.shuffle-slide .summary {
display: block;
padding-top: 0px;
clear: both;
}

.widget_categoryposts img, .cat-widget .thumb {
float: none;
margin-left: 8px;
max-width: 94%;
}

#widgets .faculty .attachment-widget-cpt-img {
border-radius: 4px;
border: 0px solid rgb(213, 213, 213);
width: 90%;
float: right;
}

.cat-widget {
	position: relative;
	z-index: 50;
	width: 100%;
	margin: 0;
	margin-bottom: 16px;
	float: left;
    background-color: transparent !important;
}

.cat-widget > ul {
	margin: 0;
	list-style: none;
}

.cat-widget > ul > li {
	padding: 10px;
	background: rgb(245,245,245);
	-moz-box-shadow: 2px 2px 8px 2px #D5D5D5;
	-webkit-box-shadow: 2px 2px 8px 2px #D5D5D5;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .2);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
}


.page-name h1 {
font-family: inherit;
line-height: 28px;
color: #434746;
padding-bottom: 8px;
margin-top: 4px;
}

.center {
text-align: left;
margin-bottom: 6px;
}

.cat-widget .center .attachment-widget-cpt-img {
display:none;
}
/*
.archive .nav-container {
width: 100%;
height: 60px;
position: relative;
z-index: 100;
float: left;
margin-top: 15px;
margin-left: 25px;
text-align: center;
display: block;
overflow: visible;
zoom: 1;
margin-bottom: 16px;
background-color: transparent;
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
*/
#widgets .center .unit_name {
display: none;
}

#widgets .center .dept {
display: none;
}

#widgets .center .email {
display: none;
}

#widgets .center .phone {
display: none;
}

#widgets .center .fax {
display: none;
}

#widgets .center .location {
display: none;
}

#widgets .center .leadership {
margin-bottom: -25px;
margin-top: -16px;
display: block;
}

.post-entry {
clear: both;
margin-top: 10px;
margin-top: 0;
}

.archive .col-700 .center .leadership {
margin-top: -14px;
margin-bottom: -32px;
display: block;
font-weight: 600;
}

.archive .col-700 .center {
line-height: 24px;
border-bottom: 1px dashed grey;
margin-bottom: -20px;
padding-bottom: 14px;
}

.archive .col-700 .faculty {
line-height: 24px;
border-bottom: 1px dashed grey;
margin-bottom: -20px;
padding-bottom: 14px;
}

.archive .col-700 .faculty .research-interest {
display: block;
}

.archive .col-700 .faculty .unit_name {
display: block;
}

.archive .col-700 .faculty .phone {
margin-left: 20px;
}

.archive .col-700 .faculty .office {
display: block;
}

.archive .col-700 .faculty .website_primary {
display: block;
}

.archive .col-700 .faculty .position {
font-weight: 600;
}

.archive .col-700 .about_this {
display:none;
}

#widgets.cat-widget-container ul {
background-color: transparent;
padding: 10px 16px 10px 17px;
}

#widgets .center .about_this {
display: none;
}

/* More slider styles */
.slider-main-content .fax {
display: none;
}

.slider-main-content .about_this {
display: none;
}

.slider-main-content .summary {
/* Handling via p and headings now
	padding: 10px 13px 7px 13px;
*/
	display: block;
}
.slider-main-content .summary .brief_summary {
	padding: 0;
}

.slide.container .post-entry.slider-main-content > div.topnews > div.tn_row:first-child,
.slide.container .post-entry.slider-main-content > div.topnews > h2:first-child + div.tn_row {
	margin-top: 8px;
}
.slider-main-content .section-wrapper.topnews {
	padding: 0;
}

.secondnav.navbar-fixed-top {
background: transparent;
width: 100%;
}

#wrapper {
height: 100%;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 14px;
clear: both;
margin: 5px auto 0px auto;
padding: 0 0 20px 0;
position: relative;
}

.quicklinks-widget .menu {
background-color: white;
background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
background-image: -webkit-linear-gradient(top, white, white);
background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
background-image: -o-linear-gradient(top, #585858, #3d3d3d);
background-image: linear-gradient(top, #585858, #3d3d3d);
}

#menu-quicklinks .dropdown-menu a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #333333;
space: nowrap;
}


.btn-group.open .dropdown-menu a {
    display: block;
    padding: 6px 15px 0px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
    font-size: 13px;
    text-align: left;
    border-left: 0px;
}

.btn-group.open .dropdown-menu a:hover {
    color: white;
}

.btn-group.open .menu {
background-color: transparent;
background-image: none;
clear: both;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
margin: 0 auto;
padding-right: 8px;
padding-bottom: 4px;
}

.btn-group.open .menu a {
height: 25px;
text-shadow: 0 0px 0px #242424;
}

.btn-group.open .menu li {
border: 0;
display: block;
float: none;
margin: 0;
padding: 0;
position: relative;
z-index: 5;
}

.btn-group + .btn-group {
margin-left: 0px;
}

.btn-group.open .dropdown-menu {
background-color: white;
}

.btn-group.open .dropdown-menu a:hover,  {
color: white;
}

input[type="text"], input[type="password"], select {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
background: #f4f4f4;
border: 1px solid #aaa;
border-bottom-color: #ccc;
border-radius: 2px;
margin: 0;
outline: none;
padding: 6px 0px 6px 0px;
vertical-align: middle;
width: 70%;
}

th.phone {
	min-width:100px;
}

th.research-interest {
	min-width: 153px;
}

.bs-example {
float: right;
}

.popover-title {
display: none;
}

.popover-content {
padding: 0px;
background-color: transparent;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius:0px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}

.popover.left {
margin-left: -5px;
margin-top: 2px;
}

input[type="text"] {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
background: #f4f4f4;
border: 0px solid #aaa;
border-bottom-color: #ccc;
border-radius: 2px;
margin: 0;
outline: none;
padding: 6px 0px 6px 0px;
vertical-align: middle;
width: 180px;
padding-left: 14px;
}

.popover.left .arrow {
top: 50%;
right: -10px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #f2b511;
}

form div {
margin-bottom: 0em;
}

#contact input[type="submit"]{
margin-top: 10px;
border-radius: 0;
background-color: #2980b9;
color: white;
font-size: 18px;
padding: 10px 12px 10px 12px;
border: 0;
width: 100%;
font-family: "Open Sans", Helvetica, sans-serif;
}

#contact #contactheaders h3{
font-size: 16px;
font-family: "Open Sans", Helvetica, sans-serif;
color: #222;
font-weight: normal;
text-align:center;
padding-left: 15px;
}

#contactheaders {
padding-right: 25px;
color: #222;
}


#contact .modal-body {
overflow-y: visible;
max-height: 100%;
}

#contact a {
color: #2980b9;
}


#contact input {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
background: #f4f4f4;
border: 0px solid #aaa;
border-bottom-color: #ccc;
border-radius: 2px;
margin: 0;
outline: none;
padding: 6px 0px 6px 0px;
vertical-align: middle;
padding-left: 14px;
width: 74%;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
color: #2980b9;
margin-bottom: 20px;
}

#contact textarea {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
background: #f4f4f4;
border: 0px solid #aaa;
border-bottom-color: #ccc;
border-radius: 2px;
margin: 0;
outline: none;
padding: 6px 0px 6px 0px;
vertical-align: middle;
padding-left: 14px;
width: 77%;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
color: #2980b9;
}

#contact label {
display: block;
margin-bottom: 5px;
color: #333333;
width: 23%;
float: left;
}

#contact .vfb-section.vfb-section-1 {
margin-top: 20px;
}

#oa-modal-header h3 {
line-height: 27px;
font-size: 32px;
padding-bottom: 30px;
color: #2980b9;
font-family: "Open Sans", Helvetica, sans-serif;
letter-spacing: -1px;
}

.col-700 h1 {
padding-bottom: 6px;
font-size: 34px;
color: #414141;
letter-spacing: -1px;
}

#wrapper_page .col-220 {
float: right;
margin-right: 0%;
-webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,.75);
box-shadow: 4px 4px 16px 0px rgba(0,0,0,.75);
border-radius: 0px;
}

#wrapper #wrapper_page #widgets.col-220{
	-webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,.75);
	box-shadow: 4px 4px 16px 0px rgba(0,0,0,.75);
}

#wrapper .col-220 {
float: right;
margin-right: 0%;
/*
-webkit-box-shadow: 0px 0px 0px 0px #D5D5D5;
box-shadow: 0px 0px 0px 0px #D5D5D5;
*/
border-radius: 0px;
}

/*.col-700 p {*/
#content p{
    margin-bottom: 18px;
    /* font-size: 15px;
       line-height: 26px;*/
    font-size: 17px;
    line-height: 26px;
    color: #414141;
    font-family: 'Open Sans', Helvetica, sans-serif;
}
#content blockquote p {
	font-weight: 400;
	font-size: 12pt;
}
#content li{
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
}
#content li:empty{
  line-height: 0;
  margin-bottom: 0;
}
#content li:empty::marker{
  content: '';
}

#content .page_title > h1{
    font-size: 32px;
    font-weight: 700;
}

/*
.post-entry h1{
    font-size: 33px;
}

.post-entry h2{
    font-size: 24px;
}

.post-entry h3{
}
*/

/**
 *  Wikipedia
 **/

/* Hide everything except actual content */
#rdp-we-main .mw-page-container-inner > *:not(.mw-content-container),
#rdp-we-main .mw-page-container-inner > .mw-content-container > .mw-body > *:not(.vector-body),
#rdp-we-main .mw-body .vector-body table.sidebar,
#rdp-we-main .vector-header-container
{
    display: none;
}

#content #rdp-we-main h1,
#content #rdp-we-main h2,
#content #rdp-we-main h3,
#content #rdp-we-main h4,
#content #rdp-we-main h5,
#content #rdp-we-main h6 {
    /* margin: 0; */
    /* overflow: hidden; */
    padding-top: .05em;
    padding-bottom: .07em;
    border-bottom: 0px;
}

#content #rdp-we-main h1,
#content h1{
/*    font-family: */
    font-weight: 700;
    font-size: 28px;
    margin-top: 35px;
}

#content.searchres .post > h1:first-child{
/*    font-family: */
    font-weight: 700;
    font-size: 28px;
    margin-top: 10px;
}

#content .post-entry h1,
#feedback .hentry h1
{
	text-transform: uppercase;
}

#content .extended_summary + h1{
    margin-top: 22px;
}

#content #rdp-we-main h2,
#content h2{
    font-size: 21px;
    font-weight: 700;
    margin-top: 22px;
    padding-bottom: 5px;
}
#content h2#forum-heading{
	margin-top: 0;
}

#content #rdp-we-main h3,
#content h3{
    font-weight: 700;
    font-size: 18px;
    margin-top: 18px;
}

a {
/*    font-weight: inherit; */
    font-weight: bold;
}

#footerlinks {
    float: none;
	text-align: center;
}

#footerlinks > span{
    padding: 0 6px 0 8px;
    border-left: 1px solid #888;
}
#footerlinks > span:first-child{
    padding-left: 0;
    border: 0;
}
#footerlinks > span{
	color: #ccc;
	font-weight: 600;
}
#footerlinks > span a {
	color: #d0d0d0;
	font-weight: 700;
}

#oa-contact .modal-body .oa-form-title {
font-size: 14px;
color: #333;
padding-bottom: 2px;
float: left;
padding-right: 14px;
margin-top: 10px;
text-align: right;
/*font-family: Arial, Helvetica, sans-serif;*/
}

#oa-contact .modal-body .user-submit {
margin-top: 10px;
border-radius: 0;
background-color: #2980b9;
color: white;
font-size: 18px;
padding: 10px 12px 10px 12px;
border: 0;
width: 100%;
font-family: "Open Sans", Helvetica, sans-serif;
}
	
#oa-contact .modal-body {
overflow-y: visible;
max-height: 100%;
}

#contact-modal {
line-height: 28px;
}

#contact-modal strong{
font-weight: bold;
color: #333;
}

#contactheaders2 .oa-form-title {
float: left;
line-height: 28px;
}

#contactheaders2 #contact-title {
width: 20%;
text-align: right;
line-height: 28px;
padding-right: 20px;
color: #2980b9;
font-weight: bold;
float: left;
}

#contactheaders2 #contact-preface {
line-height: 28px;
margin-bottom: 10px;
margin-left: 18px;
}

#contactheaders2 #right-option {
width: 76%;
float: right;
text-align: left;
}

#contactheaders2 #contact-option {
clear: both; 
display: block; 
position: relative;
}

/* Registration */
.content-margin .rmagic .rmrow .rminput input[type="text"], 
.content-margin .rmagic .rmrow .rminput input[type="password"], 
.content-margin .rmagic .rmrow .rminput input[type="email"], 
.content-margin .rmagic .rmrow .rminput input[type="url"], 
.content-margin .rmagic .rmrow .rminput input[type="number"], 
.content-margin .rmagic .rmrow .rminput textarea
{
  min-height: 38px;
  font-size: 1em;
}

/* Hide username field in registration form */
/*#become-an-onair-member-wrapper .rmagic form[name="rm_form"] div.rm_form_page > fieldset.rmfieldset > .rmagic-row:first-child*/
#become-an-onair-member-wrapper .rmagic form[name="rm_form"] div.rm_form_page > fieldset.rmfieldset > .rmagic-row:first-child#become-an-onair-member-wrapper .rmagic form[name="rm_form"] div.rm_form_page > fieldset.rmfieldset > .rmagic-row.hidden
{
  display: none;
}

/* Homepage widget style modifications */
#widgets .cat-post-widget .cat-post-thumbnail img {
float: none;
margin: 5px 10px 10px 0; /* changed bottom margin */
margin: 0 auto;
}


/* Homepage "map" interface */
/*
.map-ui
{
	background: radial-gradient(ellipse farthest-corner,rgba(190,230,230,.6) 40%,rgba(150,180,180,.5) 70%,rgba(60,80,80,.8));
}
*/

/**media query adjustments**/
@media (max-width: 1000px) {
	h2.slider-header a
	{
		font-size: 18px;
	}

	.slider-main-content .topnews .OnAir .icon {
	    background-size: 29px;
	}
	.slider-main-content .topnews .Video .icon {
	    background-size: 31px;
	}
	.slider-main-content .topnews .Article .icon,
	.slider-main-content .topnews .PressRelease .icon,
	.slider-main-content .topnews .Commentary .icon {
	    background-size: 30px;
	}
	.slider-main-content .topnews .Event .icon {
	    background-size: 30px;
	}
	.slider-main-content .topnews .Org .icon {
	    background-size: 30px;
	}

	.slider-main-content .topnews .tn_row
	{
		min-height: 45px;
		padding: 4px 5px 0 7px;
	} 
	.slider-main-content .topnews .icon {
	    height: 32px;
	    width: 32px;
	    margin-right: 5px;
	}
	.slider-main-content .topnews .tn_details > span.title {
	    font-size: 10.5pt;
	}
	.slider-main-content .topnews .tn_details {
		font-size: 9.5pt;
		line-height: 13pt;
	}
}


/*@media (max-width: 980px) {*/
@media (max-width: 782px) {

    .sliderContainer {
	display: none;
    }
    .cycleContainer {
	display: none;
/*
	height: 600px;
*/
	overflow: hidden;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
/*
	border: 0px solid #d6d6d6;
*/
	border-radius: 0px;
	margin-bottom: 0;
/*
	-moz-box-shadow: 0px 0px 0px 0px #D5D5D5;
	-webkit-box-shadow: 0px 0px 0px 0px #D5D5D5;
	box-shadow: 0px 0px 0px 0px #D5D5D5;
*/
	background-color: white;	
    }

	#footer
	{
		height: auto;
		padding-top: 16px;
	}

	#footer .footer-container
	{
		height: auto;
	}

}

@media (min-width: 1200px) {
    .container{
	width: auto;
    }
}
@media (max-width: 1200px) {
    #cycle-numeral-nav ul li{
	margin: 0 0.89%;
	padding: 5px 5px;
    }
    #cycle-numeral-nav ul li.active{
	padding: 3px 3px;
    }
    #cycle-numeral-nav ul li:hover{
	padding: 3px 3px;
    }
}

@media (max-width: 840px) {
    .cyclenav > li {
	width: calc(50% - 12px);
    }
}

@media (max-width: 650px) {
    .cyclenav > li {
	width: calc(100% - 12px);
	height: auto;
    }
}

@media (max-width: 480px) {

    .cyclenav > li { 
	/*
	width: calc(20% - 12px);
	margin: 0px 6px;*/
    }
/*
    div.nav-container{
	display: none;
    }
*/
    .slider-img-container {	
	
    }
    .slider-img {
    }

    .slide .slider-content{
	margin-top: 1px;
    }

    .slide .slider-content h2.slider-header{
	margin-top: 0;
	padding-top: 0;
	padding-left: 10px;
    }

    .home-widgets .col-300{
	margin-right: 0 !important;
    }
    
    .home #wrapper {
	background-color: transparent;
	border: none;
	margin: 0px auto 0px auto;
	padding: 0;
    }

    .home-widgets .col-300 {
	margin-right: 1.8%;
    /*
      -moz-box-shadow: 0px 0px 0px 0px #D5D5D5;
      -webkit-box-shadow: 0px 0px 0px 0px #D5D5D5;
      box-shadow: 0px 0px 0px 0px #D5D5D5;
      background: none;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      background-color: white;
      border:0px solid #d6d6d6;
      border-radius: 0px;
      */
    }

    .slider-main-content .position.content-only.standalone p {
	margin-bottom: 24px;
    }

    .slider-main-content .department.full-content {
	display: block;
	line-height:20px;
    }

}

@media (max-width: 767px) {

    .slider-img-container {
    }
    
    .slider-img {
    }
	
    .cycleContainer {
/*
	height: 660px;
*/
	overflow: hidden;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	margin-bottom: 0;
/*
	-moz-box-shadow: 0px 0px 0px 0px #D5D5D5;
	-webkit-box-shadow: 0px 0px 0px 0px #D5D5D5;
	box-shadow: 0px 0px 0px 0px #D5D5D5;
*/
	background-color: white;	
    }
    .home #wrapper {
	background-color: transparent;
	border: none;
	margin: 0px auto 0px auto;
	padding: 0;
    }

    .home-widgets .col-300 {
	margin-right: 1.8%;
	-moz-box-shadow: 0px 0px 0px 0px #D5D5D5;
	-webkit-box-shadow: 0px 0px 0px 0px #D5D5D5;
	box-shadow: 0px 0px 0px 0px #D5D5D5;
	background: white;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: white;
	border:0px solid #d6d6d6;
	border-radius: 0px;
    }

    .sliderContainer .filter-bar{
	display: none;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    .slider-img-container {		
	
    }
    .slider-img {

    }
    .cycleContainer {
/*
	height: 584px;
*/
	overflow: hidden;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	border-radius: 0px;
	margin-bottom: 0;
/*
	-moz-box-shadow: 0px 0px 0px 0px #D5D5D5;
	-webkit-box-shadow: 0px 0px 0px 0px #D5D5D5;
	box-shadow: 0px 0px 0px 0px #D5D5D5;
*/
	background-color: white;
    }

    .home #wrapper {
	background-color: transparent;
	border: none;
	margin: 0px auto 0px auto;
	padding: 0;
    }

    .home-widgets .col-300 {
    /*
      margin-right: 1.8%;
      -moz-box-shadow: 0px 0px 0px 0px #D5D5D5;
      -webkit-box-shadow: 0px 0px 0px 0px #D5D5D5;
      box-shadow: 0px 0px 0px 0px #D5D5D5;
      background: white;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      background-color: white;
      border:0px solid #d6d6d6;
      border-radius: 0px;
      }
      */
    }
	
    #cycle-numeral-nav {
	width: 40%;
    }
/*    #cycle-numeral-nav div{
	width: 96%;
    }*/
    #cycle-numeral-nav ul li{
	font-size: 13px;
	margin: 0 0.8%;
	padding: 4px 4px;
	width: 5%;
    }
    #cycle-numeral-nav ul li:hover, #cycle-numeral-nav ul li.active{
	padding: 2px 2px;
    }
    #cycle-numeral-nav > span {
	font-size: 12px;
	margin-top: 2px;
    }
    /*
    #cycle-numeral-nav > span:first-child {
	left: 29%;
    }
    */
}

@media (max-width: 979px) {
    #wrapper_page #widget-inflow, #wrapper #widget-inflow{
	display: none;
    }
    #wrapper_page #toggleInflow{
	display: none;
    }
 
    .slider-img {
	
    }

    div#content.grid{
	display: block;
    }

    .navbar .nav > li > a {
	font-size: .6rem;
    }		
    .mid-layout {
	float:none;
	vertical-align: middle;	
    }	
    .col-180 {
	width: 31%;
    }
    #logo {
	
	display:none;
	
    }		
    .home #widgets {
      margin: 0 0;
    } 
}

@media (min-width: 980px) {
    .navpulldown{
/*	display: none; */
    }
    .slider-img {		
	
    }
    .navbar .nav > li > a {
	font-size: .84rem;
    }
    #widget-inflow{
	display: block;
    }
}

@media (max-width: 1049px) {
    .btn-group .expo-link{
	display: none;
    }
}

@media (min-width: 1200px) {
    .slider-img {	

    }
    .navbar .nav > li > a {
	font-size: .86rem;
    }	
  
}

/* Page layout */
#wrapper .col-220{
    display: block;
}

.col-700{
    width: 74.6%;
}

/* Sidebar (TOC is next) */

#widgets.sidebar{
    z-index: 200;
    width: 260px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2);
}

#widgets.sidebar .widget{
    border-top: 2px solid rgb(180,180,180);
}

#widgets.sidebar .widget:first-child{
    border-top: 0;
}

#widgets.sidebar .post_tools{
    height: 31px;
/*    border-bottom: 2px solid rgb(180,180,180);*/
    padding-left: 6px;
}
#widgets.sidebar .post_tools > div, 
#widgets .post_tools > a,
#widgets .post_tools > button
{
    margin: 4px 8px 0px 0;
    float: left;
}
#widgets.sidebar .post_tools > div.favorite-button,
#widgets.sidebar .post_tools > .simplefavorite-button
{
  margin-top: 1px;
}

#widgets.sidebar .post_tools .favorite-button button.simplefavorite-button {
  height: 25px;
  padding: 0;
}

#widgets .favorite-button button > i {
  font-size: 12pt;
  padding: 5px 2px 8px 3px;
}

#widgets .favorite-button button > img.simplefavorites-loading {
  margin-left: 0;
  margin-right: 1px;
}

#widgets .favorite-button button + span {
  margin-left: 2px;
}

#widgets.sidebar .post_tools .feedback_link{
    width: 24px;
    height: 24px;
	margin-top: 3px;
    background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/icons/feedback.svg) no-repeat;
    background-position: center;
    background-size: 21px;
	filter: invert(0.2);
}
#widgets.sidebar .post_tools .comments_link{
    width: 25px;
    height: 25px;
	margin-top: 3px;
    background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/comments.png) no-repeat;
    background-position: center;
    background-size: 25px;
}
#widgets.sidebar .post_tools .post-edit-link{
    width: 22px;
    height: 22px;
    background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/FountainPenIcon.png) no-repeat;
	filter: brightness(0.5);
    background-position: center;
    background-size: 22px;
}
#widgets.sidebar .post_tools .share {
	position: relative;
}
#widgets.sidebar .post_tools .share > .icon
{
	width: 22px;
	height: 24px;
	background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/social-tr.png) no-repeat;
	background-position: center;
	background-size: 29px;
	filter: invert(.85);
	cursor: pointer;
}
#widgets.sidebar .post_tools .share .addtoany_shortcode
{
	display: none;
    position: absolute;
    top: -38px;
	right: 0;
    width: 100%;
	width: fit-content;
	white-space: nowrap;
	padding-top: 4px;
	height: 36px; /* Make overlap with share icon */
	z-index: 200;
	background: rgb(0,0,0,0.5);
	border-radius: 5px;
}
#widgets.sidebar.sticky .post_tools .share .addtoany_shortcode {
    top: 23px;
    vertical-align: bottom;
}
#widgets.sidebar .post_tools .share:hover .addtoany_shortcode
{
	display: block;
}

#widgets.sidebar .post_tools .widget-close{
    height: 18px;
    width: 16px;
    float: right;
	margin-right: 5px;
	box-sizing: content-box;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 0 4px 6px;
    cursor: pointer;
    background: #444;
    color: white;
    border-radius: 5px;

    height: 13px;
    width: 14px;
    padding: 0 1px 8px 5px;
    background: white;
    color: #333;
    border: 1px solid #333;
/*
  height: 24px;
  width: 17px;
  float: right;
  cursor: pointer;
  background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/simple-edge-arrow-right-transparent.png) no-repeat;
  background-size: 17px 24px;
*/
}

#toggleInflow{
    width: 20px;
/*    position:relative; */
    float:right;
}
#widgetToggle{
  display: none;
  height: 30px;
  width: 16px;
  float: right;
/*
  position: relative;
  top: 6px;
  right: -28px;
  margin-bottom: -30px;
*/
  position: absolute;
  top: 0;
  z-index: 300;
  cursor: pointer;
  content: '';
  background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/simple-edge-arrow-right-transparent.png) no-repeat;
  background-size: 20px 30px;
}

#widgetToggle.on{
    display: block;
    border-radius: 12px 0 0 12px;
    background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/simple-edge-arrow-left-transparent.png) no-repeat;
    background-position: center;

    background-color: rgb(220,220,220);
    background-size: 14px 20px;
    background-size: 10px 20px;
/*
    background-color: rgb(150,150,150);
    -webkit-filter: invert(100%);
*/
}

#widgetToggle.sticky{
    position: fixed;
    top: 59px;
    margin-top: 0;
/*    right: 62px; */
    right: auto;
}
#widgetToggle img{
    height: 30px;
    width: 20px;
}
#widgetToggle.on img{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


/* TOC layout and styles */
.toc-container {
    margin:10px auto;
    padding: 10px;
}

.toc > nav.intel-nav-container
{
  padding-bottom: 0;
}
.toc > nav.intel-nav-container > h3
{
  font-size: 17px;
}
#toc-naver{
        padding: 3px;
	overflow: auto;
	width: 100%;
}

#toc-naver.scrolling{
    overflow-y: scroll;
}
.toc-block {
    margin-bottom: 8px;
}
.toc-container .side-left {
    width: 47%;
    float: left;
    padding: 10px;
    border-right: 3px black solid;
    margin-bottom: 14px;
}
.toc-container .side-right {
    float: right;
    width: 47%;
    padding: 10px;
    margin-bottom: 14px;
}

.indicator {
    position: relative;
    height:160px;    
}
.indicator:after, .indicator:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.indicator:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: black;
    border-width: 12px;
    top: 50%;
    margin-top: -92px;
}

.indicated {
    margin-top:-10px;
    background-color:#fdd72c;
    border-radius: 20px;
    margin-left:-30px;
    line-height:21px;
    font-family:Arial, Helvetica, sans-serif;
}


.toc-container aside {
	
}
#toc-container-asides {
   
}
.toc-container .toc-vs {
	position: relative;
	clear: none;
	display: block;
}

.toc-container .toc-vs:after { 
		display: block;
		clear: both;
		content: " ";
		height: 0;
		overflow: hidden;
}
#widgets #toc-naver li a, #toc-naver li a
{
	text-decoration: none;
}
/* Level-determined style */
#toc-naver .level1{

}
#toc-naver .level1 > a{
    font-weight: 600;
	text-transform: uppercase;
}
#widgets #toc-naver li.level2{
    margin-bottom: 2px;
	padding-right: 4px;
}
#toc-naver .level2 a{
    font-weight: normal;
}
#toc-naver .level3{
       
}

#widgets #toc-naver ul li{
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	padding: 2px 6px 4px 5px;
}
#widgets #toc-naver ul li.level1{
	min-width: 160px;
    margin-left: 2px;
	
}
#widgets #toc-naver ul li.level2{
	min-width: 147px;
	margin-left: 0px;
}

nav.page-links {
	display:none;
}

#widgets.sidebar ul{ /* Might be irrelevant, but could affect other widgets to leaving in place */
    /* Give proper space consistent regardless of whether scroll is active */
    padding: 0 21px 1px 17px;
}

#widgets ul#toc-list{
    /* Give proper space consistent regardless of whether scroll is active */
    padding: 4px 6px 1px 17px;
}

#widgets ul.scrolling{
    padding: 4px 5px 1px 17px;
}

/* For keeping the TOC side-bar on screen */
#widgets.sticky{
    position: fixed;
    top: 58px;
    margin-top: 0;
/*    padding-bottom: 3px; */
}
#widget-inflow{
    position: relative;
    width: 260px;
    display: block;
    float: right;
/*
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2);
*/
}
body.page #widget-inflow{
    display: none;
}
#widget-inflow.closed{
    display: none;
}
#toc-naver ul.level1{
	padding-right: 0;
}
#toc-naver li{
    cursor: pointer;
}
#toc-naver li a {
    color: var(--link-color);
}
#toc-naver li:hover, #toc-naver li:hover a {
    color: #005580;
    color: var(--link-hover);
}
#widgets #toc-naver ul li.has-children, #widgets #toc-naver ul li.has-children > a {
/*    margin-bottom: -2px; */
}
#toc-naver li.has-children a{
    margin-left: 0px;
}
#toc-naver li.has-children li a{
    margin-left: 0;
}
#toc-naver li.toc-selected.has-children a{
    margin-left: 0;
}
#toc-naver li.selected{
    background: #eeeecc;
}

/* Post title specific style */
/*
#toc-top{
    box-shadow: 0 0 5px 1px rgba(0,0,0,.15);
}
*/
#toc-top.top-link{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    float: right;
    cursor: pointer;
/* Top-right of Headings box
    position: absolute;
    right: 8px;
    top: 7px;
*/
   /* next to Headings label */
    position: absolute;
    top: 30px;
    position: relative;
    top: -22px;
    margin-bottom: -20px;
    right: 12px; /* right edge */
    right: 14px; /* just to the right of Headings */
}
#toc-top a{
    color: #0044cc;
    font-weight: bold;
}
#toc-top:hover, #toc-top:hover a{
/*    color: #001199;*/
    opacity: .8;
}
#toc-naver a{
    cursor: pointer;
}
#toc-naver .caret {
  cursor: pointer;
  margin-left: -12px;
  float: left;
  margin-top: 5px;
  border-left: 7px solid black;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#toc-naver .caret.down {
  margin-left: -16px;
  float: left;
  margin-top: 9px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid black;
  border-bottom: 0;
}

/* Summary Featured Items */
.play_featured {
    position: absolute;
    display: block;
    bottom: 5%;
    right: 5%;
    height: 40px !important;
    width: 50px !important;
    cursor: pointer;
    background-image: url(https://va.onair.cc/wp-content/plugins/featured-video-plus/styles/../img/playicon.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-color: rgba(255,159,159,.8);
    background-position: 16px 5px;
    border-radius: 15px;
    padding: 5px 9px;
    filter: invert(1);
}


/* Featured Video */
.featured-video-plus.fvp-responsive iframe {
    width: 100%;
	height: 425px;
}

/*    height: -webkit-fill-available; */
/*.featured-video-plus.post-thumbnail .container-lazyload a.preview-lazyload:after {*/
/*
a.fvp-dynamic.post-thumbnail:after,
.container-lazyload a.preview-lazyload:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 50;
    width: 60px;
    height: 60px;
    background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/oa/css/../../../assets/imgs/onair-logo.png) no-repeat;
	background-size: 60px;
}
*/
.navlist .container-lazyload .preview-lazyload:after,
.post-widget a.fvp-dynamic.post-thumbnail:after{
	bottom: 5px;
	top: calc(100% - 40px);
	right: 5px;
	width: 35px;
	height: 35px;
	background-size: 35px;
}
.cyclenav li.navlist a.preview-lazyload
{
	background-size: cover;
}
#content .has-post-video .fluid-width-video-wrapper {
/*	height: 425px; */
/*	margin-bottom: -425px;*/
}

.slider-img-container .featured-video-plus .fluid-width-video-wrapper {
	padding-top: 0px !important;
}
.slider-img-container .featured-video-plus.fvp-responsive iframe{
	height: -webkit-fill-available;
}

.post-content .fluid-width-video-wrapper{
	position: relative;
	padding-top: 55%;
}
.post-content .fluid-width-video-wrapper iframe{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
/*
.post-widget .post-content .post-video{
	position: relative;
	padding-top: 55%;
}
.post-widget .post-content .post-video iframe{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
*/
.lazy-load-div:before
{
	position: relative;
	top: 19px;
	left: 17%;
	display: none !important;
}
.post-thumbnail.fvp-dynamic div.fvp-actionicon,
.post-thumbnail .container-lazyload .lazy-load-div,
.container-lazyload .lazy-load-div,
.post-video .container-lazyload .lazy-load-div {
    background-image: url(https://va.onair.cc/wp-content/plugins/featured-video-plus/styles/../img/playicon.png);
	background-repeat: no-repeat;
    display: block;
    top: 60%;
    left: calc(50% - 25px);
    height: 40px !important;
    width: 50px !important;
    background-size: 40px 40px;
    background-color: rgba(255,159,159,.8);
    border-radius: 15px;
    padding: 5px 9px;
    background-position-x: 16px;
    filter: invert(1);
}
.post-thumbnail .container-lazyload .lazy-load-div,
.navlist .container-lazyload .lazy-load-div,
.container-lazyload .lazy-load-div,
.post-video .container-lazyload .lazy-load-div {
	background-position: 16px;
}
.container-vimeo .container-lazyload .lazy-load-div{
	background-position-y: 5px;
}
.preview-lazyload:hover div.lazy-load-div{
	background-color: rgb(255,159,159);
}
.cyclenav .navlist .container-lazyload div.lazy-load-div,
.post-widget .post-thumbnail.fvp-dynamic div.fvp-actionicon,
.post-widget .post-thumbnail .container-lazyload div.lazy-load-div{
	background-image: url(https://va.onair.cc/wp-content/plugins/featured-video-plus/styles/../img/playicon.png);
	background-repeat: no-repeat;
    display: block;
    top: 80%;
    left: 3%;
    height: 7% !important;
    width: 7% !important;
    background-size: 44%;
    background-color: rgba(255,159,159,.8);
    border-radius: 19%;
    padding: 2.8% 3.8%;
    background-position-x: 55%;
    filter: invert(1);
}
.post-thumbnail.fvp-dynamic > img
{
	opacity: 1 !important;
}
.post-thumbnail.fvp-dynamic div.fvp-actionicon.play {
    background-color: rgb(255,120,120);
}

.post-widget.fvp-dynamic div.fvp-actionicon {
    background-image: url(https://va.onair.cc/wp-content/plugins/featured-video-plus/styles/../img/playicon.png);
    display: block;
    top: calc(100% - 67px);
    left: 15px;
    height: 40px !important;
    width: 50px !important;
    background-size: 40px 40px;
    background-color: rgba(255,159,159,.8);
    border-radius: 15px;
    padding: 5px 9px;
    background-position-x: 16px;
    filter: invert(1);
}
@media (max-width: 782px) {


/* TG 9/30/18 - not sure what this was for, but wasn't being used since max-width was missing 'px'
    #widgets.sticky{
	top: 0px;
    }
*/
    #wpadminbar #wp-toolbar > ul > li#wp-admin-bar-all-in-one-seo-pack{ display: none; }
}
@media (max-width: 995px) {
    
}#header {
margin: 0 auto;
}
/*
.navbar-fixed-top {
background-color:transparent;
color: white;
margin: 0 auto;
}
*/


#searchhead #s {
}

#header #logo {
padding-right: 20px;
float: left;
padding-left: 30px;
display: none;
}

.right-header-inner .right-header-widgetized {
margin-right: 20px;
}

/*
h5 {
font-size: 1.2em;
font-family: Arial, sans-serif;
font-weight: normal;
clear: both;
letter-spacing: 0px;
}
*/
/*
.widget-title-home {
    margin-left: -5px;
    height: 30px;
    background: #004b21;
    background: -moz-radial-gradient(center, ellipse cover, #004b21 0%, #002c13 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #004b21 0%,#002c13 100%);
    background: -o-radial-gradient(center, ellipse cover, #004b21 0%,#002c13 100%);
    background: -ms-radial-gradient(center, ellipse cover, #004b21 0%,#002c13 100%);
    background: radial-gradient(ellipse at center, #004b21 0%,rgb(1, 61, 27) 100%);
    margin-top: 10px;
    border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius:  4px 0 0 0;
    overflow: hidden;
}
*/

.widget_categoryposts .widget-title-home h3 a:hover, .cat-widget .widget-title-home h3 a:hover {
color: #ED5642;
}

.home .widget-title-home h3 {
background-color: transparent;
}

.home .widget-title-home h3 {
font-size: 20px;
font-weight: bold;
}

.right-header-widgetized li a {
color: whitesmoke;
font-weight: normal;
height: auto;
line-height: 20px;
margin: 0;
padding-left: 0;
position: relative;
text-decoration: none;
text-shadow: none;
font-size: 12px;
letter-spacing: 0px;
text-transform: uppercase;
}

.main-name a {
font-weight: normal;
color: white;
font-size: 1em;
vertical-align: middle;
letter-spacing: -1px;
}

.main-name a:hover {
text-decoration:underline;
color: #2980b9;
}

.right-header-widgetized .menu a {
color: whitesmoke;
line-height: 18px;
font-size: 11px;
}

.widget-title-home a {
color: white;
}

.col-700 {
width: 74.6%;
-webkit-box-shadow: none;
box-shadow: none;
background-color: white;
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none;
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2);
-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2);
}

.searchres{
    width: 100%;
}

.searchres h6{
    padding: 4px 8px;
}

#widgets ul.intelnav {
    background-color: transparent;
    padding-top: 6px;
}

.category #wrapper {
margin-bottom: 5px;
margin-top: 0px;
padding-bottom: 5px;
max-width: 1049px;
}

.alignright.cycle-cpt-img {
width: 190px;
}

.shuffle-slide .position.content-only.standalone {
border-bottom: 0px;
padding-bottom: 0px;
padding-top: 14px;
margin-bottom: -15px;
}

#shuffle-post-home {
border-top: 0px;
}

.shuffle-slide .full-content {
line-height: 20px;
}

a img.alignright {
float: left;
margin: 18px 20px 20px 0px;
}

.post-edit {
background-color: #eee;
margin: 1em 0;
}

.slider-img img.cycle-cpt-img {
margin: 0;
height: 130px;
max-width: 50%;
margin-top: 140px;
margin-left: 25px;
box-shadow: none;
-webkit-border-radius: 0px;
border: 4px solid #fff;
-webkit-box-shadow: 0 0px 16px 0px rgba(0,0,0,.5);
-moz-box-shadow: 0 0px 16px 0px rgba(0,0,0,.5);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,.5);
}


.col-180 {
width: 29.14892%;
display: inline;
}
/*
.cat-widget .post-title {
font-size: 15px;
}

.widget_categoryposts .post-title, .cat-widget .post-title {
font-size: 15px;
}

*/
#widgets .attachment-widget-cpt-img {
border-radius: 6px;
}

.post-title {
font-size: 15px;
}

#widgets .faculty .websites_secondary {
display: none;
}

.col-700 .title {
display: none;
}

.shuffle-slide h4 {
font-size: 15px;
padding-bottom: 10px;
}

.right-header-widgetized li a {
text-transform: none;
}

.right-header-widgetized .menu a {
color: whitesmoke;
line-height: 22px;
font-size: 11px;
/*font-family: verdana;*/
}

.right-header-inner .right-header-widgetized {
margin-right: 0px;
}

#widgets p {
font-size: 13px;
line-height: 16px;
}

#widgets .post-title {
font-size: 14px;
font-weight: 600;
}

@media (min-width: 1200px) {

  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 100%;
  }

.top-title-container {
padding-top: 2px;
padding-bottom: 2px;
margin: 0 auto;
}
}

body {
font-size: 14px;
line-height: 18px;
color: rgb(61, 61, 61);
}

.navbar-inner {
padding-left: 20px;
padding-right: 20px;
background: transparent;
background-image: none;
}

.top-title {
display: table;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-pack: justify;
-webkit-box-align: center;
display: table;
box-orient: horizontal;
box-pack: justify;
box-align: center;
letter-spacing: -1px;
background-color:none;
opacity: none;
}

#searchhead #s {
}

h3 a {
font-weight: normal;
line-height: 12px;
word-wrap: break-word;
}

h2 a {
word-wrap: break-word;
/* Is there a reason for link inside h2 to appear differently than a regular h2? - Todd 5/22/15 (also in oa.css)
letter-spacing: -1px;
font-size: 26px;
*/
}


#widgets .attachment-widget-cpt-img {
border-radius: 0px;
border: 5px solid rgb(213, 213, 213);
}

.buttonborder {
padding: 0px 0px 0px 0px;
background-image: -moz-linear-gradient(top, #d6d6d6, #fbfbfb);
background-image: -ms-linear-gradient(top, #d6d6d6, #fbfbfb);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d6d6d6), to(#fbfbfb));
background-image: -webkit-linear-gradient(top, #d6d6d6, #fbfbfb);
background-image: -o-linear-gradient(top, #d6d6d6, #fbfbfb);
background-image: linear-gradient(top, #d6d6d6, #fbfbfb);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#fbfbfb', GradientType=0);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.slide .col-380 .call-to-action {
padding-right: 0%;
}

.btn-large {
padding: 4px 0px;
width: 50px;
font-weight: bold;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-size: 13px;
}

.morebutton {
position: absolute;
bottom: 0;
right: 0px;
height: 26px;
z-index: 1000;
border-left: 6px solid white;
border-top: 6px solid white;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
background-color: white;
text-shadow: none;
color: #2980b9;
}

#header a img.alignright {
float: right;
margin: 0px 0 0px 20px;
}

h5 {
font-size: 1.2em;
font-weight: normal;
clear: both;
letter-spacing: 0px;
color: rgb(46, 46, 46);
}

.slider-main-content .position.content-only.standalone {
border-bottom: none;
width: 100%;
padding-bottom: 0px;
font-size: 16px;
border-top: none;
padding-top: 0px;
margin-bottom: -10px;
}

.slider-main-content .position.content-only.standalone p {
margin-bottom: 14px;
}

.slider-main-content .department.full-content {
display: block;
line-height:20px;
}

.cpt-control {
margin: 10px auto;
text-align: center;
font-size: 18px;
width: 100%;
clear: both;
background: #eee;
padding-top: 6px;
padding-bottom: 6px;
min-height: 18px;
}


.shuffle-slide .position.content-only.standalone {
border-bottom: 0px;
padding-bottom: 0px;
padding-top: 14px;
margin-bottom: 0px;
font-weight: normal;
font-size: 16px;
}

.shuffle-slide .leadership p {
margin-bottom: -4px;
font-size: 16px;
font-weight: 600;
}

.shuffle-slide .seminars {
}

.post-edit {
background-color: #eee;
margin: 1em 0 0 0;
}

span.cpt-section {
margin: 0 0px;
border-right: 3px solid rgb(255, 255, 255);
padding: 6px 16px 6px 10px;
}

.cpt-control {
margin: 25px auto 15px auto;
text-align: left;
font-size: 17px;
width: 100%;
clear: both;
background: #eee;
padding-top: 6px;
padding-bottom: 6px;
min-height: 18px;
}

.cpt-seperator {
border-top: 1px dashed #ddd;
}

.content-only {
font-weight: normal;
font-size: 16px;
padding-bottom: 0px;
}

.shuffle-slide .website-primary {
padding-left: 10px;
}

.slider-main-content .full-content {
line-height: 22px;
}

.shuffle-slide .website_primary.full-content {

}


.shuffle-slide .fax {

}

.shuffle-slide .website {
padding-left: 12px;
}

.shuffle-slide .phone.full-content {

}

.slider-main-content .leadership.content-only.standalone p {
margin-bottom: 4px;
}

.slider-main-content .leadership.content-only.standalone p {
margin-top: -24px;
margin-bottom: -10px;
z-index: 9999;
font-weight: bold;
font-size: 15px;
}

.slider-main-content .full-content {
line-height: 14px;
}

.shuffle-slide .leadership {
margin-top: -10px;
margin-bottom: -10px;
}

.shuffle-slide .summary {
display: block;
padding-top: 0px;
clear: both;
}

#widgets p {
font-size: 13px;
line-height: 16px;
margin-top: 8px;
}

.widget_categoryposts img, .cat-widget .thumb {
}

#widgets .faculty .attachment-widget-cpt-img {
border-radius: 4px;
border: 0px solid rgb(213, 213, 213);
width: 90%;
float: right;
}

.page-name h1 {
font-family: inherit;
line-height: 28px;
color: #434746;
padding-bottom: 8px;
margin-top: 0px;
}

.col-380 {
width: 38.82553%;
}

#searchhead {
float: right;
border: 0;
border-top: 0px;
margin-bottom: 4px;
}

.naviconquick {
height: 40px;
float: right;
border-right: 0px solid rgb(46, 46, 46);
border-left: none;
}

.naviconsearch {
height: 40px;
float: right;
border-right: 0px solid rgb(46, 46, 46);
border-left: none;
display: none;
}

.naviconsearch:hover {
background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
background-color: rgb(0, 51, 2);
}

.naviconquick:hover {
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}

.secondnav.navbar-fixed-top {
background: transparent;
-moz-box-shadow: 1px 1px 4px rgba(68,68,68,0.2);
-webkit-box-shadow: 1px 1px 4px rgba(68,68,68,0.2);
box-shadow: 1px 1px 4px rgba(68,68,68,0.2);
}

#header .btn-toolbar {
margin-top: 6px;
margin-bottom: 4px;
max-width: 1024px;
margin: 0 auto;
padding-top: 6px;
}

.breadcrumb-mod {
list-style: none;
margin-left: 10px;
}

#header h5 {
font-size: 1.1em;
font-weight: 400;
clear: both;
letter-spacing: 0px;
color: #f2b511;
}

.page-name {
display: table-cell;
vertical-align: middle;
}

.popover.right {
margin-left: -108px;
margin-top: 60px;
}

.popover.right .arrow {
display: none;
}

.popover-title {
padding: 9px 6px 9px 6px;
line-height: 1;
background-color: #004128;
border-bottom: 1px solid #f2b511;
-webkit-border-radius: 0px 0px 0 0;
-moz-border-radius: 0px 0px 0 0;
border-radius: 0px 0px 0 0;
color: whitesmoke;
font-size: 15px;
text-align: center;
}

.popover-content {
padding: 14px;
background-color: rgb(77, 77, 77);
-webkit-border-radius: 0 0 0px 0px;
-moz-border-radius: 0 0 0px 0px;
border-radius: 0 0 0px 0px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
color: white;
}

.btn-group .dropdown-toggle {
padding-left: 0px;
padding-right: 0px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}



.btn-group + .btn-group {
margin-left: 0px;
}

#header form {
margin: 0 0 0px 0px;
}


.center {
text-align: left;
margin-bottom: 6px;
}

#header h5 a {
font-weight: normal;
color: #f2b511;
}

.intel-nav-container {
padding: 6px;
}

.quicklinks-widget a {
color: white;
text-align:left;
list-style:none;
}

#header ul ul {
list-style-type: none;
}

.quicklinks-widget ul {
margin: 0 0 4px 0px;
}

.quicklinks-widget a.external {
padding-right: 16px;
}

.current {
    font-size: 12px;
}

.cat-widget .center .attachment-widget-cpt-img {
display:none;
}
.btn-group.open .dropdown-menu a {
display: block;
padding: 6px 15px 0px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
white-space: nowrap;
font-size: 13px;
}

.btn-group.open .menu {
background-color: transparent;
background-image: none;
clear: both;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
margin: 0 auto;
padding-right: 8px;
padding-bottom: 4px;
}

.btn-group.open .menu a {
height: 25px;
text-shadow: 0 0px 0px #242424;
}

.btn-group.open .menu li {
border: 0;
display: block;
float: none;
margin: 0;
padding: 0;
position: relative;
z-index: 5;
}

.archive .col-700 .center .leadership {
margin-top: -14px;
margin-bottom: -32px;
display: block;
font-weight: 600;
}

.archive .col-700 .center {
line-height: 24px;
border-bottom: 1px dashed grey;
margin-bottom: -20px;
padding-bottom: 14px;
}

.archive .col-700 .faculty {
line-height: 24px;
border-bottom: 1px dashed grey;
margin-bottom: -20px;
padding-bottom: 14px;
}

.archive .col-700 .faculty .research-interest {
display: block;
}

.archive .col-700 .faculty .unit_name {
display: block;
}

.archive .col-700 .faculty .phone {
margin-left: 20px;
}

.archive .col-700 .faculty .office {
display: block;
}

.archive .col-700 .faculty .website_primary {
display: block;
}

.archive .col-700 .faculty .position {
font-weight: 600;
}

.archive .col-700 .about_this {
display:none;
}

#widgets.cat-widget-container ul {
background-color: transparent;
padding: 10px 16px 10px 17px;
}

#widgets .center .about_this {
display: none;
}

.outer-alertbar.navbar.navbar-fixed-top {
background-image: none;
background-color: rgb(36, 36, 36);
border-top: 0px;
border-bottom: 1px solid rgb(90, 90, 90);
}

.alertbar-text {
position: relative;
margin: 0 auto;
padding: 3px;
text-align: center;
font-size: 13px;
color: #f2b511;
font-weight: bold;
}

#wrapper_page .col-220 {
float: right;
margin-right: 0%;
-webkit-box-shadow: 0px 0px 0px 0px #D5D5D5;
box-shadow: 0px 0px 0px 0px #D5D5D5;
border-radius: 0px;
}


table.tablesorter {
/*font-family: arial;*/
background-color: transparent;
margin: 10px 0pt 15px;
font-size: 8pt;
width: 100%;
text-align: left;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #1e6239;
color: white;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background-color: rgb(95, 95, 95);
border-right: 1px solid rgb(255, 255, 255);
font-size: 8pt;
padding: 4px;
color: white;
}

table .phone {
width: 15%;
}

span.cpt-section a {
font-weight: normal;
cursor: pointer;
color: white;
padding: 5px 14px 5px 14px;
}

span.cpt-section {
margin: 0 0px;
border-right: 0px solid rgb(255, 255, 255);
padding: 0px;
}

.cpt-control {
margin: 25px auto 15px auto;
text-align: left;
font-size: 15px;
width: 100%;
clear: both;
background: #eee;
padding-top: 6px;
padding-bottom: 6px;
min-height: 18px;
background-color: rgb(95, 95, 95);
}

.page-section-title.active {
background-color: #000;
color: #f2b511;
font-weight: bold;
}

body {
/* background-color: #f5f5ec; */
background-image: none;
}

.top-title-container {
padding-top: 5px;
padding-bottom: 0px;
background-color: #354757;
background-image: none;
-webkit-background-image: none;
-moz-background-image: none;
}


/* Commenting unless there is a reason to distinguish this class from oa module css
#header .col-620 {
width: 77%;
}
*/
.right-header-inner {
float: right;
padding-bottom: 3px;
padding-top: 3px;
}

/* 12/11/15 TG
.navbar .nav > li > a {
color: #354757;
border-right: 0px solid #333;
text-shadow: none;
font-size: 15px;
padding: 9px 10px 11px;
}
*/

/* To get out of the way of OA; Commented out 9/11/15 - TG */
.navbar .nav .dropdown-toggle .caret
/* , .navbar .nav .open.dropdown .caret */{
border-top-color: #354757;
border-bottom-color: #354757;
}


.naviconemail {
height: 40px;
float: right;
border-right: 0px solid rgb(46, 46, 46);
border-left: none;
width: 40px;
background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/on/css/../../../assets/imgs/grey_email1.png) no-repeat center;
}

.naviconquick {
height: 40px;
float: right;
border-right: 0px solid rgb(46, 46, 46);
border-left: none;
width: 40px;
background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/on/css/../../../assets/imgs/grey_quick1.png) no-repeat center;
}

.naviconsocial {
height: 40px;
float: right;
border-right: 0px solid rgb(46, 46, 46);
border-left: none;
width: 40px;
background: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/on/css/../../../assets/imgs/grey_social1.png) no-repeat center;
}

.secondnav.navbar-fixed-top {
background: transparent;
width: 100%;
border-top: 0px;
}

.page-name h1 {
font-family: inherit;
line-height: 28px;
color: #434746;
padding-bottom: 8px;
margin-top: -4px;
}

.top-title-container {
padding-top: 5px;
padding-bottom: 0px;
background-color: #2980b9;
-webkit-background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/on/css/../../../assets/imgs/headerstripe.jpg);
-moz-background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/on/css/../../../assets/imgs/headerstripe.jpg);
background-image: url(https://mo.onair.cc/wp-content/themes/onair-7.0/modules/on/css/../../../assets/imgs/headerstripe.jpg);
background-repeat: repeat-x;
background-color: #354757;
}

.right-header-inner .right-header-widgetized {
margin-right: 0px;
}

#header h5 {
font-size: 1.2em;
font-family: Arial, sans-serif;
font-weight: 400;
clear: both;
letter-spacing: 0px;
color: #f2b511;
}

.navbar-fixed-top {
border-top: 0px solid #f2b511;
}

body {
/*
background-color: #f5f5ec;
background-image: url("/wp-content/themes/onair-edge/assets/imgs/air_bg.png");
background-position: top center;
background-repeat: no-repeat;
*/
}

.morebutton {
position: absolute;
bottom: 0;
right: 0px;
height: 28px;
z-index: 1000;
border-left: 6px solid white;
border-top: 6px solid white;
border-right: 6px solid white;
margin-bottom: 36px;
}
/*
.slide .col-380 {
height: 300px;
overflow: hidden;
}
*/
#header .social-icons {
list-style: none;
line-height: normal;
margin: 3px 0px 0 8px;
text-align: right;
}.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: block;
}
.hidden-phone {
  display: block;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-fixed-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  .row > [class*="span"],
  .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
  .thumbnails [class*="span"] {
    width: auto;
  }
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    /* Make inputs at least the height of their button counterpart */
  
    /* Makes inputs behave like true block-level elements */
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.762430939%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 99.999999993%;
  }
  .row-fluid > .span11 {
    width: 91.436464082%;
  }
  .row-fluid > .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  .row-fluid > .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid > .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid > .span6 {
    width: 48.618784527%;
  }
  .row-fluid > .span5 {
    width: 40.055248616%;
  }
  .row-fluid > .span4 {
    width: 31.491712705%;
  }
  .row-fluid > .span3 {
    width: 22.928176794%;
  }
  .row-fluid > .span2 {
    width: 14.364640883%;
  }
  .row-fluid > .span1 {
    width: 5.801104972%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 0px 0px 0px 0px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
	padding-left: 20px;
	padding-right: 30px;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .navbar .nav-collapse {
    clear: left;
  }
  .navbar .nav {
    float: none;
    margin: 0 0 9px;
  }
  .navbar .nav > li {
    float: none;
	display: none;
  }
  .navbar .nav > li > a {
    margin-bottom: 2px;
  }
  .navbar .nav > .divider-vertical {
    display: none;
  }
  .navbar .nav .nav-header {
    color: #999999;
    text-shadow: none;
  }
  .navbar .nav > li > a,
  .navbar .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .navbar .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .navbar .nav > li > a:hover,
  .navbar .dropdown-menu a:hover {
    background-color: #222222;
  }
  .navbar .dropdown-menu {
    top: auto;
    left: auto;
    float: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar .dropdown-menu:before,
  .navbar .dropdown-menu:after {
    display: none;
  }
  .navbar .dropdown-menu .divider {
    display: none;
  }
  .navbar-form,
  .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-navbar {
    display: none;
  }
  .nav-collapse {

  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
#cycleContainer {
    height: 335px;
}

.container{
width: 980px;
}

.slider-img img {
margin: 0 auto;
max-width: 100%;
height: 300px;
}

.cat-widget {
-moz-box-shadow: 2px 2px 8px 2px #D5D5D5;
-webkit-box-shadow: 2px 2px 8px 2px #D5D5D5;
box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .2);
background: rgb(240, 240, 240);
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background-color: white;
border: 0px solid #d6d6d6;
border-radius: 0px;
width: 318px;
margin-bottom: 16px;
float: left;
margin-right: 6px;
margin-left: 0px;
}
}
@media (min-width: 1200px) {
	
	.cat-widget {
-moz-box-shadow: 2px 2px 8px 2px #D5D5D5;
-webkit-box-shadow: 2px 2px 8px 2px #D5D5D5;
box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .2);
background: rgb(240, 240, 240);
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background-color: white;
border: 0px solid #d6d6d6;
border-radius: 0px;
width: 332px;
margin-bottom: 16px;
float: left;
margin-right: 6px;
margin-left: 10px;
}
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1080px;
  }
  .span12 {
    width: 1049px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.564102564%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 100%;
  }
  .row-fluid > .span11 {
    width: 91.45299145300001%;
  }
  .row-fluid > .span10 {
    width: 82.905982906%;
  }
  .row-fluid > .span9 {
    width: 74.358974359%;
  }
  .row-fluid > .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid > .span7 {
    width: 57.264957265%;
  }
  .row-fluid > .span6 {
    width: 48.717948718%;
  }
  .row-fluid > .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid > .span4 {
    width: 31.623931624%;
  }
  .row-fluid > .span3 {
    width: 23.076923077%;
  }
  .row-fluid > .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid > .span1 {
    width: 5.982905983%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1160px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1060px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 960px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 860px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 760px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 660px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 560px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 460px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 360px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 260px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 160px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 60px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  
  .slider-img img.attachment-cycle-img {

	margin: 0 auto;
	margin-left: 0px;
	

}
  #cycleContainer {
height: 335px;
}
}/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(https://mo.onair.cc/wp-includes/css/../fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGYMAA4AAAAAowAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcckwii0dERUYAAAFgAAAAHwAAACABMwAET1MvMgAAAYAAAABAAAAAYJYFacxjbWFwAAABwAAAAUEAAAKi6kAXkmdhc3AAAAMEAAAACAAAAAj//wADZ2x5ZgAAAwwAAFnuAACMgOFsk4doZWFkAABc/AAAAC4AAAA2DP0UgmhoZWEAAF0sAAAAGgAAACQPogeuaG10eAAAXUgAAAEHAAACFodAcgtsb2NhAABeUAAAAg4AAAIO/oLadm1heHAAAGBgAAAAHwAAACABWQC1bmFtZQAAYIAAAAGbAAADVi8qdoNwb3N0AABiHAAAA+cAAApGwPo//ndlYmYAAGYEAAAABgAAAAayr1bhAAAAAQAAAADMPaLPAAAAANMHHI4AAAAA0wdjLXjaY2BkYGDgA2IJBhBgYmBkYGRkBZIsYB4DAASNADkAeNpjYGY/xTiBgZWBhVWEZQMDA8M0CM20h8GIKQLIB0phB6He4X4MDqp/vrqzXwDxgaQGkGJEUqLAwAgANrQKyHja3ZC9SwNBEMXnkqgcuzcGxOIgxYGkuO78JMHmNMQkoCKmkIhI/GhiFRshXRoLO1vBv0U7tdFGFAzWaqXO7o426nkkYGFv44N5w4Ph92AAIAm9yYAVO1jHcbK6OWW1470GIfRBJvtBNg2RSyPkU0BTlKcCFalMNdqgBrVoX1nKVq7yVV6Falbb2tW+zuuKqZgVUzN10zAtc2COOMU2u+zzKOe4wKUoAojpQGkaJo+yMX2MchTG9BJVqU5btEttBSqp0spTQZdu6bT2dKBDUzZLXfqmaZq2OWTgfk6zxwGPc8jFKOoMDKbwCz/xHd/wFV/wGZ/wER/wHm/xBq/wAhdxAUs4g9M4iRPOntN0dpxtZ13W5aqsyapclvNyToaiI+7EtbgU5+JMnIqT3sf+TlY//FRYidgSvw/g3+sbNnmNdAAAAAAAAAH//wACeNqsvQl8FFW2OFy3qquqO1un01u27nSntyydtTeydQKEPWwBIYogS7MvRpFNAm4RUUFQFEURN0RcRqMi45Jh3EbbbUQm6uhDxXFkGHVGncdzIElf/+fc6k46yMyb9/2+dKrurVtVt27d5eznFCdy8EdO892cwEmchkvjtBxXpbPrBL1db9YReyrR6cnp3sfoE9HH6C1k+mPRx/juWDO5mfuZ9vxMaOxD7mfipTz3M0e4pL8qjuO5CBeTX5R6oc4Ax2lIKExMZisxW4VgSENkyVBATAY5g5cl2Fn5MAkFQ2E+FKyG8uqQeDDWsDtn/e21ZQ9NK62f3bqyNvZIrOFpi2WZxZI3arFphMM/pVIeu+Syy/yFvvQWf75lGpyaZhE286/tzk93uK1byrPz7ekkLfYI/9rT7Ox0S15wbGaVw3/ZZUvGypWT/YXNulUj81idHCFeLio1yWouC/rEXm0y6gxSKSE6R6E7oPMHyWmhs3Xt2tYoTYtCKqvXtsaaW9fSNHJ6bSvf3boWXlvg/gl1fCJ9BH2Zweoxyxri0ZCATyTQrbhJTXuWxTbENizjfyQ7o7GDfFvfFMFG21Wb9yzjb2DltD16d+zR2OP8BVRLTtM0qDfK7ZZXyLVcNufm6qFeU6aWZBAPaSRBv8ddqCXEHYS8TcOOJZlIBrMpKBOTpCWSzePObCRhYmal1dLfN2/e0/qnZURqaWlsbHymcSJ90lLTetdVZGH/t7ypoKCwrSD2LSblZJ8VT9C9Vym30PlNTY3PSN1YcldrjZWIE1uggqamFvrksj+17tncNxMquKjAxltj37D0TXIfO7F5M1m0GW6x0HmNzzQ1cpwK5kcE3mkFp+fyuGKcI0Tnd5cSj112FErQ+yafvTrIVZsMUqHbL9p1LA36qs06O3TowKFoqCt+5Hrafv0jxXV1xcKp4rpY09Hbbjt6m3CYnIbktiXmPNoDfarkhU6+u7guGq0rjjXDDfyzWHxU1XdyCd4jkrNUXkofZAccPzAnBBhRDodPtBvtOh/fJpzqOyTY+rOj5LRo6P0uEhUNOP7fcCelP0unODW8kxNnvYcEcdaLISJnEIddlgo9bn8jvGlQo5yRiVhAu18izbkXuz1Z/W/MEq5fV/3tPNrR4e3wer0dDYJEmnPwXC7tlvKVS/Ue96x32vs3Tq8eAReVbvJ2kM65p+l+OJUFp3LpS7D+otwbUkzq54ycHdouqTwEeyxE3FmhoNOs4U0SLjQ2f2A1Sp0L6N+vjH01/tjt4/ltfv+COUS1ln5Bcom1eFjvXut0i9VqmW61CD8v8PtjV4y//dg43nolyVowZ5iXfkFPkoI1P8cKLJb4hZxAvMQrq6X9sP5LuTHK6DrsgyNLfDi0pcSIA9lAHDiaddgxsPQSRwE8siSuZEMekNV1xb3f4ViLhuK6/uwIZiOWEstAhpw+T9lOVRfm+6bgoFvqWut2Gy0W427I8G7M0QeTy2KfYo6BR24n96A8Wm6DEeUIDKNbwqVnlqE7VdCVxBMyBXF1qQyH+Y5fT3p11IRmvf/XP9JTQfph8O0AMf8Ihc0TRumlBw/Hrj/s14+aMOqVyYd/pH8Nvh0kZXDBP1hh86sw3wzcC1I3zLdsrhyeXViuqiDusOCrhnmSIQouSC0kQ+UodFZA34SJT2W6eGrQm6MTBEkqbVwUXry1PIOodNmlgc0k84o/bNIGHt7/p4UP0t2RyBUfXKnyuRvGjWvQ60PLF0woW/vYbDlnzPApNfSPh7ccW3lW1Hqs2TX5+Wfbf3+tAr8jshra4uEq4M0dkgzvLMlGe8DtkT0ht8eh8wVDnpA5GArYjSZzyCybzD6uOuh3F0oGWf1pbujuY3e3LaY9i9vu7rk7lP3pJ+YaKLlgBfGykhrzJ/3VZ7q6znQJtuUz4Axc8ml2CM60LSbFC2dDSTAvXjJ7IR3ehdeydkXlQnkqwFcYEc6UBRhE5RFEwe5RpnZWdTDA2iA1vjxq1Nx2+tbWl+iHu2lPRMgbU7V6LuErVk2atGqSXP4ypfTnue2BJvpcAd0WFcjNpHH13FGxE5OGheAKfBYpklfAHNbhaibVKrNcDnNTkn0a4gtmOfWFTk/ICvMzGHJoiCNDEE7dTXTzHw+/uOzeHwtP0Qfpg0ezXyVlv7qH/jBQSuaQOUezNh7+Xtq/uf211rmv30Hbyc6DJGtfb2e8gOyk7Zs/u382h3AyCu+rrKMcWMnFv1xJnE1lllQ2pyeoYu9tqiYApQLwY2tlK1sr62GthEgr8W/cSN+lT9J3N27kH167f+3a/TB3vb1biVewIVjDi/uzYS+M23fLLftgO4EXrY0djEQi0J50LgrregXMCy1AbjOMQQHMkFKYIyGujmuElT7hPGvdrrProUm++JaA6iFopwvODTmG86qkY3kFvIOTvcPx4rpeJwO3xKv8960sscDqjmKH8W2ILPtjSSXdQ68gOxFkxMGH6hMo8EbZH02zsKsiEcDn3kQeTsSz8N6ICyLSfkYfWIdSCPY4heAJwcKAVQJLAaiFU3FqgfZARtjf2xtJ/CPt0H8iQTsItta1/U8mnUY8wsGYH4VnydDLBYhH9A490BFONrpBv+Aymd2OQpXsdjoK5WBIOBUzlUcrbxdOCaf6h7fWAQSL8GXt2f7ibvrK7Nn0le6iQHa7cIqU9B1WranDvoiwV4v97os7npNf2Lv3Bfm5OxR8J4+U1wIlqEPqBQg0RHp2oN0QlcnSnu0WC23tO6QqPWSdFvsLn3NL7NQYuW070Fd0an+NePyQhfTfxmffEvtLDwc0JfzBexyFmeLg2mDlLuPaoSiTLydOmyqD8JlZVgIzN0xgDpuyMnmcxm4oDTJ60S1LjkJP0OmDheeWjAagHk1mEyAMoHfCBIEuu8INQFIyFRC9hoRVHjjPa4ibD/iJHm+Xjy584Sf6Pn2Rvv/TCwshT6rIaFL10wt9b5BVZOKPt9zyI32W3kafxRxpoO8vNWTojddMt+tXkfm/v5uYV/hnm025olDdaLPRH41utdqgNRiune5Y6nAaIDu9nTxPREFt0sgpcz7sPU42v/0/QsnXazYtXiyMUh618JwmiDOHPHQia0hfsRBQ874KkkIOvLpqgTxhvGV4UbFanLml/kRrK/93olYJfMhPUiVeIIEQUdOjsXz+BTmntfXqmsf+8F90m3Bb36kF5IZvn6XvxHaUWDkxPmdXwIySuVS2YjlciwQg9pDNK67v3apq6T8BNA3b+LbYQXnFmTPielgTPYMbwMQLyE5ZlDOAriiF2vyecsCJWSFPhsqMkDAUdP2ySJgxtvpX43J+/8BD85/bt7I6M/erx+6cN1946nyl/EfXXtzoztxBhk/9c8WWQ++dvfoP/W1tu89XiNNLHKAjVUB1pXGZ+I56oLXtBAAJ2+AFNcQOyCx2sG8K8aq6+qaoumIHYwcFG0IMeUXflNhB8Ti8YDsCAEzJaaybT6JR3YgDCyXLIEfgYyBgAA7oSLxc1dI69Ubag1xCK9/WuhY3hAQ9EUjF9beMf572EO/aVnIay2k7bGkADAbKYMkwHIfP1QC81UFP53AWzobvhU9zwUNEwae3OwQfSWywTDU8EKvFdWfO1JEXohEA05FoBGihxA6B/GllXOuKz77MS+Hiugg+dnADmvZUf7bQSdtpO6N9lPePIAwiriCQYvCqNncmo8JFXQa+snLgD/IvqSYV1b1HP3/vvVvHTezvyIp23sqyw6S9UamxNNr3dzgmhe85+NXR/s6rn2B5oa4okMQLaBk3MDzxpgbJkQCu8H5cArv5w7Jv4Fy1VVUA677aypu/lDL848b5z/4D9uI/e7fy3QqCe5CIKUZLeW1rpYLbiifW+h05kqTKHNa0pH3xSF+qvCJ+mx+rOPsyLgehlyE+2qPObZ2yYvackSUMLxbz3d4xF1wwxmRKK148eTiUGBNzJcrwop5Riue03wd4jrMFM902KVM8TtzecNh79l3cEzdQyjvpbaTlm2/ooW+kprC3b0FZc3OZ6l5vONr73TfKCXyGBM/YPcAzOWD9+QDncgA7rbwhgwfYWc77w3xWnAZTnZMmsKwUT4U8cjepfetqv//qt+gbdBF9Q8nLHW1tHW18bnISk1jyW4Zb5BUjVz/64p9efHT1yEQm5mhjFyT9x65lSXsd3gP89U5ymuHPVIWTSvyk/YgjERcCFDIkcozvVfgv5R4z3uUIIPsFDFggZHQYHQFHwAf0hLQfFld/h6oFUDYg7YhoALwe6XUKnVF2HI0ib478iLQf6CgFFsIIBezYDgFTBf51AT+HGfF4tD8bVwpwjQzGnHNvHI4q92Oqw/xAPUInNmZwTQ2pkjH9+P/v6tXF6y4m8TyrF2sT1/d3II2COVYrqwwrjtf5r94zJ6l9sMZ/8ZoEyT9xvbgeZjKn4fEIgOJ6upKu5gjfDeeOq7qUc+JxLEUQyrfFzxkS94kGLAVSbBfZzs51i8eBNWbngByDUrw+dvDfnpMVmleuhf4oYLSlj1GXDHdBfyhcoZIa7UYkiRoITnExKY/959I5YK9ssOq8Z18mXpiUZCfs+jsU4o7vVlKyE3p4Z5Rvw3+pCbpnfSTc1haOsH0v8oNDd72rcaAjKBBLbAgz+RH8SGmq+BekfoiZOEhIFN/ZEntpC+3eQoj4lzn9L5I3Nv2gwIw/cn+UzkhnFKwF/MUgDRTwZzkBpwin7ieFxzo6jtHP6cv082MdPWQpuSf2onRmsKjjGCm8/0Oy9FjfCkFNr+IY7x9lvJuW8Ujn0lY8kJKyhpg1hBEoRR9dddVH9I9AnvwRc8JvceLCkgIchhMtqnDyyZeQInZbvw9PRYdePgRvavC9NEQkAjyLuIheJHqXqCcu4RTtgcVw72U4WdrJXpiEPd+QD+irM6mXemfSV8kH8orYwQm0OrYUa+XvJL+fQNbT0lq6Nxb75hsggSK1XBKOwmexJwEVyOonXr6NRtoRz19GF/Btv6wO24nlbA6KOLtIMSFABWUjBIIWpsFshnFl/Ym88AouQ+EDTZmMssTJGCb6OL9pNJhRMGBCbpCYxNe3HDmyxe5aBjj1Rc2h62dfd92L1+XRI47rswTZ9rSVNFfKK35LTx9RL+v7Sjx+6z2x/+q8eHZn5+xgFVz0epZqI1yCQI88Q56RrJIV1zIbNhi8EAyeqpvM66H30X09ZD7bkfk90Ob7esi8xCHdB5dw/+t84GxhkllObBkk03S+CUFGksyTW7acpD/A/rwToW/5lpMD1yAM2hmXm5lh/ZbBS/iGYkMm57GZjIKOdZyOeMIk3ocmswwLb4ALLY4g/osCHiZep6cC1m2Fx6lqiUvvilGWR7wHvvnmAE5CRk/1xJo/zhrnxUXrHZf18VAaEekoF9fMTRzapgaSTNMhlBmgNcKSD4YZqIsCzCKVAWiI3WaUml4vbWgo7T1d2sAyYlppQ+93qpa+Q+Q0Q33ExqsttmDNxOL+jmGtbhMhREjPsnvqCismFOeL/MuRhtL+q6UmpY6G0teVOhpK+6arWmiU4VHak+JccsnqaTVIk8NLFRSotMXucrsZCY9YJczWq0sbgEHVJNFQZkYdeBjcRJ6cCwEPHkjiybPiFADy2vx/kGd0JRKNsI8yEkBc33fox3+bi9QVD94lNTEqoA5Y7fZ/l0seq8H34FznSjwSbYOh4ZPyCmWLD8VHn+07T7OSX0USleciyuo/MZjnOIUHx3YcBX7fyGUPpVmQhYJ5ABPFjA8Fcrmn/wTKFwDodAPdjfJmYCbITsGGWUwZkdfOzsWagbrBsxynyMEVHjkFnpTN5SOfARMxUMgZHZrEQ0WWoKiE735tx12n6A/PEEmaTtOQ2hBsAEkBENM0oN1Picdv3HOM/vUz+iv+q96tNE04BXRQrBnYD8Cs/+J5Gngk5zBWm0j87fQsEZA8q3uNNBHpGfrDqbt29BZjbVgrQwoRfBr9FZn2GTEf20Pk/g4EnUhGYT/0dyT6UsX68iiMaSrTiwDBTIwKKse9y65BgZVoJ/JR2gO19yCd0neS76YP8t2IiOmD0GdzVC1RZE6jyJ9Gyc7Y2kgvY1Pi74RjhTSUUn8c7wOtCK/h0AkaAQYK7mM1VOOdMCqnaLu0P/FAxAv4MCAEc1Fyh3I6htIBx0S5Y3IKtN/MdC+yCyC+x40/hw7GqBrFEtJLkyfTb0Ih//x5mzq346u/++LhrTcJn79Il7y4pnP7Lddumj8vEIJnvUpepR9NnnjTVqXuN6BudbzuYAh+PqyzUJbwB0hFdGcSI1x9+MV3kTra3tkxf74/FKLfTBY+hwdMnExKaJiGiTcUmDd/07W3bO9c8yK5i9EX0P1A0AIczmQz2CDJOhSe6MpRsm4zqZgwyV0orn/0ukh19XWPIqyNHWQLQVx/00eFsbu9kfx8obzwo5sAxuawBcLWhrJG1QMSSTsuQgW6M9E9wlGg0Ig9sTqd8ZRvEzoTwD2KGeItrgOyv72/o53BO+G4wnZ0YytgurEE5297EmsR54Wi58ghHefnG5nkESn1eDoUBPRuRVGiYEPRACRDRaYKMS/YIgqj3K6kcboDqSLxOOP2rKjGYM/0B0O4A544zDCMQXzv+sPv3dqffet7XddKty2pKq/+7eUHvhG+znjjBuSPr39dl5u/5Db9gvXfHKhU+pbcADTJHwCim1HCAny/WYKdJyj6ccplwKOQxuBszlA5QXEXcOQBfyiDyCb+Vb6F/PnKK2l+7BDNv/JK4X/8RTpbVXNLIDiB2skpcs/SUT/sXfk3+szfVu79YdRS8Q/02Jkz9BgpP3NG7W1O43nVOF+gpSV25z+6Nz5evOa+R/72t0fuW1P8+MZuBY8O0hF6xn02/VLW64FFJ7Lhd+h8RtwGR4Nj/K/JJpitit4Hu2toj0dwCfaFVLkF3gj8eQv6ThZ4vUIb8sYwPQ9MDDUDMdAcwhXLZLnxO+HKTUCB0p5NcHkB3h7j4yw13706O9KAxEFDJJutC2IgROqWjnBebhiu6CxZES0mfjJ0pqQs8PhPcnrcmaGgUyUEMz1umyxlmk021ZGb3UuFHHVhRVjVYK9yOM0mlTCisqra7/dV2b18mS0723A3veva++9fRvJInmPRosX080WLFy8ihVL5zXTDfYJJyrOVqsrsVUg1llWOEAST0e2ostcLjeU2q2Ga/5oHyFv3L5swIZa7mNgXwx/9YvFihHm/4B0HMJSQSDuRg2OcISaqFgQfuCniPcZqwToCfgfm8fokHtSs1OUC2ImIAKg1x4Ck8LRwqve7KMBgFJv3KLXAogaQHElUqrC5uFQAoUsDOlQtwOUChs9LFYihsHA+IKGrTaK9HPqE2BNLN5lzU3UhkOj9DoGFbsehHfQa4s28YP4FdC4Sgv0dSAICNsV/oDOKI0A9zrj88hmlNTX00TgROZRJUw/MY3znzLh8zQ6UIeeKc/Tw/oqC2RyAReyK8+SJTVajiAjFiP0dxIuKqRMo50OcktjwJLw3XGdAcqCnAxVd0ejaVhQvAsWDwkYuQZuzcZQUvIVMoBEfP0igO4VTO4jw0qUwbt2XvkRj9E809tKll75EBOGUUrID+rx5R6IUwBFczTG7gcH3TFXeLtGvspq1A/+xmUi24igy2gf4d694XGoCXJqPvQLNqQ4pOC+AlLrHbRd0AOIQ+DhkX7XRIEulBO564/11633+1RcsWrOaxjZsXen3zVmy+/4/+qqXHwSW+rvIgmc2T2jJ02h3X/HEpMmxGLHb7OOnjP6vB2aVIqQj5F2Y0yp4LsotHMQn20M+4gjZxTc+pKd6wrHZ4Y9I9odh/iEUg8Ak7MT5tZOtgyb2hnrGcThQd+pG6YABNUj8v8pHGDqJIIjvPm9WNCgiLCCdzs0weRw8O5eNHcpp/QBLFnPLmZxKNgMil4GyMdqFgCMQYng9gIJxh4LYzYjnWQfioZYY2aXQsXBeOWdkyvHENcBuuj1Gk29gGOAaM75D26hrisrTsniSjw3e+IRvWIZRk5KZUe+wmHQ5xryybKMx25yWLslpqRULyA686hqXq3FSqChPbzDWeisLCnzZZoOxJM+ak1fdPKWkNDenqijHfI3SAWTnYp8rJauE/nc0EvvVaFWlX59rNufbYZOEtDRzUJ+akpqWrdVm6tKrIrWvRegn5Tm5RfVZolxekD0iLc1i02rVcvp4k91eV5SdLfGa/PzmCMBgJ9kpfQrjZmAUxKDSgOd/qUgYKBOeayi9PWx86qabl710+1id6bVbr54+TXANFu6CwlexkD9w2cSAPeNKkjXqNd/ed2hs66GPJ4y/5rKJQdu5hdy/gKfnaElwtSfke3H5Ga6ege0/qQMm7glVi6JrwfT/Sx3SfiBJOhFPxtNz6zi/XBEhW4AphtnGjJH2K1JFlPjD1oM6Ahxy5F4UzShCckZkJ2RymZyVc3O13Cjgodu4OSgNAYwZcivzmpEmoYCkTFigSoLEJzgEX8in1w2Zu5hxyIGB6S06YIVARWKipJQwMZVU6XTkuh2TZs0YMbywcFtn21hbidt5YVlFZVX/k0tOLDuxuPbrY58sHDbMmj+8Oj9/WHDTlAuaLQWW/AY67cmgWaNVa8iWBU2FNltBeAnNQCuuCLJqUneqWjfV43KNab7kjn2501M06ppg+9L6+hhTkRwgz8QOlntb6x2ONJXG4fJNcjrPHNBnlZYbDIv2Di/z5+ZsM5vLfdnZsReBxbJFkAND+ihu8yKyXjcy2lDWu2RdMdF5RD2zIDK7BHMxCQliSMe3bfqS3rgJENzOTfTGL/vf5Nv6Dm0i677cRNtVXZu+JOs2SfvxzCYcBTzuP8uUt+y2+IUcYLAELZyMw/MGsG1CftoYnwWMFkZZ+tDt/OfsAYHNF+UYdYLSfpSjRsnppP+d5xQD45sWwSmOB6h5A+yYpnDA0YE/YFhhAiNWA8zcNlDao6RIp51G/gVobBOXixgBqQPGY+gMVqE6LAR0bElFty1ddkc0Z/iC+6IPLBiRC6vzeOx3O+7Zu41viD3XsG7j7NqaWVeua4ihgEE1MEYD60sPL5n8Y/hwyLY/mmgStomcFv/K8E0KSpEQT+ntHrteLD1CF8AC7F5OHiylr9wBnDCKgrx3k5ODdhwwRiLgCgdXidI81E4mtDWK9ZsZikJJ9m9EcKSifi+PwL/qIyIBb61+jTFiQmdd8d3BvimhexK0M/ZcJHL05SgqQiKA4HsiEVzejKHrM6IFVOPf/h6OW0EJ45ggIg3Y7DRMFZ1ncju1gPvLktoZF9G5fiHNQ6sggelmfLqhjeSvv2eQSr8nBDRR/wmYAoNtqy3BMyUl2KiS2toSpZF/i12H0wOaFLfBk7pgDniYTYKFGGQiFVbw7gbiDxFEo2j2WEEQBhFmV1ot3rGqoSG2tP7J+kshw99ZP3NGA+X5ay2WjyylJZbYZsxcIImX1s/smVkfW9rQsIplG/jdDQ19UbhwuvUjC1xnnQ4XYr/oGJ3RxHRR/3p9jYzbvzAQq2OgNrGaUFosx/PiOem/Oyc1IZmNsBmpsv7siHAqEkFrHEiB6B7Yn69MVkcivc5IBLX4EWbccpplogO785WhLSzDH6sYZlYAcgYbZDuCbmCA7MAB6QwAr/FFgQtloF44dWRhZJR95RRY6ztuGzH+4QNAqH758MPjwrfT2/i26ausIyMLxEMrVrz38g3hBb5odOH1ew6T1HvuuXcvPfPcXdcui0ZDkfD1v/n98hVIo0eScBhKjRAGWLlCBR+KsMmOAJrWupJQoyOewpxuR/QYiSItHhVO9XcgkGEKG0B1NtojNUWYhU8URT0JsKMsIMa3qJnWY8W/ej7avBEfPt+R/HzfgEEF4BkEd8zuKIo6dWQ+ENxBMS4BRNoR9qx/0YAhujwtzLEGZjnjdBSqJGAKTCpftZM4sN9DCXxaKHuSiErAxkJcFMFKCqX93fTIkQEuYccRMoKO3pttGtFgMOTn+9ram667bf3YMZa86aFM7a48v68iPy8vb65QQjrIyJcGGY+XyMrSYSWe6tL8XKfLqK+5enxt7bwRZWUNRWaTg76TW1FdnZtbWZGTF5cZ8IekP4pmrpmbxF3IzQYaGeYUtNmoELWOOLoPOMwOj0N2hBwBIBfMvjhtoCU+RShWbZbdHoXMgEkHTDqRfR6ceh7JZfQlugCqMYoeh1EhNqTyokJ70ei260bXaeZkhWoWfLx99uK6P9cumT37utnLLn7m6dXhUJ76GrXZGW6aObsFKQ3ntEqHhrjoJxpHWd/JrCUmPlWVxmeQZ9Z5cvKt1pH0kl/xvxFeXlJvKxBkWU6fnjt5ZLutYkp5WW/vI4/0Rs6e7S12TvQ7NOHKMQ6Xe2p6Wmqdd2RkYskwMi7YIBamFafU1T0kaPUVJfoseoYQwh80Z1ejuWecL1X0FPkAXQq5IFfD1TO8jRbfkuxp5BWDb8Gj2HvzPlStuUjILMftvM1axcw7JGoANek1RGQG32WNHz6asPdu2T+8oBztvXvbUHYcZTppZvVzomn8TYq5983fjroLjb0bhbMoLkDCEoXkgk36O7P+Li8Yvj9h/N3y6EeN3j2bEU4p9kOMfoy9OerbmxXD75vGN+1hl05W6oAFsBMeGn9nspPh43Sgl1A7Uw5vHeZGIxQN6vy822mDCW/MTMj8VedIFDVxu+CBgkQ6oMJZrzrRNai04v/JEBN9XEGis5SjCWQq2nqMYUeqb5VCRS1Bdv4XyXkooRR7iP5F+JCVb1cUBuyfZpI3YwdRxHTBx8nFJxMi04QtA4MnOuTEHUBrhYFTD4Z0GaScR7LJO63nkxN01bTvvvj53ah4vNeJgpV8YrHwef0nHOrCArUCE3YyfndAv4+idGVT9PuJTWqKMolYNP58vk3az/T0IuJ0HUwNLIsivSt8TXaxgUN1P1y7kxCG65DWR30hj4o5qwgAPxgKiyGUAfAqmykTjYFUN0PHfvfAtstUHkORxZV5vcVyfabLUmTwqC7b9kDsJZL/9tv0z2/L6gfodw/dcna+YM9yWUqMT86b96SxxOLKsgvzz97yEDFcgle9TfIH5BbSR1wacIdobalP0g8mlFfEpRNdos4l6kXDmvpxtx29bVx9iPHuZAQZS7Nje5kpyeO/4p/kW+1rRi+57bYlo9fYyeWMg6frr+/veOcdlCFsj7kH+RvE7wjrUR5UCjMRuXmmRWASZGiB3e/GIgKpA60MHDrnAGVEAoXlIpzbGQVCJ9o3Bc25yM41/T9GBBuk09DmMyLccWAN6jN3Lnx0/apV6x9dGNc299AeVJyouta2TlsDKwRJMu+0NWtjMzAbwbvhTKwvag80NQXsNC0hA4c5lcq0ZWgj5mZWEg6jA4mxALMLS8hCgELTob4Czf/wDU4D5Rzt3RqNioa+KcJHzNop0ncogq3pz+a7ISvt7zsUjSqKF8CdZCczqIpVw/sgLgO6JI1lFbk1ruMmZoNng1kTFwszOhamG5HPERQLtrpimlZc1+Ahp4v5XYyvqSvuP8HcOGzFdeKzKPovqUUMDh2Dphl4KnYQ9szGgJyWVwBvEOduh1YOrBbBnkQfHcU/RxFPdivWeGytkhYahn4Powwujuu1zGvnnLpc0PYVa1t7v8M7RUPr2r5DaGusWPj2Z8P+MII8RU8UlT6COeRiVgIKXAq5JEfcc8XlZjYryMV4RJNBFoPiY0wwqKHjL+yEXMe1s8hhDQoUIUfHazTk8IWCjR0XOk4ugMyCk45CdgtkmqFIkSG+yb3F5m4B8hUc6nnsRHkWIFczPprESYGQ0SToiEmRvoc82BIiq33FvXnkgBFWhrizbASQ2Ivq2sI5+WLxdvprLCUPFVVm59GXpfsvnqDr/ZJ/wOVBBbvO0Fit4a/xjg+3pWhSdb0jVBfFnlVOyWMtKVRQdHMKb4qwBGE750pezUi1A14LDhYkAP25AF9Wk7IgzL9GH13gbwpHzB9lrDmwJlBGP5LMDMz23aywHJ2KMln1bt6sIA5R3bzs2Cp387A9ha5pa9ZMC16UF/tePM4AdOwqlvyo2KjhHNbAPHiT6c1xQE0ZJEkLoFBVcdoKyBCdPRga+CV0Bwm0I7rR4W3gF0q6NBAMwb2oY0j8Ek+QZjjMSzY4jIXOAldRSclFF5cWF7ns9kJTto6kpVIfSdEIJVW++sbhY0bfeefoMcMb631V9DDzYYqVwL1XFir3OitnXlLpxHsLcnK1cC95j/7Ey/GbmybeeefEJnazuM2/YbTZX+AsNOZk6mWDXpOVmWOyF9qdRTxvLSHeTFW4yldUmmdNt9nSrXmlRb6q2GHmYPWY/8rR2fE7M1P0+pRMvLPAWezAO2kPnxG/NS/TZsvMY7eytabg+zTUMwBgyFDJWYAPCTC+qLZQyXbgDtNmXH/31TeGTWQ+aUZrumivU3iK/v0RekzVBQChlM9wN64YT9JJpZFUA4y6P3ZU1VJ5F67BZUQnL5KOoBMiUEww01OIpHLYXCafjSnMgDQsJw0wNqgFDZlU5vjKCIYkOSgvmrCCzOg6TR97jR6lscoi7ufoupecHmtF1VWPTJkxoa36JnLjlykf33X/is3LS9ctl7LaJ2ltu+gn9B9HOx4W7+VvuVROz327U1Uq+B6YE5n+6DupZZ47P74it7FzdCrTG5Kb4vqQApRSI5CRDVnmagZpGNwJ6OI5wLGHntxIvv2STxF4zYyOjhmxE1Y+zDKvyuqNM/uvkIQP6M8S6Xhyo4dUbHyy4/czFdsFBX9+D3xLHmIEl92fQjgvceiq00guEe1+nnPCgcpsyhIHsJdJ7CH+1e/DuzxA531yjNxEwt9fFztB/Afp13TDR7tJ5vJll8X+2rZpU9emjuhH5C5yIXG8exk9ds239E268f0/kGuI+WF6rH3JEvqP266cOWPjxhkzr4zrzxXc6ky2jNX5gNZnbl5uZlkNVPuAL4Vd3OHy+Vx0ydGC76tHXz1i/S2PfvBBjHf5AQz4XL3tTj+/4se76+r+qHnkrmd+jN3ud4o7XT5mf4c67zvhWQZ8b51Pb2fP0MWfofMJk4jrf1z0ZF3rnZd0PPLmTz9F+U9J/uFRo7ifU3/37DH6Z+w/wC2KjEjDPCEUeSmseG5Aj017xOP9HVGaJqiZExMydP3ZiCo7FIh9hpOIBsb6Dek5wIj5wEsP48ZybTgrrYKvOswzbYAkSlZSHSYe1H9h3pc4EPRBdoFZzzyMCGQQkXgEN85WyVVtkgW0wPbogwA6goJDFp2V44ur2yrN6ZmXjWxup63phRdefmFhesbcy+cKS+BgWI1ydMm4Ta7w4Rvef7Vms25Ty4RNsaeWD28PjBy+VLu8cn9XsTtVqOp6uGq5dunwkYFLR65M17qlrKJZsydUjF22vnLsrFkPhrYuWrQ11DBpUsNArq+FPLn5mfmfPk9bA83NQuWuHnp9QU05Wbn3eSlV9/xeuqu8poBs+Pi2LK3E5sRE7rC8TlrObMvNBD3KNCjWIcxH0eU0WzVm6Zvt9OFbpgfnUV/sH5Zp1vUWi2rcX2gX2ftTTrXHl+/Xh1JrBbHtFvr4La3XLIqtpCUWywZ0Az5xq7DpkpQ8c6lpmH5k+gQB4M5dZJh0u/QEV8LVMo19hgBgOawKIRFuthIe4bGqHEclLOsZvE7AfLNJmGngs535qRa3uWX8rJYpOZ5ZC2YX2DPLLnnqsjU09tNnXT6LMdM7ZubiVVdc+qR17qzWuQJJy51/8fQ5Mi/tk63FlaHAMLMuu3rimJEZpszMSSPHHqex/lNjxjdlz35i9Yjdt+6+4apIa0l6bHFzWtrYGQsLC4bbLNPmTMxUdIRkB6OtUBIxYCGst6OhiJ3sVJgqYOTQmBINHoGw65v8FsqLaBpSkYr8npSyOtIB7tq5CuAsRzI7uCFcFlFoBpji4kCOBJ2NJIPwivPqYLnrPLlzma1uhRWiaUpKXneR0Tt3Wmf/xtXY1RimJqWYbxuaktLPSPaDpJixXB8/SE8J7UxKWFu7L57Sj1xPjRrV9Aq9x9XYGH56fry45JxUkWcqtptZzCcXdc8+ZkKO/pPVSBtZiRElN36UuyJhUkqAACIALKBM2h85+3Jky8mtSy+5ZOnWk1v6pkQX8R1dwqmuDn4R7YkAod93CBY9nCopgcui0f1bu2h3tKNr6/4oOXBRZzTayYkkyE2R7pZ1zP7SBW2oYr7hBcC2N8LMryCyRyaFCh7CfvQUJghFUfboQz5iDgkeBzkSDL618eTJjW8Fg9GOk19vIgse+ebbAw9/880jHU89debpLiJcfTS2rbfvnU0f9m3rFd89+XUHXPpWx9cnO94KBaOxlG8egYsfPvBt5KlNjIZcdaIi9sJx3vilL/ab4xzMrWR9cQoc6wCKJiSdboBgXvQF1aP5G2oyQixxeYA+NntkZjRWDCWick4IeUSzTkvsUUX0BgyFdTftQacbyJDTu3f37ibeaKxZamKysWyaptqMbpq7d5M57JysTmjte3crMmpIe4h39+7q3cig4BkmwNy9m7bvhj/i7d2tyM3ifk8J+1PjOd4YOPg2KxGNdob7SCCJIjWKxwcI+1bFrjXWzDgfkh0cAcmIIKyvZNYCR5+NPRT0/eqT7AX1SGfWL8j+hPHSgAOGM18+XLuMj/TpoI+AEdOJG4YuVOgKRRDTFsV1jOuZS65DUupQ7o2r8lGaiUoJFL9EVU+/hTcpYCCaAAwKDmZ6jybmyc4MRMzQEHRfP/sy3w3DEBEN/dmiIYrc3KCNF9ph1nGTmOxRARIoe7Q5g8TpCXKuDN5klspVCCPhZ1XJvBgsFz1hgVhVGYKWlKsAhK7YkfB227Ej4e3WP5JueWw8uZlw9vKsEr+juSrgrjS0lVc/Ex4774ZJJWlEou18XlXDiLqq1BSde4RwbUGFNVNWiVq1WjaG64aVpXiEKlbXjiH193qO/ECGpYZu2bvHJ5rcJVZRN2pq2zBDuq7CP25UNf3oiRlbpjcW24vMJb6x9eTtygUzLh491TciLzvbd2H9sKbCG4f689gTVMugD3rcbFnJOwrLCUwnDc8X8X9h1iYDEqDSjUc3bDgqvMPczNRQoDiuJ7miF/PTNxz96eiGvikoEWPPXcW9I4uyCHCimuGpLKRfnSjqDDFEFRbKAe/LZiKYw8SpYoxdwJFHiCvkFi+49fcXm24/Q0/QI7fe9Eb1/sL7Vl/60/HfXJ419t7PIa3ppjrPM+PPEjsZTo9bVGTePFJBw3y61DX+DP2C/pZ+/t5s0/gxf96+eP3r9TW6MfvgriOXQ3rpPPouP3oWVG/uP2gpUaUJ5EtaQF/p4WWAsRqYW68AvYT+GvXceOwvJFyyALn67Ci2hUNZtIdVdcAWmwksxOpgSB9kRC47qeXxCkAxRLkI7ax30iPWUtXeF5zqGjuvGi3r6+hz+WUyeQMmhqQ35KV/aKzWxh6omii5ikLqg2JRHv2NJ49uNXtTUsbQMTlFqvvSdaoP6Xhek5vj1H5tKDRqBfF4has/hz/xtLPwqHlUoXWrKqMw11Sd03ftBK9HaHG4d2ndFm3GLXnm2PzGi4Xl7LTRYknlkn3iVcC94CrSkITDu6oFQVisWfUqk6Mg6EIQFZeYoBw84QubBVTgBdzFaLMKa4qDNcXxRgM6wvqqnZzrvI6vqn/n9iqGBT9ze5WziJvT+UMwHOz+LPnoffQ0vYUuo9vp6X3M9/Whd8jlJK3vE/r4muxMU/atF7uMG8jNf3mChK6sXa5RZ6c4VKHRDgf9ILsYjuCKnXM8V3g82abM7Is3CxlpqSZZs/Tvb/+z79U/0e/Hkink74S//qYNK/IfFSxkN9Z9H3vmOw8xZ9d9JM0l7FILwwIklbz4xyvbNRe0ZnlyKzJrpbm7R/RefLEwiqhVKj5cR9IkQSD1YaKmj5fbrLMmb2p+5dT/0Euu4O+Itawkh4n0+kP9i8n9sdFl9mnkb4oNZsJP+oLz+RigPuY/KkMjtMAQr05me4M5Wc18ESijP9A59F8eofMmOyY72THK/oD8KaEfldTVlZCSEgw68q+PAIsoOaUU8IsyZyJMLmXmcoFunczNVLxQZcEu+FCGkOy14NCL5xq/BuC1kLYBuAGcAkYbgWUH3IQ7zDcCveEJk5Ds9vhgYrlVLXeWz8y9iH75/aPjSR56pCq4jTa+HSGvYS6O8QQPfe0K+trVmhGBphtsophKws+3TutuJCpJEnj7tuG+4Zr/acn5IHe8ShANngKSEWuOoperUgcw765XkpEnTVvxyScrRmwbluvMzR1rGl5dPTzD47anprpyh20b/srojR2jBB7x0a3cTrlRbkrYs2iISZKJqOdCQRP6MvEeIkbJpGLi6nfHWncIj1Y6rqWfxKbcyD9GtXxXZ2yybKBPe9e7+507+C7hiSqXim6OTbyRf6F/O/8snMZnPM2tkgvEKGBZC+o+OSY/Q85RSxQNQ/IhZ+P0HmaaK2fxSw+syR8b8c4wGvP59wbz9Hq+nLxxUWcLvY566XUtnReJ0TXT/JWGFFGs9COZMJDvyyPNRF3+Of2BZH5eTs8gHYO2BsfF4wOy/mRLouNo7a9sgLUHrX8UfluhefUKtZuYJpCTUKYpNUV7v0NxIwp1GUZqQeuNrg5VV0dX71ZUWQz6POmgL5iWYWgt+gQSNAFvyoLgYIWYQoU/xn3qvNGkOtGCH53n+g7BPkknAuvXwvkQ16l8hhSSwQPZIPMB4JBDesAGAaAhdHarUECEU2llu+4+2T6x4447OjxuTcHcizevXDWpqv2rh66zF5LTDFYbRv36zjvyaVp+x9arS0pktTpvVKD0BL2c/u3kzXP1epU2PKHzzv/6bzLiafSg6T+typq06MV2lbasrDE/1qxUFde9npb2n7/v0W5qQNNyTt8nvdP53ujfvsP/1lpW/1lyVvxY/Jj5g/ED/mDix3Qfmb+d7qP33ULmsR2ZL46H433bE8fzbqH3kXkKL6jI6gWgjqsAeqJedl48NkBcSNkIrGCAscBxk0X4FSRLNKsZne9hJy0D5tOoeMVIXqi2VZwkHGJcX8909mo0qel7QZ+RkZKuEkWJyKlphQ6fJS9Xq0tJ4QnP8ypAX6npaVq9vlL4iabFTt7UEAjkWwy5lmJP4YiQv7qmsjqYn+nk09UFNn+gVtiSMGBBD05VF61LTc/Myk1NN2bzEikrKwXsnZZlyM7Oy3JpUjOsQpYeiEG1xo0qh2ltNrvfH9okqqUUWZYlSdSkyEKKit8U8gfs9veZTUSUhT4BynmQP8J+C8T7bSG3lMma/g99l7Bh+L/0HxnSh/2W/7QPy5XuoU8O6cdhvnP7kT+SiASAxsvA6QI38vF/1pVEYp3063/fmcvZRWj5o3To4Pov5qbD7PO4ExJyH3OpQY33wI8ZC8R/hBkBJQToiTMYE0npOrOsM4d0nhDUwn8qAF1hMlnt1f6Gxc2jTKZ0gaTI6enGLEtOiaeivLgkJyfblJYha4Q7qi1yvXVV6IJV7QsXXnbRCm97aWNe+fALKp6Z/MjIRfObH/5g6lxxvT4UGFZZ7fQYzXX10y+YrU9x252FMNC5Jr3eaMl3O12efHvsgQuuOavS8DqgqLRpaWlqvTo3RZ96dsvU1QFL7iPX054VK4j3+kf8DawfDgO/mgew1o5wkLOpsowGBBoZBN4z7qHod3vKVQF/lh5mAJInuAFEBrJFmEyqiXBnSV290ZjjUAgSR446b3TAu7udb7OV5oQqouX+nFKbvOJOSvf4O1dHLFb7smIlOlbxMnuqZ/WyG/x7CN8bmTkzUF8eDFTUJ/GM+zk189hiTsNEViOzElGY73ZVCzMN6AYWUokZwWzH1zMbSAU+ieuZjRFeLx5HNpddzQ2BlVC/y6FDUCaTITVGUdzPzPfj/nJkQI/N6oc7kipVQgBF4q7YQ9sP/YZw0kOGVCl0MuuHZqBR4vUPbT/ckVQp4mNyml3+i/YDnkWP6hAZUuXQzvpl++GOpEqTuipJjs98J8zn9dyN65r0KAY4j+cuXxF3rDyv1y59g51UvEHiPo/QX0cH/QUGLELRPu3omcrEhr70zH97YA/XJ8f6Qc+g8cDjXKZEpyDQ6AwM9FOOIX/CJC5HSCM2J5eVmYLHQ95LLJTRQUhmUhlRCXoEOSIjFeDzlwO76MlA3sceBOLgX0XZ4e+gm+n9P+/ezf1M5pJryVwO8j/HqslFpO7PW7b8mf6OHqC/wxy/d9rYtfeEFlz7ON2z4fHH//HE46TCN2J+hYUXrja5qgKBKlfqZz09zavGALwUELxOT8mvbZk80vgvowv5dv9M7//F86uTn0rqWEtcZfkvb4rMNN23ZMPjkSf+8fjjG658nKbW6S9cMLvA2rJp+ghnjlogrR98oHLXTZg6dWxIl7lo/8IJhQYSt1uPz0Ez9HsFi7RnV6LnuZnig9GsLIKeOOCl5w/qf5EvZUphBlNQEgrl4uhYM6py79O0hSPhNs19cNCfliS82J4ULuxHRTu/Mn7tSjhg3hMWI1ZhtKBLRVwW3JOUJk4zKxmU1b4nL5ZnAHedy5Wj3RPnLowHswyRoDn5wK8nqIrBqFQsrCGKS2XiL+crgN4yGkzw5kFVU1uHN/a211u+sZQPer/3biodOCptJA962zaV0jlPezvavHAa9n2PFVZV6XRa74SJNbbwWIm24e0dXi/B+1d74ah0k9fLl8D9m2Lb6By8iTz4NFTk5QNefFpP2epIW25uwYI/Bi9adSGsi31AR1dLf+KmcBdx87nLuWu47dwe1C0bUNthyJDkcjGgvATzHUQpDzBmis1AIgJiPFUGSrkAxxVyJBHuzpSIDkYko5Xg64eAfoABFf1MACNLijmDmFA0wrHZh3m4BvLSp21dZ9sK9bkV7gZHvSZ1on9CeWFh29mutkUrtqqzOhcFdrl0yLVhODXYMKtz7qla1Jml3lq5xNJ/uzuMI0s2K8N7WM/n6yP6fF6v1Ua0RKPXZtKeTK3eYiReo4U+iHuLkfbAfkMEs7gT3sEH+kdcMa2lrMrkkNSVzqkX7WrzY9NGNj7/VUXguq9b82ultfvXVuM91coeDqWGnNavrwtUfPV8/vAsckV9UTGDfIqan+py9Xl5eqMptdcM6FgH3MnXCosSD/EWtwFBfqeOG8nktCgWMAZ9unj0SYsi+2sgkiMRsjKeFnqMcUmgomlMiIQEW/T5K2atxLBPrTj3fVXxBlX5MEBbV0eUr4jH0wFcsfqFGTNoD5rgEJqOS+nTLOYgG1X2WZ8qsoVIRxdiIsVggfkgJWTdKZwRIEAVN5NZLvgHHEVdg1lm2RI3bEG7luQj9C6Nv0chtN4Rf1t2q9nKV4dRMMWxRAjBSYTVAZ0VHXOEzkhRPXY4NE/J0HZUv+BGdg7mjtwPUEBdmFmohvT+I/fut+3p7OjcY3toX0zcfOOdruaFY0ssL9Hf0E76m5dcIzbNdOyR9l+8ougKr6uxviiRiR0lc9BqiD7IbIcG8w0rnw/8hOCElBJCP8TcT4HnV656yp/S5HYPT/E9RSd7win6qhGBMtqz8vnly59fSby14ybmpIQ5NfM1OM58pe3Qi8O5Udw4biI3FfuSARUVCy7jSj5QbPaVLsQF5zrnmISMsgs2MZ4Ky50+f1aWnF1f7p7xzAy+bchh7BUYZzbYxagJG8ijqxu6R8QOKqm4w7Ns7gU5uSmF8y5c4Zk/YcL8c477fkb7qWRbqnievwYjJDErbyVFPvdVwB8ZspEzcPlcEcpVMvjCcqCTYNObENDoAfEiX+KRBIApHqZzlk2q8eT1yu5jR491V5JXaz7f/dOb831rFv36ZRqcPWbam3sXbp29q3fi/Im9u2Ze2HiXWNL/9txtTU3b5grVs5epiHP7kSmLrPRP5TTr0cxLDk+LfRaZ0TVjoXH11IS/fVS6D8aCSQWAC8BYxw4iAQmMLJZZwkDSkqzXof1vmLDwqETW6ZlEK+gJSpoLJ9qa6t6aQc8spf+84IOGJtukC5sn8BrDfcuttW8telZvGNt1umusQf/sovcbnSsfNGj4ceIl5QdfvWjaYjVNJ/+dtmTmRa8eLCsUwnXX/BSe4aHX8cH8U52df9627c+dnafyY78lV9vnNZy9tq6RT4qvko7xFDgWLQRIprAABKqsdwmeeLSd2w9+9c6zgeDZlw1j3usWztCbyZrSP2X37yp/007W0INF/Dp+u6xevGuXz49aRUPzE529TxAnyXZdS57y09pLCugp+lUpuYvO486Js6P9ZZydfxdj598F18FYXUKn1KRqYRQh2pXuZEHzWqKK3d2FzD/dxnnxLKAhzlHo5AP+MM+MtB2K0R8KO+yupDBd/AN8voZ+8NNeembPrD09a764/57ZN+w6enTXlKvGeiTarXpn/0P79z8knPKX/pO+eTdR37OmZ8+s3bsv7Nl9R49/6iTn6/sfggv2YxumkLHy1dJWTsfsHatVWWaMyKrEZvUEnfrCct7jIKYss0OJzmqWVEL/r0jZq9lH0dz+VOGP9y57Mfz4fKK7/NrvD2/MApBS99fagWL6g7R1H/37QTQ9vOP1ua2vtW/ufXn2/Z9tJjtH0p9Gxotg7VQTn7RPeuB8MkkhLpNcSbSFxNr/RaznCv6Mx7L0+9gHl/IldCVfvjz2gbSJ/uCYX9D/+RV8Od9XZBXom7H3L+UDMT9fuSJ2VLHtAy5iBfOJVeLKAXBhVkJ+DWGWIjC33MAFm8zkOrGsu7v3D91CK/+gMc1gHJMTeyP2Zs4YoyHNKDU923/42WeF8c/27+eLdTV2q2ygm8m1QEPYa3TJz9GyeL/nGmviKoTXYysRYx8Dvw28kbIcNSQor2gL996AIFfcEG67Tiump9BlZEuuQePW0AkffUgnQMaQS7bQZSnporYoxLfzl4V4t9CJ9/R3wF54T+vITqHb6DKrMZVXkzWvvUZvVvOpQMzsJlekZDu0RRVUTc5UsPW2UtbIc6CtdqWtMiIqaGsI+gTWQDkPyKqAiBwkZpOsWdvaNxmFraqnp63ZEdsfWyynaVI19rRUfi35Kj/NmWMXLhcWXDjVTh32Jy/q33fRFDv5zP4robl/FnlX1Fq0manoa32lU5uabkaf+QG+zMRs1r2Mbz9XQ6qXZFeYENHt0VtJwgpXdJnMQjkRhWBIBKB13rha4++YV0ZvDhxR6enNZfPu2HiEqphWqf85soYdCwvgCrImcOR8XJ9qUuKuN+NXxQ4yLdRr8Wr/O17LuTxmHsL/X0aHcsIhvBccEIzORFKJzwBL/LyhovAFDA88QL9jNuEPkPYMDU9epR/Mm0dU5w8dJT9ADMk3kfYUke8hjaheJJl8CZPFJnAzrjLTL6MrsigfdoLm8oO47uvYQeaCMzS+RN+UeIjLNMVOQOGd/n29Q4KHq9b0ZzNb4nMjhSggktU70KeWQe2xUi9qn5S4B6iLGvqUeEQLmoY4PxtQP1pH14kNfVOYMzo+j4VNUUIcRJVg94pjE8YeGLB1kfYPeCudL04xhrA3s3g7CmBn5ClNYybRqn2IdyIo/8OQioAF9p/7nYM44UAGZMjquEUN2iJJTdG+Q3gt4o/+DtqDWu14TLjE9WJCcq0CAIKexygfOYhiF2YCHo872M4cTvg2tPxm/ikYM3AglkQ543JR+IdOaEBr6ZjLCwa5CgXRb2jgOOF1LB6PmTqWLK1vaKhfunhTqaVgSoEVdxYr7hYWWa3WAlldH168+MziJfUNsSeKMJh9saoL2ANLQREMvRVT0WDNL4HsEBhQyF3CreQ2cFvOu3qCWQm4YGSNReV2ZgYPRBQQKwp6CjIjaH0Qrc0yiCkUtDJrNCNDpnJWiJ0IOokvaCXsBDp2cSz8KqqDfdViUt4kjCbNCdsp2k0/ZqutGn7Gt9ate4t+S39Pv31r3ZXFwSXkVzf2Hlq+/FDvjb8/OOm2gGH9rGs/y7VcvqlskWcJn5o+7PGsdF2WKSdTJaUCjK+5pnyhJyIIqeklN84hGrpYys3LENJTycI63l2+bnqoWVeoXVnfyleY1uOBQ7uivjXEVv1gO4pZ23ovW/cWMQ42ac8XLzUMWyrmQlPo36FJl6laGmqnd3Vc9URJAfkiQ6vS6nhrPiEqnbk8WCqQ/54N5e9lpWeqUrUrN9KPidpcMrKSJ7Tq2tvep7uObm2d8EjTjG+WKOm1LF7QuX6/SpyTeJBg+zkpytgRUEhNlIUQhNl8AoN6oCuw4hs/uAfOK8Jw5/7z+l8PxGVJpPpznpfws8bIg2g3gGtRVvcdivSfkNWwiNoxiBdGM4+iW6O0fyDMSNpA5F6lLT2R+F88jpCX4fOELA+eoI/HfkYv7ogS9QNfDW9FYwW8UQ005Wz5PfkNLocrZjqOGq6BcUPoexsmODPZl1sIyl4UwYtZJiEmui/Hr7lIKsVENijK+L2EoZvqwLbqXcvXtZi1WmmbxdK/1DrN0v8T8P13WabNrCXf12ZrBClVVblwXFnFclJSWzu9tjb2wRh+0+j+n0bzHWP6f2L5f45J5MfIj26TtFpzy7rlu6q3WaC2JVBbimWaVbjTQmuprnbC8oqycQsrVamSoCnC+qbXDh8du24M+X5MrHM0+X4gz/bXjVHsraB7gK5OYxzIgKYTmWYDJxt9g8IztF7mEoZ7eIGSV3WtObBmbev0K2CYvvo4iiaJzHGlOPoR/RNyw98+fOAbTDEqz7Q166Yi+F039TP6jPMDRTz2gZNM+gzvwOiGzOUF2jWdWKUO6V0YUQ/TTiuOUH5nI1Ex+5BKfZYsIYNaKfMepuV3Co8pcQR5Mv7hh/nbT7RfWjfLq5s8szUvb+7TZTq1u1Sno03Su20dF17YQTssblGVOtwy2migv4/FdPKie+4dNuwV+lhmxsOx7y64YAIXtyVVZCUol8Y50sDiQXDn8sOJ6F8KNWlMqDKS6UpYD4mvFjgTnhMmWyiD2NyqrkEe+Me4yzsGeJw/iv40aj6Lq9+K6CvSu5VvY2IcMk6Jav/WneSbOzP/RN/9E0qqGVLtgT25QPGE92DMffuo+fNH2ZVI/Gv5xxAD/TjouVdnnDy5BQMtqWAtZ8i/lQ9z2Uw7U89xepQ8hwkXhi7mtKRcLZ7nMy/nfuVFb3r70nZLhKSf/HZjppVmn/xapa0uGxVsLikTv6e/e47U5Vzocmf1f9YmrLii6s9z6A0bStfPKN1Qx/8QP5VLfydenXXmitVQi/Yf/fdrdPTWl38rqC3Zrhxrmno5/d1huDLL7brwdyv775ha1bShdMZ673qyfs7f6K9IXS6cacuhr8P4pcXj8aEtko0bH5dMbuZu4+7i7uMOck/DSAoBhakwCtD0MAESlgSR21bJEsbKcgomM35oSALqGuad3mwKogLOnYFazgIiKwUeZMjFYEhfTogeFXvIPwh6gxk1dmjLVocwkQkwHTqfLCLjaMMjl1lS6hHQGsrBrJlkP9bjUpyCQwbElyHApnnEYDLDBfLRhZN2W/LHTF7Ya10wafewMZMWCa8WOm5etJd+OAzTe4g3en2TKrtMk6LVaDXDxquLMtQZNY42OUVUSUDc7oECOWOYQ9CP6aI7cgKqsWXk18eqDCo5o8C+6yGe1NdXFZMJx7KWjSRnX54Gy3tpPnliKQbN42Orb08l6Vn6YZOuK9ZIak2dS6vWT7Y9fvGl5KEn0vIdh+a1rpJlv0CrV1xKSH1dhXiYniT5YydN2p1P6Ek+l5jzx+y9I58U9N+x4q0DrtAt96x4+4AzdAu/pnIjr8nJzm8Ml+SNW0juShXyVdp0pyBp0gS1+qHXyT1KCZGD+WfGBWna2DfpzUQO1aTkXDTz4o2kkh5R8cYsK31oQtNUQBZF6EhIKqfctXoPQhZV2t8CQjbhyd3fkS0C0WaIxPJVy2haUvbkT2GLLb9t/afzD1SQsCFXr6O7SS39gAgEA1VxvyE2WS89waJWBYHjzfK4UQqDk0SWsswmTjj1A1m6eJ5++s6vFxwZP/7Igq93TtcvWEiWEttCMu63vyYtq56ThclNTZMF+blV9NCvf0t/DdjqAZibZnk+cKEjmb2TEo3NgT+7HmYbwBDgPQWHR2JaX9S2J/TuuNQER9wXHFljSTFMFYLKhyPwWLkpTGTziOaCDZMys6U0KTPW9rmgSzfSY8Z0nRC5kne1Oqbm2AvyJvNCp0Gl0eoLJj42oWXdV3xt+Yz86qtrr629srIyWLdhc6fVNsJZkmYdltuYU2vIzk0pFzf/9eO515glno99mpWZmanT8W5eZbdPWrVq1Rwnz+enqSQpRW0KjGyOxvwZw5ZEL1725qZhlZn2R/b+sad9Hf+VlJI/dvocr3NqutqcU3vxtAsdvmT/1KE0BrPGziF2HUYk0CdRGXYl0uHZl4F6Zv9ISeOGrqgY/EsJ7cPoBmYekKbEbcMQLUCxqwZi+KrgeXnKV0hYcDQi6BIKBUZm+zA2mKiTjRjGBj9mhvdHgFamPUhDFxQRL6RK0I92oKCa8AkYGEU5G7+qnpxGcSSnTnru0FgbyvPNjIxhltskya5EZPGZ8PnAQLDAIsgU4QsnbKQUlk1pQUSJ4zhojDBo4yEN2D0p/ZyIPJ5k/eMS0f9Px2w7kKRnJhs6V6KAEQHYRUnWQk705kbDbkkTO5iVmlkQnlozbFjN1HHDhmnIf5cUX1xTc/nUKZdnZvYPU8YgQWfi9no70OLZNJBRM6x16rCayiogWi6l+/U1w+CWy6fwz+RkZsUejdOi8jntz2MxK9znvMG5fG4ZObexyhd14sE6OxjyJBPpszBP2s9tXzRZ0hxrjkeyUMyh/n/h+zKHzAn0LzawyLU24K2LOC9XyWKv1WM0Sk1CXS0yktrByOv/S16ZRMBTM7U2c49n0Xz/o2zyDIdOiAwGVjlvEo8hl7TOshIxRhJrjQXilX0hs8+TECC54qxD8nJjUXWUmmlMcaHZiTN8cMori459KAD+iFcJYaAwDdiOlH+57hgPc561Z+HtLGSUK2kpnn8JoocS829ATyXmt3H+hRg/YtmElRA/pH8G+iX55ZNfMSn2uAr4sszEHZ6QR0PsGoD6snIrgJsoexrG9UFHnoHBQ493FrKRhTjGWSwMaUNZ8ujAMpdVv4AGAegUN5NN4NEQuJiWoqOr852Z3hpPUZGnZnhBE/HOrPF4ipqhYMhgUV7UpaXxY2S5jD4le0qCoaKi3JoQaak/mVvjaS/yeErOGTf02Uln3xIwAffmVmJMKS0VjSGzbHYl7YXqIGDICh6pvIT3VsCf3Fbafmj9oUO0Z3C/u+kSDZ+TmvpmmSzOsTR5vU3e5CZXRyPVkUjynrbPG6GbYrOteq2lbsn3ZQW2sjJbAcCE97n3ZSCKlXj0RPmGm9Pj5vH7baohXwfx3tvefu8+ehG9aB/LkQPkAP2BhahjkbUl7zknMdd7Fkc1cRHz51R4f5wROdgr7HsdPthEu1n2OLDAEzIj348QCDnrKFrlYFDg1e2Lo/h+NA1yZKe4jn4Iy41FQP3k0O9iI+EQUiU2WCJeT/wrojoPzDxi1+uYZ7OMIVnhttjR7fw8uiQaxYibUYSl/ScixB/7YDs/HyNARGPNqhbYJdkvYS/pdUII0Lxod5l1drOg00N9sssuenR2yfMlRoLbRNYBul+HuS8xZNwmeiM0/EbIiWVkXe/WoacA2OKpTezWIf4+ZsB5v5Bm/2fc5vl9fd77T1jQ8znzqE79p2xpehzv1ULrPUOicU3mpgEdOYu7ZPD7IUxGyMSwirTQblTEhQ1E+RqmeM7xQFQ8n9GBX7ATz8mLjoCPbfFvjHiZychOlvR3aDNKMrTadG+6lu/OyCzKzMjQlmgz4t8bgX/cWETzRA6VvHgkNSEujtSXe73l9ZF42mvUQgXGXlM61GnqNUB1mYZeIzwho1eryLZZrLpI0v6cuPoDFNX5omUnRxBOjpTNn4w9Im7AaMIsGRpqv//LgdjCXwzGFhYHfKgGv2LF6ZUhiFOQRAmUphPiSC2Cgi9HYRWtrCp0YNAsNImLKm6A0q7egLh+WqWjsLCQHkJvaxSLxUkN1BnfJI+StwAvy4VMYSmE7Gqw2ooOvh7mkoZi1AwJo0ghQ2FVyUxcxdjzDBZHKimfQqL5nV0ffvJhV2eeM2fWWNuo+uE14aC1vMyYVlXe6p2b7mybO5wIN4/K8Trz8jNzxMzW0KLxhBTVNpammibdd1fN6NkHt2vl1BSX9qYnxjTee6VWSklxZa65e8dN9+bp6pZcub3zqvL6e+4Zb3RUBjwZ2uyNZbkeU5akIRpXzZSSUZvUgqnUM9I9If2LsaUp00IFjVX1wXGu+nHawrKOZ+akOrWZcuqcp5eu3TdNyU+5i56kqH4GeskLhMV+4O//13iQ6K9JErMXtv8ojxG+IdVhXvkykTJ12Qbz93/NI/OBpAFOTYz5H48GeZ6kvwMXAxwotCTHLWRyCzusak7PJPxxQX8C8yYWLn7/zRD/nAGwgnzAwD41XXjebKThmYZIfHdRWzxLe3q/Q6wGeGAnOe2vdDvy0mx5ltpZs+oT2YsvSmSrfMKp0tLxm68aN3Q/7irF0vSqfr8Sa1F25tlqiqxet9lYwnuH5muLCjDvVHPKtxMV3ybU5RRy5QDNLuS4gD1g+n91XQtwU1Uavuc+82qamzQPmtwkTdKkadO0pE1DW1r6hBZahD7Doy+20EJl1wWppeiKghXE1bogsjIq1OKs7EMcH1utKOqOG3V12FVBZ3d2cUd2GB+wKI4IzXHPOTeJBd3p5N705D7am3P/+z++//silQztC7JCmHTaAjJfxUqcTuFMuJZA8jImPB4EuApqIqBoPLV5MxmMXDfKnLv42eibY4sU+bn7pv95bgTbkJkzXHXR6bVBZ8XTbWsb4LTOn4biZDEHLUFFx9vdGSaVxyge3NGQq87Riyp1qX7jlduMFpZ1m0zvHVtbr/KLeqW6KZa5oDP/0LufAzC6+cSO5YItkxC8z7y1tiFkygZbql3+otMGdGR0/DRe1PnhzlKPhfPkGDnW2jG3XlSq1H5x5enGcAbrRlaZZS3DtUPoyCq/fjQZXyQxvpipQRSQdUGPc/LMNSqBETl6bBOJMHBpimiAwvf30/fE4HvoyY3d/P3x4RiKgPJiCT0G8EuB5ytkvR0R/7jFIhGwf5Cp0zH3OfsBGESuwSA8AM5AJ3sMOsGZBN5YjnW+37cIMy3hHlxcnMR3AX0ZHkB7HEB7o73QUdARrtkXffMGed8Yc46Qc6El3l4+4/XbJs4jKGYs5CTn0L80mDxFAgON23sw3hg578gZjOH5jAM5TPWLb95EHTjFXRvEqCd5W2DnM7ScjLFH84UPFwcZMq0MGbi9NznOysOk2m42pU7Afq2QaqsaSzyeksaqWkmhULvVCp1BpS8vrMy1lzZ2BhQGnc67vyDclmkESqUrTRANvFSS73Lll0i8Af1XXsMDpfbkH8osZbSByKoN+5/Yv2FVJKBlWIfBq+AUvkBz5231vZM9jWZG4fXq4qcWbquvTENhphN9Tmv9JSsHV5b4tTQ6HDpo1Y6FFIZdjxOOc6I/humccLWHxJt06jNsP2UUNK6cXEpGCwk8DHql+jpvRHepH8Wgq6kNqeypOZE+TXBJGABh6sBoDQbDNXCiQInzpZjHA+OtIgZcvwMmOSsaSaVFZWgDTpdXoOvLkabFpOCEcHJt8wGbze0hec/mpsWSzeO6YR3z5W69yVQY1xX2iLv1gUL6vyajrzq+hL4gadPUu1WlUlyUrOrdQo5ZTb8QxgnNttJyktF0+EKNxYyzuLFVf/WZgKOVsQQcM2ccAa5Fzlg2Ny1JpSzRqZqbGiXguPp7MFJQGEQTVwwUwF1zu0V4XhFkHPCC2maT4C6bTQ306KxgxGS9WuHHecjy0jaSiFynqfbDm7D24lP26mVg3BGAZ084AgE8J9dRu4QW4RbktZdSDbhDBANOQCVnRwZMCewsLyD7TQO00AI0A0mFCuMTK2kf2haLIUaICWSfN2ZqDFagU2dpLWlGvSXdiEzBlNEfzp7DGbKKO23/hvf417Q35Q0OrOmtsoOpYV11rdO8p+8myZmXbrlqMKaLtEmTqwJ6f74/gxvJsOZ4rMCgdmuNDKvSaTOgFkzZFnT1DazPb2od8MLv4ITUWWIXaasn7DWCqQlzWsBpvrfvZoezplqcucuos8zR2tJyVEDnE9xGmSuToj4WThIesnI0k4aozRSFe/wJTlMuBmeB63uJEh1Dicaja/qOMHwe82ynmoxCs3dBG3MJMjI81XyVgJJJJ1zCySWvjPU+mpPjb9hsmVEx9SpAM+iHVjAapTZNrzcZ9TqtRqVEzw4a0AB5OQ5ngWS2aDXg2bLCgsit2+cVFlitehDKcTnml+bmlJU5UJSpBrWbDh/eNLQsOxzMGoOBgfGBgXF+8uqysVfWd+jaapitFrPVrNAJCrPalK5LVyiVCq0mI12P/BuFwHJ+v9dmVanF9PieTXPX2B1tLXZ7QWHRJk6r5HmBQ3aKSdMwwuFPDjfPqy39iX0xigzxKQaoRD+jmv+YqqYaCastQVEXhewMllIWcNHOjEFOQRpfOxVyRov1aPp43U4OK7CbzEEGb+ZJ9lwwKwtc0eVgXqzdv7R9UYX4+Ftv7Chb8rNXPS7l/HKh75GO2pqN+2uhputg7NSGrhXwFfiNrX/7nsVdR0stKzZtqfr56hqQSxcSMkL+Y63v9P3NBwyhpbcv716hq68sO3LQM/jysLcGnoZ3nj0EQhffHnOnvzY00ROsn79sS4XN3bVrpoiEVdSsHIlE+E3keqWbSKyJ17U7F12rtcYeG54cjuESxizNNTo6S2pNllWTJdZmy65dJ7MmP4dNhC8Bs9+VEFealen/cHM67mbCnE8lGJMF0GORvay15man0ZLFJkYLQCA/0h8K6UrsMz89JYEik67k6nmclKGV2qV5woobehvSvZWRfCucODzhrWR2SuCNgN0X/93MrSTOeFO4kX+csiAPN0jVkC4Is1ykxoRCC4DXhyZ8VsiM4j2A0zQRIuoCMHM9CgLRzZEdMZnRKsvli6Dbw4M+d3mV+F7jp3SSdOU7qc0mStJjX9yy9auLwPfUkfNSWzzqcjybMcernjvz98E3tzdv/PW2rex/eh+Ook3gRx19Q5Xar8HD6+u2Aj5+Ej04tgzzY6LUKl2BkoTXhx768psDD82/IMGW7KI87zMGgQEs3PfCyPbBnYduzumIru698xm0hX6I+/KlrVE2/jcwPrllWNY8XIPiqg2YZzGlGul2eXzZGE9C8FrYVpg50YzzKdOg4eyOHWfh1PTncOh2wLTDByaA8fBh+NnEeLz9+fhvjt8B7hQ23PcVfA6Ow+e+uu/01IHNu44g32k+MB4Z2/xQjH7p0SdOIHv8C2paaBeMlJLKlFUbvE65ZgcwEQgmMy3RI7uLLqwHF+6Qucahlp4bScj3fHr1L4v6fAZ/ZPqd/vs7Wv3b9x5iNo2DqtYwGOpeeGjvdn9rB3fXkc9wdfxT+OecO/YeWtg9BMKtoGp8Idox7mrtuL//nemI3+DrWzgOT1yDXzNgNOD1CBxgyLICUhBKJOhCP9opNd8NP3R/lO3Jvseb7fXu+nFc3gf0WHwUHnNXVLrdbteCCrfr/+JKkjoy6MXNWn+vHINxHuCSTL4++31So5XAveVFstdsP4rpyki9LVzJFoVYB/qGcHADCpCrFtDOPfjIv9Y9Drq7uqFmdCDYaTTy2liC3mJOLF4dX6QMmRZZLOAiOd4lqp+7RVhPFODEbAb3GiKTyGQxGcgC0mER0zTitkPkGu0AXdvAaDeAvwV1Xl89PAq6Rkf5AQAAhBkPrgmt2ZcBIfyuGe4DNzYDdGzagEcfvEYzapYWBcGhzHphebsYiY+iieU4qU9dwlAYzKKPswIYWwcuYVgO1Mi9dDR1L/UnoUDACj7Y5sgzDnmlFHILiCtQggZZuS6IPASv4Gd4baalwqBfFT+9LdiWWVB8/PW8MTD67e6almxHeWHd0wuKQF3Tex/xQ0p7wxyzhufy4d13F794PBLMaM0bo4uv/DVvfV/XaldIUxv5x6KFC1SkL1iO1ZyzdB+c6C/yk1xxQm0VBSVc2G00kIZtjiyzQQI2J3KkCuE2cnthO2xvxKnHfjgEt8jwuZg1Nco8lnqLazQoShvBSxQgs8diHEaR72kEz8PFn8AnwarFoBtOvHv0KNyYGm9MvYslNe7k9ZWkvgH1IuEOnEzoIfHErWdlmhZkK/UEZIZ8EnyRAebToz+cbcfh+0k7zvzqlATfQXac1aNDX2/GQTc24zO3SrAMmXG6jdlJpXjnJxN4JUxwFMZsSfxkQuYYU9GStawhnMppmROZbkKMlLimifdEnhHXY75fkouaXOIc0o+NyyoohDsNUE9QfxRyhVb0ZJGz1UBLphrJWAM56CEPG4KHIqYGS8FioESJPOAjFJ8JolD+yZ7a2p74gtWXr/TSWgb/As7XvtwStkej0CC1lkngC0mytdmgvtbht9QUtRyvo1/t7GzdotFkm9FtanQbjK/xr/XAOIQ98Yqu+vIoUDM9yBOje8GFOntOpjN6OQpFqaxVAhfQo0aSoFj3cktRjcVvr6Nfj34bXc4BwJns7XajwHCqFE8r8T1x/cD5QzQsJ9+tuNaTEKdApio/Esm/sgstueoEahRNycuXq4J8IFjFT0byZyx4E+ZcfgQHvy+h+7quvz8wbx5F/Q+5ZZ0FAAB42mNgZGBgYGTsZNzX+iqe3+YrAzf7BaAIw2X2ZD1kmv0CWJyDgQnEAwA0+QnKAAB42mNgZGBgv/D/BohkYACTjAyogBUAdckEZAAAeNpFUTFuQjEMfQ5Dxcw/AEPHP3XgAOxIHUD6B4g6dOgROABiCBtiQGLp3g4MCBYGfoZK7dgzdP4SYqvtOCFPSZzEfn52qIMOtwGI7YcfeKpxRdT9D5HXQBW8IuoZNmd2a6BAdUZv6I4JiG6MX+FLDPTJM9gJZY24uKZwRaqYX3JFgWvoi9kDPWZ+vfesOMoUT8kumnOMeYbkmdWjNeuVFomZPfuYYG1RI+MKFvWGviqUscJHySa4mb1XhZo57+Ku+1Y9OjqbYqn8mZ5YR2sZu6y41Ju7OWV7wEQn7KRnVotad+Db4rxF6g/x4I5mXs0iP/0i96W2uemXmpb8cpAO4h3+H/MQhcAAAAAAJgAmACYALgCGAKgA1AE+AZABqAHuAi4CkgLIAw4DWgOQA9IEGgSWBMwFCAUwBfAGGgZiBpAGzAcQB0QHpgfYCDYIUAh2CJQIwAjqCQYJFAkiCTAJPglMCaoJwAnsCiwKYgqACpQK0gr0CywLdAvmDEoMjgzCDPoNNA1kDZQNwg3wDhwOXg6eDsoPGA98D94QAhAyEHwQwhDwEQwRSBFiEaASPhKGEqgSyhLsExYTqBPkFFAUehSaFLYVChVSFZYWDBZOFo4W0BcyF8gYQhi2GNoY9hkMGUwZhhngGiYaXhqEGqga5BsyG4gcOhxqHLoc7B00HWodjB2wHj4edh7UHvYfch+0IAggbCCyINQg9iEOIY4hyiIkIpgitiNgI9AkViSIJNAk7CUOJUAljiWqJdol/CaYJ0AnxCgQKCooQChaKHAoiiigKLoo0CkIKSYp4ipIKrIrhiviLIYtAi1MLaQt4C4MLhouXC6gLtIvBi9cL5wwAjBUMIAwrDDoMR4xNjFYMZ4ydjKkMu4zCjOMM9g0HDSSNPw2HjZKNtY3DjdKN4o36jgyOFQ4wjkGOVI5ajmUOeI6PDp0Oqg60DsGO2Y79jwwPGY87D1YPc4+Yj6KPqg+xj7cPvI/Bj9+P4w/okBQQMhBdkHkQiZCZELcQxhDYkOiQ9ZD/kQyRGBEpEUKRUhFYEWURgZGQAAAeNpjYGRgYGRj2MQgyAACTEDMCIQMDA5gPgMAFeABEAB42o1Su04CQRQ9u6ARYywsLIzFRhs14SEqIrSKhWiIqNgu8jIirMvyMLG09lP8Dh+NrY3fYPwA45m7AyFsYyYze+7h3HvuzAXAPJ4RghGOAPji9rGBBUY+Nqn51jiENH41DmPFSGk8hYFxqfE0+Q+NI9gwfjSew5K5rPELFs1h7isSZl7jN8yYDxq/Y9Z89PFniLlPOEQBeVjooQoXHVyjjRbjJHebjAWb8T2/TSJPVEF1n8hDg6gmjEdUxQBXPB1GQ90aNR6XgwziXH1ZMdT5a5df5Vgn32SGym3Ro8odJ+uQjbK+jTsqVZ1bMqvIaceDgN869qnuUKuqtaXaKRV1eqnbuNhkpQRXClmc4wglnBAFs6ITeUGFNaG4mHihcacCimRUNM42qPR0vd4oI4Zdnlne1cYNaypNjax6oTKnFMOO7DS2GO39o/eSvHKFXbjytqr3iqBrmYMlU7bp2NdKZ6QcTqjEuDw2a7/XM/p2GR2Lj2ITciY57W32mCFOy39L3Twl91HzUjX9d8qNKhY55S5ZV7ybf2Gphc8AeNptlGWUHEUYRfduQoK7u7tsV9XX3YNDILi7uwQJGhyCu7u7uwV3d3d3d/dwwt79x/zYd+Zs163Zt+9OV3fXf6+RI7pS1/+8GDDqR1c33fSjP6MxgIGMzhiMyViMzTiMy3iMzwRMyERMzCRMymRMzhRMyVRMzTRMy3RMzwzMyEzMzCzMymzMzhzMyVzMzTzMy3z0UJHIFIKahpYO87MAC7IQC7MIi7IYizOIJViSwSzF0izDsizH8qzAiqzEyqzCqqzG6qzBmqzF2qzDuqzH+mzAhmzExmzCpmzG5mzBlmzF1gxhG7ZlO7ZnKDuwIzuxM7uwK8PYjd3Zgz3Zi73Zh33Zj+HszwEcyEEczCEcymEczhEcyVEczTEcy3EczwmcyEmczCmcymmczhmcyVmczTmcy3mczwVcyEVczCVcymVczhVcyVVczTVcy3Vczw3cyE3czAhu4VZu43bu4E7u4m7u4V7u434e4EEe4mEe4VEe43Ge4Eme4mme4Vme43le4EVe4mVe4VVe43Xe4E3e4m3e4V3e430+4EM+4mM+4VM+43O+4Eu+4mu+4Vu+43t+4Ed+4md+4Vd+43f+4E/+4m/+YWT3qH9/d3e/7v4Dhw0dkmLwoFE5uOrpMSszmdksZpi12Zit2enNSl4lr5JXyavkVHIqOZWcSk6Sk+QkOUlOkpPkJDlJTpKT5WTPZ89n/64sJ8vJns+eL54vfo4ip8gpni/eXzwf/j68J3wuvCd8Pvqe977a+2rvq+XUcmo5tZxaTi2nltN4vvHzNnIaOY2cRk4jp5HTyGn9PK28Vl4rr5XX9vKSe0ruKbmj5I5ST99ztdmYrdl7b3JHyR0ld5TcUarkuafknpJ7Su4puafknpJ7Su4puaeU5Lmr5K6Su0ruKrmr5K5Slue+kvtK7iu5r+S+UpbnzpI7S+4sua9sf7mn7302ixlmbTZma/Zysz1me8z2mO0x22O2x2yP2R6zPWZ7zPaY7THbY7bHbI/ZHrM9ZnvM9pjtMdtjtsdsj9kesz1me8z2mO0x22O2x2yPWV9zX5/6mos8vc1Fnv5m/c2ll1d8X/reR49ZmcnMZjHDrM3GlKPnpfa8nhc9L3pe9LzoedHzouelkaPvRd+Lvhd9L/pe9L3oe9H3ou9F34u+F30v+l70veh7aeW18lp5rbyOvI68jryOvI68jryOvI68jrxOLy/8fgn9CP0I/Qj9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQh9CH0IfQh9CH0IfQg9CD0IPQg9CPcf7j9K8y+BQLz/AAABVuGyrgAA) format('woff'),url(https://mo.onair.cc/wp-includes/css/../fonts/dashicons.ttf) format("truetype"),url(https://mo.onair.cc/wp-includes/css/../fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}/*! This file is auto-generated */
#wpadminbar,#wpadminbar *{font-size:13px;font-weight:400;line-height:32px}#wpadminbar *{height:auto;width:auto;margin:0;padding:0;position:static;text-shadow:none;text-transform:none;letter-spacing:normal;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-radius:0;box-sizing:content-box;transition:none;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}.rtl #wpadminbar *{font-family:Tahoma,sans-serif}html:lang(he-il) .rtl #wpadminbar *{font-family:Arial,sans-serif}#wpadminbar .ab-empty-item{cursor:default;outline:0}#wpadminbar .ab-empty-item,#wpadminbar a.ab-item,#wpadminbar>#wp-toolbar span.ab-label,#wpadminbar>#wp-toolbar span.noticon{color:#eee}#wpadminbar #wp-admin-bar-my-sites a.ab-item,#wpadminbar #wp-admin-bar-site-name a.ab-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#wpadminbar ul li:after,#wpadminbar ul li:before{content:normal}#wpadminbar a,#wpadminbar a img,#wpadminbar a img:hover,#wpadminbar a:hover{outline:0;border:none;text-decoration:none;background:0 0}#wpadminbar a:active,#wpadminbar a:focus,#wpadminbar div,#wpadminbar input[type=text],#wpadminbar input[type=password],#wpadminbar input[type=number],#wpadminbar input[type=search],#wpadminbar input[type=email],#wpadminbar input[type=url],#wpadminbar select,#wpadminbar textarea{box-shadow:none;outline:0}#wpadminbar{direction:ltr;color:#ccc;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;height:32px;position:fixed;top:0;left:0;width:100%;min-width:600px;z-index:99999;background:#23282d}#wpadminbar .ab-sub-wrapper,#wpadminbar ul,#wpadminbar ul li{background:0 0;clear:none;list-style:none;margin:0;padding:0;position:relative;text-indent:0;z-index:99999}#wpadminbar ul#wp-admin-bar-root-default>li{margin-right:0}#wpadminbar .quicklinks ul{text-align:left}#wpadminbar li{float:left}#wpadminbar .quicklinks .ab-top-secondary>li{float:right}#wpadminbar .quicklinks .ab-empty-item,#wpadminbar .quicklinks a,#wpadminbar .shortlink-input{height:32px;display:block;padding:0 10px;margin:0}#wpadminbar .quicklinks>ul>li>a{padding:0 8px 0 7px}#wpadminbar .menupop .ab-sub-wrapper,#wpadminbar .shortlink-input{margin:0;padding:0;box-shadow:0 3px 5px rgba(0,0,0,.2);background:#32373c;display:none;position:absolute;float:none}#wpadminbar .selected .shortlink-input,#wpadminbar li.hover>.ab-sub-wrapper,#wpadminbar.nojs li:hover>.ab-sub-wrapper{display:block}#wpadminbar.ie7 .menupop .ab-sub-wrapper,#wpadminbar.ie7 .shortlink-input{top:32px;left:0}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{min-width:100%}#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper{right:0;left:auto}#wpadminbar .ab-submenu{padding:6px 0}#wpadminbar .quicklinks .menupop ul li{float:none}#wpadminbar .quicklinks .menupop ul li a strong{font-weight:600}#wpadminbar .quicklinks .menupop ul li .ab-item,#wpadminbar .quicklinks .menupop ul li a strong,#wpadminbar .quicklinks .menupop.hover ul li .ab-item,#wpadminbar .shortlink-input,#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item{line-height:26px;height:26px;white-space:nowrap;min-width:140px}#wpadminbar .shortlink-input{width:200px}#wpadminbar .menupop li.hover>.ab-sub-wrapper,#wpadminbar .menupop li:hover>.ab-sub-wrapper{margin-left:100%;margin-top:-32px}#wpadminbar .ab-top-secondary .menupop li.hover>.ab-sub-wrapper,#wpadminbar .ab-top-secondary .menupop li:hover>.ab-sub-wrapper{margin-left:0;left:inherit;right:100%}#wpadminbar .ab-top-menu>li.hover>.ab-item,#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus{background:#32373c;color:#00b9eb}#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label,#wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label,#wpadminbar>#wp-toolbar li.hover span.ab-label{color:#00b9eb}#wpadminbar .ab-icon,#wpadminbar .ab-item:before,#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{position:relative;float:left;font:400 20px/1 dashicons;speak:none;padding:4px 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none!important;margin-right:6px}#wpadminbar #adminbarsearch:before,#wpadminbar .ab-icon:before,#wpadminbar .ab-item:before{color:#a0a5aa;color:rgba(240,245,250,.6);position:relative;transition:all .1s ease-in-out}#wpadminbar .ab-label{display:inline-block;height:32px}#wpadminbar .ab-submenu .ab-item,#wpadminbar .quicklinks .menupop ul li a,#wpadminbar .quicklinks .menupop ul li a strong,#wpadminbar .quicklinks .menupop.hover ul li a,#wpadminbar.nojs .quicklinks .menupop:hover ul li a{color:#b4b9be;color:rgba(240,245,250,.7)}#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a,#wpadminbar .quicklinks .menupop ul li a:focus,#wpadminbar .quicklinks .menupop ul li a:focus strong,#wpadminbar .quicklinks .menupop ul li a:hover,#wpadminbar .quicklinks .menupop ul li a:hover strong,#wpadminbar .quicklinks .menupop.hover ul li a:focus,#wpadminbar .quicklinks .menupop.hover ul li a:hover,#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,#wpadminbar li #adminbarsearch.adminbar-focused:before,#wpadminbar li .ab-item:focus .ab-icon:before,#wpadminbar li .ab-item:focus:before,#wpadminbar li a:focus .ab-icon:before,#wpadminbar li.hover .ab-icon:before,#wpadminbar li.hover .ab-item:before,#wpadminbar li:hover #adminbarsearch:before,#wpadminbar li:hover .ab-icon:before,#wpadminbar li:hover .ab-item:before,#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover{color:#00b9eb}#wpadminbar.mobile .quicklinks .ab-icon:before,#wpadminbar.mobile .quicklinks .ab-item:before{color:#b4b9be}#wpadminbar.mobile .quicklinks .hover .ab-icon:before,#wpadminbar.mobile .quicklinks .hover .ab-item:before{color:#00b9eb}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before,#wpadminbar .menupop .menupop>.ab-item:before{position:absolute;font:400 17px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpadminbar .menupop .menupop>.ab-item{display:block;padding-right:2em}#wpadminbar .menupop .menupop>.ab-item:before{top:1px;right:4px;content:"\f139";color:inherit}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item{padding-left:2em;padding-right:1em}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before{top:1px;left:6px;content:"\f141"}#wpadminbar .quicklinks .menupop ul.ab-sub-secondary{display:block;position:relative;right:auto;margin:0;box-shadow:none}#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu{background:#464b50}#wpadminbar .quicklinks .menupop .ab-sub-secondary>li .ab-item:focus a,#wpadminbar .quicklinks .menupop .ab-sub-secondary>li>a:hover{color:#00b9eb}#wpadminbar .quicklinks a span#ab-updates{background:#eee;color:#32373c;display:inline;padding:2px 5px;font-size:10px;font-weight:600;border-radius:10px}#wpadminbar .quicklinks a:hover span#ab-updates{background:#fff;color:#000}#wpadminbar .ab-top-secondary{float:right}#wpadminbar ul li:last-child,#wpadminbar ul li:last-child .ab-item{box-shadow:none}#wp-admin-bar-my-account>ul{min-width:198px}#wp-admin-bar-my-account>.ab-item:before{content:"\f110";top:2px;float:right;margin-left:6px;margin-right:0}#wp-admin-bar-my-account.with-avatar>.ab-item:before{display:none;content:none}#wp-admin-bar-my-account.with-avatar>ul{min-width:270px}#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar .ab-item{white-space:nowrap}#wpadminbar #wp-admin-bar-user-actions>li{margin-left:16px;margin-right:16px}#wpadminbar #wp-admin-bar-user-actions.ab-submenu{padding:6px 0 12px}#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li{margin-left:88px}#wpadminbar #wp-admin-bar-user-info{margin-top:6px;margin-bottom:15px;height:auto;background:0 0}#wp-admin-bar-user-info .avatar{position:absolute;left:-72px;top:4px;width:64px;height:64px}#wpadminbar #wp-admin-bar-user-info a{background:0 0;height:auto}#wpadminbar #wp-admin-bar-user-info span{background:0 0;padding:0;height:18px}#wpadminbar #wp-admin-bar-user-info .display-name,#wpadminbar #wp-admin-bar-user-info .username{display:block}#wpadminbar #wp-admin-bar-user-info .username{color:#a0a5aa;font-size:11px}#wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img,#wpadminbar #wp-admin-bar-my-account.with-avatar>a img{width:auto;height:16px;padding:0;border:1px solid #82878c;background:#eee;line-height:24px;vertical-align:middle;margin:-4px 0 0 6px;float:none;display:inline}#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar>.ab-empty-item img,#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar>a img{width:auto}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{width:15px;height:20px;margin-right:0;padding:6px 0 5px}#wpadminbar #wp-admin-bar-wp-logo>.ab-item{padding:0 7px}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before{content:"\f120";top:2px}#wpadminbar .quicklinks li .blavatar{float:left;font:400 16px/1 dashicons!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#eee}#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a .blavatar,#wpadminbar .quicklinks li a:focus .blavatar,#wpadminbar .quicklinks li a:hover .blavatar{color:#00b9eb}#wpadminbar .quicklinks li .blavatar:before{content:"\f120";height:16px;width:16px;display:inline-block;margin:6px 8px 0 -2px}#wpadminbar #wp-admin-bar-appearance{margin-top:-12px}#wpadminbar #wp-admin-bar-my-sites>.ab-item:before,#wpadminbar #wp-admin-bar-site-name>.ab-item:before{content:"\f541";top:2px}#wpadminbar #wp-admin-bar-customize>.ab-item:before{content:"\f540";top:2px}#wpadminbar #wp-admin-bar-edit>.ab-item:before{content:"\f464";top:2px}#wpadminbar #wp-admin-bar-site-name>.ab-item:before{content:"\f226"}.wp-admin #wpadminbar #wp-admin-bar-site-name>.ab-item:before{content:"\f102"}#wpadminbar #wp-admin-bar-comments .ab-icon{margin-right:6px}#wpadminbar #wp-admin-bar-comments .ab-icon:before{content:"\f101";top:3px}#wpadminbar #wp-admin-bar-comments .count-0{opacity:.5}#wpadminbar #wp-admin-bar-new-content .ab-icon:before{content:"\f132";top:4px}#wpadminbar #wp-admin-bar-updates .ab-icon:before{content:"\f463";top:2px}#wpadminbar.ie8 #wp-admin-bar-search{display:block;min-width:32px}#wpadminbar #wp-admin-bar-search .ab-item{padding:0;background:0 0}#wpadminbar #adminbarsearch{position:relative;height:32px;padding:0 2px;z-index:1}#wpadminbar #adminbarsearch:before{position:absolute;top:6px;left:5px;z-index:20;font:400 20px/1 dashicons!important;content:"\f179";speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input{display:inline-block;float:none;position:relative;z-index:30;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:24px;text-indent:0;height:24px;width:24px;max-width:none;padding:0 3px 0 24px;margin:0;color:#ccc;background-color:rgba(255,255,255,0);border:none;outline:0;cursor:pointer;box-shadow:none;box-sizing:border-box;transition-duration:.4s;transition-property:width,background;transition-timing-function:ease}#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input:focus{z-index:10;color:#000;width:200px;background-color:rgba(255,255,255,.9);cursor:text;border:0}#wpadminbar.ie7>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input{margin-top:3px;width:120px}#wpadminbar.ie8>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input{background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7)}#wpadminbar.ie8 #adminbarsearch.adminbar-focused:before{content:"\f179 "}#wpadminbar.ie8>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input:focus{background:#fff;z-index:-1}#wpadminbar #adminbarsearch .adminbar-button,.customize-support #wpadminbar .hide-if-customize,.customize-support .hide-if-customize,.customize-support .wp-core-ui .hide-if-customize,.customize-support.wp-core-ui .hide-if-customize,.no-customize-support #wpadminbar .hide-if-no-customize,.no-customize-support .hide-if-no-customize,.no-customize-support .wp-core-ui .hide-if-no-customize,.no-customize-support.wp-core-ui .hide-if-no-customize{display:none}#wpadminbar .screen-reader-text,#wpadminbar .screen-reader-text span{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}#wpadminbar .screen-reader-shortcut{position:absolute;top:-1000em}#wpadminbar .screen-reader-shortcut:focus{left:6px;top:7px;height:auto;width:auto;display:block;font-size:14px;font-weight:600;padding:15px 23px 14px;background:#f1f1f1;color:#0073aa;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,.6)}* html #wpadminbar{overflow:hidden;position:absolute}* html #wpadminbar .quicklinks ul li a{float:left}* html #wpadminbar .menupop a span{background-image:none}.no-font-face #wpadminbar ul.ab-top-menu>li>a.ab-item{display:block;width:45px;text-align:center;overflow:hidden;margin:0 3px}.no-font-face #wpadminbar #wp-admin-bar-edit>.ab-item,.no-font-face #wpadminbar #wp-admin-bar-my-sites>.ab-item,.no-font-face #wpadminbar #wp-admin-bar-site-name>.ab-item{text-indent:0}.no-font-face #wpadminbar #wp-admin-bar-wp-logo>.ab-item,.no-font-face #wpadminbar .ab-icon,.no-font-face #wpadminbar .ab-icon:before,.no-font-face #wpadminbar a.ab-item:before{display:none!important}.no-font-face #wpadminbar ul.ab-top-menu>li>a>span.ab-label{display:inline}.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon{display:inline!important}.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon:before{content:"Menu";font:14px/45px sans-serif!important;display:inline-block!important;color:#fff}.no-font-face #wpadminbar #wp-admin-bar-site-name a.ab-item{color:#fff}@media screen and (max-width:782px){#wpadminbar ul#wp-admin-bar-root-default>li,.network-admin #wpadminbar ul#wp-admin-bar-top-secondary>li#wp-admin-bar-my-account{margin-right:0}html #wpadminbar{height:46px;min-width:300px}#wpadminbar *{font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:32px}#wpadminbar .quicklinks .ab-empty-item,#wpadminbar .quicklinks>ul>li>a{padding:0;height:46px;line-height:46px;width:auto}#wpadminbar .ab-icon{font:40px/1 dashicons!important;margin:0;padding:0;width:52px;height:46px;text-align:center}#wpadminbar .ab-icon:before{text-align:center}#wpadminbar .ab-submenu{padding:0}#wpadminbar #wp-admin-bar-my-account a.ab-item,#wpadminbar #wp-admin-bar-my-sites a.ab-item,#wpadminbar #wp-admin-bar-site-name a.ab-item{text-overflow:clip}#wpadminbar .ab-label{display:none}#wpadminbar .menupop li.hover>.ab-sub-wrapper,#wpadminbar .menupop li:hover>.ab-sub-wrapper{margin-top:-46px}#wpadminbar #wp-admin-bar-comments .ab-icon,#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li{margin:0}#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop>.ab-item{padding-right:30px}#wpadminbar .menupop .menupop>.ab-item:before{top:10px;right:6px}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-item{font-size:16px;padding:8px 16px}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper a:empty{display:none}#wpadminbar #wp-admin-bar-wp-logo>.ab-item{padding:0}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{padding:0;width:52px;height:46px;text-align:center;vertical-align:top}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before{font:28px/1 dashicons!important;top:-3px}#wpadminbar .ab-icon,#wpadminbar .ab-item:before{padding:0}#wpadminbar #wp-admin-bar-customize>.ab-item,#wpadminbar #wp-admin-bar-edit>.ab-item,#wpadminbar #wp-admin-bar-my-account>.ab-item,#wpadminbar #wp-admin-bar-my-sites>.ab-item,#wpadminbar #wp-admin-bar-site-name>.ab-item{text-indent:100%;white-space:nowrap;overflow:hidden;width:52px;padding:0;color:#a0a5aa;position:relative}#wpadminbar .ab-icon,#wpadminbar .ab-item:before,#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{padding:0;margin-right:0}#wpadminbar #wp-admin-bar-customize>.ab-item:before,#wpadminbar #wp-admin-bar-edit>.ab-item:before,#wpadminbar #wp-admin-bar-my-account>.ab-item:before,#wpadminbar #wp-admin-bar-my-sites>.ab-item:before,#wpadminbar #wp-admin-bar-site-name>.ab-item:before{display:block;text-indent:0;font:400 32px/1 dashicons;speak:none;top:7px;width:52px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpadminbar #wp-admin-bar-appearance{margin-top:0}#wpadminbar .quicklinks li .blavatar:before{display:none}#wpadminbar #wp-admin-bar-search{display:none}#wpadminbar #wp-admin-bar-new-content .ab-icon:before{top:0;line-height:53px;height:46px!important;text-align:center;width:52px;display:block}#wpadminbar #wp-admin-bar-updates{text-align:center}#wpadminbar #wp-admin-bar-updates .ab-icon:before{top:3px}#wpadminbar #wp-admin-bar-comments .ab-icon:before{display:block;font-size:34px;height:46px;line-height:47px;top:0}#wp-toolbar>ul>li,#wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar{display:none}#wpadminbar #wp-admin-bar-my-account>a{position:relative;white-space:nowrap;text-indent:150%;width:28px;padding:0 10px;overflow:hidden}#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img{position:absolute;top:13px;right:10px;width:26px;height:26px}#wpadminbar #wp-admin-bar-user-actions.ab-submenu{padding:0}#wpadminbar #wp-admin-bar-user-info .display-name{height:auto;font-size:16px;line-height:24px;color:#eee}#wpadminbar #wp-admin-bar-user-info a{padding-top:4px}#wpadminbar #wp-admin-bar-user-info .username{line-height:.8!important;margin-bottom:-2px}#wpadminbar li#wp-admin-bar-comments,#wpadminbar li#wp-admin-bar-customize,#wpadminbar li#wp-admin-bar-edit,#wpadminbar li#wp-admin-bar-menu-toggle,#wpadminbar li#wp-admin-bar-my-account,#wpadminbar li#wp-admin-bar-my-sites,#wpadminbar li#wp-admin-bar-new-content,#wpadminbar li#wp-admin-bar-site-name,#wpadminbar li#wp-admin-bar-updates,#wpadminbar li#wp-admin-bar-wp-logo{display:block}#wpadminbar li.hover ul li,#wpadminbar li:hover ul li,#wpadminbar li:hover ul li:hover ul li{display:list-item}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}#wpadminbar #wp-admin-bar-comments,#wpadminbar #wp-admin-bar-edit,#wpadminbar #wp-admin-bar-my-account,#wpadminbar #wp-admin-bar-my-sites,#wpadminbar #wp-admin-bar-new-content,#wpadminbar #wp-admin-bar-site-name,#wpadminbar #wp-admin-bar-updates,#wpadminbar #wp-admin-bar-wp-logo,#wpadminbar .ab-top-menu,#wpadminbar .ab-top-secondary{position:static}#wpadminbar #wp-admin-bar-my-account{float:right}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before{top:10px;left:0}}@media screen and (max-width:600px){#wpadminbar{position:absolute}#wp-responsive-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:400}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{width:100%;left:0}#wpadminbar .menupop .menupop>.ab-item:before{display:none}#wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper{margin-left:0}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper{margin:0;width:100%;top:auto;left:auto;position:static;box-shadow:none}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper .ab-item{font-size:16px;padding:6px 15px 19px 30px}#wpadminbar li:hover ul li ul li{display:list-item}#wpadminbar li#wp-admin-bar-updates,#wpadminbar li#wp-admin-bar-wp-logo{display:none}}@media screen and (max-width:400px){#wpadminbar li#wp-admin-bar-comments{display:none}}@font-face{font-family:'w3tc';src:url(https://mo.onair.cc/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot);src:url('https://mo.onair.cc/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot?#iefix') format('embedded-opentype'),url(https://mo.onair.cc/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff) format('woff'),url(https://mo.onair.cc/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf) format('truetype'),url('https://mo.onair.cc/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.svg#w3tc') format('svg');font-weight:400;font-style:normal}.w3tc-icon:before{content:'\0041';top:2px;font-family:'w3tc'}.hidden,.js .hide-if-js,.no-js .hide-if-no-js{display:none}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;word-wrap:normal!important}#bbpress-forums{background:0 0;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px;line-height:18px}#bbpress-forums a,#bbpress-forums a:hover{box-shadow:none;border:none;transition:none}#bbpress-forums ul,#bbpress-forums.bbpress-wrapper ul{background:0 0;list-style:none;margin:0;padding:0}#bbpress-forums hr{margin:0 0 24px}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#fff}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#fbfbfb}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%;box-sizing:border-box}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-header{background-color:#f4f4f4}#bbpress-forums .status-spam.even,#bbpress-forums .status-trash.even{background-color:#fee}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:#fdd}#bbpress-forums .status-pending.even,#bbpress-forums .status-pending.odd,#bbpress-forums ul.status-pending a{background-color:#fef7f1}#bbpress-forums ul.status-closed,#bbpress-forums ul.status-closed a{color:#ccc}#bbpress-forums ul.bbp-threaded-replies{margin-left:50px}#bbpress-forums li{background:0 0;margin:0;list-style:none}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{font-size:12px;overflow:hidden;border:1px solid #eee;margin-bottom:20px;clear:both}#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{clear:both}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{background:#f3f3f3;border-top:1px solid #eee;font-weight:700;padding:8px;text-align:center}#bbpress-forums li.bbp-header{background:#eaeaea}#bbpress-forums li.bbp-header ul{overflow:hidden}#bbpress-forums .bbp-forums-list{margin:0 0 0 7px;padding-left:12px;border-left:1px solid #ddd}#bbpress-forums .bbp-forums-list .bbp-forum{display:inline;font-size:11px}#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after{content:", "}#bbpress-forums li.bbp-footer p{margin:0;line-height:1}li.bbp-forum-info,li.bbp-topic-title{float:left;text-align:left;width:55%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{float:left;text-align:center;width:10%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:left;width:22%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-top:1px solid #eee;overflow:hidden;padding:8px}#bbpress-forums #favorite-toggle,#bbpress-forums #subscription-toggle{float:right}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{background:0 0;border:none;font-size:16px;line-height:1;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{float:left;text-align:center;width:115px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{border:none;max-width:80px;padding:0;margin:12px auto 0;float:none}#bbpress-forums div.bbp-forum-author .bbp-author-name,#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{margin:0 12px;word-wrap:break-word;display:inline-block}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:left;display:block}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:11px;font-style:italic}#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-header .bbp-topic-author{float:left;margin:0;padding:0;width:120px}#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-header .bbp-topic-content{margin-left:140px;padding:0;text-align:left}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{margin:0;overflow:hidden;padding:8px}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header{border-top:1px solid #ddd;clear:both}span.bbp-author-ip{font-size:11px;font-weight:700;word-wrap:break-word;color:#747474}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-left:130px;padding:12px 12px 12px 0;text-align:left;position:relative}#bbpress-forums div.bbp-forum-content::after,#bbpress-forums div.bbp-reply-content::after,#bbpress-forums div.bbp-topic-content::after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-reply-content a,#bbpress-forums div.bbp-topic-content a{background:0 0;border:none;display:inline;font-weight:400;margin:0;padding:0;text-decoration:underline}#bbpress-forums div.bbp-reply-content a.bbp-user-mention,#bbpress-forums div.bbp-topic-content a.bbp-user-mention{background:0 0;border:none;text-decoration:none;text-shadow:none;display:inline;font-weight:600;margin:0;padding:0}#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-reply-content h6,#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-topic-content h6{clear:none;line-height:1;margin:24px 0;padding:0}#bbpress-forums div.bbp-reply-content img,#bbpress-forums div.bbp-topic-content img{max-width:100%;height:auto}#bbpress-forums div.bbp-reply-content ol,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-topic-content ul{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-reply-content ul li,#bbpress-forums div.bbp-topic-content ul li{list-style-type:disc}#bbpress-forums div.bbp-reply-content ol li,#bbpress-forums div.bbp-topic-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-reply-content ol li li,#bbpress-forums div.bbp-topic-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-reply-content ol li li li,#bbpress-forums div.bbp-topic-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{font-family:Inconsolata,Consolas,Monaco,"Lucida Console",monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px;overflow-x:auto}#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-reply-content pre code,#bbpress-forums div.bbp-topic-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-content iframe.wp-embedded-content,#bbpress-forums div.bbp-topic-content iframe.wp-embedded-content{position:relative}#bbpress-forums div.bbp-reply-to{margin-left:130px;padding:12px 12px 12px 0;text-align:right}#bbpress-forums div#bbp-cancel-reply-to{text-align:right}div.bbp-breadcrumb{float:left}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin:0 0 10px 0}#bbpress-forums div.bbp-topic-tags{float:right;clear:both}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{clear:left}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;left:-999em}#bbpress-forums #bbp-search-form #bbp_search{display:inline-block;width:auto}#bbpress-forums div.bbp-search-form{float:right}span.bbp-admin-links{float:right;color:#ddd}span.bbp-admin-links a{color:#707070;font-weight:400;font-size:10px;text-transform:uppercase;text-decoration:none}fieldset span.bbp-admin-links{float:left}tr td span.bbp-admin-links a:hover{color:#ff4b33}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{float:right;margin-left:10px;color:#707070}.bbp-row-actions #favorite-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #favorite-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #favorite-toggle span.is-favorite a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #favorite-toggle span.is-favorite a:hover{color:#c88;border-color:#c88;background-color:#fdd}.bbp-row-actions #subscription-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #subscription-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #subscription-toggle span.is-subscribed a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #subscription-toggle span.is-subscribed a:hover{color:#c88;border-color:#c88;background-color:#fdd}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:11px;margin:5px 0;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}.bbp-pagination-count{float:left;border:1px solid transparent}.bbp-pagination-links{float:right;list-style:none;display:inline}.bbp-pagination{float:left;width:100%;margin-bottom:15px}#bbpress-forums .bbp-pagination-links a,#bbpress-forums .bbp-pagination-links span.current{display:block;float:left;font-size:12px;line-height:18px;padding:0 5px;margin-left:5px;border:1px solid #efefef;border-radius:0;background:0 0;color:inherit;text-decoration:none}#bbpress-forums .bbp-pagination-links span.dots{display:block;float:left;padding:1px 4px;margin-left:5px}#bbpress-forums .bbp-topic-pagination{display:inline-block;margin-left:5px;margin-bottom:2px}#bbpress-forums .bbp-topic-pagination a{font-size:10px;font-weight:400;line-height:10px;margin:0;padding:1px 3px;border:1px solid #ddd;color:inherit;background:0 0;display:inline;text-decoration:none}#bbpress-forums .bbp-pagination-links a:hover,#bbpress-forums .bbp-pagination-links span.current,#bbpress-forums .bbp-topic-pagination a:hover{background:#eee;opacity:.8;border:1px solid #ddd}#bbpress-forums fieldset.bbp-form{clear:left;border:1px solid #eee;padding:10px 20px;margin-bottom:10px}#bbpress-forums fieldset.bbp-form legend{padding:5px;width:auto;border:none}#bbpress-forums fieldset.bbp-form label{margin:0;display:inline-block}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-lost-pass fieldset label,#bbp-register fieldset label{width:100px}#bbpress-forums fieldset.bbp-form p{padding:0}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0 0 8px}#bbpress-forums fieldset.bbp-form input[type=password],#bbpress-forums fieldset.bbp-form input[type=text],#bbpress-forums fieldset.bbp-form select{min-height:28px;height:28px;padding:5px}textarea#bbp_forum_content,textarea#bbp_reply_content,textarea#bbp_topic_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:right;clear:none;margin-left:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-reply-form,.bbp-topic-form,.bbp-topic-tag-form{clear:left}body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img,body.topic-edit .bbp-topic-form div.avatar img{margin-right:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:10px;background-color:#f0fff8;border:1px solid #ceefe1;display:block;padding:8px;margin-top:5px;width:369px}#delete_tag,#merge_tag{display:inline}div.bbp-submit-wrapper{margin-top:15px;float:right;clear:both}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0;font-size:12px}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper td,#bbpress-forums div.bbp-the-content-wrapper tr{border:none;padding:0;margin:0;width:auto;line-height:1}#bbpress-forums div.bbp-the-content-wrapper input[type=button]{padding:4px 7px;margin:0 -1px 0 0;line-height:0;border:1px solid transparent;background-color:transparent;box-shadow:none;text-shadow:none;text-transform:uppercase;font-size:11px;font-weight:400;border-radius:3px;min-width:25px;color:#555}#bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover{border-color:rgba(0,0,0,.1);background-color:rgba(255,255,255,.5)}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums .bbp-replies .bbp-reply-form{margin:0 10px 0 10px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:left;width:100%;clear:left}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd;box-shadow:none;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);outline-color:rgba(240,255,240,.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset legend{display:none}#bbpress-forums #bbp-your-profile fieldset label[for]{float:left;width:20%;padding:5px 20px 5px 0;text-align:right;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:left;width:60%}#bbpress-forums #bbp-your-profile fieldset p.description{margin:5px 0 0 20%;font-size:12px;font-style:italic;float:left;clear:left;width:60%;padding:5px 8px;border:#cee1ef 1px solid;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:right}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;margin-left:20%;margin-top:10px}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper,#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-input-wrapper{width:100%;margin:0;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button{width:46%;margin:4% 2%;box-sizing:border-box;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.passwword textarea{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.password button .dashicons{display:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-left:0;margin-bottom:20px}#bbpress-forums #password #pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:0;padding:8px;text-align:center;box-sizing:border-box;display:inline-block}#bbpress-forums #password #pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#bbpress-forums #password #pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#bbpress-forums #password #pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#bbpress-forums #password #pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#bbpress-forums #password #pass1-text.short,#bbpress-forums #password #pass1.short{border-color:#e35b5b}#bbpress-forums #password #pass1-text.bad,#bbpress-forums #password #pass1.bad{border-color:#f78b53}#bbpress-forums #password #pass1-text.good,#bbpress-forums #password #pass1.good{border-color:#ffc733}#bbpress-forums #password #pass1-text.strong,#bbpress-forums #password #pass1.strong{border-color:#83c373}#bbpress-forums .indicator-hint{padding-top:8px}#bbpress-forums #pass1-text,#bbpress-forums .pw-weak,#bbpress-forums .show-password #pass1{display:none}#bbpress-forums .show-password #pass1-text{display:inline-block}div.bbp-template-notice,div.indicator-hint{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 0 15px;border-radius:3px;background-color:#ffffe0;border-color:#e6db55;color:#000;clear:both}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border:#cee1ef 1px solid;background-color:#f0f8ff}div.bbp-template-notice.important{border:#e6db55 1px solid;background-color:#fffbcc}div.bbp-template-notice.error,div.bbp-template-notice.warning{background-color:#ffebe8;border-color:#c00}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice li,div.bbp-template-notice p{margin:.5em 0 6px!important;padding:2px;font-size:12px;line-height:1.4}#bbpress-forums div.bbp-template-notice code{font-size:11px;padding:2px 4px;background:rgba(200,200,200,.3);border-radius:3px}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:#ffffe0!important;font-size:1.1em}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px dotted #ddd;width:100%;margin:0;padding:8px 0 0;font-size:11px;color:#aaa}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li{list-style-type:none}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log a,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log a{text-decoration:none}.bbp-login-form fieldset legend{display:none}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{padding:5px}.bbp-login-form label{width:140px;display:inline-block}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-submit-wrapper,.bbp-login-form .bbp-username{margin-top:10px}.bbp-login-form .bbp-submit-wrapper{text-align:right}.bbp-login-form .bbp-login-links a{float:left;clear:left}.bbp-logged-in img.avatar{float:left;margin:0 15px 0 0}.bbp-logged-in h4{font-weight:700;font-size:1.3em;clear:none;margin-bottom:10px}#bbpress-forums img.avatar{box-shadow:none;display:inline-block;margin-right:4px}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{float:none;vertical-align:middle;border:3px double #ddd;max-height:20px;max-width:20px}fieldset div.avatar{float:right}.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner{border-left:2px solid #eaeaea;margin-left:5px;padding-left:10px}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:left;width:100%}#bbpress-forums .bbp-user-section{overflow:auto;clear:right}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:left;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:150px;padding:0;margin:0 0 20px;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-left:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-left:180px}body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}.bbp-alert-outer{height:100%;width:100%;top:0;left:0;position:fixed;background-color:rgba(0,0,0,.2);z-index:99999}.bbp-alert-inner{width:350px;text-align:center;background:#fff;position:fixed;top:50%;left:50%;margin-top:-75px;margin-left:-185px;border-radius:3px;border:1px solid #aaa;padding:15px 10px 10px}.bbp-alert-outer .bbp-alert-inner p{margin:10px 0}.bbp-alert-actions a{padding:5px 20px;text-decoration:none}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags{clear:both;float:none}div.bbp-search-form button,div.bbp-search-form input{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:45%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{width:15%}span.bbp-reply-post-date,span.bbp-topic-post-date{float:left}span.bbp-admin-links{float:none;clear:both}#bbpress-forums .bbp-forums-list li,#bbpress-forums .bbp-forums-list span{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author,#bbpress-forums .bbp-body div.bbp-topic-author{float:none;margin:10px;min-height:80px;padding-left:80px;position:relative;text-align:left;width:calc(100% - 100px);border-bottom:1px solid #efefef;box-sizing:content-box}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:none;display:inline-block;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{position:absolute;top:0;left:0;width:60px;height:auto;margin-top:0}#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:12px;font-style:normal}#bbpress-forums .bbp-body div.bbp-reply-content,#bbpress-forums .bbp-body div.bbp-topic-content{clear:both;margin:0 10px 5px 10px;padding:0}#bbpress-forums div.bbp-reply-content p,#bbpress-forums div.bbp-topic-content p{margin-bottom:1em}#bbpress-forums div.bbp-reply-content p:last-child,#bbpress-forums div.bbp-topic-content p:last-child{margin-bottom:0}div.bbp-submit-wrapper{float:left}#bbpress-forums fieldset.bbp-form{padding:0 10px 10px}#bbpress-forums #bbp-user-body{clear:both;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:320px){#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:20%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{width:58%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count{margin-top:7px}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-topic-author{text-align:left;width:25%}#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:14px;height:auto;max-height:14px;max-width:14px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_tags,#bbpress-forums input#bbp_topic_title{width:95%}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-search-author,#bbpress-forums li.bbp-footer div.bbp-topic-author,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:45%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-author,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:0;text-align:left}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content,#bbpress-forums li.bbp-footer div.bbp-search-content,#bbpress-forums li.bbp-footer div.bbp-topic-content{display:inline-block;margin-left:0}#bbpress-forums li.bbp-body div.bbp-reply-author,#bbpress-forums li.bbp-body div.bbp-topic-author{min-height:60px;padding-left:60px}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{width:40px;height:auto}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:12px}}/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 13, 2016, 6:48:01 PM
    Author     : RegistrationMagic
*/

.rmagic input {height: auto;}

/*.rmagic.rm_theme_matchmytheme.rm_layout_label_top {
    max-width: 550px;
    display: block;
    margin: auto;
}*/

.rmagic .rmrow {    
    display: block;
    float: left;
    position: inherit;
    padding: 11px 0px 13px 0px;
    min-height: 60px;
    width: 100%;
}

.rm_spacing {
    margin-top:100px;
    clear: both;
    width: 100%;
    float: left;
}

.rm_divider {
    width:100%;
    size:8px;
    clear: both;
    float: left;
}

.rmagic .rmfield {margin-bottom: 5px;}

.rmagic .rmrow li { list-style:none; margin: 0 0 5px 0;}

.rmagic .rmrow li input[type=radio],
.rmagic .rmrow li input[type=checkbox] {
    margin-right: 10px;
}

#ui-datepicker-div .ui-datepicker-calendar td {    padding: 0px;    border-width: 0 0px 0px 0;}
#ui-datepicker-div .ui-datepicker-calendar th {    padding: 0px;    border-width: 0 0px 0px 0;}
input[type="file"] {padding: 10px;}

/*----Terms and Conditions---*/
div.rm_terms_checkbox {float: left;}
div#rm_terms_textarea_without_scroll {display: inline-block; float: left; margin-left: 5px;}


div#rm_add_repeatable_field.rm_actions {cursor: pointer;}
sup.required {color: red;}

/*----Error Notifications----*/

.rmagic input.rm-form-field-invalid-msg {border-color: red; outline-color: red;}
.rmagic input.rm-form-field-invalid-msg:focus {outline-color: red;}

label.rm-form-field-invalid-msg {
    padding: 3px 8px;
    display: inline-block;
    color: red;
    margin: 5px 0 0 0;
    font-size: 0.8em;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    animation: rm-warning 1s ease-out 1;
    -webkit-animation: rm-warning 1s ease-out 1;
    -moz-animation: rm-warning 1s ease-out 1;
    -o-animation: rm-warning 1s ease-out 1;
    float:left;
}

label.rm-form-field-invalid-msg::before{content: "\2191\00a0"; font-size: 14px;}

@keyframes rm-warning {
    0% {transform: translateY(2000px);}
    100% {transform: translateY(0px);}  
}

@-webkit-keyframes rm-warning {
    0% {transform: translateY(2000px);}
    100% {transform: translateY(0px);}    
}

@-moz-keyframes rm-warning {
    0% {transform: translateY(2000px);}
    100% {transform: translateY(0px);}    
}

@-o-keyframes rm-warning {
    0% {transform: translateY(2000px);}
    100% {transform: translateY(0px);}    
}

.rmagic .alert-error {  
    background-color: #d2f3bf;
    color: #6faf49;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px;
    border: 1px solid #6faf49;
}

.rmagic .alert-error ul {margin: 0px; list-style: none;}
.rmagic .alert-error > a {display: inline-block;
    float: right;
    box-shadow: none;
    color: #6faf49;
    text-align: center;
    font-size: 12px;
    border-bottom: 0px !important;}

/*----Terms and Conditions---*/
div.rm_terms_checkbox {float: left;}
div#rm_terms_textarea_without_scroll {display: inline-block; float: left; margin-left: 5px;}

/*----Help Text on fields----*/

.rmagic .rmnote {
   width: 100%;

}
.rm-floating-page-content .rmrow .rminput input[type="file"] 

{width: 100%;}

.rm-floating-page-content .rmrow .rminput select {width: 100%;}

.rm-floating-page-content .rmrow .rminput input[type="number"] 

{width: 100%;} 

.rmagic .rm_total_price {
    text-align:center;
    font-size:larger;
}
/*Price Fields Quantity*/


.rmagic .rm_pricefield_checkbox .rmrow,
.rmagic .rm_pricefield_row .rmrow {padding-left: 0px;}

.rmagic .rm_pricefield_checkbox .rmrow sup,
.rmagic .rm_pricefield_row .rmrow sup { display: none;}

.rmagic .rm_pricefield_checkbox .rmrow .rmfield,
.rmagic .rm_pricefield_row .rmrow .rmfield { width: 25px; padding-left: 0; text-align: center;}

.rmagic .rm_pricefield_checkbox .rmrow .rminput,
.rmagic .rm_pricefield_row .rmrow .rminput { max-width: 75px; padding-left: 0px; padding-top: 0px;}

.rm_pricefield_row .rminput > select, .rm_pricefield_row .rminput > input[type="text"]{ width: 30%; float: left;}

.rm_pricefield_row .rminput .rmrow { width: 30%; float: left; padding: 0; }
.rm_pricefield_row .rminput .rmrow .rmfield { float: left; padding-top: 5px;}
.rm_pricefield_row .rminput .rmrow .rminput { float: left;}

.rm_pricefield_checkbox .rminput .rmrow { width: 30%; float: left; padding: 0; }
.rmagic .rm_pricefield_checkbox .rminput .rmradio input[type="checkbox"]{float: left; margin: 14px 10px 0 0; }
.rmagic .rm_pricefield_checkbox .rminput .rmradio span {    float: left; line-height: 30px;}
.rmagic .rm_pricefield_checkbox .rmradio .rmrow .rmfield{float: left; padding-top: 5px;}
.rmagic .rm_pricefield_checkbox .rmradio .rmrow .rminput{float: left;}
.rmagic .rm_pricefield_checkbox .rmradio li { display: block; float: left; width:100%; }
.rmagic .rm_pricefield_row .rminput input, 
.rmagic .rm_pricefield_row .rminput select { 
    margin-bottom: 10px;
}
.rmagic .rm_pricefield_checkbox .rminput ul.rmradio label { display: block;}/*
 * This File contains the css for fornt end pages of the plugin like submissions
 *
 * NOTE: This File is not a theme/css file for Front End User Created Forms.
 */


/*---------Common Elements---------------*/

.rmagic * {
    box-sizing: border-box;
}

.rmagic .rmrow li {
    list-style: none;
    margin: 0 0 5px 0;
}

.rmagic .rmrow li input[type=radio],
.rmagic .rmrow li input[type=checkbox] {
    margin-right: 10px;
    width:auto;
}

.rmagic .rmrow li input[type=radio] {   
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

.rmagic .rmrow li input[type=checkbox] {   
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

/*----header----*/

.rmagic .operationsbar {
    display: block;
    width: 30%;
    float: left;
    padding: 10px;
}

.rm_spacing {
    margin-top: 100px;
    clear: both;
    width: 100%;
    float: left;
}

.rm_divider {
    width: 100%;
    size: 8px;
    height: 1px;
    clear: both;
    float: left;
}

.rmagic .rmtitle {
    display: block;
    float: left;
    padding: 0px 0px 25px 5px;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
}

.rmagic .rmsubtitle {
    display: block;
    float: left;
    padding: 0px 0px 25px 5px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}

.operationsbar .nav {
    display: inline-block;
    position: relative;
    width: 100%;
}

.operationsbar .nav ul {
    font-size: 14px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.operationsbar .nav ul li,
.operationsbar .nav ul li a {
    display: inline-block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    transition: 0.2s;
    display: block;
    background-color: #fbfbfb;
}

.operationsbar .nav ul li.rm-form-toggle {
    background: #fdf99f;
    color: #e6a719;
}

.operationsbar .nav ul li.rm-form-toggle:hover {
    background: #fdf99f;
    color: #c38a09;
}

.operationsbar .nav ul li {
    border-bottom: 1px solid #e5e5e5;
}

.operationsbar .nav ul li:nth-last-child(1) {
    border-bottom: none
}

.operationsbar .nav ul li:hover,
.operationsbar .nav ul li:hover a,
.operationsbar .nav ul li a:hover,
.operationsbar .nav ul li.ui-state-active,
.operationsbar .nav ul li.ui-state-active a {
    background-color: #FFF;
    cursor: pointer;
}

.rmagic ul li.rm-form-toggle {
    display: inline-block;
    padding: 20px;
    margin-right: 0px;
    display: block;
}

.rmagic li.rm-form-toggle select {
    background-color: rgb(253, 253, 253);
    border: 1px solid rgb(240, 240, 240);
    color: rgb(150, 150, 150);
    margin-left: 10px;
}


/* Map Field CSS */

.rmagic .map {
    height: 300px;
    width: 100%;
}

.rmagic .rm-map-controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.rmagic .rm_map_autocomplete {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 200px;
}

.rmagic .rm_map_autocomplete:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}


/* Map Field css ends here */


/*------------Adjustments for smaller screens-----------------*/

@media screen and (max-width: 700px) {
    table {
        display: block;
        overflow: auto;
    }
}


/*table style*/

.rmagic-table {
    display: block;
    width: 70%;
    float: left;
    padding: 10px;
}

.rmagic tr:nth-child(odd) {
    background-color: rgb(250, 250, 250);
}

.rmagic table.rm-table,
.rmagic table.rm-table td,
.rmagic table.rm-table th {
    text-align: center;
}

.rmagic table.rm-table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

.rmagic table.rm-table th {
    text-transform: uppercase;
    font-weight: normal;
    padding: 8px;
    background-color: rgb(240, 240, 240);
}

td {
    padding: 8px;
    border-bottom: 1px dotted silver;
}

tr {
    transition: 0.3s;
}

.rmagic th.table-header {
    font-size: 12px;
    text-transform: uppercase;
    background-color: rgb(253, 253, 253);
}

.rm-user-details-card .rm-user-image {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 50px;
    margin-bottom: 10px;
}

/*-- User Area responsive---*/

.rmagic .rm-user-details-card.rm-narrow-card .rm-user-card {
    height: auto;
    overflow: visible;
    text-align: center
}

.rmagic .rm-user-details-card.rm-narrow-card .rm-user-card img {
    float: none;
}

.rmagic .rm-user-details-card.rm-narrow-card .rm-user-card .rm-user-name-submission {
    width: 100%;
    text-align: center;
}


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    font-family: Arial, sans-serif;
    width: 220px;
    font-size: 14px;
    background-color: azure;
    opacity: 1;
    color: #5e7071;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    border-left: 1px solid #7adfe3;
    border-top: 1px solid #7adfe3;
    border-bottom: 3px solid #7adfe3;
    border-right: 3px solid #7adfe3;
    z-index: 1;
}

.tooltip a {
    display: block;
    text-align: center;
}

.tooltiptext a::before {
    content: "»";
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* The animation code */

@keyframes textfade {
    from {
        color: transparent
    }
    to {
        color: #6db5b6
    }
}

.rmagic-table {
    display: block;
}

.rmagic table.rm-table img {
    width: 25px;
    height: 25px;
}


/*------Paginations-------*/

.rmagic ul.rmpagination {
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    ;
    margin: 0;
    float: right;
}

.rmagic ul.rmpagination li {
    display: inline;
}

.rmagic ul.rmpagination li a {
    color: black;
    float: left;
    padding: 6px 14px;
    text-decoration: none;
    background-color: white;
    margin-left: 5px;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: none;
}

.rmagic ul.rmpagination li a.active {
    background-color: rgb(50, 50, 50);
    color: white;
}


/*----User Page----*/

.rm-user-details-card {
    display: block;
    float: left;
    padding: 20px;
    margin: 10px;
    font-weight: 200;
    padding-top: 0px;
    width: 100%;
}

.rm-user-image-container {
    width: 100%;
    text-align: center;
}

.rm-user-image-container .rm-user-image img {
    max-width: 150px;
    padding: 5px;
}

.rm-user-fields-container {
    width: 100%;
    padding: 50px 10px 20px 20px;
}

.rm-user-field-row {
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
}

.rm-user-field-label {
    display: inline-block;
    width: 40%;
    float: left;
    font-weight: bold;
    text-align: left;
}

.rm-user-field-value {
    display: inline-block;
    width: 60%;
    float: left;
    text-align: left;
}

.rm-user-field-label {
    text-transform: capitalize;
}

.rm-user-name,
.rm-user-image {
    font-size: 120%;
    width: 100%;
    display: block;
    float: left;
    padding: 5px;
    color: #333333;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}

img.rm-user {
    max-width: 100%;
    height: auto;
    background-color: white;
    padding: 15px;
    border: 1px solid rgb(225, 225, 225);
}


/*----Submission Page----*/

.rmagic .rm-submission {
    margin-top: 25px;
}

.rm-submission-field-row {
    border-bottom: 1px dotted rgb(240, 240, 240);
}

.rmagic .rm-submission,
.rm-submission-field-row {
    display: block;
    background-color: #fffffe;
    float: left;
    width: 70%;
    padding: 15px;
    text-align: left;
}

.rmagic .rm-submission.rm-tab-content {
    background-color: transparent;
}

.rmagic.rmNarrow .rm-submission.rm-tab-content  {
    width:100%;
}

.rmagic .rm-submission-label,
.rm-submission-value {
    display: inline-block;
    float: left;
}

.rmagic .rm-submission-label {
    font-weight: bold;
    width: 40%;
    text-transform: uppercase;
    font-size: 12px;
}

.rmagic .rm-submission-value {
    width: 60%;
}

.rmagic .rm-submission-field-row .rm-submission-attachment {
    display: inline-block;
    float: left;
    padding: 10px;
    background-color: rgb(250, 250, 250);
    border: 2px dashed rgb(240, 240, 240);
    width: 120px;
    margin: 0 10px 10px 0;
}

.rmagic .rm-submission-field-row .rm-submission-attachment img {
    float: left;
    display: block;
    width: 100px;
    max-height: 100px;
    height: auto;
}

.rmagic .rm-submission-attachment-field {
    display: block;
    float: left;
    font-size: 12px;
    width: 100px;
    text-align: center;
    padding: 5px 0 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rmagic .rm-submission-note {
    border-left: 4px solid red;
    padding: 10px;
    margin-top: 10px;
    display: block;
    width: 100%;
    float: left;
    background: #fffffe;
}

.rmagic .rm-submission-note-text {
    background-image: url(https://mo.onair.cc/wp-content/plugins/custom-registration-form-builder-with-submission-manager/public/css/rm-submission-note.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    display: block;
    width: 100%;
    float: left;
    font-style: italic;
}

.rmagic .rm-submission-note-attribute {
    font-size: 10px;
    padding: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    float: left;
    text-align: right;
    color: rgb(175, 175, 175);
}

.rm-submission#rm_my_details_tab {}

.rmagic .rm-submission-note-attribute a {
    padding-right: 10px;
    font-size: 14px;
}

.rm_user_exists_alert {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

.rmagic .rmcontent form fieldset {
    border: 0px solid #000;
    margin: 0px;
    padding: 5px;
    width: 100%;
}

.rmagic .rmcontent .rm_input_fields_container {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.rm_exp_link_msg { 
    float: left;
    width: 100%;
}

/*------------Adjustments for smaller screens-----------------*/

@media screen and (max-width: 700px) {
    .rmagic .rm-submission-label,
    .rmagic .rm-submission-value {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-size: 120%;
    }
    .operationsbar .nav ul li,
    .operationsbar .nav ul li a {
        display: block;
        width: 100%;
        text-transform: uppercase;
    }
}

.rmagic .childfieldsrow {
    width: 94%;
    display: block;
    float: left;
    padding: 20px 0 0 0;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #94cdc9;
    margin: 0 4% 2% 4%;
    background-color: rgb(240, 240, 240);
    border-radius: 10px;
}

.rmagic.rm_tabbing_container .rm-submission {
    padding: 0px;
    margin-top: 0px;
}

.rmagic.rm_tabbing_container ul.ui-tabs-nav li a {
    box-shadow: 0 0px 0 0 currentColor;
}

.rm_forgot_pass {
    margin-top: 3px;
    float: left;
}

.rmagic .rm_expiry_stat_container {
    padding: 10px;
    width: 100%;
    font-size: 150%;
    text-align: center;
}

.rmagic .rm_expiry_stat_container .rm-formcard-expired .rm_pb_container {
    display: block;
    border: 2px solid #FFAE00;
    float: left;
    height: 20px;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 5px;
}

.rmagic .rm_expiry_stat_container .rm-formcard-expired {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}

.rmagic .rm_expiry_stat_container .rm-formcard-expired .rm_pb_container .rm_progress_bar {
    display: block;
    float: left;
    background-color: #FFDD00;
    height: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFDD00), color-stop(1, #FFAE00));
    background-image: -o-linear-gradient(bottom, #FFDD00 10%, #FFAE00 60%);
    background-image: -moz-linear-gradient(bottom, #FFDD00 10%, #FFAE00 60%);
    background-image: -webkit-linear-gradient(bottom, #FFDD00 10%, #FFAE00 60%);
    background-image: -ms-linear-gradient(bottom, #FFDD00 10%, #FFAE00 60%) \9;
    background-image: linear-gradient(to bottom, #FFDD00 10%, #FFAE00 60%);
}

.rmagic.rm_tabbing_container .rmagic-table table.rm-table {
    border: 0px;
}

.rmagic.rm_tabbing_container .rmagic-table table.rm-table th,
.rmagic.rm_tabbing_container .rmagic-table table.rm-table td {
    border: 0px;
    text-align: center;
    padding: 10px;
}

.rmagic.rm_tabbing_container .rmagic-table table.rm-table td {
    border-bottom: 1px dotted silver;
}


.operationsbar .nav ul li.ui-state-active {
    background-color: #FFF;
}

.rmagic.rm_tabbing_container ul.ui-tabs-nav li a {
    border-bottom: 0px solid #333;
    outline: 0px;
    color: #000;
}

.rmagic .rm_expiry_stat_container .rm-formcard-expired .rm_sandclock {}


/* Google Address Fields*/

.rmagic #address input {}

#address .rm_ad_container .slimField {
    float: left;
    width: 16%;
    margin-right: 5px;
    margin-top: 0px
}

#address .rm_ad_container .wideField.rm-alone {
    width: 78%;
    float: right;
}

#address .rm_ad_container .slimField input {
    width: 87%;
    float: right;
}

#address .rm_ad_container .wideField input {
    width: 100%;
}

#address .rm_ad_container .wideField.rm-semi-field {
    width: 62%;
    float: right;
}

#address .rm_ad_container .wideField.rm-semi-field-with-label {
    width: 48%;
    float: right;
}

.rm_ad_container .label {
    float: left;
    width: 20%;
    text-align: right;
    color: gray;
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    font-size: 0.8em;
}

.rm_ad_container .label.label-short {
    width: 14%;
}

.rm_ad_container {
    width: 100%;
    float: left;
}

#address {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}

.rmagic input.rmgoogleautocompleteapi {
    width: 100%;
}

.rmagic .rminput #locationField {
    margin-bottom: 12px;
}


/*---- Adddress Field Responsive ------*/

@media only screen and (max-width:479px) {
    .rmagic #address .rm_ad_container .label {
        width: 100%;
        text-align: left;
    }
    .rmagic #address .rm_ad_container .slimField {
        width: 100%;
        margin-bottom: 15px;
    }
    .rmagic #address .rm_ad_container .slimField input {
        width: 100%;
    }
    .rmagic #address .rm_ad_container .wideField.rm-semi-field {
        width: 100%;
    }
    .rmagic #address .rm_ad_container .wideField.rm-alone {
        width: 100%;
    }
    .rmagic #address .rm_ad_container .wideField.rm-semi-field-with-label {
        width: 100%;
    }
}


/* ---------- Floating Button */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
.rm_hidden {
    display: none;
}

.floating_page .rm_floating_action {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-indent: -99999px;
    box-shadow: none;
    float: left;
    background-color: #008d7d;
}

.floating_page .rm_floating_action span {
    background: url(https://mo.onair.cc/wp-content/plugins/custom-registration-form-builder-with-submission-manager/public/css/../../images/floating-form-icon.png);
    background-repeat: no-repeat;
    width: 100px;
    overflow: hidden;
    height: 100px;
    float: left;
    background-position: 20% 15%;
}

.floating_page .rm_floating_box.rm_hidden {
    position: absolute;
    bottom: 116px;
    max-width: 300px;
    right: 26px;
    width: 154px;
}

.floating_page .rm_floating_box.rm_hidden ul li {
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    list-style: none;
    padding-left: 10px;
    border-left: 2px solid #fff;
    color: #000;
    cursor: pointer
}

.floating_page .rm_floating_box.rm_hidden ul li:hover {
    background-color: #fafafa;
    color: #008d7c;
    border-left: 2px solid #008d7c;
}

.floating_page {
    position: fixed;
    right: 10px;
    z-index: 9999;
    bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.floating_page .rm_floating_box.rm_hidden ul {
    margin: 0px;
    padding: 12px 0px 12px 0px;
}

.floating_page .rm_floating_box.rm_hidden {
    background: #fff;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
}

.floating_page .rm_floating_box.rm_hidden:after {
    top: 97%;
    left: 96%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.floating_page .rm_floating_box.rm_hidden:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 40px;
    margin-left: -34px;
    border-right: 0px;
}

.floating_page .rm_floating_screens .rm_floating_screen {
    z-index: 9999;
    position: fixed;
    height: 100%;
    width: 368px;
    bottom: 0;
    right: 0;
}

.floating_page .rm_floating_screens .rm_floating_screen {}

.floating_page .rm_floating_screens .rm_floating_screen {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .20);
}

.floating_page .rm_floating_screens .rm_floating_screen .rm_close_screen {
    width: 100%;
    height: 50px;
    background-color: #f0f0f0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
    margin-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.floating_page input[type="text"],
.floating_page input[type="email"],
.floating_page input[type="url"],
.floating_page input[type="password"],
.floating_page input[type="search"],
.floating_page textarea {
    background-color: #f0f0f0;
}

.floating_page .close-floating-icon {
    background-image: url(https://mo.onair.cc/wp-content/plugins/custom-registration-form-builder-with-submission-manager/public/css/../../images/float-close-icon.png);
    background-repeat: no-repeat;
    float: right;
    text-indent: -99999px;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    margin-top: 16px;
    opacity: .4;
    cursor: pointer;
}

.floating_page .close-floating-icon:hover {
    opacity: 1;
    transition: opacity .2s linear;
}

.floating_page .floating-bottom-buttons {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    height: 85px;
    border-top: 1px solid #c8c8c8;
    padding-top: 25px;
}

.floating_page .floating-bottom-buttons .floating-login {
    display: inline-block;
    color: #fff;
    border: none;
    background: #ff6c6c;
    transition: .1s;
    border-radius: 4px;
    outline: 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    padding: 5px 14px 5px 15px;
}

.floating_page .floating-bottom-buttons .cancel-button {
    font-family: Roboto, Arial, serif;
    display: inline-block;
    color: #c8c8c8;
    margin-right: 20px;
    border-radius: 4px;
    transition: .3s;
}

.floating_page .floating-bottom-buttons .cancel-button a {
    color: #ff6c6c;
}

.floating_page .rm_floating_content {
    padding: 10px;
    width: 100%;
    float: left;
    overflow-y: scroll;
    height: 100%;
}

.rm_embedeed_form {
    background-color: #fefefe;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.rm_embedeed_form .rmagic .rmcontent .rminput input[type="text"],
.rm_embedeed_form .rmagic .rmcontent .rminput input[type="password"],
.rm_embedeed_form .rmagic .rmcontent .rminput input[type="email"],
.rm_embedeed_form .rmagic .rmcontent .rminput input[type=number],
.rm_embedeed_form textarea,
.rm_embedeed_form .rmagic .rmcontent .rminput select {
    background-color: #f0f0f0;
}

.rm_embedeed_form {
    font-family: 'Roboto', sans-serif;
}

.floating_page .rm_floating_content .rm_user_gravatar {
    text-align: Center;
    background: rgba(255, 255, 255, 0.95);
}

.floating_page .rm_floating_content .rm_user_gravatar img {
    width: 150px;
    height: 150px;
    border: 10px solid #fff;
    border-radius: 50%;
}

.floating_page .rm_floating_content .rm_custom_fields .rm_custom_field {
    border-top: 1px solid #f0f0f0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    width: 100%;
    float: left;
    color: #7b7b7b;
    font-weight: 300;
}

.floating_page .rm_floating_content .rm_custom_fields .rm_custom_field .rm_custom_field_label {
    width: 50%;
    float: left;
}

.floating_page .rm_floating_content .rm_custom_fields .rm_custom_field .rm_custom_field_value {
    width: 50%;
    float: left;
}

.floating_page .rm_floating_content #rm_otp_login input {
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    font-size: 16px;
}

.floating_page .floating-bottom-buttons a {
    text-decoration: none;
}

.floating_page .close-floating-page-title {
    width: 88%;
    text-align: center;
    float: left;
    font-size: 18px;
    color: #646464;
    padding-top: 8px;
}

.nspLinks .nspLinkScroll1 div ul {
    padding: 0 !important;
    list-style-type: none !important;
    padding-top: 11px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.rm-table.rm-floating-submissions .rm-floating-submission {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    max-width: 292px;
    width: 100%;
    margin: 0px 5%;
    margin-bottom: 20px;
    border-radius: 8px;
    float: left;
}

.floating_page .rm-floating-submission-form-name {
    background-color: #fafafa;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    line-height: 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e1e1e1;
}

.rm-floating-submission-form-date {
    float: left;
    width: 88%;
    font-size: 12px;
    color: #969696;
    margin-bottom: 20px;
}

.rm-floating-submission-form-download {
    float: left;
    width: 20px;
}

.rm-floating-submission-form-status {
    float: left;
    font-size: 12px;
    width: 28%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 24px;
}

.rm-floating-submission-form-status.pending {
    background-color: #ffa500;
}

.rm-floating-submission-form-status.succeeded {
    background-color: #24b046;
}

.rm-floating-submission-form-amount {
    width: 24px;
    height: 24px;
    float: left;
    color: #c8c8c8;
    font-weight: 600;
    font-size: 18px;
}

.rm-floating-submission-form-content.rm-payment-from-main {
    width: 95%
}

.rm-floating-submission-form-date.rm-payment-from {
    width: 70%;
}

.rm-floating-submission-form-status.completed {
    background-color: #24b046;
}

.rm-floating-submission-form-icon {
    background-image: url(https://mo.onair.cc/wp-content/plugins/custom-registration-form-builder-with-submission-manager/public/css/../../images/rm-floating-date-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
}

.rm-floating-submission-form-date .date span {
    float: left;
    width: 100%;
    font-weight: 700;
    color: #646464;
}

.rm-floating-submission-form-date .date {
    float: left;
    width: 80%;
    padding-left: 12px;
}

.rm-floating-submission-form-content {
    width: 80%;
    margin: 0px auto;
    margin-top: 12px;
}

.floating_page .rm_floating_content .rm_custom_fields {
    margin-top: 12px
}

.floating_page .rm_f_notifications .rm_f_success {}

.rm-floating-submission-form-download img:hover {
    opacity: 0.5;
    cursor: pointer;
}

.floating_page .rm_floating_content .rm_custom_fields .rm_custom_field:nth-child(even) {
    background-color: #fbfbfb;
    padding-left: 8px;
}

.floating_page .rm_floating_content .rm_custom_fields .rm_custom_field:nth-child(odd) {
    background-color: #fff;
    padding-left: 8px;
}

.rm-no-default-from-notification {
    text-align: center;
}

@-webkit-keyframes floating_screens {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes floating_screens {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes floating_screens {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes floating_screens {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.rm_floating_screenshhh {
    -webkit-animation: floating_screens 5s infinite;
    /* Safari 4+ */
    -moz-animation: floating_screens 5s infinite;
    /* Fx 5+ */
    -o-animation: floating_screens 5s infinite;
    /* Opera 12+ */
    animation: floating_screens 5s infinite;
    /* IE 10+, Fx 29+ */
}


/*----Form Access----*/

select#id_rm_fac_day,
select#id_rm_fac_month,
input#id_rm_fac_year {
    width: 20%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
    padding: 8px;
    margin-right: 1%;
    color: #646464;
    font-family: inherit;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.rm-fac-dob {
    margin: 20px 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

form#rm-fac {
    text-align: center;
    margin: auto;
}

.rmagic #rm-fac .rm-fac-dob select,
.rmagic #rm-fac .rm-fac-dob input{
    width: 20%;
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
    padding: 8px;
    margin: 0% 1%;
    color: #646464;
    font-family: inherit;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}


/*-----Field Icons----*/

i.rm_front_field_icon {
    vertical-align: middle;
    margin-right: 10px;
}


/*----Help Text on fields. Invocations on ../js/script_rm_front.js line no 200----*/

.rmagic .rmnote {
    z-index: 9999999;
    display: none;
    position: absolute !important;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 1em;
    color: initial;
    font-weight: normal;
    color: #fff;
    top: 12px;
    line-height: 22px;
    box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.4);
}

.rmnote .rmprenote {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgb(255, 202, 119);
    position: absolute;
    top: -10px;
    left: 20px;
}

.rmagic .rmrow {
    position: relative !important;
}

.rmcontent form.rmagic-form fieldset.rmfieldset legend {
    width: 100%;
    margin: 20px 0;
    font-size: 1.2em;
}

.rm-floating-page .rm-floating-page-content .rmagic {
    float: none;
    width: 97%;
    margin: 0px auto;
}

.rmagic.rm_theme_matchmytheme.rm_layout_label_left .rmrow .rm-link-field { 
    text-align: center;
}

.rmagic #rm_reset_pass_form .buttonarea {
    width: 100%;
    float: left;
    margin-top: 20px;
}

#rm_my_pay_tab .rm-table th {
    padding: 10px 0px;
}

#rm_edit_sub_link {
    clear: both;
}

pre.rm-pre-wrapper-for-script-tags {
    display: none !important;
}


/* Make optin texts for Mailchimp etc to take up full row width*/

.rmagic .rm_optin_text .rmrow,
.rmagic .rm_optin_text .rminput,
.rmagic .rm_optin_text .rmradio {
    width: 100%;
}


/* full width recaptcha row */

.rmagic .rmrow.rm_captcha_fieldrow,
.rmagic .rmrow.rm_captcha_fieldrow * {
    width: 100%;
}

.rmagic .rmrow.rm_captcha_fieldrow .g-recaptcha > div { 
    margin: 0px auto
}


/*---Login third party button---*/

.rmagic .rm-thirdp-login-button-wrap {
    margin-top: 10px;
    text-align: center;
}

.rmagic .rm-thirdp-login-button-wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 15px auto;
}

.rmagic .rm-thirdp-login-button-wrap .rm-facebook-login .rm-third-party-login-btn {
    background-color: #3b5998;
}

.rmagic .rm-thirdp-login-button-wrap .rm-third-party-login-btn {
    margin: 5px;
}


/*--Form Fixes-- */

.rmagic .rmagic-form .rm_terms_checkbox input[type="checkbox"] {
    margin-right: 6px;
    width: auto;
}

#ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
#ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
    float: left;
    margin-right: 3px;
    background-image: none;
    border: 0px;
    height: auto;
    padding: 0px;
}

.rmagic .rmradio {
    padding: 0px;
}

.rmagic .rmmap_container input.rm-map-controls {
    width: auto !important;
}

.rmagic.rm_theme_classic form.rmagic-form {
    background-color: transparent !important;
}

.rmagic .rmrow .rminput ul li::before {
    display: none;
}

.rmagic .rminput .rmradio {
    margin: 0px;
    display: inline-block;
}

.rmagic .rminput .rmradio li {     
    list-style: none;
}

.rmagic .rmrow .rminput .rateit {
    width: 100%;
}

.rmagic .rmrow .rminput > div {
    width: 100%;
    float: left;
}

.rmagic .rmrow .rminput select {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(150, 150, 150, 0.4);
    min-width: 50%;
    width:100%;
    font-size: 1em;
    min-height: 36px;
    line-height: 16px;
}

.rmagic .rmrow .rminput select[multiple=multiple] {
    padding: 10px;
    min-height: 100px;
    overflow: auto;
}

.rmagic .rmrow .rminput textarea {
    resize: vertical !important;
}

.rmagic .rmrow .rminput > div.form-group { margin: 0px;}

.rmagic .rmrow .rminput input[type="text"],
.rmagic .rmrow .rminput input[type="password"],
.rmagic .rmrow .rminput input[type="email"],
.rmagic .rmrow .rminput input[type="url"],
.rmagic .rmrow .rminput input[type="number"],
.rmagic .rmrow .rminput textarea {
    width: 100%;
    min-height: 48px;
    font-size: 0.8em;
   /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 900px) {
    .rmagic .rmrow .rminput input[type="text"],
    .rmagic .rmrow .rminput input[type="password"],
    .rmagic .rmrow .rminput input[type="email"],
    .rmagic .rmrow .rminput input[type="url"],
    .rmagic .rmrow .rminput input[type="number"],
    .rmagic .rmrow .rminput textarea,
    .rmagic .rmrow .rminput select {
        width: 100%;
    }
}

@media only screen and (max-width:760px) {
    .rmagic .rmnote {
        margin-left: 0px;
    }
}

@media only screen and (max-width:479px) {}

.rmagic .rmrow .rminput input[type="number"] {
    font-size: 1em;
    padding-left: 1em;
}

.rmagic .rmrow .rminput textarea.rm_terms_area {
    width: 100%;
    padding: 10px;
    font-size: 0.8em;
    min-height: 100px;
}

.rmagic .rmrow .rminput .appendable_options >input {
    display: block;
}

.rmagic .rmrow .rminput .appendable_options .rm_actions {
    display: inline-block;
    text-align: left;
    margin: 5px 20px 10px 0;
    cursor: pointer;
}

.rmagic .rmrow .rminput .appendable_options .rm_actions a {
    font-size: 80%;
    text-transform: uppercase;
}


/*Styling the date picker calendar*/

.ui-datepicker.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
    padding: 10px;
    font-family: Roboto, Helvetica, serif;
    border-radius: 0;
    max-width: 400px;
}

.ui-datepicker.ui-widget.ui-widget-content.rm_jqui_element {  
    z-index: 99999 !important
}

.ui-datepicker-header.ui-widget-header {
    background-image: none;
    background-color: #e1e1e1;
    border: none;
    padding: 10px 0 !important;
    border-radius: 0;
}

.ui-widget-content .ui-state-default {
    border-color: #fff !important;
    background-image: none !important;
    text-align: center;
    border-radius: 4px;
}

.rm_jqui_element .ui-state-active,
.rm_jqui_element .ui-widget-content .ui-state-active {
    background-color: cornflowerblue!important;
    color: #fff !important;
}

#ui-datepicker-div .ui-datepicker-calendar th {
    font-weight: lighter;
}

#ui-datepicker-div .ui-datepicker-calendar th,
#ui-datepicker-div .ui-datepicker-calendar td {
    width: 14.28%;
}

.rm_jqui_element .ui-state-highlight,
.rm_jqui_element .ui-widget-content .ui-state-highlight {
    background-color: aliceblue !important;
}

#rm-data-clear-picker {
    cursor: pointer;
}

.rmagic .rm-field-hint {
    float: left;
    width: 100%;
    font-size: 12px;
    opacity: 0.5;
}


/*Total Price Field and buttons at the bottom*/

.rmagic .rm_total_price {
    text-align: center;
    font-size: larger;
    line-height: 60px;
    background-color: rgba(150, 150, 150, 0.1);
    margin: 10px 0;
}

.rmagic .buttonarea {
    width: 100%;
    display: block;
    float: left;
    margin: 50px 0 10px 0;;
}

.rmagic .rmcontent.rm-login-wrapper .buttonarea {
    margin: 8px 0px;
    text-align: center;
}

.rmagic .rm-thirdp-login-button-wrap .rm-third-party-login {
    display: inline-table;
    position: relative;
}

.rmagic .rm-thirdp-login-button-wrap .rm-third-party-login .rm-third-party-login-btn {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    border-radius: 4px;
    line-height: 26px;
    font-family: arial;
    width: 286px;
    text-align: left;
    color: #fff;
    padding: 12px 2px 12px 50px;
    border: 0px;
    box-shadow: none;
    background-image: none;
    height: auto;
    margin: 0px 5px 10px 5px;
}

.rmagic .rm-thirdp-login-button-wrap .rm-third-party-login span {
    position: absolute;
    left: 26px;
    top: 0px;
    color: #fff;
    font-size: 20px;
    margin-top: 8px;
    line-height: 34px;
}

.rmagic .rm-thirdp-login-button-wrap .rm-third-party-login svg {  
    width: 20px;
    margin: 10px 0px 0px -4px;
}

.rmagic .rmcontent.rm-login-wrapper .rm_forgot_pass {
    float: left;
    width: 100%;
    text-align: center;
}

.rmagic .rmagic-form.rmagic-form-btn-left .buttonarea {
    text-align: left
}

.rmagic .rmagic-form.rmagic-form-btn-center .buttonarea {
    text-align: center
}

.rmagic .rmagic-form.rmagic-form-btn-right .buttonarea {
    text-align: right
}

.rmagic .buttonarea input[type='button'],
.rmagic .buttonarea input[type='submit'] {
    width: auto;
    min-width: 150px;
    min-height: 50px !important;
    float: none;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}


/* Text on top of the form*/

.rmagic .rmheader {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0;
}


/*Success Message*/

.rm-post-sub-msg {
    margin: 20px 0;
    font-size: 1.2em;
}


/* Theme fixes */

.rmagic .rmrow .rminput ul li label {
    display: inline-block;
}

.rmagic .rmrow .rminput ul li label img { 
    margin-bottom: 0px;
}

.rmagic .rmrow .rmfield label {
    font-weight: 600;
    width: auto;
}

.rmagic .rm-login-wrapper input[type="checkbox"]:checked + label span {
    background-image: none;
    width: auto;
}

.utouch .rmagic.rm_theme_matchmytheme .rmrow .rminput input[type="text"], 
.utouch .rmagic.rm_theme_matchmytheme .rmrow .rminput input[type="password"], 
.utouch .rmagic.rm_theme_matchmytheme .rmrow .rminput input[type="email"], 
.utouch .rmagic.rm_theme_matchmytheme .rmrow .rminput input[type="url"], 
.utouch .rmagic.rm_theme_matchmytheme .rmrow .rminput input[type="number"], 
.utouch .rmagic.rm_theme_matchmytheme .rmrow .rminput textarea {    
    box-shadow: 0 0 30px 0 rgba(18, 25, 33, 0.15);
}


.rmagic .rminput .rmradio li .best-radio {   
    margin-right: -60px;
}

.rmagic .rm_pricefield_checkbox .rmradio .rm-pricefield-wrap .best-check {   
    margin: -2px -64px 7px 11px;
}

.wp-container-7 > .rmagic {
    float: none;
}

/* --- Rich text widget full width --- */

.rmagic .rminput.rm-richtext-fw { 
    width: 100%;
}

/*--- Login Page Third Party Button  ----*/

.rmagic .rmcontent.rm-login-wrapper {
    width: 95%;
    margin: 30px auto;
}


/*--- Widget form css----*/

/*--- Widget form css----*/

.widget_rm_form_widget {
    width: 100%;
    display: inline-block;
}

.widget_rm_form_widget .rm_layout_two_columns .rm-two-columns-wrap .rmrow {
    width: 100%;
}

.widget_rm_form_widget .rmrow .rminput ul.rmradio li {  
    background: none;
    border: 0px;
    padding: 0px;
    margin: 0px
}

.widget_rm_form_widget .rmagic.rm_theme_classic fieldset {}

.widget_rm_form_widget .rmagic .rmrow.rm_captcha_fieldrow .g-recaptcha {
    transform:scale(0.70); 
    -webkit-transform:scale(0.70); 
    transform-origin:0 0; 
    -webkit-transform-origin:0 0; 
}

.widget_rm_form_widget .rmagic .rmrow.rm_captcha_fieldrow .g-recaptcha > div { 
    width: 100% !important; 
}

.widget_rm_form_widget .rmagic .rmrow .rminput select { 
    width: 100%;
}

.widget_rm_form_widget .rmagic .rmrow .rminput input[type="file"] { 
    width: 100%;
}

/*--- Widget Address field----*/

.widget_rm_form_widget #address .rm_ad_container .label {
    width: 100%;
    text-align: left;
}

.widget_rm_form_widget #address .rm_ad_container .slimField {
    width: 100%;
    margin-bottom: 15px;
}

.widget_rm_form_widget #address .rm_ad_container .slimField input {
    width: 100%;
}

.widget_rm_form_widget #address .rm_ad_container .wideField.rm-semi-field {
    width: 100%;
}

.widget_rm_form_widget #address .rm_ad_container .wideField.rm-alone {
    width: 100%;
}

.widget_rm_form_widget #address .rm_ad_container .wideField.rm-semi-field-with-label {
    width: 100%;
}


/*--- Widget Timer field---*/

.widget_rm_form_widget .rminput .rm_clock.rm-flip-clock-wrapper {
    margin: 0px !important;
}

.widget_rm_form_widget .rminput .rm-flip-clock-wrapper ul {
    width: 36px !important;
    margin: 5px 2px !important;
    height: 80px!important;
}

.widget_rm_form_widget .rminput .rm-flip-clock-wrapper ul li a div div.rm-clock-inner {
    font-size: 50px;
}

.widget_rm_form_widget .rminput .rm-flip-clock-wrapper ul li a {
    height: 82px;
}

.widget_rm_form_widget .rminput .rm-flip-clock-wrapper ul li { 
    padding: 0px;
    margin: 0px; 
    border: 0px;
    padding-left: 0px !important;
    position: absolute !important;
    overflow: hidden;
}

.widget_rm_form_widget .rminput  .rm-flip-clock-divider {
    width: 0px;
}


/*--- Theme issues */

.rmagic.rm_theme_classic .rm_form_field_type_heading {
    color: inherit;
}

.rmagic.rm_theme_classic .rm_field_type_repeatable_container a {
    color: #737373;
}

.rmagic.rm_theme_classic {
    color: #8a8a8a;
    color: rgb(138, 138, 138);
}


/*----- Price Field -----*/

.rmagic .rmrow.rm_pricefield_row .rminput select#id_rm_multisel_paypal_field,
.rmagic .rmrow.rm_pricefield_row .rminput input[type="text"] {
    width: 60%;
    float: left;
    margin-bottom: 5px;
}

.rmagic .rmrow.rm_pricefield_row .rminput select[id*="id_rm_multisel_paypal_field"] {   
    width: 60%;
    float: left;
    margin-bottom: 5px;
}

.rmagic .rm_pricefield_checkbox .rmradio .rmrow .rminput input[type="number"]{
    padding: 2px 8px;
}

.rmagic .rm_pricefield_row .rmrow .rminput input[type="number"]{min-width: 70px;}

.rmagic .rmrow.rm_pricefield_row .rminput .rmrow {
    width: auto;
    margin-left: 10px;
    padding-top: 0px;
}

.rmagic .rmrow.rm_pricefield_row .rminput .rmrow .rmfield {
    padding-top: 0px;
}

.rmagic .rmrow.rm_pricefield_row .rminput .rmrow .rminput {
    padding-top: 0px;
}

.rmagic-row .rmagic-fields-wrap .rmagic-col .rmagic-field.rm_pricefield_row > .rminput {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.rmagic-row .rmagic-fields-wrap .rmagic-col .rmagic-field.rm_pricefield_row > .rminput >  .rmagic-field {
    display: flex;
}

.rmagic-row .rmagic-fields-wrap .rmagic-col .rmagic-field.rm_pricefield_row > .rminput label.rmfield {
    text-align: center;
    width: 24px;
}


/* ---- Label left full width in widget--- */

.widget_rm_form_widget .rmagic.rm_layout_label_left .rmrow.rm_pricefield_row .rmfield {
    width: auto;
}

.widget_rm_form_widget .rmagic.rm_layout_label_left .rmrow.rm_pricefield_checkbox .rmfield {
    width: auto;
}

.widget_rm_form_widget .rmagic.rm_layout_label_left .rmrow.rm_pricefield_checkbox .rmrow .rminput {
    width: 50px;
}

.widget_rm_form_widget .rmagic.rm_layout_label_left .rmrow .rmfield {
    width: 100%;
}

.widget_rm_form_widget .rmagic.rm_layout_label_left .rmrow .rminput {
    width: 100%;
}

.rm_noscript_btn {
    display: none !important
}


/* ---- Help text in widget--- */

.widget_rm_form_widget .rmagic .rmagic-form .rmrow .rmnote {
    margin-left: 0px;
}


/* --- Custom Address field ---- */

#address.rm_address_type_ca .rm_ad_container .rm-address-fw {
    width: 100%;
    margin: 0px;
    margin-bottom: 12px;
}

#address.rm_address_type_ca .rm_ad_container .rm-address-fw input {
    width: 100%;
    margin: 0px;
}

#address.rm_address_type_ca .rm_ad_container .rm-address-hw {
    width: 48%;
    float: left;
    margin: 0px 2% 12px 0px;
}

#address.rm_address_type_ca .rm_ad_container .rm-address-hw:last-child{   
    float: right;
    margin-right: 0px;
}

#address.rm_address_type_ca .rm_ad_container .rm-address-hw input,
#address.rm_address_type_ca .rm_ad_container .rm-address-hw select {
    width: 100%;
    white-space: nowrap;
}


/* -- Custom address field with label -- */

.rmagic #address.rm_address_type_ca .rm_ad_container .label {
    width: 100%;
    text-align: left;
}


/* --- Google Address field ---- */

#address.rm_address_type_ga .rm_ad_container .rm-address-fw {
    width: 100%;
    margin: 0px;
    margin-bottom: 12px;
    
}

#address.rm_address_type_ga .rm_ad_container .rm-address-fw input {
    width: 100%;
    margin: 0px;
}

#address.rm_address_type_ga .rm_ad_container .rm-address-hw {
    width: 48%;
    float: left;
    margin: 0px 2% 12px 0px;
}

#address.rm_address_type_ga .rm_ad_container .rm-address-hw:last-child { 
    float: right;
    margin-right: 0px;
}

#address.rm_address_type_ga .rm_ad_container .rm-address-hw input {
    width: 100%;
}

#address.rm_address_type_ga .rm_ad_container .label {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
}

.rm-google-addess-field {
    font-size: 12px;
}

.rminput #locationField span,
.rmwc-input #locationField span {
    font-size: 12px;
}


/* --- Responsive address field ---*/

@media only screen and (max-width:1200px) {
    .rmagic #address.rm_address_type_ca .rm_ad_container .rm-address-hw,
    .rmagic #address.rm_address_type_ga .rm_ad_container .rm-address-hw {
        width: 44%;
        margin: 0px 4px 12px 4px;
    }
}

@media screen and (max-width: 900px) {}

@media only screen and (max-width:479px) {
    .rmagic #address.rm_address_type_ga .rm_ad_container .rm-address-hw,
    .rmagic #address.rm_address_type_ca .rm_ad_container .rm-address-hw {
        width: 100%;
        margin: 6px 0px;
    }
}


/* --- Widget address field ---*/

.widget_rm_form_widget .rmagic #address.rm_address_type_ga .rm_ad_container .rm-address-hw,
.widget_rm_form_widget .rmagic #address.rm_address_type_ca .rm_ad_container .rm-address-hw {
    width: 100%;
}


/* --- WooCommerce address field ---*/

.rmwc-input #address.rm_address_type_ga .rm_ad_container .rm-address-hw,
.rmwc-input #address.rm_address_type_ca .rm_ad_container .rm-address-hw {
    width: 100%;
}

/*---  Registration Widgets---*/

.rmagic .rmrow .rm-rgfeed,
.rmwc-field.rmrow .rmwc-input .rm-rgfeed {
    border: 1px solid #f2f2f2;
    margin-bottom: -1px;
    font-size: 13px;
    padding: 5px 12px;
    float: left;
    width: 100%;
}

.rmagic .rmrow .rm-rgfeed .rm-avatar img,
.rmwc-field.rmrow .rmwc-input .rm-rgfeed .rm-avatar img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 36px;
    height: 36px;
}

.rmagic .rmrow .rm-rgfeed .rm-rgfeed-user,
.rmwc-field.rmrow .rmwc-input .rm-rgfeed .rm-rgfeed-user {
    font-weight: 700;
}

.rmagic .rmrow .rm-rgfeed .rm-rgfeed-user-info,
.rmwc-field.rmrow .rmwc-input .rm-rgfeed .rm-rgfeed-user-info {
    float: left;
    padding: 6px 6px 0px 10px;
    width: 88%;
    width: calc(100% - 36px);
}

.rmagic .rmrow .rm-rgfeed .rm-rgfeed-user-info img.rm_country_flag { 
    width: 16px;
    height:16px;
    margin: 0px;
    margin-left: 5px;
}

.rmagic .rmrow .rm-rgfeed .rm-avatar,
.rmwc-field.rmrow .rmwc-input .rm-rgfeed .rm-avatar {
    float: left;
    width: 36px;
    height: 36px;
}


/*--- Widget Map field---*/

.rmagic .rmrow .rm_mapv_container .rm-map-widget {
    height: 100% !important;
    padding-bottom: 50%;
    width: 100%;
}

.rmagic .rm_mapv_container { 
    margin: 0px auto;
    max-width: 100%;
}

.rmagic .rmrow.rm_mapv_container {
    max-width: 100%;
}

.rm_mapv_container.rm_mapvsm {
    display:block
}

.rm_mapv_container.rm_mapvlg{
    display: table-cell
} 

.widget_rm_form_widget .rm_mapv_container.rm_mapvsm { 
    width:100% !important;
}


/* --- widget meta data Form ---- */

.rmagic .rmrow .fdata-row {
    float: left;
    width: 98%;
    border: 1px solid #f1f1f1;
    padding: 10px 2%;
    font-size: 12px;
}

.rmagic .rmrow .fdata-row .rm-form-name {
    margin-top: 10px;
}

.rmagic .rmrow .fdata-row span {
    font-weight: 600
}


/* --- widget meta data Form End ---- */


/* --- widget Image Form ---- */

.rmagic .rm-image-widget {
    position: relative;
    text-align: center;
    width: auto;
    margin: 0px auto;
    display: table;
}

.rmagic .rm-image-widget a img {
    margin: 0px auto !important;
}

.rmagic figure.rm-image-widget.wp-caption { 
    border: 0px;
    margin: 0px auto;
}

.rmagic .rm-image-widget .rm-caption {
    font-size: 12px;
    width: auto;
    float: left;
    text-align: left;
    margin-top: 5px;
    position: absolute;
    bottom: 4%;
    left: 2%;
    background-color: #000;
    background-color: rgba(70, 70, 70, 0.85);
    color: #fff;
    padding: 5px 10px;
}

.rmagic .rm-image-widget.imgv_shape_circle img {
    border-radius: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.rm-image-widget .wp-caption-text {
    text-align: center
}

.rmagic .rm-image-widget.imgv_shape_circle .rm-caption {
    bottom: 25%;
    left: 30%;
}

.rm-image-widget .wp-caption-text:empty{display: none;}

.csscalc #TB_window {
    padding-bottom: 20px;
}

.csscalc #TB_closeWindowButton {
    bottom: 4px;
    top: inherit;
}

.rmagic .rmrow.rm-box-graph .rm-box-title {
    text-align: center;
    margin-bottom: 18px;
}

/*--- Form Data Chart----*/

.rmagic .rmrow.rm-box-graph .rm-box-title {
    text-align: center;
    margin-bottom: 18px;
}

.rmagic .rmrow.rm-box-graph #rm_sot_div svg * {}


/*----- Sidebar widget ------*/

.widget_rm_form_widget .rmrow.rm_mapv_container {
    width: 100% !important;
}

.rm-floating-page .rmrow.rm_mapv_container {
    max-width: 100%;
}

.rm-floating-page .rmrow.rm-box-graph {
    max-width: 100%;
}
.rm-floating-page .rm-box-graph #rm_sot_div > div > div,
.rm-floating-page .rm-box-graph #rm_conversion_chart_div > div > div,
.rm-floating-page .rm-box-graph #rm_browser_usage_chart_div > div > div,
.rm-floating-page .rm-box-graph #rm_browser_conversion_div > div > div
{
    margin: 0px auto;
}

.rm-floating-page .rm-image-widget {
    width: 100%;
    text-align: center
}

.rmagic .rminput.pass-strength-visible .pass-colorbar{
     height: 3px;
     background-image: url(https://mo.onair.cc/wp-content/plugins/custom-registration-form-builder-with-submission-manager/public/css/../../images/rmpasswordstrength.jpg);
     position: absolute;
     top: 0;
     left: 0;
   }
   
.rmagic .rminput.pass-strength-visible .pass-graybar{   
 height: 3px;
 background-color: #ccc;
 width: 100%;
 position: relative;
 top: -2px;
}

.rmagic .rminput.pass-strength-visible .pass-wrapper ~ .pass-wrapper {
    display: none !important;
}

.rmagic .rminput.pass-strength-visible .pass-text{ 
     font-size: 12px;
} 

/*--- Logged in view ----- */

.rm-logged-in-view-wrap {
    width: 100%;
    text-align: center;
}

.rmagic .rm-logged-in-view-wrap {  
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    display: table;
    line-height: 1.75;
}

.rm-logged-in-view-wrap .rm-logged-in-lf{
    width: 120px;
    float:left;
}

.rm-logged-in-view-wrap .rm-logged-in-lf#rm-hide-user_avatar {
    display: none;
}

.rm-logged-in-view-wrap .rm-logged-in-lf#rm-hide-user_avatar + .rm-logged-in-rf{
    width: 100%;
}

.rm-logged-in-view-wrap .rm-logged-in-lf + .rm-logged-in-rf {
    width: calc(100% - 153px);
    margin-left: 30px;
}

.rm-logged-in-view-wrap .rm-logged-in-rf {   
    float:left;
    width: 100%;
}

.rm_display_custom_msg {    
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 12px;
}

.rm-logged-in-view-wrap .rm-logged-in-lf img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 120px;
    height: 120px;
}

.rm-logged-in-view-wrap .rm-logged-in-rf span.rm-greetings-text {
    font-size: 20px;
} 

.rm-logged-in-view-wrap .rm-logged-in-rf span + span { 
    font-size: 28px;
    width: 100%;
    float: left;
    font-weight: 700;
}

.rm-logged-in-lf img.avatar {
    float: left
}

.rm-logged-in-rf .rm-logged-welcome { 
    float: left;
    width: 100%;
}

.rm-logged-in-account-links {    
    border-top: 5px solid #efefef;
    margin-top: 12px;
    float: left;
    width: 100%;
}


.rm-logged-in-account-links .rm_display_account {
    float: left;
}


.rm-logged-in-account-links .rm_display_logout {
      float: right;
}


.rmagic .rmcontent.rm-login-wrapper .rm-response-message.alert-error,
.rmagic .rmcontent form#rm_reset_pass_form fieldset .rm-response-message.alert-error,
.rmagic .rmcontent form.rmagic-form fieldset .rm-response-message.alert-error{
    background-color: #F9E4E8;
    box-shadow: inset 2px 0 0 0 #E04562;
    -moz-box-shadow: inset 2px 0 0 0 #E04562;
    -webkit-box-shadow: inset 2px 0 0 0 #E04562;
    border: 0px;
    color: #333333;
    font-family: inherit;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    margin: 0 0 20px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: left;
}

.rmagic .rmcontent.rm-login-wrapper .rm-response-message.alert-error,
.rmagic .rmcontent form.rmagic-form fieldset .rm-response-message.alert-error{
    position: relative;
}

.rmagic .rmcontent.rm-login-wrapper .rm-response-message.alert-error span.close,
.rmagic .rmcontent form.rmagic-form fieldset .rm-response-message.alert-error span.close{
    position: absolute;
    right: 7px;
    top: 4px;
    cursor: pointer;
}


.rmagic .rmcontent.rm-login-wrapper .rm-response-message.alert-error a.close,
.rmagic .rmcontent form#rm_reset_pass_form fieldset .rm-response-message.alert-error a.close{
    color: #E04562;
    line-height: 20px;
    box-shadow: none;
    text-decoration: none;
}

.rmagic .rmcontent.rm-login-wrapper .rm-response-message .rm_inline_forgot_pass {
    display: inline;
}


/*---- Login Button Widget ----*/

.widget.widget_rm_login_btn_widget {
    max-width: 400px;
}

.widget_rm_login_btn_widget {
    display: inline-block;
    width: 100%;
    padding: 25px 0px !important;
    overflow: visible !important;
    margin: 0px 0px;
    float: left;
    margin-bottom: 0px;
}

.rm_widget_container {
    text-align: center;
    position: relative;
}

.rm_widget_container #rm_login_widget_front,
.rm_widget_container #rm-login-widget{
    position: absolute;
    height: 140px;
    z-index: 999;
    top: 0px;
    left: -25px;
    padding-top: 50px; 
    min-width: 300px;
    width:100%;
}

.rm_widget_container #rm_login_widget_front .rmagic,
.rm_widget_container #rm-login-widget .rmagic {  
    margin: 0px;
    border: 0px;
    background-color: transparent;
}

.rm_widget_container #rm_login_widget_front .rmagic .rmcontent.rm-login-wrapper,
.rm_widget_container #rm-login-widget .rmagic .rmcontent.rm-login-wrapper {  
    border: 0px;
}

.rm_widget_container #rm-login-widget .rmrow,
.rm_widget_container #rm-login-widget  .rmagic .buttonarea {
    background-color: #fff;
}

.rm_widget_container #rm-login-widget #rm_login_form .rmrow .rmfield label{
    color: #2b2b2b;
    font-size: 13px;
}

.rm_widget_container #rm-login-widget #rm_login_form .rmrow .rminput input {  
    color: #696565;
}

.rm_widget_container .rm_login_widget-wrap .rm-login-wrapper .rmrow .rmfield { 
    width: 100%; 
    text-align: left;
     min-height: auto;
}

.rm_widget_container .rm_login_widget-wrap .rm-login-wrapper .rmrow .rminput { 
    width:100%;
    min-height: auto;
}

.rm_widget_container .rm_login_widget-wrap .rm-login-wrapper .rmrow {
    width: 100%;  
    margin-bottom: 15px;
    margin-left: 0px;
}

 .rm_widget_container .rm_login_widget-wrap .rm-login-wrapper .rmrow .rmfield span {
    float: left; 
    margin-bottom: 10px;
}

.rm_widget_container div a.rm-button {    
    border: 2px;
    border-style: solid;
    border-color: #000;
    border-radius: 5px;
    padding: 8px 30px;
    font-size: 15px;
    font-size: 16px;
    position: relative;
    z-index: 99999;
}

.rm_widget_container .rm-login-widget-wrap a.rm-button{  
    pointer-events: visible;
}

.rm_widget_container .rm_login_widget-wrap,
.rm_widget_container .rm-logged-in-view{
    float: left;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    color: #2b2b2b;
    margin-bottom: 50px;
    margin-top: 10px;
    padding-top: 12px;
    min-width: 360px;
    max-width: 400px;
    min-height: 46px;
    border-radius: 3px;
}

.rm_widget_container .rm_login_widget-wrap > .rm-failed-ip-error {   
    font-size: 12px;
    width: 88%;
    margin: 20px auto;
    display: inline-block;
}
.rm_widget_container .rm-logout-widget:hover #rm_login_widget_front {
    display: block !important;
}

.widget_rm_login_btn_widget .rm-logout-widget:hover #rm_login_widget_front { 
    display: block !important;
}

.rm_widget_container .rm-logged-in-view-wrap .rm-logged-in-lf img {
    width: 70px;
    height: 70px;
}


.rm_widget_container .rm-logged-in-view-wrap {
    width: 92%;
    margin: 0px auto;
    color: #2b2b2b;
}

.rm_widget_container .rm-logged-in-account-links {
    border-top: 2px solid #efefef;
    margin: 0px 0px 4px 0px;
    padding-top: 10px;
}

.rm_widget_container .rm-logged-in-rf span + span {
    font-size: 25px;

}

.rm_widget_container .rm-logged-in-rf .rm-user-last-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}

.rm_widget_container .rm-logged-in-rf span.rm-greetings-text {
    font-size: 16px;  
    width: 100%;
    float: left;
}

.rm_widget_container .rm-logged-in-lf {   
    width: 70px;
    margin-top: 18px;
}

.rm_widget_container .rm-logged-in-rf {  
    float: left;
    margin: 22px 0px 0px 0px;
    width: calc(100% - 70px);
}

#rm_login_widget_front .rm_login_widget_nub,
#rm-login-widget .rm_login_widget_nub{   
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    top: 48px;
    left: 50%;
}

#rm-login-widget .rm_login_widget-close {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: -1;
} 

.rmagic .rmcontent.rm-login-wrapper ul.rmradio li.rm-login-remember { 
    background-image: none;
    border:0px;
}

.rmagic .rm-login-attempted-notice {   
    padding: 15px;
    font-size: 12px;
}

.rmagic .rmcontent.rm-login-wrapper .rmrow .rmfield label span i {   
    margin-bottom: 5px;
}

/*---- Smaller Widget area ----*/

.widget_rm_login_btn_widget.rm-narrow-widget .rm_login_widget-wrap,
.widget_rm_login_btn_widget.rm-narrow-widget .rm-logged-in-view{
    width: 99%;
    min-width: 99%;
}

.widget_rm_login_btn_widget.rm-narrow-widget .rm_login_widget-wrap .rmagic, 
.widget_rm_login_btn_widget.rm-narrow-widget .rm-logged-in-view .rmagic {
    border:0px
}


/*--- WC shipping and Billing address field----*/

.rmagic .rmrow .rm-wc-wrap {   
    width: 100%;
    float: left;
}

.rmagic .rmrow .rm-wc-hw {    
    width: 48%;
    float: left;
    margin: 0px 2% 12px 0px;
}

.rmagic .rmrow .rm-wc-label {
    width: 100%;
    text-align: left; 
    float: left;
    color: gray;
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    font-size: 0.8em;
}

.rmagic .rmrow .rm-wc-fw {    
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.rmagic .rmrow .rm-wc-wrap .rm-wc-field select{    
    width:100%;
    font-size: 1em;
    height: 36px;
}

/* Theme Fixes */

.theme-astra .rmagic .rmrow .rm-wc-wrap .rm-wc-field select {
    height: 42px;
    font-size: 0.9em;
}

body.is-light-theme .rmagic.rm_theme_matchmytheme,
body.is-light-theme .rmagic {
    float:none
}

/*-- Theme Fixes --*/

.rmagic .rmrow .rm-wcbilling,
.rmagic .rmrow .rm-wcshipping{
    position: relative;
}

.rmagic .rmrow .rm-wc-hover-text {   
    bottom: -20px;
    top: inherit;
    margin-left: 0px;
}

.woocommerce-FormRow  .rm-wcshipping .rmnote.rm-wc-hover-text { 
    display: none !important;
}


/*------ Privacy----*/

.rmagic .rm-privacy-row {   
    text-align: center;
    background-color: rgba(150, 150, 150, 0.1);
    margin: 10px 0;
    padding: 24px 10px;
}

.rmagic .buttonarea input[type='submit'][disabled] {
    opacity: 0.5;
    cursor: default;
}
.rmagic .rm-privacy-row .rm-privacy-icon input.rm_privacy_cb {   
    margin-right: 5px;
}

/* Hide hidden field forms */
#rm_front_submissions_nav_form, #rm_front_submissions_respas_form{
    display: none;
}



/*--- Password Recovery------*/


.rm_error_msg{
    background-color: #F8E1E7;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #D2375E;
    color: #D2375E;
    font-size: 12px;
    margin: 0px auto;
    display: table;
}

.rm_success_msg {  
    background-color: #DAF5E7;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #42CC83;
    color: #42CC83;
    font-size: 12px;
    margin: 0px auto;
    display: table;
}

.rm-password-request{}


.rm-security-token {   
    padding: 22px 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    border: 2px dotted #e6e6e6;
    background-color: #FBFBFB;
    color: #949494;
}


.rm_error_msg-wrap {
    float: left;
    width:100%;   
    text-align: center;
}

.rm_error_msg-wrap .rm_pr_error_msg {    
    background-color: #F8E1E7;
    margin: 0px auto;
    text-align: left;
    box-shadow: inset 2px 0 0 0 #E04562;
    -moz-box-shadow: inset 2px 0 0 0 #E04562;
    -webkit-box-shadow: inset 3px 0 0 0 #E04562;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #333333;
    font-family: inherit;
    font-weight: 400;
    padding: 20px;
    font-size: 14px;
    width: 100%;
    max-width: 690px;
}

.rm_error_msg-wrap .rm_pr_error_msg p,
.rm_error_msg-wrap .rm_pr_success_msg p,
.rm_error_msg-wrap .rm_pr_warning_msg p {
    padding: 0px;
    margin: 0px;
}

.rm_error_msg-wrap .rm_pr_error_msg .rm_red_cross{    
    color: #E04562;
    line-height: 20px;
    box-shadow: none;
    text-decoration: none;
    background-color: transparent;
    margin-right: 0px;
    float: right;
}

.rm_error_msg-wrap .rm_pr_success_msg {   
    background-color: #DAF5E7;
    padding: 8px 20px;
    color: #42CC83;
    font-size: 12px;
    margin: 0px auto;
    display: inline-flex;
    text-align: left;
    box-shadow: inset 2px 0 0 0 #42CC83;
    -moz-box-shadow: inset 2px 0 0 0 #E04562;
    -webkit-box-shadow: inset 3px 0 0 0 #42CC83;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #333333;
    font-family: inherit;
    font-weight: 400;
    padding: 20px;
    font-size: 14px;
    width: 100%;
    max-width: 690px;
}

.rm_error_msg-wrap .rm_pr_success_msg .rm_green_tik{    
    background-color: #42CC83;
    color: #DAF5E7;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 5px;
    float: left;
    line-height: 10px;
    font-size: 12px;
    margin-right: 10px;
    text-align: center;
}

.rm_error_msg-wrap .rm_pr_warning_msg {    
    background-color: #fff0e4;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #ff9947;
    color: #ff9947;
    font-size: 12px;
    margin: 0px auto;
    display: inline-flex;    
    text-align: left;
}

.rm_error_msg-wrap .rm_pr_warning_msg .rm_waring_symbol{    
    background-color: #ff9947;
    color: #fff0e4;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    float: left;
    line-height: 4px;
    font-size: 12px;
    margin-right: 10px;
    text-align: left;
    padding: 8px;
}

.rmagic .rmrow .rminput.rminput-note ~ .rmnote {   
    top: -89px !important;
}

.rmagic .rmrow .rminput.rminput-note ~ .rmnote .rmprenote {   
    bottom: -11px;
    top: auto;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*--- Non-page Specific ------*/

div#rm_stat_container,
div.rm_hide_form_page
{
    display: none;
}


/*--- Form Builder CSS---*/

:root {
    --rm-field-gutter: 10px;
}

.rmagic .rmagic-row {
    width: 100%;
    margin: 0px auto 20px auto;
}

@media (min-width: 783px) {
    .rmagic .rmagic-row .rmagic-fields-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: calc(var(--rm-field-gutter) * -1);
        margin-left: calc(var(--rm-field-gutter) * -1);
    }
    .rmagic-row .rmagic-fields-wrap .rmagic-col {
        min-width: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: calc(var(--rm-field-gutter) * 1);
        padding-left: calc(var(--rm-field-gutter) * 1);
    }
    .rmagic-row .rmagic-fields-wrap .rmagic-col-8 {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

@media only screen and (max-width:781px) {
    .rmagic .rmagic-row {
        display: inline-block;
    }
    
    .rmagic .rmagic-row .rmagic-fields-wrap .rmagic-col {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .rmagic .rmagic-row .rmagic-fields-wrap .rmagic-col:last-child{
        margin-bottom: 0px;
    }
    
    .rmagic .rmagic-row .rmagic-fields-wrap { 
  
    }

}

.rmagic .rmagic-row .rmagic-field .rminput input[type="text"],
.rmagic .rmagic-row .rmagic-field .rminput input[type="password"],
.rmagic .rmagic-row .rmagic-field .rminput input[type="email"],
.rmagic .rmagic-row .rmagic-field .rminput input[type="url"],
.rmagic .rmagic-row .rmagic-field .rminput input[type="file"],
.rmagic .rmagic-row .rmagic-field .rminput input[type="number"],
.rmagic .rmagic-row .rmagic-field .rminput textarea {
    width: 100%;
    min-height: 36px;
    font-size: 1em;
    max-width: 100%;
    height: auto;
}

.rmagic-row .rmagic-field .rminput input[type="password"]:disabled,
.rmagic .rmagic-row .rmagic-field .rminput input[type="text"]:disabled{
    opacity: 0.7;
}

.rmagic .rmagic-row .rmagic-field .rminput select {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(150, 150, 150, 0.4);
    min-width: 50%;
    width: 100%;
    font-size: 1em;
    min-height: 36px;
    line-height: 16px;
}

.rmagic .rmagic-row .rmagic-heading {
    font-size: 20px;
}

.rmagic .rmagic-row .rmagic-subheading {
    padding-bottom: 20px;
    color: gray;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.rmagic-row .rmagic-fields-wrap .rmagic-col .rmagic-field {
    position: relative;
    width: 100%;
    float: left;
}

.rmagic-row .rmagic-fields-wrap .rmagic-col .rmagic-field label sup{
    padding: 0px;
    margin: 0px;
    bottom: 0px;
}

.rmagic-row .rmagic-fields-wrap .rmagic-col .rmagic-field .rminput .intl-tel-input {
    width: 100%;
}

.rmagic-row .rmagic-fields-wrap .rm_divider {
    margin: 0px;
    padding: 0px;
}

.rmagic-row .rmagic-fields-wrap .rmrow {
    min-height: auto;
}

.rmagic-row .rmagic-field .rminput ul.rmradio li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rmagic-row .rmagic-field .rminput ul.rmradio li input[type=radio],
.rmagic-row .rmagic-field .rminput ul.rmradio li input[type=checkbox]{
    margin-right: 10px;

}

.rmagic-row .rm_pricefield_checkbox .rminput .rmradio li { margin-bottom: 10px;}

.rmagic .rm_payment_options .rmagic-field .rminput ul.rmradio li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 10px 0px;
}

.rmagic .rm_payment_options .rmagic-field .rminput ul.rmradio li label {}

.rmagic .rmagic-row .rmagic-fields-wrap .rm-total-price-widget  {
    text-align: center;
    font-size: larger;
    line-height: 60px;
    background-color: rgba(150, 150, 150, 0.1);
    margin: 10px 0;
}


.rmagic .rm_payment_options .rmagic-field .rminput ul.rmradio li .rm_payment_method_select {
    margin-right: 10px;
 
}



@media all and (min-width:782px) {
.rm_layout_label_left.rm-narrow-label-left .rmagic-row .rmagic-col-4 .rmagic-field label.rmfield,
.rm_layout_label_left.rm-narrow-label-left .rmagic-row .rmagic-col-3 .rmagic-field label.rmfield{
    width: 100%;

}


.rm_layout_label_left.rm-narrow-label-left .rmagic-row .rmagic-col-8 ~ .rmagic-col.rmagic-col-4 .rmagic-field label.rmfield {
    width: 25%;
    max-width: 250px;
}

.rm_layout_label_left.rm-narrow-label-left .rmagic-row .rmagic-col-8 ~ .rmagic-col.rmagic-col-4 .rminput {
    width: 75%;
}

.rm_layout_label_left.rm-narrow-label-left .rmagic-row .rmagic-col-4 .rmagic-field .rminput,
.rm_layout_label_left.rm-narrow-label-left .rmagic-row .rmagic-col-3 .rmagic-field .rminput{
    width: 100%;
}


.rm_layout_label_left .rmagic-row .rmagic-field label.rmfield{
    width: 25%;
    max-width: 250px;
}

.rm_layout_label_left .rmagic-row .rmagic-field .rminput {
    width: 75%;
}


}


.rmagic .rmagic-row .rmagic-fields-wrap .rmagic-col .rmnote {
  margin-left: 0px;

    
}

.rmagic .rmagic-row .rmagic-fields-wrap .rmagic-col{   
    position: relative;
}


/* You tube widget----*/

.rmagic-row .rmagic-fields-wrap .rmrow iframe{
    max-width: 100%;
    vertical-align: middle;
}

/*--Timer Field----*/

.rmagic-row .rmagic-fields-wrap .rmagic-field .rminput .rm-flip-clock-wrapper {
    display: flex;
}

.rmagic-row .rmagic-fields-wrap .rmagic-col-3 .rmagic-field .rminput .rm-flip-clock-wrapper ul li a div div.rm-clock-inner {
    font-size: 54%;
}

/*--Timer Field end----*/



/*--Admin logged in form error----*/

.rm-form-error-message {
    background-color: #d2f3bf;
    box-shadow: inset 4px 0 0 0 #6faf49;
    -moz-box-shadow: inset 2px 0 0 0 #E04562;
    -webkit-box-shadow: inset 4px 0 0 0 #6faf49;
    border: 0px;
    color: #3f6826;
    font-family: inherit;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    margin: 0 0 20px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: left;
    padding: 20px;
}

/*--Admin logged in form error----*/


/*-- Frontend shortcode--*/

.rmagic-table.rm-single-inbox-tabs .rm-user-row.rm-inbox-icon {
    display: none;
}

.rmagic .rmagic-table.rm-single-payment-tabs {
    width: 100%;
}
/*-- End: Frontend shortcode--*/


.rm-form-preview-notice {
    color: #856404;
    background-color: #fff3cd;
    position: relative;
    padding: 12px 20px;
    margin: 12px 0px;
    border-left: 3px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    border-color: #f2e1af;
    overflow: hidden;
}



@media not all and (min-resolution:.001dpcm) { 
@media {
    /* your code for Safari Desktop & Mobile */
.wp-site-blocks .rmagic .rmagic-row .rmagic-field .rminput input[type="text"], 
.wp-site-blocks .rmagic .rmagic-row .rmagic-field .rminput input[type="password"],
.wp-site-blocks .rmagic .rmagic-row .rmagic-field .rminput input[type="email"],
.wp-site-blocks .rmagic .rmagic-row .rmagic-field .rminput input[type="url"],
.wp-site-blocks .rmagic .rmagic-row .rmagic-field .rminput input[type="file"], 
.wp-site-blocks .rmagic .rmagic-row .rmagic-field .rminput input[type="number"], 
.wp-site-blocks .rmagic .rmagic-row .rmagic-field .rminput textarea{
 border: 1px solid #e8e8e8;
  }
    /* end */
  }
}

.admin_page_rm_field_manage  #TB_window iframe .rmagic {
    max-width: 1100px;
    margin: 0px auto;
}.widget.air_politician .extended_summary table td:nth-child(n+3), .widget.air_politician .extended_summary table th:nth-child(n+3)
{
    display: none;
}

#content .center
{
    text-align: center;
}/* Hide summary if after top news */
.slider-main-content .topnews + .summary
{
	display: none;
}
.slider-main-content .topnews
{
	padding-top: 5px;
}
.slider-main-content .summary .brief_summary > p:first-child
{
	margin-top: 0;
}

/* Top News & Featured content */
.featured .featured_row,
.topnews .tn_row
{
	min-height: 51px;
	padding: 5px 6px 0px 8px;
	margin-top: 7px;
	box-sizing: border-box;
}
.widget .featured .featured_row,
.widget .topnews .tn_row
{
	padding: 5px 6px 0px 6px;
}
.topnews .tn_row:first-child,
.topnews h2 + .tn_row:nth-child(2)
{
	margin-top: 0;
}
/*
div.topnews .tn_row:nth-child(n+7) {
    display: none;
}

div.topnews h2 ~ .tn_row:nth-child(7) {
    display: block;
}
*/
div.topnews h2:nth-child(n+2)
{
	display: none;
}

/* Show TN subheadings and items after 6th on single fullscreen post */
@media (min-width: 782px)
{
	body.single div.topnews h2:nth-child(n+2),
	body.single div.topnews .tn_row:nth-child(n+7)
	{
		display: block;
	}
}


.featured .featured_details,
.topnews .tn_details
{
    display: inline-block;
/*
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
*/
    width: calc(100% - 42px); /* based on icon outer width */
}

.featured .featured_details > span.title,
.topnews .tn_details > span.title
{
	font-size: 12pt;
	font-weight: bold;
}

.featured .featured_details > a,
.topnews .tn_details > a
{
	font-size: 12pt;
}

.featured .featured_summary,
.topnews .tn_summary
{
	display: none;
}

.featured .icon,
.topnews .icon
{
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 6px;
	background-position: center;
	background-repeat: no-repeat;
}

.featured .video .icon,
.topnews .Video .icon
{
	background-image: url(https://mo.onair.cc/wp-content/plugins/onair-plugin/imgs/video-icon.png);
	background-size: 19px;
}

.topnews .OnAir .icon
{
	background-image: url(https://mo.onair.cc/wp-content/plugins/onair-plugin/imgs/onair-logo.png);
	background-size: 20px;
}

.featured .quote .icon,
.topnews .Commentary .icon
{
	background-image: url(https://mo.onair.cc/wp-content/plugins/onair-plugin/imgs/Commentary-icon.png);
	background-size: 22px;
}

.topnews .PressRelease .icon,
.topnews .Article .icon
{
	background-image: url(https://mo.onair.cc/wp-content/plugins/onair-plugin/imgs/doc-icon.png);
	background-size: 17px;
}

.topnews .Information .icon
{
	width: 19px;
	height: 19px;
	box-sizing: border-box;
	margin-left: 1px;
	margin-right: 8px;
	background-color: white;
	border-radius: 5px;
	border: 2px solid black;
	color: black;
	font-size: 13pt;
	line-height: 15px;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.topnews .Livestream .icon
{
	background-image: url(https://mo.onair.cc/wp-content/plugins/onair-plugin/imgs/livestream-icon.png);
	background-size: 19px;
}

.topnews .Event .icon
{
	background-image: url(https://mo.onair.cc/wp-content/plugins/onair-plugin/imgs/clock.png);
	background-size: 19px;
}

.topnews .Org .icon
{
	background-image: url(https://mo.onair.cc/wp-content/plugins/onair-plugin/imgs/team-icon-50.png);
	background-size: 19px;
}

.topnews .tn_row.live .icon:after
{
	content: 'LIVE';
	opacity: 0;
	transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
	display: block;
	width: 28px;
	height: 13px;
	position: relative;
	top: 25px;
	left: calc(50% - 14px);
	background: rgb(255,0,0);
	border-radius: 4px;

	font-size: 7pt;
	line-height: 10pt;
	color: white;
	font-weight: 800;
	font-family: sans-serif;
	text-align: center;
}
.topnews .tn_row.live .icon.live:after
{
	opacity: 1;
}

.featured .featured_row.dynamic,
.topnews .tn_row.dynamic
{
	cursor: pointer;
}
.featured .featured_row.dynamic:hover,
.topnews .tn_row.dynamic:hover
{
/*
	color: var(--list-hover-color);
*/
	background-color: var(--list-hover-bg-color);
}
.featured .featured_row.active,
.featured .featured_row.active:hover,
.topnews .tn_row.active,
.topnews .tn_row.active:hover
{
/*
	color: var(--list-selected-color);
*/
	background-color: var(--list-selected-bg-color);
}
.featured_container,
.tn_container
{
  display: none;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
	bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  background: rgba(255,255,255,1);
  padding: 10px;
  overflow: auto;
}
.featured_container.featured_content,
.tn_container.tn_summary
{
	border: 3px groove rgb(180,180,180);
}
.featured_container.video > p:first-child
{
  display: none;
}

.featured_container.video-embed,
.tn_container.video-embed
{
	padding: 0;
	height: 100%;
}
#content .featured_container > h2:first-child,
#content .tn_container > h2:first-child
{
	margin-top: 0px;
}
#content .featured_container h2,
#content .tn_container h2
{
	margin-top: 5px;
}
#content .featured_container h3,
#content .tn_container h3
{
  margin-top: 5px;
}
.slider-img-container .featured_container,
.slider-img-container .tn_summary.tn_container {
  padding: 10px;
  overflow: auto;
}
.slider-img-container .featured_container h2,
.slider-img.container .tn_container h2
{
	font-size: 21pt;
	line-height: 21pt;
}

/* Event Summary */
.tn_summary div.section,
.tn_summary div.who
{
	margin-bottom: 5px;
}

.tn_summary ul.section-contents,
.tn_summary ul.who-contents
{
	margin-bottom: 3px;
}
.tn_summary .section-label,
.tn_summary .who-label
{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
#content .tn_summary .section-label p,
.tn_summary .section-label p,
#content .tn_summary .who-label p,
.tn_summary .who-label p
{
	margin-bottom: 0;
}

.tn_summary .section-contents,
.tn_summary .who-contents
{
	display: inline-block;
    list-style: none;
    margin-left: 5px;
	margin-bottom: 0;
}
#content .tn_summary .section-contents li:first-child,
.tn_summary .section-contents li:first-child,
#content .tn_summary .who-contents li:first-child,
.tn_summary .who-contents li:first-child
{
	padding-top:0;
}
#content .tn_summary .section-contents li,
.tn_summary .section-contents li,
#content .tn_summary .section-contents p,
.tn_summary .section-contents p,
#content .tn_summary .who-contents li,
.tn_summary .who-contents li,
#content .tn_summary .who-contents p,
.tn_summary .who-contents p
{
	margin-bottom: 0;
}

.tn_summary .who-contents .affiliation
{
	font-style: italic;
}

/* Summary featured items */
.summary .featured .featured_row:first-child
{
  margin-top: 6px;
}
.summary .featured .featured_row
{
  cursor: pointer;
}
.summary .featured .featured_row.dynamic:hover
{
	background-color: var(--list-hover-bg-color);
}
.summary .featured .featured_row.active,
.summary .featured .featured_row.active:hover
{
	background-color: var(--list-selected-bg-color);
}
/*
.summary .featured .featured_row.active
{
  background: ;
}
*/
.summary .featured .featured_row > p
{
  display: none;
}

.featured .featured_content
{
  display: none;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
	bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  background: rgba(255,255,255,1);
  /*padding: 10px;*/
  /*overflow: auto;*/
}


/* Widget styling */
.widget .topnews .tn_row
{
	margin-top: 0;
}
.widget .topnews .tn_details,
.widget .topnews .tn_details > span 
{
	font-size: 10pt;
}
.widget .topnews .tn_details > span.title
{
	font-size: 11pt;
}
.widget .cat-post-thumbnail .post-thumbnail{
	width: 100%;
	height: 100%;
}
.widget .tn_container h2
{
	padding-bottom: 0;
	font-size: 13.5pt;
	line-height: 16pt;
}
.widget .tn_container p
{
	margin-bottom: 8px;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: 400;
}

/* - Post view */ 
#content li.pad_bottom{
  margin-bottom: 30px;
}


/* - Slider view */ 
.slider-img-container .tn_container p {
	font-size: 13pt;
	line-height: 17pt;
}
.slider-img-container .tn_container li {
	padding-top: 4px;
	font-size: 11pt;
	line-height: 16pt;
}


/* END Top News */


/* Slider View */
.sliderContainer .slider-main-content .extended_summary:before {
    width: 210px;
    height: 2px;
    margin: 10px auto;
    content: '';
    display: block;
    border-top: 2px solid #999;
}
.sliderContainer .slider-main-content .extended_summary {
    display: none;
    display: block;
}
.sliderContainer .slider-main-content .extended_summary.open {
    display: block;
}
.sliderContainer .slider-main-content .arrow {
    display: none;
    width: 0;
    height: 0;
    margin: 3px auto;
    cursor: pointer;
    padding: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
    border-bottom: 10px solid var(--dark-elem-bg-color);
}

.sliderContainer .slider-main-content .arrow.down {
    border-bottom: 0;
    border-top: 10px solid var(--dark-elem-bg-color);
}
.sliderContainer .slider-main-content .arrow:hover {
	border-bottom-color: var(--dark-elem-selected-bg-color);
}
.sliderContainer .slider-main-content .arrow.down:hover {
	border-top-color: var(--dark-elem-selected-bg-color);
}

/*
.sliderContainer .slider-main-content .extended_summary{

}
*/

/* Nav related links */
.related_links
{
	position: relative;
	top: 6px;
	clear: both;
	margin: 0;
	background: rgb(240,240,255);
	padding: 4px 8px;
	list-style: none;
	border-radius: 6px;
}
.related_links > span:first-child
{
	font-weight: bold;
	margin-right: 17px;
}
/*
.related_links ul > li
*/
.related_links li
{
	display: inline-block;
	margin-right: 17px;
}
/*
.related_links ul > li:first-child
{
	margin-left: 0;
}
*/

/* Widget related links */
.post-widget > .related_links
{
	display: none;
}
.post-widget > .main-nav > .related_links
{
	display: block;
	margin: 0 1px;
}

/* Slider widget view */
.cyclenav .navlist div.excerpt {
    height: 135px;
    overflow: auto;
}
/*
.cyclenav > li .brief_summary {
    height: 100px;
    overflow: hidden;
}
*/
.cyclenav > li .extended_summary {
    display: none;
}
.cyclenav > li .extended_summary.open{
    display: block;
}
.cyclenav .excerpt .arrow {
    width: 0;
    height: 0;
    margin: 3px auto;
    cursor: pointer;
    padding: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
    border-bottom: 10px solid #555;
}
.cyclenav .excerpt .arrow.down{
    border-bottom: 0;
    border-top: 10px solid #555;
}
.cyclenav > li {
    height: 382px;
    background: white;
}
.cyclenav > li a > span, .cyclenav > li.active a > span, .cyclenav a:hover > span {
    display: block;
    text-align: center;
    padding: 7px;
    background: rgb(230,230,230);
    border: 1px solid rgb(210,210,210);
    border-right: 0;
    border-left: 0;
    font-size: 13pt;
    line-height: 38px;
    font-weight: bold;
    color: rgb(40,40,40);
}


/* Post View */
#content .post-entry div.summary:not(div.topnews + div.summary),
#content .post-entry div.topnews:not(div.summary + div.topnews),
#content .post-entry h1.post_summary:nth-child(3),
#content .post-entry div.summary:nth-child(4)
{
    background: #f2f6e5;
    border-radius: 0 0 7px 7px;
}

#content .post-entry h1.post_summary:nth-child(3)
{
    border-radius: 7px 7px 0 0;
	padding-top: 9px;
	padding-left: 12px;
}

@media (max-width: 782px)
{
	#content .post-entry div.summary,
	#content .post-entry div.topnews{
	    background: #f2f6e5;
	    border-radius: 0 0 5px 5px;
	}
}
/*
@media (max-width: 767px){
  .post-entry .summary{
    border-radius: 8px;
  }
}
*/

div.onair-post-link
{
	margin-top: 18px;
}

.summary > .brief_summary > p.source
{
	margin-top: -10px;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry p,
.post-entry ul,
.post-entry ol
{
	padding-left: 13px;
	padding-right: 13px;
}
.post-entry .summary {
	padding-top: 6px;
	padding-bottom: 6px;
}
.post-entry .brief_summary {
    font-size: 10pt;
/*    margin-bottom: 17px; */
/*    border-radius: 4px; */
    border-radius: 0 0 5px 5px;
    max-width: calc(784px - 24px);
}
.post-entry .section-wrapper.summary .brief_summary,
.post-widget .post-content .brief_summary {
	padding: 0;
}

.post-entry .extended_summary:before {
    width: 180px;
    height: 1px;
    margin: 14px auto 0px auto;
    content: '';
    display: block;
    border-top: 2px solid #999;
}

#content #content-margin .page_title
{
    max-width: 784px;
    margin: 0 auto;
}

#content .post-entry .summary ul {
	margin-left: 31px;
}

.post-entry .extended_summary {
    padding: 0 12px 5px 12px;
    max-width: calc(784px - 24px);
    margin: 0 auto 10px auto;
}

#content .post-entry .extended_summary h2:first-child {
    margin-top: 4px;
    padding-top: 8px;
}

/*#content .post-entry .brief_summary p:last-child, .cyclenav .excerpt p:last-child {*/
#content .post-entry .summary > div p:first-child, 
.post-entry .section-wrapper.summary > div > div p:first-child, 
.cyclenav .excerpt p:first-child {
    margin-top: 2px;
}
#content .post-entry .summary > div p:last-child, 
.post-entry .section-wrapper.summary > div > div p:last-child, 
.cyclenav .excerpt p:last-child {
    margin-bottom: 2px;
}

/* Homepage widget view */
body.home #widgets .extended_summary{
    display: none;
}
body.home #widgets .extended_summary.open{
    display: block;
}
.cat-post-item.hasoverflow .summary:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    bottom: 15px;
    background: linear-gradient(0deg, white, transparent);
}
body.home #widgets .arrow{
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
    width: 0;
    height: 0;
    padding: 0;
    margin: 3px auto;
    cursor: pointer;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
    border-bottom: 10px solid #555;
}
body.home #widgets .arrow.down{
    border-bottom: 0;
    border-top: 10px solid #555;
}

/*
body.home #widgets .extended_summary{

}
*/

/* Summary/Excerpt Styling */
.extended_summary table
{
  border-collapse: collapse;
}

.extended_summary table th, .extended_summary table td
{
  border: 1px solid #999;
  padding: 0.5rem;
}

.extended_summary table th
{
  font-weight: 600;
}

/*
.extended_summary table td
{

}

.title-source-content{}
*/

.title-source-content :first-child + br
{
  line-height: 30px;
}/**
 * WP jQuery Lightbox
 * Version 1.3.4 - 2011-12-29
 * https://wordpress.org/extend/plugins/wp-jquery-lightbox/ 
 */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10100;/*twentyeleven keeps the header at 999...*/
	text-align: center;
	line-height: 0;
	}

#jqlb_loading{
	height:32px;
	background-image:url(https://mo.onair.cc/wp-content/plugins/wp-lightbox-2/styles/./images/loading.gif);
	background-repeat:no-repeat;				
	background-position:center center; 		
}	
#jqlb_closelabel{
	height:22px;
	background-image:url(https://mo.onair.cc/wp-content/plugins/wp-lightbox-2/styles/./images/closelabel.gif);
	background-repeat:no-repeat;				
	background-position:center center;
}	

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 45%;
	height: 100%;
	background: transparent url(https://mo.onair.cc/wp-content/plugins/wp-lightbox-2/styles/./images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(https://mo.onair.cc/wp-content/plugins/wp-lightbox-2/styles/./images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://mo.onair.cc/wp-content/plugins/wp-lightbox-2/styles/./images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
#downloadLink{
margin-left: 10px;
}	
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px;  float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10090;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}35%{-webkit-transform:scale(1.1);transform:scale(1.1)}60%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}35%{-webkit-transform:scale(1.1);transform:scale(1.1)}60%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(1);transform:scale(1)}}.container-youtube,.container-vimeo{font-size:0;line-height:0}.container-youtube noscript,.container-vimeo noscript{display:block;font-size:1rem;line-height:1.2em;text-align:left}.preview-lazyload{opacity:1;position:relative;-webkit-transition:opacity 0.25s;transition:opacity 0.25s}.js-lazyload--not-loaded .preview-lazyload{opacity:0}.entry-content a.preview-lazyload{background-color:transparent;border:0;height:315px;width:100%;max-width:100%;text-decoration:none;display:inline-block;color:#fff;font-family:Arial, serif;font-size:14px;margin-top:0;line-height:18px;-webkit-box-sizing:border-box;box-sizing:border-box}a.lazy-load-vimeo{text-decoration:none}.lazy-load-div{display:table;height:100%;width:100%}.lazy-load-div::before{content:"\25B6";font-size:50px;font-family:Arial, sans-serif;color:#fff;opacity:0.7;z-index:3;text-shadow:0px 0px 60px rgba(0,0,0,0.8);display:table-cell;vertical-align:middle;text-align:center}.lazy-load-div:hover::before{opacity:0.9;text-shadow:0px 0px 60px rgba(0,0,0,0.5)}.css_white_pulse .lazy-load-div::before,.css_black_pulse .lazy-load-div::before{font-size:70px;-webkit-animation:pulse 3s infinite linear;animation:pulse 3s infinite linear}a.lazy-load-youtube:hover,.lazy-load-vimeo:hover{text-decoration:none;cursor:pointer}.lazy-load-div,.lazy-load-info{max-width:100%;opacity:0.8;color:#fff}.lazy-load-div{position:absolute;z-index:3}.lazy-load-info{position:relative}.lazy-load-div:hover,.lazy-load-youtube:hover>div,.lazy-load-vimeo:hover>div{opacity:1}.titletext{padding-left:15px;padding-right:15px;position:relative;top:7px;text-shadow:none;float:left;text-transform:none;font-weight:normal}.container-youtube embed,.container-youtube iframe,.container-youtube object,.container-youtube video,.container-vimeo embed,.container-vimeo iframe,.container-vimeo object,.container-vimeo video{margin-bottom:0 !important}.entry-content a.lazy-load-youtube,a.lazy-load-youtube,.lazy-load-vimeo{margin-bottom:0 !important}.entry-content a.lazy-load-youtube iframe,a.lazy-load-youtube iframe,.lazy-load-vimeo iframe{margin-bottom:0 !important}a.lazy-load-youtube{display:block !important}.wp-embed-responsive .wp-block-embed[class*="wp-embed-aspect-"]{position:relative}.wp-embed-responsive .wp-block-embed[class*="wp-embed-aspect-"] .container-lazyload{position:absolute;left:0;top:0;height:100%;width:100%}body {
  margin: auto;
}
table {
  margin: 30px;
  padding: 0;
}
tr {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
tr[role="row"] {
  height: 40px;
}
tr.odd {
  background-color: lightgray;
}
tr.even {
  background-color: white;
}
#paging {
  padding: 0 10px 10px 0px;
  font-size: 13px;
  margin-top: 10px;
  margin-left: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#paging a {
  color: #000;
  background: #e0e0e0;
  padding: 8px 12px;
  margin-right: 5px;
  text-decoration: none;
  font-weight: bold;
}
#paging a.active {
  background: #000 !important;
  color: #fff;
}
#paging a:hover {
  border: 1px solid #000;
}

.hidden {
  display: none;
}.category .oa-post-widget{
}.post-widget
{
	background-color: rgba(250,250,250,1);
	box-shadow: 2px 2px 11px 3px rgba(0,0,0,.45);
	border-radius: 8px;
}

.post-widget.nosummary .brief_summary, .post-widget.nosummary .arrow, .post-widget.nosummary .extended_summary{
  display: none;
}


.post-widget .main-nav,
.post-widget .headings-nav,
.post-widget .post-content
{
    padding: 0;
}
.post-widget .post-content
{
    padding-bottom: 5px;
	min-height: 40px;
}

.post-widget .post-content img {
    max-width: 100%;
    height: auto;
}

.post-widget .post-content img.bottom
{
	vertical-align: bottom;
}

.post-widget .tn_summary h2,
.featured .featured_summary h2
{
	color: black;
	font-size: 11.5pt;
	line-height: 16pt;
}

.post-widget .post-content p,
.post-widget .post-content h3,
.post-widget .post-content h4,
.post-widget .post-content ul,
.post-widget .post-content ol
{
    padding-left: 13px;
    padding-right: 13px;
}
.post-widget .headings-nav
{
    display: none;
	margin-top: -3px;
	background: white;
}

.post-widget .headings-nav:before,
.post-widget .headings-nav:after
{
    content: ' ';
    display: table;
}

.post-widget .headings-nav:after
{
    clear: both;
}

.post-widget .main-nav
{
	display: block;
    width: 100%;
	background: white;
	position: relative;
	top: -3px;
    padding: 0px;
    margin: 0px;
}

.post-widget .headings-nav > div
{
/*
    width: calc(33.3% - 5px);
    float: left;
*/
    padding: 3px 2px;
    border-radius: 6px 6px 0 0;
    color: white;
	margin-top: 1px;
    background: var(--list-heading-bg-color);
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.post-widget .main-nav.headings-nav > div > div:nth-child(n+3)
{
    width: 33.3%;
}
.post-widget .main-nav.headings-nav > div > div:first-child
{
    border-left: 0;
}
.post-widget .main-nav.headings-nav > div.empty
{
    cursor: default;
    display: none;
}
.post-widget .main-nav.headings-nav > div > div
{
    max-height: 19px;
    overflow: hidden;
    vertical-align: middle;
}

/* Deal with heading/tab overflow */
.headings-nav > div > div
{
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.post-widget .post-content > *
{
    display: none;
}
/*
.post-widget .headings-nav > div
{
    padding: 3px 2px;
	border-radius: 6px 6px 0 0;
    border-bottom: 0;
    background: var(--list-heading-bg-color);
    color: white;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}
*/
.post-widget .headings-nav > div.selected
{
	color: var(--dark-elem-selected-color);
	background: var(--dark-elem-selected-bg-color);
}

.post-widget .post-entry > h1,
.post-widget .section-wrapper > h1,
.post-widget .section-wrapper > h2
{
	display: none;
}

.post-widget .headings-nav > div:last-child
{
	border-bottom: 1px solid #073763;
}

.post-widget .summary,
.post-widget .section-wrapper
{
	max-height: 400px;
	overflow: auto;
}
/* Hide duplicate summary */
.post-widget > .summary
{
	display: none;
}

@media (max-width: 782px)
{
	.post-widget .summary, .post-widget .section-wrapper
	{
		max-height: none;
	}
	.post-widget
	{
		width: 100%;
	}
}

.post-widget .headings-nav:not(.main-nav) > div:first-child
{
    background: #d0e0e3;
    padding: 4px;
    color: #0c343d;

    line-height: 12pt;
    font-size: 12pt;
    font-weight: bold;

    text-align: center;
    cursor: pointer;
}

.post-widget .post-content .section-wrapper h1,
.post-widget .post-content .section-wrapper h2
{
    font-size: 12pt;
    line-height: 15pt;
    padding: 5px 5px 0;
}

.post-widget .headings-nav:not(.main-nav) div:first-child > span:before
{
    /* Include up arrow */
    content: '';
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 8px solid rgb(230,230,230);
    border-bottom: 8px solid #0c343d;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.post-widget .headings-nav:not(.main-nav) div:first-child:hover > span:before
{
    border-bottom: 8px solid rgb(0,190,140);
    border-bottom: 8px solid rgb(0,140,100);
}


/**** Two-column approach ****/
.post-widget .headings-nav.two-columns > div
{
    float: left;
	box-sizing: border-box;
    width: calc(50% - 1.5px);
    text-align: center;
    overflow: hidden;
    border: 0;
	margin-left: 1px;
}

.post-widget .headings-nav.two-columns:not(.main-nav) > div:first-child
{
    width: calc(100% - 2px);
}

/* Fix borders: No top border for first two items, even/left-side items have no right border */
.post-widget .headings-nav.two-columns>div:nth-child(2),
.post-widget .headings-nav.two-columns>div:nth-child(3) 
{
    border-top: 0;
}

.post-widget .headings-nav.two-columns>div:nth-child(odd)
{
    margin-right: 1px;
}
.post-widget .headings-nav.two-columns > div:nth-last-child(2):nth-child(even)
{
/*
    border-bottom: 1px solid;
*/
}

.post-widget .main-nav.headings-nav.two-columns>div:nth-child(odd)
{
    margin-right: 0px;
}
.post-widget .main-nav.headings-nav.two-columns>div:nth-child(even)
{
    margin-right: 1px;
}

/**** Three-column approach ****/
.post-widget .headings-nav.three-columns > div
{
    float: left;
	box-sizing: border-box;
    width: calc(33.33% - 1.33px);
    height: 23px;
	margin-left: 1px;
	margin-top: 1px;
    text-align: center;
    overflow: hidden;
    border: 0;
}

.post-widget .headings-nav.three-columns:not(.main-nav) > div:first-child
{
    width: calc(100% - 2px);
	margin-bottom: 1px;
}

/* Fix borders: No top border for first three items, even/left-side items have no right border */
.post-widget .headings-nav.three-columns>div:nth-child(2),
.post-widget .headings-nav.three-columns>div:nth-child(3),
.post-widget .headings-nav.three-columns>div:nth-child(4)
{
    margin-top: 0;
}

.post-widget .headings-nav.three-columns>div:nth-child(3n+1) {
    margin-right: 1px;
}

/* Fix for main nav - has no Top Heading */
.post-widget .main-nav.headings-nav.three-columns>div:nth-child(1) {
    margin-top: 0;
}
.post-widget .main-nav.headings-nav.three-columns>div:nth-child(4) {
	margin-top: 1px;
}

.post-widget .main-nav.headings-nav.three-columns>div:nth-child(3n)
{
    margin-right: 1px;
}
.post-widget .main-nav.headings-nav.three-columns>div:nth-child(3n+1) {
    margin-right: 0px;
}

/*
.post-widget .subheadings-nav.three-columns > div:nth-last-child(2):nth-child(even)
{
    border-bottom: 1px solid;
}
*/
/*
.post-widget .headings-nav.three-columns>div:last-child {
    margin-bottom: 5px;
}
*/

/* End of subheading nav three-column descriptions */
.post-widget .headings-nav.show
{
    display: block;
}

.post-widget .post-content .section-wrapper,
.post-widget .post-entry .section-wrapper
{
    display: none;
}

/* Display first section by default */
.post-widget .post-content .section-wrapper:first-child
{
	display: block;
}

.post-widget .post-content > div.topnews,
.post-widget .post-content > h1 + div.topnews:nth-child(2),
.post-widget .post-content > h1 + div.summary:nth-child(2),
.post-widget .post-content > div.topnews > .section-wrapper:first-child
{
	display: block;
}

.post-widget .post-content > div.topnews
{
	padding-top: 5px;
}

/* Hide summary or top news at top level of widget */
.post-widget > .summary,
.post-widget > .topnews
{
	display: none;
}

/* Post widget side padding */
.post-widget .post-entry
{
	padding-left: 0;
	padding-right: 0;
	min-height: 40px;
}

.post-widget .post-entry > .section-wrapper
{
/* Add to paragraph tags of slider content?
	padding-left: 10px;
	padding-right: 10px;
*/
}

/* Limit table size to 2 columns within widget summaries */
.post-widget table td:nth-child(n+3), .post-widget table th:nth-child(n+3) {
    display: none;
}

.post-widget .post-content iframe {
    width: 100%;
    height: auto;
    position: static;
}

.post-widget .cat-post-thumbnail:empty{
	display: none;
}
.post-widget .cat-post-thumbnail img {
    width: 100%;
    float: none;
}

.post-widget img.headshot {
    width: 120px;
}

.post-widget .cat-post-thumbnail
{
    display: block;
    padding: 0;
    padding-top: 56.25%;
    position: relative;
}
.post-widget .cat-post-thumbnail > *
{
    position: absolute;
    top: 0;
    width: 100%;
}
.post-widget .cat-post-thumbnail .post-thumbnail
{
    width: 100%;
    height: 100%;
}
.cat-post-thumbnail img
{
    margin: 0 auto;
}

.post-widget .featured-video-plus
{
  height: 150px;
  height: auto;
}
.post-widget .featured-video-plus .fluid-width-video-wrapper
{
  padding-top: 55.75% !important;
  position: relative;
}
.post-widget .featured-video-plus iframe
{
  width: 100%;
  height: 100%;
}

.post-widget p
{
  font-size: 11.5pt;
  line-height: 16pt;
  margin-top: 8px;
  text-align: left;
  font-weight: normal;
}

.post-widget .post-title {
    display: block;
    text-align: center;
    padding: 6px 45px;
	white-space: nowrap;
    clear: both;
    background: white;
/*    background: var(--dark-elem-bg-color); */
/*    border: 1px solid rgb(210,210,210); */
    border-right: 0;
    border-left: 0;
    border-top: 2px solid var(--list-heading-bg-color);
    border-bottom: 2px solid var(--list-heading-bg-color);
    font-size: 12pt;
    font-weight: bold;
/*
    color: rgb(40,40,40);
    color: var(--dark-elem-text-color);*/
    color: black;
}
.post-widget .post-title > a
{
	display: block;
	max-width: calc(100% + 37px);
	width: fit-content;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-widget a.post-title {
    color: var(--list-heading-bg-color);
}

.post-widget.has-menu .post-title {
/*	padding-left: 34px; */
}

.post-widget .post-title.no-menu {
/*
    border-bottom: 2px solid var(--list-heading-bg-color);
*/
}

.post-widget span.post-title > span{
	color: black;
}
.post-widget span.post-title > a:not([href]){
	color: black;
}
/*
.post-widget span.post-title {
    display: block;
    text-align: center;
    padding: 10px;
    padding-top: 10px;
    clear: both;
    background: var(--lightbutton-bg-color);
    color: var(--lightbutton-color);
    border: 1px solid rgb(210,210,210);
    border-right: 0;
    border-left: 0;
    font-size: 12pt;
    font-weight: bold;
}
*/
.post-widget .nav-toggle
{
	box-sizing: border-box;
	position: absolute;
    top: 6px;
    left: 6px;
	height: 18px;

	position: relative;
	height: 16px;
	width: 34px;
	margin-bottom: -16px;
	top: 9px;
	z-index: 2;

    display: block;
    padding: 0;
	border: 1px outset;
	border-radius: 5px;
	border-color: var(--dark-elem-selected-bg-color);
	border-color: #cbdcdc;
    background: linear-gradient(to top, #cbdcdc 5%, #e0fdfd 100%);
    background: linear-gradient(to top, rgb(0,95,95) 55%, rgb(20,160,160) 100%);
	cursor: pointer;
}
.post-widget .nav-toggle > span
{
    content: ' ';
    display: inline-block;
    position: relative;
    top: -4px;
	width: 0px;
    height: 0px;
    border: 3px solid;
    border-color: var(--dark-elem-bg-color);
	border-color: rgb(220,240,240);
    border-radius: 4px;
    margin-left: 3px;
}
.post-widget .nav-toggle > span:first-child
{
	margin-left: 4px;

}
.post-widget .nav-toggle.selected
{
	border-style: inset;
	filter: brightness(86%);
/*
    background: linear-gradient(to top, #bbcccc 5%, #d0eded 100%);
*/
}
.post-widget .nav-toggle.selected > span
{
	left: -1px;
}
.post-widget > .summary > .brief_summary,
.post-widget > .summary > .extended_summary,
.post-widget > * {
    padding-left: 15px;
    padding-right: 15px;
}
.post-widget > .summary
{
    padding: 0;
}

.post-widget .post-content img.alignleft,
.post-widget .post-content img.alignright
{
	max-width: 35%;
	margin-bottom: 12px;
}
.post-widget .post-content img.alignright
{
	margin-left: 12px;
}
.post-widget .post-content img.alignleft
{
	margin-right: 12px;
}

.post-widget .cat-post-thumbnail > img {
	width: 100%;
	height: auto;
}

.post-widget .close
{
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;

    padding: 3px 3px 1px 3px;
    border-radius: 3px;
    background: white;
    opacity: 0.6;
    text-align: center;
    border: 1px solid rgba(50,50,50,1);
	cursor: pointer;

	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 20px;
    color: rgb(50,50,50);
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
@media (max-width: 782px){
    .post-widget .close,
    .post-widget .close
    {
        display: none;
    }
}
.post-widget .close:hover {
    opacity: 1;
}

/* Sponsor Bar in onAir Widget */
.post-widget .sponsor-bar, .post-widget .sponsor-bar
{
    height: 35px;
    padding: 0;
    border-radius: 0 0 8px 8px;
}
.sliderContainer .container .sponsor-bar > .buttons > *:nth-child(n+2)
{
  margin-left: 2px;
}
.post-widget .sponsor-bar .discuss
{
    width: 37px;
    background-size: 30px;
    background-position: center;
/*    border-radius: 0 0 0 6px;*/
}
.post-widget .sponsor-bar .discuss.disabled:after
{
    border-radius: 0 0 0 6px;
}

.post-widget .sponsor-bar .sponsor-banner
{
    width: calc(100% - 110px);
    display: inline-block;
}

.post-widget .sponsor-bar .share
{
    width: 37px;
    background-size: 35px;
    /*border-radius: 0 0 6px 0;*/
}

.post-widget .sponsor-bar .share .addtoany_shortcode
{
    top: -41px;
    height: 34px;
}

.post-widget .sponsor-bar .simplefavorite-button
{
  width: 24px;
  height: 34px;
  overflow: hidden;
  padding: 0px 4px 0px 4px;
  line-height: 39px;
  vertical-align: top;
  border-radius: 0 0 6px 0;
}

.post-widget .sponsor-bar .simplefavorite-button i[class^="sf-icon-"]
{
  position: unset;
  margin-left: 5px;
  margin-right: 15px;
}

/* Phone view */
@media (max-width: 782px){
	#wrapper
	{
		margin-bottom: 0;
	}

	.sliderContainer.widgets
	{
		display: block;
		width: 100%;
		margin: 0;
	}
	.sliderContainer.widgets .filter-bar
	{
		display: block;
		width: 100%;
	}
	.sliderContainer.widgets .widgetWrapper 
	{
		overflow-y: auto;
		background: transparent;
	}
	.sliderContainer.widgets .widgetWrapper .post-widget 
	{
		margin: 0;
	}

  .map-ui .post-widget p
  {
    font-size: 12pt;
    line-height: 16pt;
  }

  .map-ui .post-widget.empty
  {
    color: black;
    text-align: center;
    font-size: 11pt;
  }
  .map-ui .post-widget.empty:before
  {
    content: url(https://mo.onair.cc/wp-content/themes/onair-7.0/assets/css/../images/Loading_icon.gif);
  }
  .map-post-item.post-widget.empty:after {
    content: 'Loading...';
    position: relative;
    font-style: italic;
    font-size: 10pt;
    top: 1px;
  }

	.map-post-item.post-widget.empty::before {
	    background: url(/wp-content/themes/onair-6.2/lib/map-interface/images/Loading_icon.gif) no-repeat center;
	    background-size: contain;
	    content: ' ';
	    height: 18px;
	    position: absolute;
	    display: block;
	    width: 18px;
	    top: 2px;
	    left: calc(50% - 51px);
	}

  .map-ui .widgetWrapper.show .post-widget:not(.elections):not(.representatives),
  .map-ui.elections .widgetWrapper.show .post-widget.elections,
  .map-ui.representatives .widgetWrapper.show .post-widget.representatives
  {
    display: block;
  }

  .map-ui .post-widget .featured-video-plus iframe
  {
    width: 100%;
  }

  /* Banner bar */
  .post-widget .sponsor-bar .discuss
  {
    margin-right: 2px;
    border-radius: 0;
  }

  /* Favorites button */
  .post-widget .sponsor-bar .simplefavorite-button
  {
    position: relative;
    float: none;
    margin-left: 2px;
    margin-right: 0;
    height: 100%;
  }

  .post-widget .sponsor-bar .simplefavorite-button i[class^="sf-icon-"]
  {
    margin-top: 8px;
    margin-left: 3px;
  }

  .sponsor-bar .simplefavorite-button.loading > img.simplefavorites-loading {
    margin-left: 1px;
  }
  
}