/*
	Theme Name: CodeMash
	Description: This is the CodeMash child theme for the Genesis Framework.
	Author: Drifting Creatives
	Author URI: http://driftingcreatives.com
	Version: 2.18.1
	
	Template: genesis
*/
 

/* 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

*/

/*
Import Fonts

---------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'Brandon Grotesque Black';
	src: url('fonts/BrandonGrotesque-Black.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-Black.woff') format('woff'), url('fonts/BrandonGrotesque-Black.ttf') format('truetype'), url('fonts/BrandonGrotesque-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque Black';
	src: url('fonts/BrandonGrotesque-BlackItalic.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-BlackItalic.woff') format('woff'), url('fonts/BrandonGrotesque-BlackItalic.ttf') format('truetype'), url('fonts/BrandonGrotesque-BlackItalic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Bold.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-Bold.woff') format('woff'), url('fonts/BrandonGrotesque-Bold.ttf') format('truetype'), url('fonts/BrandonGrotesque-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-BoldItalic.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-BoldItalic.woff') format('woff'), url('fonts/BrandonGrotesque-BoldItalic.ttf') format('truetype'), url('fonts/BrandonGrotesque-BoldItalic.svg') format('svg');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Light.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-Light.woff') format('woff'), url('fonts/BrandonGrotesque-Light.ttf') format('truetype'), url('fonts/BrandonGrotesque-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-LightItalic.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-LightItalic.woff') format('woff'), url('fonts/BrandonGrotesque-LightItalic.ttf') format('truetype'), url('fonts/BrandonGrotesque-LightItalic.svg') format('svg');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Medium.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-Medium.woff') format('woff'), url('fonts/BrandonGrotesque-Medium.ttf') format('truetype'), url('fonts/BrandonGrotesque-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-MediumItalic.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-MediumItalic.woff') format('woff'), url('fonts/BrandonGrotesque-MediumItalic.ttf') format('truetype'), url('fonts/BrandonGrotesque-MediumItalic.svg') format('svg');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Regular.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-Regular.woff') format('woff'), url('fonts/BrandonGrotesque-Regular.ttf') format('truetype'), url('fonts/BrandonGrotesque-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-RegularItalic.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-RegularItalic.woff') format('woff'), url('fonts/BrandonGrotesque-RegularItalic.ttf') format('truetype'), url('fonts/BrandonGrotesque-RegularItalic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Thin.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-Thin.woff') format('woff'), url('fonts/BrandonGrotesque-Thin.ttf') format('truetype'), url('fonts/BrandonGrotesque-Thin.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-ThinItalic.eot');
	src: local('☺'), url('fonts/BrandonGrotesque-ThinItalic.woff') format('woff'), url('fonts/BrandonGrotesque-ThinItalic.ttf') format('truetype'), url('fonts/BrandonGrotesque-ThinItalic.svg') format('svg');
	font-weight: 100;
	font-style: italic;
}





/*
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: 16px; /* 16px browser default */
}

body {
	background-color: #f2f2f3;
	line-height: 1;
}

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;
	
}

input {
	-webkit-appearance: none;
}

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 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: #747474;
}

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: #f67e00;
}

.genesis-nav-menu li a:hover, .genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover{
	background-color: #939598;
	background-image: none;
}

.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-family: "Brandon Grotesque", sans-serif;
	color: #747474;
}


h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: "Brandon Grotesque", sans-serif;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	color: #0c84a9;
	font-family: "Brandon Grotesque", sans-serif;
	font-size: 50px;
	font-weight: 500;
	text-transform: uppercase;
}

#content h2.entry-title a {
	color: #0c84a9;
	font-family: "Brandon Grotesque";
	font-size: 24px;
	font-weight: 700;
}

#content h2.entry-title a:hover {
	color: #f67e00;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}


input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 12px;
	font-size: 0.75rem;
}


/* 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,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
}

.wp-caption {
	text-align: center;
}

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:100%;
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
}

#inner {
	clear: both;
	overflow: hidden;
	background: #f2f2f3;
	max-width: 100%;
	padding: 0;
}

/* 04b - 1152px CSS Grid ----------- */

#content-sidebar-wrap {
	background: #f2f2f3;
	max-width: 100%;
}

#sidebar-alt {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar{
	width: 30.555555555%; /* 352px / 1152px */
}

.sidebar {
	width: 100%;
	max-width: 280px;
}

.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,
#title-area {
	max-width: 620px;
	
}

.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 */*/
	max-width: 100%;
}

#content-sidebar-wrap {
	margin-top: 47px;
	max-width: 100%;
	padding: 0;
	width: 100%;
	
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.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,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */

#header {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 14px;
}

#header .wrap {
	position: relative;
}

#header-container {
	width: 100%;
}


#title {
	line-height: 1;
	text-indent: -9999px;
	display: none;
}

.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;
	width: 193px;
	height: 91px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

#header #title-area {
	width: 172px;
	height: 46px;
	margin-top: 12px;
}

.home #header #title-area {

	margin-bottom: -14px;
}

#sitelogo {
	width: 172px;
	height: 46px;
	display: inline-block;
}

#header #title-area a, #header h1#title, #header p#title {
	width: 172px;
	height: 46px;
	min-height: 0;
}

/* 04d - Main Content ----------- */

#content {
	padding:0 0 10px;
	/*margin-top: 31px;*/
	width: 100%;
	overflow: hidden;
	font-size: 18px;
}

.home #content {
	overflow: visible;
}

.entry,
.page .post.entry {
	margin-bottom: 50px;
}

.single .entry {
	margin-bottom: 50px;
	border-bottom: solid 2px #0c84a9;
	padding-bottom: 30px;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
	margin-top: 15px;
}

.entry-content,
.entry-content p {
	line-height: 1.3;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}



#content p {
	line-height: 28px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #0c84a9;
	font-weight: 300;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	line-height: 1.5;
}

.post-info {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #747474;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 50px;
}

.post-info .date {
	color: #747474;
}

.post-info a {
	color: #414042;
	text-decoration: none;
	margin-left: 23px;
}

