/*

Theme Name: Super Equity Theme

Theme URI: http://webfeetdesign.com.au/

Author: Franco Laudadio

Author URI: http://webfeetdesign.com.au/

Description: The Super Equity theme is a custom theme.

Version: 1.0

License: GNU General Public License

License URI: license.txt

Tags: brown, green, light, tan, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.



*/





/* =Reset

-------------------------------------------------------------- */



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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, font, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%/1.618;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  nav,  section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,  a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* =Global

----------------------------------------------- */



body {
	font: 14px Raleway, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .5px;
	color: #555;
}
/* Headings */

h1 {
	font-size: 32px;
	color: #B91C38;
	margin-bottom: 20px;
}
h2 {
	font-size: 24px;
	color: #B91C38;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}
h3 {
	font-size: 22px;
	color: #B91C38;
	margin-bottom: 20px;
}
h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
h5 {
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
}
h6 {
	font-size: 38px;
	color: #FFF;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */

p {
	margin-bottom: 1.5em;
	line-height: 21px;
}
p:empty {
	display: none;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
li {
	line-height: 24px;
}
ol {
	list-style: decimal;
}
li > ul,  li > ol {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
	line-height: 20px;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
.entry-title {
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,  sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,  input,  select,  textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,  input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
	background: #F494B3;
	color: #FFF;
	padding: 8px 20px;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
button:hover,  html input[type="button"]:hover,  input[type="reset"]:hover,  input[type="submit"]:hover {
	background: #B91C38;
}
button:focus,  html input[type="button"]:focus,  input[type="reset"]:focus,  input[type="submit"]:focus,  button:active,  html input[type="button"]:active,  input[type="reset"]:active,  input[type="submit"]:active {
	background: #F494B3;
}
input[type="checkbox"],  input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
 button::-moz-focus-inner,  input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type="text"],  input[type="email"],  input[type="password"],  input[type="tel"],  input[type="search"],  textarea {
	color: #666;
	border: 1px solid #00B5DD;
}
input[type="text"]:focus,  input[type="email"]:focus,  input[type="password"]:focus,  input[type="search"]:focus,  textarea:focus {
	color: #111;
}
input[type="text"],  input[type="email"],  input[type="tel"],  input[type="password"],  input[type="search"] {
	padding: 8px;
	width: 100%;
	margin-top: 3px;
}
textarea {
	height: 182px;
	margin-top: 3px;
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 98%;
}
.moretag {
	font-style: italic;
}
.edit-link {
	display: none;
}
body.single-tribe_events .ssba {
	position: absolute;
	bottom: 0;
}
body.single-tribe_events .ssba img {
	position: relative;
}
body.single-tribe_events .optIn_container {
	margin-top: 35px;
}
/* Home Page Styles 

-------------------------------------------------*/



.entry-title {
	display: none;
}
.blueBox {
	background-color: #0BB2D8;
	padding: 10px 20px;
	text-align: center;
}
.redBox {
	background-color: #B91C38;
	padding: 10px 20px;
	text-align: center;
}
.orangeBox {
	background-color: #E1685D;
	padding: 10px 20px;
	text-align: center;
}
.blueBox p, .redBox p, .orangeBox p {
	margin-bottom: 0;
	color: #FFF;
}
.blueBox h4, .redBox h4, .orangeBox h4 {
	color: #FFF;
}
.learn-btn {
	text-align: center;
}
.learn-btn a {
	color: #FFF;
	background-color: #EA8EA2;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.learn-btn a:hover {
	background-color: #E1685D;
	color: #FFF;
}
.learn-btn a:visited {
	color: #FFF;
}
#pg-27-2, #pg-27-3 {
	background-color: #F1FAFD;
}
#pg-27-2 h2 {
	margin-bottom: 0;
}
.testimonial-home {
	color: #0BB2D8;
	margin-bottom: 60px;
}
#pg-27-0 .panel-grid-cell {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* =Meta Slider

----------------------------------------------- */



.metaslider .caption-wrap {
	opacity: 0.5 !important;
	width: auto !important;
	bottom: 60% !important;
	line-height: normal !important;
}
.metaslider .caption {
	padding: 10px 30px 10px 100px !important;
	font-size: 42px;
}
/* =Structure

----------------------------------------------- */



#topBar {
	background: #CCC;
	width: 100%;
	padding: 2px 0 4px;
}
#topBar ul {
	list-style: none outside none;
	margin: 0 auto;
	text-align: right;
	width: 960px;
}
#topBar .widget {
	margin: 0;
}
#main,  .main-navigation,  .site-description {
	margin: 0 auto;
}
.site-title {
	float: left;
}
#main {
	clear: both;
	overflow: hidden;
}
#primary {
	float: left;
	margin: 0 -34% 0 0;
	padding: 62px 0 0;
	width: 100%;
}
#content {
	margin: 0 28% 0 0;
}
.fixed-width {
	width: 1040px;
	margin: 0 auto;
}
#secondary, #tertiary {
	float: right;
	margin: 115px 0;
	position: relative;
	width: 25%;
}
#tertiary {
	padding-top: 0;
}
.site-footer {
	clear: both;
	width: 100%;
	background: url(images/footer-bg.gif) no-repeat center center;
	background-color: #00A8C5;
}
#subsidiary {
	max-width: 1040px;
	margin: 0 auto;
}
.site-footer ul {
	list-style: none;
	margin: 0;
}
.site-footer li {
	border-bottom: 1px solid #00C9DC;
	padding: 10px 5px;
	line-height: normal;
}
.site-footer a, .site-footer a:visited {
	color: #fff;
}
.site-footer a:hover {
	color: #B1EFFF;
}
.site-footer p {
	color: #fff;
	margin-bottom: 1em;
}
.site-info {
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	padding: 8px 0;
	max-width: 1024px;
	margin: 0 auto;
	clear: both;
}
.copyright {
	float: left;
}
.created {
	float: right;
}
.footer-col {
	width: 31%;
	float: left;
	margin: 35px 30px 35px 0;
}
.footer-col-last {
	margin: 35px 0;
	width: 31%;
	float: left;
}
#siteInfo-container {
	text-transform: uppercase;
	background: #E1685D;
	clear: both;
}
#pg-4-4 {
	background-color: #F1FAFD;
}
#pg-6-1, #pg-984-1 {
	background-color: #0BB2D8;
}
#pg-8-1 {
	background-color: #B91C38;
}
#pg-8-3 {
	background-color: #B91C38;
}
#pg-8-5 {
	background-color: #F1FAFD;
}
#pg-10-1 {
	background-color: #E1685D;
}
#pg-12-1 {
	background-color: #EA8EA2;
}
#pg-14-2 {
	background-color: #F1FAFD;
}

