/*
	Theme Name: EPC
	Description: This is the child theme created from the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:Verdana,Arial,sans-serif;/*-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%*/}body{margin:0}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:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;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:-0.5em}sub{bottom:-0.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
--------------------------------------------- */

.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 */
-webkit-text-size-adjust: none;
}

body {
	background: url(images/line-pattern.png) repeat-x scroll 0 175px #fff;
    font-family: Roboto,Verdana,Tahoma,Arial,sans-serif;
    color: #6b6b6b;    
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto;
}
.site-container {
    margin: 0 auto;
}
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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #517aad;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #6c6c6c;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 36px;
	margin: 0 0 5px;

}

h1 {
	font-size: 30px;
        color: #6c5075;
}

h2 {
	font-size: 24px;
    color: #429594;
	font-family:Raleway;
	font-weight:600;
}

h3 {
	font-size: 21px;
	color: #1d72a7;
	font-family:Raleway;
	font-weight:600;
}

h4 {
	font-size: 19px;
	color: #6c5075;
	font-family:Raleway;
	font-weight:600;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
/*
img {
	height: auto;
	width: auto;
}
*/



/* 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: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 940px;
}
.site-inner .wrap {
    width:auto;
    padding:10px 0 0;
}
.site-inner {
    clear: both;
    padding: 0 0 20px;
    margin: 0 auto;
    min-height:550px;
    max-width:940px;
}
.site-header {
    background: #fff;
    height:195px;
    /*background: url(/wp-content/themes/epc/images/company_logo.png) no-repeat scroll 0 45px;*/
    max-width:960px;
    margin:0 auto;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.sidebar-content-sidebar .content-sidebar-wrap {
	width: 760px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap {
	float: left;
}

/* Content */

.content {
	float: right;
	width: 700px;
}

.sidebar-content-sidebar .content {
    width: 520px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: left;
	width: 220px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: right;
	width: 160px;
}


/* 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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.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;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.gallery-item, .gallery-caption {
    text-align: center;
}

.gallery-item img {
    height: auto !important;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    height: 0;
    margin: 15px auto 0;
    max-width: 940px;
    padding: 0;
    position: relative;
}
.breadcrumb .wrap {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    color: #1d72a7;
    font-family: Catamaran;
    font-size: 12px;
    line-height: 14px;
    width: 700px;
    padding: 8px 0;
    position: absolute;
    right: 0;
}
.breadcrumb a {
    color: #989898;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
body.full-width-content .breadcrumb .wrap {
    width: 100%;
}
.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 0;
}

.archive-description {
	/*margin-bottom: -50px;*/
    padding: 55px 0 15px;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	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
--------------------------------------------- */

h1.entry-title {
    font-family: Raleway;
    font-size: 32px;
    font-weight: bold;
    margin-top: 60px;
	color:#6c5075;
	margin-bottom:15px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 2rem;
	margin-bottom: 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.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: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}



/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: none;
}

.site-header .wrap {
	padding: 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	font-weight: 700;
	padding: 0;
}
.header-image .title-area {
    padding: 0;
    display:none;
}
.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase; 
}

.site-title a,
.site-title a:hover {
	color: #fff;
        width: 233px;
        height: 50px;
        display: block;

}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-header .wrap {
    /*background: url(images/logo.png) no-repeat left;*/
    padding: 0;
}
.header-image .site-title a {
	float: left;
        min-height: 100px;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
    float: left;
    text-align: left;
    width: auto;
}

.header-image .site-header .widget-area {
	padding: 0;
    width:100%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
    font-family: 'Montserrat', sans-serif;
    border: none;
    color: #6d5075;
    display: block;
    padding: 10px 12px;
    position: relative;
    font-size: 14px;
    text-transform:uppercase;
    text-decoration:none;
}

.genesis-nav-menu li:hover a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu li.current-page-ancestor a {
    color: #fff;
	background-color:#1972a8;
 }
.genesis-nav-menu .sub-menu li:hover a,
.genesis-nav-menu .sub-menu li.current-menu-item > a,
.genesis-nav-menu .sub-menu li.current-page-ancestor a {
	color: #fff;
	background-color:#6d5075;
}
.genesis-nav-menu .sub-menu .sub-menu li a,
.genesis-nav-menu .sub-menu li.current-menu-item .sub-menu > a,
.genesis-nav-menu .sub-menu li.current-page-ancestor .sub-menu > a {
    color: #fff;
	background-color:#1972a8;
 }
