/* Desktops and laptops ----------- */
/* Disqus fix */
#layout #discovery-top,
#discovery-top .discovery-main { display: none !important; visibility: hidden !important; height: 0px; width: 0px; overflow: hidden; }
body { background-image: none }
body.full-width #header,
body.full-width #content {
    padding-left: 0;
    padding-right: 0;
}
body.parent-category-directory .tools,
body.parent-category-directory .post-more { display: none !important }
body.parent-category-directory article.category-directory { margin-bottom: 15px }

body.three-col-middle-1000 #main-sidebar-container.homepage-custom { width: 100%; }
body.three-col-middle-1000 #main-sidebar-container.homepage-custom #sidebar { width: 30%; }
body.three-col-middle-1000 #main-sidebar-container.homepage-custom #main { width: 70%; padding-right: 30px; box-sizing: border-box; }

.hp-area-block { border: 1px solid #c9cad1; box-sizing: border-box; padding: 10px; margin-bottom: 10px; }
.hp-area-1,
.hp-area-6 { clear: both; }
.hp-area-2 { float: left; width: 49%; margin-right: 1%; min-height: 385px; }
.hp-area-3 { float: right; width: 49%; margin-left: 1%; min-height: 385px; }
.hp-area-4 { float: left; width: 49%; margin-right: 1%; min-height: 385px; }
.hp-area-5 { float: right; width: 49%; margin-right: 1%; min-height: 385px; }

.hp-area-banner { clear: both; margin-bottom: 10px; }
.hp-area-banner > div > div { margin: 0 auto; }

/** To hide border on landing pages **/
body.page-template-landing-page-php article { border: none }
#header { padding: 26px 0 13px; }
/** Form styles  on subscribe pages**/
.form-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    background-color: #D3E1EF;
    border-color: #2269af;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
}

/** Article styles **/
.category-fullpage article {
    float: left;
    width: 23%;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #2666AE;
    margin: 0 .5em 0 .5em;
}
article .fullcolumn  p {
    font-size: 11px;
    line-height: 12px;
}
/** Leaderboar spacing and placement **/
.adspace {
    text-align: center;
    width: 728px;
    margin: 20px auto 0 auto;
}
/** Breacrumbs styles - inc in templates **/
.breadcrumbs {
    font-size: 11px;
    max-width: 940px !important;
    margin: 0 auto 5px;
}

/** Inside post content tools, print friendly icons **/
div.printfriendly { margin: 0 !important }
.printfriendly a img { margin-bottom: 1px !important }
.post-entries a:link,
.post-entries a:visited { color: #428bca }
.post-entries { margin-top: 0 }

/** Bottom of post author and connect **/
.btmmpost {
    width: 100%;
    margin-top: 30px;
}
.btmmpost:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget_woo_subscribe #connect { width: 100% }
.share .widget_woo_subscribe {
    width: 20%;
    float: left;
    display: block;
}
.btmmpost .share {
    width: 25%;
    display: block;
    float: right;
    clear: both;
    padding-top: 5px;
    padding-left: 15px;
}
#post-author {
    width: 65%;
    border-right: 1px solid #e6e6e6 !important;
}
#post-author,
#connect {
    float: left;
    clear: none;
    background: none !important;
    padding-bottom: 5px;
    margin: auto;
}
#post-author h4 {
    color: #2666AE;
    font-style: italic;
}
#connect .social a:before { font-size: .8em }

abbr {
    border: none !important;
    cursor: auto;
}
.caption h2 { font-size: 28px }
.caption h3 { font-size: 22px }
.post-more {
    clear: none;
    display: block;
    width: 65%;
}

/** Header Styles - Login Button and Soc links **/
.header-widget .textwidget { float: left }
.header-widget {
    position: absolute;
    right: 45px;
    top: 30px;
}
.logbtn {
    width: 12em;
    height: 1.6em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    -webkit-box-shadow: #B3B3B3 1px 1px 1px;
    -moz-box-shadow: #B3B3B3 1px 1px 1px;
    box-shadow: #B3B3B3 1px 1px 1px;
}
.logbtn a { padding-left: 20px }
.header-widget .widget {
    width: 20%;
    margin-top: 0;
    float: left;
}
.header-widget .widget.widget_woo_search { width: 180px; }