.so-widget-sow-image-sow-image-830f182db3ca .sow-image-container {
	margin-bottom: -4px;
}
td.service-cell {
	vertical-align: top;
	padding: 15px 0 0 10px;
}
table.personal-table td {
	background-color: #b91c38;
	border-right: 10px solid #fff;
	padding: 10px 30px;
	text-align: center;
}
.optIn_container {
	background-color: #7fd5e4;
	height: 75px;
	padding-top: 12px;
	text-align: left;
	width: 100%;
}
.optIn_container .widget {
	margin: 0;
}
.optIn {
	width: 1040px;
	margin: 0 auto;
}
#text-7 {
	float: left;
	width: 48%;
}
#text-7 p {
	margin-bottom: 0;
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
.mc4wp-form {
	float: right;
	width: 49%;
	margin-top: 7px;
}
.mc4wp-form p {
	float: left;
	margin-right: 10px;
	width: 37%;
}
.submit_btn {
	width: 15% !important;
}
.optIn_container input[type="text"], .optIn_container input[type="email"], .optIn_container input[type="tel"], .optIn_container input[type="password"], .optIn_container input[type="search"] {
	width: auto;
	margin-top: 0;
}
.col-3 {
	width: 33%;
}
#mc_embed_signup .indicates-required {
	float: right;
}
#mc_embed_signup .mc-field-group label {
}
.col-3 input[type="text"],  .col-3 input[type="email"],  .col-3 input[type="tel"],  .col-3 input[type="password"],  .col-3 input[type="search"] {
}
.col-3 select {
	padding: 8px;
	width: 100%;
}
#mc_embed_signup #mce-success-response {
	color: #00a8c5 !important;
	line-height: 18px;
}
/* =Contact Page 

------------------------------------------------*/



