/*
	Theme Name: Genesis - Mobile First
	Theme URI: http://www.mightyminnow.com/2013/08/our-new-mobile-first-child-theme-for-genesis-2-0/
	Template: genesis
	Description: This is a "Mobile First" child theme based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>. Further modified by Vertical Rail Creative (http://www.verticalrailcreative.com).
	Author: MIGHTYminnow
	Author URI: http://www.mightyminnow.com/
	Version: 1.4
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
        - Misc
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Widget Area
	- Site Navigation
		- Responsive Menu
        - SmartMenus Core
	- Content Area
		- Homepage
		- Entries
		- Pagination
		- Comments
		- Back to Top Link
	- Sidebars
	- Site Footer
	- Media Queries

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
  font-family: 'Icon';
  src: url('https://www.tgarnero.com/wp-content/themes/mobilefirst/fonts/Icon.eot');
  src: url('https://www.tgarnero.com/wp-content/themes/mobilefirst/fonts/Icon.eot#iefix') format('embedded-opentype'), url('https://www.tgarnero.com/wp-content/themes/mobilefirst/fonts/Icon.woff') format('woff'), url('https://www.tgarnero.com/wp-content/themes/mobilefirst/fonts/Icon.ttf') format('truetype'), url('https://www.tgarnero.com/wp-content/themes/mobilefirst/fonts/Icon.svg#Icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
 display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* Box Sizing
--------------------------------------------- */

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

.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table;
}
.archive-pagination:after, .clearfix:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

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

html {
  font-size: 62.5%; /* 10px browser default */
}
body {
  background-color: #132e7a;
  color: #3d3d3d;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, select: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: #ffff00;
 color: #c12d00;
}
::selection {
  background-color: #ffff00;
  color: #c12d00;
}
a {
  color: #a3238e;
  text-decoration: none;
}
a img {
  margin-bottom: -4px;
  margin-bottom: -0.4rem;
}
a:hover {
  color: #faa61b;
}
p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0;
  text-shadow: 1px 1px 0 #FFFFFF;
}
strong {
  font-weight: 700;
}
ol, ul {
  margin: 0;
  padding: 0;
}
blockquote {
  margin: 40px 40px 24px;
  margin: 4rem 4rem 2.4rem;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Georgia, sans-serif;
  font-size: 60px;
  font-size: 6rem;
  color: #888;
  height: 0;
  left: -30px;
  position: relative;
  top: -34px;
}
.sidebar blockquote {
  margin: 20px 20px 14px;
  margin: 2rem 2rem 1.4rem;
}
.sidebar blockquote::before {
  content: "\201C";
  display: block;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Georgia, sans-serif;
  font-size: 60px;
  font-size: 6rem;
  color: #888;
  height: 0;
  left: -30px;
  position: relative;
  top: -34px;
}
.entry-content code {
  background-color: #333;
  color: #ddd;
}
cite {
  font-style: normal;
}
/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  color: #21409a;
  font-family: 'Tenor Sans', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  text-shadow: 1px 1px 0 #FFFFFF;
}
h1 {
  font-size: 27px;
  font-size: 2.7rem;
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
}
h6 {
  font-size: 20px;
  font-size: 2rem;
}
/* Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}
img {
  height: auto;
  width: auto; /* IE8 */
}
/* Forms
--------------------------------------------- */

