/*
	Theme Name: Rival IQ Theme 3.3
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
 
	Version: 3.3
 
	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: 3.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/
/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Lato:400,700);

/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 100%; /* 16px browser default */
    
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    /*background-color: #eceef0;*/
    background-color: #ffffff;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #1e1e1e;
    color: #fff;
}

::selection {
    background-color: #1e1e1e;
    color: #fff;
}
a{
  text-decoration: none;
}
a img {
    border: none;
}

/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
    color: rgb(76, 83, 94);

}
h4.widgettitle{
	margin-top:0px !important;
	margin-bottom:0px;
}
a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {

    /*color:#1F87C9;*/
    color: #63ade6;

}

.post-info,
.post-meta,
#description {
    color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
    color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {

    font-size: 13px;
}

/* 03c - Font Size ----------- */

#title {
    font-size: 42px;
    font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
    font-size: 28px;
   
}

blockquote::before {
    font-size: 32px;
  
}

h2 {
    font-size: 24px;
   
}

h2 strong{
  font-weight: 600;
  
}
h3 {
    font-size: 19px;
   
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
    font-size: 18px;
   
}

h5 {
    font-size: 16px;
 
}

h6,
.author-box h1,
.sidebar h2 a {
    font-size: 16px;
   
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
    font-size: 14px;
    font-size: 0.875rem;
}

/* 03d - Font Miscellaneous ----------- */

blockquote p {
    font-style: italic;
}

cite {
    font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
    font-weight: 600;
}

h2.entry-title{
  font-weight: 400;
  
}

.wp-caption {
    text-align: center;
    max-width:100%;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
    text-decoration: none;
}

/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
    margin: 0 auto;
    /*max-width: 1152px;*/
}

#inner {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    /*padding-top: 2.5rem;*/
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
    width: 15.277777777%; /* 176px / 1152px */
}

#content-sidebar-wrap, .inner {
    width: 960px;
    margin: 0px auto !important;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar {
    width: 30.555555555%;
    /* 352px / 1152px */
}

#header .widget-area {
    width: 80%;
    text-align: right;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
    width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
    width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content {
    width: 600px; /* 752px / 1152px */    
    padding: 20px;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
    width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    /*width: 100%;*/
    /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#footer .gototop,
#sidebar-alt,
#title-area {
    float: left;
    width: 20%;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds {
    float: right;

}

#header .widget-area {
    float: left;
}

/* 04c - Header ----------- */

#header {

    overflow: hidden;
    /*min-height: 120px;
    border-bottom: 2px solid #1e1e1e;
    padding-bottom: 32px;
    padding-bottom: 2rem;*/
}

#title {
    line-height: 1;
    margin: 40px 0 8px;
    margin: 2.5rem 0 0.5rem;
}

.wrap {
    margin: 0px auto;
    width: 1024px;
}

.header-image #title {
    margin: 0;
}

#description {
    line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
    width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
    display: block;
    float: left;
    min-height: 120px;
    overflow: hidden;
    text-indent: -9999px;
    width: 50%;
}

.header-image #description {
    display: block;
    overflow: hidden;
}




/* 04d - Main Content ----------- */

#content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