.contact {
	font-size: 15px;
	color: #00B2DD;
	line-height: 24px;
	margin-top: 10px;
}
.contact p:empty {
	display: block;
}
#contact-left {
	float: left;
	width: 27%;
}
#contact-right {
	float: right;
	width: 69%
}
#contact-left p, #contact-right p {
	margin-bottom: 1em;
	color: #00A8C5;
	font-weight: 600;
}
.submit {
	clear: both;
	float: right;
}
/* =Masonary Layout  

------------------------------------------------*/



.item {
	float: left;
	height: auto;
	width: 25%;
}
/* =Layout Changes - Left Sidebar  

------------------------------------------------*/

.left-sidebar  .content-area {
	float: right !important;
	margin: 0 0 0 -34% !important;
	width: 100%;
}
.left-sidebar  .site-content {
	margin: 0 0 0 34% !important;
}
.left-sidebar  .widget-area {
	float: left !important;
	overflow: hidden;
	width: 22%;
}
/* =Layout Changes - Full width  

------------------------------------------------*/

.fullwidth {
	margin: 0 !important;
}
/* Header

----------------------------------------------- */



.ph-num {
	font-size: 15px;
	margin-left: 10px;
}
#masthead {
	width: 100%;
	padding: 12px 0;
	position: fixed;
	z-index: 1;
	background: url(images/nav_background.gif) top center no-repeat;
	background-color: #F1FAFD;
}
.site-branding {
	padding: 30px 0;
}
.site-description {
	color: #666;
	font-size: 13px;
	font-style: italic;
}
.site-title a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#masthead.small {
	top: 0;
	padding: 6px 0;
	transition: all 1s;
}
#masthead.small img {
	width: 70%;
	height: auto;
}
#masthead.small .navigation-main ul {
	margin: 10px 30px 0 0;
}
#masthead.small #callToAction p {
	display: none;
}
#masthead.small #callToAction a {
	margin-top: 7px;
}
#masthead.small .navigation-main ul ul {
	top: 14px;
}
#masthead, #masthead li, #masthead img, #masthead nav, #masthead a {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
/* Sizes for the bigger menu */

#masthead.large {
	transition: all 1s;
}
#masthead.large img {
	width: 100%;
	height: auto;
}
#masthead.large li {
}
#callToAction {
	float: right;
}
#callToAction p {
	color: #0BB2D8;
	margin-bottom: 5px;
	font-weight: 700;
}
#callToAction a {
	background-color: #B91C38;
	color: #FFF;
	float: right;
	padding: 5px 20px;
	font-weight: 600;
}
#callToAction a:hover {
	background-color: #E1685D;
}
/* Links 

--------------------------------------------------*/

a {
	text-decoration: none;
	color: #E1685D
}
a:visited {
	color: #CA0033;
}
a:hover,  a:focus,  a:active {
	color: #CA0033;
}
/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers 

--------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	display: none;
}
.screen-reader-text:hover,  .screen-reader-text:active,  .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Clearing 

---------------------------------------------------*/

.clear:before,  .clear:after,  [class*="content"]:before,  [class*="content"]:after,  [class*="site"]:before,  [class*="site"]:after {
	content: '';
	display: table;
}
.clear:after,  [class*="content"]:after,  [class*="site"]:after {
	clear: both;
}
.clear {
	clear: both;
}
/* =Menu

----------------------------------------------- */

.site-header {
}
.navigation-main {
	font-size: 13px;
	margin: 0 auto;
	overflow: visible;
	width: 1140px;
}
.menu, .menu-primary-container {
}
/*Strip the ul of padding and list styling*/