.genesis-nav-menu .sub-menu .sub-menu li a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item .sub-menu > a:hover,
.genesis-nav-menu .sub-menu .sub-menu li.current-menu-item a {
	 	color: #fff;
	background-color:#6d5075;
 }

.genesis-nav-menu > .menu-item > a {
	
}
body.archive .genesis-nav-menu li#menu-item-34 a {
	 background-color: #1972a8;
    color: #fff;
}
.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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #1972a8;
	color:#fff;
	border: 0;
	border-top: none;
	position: relative;
	border-left:0;	
	font-size: 13px;
    padding: 5px 10px;
    position: relative;
    text-transform: none;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 200px;
}

.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;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    margin: 0 auto;
    max-width: 940px;   
}
.nav-primary .wrap {
    background: none;
    float: right;
    margin-top: -78px;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    float:left;
	margin-left: 1px;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu {
    
}
.nav-primary .sub-menu li {
	margin-left:0;
}

/*.nav-primary .sub-menu .sub-menu li a,
.nav-primary .sub-menu li:hover .sub-menu li a,
.nav-primary .sub-menu li:hover .sub-menu li{
	background-color:#1972a8;
	color:#fff;
}
.nav-primary .sub-menu li:hover,
.nav-primary .sub-menu li:hover a,
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu li:hover .sub-menu li:hover,
.nav-primary .sub-menu li:hover .sub-menu li:hover a,
.nav-primary .sub-menu li .sub-menu li:hover,
.nav-primary .sub-menu li .sub-menu li:hover a,

{
	color: #fff;
	background-color:#6d5075;
}

/* Utility Navigation
--------------------------------------------- */
.nav-header, #menu-utility {
    clear: none !important;
    width: auto !important;
}

#menu-utility {
    float: right;
}

#menu-utility li a {
    color: #000;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.entry-content a {
	color: #1d72a7;
	text-decoration:underline;
}

.entry-content a:hover {
	color: #6c5075;
	text-decoration:underline;	
}
.entry-content a.more-link {
    display: block;
}
.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}
.entry-content .faq-answer p {
	margin-bottom:0;
}
.entry-content ul {
    margin-left: 0;
}
.entry-content ol {
    margin-left: 20px;
}
.entry-content ol li, .entry-content ul ol li {
    list-style-type: decimal /*!important*/;
    background:none;
    padding:0;
}
.entry-content ol li, .entry-content ul ol li {
    /*list-style-type: decimal !important;*/  
	margin-bottom: 5px;
}

.entry-content ol ul li {
    list-style-type:none;
}
.entry-content ul li,
.entry-content ul ul li {
    list-style-type: none;
    background:url(images/bullet1.gif) no-repeat scroll 6px 9px;
    padding-left: 15px;
}
.entry-content ul ul li, .entry-content ol ul li {
    list-style-type: none;
    background:url(images/bullet1.gif) no-repeat scroll 6px 9px;
}
.entry-content ul li ol, .entry-content ol li ul {
    margin-bottom:0;
}
.entry-content ol li ul li {
    background:url(images/bullet1.gif) no-repeat scroll 6px 9px;
    list-style-type:none;
}
.entry-content ul li ol li {
    background:none;
    padding-left:0;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content img {
    border: 1px solid #bebebe;
}
.entry-content #gallery-1 img {
    border: 1px solid #bebebe;
}
body .gallery-item{
    margin: 5px 1% !important;
    width: 31% !important;
}
.entry-footer .entry-meta {
    padding: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    font-size: 13px;
    font-style: italic;
    /*margin-bottom: -20px;*/
    padding: 0;
}

.post-8{
	margin-bottom: 10px !important;
}

