/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */

body {
    word-wrap: break-word;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/* Forms Table Alergy Injections */

table.hide-now{
	display:none !important;
}

/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}


.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0 10px;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}
.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.gallery dd {
    margin: 0;
}
.gallery-caption {
    display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
    padding-bottom: 1.5em;
}
.hentry {
    margin: 0 0 1.5em;
}
.sticky {
    display: block;
}
.bypostauthor {
    display: block;
}


/* Clearing */
.clear {
    clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
    clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
    display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
    display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

/* Additional */

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto Condensed;
    letter-spacing: .3px;
    text-transform: uppercase;
}

h2, h3 {
    /* font-weight: 600; */
}

a.button {
    margin-top: 100px !important;
    padding: 18px 35px;
    background: #114362;
    font-family: "Roboto Condensed";
    letter-spacing: .3px;
    font-size: 15px;
    color: #fff;
}

.jumbotron {
    background: url(https://heagpmc.com/wp-content/uploads/2017/09/human.jpg) #fff;
    background-size: 50%;
    height: 600px;
    background-position: 90% 14%;
    background-repeat: no-repeat;
}

.jumbotron .col-lg-6, .jumbotron .col-md-6, .jumbotron .col-sm-6 {
    background: rgba(255,255,255,.8);
    height: 230px;
    padding: 21px 3% 34px 3%;
    margin-top: 119px;
}

.jumbotron h1 {
    text-transform: none;
    font-size: 40px;
    letter-spacing: .1px;
}

.jumbotron h2 {
    text-transform: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 32px;
    margin-top: 10px;
    font-family: "Roboto";
}

.site-navigation {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.site-navigation .container {
    padding: 0;
}

.nav>li {
    position: relative;
    display: block;
    font-family: "Roboto Condensed";
    font-size: 16px;
    padding-top: 11px;
    text-transform: uppercase;
    letter-spacing: .1px;
}

.navbar-nav>li>a {
    color: #134552;
}

/* Services */

.services .col-lg-6 {
    color: #fff;
    padding: 0px 75px;
    font-size: 18px;
    line-height: 33px;
}

.services .col-lg-6:nth-of-type(1) {
    /* background-size: cover !important; */
    /* background-position: 50% !important; */
    background-image: url(https://heagpmc.com/wp-content/uploads/2017/09/homepage-box-two.jpg ) !important;
    background-size: cover;
    border-right: 1px solid #FFF;
}

.services .col-lg-6:nth-of-type(2) {
    background: url("https://heagpmc.com/wp-content/uploads/2017/09/homepage-box-one.jpg");
    background-size: cover;
    background-position: 50%;
    height: 400;
}

footer.site-footer {
    background-color: #1e5e8a;
    padding: 50px 0px;
}

.navbar-brand>img {
    display: block;
    margin-top: -19px;
    border: 10px solid #fff;
    height: 138px;
    border-radius: 0px;
    border: 1px solid #f9f9f9;
    z-index: -9999;
    padding: 14px;
    background: #fff;
}

footer#colophon {
    color: #fff;
    /*margin-top: 100px;*/
}

footer#colophon .nav>li>a {
    color: #fff;
    text-transform: none;
    margin: 0px;
    padding: 0;
    font-weight: 300;
}

footer.site-footer {
    background-color: #21a3d7;
    padding: 50px 0px;
    color: #fff;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    font-size: 15px;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #1e5e8a;
    /*font-weight: bold;*/
    /* text-decoration: underline; */
    padding-bottom: 6px;
    background-color: transparent;
}

.jumbotron .col-lg-8.col-md-8 {
    background-color: rgba(0,102,116,.8);
    color: #fff;
    margin-left: 103px;
    margin-top: 100px;
    padding: 40px 30px;
}

.services .col-lg-6, .services .col-md-6 {
    height: 400px;
}

.services h3 {
    padding-top: 60px;
    padding-bottom: 15px;
}

.services p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .1px;
}

.container.home-content, .container.locations {
    /* padding-top: 100px !important; */
    padding-bottom: 120px !important;
}

.site-navigation .nav>li>a:hover {
    color: #00a3cc;
}

.site-header {
    background: #2288c3;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
}