.navigation-main ul {
	float: right;
	list-style-type: none;
	margin: 32px 20px 0 0;
	padding: 0;
}
/*Create a horizontal list with spacing*/

.navigation-main li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}
/*Style for menu links*/

.navigation-main li a {
	color: #0bb2d8;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation-main ul ul {
	display: none;
	float: left;
	margin: 0;
	padding-top: 30px;
	position: absolute;
	top: 54px;
	z-index: 99999;
}
.navigation-main ul ul a {
	width: auto;
	padding: 8px 15px 8px;
}
.navigation-main li a:hover {
	color: #E1685D;
}
/*Hover state for top level links*/

.navigation-main li:hover a {
}
/*Style for dropdown links*/

.navigation-main li:hover ul a {
}
/*Hover state for dropdown links*/

.navigation-main li:hover ul a:hover {
	background: #B91C38;
	color: #FFF;
}
/*Hide dropdown links until they are needed*/

.navigation-main li ul {
}
/*Make dropdown links vertical*/

.navigation-main li ul li {
	display: block;
	float: none;
}
/*Prevent text wrapping*/

.navigation-main li ul li a {
	background: #e1685d none repeat scroll 0 0;
	color: #fff;
	min-width: 100px;
	padding: 6px 20px;
	width: auto;
}
.navigation-main li ul li.current_page_item a, .navigation-main li ul li.current-menu-item a {
	color: #FFF;
	background: #B91C38;
}
/*Display the dropdown on hover*/

.navigation-main ul li a:hover + .sub-menu, .sub-menu:hover {
	display: block;
}
/*Style 'show menu' label button and hide it by default*/

.show-menu {
	background-image: url(images/open_menu.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #00B8E2;
	clear: both;
	color: #fff;
	display: none;
	margin: 0 -10px;
	padding: 18px 0;
	text-align: center;
	text-decoration: none;
}
/*Hide checkbox*/

input[type=checkbox] {
	display: none;
}
/*Show menu when invisible checkbox is checked*/

input[type=checkbox]:checked ~ .menu {
	display: block;
}
.navigation-main li.current_page_item a, .navigation-main li.current-menu-item a {
	color: #E1685D;
}

/*Responsive Menu Styles*/



@media screen and (max-width : 760px) {
/*Make dropdown links appear inline*/

.navigation-main ul {
	display: none;
	position: static;
}
/*Create vertical spacing*/

.navigation-main li {
	margin-bottom: 1px;
}
/*Make all menu links full width*/

.navigation-main ul li, .navigation-main li a {
	width: 100%;
}
/*Display 'show menu' link*/

.show-menu {
	display: block;
}
}
/* =Content

----------------------------------------------- */



.sticky {
}
.hentry {
	margin: 0;
}
.updated {
	display: none;
}
.single .byline,  .group-blog .byline {
	display: inline;
}
.entry-content,  .entry-summary {
	margin: 1em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* =Calendar

----------------------------------------------- */





body.single-tribe_events #content {
	border-right: medium none !important;
	margin: 0 !important;
	padding-right: 0 !important;
}
body.single-tribe_events .tribe-events-before-html {
	display: none;
}
body.single-tribe_events #tribe-events .tribe-events-content p, body.single-tribe_events .tribe-events-after-html p, body.single-tribe_events .tribe-events-before-html p {
	line-height: 21px;
}
#educationDiv {
	background-color: #EA8EA2;
	padding: 20px 0 40px;
}
body.post-type-archive-tribe_events #main {
	margin: 0 !important;
	width: 100% !important;
}
.stretch {
	width: 100%;
}
#tribe-events-content-wrapper {
	width: 1040px;
	margin: 40px auto;
}
/* =Blog single

----------------------------------------------- */



body.single #main {
	width: 1140px;
}
body.single #content {
	border-right: 1px solid #0bb2d8;
	margin: 50px 28% 60px 0;
	padding-right: 35px;
}
/* =Blog landing

----------------------------------------------- */