.post-comments {
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 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,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	width: auto;
}

#nav {
	max-width: 100%;
	width: 200px;
	overflow: visible;
	position: absolute;
	top: 0;
	right: 0;
}

#nav .wrap {
}

.home #nav {
	float: left;
	background: #008100;
	max-width: 100%;
	width: 100%;
	overflow: visible;
}

.genesis-nav-menu.menu-primary{
}

.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: 0;
}

.home .genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
	padding: 0;


}

.genesis-nav-menu a {
	display: block;
	padding: 0;
	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: #939597;
	border-bottom: solid 1px #c9cacb;
	padding: 6px;
	position: relative;
	width: 250px;
	color: #000;
	font-size: 16px;
}

.genesis-nav-menu li li a:hover {
	background: #f67e00 !important;
	color: #fff;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 262px;
	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;
}


.genesis-nav-menu.menu-primary a{
	padding: 0 22px;
	line-height: 40px;
	color: #008100;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-repeat: no-repeat;

}

.home .genesis-nav-menu.menu-primary a{
	color: #fff;

}

.genesis-nav-menu.menu-primary .last-menu-item a {
	margin-right: 0;
}

.genesis-nav-menu.menu-primary a:hover {
	color: #008100;
	background: url(images/menu-smiley.png) #fff no-repeat 3px center;
}

.genesis-nav-menu.menu-primary a:hover:before  {
	content: ' ';
	display: inline-block;
	border-bottom: solid 2px #008100;
	width: 72%;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 25px;
	-webkit-transform:rotate(-0.5deg);   
               -moz-transform:rotate(-1deg);  
                -ms-transform:rotate(-1deg);  
                 -o-transform:rotate(-1deg);
                    transform:rotate(-0.5deg);
    min-width: 50px;
}

.genesis-nav-menu.menu-primary .shortlink a:hover:before {
	max-width: 50px;
}

.genesis-nav-menu.menu-primary .medlink a:hover:before {
	max-width: 70px;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.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;
}

.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;
	max-width: 225px;
}


.sidebar .widget {
	overflow: hidden;
	padding-bottom: 22px;
	border-bottom: solid 4px #008100;
	margin-top: 25px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.sidebar .widget:nth-child(1) {
	margin-top: 0;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

#sidebar {
	text-align: center;
}

#sidebar .widget-title {
	font-size: 24px;
	color:  #008100;
	font-family: 'Brandon Grotesque', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 9px;
}

#sidebar h5 {
	font-size: 16px;
	color: #000;
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 800;
	margin-bottom: 6px;
}

#sidebar a{
	color: #008100;
	font-family: 'Brandon Grotesque', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
	transition: none;
}

#sidebar p {
	font-size: 14px;
	color: #000;
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 600;
	margin-bottom: 8px;
}

#sidebar p:last-child {
	margin-bottom: 0;
}

#sidebar .sourcesanspro {
	color: #666666;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
}

#sidebar .sourcesanspro-bold {
	color: #4e4c4c;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}

#sidebar .sourcesanspro-bold a {
	font-size: 18px;
}


.sidebar a:hover {
	opacity: 0.8;
}

#sidebar .post-info {
	margin-top: 0;
	border: 0;
	display: inline-block;
}

.sidebar .post {
	border: 0;
}

.sidebar h2 {
	margin-bottom: 1px;
	
}

.sidebar .widget_nav_menu {
	margin-bottom: 0;
	padding-bottom: 24px;
}

.sidebar .widget_nav_menu li{
	margin-bottom: 20px !important;
}

.sidebar .widget_nav_menu a{
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #f9a456;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar .widget_nav_menu a:hover {
	color: #414042 !important;
}

.sidebar .widget_nav_menu a:after {
	 content: "\00bb";
	 margin-left: 3px;
}

#sidebar .post {
	margin-bottom: 0;
}
/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	background: #242627;
	min-height: 109px;
}

#footer .wrap {
	overflow: hidden;
	padding: 0 0;
}

#footer .creds, #footer .creds a, #footer .gototop, #footer .gototop a {
	color: #0c84a9;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	text-decoration: none;
}

#footer .creds {
	float: left;
	padding-top: 29px;
}

#footer .creds p {
	margin: 0 0 11px;
}

#footer .gototop {
	float: right;
	text-align: left;

}

#footer .gototop img {
	margin-left: 11px;
}

#footer .gototop img:hover {
	opacity: 0.9;
}

#footer .creds a {
	color: #b6dd5e;
}

#footer .gototop a:hover, #footer .creds a:hover {
	color: #f67e00;
}

#footer .creds,
#footer .gototop {
	margin: 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	background: #212121;
	color: #898989;
	font-weight: 600;
	font-size: 12px;
	font-family: 'Brandon Grotesque', sans-serif;
	clear: both;
	overflow: hidden;
	padding: 0 0 5px;
}


.footer-widgets p {
	margin-top: 16px;
}

.footer-widgets a {
	text-decoration: none;
	font-size: 12px;
	color: #417cb3;
	font-weight: 400;
	text-decoration: none;
}


.footer-widgets h4.widgettitle {
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1;
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 400;
}

.footer-widgets-3 ul {
	margin-top: 37px;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 18px;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 40px; /* 48px / 1152px */
	max-width: 440px;
	width: 100%;
}

.footer-widgets-2 {
	width: 100%;
	max-width: 460px;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	
	float: left;
}

.footer-widgets-4 {
	float: right;
	text-align: right;
}

.footer-widgets-4 h4.widgettitle {
	text-transform: uppercase;
	color: #417cb3;
	font-weight: 200;
	font-size: 36px;
	margin-bottom: 6px;
	line-height: 1;
	padding-top: 0;
}

.footer-widgets-4 p {
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
	font-size: 14px;
	color: #868686;
	font-weight: 200;
	margin: 0 0 11px 0;
}