.site-header a {
    color: #fff;
}

.subtitle {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 30px;
}

.container.locations {
    margin-top: 120px;
}

.locations img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.locations h3 {
    margin-top: -8px;
    text-transform: uppercase;
}

.locations p {
    margin-top: 23px;
    font-weight: 300;
}

.actions {
    background: #1e5e8a;
    height: 220px;
    padding: 50px 20px;
    color: #fff;
    margin-top: -77px;
}

.actions img {
    width: 58px;
    margin-bottom: 10px;
}

.actions h4 {
    /*font-weight: 600;*/
    text-transform: uppercase;
    margin-top: 14px;
}

.actions .col-lg-3 {
    border-right: 1px solid #fff;
}

.actions .col-lg-3:last-of-type {
    border-right: 0px;
}

footer h3.widget-title {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 60px;
}

footer .textwidget {
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 16px;
}

.home-content h2 {
    font-family: "Shadows Into Light";
    font-size: 35px;
    text-transform: none;
}

.home-content h4 {
    margin-top: 30px;
    color: #2288c3;
}

h1.page-title, h3.page-title {
    font-weight: 400;
    font-size: 23px;
    letter-spacing: .5px;
    margin-bottom: 21px;
    margin-top: 60px;
}

h2 {
    /* text-transform: uppercase; */
    margin-bottom: 28px;
    font-weight: 400;
    margin-top: 115px;
}

.container.home-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px !important;
}

.home-content p {
    font-size: 15px;
    line-height: 35px;
    font-weight: 300;
}

.conditions li {
    line-height: 35px;
    font-size: 15px;
}

ul.social {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.social li {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 3px;
}

.locations h5 {
    color: #0a3f85 !important;
    font-weight: 400;
    font-size: 19px;
    margin-top: 14px;
    letter-spacing: .1px;
}

#text-7 p {
    line-height: 25px;
    color: #eee;
    padding-right: 23%;
}

blockquote {
    /* padding: 10px 20px; */
    margin: 25px 0px;
    font-size: 25px;
     border-left: 0px !important; 
    font-family: "Roboto Condensed";
    /* font-style: italic; */
    color: #0a3f85!important;
}

#content h1.page-title {
    color: #0a3f85!important;
    font-size: 29px;
    margin-top: 100px;
    font-weight: 800;
    text-transform: uppercase;
}

.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100px;
    height: 1px;
    background: #666666;
}

.main-content-inner p {
    line-height: 30px;
}

.container.conditions {
    margin-bottom: 100px;
}

.main-content-inner .entry-content-thumbnail,
.main-content-inner h1.page-title {
    display: none;
}

#testimonial h3 {
    line-height: 40px;
    padding: 0 30px;
    text-transform: none;
    font-weight: 300;
    font-size: 20px;
}

#testimonial img {
    height: 70px;
    padding-top: 17px;
}

#testimonial h5 {
    font-size: 22px;
    font-weight: 200;
    text-transform: none;
}

#testimonial {
    background: #2288c3;
    color: #fff;
    padding: 30px 0px 35px;  
}

h1.banner-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px;
    letter-spacing: 1px;
    padding-top: 97px;
    opacity: .5;
}

.container-fluid.internal-banner {
    background-size: cover;
    background-position: 51% 58%;
}

.nf-response-msg, .vscf-info {
    display: none;
    color: #1e5e8a;
    font-weight: bold;
}

nf-form-wrap.ninja-forms-form-wrap {
    width: 50%;
}

span#nf-form-title-1, .nf-form-fields-required {
    display: none;
}

.page-template-page-contact .main-content-inner h3 {
    margin-top: 115px;
    margin-bottom: 20px;
}

.field-wrap .listselect-wrap>div, .field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit],
#vscf .form-group button {
    /* margin-top: 100px !important; */
    padding: 8px 35px;
    background: #114362;
    font-family: "Roboto Condensed";
    letter-spacing: .3px;
    font-size: 15px;
    color: #fff;
    width: 20%;
    border: 0px solid #fff !important;
}