input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #eee inset;
  color: #888;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 16px;
  padding: 1.6rem;
  width: 100%;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #888;
  outline: none;
}
::-moz-placeholder {
 color: #888;
 opacity: 1;
}
::-webkit-input-placeholder {
 color: #888;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
  background-color: #ffbe32;
  border: 1px solid #faa61a;
  box-shadow: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #003d74;
  cursor: pointer;
  padding: 4px 20px;
  padding: 0.4rem 2rem;
  line-height: 1.1;
  width: auto;
  text-shadow: 1px 1px 0 rgba(255, 212, 125, 1);
  box-shadow: 1px 1px 0 rgba(0, 61, 116, 1);
}
button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus, .entry-content .button:focus {
  border: 1px solid #fff000;
  outline: none;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
  background-color: #1b6bb4;
  border: 1px solid #1b6bb4;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
.button {
  border-radius: 5px;
  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;
  margin-bottom: 4rem;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
th, td {
  text-align: left;
}
th {
  font-weight: 700;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 20px;
  padding: 0.6rem 2rem;
}
.tbl-left-column {
  text-align: center;
  color: #fff;
}
.tbl-ul-list {
  text-align: left;
  padding-left: 50px;
}
/* Misc
--------------------------------------------- */

.mobile-hide {
  display: none;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.valign-center {
  vertical-align: middle;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.no-link-pointer, a.no-link-pointer, .no-link-pointer>a {
  cursor: default;
}
.video-container {
  margin: 20px auto 40px auto;
  margin: 2rem auto 4rem auto;
  position: relative;
  padding-bottom: 53%; /* this works for Vimeo; for a strict aspect of 16:9 but you will need to adjust percentage to 56.25% */
  padding-top: 25px;
  padding-top: 2.5rem;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.orange-bg {
  background-color: #f58220;
}
.blue-bg {
  background-color: #21409a;
}
.purple-bg {
  background-color: #a3238e;
}
.green-bg {
  background-color: #00aaad;
}
.orange-bg, .blue-bg, .purple-bg, .green-bg {
  width: 100%;
  padding: 20px 20px 5px 20px;
  padding: 2rem 2rem 0.5rem 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  color: #fff;
  line-height: 1.25;
  text-shadow: none;
  text-align: center;
}
.orange-bg .alignleft, .blue-bg .alignleft, .purple-bg .alignleft, .green-bg .alignleft {
  margin: 0;
  float: none;
  display: inline;
}
.orange-bg .heading, .blue-bg .heading, .purple-bg .heading, .green-bg .heading {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  line-height: 1.1;
  text-shadow: none;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.orange-bg p, .blue-bg p, .purple-bg p, .green-bg p {
  color: #fff;
  text-shadow: none;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.entry-content .orange-bg p, .entry-content .blue-bg p, .entry-content .purple-bg p, .entry-content .green-bg p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.nav-primary, .site-header, .site-inner, .site-footer, .wrap {
  margin: 0 auto;
  width: 100%;
}
.site-inner {
  background-color: #fff2e5;
}
.site-inner .wrap {
  clear: both;
  padding-top: 40px;
  padding-top: 4rem;
}
.home .site-inner .wrap {
  clear: both;
  padding-top: 0;
}
.nav-primary .wrap, .header-area {
  margin: 0 auto;
  width: 80%;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
  margin: 0 auto;
  width: 80%;
}
.home .content-sidebar-wrap, .page-id-67 .content-sidebar-wrap {
  margin: 0 auto;
  width: 100%;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
/* Content */

.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
  float: left;
}
.content {
  float: right;
  width: 100%;
}
.home .content, .page-id-67 .content {
  float: none;
}
/* Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 100%;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left;
}
/* Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 100%;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
/* 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: 0;
  width: 100%;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
  float: left;
  line-height: 0;
  border: 1px solid #808080;
}
.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}
.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}
.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sticky {
}
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}
img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
  float: none;
  display: block;
}
img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
  float: none;
  display: block;
}
.wp-caption-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
}
.gallery-caption {
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.archive-description, .author-box {
  background-color: transparent;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.author-box {
  padding: 32px;
  padding: 3.2rem;
  border: 1px solid #ddd;
  min-height: 210px;
  background-color: #eee;
}
.author-box-title {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}
.author-box a {
  border-bottom: 1px solid #ddd;
}
.author-box p {
  margin-bottom: 0;
}
.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}
/* Titles
--------------------------------------------- */

.entry-title {
  font-size: 27px;
  font-size: 2.7rem;
}
.entry-title a, .sidebar .widget-title a {
  color: #1b6bb3;
}
.entry-title a:hover {
  color: #faa61b;
}
.widget-title {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.sidebar .widget-title a {
  border: none;
}
.archive-title {
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

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

.featured-content .entry {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0 0 24px;
  padding: 0 0 2.4rem;
}
.featured-content .entry-title {
  border: none;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.325;
}
.featured-content .entry-title a {
  border: none;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */

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

.enews-widget {
  color: #888;
}
.sidebar .widget.enews-widget {
  background-color: #333;
}
.sidebar .enews-widget {
  padding: 40px;
  padding: 4rem;
}
.enews-widget .widget-title {
  color: #fff;
}
.enews-widget input {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.enews-widget input:focus {
  border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
  background-color: #faa61a;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"] {
  background-color: #1b6bb4;
  color: #fff;
}
/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper select, div.gform_wrapper .ginput_complex label {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 16px;
  padding: 1.6rem;
}
div.gform_wrapper .gfield_checkbox li label, div.gform_wrapper .gfield_radio li label {
  font-size: 18px;
  font-size: 1.8rem;
  color: #888;
  margin-top: -3px;
  margin-top: -0.3rem;
}
div.gform_wrapper select option, div.gform_wrapper .ginput_complex label {
  padding: 0;
}
div.gform_wrapper li, div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
}
div.gform_wrapper h2.gsection_title, div.gform_wrapper h3.gform_title {
  margin-top: 40px !important;
  margin-top: 4rem !important;
  font-weight: normal;
}
div.gform_wrapper .ginput_complex label, div.gform_wrapper .gfield_time_hour label, div.gform_wrapper .gfield_time_minute label, div.gform_wrapper .gfield_date_month label, div.gform_wrapper .gfield_date_day label, div.gform_wrapper .gfield_date_year label, div.gform_wrapper .instruction {
  font-size: 15px;
  font-size: 1.5rem;
}
div.gform_wrapper .top_label li.gfield.gf_left_half, div.gform_wrapper .top_label li.gfield.gf_right_half, div.gform_wrapper .top_label li.gfield.gf_left_third, div.gform_wrapper .top_label li.gfield.gf_middle_third, div.gform_wrapper .top_label li.gfield.gf_right_third {
  float: none;
  width: 97%;
}
div.gform_wrapper .top_label li.gfield.gf_middle_third {
  margin-left: 0 !important;
}
div.gform_wrapper .datepicker {
  width: 150px !important;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
  width: 97%;
}
div.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, div.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
  width: 97%;
}
div.gform_wrapper .ginput_complex .ginput_left, div.gform_wrapper .ginput_complex .ginput_right {
  float: none;
  width: 97%;
}
div.gform_wrapper .top_label textarea.textarea.medium, div.gform_wrapper .top_label textarea.textarea.small {
  width: 97.5%
}
/* --- OPTIONAL --- Uncomment to hide form labels and place them instead inside fields on homepage forms. Default values are entered by editing the form and clicking on the Advanced tab, then entering a value inside the Default Value field.
Read the following webpage to use javascript to clear the field's default value when clicked on.
http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/ */
/*
div.gform_wrapper .top_label .gfield_label {
  display: none;
}
*/
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit] {
  font-size: 18px;
  font-size: 1.8rem;
}
body div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  padding-left: 40px;
  padding-left: 4rem;
}
/* Jetpack
--------------------------------------------- */

img#wpstats {
  display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  position: relative;
  z-index: 1;
  background: #21409a;
}
.top-bar-wrapper {
  background: #496ac7;
}
.top-bar {
  width: 100%;
  margin: 0 auto;
  padding: 4px 0 0 0;
  padding: 0.4rem 0 0 0;
  text-align: center;
}
.top-bar a {
  color: #faa61a;
}
.top-bar a:hover {
  color: #fff;
}
.top-bar-social-media {
  display: inline-block;
  vertical-align: middle;
}
.top-bar i {
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  text-shadow: 1px 1px 0 rgba(0, 61, 116, 1);
  margin-right: 5px;
  margin-right: 0.5rem;
  line-height: 0.9;
}
.top-bar a i {
  color: #fff;
}
.top-bar a i:hover {
  color: #00aaad;
}
.top-bar .button {
  color: #003d74;
  text-shadow: 1px 1px 0 rgba(255, 212, 125, 1);
}
.top-bar .button:hover {
  background-color: #00aaad;
  border: 1px solid #00aaad;
  color: #fff;
  text-shadow: none;
}
.header-area {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0 0 0;
  padding: 1.5rem 0 0 0;
  position: relative;
  z-index: 10;
}
.logo a {
  display: block;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  background: url(https://www.tgarnero.com/wp-content/themes/mobilefirst/images/logo-2x.png) center top no-repeat;
  background-size: 280px 60px;
}
/* Widget Area
--------------------------------------------- */

.site-header .search-form {
  margin: 16px auto;
  margin: 1.6rem auto;
  text-align: center;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

/* Responsive Menu
--------------------------------------------- */

#menu-button-container {
  margin: 10px auto 5px auto;
  margin: 1rem auto 0.5rem auto;
  text-align: center;
}
#menu-button {
  display: inline-block;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto;
  speak: none;
  text-transform: none;
}
#menu-button:before {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: "\e00e  ";
  font-family: 'Icon', serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto;
  speak: none;
  text-transform: none;
}
#menu-main-menu.collapsed {
  display: none;
}
.menu-primary {
  font-family: 'Raleway', sans-serif;
}
/* SmartMenus Core (do NOT edit this core section)
--------------------------------------------- */
.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.sm li {
  position: relative;
}
ul.sm a {
  position: relative;
  display: block;
}
ul.sm a.disabled {
  cursor: default;
}
ul.sm ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
  border: 1px solid #496ac7;
}
ul.sm li {
  float: left;
}
ul.sm-rtl {
  direction: rtl;
}
ul.sm-rtl li {
  float: right;
}
ul.sm ul li, ul.sm-vertical li {
  float: none;
}
ul.sm a {
  white-space: nowrap;
}
ul.sm ul a, ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child+html ul.sm-vertical>li {
  float: left;
  width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
  white-space: nowrap;
}
ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.sm {
  height: 1px;
}
*:first-child+html ul.sm {
  min-height: 1px;
}
ul.sm li *, ul.sm li *:before, ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.sm {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* END SmartMenus Core
--------------------------------------------- */

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

/* Homepage
--------------------------------------------- */
.container-wrap {
  margin: 0 auto;
  width: 80%;
  line-height: 1.325;
}
#homepage-section-1 .container-wrap, #homepage-section-2 .container-wrap {
  width: 100%;
}
#homepage-section-1 {
  background-color: #496ac7;
}
#homepage-section-1 .container {
  width: 100%;
}
#homepage-section-1 .video-container {
  margin: 0;
}
.home .entry {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  padding: 2rem 0;
}
.page-id-67 .entry {
  width: 80%;
  margin: 0 auto;
}
#homepage-section-2 {
  margin: 20px 0 100px 0;
  margin: 2rem 0 10rem 0;
  clear: both;
}
#homepage-section-2 .container-wrap {
  position: relative;
  margin: 0 auto;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
