/*
Theme Name: Azure Basic
Theme URI: http://silverglass.net/2012/01/02/azure-basic-free-wordpress-blog-theme/
Author: C. A. Brown
Author URI: http://cabrown.net/
Description: A lightweight, two-column layout blog theme, with 6 widget areas and customizable header image. Valid HTML5 and CSS3 that can be modified. Compatiable with Wordpress 3.2 and above. Compatable IE7+, Opera 10+, Safari 5+, Firefox 3.5+.
Tags: blue, white, two-columns, custom-menu, custom-background, custom-header, right-sidebar

Version: 2.6

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

 *
 *
 *
 * CSS resets and layout uses modified version of the Blueprint CSS Framework 1.0.1
 * http://blueprintcss.org
 * Copyright (c) 2007-Present. See LICENSE for more info.
 *
 *
 *
*/

/*    BlurePrint Reset and Framework        */
/*------------------------------------------*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body { height: 100%;
       font-family: "Roboto", sans-serif;
	   background: none repeat 0 0 scroll #fff; }

:focus { outline: 0; }

ol, ul { list-style: none; }

a { text-decoration: none; }

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

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary { float: left;
           overflow: hidden;
           width: 100%; }

#content { width: 100%;  }

#sidebar { overflow: hidden;
           float: left;
           width: 100%; }

#footer-bottom { clear: both;
                 width: 100%; }



/*    Framework Styles        */
/*---------------------------*/

#top-header { padding: 0 0 0px 0; }

#main { padding: 0 0 0px 0;
        font-size: 14px; }

#footer-bottom { padding: 0 0 15px 0; }

.entry-header { margin: 0 0 15px 0; }

article { padding: 0 0 15px 0; }




/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/

#access { padding: 15px 10px 5px 18px;
          z-index: 500; }

nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0;
						    display: block; }

nav[role="navigation"] ul li { height: 2em; clear: both; display: inline-block; }
nav[role="navigation"] ul li a { padding: 4px 8px; }

nav[role="navigation"] ul li ul  { display: none; }
nav[role="navigation"] ul li:hover ul  { display: block; }
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important;
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; }


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/

#sidebar-search { padding: 0 0 25px 0 ; }



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


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { font-size: 2.5em; }

#container-full { padding: 20px 0 20px 0; }

#top-header { background: none repeat scroll 0 0 #fff;
              box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; }


/* Top Navigation */

#access { background: url('images/azurebg.png') repeat scroll 100% 0 #6da0d3; }

#access a { color: #fff;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

#access a:hover { color: #01152a; }

#access ul li:hover ul  { background: url('images/azurebg.png') repeat scroll 100% 0 #6da0d3; }


/* Header Title Section */

#top-header-section { width: 100%; }

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px;
              font-size: 48px; }

#site-description { font-variant: small-caps;
                    font-size: 14px;
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 12px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px;
                             padding-left: 0; }

#header-sidebar-section ul ul li { display: inline;
                                   padding-right: 15px; }


/* Header Image */

#header-image { width: 986px;
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */

#main { background: none repeat scroll 0 0 #fff;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; }

.featured-thumb { margin-bottom: 10px; }

article { margin-bottom: 25px;
	      padding-top: 10px;
	      padding-left: 25px; }

.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px;
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px;
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350;
           padding-right: 25px;
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A;
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px;
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px;
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px;
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left;
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0;
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom { background: none repeat scroll 0 0 #6da0d3; }

.column { float: left;
          margin: 0 80px 0 0;
          width: 170px; }

.column.last { margin: 0; }

#footer-content { padding-top: 25px;
                  padding-left: 25px;
				  padding-right: 10px; }

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt;
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { border-top: 1px solid #eaf8ff;
                padding: 15px 0 0 0; }

#theme-credit { padding: 0 0 5px 0; }