.single .entry {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.page .entry {
    margin: 0;
}

.entry-content {
    overflow: hidden;
}

.entry-content,
.entry-content p {
    line-height: 1.625;
    font-size: 16px;
}

.entry-content p {
    margin-bottom: 20px;
    margin-bottom: 1.2rem; 
}
.entry-content a {
    text-decoration: none;
}

blockquote {
    padding: 24px 64px;
    padding: 1.5rem 4rem;
}

blockquote::before {
    content: "“";
    display: block;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.single_post {
    float: left;
    width: 100%;
}

.single_post .blog_date, .single_post .post-info {
    float: left;
    width: 100%;
}

.single_post .blog_comment {
    float: left;
    width: 100%;
}

.single_post .entry-content {
    float: left;
    width: 100%;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
    clear: both;
    line-height: 1.5;
}

.post-info {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.post-comments {
    margin-left: 16px;
    margin-left: 1rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}

.index_content_wrapper .post-info .post-comments{
  display: none;
  
}
.post-meta {
    border-top: 1px solid #ccc;
    padding-top: 24px;
    padding-top: 1.5rem;
}

.categories,
.tags {
    display: block;
}
.categories a,
.tags a {
    text-decoration: none;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
    width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
    width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
    width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
    width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
    width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
    width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
    width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
    width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
    width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
    width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
    width: 82.638888888%; /* 952px / 1152px */
}

.first {
    margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
    padding: 24px 0 16px;
    padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
    float: left;
}

.alignright {
    float: right;
}

.archive-page {
    width: 50%;
}

.author-box,
.sticky {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}
.author-box a,
.author-posts-link a {
    text-decoration: none;
}

.author-box,
.author-box h1,
.taxonomy-description {
    line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px; 
    margin-bottom: 48px;
    margin-bottom: 3rem;
    overflow: hidden;
    padding: 32px;
    padding: 2rem;
}

#header {
    background: #fff;
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    overflow: hidden;
}

#header .genesis-nav-menu {
    float: right;
    width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
    border-bottom: 1px solid #ccc;
}

.genesis-nav-menu ul {
    float: left;
    width: 100%;
}

.genesis-nav-menu li {
    display: inline-block;
    float: left;
    list-style-type: none;
    text-align: left;
    /*padding: 1.5rem 1.25rem;*/
    padding: 0px 1.25rem;
    padding-right: 32px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;

}

.genesis-nav-menu li:last-child {
    padding-right: 0px !important;
}

.genesis-nav-menu a {
    display: block;
    position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
    margin-left: 20px;
    margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
    background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
    background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    position: relative;
    width: 170px;
}

.genesis-nav-menu li ul {
    left: -9999px;
    position: absolute;
    width: 212px;
    z-index: 99;
}

.genesis-nav-menu li ul ul {
    margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
    left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
    position: static;
}

ul.genesis-nav-menu li:hover > ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover > ul,
#header .genesis-nav-menu li.sfHover ul {
    left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
    left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
    float: right;
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu li.search {
    padding: 6px 0 0;
    padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin-left: 20px;
    margin-left: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding-left: 24px;
    padding-left: 1.5rem;
}

/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
    line-height: 1.4;
    margin-bottom: 14px;
    margin-bottom: .8rem;
}

.author-box h1 {
    margin: 0
}

.taxonomy-description h1 {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}

.archive-title {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
    line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
    margin-left: 40px;
    margin-left: 2.5rem;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #1e1e1e;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #ff2a00;
}

/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
    line-height: 1.5;
    overflow: hidden;
    clear: both;
}

.ping-list,
#comments {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

#author,
#email,
#url {
    width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

#comment {
    margin: 12px 0;
    margin: 0.75rem 0;
}

label {
    margin-left: 12px;
    margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 32px;
    padding: 2rem;
}

.comment-list li ul li {
    margin-right: -32px;
    margin-right: -2rem;
}

.comment-header {
    overflow: hidden;
}

.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content p {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
    margin-top: 32px;
    margin-top: 2rem;
}

/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    display: inline;
    line-height: 1.5;
}

.sidebar p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.sidebar .widget {
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
    /*margin-bottom: 2rem;*/
    margin-bottom: 1rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    overflow: hidden;
}

.sidebar.widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}
.wpp-list a {
text-decoration: none;	
font-size:15px;
}

/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
    clear: both;
    background: #373a3f;
    margin-top:50px;
    color: #fff;
    font-size: 12px;
}

#footer_top {
    clear: both;
    background: rgba(11, 136, 218, 1.0);
    margin-top: 30px;
    /*padding: 8px 0px; height: 40px; */
    color: #fff;
    padding-top: 10px;
    padding-bottom: 49px;
    font-size: 12px;

}

#footer_top h4 {
    font-weight: normal;
    margin: 0px;
    font-size: 18px;
    margin-top: 10px;
    float: left;
    width: 54%;
}

#footer_top a {
    color: #fff;
    text-decoration: none;
}

#footer a {
    color: #ddd9d9;
    text-decoration: none;
}

#footer ul {
    float: left;
    width: 100%;
}

#footer ul li {
    list-style-type: none;
    line-height: 20px;
    float: left;
    width: 100%;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .wrap {
    /*border-top: 2px solid #1e1e1e;*/
    overflow: hidden;
    padding: 48px 0;
    padding: 3rem 0;
}

#footer .creds {
    text-align: right;
}

#footer .creds,
#footer .gototop {
    margin: 8px 0;
    margin: 0.5rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
    border-top: 2px solid #1e1e1e;
    clear: both;
    line-height: 1.5;
    overflow: hidden;
    padding: 32px 0 16px;
    padding: 2rem 0 1rem;
}

.footer-widgets p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.footer-widgets .widget {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}

