/*
Theme Name: Brandhome v3
Theme URI: http://www.brandhome.com
Description: The Brandhome v3 theme
Version: 0.1
Author: Alec Van Noten for Brandhome
Author URI: http://www.brandhome.com
*/

/******************
** CSS BRANDHOME **
******************/

h2.blacktext {color:#616B70 !important;}


* {
	-webkit-transition: all 125ms linear;
	-moz-transition: all 125ms linear;
	-o-transition: all 125ms linear;
	-ms-transition: all 125ms linear;
	transition: all 125ms linear;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.3;
	background:#e6e6e6;
	color:#616B70;
}

.shadow {
	-webkit-box-shadow: 0 6px 13px 0 rgba(50, 50, 50, .1);
	-moz-box-shadow: 0 6px 13px 0 rgba(50, 50, 50, .1);
	box-shadow: 0 6px 13px 0 rgba(50, 50, 50, .1);
}

em {
	font-style:italic
}

a {
	color:#ee8018;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
.orangebg a {
	color:#fff
}
h2 {
	color:#ee8018;
	font-size:50px;
}
h5 {
	color:#ffffff;
	font-size:50px;
}
h3, h4, p {
	color:#616B70;
	font-size:50px;
}
p, ul, ol {
	font-size:20px;
	margin-bottom:16px;
	line-height:1.6
}

.mas ul, ol {
	font-size:20px;
	margin-bottom:16px;
	line-height:1.6;
	color:#ffffff;
}
.mas li{color:#ffffff;}

.whitebg {
	background:#fff
}
.blackbg {
	background:#000
}
.orangebg {
	background:#ee8018
}
.lorangetxt {
	color:#faab5f
}
.whitetxt {
	color:#fff
}
.dgreybg {
	background:#616B70
}
.lgreybg {
	background:#ebebec
}
.lgreybg2 {
	background:#7d176e
}
.orangetxt {
	color:#ee8018
}
.inner-label.nomargin {
	margin-bottom:0
}

.button {
	margin:36px 0
}
.button.center {
	text-align:center
}
.button.white a {
	font-size:36px;
	text-align:center;
	padding:14px;
	border:2px solid #fff;
	text-decoration:none;
}
.button.white:hover a {
	color:#000;
	background:#fff
}
.button.orange a {
	font-size:36px;
	text-align:center;
	padding:14px;
	border:2px solid #ee8018;
	color:#ee8018;
	text-decoration:none;
}
.button.orange:hover a {
	color:#fff;
	background:#ee8018
}

.addpadding {
	padding:40px
}

.table {
	display:table;
}
.table .col-inner {
	display:table-cell;
	vertical-align:middle
}

.page-know-how .table h2,
.page-know-how .table h3 {
	line-height:1.1
}
.page-know-how .table h3 {
	margin-bottom:36px
}
.page-know-how .books h2,
.page-triple-a .books h2 {
	margin-bottom:24px;
	margin-top:48px;
	line-height:1.1
}

sup {
	font-size:50%;
	vertical-align: baseline;
	position: relative;
	top: -.8em;
}


.absolute {
	position:absolute
}

.limited-width {
	/*max-width:55%*/
}
.highmargin {
	margin-top:64px
}

.menu-vertical li {
	margin-bottom:6px;
}
.menu-horizontal ul li {
	display:inline-block
}

#container {
	max-width:1280px;
	margin:0 auto;
	background:#fff
}

#topheader, #bottomfooter {
	width:100%;
	padding:20px 40px;
	display:table;
	background:#fff
}
#topheader {
	position:fixed;
	top:0;
	display:block;
	z-index:9999 !important;
	max-width:1280px;
}
.headroom--unpinned #topheader {
	top:-80px;
}
#content {
	padding-top:106px
}
#topheader {
	height:106px;
}
.headroom--not-top #topheader {
	height:80px
}
#topheader img {
	vertical-align:middle;
	height:66px;
	width:auto;
}
#topheader img.maslogo {
	position:absolute;
	top:55px;
	left:55px;
	height:50px;
}
.headroom--not-top #topheader img {
	height:40px
}
.headroom--not-top #topheader img.maslogo {
	top:40px;
	left:50px;
	height:30px;
}
#topheader img.desktop {
	display:inline;
}
#topheader img.mobile {
	display:none
}