/** Page template styles for content divs**/
#logo img { max-height: 90px; margin-bottom: 10px; }
.entry .fourcol-one ul li {
	line-height: 12px;
	margin: 5px 0;
}
.page-template-landing-page-php .fourcol-one {
    margin-top: 20px;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    font-size: 10px;
    line-height: 11px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #346FBD;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #346FBD;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fourcol-one p {
    display: block;
    font-size: 10px;
    line-height: 11px;
    margin-top: 20px;
}
.woo-sc-divider {
    border-top-width: 1px;

    border-top-style: solid;
    border-top-color: #346FBD;
    margin-top: 20px;
}
article { 
	border: 1px solid #C9Cad1;
}
.tools {
    background-color: #C9CAD1;
    margin: 0;
    padding: 0;
}
.post { margin: 0 0 20px 0 }
article header,
article section,
article .post-more { margin: 15px }
.searchform,
#searchform { background-color: #FFF }
.searchform input.s,
#searchform input#s { padding: 4px; width: 85%; }
.widget h3 {
    border: none;
    line-height: 16px;
}
#content {
    position: relative;
    margin-bottom: 50px;
}
.group { zoom: 1 }
.col {
    display: block;
    float: left;
    margin: 20px 0 0 0;
}
.col:first-child { margin-left: 0 }
.post .title { font-size: 18px }
.pagination { padding-top: 20px }

.widget.adsanity-single { 
	border: 1px solid #C9CAD1; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widget.adsanity-single > div {
	width: 297px !important;
	overflow: hidden;
}

/** Bottom section styles - To the top of the page link**/
#totop {
    float: right;
    width: 140px;
    margin-top: -20px;
    margin-right: 200px;
    background-color: #2566AF;
}
#totop a:link,
#totop a:visited {
    font-size: 12px;
    color: #FFF;
    margin: 5px 20px 5px 10px;
}

.promo-spot-spacer { padding: 5px 0; width: 300px; height: 100px; }


/* Post tools, views and date **/
.home #main article .entry { display: none; }
.home #main article .fix { display: none; }
.home #main article .btmmpost { height: auto !important; } 
.home #main article .btmmpost .share { clear: none; padding: 0px; display: none; }
.tools .fourcol-one { margin: 0 }
.tools:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tools .fourcol-one:first-of-type {
    width: 3em;
    margin-right: 10px;
}
.tools .fourcol-one:nth-of-type(2) { width: 5.5em }
.tools .fourcol-one:nth-of-type(3) { width: 8.5em }
.tools .pview {
    background: #FFF;
    font-size: 10px;
    background-image: url(/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas-child/images/vieweye.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0px 0px 0px 15px;
}
.tools .last { width: 14em }
.tools .dview {
    background-image: url(/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas-child/images/dateview.png);
    background-repeat: no-repeat;
    background-position: 0;
}
.tools .tview {
    background-image: url(/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas-child/images/timeclock.png);
    background-repeat: no-repeat;
    background-position: 0;
}

/** Sdebar styles **/
#sidebar-alt #newsletter-signup {
    padding: 1em;
    background: #2566AF;
    display: block;
}
#sidebar-alt #newsletter-signup h3 a {
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
}
.home #sidebar-alt #beware-metrics h3 {
    color: #2566AF;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
}
.home #sidebar-alt #beware-metrics {
    display: block;
    background: #E6E6E6;
    padding: 10px;
}
#sidebar-alt h3 {
    margin-left: 15px;
    margin-right: 15px;
}
#sidebar-alt h4 { margin-left: 30px }
#sidebar-alt #beware-metrics { background: #E6E6E6 }
#sidebar-alt .widget_tag_cloud {
    background: #E6E6E6;
    padding: 10px;
}
#sidebar-alt .widget_tag_cloud h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    padding: 10px;
}

/** Directory styles **/
.single-directory .btmmpost,
.single-directory #comments,
.single-directory #respond { display: none }
ul.directorylist { margin-left: 20px }