.footer-widgets-1 {
    margin-right: 4.166666666%; /* 48px / 1152px */
}

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px #ddd inset;
    padding: 16px;
    padding: 1rem;
    width: 100%;
}

#header .search-form {
    float: right;
    width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
    border: none;
    background: #64b0e8;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
    padding: 16px 24px;
    padding: 1rem 1.5rem;
    width: auto;    
    font-weight: 600 !important;
    
    

}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
    background-color: #5babe7;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
    padding: 1rem;
}

.sidebar .widget.widget_text{
  
}

#content div.gform_wrapper input[type="submit"] {
    padding: 16px 24px;
    padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1rem 0 0;
}

/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
    max-width: 100%;
}

img {
    height: auto;
}

.alignleft .avatar {
    margin-right: 24px;
    margin-right: 1.5rem;
}

.alignright .avatar {
    margin-left: 24px;
    margin-left: 1.5rem;
}

.author-box .avatar {
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem
}

.comment-list li .avatar {
    float: left;
    margin: 0 16px 24px 0;
    margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem
}

img.alignnone {
    display: inline;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
    display: inline;
    margin: 0 24px 24px 0;
    margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
    display: inline;
    margin: 0 0 24px 24px;
    margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
    line-height: 1.2;
    margin-top: 12px;
    margin-top: 0.75rem;
}

.gallery-caption {
}

/*
13a Rival IQ Custom Stuff
-------------------------- */
#title a {
    float: left;
    background: url("./images/inline-logo-large-v2.png");
    background-repeat:no-repeat;
    background-size: 100%;
    /*width:182px;
    height:69px;*/
    width: 139px;
    height: 60px;    
    font-size: 0px;
}
.home .post-meta .tags, .home .post-meta .categories {
	display: none;
}
.home .entry {
	margin-bottom:0
}

#title {
    margin: 0;
    font-size: 0px !important;
}

.genesis-nav-menu a{
  color: rgb(76, 83, 94);
  text-transform: uppercase;
  font-weight: 400;
  padding: 23px 0;
}
.genesis-nav-menu a:hover {
    color: rgb(56, 153, 225);
}

.index_content_wrapper{
  width:410px;
  display:inline-block;
}

