/* 
Theme Name: messtudios
Theme URI: http://www.messtudios.com
Description: This theme was created by Owen Piccirillo - MESstudios.
Version: 100.0
Author: Owen Piccirillo
Author URI: http://www.messtudios.com
 

ccs3 Notes
-------------------------------------------------------------------------------/

img {
width: 100%;
height: auto;
width: auto\9;
vertical-align: middle;
}

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;

filter: alpha(opacity=50);
opacity: 0.5;

box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-appearance: none;

background: url(img/xxx.jpg) center center;
background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/xxx.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/xxx.jpg', sizingMethod='scale')";

#54a6c3

/* FONTS
---------------------------------------------------------------------------------*/
 
.gform_confirmation_message {
	font-size: 20px;
	font-weight: 600;
	color: #54a6c3;
	padding-top:10px; padding-bottom: 10px;
}

#gform_confirmation_message_3.gform_confirmation_message {
  padding-top:30px;
}

.page-id-13 .input_3_5_5_container { 
}

/* Main and Reset
---------------------------------------------------------------------------------*/
* {	margin: 0;	padding: 0;	outline:none; -webkit-text-size-adjust: 100%;	}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul, li {list-style-type: none }
.clr {clear:both; display: block}
img {border:0;}
a:link, a:visited, a:hover, a.selected { color: #2d55a8; text-decoration:none;}
input[type="text"],input[type="submit"],button, textarea, input[type="search"] {
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	outline:none;
}
.left {float:left;}
.right {float:right;}
body {
	font-family: 'Nunito Sans', sans-serif;  
	font-size:16px;
	font-weight: 300;
	overflow-x:hidden;  
	background: #fff;
	xcolor: #252525;
	color: #000;
}
strong {
	font-weight: bold;
}
body, html {
	width:100%;
	height:100%;
	position:relative;
}
p { 
	padding-bottom:18px;
	font-size: 18px;
	line-height: 25px;
}
sup {
    font-size: .5em;
    vertical-align: super;
}
.video-home-wrapper {
	position: relative;
	xtop: 0;
	xleft: 0;
	xwidth: 100%;
	xheight: 100%;
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
	background: black;
}
.video-push-me {
	position: relative;
	height: 140px;
}
#OLDbgvid{
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:99;
	transform:translateX(-50%) translateY(-50%);
	background:url('') no-repeat;
	background-size:cover;
	transition:1s opacity;
	max-width:none !important;
}

#xbgvid{
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:99;
	transform:translateX(-50%) translateY(-50%);
	background:url('') no-repeat;
	background-size:cover;
	transition:1s opacity;
	max-width:none !important;
}
.videowrapperbg {
    float: none;
    clear: both;
    width: 100%;
	margin:0 auto;
    position: relative;
    padding-bottom: 56.25%;
    xpadding-top: 25px;
    height: 0;
} 
.videowrapperbg #bgvid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.mobile-show {display: none;}
.mobile-show-inline {display: none;}
 
.img-responsive {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}
  
.position-relative {
	position: relative !important;
	background: none !important;
	height: 100% !important;	
	xmin-height: 900px;
}
.page-content-nav {
	height: 0;
	overflow: hidden;
}
.page-content-wrapper {
	height: 100%;
	width: 100%;
}
.page-content-wrapper-hamburger {
	display: none;
}
 
.wow {
    visibility: hidden;
}
 
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
	margin:0 auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-post-image {
	width: 100%;
	height: auto;
}
 
.fixed-cta  {
	z-index: 100;
	position: fixed;
	top: 50%;
	right: 0px;
	margin-top: -50px;
	text-align: center;
	background: #54a6c3;
	z-index: 1000; 
	
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.fixed-cta p {
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
}
.fixed-cta a { 
	height: 100px;
	width: 100px;
	color: white;
	display: block;
	text-transform: uppercase;
	padding-top: 20px; 
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}
.fixed-cta a:hover {
    background-color: #376c80;
}

.fixed-video-cta {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px 10px;
	background: rgba(255,255,255,.7);
	z-index: 100;
	text-align: center;
}
.fixed-video-cta p { 
	padding-bottom: 0px;
}
.fixed-video-cta a {
	color:#58595b !important;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
 
.swiper-pagination {
	display: none !important;
} 
.logo-carousel-free {
	padding-top: 20px;
}
.sp-logo-carousel {
	padding-bottom: 45px !important;
}




.blog .footer-learn-wrapper { display: none; }


.footer-posts-wrapper-main {
	padding: 40px 0px;
}
.footer-posts-wrapper-main h3 {
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 200;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c6c6c6;
}
 
.footer-posts-content-padding h3 {
	font-size: 22px; 
	letter-spacing: 1px;
	font-weight: 600; 
	padding-bottom: 20px;
	margin-bottom: 0px;
	border-bottom: none;
}
.footer-posts-content-padding h3 {
	color: #636262 !important;
}
.footer-posts-content-padding h3:hover {
    color: #2d55a8 !important;
    text-decoration: underline;
}

.footer-posts {
	float: left;
	width: 33.333%;
}
.footer-posts-content {	
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.footer-posts-content-padding {
	padding: 20px 30px 30px 30px;
	font-size: 14px;
	line-height: 22px;
}
.footer-posts img {
	width: 100%;
	height: auto;
	display: block;
}
.footer-posts-padding {
	padding: 10px;
	position: relative;
}
.footer-post-read-more {
	position: absolute;
	bottom: 15px;
	right: 25px; 
    z-index: 100; 
}
.footer-post-read-more a {
	letter-spacing: 2px;
	color: #636262;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	
    z-index: 100; 
}
.footer-post-read-more a:hover {
	color: #2d55a8; 
}




.footer-posts-content-padding {
	padding: 20px 30px 50px;
	position: relative;
	height: 300px;
	overflow: hidden;
}



/* .footer-post-read-more::after {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 71%);
} */






.page-id-9  .footer-posts-wrapper {
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.page-id-9 .footer-posts {
	width: 75%;
}
.page-id-9 .footer-posts-img {
	width: 25%;
	float: left;
}
.page-id-9 .footer-posts-padding {
    padding: 0px 10px;
    position: relative;
}

.page-id-9 .footer-posts-content  {
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0);
}






.body-content-wrapper {
	padding: 50px 0px 0px; 
}
.home .body-content-wrapper h1 {
	font-size: 60px;
	text-align: center !important;	
	font-weight: 200;
	letter-spacing: 4px; 
}
.single .body-content-wrapper h1 {
	text-align: left; 
	margin-bottom: 30px; 
    font-size:50px;
    line-height: 55px;
    letter-spacing: 0px;
    font-weight: 200;
    text-transform: uppercase;
}

.page .body-content-wrapper h1 { 
	text-align: left;	
	margin-bottom: 30px; 
	font-size: 25px; 
    font-size: 50px;
    text-transform: uppercase; 
    font-weight: 200;
    letter-spacing: 4px; 
}


.page-id-13 .body-content-wrapper h1 {  
	color: #7d7d7d;
}


.page .body-content-wrapper h2 {   
	margin-bottom: 15px; 
  font-size: 50px;
  text-transform: uppercase; 
  font-weight: 200;
  letter-spacing: 3px; 
  line-height: 60px;
}
.home .body-content-wrapper h2 {   
	text-transform: capitalize; 
}


.page-id-3882  .body-content-wrapper h2 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 3px;
    line-height: 52px;
}

.page .body-content-wrapper h3 {  
	margin-bottom: 25px;
	font-size:33px; 
	letter-spacing: 2px;
  font-weight: 200;
}

.page-id-62 .body-content-wrapper h3 {  
	margin-bottom: 0px !important; 
}

.page-id-7 .body-content-wrapper h3 {  
	xfont-size:24px !important;  
}

.page-id-13 .body-content-wrapper h3 {   
	font-size:36px;  
}


.page .body-content-wrapper h4 {  
	margin-bottom: 15px;
	font-size: 20px; 
}




.home-simple {
	padding: 40px 0px 40px;
}

.home-simple-left {
	float: left;
	width: 40%;
}
.home-simple-right {
	float: left;
	width: 60%;
}
.home-simple-left p {
	letter-spacing: 4px;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 60px;
	padding-right: 50px;
	padding-top: 100px;
}
.home-simple-right img {
	width: 100%;
	height: auto;
	display: block;
}
.home-simple-right p { 
	text-align: center;
	font-weight: 400;
	margin-top: 10px;
	text-transform: uppercase;
}
 
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: rgba(255,255,255,0.8) !important
}
 
.home-help {
	padding: 40px 0px;
}

.home-help-boxes {
	width: 33.3333%;
	float: left;
	overflow: hidden;
}
.home-help-boxes-padding {
	padding: 10px 0px 0px;
	margin: 10px 10px 0px 10px;
}
.home-padding-boxes-fix {
	padding: 0px 15px 20px;
}
.home-help-number {
	border-bottom: 1px solid #636262;
	display: inline-block;
	width: 30%;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

.home-help-boxes h2 { 
	font-size: 58px; 
	line-height: 60px; 
	font-weight: 200;
	padding-right: 30px;
	padding-bottom: 20px;
} 

.home-help-boxes { 
	position: relative; 
}
.home-help-boxes a { 
	xposition: absolute;
	xbottom: 320px;
	xright: 30px;
	xz-index: 100;
}
.home-help-boxes p {
	padding-bottom: 0px;
}
.home-help-color {
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
}
.home-help-boxes img{
	width: 100%;
	height: auto; 
	display: block;
}
 


.push-page-pic-top {
	xheight: 139px;
}
.xpush-page-pic-top-none {
	height: 141px;
	background: #e4e4e4;
}
.page-pic-top {
	padding: 20px 20px;
	xcolor: white;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 200;
	font-family: 'Nunito', sans-serif;
}
.page-id-7 .page-pic-top {
	padding: 115px 20px;
	xcolor: white;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	font-family: 'Nunito', sans-serif;
}
.who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 590px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
}





.page-template-page-a-disciplined-approach .page-pic-top {
	padding: 150px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-template-page-a-disciplined-approach .who-we-are-hero h2 {
    font-size: 70px !important;
    line-height: 65px;
    color: #464646;
    max-width: 500px;
    text-align: left;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
}
.page-template-page-a-disciplined-approach .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}


.page-template-page-a-clear-vision .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-template-page-a-clear-vision .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 500px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-template-page-a-clear-vision .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}