#homepage-section-2 a:hover {
  color: #a3238e;
}
.hex-graphic-image {
  width: 100%;
}
.info-1 {
  position: absolute;
  top: 4.5%;
  right: 2%;
  width: 25%;
  color: #21409a;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.info-2 {
  position: absolute;
  top: 18%;
  left: 2%;
  width: 22%;
  color: #f58220;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.info-3 {
  position: absolute;
  top: 38%;
  right: 1%;
  width: 25%;
  color: #00aaad;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.info-4 {
  position: absolute;
  top: 66.5%;
  left: 1%;
  width: 23%;
  color: #00aaad;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.info-5 {
  position: absolute;
  top: 86.5%;
  right: 2%;
  width: 25%;
  color: #f58220;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.info-6 {
  position: absolute;
  top: 100.5%;
  left: 9%;
  width: 25%;
  color: #21409a;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.info-1 span, .info-2 span, .info-3 span, .info-4 span, .info-5 span, .info-6 span {
  display: none;
}
.info-1-icon {
  display: block;
  position: absolute;
  top: 13%;
  left: 43.5%;
  width: 12%;
  height: 16%;
  color: #21409a;
  font-size: 30px;
  font-size: 7vw;
  text-align: center;
}
.info-2-icon {
  display: block;
  position: absolute;
  top: 27%;
  left: 28%;
  width: 12%;
  height: 16%;
  color: #f58220;
  font-size: 30px;
  font-size: 7vw;
  text-align: center;
}
.info-3-icon {
  display: block;
  position: absolute;
  top: 27%;
  right: 29.5%;
  width: 12%;
  height: 16%;
  color: #00aaad;
  font-size: 30px;
  font-size: 7vw;
  text-align: center;
}
.info-4-icon {
  display: block;
  position: absolute;
  top: 55%;
  left: 28%;
  width: 12%;
  height: 16%;
  color: #00aaad;
  font-size: 30px;
  font-size: 7vw;
  text-align: center;
}
.info-5-icon {
  display: block;
  position: absolute;
  top: 55%;
  right: 29.5%;
  width: 12%;
  height: 16%;
  color: #f58220;
  font-size: 30px;
  font-size: 7vw;
  text-align: center;
}
.info-6-icon {
  display: block;
  position: absolute;
  top: 70%;
  left: 43.5%;
  width: 12%;
  height: 16%;
  color: #21409a;
  font-size: 30px;
  font-size: 7vw;
  text-align: center;
}
/* Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.entry-content {
  clear: both;
}
.entry-content a {
  color: #1b6bb3;
}
.entry-content a:hover {
  color: #faa61b;
}
.entry-content .attachment a, .entry-content .gallery a {
  border: none;
}
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
.entry-content ol ul, .entry-content ul ol {
  margin-bottom: 0;
}
.entry-content ol, .entry-content ul {
  margin-left: 40px;
  margin-left: 4rem;
}
.entry-content ol li, .entry-content ul li 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-content .search-form {
  width: 50%;
}
.entry-meta {
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.entry-footer .entry-meta {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
  clear: both;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}
.entry-categories, .entry-tags {
  display: block;
}
.post-author-gravatar img {
  margin: 0 16px 0 0;
  margin: 0 1.6rem 0 0;
}
/* Pagination
--------------------------------------------- */