.blog .entry-meta {
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry-footer .entry-categories {
    display: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}
body.archive article:first-child h2.entry-title {
	margin-top:50px;
}
/*body.archive article.category-general h2.entry-title {
    margin-top: 0;
}*/
/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
	padding: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.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: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	background: none;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*SUBMENU*/
.sidebar .submenu {
   border-top:1px solid #1d72a7;
}

.sidebar .submenu ul, .widget_recent_entries ul {
    width: auto;
    margin: 0;
    padding: 0;
    border:0;
}

.sidebar .submenu li, .sidebar .widget_recent_entries li {
    margin: 0;
    padding: 0;
    border-bottom:1px solid #1d72a7;
}

.sidebar .submenu li a, .sidebar .widget_recent_entries li a {
    color: #777;
    padding: 12px 5px 12px 20px;
    display: block;
    font-size: 14px;
    text-decoration:none;
	font-family: 'Montserrat', sans-serif;
}
.sidebar .submenu li.current_page_parent > a, .sidebar .submenu li.current_page_item > a, .sidebar .submenu li a:hover {
    color: #1d72a7;
    background: #d0dee6;
}
.sidebar .submenu li li {
    margin:0;
	border:0
}
.sidebar .submenu li li a {
    padding-left: 25px;
    font-size: 13px;
    color:#777;
    font-weight:normal;
	background: #d0dee6;
}
.sidebar .submenu li li a:hover, .sidebar .submenu li li.current_page_item a {
    color:#1d72a7;
    background: #d0dee6;
}




/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	background: url(images/footer-pattern.gif) repeat-x scroll 0 0;
}
.epc-footer.wrap {
    margin: -40px auto 0;
    max-width: 940px;
}
.epc-footer.wrap #copyright {
    color: #575757;
    float: left;
    font-family: Catamaran;
    font-size: 12px;
}
.footer-widgets .wrap {
    color: #646464;
    padding: 0;
	min-height:240px;
}

.footer-widgets-1 {
	/*float: left;*/
}

.footer-widgets-2 {
	float: right;
        margin-top: 3px;
}

.footer-widgets a {
	color: #3f3f3f;
}

.footer-widgets a:hover {
	color: #444;
}

.footer-widgets .widget-title {
	color: #fff;
        display: none;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
#nav_menu-2 {
    float: left;
    margin: 15px 0 0 20px;
}
.footer-widgets ul.menu li {
    float: left;
    margin: 0;
}

.footer-widgets ul.menu li a {
    border-bottom: medium none;
    color: #1d72a7;
    display: block;
    font-family: Catamaran;
    font-size: 13px;
    font-weight: 600;
    padding: 0 14px;
}

.footer-widgets ul.menu li:last-child a {
    border-right: none !important;
    padding-right: 0;
}

.footer-widgets ul.menu li a:hover,
.footer-widgets ul.menu li.current-page-ancestor a ,
.footer-widgets ul.menu li.current-menu-item a {
    text-decoration: none;
	color:#6d5075;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f1f1f1;
	color: #878787;
	font-size: 12px;
	padding: 20px 0;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 0;
}

#epc-link {
    color: #575757;
    float: left;
    font-family: Catamaran;
    font-size: 12px;
    margin-left: 30px;
    padding: 0;
}

#epc-link a {
    color: #575757;
    border-bottom: none;
    text-decoration: underline;
}

#epc-link a:hover {
    color: #575757;
}



body ul.children{
    margin: 0 0 0 20px;
}

.post-edit-link {clear: both;}

.prev-next-navigation {
    margin: 20px 0;
    clear: both;
    overflow: hidden;
}

.previous {
    float: left;
    width: 50%;
}

.next {
    float: right;
    text-align: right;
    width: 50%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.faq-wrapper {
	margin-top:15px;
}
.faq-group {
    clear: both;
	margin-bottom: 10px;
}
    
.faq-group h3 {
    margin: 0;
    line-height: 15px;
}
.faq-group h3 a {
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    background: #1972a8;
    padding: 10px 0 10px 20px;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
}

.faq-group h3 a:before {
	content: "\25B8 \a0";
    line-height: 15px;
}

.faq-group h3 a:hover, .faq-group h3 a.active {
    background: #6d5075;
    color: #fff;
	text-decoration:none;
}

.faq-group h3 a.active:before {
    content: "\25be \a0";
}

.faq-answer {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    width: auto;
}

.subpage-links-wrapper {
    float: left;
    width: 100%;
}

.subpage-links{
    width: 29%;
    float: left;
    margin: 20px 2%;
    padding: 20px 2%;
    box-shadow: 0 0 2px #ccc;
	min-height:350px;
}
.subpage-image {
	margin-bottom:5px;
}
.subpage-links img {
    width: 100%;
    height: auto;
    border: none;
}

.subpage-links h2{
    margin: 0 0 10px 0;;
    padding: 0;
    font-size: 15px;
	line-height: 21px;
}

.subpage-links a{
    color: #3577d7;
    text-decoration: none;
}

.subpage-links a:hover{
    color: #3577d7;
    text-decoration: underline;
}

.subpage-text {
    clear: both;
    margin-bottom: 5px;
}
#text-4 {
	float:left;
	margin:12px 0 0;
}
#text-5 {
	font-family:Raleway;
	font-size:18px;
	color:#419696;
	font-style:italic;
	float:right;
	margin:75px 0 0;
	font-weight:600;
}
#text-3 img {
	margin-bottom:20px;
}
#text-2 {
	float:left;
	margin:40px 0 0 28px;
	height:110px;
	padding:5px 15px 0 0;
	border-right:1px solid #d2e3ed;
}
#text-6 {
	float:left;
	margin:34px 0 0 30px;
	max-width:640px;
	min-height:60px;
	font-size:13px;
	color:#646464;
	font-family:Roboto;
	line-height:16px;
	border-bottom: 1px solid #cde0ec;
}