#theme-credit p { margin: 0 0 0 0; }
#top-header {
    background: none;
    box-shadow: none;
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.phonedivs {
    float: left;
    display: block;
    width: 25%;
    color: #103A0C;
}
.logodiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.logodivinner {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

.topright {
    float: right;
    display: block;
    width: auto;
}
.phonedivsinner {
    padding: 25px 2%;
}
#header-image {
    width: 100%;
    height: auto;
    border: none;
    float: left;
    display: block;
    width: 100%;
}
#header-image h4 {
display:none;
}
.consdiv {
    padding-left: 49px;
    background: url(/wp-content/uploads/2017/10/phicon.png) left top no-repeat;
    background-size: 40px auto;
}
.freecons:before {
  content:'\00B7';
  padding: 0 3px;
}
.phone-bg {
    font-size: 22px;
}
.phone-bg2 {
    font-size: 22px;
}
.freecons:before {
    content: '';
    padding: 0 5px;
    background: url(/wp-content/uploads/2017/10/dot.png) left center no-repeat;
    background-size: 5px auto;
}
.phonedivsinner {
    padding: 17px 0 25px 4%;
}
.logodiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
}
.logodiv .logoh1 {
    margin: 0 auto;
    display: block;
    width: 421px;
    padding-top: 15px;
    background: url(/wp-content/uploads/2017/10/parallellines.png) left top no-repeat;
    background-size: 100% auto;
    display: block;
    margin-top: 15px;
}
.boldblack {
    font-size: 78px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 100%;
    font-family: 'Arapey';
    color: #80181F;
}
.btmboldblack {
    color: #FC9835;
    text-transform: uppercase;
    font-family: 'Arapey';
    font-size: 31px;
}
.logodiv .logoh1 a {
    float: left;
    display: block;
    width: 100%;
    background: url(/wp-content/uploads/2017/10/parallellines.png) left bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 22px;
}
.topright {
    float: right;
    display: block;
    width: 25%;
}
#access {
    background: none;
    float: left;
    display: block;
    width: auto;
    margin-top: 150px;
}
#access a {
    color: #003366;
    text-shadow: none;
    display: block;
}
#topest-header-section img {
    max-width: 100%;
    height: auto;
}
#topest-header-section {
    width: 160px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.akivapic {
    float: left;
    display: block;
    margin-top: 50px;
    margin-right: 5%;
    position: relative;
}
.aktxt {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: auto;
    background: #3B5E39;
    padding: 2px 15px;
    color: #fff;
}
.topright {
    float: right;
    display: block;
    width: 21%;
}
#access {
    background: none;
    float: left;
    display: block;
    width: auto;
    margin-top: 128px;
    margin-bottom: 4px;
}
.logodiv .logoh1 {
    margin: 0 auto;
    display: block;
    width: 336px;
    padding-top: 9px;
    background: url(/wp-content/uploads/2017/10/parallellines.png) left top no-repeat;
    background-size: 100% auto;
    display: block;
    margin-top: 15px;
}
.logodiv .logoh1 a {
    float: left;
    display: block;
    width: 100%;
    background: url(/wp-content/uploads/2017/10/parallellines.png) left bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 14px;
}
#access {
    background: none;
    float: left;
    display: block;
    width: auto;
    margin-top: 115px;
    margin-bottom: 4px;
}
.akivapic {
    float: left;
    display: block;
    margin-top: 31px;
    margin-right: 5%;
    position: relative;
}
.headerbord {
    float: left;
    display: block;
    width: 100%;
    border-bottom: 4px solid #003366;
}
#header-image {
    width: 100%;
    height: auto;
    border: none;
    float: left;
    display: block;
    border-top: 8px solid #3B5E39;
    width: 100%;
}
#DwnArrow img {
    max-width: 100%;
    height: auto;
    width: 140px;
}
#container-full {
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    background: url(/wp-content/uploads/2017/10/lightslide.jpg) left top no-repeat;
    background-attachment: fixed;
}
#main {
    background: none;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    max-width: 1100px;
    margin-top: 25px;
}
h1.grnbar {
    background: rgba(16,59,13,1);
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
}
article {
    margin-bottom: 25px;
    padding-top: 10px;
    padding-left: 25px;
    padding: 0;
    margin: 0;
}
#content {
    width: 100%;
    background: rgba(255,255,255,.7);
}
#main {
    background: none;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    max-width: 1400px;
    margin-top: 25px;
    width: 90%;
}
article {
    margin-bottom: 25px;
    padding-top: 10px;
    padding-left: 25px;
    padding: 0 25px;
    margin: 0;
}
h1.grnbar {
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    margin-left: -25px;
    margin-right: -25px;
}
h2.grnbg {
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 1px 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    margin-left: -25px;
    margin-right: -25px;
}
#sideform {
    float: left;
    display: block;
    width: 100%;
}
#sideform .theSideForm {
    float: left;
    display: block;
    width: 100%;
}
#sideform .gform_wrapper .top_label .gfield_label {
    display: none;
}
#sideform .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}
#sideform .gform_wrapper .gform_footer input.button, #sideform .gform_wrapper .gform_footer input[type=submit], #sideform .gform_wrapper .gform_page_footer input.button, #sideform .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    background: #ff902b;
    background: -moz-linear-gradient(top, #ff902b 0%, #ff5f07 100%);
    background: -webkit-linear-gradient(top, #ff902b 0%,#ff5f07 100%);
    background: linear-gradient(to bottom, #ff902b 0%,#ff5f07 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff902b', endColorstr='#ff5f07',GradientType=0 );
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px;
    min-width: 290px;
  cursor:pointer;
}
#sideform .gform_wrapper .gform_footer input.button:hover, #sideform .gform_wrapper .gform_footer input[type=submit]:hover, #sideform .gform_wrapper .gform_page_footer input.button:hover, #sideform .gform_wrapper .gform_page_footer input[type=submit]:hover {
    opacity:.7;
}
#sideform .theSideForm {
    float: left;
    display: block;
    width: 308px;
}
#sideform .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
    margin-top: -10px;
}
p, ul, ol {
    color: #1B3D6E;
}
p strong {
    color: #FC9835;
    font-size: 24px;
    /* margin-bottom: 0; */
    display: block;
}
td, tbody tr:nth-child(even) td, tbody tr.even td {
    background: url(/wp-content/uploads/2017/10/orgicon.png) left center no-repeat;
    text-align: left !important;
    display: table-cell;
    max-height: 15px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
}
td p {
    text-align: left;
    padding-left: 22px;
}

