<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://temp.fargoelectric.com/twentythirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       TACWeb
 Author URI:   http://www.tacweb.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/**
 * 1.0 Body
 * ----------------------------------------------------------------------------
 */


body {
	color: #141412;
	line-height: 1.3;
	margin: 0;
	background: #dfdfdf;
}

a {
	color: #09447C;
	text-decoration: none;
}

a:visited {
	color: #09447C;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #FF0000;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 42px;
	margin: 10px 0;
	color: #001e6b;
	text-shadow: 2px 2px 1px #b5b5b5;
}

h2 {
	font-size: 32px;
	margin: 10px 0;
	text-shadow: 1px 1px 1px #b5b5b5;
}

h3 {
	font-size: 24px;
	margin: 10px 0;
}

h4 {
	font-size: 18px;
	margin: 10px 0;
	text-shadow: 1px 1px 1px #b5b5b5;
}

ul {
	list-style-type: disc;
}

.blue-line hr {
	background: #0267b5;
	background-size: 4px 4px;
	border: 1;
	height: 2px;
	margin: 0 0 24px;
}

.medium-list {
	list-style-type: disc;
	font-size: 20px;
	margin: 10px 0;
}

.list-medium {
	list-style-type: disc;
	font-size: 20px;
	margin: 10px 0;
}

.list-medium-space {
	list-style-type: disc;
	font-size: 20px;
	line-height: 2.2;
	margin: 10px 0;
}


.large-list {
	list-style-type: disc;
	font-size: 26px;
	margin: 0px 0;
}

.list-large {
	list-style-type: disc;
	font-size: 26px;
	margin: 0px 0;
}



/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	max-width: 100%;
	width: 100%;
}

img.alignnone {
	margin: 0px 0;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1000px;
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */



.site-header {	background: url(/images/head-bknd.jpg) repeat center top; }

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	min-height: 150px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.header-width {
	max-width: 1000px;
}

.home-slogan {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 32pt;
	line-height: 1.2;
	text-shadow: 2px 2px 1px #000000;
}	

.fargo-phone {
	display: none;
}	
	
.home-sentence {
	margin: 0 auto;
	display: block;
	text-align: right;
	line-height: 1.2;
	font-size: 12pt;
	color: #ffffff;
	font-style: italic;
}

.home-transformer {
	margin: 0 auto;
	display: block;
}


.open-banner {
    width: 100%;
    background: #27A800;
    text-align: center;
    color: #000000;
    border: 0px solid #000000;
    border-radius: 0px;
    padding: 10px;
    font-size: 36px;
}

.open-banner a {
    color: #002A7B;
    text-decoration: underline;
}

.open-banner a:hover {
    color: #001fdf;
    text-decoration: underline;
}



/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1090px;
	min-height: 45px;
	position: relative;
	text-align: center;
}


.navbar {
	margin: 0 auto;
	background-color: #1993DC;
	background: url(/images/nav-bknd.jpg) repeat center top;
	max-width: 100%;
	width: 100%;
	text-align: center;
}

.above-nav {
	background: #fff;
	background: url(/images/grey-line.jpg) repeat center top;
	margin: 0 auto;
	height: 10px;
	width: 100%;
}
.below-nav {
	background: #fff;
	background: url(/images/below-nav.jpg) repeat center top;
	margin: 0 auto;
	height: 30px;
	width: 100%;
}

#mysticky-nav { 
	background:url(/images/nav-bknd.jpg) repeat center top; 
	border-bottom: 1px solid #6C8449;
	margin: 0 auto;
}


/* pull-down menus */

ul.nav-menu,
div.nav-menu &gt; ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	z-index: 10000;
}

/* nav text link color and pad between nav buttons */
.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	padding: 8px 24px;
	font-weight: 500;
	text-decoration: none;
}

/* nav rollover background */
.nav-menu li:hover &gt; a,
.nav-menu li a:hover {
	background-color: #000000;
	color: #fff;
	border: 0px solid #fff;
}

/* dropdown background */
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #0b579e;
	border: 0px solid #fff;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: 0px;
	z-index: 11000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 230px;
	text-align: left;
	padding: 8px 8px;
}

/* dropdown rollover background */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #000000;
}

ul.nav-menu li:hover &gt; ul,
.nav-menu ul li:hover &gt; ul {
	display: block;
}

.nav-menu .current_page_item &gt; a,
.nav-menu .current_page_ancestor &gt; a {
	color: #FFF600;
	font-style: italic;
}

.nav-menu .current-menu-item &gt; a,
.nav-menu .current-menu-ancestor &gt; a {
	color: #FFF600;
	font-style: italic;
}



/* Images */


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

/* ------- Small menu ------- */
 
	.menu-toggle {
		color: #fff;
		width: auto;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		color: #FFF600;
	}

	.toggled-on .nav-menu &gt; li a:hover,
	.toggled-on .nav-menu &gt; ul a:hover {
		background-color: #000000;
		color: #fff;
	}