.footer-address {
	float:left;
	background: url(images/mail-icon.png) no-repeat scroll 0 5px;
	padding-left:40px;
	height: 35px;
}
.footer-phone {
	float:left;
	margin-left:30px;
	background: url(images/phone-icon.png) no-repeat scroll 0 0;
	padding-left:40px;
	height: 35px;
	padding-top: 5px;
	pointer-events:none;
}
.footer-email {
	float:left;
	margin-left:30px;
	background: url(images/email-icon.png) no-repeat scroll 0 0;
	padding-left:40px;
	height: 35px;
	padding-top: 5px;
}
.footer-email a {
	text-decoration:underline;
}
#text-7 {
	float:right;
	margin-top: 65px;
}
#text-7 img {
	float:right;
	margin-left:20px;
}
@media all and (max-width: 767px) {
    .subpage-links{
        width: 94%;
        float: left;
        height: auto;
        padding: 20px 3%;
        margin: 0 0 20px 0;
        border: none;
        box-shadow: 0 0 2px #ccc;
    }
}

.page-id-9 #gform_wrapper_1 form {
    background: #f6f6f6;
    padding: 0 15px 15px 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
	box-sizing: border-box;
}

@media only screen and (min-width: 641px){
	.gform_wrapper .gform_body {
    	width: auto !important;
	}
}


@media all and (min-width: 800px) {

	.page-id-9 .entry-content{
		float: right;
    	width: 37%;
		margin-top: 20px;
	}

	.page-id-9 #gform_wrapper_1{
		float: left;
    	width: 60%;
	}
}

body.home .content{

}

.home .site-inner{
	max-width: 100%;
}

.home .entry {
	float: left;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	z-index: 9;
}



.home .entry img{
	border: none;
}


#home-top {
	margin: 20px 0;
	width: 100%;
}

.home .bx-wrapper{
	max-width: 940px !important;
}

.home .bx-wrapper ul li{
	background: none;
}

.home .bx-wrapper img, .home .bx-wrapper li {
	width: 100% !important;
	height: auto !important;
}

.home .bx-wrapper img {
	box-shadow: 0 0 7px #ddd;
}


.home .bx-wrapper .bx-controls-direction a {
	width: 34px;
	height: 41px;
}

.home .bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/arrow_left.png) no-repeat 0px 0px;
}

.home .bx-wrapper .bx-next {
	right: 10px;
	background: url(images/arrow_right.png) no-repeat 0px 0px;
}

.home .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.home .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

@media only screen and (min-width: 601px) {
	.home  .slideshow-caption{
		background: rgba(25,114,168,0.70);
		bottom: 0px;
		padding: 20px 10px;
		width: 100%;
		position: absolute;
		font-style: normal;
		color: #fff;
		height: auto;
		text-align: left;
	}

	.home .with-link .slideshow-caption{
		bottom: -4px;
	}

	.home .with-link .slideshow-caption a{
		color: #fff;
		text-decoration: none;
	}

	.home .slideshow-caption a:hover {
		text-decoration: underline;
	}
}

#home-middle {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 30px auto;
}

#home-middle h1 {
	color: #1972a8;
	font-size: 28px;
	text-align: left;
	font-family: 'Raleway';
	line-height: 42px;
	margin-bottom: 20px;
	font-weight: 500;
}

