/*Digital Moxie 2 CSS
#2aa4cf*/
	
/*HTML5 Reset 
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
--------------------------------------------- */
/*Baseline Normalize*/
a:focus {
  outline: none;
}
/*Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
--------------------------------------------- */	
/* Change Color, font family, font size, line height*/
body {
  background-color: #ffffff; 
  color: #333;
  font-size: 18px;
	font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.625;
}
/* Chrome fix for REM values */
body > div {
  font-size: 18px;
  font-size: 1.8rem; 
}
a {
  text-decoration: none;
}
/*a,
.entry-content a {
  color: #C75026;
}
a:hover, 
a:focus,
.entry-title a:hover, 
.entry-title a:focus {
  color: #333;
}
.entry-content a:visited {
  color: #999;
}*/
p {
	margin: 0 0 26px;
}
/* Master Button Color*/
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, 
.entry-content .button {
  /*background-color: #333;*/
  padding: 10px 24px;
  /*text-transform: uppercase;*/
}
/* Master Button Hover Focus Visited Color*/
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #2AA4CF;
}
button:focus, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus, 
.button:focus  {
  background-color: #333;
}
button:visited,
input:visited[type="button"],
input:visited[type="reset"],
input:visited[type="submit"],
.button:visited,
.entry-content .button:visited {
  color: #333;
}
/*Colored Button and min-width button
.button-color.button {
	background-color: #4A92C4;
}
.button-color.button:hover{
  color: #fff2b8;
  background-color: #652400;
}
.button-color.button:focus {
  background-color: #fff2b8;
}
.minwidth-button {
  min-width: 250px;
}*/
.button {
	border-radius: 3px;
	display: inline-block;
}	
/*Pagination*/
.archive-pagination .active a {
  background-color: #333;
  color: #fff;	
}
.archive-pagination a:focus,
.archive-pagination a:hover {
	background-color: #2AA4CF;
	color: #fff;
}
/*Blockquote Option
blockquote {
  border-left: 3px solid #2C99C6;
  color: #666;
  font-style: italic;
  margin: 24px 40px 24px;
  padding-left: 10px;
}
blockquote::before {
	display: none;
}*/
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 40px;
	height: 0;
	left: -23px;
	position: relative;
	top: -15px;
}
blockquote {
  border-left: 3px solid #2C99C6;
  color: #666;
  font-style: italic;
  margin: 24px 40px 24px;
  padding-left: 35px;
}
/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 16px;
}
h1,
h2 {
	line-height: 1.5;
}
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*/
/*Forms*/
input,	308	input,
select,	309	select,
textarea {
  padding: 5px;
}
/*Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
--------------------------------------------- */		
.site-inner, 
.wrap {
  max-width: 1140px;
}
.site-inner {
	padding-top: 0px;
	background: #fff;
	/*margin-top: 7px;*/
	min-height: 500px;
}
.landing-page .site-inner {
	max-width: 100% !important;
}
.landing-page .entry {
	padding: 0px 0px !important;
}
/*Common Classes
		- WordPress
		- Genesis
		- Titles
--------------------------------------------- */
.archive-description {
margin-bottom: 0;  
}
.archive-description, .author-box {
  border-bottom: 2px solid #2AA4CF;
}
.archive-description,
.archive-description.taxonomy-archive-description.taxonomy-description,
.archive-description.date-archive-description.archive-date {
  padding: 24px 0 0;
}
.archive-description .entry-title, .archive-title, .author-box-title {
  font-size: 30px;
	line-height: 1.5;
}
/*Customize Entry Title
.entry-title {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.5;
}*/
.entry-title a, .sidebar .widget-title a {
	color: #000;
}
/*Widgets
		- Featured Content
--------------------------------------------- */
/*Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Skip Links
		- Visual Composer
		- Genesis Featured Posts Combo
---------------------------------------------*/
/*Genesis eNews Extended*/
.enews-widget input[type="submit"] {
	background-color: #396ea4;
}
/*Gravity Forms*/
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 5px;
}
.gform_wrapper select {
  font-size: 18px !important;
}
.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
	--gf-local-margin-y: var(--gf-label-space-tertiary) 0;
	color: #000;
	font-size: 15px;
}
#gfield_description_3_15 {
    font-size: 18px;
	color: #000;
}
.gfield_label.gform-field-label {
  font-size: 18px !important;
}
/* Skip Links Display outline on focus IE */
:focus {
	outline: none;
}
/*Visual Composer*/
.composer-page .wpb_row.vc_row-fluid.fixed {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1170px;
}
.composer-page .wpb_row.vc_row-fluid.fixed-color-box,
.composerhome-page .wpb_row.vc_row-fluid.fixed-color-box,
.composerhero-page .wpb_row.vc_row-fluid.fixed-color-box  {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px; 
}
.composerhome-page .entry, .composerhero-page .entry {
  margin-bottom: 0px;
  margin-top: 0;
  padding: 0px 0px 24px;
}
/*VC Main, Page and Portfolio Hero Photos*/
.vc_row.wpb_row.vc_row-fluid.main-hero-photo-page {
min-height: 72.2vh !important;
/*Select from center bottom top left right
background-position: center !important;*/
}
.vc_row.wpb_row.vc_row-fluid.portfolio-hero {
min-height: 72.2vh !important;
/*Select from center bottom top left right
background-position: center !important;*/
}
.vc_row.wpb_row.vc_row-fluid.hero-photo-page {
min-height: 59.5vh !important;
/*Select from center bottom top left right
background-position: center !important;*/
}
/*.vc_responsive .five_col_wrap.wpb_row .vc_col-sm-2 {
  float: left;
  width: 20%;
  padding: 0;
  min-height: 0;
}
.five_col_wrap .five_col_last {
  margin: 0 !important;
}*/
.vc_edit_form_elements .textarea_raw_html, 
.wpb_element_wrapper .textarea_raw_html {
  color: #000;
}
.white, 
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff;
}
/*White Links
.white a,
.white a:focus {
  color: #fff;
}
.white a:hover {
  color: #333;
}*/
/*Genesis Featured Posts Combo
.widget.gfpc-widget article h2 a{
  font-size: 2.4rem;
  font-weight: 700;
}
.widget.gfpc-widget article {
	border-bottom: 1px solid #eee;
	margin-bottom: 9px;
	background: transparent;
}*/
.fluid-width-video-wrapper {
	margin-bottom: 23px;
}
/*Site Header
		- Title Area
		- Widget Area
--------------------------------------------- */
.site-header {
	background-color: #fff;
	border-bottom: 2px solid #333;
	/*To use box shadow uncomment site-inner margin-top (top margin matches width of box-shadow*/
	/*box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;*/
}
.title-area {
  width: 320px;
}
.site-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.dm-header-right-text {
  color: #000;
  font-size: 22px;
}
/* Retina Logo */
.header-image .title-area {
  margin: 0;
  max-width: 320px; /*this needs to be set at the width of the 1x logo*/
}
.header-image .site-title > a {
  background: rgba(0, 0, 0, 0) url("images/logo@2x.png") no-repeat;     
  background-position: center center;
  background-size: 320px 80px !important;
  min-height: 80px;
  width: 100%;
}
/*Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Skip Links		
		- Responsive Menu
		- Mobile Menu
--------------------------------------------- */
/* Skip Links Display outline on focus */
:focus {
	outline: none;
}
.genesis-nav-menu {
	line-height: 0;
	font-size: 16px;
}
.nav-primary .genesis-nav-menu a, 
.genesis-nav-menu a  {
	/*color: #2aa4cf; change color*/
	padding: 18px 0 20px 24px;
}
.genesis-nav-menu > .menu-item > a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.nav-primary .genesis-nav-menu a:hover, 
.nav-primary .genesis-nav-menu a:focus, 
.nav-primary .genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu a:hover, 
.genesis-nav-menu a:focus, 
.genesis-nav-menu .current-menu-item > a, 
.genesis-nav-menu .sub-menu a:hover, 
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {  
  /*color: #333; change color*/
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu {
  border-top: 0;
}
.genesis-nav-menu .sub-menu a {
  font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	width: 250px;
	word-wrap: break-word;
}
.nav-primary {
  background-color: #fff;
  border-bottom: 6px solid #2AA4CF;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover, 
.nav-primary .genesis-nav-menu .sub-menu a:focus, 
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  text-decoration: none;
}
#mobile-menu {
  display: none;
  visibility: hidden;
}
/*Content Area
		- Entries
		- Pagination
		- Comments
--------------------------------------------- */
.content {
  width: 740px;
}
.entry {
	padding: 40px 0px 24px;
	border-radius:  0px;
}
.entry-content a {
	border-bottom: none;
}
.entry-content ol, .entry-content ul {
  margin-bottom: 26px;
}
.entry-content li {
	padding-bottom: 5px;
}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0;
	margin: 0;
	padding: 32px 0px 8px;
}
.blog .entry,
.archive .entry {
  margin-bottom: 0px;
}
.comment-respond, .entry-pings {
  padding: 40px 40px 16px;
}
/*Change archive pagination color
.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #2aa4cf;
}*/
/*Sidebars
--------------------------------------------- */
.sidebar {
	color: #333; 
  padding-top: 30px;
}
.sidebar a {
	border-bottom: none;
}
.sidebar .widget {
	border-radius: 0px;
	margin: 20px 0px;
	padding: 20px 0px;
}
.sidebar-primary {
  width: 350px;
}
/*Footer Widgets
--------------------------------------------- */
.footer-widgets-1, .footer-widgets-2 {
  float: left;
}
.footer-widgets-1 {
  margin-right: 40px;
}
.footer-widgets-1, .footer-widgets-3 {
  width: 350px;
}
/*Site Footer
--------------------------------------------- */
.footer-widgets,
.site-footer {
	background-color: #000;
	color: #FFF;
}
.site-footer {
  border-top: none;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #DDDDDD;
}
.site-footer .genesis-nav-menu a {
  color: #fff;
}
/*Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
*/
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1139px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content,
	.site-header .widget-area {
		width: 620px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}
}