/* -------------- */

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

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #01174F; /* Old browsers */
	background: -webkit-linear-gradient(top, #2E52AD 0%, #001e6b 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #2E52AD 0%, #001e6b 100%); /* W3C */
	border-bottom: 3px solid #01174F;

}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #01174F; /* Old browsers */
	background: -webkit-linear-gradient(top, #305ED1 0%, #03298B 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #305ED1 0%, #03298B 100%); /* W3C */
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #01174F; /* Old browsers */
	background: -webkit-linear-gradient(top, #001e6b 0%, #2E52AD 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #001e6b 0%, #2E52AD 100%); /* W3C */
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */


.site-footer .sidebar-container {
    background-color: rgb(34, 14, 16);
    padding: 20px 0px;
	background: url(/images/footer-bknd.jpg) repeat center top;	
}

.site-footer .widget a {
	color: #fff;
}

.site-footer .widget a:hover {
	text-decoration: underline;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-footer {
	background-color: #dfdfdf;
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.site-info {
	background-color: #dfdfdf;
	margin: 0 auto;
	max-width: 980px;
	padding: 20px 0;
	width: 100%;
	color: #757474;
	font-size: 12px;
}

.above-footer {
	margin: 0 auto;
	background: #fff;
	height: 25px;
	width: 100%;
}

.footbar {
	height: 10px;
	color: #000000;
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
}

.footer-bottom-info-01 {
	color: #323232;
	font-size: 16px;
	text-align: center;
}

.footer-bottom-info-02 {
	display: none;
}

.footer-bottom-info-01 a {
		color: #323232;
	}

.footer-bottom-info-01 a:hover {
		color: #000000;
		text-decoration: underline;
	}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}

.entry-content {
	margin: 0px auto;
	max-width: 1000px;
	width: 90%;
}

.entry-summary,
.entry-meta {
	margin: 0px auto;
	max-width: 1000px;
	width: 100%;
}

.entry-content {
	margin-top: -4.0em;
}

.entry-content a,
.comment-content a {
	color: #09447C;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #FF0000;
}

.home-vline {
	border-right: 1px dotted;
}

.column-text {
	padding: 20px;
}


.home-feature-table {
	max-width: 250px;
}

.feature-table {
	border-bottom: 0px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
	line-height: 1.2;
	margin: 0 0 0px;
	width: 100%;
}

.feature-table td {
	border-top: 0px solid #fff;
	padding: 6px 10px 6px 0;
}

.prod-table {
	border-bottom: 1px solid #626262;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 0px;
	width: 100%;
}

.prod-table td {
	border-top: 1px solid #626262;
	padding: 6px 10px 6px 0;
}

.form-bknd {
	margin: 0;
	background: #d9d9d9;
	padding: 20px;
	border-radius:8px;
}

.quote-form-border {
	margin: 0;
	border: 1px solid #09447C;
	padding: 20px;
	border-radius:8px;
}

/* Makes responsive fields.Sets size and field alignment.*/

input[type=text],
input[type=email],
input[type=url],
input[type=tel]
{
	width:100%;
	padding: 10px;
	border-radius:5px;
	border:1px solid #7ac9b7;
	font-size: 18px;
}

textarea {
	width:100%;
    border:1px solid #7ac9b7;
	border-radius:5px;
}

 
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {
	border-color: #4697e4;
	font-size: 18px;
}

input,
select,
textarea {
	font-size: 18px;
	color: #0061c2;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}


/* Make captcha not show on non form pages */

body.page-id-253 .grecaptcha-badge,
body.page-id-5 .grecaptcha-badge,
body.page-id-2 .grecaptcha-badge,
body.page-id-13 .grecaptcha-badge,
body.page-id-19 .grecaptcha-badge,
body.page-id-21 .grecaptcha-badge,
body.page-id-23 .grecaptcha-badge,
body.page-id-25 .grecaptcha-badge,
body.page-id-17 .grecaptcha-badge {
	display: none;
}




/**
 * Mobile CSS
 * ----------------------------------------------------------------------------
 */


@media (max-width: 990px) {

	.nav-menu li a {
		padding: 8px 12px;
	}

}


@media (max-width: 922px) {

	.home-slogan {
		font-weight: 400;
		font-size: 24pt;
		text-shadow: 1px 1px 1px #000000;
	}	

}


/* Collapse oversized image and pulled images after iPad breakpoint. */

@media (max-width: 767px) {

	.site-header .home-link {
		min-height: 150px;
	}

	.footer-bottom-info-02 {
		margin: 0 auto;
		display: block;
		color: #323232;
		font-size: 13px;
		text-align: center;
		line-height: 1.3;
	}

	.footer-bottom-info-01 {
		display: none;
	}

	.footer-bottom-info-02 a {
		color: #323232;
	}

	.footer-bottom-info-02 a:hover {
		color: #000000;
		text-decoration: underline;
	}

	#links-heading {
		display: none;
	}

	.home-slogan {
		font-weight: 400;
		font-size: 18pt;
		text-shadow: 1px 1px 1px #000000;
	}	
	
	.home-sentence {
		display: none;
	}

	.home-transformer {
		display: none;
	}

	.entry-content {
		width: 100%;
	}

	.column-text {
		padding: 0px;
	}

	.home-vline {
		border-right: 0px;
	}

	.home-hline {
		display: none;
	}

	.open-banner {
	    padding: 5px;
	    font-size: 24px;
	}

}


@media (max-width: 424px) {

	.fargo-phone {
		display: block;
		margin: 0 auto;
		text-align: center;
		color: #ffffff;
		font-weight: 400;
		font-size: 24pt;
		line-height: 1.3;
	}	

	.fargo-phone a {
		color: #FFF600;
		text-decoration: none;
		text-decoration: underline;
	}

	.form-bknd {
		background: #ffffff;
		padding: 0px;
		border-radius:0px;
	}

	.quote-form-border {
		border: 0px solid #ffffff;
		padding: 0px;
		border-radius:0px;
	}

}

</pre></body></html>