.nav-toggle-holder {
	position:relative
}
.nav-toggle, .nav-toggle-holder .icons {
	position: absolute;
	right: 0;
	top:-45px;
	cursor: pointer;
	display: block;
}
.nav-toggle-holder .icons {
	right:45px;
	top:-48px
}
.headroom--not-top .nav-toggle {
	top:-30px;
}
.headroom--not-top .nav-toggle-holder .icons {
	top:-35px
}
.nav-toggle .hamburger {
	height: 20px;
	width: 20px;
}
.nav-toggle .hamburger .line {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	background-color: #616B70;
	height: 4px;
	left: 0px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: absolute;
	right: 0px;
}
.nav-toggle .hamburger .line2, .nav-toggle .hamburger .line3 {
	left: 0px;
	margin-top: -2px;
	right: 0px;
	top: 50%;
}
.nav-toggle .hamburger .line1 {
	margin: 0px;
	top: 0px;
}
.nav-toggle .hamburger .line2, #mainNav .nav-toggle .hamburger .line3 {
	left: 0px;
	margin-top: -2px;
	right: 0px;
	top: 50%;
}
.nav-toggle .hamburger .line2, #mainNav .nav-toggle .hamburger .line3 {
	left: 0px;
	margin-top: -2px;
	right: 0px;
	top: 50%;
}
.nav-toggle .hamburger .line4 {
	margin-top: -4px;
	top: 100%;
}
.nav-toggle .hamburger:hover .line {
	background-color: #ee8018;
}
.show.nav-toggle .hamburger .line {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.show.nav-toggle .hamburger .line1, .show.nav-toggle .hamburger .line4 {
	left: 50%;
	margin-top: -2px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	right: 50%;
	top: 50%;
}
.show.nav-toggle .hamburger .line2 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
.show.nav-toggle .hamburger .line3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
}
.show.nav-toggle .hamburger .line4 {
	left: 50%;
	margin-top: -2px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	right: 50%;
	top: 50%;
}

#menu-holder {
	position:relative;
	top:20px;
	margin-right:-40px
}
#menu-holder-inner {
	position:absolute;
	right:0;
	top:0;
}
#menu {
	z-index:9999;
	background:#000;
	background: rgba(0, 0, 0, 0.8);
	max-width:50%;
	padding:40px;
	position:absolute !important;
	opacity:0;
	color:#fff;
	overflow:auto;
	overflow-scrolling: auto;
	-webkit-overflow-scrolling: touch;
}
#menu.show {
	opacity:1
}
#menu ul li a {
	color:#fff;
	text-decoration:none;
	font-size:36px;
}
#menu ul li.current-menu-item a,
#menu ul li.current-post-parent a {
	color:#ee8018
}
#menu ul li a:hover {
	color:#ee8018
}
#menu ul li.current-menu-item a:hover,
#menu ul li.current-post-parent a:hover {
	color:#fff
}
#menu .icons {
	margin-top:36px
}
#menu .icons ul li {
	width:22px;
	height:22px;
	margin-right:20px;
}

.col {
	position:relative;
	overflow:hidden;
}
.col100 {
	width:100%;
}
.col img {
	display: block;
}
#content article .paragraph p img,
#content article .paragraph p .video-container,
#content article .paragraph .video-container {
	margin:36px 0;
}
 #content article .paragraph h2 {
	font-size:32px;
	margin: 36px 0 16px 0
}
 #content article .paragraph h3,
 #content article .paragraph h4 {
	font-size:24px;
	margin: 36px 0 16px 0;
}
 #content article .paragraph ol,
 #content article .paragraph ul {
	margin: 12px 0 12px 0;
}
 #content article .paragraph ol li,
 #content article .paragraph ul li {
	list-style:decimal;
	margin: 8px 0 8px 36px;
	line-height:1.3
}
 #content article .paragraph ul li {
	list-style:disc;
}