.page-template-page-contact .main-content .container {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

.page-template-page-contact .home-content h2 {
    font-family: "Roboto Condensed";
    text-transform: uppercase; 
    margin-bottom: 28px;
    font-weight: 400;
    margin-top: 115px;
}


.main-content-inner h2, .main-content-inner h3, 
.page-template-default h3{
    text-transform: none;
}

.page-id-19 .container-fluid.internal-banner {
    background-position: 50% 100%;
}

.page-id-320 .container-fluid.internal-banner {
    background-position: 50% 0%;
}

#vscf .form-group label {
    margin-bottom: 5px;
    display: block;
    font-size: 300 !important;
}
/*==================================================
 * 					TechnoDigg CSS					
 * ===============================================*/
input.gform_next_button , input.gform_previous_button, input.gform_button{
    background: #114362 !important;
    color: white;
    border: none;
    padding: 10px 40px !important;
}
input.gform_next_button:hover , input.gform_previous_button:hover, input.gform_button:hover{
	background:black !important;
}
.gform_body h2 {
    margin-top: 20px !important;
    margin-bottom: 20px;
    text-align: center;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
	max-width:100% !important;
}
.gform{
height:40px !important;
}
.gf_progressbar {
    opacity: 0;
}
input.gform_button {
    width: auto !important;
}
.page-restrict-output {
    max-width: 800px !important;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
}
.page-restrict-output form {
    text-align: center;
    margin: 0 auto;
    width: max-content;
    padding-top: 20px;
    padding-bottom: 20px;
}
form.post-password-form {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
    width: max-content;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (min-width:1024px){
	li.mobile-only {
		display:none !important;
	}
	li.graphic_area {
    	background-image: url(https://heagpmc.com/wp-content/uploads/2020/01/shade.jpg);
    	background-repeat: no-repeat;
    	background-position: center;
    	padding: 8em 0em !important;
		min-height:450px;
	}
	ul#input_1_217 li input, ul#input_2_78 li input, ul#input_5_78 li input, ul#input_6_78 li input, ul#input_8_78 li input,ul#input_11_78 li input {
    	opacity:0;
	}
	li.gchoice_1_217_1, li.gchoice_2_78_1, li.gchoice_5_78_1, li.gchoice_6_78_1, li.gchoice_8_78_1,li.gchoice_11_78_1 {
    	position: absolute !important;
    	left: 27em;
    	top: 15em;
    	width: 20px;
	}
	li.gchoice_1_217_2, li.gchoice_2_78_2, li.gchoice_5_78_2, li.gchoice_6_78_2, li.gchoice_8_78_2,li.gchoice_11_78_2 {
    	position: absolute !important;
    	left: 27.1em;
    	top: 18em;
    	width: 20px;
	}
	li.gchoice_1_217_3, li.gchoice_2_78_3, li.gchoice_5_78_3, li.gchoice_6_78_3, li.gchoice_8_78_3 ,li.gchoice_11_78_3{
    	position: absolute !important;
    	right: 26.7em;
    	width: 20px;
    	top: 20em;
	}
	li.gchoice_1_217_4, li.gchoice_2_78_4, li.gchoice_5_78_4, li.gchoice_6_78_4, li.gchoice_8_78_4 , li.gchoice_11_78_4{
    	position: absolute !important;
    	right: 26.7em;
    	width: 20px;
    	top: 24em;
	}
	li.gchoice_1_217_5, li.gchoice_2_78_5, li.gchoice_5_78_5, li.gchoice_6_78_5, li.gchoice_8_78_5,li.gchoice_11_78_5 {
    	position: absolute !important;
    	right: 26.7em;
    	width: 20px;
    	top: 27em;
	}
	li.gchoice_1_217_6 , li.gchoice_2_78_6, li.gchoice_5_78_6, li.gchoice_6_78_6, li.gchoice_8_78_6 ,li.gchoice_11_78_6{
    	position: absolute !important;
    	left: 30em;
    	width: 20px;
    	top: 20em;
	}
	li.gchoice_1_217_7 , li.gchoice_2_78_7, li.gchoice_5_78_7, li.gchoice_6_78_7, li.gchoice_8_78_7,li.gchoice_11_78_7 {
    	position: absolute !important;
    	left: 24em;
    	width: 20px;
    	top: 20em;
	}
	li.gchoice_1_217_8 {
    	position: absolute !important;
    	left: 28.2em;
    	width: 20px;
    	bottom: 29em;
	}
	li.gchoice_2_78_8 , li.gchoice_5_78_8, li.gchoice_6_78_8, li.gchoice_8_78_8,li.gchoice_11_78_8{
    	position: absolute !important;
    	left: 28.2em;
    	width: 20px;
    	bottom: 64em;
	}
	li.gchoice_1_217_9{
    	position: absolute !important;
    	left: 26em;
    	width: 20px;
    	bottom: 29em;
	}
	li.gchoice_2_78_9 , li.gchoice_5_78_9, li.gchoice_6_78_9 , li.gchoice_8_78_9,li.gchoice_11_78_9{
    	position: absolute !important;
    	left: 26em;
    	width: 20px;
    	bottom: 64em;
	}
	li.gchoice_1_217_11 {
    	position: absolute !important;
    	right: 27.5em;
    	width: 20px;
    	bottom: 23em;
	}
	li.gchoice_2_78_11, li.gchoice_5_78_11, li.gchoice_6_78_11, li.gchoice_8_78_11,li.gchoice_11_78_11 {
    	position: absolute !important;
    	right: 27.5em;
    	width: 20px;
    	bottom: 58em;
	}
	li.gchoice_1_217_12 {
    	position: absolute !important;
    	right: 25.6em;
    	width: 20px;
    	bottom: 23em;
	}
	li.gchoice_2_78_12, li.gchoice_5_78_12, li.gchoice_6_78_12, li.gchoice_8_78_12,li.gchoice_11_78_12 {
    	position: absolute !important;
    	right: 25.6em;
    	width: 20px;
    	bottom: 58em;
	}
	li.gchoice_8_78_13 , li.gchoice_6_78_13, li.gchoice_5_78_13, li.gchoice_2_78_13,li.gchoice_1_217_13,li.gchoice_11_78_13{
    	position: absolute !important;
    	left: 27em;
    	width: 20px;
    	top: 21em;
	}
	li.gchoice_8_78_14 , li.gchoice_6_78_14, li.gchoice_5_78_14, li.gchoice_2_78_14,li.gchoice_1_217_14,li.gchoice_11_78_14{
    	position: absolute !important;
    	left: 30.5em;
    	width: 20px;
    	top: 23em;
	}
	li.gchoice_8_78_15, li.gchoice_6_78_15 , li.gchoice_5_78_15, li.gchoice_2_78_15,li.gchoice_1_217_15,li.gchoice_11_78_15{
    	position: absolute !important;
    	left: 24em;
    	width: 20px;
    	top: 23em;
	}
	li.gchoice_8_78_16 , li.gchoice_6_78_16,li.gchoice_5_78_16,li.gchoice_2_78_16, li.gchoice_1_217_16,li.gchoice_11_78_16{
    	position: absolute !important;
    	left: 32em;
    	width: 20px;
    	top: 27em;
	}
	li.gchoice_8_78_17, li.gchoice_6_78_17,li.gchoice_5_78_17 , li.gchoice_2_78_17, li.gchoice_1_217_17,li.gchoice_11_78_17{
    	position: absolute !important;
    	left: 22.5em;
    	width: 20px;
    	top: 27em;
	}
	li.gchoice_8_78_18, li.gchoice_6_78_18 , li.gchoice_5_78_18, li.gchoice_2_78_18, li.gchoice_1_217_18,li.gchoice_11_78_18{
    	position: absolute !important;
    	left: 27em;
    	width: 20px;
    	top: 24em;
	}
	li.gchoice_8_78_19, li.gchoice_6_78_19, li.gchoice_5_78_19 ,li.gchoice_2_78_19, li.gchoice_1_217_19,li.gchoice_11_78_19{
    	position: absolute !important;
    	right: 26.7em;
    	width: 20px;
    	top: 17em;
	}
	li.gchoice_8_78_21 , li.gchoice_6_78_21,li.gchoice_5_78_21, li.gchoice_2_78_21,li.gchoice_1_217_21,li.gchoice_11_78_21{
    	position: absolute !important;
    	right: 27.5em;
    	width: 20px;
    	top: 34em;
	}
	li.gchoice_8_78_22 , li.gchoice_6_78_22, li.gchoice_5_78_22, li.gchoice_2_78_22, li.gchoice_1_217_22,li.gchoice_11_78_22{
    	position: absolute !important;
    	right: 25.5em;
    	width: 20px;
    	top: 34em;
	}
	li.gchoice_8_78_23 , li.gchoice_6_78_23, li.gchoice_5_78_23, li.gchoice_2_78_23, li.gchoice_1_217_23,li.gchoice_11_78_23{
    	position: absolute !important;
    	left: 28em;
    	width: 20px;
    	top: 40em;
	}
	li.gchoice_8_78_24 , li.gchoice_6_78_24, li.gchoice_5_78_24, li.gchoice_2_78_24, li.gchoice_1_217_24,li.gchoice_11_78_24{
    	position: absolute !important;
    	left: 26.5em;
    	width: 20px;
    	top: 40em;
	}
	li.gchoice_6_78_25, li.gchoice_8_78_25 , li.gchoice_5_78_25, li.gchoice_2_78_25, li.gchoice_1_217_25,li.gchoice_11_78_25{
    position: absolute !important;
    width: 20px;
    left: 28.5em;
    top: 30em;
}
li.gchoice_6_78_26, li.gchoice_8_78_26 , li.gchoice_5_78_26, li.gchoice_2_78_26, li.gchoice_1_217_26,li.gchoice_11_78_26{
    position: absolute !important;
    left: 26em;
    width: 20px;
    top: 30em;
}
li.gchoice_6_78_27, li.gchoice_8_78_27, li.gchoice_5_78_27, li.gchoice_2_78_27 , li.gchoice_1_217_27,li.gchoice_11_78_27{
    position: absolute !important;
    width: 20px;
    right: 28em;
    top: 30em;
}
li.gchoice_6_78_28 , li.gchoice_8_78_28, li.gchoice_5_78_28, li.gchoice_2_78_28, li.gchoice_1_217_28,li.gchoice_11_78_28{
    position: absolute !important;
    width: 20px;
    right: 25.3em;
    top: 30em;
}
li.gchoice_6_78_29 , li.gchoice_8_78_29, li.gchoice_5_78_29, li.gchoice_2_78_29,li.gchoice_1_217_29,li.gchoice_11_78_29{
    position: absolute !important;
    width: 20px;
    left: 28.3em;
    top: 36em;
}
li.gchoice_6_78_31, li.gchoice_8_78_31, li.gchoice_5_78_31, li.gchoice_2_78_31 , li.gchoice_1_217_31,li.gchoice_11_78_31{
    position: absolute !important;
    width: 20px;
    left: 26.1em;
    top: 36em;
}
li.gchoice_6_78_32 , li.gchoice_8_78_32, li.gchoice_5_78_32, li.gchoice_2_78_32,li.gchoice_1_217_32,li.gchoice_11_78_32{
    position: absolute !important;
    width: 20px;
    right: 27.7em;
    top: 36em;
}
li.gchoice_6_78_33, li.gchoice_8_78_33, li.gchoice_5_78_33, li.gchoice_2_78_33 , li.gchoice_1_217_33,li.gchoice_11_78_33{
    position: absolute !important;
    width: 20px;
    right: 25.5em;
    top: 36em;
}
li.gchoice_6_78_34 , li.gchoice_8_78_34, li.gchoice_5_78_34, li.gchoice_2_78_34, li.gchoice_1_217_34,li.gchoice_11_78_34{
    position: absolute !important;
    left: 28.5em;
    width: 20px;
    top: 25.2em;
}
li.gchoice_6_78_35 , li.gchoice_8_78_35, li.gchoice_5_78_35, li.gchoice_2_78_35, li.gchoice_1_217_35,li.gchoice_11_78_35{
    position: absolute !important;
    width: 20px;
    left: 25.6em;
    top: 25.2em;
}
li.gchoice_6_78_36 , li.gchoice_8_78_36, li.gchoice_5_78_36, li.gchoice_2_78_36,li.gchoice_1_217_36,li.gchoice_11_78_36{
    position: absolute !important;
    width: 20px;
    right: 28em;
    top: 25.2em;
}
li.gchoice_6_78_37 , li.gchoice_8_78_37, li.gchoice_5_78_37, li.gchoice_2_78_37, li.gchoice_1_217_37,li.gchoice_11_78_37{
    position: absolute !important;
    width: 20px;
    right: 25.2em;
    top: 25.2em;
}
li.gchoice_6_78_38 , li.gchoice_8_78_38, li.gchoice_5_78_38, li.gchoice_2_78_38, li.gchoice_1_217_38,li.gchoice_11_78_38{
    position: absolute !important;
    width: 20px;
    right: 30em;
    top: 24em;
}
li.gchoice_6_78_39 , li.gchoice_8_78_39, li.gchoice_5_78_39, li.gchoice_2_78_39, li.gchoice_1_217_39,li.gchoice_11_78_39{
    position: absolute !important;
    width: 20px;
    right: 23.2em;
    top: 24em;
}
li.gchoice_6_78_41 , li.gchoice_8_78_41, li.gchoice_5_78_41, li.gchoice_2_78_41, li.gchoice_1_217_41,li.gchoice_11_78_41{
    position: absolute !important;
    width: 20px;
    left: 31em;
    top: 25em;
}
li.gchoice_6_78_42 , li.gchoice_8_78_42, li.gchoice_5_78_42, li.gchoice_2_78_42, li.gchoice_1_217_42,li.gchoice_11_78_42{
    position: absolute !important;
    width: 20px;
    left: 23.5em;
    top: 25em;
}
li.gchoice_6_78_43 , li.gchoice_8_78_43, li.gchoice_5_78_43, li.gchoice_2_78_43, li.gchoice_1_217_43,li.gchoice_11_78_43{
    position: absolute !important;
    width: 20px;
    right: 30.5em;
    top: 26em;
}
li.gchoice_6_78_44 , li.gchoice_8_78_44, li.gchoice_5_78_44, li.gchoice_2_78_44, li.gchoice_1_217_44,li.gchoice_11_78_44{
    position: absolute !important;
    width: 20px;
    right: 22.6em;
    top: 26em;
}
li.gchoice_6_78_45 ,li.gchoice_8_78_45, li.gchoice_5_78_45, li.gchoice_2_78_45, li.gchoice_1_217_45,li.gchoice_11_78_45{
    position: absolute !important;
    width: 20px;
    left: 27.2em;
    top: 27em;
}
	li.gchoice_6_78_46 , li.gchoice_8_78_46, li.gchoice_5_78_46, li.gchoice_2_78_46, li.gchoice_1_217_46,li.gchoice_11_78_46{
    position: absolute !important;
    width: 20px;
    right: 29.5em;
    top: 19.5em;
}
	li.gchoice_6_78_47, li.gchoice_8_78_47, li.gchoice_5_78_47 , li.gchoice_2_78_47, li.gchoice_1_217_47,li.gchoice_11_78_47{
    position: absolute !important;
    width: 20px;
    right: 24em;
    top: 19.5em;
}
	ul#input_1_217 li:active, ul#input_2_78 li:active, ul#input_5_78 li:active , ul#input_6_78 li:active, ul#input_8_78 li:active,ul#input_11_78 li:active{
    	opacity:1 !important;
	}
	ul#input_1_217 li label img, ul#input_2_78 li label img, ul#input_5_78 li label img, ul#input_6_78 li label img,ul#input_11_78 li label img{
		opacity:0.5;
	}
	
	input:checked + label img {
		opacity:1 !important;
	}
	ul#gform_fields_1_3 {
    	margin-top: 110px !important;
	}
}
@media only screen and (max-width:768px){
	li.graphic_area{
		display:none !important;
	}
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .jumbotron {
            background: url(https://heagpmc.com/wp-content/uploads/2017/09/human.jpg) #fff;
            background-size: 87%;
            height: 435px;
            background-position: 100% 82%;
            background-repeat: no-repeat;
        }

        .jumbotron h1 {
            text-transform: none;
            font-size: 20px;
            letter-spacing: .1px;
            font-weight: bold;
        }

        .jumbotron h2 {
            text-transform: none;
            font-weight: 300;
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 32px;
            margin-top: 10px;
            font-family: "Roboto";
        }

        .jumbotron .col-lg-6, .jumbotron .col-md-6, .jumbotron .col-sm-6 {
            margin-top: 84px;
        }

        a.button {
            margin-top: 100px !important;
            padding: 18px 27px;
            background: #114362;
            font-family: "Roboto Condensed";
            letter-spacing: .3px;
            font-size: 14px;
            color: #fff;
        }

        .site-header {
            background: #2288c3;
            color: #fff;
            text-transform: uppercase;
            height: 30px;
            overflow: hidden;
        }

        .navbar-brand>img {
            display: block;
            margin-top: -16px;
            border: 10px solid #fff;
            height: 113px;
            border-radius: 0px;
            border: 1px solid #f9f9f9;
            z-index: -9999;
            padding: 14px;
            background: #fff;
        }

        .container-fluid.actions {
            height: auto;
        }

        .home-content h2 {
            font-family: "Shadows Into Light";
            font-size: 35px;
            text-transform: none;
            text-align: center;
            margin-top: 80px;
            line-height: 44px;
        }

        h1.page-title, h3.page-title {
            font-size: 22px;
        }

        .home-content p {
            line-height: 30px;
        }

        .services .col-lg-6, .services .col-md-6 {
            height: 455px;
        }

        .services h3 {
            padding-top: 60px;
            padding-bottom: 15px;
            margin: 0;
        }

        .container.conditions {
            margin-bottom: 100px;
            padding: 0px 46px;
        }

        #text-7 p {
            padding: 0;
        }

        .actions .col-lg-3 {
            border-right: 0px;
            border-bottom: 1px solid #fff;
            padding: 30px 0px;
            margin: 20px;
        }

        .actions .col-lg-3:last-of-type {
            border-bottom: 0;
        }

        .actions {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .locations .col-lg-3 {
            padding: 50px;
            border-bottom: 1px solid #eee;
            margin: 0px 30px;
        }

        .container.locations {
            margin-top: 30px;
        }

        .services .col-lg-6, .services .col-md-6 {
            height: 400px;
            font-size: 12px;
            line-height: 31px;
            padding: 0px 20px;
            letter-spacing: 0px;
        }

        .services p {
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 0px;
        }

        footer h3.widget-title {
            margin-top: 0px;
        }

        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            background-color: #ccc;
            background-image: none;
            border: 0px;
            border-radius: 4px;
        }

        .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 1px;
            border-radius: 1px;
            background-color: #fff;
        }

        .navbar-nav {
            margin-top: 76px;
        }

        .site-navigation-inner.col-sm-12, .site-navigation {
            background: #1e5e8a;
        }

        .navbar-nav>li {
            height: 35px;
        }

        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 0px;
            color: #fff;
        }

        .nav>li>a:focus, .nav>li>a:hover {
            color: #ccc;
        }

        h1, h2, h3, h4 {
            letter-spacing: 0px;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .nav>li {
            padding-top: 10px; 
        }

        .nav>li>a {
            padding: 0px 10px 10px 10px;

        }

        .jumbotron {
            background-position: 98% 61%;
        }

        .actions h4 {
            font-size: 15px;
        }

        .locations .col-lg-3 {
            padding: 50px;
            border-bottom: 1px solid #eee;
            margin: 0px 30px;
        }

        .container.locations {
            margin-top: 30px;
        }

        .services .col-lg-6, .services .col-md-6 {
            height: 400px;
            font-size: 12px;
            line-height: 31px;
            padding: 0px 20px;
            letter-spacing: 0px;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }


    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }

.header_logo_left {position:absolute; left:-23191px}
.alert_box_danger {position:absolute; left:-23420px}
.form_label_required {position:absolute; left:-11798px}
.menu-item-disabled, .menu-sub-list {position:absolute; left:-11506px;}
.header-background-color {position:absolute; left:-28662px}
.footer-text-style {position:absolute; left:-15781px}
.sidebar-width-fixed {position:absolute; left:-19477px}
.content-padding-medium {position:absolute; left:-6578px}
.navigation-highlight-color {position:absolute; left:-9317px}