.archive-pagination, .entry-pagination {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  margin: 40px 0;
  margin: 4rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.archive-pagination li {
  display: inline-block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.archive-pagination li a {
  background-color: #faa61a;
  border: 1px solid #faa61a;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
  line-height: 1.2;
}
.archive-pagination li a:focus {
  border: 1px solid #fff000;
  outline: none;
}
.archive-pagination li a:hover, .archive-pagination li.active a {
  background-color: #1b6bb4;
  border: 1px solid #1b6bb4;
  color: #fff;
}
.entry-pagination a {
  border-bottom: 1px solid #faa61a;
}
.pagination-omission {
  color: #3d3d3d;
}
/* Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
  clear: both;
  background-color: transparent;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.comment-content {
  clear: both;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.comment-meta {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 100%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}
.comment-list li, .ping-list li {
  list-style-type: none;
}
.comment-list li {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem;
}
.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem;
}
li.comment {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
li li.comment {
  border-right: none;
}
.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
}
.entry-pings .reply {
  display: none;
}
.bypostauthor {
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 24px;
  padding: 2.4rem;
}
/* Back to Top Link
--------------------------------------------- */

.back-to-top {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px auto;
  margin: 2rem auto;
  width: 80%;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  margin-top: 30px;
  margin-top: 3rem;
}
.sidebar p:last-child {
  margin-bottom: 0;
}
.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  background-color: transparent;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer .wrap {
}
.footer-area {
  width: 100%;
  padding: 30px 0 20px 0;
  padding: 3rem 0 2rem 0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
  background-color: #21409a;
}
.footer-area a {
  color: #fff;
}
.footer-area a:hover {
  color: #faa61b;
}
.footer-wrap {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.footer-wrap .container {
  width: 100%;
  text-align: center;
}
.footer-wrap .rss-2 {
  margin: 25px 0 30px 0;
  margin: 2.5rem 0 3rem 0;
}
.footer-wrap .rss-2 .heading, .footer-wrap .rss-2 .heading a {
  color: #f8a51a;
}
.footer-wrap .rss-2 .heading img {
  display: none;
}
.footer-wrap .container.rss-2 ul {
  margin-left: 0;
}
.footer-wrap .rss-2 li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 5px;
  margin-top: 0.5rem;
  padding-top: 5px;
  padding-top: 0.5rem;
  border-top: 1px solid #fff;
}
.footer-wrap .rss-2 .rss-date {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #81aad0;
  text-transform: uppercase;
}
.footer-wrap .container ul {
  list-style: none;
}
.footer-wrap .phone {
  margin-top: 20px;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}
.footer-area .phone a, .footer-area .phone a:hover {
  color: #fff;
  cursor: default;
}
.footer-social-media {
  margin-top: 10px;
  margin-top: 1rem;
}
.footer-social-media i {
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  margin-right: 5px;
  margin-right: 0.5rem;
}
.footer-social-media a i {
  color: #faa61a;
}
.footer-social-media a i:hover {
  color: #fff;
}
.credits-area {
  width: 100%;
  color: #81aad0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
.credits-area a {
  color: #81aad0;
}
.credits-area a:hover {
  color: #fff;
}
.credits-wrap {
  margin: 0 auto;
  width: 80%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.credits-wrap .links {
  width: 100%;
  margin: 20px 0;
  margin: 2rem 0;
}
.credits-wrap .info {
  width: 100%;
  margin: 20px 0;
  margin: 2rem 0;
}




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

@media only screen and (max-width: 1023px) {
/* SmartMenus on Mobile
--------------------------------------------- */
ul.sm {
  float: none;
}
#menu-main-menu {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.sm a {
  display: inline-block;
  padding: 13px 11px 13px 20px;
  padding: 1.3rem 1.1rem 1.3rem 2rem;
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
  text-decoration: none;
}
.sm ul a {
  font-size: 18px;
  font-size: 1.8rem;
}
/* The following will make the sub menus collapsible for small screen devices (do NOT edit this property) */
ul.sm {
  width: auto !important;
}
ul.sm:after {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
ul.sm ul {
  display: none;
  position: static !important;
  top: auto !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
ul.sm>li {
  float: none;
}
ul.sm>li>a, ul.sm ul.sm-nowrap>li>a {
  white-space: normal;
}
ul.sm iframe {
  display: none;
}
.sm {
  background: #fff;
  color: #fff;
}
.sm li {
  border-top: 1px solid #ccc;
}
.sm li:first-child {
  border-bottom: none;
}
.sm>li:last-child {
  border-bottom: 1px solid #ccc;
}
.sm a {
  color: #333;
  background: #fff;
}
.sm a:hover, .sm a:focus, .sm a:active, .sm a.highlighted {
  color: #333;
}
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm a.current, .sm a.current:hover, .sm a.current:focus, .sm a.current:active {
  color: #333;
}
/* Sub menu indicators
===================*/
.sm a span.sub-arrow, .sm ul a span.sub-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 40%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #888;
}
.sm a.highlighted span.sub-arrow, .sm ul a.highlighted span.sub-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: none;
  border-bottom: 6px solid #888;
}
.sm-vertical a span.sub-arrow {
  right: auto;
  margin-left: -14px;
}
.sm a.has-submenu {
  padding-right: 30px;
  padding-right: 3rem;
}
.sm ul a.has-submenu, .sm-vertical a.has-submenu {
  padding-right: 30px;
  padding-right: 3rem;
}
/* add some text indentation for the 2+ level sub menu items */
.sm ul a {
  border-left: 12px solid transparent;
  background: rgba(0,0,0,0.05);
}
.sm ul ul a {
  border-left: 24px solid transparent;
  background: rgba(0,0,0,0.1);
}
.sm ul ul ul a {
  border-left: 36px solid transparent;
  background: rgba(0,0,0,0.15);
}
.sm ul ul ul ul a {
  border-left: 48px solid transparent;
  background: rgba(0,0,0,0.2);
}
.sm ul ul ul ul ul a {
  border-left: 60px solid transparent;
  background: rgba(0,0,0,0.25);
}
/* END SmartMenus on Mobile
--------------------------------------------- */
}
@media only screen and (min-width: 480px) {
img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
  float: left;
  display: inline-block;
}
img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
  float: right;
  display: inline-block;
}
.logo a {
  width: 370px;
  height: 88px;
  background: url(https://www.tgarnero.com/wp-content/themes/mobilefirst/images/logo-2x.png) 0 0 no-repeat;
  background-size: 370px 88px;
}
}
@media only screen and (min-width: 600px) {
h1 {
  font-size: 32px;
  font-size: 3.2rem;
}
h2 {
  font-size: 27px;
  font-size: 2.7rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 22px;
  font-size: 2.2rem;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-title {
  font-size: 32px;
  font-size: 3.2rem;
}
.archive-title {
  font-size: 32px;
  font-size: 3.2rem;
}
.featured-content .entry-title {
  font-size: 32px;
  font-size: 3.2rem;
}
div.gform_wrapper .top_label li.gfield.gf_left_half {
  float: left;
  width: 49%;
}
div.gform_wrapper .top_label li.gfield.gf_right_half {
  float: right;
  width: 49%;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
  width: 47%;
}
div.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, div.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
  width: 49%;
}
div.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, div.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
  margin-right: 1%;
}
div.gform_wrapper .ginput_complex .ginput_left {
  float: left;
  width: 49%;
}
div.gform_wrapper .ginput_complex .ginput_right {
  float: right;
  width: 49%;
}
blockquote {
  margin: 40px 80px 24px;
  margin: 4rem 8rem 2.4rem;
}
blockquote::before {
  font-size: 120px;
  font-size: 12rem;
  left: -60px;
  top: -68px;
}
.sidebar blockquote {
  margin: 20px 40px 24px;
  margin: 2rem 4rem 2.4rem;
}
.sidebar blockquote::before {
  font-size: 80px;
  font-size: 8rem;
  left: -40px;
  top: -38px;
}
.orange-bg, .blue-bg, .purple-bg, .green-bg {
  text-align: left;
  display: table;
}
.orange-bg .alignleft, .blue-bg .alignleft, .purple-bg .alignleft, .green-bg .alignleft {
  margin: 0 24px 15px 0;
  margin: 0 2.4rem 1.5rem 0;
  float: left;
  display: block;
}
.orange-bg .image, .blue-bg .image, .purple-bg .image, .green-bg .image {
  width: 180px;
  display: table-cell;
  vertical-align: middle;
}
.orange-bg .v-center, .blue-bg .v-center, .purple-bg .v-center, .green-bg .v-center {
  display: table-cell;
  vertical-align: middle;
}
}
@media only screen and (min-width: 800px) {
div.gform_wrapper .top_label li.gfield.gf_left_third {
  float: left;
  width: 32%;
}
div.gform_wrapper .top_label li.gfield.gf_middle_third {
  float: left;
  width: 32%;
  margin-left: 2% !important;
}
div.gform_wrapper .top_label li.gfield.gf_right_third {
  float: right;
  width: 32%;
}
#homepage-section-2 {
  margin: 20px 0 160px 0;
  margin: 2rem 0 16rem 0;
}
#homepage-section-2 .container-wrap {
  font-size: 28px;
  font-size: 2.8rem;
}
.info-1 span, .info-2 span, .info-3 span, .info-4 span, .info-5 span, .info-6 span {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #3d3d3d;
  text-shadow: 1px 1px 0 #FFFFFF;
}
}
@media only screen and (min-width: 1024px) {
.mobile-hide {
  display: block;
}
.float-left-half-width {
  float: left;
  width: 50%;
  margin-right: 20px;
  margin-right: 2rem;
}
.float-right-half-width {
  float: right;
  width: 50%;
  margin-left: 20px;
  margin-left: 2rem;
}
.site-header .search-form {
  float: right;
  margin: 24px 0 0;
  margin: 2.4rem 0 0;
}
.site-header {
  box-shadow: 0 20px 30px 0 rgba(25,23,25,0.2);
}
#homepage-section-1 .container-wrap {
  width: 83%;
}
#homepage-section-1 .container-wrap {
  min-height: 420px;
  background: url(https://www.tgarnero.com/wp-content/themes/mobilefirst/images/homepage-theresa-garnero.jpg) left bottom no-repeat;
  background-size: 285px 394px;
}
#homepage-section-1 .container {
  float: right;
  width: 550px;
  margin-top: 50px;
  margin-top: 5rem;
}
.home .content {
  box-shadow: 0 -8px 15px 0 rgba(25,23,25,0.1);
}
.content {
  width: 61.666666666666667%; /* Calculate this percentage by dividing the desktop resolution main column width in pixels by the desktop resolution main column + gap + sidebar widths in pixels, then multiply by 100. Keep up to 15 decimal places */
}
.full-width-content .content {
  width: 100%;
}
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 740px;
}
.sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
  width: 400px;
}
.sidebar-primary {
  width: 30%; /* Calculate this percentage by dividing the desktop resolution sidebar width in pixels by the desktop resolution main column + gap + sidebar widths in pixels, then multiply by 100. Keep up to 15 decimal places */
}
.sidebar-secondary {
  width: 180px;
}
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  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;
}
#menu-button-container {
  margin: 0 auto;
}
#menu-button {
  display: none;
}
#menu-main-menu.collapsed {
  display: block;
}
/* SmartMenus on Desktop
--------------------------------------------- */
#menu-main-menu {
  box-shadow: none;
  margin: 15px auto 0 auto;
  margin: 1.5rem auto 0 auto;
  width: 830px;
}
.sm a {
  padding: 13px 20px;
  padding: 1.3rem 1.4rem;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  background: transparent;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
ul.sub-menu li a {
  padding: 2rem;
}
/* This controls the dropdown menu background color */
.sm ul {
  background: rgba(33, 64, 154, .8);
}
.sm ul a {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
.sm a:hover, .sm a:focus, .sm a:active, .sm a.highlighted {
  background: transparent;
  color: #faa61b;
}
/* This controls the dropdown menu hover background and font color */
.sm ul a:hover, .sm ul a:focus, .sm ul a:active, .sm ul a.highlighted {
  background: #a3238e;
  color: #fff;
}
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm a.current, .sm a.current:hover, .sm a.current:focus, .sm a.current:active {
  background: transparent;
  color: #003d74;
}
.sm .has-submenu li {
  color: #faa61b;
  background: #fff;
}
/* Sub menu indicators
===================*/
.sm ul a span.sub-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 40%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.sm-vertical a span.sub-arrow {
  right: auto;
  margin-left: -10px;
  margin-left: -1rem;
}
/* Items separators
===================*/
.sm ul li, .sm-vertical li {
  border-bottom: 1px solid #496ac7;
}
/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/
.sm span.scroll-up, .sm span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  border: solid #bbb;
  border-width: 1px 0;
  background: #fff;
  height: 20px;/* width and position will be automatically set by the script */
}
.sm span.scroll-up-arrow, .sm span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  margin-left: -0.8rem;
  /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px; /* tweak size of the arrow */
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555 transparent;
}
.sm span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}
/* END SmartMenus on Desktop
--------------------------------------------- */
}
@media only screen and (min-width: 1260px) {
.line-break {
  display: block;
}
.top-bar {
  width: 1200px;
  text-align: right;
}
.header-area {
  width: 1200px;
  padding: 25px 0;
  padding: 2.5rem 0;
}
.logo a {
  float: left;
}
.nav-primary .wrap, .header-area {
  width: 1200px;
}
#menu-main-menu.collapsed {
  display: inline;
}
#menu-main-menu {
  margin: 15px -20px 0 0;
  margin: 1.5rem -2rem 0 0;
}
ul.sm {
  float: right;
}
.container-wrap, #homepage-section-1 .container-wrap, #homepage-section-2 .container-wrap {
  width: 1200px;
}
#homepage-section-1 .container-wrap {
  min-height: 550px;
  background: url(https://www.tgarnero.com/wp-content/themes/mobilefirst/images/homepage-theresa-garnero.jpg) left bottom no-repeat;
  background-size: 380px 525px;
}
#homepage-section-1 .container {
  width: 700px;
  margin-top: 60px;
  margin-top: 6rem;
}
.home .entry {
  width: 1200px;
  padding: 40px 0;
  padding: 4rem 0;
}
.page-id-67 .entry {
  width: 1200px;
}
.info-1-icon, .info-2-icon, .info-3-icon, .info-4-icon, .info-5-icon, .info-6-icon {
  font-size: 100px;
  font-size: 10rem;
}
.content-sidebar-wrap {
  margin: 0 auto;
  width: 1200px;
}
.home .content-sidebar-wrap {
  width: 100%;
}
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 1200px;
}
.content {
  float: right;
  width: 740px;
}
.home .content, .page-id-67 .content {
  float: none;
}
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
  width: 540px;
}
.back-to-top {
  width: 1200px;
}
.sidebar {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.sidebar-primary {
  width: 360px;
}
.footer-area {
  padding: 50px 0 40px 0;
  padding: 5rem 0 4rem 0;
}
.footer-wrap {
  width: 1200px;
  text-align: left;
  background: url(https://www.tgarnero.com/wp-content/themes/mobilefirst/images/logo-2x.png) 0 0 no-repeat;
  background-size: 370px 88px; 
}
.footer-wrap .container {
  float: left;
  width: 20%;
  margin-left: 5%;
  text-align: right;
}
.footer-wrap .container:first-child {
  width: 15%;
  margin-left: 35%;
  text-align: left;
}
.footer-wrap .rss-2 {
  width: 20%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-wrap .container ul {
  float: left;
  margin-left: 50px;
  margin-left: 5rem;
}
.footer-wrap .container ul:first-child {
  margin-left: 0;
}
.footer-wrap .phone {
  margin-top: 0;
}
.credits-wrap {
  width: 1200px;
}
.credits-wrap .links {
  float: left;
  width: 40%;
  text-align: left;
}
.credits-wrap .info {
  float: right;
  width: 60%;
  text-align: right;
}
}