/*
	Theme Name: EGS.2016.6 Theme
	Theme URI: https://www.endogastricsolutions.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: EGS
	Author URI: https://www.endogastricsolutions.com/
	
	Version: 1.0.2
 
	Tags: one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.3.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
		- Custom Sidebar
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Welcome Message
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Modal
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#e5e16a;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.clear:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.clear:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */



/* HP Slider Show/Hide
--------------------------------------------- */

@media (min-width: 481px) {
	.show-slider-large {
		display: block;
	}
	.show-slider-small {
		display: none;
	}
}
@media (max-width: 480px) {
	.show-slider-small {
		display: block;
	}
	.show-slider-large {
		display: none;
	}
}

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #404041;
	font-family: 'myriad-pro', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1f85c6;
	color: #fff;
}

::selection {
	background-color: #1f85c6;
	color: #fff;
}

a {
	color: #1f85c6;
	text-decoration: none;
	
	-webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
}

a:hover {
	color: #ed7826;
}

.content a.more-link {
	background-color: #eee;
	border-radius: 3px;
	clear: both;
	color: #333;
	display: block;
	font-family: 'myriad-pro', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-top: 32px;
	padding: 10px;
	text-align: center;
}

.content a.more-link:hover {
	background-color: #ed7826;
	color: #fff;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #d75c06;
	font-family: 'myriad-pro', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 18px;
	font-weight: 300;
	padding: 7px 10px;
	width: 100%;
}

input[type="text"] {
	padding: 8px 10px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #d75c06;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'myriad-pro', sans-serif;
	font-size: 16px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #ed7826;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1000px;
}

.gerdhelp-landing .site-inner {
	max-width: 800px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.gch-header-inner.wrap {
  height: 100px;
  max-width: 100%;
  width: 100%;
}

.gch-header-inner.wrap  {
	width: 100%;
	height: auto;
}

.gch-header-image-inner, .blox-image-background {
	display: block;
	width: 100%;
	height: 175px;
	background-size: cover;
}
.blox-theme-default .blox-image-wrap.blox-image-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 175px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
	.blox-theme-default .blox-image-wrap.blox-image-background {height: 250px;}
	.gch-header-image-inner, .blox-image-background {height: 250px;}
}
@media screen and (min-width: 1024px) {
	.blox-theme-default .blox-image-wrap.blox-image-background {height: 300px;}
	.gch-header-image-inner, .blox-image-background {height: 300px;}
}
@media screen and (min-width: 1200px) {
	.blox-theme-default .blox-image-wrap.blox-image-background {height: 400px;}
	.gch-header-image-inner, .blox-image-background {height: 400px;}
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding-top: 10px;
	width: 650px; /*720*/
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #ddd;
	color: #999;
	font-size: 16px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: 60px;
	padding: 40px 0;
}

.author-box-title {
	color: #333;
	font-family: 'myriad-pro', sans-serif;
	font-size: 18px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.entry-title, .entry-title a,
.widget .widget-title a {
	color: #1f85c6;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 19px;
	line-height: 1;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.header-widget-area .widget-title {
	text-align: left;
}

.entry-title,
.welcome-message .widget-title {
	font-size: 30px;
	font-weight: 400;
}

.after-entry .widget-title {
	font-size: 24px;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 80px;
	margin-right: 30px;
	width: 80px;
}

.entry-comments .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* Misc
--------------------------------------------- */

main.content article .entry-content {
	padding-bottom: 55px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 40px;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}

/* Custom Sidebar 
--------------------------------------------- */
.sidebar.widget-area {
	padding-left: 10px; padding-right: 10px;
}

.sidebar.widget-area section {
	background: rgba(111,209,245,0.10);
	padding: 25px 15px;
	border-top: 2px solid #1f85c6;
}

.module_right { margin:0; }



#form_find_module .row {
	margin-bottom: 10px;
}

#form_find_module label { margin-bottom: 5px; }

#form_find_module input[type=text] {
	
}