.blog_loop {
    border-bottom: 1px solid rgb(206,207,210);
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.blog_img {
    width: 160px;
    height: 150px;
    margin-right: 20px;
    display:inline-block;
    vertical-align:top;
}

.blog_img img {
    /*background-color: #fff;
    box-shadow: 2px 2px 2px #888888;
    padding: 10px*/
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 160px;
    max-height: 150px;
    margin: auto;
}

.blog_title {
    line-height: 23px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog_title a {

    color: rgb(76, 83, 94);
    text-decoration: none;
}

.blog_date, .post-info, .post-info .date {
    color: #333333;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: normal;
}
.post-info a {
	
	color: #63ade6;
	font-weight: normal;
}

.post-info a:hover {
	text-decoration: underline;
	color: #0d90d4;
	font-weight: normal;
}
.post-info .categories {
	display: inline-block;
}
.author-posts-link {
	color:#1f87cb; font-size:12px; font-weight:bold; margin-top:10px; margin-bottom: 20px; float:left;width:100%;
}
.fn a, .categories a {
	color: #64B0E8;
	text-decoration: none !important;
}

.blog_con {
    line-height: 1.625;
    font-size: 16px;
    color: rgb(76, 83, 94);
    margin-bottom:30px;
}

.blog_more {
    font-weight: 600;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.btm_offer {
    background: #fff;
    padding: 20px;
    float: left;
    clear: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.btm_offer p {
    margin: 10px 0;
    line-height: 1.625;
}
.btm_offer .try_button {
    margin: 10px 0 0;
}
#content .btm_offer {
    
    padding: 25px 20px;
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px; 
}

.blog_con a {
    text-decoration: none;
}

.blog_icon {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

#twitter-widget-0 {
    width: 82px !important;
}

.blog_comment {
    font-weight: 600;
    font-size: 12px;
    float: left;
    margin-bottom: 15px;
}

.blog_comment a {
    text-decoration: none;
}

.top_header {
    /*background:#2287C2;*/
    background: #0b88da;
    width: 100%;
    /*
    height:35px;*/
    height: 20px;
}

.hiring {
    float: left;
    width: 474px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.questions {
    color: #fff;
    width: 464px;
    float: left;
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
}

.top_text {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    font-weight: 600;
    font-size: 20px !important;
    padding-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.top_text em {
	font-style: normal;
	font-weight: 400;
	text-transform: none;
}

.top_search {
    float: right;
    width: 293px;
    margin-bottom: 10px;
}

.top_search input[type="text"] {
    background-color: #fff;
    /*background-color: transparent;*/
    border-radius: 0px !important;
    box-shadow: none;
    padding: 6px 10px;
    width: 80%;
}

.top_search input[type="submit"] {
    background-color: transparent;
    /*color: #1F87CB;*/
    color: #0b88da;
    padding: 0px;
}

.sidebar .widget {
    border-bottom: 0px;
    padding: 10px;
}

.sidebar h4 {
    border-bottom: 1px solid rgb(207,207,210);
    /* text-transform: uppercase; */
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;


}

.sidebar p {
    font-size: 15px;
    font-weight: 400;
}

.try_button {
	display: inline-block;
	width: 100%;
  text-align: center;

}
.try_button a {
	padding: 10px 0px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	width: 80%;
	border-radius: 3px;
  border: none;
	color: #ffffff;
	cursor: pointer;
  background-color: rgb(249, 90, 56);
  margin: 0px 0px 20px 0;
}
.try_button a:hover {
    background-color: #d34c2e;
}



.try_bottom {
    float: left;
    width: 100%;
    text-align: center;
}

.try_bottom a {
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.newsletter input[type="email"] {
    width: 74%;
    padding: 7px 10px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.newsletter input[type="submit"] {
    background: transparent;
    /*color: #1F87CB;*/
    color: #0b88da;
    padding: 0px;
    font-size: 12px;
    margin-top: 5px;
    float: left;
}

.sidebar  .popular-posts li {
    list-style-type: decimal !important;
    font-size: 12px;
    margin-left: 20px;
}

.sidebar li a {
    text-decoration: none;
    font-size: 15px;
}

.sidebar #twitter-widget-0 {
    width: 265px !important;
}

.abh_pwb {
    display: none;
}

.abh_box {
    padding: 0px !important;
}

.kebo-tweets .ktweet .kfooter {
    display: none;
}

.ktweet {
    padding: 5px 15px !important;
}

.sidebar.widget-area ul {
    padding: 0px 15px;
}

#kebo_twitter_feed_widget-2 ul {
    padding: 0px !important;
}

.addthis_button_tweet {
    width: 81px !important;
}

.addthis_button_linkedin_counter {
    margin-right: 5px;
}

.addthis_button_facebook_like {
    margin-right: 5px;
}

#footer1 {
    float: left;
    width: 25%;
    line-height: 20px;

    font-weight: normal !important;
}

#footer1 p {
    color: #ccc;
    font-weight: normal;
    float: left;
    width: 80%;
    font-size: 12px;
}

#footer1 a {
    color: #ccc;

}

#footer2 {
    float: left;
    width: 25%;
}

#footer3 {
    float: left;
    width: 25%;
}

#footer4 {
    float: left;
    width: 25%;
}

#footer h4 {
    font-size: 13px;
    width: 80%;
    margin-bottom: 9.5px;
    font-weight: normal;
    padding-bottom: 5px;
    float: left;
}

.social_footer img {
    margin-right: 5px;
}

.blog_loop_con {
  margin-bottom:20px;
}

#header .genesis-nav-menu {
    
}

#header .widget {
	display: inline-block;
  vertical-align: middle;
} 

.widget_search {
	margin-left: 20px;
}
 
.top_search input[type="text"] {
    width: 74%;
    padding: 7px 10px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    box-shadow: 0 0 1px #ddd !important;
    border-radius: 3px !important;
}

.top_search {
    width: 100% !important;
    margin-bottom: -2% !important;
}

.top_search input[type="submit"] {
    margin-top: 2%;
    font-size: 12px !important;
}

.top_header {
    height: 30px !important;
}

/*.blog_comment{display:none;}*/

::-webkit-input-placeholder {
    color: #999999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}



.sidebar .widget {
    margin-bottom: 0.8rem !important;
}

.content-sidebar #content, .sidebar-content #content {

}

.entry-content ol li, .entry-content ul li {


}

a[title='blog-link']{
  color: rgb(100, 176, 232);
  box-shadow: inset 0 -3px 0 #64b0e8;
  
}
a[title='main-button'],
a[title='main-button']:hover {

    font-weight: 400;
    margin: 15px 0 0 0;
    font-size: 14px;
    padding: 8px 15px;
    text-transform: none;
    border: none;
    border-radius: 3px;
    text-shadow: none;
    background: #64b0e8 !important;
    color: #fff !important;
}