.share h3 {
    font-size: 14px;
    color: #2666AE;
    margin: 10px 0;
}
.header-widget .col-xs-3 {
    padding-left: 2px;
    padding-right: 2px;
}
.tools .date,
.tools .time {
    font-size: 10px;
    color: #666;
    margin: 5px;
    padding: 0 5px 0 10px;
}
a.tribe-events-ical,
a.tribe-events-gcal { margin-top: 0 }
#sidebar-alt h3 { margin: 0 }
#content { margin-top: 20px !important }

/** Header styes and social network icons **/
#header { background-position: right top }
.header-widget { width: 20% }
#header .social {
    width: 175px;
    margin-top: 50px;
}
.searchform .icon-search:before {
	line-height: 1;
}
.searchform button.submit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#header .social a {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}
#header .social a.twitter:before,
#header .social a.facebook:before,
#header .social a.linkedin:before,
#header .social a.vimeo:before,
#header .social a.youtube:before {
    background-color: #fff !important;
    color: #2666AE !important;
    font-size: .8em !important;
}
#wrapper {
    padding: 0 1em 2em;
    background-image: url(/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas/images/headerbackground21.png);
    background-repeat: repeat-x;
    background-position: left -45px;
    background-attachment: scroll;
    border-top: 0px solid #000000;
}
.pagename-training-programs .entry img {
    border: none;
    display: block;
    margin-bottom: 20px;
}
/** Top Ad location */
#main .ad { margin: 20px 0 20px 0 }
.ad-120x90 { float: left }
.ad-120x90.column-1 {
    clear: both;
    margin-right: 20px;
}
.home .woo-pagination { display: none !important }
/** Two Column Slider and Posts on Home **/
#tophead .top-a { display: block }
#tophead .top-a { display: block }
#tophead .top-a .textwidget { width: 500px; overflow: hidden; height: 264px; }
.wooslider .wooslider-control-nav { width: 65% !important; }
#homeslider { width: 720px }
#tophead h2.widgettitle {
	display: block;
	font-size: 16px;
	color: #ffffff;
	background-color: #2566AF;
	padding-top: 10px;
	padding-left: 15px;
}
.top-a:last-child ul {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
	background-color: #2566AF;
	height: 212px;
}
.top-a ul li.crpw-item {
    background-color: #2566AF;
    height: auto;
    width: 485px;
	padding: 5px 0;
	padding-left: 15px;
	list-style: none;
	background: url("/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas-child/images/emdash.png") no-repeat 15px 10px;
}
.top-a ul li.crpw-item:hover { background-color: #6AA2E1 }
.top-a ul li.crpw-item a {
    /*padding-top: .6em;
    padding-right: 1.2em;
    padding-bottom: 1.3em;
	margin-left: .9em;*/
	padding-left: 15px; 
	padding-right: 10px;
    font-size: 13px;
    line-height: 1.15;
    display: block;
	/*text-decoration: underline;*/
}
.top-a ul li.crpw-item a:hover {
	text-decoration: none;
}
.top-a ul  li.crpw-item a:link,
.top-a ul  li.crpw-item a:visited { color: #fff }
.top-a ul li.crpw-item a:hover { color: #FFFFCC }
#totop a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    width: 2em;
    font-size: 1.2em;
    content: "\f106";
    color: #fff;
    padding-left: 10px;
    margin-right: 10px;
}
#sidebar { margin-top: 0 }
/** over rides for the Event Calendar **/
h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title,
.single-tribe_events h2.tribe-events-single-event-title.single-tribe_events h2.tribe-events-single-event-title,
.single-tribe_events h2 {
    font: bold 22px/1.1em Arial, sans-serif;
    color: #0E4C7D;
}
/** Navigation bar overrides **/
#navigation {
    height: 41px;
    margin-top: 95px;
    margin-bottom: 0;
}
#navigation ul.nav > li { padding-bottom: 2px }
ul.nav ul { width: 18em }
ul.nav li#menu-item-2627 ul { width: 22em }
ul.nav { margin-right: 0 }
#navigation ul.nav ul li a {
    width: 100%;
    display: inline-block;
    padding: 5px !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.8em;
    text-decoration: none !important;
    color: #000000;
}
#navigation ul.nav > li:before {
    content: url(/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas-child/images/slicer-nav.png);
    position: absolute;
    top: 0;
    left: -4px;
    z-index: 1;
}
#navigation ul.nav > li:hover:before { content: url(/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas-child/images/slicer-nav.png) }
#navigation ul.nav > li:hover:after {
    content: url(/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas-child/images/slicov.png);
    position: absolute;
    z-index: 99;
    top: 0;
    right: -12px;
}
#navigation ul.nav ul.sub-menu { margin-left: 1px }
#navigation ul.nav ul.sub-menu ul.sub-menu { margin-left: -1px }
#navigation .nav li.parent > a:after {
    content: "\f0da";
    color: #1261AC;
    font-size: 1.3em;
    margin-top: 0px;
    width: 18px;
    display: inline-block;
    text-align: right;
    line-height: .9;
}
#navigation .nav li ul li.parent > a:after { line-height: .8 }
ul.nav li a { padding: .4em .9em }
#navigation ul.nav ul.sub-menu ul.sub-menu { margin-left: -1px }
#navigation .nav li:hover.parent > a:after {
    content: "\f0d7";
    color: #1261AC;
}
#navigation ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a { background: none !important }
#navigation ul.nav > li:hover,
#navigation ul.nav > li a:hover { background: #fff !important }
#navigation ul.nav li ul.sub-menu a:before {
    background: none !important;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    width: 2em;
    font-size: 1.3em;
    content: "\f0da";
    color: #1261AC;
    padding-left: 20px;
    margin-right: 10px;
    padding-bottom: .2em;
}
ul.nav ul li.current_page_item a,
ul.nav ul li.current_page_parent a,
ul.nav ul li.current-menu-ancestor a { color: #000 !important }
/** Navigation Submenu **/
#navigation ul.nav li ul.sub-menu a:hover { background: #C0C0C0 !important }
#navigation .sub-menu li:hover.parent > a:after,
#navigation .sub-menu li ul li.parent > a:after { content: none !important }
#navigation ul.nav ul.sub-menu li ul.sub-menu li a {
    width: 100%;
    display: inline-block;
    padding: 0em .7em 0em 0em !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .8em;
    color: #333333;
    text-decoration: none !important;
}
ul.nav ul.sub-menu li ul.sub-menu li a:hover { text-decoration: underline }
ul.nav li ul li a { color: #000 !important }
ul.nav li ul li ul li a:hover {
    color: #333333 !important;
    text-decoration: underline !important;
}
ul.nav li ul li ul li a:active {
    color: #660000 !important;
    text-decoration: underline !important;
}
ul.nav ul.sub-menu li ul.sub-menu li a:before { content: "\f105" !important }
#navigation ul.nav ul.sub-menu ul {
    background: #C0C0C0;
    width: 17em;
}
#navigation ul.nav li ul.sub-menu ul li a:before {
    background: #C0C0C0 !important;
    width: 2em;
    font-size: 1.2em;
    content: "\f0da";
    color: #1261AC;
    padding-left: 20px;
    margin-right: 4px;
}
#navigation ul.nav ul {
    background: #fff;
    left: -1px;
    padding: 5px 0;
}
/** Woo Slider custom styles for the rotating news slider on the homepage **/
#homeslider {
    margin-bottom: 0px !important;
    max-height: 240px;
    border-radius: 0px;
    border: none;
}
#homeslider .wooslider-direction-nav li:first-of-type a {
    margin: 0;
    display: block;
    background: url(/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas-child/images/bg_direction_nav.png) no-repeat 0 0;
}
#homeslider .wooslider-direction-nav li:last-of-type a { background: url(/web/20141009004343im_/https://maintenancetechnology.com/wp-content/themes/canvas-child/images/bg_direction_nav.png) no-repeat -25px 0 }
.wooslider .wooslider-direction-nav a {
    border-radius: 0;
    border: none;
    margin-top: 0;
    width: 30px;
    height: 30px;
}
#homeslider .overlay-full.layout-text-bottom .slide-excerpt {
    background: #333 !important;
    opacity: 0.8 !important;
    filter: alpha(opacity=60);
    overflow: visible !important;
    margin-top: -76px;
}
.wooslider .slide-title {
    margin: 0 0 10px;
    padding: 10px;
}
.wooslider h2 { font: bold 24px/1.2em "Helvetica Neue", Helvetica, sans-serif; max-width: 500px; }
.wooslider h2 a { color: #fff }
#homeslider .wooslider-direction-nav a:before { content: '' }
#homeslider .wooslider-direction-nav a.wooslider-next:before { content: '' }
.wooslider .wooslider-control-nav li a {
    width: 12px;
    height: 12px;
}
.wooslider .wooslider-control-nav li a {
    background: #fff !important;
    background: rgba(255, 255, 255, 1) !important;
}
.wooslider .wooslider-control-nav li a:hover {
    background: #333 !important;
    background: rgba(83, 102, 98, 1) !important;
}
.wooslider .wooslider-control-nav li a.wooslider-active {
    background: #333;
    background: rgba(83, 102, 98, 1) !important;
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 1) !important;
}
.wooslider .wooslider-control-nav {
    z-index: 99 !important;
    bottom: -28px !important;
}
.wooslider .wooslider-direction-nav .wooslider-next { left: 460px !important; }
.wooslider .wooslider-direction-nav .wooslider-prev { left: 10px !important }
/* Footer menu */
ul#menu-footer {
    list-style-type: none;
    padding: 15px 0 15px 0;
}
/*Twitter feed in footer */
.widget_woodojo_tweets ul.tweets li {
    margin: 0;
    padding: 15px 0 15px 0;
    color: #FFFFFF;
}
/** widget and article overrides **/
.category-fullpage article,
.fourcol-one .lead img,
.top-a article { border: none }
.caption h2,
.caption h3,
#sidebar-alt .widget:first-of-type h3 a:link,
#sidebar-alt .widget:first-of-type h3 a:visited,