.page-id-3734 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3734 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3734 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}




.page-id-3772 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3772 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3772 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}


.page-id-3808 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3808 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3808 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}


.page-id-3860 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3860 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3860 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}




.page-id-3882 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3882 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3882 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}




.page-id-3901 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3901 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3901 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}



.page-id-3916 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3916 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3916 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}



.page-id-3923 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3923 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3923 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}




.page-id-3910 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3910 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3910 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}



.page-id-3893 .page-pic-top {
	padding: 100px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-id-3893 .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 580px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-id-3893 .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
    font-size: 42px;
}






.page-template-page-what-we-do .page-pic-top {
	padding: 150px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-template-page-what-we-do .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 500px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px; 
}
.page-template-page-what-we-do .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
  font-size: 42px;
}



.page-template-page-a-secure-platform .page-pic-top {
	padding: 150px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-template-page-a-secure-platform .who-we-are-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 500px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.page-template-page-a-secure-platform .who-we-are-hero p {
	color: #464646;
	text-align: left;  
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
  font-size: 42px;
}
.logos-seen {
	position: relative;
	padding-left: 50px;
}
.as-seen-in {
	position: absolute;
	top: 22px;
	left: 0;
}
.as-seen-in img {
	max-width: 40px;
	height: auto;
	display: inline-block;
}







 
.blog .page-pic-top {
	padding: 115px 20px;
	color: white;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.who-we-think-hero h2 {
	font-size: 70px;
	line-height: 65px;
	color: #464646;
	max-width: 590px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
}
.who-we-think-hero p {
	color: #464646;
	text-align: left; font-size: 36px;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #7d7d7d;
}






.lets-talk-footer {
	padding: 30px 0px 40px;
	text-align: center;
	border-bottom: 1px solid #c6c6c6;
}
.h1-sub {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 70px;
	color: black;
	line-height: 80px;
}
.lets-talk-footer h2 {
	font-weight: 200; 
}
.lets-talk-footer h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px; 
}
.lets-talk-footer h1 {
	padding: 0px 0px 0px !important;
	margin-bottom: 0px !important;
	text-align: center !important; 
	font-size: 30px;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.lets-talk-footer p {
	max-width: 900px;
	margin: 0 auto; 
}
.lets-talk-strong {
	color: #2d55a8;
	font-weight: 400;
	font-size: 26px;
}

.who-we-are-content {
	text-align: center;
}
.who-we-are-content h1 {
	text-align: center !important;
}
.who-we-are-content-phil {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #636262; 
} 
.who-we-are-content-phil h3 {
	border-bottom: 1px solid #636262; 
    font-size: 50px !important;
    text-transform: uppercase; 
    font-weight: 200;
    padding-bottom: 15px;
    letter-spacing: 4px;
    max-width: 300px;
} 
.who-we-are-content-phil p {
	font-size: 24px;
	line-height: 34px;
} 
.so-widget-sow-image h3 {
	border-bottom: none !important; 
	font-size: 16px !important;
	text-align: center !important;
	letter-spacing: 0px !important;
	width: 100% !important;
	display: block !important;
	padding: 5px !important;
	margin-top: 4px !important;
	background: #e3e3e3 !important;
	max-width: none !important;
}
.page-id-9 .so-widget-sow-image h3, .page-id-66 .so-widget-sow-image h3 {
	border-bottom: none !important; 
	font-size: 16px !important;
	text-align: center !important;
	letter-spacing: 0px !important;
	width: 100% !important;
	display: block !important;
	padding: 5px !important;
	margin-top: 4px !important;
	background: none !important;
	max-width: none !important;
}
.who-we-are-team h3 {
	text-transform: uppercase;
	margin-bottom: 0px !important;
}
.who-we-are-team a {
	text-transform: uppercase;
	margin-bottom: 0px !important;
}
.who-we-are-team .siteorigin-widget-tinymce a {
	margin-top: 20px !important;
	display: inline-block;
}

.who-we-are-team .sow-image-container .so-widget-image {
  max-width: 330px;
  margin: 0 auto;
}

.blog-intro {
	padding: 30px 0px;
}
.blog-intro p {
	text-align: center;
	font-size: 20px;
	max-width: 1000px;
	margin: 0 auto;
	
}

.blog-left {
	float: left;
	width: 70%;
}
.blog-left-padding {
	padding: 10px;
}
.blog-right {
	float: left;
	width: 25%;
}
.blog-right-padding {
	padding: 10px 20px 10px 40px;
}

.blog-right a:hover{
	text-decoration: underline;
}

.tagcloud a{
	display: block; 
	font-size: 16px !important;
	margin-bottom: 15px;
}
.tagcloud a::before{
	content: "\2022";
	display: inline-block;
	color: black;
	padding-right: 10px;
}
.sidebar-widget h2 {
	letter-spacing: 3px;
	font-size: 18px;
	margin-bottom:20px;
}

.sidebar-widget li {
	margin-bottom: 15px;
}
.sidebar-widget > li {
	padding-bottom: 20px;
}
.widget_taxonomy_dropdown_widget select {
  padding: 5px;
  width: 100%;
}
.widget_taxonomy_dropdown_widget h2 {
  margin-bottom: 12px;
}


  
.blog article, .archive article {
	width: 50%;
	float: left;
	position: relative;
}

.blog article:first-of-type {
	width: 100%;
	display: block;
}
.archive article:first-of-type {
	width: 100%;
	display: block;
}
 
.article-padding {
	margin: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.article-padding-content {
	padding: 20px 30px 50px;
	position: relative;
	height: 300px;
	overflow: hidden;
}
.article-padding-content::after {
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: ""; 
	background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 71%);
}


article h2 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: none;
}

article h2 a {
    color: #636262 !important; 
}
article h2 a:hover {
	color: #2d55a8 !important;
	text-decoration: underline; 
}


.article-read-more {
    position: absolute;
    bottom: 15px;
    right: 25px; 
    z-index: 100;
} 

.article-read-more a {
	letter-spacing: 2px;
    color: #636262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
} 
.article-read-more a:hover {
    color: #2d55a8 !important;
} 
.single .search-input, .archive .search-input, .search .search-input {
	border: none;
	border-radius: 0px;
	border-bottom: 1px dotted #000;
	font-size: 18px;
	padding: 5px 3px;
}
.single .search-submit, .archive .search-submit, .search .search-submit  {
	border: none;
	border-radius: 0px !important; 
	font-size: 18px;
	background: none;
	padding: 5px 3px;
	color: #636262;
}




.post-pic-box {
	height: 230px;
	width: 100%;
	display: block;
} 
 
.blog article:first-of-type {
	width: 100%;
	display: block;
}

.blog article:first-of-type .article-padding-content {
	height: auto !important;
}

.blog article:first-of-type .post-pic-box {
	height: 430px; 
} 

.archive article:first-of-type .post-pic-box {
	height: 430px; 
} 


.page-template-page-a-disciplined-approach h2 {
	text-align: left;	
	margin-bottom: 0px !important; 
	font-size: 25px; 
	font-size: 40px;
    text-transform: uppercase; 
    font-weight: 200;
    letter-spacing: 4px;
    max-width: 600px;	
}

.discilpined-h2-fix {
	text-align: right !important; 
	float: right !important;
    max-width: 900px !important;	
}

.disciplined-box {
	position: relative;
}

.disciplined-box::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #636262;
	top: 130px;
	z-index: -1;
}

.page-id-3860 .disciplined-box::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #636262;
	top: 100px;
	z-index: -1;
}

.page-id-3882 .disciplined-box::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #636262;
	top: 180px;
	z-index: -1;
}

.our-experience-rule:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #636262;
	top: 75px;
	z-index: -1;
}
.discipline-right-fix {
	text-align: right;
}
.discipline-right-fix .discipline-p-push { 
    max-width: none; 
} 
 
