/*
	Theme Name: Patricia
	Description: Patricia is a non-profit WordPress theme designed for charity organizations. This Genesis child theme has six color options, lots of features, and it is SEO friendly. 
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Version: 1.1.2

	Template: genesis
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
*/

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

@import url(https://fonts.googleapis.com/css?family=Tinos:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);


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

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

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family: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 {
	background-color: #f9f9f9;
	font-size: 62.5%; /* 10px browser default */
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
	background-color: #fff;
	color: #595b61;
	font-family: 'Roboto', sans-serif;
  	/*font-family:calibri;*/
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
}

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: #0094cf;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #231F20;
}

p {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 1px solid #0095d0;
	color: #616264;
	float: left;
	font-family: 'Tinos',serif;
	font-style: italic;
	margin: 10px 40px 40px;
	margin: 1rem 4rem 4rem;
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}

blockquote .name {
	background-color: #0095d0;
	color: #FFF;
	display: block;
	float: left;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	margin: 15px 0 0 -32px;
	padding: 2px 30px;
	padding: 0.2rem 3rem;
	position: relative;
}

blockquote .name:before {
	background: url(images/blockquote-ribbon.png) no-repeat  0 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 12px;
	top: -8px;
}

.entry-content blockquote p {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #231f20;
	color: #ddd;
}

cite {
	font-style: normal;
}

iframe,
object,
embed {
	max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #265a9a;
	font-family:"Roboto Condensed";
  	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
  	margin: 0 0 8px;
	margin: 0 0 0.8rem;
  	margin-top: 30px;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
}


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

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

img {
	height: auto;
}

.ie8 img {
	width: auto; /* IE8 */
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #231f20;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 5px;
	padding: 0.8rem 0.5rem;
	width: 100%;
}

.ie7 input,
.ie7 select,
.ie7 textarea {
	width: 96%;
}

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

::-moz-placeholder {
	color: #231f20;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #0095d0;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 6px 24px;
	padding: 0.6rem 2.4rem;
	width: auto;
}

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

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

.button {
	border-radius: 3px;
	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: bold;
	text-transform: uppercase;
}

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


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

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

.site-container {
	position: relative;
}

.slider-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-inner {
	background: url(images/site-inner-bg.jpg) repeat-x bottom left #FFF;
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

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

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


/* Content */

.content {
	float: right;
	padding: 0 20px 30px;
	padding: 0 2rem 3rem;
	/*width: 750px;*/
	width: 830px;
}

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 312px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.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-left: 2.564102564102564%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.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 {
	position: relative;
}

.search-form input[type="submit"] {
	border-radius: 0 6px 6px 0;
	bottom: 0;
	padding: 8px;
	padding: 0.8rem;
	position: absolute;
	right: 0;
}

.ie7 .search-form input[type="submit"] {
	padding: 6px 8px;
}

.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;
}

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

.alignleft img {
	margin-right: 12px;
	margin-right: 1.2rem;
}

.alignright img {
	margin-left: 12px;
	margin-left: 1.2rem;
}

.home-bottom1 .entry-image,
img.cta-img,
img.alignnone,
img.centered,
img.aligncenter,
img.alignright,
img.alignleft {
	border-radius: 6px;
	background: #f0f0f1;
	border: 1px solid #e7e7e7;
	padding: 6px;
}

.entry-image {
	border-radius: 6px;
}


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

.breadcrumb {
	color: #86888a;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.breadcrumb a {
	color: #babcbe#0095d0;
}

.breadcrumb a:hover {
	color: #86888a;
}

.breadcrumb .arrow-sep {
	background: url(images/breadcrumb-arrow.png) no-repeat 0 center;
	display: inline-block;
	height: 10px;
	margin: 0 8px;
	margin: 0 0.8rem;
	width: 5px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.author-box h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	border-radius: 6px;
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.entry-title {
  	font-family:"Roboto Condensed";
  	text-align:center;
	margin: 0 0 32px;
	margin: 0 0 3.2rem;
  	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
}

.single .entry-title {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

h2.entry-title {
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #231f20;
}

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

.widget-title {
	font-size: 20px;
	font-size: 2rem;
  	margin-top: 0px;
  	margin-top: 0rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}


.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
  	text-align:left;
}


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

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

.featured-content .entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content.wsmfeaturedpost .entry-title {
	display: inline;
  	text-align: left;
}

.featured-content .entry-header .entry-meta {
	color: #545456;
	display: inline;
	margin-bottom: 0;
}

.featured-content .entry-header .entry-meta a {
	color: #545456;
}

.featured-content .entry-header .entry-meta a:hover {
	color: #0095D0;
}

.featured-content .entry-header .entry-meta {
	margin-right: 6px;
	margin-right: 0.6rem;
}

.featured-content .entry-content {
	clear: both;
	display: block;
	padding-top: 8px;
	padding-top: 0.8rem;
}

.featured-content .custom-text {
	overflow: visible;
}

.featured-content .more-link {
	margin-top: 5px;
	margin-top: 0.5rem;
}

/*.home-bottom1 .featured-content .entry-content {
	clear: none;
	display: inline;
	padding-top: 0px;
	padding-top: 0rem;
}*/

/* Social Media
--------------------------------------------- */

.widget-social a {
	border: 0;
	display: inline-block;
	height: 31px;
	margin: 0 5px 0 0;
	margin: 0 0.5rem 0 0;
	width: 32px;
	text-align: left;
	text-indent: -9999px;
}

.ie7 .widget-social a {
	display: block;
	float: left;
}

.sidebar .widget-social a:last-child {
	margin-right: 0;
}

.sidebar .widget.widget-social {
	margin-bottom: 10px;
}

.widget-social a.btn-tw {
	background: url(images/icon-twitter.png) no-repeat center center transparent;
}

.widget-social a.btn-fb {
	background: url(images/icon-facebook.png) no-repeat center center transparent;
}

.widget-social a.btn-gp {
	background: url(images/icon-gplus.png) no-repeat center center transparent;
}

.widget-social a.btn-pi {
	background: url(images/icon-pinterest.png) no-repeat center center transparent;
}

.widget-social a.btn-yt {
	background: url(images/icon-youtube.png) no-repeat center center transparent;
}

.sidebar .widget-social {
	text-align: center;
}

.sidebar .widget-social .widget-wrap {
	background: url(images/color-line.png) repeat-x 0 center;
	overflow: hidden;
}

.social-media {
	display: block;
	overflow: hidden;
}

.sidebar .social-media {
	background-color: #FFF;
	display: inline-block;
	padding: 0 10px;
	padding: 0 1rem;
}

.sidebar .widget-social a.btn-yt {
	background: url(images/icon-youtube.png) no-repeat center center transparent;
}

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

.widget_recent_comments li,
.sidebar .widget_recent_comments li {
	list-style-image: none;
	list-style: none;
	margin-left: 0;
}

.widget_recent_comments li a {
	color: #0094CF;
}

.widget_recent_comments li a:hover {
	color: #231F20;
}

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

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

.enews-widget {
	color: #999;
}

.sidebar .enews-widget {
	background-color: #333;
}

.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 {
	list-style: none outside none;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.latest-tweets ul li a {
	color: #0095D0;
}

.latest-tweets ul li a:hover {
	color: #231F20;
}


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

.content .entry-content div.gform_wrapper {
	background-color: #dcddde;
	border-radius: 6px;
	padding: 20px;
	padding: 2rem;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 5px;
	padding: 0.6rem 0.5rem;
}

.ie7 div.gform_wrapper li.gfield input.large,
.ie7 div.gform_wrapper li.gfield select.large,
.ie7 div.gform_wrapper li.gfield textarea.textarea {
	width: 95%;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper .gfield label.gfield_label {
	font-weight: normal;
}

div.gform_wrapper .clearit label.gfield_label {
	display: none;
}

.home .content div.gform_wrapper li,
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 10px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6px 8px;
	padding: 0.6rem 0.8rem;
}

div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	font-weight: normal;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
}

div.gform_wrapper h3.gform_title {
	margin-top: 0;
}

div.gform_wrapper .gform_footer {
	padding: 0;
}

div.gform_wrapper form {
	overflow: hidden;
	position: relative;
}

.gform_widget div.gform_wrapper {
	margin: 0;
}

.gform_widget div.gform_wrapper .gform_footer {
	bottom: 0;
	margin: 0;
	position: absolute;
	right: 0;
}

.gform_widget div.gform_wrapper .gform_footer input[type="submit"] {
	border-radius: 0 6px 6px 0;
	padding: 6px 8px;
	padding: 0.6rem 0.8rem;
}

.ie7 .gform_widget div.gform_wrapper .gform_footer input[type="submit"] {
	padding: 4px 6px;
}

.gform_widget .widget-title {
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
}


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

img#wpstats {
	display: none;
}


/*
WP Table 
---------------------------- */

h2.tablepress-table-name {
	font-size: 18px;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #eaebec;
	color: #231f20;
	font-weight: 400;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #CCC;
	border-top: none;
	border-right: 1px solid #CCC;
}

table.tablepress {
	border: 1px solid #CCC;
}

span.tablepress-table-description {
    margin-bottom: 16px;
	margin-bottom: 1rem;
}

table.tablepress .odd td,
table.tablepress .even td {
	background-color: transparent;
	font-size: 14px;
	font-size: 1.4rem;
}