#sidebar {
    color: #545350;
    padding-right: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    border-top: 72px solid #3B5E39;
    margin-top: 22px;
}
#sidebarinner {
    background: none;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    max-width: 1400px;
    margin-top: 25px;
    width: 90%;
}
#sidebar aside {
    float: left;
    width: 33%;
    display: block;
}
#sidebarinner {
    background: none;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    max-width: 1400px;
    margin-top: 25px;
    width: 75%;
}
#sidebar-widget-title {
    color: #3B5E39;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
}
#sidebarinner {
    background: none;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    max-width: 1400px;
    margin-top: 25px;
    width: 75%;
}
#sidebar ul li a {
    color: #3E5B84;
    font-size: 14px;
    background: url(/wp-content/uploads/2017/10/orgicon.png) left 2px no-repeat;
    text-align: left !important;
    display: table-cell;
    max-height: 15px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
    padding-left: 25px;
    background-size: 15px auto;
    padding-top: 0px;
    padding-bottom: 5px;
}
#sidebar ul li  {
    float: left;
    display: block;
    width: 100%;
}
#sidebar ul  {
    padding: 0;
}
#sidebar {
    color: #545350;
    padding-right: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    border-top: 72px solid #3B5E39;
    margin-top: 22px;
    padding-bottom: 55px;
    padding-top: 48px;
}
#ContactArea {
    float: left;
    display: block;
    width: 100%;
    background: #000000;
}
#ContactAreaInner {
    margin: 0 auto;
    max-width: 1100px;
    display: block;
    width: 96%;
}
.footerlogo {
    background: rgba(16,59,13,1);
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
}
#footer-bottom {
    background: none;
}
.footerlogo {
    background: rgba(16,59,13,1);
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
#footer-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    margin: 0;
}
.contactleft {
    width: 49%;
    display: block;
    color: #fff;
    /* text-align: left; */
    float: left;
    margin: 40px 0;
    border-right: 1px solid #fff;
}
.contactright {
    width: 50%;
    display: block;
    color: #fff;
    /* text-align: left; */
    float: right;
    padding: 40px 0;
}
#FooterMap {
    float: left;
    display: block;
    width: 100%;
}
.su-responsive-media-yes iframe, .su-responsive-media-yes object, .su-responsive-media-yes embed {
    max-height: 360px !important;
}
.contactlefttitle {
    font-size: 32px;
    font-weight: bold;
    padding-left: 47px;
    background: url(/wp-content/uploads/2017/10/callicon.jpg) left top no-repeat;
    background-size: 38px auto;
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 166px;
	  margin-bottom: 7px;
}
.contactrighttitle {
    font-size: 32px;
    font-weight: bold;
    padding-left: 47px;
    background: url(/wp-content/uploads/2017/10/locationicon.jpg) left top no-repeat;
    background-size: 38px auto;
	    margin: 0 auto;
    display: block;
    float: none;
    max-width: 166px;
	margin-bottom: 7px;
}
#ContactArea ul li {
    font-size: 22px;
    color: #fff;
    text-align: center;
}
#FooterMap {
    float: left;
    display: block;
    width: 100%;
    max-height: 400px;
}
#footer-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    background: #3B5E39;
    color: #fff;
}
.footercontentinner {
    margin: 0 auto;
    max-width: 1100px;
    display: block;
    width: 96%;
}
  .footercontentinner {
    margin: 0 auto;
    max-width: 1100px;
    display: block;
    padding-top: 50px;
    width: 96%;
}
.column {
    float: left;
    margin: 0;
    width: auto;
}
.cctxt {
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
    display: block;
    float: left;
}
.centeraddress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.footercontentinner {
    margin: 0 auto;
    max-width: 1100px;
    display: block;
    padding-top: 50px;
    width: 96%;
    position: relative;
}
.centeraddress ul {
    padding: 0;
    margin: 0;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    float: none;
}
.centeraddress ul li {
    font-size: 14px;
    color: #fff;
}
.footsocial {
    float: right;
    display: block;
    width: auto;
}
 .centeraddress {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    text-align: center;
}
.cctxt {
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
    display: block;
    width: 100%;
    float: left;
}
a.sue-icon i {
    border: 1px solid #fff !important;
}
.FootContent {
    float: left;
    display: block;
    width: 100%;
    margin-top: 55px;
    color: #fff;
}
.FootContent a, .FootContent p {
color: #fff;
}
#footer-bottom {
    margin: 0;
    background: none;
    padding: 0;

}
.FootContent a, .FootContent p {
    color: #fff;
    margin: 0;
}
#footer-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    background: #3B5E39;
    padding-bottom: 15px;
    color: #fff;
}
.phone-bg {
    font-size: 28px;
}
.phone-bg2 {
    font-size: 28px;
}
.phonedivs {
    float: left;
    display: block;
    width: 27%;
    color: #103A0C;
}
#sidebar aside {
    float: left;
    width: 32%;
    display: block;
}
#sidebar aside:last-child	 {
    width: 27%;
    float: right;
}
.centeraddress {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    text-align: center;
    z-index: 0;
}
.footsocial {
    float: right;
    display: block;
    width: auto;
    position: relative;
    z-index: 1;
}
.logodiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 0;
}
body #sideform .gform_wrapper ul li#field_1_6 {
    margin-top: 0;
}
 #sideform .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
    margin-bottom: 0;
}
#sideform .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
    margin-top: 15px;
}
.phone-bg {
    font-size: 33px;
    font-family: 'Arapey';
    margin-bottom: -10px;
}
.phone-bg2 {
    font-size: 33px;
    font-family: 'Arapey';
}
.smtoll {
    font-size: 19px;
}
#topest-header-section {
    width: 160px;
    height: auto;
    position: absolute;
    right: auto;
    top: -23px;
    left: 9px;
}
.topright {
    float: right;
    display: block;
    width: 37%;
}
.phonedivs {
    float: right;
    display: block;
    width: 350px;
    color: #103A0C;
}
.phonedivs {
    float: none;
    display: block;
    width: 350px;
    color: #103A0C;
    position: absolute;
    right: 0;
}
#access a {
    color: #003366;
    text-shadow: none;
    display: block;
    font-weight: bold;
}

#access ul li:hover ul {
    background: #fff;
    width: 200px;
    box-shadow: 0px 10px 7px 0px rgba(0,0,0,0.5);
}
#access {
    background: none;
    float: right;
    display: block;
    width: auto;
    margin-top: 115px;
    margin-bottom: 4px;
}
.leftcontent {
    width: 48%;
    float: left;
    display: block;
}
.rightcontent {
    float: right;
    width: 48%;
    display: block;
}
.logodiv .logoh1 a {
    position: relative;
}
.logodiv .logoh1 a:after {
    content: '(248) 588-3333';
    position: absolute;
    left: 21%;
    bottom: -11px;
    font-size: 30px;
    font-family: 'Arapey';
    color: #FC9835;
    background: #fff;
    padding: 0 2px;
}
h2.grnbg {
    position: relative;
}

#topest-header-section {
    width: 160px;
    height: auto;
    position: absolute;
    right: auto;
    top: -23px;
    left: 9px;
    z-index: 2;
}
#mysticky-nav.wrapfixed {
    background-color: #fff !important;
}