.footer-widgets .post-info, .footer-widgets .date {
	border: 0;
	display: inline;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.footer-widgets .featured-content-latest-news h2, .footer-widgets .featured-content-latest-news h2 a {
	display: inline;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.footer-widgets .post {
	border: 0 !important;
	min-height: 0 !important;
}

.footer-widgets .post.entry {
	margin-bottom: 0;
}

.footer-widgets .date {
	margin-right: 5px;
}


.footer-widgets .more-link {
	color: #808285;
}

/* Footer Newsletter sign-up*/

.footer-widgets input[type=text] {
	border: 0;
	padding: 3px 5px;
	border-radius: 0;
	box-shadow: none;
	max-width: 215px;
	color: #f9a456;
	font-size: 12px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

.footer-widgets input[type=submit] {
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 2px 11px;
	font-size: 12px;
	font-family: 'Brandon Grotesque', sans-serif;
	border: solid 1px #fff;
	background-color:  #f9a456;
	margin-left: 4px;
}

.footer-widgets input[type=submit]:hover {
	color: #f9a456;
	background-color: #fff;
}

.footer-widgets-1 {
	margin-right: 30px;
}

.lightred {
	color: #d25b6c !important;
}

.darkred {
	color: #cc021e !important;
}

#sidebar .darkred {
	font-weight: 200;
}

.footer-widgets-4 .join-mailing {
	color: #417cb3;
	margin-top: 11px;
}

.footer-widgets-4 .join-mailing-text {
	line-height: 28px;
	display: block;
	float:right;
	clear: none;
	margin-right: 15px;
}

.footer-widgets-4 input {
	width: 192px;
	height: 28px;
	padding: 9px 6px;
	background: #f4f3f3;
	border: solid 1px #cacbcb;
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
	font-size: 14px;
	color: #b2b2b2;
	float: right;
	clear: none;
	
}



/* Header */

.header-widget-area {
	float: right;
	width: 100%;
	max-width: 300px;
}

.header-widget-area .widget {
	float: left;
}

.header-widget-area button {
	text-transform: uppercase;
	color: #efefe6;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	width: 130px;
	height: 37px;
	line-height: 37px;
	padding: 0;
	-moz-box-shadow: 1px 2px 2px rgba(224,185,130,.35);
	-webkit-box-shadow: 1px 2px 2px rgba(224,185,130,.35);
	box-shadow: 1px 2px 2px rgba(224,185,130,.35);
	background: url(images/social-up-arrow.png) no-repeat 14px 13px #e6c339;
	padding-left: 16px;
}

.header-widget-area button:hover {
	background: url(images/social-up-arrow.png) no-repeat 14px 13px #f47e19;
}

/*
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;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #1e1e1e;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #ff2a00;
}

.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;
}

#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;
	max-width: 100%;
}

.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;
}



/* Pages */


/* Archives */



.archive .entry-title, .search .entry-title {
	color: #0c84a9;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	font-weight: 700;
}

.archive .entry-title a, .search .entry-title a {
	color: #0c84a9;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	font-weight: 700;
}

.archive .entry-content, .search .entry-content {
	margin-top: 16px;
}

.archive .details-more {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
	color: #6d6e71;
	margin-top: 0;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
}

.archive .details-more:hover {
	color: #f9a456;
}

/* Sidebar */

.prev-next-navigation {
	font-size: 12px;
	color: #008100;
	margin-top: 39px;
}

.prev-next-navigation a{
	text-decoration: none;
	font-family: 'Brandon Grotesque', sans-serif;
	color: #008100;
}

.navigation {
	text-align: center;
	color: #0c84a9;
}


.navigation li a {
	background: none;
	color: #0c84a9;
	font-family: 'Brandon Grotesque', sans-serif;
	padding: 0 4px;
}

.navigation li a:hover, .navigation li.active a {
	background: none;
	color: #414042;
	padding: 0 4px;
}

.navigation li:after {
	content: "-";
}

.navigation .pagination-next {
	border: 0;
}

.navigation .pagination-next:after, .navigation .pagination-previous:after, .navigation li:nth-last-child(2):after, .navigation li:nth-last-child(1):after {
	content: '';
}

.navigation li:nth-child(2):after {
	content: "-";
}

.navigation .pagination-previous {
	margin-right: 75px;
}

.navigation .pagination-next {
	margin-left: 75px;
}



.header-inner-social-icons {
	display: inline-block;
	margin: 0;
}



#sidebar .wk-slideshow img {
	margin-bottom: 0;
}


.responsive-menu-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(images/mobile-menu.png) no-repeat;
	margin-left: 8px;
	position: relative;
	top: 5px;
}



.top-blue-content {
	width: 100%;
	padding: 60px 0 51px;
	color: #f2f2f3;
	font-family: "Brandon Grotesque";
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	background: url(images/top-blue-edge.png) no-repeat top center #0c84a9;
}

.top-blue-content p {
	line-height: 29px;
}

.top-blue-content h1 {
	text-align: center;
	line-height: 1;
	margin-bottom: 33px;
	color: #f2f2f3;
}

.top-blue-content .wrap {
	max-width: 655px;
	overflow: visible;
}

.top-blue-content .white-text-box {
	padding: 10px;
	background: #f2f2f3;
	max-width: 460px;
	margin: 0 auto;
	color: #0c84a9;
	text-transform: uppercase;
	color: #0c83a9;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	padding: 13px 0;
}

.top-blue-content .white-text-box a {
	color: #f47e19;
	text-decoration: none;
}

.top-blue-content .white-text-box a:hover {
	color: #e6c339;
}

.codemash-icon {
	display: block;
	width: 87px;
	height: 106px;
	background: url(images/codemash-icon.png);
	position: relative;
	margin: 0 auto -31px;
}


.home-green-button {
	width: 100%;
	max-width: 462px;
	padding: 7px 0;
	border: 0;
	background-color: #b6dd5e;
	color: #0c84a9;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	text-transform: uppercase;
}

.home-green-button:hover {
	color: #f2f2f3;
	background: #f67e00;
}

.newsletter-box {
	display: none;
	height: 154px;
	width: 100%;
	background: #e6c339;
	position: absolute;
	top: 0;
	z-index: 99;
	color: #0c84a9;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	text-align: center;
}