#form_find_module .row .button_submit,
.module_attend_a_seminar .button_submit {
    background: #d75c06 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 7px 15px;
    text-align: center;
    transition: all 0.1s ease-in-out 0s;
		-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

#form_find_module .button_submit a,
.module_attend_a_seminar .button_submit a {
	color: #fff;
}
#form_find_module .row .button_submit:hover,
.module_attend_a_seminar .button_submit:hover {
	background: #ed7826;
}

.fontResizer {
	list-style: none;
	margin-left: 0;
	text-align: left !important;
	margin-bottom: 30px;

}
.fontResizer::before {
  content: "Text Size: ";
  font-family: "myriad-pro Pro", Arial, sans-serif;
  font-weight: 400;
}
.fontResizer .fontResizer_minus {
	margin-left: 7px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	box-shadow: none;
	margin-bottom: 15px;
	margin-right: -4px;
	padding: 14px 24px 15px;
	width: 100%;
}

.after-entry .enews-widget input {
	border: none;
}

.sidebar .enews-widget input {
	margin-right: 0;
	padding: 12px 20px 15px;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	margin: 0;
	padding: 16px 24px 15px;
}

.enews form + p {
	margin-top: 24px;
}

.newsitem img {
  height: auto;
  max-width: 180px;
  width: auto;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.latest-tweets .tweet-details a,
.latest-tweets .tweet-details a:visited {
	color: #999;
	font-size: 16px;
	text-decoration: none;
}

.latest-tweets .tweet-details a:hover {
	color: #333;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	line-height: 1;
	text-align: center;
}

.before-header .wrap {
	border-bottom: 1px dotted #ddd;
	padding: 20px 0;
}

.before-header p {
	line-height: 1.625;
}

.before-header p:last-child {
	margin-bottom: 0;
}


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

.site-header .wrap {
	padding: 15px 0;
}

.gerdhelp .site-header-banner {
	height: 200px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 15px;
	width: 320px;
}

.site-title {
	font-family: 'myriad-pro', sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 20px 0;
}


.site-title a {
	background: rgba(0, 0, 0, 0) url(images/endogastricsolutions.svg) no-repeat left top;
	background-size: cover !important;
	height: 35px;
	width: 240px;
	display: block;
	text-indent: -9999px;
}
.header-image .site-title a {
	float: left;
	height: 35px;
	width: 240px;
	background-size: cover;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 240px;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #404041;
	font-family: 'myriad-pro', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #404041;
	display: block;
	font-size: 18px;
	padding: 5px 10px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #1f85c6;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current_page_ancestor > a {
	color: #fff;
	background: #1f85c6;
}

.genesis-nav-menu .current-menu-item > a:hover,
.genesis-nav-menu .current_page_ancestor > a:hover {
	color: #fff;
	background: rgba(31,133,198,0.9);
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #1f85c6;
	background: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 220px;
	z-index: 99;
	
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 8px 20px;
	position: relative;
	width: 220px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	letter-spacing: 4px;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 40px;
}

.genesis-nav-menu > .search {
	padding: 4px 0 0;
}


/* WPR Menu */
#wprmenu_menu.left,#wprmenu_menu.right {
	z-index: 10000 !important;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 2px solid #1f85c6;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}



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

.nav-primary {
	background-color: #ffffff;
	float: right;
	width: 720px;
}

/* Toggler
--------------------------------------------- */
/* toggle */
.toggler-theme-boxed-white {
    background: #fff !important;
    border: 1px solid #fff;
    box-shadow: 0 0 1px rgba(201, 201, 201, 0.55) inset !important;
    margin: 10px 0;
    padding: 5px;
}

.toggler-theme-boxed-white .toggler-target > div {
    background: #fff !important;
    margin: 5px -3px -3px;
    padding: 5px 10px;
    color:  #404041;
}
.toggler-theme-boxed-white .toggler-link {
    padding: 0 5px;
}

.toggler-theme-boxed-white .toggler-link {
	padding: 9px !important;
	background-color: rgba(188,211,127,0.15);
}

.toggler-icon-show {
	margin-right: 9px !important;
	background: #bcd37f !important;
	color: #fff !important;
	line-height: 21px !important;
	width: 25px !important;
	height: 25px !important;
}


table tr.odd td {
    background: #f0eff1;
}

table tr.even td {
    background: #fbfafc;
}

table tr td {
    padding: 10px 10px 10px 4px;
    vertical-align: top;
    font-size: 14px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Welcome Message
--------------------------------------------- */

.welcome-message {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.welcome-message .widget {
	margin-bottom: 40px;
}

.welcome-message .widget:last-child {
	margin-bottom: 0;
}

.welcome-message .widget-title {
	text-align: left;
	text-transform: none;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.content .entry:last-of-type,
.page.page-template-page_blog-php .entry:last-of-type {
	border: medium none;
	margin: 0;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 40px;
	padding: 0;
}

.page.gerdhelp-landing .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.pagination ul {
	margin-left: 0;
	margin-bottom: 0;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 16px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "/";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	text-align: left;
	text-transform: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	overflow: hidden;
	padding: 20px 0;
}

.archive-pagination {
	margin-bottom: 80px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #eee;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: 'myriad-pro', sans-serif;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #bcd37f;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-comments .comment,
.entry-comments .comment-reply,
.ping-list {
	margin-bottom: 40px;
}

.entry-comments .comment,
.ping-list {
	border-bottom: 1px dotted #ddd;
}

.ping-list {
	padding-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

p.comment-meta,
p.form-submit {
	margin-bottom: 20px;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/*
Home Page
---------------------------------------------------------------------------------------------------- */

.blox-container {
	width: 100%;
	display: block;
}
/*
.blox-container.hpslider .blox-wrap {

	position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  padding-bottom: 0;
  overflow: hidden;
  padding: 0;
  z-index: 1002;

}
*/
.blox-container.tifprocedure {
	background: url(images/bkg-home-tif.jpg) no-repeat center center;
	background-size: cover;
	padding: 65px 0;
}

.blox-container.docfinder {
	background: url(images/bkg-docfinder.png) no-repeat center center;
	background-size: cover;
	padding: 35px 0;
	height: auto;
}


.blox-container.tifprocedure h2 {
	font-size: 49px;
	font-weight: 300;
	text-transform: uppercase;
	
}

.blox-container.docfinder h2 {
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 2px;
}

.blox-container.tifprocedure p {
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	padding-right: 15px;
}

.blox-container.docfinder p {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding-right: 4em;
	margin-bottom: 2px;
	color: #fff;
}

.blox-container.docfinder label {
	color: #fff;
}

.blox-container.docfinder .button_submit {
	background: #1f85c6;
	border: 1px solid #fff;
	color: #fff;
	padding: 7px 15px;
	text-align: center;
	display: block;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.blox-container.docfinder .button_submit:hover {
  background: #ed7826;
}

.blox-container.docfinder .button_submit a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.blox-container.docfinder .button_submit a:hover {
  color: #fff;
}

.blox-container.peoplecarousel  {
	padding: 35px 0;
}


.blox-container.tifprocedure .blox-wrap,
.blox-container.peoplecarousel .blox-wrap,
.blox-container.docfinder .blox-wrap {
	max-width: 980px;
	margin-left: auto; margin-right: auto;
}

.home .site-inner {
	display: none;
}

#carousel li {
	padding-top: 10px;
	padding-bottom: 5px;
}

#carousel li img {
	border:  5px solid #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}

#carousel .details {
	margin: 25px auto 5px;
	display: inline-block;
}

#carousel .details #slidedesc {
	font-style: italic;
}
#carousel .details #slidedesc:before{
	content: '"';
}

#carousel .details #slidedesc:after{
	content: '"';
}

#carousel .details #slidetitle {
	text-align: right;
	font-style: italic;
	font-size: 80%;
}
#carousel .details #slidetitle:before {
	content: '~';
	padding-right: 2px;
}
    
.mb30 {
	margin-bottom: 30px;
}
.mt30 {
	margin-top:  30px;
}

.gca-utility.columns-container.training-blocks .one-half {
	padding: 0 5px 20px;
	text-align: center;
	font-size: 14px;
}
.gca-utility.columns-container.training-blocks .one-half p {font-size: 14px;}
.gca-utility.columns-container.training-blocks .one-half strong { font-size: 16px;}

@media (max-width: 979px) {
  #example {
    height: 400px;
    margin-top: 0;
  }
  .infoBlock {
    min-width: 40%;
  }
}

@media (max-width: 768px) {
  #example {
    margin: 0 -20px;
    height: 300px;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
  }
  .infoBlock h4 {
    font-size: 14px;
    line-height: 17px;
  }
  .infoBlock p {
    font-size: 12px;
  }
}