.consdiv {
    padding-left: 49px;
    background: url(/wp-content/uploads/2017/10/phicon.png) left top no-repeat;
    background-size: 40px auto;
    font-size: 19px;
    font-family: 'Arapey';
    line-height: 39px;
}
.phone-bg {
    font-size: 33px;
    font-family: 'Arapey';
    margin-bottom: -10px;
    display: block;
    margin-top: -14px;
}
.boldblack {
    font-size: 78px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 100%;
    font-family: 'Arapey';
    color: #00447A;
    line-height: 52px;
    padding-top: 5px;
}
#mysticky-nav.wrapfixed.down {
    border-bottom: 8px solid #FC9835;
}
 #access {
    background: none;
    float: right;
    display: block;
    width: auto;
    margin-top: 121px;
    margin-bottom: 4px;
    margin-right: 10%;
}
.consdiv {
    padding-left: 34px;
    background: url(/wp-content/uploads/2017/10/phicon.png) left 7px no-repeat;
    background-size: 25px auto;
    font-size: 19px;
    font-family: 'Arapey';
    line-height: 40px;
}
#gform_confirmation_message_1 {
    font-size: 32px;
    margin-top: 150px;
    text-align: center;
    color: green;
}
h2.grnbg {
    background: rgba(16,59,13,1);
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 1px 10px 2px 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    margin-left: -25px;
    margin-right: -25px;
}
/* h2.grnbg:after {
    content: '(248) 588-3333';
    position: absolute;
    left: 205px;
    bottom: 5px;
    font-size: 30px;
    font-family: 'Arapey';
    color: #103B0D;
    background: #fff;
    padding: 0 19px;
}*/
.contactphone {
   position:relative;
}
.contactphone a {
    position: absolute;
    left: 205px;
    bottom: 5px;
    font-size: 30px;
    font-family: 'Arapey';
    color: #103B0D;
    background: #fff;
    padding: 0 19px;
}
#ReviewsDiv {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}
#ReviewsDiv h3 {
    background: #00447A;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
}
#ReviewsDivinner {
    margin: 0 auto;
    max-width: 800px;
    width: 96%;
    display: block;
    text-align: center;
}
h4#reviews-widget-title {
    display: none;
}
#ReviewsDivinner {
    margin: 0 auto;
    max-width: 800px;
    width: 96%;
    display: block;
    padding: 120px 0;
    text-align: center;
}
#ReviewsDivinner .sue-content-slider .owl-prev {
    right: auto;
    left: -48px;
}
#ReviewsDivinner .sue-content-slider .owl-next {
    right: -48px;
}
#ReviewsDivinner .sue-content-slider .owl-prev, #ReviewsDivinner .sue-content-slider .owl-next {
    position: absolute;
    top: 80px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 45px;
    font-family: FontAwesome;
    color: #ff902b;
    line-height: 30px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