.newsletter-box p {
	margin: 31px 0 26px;
}

.newsletter-close-button {
	background: url(images/newsletter-close-button.png);
	width: 71px;
	height: 21px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: -7px;
	cursor: pointer;
	left: 50%;
	margin-left: -35px;
}


.newsletter-close-button:hover {

}

.newsletter-box input[type="text"] {
	max-width: 424px;
	text-transform: uppercase;
	color: #0d8aa8;
	font-family: "Brandon Grotesque";
	border-radius: 0;
	height: 36px;
	line-height: 36px;
	border: 0;
}

input[type="submit"].form-submit-btn, .newsletter-box input[type="submit"] {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(images/submit-arrow.png) no-repeat;
	padding: 0;
	border-radius: 0;
}

input[type="submit"].form-submit-btn:hover, .newsletter-box input[type="submit"]:hover {
	opacity: 0.9;
}

.newsletter-box form div {
	height: 36px;
	line-height: 36px;
}


.home #content-sidebar-wrap, .page-template-home-takeover #content-sidebar-wrap {
	margin-top: 0;
	background: url(images/home-blue-bg.png) repeat-x;
}

.page-sponsors #content-sidebar-wrap {
	margin-top: 0;
	background: url(images/sponsors-blue-bg.png) repeat-x;
}

.home-featured-boxes {
	width: 100%;
	max-width: 939px;
	margin: 28px auto 65px;
}
.home .top-blue-content {
	padding-top: 49px;
	padding-bottom: 0;
}

#content .home-featured-boxes .widget {
	max-width: 313px;
	height: 313px;
	width: 100%;
	float: left;
	text-align: center;
}


#content .home-featured-boxes .widget, #content .home-featured-boxes .widget p {
	color: #f2f2f3;
	font-family: "Brandon Grotesque";
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
}

#content .home-featured-boxes .widget a {
	text-decoration: none;
	color: #0c84a9;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
}

#content .home-featured-boxes .widget a:hover {
	opacity: 0.7;
}


.home-featured-boxes .widget:nth-child(1) {
	background: #e69f39;
	display: table;
}


.home-featured-boxes .widget:nth-child(2) {
	background: #e6c339;
	display: table;
}

.home-featured-boxes .widget:nth-child(3) {
	background: #47cdbf;
	display: table;
}

.home-featured-boxes .widget:nth-child(1) .widget-wrap, .home-featured-boxes .widget:nth-child(2) .widget-wrap, .home-featured-boxes .widget:nth-child(3) .widget-wrap, .widget:nth-child(4) .widget-wrap, .home-featured-boxes .widget:nth-child(5) .widget-wrap, .widget:nth-child(6) .widget-wrap {
	max-width: 246px;
	margin: 0 auto;
	min-height: 313px;
	display: table-cell;
	vertical-align: middle;
}

.home-featured-boxes .widget:nth-child(4) {
background: #47cdbf;
display: table;
}

.home-featured-boxes .widget:nth-child(5) {
	background: #e69f39;
	display: table;
}

.home-featured-boxes .widget:nth-child(6) {
background: #e6c339;
	display: table;
}

.home-featured-boxes .big-text {
	font-size: 26px;
}

.home-featured-boxes hr {
	max-width: 246px;
	height: 4px;
	background: #f47e19;
	border: 0;
	margin-top: 20px;
}

.home-featured-post-container {
	margin: 64px auto 79px;
	clear: both;
}

.home-view-blog-image {
	width: 100%;
	max-width: 313px;
	float: left;
	text-align: center;
}

.home-view-blog-image-obj {
	width: 202px;
	height: 152px;
	background: url(images/view-blog-image.png) no-repeat;
	margin: 0 auto 32px;
}

.home-view-blog-image a, .home-sponsors a {
	color: #0c83a9;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 34px;
	background: #b6dd5e;
}

.home-view-blog-image a:hover, .home-sponsors a:hover {
	background: #e69f39;
	color: #f2f2f3;
}


.home-featured-post {
	float: left;
	width: 100%;
	max-width: 626px;
}

.home-featured-post .date {
	color: #737373;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

#content .home-featured-post .post-info {
	line-height: 1;
	border: 0;
	padding-bottom: 0px;
	margin-bottom: 13px;
}

.home-featured-post h2 a{
	font-family: "Brandon Grotesque";
	font-size: 24px;
	font-weight: bold;
	color: #0c84a9;
}

#content .home-featured-post p {
	font-family: "Brandon Grotesque";
	font-size: 18px;
	font-weight: 400;
	color: #747474;
	line-height: 33px;
}

.home-featured-post .more-link {
	clear: both;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #f37d19;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

.home-featured-post .more-link:hover {
	color: #e6c339;
}

.home-sponsors-container {
	max-width: 970px;
	margin: 0 auto;
}

.home-sponsors {
	clear: both;
	background: #0c84a9;
	padding: 35px 0;
	text-align: center;
	margin-bottom: 98px;
}

.home-sponsors h4 {
	color: #b6dd5e;
	font-family: "Brandon Grotesque";
	font-size: 24px;
	font-weight: bold;
}


.faq-question {
	background: url(images/q.png) no-repeat top left;
	width: 100%;
	min-height: 36px;
	margin-bottom: 16px;
}

#content .faq-question h4 {
	margin-left: 59px;
	color: #0c84a9;
	font-family: "Brandon Grotesque";
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}

.faq-answer {
	margin-left: 82px;
	width: 100%;
	max-width: 700px;
	color: #747474;
	font-family: "Brandon Grotesque";
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 35px;
}

.page-faq #content hr {
	height: 2px;
	background: #0c84a9;
	border: 0;
	margin-bottom: 42px;
}

#content h4 {
	color: #0c83a9;
	font-family: "Brandon Grotesque";
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.about-image-holder {
	height: 93px;
	padding-bottom: 17px;
}


.page-about .one-third {
	text-align: center;
	color: #747474;
	font-family: "Brandon Grotesque";
	font-size: 16px;
	line-height: 21px;
	margin-bottom: ;
}