@media only screen and (max-width: 1024px) {
	body {
		background-color: #fff;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	.site-header .wrap {
		padding: 20px 0;
	}
	/*Retina Logo*/
	.title-area {
    float:none;
  }
  .header-image .title-area {
  width: 100%; 
  }
	.header-image .site-header .wrap,
	.header-image .site-title > a {
		background-position: center top;
	}
	.header-image .title-area {
    margin: 0 auto;
  } 
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	/*.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}*/
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}
	.genesis-nav-menu li.right {
		display: none;
	}
  /*Mobile Menu - Use standard menu for iPad - comment this out and change media screen to 1023 in style.css*/
  .menu-toggle, 
  .sub-menu-toggle {
    /*background-color: #5D7691;
    color: #fff;*/
    font-size: 24px;
    line-height: 30px;
  }
  .menu-toggle, 
  .menu-toggle:focus, 
  .menu-toggle:hover {
    border-top: 0;
    outline: none;
  }
  /*Change Colors
  .menu-toggle:focus, 
  .menu-toggle:hover, 
  .sub-menu-toggle:focus, 
  .sub-menu-toggle:hover {
    background-color: #5D7691;
    border-width: 0;
    color: #fff;
  }*/
  .dashicons-menu::before {
    content: "\f333";
    font-size: 30px;
  }
	.site-header .search-form {
		margin: 16px auto ;
	}
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}
	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	.site-footer {
		padding: 24px 0;
	}
	.footer-widgets {
		padding: 40px 5% 16px;
	}
	.footer-widgets-1 {
		margin: 0;
	}
  .simple-social-icons ul {        
    display: block;      
    float: none;      
    margin: 0 auto !important;      
    padding: 10px 0 0 0;      
    width: 240px;      
  }
  .lsi-social-icons {
    width: 100%;
    text-align: center !important;
  }
}