#ReviewsDivinner .sue-content-slider .owl-prev:hover, #ReviewsDivinner .sue-content-slider .owl-next:hover {
  color:#ccc;
}
.reviewdiv {
    font-size: 24px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
font-style: italic;
  color:#1B3D6E;
}
.reviewname {
    font-size: 24px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
   font-weight:bold;
   color:#1B3D6E;
}
#gform_confirmation_message_1 {
    font-size: 32px;
    margin-top: 250px;
    text-align: center;
    color: green;
}
#sideform .gform_wrapper .top_label .gfield_label {
    display: block;
}
.contactphone a {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 30px;
    font-family: 'Arapey';
    color: #103B0D;
    background: #fff;
    padding: 0 19px;
    width: 174px;
}
h2.grnbg:after {
    display:none !important;
}
.mfp-wrap {
    z-index: 9999999999 !important;
}
.mfp-bg {
    z-index: 9999999 !important;
}
.phonedivs {
    float: none;
    display: block;
    width: 350px;
    color: #00447A;
    position: absolute;
    right: 0;
}
.phone-bg {
    font-size: 33px;
    font-family: 'Arapey';
    margin-bottom: -10px;
    display: block;
    color: #FC9835;
    margin-top: -14px;
}
.phone-bg2 {
    font-size: 25px;
    font-family: 'Arapey';
    line-height: 22px;
    margin-top: 3px;
    padding-left: 5px;
    color: #FC9835;
}
#access a {
    color: #00447A;
    text-shadow: none;
    display: block;
    font-weight: bold;
}
.aktxt {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: auto;
    background: #FC9835;
    padding: 2px 15px;
    color: #fff;
}
.headerbord {
    float: left;
    display: block;
    width: 100%;
    border-bottom: 4px solid #00447B;
}
#header-image {
    width: 100%;
    height: auto;
    border: none;
    float: left;
    display: block;
    border-top: 8px solid #FC9835;
    width: 100%;
}
h2.grnbg {
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 1px 10px 2px 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    margin-left: -25px;
    margin-right: -25px;
}
.contactphone a {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 30px;
    font-family: 'Arapey';
    color: #00447B;
    background: #fff;
    padding: 0 19px;
    width: 174px;
}
#sidebar {
    color: #545350;
    padding-right: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    border-top: 72px solid #00447A;
    margin-top: 22px;
    padding-bottom: 55px;
    padding-top: 48px;
}
#sidebar-widget-title {
    color: #00447B;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
}
#footer-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    background: #00447B;
    padding-bottom: 15px;
    color: #fff;
    border-top: 7px solid #FC9835;
}
.footerlogo {
    background: #00447A;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.contactleft {
    width: 100%;
    display: block;
    color: #fff;
    /* text-align: left; */
    float: left;
    margin: 40px 0;
    border-right: none;
}
.contactright {
    width: 100%;
    display: block;
    color: #fff;
    /* text-align: left; */
    float: left;
    padding: 40px 0;
}
#FooterMap {
    float: left;
    display: block;
    width: 100%;
    max-height: 100%;
}
#FooterMap .wpsl-search {
    margin-bottom: 12px;
    padding: 12px 12px 0;
    /* background: transparent; */
    display: none;
}
#FooterMap #wpsl-wrap {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
}
#FooterMap #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    float: left;
    width: 31%;
    display: block;
    padding: 10px 2.5%;
}
#FooterMap .wpsl-store-location p {
    font-size: 14px;
}
#FooterMap .wpsl-store-location p strong {
    color: #00447B;
    font-size: 15px;
    /* margin-bottom: 0; */
    display: block;
}
#FooterMap #wpsl-result-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}
#FooterMap #wpsl-wrap {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    padding: 10px;
    background: #fff;
}
#FooterMap .wpsl-store-below #wpsl-result-list p {
    padding-left: 0;
    margin-bottom: 0;
}
#FooterMap .wpsl-direction-wrap {
    font-size: 12px;
    color: #999;
}
#FooterMap .wpsl-direction-wrap a {
    color: #FC9835;
    font-size: 14px;
}
#FooterMap #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    float: none;
    width: 28%;
    display: inline-block;
    padding: 10px 2.5%;
    min-height: 128px;
}#FooterMap .wpsl-direction-wrap {
    font-size: 0px;
    color: #999;
}
h2 {
  color:#00447B;
  font-weight:bold;
}
td, tbody tr:nth-child(even) td, tbody tr.even td {
    background: none;
    text-align: left !important;
    display: table-cell;
    max-height: 15px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
}
h1, h1 a {
    font-family: "Roboto", arial, sans-serif;
    color: #00447B;
    font-size: 24px;
    font-weight: bold;
}
.catbar2 {
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 1px 10px 2px 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
p strong {
    color: #00447B;
    font-size: inherit;
    /* margin-bottom: 0; */
    display: inline;
}
.textBold {
    font-size: 24px;
    color: #FC9835;
}
ul.mainlinks li {
    list-style: disc;
    padding-bottom: 5px;
}
#sidebar aside:last-child {
    width: 36%;
    float: right;
}
#sidebar aside:first-child {
    width: 61%;
}
#sidebar ul li a {
    color: #3E5B84;
    font-size: 14px;
    background: url(/wp-content/uploads/2017/10/orgicon.png) left 2px no-repeat;
    text-align: left !important;
    display: table-cell;
    max-height: 15px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
    padding-left: 25px;
    background-size: 15px auto;
    padding-top: 0px;
    padding-bottom: 19px;
    line-height: 20px;
}
#sidebar aside:first-child ul li {
    width: 49%;
    float: left;
}
#sidebar aside:first-child ul li a {
    color: #3E5B84;
    font-size: 14px;
    background: url(/wp-content/uploads/2017/10/orgicon.png) left 2px no-repeat;
    text-align: left !important;
    display: table-cell;
    max-height: 15px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
    padding-left: 25px;
    background-size: 15px auto;
    padding-top: 0px;
    padding-bottom: 6px;
    line-height: 20px;
}
#topest-header-section {
    width: 129px;
    height: auto;
    position: absolute;
    right: auto;
    top: -23px;
    left: 9px;
    z-index: 2;
}
.phone-bg2 {
    font-size: 35px;
    font-family: 'Arapey';
    line-height: 22px;
    margin-top: 10px;
    padding-left: 0px;
    color: #FC9835;
}
.phone-bg {
    font-size: 35px;
    font-family: 'Arapey';
    margin-bottom: -10px;
    display: block;
    color: #FC9835;
    margin-top: -14px;
}
#access a {
    font-size: 15px;
}
#access {
    background: none;
    float: right;
    display: block;
    width: auto;
    margin-top: 121px;
    margin-bottom: 4px;
    margin-right: 0%;
    min-width: 460px;
    padding-right: 0;
}
.phonedivs {
    float: none;
    display: block;
    width: 390px;
    color: #00447A;
    position: absolute;
    right: 0;
}
.phone-bg {
    font-size: 44px;
    font-family: 'Arapey';
    margin-bottom: -10px;
    display: block;
    color: #FC9835;
    margin-top: -8px;
}
.phone-bg2 {
    font-size: 44px;
    font-family: 'Arapey';
    line-height: 22px;
    margin-top: 16px;
    padding-left: 0px;
    color: #FC9835;
}
.phonedivs {
    float: none;
    display: block;
    width: 407px;
    color: #00447A;
    position: absolute;
    right: 0;
}
#access {
    background: none;
    float: right;
    display: block;
    width: auto;
    margin-top: 121px;
    margin-bottom: 4px;
    margin-right: 0%;
}
#access ul li:hover ul {
    background: #fff;
    width: 232px;
    box-shadow: 0px 10px 7px 0px rgba(0,0,0,0.5);
    padding-bottom: 15px;
}
#access ul li:nth-child(5):hover ul {
    right: 0;
}
h2 {
    text-align: left;
}
p, article ul, article ol, article {
    font-family: "Roboto", arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
}
#sidebar {
   display:none !important;
}
h4#side-contact-widget-title {
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 1px 10px 2px 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    margin-left: -25px;
    margin-right: -40px;
    clear: both;
}
#sidebar ul li a {
    color: #3E5B84;
    font-size: 17px;
    background: url(/wp-content/uploads/2017/10/orgicon.png) left 2px no-repeat;
    text-align: left !important;
    display: table-cell;
    max-height: 15px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
    padding-left: 25px;
    background-size: 15px auto;
    padding-top: 0px;
    padding-bottom: 19px;
    line-height: 20px;
}
.rightcontent .widget-side-contact ul li a  {
    color: #3E5B84;
    font-size: 14px;
    background: url(/wp-content/uploads/2017/10/orgicon.png) left 2px no-repeat;
    text-align: left !important;
    display: table-cell;
    max-height: 15px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
    padding-left: 25px;
    background-size: 15px auto;
    padding-top: 0px;
    padding-bottom: 19px;
    line-height: 20px;
}
#sideformtwo {
    background: rgba(255,255,255,.7);
    border-radius: 10px;
    padding: 20px;
}
h4#side-contact-widget-title {
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 6px 10px 5px 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    margin-left: -25px;
    margin-right: -40px;
    clear: both;
}
h2.grnbgtwo {
    color: #fff !important;
    text-align: center;
    text-shadow: none;
    font-size: 36px;
}
h2.grnbgtwo a {
    color: #fff !important;
}
#field_1_6 .gfield_label , #field_1_6 .gfield_required {
    display: none;
}
.gform_wrapper textarea#input_1_4.small {
    height: 80px;
    width: 100%;
    margin-bottom: 0;
}
#slidephones h2 {
  color:#fff !important;
}
.rightcontent ul li {
    float: left;
    display: block;
    width: 100%;
}
.DwnArrow img {
    max-width: 120px;
    height: auto;
    margin-top: 20px;
}
#gform_1 .button {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    background: #ff902b;
    background: -moz-linear-gradient(top, #ff902b 0%, #ff5f07 100%);
    background: -webkit-linear-gradient(top, #ff902b 0%,#ff5f07 100%);
    background: linear-gradient(to bottom, #ff902b 0%,#ff5f07 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff902b', endColorstr='#ff5f07',GradientType=0 );
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px;
    min-width: 290px;
    cursor: pointer;
    margin: 0 auto;
    float: none;
    display: block;
}
#gform_1 .button:hover {
    opacity: .7;
}
.gform_previous_button {
    display: inline-block !important;
    width: auto !important;
    float: left !important;
    min-width: 90px !important;
}
p, article ul, article ol, article {
    font-family: "Roboto", arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
}

#mysticky-nav.wrapfixed.up {
    border-bottom: 8px solid #FC9835;
}
.SecPageBut {
	display:none !important;
  }