.one-third hr {
	max-width:175px;
	border: 0;
	background: #cbcbcb;
	height: 2px;
	margin-bottom: 14px;
}

.one-third h4 {
	margin-bottom: 13px;
}

.page-about .one-third p {
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	line-height: 20px;
}

.blue-hr {
	height: 2px;
	background: #0c84a9;
	border: 0;
	max-width: 778px;
	margin-top: 15px;
	margin-bottom: 60px;
}

.close-headline {
	margin-bottom: 3px;
}

#content blockquote {
	margin: 65px auto 53px;
}

#content blockquote p {
	color: #f67e00;
	font-family: "Brandon Grotesque";
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	max-width: 769px;
	text-align: center;
	line-height: 41px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}

#content blockquote .quote-author {
	color: #747474;
	font-family: "Brandon Grotesque";
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;

}

.blue-button {
	width: 100%;
	max-width: 460px;
	text-transform: uppercase;
	background: #47cdbf;
	padding: 7px 0;
	text-align: center;
	color: #f2f2f3;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
}

.blue-button:hover {
	color: #f2f2f3;
	background: #f67e00;
}

.blog .post, .archive .post, .search .post {
	border-bottom: solid 2px #0c84a9;
	min-height: 313px;
	padding-bottom: 45px;
}

.blog .more-link, .archive .more-link, .search .more-link {
	background: #b6dd5e;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	max-width: 150px;
	color: #0c83a9;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	padding: 13px 0;
	text-decoration: none;

}

.blog #content {
	padding-bottom: 30px;
}

.blog .entry-content, .archive .entry-content, .search  .entry-content {
	position: relative;
	min-height: 193px;
}

#searchform div {
	height: 36px;
	line-height: 36px;
}

#searchform input, .newsletter-box input {
	vertical-align: middle;
}
#searchform #s {
	width: 100%;
	max-width: 424px;
	padding: 0 13px;
	line-height: 36px;
	height: 36px;
	border-radius: 0;
	box-shadow: none;
	color: #0c84a9;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	text-transform: uppercase;
}


/* Blog - Single Post */

.single-post .post-info {
	padding-top: 0;
	margin-bottom: 5px;
}

.single-post .entry-title {
	font-size: 24px;
	color: #747474;
	font-weight: 700;
}

.post-author {
	text-transform: uppercase;
	color: #747474;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	margin-bottom: 45px;
	display: block;
}

.post-author a {
	color: #0c84a9;
	text-decoration: none;
}

.post-author a:hover {
	color: #f67e00;
}

.prev-next-post-links {
	text-transform: uppercase;
	color: #747474;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	width: 100%;
	margin-bottom: 145px;
	}

.prev-next-post-links a {
	color: #0c84a9;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
	margin-top: 5px;
	display: inline-block;
}

.prev-next-post-links a:hover {
	color: #f67e00;
}

.previous-post-link {
	float: left;
	padding-bottom: 16px;
	border-bottom: solid 2px #cbcbcb;
}


.next-post-link {
	float: right;
	padding-bottom: 16px;
	border-bottom: solid 2px #cbcbcb;
	text-align: right;
}


/* Speakers */

#content .green-text {
	color: #b6dd5e;
	font-family: "Brandon Grotesque";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.speaker-container {
	width: 100%;
	max-width: 33%;
	float: left;
	margin-bottom: 20px;
	min-height: 490px;
}

.speaker-photo-container {
	display: table;
	margin: 0 auto;
}

.speaker-photo {
	width: 235px;
	height: 235px;
	background: #3fbbae;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.speaker-photo img {
	border-radius: 120px;
	border: 0;
	max-width: 203px;
	max-height: 203px;
}

.speaker-name {
	color: #f37d19;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	margin: 20px auto 0;
	max-width: 235px;
}

.speaker-website {
	margin: 0 auto 7px;
	max-width: 235px;
}

.speaker-container a {
	text-decoration: none;
	color: #f37d19;
	font-family: "Brandon Grotesque";
	font-size: 14px;
}

.speaker-summary-text {
	color: #f37d19;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	max-width: 235px;
	line-height: 22px;
	margin: 0 auto;
}

.circle-mask {
	width: 235px;
	height: 235px;
}

.speaker-container:nth-child(odd) .circle-mask, .sponsor-container:nth-child(odd) .circle-mask {
	background: url(images/circle-mask-light.png) no-repeat;
}

.speaker-container:nth-child(even) .circle-mask, .sponsor-container:nth-child(even) .circle-mask {
	background: url(images/circle-mask-dark.png) no-repeat;
}

/* Sponsors */

#content .yellow-headline, .yellow-headline {
	color: #b6dd5e;
	font-family: "Brandon Grotesque";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 22px 0;
	margin-bottom: 0;
	clear: both;
}

.page-sponsors #content .yellow-headline {
	background: #0c84a9;
	margin-top: 23px;
}

.page-sponsors #content .yellow-headline:nth-child(1) {
	margin-top: 25px;
	background: none;
}

.page-sponsors #content-sidebar-wrap .wrap, .page-schedule #content-sidebar-wrap .wrap, .page-activity-schedule #content-sidebar-wrap .wrap, .page-kidzmash-schedule #content-sidebar-wrap .wrap {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.sponsor-container-box {
	margin: 0 auto;
	text-align:center;
	max-width: 960px;
}

.sponsor-container {
	width: 100%;
	max-width: 235px;
	display: inline-block;
	margin-bottom: 40px;
	margin-left:0;
	margin-right:0;
	vertical-align: top;
}

.speaker-sponsor-container {
	display: table;
	margin: 0 auto;
}

.sponsor-photo {
	width: 235px;
	height: 235px;
	background: #3fbbae;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.sponsor-photo img {
	border-radius: 120px;
	border: 0;
	max-width: 203px;
	max-height: 203px;
}


.sponsor-website {
	margin: 20px auto 7px;
	max-width: 235px;
	text-align: center;
}

.sponsor-website a {
	text-decoration: none;
	color: #f37d19;
	font-family: "Brandon Grotesque";
	font-size: 14px;
}