.discipline-p-push {
	padding-top: 160px;
    max-width: 420px;
    font-size: 20px;
    line-height: 26px;
}

.page-id-3772 .discipline-p-push {
	padding-top: 60px;
    max-width: 420px;
    font-size: 20px;
    line-height: 26px;
    float: right;
}

.icon-lets-talk {
	width: 120px;
	height: auto;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;
} 
.icon-lets-talk:hover {
	opacity: 0.5;
}

.lsow-odometer {
	text-align: center !important;
}
.lsow-stats-title {
	max-width: 200px !important;
}
.lsow-stats-title::after {
	display: block;
	content: "—";
}
.odometer-value, .lsow-suffix{
	color: #2d55a8 !important;
	font-weight: 400 !important;
	font-size: 60px !important;
}

.clear-vision-intro {
	text-align: center !important;
	max-width: 900px;
	margin: 0 auto;
} 
.clear-vision-intro h1 {
	text-align: center !important;
} 
.clear-vision-intro h2 {
	text-align: center !important;
    margin-bottom: 30px;
    font-size: 25px;
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 4px;
}  
.clear-vision-video {
	background:#f1f8fc;
	xbackground: none;
} 
.vision-video-text {
    letter-spacing: 4px;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 60px;
    padding-right: 50px;
    padding-top: 100px;
}
.icon-1-5 {
	display: inline-block;
	font-size: 19px;
	padding: 10px 16px;
	border-radius: 300px; 
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    float: left;
    position: relative;
    top: 20px;
} 
.icon-1-5-push {
	margin-left: 70px
}

.lets-talk-line {
	position: absolute;
	top: 17px;
	width: 100%;
	height: 1px;
	background: #636262;
	z-index: -1;
	
}
.lets-talk-line-push {
	float: right;
	background: white;
	padding-left: 20px;
}
.lets-talk-line-push img {
	width: 120px;
	height: auto;	
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;
}
.lets-talk-line-push img:hover {
	opacity: 0.5; 
}
.page-template-page-a-secure-platform-php h1 {
	font-size: 60px !important;
	margin-bottom: 0px !important;
}
 
.first-line-secure {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #636262;
	z-index: -1;
	content: " ";
} 
.second-line-secure {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #636262;
	z-index: -1;
	content: " ";
} 
.what-we-do-faq .sow-accordion-title {
	font-weight: 600;	
	text-align: center !important;
}  
.what-we-do-faq .sow-accordion-panel-border {
	text-align: center !important;
}  
.page-id-9 .panel-grid {
	margin: 50px 0px 0px !important;
} 
.mission-box {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); 
	position: relative;
	height: 450px;
	padding: 30px 20px; 
}
.mission-box-number {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	max-width: 50%;
	margin-bottom: 20px;
}
.mission-box-title {
	font-size: 57px;
	font-weight: 200;
	line-height: 60px;
	padding-right: 20px;
	margin-bottom: 20px;
	
}
.mission-box-txt {
	margin-bottom: 20px;
	
}
.mission-box-read-more {
    position: absolute;
    bottom: 15px;
    right: 25px;
}
.mission-box-read-more a {
    letter-spacing: 2px;
    color: rgb(99, 98, 98);
    text-transform: uppercase;
    font-weight: 600;
}




.footer-learn-wrapper {
	margin: 50px 0px;
	
}
.footer-learn-wrapper h3 {
	font-size: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c6c6c6;
}



.footer-learn-boxes {
	width: 25%;
	float: left; 
}
.footer-learn-boxes-padding {
	padding: 15px;
}
.footer-learn-boxes-content {
	background: #c5e1f2;
	padding: 15px;
	height: 280px;
	position: relative;
}
.footer-learn-boxes-content-alt {
	background: #e4e4e4 !important;
}
.footer-learn-boxes-content h3 {
	font-size: 32px;
    letter-spacing: 0px;
    font-weight: 400;   
    border-bottom: none !important;
}
.blog .footer-learn-boxes-content {
	background: #e4e4e4 !important;
	color: #636262 !important;
}
.blog .footer-learn-boxes-content-alt {
	background: #636262 !important;
	color: white !important;
}
.blog .footer-learn-boxes-content-alt h3 { 
	color: white !important;
}


.footer-learn-boxes-content h3 {
	color: #636262 !important;
}
.footer-learn-boxes-content h3 span {
    font-weight: 600;    
}
.footer-learn-boxes-content small {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 12px;
}
.footer-learn-icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 44px;
	width: 60px;
	background-size: 60px 44px; 
}
.footer-learn-icon-computer {
	background: url(img/icon-learn-computer.png);
	height: 44px;
	width: 60px;
	background-size: 60px 44px; 
}
.footer-learn-icon-mic {
	background: url(img/icon-learn-mic.png);
	height: 44px;
	width: 60px;
	background-size: 60px 44px; 
}
.footer-learn-icon-play {
	background: url(img/icon-learn-play.png);
	height: 44px;
	width: 60px;
	background-size: 60px 44px; 
}
.footer-learn-icon-phone {
	background: url(img/icon-learn-listen.png);
	height: 44px;
	width: 60px;
	background-size: 60px 44px; 
}
.footer-learn-icon-text {
	position: absolute;
	bottom: -25px;
	right: 15px;
	font-size: 12px;
	
}
 
 
 
 
 
 
 
/* Hamburgler Stuff
---------------------------------------------------------------------------------*/
.hamburger-wrapper {
	display: block;
	position:absolute;
	top:0;
	right: 0;
	z-index:1000;
	float: right;
	padding: 25px 20px 25px 20px;
	cursor: pointer;
	text-align: left;
}
.hamburger-wrapper-index {
	display: block;
	position:absolute;
	top:0;
	left: 0;
	z-index:1000;
	float: right;
	padding: 30px 20px 30px 20px;
	cursor: pointer;
	text-align: left;
}
#menu {
	padding: 24px 13px 23px;
	height: auto;
}
#menu span {
	background: #fff;
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
}
#menu span,
#menu span:before,
#menu span:after {
	width: 25px;
	height: 3px;
	-moz-transition:       all 0.2s;
	-o-transition:         all 0.2s;
	-webkit-transition:    all 0.2s;
	transition:            all 0.2s;
	-webkit-transform: translate3d(0,0,0);
}
#menu span:before,
#menu span:after {
	background: #fff;
	content: " ";
	margin-top: -.6em;
	position: absolute;
}
#menu span:after {
	margin-top: .6em;
}
#menu.on span {
	background: transparent;
}
#menu.on span:before {
	-moz-transform: rotate(45deg) translate(.5em, .4em);
	-ms-transform: rotate(45deg) translate(.5em, .4em);
	-o-transform: rotate(45deg) translate(.5em, .4em);
	-webkit-transform: rotate(45deg) translate(.5em, .4em);
	transform: rotate(45deg) translate(.5em, .4em);
}
#menu.on span:after {
	-moz-transform: rotate(-45deg) translate(.45em, -.35em);
	-ms-transform: rotate(-45deg) translate(.45em, -.35em);
	-o-transform: rotate(-45deg) translate(.45em, -.35em);
	-webkit-transform: rotate(-45deg) translate(.45em, -.35em);
	transform: rotate(-45deg) translate(.45em, -.35em);
}

.lines-black:before, .lines-black:after  {
	xbackground: #000 !important;
}
.directions-black {
	xcolor: #000 !important;
}
.location-black {
	xcolor: #000 !important;
}
 
 
.menu-item-has-children::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	display: inline-block; 
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: relative;
	left: -12px;
    top: -1px;
    font-size: 10px;
}
	





/* NAVIGATION ------------------------------------------*/

.navigation {
	display: none;
	float: none;
	padding: 0px;
	padding-top: 0px;
	height: 100%;
}
.navigation ul {
	margin: 0px 0px 0px 0px;
	padding-top: 110px;
	position: relative;
	z-index: 100;
}
.navigation li { 
}
.navigation li a {
	xcolor: #3d3d3d; 
	display: block;
	padding: 23px 0px 23px 0px;
	font-size: 80px;
	line-height: 43px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease; 
}
.navigation li a:hover, .navigation li a.selected {
	background: rgba(22, 22, 22, 0.3);
	color: #fff !important;
}
.nav-social {
	padding: 20px 0px 5px;
	text-align: center;
}
.nav-social a {
	font-size: 16px;
	padding: 5px 7px !important; 
	display: inline-block !important;  
}
.navigation span {
	font-size: 85px !important;
    line-height: 0px !important;
}





