body {
  font-family:'Open Sans';
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 700;
    font-family: Roboto;
}

/* -- Defaults -- */

a, a:link, a:visited {
  color: #0281b5;
  text-decoration: none;
}
a:hover, .hentry .entry-title a:hover, .single-post a:hover {
  color: #8cc640!important;
  text-decoration: none;
}

/* -- Content Lists -- */
.loop-wrapper .hentry {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: none;
}
.hentry .entry-title a {
    color: #028cbd;
}

/* -- Header Styling - All Devices --- */
.header {
  background: #fff;
}

/* -- Header Styling - Desktop Only --- */
@media (min-width:980px) {
.header {
  height:120px;
  box-shadow:2px 4px 10px #a5a5a5;
}
}

/* -- Header Positioning  - Desktop --- */
@media (min-width:980px) {
.header #company-logo {
    max-height: 100px;
    width: 250px;
    position: absolute;
/*  top: -15px;  */
}
.header .primary-nav-wrapper {
  position:absolute;
  left:250px;
}
.header .search-form-wrapper {
  right:0px;
}

}
/* -- Header Positioning  - Tablet & Large Phone --- */
@media (min-width:980px) and (max-width:1149px) {
nav.primary .nav li a {
    font-size: .9em!important;
    padding:0px 10px!important;
}
nav.utility .nav li a {
	padding: 0px 1px!important;
	font-size:.8em!important;
}
.header .header-wx {
  right:150px!important;
}
#searchform input[type="text"] {
    width:45%!important;
}
}

/* --- Main Nav Styling --- */
nav.primary .nav li a {
    color:#000;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    font-family:'Roboto Condensed', sans-serif;
    padding-right:14px;
}
nav.primary .nav li a:hover {
    color: #32725a !important;
    text-decoration: none;
}
@media only screen and (min-width: 981px) {
 nav .nav li ul.sub-menu li a {
   color:#333;
   font-size:14px;
 }
 nav .nav li ul.sub-menu li a:hover {
   color:#32725a !important;
 }
}

/* -- Main Nav When Collapsed - Need if Dark Background in header --*/
@media screen and (max-width: 981px) {
 .menu-button {
    color: #000;
 }
}

/* --- Search --- */
#searchform input[type="text"] {
    height: 30px;
    width:65%;
}
.search-form-wrapper .fa {
    color: #000;
}

/* -- Footer --*/
.footer {
   text-align:center;
}
.footer1 .widget_text {
  font-size:1.4em;
  line-height:1.3em;
}
.footer1 .widget_text a {
    color:#fff;
    font-weight: bold;
    font-size: .8em;
    text-transform: uppercase;
    text-decoration:none;
    font-family:'Roboto Condensed', sans-serif;
    background:#32725a;  
    margin-right:10px;
    border-radius:5px;
    padding:10px; 
}
.footer .bucket h4 {
  font-size:1.8em;
  font-family:'Roboto Condensed', sans-serif;
   border:none;
   text-transform:uppercase;
}
.footer .widget ul {
  list-style:square;
}
.footer .widget ul li {
    margin-left: 10px;
}
.footer .widget_nav_menu a {
  font-size:1.2em;
  color:#fff;
  font-family:'Roboto Condensed', sans-serif;
  text-decoration: none;
  line-height: 1.2em;
}
.footer .widget_nav_menu a:hover {
 color:#d2ff97;
}


/* --- Boxes Right Rails --- */
.boxes .wpb_content_element .btn {
    border: none;
    padding:0;
}
.boxes .wpb_content_element .btn a {
    color:#7aa53e;
    font-weight:600;
}
.boxes .wpb_content_element .btn a:after {
	font-family:'FontAwesome';
	content: '\f178';
	margin-left:4px;
	position:relative;
	top:1px;
}
.boxes .wpb_content_element {
    border:1px solid #ccc;
    border-radius:5px;
    box-shadow:4px 4px 4px #efefef;
    padding:10px;
}
.boxes .wpb_content_element h2 {
    margin-top:0;
    font-size:1.45em;
}

/* GTxcel Support Sidebar */
.support-sidebar-wrapper.wpb_content_element {
	margin-bottom:0;
}
.support-tldr-sidebar {
	border:1px solid #ccc;
    border-radius:5px;
    box-shadow:4px 4px 4px #efefef;
    padding:10px;
    background-color:#78cb1312;
	margin:0 15px;
}
.support-tldr-sidebar .support-logo img{
	width:60%;
}
.support-tldr-sidebar .support-logo {
	text-align:center;
}
.support-tldr-sidebar i {
	color:#2b7358;
	margin-right:10px;
}
.support-tldr-sidebar {
	font-size:14px;
}
.support-tldr-sidebar .important-note {
	color:#333;
	font-size:12px;
	padding-top:8px;
}
/* Title Only Content Lists */
.title-only .loop-wrapper .hentry .entry-title {
	font-size:1.1em;
	font-weight:normal;
	padding:4px;
	display:table;
} 
.title-only .loop-wrapper .hentry {
	padding-bottom:4px;
	margin-bottom:4px;
	
	border-bottom:solid 1px #eaeaea;
}
.title-only .basic-content-wrap:before {
	float:left;
	position:relative;
	margin-right: 6px;
	color: #ccc;
	content:'\f138';
	font-family:'FontAwesome';
}