table.tablepress th,
table.tablepress td {
	padding: 4px 8px;
}



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

.site-header {
  	background-color: #dddddc;
	/*background-color: #fff;*/
}

.home.page .site-header,
.site-header {
  	position: relative;
	z-index: 100;
}

.site-header {
  	border-bottom:15px solid #195ca9;
}

.home .site-header,
.home.page-template-page_colors-home-php .site-header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
  	border-bottom:none;
}
	

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

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

.title-area {
  	/*background-color: #dddddc;*/
	/*box-shadow: 0 0 6px #888;*/
	/*border-radius: 0 0 8px 8px;*/
  	float: left;
	font-family: Lato, sans-serif;
	font-weight: 400;
	margin: 0;
	max-width: 100px;
  	padding: 0px 15px 0px 15px;
  	/*
  	padding: 2.6rem 3rem 3rem;
  	*/
	position: relative;
  	width: auto;
	z-index: 9999;
}
.ie8 .title-area,
.ie7 .title-area {
	border: 1px solid #DDD;
	border-top: 0;
}

.site-title {
	font-family: 'Tinos', serif;
	font-size: 62px;
	font-size: 6.2rem;
	line-height: 1;
	margin: 0 0 4px;
	margin: 0 0 0.4rem;
	text-align: center;
}

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

.site-description {
	color: #231f20;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	line-height: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .title-area {
  	padding-top: 10px;
  /*
	padding-top: 3.3rem;
  	*/
}

.header-image .site-title {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title,
.header-image .site-title a {
	float: left;
  	min-height: 100px;
	min-width: 243px;
}

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

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

.header-image .site-header .widget-area {
	padding: 0;
}

.site-header .search-form {
	float: right;
	font-family: 'Roboto Condensed',sans-serif;
	margin-top: 12px;
	margin-top: 1.2rem;
	width: 200px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #231f20;
	/*font-family: 'Roboto Condensed', sans-serif;*/
  	font-family: "Roboto Condensed";
	font-size: 0;
	font-weight: 600;
  	line-height: 1;
  	width: 100%;
}

.ie7 .genesis-nav-menu {
	margin-top: -2px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 18px;
	font-size: 1.4rem;
	text-align: left;
}

.ie7 .genesis-nav-menu .menu-item {
	display: block;
	float: left;
	zoom: 1;
}

.genesis-nav-menu a {
	border: none;
	color: #231f20;
	display: block;
	padding: 20px 20px;
	padding: 2rem 2rem;
	position: relative;
}

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #DDD;
}

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

.genesis-nav-menu .sub-menu {
	background-color: #0095d0;
	border-radius: 0 0 6px 6px;
	left: -9999px;
	opacity: 0;
  	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	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;
  	line-height:1.5;
  	width: 260px;
  	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #05a8e8;
	border-top: none;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
  	padding: 10px 20px;
	padding: 1rem 2rem;
	position: relative;
	width: 260px;
}

.ie7 .genesis-nav-menu .sub-menu a {
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #039fdd;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 259px;
}

.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: block;
	float: right;
	list-style-type: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

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

.nav-primary .genesis-nav-menu > .right > a:hover {
	background-color: transparent;
	color: #231f20;
}

.genesis-nav-menu > .rss > a {
	background: url(images/rss.png) no-repeat 0 center;
	margin-left: 20px;
	margin-left: 2rem;
	padding-left: 20px;
	padding-left: 2rem;
}

.genesis-nav-menu > .twitter > a {
	background: url(images/twitter-nav.png) no-repeat 0 center;
	padding-left: 20px;
	padding-left: 2rem;
}

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

.genesis-nav-menu #menu-item-4815 {
    background-color: #195ca9;
}

.genesis-nav-menu #menu-item-4815:hover a {
    color: #ffffff;
}

.genesis-nav-menu #menu-item-4815 a {
    color: #ffffff;
}


.patricia-red .nav-primary a:hover,
.patricia-red .nav-primary .current-menu-item > a  {
    background-color: transparent;
    color: #195ca9;
}


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

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

.nav-primary {
	background: url(images/menu-bg.png) repeat 0 0 transparent;
	/*box-shadow: 0 0 6px #999;*/
	left: 0;
	position: absolute;
	top: 0px;
  	width: 100%;
  	height: 100%;
  	padding-top: 30px;
}

.nav-primary a {
  	border-bottom: 1px solid #265a9a;
	border-top: 1px solid #265a9a;
}
  
.ie8 .nav-primary,
.ie7 .nav-primary {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.home .nav-primary {
	box-shadow: none;
	border: 0;
}

.nav-primary .genesis-nav-menu {
	padding-left: 310px;
	width: auto;
}

.ie8 .nav-primary .genesis-nav-menu,
.ie7 .nav-primary .genesis-nav-menu {
	padding-left: 330px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	background-color: #0095d0;
	color: #FFF;
}

.nav-primary .sub-menu .current-menu-item > a
.nav-primary .sub-menu a:hover {
	color: #DDD;
}


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


/* Home page
--------------------------------------------- */

.home-top {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	overflow: hidden;
	text-align: center;
}

.home-top .widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	overflow: hidden;
}

.home-top .featured-content .entry {
	margin-bottom: 0px;
}

.home-top .more-link {
	background: url(images/color-line.png) repeat-x 0 center;
	margin-top: 20px;
}