body.full-width #header,
body.full-width #content,
body.full-width #content {
    padding-left: 0;
    padding-right: 0;
}
#sidebar-alt .widget:first-of-type h3 a:hover { color: #FF6 }
#sidebar-alt .widget:first-of-type h4,
.home #sidebar-alt .widget:first-of-type h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.widget { margin: 0 0 20px 0 !important }

body.attachment .shareaholic-canvas,
body.attachment .btmmpost { display: none !important; }

/** Hide unwanted headers **/
.post p.tags,
#connect p,
.btmmpost .post-more #connect h3,
.category-fullpage .tools,
.category-fullpage #soc,
article .post-meta,
.top-a .widgettitle,
.home .share h3 { display: none }
#header .social,
.clear,
.group:after { clear: both }

/** Footer widgets styles for widgets **/
#footer-widgets {
    border: none;
    padding-top: 0;
}
#footer-widgets .widget h3 {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
	color: #fff;
}
#footer-widgets .textwidget p {
    font-size: 11px;
    color: #FFF;
    margin-top: 20px;
}

.footer-widget-4 a img { margin-right: 6px }
#footer-widgets .social a:before {
    font-family: Social;
    font-size: .9em;
    line-height: 1;
    margin: 0 0.3em 0.6em 0;
    padding: .53em;
    display: inline-block;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    color: #2566AF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