img.aligncenter {
	display:block;
}
.col50 {
	width:50%;
	float:left;
}
.col33 {
	width:33.3333333%;
	float:left;
}
.col20 {
	width:20%;
	float:left;
}
.col25 {
	width:25%;
	float:left;
}

.col-inner {
	position:relative
}

.front, .hover, .overlay {
	position:absolute;
	bottom:0;
	left:0;
	padding:40px;
	z-index:99;
	overflow:hidden;
	width:100%;
}
.col50 .front, .col50 .hover, .overlay, #footermenu .col-inner {
	padding:40px;
}
.overlay {
	top:0;
	left:0;
	height:100%;
	background:#ee8018;
	opacity:0;
	z-index:99;
}
.bottomleft {
	width:100%;
	bottom:0;
	left:0;
}
.topleft {
	top:0;
	left:0;
}

.hover {
	display:none;
	opacity:0;
	z-index:99
}
.col .hover {
	position:absolute;
	display:none;
	opacity:0;
}
.col .hover .hover-inner {
	position:relative;
	display:none;
	opacity:0;
}

img.mobile {
	display:none
}
.touch-started img,
.hoverable:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.hoverable:hover .hover,
.hoverable:hover .hover .hover-inner,
.touch-started .hover,
.touch-started .hover .hover-inner {
	display:block;
	opacity:1;
}
.hoverable:hover .overlay,
.touch-started .overlay {
	opacity:.9
}
.hoverable:hover .front,
.touch-started .front {
	display:none;
	opacity:0;
}
.hoverable:hover .nohide,
.touch-started .nohide {
	display:block;
	opacity:1;
}

.inner-label {
	font-size:14px;
}
.hoverable:hover .inner-label,
.touch-started inner-label {
	color:#fff !important
}
.hoverable p {
	margin-bottom:0
}

.page article,
.single article,
.error404 article,
.search article {
	position:relative;
}
.page .inner-label,
.single .inner-label,
.error404 .inner-label,
.search .inner-label {
	margin-bottom:38px;
	display:block;
}
.contentcontainer, .quote .front-inner {
	position: relative;
}
.quote .front {
	padding:0
}
.team {
	background:#000
}
.contentcontainer,
.quote .front-inner,
.quote .inner-label {
	margin: 0 auto;
	max-width: 960px;
	padding: 40px;
	margin-right: 12%;
	margin-left: 12%;
}
.headercontent {
	top: -150px;
	margin-bottom: -150px;
	-webkit-box-shadow: 0px -40px 50px -27px rgba(51, 51, 51, 0.4);
	-moz-box-shadow: 0px -40px 50px -27px rgba(51, 51, 51, 0.4);
	box-shadow: 0px -40px 50px -27px rgba(51, 51, 51, 0.4);
}
.articleheader p,
.excerpt p {
	font-size:30px;
	line-height:1.3;
	margin-bottom:0
}

.articleheader .paragraph p {
	font-size:20px;
	margin-bottom:22px;
}

.excerpt p {
	margin-bottom:32px;
}

.socialsharing {
	margin-top:38px
}
.contact {
	margin-top:12px
}

.hover h3, .quote h2 {
	color:#faab5f;
}
.hover h3 {
	font-size:50px;
}
.hover p {
	color:#fff;
	font-size:50px;
}
.col33 .hover h3,
.col33 .hover p {
	font-size:36px;
}
.hover a {
	color:#fff;
	text-decoration:none
}
.hover a:hover {
	text-decoration:underline
}