#home-middle #intro-text {
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-family: 'Roboto', serif;
	width: calc(100% - 240px);
	float: left;
	margin-right: 20px;
}

#home-middle-ctas{
	float: right;
	width: 220px;
}

#home-middle-ctas a{
	display: block;
	margin-bottom: 20px;
}

#home-ctas{
	clear: both;
	width: 100%;
	max-width: 940px;
	padding-top: 20px;
	margin: 0px auto 0px auto;
}

.cta-image-box{
	width: 200px;
	float: left;
	margin: 0 46px 0px 0;
	height: auto;
	text-align: center;
	color: white;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	text-decoration: none;
}

#cta-4{
	margin-right: 0;
}

.cta-image-box a{
	color: #6d5075;
	font-family: Raleway;
	font-size: 17px;
	text-decoration: none;
	font-weight: 600;
}

.cta-image-box a:hover{
	color: #1E75AA;
	text-decoration: underline;
}

.cta-image-box p{
	padding-left: 0px;
	padding-right: 0px;
}

#home-divider{
	background: transparent url(images/home-bottom-bg.png) 0 0 repeat-x;
	height: 10px;
}

#home-bottom{
	clear: both;

	margin: 20px auto 0 auto;
	max-width: 940px;
}

#home-bottom-cta{
	float: left;
	width: 325px;
	position: relative;
	margin-top: 30px;
}

#home-bottom-cta p{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding:0;
	margin: 0;
	min-height: 40px;
	background: #6e5176 url(images/home-bottom-cta-bg.png) 0 0 repeat-x;
	color: #fff;
	text-decoration: none;
	display: block;
	font-family: Catamaran;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

#home-bottom-cta-image-box p a{
	color: #fff;
	text-decoration: none;
}



#home-bottom-recent-posts{
	float: right;
	width: calc(100% - 367px);
}

#home-bottom-recent-posts h3,
#home-bottom-recent-posts h4{
	margin-bottom: 0;
}

#home-bottom-recent-posts h3 a{
	font-size: 27px;
	color: #6d5075;
	font-weight: 600;
	text-decoration: none;
}

#home-bottom-recent-posts h3 a:hover{
	text-decoration: underline;
}

#home-bottom-recent-posts h4 a{
	color: #1972a8;
	font-size: 17px;
	font-family: Roboto, Verdana, Tahoma, Arial, sans-serif;
	font-weight: 600;
}

.home-post-exceprt{
	font-size: 14px;
}

.home-post-exceprt strong{
	color: #6d5075;
}

#home-read-more-posts a{
	display: block;
	border: 2px solid #1972a8;
	color: #1972a8;
	width: 100%;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 20px;
	font-family: Catamaran;
	text-decoration: none;
	margin-top: 20px;
	text-transform: uppercase;
	border-radius: 3px;
}

#home-read-more-posts a:hover{
	background: #eee;
}

.home-post-link a{
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	color: #cd6632;
}

@media only screen and (max-width: 959px) {
	.cta-image-box{
		width: 40%;
		max-width: 300px;
		float: left;
		margin: 0 5% 0px 5%;
	}

	#cta-4 {
		margin-right: 5%;
	}
}

@media only screen and (max-width: 767px) {

	#home-bottom-recent-posts{
		float: none;
		width: 100%;
	}
	#home-bottom-cta{
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
}


@media only screen and (max-width: 600px) {


	#home-top {
		margin: 0 0 10px 0;
	}

	.bx-controls{
		display: none;
	}

	.home .slideshow-caption{
		margin-top: 10px;
		font-style: italic;
		font-size: 12px;
	}

	#home-middle h1 {
		font-size: 23px;
		line-height: 1.4em;
	}

	#home-middle #intro-text,
	#home-middle-ctas{
		float: none;
		width: 100%;
	}

	#home-middle-ctas{
		text-align: center;
		margin: 10px auto 10px auto;
	}

	#home-middle-ctas a{
		margin: 0 auto 10px auto;
	}

	.cta-image-box{
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 0 auto 0px auto;
		text-align: center;
	}

	#cta-4 {
		margin-right: auto;
	}
}

@media only screen and (max-width: 350px) {
	#home-bottom-cta {
		width: 280px;
	}
}