.FrontPageBut {
    display: inline-block !important;

}
#gform_confirmation_message_1 {
    font-size: 32px;
    margin-top: 0;
    text-align: center;
    color: #00447B;
}
#gform_confirmation_message_4 {
    font-size: 39px;
    text-align: center;
    width: 200%;
    margin: 40px 0 70px 0;
    color: #00447B;
}
#gform_1 .button {
    min-width: 190px;
}
#topest-header-section {
    width: 153px;
    height: auto;
    position: absolute;
    right: auto;
    top: -23px;
    left: 9px;
    z-index: 2;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main p, #main strong, #main b, #homediv div {
text-align: left !important;
}

nav[role="navigation"] ul li {
    position: relative;
}
#access ul li:hover ul {
    position: absolute;
    left: auto;
    right: 0;
}
#access ul li:nth-child(4):hover ul {
    position: absolute;
    left: 0;
}
#access ul li:nth-child(4):hover ul {
    right: auto;
  left: 0;
}
.aktxt {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 112px;
    background: #FC9835;
    padding: 2px 15px;
    color: #fff;
}
.page-id-16560 .leftcontent {
    display: none;
}
.page-id-16560 .rightcontent {
    float: right;
    width: 96%;
    display: block;
    max-width: 658px;
    float: none;
    margin: 0 auto;
}
#mobform a {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    background: #ff902b;
    background: -moz-linear-gradient(top, #ff902b 0%, #ff5f07 100%);
    background: -webkit-linear-gradient(top, #ff902b 0%,#ff5f07 100%);
    background: linear-gradient(to bottom, #ff902b 0%,#ff5f07 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff902b', endColorstr='#ff5f07',GradientType=0 );
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px;
    max-width: 290px;
    cursor: pointer;
    margin: 0 auto;
    float: none;
    display: block;
    text-shadow: none;
}
#mobform a:hover {
   opacity:.7;
}
#deskform {
    display: inline;
}
#mobform {
  display:none;
}
#showmob {
  display:none;
}
#showdesktop {
  display:block;
}
.phonelink a {
    position: absolute;
    left: 21%;
    bottom: -16px;
    font-size: 30px;
    font-family: 'Arapey';
    color: #FC9835;
    background: #fff;
    padding: 0 2px;
    line-height: 44px;
}
.logodiv .logoh1 a:after {
    content: '' !important;
    display:none !important;
}
.phonelink a {
    position: absolute;
    left: 21%;
    bottom: 8px;
    font-size: 30px;
    font-family: 'Arapey';
    color: #FC9835;
    background: #fff !important;
    padding: 0 2px;
    line-height: 0;
    max-width: 180px;
}
.sue-content-slider .owl-prev:before {
    border-top: none !important;
    border-left: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.sue-content-slider .owl-next:before {
    border-top: none !important;
    border-right: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.topright {
    float: left;
    display: block;
    width: auto;
    margin-top: 0;
}
img.wp-image-16847 {
    max-width: 100px;
    margin-top: 34px; 
}
#topest-header-section {
    width: 28%;
    height: auto;
    position: absolute;
    right: auto;
    top: -23px;
    left: 9px;
    z-index: 2;
}
#access {
    background: none;
    float: right;
    display: block;
    width: auto;
    margin-top: 128px;
    margin-bottom: 4px;
    margin-right: 0%;
    min-width: 360px;
    padding-right: 0;
}
.trustedtxt {
    font-size: 18px;
    color: #000;
    font-weight: 900;
}
img.wp-image-16847 {
    max-width: 100px !important;
    margin-top: 34px;
}
#access {
    background: none;
    float: right;
    display: block;
    width: auto;
    margin-top: 126px;
    margin-bottom: 4px;
    margin-right: 0%;
    min-width: 360px;
    padding-right: 0;
    margin-left: 0;
    padding-left: 1px;
}
#slidephones h1 {
    color: #fff;
    text-shadow: none;
    font-size: 32px;
}
.seclayertxt {
    font-size: 24px;
    font-weight: 900;
    text-shadow: none;
}
.arrowtxt {
  padding-left:25px;
  display:block;
float:left;
position:relative;
}
.arrowtxt:before {
    content: '';
    -webkit-clip-path: polygon(0 0, 0% 100%, 50% 49%);
    clip-path: polygon(0 0, 0% 100%, 50% 49%);
    width: 20px;
    height: 15px;
    position: relative;
    float: left;
    display: block;
    background: #00447B;
    padding: 0 5px;
    margin-top: 11px;
}
.gform_wrapper #field_1_4 .gfield_required { 
    display: none; 
}
.gform_wrapper .top_label #field_1_4 .gfield_label { 
    display: none;
}
.gform_wrapper textarea#input_1_4.small { 
    font-size: 16px !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium { 
    font-size: 16px !important;
}
.gform_wrapper .gfield_checkbox li label { 
    font-size: 16px !important;
}
.gform_wrapper .top_label .gfield_label { 
    font-size: 16px !important;
}
.gform_wrapper div.charleft {
    font-size: 12px !important; 
    color: #000 !important; 
}