/* ------------------------------------------------------------------------------/
	
/////////////	
HOME /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/
 
.header-wrapper {
	position: absolute;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001; 
	background: white;
}
.header-center-it {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0px;
	position: relative;
}

.header-top {  
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: center; 
	
}
.header-top ul {
	text-align: center;
	
}
.header-top li {
	text-align: center;
	display: inline-block;  
	color: #aaaaaa;
}
.header-top li a:link, .header-top li a:visited {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 8px 8px 8px;
	color: #fff !important;
} 
.header-top li i {
	margin-right: 5px;
} 
  
.push-nav {
	float: right;
} 
  
.header {
	position: relative;
}

.header-bottom {
	position: relative; 
} 
.logo {
	position: absolute;
    top: 30px;
    left: 20px;
}
.logo img {
	max-width: 300px;
	width: 100%;
	height: auto;
	display: block;
	
} 

.header-navigation { 
	text-align: right;
} 
.header-navigation ul {	
	display: inline-block;
} 
.header-navigation ul li{
	display: inline-block;
	float: left;
	
} 
.header-navigation ul li img {
    max-width: 10px;
    position: relative;
    top: -3px;
    left: 5px;
}
.header-navigation li a:link, .header-navigation li a:visited  {
	color: #58595b; 
	display: inline-block;
	margin:55px 15px 15px;  
    font-size: 18px;
    text-transform: uppercase; 
    position: relative;
    letter-spacing: 1px;
}

.header-navigation li a:hover {
	color: #2d55a8 !important;  
	text-decoration: underline; 
} 
.current_page_item a, .current_page_parent > a{
	color: #2d55a8 !important; 
	text-decoration: underline; 
} 
 
.cool-button a { 
	border: 1px solid #2d55a8; 
	margin: 0px 30px !important;
	padding: 5px 10px;
	position: relative;
	top: 50px;
}
.cool-button::after{
	position: absolute;
	top: 104px;
	right: 40px;
	width: 25px;
	height: 13px;
	content: " ";
	background: url(img/icon-lets-talk.png) center center;
	background-size: 25px 13px; 
}
   
.footer-lets {
	position: absolute;
	top: 150px;
	right: 0px;
}
.footer-lets a:hover{
	color: #636262;
}

.footer-lets-cool {
	border: 1px solid #2d55a8; 
	margin: 0px 0px !important;
	padding: 5px 10px;
	position: relative; 

}
.footer-lets-cool::after{
	position: absolute;
	top: 31px;
	right: 5px;
	width: 25px;
	height: 13px;
	content: " ";
	background: url(img/icon-lets-talk-footer.png) center center;
	background-size: 25px 13px; 

}
 
 
 
 
/* Nav Area Dropdown
-----------------------------------------*/
.header-navigation ul ul {
	position: absolute;
	top:111px; 
	background: rgba(255,255,255,1);
	display: none;	   
	border-top: none; 
	border-radius:5px 
	text-align: left;
}
.header-navigation li li {
	display: block; 
	float: none;
}
.header-navigation ul li ul li a {
	padding: 6px 15px 6px 15px !important;
	display: block;
	width: 100%;
	font-size: 13px !important;
	text-align: left;
	float: left;
	color: #fff; 
	margin: 0px 0px 0px 0px !important;
}

 
.xcurrent-menu-item a {
    color: #2d55a8 !important;
    text-decoration: underline;
} 
 
 
 /* Hamburger
-----------------------------------------*/
.nav-container {   
	height: 55px;
	width: 55px; 
	padding-top:18px; 
	cursor: pointer;
	position:absolute;
	top: 15px;
	right: 15px;
	z-index: 1001; 
	display: none;
	background: white; 
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	border: 1px solid #c6c6c6;
}
.nav-container:active { 
}
.nav-container span {
  -webkit-transition: all 0.4s cubic-bezier(0.1, 7, 0.1, 0.1);
  transition: all 0.4s cubic-bezier(0.1, 7, 0.1, 0.1);
  display: block;
  xcursor: pointer; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.actives {
  background: #000;
  width: 25px;
  height: 5px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.cross {
  background: #000;
   width: 25px;
  height: 5px;
  margin-top: 7px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.cross:nth-of-type(1) {
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
}
.cross:nth-of-type(2) {
  -webkit-transform: rotate(-41deg);
          transform: rotate(-41deg);
  margin-top: -5px;
} 
 
 
   
 
.header-top {  
    position: relative;
}

.header-top i:hover {
	opacity: 0.7;
}
.center-center {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;  
}
.header-top-left { 
	position: absolute;
	right: 20px;
	top: 20px;
}

.header-top-left i a {
	font-size: 16px;
	padding: 0px 5px 0px 0px;
}
.header-top-left a {
	padding: 0px 3px;
	color: #58595b !important;
}
.header-top-left a:hover { 
	color: #2d55a8 !important;
}
 

.header-top ul {
	text-align: center;
}
.header-top li {
	text-align: center;
	display: inline-block;  
}
.header-top li a:link, .header-top li a:visited {
	text-transform: uppercase;
	display: inline-block; 
	padding: 0px 10px;
	color: #fff;
}
.header-top li a:hover, .header-top li a.selected {
	 color: #fff;
}
.header-top li i {
	font-size: 13px;
	padding-right: 1px;
}

 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
  
 
/* Pop
-----------------------------------------*/
.body-content-wrapper { 
}
.body-content-center { 
	margin: 0 auto; 
	max-width: 1300px;
	padding: 0px 15px;
}


.body-content ul {
	padding-left: 30px;
}
.body-content li {
	font-size: 16px;
	padding: 0px 10px;
	text-align: left;
	list-style-type: disc;
	line-height: 30px;
	
} 
.body-content-padding {
	padding: 50px 20px;
}
 
  


  
  
 
 
 
/* Wordpress
-----------------------------------------*/ 
.inner-page-center {
	max-width: 1024px;
	margin: 0 auto;
	padding: 40px 20px;
}
.inner-page-center h1  {
	font-size: 30px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	margin-top: 10px;
}
.gform_title { 
    border-bottom: 1px dotted #ccc !important;
	font-size: 26px !important;
	text-transform: uppercase !important;  
	margin-top: 20px !important;
	margin-bottom: 20px !important; 
    
    text-transform: uppercase;
    color: #4d4d4d;
    letter-spacing: -1px;
}
.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 0px 0 0 !important;
}
.gform_description {
	line-height: 26px !important;
	font-size: 16px;
}
.inner-page-center p {
	line-height: 26px;
}
#gform_3 { 
	padding-top: 20px;
}
.inner-page-center a {
	color: #D31027; 
}


.gform_body input, .gform_body textarea, .gform_body select {
padding: 10px 15px !important; 
border: 1px solid #dadada;
border-radius: 3px !important;
}
.gform_body select {
 height: 45px !important; 
}








/* Pricing
-----------------------------------------*/ 
.price-big {
	color: #1e99c6; 
    font-size: 22px;
    position: relative;
    top: 2px; 
}
 
 
 
 
 
 
 
 
 
 
 
 
/* Pop
-----------------------------------------*/
 
/* EMAIL FIXED UPDATE JAN 2017 */
.email-fixed-wrapper {
	position: fixed;
	z-index: 100;
	bottom: 0;
	bottom: -75px;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff !important;
	color: white;
	height: 54px;
	z-index: 300;
	border-top: 1px solid #dadada; 
}
 
.email-fixed { 
	display: inline-block;
	margin: 6px auto;
	width: 100%;
	text-align: center;	
}
.email-fixed p {  
	display:inline-block;
	padding: 6px 10px 6px; 
	color:#6E1C0B !important;
	border:none;
	text-decoration:none !important; 
	cursor:pointer;
	font-size:20px;  
	text-align: center;   
	margin: 0px auto;
	font-weight: 700;
}
.email-fixed p a {
	color: #fff;
	display: inline-block; 
}
.email-fixed a:nth-of-type(2) p {
	color: white !important;
	background: #6E1C0B;
	display: inline-block; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.email-fixed p:hover {
	text-decoration: underline !important;
}
.email-fixed-close {
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer;
}
 
 
 
 
 
 
 
 
 
 
 
 
 /* Email Promotions 
-----------------------------------------*/
.email-promotions {
	background: #002837;
	text-align: center;
} 
.email-promotions {
	padding: 100px 20px 150px;
	color: white;
}
.email-promotions-content img {
	max-width: 78px;;
}
.email-promotions-content p.title {
	font-size: 30px;
	margin-top: 15px;
}
.email-promotions-content a:link, .email-promotions-content a:visited {
	color: #fedf19 !important;
	font-size: 32px;
	padding: 20px 0px;
	display: inline-block;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 


/* Instagram
---------------------------------------------------------------------------------*/
.insta-wrapper {
	width: 100%;
	padding: 3px 03px;
	position: relative;
	z-index: 100;
	background: #fff;
}
.insta-post { 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover; 
	-o-background-size: cover; 
	
}
.insta-square {
	position: relative;
	width: 25%;
	float: left;
	display:block;
	padding: 2px;
}	
.insta-post img {
	width: 100%;
	height: 100%;
	display:block;
}
.instagram-spot a {
    font-size: 20px;
    color: #000 !important;
    background: white;
    display: inline-block;
    padding: 20px 20px 17px;
}
.instagram-spot {
	
    text-align: center;
}








/* HOURS
---------------------------------------------------------------------------------*/
.show-store-hours {
	cursor: pointer;
	color: #fff;
	display: inline-block;
}
.show-store-hours:hover {
	color: #fff;
	text-decoration: underline;
}
.store-hours {
	width: 100%;
	max-width: 220px;
	margin: 0 auto 0px auto;
	display: none;
	padding-bottom: 10px;
}
.store-hours li {
	display: block;
	text-align: left;
	float: left;
	width: 100%;
		color: #fff;
	padding: 2px 0px;
}
.store-hours li span {
	text-align: right !important;
	display: inline-block;
	float: right;
}




section ul {
	margin-left: 25px;
	margin-bottom: 20px;
}

section li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

.page-id-9 section li {
	list-style-type: none;
	color: #030a99;
	font-style: italic;
	list-style-position: outside !important;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

 
.blog section article:nth-child(n+1){
    clear:left;
}
.blog section article:nth-child(n+2){
    clear:none;
}
.blog section article:nth-child(n+3){
    clear:none;
}
.blog section article:nth-child(n+4){
    clear:left;
}
.blog section article:nth-child(n+5){
    clear:none;
}



.archive section article:nth-child(n+1){
    clear:left;
}
.archive section article:nth-child(n+2){
    clear:none;
}
.archive section article:nth-child(n+3){
    clear:none;
}
.archive section article:nth-child(n+4){
    clear:left;
}
.archive section article:nth-child(n+5){
    clear:none;
}








.archive .page-pic-top {
	color: #636262 !important
}
article {
	font-weight: 400;
}
article img {
	width: 100%;
	height: auto;
	display: block;
}


/* FORM
---------------------------------------------------------------------------------*/
 .gform_body {
    width: calc(100%) !important;
}

.gform_required_legend { display: none; }

.page-id-38 .inner-page-wrapper, .page-id-36 .inner-page-wrapper {
	background: #f5f5f5;
}
.inner-page-center {
	background: #fff;
	padding: 30px 15px 20px 15px;
}

.gform_wrapper h2.gsection_title {
	text-transform: uppercase !important;
	font-size: 28px !important;
	margin: 60px 0px 10px !important;
}
.gform_wrapper .gsection_description {
	font-size: 16px;
	line-height: 22px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 1px;
    margin-right: 5px;
}


 
         

.home-texture {
	xbackground: url(img/home-texture.jpg); 
	background-size:300px 300px; 
	background: black;
}
.home-texture h1 {
	color: white; 
	font-size: 40px;
	padding: 15px 0px;
	font-weight: 100; 
     
}
.home-texture span {
	display: block;
}









/* ------------------------------------------------------------------------------/
	
/////////////	
FOOTER /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/
.footer-navigation {
	
}
.footer-decor-top {
    background: url(img/icon-footer-decor-top.png) repeat-x;
    background-size: 6px 11px;
    height: 11px;
    position: relative;
    z-index: 1;
}
.footer-navigation ul {
	text-align: center;
	width: 100%;
	padding: 10px 0px 30px;
}
.footer-navigation li {
	display: inline-block;
}
.footer-navigation li a:link, .footer-navigation a:visited {
	float: left;
	font-size: 18px;
	padding: 0px 10px;
	display: block;
	line-height: 30px;
	color:  #fff;
	text-transform: uppercase;
}
.footer-navigation li a:hover, .footer-navigation li a.selected { color: #FAEBC1}

.footer-navigation li:after {
	content: " /";
	line-height: 30px;
	display: inline-block; 
	float: left;
}

.footer-navigation li:last-of-type:after {
	content: "";
	display: none; 
}

.decor-logo {
	padding: 30px 10px 10px;
	text-align: center;
}
.decor-logo img{
	width: 100%;
	height: auto;
	max-width: 290px
}
.square-white { 
	height: 38px; 
	background: url(img/icon-squares-white.png) repeat-x;
	background-size: 38px 38px;
}
.square-black {  
	height: 38px; 
	background: url(img/icon-squares.png) repeat-x #fff;
	background-size: 38px 38px;
}
 
.footer-wrapper {  
	position: relative;
	z-index: 100;
	padding:20px 0px 30px 0px;
	background: #e4e4e4;
	background: #f1f2f2;
} 
.footer-top {
	padding: 5px 0px;
	margin-bottom: 10px;
	xborder-bottom: 1px solid white;
	position: relative;
	z-index: -1;
}
.footer-decor {
	background: url(img/footer-decor.png) no-repeat;
	height: 215px;
	width: 400px;
	position: absolute;
	top: -20px;
	right: 0;
	background-size:400px 215px;
  opacity: .5;
	z-index: 1;
}

.footer-top p {
	line-height: 39px;
	font-size: 22px;
	max-width: 872px;
	position: relative;
	z-index: 2;
}
.footer-boxes {
	width:16.66666%;
	float: left;
}

.footer-boxes:nth-of-type(1) {
	width:35%;
	float: left;
}
.footer-boxes:nth-of-type(2) {
	width:25%;
	float: left;
}
.footer-boxes:nth-of-type(3) {
	width:40%;
	float: left;
}
.footer-boxes:nth-of-type(4) {
	width:0%;
	float: left;
}
.footer-boxes:nth-of-type(5) {
	width:100%;
	float: left; 
}



.new-foot-half {
	width: 50%;
	float: left;
}



.footer-boxes li a {
	line-height: 24px; 
	color: #636262;
}
.footer-boxes li a:hover {
	color: #2d58a9;
}
.footer-boxes-social {
	padding: 10px 0px;
}
.footer-boxes-social a {
	padding: 0px 3px;
}
.footer-boxes-padding {
	padding: 0px 10px;
}
.copyright-wrapper {
	border-bottom: 2px solid white;
	border-top: 4px solid white;
	background: #4d9cbb;
}

.copyright-wrapper-new { 
	text-align: right;
	background: #d2d5d5;
	padding: 25px 0px;
}
.copyright-wrapper-new li {
	display: inline-block;
	margin: 0px 3px;
}
.copyright-wrapper-new li a {
	color: #636262; 
}
.blue-nav a{
	color: #4d9cbb !important; 
	font-weight: bold !important;
}

.copyright-wrapper p {
	color: white;
	text-transform: uppercase;
	padding: 25px 0px;
	letter-spacing: 1px; 
	font-size: 16px;
	font-weight: 200;
	text-align: right; 
}




.contact-footer {
}

.contact-footer h3 {
	font-size: 34px; 
	letter-spacing: 2px;
	font-weight: 200; 
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c6c6c6;
}

.contact-footer-inner {
	margin: 20px 0px; 
	padding: 50px 0px 20px;  
}
 

.contact-footer input { 
	border: 1px solid #636262;
	border-radius: 3px;
	padding: 10px 5px !important;
	line-height: 30px;
	font-size: 14px !important; 
	margin: 0px !important; 
}
.contact-footer input[type="submit"] {
	background: #54a6c3;
	border: 1px solid #636262;
	border-radius: 3px;
	padding: 5px 25px !important;
	line-height: 30px;  
	line-height: 42px !important;
	font-size: 12px !important;
	color: white !important;
	text-transform: uppercase;
	border: none !important;
	cursor: pointer;
}
.contact-footer input[type="submit"]:hover {
	 background-color: #376c80;
}



   





.search-library {
}
.search-library-inner {
	margin: 50px 0px; 
	padding: 50px 0px 40px; 
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
}

.blog .search-library-inner {
    margin: 0px 0px;
    padding: 0px 0px 40px;
    border-top: none;
    border-bottom: 1px solid #c6c6c6;
}

.search-library h3 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	float: left;
}
.search-library form {
	width: 509px !important;
	float: right !important;
	margin: 0px !important;
	position: relative;
	top: -5px;
}
 
.search-library input {
	width: 400px;
	border: 1px solid #636262 !important;
	border-radius: 3px !important;;
	padding: 10px 15px !important;
	line-height: 30px;
	font-size: 14px !important;
	width: 400px !important;
	margin: 0px !important;
	float: left;
}
.search-library button[type="submit"] {
	background: #54a6c3;
	border: 1px solid #636262;
	border-radius: 3px !important;
	padding: 5px 10px;
	line-height: 30px;
	width: 100px !important;
	float: right !important;
	line-height: 42px !important;
	font-size: 12px !important;
	color: white !important;
	text-transform: uppercase;
	border: none !important;
	cursor: pointer;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.search-library button[type="submit"]:hover {
	 background-color: #376c80 !important;
}


.peace-of-mind {
	padding: 50px 0px 40px;
	background: #eff9fe;
	border-bottom: 14px solid white;
}
.peace-of-mind h3 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	margin-bottom: 15px;
}
.peace-of-mind form {
	display: flex;
}
.peace-of-mind .gform_wrapper {
	/*float: right !important;*/
	margin: 0px !important;
	position: relative;
	top: -5px;
}

@media screen and (min-width: 641px) {
  .peace-of-mind .gform_wrapper .top_label li.gfield.gf_inline { width: 33.33% !important; }
}

@media screen and (max-width: 1023px) {
  .peace-of-mind .gform_wrapper .top_label li#field_1_1.gfield.gf_inline { padding-right: 0; }
}

.peace-of-mind .ginput_container, .peace-of-mind li.gfield { 
	margin: 0px !important;
}
.peace-of-mind .gform_body {
	float: left;
	margin-right: 2%;
	/*width: 380px !important;*/
}
.peace-of-mind .gform_footer {
	width: 120px !important;
	float: right !important;
	clear: none !important;
	padding: 0px !important;

}
.peace-of-mind input[type="text"],
.peace-of-mind input[type="email"]{ 
	border: 1px solid #636262;
	border-radius: 3px;
	padding: 10px 15px;
	line-height: 30px;
	font-size: 14px !important;
	/*width: 380px !important;*/
	margin: 0px !important;
	float: left;
}
.gform_button {
	margin: 0px !important;
	background: #54a6c3;
	border: 1px solid #636262;
	border-radius: 3px !important; 
	line-height: 30px; 
	line-height: 42px !important;
	font-size: 12px !important;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
    color: #fff !important;
	border: none !important;
	text-transform: uppercase; 
    padding: 5px 25px !important;
    width: auto !important;
    cursor: pointer !important;
}
.gform_button:hover {
    background-color: #376c80;
}
 





.footer-button {
	border: 1px solid #FAEBC1; 
	display: inline-block;
	padding: 10px 15px;
	background: transparent;
	color: #FAEBC1 !important;
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 1px;
}
.footer-button:hover { 
	background: #FAEBC1; 
	color: black !important;
}

.hero-icon {
	position: absolute;
	bottom: 0;
	right: 0px; 
	z-index: 1000;
}
.hero-icon img {
	width: 200px;
}

.footer-wrapper a { 
}

.copyright p {
	line-height: 22px; 
}
.copyright p a:link, .copyright p a:visited {
	line-height: 20px;  
}
.copyright p a:hover { 
	color: #fff;
}

.footer-social {
	text-align: center; 
	padding: 0px 0px 10px;
}
.footer-social li {
	display: inline-block;
}
.footer-social a { 
	color: white !important;
	padding: 20px 20px;
	font-size: 22px;
}



.footer-navigation i {
	line-height: 30px;
	padding: 0px 0px;
	display: inline-block;
}

.footer-phone { 
	font-size: 33px;
	margin-bottom: 20px; 
	display: inline-block; 
}

.scroll-top {
	margin-top: 20px;
	cursor: pointer;
	display: none; 
	text-align: center;
}








/* Directions
---------------------------------------------------------------------------------*/
.map-wrapper {
	width:100%;
	height:800px;
	position: relative;
	z-index:1;	
}
 

















 







/* MENUS CONTENT
---------------------------------------------------------------------------------*/



h1 {
	font-size: 35px;
	color: #4d4d4d;
	letter-spacing: -1px;
	
}

.fa-star {
	color: #c1922c;
}


.nonna-menus-wrapper {
	background: white;
}
.nonna-menus{
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px 0px;
}
.body-bio .nonna-menus, .press-bio .nonna-menus{
	max-width: 1040px;
	margin: 0 auto;
	padding: 150px 0px;
}
.nonna-menus-padding{
	padding: 20px;
}
.nonna-menus-left {
	float: left;
	width: 50%;
}
.nonna-menus-right {
	float: left;
	width: 50%;
}
.insta-title {
	text-align: center; 
	padding: 15px 0px;
}
.insta-title a {
	text-align: center;
	color: #c1922c;
}
.nonna-our-menus { 
	padding: 15px 0px;
}
.nonna-our-menus h2 {
	font-size: 22px; 
	color: #4d4d4d;
	font-weight: 100; 
	
}
.nonna-our-menus p { 
	line-height: 30px;
	color: #000000;
	
}

.a-button-2 {
	color: #fff !important; 
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 15px;
	margin: 4px auto;
	display: inline-block; 
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
 

.press-wrap strong {
	font-size: 30px;
    text-align: center;
    letter-spacing: -1px;
    color: #4d4d4d;
    font-weight: 100;
    margin-bottom: 15px;
}
.press-wrap p { 
    line-height: 32px;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 20px;
}





.bigger-mama-home img {
	height: auto;
	width: 100%;
	display: block;
	
}






.a-button-2 { 
	background-image: linear-gradient(to right, #D31027 0%, #EA384D  51%, #D31027  100%);  
	background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5  51%, #00d2ff  100%);
	background-image: linear-gradient(to right, #2980b9 0%, #2c3e50  51%, #2980b9  100%);      
	background:  #1d90e7;
    transition: 0.5s;
    background-size: 200% auto; 
      
  }

.a-button-2:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
 


 





.call-to-action {
	border-top:1px solid rgb(148,149,152);	
	border-bottom:1px solid rgb(148,149,152); 
	padding: 60px 0px;
	text-align: center;
	background: #f9f9f9;
}
.call-to-action h3 {
    text-align: center;
    font-size: 34px; 
    font-weight: 100;
    margin-bottom: 15px;
    color: #4d4d4d;
    
    text-transform: uppercase;
    letter-spacing: -1px;
}
.call-to-action p { 
	padding-bottom: 5px;
}

.link-button {
	display: inline-block; 
    padding: 5px 25px !important; 
    color: white !important; 
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 42px !important;
    font-size: 12px !important;
    background-color: #54a6c3;
    border-radius: 3px;
    font-weight: 600;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}
 

.link-button:hover {
    background-color: #376c80;
}


.link-button-secure {
	display: inline-block; 
    padding: 5px 25px !important; 
    color: white !important; 
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 42px !important;
    font-size: 12px !important;
    background-color: #54a6c3;
    border-radius: 3px;
    font-weight: 600;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}
 

.link-button-secure:hover {
    background-color: #376c80;
}



     

.footer-subscribe {
	 background: #2d55a8;
	 padding: 25px 0px;
}
.footer-subscribe-padding {
	padding: 30px 0px;
}
.footer-subscribe-text {
	color: white;
	font-size: 22px;
	float: left;
	width: 50%;
}
 
.footer-subscribe-text p:nth-of-type(1) {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    
}
.footer-subscribe-text p:nth-of-type(2) {
	color: white;
	font-size: 16px; 
}


.footer-subscribe-form {
	float: right;
	width: 50%;
}
.footer-subscribe-form label {
	display: none !important;
}




 



/* Modal Mask
--------------------------------------------------------------------------------------*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:1001;
  display:none;
  background:#000;
  width: 100%; 
  height: 100%;
}
.boxes .window {
  position:absolute;
  left:0;
  top:0;
  z-index:9999;
  display:none;

}
.close-promotions {
	height:41px;
	width:40px;
	position:absolute;
	top: -20px;
	right: -20px;
	z-index:10001;
}
.close-promotions a:link, .close-promotions a:visited{
	display:block;
	height:41px;
	width:40px;
	background-image:url(sendtophone/close5.png);
	background-position:0px -1px;
	background-size:40px 88px;
}
.close-promotions a:hover{
	background-position:0px -48px;
}



 
 



/* ------------------------------------------------------------------------------/
	
/////////////	
UPDATE 2024 /////////////------------------------------->
/////////////

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

.home-2024-hero-text {
	text-align: center;
	position: absolute; 
	color: #4d4d4d;
	z-index: 1;
	width: 100%;
	background: rgba(255,255,255,0.6);
	padding-top: 155px;
	height: 100%;
	
}
.home-2024-hero-text h2 {
	font-size: 90px;
	line-height: 90px;
	font-weight: 600;
	color: #000; 
	
}
.home-2024-hero-text-link {
	background: #00147e;
	border-radius: 20px;
	color: white !important;
	padding: 11px 25px;
	font-size: 15px;
	margin: 25px 0px 25px;
	display: inline-block;
	font-weight: 600; 	
	font-size: 18px;
}
.home-2024-hero-text-blue {
	background: #609ab7;
	border-radius: 22px;
	color: white !important;
	padding: 6px 24px;
	font-size: 16px;
	margin: 5px 0px 5px;
	display: inline-block; 
	font-weight: 600;	
}
.home-2024-hero-text-white {
	background: #fff;
	color: #2a68ad !important;
	border-radius: 20px; 
	padding: 6px 20px;
	font-size: 14px;
	margin: 5px 0px 5px;
	display: inline-block; 	
	font-weight: bold;
}





.home-2024-hero-text p {
    font-size: 30px;
    line-height: 34px;
    xmax-width: 590px;
    margin: 0 auto;
    padding-bottom: 5px;
    font-weight: 600;
    color: #00147e;
	
}
.home-2024-hero-text small {
	font-size: 18px;
	color: #4d4d4d;
	
}

.fa-x-twitter {
	background-image: url('img/x-social-media-black-icon.png') !important; 
	height: 15px;
	width: 15px;	
	background-repeat: no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
	top: 1px;
}
.fa-xb-twitter {
	background-image: url('img/x-social-media-black-icon-blue.png') !important; 
	height: 15px;
	width: 15px;	
	background-repeat: no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 0px 0px;
	position: relative;
	top: 1px;
}

.lets-talk-new {
	color:#609ab7;
	font-size: 28px;
	padding-bottom: 5px;
}

.home-new-links-me a {
	font-size: 20px;
	display: block; 
}



/* ------------------------------------------------------------------------------/
	
/////////////	
RESPONSIVE /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/
 
 
/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:1023px) {
	.header-top li span {
	font-size: 11px;
	padding-top: 5px;
	}
   .push-nav span {
	display: none;
	}
	.mobile-hide {display: none !important;}
	.mobile-show {display: block;}
	.header-top li span {  
	font-size: 11px;
	padding-top: 5px;
	position: relative;
	top: -2px;
	}
	.header-top li i {
	margin-right: 0px;
	}
	.header-top li {
    font-size: 16px;
	}	
	.header-navigation {
	display: none;
	}
	.nav-container {
	top: 10px;
	right: 15px;
	}
	.logo {
	padding: 10px 0px 10px 15px; 
	}
	.logo img {
    max-width: 165px;
    }	  
    .nav-container {  
	display: block;
	}
	.header-navigation { 
	}
	.header-navigation ul {
    float: none;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid rgb(198, 198, 198);
	}
	.header-navigation ul li{
	display: block;
	float: none;
	position: relative;
	text-align: center;
	} 
	.header-navigation ul li a:link, .header-navigation ul li a:visited {
	display: block;
	padding: 20px 0px;  
	margin: 0px;
	text-align: center;
	font-weight: 600;
	}
	.header-navigation ul li li a:link, .header-navigation ul li li a:visited {
	font-size: 17px; 
	}
	.menu-item-has-children::after {
	left: auto;
	right: 15px;
    top: 25px;
    font-size: 16px;
    position: absolute;
	}
 
	.background-none {
    xbackground: none;
	}
	.header-navigation ul li img {
    top: -10px;
    } 	
	.header-navigation ul ul {
    position: relative;
    top: auto; 
    display: none; 
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    background: #f2f2f2 !important;
    margin: 0px;
    border: none;
	}
	.header-navigation ul li ul li a {
    padding: 10px 20px !important;
    width: auto !important;
   	}
	.header-navigation ul li ul li a {
    float: none; 
	}
	.hero-slash { 
	right: 0px;
	left: auto; 
	}
	.home-hero-content {
    position: absolute;
    top: 45%;
    xleft: 10px;
    xmargin-top: -153px;
	}
	.home-hero-content h1 {
    font-size: 44px;
    line-height: 38px
    }
	.home-hero-content p {
    font-size: 38px;
    }
    .email-fixed {
    xtext-align: left;
    xpadding-left: 10px;
    }
    .email-fixed p {
	font-size: 22px; 
    }
    .hs-icon {
	width: 100%;
	float: none;
	}
 
	.inner-push-100 {
	height: 120px;
	} 
	.pic-inner{
	height: 170px;
	}
	.body-content-padding-inner {
	padding: 20px 20px 50px;
	}
	.gallery-img-list {
	background: white;
	padding: 0px 10px 10px;
	}
	.gallery-img-list img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
	}
 
	 
	.body-content-padding {
    padding: 30px 15px;
	}
	.title-site {
    padding: 0px 0px 20px;
    font-size: 22px;
    font-weight: bold;
	}
	 
	.ho-icon {
    width: 100% !important;
    margin-bottom: 40px;
	}
	.body-content-padding {
    padding: 40px 20px;
	}
 
	.home-quiz p { 
	font-size: 22px; 
	}
	
	.home-bio-left {
	width: 100%;
	float: none;
	}
	.home-bio-right {
	float: none;
	width: 100%; 
	}
	.home-bio-right-padding {
    padding: 0px;
	}
	.menu-secondary-container {
	padding-top:55px; 
	}
	.top-c span {display: inline-block !important; font-size: 14px !important;}
	.page-template-default .slider-wrapper, .page-template-template-menu .slider-wrapper, .page-template-template-catering .slider-wrapper {
	height: 200px; 
	}
 
	.hero-me-one p {
    font-size: 17px;
    }
	.menu-left {
	float:none;
	width:100%;
	}
	.menu-right {
	float:none;
	width:100%;
	}
	
	.menu-half-l {
	float:none;
	width:100%;
	}
	.menu-half-r {
	float:none;
	width:100%;
	}
	.a-button {
	width: 100%;
	text-align: center;
	}
	.page-template-template-menu .inner-page-center, .page-template-template-catering .inner-page-center {
    background: #fff;
    padding: 10px 0px 20px 0px;
	}
	 
	.hero-icon img {
    width: 60px;
	}
	
	
	.nonna-menus-left {
	float: none;
	width: 100%;
	}
	.nonna-menus-right {
	float: none;
	width: 100%;
	}
	.nonna-menus {
	padding: 0px 0px 20px;
	}
	
	
	
	 
	.home-texture h1 { 
	font-size: 23px;
	padding: 25px 0px; 
	}
	


	.hero-content { 
	padding: 85px 20px; 
	}
	
	
 
	.gallery-push-me { 
    display: none; 
	}
	.page-template-template-menu .a-button-2 {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	}
	.header-top li a:link, .header-top li a:visited {
    padding: 0px 0px;
    }
    .home-phone {
    position: absolute;
    top: 33px;
    right: 85px;
    z-index: 1000;
	}
	.home-phone a { 
    padding: 10px 14px; 
	}
 
	.logo {
    position: relative; 
    padding: 8px 15px 9px 10px;
    top: 0;
    left: 0;
	}
	.mobile-show-inline {display: inline-block;	}
	.footer-subscribe-text {
	float: none;
	width: 100%;
	}
	.footer-subscribe-form {
	float: none;
	width: 100%;
	}
	/*.gform_body li {
	padding: 0px !important;
	}*/
	
	.button-border-caution {
	background: transparent;
	color: #c99e00 !important;
	border: 1px solid #c99e00 !important;
	letter-spacing: 0px;
	padding: 4px 10px !important;
	margin: 3px!important;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: auto !important;
	line-height: normal !important;
	font-size: 11px !important;
	}
	.button-border-caution:hover {
	background: #132045 !important;
	color: #fff !important;
	border: 1px solid #132045 !important;
	}
	.rbs-img-container {
	margin: 0px 0px 15px 0px !important;
	}
	.robo_gallery {
	width: calc(100% + 15px) !important; 
	margin-left: 0px !important;
	}
	.home-services-box {
	float: none;
	width: 100%;
	}
	.call-to-action {
    padding: 0px 0px;
    }
     .header-top li {
    font-size: 13px;
	}
	.header-center-it {
	padding: 10px 0px;
	}
	.header-top-left {
	right: 60px;
	top: 30px;
	z-index: 100;
	font-size: 14px;
	}
	.cool-button a { 
    top: 0px; 
    }
    .cool-button::after {
    top: 65px;
    }
	.scroll-top {
	display: block; 
	}
	.peace-of-mind h3 {
    font-size: 23px;
    padding-bottom: 5px;
    float: none;
    }
    .peace-of-mind form {
    float: none;
	}
	.peace-of-mind input {
    float: none;
    width: 80%;
	}
	.peace-of-mind input[type="submit"] {
    float: none;
	}
	.body-content-center {
	padding: 0px 20px;
	}
	.footer-decor {
    height: 150px;
    width: 280px;
    background-size: 280px 150px;
	}
	.footer-top p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    }
    .footer-boxes:nth-of-type(1) {
    width: 100%;
    float: none;
	}
	.footer-boxes {
    width: 50%;
    float: left;
    margin-bottom: 30px;
	}
	.footer-boxes-padding {
    padding: 0px 0px;
	}
	.footer-lets {
    position: relative;
    top: auto;
    right: auto;
    }
    .footer-lets-cool {
    margin: 0px 0px !important;
    float: none;
    display: block;
    width: 100%;
    }
    .copyright-wrapper p {
    padding: 15px 0px;
    font-size: 13px;
    line-height: 18px;
    }
    .peace-of-mind .gform_wrapper {
    position: relative;
    top: 0px;
    float: none !important;
    margin: 0px !important;
    }
    .peace-of-mind form {
    display: block; width: 100% !important;
	}
	.peace-of-mind .gform_body {
    float: none !important;
    width: 100% !important;
	}
	.peace-of-mind .gform_footer {
    width: 100% !important;
    float: none !important;
    clear: both !important;
	}
	.peace-of-mind input[type="text"] { 
    float: none;
    font-size: 12px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
	}
	.peace-of-mind input[type="submit"] {
    width: 100% !important;
    float: none !important; 
	}
	
	
	
	
	.search-library h3 {
    font-size: 23px;
    padding-bottom: 15px;
    float: none;
	}
	.search-library form {
	width: 100% !important;
	float: none !important; 
	position: relative;
	top: 0px;
	}
	.search-library input {
	width: 100%; 
	font-size: 12px !important;
	width: 100% !important;
	margin-bottom: 10px !important;
	float: none;
	}
	.search-library button[type="submit"] {
	xwidth: 100% !important;
	float: none !important;
	}
	.swiper-pagination {
	display: block !important;
	}	 
	
	
	.footer-posts {
	float: none;
	width: 100%;
	margin-bottom: 25px;
	}
	.footer-posts-padding {
    padding: 0px 0px 0px;
    position: relative;
    
	}
	.footer-posts-content-padding {
    padding: 20px 20px 50px;
    font-size: 16px;
    line-height: 24px;
	}
	.home-simple-left {
    float: none;
    width: 100%;
	}
	.home-simple-left p {
    font-size: 42px;
    line-height: 51px;
    padding-right: 0px;
    padding-top: 20px;
	}
	.home-simple-right {
    float: none;
    width: 100%;
	}
	.home-help-boxes {
	width: 100%;
	float: none;	
	}
	.home-help-boxes-padding {
    margin: 10px 0px 0px;
	}
	.home-help-boxes a {
    bottom: 260px;
	}
	.home-help-boxes h2 {
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 10px;
	}
	.header-top-left a {
	font-weight: 600;
	}
	.home-help {
    padding: 20px 0px;
	}
	.body-content-wrapper h1 {
    font-size: 51px;
    letter-spacing: 2px;
	}
	.single .body-content-wrapper h1 { 
	}
	.fixed-cta p {
	font-size: 12px;
	line-height: 18px;
	}
	.fixed-cta a {
    padding-top: 25px;
	}
	x.push-page-pic-top-none {
	height: 79px;
	}
	.body-content-wrapper {
	padding-top: 35px;
	}
	
	.page .body-content-wrapper h1 {
    font-size: 40px;
	}
	.home .body-content-wrapper h1 {
    font-size: 50px;
	}
	x.push-page-pic-top {
	height: 77px;
	}	
	.page-pic-top {
	padding: 50px 10px; 
	}
	.page-pic-top h2 { 
	font-size: 18px;
	}
	.lets-talk-footer {
    padding: 10px 0px 40px;
    }
    .lets-talk-footer h1 {
    font-size: 34px !important;
    line-height: 39px;
	}
	.h1-sub {
    font-size: 64px;
    line-height: 69px;
	}
	.who-we-are-hero h2 {
    font-size: 25px;
    line-height: 30px;
    }
    .who-we-are-hero .page-pic-top {
    padding: 40px 0px 30px;
	}
	.who-we-are-hero p {
    font-size: 12px;
	}
	.blog .page-pic-top {
    padding: 35px 10px 90px;
    font-size: 20px;
    background-position: center center !important;
    }
    .blog .page-pic-top h2 {
    font-size: 22px;
    max-width: 180px;
    line-height: 32px;
	}
	.fixed-cta {
    top: auto;
    bottom: 0px;
    right: 0px;
    }
	.blog-left {
    float: none;
    width: 100%;
    display: block;
	}
	.blog-right {
    float: none;
    width: 100%;
    display: block;
	}
	.blog article:first-of-type .post-pic-box {
    height: 230px;
	}
	.archive article:first-of-type .post-pic-box {
    height: 230px;
	}
	.blog article, .archive article {
    width: 100%;
    float: none;
    display: block;
	}
	.blog-left-padding {
    padding: 0px;
	}
	.article-padding-content {
    padding: 20px 20px 30px;
    position: relative;
	}
	.blog-right-padding {
	margin-top: 50px;
	padding: 20px;
	}
	.article-padding {
	padding: 0px;
	margin-bottom: 30px;
	}
	.page-template-page-a-disciplined-approach .who-we-are-hero p {
    font-size: 17px;
	}
	.page-template-page-a-disciplined-approach .who-we-are-hero h2 {
    font-size: 29px !important;
    line-height: 30px;
    }
    .page-template-page-a-disciplined-approach .page-pic-top {
    padding: 45px 10px;
    }
    
    .page-template-page-a-clear-vision .who-we-are-hero p {
    font-size: 17px;
	}
	.page-template-page-a-clear-vision .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-template-page-a-clear-vision .page-pic-top {
    padding: 45px 10px;
    }
    
    .page-id-3734 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3734 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3734 .page-pic-top {
    padding: 45px 10px;
    }  
    
    .page-id-3772 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3772 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3772 .page-pic-top {
    padding: 45px 10px;
    }  
    
    
    .page-id-3808 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3808 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3808 .page-pic-top {
    padding: 45px 10px;
    }
    
    
    .page-id-3860 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3860 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3860 .page-pic-top {
    padding: 45px 10px;
    } 
    
    .page-id-3882 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3882 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3882 .page-pic-top {
    padding: 45px 10px;
    } 
    
    
    
    .page-id-3893 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3893 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3893 .page-pic-top {
    padding: 45px 10px;
    } 
    
    
    .page-id-3901 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3901 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3901 .page-pic-top {
    padding: 45px 10px;
    }
    
    
    .page-id-3910 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3910 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3910 .page-pic-top {
    padding: 45px 10px;
    } 
    
    .page-id-3916 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3916 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3916 .page-pic-top {
    padding: 45px 10px;
    } 
    
     .page-id-3923 .who-we-are-hero p {
    font-size: 17px;
	}
	.page-id-3923 .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 30px;
    }
    .page-id-3923 .page-pic-top {
    padding: 45px 10px;
    }  
    
      
    
    
    .discilpined-h2-fix {
    text-align: left !important;
    float: none !important;
    max-width: 900px !important;
	}
    .page-id-3772 .discipline-p-push {
    padding-top: 0px;
    max-width: 420px;
    font-size: 20px;
    line-height: 26px;
    float: left;
    text-align: left;
	}
    
    
    
      
    
    
    
     .who-we-think-hero p {
    font-size: 17px;
    padding: 0px;
	}
	.who-we-think-hero h2 {
    font-size: 29px;
    line-height: 3px;
    }
    .blog .page-pic-top {
    padding: 45px 10px;
    }
    
    
    
    .page-template-page-what-we-do .who-we-are-hero p {
    font-size: 17px;
	}
	.page-template-page-what-we-do .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 36px;
    }
    .page-template-page-what-we-do .page-pic-top {
    padding: 45px 10px;
    }
    
    .page-template-page-a-secure-platform .who-we-are-hero p {
    font-size: 17px;
	}
	.page-template-page-a-secure-platform .who-we-are-hero h2 {
    font-size: 29px;
    line-height: 3px;
    }
    .page-template-page-a-secure-platform .page-pic-top {
    padding: 45px 10px;
    }
    
 
    
    
    .discipline-p-push {
    padding-top: 20px;
    }
    .disciplined-box::before {
	display: none;
	}
	
	.page-template-page-a-secure-platform-php h1 {
    font-size: 34px !important;
    margin-bottom: 0px;
	}
	
	.first-line-secure {
	display: none;
	} 
	.second-line-secure {
	display: none;
	} 
	
	
	.so-widget-sow-image h3 {
	font-size: 12px !important;
	}
	
	.page-id-9 .footer-posts {
	width: 100%;
	}
	.page-id-9 .footer-posts-img {
	width: 100%;
	float: none;
	}
	.footer-posts-content-padding {
    padding: 20px 20px 50px 20px; 
	}
	.mission-box {
	height: auto;
	}
	
	
	.footer-learn-boxes {
	width: 100%;
	float: none; 
	}
	.footer-learn-boxes-padding {
	padding: 0px;
	}
	.footer-learn-boxes-content { 
	padding: 15px;
	height: 280px;
	margin-bottom: 40px; 
	}
	.as-seen-in img {
    max-width: 30px;
    height: auto;
    display: inline-block;
	}
	.as-seen-in {
    position: absolute;
    top: 28px;
    left: 0;
	}
	
	.our-experience-rule:before {
	display: none;
	}
	
	#bgvid {
    object-fit: cover;  
	}
	.videowrapperbg {
    height: 420px;
	}
	
	
	
	
	
	
	.home-2024-hero-text {
	text-align: center;
	position: absolute; 
	padding-top: 57px;
	color: #4d4d4d; 
	width: 100%;
	
	}
	.home-2024-hero-text h2 {
	font-size: 33px;
	line-height: 38px; 
	
	}
	.home-2024-hero-text-link {
	background: #4d4d4d;
	border-radius: 20px;
	color: white !important;
	padding: 6px 20px;
	font-size: 14px;
	margin: 25px 0px 25px;
	display: inline-block; 
	
	}
	.home-2024-hero-text p {
	font-size: 24px;
	line-height: 30px;
	max-width: 560px;
	margin: 0 auto;
	padding-bottom: 5px;
	
	}
	.home-2024-hero-text small {
	font-size: 13px;
	}
	
	.footer-posts-content-padding {
	height: 375px;
	}
	
	
	
	
	
	 
	.footer-boxes:nth-of-type(2) {
	width:30%;
	float: left;
	display: none;
	}
	.footer-boxes:nth-of-type(3) {
	width:100%;
	float: none;
	}
	.footer-boxes:nth-of-type(4) {
	width:0%;
	float: left;
	}
	.footer-boxes:nth-of-type(5) {
	width:100%;
	float: left; 
	}
	
	
	
	.new-foot-half {
	width: 100%;
	float: none;
	margin-top: 20px;
	}
	.footer-boxes-padding {
	text-align: left !important;
	}
	.lets-talk-new {
	color:#609ab7;
	font-size: 23px;
	padding-bottom: 5px;
	}
	
	
	.home .body-content-wrapper h2 {
    font-size: 33px;
	}
	.home .body-content-wrapper h1 {
    font-size: 40px;
	}
	
	


}
 
	
/* Revert Larger then iPad - FIX - Larger then 767px Do This */
@media screen and (min-width:1024px) {
	
	.nav-mask {display: none !important;}
	.header-navigation {display: block !important;} 
	
}
/* Height Adjustment - If vertical screen size is less then, then do this */


 