.login_button {
    margin-top: -8px;
}

.login_button a:hover {
    color: #fff !important;
}

input{
  box-shadow:0 0 1px #ddd;
  font-size:12px;
  line-height:18px;
  padding:5px 10px;
}
/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 959px) {

  .index_content_wrapper{
    width:100%;

  }
  #content-sidebar-wrap, .inner {
      width: 100%;

  }
  .top_text {
      width: 100%;
  }

}

@media only screen and (min-width: 768px) {
    img {
        width: inherit !important;
        height: inherit !important;
    }

    #content {
        padding: 0px 20px;
    }

    #content-sidebar-wrap, .inner {
        margin: 0px;
    }

    #sidebar {
        padding: 0px;
    }

    #title-area {
        margin: 0px !important;
    }

    #header .widget-area .widget-wrap {
        margin-left: 0px !important;
    }

    .widget-wrap {
        /*margin:0px !important;*/
    }
}

@media only screen and (min-width: 769px) and (max-width: 959px) {

    img {
        width: inherit !important;
        height: inherit !important;
    }

    div#content.hfeed {
        width: 62%;
    }

    .wrap {

        width: inherit !important;
        margin: 0px 20px;
    }

    #footer_top {
        height: 15px;
    }



    #content-sidebar-wrap, .inner {
        width: inherit !important;
        margin: 0px 20px !important;
    }

    .blog_loop_con {
        
    }

    .blog_title {
        margin-top: 20px !important;
    }

    .top_search {
        float: left !important;
    }

    .top_text {
        margin-bottom: 20px !important;
    }
}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .wrap,
  #footer .creds,
  #footer1,
  #footer2,
  #footer3,
  #footer4,
  #footer .gototop,
  #header .widget-area,
  #inner,
  #title-area,
  #wrap .sidebar,
  #wrap #content,
  #wrap #content-sidebar-wrap, .inner,
  #wrap #sidebar-alt {
      width: 100%;
  }
    img {
        width: inherit !important;
        height: inherit !important;
    }

    .single_post {
        width: 91%;
    }

    #title-area {
        margin: 0px 20px !important;;
        width: 88% !important;
    }

    #header .widget-area .widget-wrap {
        margin-left: 20px !important;
        width: 100%;
    }

    .wp-pagenavi {
        margin: 0px 20px !important;
    }

    #wrap #content.hfeed {
        width: 88%;
    }

    .widget-wrap {
        margin: 0px 20px;
    }

    .try_button {
        width: 82% !important;
        margin: 10px 20px !important;
    }

    #wrap {
        width: 100%;
    }

    #footer_top {
        height: 69px;
    }

    #footer_top h4 {
        width: 88% !important;
        margin: 0px 20px;
    }

    .content-sidebar #content {
        width: 90%;
    }

    .blog_con {
        width: 100% !important;
    }

    .blog_comment {
        width: 100% !important;
    }

    .blog_date, .post-info {
        width: 100% !important;
    }

    .blog_title {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .blog_loop{
      width:92%;
    }

    .top_text {

        margin-left: 20px !important;
        margin-left: 20px !important;

    }

    .top_search {
        float: left !important;
        margin-left: 5px !important;
    }

    #wrap .sidebar {
        margin-top: 30px;
    }

    #footer h4 {
        width: 100% !important;
        margin-top: 20px;
    }

    #header .widget-area {
        width: 100%;
    }

    .genesis-nav-menu li,
    #footer .creds,
    #footer .gototop,
    #header ul.genesis-nav-menu,
    #header .search-form {
        /*float: none;*/
        float: left;
        margin-left: 3px;
    }

    .genesis-nav-menu,
    #description,
    #footer .creds,
    #footer .gototop,
    #header .search-form,
    #title,
    #title-area {
        text-align: center;
    }

    .genesis-nav-menu li {
        padding: 10px 1.25rem;
        padding-top: 10px !important;
        padding-right: 32px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        margin-bottom: 10px;
    }

    .genesis-nav-menu a {
    }

    #title {
        margin: 16px 0;
        margin: 1rem 0;
    }

    #header .search-form {
        margin: 32px auto 0;
        margin: 2rem auto 0;
        width: 50%;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    #footer .wrap {
        padding: 24px 0;
        padding: 1.5rem 0;
    }

    .footer-widgets-1,
    #header .genesis-nav-menu {
        margin: 0;
    }

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

    img {
        width: inherit !important;
        height: inherit !important;
    }

    html {
        font-size: 87.5%; /* 14px base */
    }

    #header .widget-area {
    }

    #header .search-form {
        width: 100%;
    }

    .archive-page,
    .five-sixths,
    .four-fifths,
    .four-sixths,
    .one-fifth,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fifths,
    .three-fourths,
    .three-sixths,
    .two-fifths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

}