@media only screen and (max-width: 768px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.site-header .widget-area {
		margin: 0;
		width: 100%;
	}		
  .dm-header-right-text {
    text-align: center;
  }
  .vc_responsive .five_col_wrap.wpb_row .vc_col-sm-2{
    width: 33%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .vc_responsive .five_col_wrap.wpb_row .vc_col-sm-2{
    width: 48%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 460px) {
  .entry-content ol, .entry-content ul{
    margin-left: 15px;
  }
  .vc_responsive .five_col_wrap.wpb_row .vc_col-sm-2{
    width: 100%;
    margin-bottom: 15px;
  }
  /*VC Page Hero Photo
  .vc_row.wpb_row.vc_row-fluid.main-hero-photo-page,
  .vc_row.wpb_row.vc_row-fluid.portfolio-hero {
  min-height: 53.2vh !important; 
  }
  .vc_row.wpb_row.vc_row-fluid.hero-photo-page {
	min-height: 40.5vh !important;
  }*/
}

@media only screen and (max-width: 375px) {
  /* Retina Logo
   .site-header .wrap {
   max-width: 375px;
  }
  .header-image .title-area {
  width: 100%;
  }
  .header-image .site-title > a {
  width: 220px;<--This may need to deleted to center the logo
  background: rgba(0, 0, 0, 0) url("images/logo-small@2x.png") no-repeat scroll 0 0 !important;
  background-position: center center !important;
  background-size: 220px 43px !important;
  min-height: 43px; 
  }
}*/

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