/*
Theme Name: Greymont Group by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, blue, grey, white.
*/

/* 	
-•== DEFAULTS ==•- 
*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #a1a1a1;
	font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .06em;
    text-align: left;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}

/* 	
-•== SCROLL BAR ==•- 
*/

/* Width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #CCC;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #084a77;
}

/* 	
-•== FONTS ==•- 
*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-style: normal;
    text-transform: uppercase;
    margin: 20px 0;
	letter-spacing: .05em;
	color: #084a77;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 400;
    font-size: .6em;
	color: #666666;
}
h1 {
    font-size: 3em;
    margin: 0 0 40px 0;
    text-align: center;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 30px 0;
	color: #666666;
}
a {
	color: #084a77;
    text-decoration: none;
    cursor: pointer;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #777;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    margin: 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    margin: 30px 0;
}
li {
    font-size: 1em;
    line-height: 2em;
}

/* 	
-•== HEADER ==•- 
*/

.logo {
    padding: 0;
    margin: 0 auto;
	width: 219px;
    height: 145px;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
	z-index: 99;
	position: absolute;
	left: calc(50% - 110px);
    top: 35px;
}
.logo a {
    padding: 0;
	width: 219px;
    height: 145px;
    display: block;
    background: url(images/global/logo.png);
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.logo a:hover {
	opacity: .8;
}

/* 	
-•== HOME PAGE ==•- 
*/

.heroBG {
	width: 100%;
	background-image: url("images/home/bg-hero.jpg");
	background-size: cover;
	background-position: center;
	padding: 530px 0 0 0;
}
.heroBG h1 {
	color: #FFF;
    font-size: 4.5em;
	margin: 0;
}
.circleWhite {
	width: 16px;
	height: 16px;
	margin: 50px auto 0 auto;
	border: 3px solid #FFF;
	border-radius: 8px;
}
.lineWhite {
	width: 2px;
	height: 398px;
	margin: 0 auto;
	background-color: #fff;
}
.textBox {
	max-width: 1164px;
	padding: 0 10px;
	margin: -118px auto 0 auto;
	display: flex;
}
.textHalf {
	width: 50%;
	padding: 130px 50px;
}
.textHalf h2 {
	text-align: right;
}
.shaft {
	flex-direction: column;
}
.lineGrey {
	width: 2px;
	height: 95%;
	margin: 0 auto;
	background-color: #e1e1e1;
}
.circleGrey {
	width: 16px;
	height: 16px;
	margin: 0px auto 10px auto;
	border: 3px solid #e1e1e1;
	border-radius: 8px;
	align-content: flex-end;
}
.centerLink {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
.lineSplit {
	width: 100%;
	border-bottom: 2px solid #e1e1e1;
	margin: 80px 0 40px 0;
}
.pic3 {
	width: calc(33.33% - 13px);
	height: 400px;
	float: left;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	margin-top: 20px;
    margin-bottom: 20px;
}
.pic3.mid {
	margin-left: 20px;
}
.pic3.right {
	float: right;
}
.pic3 h3, .pic3 p {
	color: #fff;
}
#software {background-image: url("images/home/software.jpg;")}
#cyber {background-image: url("images/home/cyber.jpg;")}
#remote {background-image: url("images/home/remote.jpg;")}
.blueScreen {
	background-color: rgba(7, 74, 119, .88);
	padding: 20px 0px 40px 40px;
	margin-top: 266px;
	height: 100%;
	position: relative;
}
.underline {
	width: 170px;
	border-bottom: 1px solid #fff;
}
.blueScreen, .pic3 p, .underline, .blockText {
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pic3:hover .blueScreen {
	margin-top: 0;
}
.pic3:hover .blockText {
	bottom: 0;
    position: absolute;
    padding-right: 40px;
}
.bg-healthcare {
	width: 100%;
	background-image: url("images/home/bg-healthcare.jpg");
    background-position: center;
    background-size: cover;
}
.skew {
	padding: 230px 400px 230px 200px;
	max-width: 1318px;
	background-image: url("images/home/white-skew.png");
    background-position: center right;
    background-size: cover;
}
.bg-healthcare p {
	color: #363636;
}
.questions {
	max-width: 680px;
	margin: 0 auto;
	display: flex;
}
.margT100 {
	margin-top: 100px;
}
.lineGreySmall {
	width: 2px;
	height: 100px;
	margin: 0 auto;
	background-color: #e1e1e1;
}
.textLeft {
	width: 50%;
	text-align: right;
	padding: 40px 40px 80px 0px;
}
.textRight {
	width: 50%;
	padding: 40px 0px 80px 40px;
}
.center {
	text-align: center;
}
.lowerP {
	max-width: 470px;
	margin: 0 auto;
	color: #084a77;
	text-align: center;
}

/* 	
-•== PAGES ==•- 
*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
#interior {
    margin: 90px 0;
}
.pageContent {
	max-width: 1200px;
	margin: auto;
	padding: 0 40px;
}
.menus h2 {
	color: #FFF;
    background-color: #5e3422;
    padding: 10px;
}

/* 	
-•== FOOTER ==•- 
*/

.foot {
    width: 100%;
    height: auto;
	margin: 80px 0 0 0;
    padding: 30px 10px;
    color: #FFF;
	background-color: #084A77;
}
.wrapLogoBar {
	max-width: 1040px;
	margin: 0 auto 30px auto;
}
.logoFoot {
    padding: 0;
    margin: 0 15px;;
	width: 92px;
    height: 64px;
    display: block;
    background: url("images/global/logo-foot.png");
	float: left;
}
.circleFoot {
	width: 16px;
	height: 16px;
	margin: 25px 0 0 0;
	border: 3px solid #457697;
	border-radius: 8px;
	float: left;
}
.lineFoot {
	width: calc(50% - 80px);
    border-bottom: 3px solid #457697;
    float: left;
    margin-top: 31px;
}
.foot ul {
    margin: 0;
	padding: 0;
    text-align: center;
}
.foot li {
    margin: 0;
    text-align: center;
    list-style: none;
    line-height: 20px;
    padding: 0px 10px;
	display: inline;
}
.foot li a {
    color: #FFF;
    opacity: .4;
	font-size: .9em;
    font-weight: 400;
    text-decoration: none;
	text-transform: capitalize;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.foot li a:hover {
    opacity: 1;
}
.foot p {
    color: #fff;
    opacity: .4;
	font-size: .9em;
	text-align: center;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.foot p a {
	color: #FFF;
}
.foot p:hover {
    opacity: 1;
}

/* 	
-•== NEWS/BLOG ==•- 
*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-weight: 300 !important;
	font-size: 3em;
}
#texty p {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a, #texty p a{
	color: #464646;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #DDD;
}

/* 	
-•== Gravity Forms ==•- 
*/

.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
}
.gform_wrapper textarea {
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
}
.gform_footer input {
    padding: 15px 30px;
    background-color: #333;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #0ea449;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}

/* 	
-•== WORDPRESS FIXES ==•- 
*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 	
-•== RESPONSIVE ELEMENTS ==•- 
*/

#response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
-•== RESPONSIVE STYLES ==•- 
*/

.container {
    width: 100%;
    margin: 0;
}
#cent {margin: auto;}
#alpha {float: left;}
#omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}

@media only screen and (max-width: 1240px) {
	.blueScreen {padding: 20px 0px 20px 20px;}
	.blockText p {margin-bottom: 20px;}
}

@media only screen and (max-width: 1180px) {
	h3 {font-size: 1.7em;}
	.blueScreen {margin-top: 278px;}
}

@media only screen and (max-width: 1080px) {
	.pic3 {width: 100%;}
	.pic3.mid {margin-left: 0;}
	.blueScreen {margin-top: 282px;}
	.blockText h3 br {display: none;}
}

@media only screen and (max-width: 960px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.8em;}
	h3 {font-size: 1.6em;}
	h4 {font-size: 1.4em;}
	h5 {font-size: 1.2em;}
	h6 {font-size: 1em;}
	
	.heroBG h1 {font-size: 2.5em;}
	.textBox {flex-direction: column; margin: 0px auto 0 auto;}
	.shaft {display: none;}
	.textHalf {width: 100%; padding: 0px 20px;}
	.textHalf h2 {text-align: left;}
	.centerLink {width: auto; margin: 10px 30px; text-align: left;}
	.skew {padding: 100px 50px; background-image: none; background-color: rgba(256,256,256,.7);}
	.questions {max-width: 100%; margin: 0 30px; flex-direction: column;}
	.textLeft {width: 100%; text-align: left; padding: 0;}
	.textRight {width: 100%; padding: 0;}
	.margT100 {margin-top: 30px;}
	.questions p {margin: 30px 0 0 0}
	.lowerP {max-width: 100%; margin: 0 30px 30px 30px; text-align: left;}
}

@media only screen and (max-width: 770px) {
	.one,  .two,  .three,  .four,  .five,  .six,  .seven,  .eight,  .third,  .two-thirds,  .quarter,  .three-qtr {width: 90%;}
}

@media only screen and (max-width: 600px) {
	#hideMobile {display: none;}
	.skew {padding: 100px 50px;}
	.heroBG {background-image: url("images/home/bg-hero-mobile.jpg"); padding: 230px 0 0 0;}
	.bg-healthcare {background-image: url("images/home/bg-healthcare-mobile.jpg");}
}

/* Mobile Banner Swap */
@media only screen and (min-width: 501px) {
	#showBanner {display: none;}
}
@media only screen and (max-width: 501px) {
	#hideBanner {display: none;}
	#showBanner {display: block;}
	
}

@media only screen and (max-width: 480px) {
	.sfm-navicon-button {right: 20px !important; top: 40px !important;}
	.logo {left: 20px;}
}