.home .sponsor-container {
	width: 201px;
	height: 201px;
	margin: 0 20px 20px;
}

/*

.home .sponsor-container:nth-child(4) {
	margin-right: 0;
}
*/

.home .sponsor-photo {
	border-radius: 100px;
	height: 201px;
	width: 201px;
}

.home .home-sponsors .yellow-headline {
	padding: 0;
	margin-bottom: 7px;
}

.home .home-sponsors p {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 31px;
}

.home-sponsor-slideshow-level {
	color: #747474;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: 68px;
	text-transform: uppercase;

}

/* Responsive Menu */

#menu-top-menu {
	display: none;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 37px;
	width: 100%;
	max-width: 260px;
	background: #e79f39;
}

#menu-top-menu {
	padding: 0 31px;
	border-top: solid 5px #e06627;
	border-bottom: solid 1px #dd6822;
}

#menu-top-menu li a{
	width: 198px;
	color: #efefe5;
	font-family: "Brandon Grotesque";
	font-size: 16px;
	display: inline-block;
	text-align: center;
	height: 39px;
	border-bottom: solid 1px #e06627;
	margin: 0 auto;
	text-transform: uppercase;
	line-height: 39px;
}

#menu-top-menu li a:hover {
	color: #0c84a9;
	background: none;
}

.header-widget-area .widget_nav_menu {
	position: absolute;
	right: 0px;
}

#mobile-menu {
	text-align: left;
	cursor: pointer;
	display: inline-block;
	float: none;
	margin: 0 0 0 6px;
	height: 37px;
	width: 108px;
	visibility: visible;
	font-size: 17px;
	font-family: 'Brandon Grotesque', sans-serif;
	color: #fff;
	line-height: 37px;
	text-transform: uppercase;
	background: url(images/menu-icon.png) no-repeat 12px center #f67f01;
	position: absolute;
	right: 0px;

}

#mobile-menu.active {
	background: url(images/menu-close.png) no-repeat 12px center #f67f01;
}

#mobile-menu .menu-label {
	margin-left: 56px;
	font-size: 14px;
	font-weight: 400;
}

.header-widget-area .widget_text {
	position: absolute;
	right: 124px;
}

#menu-top-menu .social-email, #menu-top-menu .social-gplus, #menu-top-menu .social-twitter, #menu-top-menu .social-facebook {
	float: left;
	display: inline-block;
	margin: 14px 8px;
}

#menu-top-menu .social-email {
	margin-left: 4px;
}

#menu-top-menu .social-email a {
	width: 35px;
	height: 35px;
	background: url(images/social-icons.png) no-repeat;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

#menu-top-menu .social-email a:hover {
	background: url(images/social-icons.png) no-repeat;
	opacity: 0.7;
}

#menu-top-menu .social-gplus a {
	width: 35px;
	height: 35px;
	background: url(images/social-icons.png) -37px 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

#menu-top-menu .social-gplus a:hover {
	background: url(images/social-icons.png) -37px 0 no-repeat;
	opacity: 0.7;
}

#menu-top-menu .social-twitter a {
	width: 35px;
	height: 35px;
	background: url(images/social-icons.png) -74px 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

#menu-top-menu .social-twitter a:hover {
	background: url(images/social-icons.png) -74px 0 no-repeat;
	opacity: 0.7;
}

#menu-top-menu .social-facebook a {
	width: 35px;
	height: 35px;
	background: url(images/social-icons.png) -111px 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

#menu-top-menu .social-facebook a:hover {
	background: url(images/social-icons.png) -111px 0 no-repeat;
	opacity: 0.7;
}

#menu-top-menu .social-facebook {
	margin-right: 4px;
}


/* Speakers */

.single-speaker .speaker-container {
	max-width: 235px;
	clear: both;
	margin-right: 20px;
}

.single-speaker .speaker-photo-container {
	margin-bottom: 20px;
}


.speaker-social-links .speaker-facebook a, .speaker-social-links .speaker-twitter a, .speaker-social-links .speaker-linkedin a, .speaker-social-links .speaker-gplus a, .speaker-social-links .speaker-github a {
	float: left;
	display: inline-block;
	margin: 7px 8px 7px 0;
}