body.archive #main {
	margin: 50px auto 60px;
	width: 1140px;
}
#masonry .entry-meta-archive {
	display: none;
}
body.archive #primary {
	padding: 32px 0 0;
}
#masonry .entry-content, .entry-summary {
	margin: 1em 15px 0 0;
}
#masonry {
	margin-top: 120px;
}
.page-title {
	background: #00a8c5 none repeat scroll 0 0;
	color: #fff;
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title,  .archive .format-aside .entry-title {
	display: none;
}
#secondary a {
	color: #0BB2D8;
}
#secondary a:visited {
	color: #0BB2D8;
}
#secondary a:hover,  #secondary a:focus,  #secondary a:active {
	color: #F25F57;
}
#secondary .widget-title {
	font-size: 24px;
}
#secondary .blueBox a, #secondary .redBox a, #secondary .orangeBox a {
	color: #fff;
	display: block;
	margin-top: 5px;
}
#secondary .blueBox a:hover, #secondary .redBox a:hover, #secondary .orangeBox a:hover {
	color: #ECF9FC;
}
#secondary .blueBox p, #secondary .redBox p, #secondary .orangeBox p {
	font-size: 12px;
	font-style: italic;
}
#secondary .blueBox, #secondary .redBox, #secondary .orangeBox {
	text-align: left;
}
#tw-recent-posts-4 {
	margin-bottom: 3em;
}
/* =Media

----------------------------------------------- */



.entry-content img.wp-smiley,  .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */

embed,  iframe,  object {
	max-width: 100%;
}
/* =Navigation

----------------------------------------------- */



.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* =Comments

----------------------------------------------- */



.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/* =Widgets

----------------------------------------------- */



.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}
/* Search widget */

.widget_search .search-submit {
	display: none;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}
/* =Customizer

----------------------------------------------- */







/* =Infinite Scroll

----------------------------------------------- */



/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */  .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
	display: block;
}
/* =Back to top style

----------------------------------------------- */



.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}
.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
}

/* =Responsive

----------------------------------------------- */



@media only screen and (min-width: 969px) and (max-width: 1140px) {
#main, .navigation-main, .site-title, .site-description {
	max-width: 100%;
}
.menu, .menu-primary-container {
	width: auto;
}
#subsidiary {
	max-width: 100%;
}
.site-info {
	max-width: 100%;
}
.navigation-main ul {
	margin: 32px 0 0;
}
.navigation-main li a {
	font-size: 13px;
	padding: 0 8px;
}
.metaslider .caption {
	font-size: 32px;
	padding: 10px 30px !important;
}
.metaslider .caption-wrap {
	bottom: 55% !important;
}
.fixed-width {
	width: 96%;
}
#masthead {
	padding: 12px;
}
.blueBox p, .redBox p, .orangeBox p {
	font-size: 13px;
}
.site-info {
	padding: 8px 18px;
}
#subsidiary {
	max-width: 96%;
}
h6 {
	font-size: 34px;
}
.navigation-main li ul li a {
	padding: 4px 15px;
}
body.archive #main {
	width: 96%;
}
#tribe-events-content-wrapper {
	width: 96%;
}
body.single #main {
	width: 96%;
}
.optIn {
	width: 98%;
}
#text-7 p {
	font-size: 16px;
}
#masthead.small {
	padding: 6px 20px;
}
}