.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.hide {
  display: none;
}



.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}


.close {
  float: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 20px;
  color: rgb(76, 83, 94);
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #ededed;
  *background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #f0f0f0, #e8e8e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #e8e8e8);
  background-image: -o-linear-gradient(top, #f0f0f0, #e8e8e8);
  background-image: linear-gradient(to bottom, #f0f0f0, #e8e8e8);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e8e8e8 #e8e8e8 #c2c2c2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffe8e8e8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: rgb(76, 83, 94);
  background-color: #e8e8e8;
  *background-color: #dbdbdb;
}

.btn:active,
.btn.active {
  background-color: #cfcfcf \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: rgb(76, 83, 94);
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 15px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 10.2px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 9px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4b9ae2;
  *background-color: #4396e1;
  background-image: -moz-linear-gradient(top, #509de3, #4396e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#509de3), to(#4396e1));
  background-image: -webkit-linear-gradient(top, #509de3, #4396e1);
  background-image: -o-linear-gradient(top, #509de3, #4396e1);
  background-image: linear-gradient(to bottom, #509de3, #4396e1);
  background-repeat: repeat-x;
  border-color: #4396e1 #4396e1 #1e6fba;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff509de3', endColorstr='#ff4396e1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #4396e1;
  *background-color: #2d89dd;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #217ccf \9;
}

.btn-primary-light {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #77b3e9;
  *background-color: #6faee8;
  background-image: -moz-linear-gradient(top, #7cb6ea, #6faee8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7cb6ea), to(#6faee8));
  background-image: -webkit-linear-gradient(top, #7cb6ea, #6faee8);
  background-image: -o-linear-gradient(top, #7cb6ea, #6faee8);
  background-image: linear-gradient(to bottom, #7cb6ea, #6faee8);
  background-repeat: repeat-x;
  border-color: #6faee8 #6faee8 #2d89dd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7cb6ea', endColorstr='#ff6faee8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active,
.btn-primary-light.active,
.btn-primary-light.disabled,
.btn-primary-light[disabled] {
  color: #ffffff;
  background-color: #6faee8;
  *background-color: #59a2e4;
}

.btn-primary-light:active,
.btn-primary-light.active {
  background-color: #4396e1 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ea4924;
  *background-color: #ea4924;
  background-image: -moz-linear-gradient(top, #ea4924, #ea4924);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea4924), to(#ea4924));
  background-image: -webkit-linear-gradient(top, #ea4924, #ea4924);
  background-image: -o-linear-gradient(top, #ea4924, #ea4924);
  background-image: linear-gradient(to bottom, #ea4924, #ea4924);
  background-repeat: repeat-x;
  border-color: #ea4924 #ea4924 #b12f11;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea4924', endColorstr='#ffea4924', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ea4924;
  *background-color: #df3b15;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c83513 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}


.jumbotron{
  
  padding: 30px 0 ;
  background: #5cacdb url(./images/hero_background.svg) center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

.jumbotron-wrapper{
  width:960px;
  margin: 0 auto;
  
}

.jumbotron .jumbotron-wrapper h1{
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
}

.jumbotron .jumbotron-wrapper p{
  font-weight: 200;
  font-size: 18px;
  line-height: 29px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}



.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

#mc_embed_signup form {display:block; position:relative; text-align:left; padding:0;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {-webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #64b0e8; border: none; border-radius:3px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: auto; line-height: 32px; margin: 0 5px 10px 0; padding:7px 0px; text-transform: uppercase; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: 100%;}
#mc_embed_signup .button:hover {background-color:#0d90d4;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; padding-bottom:15px; }
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:5px 10px; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0; overflow:hidden; width:90%;margin: 0; clear: both;}
#mc_embed_signup div.response {margin:0 0 15px 0; padding:0; font-weight:normal; float:left; top:-1.5em; z-index:1; }
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#777777; display:none;font-size:12px;line-height:17px;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}
	#mc_embed_signup{ clear:left; }