.home-top .more-link a {
	background-image: -webkit-linear-gradient(top, #0094CE 0%, #007EB0 100%);  
    background-image: -moz-linear-gradient(top, #0094CE 0%, #007EB0 100%);  
    background-image: -ms-linear-gradient(top, #0094CE 0%, #007EB0 100%);  
    background-image: -o-linear-gradient(top, #0094CE 0%, #007EB0 100%);  
    background-image: linear-gradient(top, #0094CE 0%, #007EB0 100%); 
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	padding: 5px 10px;
	text-transform: uppercase;
}

.home-top .more-link a:hover {
	background-image: -webkit-linear-gradient(top, #007EB0 0%, #0094CE 100%);  
    background-image: -moz-linear-gradient(top, #007EB0 0%, #0094CE 100%);  
    background-image: -ms-linear-gradient(top, #007EB0 0%, #0094CE 100%);  
    background-image: -o-linear-gradient(top, #007EB0 0%, #0094CE 100%);  
    background-image: linear-gradient(top, #007EB0 0%, #0094CE 100%);
}

.home-top .more-link a:hover {
	color: #e1f3fa;
}

.home-top .widgettitle {
	font-size: 35px;
	font-size: 3.5rem;
	margin-top: 0px;
  	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-align: center;
	text-transform: none;
}

.home .content ol,
.home .content p,
.home .content ul {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.home .content ol,
.home .content ul {
	margin-left: 15px;
	margin-left: 1.5rem;
}

.home .content ol li {
	list-style-type: decimal;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.home .content ul li {
	list-style-image: url(images/list-square.png);
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.home .content ul li a {
	color: #231F20;
}

.home .content ul li a:hover {
	color: #0095D0;
}

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

/* Image Slider
----------------------------- */

.home-slider {
	background-color: #e2e2e6;
	float: left;
	overflow: hidden;
	position: relative;
  	margin-top: 114px;
	width: 100%;
}

.home-slider .more-link {
	margin-top: 24px;
	margin-top: 2.4rem;
	overflow: hidden;
}

.home-slider .more-link a {
	background: none #0095d0;
	border-radius: 5px;
	color: #FFF;
	float: left;
	font-family: 'Roboto',sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	text-transform: none;
	width: auto;
}

.home-slider .more-link a:hover {
	background-color: #039FDD;
}

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

div.soliloquy-container .soliloquy-caption {
	bottom: 20%;
}

div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: none transparent;
	filter: 0;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1.3;
	max-width: 45%;
	overflow: hidden;
	padding-left: 30px;
	padding-left: 3rem;
	text-align: left;
	text-shadow: none;
}

div.soliloquy-container .soliloquy-control-nav {
	bottom: 20px;
}

div.soliloquy-container .soliloquy-caption h1,
div.soliloquy-container .soliloquy-caption h2,
div.soliloquy-container .soliloquy-caption h3,
div.soliloquy-container .soliloquy-caption h4 {
	color: #FFF;
	font-family: 'Tinos', serif;
}

div.soliloquy-container .soliloquy-caption h1,
div.soliloquy-container .soliloquy-caption h2 {
	font-size: 45px;
	font-size: 4.5rem;
}

div.soliloquy-container .soliloquy-caption h3 {
	font-size: 40px;
	font-size: 4rem;
}

div.soliloquy-container .soliloquy-caption h4 {
	font-size: 36px;
	font-size: 3.6rem;
}

/* Home CTA's
----------------------*/

.home-cta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	overflow: hidden;
}

.home-cta .widget-area {
	float: left;
	width: 32%;
  	border-radius: 6px;
	background: #f0f0f1;
	border: 1px solid #e7e7e7;
	padding: 6px;

}

.home-cta .widget-area.home-cta2 {
	margin-left: 2%;
}

.home-cta .widget-area.home-cta3 {
	float: right;
}

.cta-box {
	display:block;
	position: relative;

}

.cta-box img {
	display: block;
	border-radius: 6px;
}


.wsm-cta .cta-text {
	/*color: #FFF;*/
 	color: #FFF;
	font-size: 22px;
	font-size: 2.2rem;
	left: 20px;
	line-height: 1.2;
	/*max-width: 50%;*/
	position: absolute;
	text-shadow: 1px 1px 1px #111;
	z-index: 50;
}	

.wsm-cta .more-link {
	margin-top: 5px;
	margin-top: 0.5rem;
}

.wsm-cta .more-link a {
	background: none #0095d0;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-family: 'Roboto',sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 2px 6px;
	padding: 0.2rem 0.6rem;
	text-transform: uppercase;
	text-shadow: none;
}

.sidebar .wsm-cta .more-link a:hover {
	color: #FFF;
}

.wsm-cta .more-link a:hover {
	background-color: #039FDD;
}

/* Home Bottom
-----------------------------*/

.home-bottom {
	font-weight: 300;
	overflow: hidden;
  	border-radius: 6px;
	background: #f0f0f1;
	border: 1px solid #e7e7e7;
	padding: 6px;
}

.home-bottom .widget-area {
	float: left;
}

.home-bottom .widget {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.home-bottom .widget-area.home-bottom1 {
	/*width: 46%;*/
  	width: 32%;
  	padding-left: 10px;
  	padding-left: 1rem;
  	padding-right: 10px;
  	padding-right: 1rem;
}

.home-bottom .widget-area.home-bottom2,
.home-bottom .widget-area.home-bottom3 {
	/*width: 24%;*/
  	width: 32%;
  	padding-left: 10px;
  	padding-left: 1rem;
  	padding-right: 10px;
  	padding-right: 1rem; 
}

.home-bottom .widget-area.home-bottom2 {
	/*margin-left: 3%;*/
  	margin-left: 2%;
}

.home-bottom .widget-area.home-bottom3 {
	float: right;
}

.home-bottom .widgettitle {
	font-weight: bold;
}

.home-bottom .featured-content.wsmfeaturedpost .entry-meta {
	border-right: 1px solid #c5c6c7;
	/*color: #231f20;*/
	color: #7b7c7f;
  	display: block;
	float: left;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	padding-left: 6px;
	padding-left: 0.6rem;
  	padding-right: 6px;
	padding-right: 0.6rem;
	text-align: center;
	width: 38px;
}

.home-bottom .featured-content .entry-meta .entry-time b {
	display: block;
}

.home-bottom .featured-content.wsmfeaturedpost .entry-title {
	font-weight: 300;
}

.home-bottom .featured-content.wsmfeaturedpost .entry-title a {
	color: #265a9a;
  	font-weight: 500;
}

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

.entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 100%;
}

.entry-content a {
	color: #0094cf;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 400;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #265a9a;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 10px;
	margin-left: 1rem;
}

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

.entry-content ul li {
	list-style-image: url(images/list-circle-color.png);
	list-style-type: none;
}

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

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

.entry-meta {
	color: #231f20;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-meta a {
	color: #231f20;
}

.entry-meta a:hover {
	color: #0095D0;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

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

.single .entry-footer .entry-meta {
	background-color: #dcddde;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	overflow: hidden;
	padding: 4px 10px;
	padding: 0.4rem 1rem;
}

.single .entry-footer a {
	color: #0095d0;
}

.single .entry-footer a:hover {
	color: #231f20;
}

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

.entry-categories {
	float: left;
}

.entry-tags {
	float: right;
}

.more-link {
	display: block;
	margin: 15px 0 0;
	margin: 1.5rem 0 0;
}

.more-link a {
	background: url(images/arrow-right-color.png) no-repeat right center;
	font-family: 'Roboto Condensed', sans-serif;
	padding-right: 20px;
	padding-right: 2rem;
	text-transform: uppercase;
}

.donate-btn {
	/*background: url(images/color-line.png) repeat-x 0 center;*/
	background: url(images/color-line.png) repeat-x 0 bottom;
	clear: both;
	display: block;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

.donate-btn a {
	background-color: #007EB0;
	background-image: -webkit-linear-gradient(top, #0094CE 0%, #007EB0 100%);  
    background-image: -moz-linear-gradient(top, #0094CE 0%, #007EB0 100%);  
    background-image: -ms-linear-gradient(top, #0094CE 0%, #007EB0 100%);  
    background-image: -o-linear-gradient(top, #0094CE 0%, #007EB0 100%);  
    background-image: linear-gradient(top, #0094CE 0%, #007EB0 100%); 
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	padding: 5px 10px;
	text-transform: uppercase;
}

.donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #007EB0 0%, #0094CE 100%);  
    background-image: -moz-linear-gradient(top, #007EB0 0%, #0094CE 100%);  
    background-image: -ms-linear-gradient(top, #007EB0 0%, #0094CE 100%);  
    background-image: -o-linear-gradient(top, #007EB0 0%, #0094CE 100%);  
    background-image: linear-gradient(top, #007EB0 0%, #0094CE 100%); 
}

.sidebar .donate-btn {
  	text-align: left;
}

.sidebar .donate-btn a {
	color: #FFF;
}

.sidebar .donate-btn a:hover,
.donate-btn a:hover {
	color: #e1f3fa;
}

/* 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: #262626;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #0095D0;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.comment-content {
	clear: both;
}

.comment-reply a {
	background-color: #0095D0;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 10px;
}

.comment-reply a:hover {
	background-color: #039FDD;
}

.entry-comments h3,
.comment-respond h3.comment-reply-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.comment-meta {
	font-size: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

form .clearit label {
	display: none;
}

.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: 20px;
	padding: 2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
}

.comment .avatar {
	border-radius: 6px;
	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: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

.comment-form {
	overflow: hidden;
	position: relative;
}

.comment-form p.logged-in-as,
.comment-form p.comment-form-author,
.comment-form p.comment-form-url,
.comment-form p.comment-form-email {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}	

.comment-form .comment-form-comment textarea {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.comment-respond .form-submit {
	bottom: 21px;
	left: 10px;
	margin-bottom: 0;
	position: absolute;
}

.comment-respond .form-submit input[type="submit"]  {
	border-radius: 8px 8px 0 0;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {  
  	margin-top: 0px;
  	padding: 6px; 
  	/*background: #f0f0f1;*/
	color: #231f20;
  	border-left: 1px solid #666666;
}

.sidebar a {
	color: #0095D0;
}

.sidebar a:hover {
	 color: #231f20; 
}

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

.sidebar li {
	list-style-image: url(images/list-square.png);
	list-style-type: none;
	margin: 0 0 6px 15px;
	margin: 0 0 0.6rem 1.5rem;
	word-wrap: break-word;
}

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

/*.sidebar .widget-area {
  	margin-top: 5000px;
}*/

.sidebar .widget {
  	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding-left: 6px;
	padding-left: 0.6rem;
}

.sidebar .widget.wsm-cta,
.sidebar .widget.widget-social,
.sidebar .widget.gform_widget {
	border: 0;
	padding-left: 0;
}


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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

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

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.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;
}


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

.site-footer {	
  	background-color: #195ca9;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
  	padding-top: 28px;
  	padding: 20px 0;
	padding: 2rem 0;
}

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

.site-footer a:hover {
	color: #7b7c7f;
}

.footer-left {
	float: left;
	max-width: 45%;
  	margin-top: -5px;
  	font-size: 13px;
	font-size: 1.3rem;
}

.footer-right {
	float: right;
	max-width: 49%;
	text-align: right;
}

.site-footer .credit,
.site-footer .copy {
	color: #000000;
  	margin-top: 5px;
  	margin-bottom: -10px;
	font-size: 10px;
	font-size: 1rem;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-nav {
	overflow: hidden;
}

.footer-nav ul.nav {
	float: right;
}

.footer-nav ul.nav li {
	background: url(images/list-circle.png) no-repeat left center transparent;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	list-style: none;
	margin: 0;
}

.footer-nav ul.nav li a {
	padding: 0 10px 5px;
	padding: 0 1rem 0.5rem;
}

.ie7 .footer-nav ul.nav li {
	display: block;
	float: left;
	margin-right: 10px;
}

.footer-nav ul.nav li.first-menu-item {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

.footer-nav ul.nav li.last-menu-item,
.footer-nav ul.nav li.last-menu-item a {
	padding-right: 0;
}

/*
Color Options
---------------------------------------------------------------------------------------------------- */

/* ------ Red ------ */

.patricia-red a,
.patricia-red .entry-meta a:hover,
.patricia-red .entry-title a:hover,
.patricia-red.single .entry-footer a,
.patricia-red .latest-tweets li a,
.patricia-red .widget_recent_comments li a,
.patricia-red .entry-content h2,
.patricia-red .entry-content h3,
.patricia-red .entry-content h4,
.patricia-red .entry-content h5,
.patricia-red .entry-content h6,
.patricia-red .breadcrumb a,
.patricia-red .sidebar a:hover,
.patricia-red .sidebar .more-link a,
.patricia-red .entry-content a:hover {
	color: #265a9a;
}

.patricia-red .site-title a,
.patricia-red .site-title a:hover {
	color: #6F7073;
}

.patricia-red .sidebar a,
.patricia-red .nav-primary a,
.patricia-red .entry-title a,
.patricia-red a:hover,
.patricia-red .entry-meta a,
.patricia-red.single .entry-footer a:hover,
.patricia-red .latest-tweets li a:hover,
.patricia-red .widget_recent_comments li a:hover,
.patricia-red .entry-content a {
	color: #231F20;
}

.patricia-red .entry-content a {
  	text-decoration: underline;
  	-moz-text-decoration-color: #265a9a;
  	text-decoration-color: #265a9a;
}

.patricia-red .site-footer a:hover,
.patricia-red .breadcrumb a:hover {
	color: #86888A;
}

.patricia-red .wsm-cta .more-link a,
.patricia-red .home-top .more-link a,
.patricia-red .site-footer a,
.patricia-red .donate-btn a,
.patricia-red .donate-btn a:hover,
.patricia-red .home-slider .more-link a,
.patricia-red  .genesis-nav-menu .sub-menu a,

.patricia-red .comment-reply a {
	color: #FFF;
}

.patricia-red .comment-reply a,
.patricia-red blockquote .name,
.patricia-red button,
.patricia-red input[type="button"],
.patricia-red input[type="reset"],
.patricia-red input[type="submit"],
.patricia-red .button,
.patricia-red .entry-content .button,
.patricia-red .wsm-cta .more-link a,
.patricia-red .home-slider .more-link a,
{
	background-color: #195ca9;
}

.patricia-red .comment-reply a:hover,
.patricia-red button:hover,
.patricia-red input[type="button"]:hover,
.patricia-red input[type="reset"]:hover,
.patricia-red input[type="submit"]:hover,
.patricia-red .button:hover,
.patricia-red .wsm-cta .more-link a:hover,
.patricia-red .home-slider .more-link a:hover,
.patricia-red .genesis-nav-menu .sub-menu {
	background-color: #6893cc;
}

.patricia-red blockquote,
.patricia-red .genesis-nav-menu .sub-menu a {
	border-color: #709fd4;
}

.patricia-red .home-top .more-link a,
.patricia-red .donate-btn a {
	background-image: -webkit-linear-gradient(top, #709fd4 0%, #4471ab 100%);  
    background-image: -moz-linear-gradient(top, #709fd4 0%, #4471ab 100%);  
    background-image: -ms-linear-gradient(top, #709fd4 0%, #4471ab 100%);  
    background-image: -o-linear-gradient(top, #709fd4 0%, #4471ab 100%);  
    background-image: linear-gradient(top, #709fd4 0%, #4471ab 100%); 
}

.patricia-red .home-top .more-link a:hover,
.patricia-red .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #4471ab 0%, #709fd4 100%);  
    background-image: -moz-linear-gradient(top, #4471ab 0%, #709fd4 100%);  
    background-image: -ms-linear-gradient(top, #4471ab 0%, #709fd4 100%);  
    background-image: -o-linear-gradient(top, #4471ab 0%, #709fd4 100%);  
    background-image: linear-gradient(top, #4471ab 0%, #709fd4 100%); 
}

.patricia-red .home-top .more-link,
.patricia-red .donate-btn {
    background-image: url(images/patricia-red/color-line.png);
}

.patricia-red blockquote .name:before {
	background-image: url(images/patricia-red/blockquote-ribbon.png);
}

.patricia-red .more-link a {
	background-image: url(images/patricia-red/arrow-right-color.png);
}

.patricia-red .wsm-cta .more-link a,
.patricia-red .home-top .more-link a,
.patricia-red .home-slider .more-link a {
	background-image: none;
}

.patricia-red .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-red/color-line.png);
}

.patricia-red .entry-content ul li {
    list-style-image: url("images/patricia-red/list-circle-color.svg");
    line-height: 20px;
    margin-top: 12px;
}

.patricia-red .entry-content ul li strong {
    color: #355ca7;
}

.patricia-red .widget-social a.btn-tw {
	background: url(images/patricia-red/icon-twitter.png) no-repeat center center transparent;
}

.patricia-red .widget-social a.btn-fb {
	background: url(images/patricia-red/icon-facebook.png) no-repeat center center transparent;
}

.patricia-red .widget-social a.btn-gp {
	background: url(images/patricia-red/icon-gplus.png) no-repeat center center transparent;
}

.patricia-red .widget-social a.btn-pi {
	background: url(images/patricia-red/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-red .widget-social a.btn-yt {
	background: url(images/patricia-red/icon-youtube.png) no-repeat center center transparent;
}

/* ------ Green ------ */

.patricia-green a,
.patricia-green .entry-meta a:hover,
.patricia-green .entry-title a:hover,
.patricia-green.single .entry-footer a,
.patricia-green .latest-tweets li a,
.patricia-green .widget_recent_comments li a,
.patricia-green .entry-content h2,
.patricia-green .entry-content h3,
.patricia-green .entry-content h4,
.patricia-green .entry-content h5,
.patricia-green .entry-content h6,
.patricia-green .breadcrumb a,
.patricia-green .sidebar a:hover,
.patricia-green .sidebar .more-link a,
.patricia-green .entry-content a {
	color: #9EAA55;
}

.patricia-green .site-title a,
.patricia-green .site-title a:hover {
	color: #6F7073;
}

.patricia-green .sidebar a,
.patricia-green .nav-primary a,
.patricia-green .entry-title a,
.patricia-green a:hover,
.patricia-green .entry-meta a,
.patricia-green.single .entry-footer a:hover,
.patricia-green .latest-tweets li a:hover,
.patricia-green .widget_recent_comments li a:hover,
.patricia-green .entry-content a:hover {
	color: #231F20;
}

.patricia-green .site-footer a:hover,
.patricia-green .breadcrumb a:hover {
	color: #86888A;
}

.patricia-green .wsm-cta .more-link a,
.patricia-green .home-top .more-link a,
.patricia-green .site-footer a,
.patricia-green .donate-btn a,
.patricia-green .donate-btn a:hover,
.patricia-green .home-slider .more-link a,
.patricia-green  .genesis-nav-menu .sub-menu a,
.patricia-green .nav-primary a:hover,
.patricia-green .nav-primary .current-menu-item > a,
.patricia-green .comment-reply a {
	color: #FFF;
}

.patricia-green .comment-reply a,
.patricia-green blockquote .name,
.patricia-green button,
.patricia-green input[type="button"],
.patricia-green input[type="reset"],
.patricia-green input[type="submit"],
.patricia-green .button,
.patricia-green .entry-content .button,
.patricia-green .wsm-cta .more-link a,
.patricia-green .home-slider .more-link a,
.patricia-green .nav-primary a:hover,
.patricia-green .nav-primary .current-menu-item > a {
	background-color: #A5B264;
}

.patricia-green .comment-reply a:hover,
.patricia-green button:hover,
.patricia-green input[type="button"]:hover,
.patricia-green input[type="reset"]:hover,
.patricia-green input[type="submit"]:hover,
.patricia-green .button:hover,
.patricia-green .wsm-cta .more-link a:hover,
.patricia-green .home-slider .more-link a:hover,
.patricia-green .genesis-nav-menu .sub-menu {
	background-color: #a8b955;
}

.patricia-green blockquote,
.patricia-green .genesis-nav-menu .sub-menu a {
	border-color: #bfcd79;
}

.patricia-green .home-top .more-link a,
.patricia-green .donate-btn a {
	background-image: -webkit-linear-gradient(top, #A5B264 0%, #929f52 100%);  
    background-image: -moz-linear-gradient(top, #A5B264 0%, #929f52 100%);  
    background-image: -ms-linear-gradient(top, #A5B264 0%, #929f52 100%);  
    background-image: -o-linear-gradient(top, #A5B264 0%, #929f52 100%);  
    background-image: linear-gradient(top, #A5B264 0%, #929f52 100%); 
}

.patricia-green .home-top .more-link a:hover,
.patricia-green .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #929f52 0%, #A5B264 100%);  
    background-image: -moz-linear-gradient(top, #929f52 0%, #A5B264 100%);  
    background-image: -ms-linear-gradient(top, #929f52 0%, #A5B264 100%);  
    background-image: -o-linear-gradient(top, #929f52 0%, #A5B264 100%);  
    background-image: linear-gradient(top, #929f52 0%, #A5B264 100%); 
}

.patricia-green .home-top .more-link,
.patricia-green .donate-btn {
    background-image: url(images/patricia-green/color-line.png);
}

.patricia-green blockquote .name:before {
	background-image: url(images/patricia-green/blockquote-ribbon.png);
}

.patricia-green .more-link a {
	background-image: url(images/patricia-green/arrow-right-color.png);
}

.patricia-green .wsm-cta .more-link a,
.patricia-green .home-top .more-link a,
.patricia-green .home-slider .more-link a {
	background-image: none;
}

.patricia-green .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-green/color-line.png);
}

.patricia-green .entry-content ul li {
    list-style-image: url("images/patricia-green/list-circle-color.png");
}

.patricia-green .widget-social a.btn-tw {
	background: url(images/patricia-green/icon-twitter.png) no-repeat center center transparent;
}

.patricia-green .widget-social a.btn-fb {
	background: url(images/patricia-green/icon-facebook.png) no-repeat center center transparent;
}

.patricia-green .widget-social a.btn-gp {
	background: url(images/patricia-green/icon-gplus.png) no-repeat center center transparent;
}

.patricia-green .widget-social a.btn-pi {
	background: url(images/patricia-green/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-green .widget-social a.btn-yt {
	background: url(images/patricia-green/icon-youtube.png) no-repeat center center transparent;
}

/* ------ Purple ------ */

.patricia-purple .entry-meta a:hover,
.patricia-purple .entry-title a:hover,
.patricia-purple.single .entry-footer a,
.patricia-purple .latest-tweets li a,
.patricia-purple .widget_recent_comments li a,
.patricia-purple .entry-content h2,
.patricia-purple .entry-content h3,
.patricia-purple .entry-content h4,
.patricia-purple .entry-content h5,
.patricia-purple .entry-content h6,
.patricia-purple .breadcrumb a,
.patricia-purple .sidebar .more-link a,
.patricia-purple .sidebar a:hover {
	color: #7D7394;
}

.patricia-purple .site-title a,
.patricia-purple .site-title a:hover {
	color: #6F7073;
}

.patricia-purple a,
.patricia-purple .entry-content a {
	color: #7661a7;
}

.patricia-purple .sidebar a,
.patricia-purple .nav-primary a,
.patricia-purple .entry-title a,
.patricia-purple a:hover,
.patricia-purple .entry-meta a,
.patricia-purple.single .entry-footer a:hover,
.patricia-purple .latest-tweets li a:hover,
.patricia-purple .widget_recent_comments li a:hover,
.patricia-purple .entry-content a:hover {
	color: #231F20;
}

.patricia-purple .site-footer a:hover,
.patricia-purple .breadcrumb a:hover {
	color: #86888A;
}

.patricia-purple .wsm-cta .more-link a,
.patricia-purple .home-top .more-link a,
.patricia-purple .site-footer a,
.patricia-purple .donate-btn a,
.patricia-purple .donate-btn a:hover,
.patricia-purple .home-slider .more-link a,
.patricia-purple  .genesis-nav-menu .sub-menu a,
.patricia-purple .nav-primary a:hover,
.patricia-purple .nav-primary .current-menu-item > a,
.patricia-purple .comment-reply a {
	color: #FFF;
}

.patricia-purple .comment-reply a,
.patricia-purple blockquote .name,
.patricia-purple button,
.patricia-purple input[type="button"],
.patricia-purple input[type="reset"],
.patricia-purple input[type="submit"],
.patricia-purple .button,
.patricia-purple .entry-content .button,
.patricia-purple .wsm-cta .more-link a,
.patricia-purple .home-slider .more-link a,
.patricia-purple .nav-primary a:hover,
.patricia-purple .nav-primary .current-menu-item > a {
	background-color: #7D7394;
}

.patricia-purple .comment-reply a:hover,
.patricia-purple button:hover,
.patricia-purple input[type="button"]:hover,
.patricia-purple input[type="reset"]:hover,
.patricia-purple input[type="submit"]:hover,
.patricia-purple .button:hover,
.patricia-purple .wsm-cta .more-link a:hover,
.patricia-purple .home-slider .more-link a:hover,
.patricia-purple .genesis-nav-menu .sub-menu {
	background-color: #7664a1;
}

.patricia-purple blockquote,
.patricia-purple .genesis-nav-menu .sub-menu a {
	border-color: #7b6f94;
}

.patricia-purple .home-top .more-link a,
.patricia-purple .donate-btn a {
	background-image: -webkit-linear-gradient(top, #7D7394 0%, #6e6287 100%);  
    background-image: -moz-linear-gradient(top, #7D7394 0%, #6e6287 100%);  
    background-image: -ms-linear-gradient(top, #7D7394 0%, #6e6287 100%);  
    background-image: -o-linear-gradient(top, #7D7394 0%, #6e6287 100%);  
    background-image: linear-gradient(top, #7D7394 0%, #6e6287 100%); 
}

.patricia-purple .home-top .more-link a:hover,
.patricia-purple .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #6e6287 0%, #7D7394 100%);  
    background-image: -moz-linear-gradient(top, #6e6287 0%, #7D7394 100%);  
    background-image: -ms-linear-gradient(top, #6e6287 0%, #7D7394 100%);  
    background-image: -o-linear-gradient(top, #6e6287 0%, #7D7394 100%);  
    background-image: linear-gradient(top, #6e6287 0%, #7D7394 100%); 
}

.patricia-purple .home-top .more-link,
.patricia-purple .donate-btn {
    background-image: url(images/patricia-purple/color-line.png);
}

.patricia-purple blockquote .name:before {
	background-image: url(images/patricia-purple/blockquote-ribbon.png);
}

.patricia-purple .more-link a {
	background-image: url(images/patricia-purple/arrow-right-color.png);
}

.patricia-purple .wsm-cta .more-link a,
.patricia-purple .home-top .more-link a,
.patricia-purple .home-slider .more-link a {
	background-image: none;
}

.patricia-purple .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-purple/color-line.png);
}

.patricia-purple .entry-content ul li {
    list-style-image: url("images/patricia-purple/list-circle-color.png");
}

.patricia-purple .widget-social a.btn-tw {
	background: url(images/patricia-purple/icon-twitter.png) no-repeat center center transparent;
}

.patricia-purple .widget-social a.btn-fb {
	background: url(images/patricia-purple/icon-facebook.png) no-repeat center center transparent;
}

.patricia-purple .widget-social a.btn-gp {
	background: url(images/patricia-purple/icon-gplus.png) no-repeat center center transparent;
}

.patricia-purple .widget-social a.btn-pi {
	background: url(images/patricia-purple/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-purple .widget-social a.btn-yt {
	background: url(images/patricia-purple/icon-youtube.png) no-repeat center center transparent;
}

/* ------ Orange ------ */

.patricia-orange a,
.patricia-orange .entry-meta a:hover,
.patricia-orange .entry-title a:hover,
.patricia-orange.single .entry-footer a,
.patricia-orange .latest-tweets li a,
.patricia-orange .widget_recent_comments li a,
.patricia-orange .entry-content h2,
.patricia-orange .entry-content h3,
.patricia-orange .entry-content h4,
.patricia-orange .entry-content h5,
.patricia-orange .entry-content h6,
.patricia-orange .breadcrumb a,
.patricia-orange .sidebar a:hover,
.patricia-orange .sidebar .more-link a,
.patricia-orange .entry-content a {
	color: #F7805E;
}

.patricia-orange .site-title a,
.patricia-orange .site-title a:hover {
	color: #6F7073;
}

.patricia-orange .sidebar a,
.patricia-orange .nav-primary a,
.patricia-orange .entry-title a,
.patricia-orange a:hover,
.patricia-orange .entry-meta a,
.patricia-orange.single .entry-footer a:hover,
.patricia-orange .latest-tweets li a:hover,
.patricia-orange .widget_recent_comments li a:hover,
.patricia-orange .entry-content a:hover {
	color: #231F20;
}

.patricia-orange .site-footer a:hover,
.patricia-orange .breadcrumb a:hover {
	color: #86888A;
}

.patricia-orange .wsm-cta .more-link a,
.patricia-orange .home-top .more-link a,
.patricia-orange .home-slider .more-link a,
.patricia-orange .site-footer a,
.patricia-orange .donate-btn a,
.patricia-orange .donate-btn a:hover,
.patricia-orange  .genesis-nav-menu .sub-menu a,
.patricia-orange .nav-primary a:hover,
.patricia-orange .nav-primary .current-menu-item > a,
.patricia-orange .comment-reply a {
	color: #FFF;
}

.patricia-orange .comment-reply a,
.patricia-orange blockquote .name,
.patricia-orange button,
.patricia-orange input[type="button"],
.patricia-orange input[type="reset"],
.patricia-orange input[type="submit"],
.patricia-orange .button,
.patricia-orange .entry-content .button,
.patricia-orange .wsm-cta .more-link a,
.patricia-orange .home-slider .more-link a,
.patricia-orange .nav-primary a:hover,
.patricia-orange .nav-primary .current-menu-item > a {
	background-color: #F7805E;
}

.patricia-orange .comment-reply a:hover,
.patricia-orange button:hover,
.patricia-orange input[type="button"]:hover,
.patricia-orange input[type="reset"]:hover,
.patricia-orange input[type="submit"]:hover,
.patricia-orange .button:hover,
.patricia-orange .wsm-cta .more-link a:hover,
.patricia-orange .home-slider .more-link a:hover,
.patricia-orange .genesis-nav-menu .sub-menu {
	background-color: #ed714e;
}

.patricia-orange blockquote,
.patricia-orange .genesis-nav-menu .sub-menu a {
	border-color: #fa9072;
}

.patricia-orange .home-top .more-link a,
.patricia-orange .donate-btn a {
	background-image: -webkit-linear-gradient(top, #F7805E 0%, #ec7452 100%);  
    background-image: -moz-linear-gradient(top, #F7805E 0%, #ec7452 100%);  
    background-image: -ms-linear-gradient(top, #F7805E 0%, #ec7452 100%);  
    background-image: -o-linear-gradient(top, #F7805E 0%, #ec7452 100%);  
    background-image: linear-gradient(top, #F7805E 0%, #ec7452 100%); 
}

.patricia-orange .home-top .more-link a:hover,
.patricia-orange .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #ec7452 0%, #F7805E 100%);  
    background-image: -moz-linear-gradient(top, #ec7452 0%, #F7805E 100%);  
    background-image: -ms-linear-gradient(top, #ec7452 0%, #F7805E 100%);  
    background-image: -o-linear-gradient(top, #ec7452 0%, #F7805E 100%);  
    background-image: linear-gradient(top, #ec7452 0%, #F7805E 100%); 
}

.patricia-orange .home-top .more-link,
.patricia-orange .donate-btn {
    background-image: url(images/patricia-orange/color-line.png);
}

.patricia-orange blockquote .name:before {
	background-image: url(images/patricia-orange/blockquote-ribbon.png);
}

.patricia-orange .more-link a {
	background-image: url(images/patricia-orange/arrow-right-color.png);
}

.patricia-orange .wsm-cta .more-link a,
.patricia-orange .home-top .more-link a,
.patricia-orange .home-slider .more-link a {
	background-image: none;
}

.patricia-orange .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-orange/color-line.png);
}

.patricia-orange .entry-content ul li {
    list-style-image: url("images/patricia-orange/list-circle-color.png");
}

.patricia-orange .widget-social a.btn-tw {
	background: url(images/patricia-orange/icon-twitter.png) no-repeat center center transparent;
}

.patricia-orange .widget-social a.btn-fb {
	background: url(images/patricia-orange/icon-facebook.png) no-repeat center center transparent;
}

.patricia-orange .widget-social a.btn-gp {
	background: url(images/patricia-orange/icon-gplus.png) no-repeat center center transparent;
}

.patricia-orange .widget-social a.btn-pi {
	background: url(images/patricia-orange/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-orange .widget-social a.btn-yt {
	background: url(images/patricia-orange/icon-youtube.png) no-repeat center center transparent;
}

/* ------ Pink ------ */

.patricia-pink a,
.patricia-pink .entry-meta a:hover,
.patricia-pink .entry-title a:hover,
.patricia-pink.single .entry-footer a,
.patricia-pink .widget_recent_comments li a,
.patricia-pink .latest-tweets li a,
.patricia-pink .entry-content h2,
.patricia-pink .entry-content h3,
.patricia-pink .entry-content h4,
.patricia-pink .entry-content h5,
.patricia-pink .entry-content h6,
.patricia-pink .breadcrumb a,
.patricia-pink .sidebar a:hover,
.patricia-pink .sidebar .more-link a,
.patricia-pink .entry-content a {
	color: #f47c7c;
}

.patricia-pink .site-title a,
.patricia-pink .site-title a:hover {
	color: #6F7073;
}

.patricia-pink .sidebar a,
.patricia-pink .nav-primary a,
.patricia-pink .entry-title a,
.patricia-pink a:hover,
.patricia-pink .entry-meta a,
.patricia-pink.single .entry-footer a:hover,
.patricia-pink .latest-tweets li a:hover,
.patricia-pink .widget_recent_comments li a:hover,
.patricia-pink .entry-content a:hover {
	color: #231F20;
}

.patricia-pink .site-footer a:hover,
.patricia-pink .breadcrumb a:hover {
	color: #86888A;
}

.patricia-pink .wsm-cta .more-link a,
.patricia-pink .home-top .more-link a,
.patricia-pink .site-footer a,
.patricia-pink .donate-btn a,
.patricia-pink .donate-btn a:hover,
.patricia-pink .home-slider .more-link a,
.patricia-pink  .genesis-nav-menu .sub-menu a,
.patricia-pink .nav-primary a:hover,
.patricia-pink .nav-primary .current-menu-item > a,
.patricia-pink .comment-reply a {
	color: #FFF;
}

.patricia-pink .comment-reply a,
.patricia-pink blockquote .name,
.patricia-pink button,
.patricia-pink input[type="button"],
.patricia-pink input[type="reset"],
.patricia-pink input[type="submit"],
.patricia-pink .button,
.patricia-pink .entry-content .button,
.patricia-pink .wsm-cta .more-link a,
.patricia-pink .home-slider .more-link a,
.patricia-pink .nav-primary a:hover,
.patricia-pink .nav-primary .current-menu-item > a {
	background-color: #fca79d;
}

.patricia-pink .comment-reply a:hover,
.patricia-pink button:hover,
.patricia-pink input[type="button"]:hover,
.patricia-pink input[type="reset"]:hover,
.patricia-pink input[type="submit"]:hover,
.patricia-pink .button:hover,
.patricia-pink .wsm-cta .more-link a:hover,
.patricia-pink .home-slider .more-link a:hover,
.patricia-pink .genesis-nav-menu .sub-menu {
	background-color: #ff9589;
}

.patricia-pink blockquote,
.patricia-pink .genesis-nav-menu .sub-menu a {
	border-color: #fdcac3;
}

.patricia-pink .home-top .more-link a,
.patricia-pink .donate-btn a {
	background-image: -webkit-linear-gradient(top, #FFB5AC 0%, #f09f95 100%);  
    background-image: -moz-linear-gradient(top, #FFB5AC 0%, #f09f95 100%);  
    background-image: -ms-linear-gradient(top, #FFB5AC 0%, #f09f95 100%);  
    background-image: -o-linear-gradient(top, #FFB5AC 0%, #f09f95 100%);  
    background-image: linear-gradient(top, #FFB5AC 0%, #f09f95 100%); 
}

.patricia-pink .home-top .more-link a:hover,
.patricia-pink .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #f09f95 0%, #FFB5AC 100%);  
    background-image: -moz-linear-gradient(top, #f09f95 0%, #FFB5AC 100%);  
    background-image: -ms-linear-gradient(top, #f09f95 0%, #FFB5AC 100%);  
    background-image: -o-linear-gradient(top, #f09f95 0%, #FFB5AC 100%);  
    background-image: linear-gradient(top, #f09f95 0%, #FFB5AC 100%); 
}

.patricia-pink .home-top .more-link,
.patricia-pink .donate-btn {
    background-image: url(images/patricia-pink/color-line.png);
}

.patricia-pink blockquote .name:before {
	background-image: url(images/patricia-pink/blockquote-ribbon.png);
}

.patricia-pink .more-link a {
	background-image: url(images/patricia-pink/arrow-right-color.png);
}

.patricia-pink .wsm-cta .more-link a,
.patricia-pink .home-top .more-link a,
.patricia-pink .home-slider .more-link a {
	background-image: none;
}

.patricia-pink .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-pink/color-line.png);
}

.patricia-pink .entry-content ul li {
    list-style-image: url("images/patricia-pink/list-circle-color.png");
}

.patricia-pink .widget-social a.btn-tw {
	background: url(images/patricia-pink/icon-twitter.png) no-repeat center center transparent;
}

.patricia-pink .widget-social a.btn-fb {
	background: url(images/patricia-pink/icon-facebook.png) no-repeat center center transparent;
}

.patricia-pink .widget-social a.btn-gp {
	background: url(images/patricia-pink/icon-gplus.png) no-repeat center center transparent;
}

.patricia-pink .widget-social a.btn-pi {
	background: url(images/patricia-pink/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-pink .widget-social a.btn-yt {
	background: url(images/patricia-pink/icon-youtube.png) no-repeat center center transparent;
}


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

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

.home-cta .wsm-cta .cta-text {
		color: #FFF;
		bottom: auto;
		font-size: 17px;
		font-size: 1.7rem;
		left: 7px;
		margin: 10px 0;
		margin: 1rem 0;
		max-width: 100%;
		padding: 15px 35px 10px 10px
		position: relative;
		height: 56px;
		text-shadow: none;
		font-weight: bold;
	}
  
  	.text_custom{
		width: 90%;
		float:left;
	}
  
  	div.link_custom {
		float: right;
		/*margin-top: -38px;*/
		background: none #FFF;
		border-radius: 5px;
		color: #265a9a;
		display: inline-block;
		font-family: 'Roboto',sans-serif;
		font-size: 17px;
		font-size: 1.7rem;
		padding: 0px 6px;
		padding: 0rem 0.6rem;
		text-transform: uppercase;
		text-shadow: none;
	}
  
  	.home-bottom2 .widget-title,
	.home-bottom3 .widget-title a{
		color: #f0f0f1;
	}
  
}

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

	.wrap {
		max-width: 96%;
	}
	
	.content {
		padding: 0 0 20px;
		width: 68%;
	}
	
	.sidebar-primary {
		width: 30%;
	}
  
  	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 12px 10px;
		padding: 1.2rem 1rem;
	}
	
	.genesis-nav-menu .menu-item {
		font-size: 17px;
		font-size: 1.7rem;
	}
  
  	.site-header {
  		max-height: 115px;
	}
  
  	.home .site-header,
	.home.page-template-page_colors-home-php .site-header {
	  	max-height: 100px;											
 	}
  
  	.header-image .site-title {
		background: url(images/logo1.png) no-repeat;
		padding: 0;
	}
  
  	.nav-primary .genesis-nav-menu {
		padding-left: 260px;
		width: auto;
	}
  	
  	.home-cta .wsm-cta .cta-text {
		color: #FFF;
		bottom: auto;
		font-size: 17px;
		font-size: 1.7rem;
		left: 7px;
		margin: 10px 0;
		margin: 1rem 0;
		max-width: 100%;
		padding: 15px 35px 10px 10px
		position: relative;
		height: 56px;
		text-shadow: none;
		font-weight: bold;
	}
  
  	.text_custom{
		width: 90%;
		float:left;
	}
  
  	div.link_custom {
		float: right;
		/*margin-top: -38px;*/
		background: none #FFF;
		border-radius: 5px;
		color: #265a9a;
		display: inline-block;
		font-family: 'Roboto',sans-serif;
		font-size: 17px;
		font-size: 1.7rem;
		padding: 0px 6px;
		padding: 0rem 0.6rem;
		text-transform: uppercase;
		text-shadow: none;
	}
  
}

@media only screen and (max-width: 1090px) {
  
	.genesis-nav-menu a {
		font-size: 90%;
	}
  
  	.genesis-nav-menu .sub-menu a {
		font-size: 90%;
	}
  
  	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 12px 10px;
		padding: 1.2rem 1rem;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	div.soliloquy-container .soliloquy-control-nav {
		left: auto;
		right: 10px;
	}
  
  	.nav-primary {
  		padding-top: 32px;
	}
  
  	.home-cta .wsm-cta .cta-text {
		color: #FFF;
		bottom: auto;
		font-size: 17px;
		font-size: 1.7rem;
		left: 7px;
		margin: 10px 0;
		margin: 1rem 0;
		max-width: 100%;
		padding: 15px 35px 10px 10px
		position: relative;
		height: 56px;
		text-shadow: none;
		font-weight: bold;
	}
  
  	.text_custom{
		width: 90%;
		float:left;
	}
  
  	div.link_custom {
		float: right;
		/*margin-top: -38px;*/
		background: none #FFF;
		border-radius: 5px;
		color: #265a9a;
		display: inline-block;
		font-family: 'Roboto',sans-serif;
		font-size: 17px;
		font-size: 1.7rem;
		padding: 0px 6px;
		padding: 0rem 0.6rem;
		text-transform: uppercase;
		text-shadow: none;
	}
	
}

@media only screen and (max-width: 900px) {
  
  	.site-header {
  		background-color: #f9f9f9;
		min-height: 180px;
	}
  
  	.home .site-header {
		min-height: 165px;
	}
  
	.header-image .site-title,
	.header-image .site-title a {
		float: none;
		max-width: 100%;
	}
	
	.header-image .site-title {
	  	background-position: center center;
	}
	
	.content {
		padding: 0 0 20px;
		width: 60%;
	}
	
	.sidebar-primary {
		width: 38%;
	}

	.title-area {
		float: none;
		margin: 0 auto;
	  	max-width: 900px;
	}	

	.site-header .widget-area {
		clear: both;
		display: block;
		float: none;
		margin: -45px 0 0;
		margin: -4.5rem 0 0;
	}
	
	.nav-primary,
	.home .site-header {
		position: relative;
		top: auto;
	}
	
	.site-header .wrap,
	.nav-primary .wrap {
		background-color: #f9f9f9;
		max-width: 100%;
	}
	
	/*.home .nav-primary {
		background: none;
		background-color: #dddddc;
		box-shadow: 0 0 6px #999999;
	}*/
	
	.nav-primary .genesis-nav-menu {
		padding-left: 0;
	}

	.wsm-cta .cta-text {
		max-width: 80%;
	}
  
  	.home-cta .wsm-cta .cta-text {
		color: #FFF;
		bottom: auto;
		font-size: 18px;
		font-size: 1.8rem;
		left: 7px;
		margin: 10px 0;
		margin: 1rem 0;
		max-width: 100%;
		padding: 15px 35px 10px 10px
		position: relative;
		height: 56px;
		text-shadow: none;
		font-weight: bold;
	}
  
  	.text_custom{
		width: 90%;
		float:left;
	}
  
  	div.link_custom {
		float: right;
		margin-top: -38px;
		background: none #FFF;
		border-radius: 5px;
		color: #265a9a;
		display: inline-block;
		font-family: 'Roboto',sans-serif;
		font-size: 17px;
		font-size: 1.7rem;
		padding: 0px 6px;
		padding: 0rem 0.6rem;
		text-transform: uppercase;
		text-shadow: none;
	}
	
	.home-bottom .widget-area {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
	
	.home-bottom .widget-area.home-bottom1 {
		width: 100%;
	}
	
	.home-bottom .widget-area.home-bottom2,
	.home-bottom .widget-area.home-bottom3 {
		width: 48%;
	}
	
	.home-bottom .widget-area.home-bottom2 {
		margin-left: 0;
	}
	
	.site-header .widget-area,
	.title-area {
		background-color: #f9f9f9;
		z-index: 1;
		width: 100%;
	}

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

	.genesis-nav-menu a {
		font-size: 80%;
		z-index: 99;
	}
  
  	.genesis-nav-menu .sub-menu a {
		font-size: 80%;
	}
	
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
  
  	.home-slider {
	  margin-top: 0px;
	}
}

/*
.home .site-header,
.home.page-template-page_colors-home-php .site-header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
  	border-bottom:none;
}*/

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

	/*.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 6px 10px;
		padding: 0.6rem 1rem;
	}*/

	.content,
	.sidebar-primary {
		width: 100%;
	}
  
  	.sidebar {  
  	border-left: none;
	}
  
  	.sidebar .widget {
		padding-top: 10px;
		padding-top: 1rem;
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	  border-left: none;
	  border-top: 1px solid #666666;
	}
	
	div.soliloquy-container .soliloquy-caption {
		position: relative;
	}
	
	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		max-width: 100%;
		padding: 20px;
		padding: 2rem;
	}
	
	.wsm-cta .cta-text {
		max-width: 65%;
	}
	
	.home-cta .wsm-cta .cta-text {
		color: #FFF;
		bottom: auto;
		font-size: 16px;
		font-size: 1.6rem;
		left: auto;
		margin: 10px 0;
		margin: 1rem 0;
		max-width: 100%;
		padding: 15px 35px 10px 10px
		position: relative;
		height: 56px;
		text-shadow: none;
		font-weight: bold;
	}
  
  	.text_custom{
		width: 90%;
		float:left;
	}
  
  	div.link_custom {
		float: right;
		margin-top: -38px;
		background: none #FFF;
		border-radius: 5px;
		color: #265a9a;
		display: inline-block;
		font-family: 'Roboto',sans-serif;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 6px;
		padding: 0rem 0.6rem;
		text-transform: uppercase;
		text-shadow: none;
	}
	
	.home-bottom .widget-area.home-bottom2,
	.home-bottom .widget-area.home-bottom3 {
		float: none;
		width: 100%;
	}
	
	.entry-categories,
	.entry-tags {
		float: left;
		margin: 0 0 5px;
		margin: 0 0 0.5rem;
		width: 100%;
	}
  
/*
	.footer-left {
		max-width: 45%;
  	}
*/
  
  .footer-right {
		max-width: 100%;
  	}

}

@media only screen and (max-width: 570px) {
  
  	.site-header {
		min-height: 180px;
	}
  
  	.home .site-header {
		min-height: 165px;
	}
  
  	.header-image .site-title {
		background: url(images/logo2.png) no-repeat;
		padding: 0;
	}
  
  	.header-image .site-title,
	.header-image .site-title a {
		float: none;
		max-width: 100%;
	}
	
	.header-image .site-title {
	  	background-position: center center;
	}
  
	.genesis-nav-menu a {
		font-size: 60%;
	}
  
  	.genesis-nav-menu .sub-menu a {
		font-size: 60%;
	}

  
  	.wsm-cta .cta-text {
		max-width: 65%;
	}
  
  	.home-cta .wsm-cta .cta-text {
		color: #FFF;
		bottom: auto;
		font-size: 12px;
		font-size: 1.2rem;
		left: auto;
		margin: 10px 0;
		margin: 1rem 0;
		max-width: 100%;
		padding: 15px 35px 10px 10px;
		position: relative;
		height: 56px;
		text-shadow: none;
		font-weight: bold;
	}
  
  	.text_custom {
		width: 90%;
		float:left;
	}
  
  	div.link_custom {
		float: right;
		margin-top: -35px;
		background: none #FFF;
		border-radius: 5px;
		color: #265a9a;
		display: inline-block;
		font-family: 'Roboto',sans-serif;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 6px;
		padding: 0rem 0.6rem;
		text-transform: uppercase;
		text-shadow: none;
	}

}
  
@media only screen and (max-width: 480px) {
	
  	.site-header {
		min-height: 215px;
	}
  
  	.home .site-header {
		min-height: 205px;
	}
  
  	.genesis-nav-menu a {
		font-size: 75%;
	}
  
  	.genesis-nav-menu .sub-menu a {
		font-size: 75%;
	}
  
  	.genesis-nav-menu .sub-menu {
		z-index: 9999;
	}
  
  	.nav-primary .menu-item-214 > a,
  	.nav-primary .menu-item-1321 > a,
  	.nav-primary .menu-item-225 > a {
		border-top: none;
	}
  
  	.home-top .widgettitle {
		font-size: 30px;
		font-size: 3rem;
		padding-top: 5px;
	}
  
  	.home-cta .widget-area {
		float: none;
		margin: 0 auto;
		margin: 0 auto;
		width: 96%;
		border-radius: none;
		background: none;
		border: none;
		padding: 0;
	}
  
  	.home-cta .widget-area.home-cta1,
  	.home-cta .widget-area.home-cta2 {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
  
  	.home-cta .widget-area.home-cta3 {
		float: center;
	}
  
  	.wsm-cta .cta-text {
		max-width: 65%;
	}
  
  	.home-cta .wsm-cta .cta-text {
		color: #FFF;
		bottom: auto;
		font-size: 16px;
		font-size: 1.6rem;
		left: auto;
		margin: 10px 0;
		margin: 1rem 0;
		max-width: 100%;
		padding: 15px 35px 10px 10px;
		position: relative;
		height: 56px;
		text-shadow: none;
		font-weight: bold;
	}
  
  	.text_custom {
		width: 90%;
		float:left;
	}
  
  	div.link_custom {
		float: right;
		margin-top: 0px;
		background: none #FFF;
		border-radius: 5px;
		color: #265a9a;
		display: inline-block;
		font-family: 'Roboto',sans-serif;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 6px;
		padding: 0rem 0.6rem;
		text-transform: uppercase;
		text-shadow: none;
	}
  
	.footer-left,
	.footer-right {
		float: none;
		margin: 0 0 20px;
		margin: 0 0 2rem;
		max-width: 100%;
		text-align: center;
	}
	
	.footer-nav ul.nav {
		float: none;
	}

}

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

	.title-area {
		/*max-width: 96%;
		padding: 30px 2%;
		padding: 3rem 2%;*/
	}
	
	.home-top .widgettitle {
		font-size: 26px;
		font-size: 2.6rem;
	}
  
  	.home-cta .widget-area {
		float: none;
		margin: 0 auto;
		width: 96%;
	}
  
  	.wsm-cta .cta-text {
		max-width: 65%;
	}
	
	.home-cta .wsm-cta .cta-text {
		color: #FFF;
		bottom: auto;
		font-size: 16px;
		font-size: 1.6rem;
		left: auto;
		margin: 10px 0;
		margin: 1rem 0;
		max-width: 100%;
		padding: 15px 35px 10px 10px
		position: relative;
		height: 56px;
		text-shadow: none;
		font-weight: bold;
	}
  
  	.text_custom{
		width: 90%;
		float:left;
	}
  
  	div.link_custom {
		float: right;
		margin-top: 0px;
		background: none #FFF;
		border-radius: 5px;
		color: #265a9a;
		display: inline-block;
		font-family: 'Roboto',sans-serif;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 6px;
		padding: 0rem 0.6rem;
		text-transform: uppercase;
		text-shadow: none;
	}
	
	.site-title {
		font-size: 52px;
		font-size: 5.2rem;
	}
  
/* CODE ADDED*/ 
  
  	.site-header {
		min-height: 215px;
	}
  
  	.home .site-header {
		min-height: 200px;
	}
  
  	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding-top: 6px;
		padding-top: 0.6rem;
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}
  
  	.footer-right a {
		font-size: 60%;
	}
}

/*customstylev*/
.event-title{padding: 5px;font-size:16px;font-weight:bold;}
.gm-style img{max-width: none;}
.event-desc{overflow: auto;padding: 5px;max-height:250px;color:#231f20;}
.event-desc ul{list-style:square inside;}
.event-desc ul li{  margin-bottom: 10px;}

/*
#debug{background: #fff;border: 1px solid #c4c4c4;width: 200px;font-size: 12px; opacity: 0.8;}
#debug .greenpin{background: url(images/pushpin_g_32.png) no-repeat right center;padding: 10px 16px 10px 2px;}
#debug .redpin{background: url(images/pushpin_32.png) no-repeat right center;padding: 10px 16px 10px 2px;}
*/
#debug{background: #fff;border: 1px solid #c4c4c4;width: 156px;font-size: 10px; opacity: 0.8;}
#debug .greenpin{background: url(images/pushpin_g_16.png) no-repeat right center;padding: 5px 0 2px;}
#debug .redpin{background: url(images/pushpin_16.png) no-repeat right center;padding: 5px 0 2px;}

/*Home page- recent*/
.home-bottom-recentpost{
     background: none repeat scroll 0 0 #f0f0f1;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    padding: 6px;
}
.test{
    color:#0095D0;
    text-decoration: underline;
    
}
.globe img{
    width:170px;
    float:left;
    padding-right:10px;
}
.globes img{
    width:170px;
    padding:12px;
    float:left;
}
/*
.cta-text{
    bottom: 7px !important;
    width: 97% !important;
    max-width: none !important;
    left: 7px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    height: 56px !important;
    color: black !important;
    padding: 15px 35px 10px 10px !important;
    font-size: 17px !important;
    opacity: 0.66 !important;text-shadow: none !important;
  font-weight:bold !important;
   
} .more-link a{
  
    float: right !important;
    margin-top: -1.5rem !important;

}
.wsm-cta .more-link{
  margin-top: -0.5rem !IMPORTANT;
}
*/


.cta-text{
    bottom: 7px !important;
   /* width: 97% !important;*/
    max-width: none !important;
    left: 7px !important;
    /*background: rgba(255, 255, 255, 0.9) !important;
    background: rgba(0,0,0,.3) !important;*/
    height: 56px !important;
    /*color: black !important;*/
   	padding: 15px 35px 10px 10px !important;
    /*font-size: 17px !important;*/
    
    text-shadow: none !important;
    font-weight:bold !important;


    /* IE 8 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/

  /* IE 5-7 */
  /*filter: alpha(opacity=90);*/

  /* Netscape */
  /*-moz-opacity: 0.9 !important;*/

  /* Safari 1.x */
  /*-khtml-opacity: 0.9 !important;*/

  /* Good browsers */
  /*opacity: 0.9 !important;*/
   
}
.text_custom{
    width: 90%;
    color: #195ca9;
    float:left;
}
.box-image {
    display: inline ;
    float: left;
    -moz-box-shadow: lightgrey 0 0 4px;
    -webkit-box-shadow: lightgrey 0 0 4px;
    -o-box-shadow: lightgrey 0 0 4px;
    box-shadow: lightgrey 0 0 4px; 
    font-weight: bold;
  	margin-bottom: 1px;
    /* background: #fff; */

    position: relative;
}
.cta-img1{
    border: 1px solid #e7e7e7;
    display:block;
    padding: 6px;
    border-radius: 0px !important;
}

div.link_custom {
    float: right;
    background: none #FFF;
    border-radius: 5px;
    color: #265a9a;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0px 6px;
    padding: 0rem 0.6rem;
    text-transform: uppercase;
    text-shadow: none;
}
.text_custom:hover {
  	color: #86888A;
}

/*.text_custom a:hover {
	color: #86888A;
}*/

/*
//commented custom code
.site-title {
font-size: 32px !important;
font-size: 3.2rem  !important;
}
.soliloquy-caption-inside {
padding-right: 45px;
padding-right: 4.5rem;
padding-left: 45px !important;
padding-left: 4.5rem !important;
}


.soliloquy-custom-style {
background: none transparent !important;
background: rgba(0,0,0,.5) !important; 
filter: 0;
font-size: 19px;
font-size: 1.9rem;
line-height: 1.3;
overflow: hidden;
text-align: left;
text-shadow: none;
display: block;
color: #CCCC00 !important;
padding: 10px !important;
margin:5px !important;
min-height: 170px !important;
font-weight: 400 !important;
padding-left: 35px !important;;
padding-left: 3.5rem !important;
padding-right:35px !important;
padding-right:3.5rem !important;
padding-top: 100px !important;
}
*/
/*
//non commented custom code 
.site-title a, .site-title a:hover {
color: #31557f;
}
.site-description {
color: #8d939a;
font-size: 18px;
font-size: 1.8rem; 
}
 
.soliloquy-custom-style {
background: none transparent !important;
background: rgba(0,0,0,.5)  !important;
font-weight: 400 !important;
color: #CCCC00 !important;
padding:20px  !important;
font-size: 20px !important;
font-size: 2rem  !important;
line-height: 1.3 !important;
display:inline-block
}
.soliloquy-caption-inside {
max-width: 50% !important;
}

*/

.ulolcustom,ul.ulolcustom li
{ list-style-image: url(images/sqblue.png) !important; }
.inner-slider {
background-color: #201B18;
float: left;
overflow: hidden;
position: relative;
width: 100%;
margin-top: -140px;
}
.entry-title-new {font-size: 22px;
font-size: 2.2rem;
font-weight: 400;
line-height: 1;
}
.entry-title-new a { color: #231f20; }
.entry-title-new a:hover { color:#0095D0; }


/* INTÉGRATION VIDÉO */

.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 30px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-1 {
    width: 47%;
    display: inline-block;
    margin: 25px 3% 25px 0;  
}

.col-2 {
    width: 47%;
    display: inline-block; 
    margin: 25px 0;
}

.col-1 .container-video, .col-2 .container-video {
    margin-top: 15px;
}

.bouton {
  opacity: 1;
    transition: 1s;  
}

.bouton .bouton__bleu {
    background-color: #195ca9;
    padding: 10px;
    width: 230px;
    text-align: center;
    
}

.bouton:hover {
    opacity: 0.8;
    transition: 1s;
}

.bouton a, .bouton a:hover  {
    color: #fff !important;
    text-align: center;
}

@media screen and (max-width:767px) {
    .col-1 {
    width: 100%;
    display: block;
    margin: 30px 0;  
}

.col-2 {
    width: 100%;
    display: block;
    margin: 30px 0;
}
}

/*
---------
SHARING BUTTON
------------------------------------------*/

.share-filled .linkedin .share, .share-filled .twitter .share {
    color: #fff !important;
}


/*
---------
PAGE ID 2209 - HOW WE ARE FUNDED
------------------------------------------*/

.page-id-2209 #sfsi-widget-2, .page-id-2209 #text-9 {
    display: none;
}

.widget-area #block-9 {
    display: none;
}

.page-id-2209 .widget-area #block-9 {
    display: block;
}