.speaker-social-links  .speaker-facebook a {
	width: 32px;
	height: 32px;
	background: url(images/speaker-social-icons.png) 0 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

.speaker-social-links  .speaker-facebook a:hover {
	background: url(images/speaker-social-icons.png) 0 0 no-repeat;
	opacity: 0.8;
}

.speaker-social-links  .speaker-twitter a {
	width: 32px;
	height: 32px;
	background: url(images/speaker-social-icons.png) -32px 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

.speaker-social-links  .speaker-twitter a:hover {
	background: url(images/speaker-social-icons.png) -32px 0 no-repeat;
	opacity: 0.8;
}

.speaker-social-links  .speaker-gplus a {
	width: 32px;
	height: 32px;
	background: url(images/speaker-social-icons.png) -64px 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

.speaker-social-links  .speaker-gplus a:hover {
	background: url(images/speaker-social-icons.png) -64px 0 no-repeat;
	opacity: 0.8;
}

.speaker-social-links  .speaker-linkedin a {
	width: 32px;
	height: 32px;
	background: url(images/speaker-social-icons.png) -96px 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

.speaker-social-links  .speaker-linkedin a:hover {
	background: url(images/speaker-social-icons.png) -96px 0 no-repeat;
	opacity: 0.8;
}

.speaker-social-links  .speaker-github a {
	width: 32px;
	height: 32px;
	background: url(images/speaker-social-icons.png) -128px 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

.speaker-social-links  .speaker-github a:hover {
	background: url(images/speaker-social-icons.png) -128px 0 no-repeat;
	opacity: 0.8;
}

.single-speaker p {
	margin-bottom: 35px;
}


.single-speaker #content .speaker-container p {
	color: #f37d19;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}

.single-speaker .speaker-container h3 {
	margin: 10px 0 0;
	clear:both;
	display: block;
}

.single-speaker .session-container a {
	display: inline-block;
	margin-bottom: 7px;
}

#schedule-master-container {
	max-width: 960px;
	margin: 37px auto;
	padding-bottom: 300px;
	padding-left: 5%;
	padding-right: 5%;
}

.schedule-session-container {
	margin-bottom: 63px;
	padding: 0 10px;
	max-width: 960px;
}

.session-summary b {
	font-weight: 500;
}

/*
.schedule-even{
	background: #e9ebec;
	padding: 18px 10px 24px;
	margin-bottom: 39px;
}
*/

/*
.schedule-session-container:nth-child(even){
	background: #e9ebec;
	padding: 18px 10px 24px;
	margin-bottom: 39px;
}
*/

.schedule-session-date {
	color: #747474;
	font-family: "Brandon Grotesque";
	font-size: 14px;
	margin-bottom: 12px;
}

.schedule-session-time {
	color: #0c84a9;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 2px #0c84a9;
	line-height: 24px;
	padding-bottom: 34px;
	margin-bottom: 33px;
}

.schedule-session-title, .schedule-session-title a {
	font-size: 24px;
	font-weight: 500;
	color: #747474;
	margin-bottom: 16px;
	text-decoration: none;
}

.schedule-session-title a:hover {
	color: #f67e00;
}

.schedule-speaker-room {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 43px;
}

.schedule-speaker-room a {
	color: #0c84a9;
	font-weight: bold;
	text-decoration: none;
}

.schedule-speaker-room a:hover {
	color: #f67e00;
}

.schedule-session-description {
	max-width: 775px;
	float: left;
}

.schedule-session-room-right {
	float: left;
	text-align: center;
	max-width: 160px;
	margin-top: 80px;
	width: 100%;
}

.schedule-session-container .alignleft {
	margin: 5px 24px 19px 0;
}

#content .schedule-session-description p {
	color: #747474;
	line-height: 26px;
}

.schedule-session-tags {
	float: left;
	margin-top: 20px;
	margin-right: 84px;
	font-weight: 500;
	font-size: 18px;
}

.schedule-session-tags a {
	font-weight: 400;
	color: #0c84a9;
	text-decoration: none;

}

.schedule-session-tags a:hover {
	/*color: #f67e00;*/
	cursor: default;
}

.schedule-session-level {
	float: left;
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
}

.page-schedule #content-sidebar-wrap {
	margin-top: 0;
}

/* Schedule Sticky Nav Menu */

#sticky_navigation_wrapper { 
	width: 100%;
	height: 47px;
	background: #47cdbf;
}
#sticky_navigation {
	max-width: 960px;
	height: 47px;
	background: #47cdbf;
	text-align: center;
	margin: 0 auto;
}

#sticky_navigation ul {
	list-style: none;
	margin: 0;
}

#sticky_navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#sticky_navigation ul li a {
	display: inline-block;
	margin: 0;
	padding: 0 39px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #f2f2f3;
	text-decoration: none;
	text-transform: uppercase;
}
#sticky_navigation ul li a:hover, #sticky_navigation ul li a.active {
	color: #0c84a9;
	background: #b6dd5e;
}

#sticky_navigation .top {
	float: right;
	display: block;
	background: url(images/nav-scroll-top.png) no-repeat;
	width: 36px;
	height: 47px;
	padding: 0;
}

.page-schedule .top-blue-content select {
	width: auto;
	height: 36px;
	line-height: 36px;
	border: 0;
	border-radius: 0;
	padding: 0 15px 0;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	font-size: 14px;
	color: #0c84a9;
	text-transform: uppercase;
	min-width: 140px;
	background: #f2f2f3 url(images/dropdown-arrow.png) no-repeat 94% 50%;
	margin: 0 15px 0 0;
}

.page-schedule .top-blue-content input[type="submit"] {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	width: 36px;
	background: #47cdbf;
	padding: 0;
	text-align: center;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.page-schedule .top-blue-content input[type="submit"]:hover {
	background: #f67e00;
	box-shadow: none;
	border: 0;
	-webkit-appearance: none;

}

#schedule-filter-level {
	display: none;
}

.page-template-home-takeover .top-blue-content {
	padding: 60px 0 51px;
}

.page-template-home-takeover .home-featured-boxes {
	margin: 0 auto 65px;
}

.comBlocks {
  
}

.comChannels {
  display: table-cell;
  width: 30%;
  background: #f67f01;
  color: #fff;
  vertical-align: middle;
  padding: 0 2.5%;
}

.twitterFeed {
  display: table-cell;
  width: 70%;
  height: 530px;
  overflow-y: scroll;
  padding: 5px;
  background: #fff;
}

.comChannels .official h4 {
  margin-top: 0;
  font-size: 1.25rem !important;
  color: #fff !important;
}

.comChannels .official ul li {
  font-size: 1.2rem;
}

.comChannels .unofficial h4 {
  margin-top: 40px;
  font-size: 1rem !important;
  color: #fff !important;
}

.comChannels .unofficial ul li {
  font-size: 0.9rem;
}

.comChannels h4 {
  margin-bottom: 10px;
}

.comChannels ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.comChannels ul li {
  margin: 10px 0 10px 5px;
  text-indent: -5px;
}

.comChannels ul li a:before {
  content: "-";
  text-indent: -5px;
  margin-left: -5px;
  margin-right: 5px;
}

.comChannels ul li a {
  color: #fff;
  text-decoration: none;
}

.comChannels ul li a:hover {
  color: #FEE7C9;
  transition: color 0.1s linear;
}