.footer-widget-4 .social { margin-top: 20px }
#footer-widgets a:link,
#footer-widgets a:visited {
    color: #FFFF33;
    text-decoration: none;
}
#footer-widgets .social a.twitter:before {
    content: "\e002";
    background-color: #fff;
}
#footer-widgets .social a.facebook:before {
    content: "\e003";
    background-color: #fff;
}
#footer-widgets .social a.youtube:before {
    content: "\e004";
    background-color: #fff;
}
#footer-widgets .social a.linkedin:before {
    content: "\e006";
    background-color: #fff;
}
.group:before,
.group:after {
    content: "";
    display: table;
}
#copyright { text-align: center }
/* Inherits from desktop (default styles above) */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) { 
	#tophead .top-a .textwidget { height: auto !important; }
	#navigation { margin-top: 6.88em }
    #navigation ul.nav li a { font-size: .75em !important;
	margin-top: .5em;
	font: bold 10px/1em Arial, sans-serif;
    color: #2869B2; }
    #navigation ul.nav li ul.sub-menu a:before {
        padding-left: .6em;
        margin-right: .5em;
    }
	ul.nav ul { width: 15em !important; }
	/** Places the post items, view, dates, print and send icons **/
    .tools .fourcol-one:first-of-type {
        margin-right: 0;
        width: 3em !important;
    }
    .tools .fourcol-one:nth-of-type(2) {
        margin-right: 0;
        width: 6em !important;
    }
    .tools .fourcol-one:nth-of-type(3) {
        margin-right: 0;
        width: 11em !important;
    }
    .tools .fourcol-one:last-of-type {
        margin-right: 0;
        width: 3em !important;
    }
    #homeslider { width: 720px }
    .nav-toggle { display: none !important }
    #navigation ul.nav ul li a { font-size: 0.5em }
    ul.nav li#menu-item-2627 ul { width: 12em }
    ul.nav ul { width: 9em }
    #totop { margin-right: 20px }
	#header .social {
	margin-left: 10px !important;
	}
}
@media only screen and (min-width:320px) and (max-width:768px) { 
	#tophead .top-a .textwidget { height: auto !important; }
    .header-widget {
        float: left;
        margin-left: 10px;
    }
	.post-more { clear: both }
    #post-author {
        width: 100%;
        border-right: 0;
    }
    #navigation, .nav-toggle { display: none !important }/** ensure that there are no duplicate menu on small screens. using Mobile Nav plugin in WP **/
    #sidebar { margin: .8em }
    /** Advertising request Information page design with form **/
    .form-container {
        float: none !important;
        width: 40em !important;
        margin: 0px !important;
        padding: 2em !important;
    }
    .gform_wrapper .top_label textarea.textarea { width: 20em !important }
    .tools .fourcol-one:first-of-type {
        margin-right: 0;
        width: 3em !important;
    }
	 /** Places the post items, view, dates, print and send icons **/
    .tools .fourcol-one:nth-of-type(2) {
        margin-right: 0;
        width: 6em !important;
    }
    .tools .fourcol-one:nth-of-type(3) {
        margin-right: 0;
        width: 9em !important;
    }
    .tools .fourcol-one:last-of-type { width: 3em !important }
    .header-widget {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
    }
    #header .social {
        width: 100%;
        margin-top: 0;
        float: left;
    }
    #logo {
        margin-top: 1em;
        margin-left: 1em;
        width: 90%;
        float: left;
    }
    .col { float: none }
    .top-a ul li.crpw-item,
    #homeslider { width: 100% }
    #homeslider .overlay-full.layout-text-bottom .slide-excerpt { margin-top: 0 }
    #totop {
        width: 100%;
        float: left;
    }
    #content {
        padding: 0px !important;
        margin-bottom: 40px !important;
    }
    .wooslider ul.slides img {
        width: 100%;
        z-index: -1;
    }
    .adspace {
        margin-top: .5em;
    }
    body.full-width #header { padding-top: 2em !important }
    #homeslider .overlay-full.layout-text-bottom .slide-excerpt { margin-top: -31px }
    .wooslider .wooslider-control-nav {
        bottom: -5px !important;
        background: none !important;
        opacity: 1;
		width: 100% !important;
    }
    #header {
        padding: 5em 0 5em;
        background-size: 900px;
    }
    #homeslider .overlay-full.layout-text-bottom .slide-excerpt {
        background: none !important;
        opacity: 1 !important;
        margin-top: -95px !important;
    }
	
	.col {
	margin: 1em 0 0 0;
	}
	
	.col:last-of-type {
	margin: 2.2em 0 0 0;
	}
	.top-a ul li.crpw-item {
	background-color: #2566AF;
	height: auto;
	}
	
	#header .social {
	margin-left: 10px !important;
	}
	
	.page-template-landing-page-php .fourcol-one {
	border-top-width: 0 !important; /** hide repeat of blue rule **/
	}
	
	.page-template-landing-page-php .fourcol-one:first-of-type {
	border-top-width: 1px !important; /** show blue rule on only first col.**/
	}
	
	.btmmpost .share {
	width: 100%;
	float: none;
	}
}
/*
     FILE ARCHIVED ON 00:43:43 Oct 09, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:39:13 Aug 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.51
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.018
  esindex: 0.009
  cdx.remote: 1129.614
  LoadShardBlock: 121.7 (3)
  PetaboxLoader3.datanode: 60.204 (4)
  PetaboxLoader3.resolve: 136.705 (2)
  load_resource: 82.381
*/