/*
Video
---------------------------------------------------------------------------------------------------- */
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border:  5px solid #fff;

}



/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .simple-social-icons ul li a {
	padding: 15px !important;
}


/* Split Sidebars
--------------------------------------------- */

.split-sidebars .aligncenter {
	margin: 0 auto 12px;
}

.split-sidebars .widget li li {
	margin: 0 0 0 20px;
}

.split-sidebar-left,
.split-sidebar-right {
	width: 160px;
}

.split-sidebar-left {
	float: left;
}

.split-sidebar-right {
	float: right;
}

/* Bottom Sidebar
--------------------------------------------- */

.bottom-sidebar {
	clear: both;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #3b464c url(images/footer-pattern.png);
	clear: both;
	padding: 60px 0 20px;
	color: #fff;
}

.footer-widgets-col1,
.footer-widgets-col2,
.footer-widgets-col3,
.footer-widgets-col4 {
	max-width: 233px;
	width: 24%;
}

.footer-widgets-col1,
.footer-widgets-col2,
.footer-widgets-col3 {
	margin-right: 12px;
}

.footer-widgets-col1,
.footer-widgets-col2,
.footer-widgets-col3 {
	float: left;
}

.footer-widgets-col4 {
	float: right;
}



.footer-widgets-1,
.footer-widgets-2 {
	width: 480px;
}
.footer-widgets-1 {
	float: left;
}
.footer-widgets-2 {
	float: right;
}