@media only screen and (min-width: 761px) and (max-width: 968px) {
#main, .navigation-main, .site-title, .site-description {
	max-width: 100%;
}
.menu, .menu-primary-container {
	width: auto;
}
#subsidiary {
	max-width: 100%;
}
.site-info {
	max-width: 100%;
}
.navigation-main ul {
	background: #95e3ed none repeat scroll 0 0;
	float: left;
	margin: 8px 0 0;
	width: 100%;
}
.navigation-main ul ul {
	width: auto;
	background: none;
	margin: 20px 0 0;
}
.navigation-main li a {
	padding: 0 27px;
}
.metaslider .caption {
	font-size: 24px;
	padding: 10px 30px !important;
}
.metaslider .caption-wrap {
	bottom: 12% !important;
}
.fixed-width {
	width: 96%;
}
#masthead {
	padding: 12px;
}
.redBox, blueBox, orangeBox {
	min-height: 100px;
}
.blueBox p, .redBox p, .orangeBox p {
	font-size: 13px;
}
h4 {
	font-size: 14px;
}
.site-info {
	padding: 8px 18px;
}
#subsidiary {
	max-width: 96%;
}
h6 {
	font-size: 34px;
}
.navigation-main li ul li a {
	padding: 4px 15px;
}
#tribe-events-content-wrapper {
	width: 96%;
}
body.single #main {
	width: 96%;
}
.footer-col {
	width: 30%;
}
.entry-content, .entry-summary {
	margin: 3em 0 0;
}
body.single .entry-content, body.single .entry-summary {
	margin: 1em 0 0;
}
body.archive #main {
	margin: 80px auto 30px;
	width: 96%;
}
.entry-meta-top {
	font-size: 12px;
}
.tw-recent-posts .featured-post img {
	display: none;
}
body.single #content {
	margin: 80px 28% 60px 0;
	padding-right: 25px;
}
h5 {
	font-size: 14px;
}
#secondary, #tertiary {
	margin: 140px 0;
}
#tribe-events-content {
	padding: 50px 0 0;
}
.contact {
	font-size: 12px;
	line-height: 21px;
}
.optIn {
	width: 98%;
}
#text-7 p {
	font-size: 14px;
	line-height: 22px;
}
.optIn button, .optIn input[type="button"], .optIn input[type="reset"], .optIn input[type="submit"] {
	padding: 6px 10px;
}
.optIn_container input[type="text"], .optIn_container input[type="email"], .optIn_container input[type="tel"], .optIn_container input[type="password"], .optIn_container input[type="search"] {
	padding: 5px;
}
.mc4wp-form {
	width: 50%;
}
#masthead.small {
	padding: 6px 20px;
}
#masthead.small .navigation-main ul ul {
	top: 44px;
}
}

@media only screen and (min-width:768px) and (max-width: 780px) {
#pgc-27-1-0, #pgc-27-1-1, #pgc-27-1-2 {
	width: 33.333% !important;
	float: left !important;
}
}