/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {
	.schedule-session-room-right {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
}


@media only screen and (max-width: 956px) {
	.home-featured-boxes {
		max-width: 666px;
	}

	.home-featured-post {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.home-view-blog-image {
	float: none;
	margin: 0 auto;
}
}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {

	#wrap {
		padding: 0;
	}
	.wrap, .footer-green-bar, .footer-menu, #home-wide-text, #home-bottom-text {
		padding-left: 5%;
		padding-right: 5%;
	}



	#sidebar {
		margin-bottom: 25px;
	}

	.home-slider {
		padding-top: 15px;
	}

	#home-wide-ad .textwidget {
		position: relative;
		top: -15px;
		font-size: 40px;
		line-height: 1.2;
	}

	#home-wide-ad .textwidget .ad-go {
		padding: 3px 9px;
	}

	#home-bottom-text .textwidget {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		max-width: 90%;
	}

	#home-3-cta .widget {
		float: none;
		margin: 0 auto 25px;
		max-width: 100%;
		text-align: center;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		max-width: 100%;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 0;
	}

	#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;
	}
	
	.header-widget-area {
		max-width: 100%;
	}

	#header {
		min-height: 90px;
		/*max-width: 220px;*/
	}

	#header .header-widget-area .widget {
		margin: 0;
	}
	
	#header .header-widget-area .widget_nav_menu {
		float: right;
	}

	
	.footer-widgets-1.widget-area, .footer-widgets-2.widget-area, .footer-widgets-3.widget-area {
		width: 100%;
		margin: 10px auto;
	}
	
	#header #title-area {
		display: block;
		float: none;
		margin: 15px auto;
		background-size: 100%;
	}
	
	.header-widget-area {
		max-width: 100%;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}
	

	#nav {
		background: #008100;
		margin-bottom: 20px;
	}
	
	#header #title-area, .home #header #title-area {
		margin-bottom: 5px;
	}
	
	
	
	#menu-main { display: none; }
	
	.genesis-nav-menu li, .home .genesis-nav-menu li {
		display: block;
		float: none;
		border: 0;
	}
	
	
	.genesis-nav-menu.menu-primary a, .home .genesis-nav-menu.menu-primary a {
		background: none;
		line-height: 1;
		padding: 12px 0;
		color: #fff;
	}
	
	.genesis-nav-menu.menu-primary a:hover, .home .genesis-nav-menu.menu-primary a:hover {
		background: none;
		color: #ffff01;
	}
		
	
	.genesis-nav-menu.menu-primary a {
		padding: 13px 20px;
		border-bottom: solid 1px #ffba6b;
	}
	
	#content .home-featured-boxes .widget {
		margin: 25px auto;
		clear: both;
		float: none;
		min-height: 313px;
	}
	
	
	.speaker-container {
		float: none;
		margin: 35px auto;
		clear: both;
		max-width: 100%;
	}
	
	.single-speaker .speaker-container {
		margin-right: auto;
	}
	
	.sponsor-container {
		float: none;
		margin: 0 auto;
		clear: both;
	}
	
	.header-widget-area .widget_text  {
		top: 15px;
		left: 0px;
		right: auto;
	}
	
	#mobile-menu {
		right: 15px;
		top: 24px;
	}
	
	.home .sponsor-container:nth-child(4) {
		margin-right: 40px;
	}
	
	.faq-answer {
		max-width: 100%;
		width: auto;
		margin-left: 59px;
	}
	
	#searchform #s, .newsletter-box input[type="text"] {
		max-width: 80%;
	}
	
	#menu-top-menu {
		top: -5px;
		right: 15px;
	}
	
	.blog .more-link, .archive .more-link, .search .more-link {
	 position: inherit;
	 display: block;
	 margin-top: 20px;
	}
	
	img.alignleft, .post-image, .wp-caption.alignleft {
		float: none;
		margin: 12px auto;
		clear: both;
		display: block;
	}
	
	.schedule-session-room-right {
		text-align: left;
		text-transform: uppercase;
	}


	#header #title-area {
  		float: left;
  		margin-left: -7px;
  	}
  	  	
  	.page-template-home-takeover .home-featured-boxes {
  		margin: 0 auto;
  	}
  	
  	.comChannels {
  	  display: block;
  	  width: 100%;
  	  background: transparent;
  	  padding: 0;
  	}
  	
  	.twitterFeed {
  	  display: block;
  	  width: 100%;
  	  height: 313px;
  	  margin-top: 20px;
  	}
  	
  	.comChannels h4 {
  		text-align: center;
  		margin-bottom: 0;
  	}
  	
  	.comChannels ul {
		display: table;
    	margin: 0 auto;
  	}
  	
  	.comChannels .official, .comChannels .unofficial {
  		background: #f67f01;
  		display: block;
  		width: 100%;
  		padding: 2.5% 0;
  		vertical-align: top;
  	}
  	
  	.comChannels .unofficial {
  		margin-top: 20px;
  	}
  	
  	.comChannels .official h4, .comChannels .unofficial h4 {
  	  margin-top: 0;
  	  font-size: 1.25rem !important;
  	  color: #fff !important;
  	}
  	
  	.comChannels .official ul li, .comChannels .unofficial ul li {
  	  font-size: 1.2rem;
  	}
}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	html {
		/*font-size: 87.5%; /* 14px base */
	}

	#header .search-form {
		width: 100%;
	}
	
	.wk-slideshow img {
		/*min-height: 100%;*/
		max-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%;
	}
	


	#menu-main { display: none; }

	.genesis-nav-menu li {
		display: block;
	}

	.genesis-nav-menu.menu-primary a {
		background: none;
	}
	.home .sponsor-container, .home .sponsor-container:nth-child(4) {
	margin-right: 0;
	}

	.page-schedule .top-blue-content select {
		clear: both;
		float: none;
		margin: 10px 0;
		width: 80%;
	}

	.page-schedule .top-blue-content input[type="submit"]{
		margin: 10px auto 0;
		display: block;
	}

	#sticky_navigation {
		height: auto;
	}

	blockquote {
		padding: 24px 0;
	}
	
	#sticky_navigation ul li a {
		width: 25%;
		padding: 0;
	}
}

@media only screen and (max-width: 320px) {
	#mobile-menu {
		right: 8px;
	}

}

@media only screen and (max-width: 241px) {
	#mobile-menu {
		position: relative;
		right: 0;
		top: 10px;
	}

	#header {
		min-height: 125px;
	}

	#menu-top-menu {
		right: 0;
		top: 0;
	}

	#header #title-area {
		float: none;
		margin: 10px auto;
	}
}