.black span,
.black h2 {
	color:#000
}
.white span,
.white h2 {
	color:#fff
}
.big-text h2 {
	font-size:42px;
}

.small-text {
	font-size:18px !important
}

#bottomfooter {
	background:#ee8018;
	height:40px;
}
#bottomfooter span, #bottomfooter a {
	color:#fff;
	font-size:12px;
}
.left {
	float:left;
}
.right {
	float:right
}
.notoppadding {
	padding-top:0
}
.notopmargin {
	margin-top:0
}

#footermenu a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
#footermenu .current-menu-item a,
#footermenu .current-post-parent a {
	color:#ee8018;
}
#footermenu a:hover {
	color:#ee8018
}
#footermenu .current-menu-item a:hover,
#footermenu .current-post-parent a:hover {
	color:#fff;
}

#brandhomegroup-footer,
#pagination {
	background:#000;
	padding:40px 0;
}
#pagination a {
	color:#fff
}
#brandhomegroup-footer .col100,
#pagination {
	padding:0 10px 40px 40px;
	font-size:15px;
	color:#8c8c8c;
}
#brandhomegroup-footer .col20 {
	padding:0 5%;
}
#brandhomegroup-footer img {
	opacity:.6;
	cursor:pointer;
}
#brandhomegroup-footer img:hover {
	opacity:1
}
#brandhomegroup-footer a,
#brandhomegroup-footer a:hover {
	color:#8c8c8c;
}

#pagination {
	background:#ee8018;
	padding:40px;
	text-align:center;
	display:block;
}
#pagination ul {
	margin:0
}
#pagination ul li {
	width:42px;
	height:42px;
	background:none;
	margin:0 8px;
	color:#fff;
	text-align:center;
	display:inline-table;
	position:relative;
}
#pagination ul li.active {
	background:#fff
}
#pagination ul li.active a {
	color:#ee8018
}
#pagination ul li a,
#pagination ul li span {
	color:#fff;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
}
#pagination ul li:hover a {
	color:#616B70
}

.page-contact #gmap_canvas {
	width:100%;
	height:640px;
}
.page-contact .articleheader h3 a,
.page-contact .articleheader h3 a:hover {
	color:#616B70;
	text-decoration:none
}

table {
	width:100%;
	margin:36px 0;
}
td {
	width:50%;
	padding:8px;
	border-bottom:1px dashed #616B70
}

.royalSlider {
	height:inherit;
}
.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    background: none !important;
    color: #616B70;
}
.gallery-quotes .rsContent {
	padding:0 40px
}
.gallery {
	margin-top:32px;
}
.gallery h3, .gallery p {
	font-size:23px;
	margin-top:24px;
}
.gallery p {
	color:#fff;
}
.gallery h3 {
	font-style:italic
}
/* STICKYMENU1 */
#stickymenu {
	position:fixed;
	top:106px;
	width:100%;
	max-width:1280px;
	padding:0 20px;
	background:#d91243;
	z-index:999;
	text-align:center;
}
.headroom--not-top #stickymenu {
	top:80px
}
.headroom--unpinned #stickymenu {
	top:0
}
#stickymenu ul {
	margin-bottom:0
}
#stickymenu ul li {
	display:inline-block;
	padding:20px;
}
#stickymenu ul li:last-child {
	margin-right:0;
}
#stickymenu ul li:hover,
#stickymenu ul li.active {
	background:#fff
}
#stickymenu a {
	color:#fff;
	text-transform:uppercase
}
#stickymenu ul li:hover a,
#stickymenu ul li.active a {
	color:#616B70;
	text-decoration:none;
}
/* set offset anchors for scroll */
a.anchor {
    display: block;
    position: relative;
    top: -68px;
    visibility: hidden;
}
.headroom--not-top a.anchor {
	top:-148px
}