#access ul li ul li ul {
    position: relative !important;
    float: left !important;
    width: 100% !important;
	    box-shadow: none !important;  
    margin-top: -5px !important;
    margin-bottom: 3px !important;
}
#access ul li ul li ul li {
    display: inline-block !important;
    position: relative !important;
    width: 90% !important;
    margin: 0 5% !important;
}
#access ul li ul li ul {
  display:none;
}
#access ul li ul li ul {
  display:block;
}
#access ul li:hover ul li ul { 
    box-shadow: none !important; 
}
.DwnArrow img { 
    display: none;
}
.leftcontent { 
    padding-top: 25px;
}
.home .leftcontent { 
    padding-top: 0px;
}
h1.grnbar { 
    display: none;
}
p, article ul, article ol, article {
    font-family: "Roboto", arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.headerbord .phone-bg { 
    margin-left: -34px;
}
.headerbord .phone-bg2 { 
    margin-left: -34px;
}
.topright { 
    min-width: 361px;
}
.reviewdiv {
    font-size: 19px; 
}
.reviewname {
    font-size: 19px; 
}
.rightcontent .widget-side-contact ul li a {
    color: #3E5B84;
    font-size: 19px;
    background: url(/wp-content/uploads/2017/10/orgicon.png) left 9px no-repeat;
    text-align: left !important;
    display: table-cell;
    max-height: 100px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
    padding-left: 25px;
    background-size: 15px auto;
    padding-top: 0px;
    padding-bottom: 19px;
    line-height: 30px;
}
.leftcontent h2 a {
    color: #00447B;
    font-size: 24px;
}
.catbar2 span strong {
    color: #fff;
    font-size: 18px !important;
}
#FooterMap .wpsl-direction-wrap {
    font-size: 0px;
    color: #999;
    text-align: center;
    width: 100%;
    float: left;
    display: block;
}
#FooterMap .wpsl-direction-wrap a {
    color: #FC9835;
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}
ul#testlist li {
color: #3E5B84;
    font-size: 19px;
    background: url(/wp-content/uploads/2017/10/orgicon.png) left 9px no-repeat;
    text-align: left !important; 
    max-height: 100px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
    padding-left: 25px;
    background-size: 15px auto;
    padding-top: 0px;
    padding-bottom: 19px;
    line-height: 30px;
}
.reviewsidename {
    font-weight: bold;
}
ul#testlist {
    margin-bottom: 45px;
    display: block;
    float: left;
    width: 86%;
    padding: 0;
    /* margin: 0; */
    padding: 15px 0;
}
.trustedtxt {
    font-size: 18px;
    color: #000;
    font-weight: 900;
    border-top: 2px solid #000;
    padding-top: 3px;
}
img.wp-image-16847 {
    max-width: 70px !important;
    margin-top: 34px;
}
#access {
    background: none;
    float: right;
    display: block;
    width: auto;
    margin-top: 112px;
    margin-bottom: 4px;
    margin-right: 0%;
    min-width: 360px;
    padding-right: 0;
}
#header-image .sue-section.sue-section-parallax .sue-section-background {
    background-position: left -100px !important;
    background-attachment: scroll !important;
}
.trustedtxt {
    font-size: 17px;
    color: #00447A;
    font-weight: 600;
    border-top: 2px solid #00447A;
    padding-top: 3px;
    display: block;
    max-width: 300px;
    line-height: 22px;
}
.trustedtxt {
    font-size: 18px;
    color: #000;
    font-weight: 900;
    border-top: 2px solid #000;
    padding-top: 3px;
    font-size: 17px;
    color: #00447A;
    font-weight: 600;
    border-top: 2px solid #00447A;
    padding-top: 3px;
    display: block;
    max-width: 300px;
    line-height: 22px;
}
.consdiv {
    padding-left: 34px;
    background: url(/wp-content/uploads/2017/10/phicon.png) left 7px no-repeat;
    background-size: 25px auto;
    font-size: 17px;
    font-family: inherit;
    line-height: 40px;
    font-weight: bold;
}
.phone-bg {
    font-size: 30px;
    font-family: 'Arapey';
    margin-bottom: -10px;
    display: block;
    color: #FC9835;
    margin-top: -8px;
}
.phone-bg2 {
    font-size: 30px;
    font-family: 'Arapey';
    line-height: 7px;
    margin-top: 16px;
    padding-left: 0px;
    color: #FC9835;
}
.consdiv {
    padding-left: 34px;
    background: url(/wp-content/uploads/2017/10/phicon.png) left 7px no-repeat;
    background-size: 25px auto;
    font-size: 17px;
    font-family: inherit;
    line-height: 40px;
}
img.wp-image-16847 {
    max-width: 50px !important;
    margin-top: 34px;
}
#gform_1 .button {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    background: #ff902b;
    background: -moz-linear-gradient(top, #ff902b 0%, #ff5f07 100%);
    background: -webkit-linear-gradient(top, #ff902b 0%,#ff5f07 100%);
    background: linear-gradient(to bottom, #ff902b 0%,#ff5f07 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff902b', endColorstr='#ff5f07',GradientType=0 );
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px;
    min-width: 290px;
    cursor: pointer;
    margin: 0 auto;
    float: right;
    display: block;
    margin-top: -34px;
    margin-right: 17px;
}
article .rightcontent ul, article .rightcontent ol { 
    padding: 0;
    margin: 0;
}
#main h4#side-contact-widget-title {
    text-align: center !important;
max-width: 100%;
}
.reviewsidename {
    font-weight: bold;
    text-align: center;
}
ul#testlist {
    margin-bottom: 45px;
    display: block;
    float: left;
    width: 96%;
    padding: 0;
    padding: 15px 0;
    text-align: center;
}
ul#testlist li {
    color: #3E5B84;
    font-size: 19px;
    background: none;
    text-align: center !important;
    max-height: 100px;
    display: block;
    float: left !important;
    margin-bottom: 15px;
    padding-left: 0;
    background-size: 15px auto;
    padding-top: 0px;
    padding-bottom: 19px;
    line-height: 30px;
    width: 100%;
}
.entry-meta {
    font-size: 9px;
    font-size: 15px;
    color: #00447B;
    text-transform: uppercase;
    font-weight: bold;
}
.entry-meta a { 
    color: #00447B; 
}
.single  h1, .blog h1  {
    font-family: "Roboto", arial, sans-serif;
    color: #00447B;
    font-size: 32px;
    font-weight: bold;
    margin-top: 19px;
}
.blog-entry-header h1.blog-entry-title { 
    display: none;
}
.post .entry-meta, .blog .entry-meta {
    font-size: 9px;
    font-size: 15px;
    color: #00447B;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#ReviewsDivinner {
    margin: 0 auto;
    max-width: 800px;
    width: 96%;
    display: block;
    padding: 20px 0;
    text-align: center;
}
#slidephones h1 {
    color: #fff;
    text-shadow: none;
    font-size: 32px;
    text-shadow: 0 0px 11px rgba(0,0,0,1);
}
#access ul li:hover ul {
    position: absolute;
    left: 0;
    right: 0;
}
.social-header-code {
    margin-left: -32px;
    margin-top: 14px;
} 
.social-header-code a.sue-icon i { 
    border: 1px solid #00447A !important;
}
#slidephones h1 {
    color: #fff;
    text-shadow: none;
    font-size: 32px;
    text-shadow: none;
    background: #00447A;
    padding: 15px;
    /* border-bottom: 2px solid #fff; */
    border-radius: 8px;
}
#sideformtwo {
    background: rgba(255,255,255,1); 
}
.post .entry-meta, .blog .entry-meta {
    font-size: 9px;
    font-size: 15px;
    color: #00447B;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: none;
}
.FootContent {
    float: left;
    display: block;
    width: 100%;
    margin-top: 55px;
    color: #fff;
    position: relative;
}
.avvo {
    position: absolute;
    left: 0;
    top: 0;
}
.gform_wrapper a#gf_1.gform_anchor {
    position: absolute !important;
    top: -200px !important;
}
.trustedtxt {
    font-size: 18px;
    color: #000;
    font-weight: 900;
    border-top: 2px solid #000;
    padding-top: 3px;
    font-size: 17px;
    color: #00447A;
    font-weight: 600;
    border-top: 2px solid #00447A;
    padding-top: 3px;
    display: block;
    max-width: 357px !important;
    line-height: 22px;
  text-transform:uppercase;
}
#post-16850 .rightcontent {
    float: right;
    width: 100%;
    display: block;
}
#post-16850 .leftcontent {
display:none;
}
#post-16850 .rightcontent {
    float: right;
    width: 100%;
    display: block;
}
#post-16850 .leftcontent {
display:none;
}
 