@media only screen and (max-width: 768px) {
body {
	font: 13px Raleway, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navigation-main, .site-title, .site-description {
	max-width: 100%;
	margin-top: 30px;
}
#main {
	margin-top: 128px;
}
#masthead {
	background: #f1fafd none repeat scroll 0 0;
	padding: 12px 0 0;
}
#masthead.small {
	padding: 0;
}
.ph-num {
	font-size: 13px;
	position: absolute;
	top: -8px;
	width: 110px;
	margin-left: 0;
}
.site-title {
	margin: 0 auto 5px;
	width: 279px;
	float: none;
}
#callToAction {
	background: #b91c38 none repeat scroll 0 0;
	float: none;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
}
#masthead.small #callToAction, #masthead.small .site-title {
	display: none;
}
#masthead.small .navigation-main {
	margin-top: 0;
}
#callToAction p {
	color: #fff;
	float: left;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
}
#callToAction a {
	padding: 7px 10px 0;
}
.navigation-main ul ul {
	float: left;
	margin: 0;
	padding-top: 0;
	position: relative;
	top: 1px;
	z-index: 99999;
	width: 100%
}
.navigation-main ul {
	margin: 0;
}
#masthead.small .navigation-main ul {
	margin: 0;
}
.navigation-main li a {
	background: #e1685d none repeat scroll 0 0;
	color: #fff;
	min-width: 100px;
	padding: 6px 20px;
}
.navigation-main li a:hover {
	background: #b91c38 none repeat scroll 0 0;
}
.navigation-main li {
	padding: 0 !important;
}
.navigation-main li.current_page_item a, .navigation-main li.current-menu-item a {
	color: #fff;
}
.menu, .menu-primary-container {
	width: 100%;
}
#subsidiary {
	max-width: 90%;
	padding-top: 20px;
}
.site-info {
	max-width: 96%;
}
.fixed-width {
	width: 90%;
}
#content {
	margin: 0;
}
#primary {
	float: none;
	margin: 0;
}
#secondary, #tertiary {
	width: 95%;
}
.copyright {
	float: none;
	text-align: center;
}
.created {
	float: none;
	text-align: center;
}
.footer-col {
	width: 98%;
	margin: 0;
}
.footer-col-last {
	width: 98%;
	margin: 0;
}
.site-info {
	font-size: 10px;
}
.navigation-main li {
	padding: 10px 14px 3px;
}
#primary {
	padding: 0;
}
h6 {
	font-size: 24px;
}
body.single .entry-content, body.single .entry-summary {
	margin: 1em 0 0;
}
body.archive #main {
	margin: 110px auto 30px;
	width: 96%;
}
.item {
	width: 100%;
}
.page-title {
	padding: 10px;
}
#masonry .entry-content, .entry-summary {
	margin: 1em 5px 0 0;
}
#masonry {
	margin-top: 80px;
}
.overlay {
	z-index: -1 !important;
}
body.single #main {
	width: 96%;
}
body.single #content {
	border-right: medium none;
	margin: 50px 0 60px;
	padding-right: 5px;
}
#secondary, #tertiary {
	display: none;
}
#tribe-events-pg-template .tribe-events-content h6, .tribe-events-after-html h6, .tribe-events-before-html h6 {
	font-size: 16px;
	line-height: 24px;
}
#tribe-events-content-wrapper {
	margin: 10px auto;
	width: 96%;
}
#tribe-events-content {
	padding: 0;
}
.tribe-events-before-html {
	margin-top: 95px;
}
#tribe-events {
	margin-top: 25px;
}
#contact-left {
	width: 100%;
}
#contact-right {
	width: 100%;
}
.metaslider .caption {
	font-size: 14px;
	padding: 10px 30px 10px 10px !important;
}
.metaslider .caption-wrap {
	bottom: 35% !important;
}
#pgc-27-1-0, #pgc-27-1-1, #pgc-27-3-0, #pgc-27-3-1, #pgc-27-3-2 {
	margin-bottom: 0!important;
}
h4 {
	font-size: 12px;
}
table.personal-table td {
	padding: 10px;
}
#pg-4-1, pg-4-2, pgc-4-2-0 {
	margin-bottom: 1px !important;
}
h1 {
	font-size: 26px;
}
p {
	font-size: 13px;
	margin-bottom: 1em;
}
.flex-control-nav {
	display: none;
}
.metaslider .flexslider {
	margin: 0 !important;
}
#pg-6-1, #pg-6-2, #pg-6-3, #pg-6-4, #pl-6 .panel-grid-cell .so-panel {
	margin-bottom: 1px !important;
}
#pg-10-1, #pl-10 .panel-grid-cell .so-panel {
	margin-bottom: 1px !important;
}
#pg-8-1, #pl-8 .panel-grid-cell .so-panel {
	margin-bottom: 1px !important;
}
.tribe-events-content h2, .tribe-events-after-html h2, .tribe-events-before-html h2 {
	margin: 1px 0;
}
#pg-27-1 img {
	width: 100%;
	margin-bottom: -1.5em;
}
.learn-btn a {
	display: block;
}
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
	font-size: 24px;
	line-height: 32px !important;
}
.optIn_container {
	padding: 12px 0;
	height: auto;
}
.optIn {
	width: 98%;
}
#text-7 {
	float: none;
	padding: 0 20px 10px;
	width: 98%;
}
.mc4wp-form {
	float: none;
	padding: 0 20px;
	width: 100%;
}
.mc4wp-form p {
	float: none;
	margin-right: 0;
	width: 100%;
}
.optIn_container input[type="text"], .optIn_container input[type="email"], .optIn_container input[type="tel"], .optIn_container input[type="password"], .optIn_container input[type="search"] {
	width: 100%;
}
}