/* SOCIAL FEED RESTYLING *
.dcsns {
 	clear: both;
 	background:none;
 	border-radius: 0;
 	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
 	color: #616B70;
 	list-style: none;
 	margin: 0;
	padding:0;
}

.stream li {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	font-family:Verdana, Geneva, sans-serif;
}
.stream li .section-thumb {
    max-width: 100%;
}
.stream li .section-intro {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding:12px 0;
}
.stream li .icon {
	position: absolute;
	left: 8px;
	bottom: 9px;
	width:20px
}
.stream li .section-intro a {
	margin-left: 38px;
}
.stream li .inner {
	padding: 0 15px 15px 15px;
}

.stream li.dcsns-twitter .section-intro, .filter .f-twitter a:hover, .filter .f-twitter a.iso-active {
	background-color: #00ABEC;
}
.stream li.dcsns-twitter a {
	color: #00ABEC;
}
.stream li.dcsns-twitter .twitter-user a strong {
	display:none
}
.stream li.dcsns-twitter .twitter-user a,
.stream li.dcsns-twitter .twitter-user a:hover strong {
	color: #ee8018;
	text-decoration: none;
}
.stream li.dcsns-twitter .section-thumb {
	margin-top:0;
}
.stream li .section-thumb img {
	border: none;
	padding: 0;
	background:none
}
.stream li.dcsns-instagram .section-thumb img,
.stream li.dcsns-twitter .section-text img {
	margin: 0 5px 5px 0;
	border: none;
	padding: 0;
	background: none;
	max-width: 100%;
}

.stream li.dcsns-facebook .section-intro, .filter .f-facebook a:hover, .filter .f-facebook a.iso-active {
	background-color: #435696;
}
.stream li.dcsns-facebook .section-intro a,
.stream li.dcsns-instagram .section-intro a,
.stream li.dcsns-twitter .section-intro a {
	color:#fff;
	text-decoration: none
}
.stream li.dcsns-facebook a,
.stream li.dcsns-facebook .section-text a {
	color: #435696;
}
.stream li.dcsns-facebook .section-text img {
  margin: 0 0 5px 0;
  border: none;
  padding: 0;
  background: none;
  max-width: 100%;
}
.stream li.dcsns-facebook .section-thumb img {
	max-width: 100%;
}

.stream li.dcsns-instagram .section-intro, .filter .f-instagram a:hover, .filter .f-instagram a.iso-active {
	background-color: #517fa4;
}
.stream li.dcsns-instagram a,
.stream li.dcsns-instagram .section-text a {
	color: #517fa4;
}

.stream li .section-user a {
	color:#ee8018 !important;
	text-decoration:none !important;
	font-style:normal !important
} */

@media only screen and (max-width: 1100px) {
	.button.white a, .button.orange a {
		font-size:32px;
		padding:8px;
	}
}

@media only screen and (max-width: 1024px) {
	.contentcontainer,
	.quote .front-inner,
	.quote .inner-label {
		margin: 0 auto;
		max-width: 960px;
		padding: 40px;
		margin-right: 6%;
		margin-left: 6%;
	}
	.headercontent {
		top: -150px;
		margin-bottom: -150px;
	}
	.hover h3, .hover p, h2, h3 {
		font-size:36px;
	}
	.col33 .hover {
		padding:16px;
	}
	.col33 .hover h3,
	.col33 .hover p {
		font-size:24px;
	}
}

@media only screen and (max-width: 920px) {
	#stickymenu {
		padding:0;
	}
	#stickymenu ul li {
		padding:10px;
	}
	#stickymenu a {
		font-size:16px;
	}
	.button.white a, .button.orange a {
		font-size:28px;
	}
}

@media only screen and (max-width: 800px) {
	.col100 .hover h3,
	.col .hover h3 {
		font-size:24px;
	}
	.col100 .hover p,
	.col .hover p {
		font-size:24px;
	}
}