.leftcontent h2:first-child {
    margin-top: -27px;
    margin-left: -7px;
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 6px 0px 5px 0px;
    margin: -12px 0 15px 0;
    font-weight: bold;
    margin-left: -21px;
    margin-right: -40px;
    clear: both;
    width: 101%;
    font-size: 34px;
    text-align: center !important;
}
.leftcontent h2:first-child a {
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding: 2px 0 2px 0;
    position: relative;
    display: block;
}
.leftcontent {
    padding-top: 11px;
}
.leftcontent h2:first-child {
    margin-top: -39px;
    margin-left: -7px;
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 2px 0px 3px 0px;
    margin: -12px 0 15px 0;
    font-weight: bold;
    margin-left: -21px;
    margin-right: -40px;
    clear: both;
    width: 101%;
    font-size: 34px;
    text-align: center !important;
}
 #main .leftcontent h2:first-child {
    text-align: center !important;
}
h2.bluebartitle a {
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 5px 0 5px 5%;
    margin: 0 0 15px -2%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-left: -5%;
    clear: both;
    width: 104%;
    display: block;
}
#post-16904 #gform_fields_1 .seclayertxt {
    font-size: 24px;
    font-weight: 900;
    text-shadow: none;
    background: #00447B;
    color: #fff;
    text-align: left;
    font-size: 35px;
    padding: 1px 30px 0px 10px;
    margin: -25px 0 15px 0;
    font-weight: bold;
    margin-left: -25px;
    margin-right: 0;
    clear: both;
    width: 104%;
    float: left;
    display: block;
}
#post-16904 #gform_fields_1 .arrowtxt {
    padding-left: 25px;
    display: inherit;
    float: left;
    position: relative;
}
#post-16904 #gform_fields_1 .arrowtxt:before {
    content: '';
    -webkit-clip-path: polygon(0 0, 0% 100%, 50% 49%);
    clip-path: polygon(0 0, 0% 100%, 50% 49%);
    width: 20px;
    height: 15px;
    position: relative;
    float: left;
    display: block;
    background: #fff;
    padding: 0 5px;
    margin-top: 18px;
}
.page-id-16907 #header-image {
    width: 100%;
    height: auto;
    border: none;
    float: left;
    display: block;
    border-top: 8px solid #FC9835;
    width: 100%;
    display: none;
}
#main .centerp p {
    text-align: center !important;
}
#main #ReviewsDiv h3 {
    color: #fff !important;
    padding: 15px;
    text-align: center !important;
    font-size: 32px !important;
}
.catbar2 strong {
    color: #fff !important;
}
.page-id-17565 .rightcontent {
    float: right;
    width: 100% !important;
    display: block;
}
.page-id-17565 .leftcontent {
    padding-top: 11px;
    display: none !important;
}
.page-id-17565 article {
    padding: 0 !important;
}
.page-id-17579 #sideformtwo { 
    display: none;
}