/*base*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
	text-transform: uppercase;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */ ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */ mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}  /* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1, .h1 {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 14px;
}
h2, .h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}
h3, .h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}
h4, .h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5, .h5 {
	font-size: 17px;
	line-height: 24px;
}
h6, .h6 {
	font-size: 14px;
	line-height: 21px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */
a, a:visited {
	text-decoration: underline;
	outline: 0;
}
a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Buttons
================================================== */

	

.button:active,  button:active,  input[type="submit"]:active,  input[type="reset"]:active,  input[type="button"]:active {
	/*border: 1px solid #666;
	background: #ccc; 
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); 
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.35)), color-stop(100%, rgba(10,10,10,.4))); 	
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); 
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); 
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); */
}
.button.full-width,  button.full-width,  input[type="submit"].full-width,  input[type="reset"].full-width,  input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,  input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* #Forms
================================================== */

form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],  input[type="password"],  input[type="email"],  input[type="tel"],  textarea,  select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  textarea:focus {
	border: 1px solid #fd7523;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
input[type="text"], input[type="email"],  input[type="tel"], textarea, select {
	margin-bottom: 15px;
	border-radius: 4px;
	background: #fff;
	width: 100%;
}
textarea {
	resize: none;
	min-height: 80px;
}
label {
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 4px;
}
.br-radius {
	border-radius: 4px;
}
.btn.br-radius, .btn-input.br-radius {
	padding: 10px 0;
	font-size: 17px;
}
 @media (min-width:768px) {
.btn.br-radius, .btn-input.br-radius {
	max-width: 150px;
}
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.fr {
	float: right !important;
}
.fl {
	float: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.white {
	color: #fff;
}
.auto_center {
	margin: 0 auto;
	float: none !important;
}
.btn, .btn-input {
	background: #36d400;
	width: 100%;
	display: block;
	text-decoration: none;
	font-family: 'gobold_boldregular';
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: none;
	padding: 20px 0;
	cursor: pointer;
}
.spacer {
	height: 10px;
}
.mspacer {
	height: 20px;
}
.form-control {
	width: 100%;
}
.btn.small {
	padding: 10px 0;
}
.inline {
	display: inline-block;
}
.hidden {
	display:none;
	}
.v-hidden {
	visibility:hidden;
	}

/*responsive structure*/




/* Table of Contents
==================================================
    
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 1200 Grid
================================================== */
		*,
	*:before,
	*:after {
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	}

    .container                                  { position: relative; max-width:1200px;  padding:0 15px; margin: 0 auto;  }
    
     .columns                         			{   position: relative; float:left;   min-height: 1px; padding:0 15px;   }
    .row                                        { margin:0 -15px ; }
    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { padding-left: 0 !important; }
    .column.omega, .columns.omega               { padding-right: 0 !important; }

    /* Base Grid */
    .container .one.column,
        .container .one.columns                     { width: 8.33%; }
        .container .two.columns                     { width: 16.66%; }
        .container .three.columns                   { width: 25%; }
        .container .four.columns                    { width: 33.33%; }
        .container .five.columns                    { width: 41.66%; }
        .container .six.columns                     { width: 50%; }
        .container .seven.columns                   { width: 58.33%; }
        .container .eight.columns                   { width: 66.66%; }
        .container .nine.columns                    { width: 75%; }
        .container .ten.columns                     { width: 83.33%; }
        .container .eleven.columns                  { width: 91.66%; }
        .container .twelve.columns                  { width: 100%; }


    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    
@media (max-width:767px) {
        .container .one.column,
        .container .one.columns                     { width: 100%; }
        .container .two.columns                     { width: 100%; }
        .container .three.columns                   { width: 100%; }
        .container .four.columns                    { width: 100%; }
        .container .five.columns                    { width: 100%; }
        .container .six.columns                     { width: 100%; }
        .container .seven.columns                   { width: 100%; }
        .container .eight.columns                   { width: 100%; }
        .container .nine.columns                    { width: 100%; }
        .container .ten.columns                     { width: 100%; }
        .container .eleven.columns                  { width: 100%; }
        .container .twelve.columns                  { width: 100%; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
		
		
		.container .one.column.xs,
        .container .one.columns.xs                     { width: 8.33%; }
        .container .two.columns.xs                    { width: 16.66%; }
        .container .three.columns.xs                   { width: 25%; }
        .container .four.columns.xs                    { width: 33.33%; }
        .container .five.columns.xs                    { width: 41.66%; }
        .container .six.columns.xs                     { width: 50%; }
        .container .seven.columns.xs                   { width: 58.33%; }
        .container .eight.columns.xs                   { width: 66.66%; }
        .container .nine.columns.xs                    { width: 75%; }
        .container .ten.columns.xs                     { width: 83.33%; }
        .container .eleven.columns.xs                  { width: 91.66%; }
        .container .twelve.columns.xs                  { width: 100%; }

}


@media (max-width: 959px) {
		.container .one.column.lg,
        .container .one.columns.lg                     { width: 100%; }
        .container .two.columns.lg                     { width: 100%; }
        .container .three.columns.lg                   { width: 100%; }
        .container .four.columns.lg                    { width: 100%; }
        .container .five.columns.lg                    { width: 100%; }
        .container .six.columns.lg                     { width: 100%; }
        .container .seven.columns.lg                   { width: 100%; }
        .container .eight.columns.lg                   { width: 100%; }
        .container .nine.columns.lg                    { width: 100%; }
        .container .ten.columns.lg                     { width: 100%; }
        .container .eleven.columns.lg                  { width: 100%; }
        .container .twelve.columns.lg                  { width: 100%; }
	}
	
.pull-left-3{
	margin-left:25%;
	}
@media (max-width: 767px) {	
	.pull-left-3{
		margin-left:0%;
		}
	}


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

   
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */



/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
	   }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/*Basic Layout*/
@media (min-width:320px) {
	img.side-img {
		margin-right: 35px;
	}
}

@media (min-width:320px) {
	span.fax-num {
		margin-right: 15px;
		margin-top: 10px;
	}
}

@media (min-width:320px) {
	img.4300 {
		margin-top: 10px;
		height:70px;
	}
}