@media only screen and (max-width: 768px) {
	.contentcontainer,
	.quote .front-inner,
	.quote .inner-label {
		margin: 0 auto;
		max-width: 960px;
		padding: 40px;
		margin-right: 3%;
		margin-left: 3%;
	}
	.headercontent {
		top: -100px;
		margin-bottom: -100px;
	}
	h2, h3 {
		font-size:28px
	}
	.hover h3, .hover p {
		font-size:36px;
	}
	#menu {
		max-width:66%;
	}
	.colt33 {
		width:33.33333%
	}
	.colt33.content-post .hover .hover-inner p {
		display: none !important
	}
}

@media only screen and (max-width: 730px) {
	.left, .right {
		float:none;
	}
	#bottomfooter {
		text-align:center
	}
	#bottomfooter span {
		display:block
	}
	#pagination ul li {
		display:none;
	}
	#pagination.post-pagination ul li,
	#pagination ul li.next-posts,
	#pagination ul li.previous-posts {
		display:inline-table
	}
	.button.white a, .button.orange a {
		font-size:24px;
	}
}

@media only screen and (max-width: 670px) {
	.col100 .hover h3 {
		font-size:24px;
	}
	.col100 .hover p {
		font-size:24px;
	}
	#menu {
		max-width:100%;
	}
}

@media only screen and (max-width: 640px) {
	.col100 img, #gmap_canvas {
		display:none
	}
	.col100 img.aligncenter {
	    display: block !important;
	}
	.col100 img.mobile, img.rsMainSlideImage, .rsTmb img {
		display:block;
	}
	#topheader h1 {
		font-size:28px;
	}
	.big-text h2 {
		font-size:36px;
	}
	.hover h3, .hover p {
		font-size:14px;
	}
	.colm100 {
		width:100%;
		float:none
	}
	.team .mission {
		margin-left:3%;
		margin-right:3%
	}
	.colm33 {
		width:33.33333%
	}
	.colm50 {
		width:50%
	}
	#topheader img.desktop {
		display:none
	}
	#topheader img.mobile {
		display:inline
	}
	h2 {
		font-size:24px /* was 36px */
	}
	h3 {
		font-size:24px
	}
	.articleheader p {
		font-size:20px;
	}
	p, ul li, ol li {
		font-size:16px
	}
	.contentcontainer,
	.quote .front-inner,
	.quote .inner-label {
		padding: 20px;
	}
	/*.quote .front-inner {
		padding:0
	}*/
	.col50 .front, .col50 .hover, .overlay, #footermenu .col-inner, .colm50 .front, .colm50 .hover {
		padding: 16px;
	}
	.col .hover p, .col .hover h3 {
		font-size: 20px;
	}
	#brandhomegroup-footer {
		padding:20px 0;
	}
	#topheader {
		padding:20px
	}
	#brandhomegroup-footer .col100 {
		padding: 0 10px 20px 20px;
		font-size:12px
	}
	.contentcontainer, .quote .front-inner, .quote .inner-label {
		margin-right: 3%;
		margin-left: 3%;
	}
	.highmargin {
		margin-top:32px
	}
	.content-post .hover .hover-inner p {
		display: none !important
	}
	.gallery {
		margin-top:16px;
	}
	.gallery h3, .gallery p {
		font-size:16px;
		margin-top:18px;
	}
	#stickymenu {
		display: none
	}
	.gallery-quotes .rsContent {
		padding:0
	}
	.button.white a, .button.orange a {
		font-size:24px;
	}
}
@media only screen and (max-width: 580px) {
	.button.white a, .button.orange a {
		font-size:16px;
	}
}

@media only screen and (max-width: 405px) {
	.button.white a, .button.orange a {
		font-size:14px;
	}
}

.page-id-4218 .socialsharing,
.page-id-4212 .socialsharing {
	display:none !important
}

.page-id-4212 .gform_wrapper .gfield_checkbox li label {
    line-height: 3 !important
}