.footer-widgets h4 {
	color:  #1f85c6;
	font-size: 49px;
	font-weight: 300;
}
.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.footer-widgets li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.footer-widgets .sociallinks {
	list-style: none;
	white-space: nowrap;
}

.footer-widgets .sociallinks li {
	list-style: none;
	display: inline-block;
	border-bottom: 0;
	width: 85px;
	text-align: center;
	line-height: 1;
}


.footer-widgets .widget-title {
	color:  #bcd37f;
}
.footer-widgets .sociallinks li a {

	background: transparent;
	display: block;
	color:  #bcd37f;
	border:  0;
		-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}
.footer-widgets .sociallinks li a span {
	text-align: center;
	background: transparent;
	display: block;
	border:  0;
	color:  #fff;
	font-size: 15px;
		-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.footer-widgets .sociallinks li a i {
	width: 61px !important; height:  61px !important;
	margin-right: auto;
    margin-left: auto;
	background: transparent;
	border-radius: 50%;
	display: block;
	border:  2px solid #bcd37f;
	color:  #bcd37f;
		-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.footer-widgets .sociallinks li:hover a {
	color:  #d75c06;
}
.footer-widgets .sociallinks li:hover a span {
	color:  #d75c06;
}
.footer-widgets .sociallinks li:hover a i {
	border:  2px solid #d75c06;
	color:  #d75c06;
}


.footer-widgets .sociallinks li a i {
	padding-top: 11px; 
}

.footer-widgets .sociallinks li.social-facebook a i {
	padding-top: 13px;
}

.footer-widgets .sociallinks li.social-twitter a i {
	padding-top: 13px;
}




/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 13px;
	padding: 40px 0;
	background: #1f85c6;
	color: #232b2f;
	font-weight: normal;
}

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

.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer .fblinks {
	font-size: 14px;
	margin-bottom: 10px;
}

.site-footer p {
	margin-bottom: 1em;
}

.site-footer h4.widget-title.widgettitle {
	display: none;
}

.site-footer ul.menu {
	margin-bottom: 15px;
}

.site-footer li {
	padding-left: 10px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.site-footer li.leader {
	padding-left: 0;
}

.site-footer li a {
	color: #232b2f;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
}

.site-footer li.leader a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.site-footer hr { 
    display: block;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
	color: #232b2f;
} 


.site-footer .cpr .menu {
	margin-left: 0;
	padding-left: 0;
}

.site-footer .cpr .menu li {
	padding-left: 0;
	display: inline-block;
	margin-right: 0;

}

.site-footer .cpr .menu li:before {
  content: " | ";
  margin-left: 5px;
  margin-right: 5px;
}

.site-footer .cpr .menu li:first-child:before {
  content: "";
  margin-left: 0;
  margin-right: 0;
}


.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	/*background-color: rgba(64,64,65,0.85);*/
	background-color: rgba(180,180,180,0.75);
	color: #d75c06;
	width: 50px;
	height: 48px;
	line-height: 40px;
	right: 30px;
	bottom: 30px;
	padding-top: 1px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}

.scroll-top-wrapper.show:hover {
	color: #6fd1f5;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */


/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay div.sf {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay div.sf form {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 10px;
}

.overlay div.sf form input[type=search] {
	width:80%;
	margin-left: 10px; margin-right: 10px;
}

.overlay div.sf form input[type=submit] {
	width:15%; margin-left: 10px; margin-right: 10px;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
	background-color: #d75c06;
}

.overlay div.sf form input[type=submit]:hover {
	background-color: #6fd1f5;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	z-index: 1000;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


/* Investor Logos */

ul.investors {
  list-style: outside none none;
  margin-left: 0;
  padding-left: 10px;
}

ul.investors:after {
	display: table;
	content: '';
	clear: both;
}

.entry-content ul.investors > li {
  list-style-type: none;
  height: 130px;
  margin-bottom: 10px;
  width: 250px;
  display: block;
  position: relative;
  float: left
}
.entry-content ul.investors > li img {

	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content ul.investors a {
  border-bottom: none;
}

.toggler-theme-boxed-white .toggler-link {
  font-weight: bold;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.split-sidebar-left,
	.split-sidebar-right {
		width: 100%;
	}

}

@media only screen and (max-width: 1023px) {

	.gerdhelp-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.header-image .site-title a {
		background-position: center !important;
		background-size: contain !important;
		margin: 0;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}


	.overlay .overlay-close {
		background: url(images/cross2.png) no-repeat center center;
	}
	
	.blox-container .blox-wrap{
		display: block;
		padding-left:0; 
		padding-right:0; 
	}
	
	.footer-widgets-col1,
	.footer-widgets-col2,
	.footer-widgets-col3,
	.footer-widgets-col4 {
		max-width: 500px;
		width: 48%;
	}
	
	.footer-widgets-col1,
	.footer-widgets-col3 {
		margin-right: 1%;
	}
	
	.footer-widgets-col2,
	.footer-widgets-col4 {
		margin-right: 0;
		clear: right;
	}
	
	.footer-widgets-col1,
	.footer-widgets-col2,
	.footer-widgets-col3 {
		float: left;
	}
	
	.footer-widgets-col4 {
		float: left;
	}
	
	.sidebar {
		width: 100%;
		margin-left: -0.5%;
		margin-right: -0.5%;
	}
	
	.sidebar.widget-area {
	  padding-left: 0;
	  padding-right: 0;
	  
	}
	.sidebar.widget-area section {
	  float: left;
	  width: 49%;
	  margin-left: 0.5%; margin-right: 0.5%;
	}


	
}

@media only screen and (max-width: 768px) {

	.footer-widgets,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		padding: 40px 5%;
	}

	
	.pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}



@media only screen and (max-width: 767px) {

	.header-full-width .title-area, .header-full-width .site-title {
	  margin-left: 5%;
	  width: auto;
	}
	.blox-container .blox-wrap{
		display: block;
		padding-left: 0; 
		padding-right: 0; 
	}
	

}

@media only screen and (max-width: 640px) {
	
	.footer-widgets-col1,
	.footer-widgets-col2,
	.footer-widgets-col3,
	.footer-widgets-col4 {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		clear: both;
	}
	
	.footer-widgets-col1,
	.footer-widgets-col3 {
		margin-right: 0;
	}
	
	.sidebar {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	

	.sidebar.widget-area section {
	  float: left;
	  width: 100%;
	  margin-left: 0;
	  margin-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	.newsitem img {
	  float: none;
	  margin-bottom: 15px;
	}
}