@import "https://fonts.googleapis.com/css?family=Lato:300,400,700,900";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
body {
  margin: 0px; }

body {
  padding-bottom: 107.89px; }
  @media (max-width: 1000px) {
    body {
      padding-bottom: 161.91px; } }

html {
  min-height: 100%;
  position: relative;
  box-sizing: border-box; }

body {
  min-height: 100%; }

input {
  border-style: solid; }

input:active {
  border-style: solid; }

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  cursor: pointer; }

* {
  font-family: 'Lato', sans-serif;
  text-decoration: none; }

a[href^="mailto:"] {
  text-decoration: underline; }

input {
  transition: background .3s; }

body.responsive.layout-full #page-wrapper .full-container {
  max-width: 100%;
  /*padding-left:10%;
  padding-right:10%;*/ }

.blockWhichChangesPaddingYeah {
  padding-left: 15%;
  padding-right: 15%; }

@media (max-width: 1400px) {
  .blockWhichChangesPaddingYeah {
    padding-left: 10%;
    padding-right: 10%; } }
/*li:before{ content:'\00b7'; font-size:50px; }*/
#ginormousDarkener {
  background-color: transparent;
  transition: background-color 0s ease-in-out; }

.darkenTheDarkener {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9) !important;
  z-index: 5; }

/*
.page_item, #menuButtonMobile {
  float: left;
  list-style: none;
  font-size: 20px;
  padding: 10px; }

.page_item a, #menuButtonMobile a {
  color: white; }

.page_item a:hover,
.page_item span:hover {
  color: #ddd; }

.page_item {
  margin: 5px;
  margin-left: 10px;
  margin-right: 10px; 
}

.page_item {
  position: relative; }

.page_item a {
  position: relative; }

*/

/* @media (max-width: 900px) {
	.page_item, #menu {
		display:none;
	}
}

@media (max-width: 100%) {
	.page_item, #menu{
		display:block;
	}
} */

/**** top nav revisions +asr 20201218 ****/
#menu .menu-item, #menuButtonMobile	{
	float: left;
	list-style: none;
	padding: 10px;
}
#menu .menu-item a, #menuButtonMobile a	{color: white;}

#menu .menu-item a:hover,
#menu .menu-item span:hover	{
	color: #ddd;
}

#menu .menu-item	{
	margin: 5px 10px;
}
#menu .menu-item	{position: relative;}
#menu .menu-item a	{position: relative;}

.slider {
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -4px;
  left: 0;
  background: white; }

#menu {
  display: flex;
  justify-content: space-between;
  align-items: center; }
/**** +asr 20201218 ****/
.reset-list-style, .reset-list-style ul, .reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}
#menu	{list-style: none; font-size: 20px; padding: 0;}
#menu .menu-item-object-page.current-menu-item > a:after	 {
	display: inline-block; content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	bottom: -4px;
	left: 0;
	background: white;
}
.primary-menu ul {
	background: rgb(0, 58, 112);;
	border-radius: 0.4rem;
	color: #fff;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + 2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	z-index: 1;
}
.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before, .primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: rgb(0, 58, 112);;
	right: 1.8rem;
}

#floatingInfoThing.loaded	{
	position: fixed; top: 10px; left: 10px; z-index: 9999;
	color: red; font-size: 22px;
}
@media (max-width: 1000px)	{
	#top	{background: rgba(0, 58, 112, 1.0);}
}

#menu {
  max-height: 53.333px;
  overflow: hidden; overflow: visible;
  transition: max-height 0.2s ease-in-out; }

#menu.menuOpen {
/*   max-height: 200px; */
  max-height: 300px; }
@media (max-width: 960px) {
	#menu	{overflow: hidden;}
	#menu.menuOpen	{max-height: unset;}
}
@media (min-width: 960px) {
	#menu .mobile-nav-toggle	{display: none;}
}
@media (max-width: 1000px) {
  #menu {
    flex-direction: column;
    max-height: 35px; } }
.main-navigation ul li:hover > a {
  background: #249bcd; }

#main {
  padding: 0; }

#top {  background: rgba(0, 58, 112, 0);
  color: #fff;
  display: flex;
  padding: 15px 5% 15px 5%;
  justify-content: space-between;
  transition: .2s all ease-in-out; }

@media (max-width: 1400px) {
  #top {
    padding: 15px 5% 15px 5%; } }
@media (max-width: 900px) {
  #top {
    display: block; } }
.big-logo {
  max-height: 30px !important;
  width: auto;
  margin: 5px 0 10px 0 !important;
  max-width: 100%; }

.logo {
  text-align: center; }

@media (max-width: 960px) {
  .logo {
    display: block; } }
header.entry-header {
  display: none;
  margin-bottom: 0; }

/*nav .full-container {
  padding-left: 15%;
  padding-right: 15%; }*/

@media (max-width: 1400px) {
/*
	nav .full-container {
    padding-left: 10%;
    padding-right: 10%; }
*/
}
#masthead {
  background: #030000; }

/* nav {
  background: #e5e5e5; }*/

#questionsAndSupportDiv {
  border-radius: 3px;
  color: white;
  padding: 5px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center; }

#questionsAndSupportDivInner {
  background: #00A9D1;
  border-radius: 2px;
  padding: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }

#questionsAndSupportDivInner div {
  line-height: 17px; }

.hgroup.full-container {
  display: flex;
  justify-content: space-between; }

.support-text {
  display: none; }

#masthead .hgroup:before, #masthead .hgroup:after {
  display: none; }

@media (max-width: 1000px) {
  #questionsAndSupportDiv {
    display: none; } }
#stupidHeaderIconsDiv {
  display: flex; }

@media (max-width: 1040px) {
  #stupidHeaderIconsDiv {
    display: none; } }
#stupidHeaderIconsDiv img {
  opacity: .6;
  display: block; }

#topSearchBox {
  height: 40px;
  border-radius: 3px;
  width: 200px; }

/*#fbImg{
  height:100%;
  background-image:url("https://uniqueitpro.com/wp-content/uploads/2016/10/fb-outer-white.png");
  background-size:contain;
}*/
/*
from salon2.scss -- testing
*/
/**** nav commented out until this usage of nav confirmed because conflicts w/new changes +asr 20201218 ****/
/*
nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  transition: .3s;
  max-height: 48.667px;
  overflow: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 0 15% 0 15%;
  box-sizing: border-box; }
*/

@media (max-width: 1400px) {
/*
	nav {padding: 0 10% 0 10%; }
*/
}
/*
nav.menuOpen {
  max-height: 243.335px; }

nav li {
  list-style: none;
  flex-grow: 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0; }

nav a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  transition: .2s transform ease-in-out; }

nav a:hover {
  transform: scale(1.15); }
*/
#menuButtonMobile {
  display: none; }

@media (max-width: 960px) {
/*
	nav {
    flex-direction: column; }

  nav li {
    border-width: 0; }

  nav li {
    padding: 15px 0; }*/

  #menuButtonMobile {
    display: block; } }
/*
end from salon2.scss
*/
#topAndNav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: top .3s linear; }

/*
top left admin links stuff
*/
#topAdminLinksDiv {
  display: none; }

#topAdminLinksDivInfoDiv {
  font-style: italic;
  font-size: 11px;
  position: fixed;
  z-index: 11;
  left: 10px;
  bottom: 2px;
  display: none; }
  #topAdminLinksDivInfoDiv:hover {
    cursor: default; }

#topAdminLinksDiv > a > div {
  background-color: #003a70;
  color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 2px;
  position: fixed;
  z-index: 1001;
  bottom: 10px;
  font-family: monospace; }
  #topAdminLinksDiv > a > div:hover {
    cursor: pointer; }

#goToAdminPageButton {
  left: 10px; }

#goToPagesPageButton {
  left: 40px; }

#goToPluginsPageButton {
  left: 70px; }

#goToAddPluginPageButton {
  left: 100px; }

/*
end top left admin links stuff
*/
#servicesNavButton:hover {
  cursor: pointer; }

footer {
  background: black;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 20px;
  padding-bottom: 30px;
  height: 107.89px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (max-width: 1000px) {
    footer {
      height: 161.91px; } }

#colophon {
  background: #030000; }

#newsletterTextBox {
  width: 30%; }

/*input[type="text"].textBoxType1{
  width:30%;
}*/
@media (max-width: 800px) {
  /*input[type="text"].textBoxType1{*/
  #newsletterTextBox {
    width: 100%; } }
#footer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #eee; }

#footer-block ul {
  list-style-type: none !important;
  padding: 0;
  margin: 5px 0 0 0 !important;
  color: #bbb; }

#lineDiv {
  height: 2px;
  background: #FFF;
  width: 60%;
  margin-top: 30px; }

#linksBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px; }

#socialsBox {
  align-self: flex-end;
  margin-top: 20px;
  display: flex; }

@media (max-width: 800px) {
  #linksBox {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap; }

  #footer-block ul {
    margin-bottom: 20px !important; }

  .linksColumn {
    width: 130px; } }
.linksHeader {
  font-size: 16px; }

.socialIconDiv {
  background: #444;
  border-radius: 5px;
  margin-right: 5px;
  height: 30px; }

.socialIconDiv img {
  height: 100%;
  width: auto; }

.socialIconDiv img:hover {
  filter: brightness(0.7);
  /*cursor:pointer;*/ }

#facebookIconDiv img {
  padding: 0 7px 5px 2px;
  height: 25px; }

#twitterIconDiv {
  padding: 5px;
  height: 20px; }

#newsletterBox {
  text-align: center;
  width: 100%; }

#bottomLinks {
  display: flex;
  width: 40%;
  justify-content: space-between; }

@media (max-width: 1000px) {
  #bottomLinks {
    flex-direction: column;
    align-items: center; }

  #bottomLinks div {
    margin-top: 5px;
    text-align: center; } }
#bottomLinks a {
  color: #EEE;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px; }

#bottomLinks div {
  transition: all .2s; }

#bottomLinks div:hover {
  transform: scale(1.15); }

#copyrightTextDiv {
  filter: brightness(0.6);
  margin-top: 25px;
  text-align: center;
  font-size: 12px; }

#firstInFlexBox {
  flex-basis: 66%; }

#firstBox {
  padding: 25px 0 25px 0;
  display: flex;
  flex-wrap: wrap; }

#firstBlock {
  background-size: cover;
  max-width: 100%;
  /*position:relative;*/
  /*display:flex;
  align-items:flex-end;*/
  position: relative;
  overflow: hidden; }

.firstBlockInnerImageThingie,
#firstBlockInnerImageThingie,
#firstBlockInnerImageThingieSpaceTaker {
  display: block;
  max-width: 100%; }

/* #textBlock1 {
    position: absolute; 
    font: sans-serif; 
    bottom: 150px;
    right: 30px;
    background-color: white;
    color: black;
    padding: 10px; 
    height: 330px; 
    width: 500px; 
    font-size: 32px; 
    text-align: center; 
    opacity: 0.65;
    border-color: teal; 
    box-shadow: 10px 10px 5px blue; 
    z-index:21;
  }
  
  #textBlock2 {
    position: absolute; 
    font: Arial; 
    bottom: 250px;
    left: 30px;
    text-align: center; 
    background-color: white;
    color: black;
    padding: 10px;
    height: 330px;
    width: 400px;
    font-size: 36px;
    opacity: 0.65; 
    border-color: teal; 
    box-shadow: 10px 10px 5px blue; 
    z-index:21;
  }
  
  #textBlock3 {
    position: absolute;
    font: sans-serif; 
    bottom: 400px;
    right: 700px;
    background-color: white;
    color: black;
    padding: 20px; 
    height: 140px; 
    width: 800px; 
    font-size: 36px; 
    text-align: center; 
    opacity: 0.65; 
    border-color: teal; 
    box-shadow: 10px 10px 5px blue; 
    z-index:21;
  } */

#smallLogo {
  margin-right: 20px;
  height: 50px;
  width: auto; }

@media (max-width: 900px) {
  #smallLogo {
    display: block;
    margin: 0 auto 0 auto;
    margin-right: auto; }

  /*#firstBlockImage1 {
    content: url("/wp-content/themes/uitp-theme/img/homePage/headers/banner1-3.jpg"); }

  #firstBlockImage2 {
    content: url("/wp-content/themes/uitp-theme/img/homePage/headers/banner2-4.jpg"); }

  #firstBlockImage3 {
    content: url("/wp-content/themes/uitp-theme/img/homePage/headers/banner3-3.jpg"); }*/

}
#firstBlockInner {
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  display: none;
  transition: top .5s ease-in-out;
  width: 100%;
  color: white;
  padding-left: 10%;
  padding-right: 10%; }

@media (max-width: 1400px) {
  #firstBlockInner {
    padding-left: 10%;
    padding-right: 10%; } }

@media (max-width: 1000px) {
  #firstBlockInner {
    /* display:none; */
	} }

#viewPlansButton {
  background: #249bcd;
  color: white;
  padding: 15px 25px 15px 25px;
  margin-left: 15px;
  font-size: 16px;
  border-width: 0;
  transition: all 0.3s ease 0s; }

#viewPlansButton:hover {
  background: #65b9dc; }

#secondInFlexBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  flex-basis: 30%; }

@media (max-width: 800px) {
  #secondInFlexBox {
    margin-top: 20px; } }
@media (max-width: 800px) {
  #firstBox {
    display: block !important; }

  .checkboxGroup {
    display: block; } }
.firstBlockInnerImageThingie {
  z-index: 20;
  left: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%; }

#firstBlockImage1 {
  left: 0px; }

#firstBlockInner {
  z-index: 21; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

#servicesButtonBottom:hover {
  cursor: pointer; }

#servicesParagraphSection {
  padding-top: 30px;
  padding-bottom: 30px; }

#eliteServicesDiv, #belowEliteServicesDiv {
  text-align: center;
  color: #003a70;
  line-height: 1.4em; }

#eliteServicesDiv {
  font-size: 42px; }

#belowEliteServicesDiv {
  font-size: 24px; }

.serviceBoxIconDiv {
  text-align: center; }

.serviceBoxIcon {
  height: 75px;
  margin-bottom: 10px; }

.service-box-top {
  margin-bottom: 5px; }

.services-block {
  align-items: stretch;
  background: #e5e5e5;
  justify-content: space-between; }

.services-block * {
  color: #222; }

.service-box-head {
  font-size: 26px;
  font-weight: bold;
  text-align: center; }

.service-box {
  /*max-width:33%;	*/
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  margin: 0 10px 0 10px;
  /*width:300px;*/
  min-height: 190px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 1px 5px 2px rgba(0, 0, 0, 0.2); }

.service-box:first-child {
  margin-left: 0px; }

.service-box:last-child {
  margin-right: 0px; }

#services-block-outer {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
  padding-bottom: 30px; }

@media (max-width: 1400px) {
  #services-block-outer {
    padding-left: 5%;
    padding-right: 5%; } }
.sbox-body-text {
  margin: 15px 0 0 0; }

.price-area {
  margin-top: 10px;
  color: #249bcd; }

.price-tag {
  font-size: 24px;
  font-weight: bold; }

html input[type="button"].learnMoreButton {
  background: #003a70;
  border-color: #249bcd;
  border-width: 0 0 2px 0;
  color: white;
  font-weight: bold;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 20px; }

html input[type="button"].learnMoreButton:hover {
  border-width: 0 0 1px 0;
  margin-top: 1px; }

html input[type="button"].learnMoreButton:focus {
  /*border-color:#656565;*/
  outline: none; }

html input[type="button"].learnMoreButton:active {
  outline: none;
  border: 0;
  border-color: #656565;
  margin-top: 2px; }

.learnMoreDiv {
  margin: 10px 0 0 0; }

.services-block {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between; }

.service-box {
  width: calc(100% * (1/4) - 10px - 1px) !important;
  margin-top: 30px; }

.services-block > div:nth-child(4) {
  margin-left: 0; }

.services-block > div:nth-child(3) {
  margin-right: 0; }

@media (max-width: 800px) {
  .services-block {
    display: block; }

  .service-box {
    width: 90% !important;
    padding: 5%;
    margin: 10px 0 10px 0; } }
/*

#contactBlock{
	//display:flex;
	justify-content:center;
	align-items:center;
	//background:#249bcd;
	background:#003a70;
	//min-height:;
	color:white;
	//padding:45px 15% 45px 15%;
}
// @media(max-width:1400px){
// 	#contactBlock{
// 		padding-left:10%;
// 		padding-right:10%;
// 	}
// }
#pieceOfMindDiv{
	//width;
	//flex-basis:75%;
	display:flex;  
	align-items:center;
	max-width:600px;
}
#contactLearnMoreDiv{
	//width:;
	flex-basis:25%
}
#contactLearnMoreButton{
	//background:#249bcd;
	background:#003a70;
	color:white;
	padding:15px 50px 15px 50px;
	border-color:white;
	border-width:3px;
	border-radius:5px;
	transition: all 0.3s ease 0s;
	font-size:16px;
}
#contactLearnMoreButton:hover{
	//color:#249bcd;
	color:#003a70;
	background:white;
}
#headsetImageDiv{
	//height:;
	
	
	margin-right:60px;
}
#headsetImage{
	//max-height:150px;
	max-height:103px;
	filter:invert(100%);
	//filter:brightness(200%);
}

#contactBlock a{
	color:white;
}


@media (max-width: 800px){
	#contactBlock{
		display:block;
		padding-left:5%;
		padding-right:5%;
	}
	#contactLearnMoreDiv{
		margin-top:20px;
		text-align:center;
	}
	#pieceOfMindDiv{
		max-width:100%;

	}
	#headsetImageDiv{
		margin-right:20px;
	}
}




*/
.blurredElement {
  /* Any browser which supports CSS3 */
  filter: blur(10px);
  /* Firefox */
  filter: url("blur.svg#gaussian_blur");
  /* Webkit */
  -webkit-filter: blur(10px);
  /* Opera */
  -o-filter: blur(10px); }

#popUpMenu {
  position: fixed;
  top: 100px;
  z-index: 1000;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center; }

#popUpArrows img {
  height: 80px;
  position: fixed;
  top: 40%;
  z-index: 20;
  transition: filter .2s ease-in-out; }
  #popUpArrows img:hover {
    cursor: pointer;
    filter: invert(15%); }
  @media (max-width: 900px) {
    #popUpArrows img {
      display: none; } }

#popUpArrowLeft {
  transform: rotate(180deg);
  left: 15%; }

#popUpArrowRight {
  right: 15%; }

#popUpLogo {
  width: 100px;
  height: auto;
  z-index: 10; }

#popUpLogoDiv {
  margin-bottom: 30px; }

.servicesPopUpMenu {
  text-align: center; }

.servicesPopUpMenuListHeader {
  background: #003a70;
  font-size: 22px;
  border-radius: 5px 5px 0 0;
  color: white;
  padding: 10px 10px; }

.servicesPopUpMenuListItemsDiv {
  background: #e5e5e5;
  border-radius: 0 0 5px 5px; }

.servicesPopUpMenuListItemsDiv > div {
  border: 2px black;
  padding: 10px 10px; }

.servicesPopUpMenuListItemsDiv > div:last-child {
  display: none; }

.servicesItemSeparatorType1 {
  width: 100%;
  background: #cccccc;
  height: 2px;
  padding: 0 0 0 0 !important; }

.servicesPopUpMenu {
  display: none; }

#contactBlock > * {
  background: transparent !important; }

@media (max-width: 900px) {
  #contactBlock {
    display: none; } }
#headsetImageDiv {
  position: absolute;
  left: -100px; }

#contactBlockTextDiv {
  position: absolute;
  width: 400px;
  top: 40px; }

#contactBlock {
  justify-content: center;
  align-items: center;
  background: #003a70;
  color: white; }

#pieceOfMindDiv {
  display: flex;
  align-items: center;
  max-width: 600px; }

#contactLearnMoreDiv {
  flex-basis: 25%; }

#contactLearnMoreButton {
  background: #003a70;
  color: white;
  padding: 15px 50px 15px 50px;
  border-color: white;
  border-width: 3px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  font-size: 16px; }

#contactLearnMoreButton:hover {
  color: #003a70;
  background: white; }

#headsetImageDiv {
  /*border-radius:75px;
  padding:28px 25px 22px 25px;
  background:white;*/
  margin-right: 60px; }

#headsetImage {
  max-height: 103px; }

#contactBlock * {
  color: #003a70; }

#contactBlock a {
  color: #003a70; }

@media (max-width: 800px) {
  #contactLearnMoreDiv {
    margin-top: 20px;
    text-align: center; }

  #pieceOfMindDiv {
    max-width: 100%; }

  #headsetImageDiv {
    margin-right: 20px; } }
#lowerPicDiv {
  height: 300px;
  overflow: hidden; }

@media (max-width: 960px) {
  #lowerPicDiv {
    height: 150px; } }
#lowerPic {
  display: block;
  max-width: 100%;
  transition: none;
}

/************* 

find domain block

*************/
/*#findDomainTextBox:focus{*/
input[type="text"].textBoxType1:focus {
  outline: black; }

/*#findDomainButton:focus{*/
input[type="button"].buttonType1:focus {
  outline: black;
  /*//border-radius:0px 5px 5px 0px;
  //border-radius:0;*/
  border-color: #4a4a4a;
  /*border-width:3px 3px 3px 0px;*/
  /*//border-width:0;*/ }

input[type="text"].textBoxType1:focus {
  /*color:#555;*/ }

/*#findDomainTextBox{*/
/*#findDomainTextBox:focus{*/
input[type="text"].textBoxType1 {
  font-size: 16px;
  padding: 15px;
  background: #2e2e2e;
  color: #aaa;
  margin-right: 0px;
  border-radius: 5px 0 0 5px;
  /*//border-radius:;*/
  border-color: #4a4a4a;
  border-width: 3px 0px 3px 3px;
  /*//border-width:0;
	height:;*/
  line-height: 18px;
  font-weight: normal;
  width: 50%; }

input[type="button"].buttonType1,
input[type="button"].buttonType1:focus {
  background: #003a70; }

/*#findDomainButton{*/
input[type="button"].buttonType1 {
  margin-left: 0px;
  border-radius: 0 5px 5px 0;
  color: white;
  padding: 15px;
  border-color: #4a4a4a;
  font-size: 16px;
  border-width: 3px 3px 3px 0;
  line-height: 18px;
  font-weight: normal;
  width: 200px;
  transition: all 0.3s ease 0s; }

/*#findDomainButton:hover{*/
input[type="button"].buttonType1:hover {
  background: #32618C; }

#findDomainBlock {
  background: #1c1c1c;
  text-align: center;
  color: white;
  padding: 30px 10% 60px 10%; }

@media (max-width: 800px) {
  input[type="text"].textBoxType1 {
    border-radius: 5px;
    border-width: 3px;
    width: 100%; }

  input[type="button"].buttonType1 {
    border-radius: 5px;
    border-width: 3px;
    margin-top: -3px; } }
/*

find domain block end

*/
#oneStopBlock {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #e5e5e5; }

#oneStopBlock * {
  line-height: 1.6em; }

.oneStopBlockHeaderDiv {  font-weight: bold;
  font-size: 34px;
  color: #003a70; }

#oneStopBlockContentDiv1 {
  margin-top: 10px; }

#oneStopBlockContentDiv2 {
  margin-top: 30px;
  display: flex; }

#oneStopBlockContentDiv2 div {
  flex-basis: 50%; }

#oneStopBlockContentDiv2 div:first-child {
  margin-right: 10px; }

#oneStopBlockContentDiv2 div:last-child {
  margin-left: 10px; }

@media (max-width: 960px) {
  #oneStopBlockContentDiv2 {
    display: block; }

  #oneStopBlockContentDiv2 div:first-child,
  #oneStopBlockContentDiv2 div:last-child {
    margin: 0; }

  #oneStopBlockContentDiv2 div:first-child {
    margin-bottom: 20px; } }
/*
#companyLogosDiv{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:80px;
}

#companyLogosDiv img{
    width:400px;
    max-width:100%;
}

#shareFileLogoDiv{
    margin-top:20px;
}
#microsoftPartnerLogoDiv{
    margin-top:50px;
}
#storageCraftLogoDiv{
    margin-top:40px;
}
#telarusLogoDiv{
    margin-top:90px;
    margin-bottom:80px;
}*/
#companyLogosBlock {
  padding-bottom: 30px;
  padding-top: 30px;
  background: white;
  padding-left: 5%;
  padding-right: 5%; }

#companyLogosDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white; }

#companyLogosDiv img {
  height: 80%;
  width: 90%; }

#companyLogosDiv div {
  width: 15%; }

@media (max-width: 800px) {
  #companyLogosDiv {
    flex-direction: column; }

  #companyLogosDiv div {
    width: 80%; } }
#customerSatisfactionBlock {
  text-align: center;
  color: white;
  background: #003a70;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.4em; }

#customerSatisfactionBlock div {
  line-height: 1.5em; }

#ourPartnershipsDiv {
  font-size: 22px;
  font-weight: bold; }

#wereIntegratedDiv {
  font-size: 20px; }

#servicesTopImageBlock {
  overflow: hidden; }

#servicesPageTopImage {
  width: 100%;
  display: block; }

#servicesPageDownArrowImage:hover {
  cursor: pointer;
  filter: brightness(90%); }

#iconsSection {
  margin-top: 150px; }

#servicesIconBlock {
  padding: 30px 10% 50px 10%;
  background: #e5e5e5;
  text-align: center; }

#servicesIconBlockLine1, #servicesIconBlockLine2 {
  color: #003a70; }

#servicesIconBlockLine1 {
  font-size: 34px;
  font-weight: bold; }

#servicesIconBlockLine2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px; }

#servicesPageIconBlockColumns {
  display: flex;
  align-items: center; }
  #servicesPageIconBlockColumns li {
    list-style: none; }
  #servicesPageIconBlockColumns ul {
    margin-top: 0;
    margin: 0;
    padding: 0; }

#servicesBox1, #servicesBox3,
#servicesBox2, #servicesBox4 {
  height: 300px; }

#servicesIconBlockSecondColumn {
  flex-basis: 10%; }

#servicesIconBlockFirstColumn, #servicesIconBlockThirdColumn {
  flex-basis: 45%; }

.serviceBoxHeader1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px; }

.servicesPageServiceBox {
  text-align: center; }

@media (max-width: 900px) {
  #servicesPageIconBlockColumns {
    flex-direction: column; }

  #servicesBox1, #servicesBox3,
  #servicesBox2, #servicesBox4 {
    height: auto; }

  .servicesPageServiceBox {
    margin-top: 30px; } }
#servicesIconBlockSecondColumn {
  height: 100%; }

#servicesPageCenterLogoDiv {
  text-align: center;
  height: 100%; }

#servicesPageCenterLogo {
  width: 140%;
  height: auto;
  margin-left: -20%;
  margin-top: -20%; }

@media (max-width: 900px) {
  #servicesPageCenterLogoDiv {
    margin: 40px 0 20px 0; }

  #servicesPageCenterLogo {
    width: 60%;
    height: auto;
    margin-left: 0;
    margin-top: 0; } }
#servicesBottomImageBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 160px;
  background-size: 100% auto;
  padding: 30px 10% 30px 10%; }
  #servicesBottomImageBlock div, #servicesBottomImageBlock input, #servicesBottomImageBlock a {
    color: white;
    text-align: center; }

@media (max-width: 900px) {
  #servicesBottomImageBlock {
    background-size: auto 100%;
    height: 220px; } }
#servicesBottomBlockLine1 {
  font-size: 40px; }

#servicesBottomBlockLine2 {
  margin-top: 20px;
  font-size: 22px; }

#servicesPageBottomBlockContactButton {
  background: #00A9D1;
  border-radius: 2px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  border-width: 0;
  padding: 12px;
  font-size: 20px;
  margin-top: 10px; }

#contactUsPageTopImage {
  max-width: 100%; }

#contactSeparator1 {
  height: 1px;
  background: #003a70;
  margin: 20px 0 30px 0; }

#leaveYourITProblemsBehindDiv {
  flex-grow: 0;
  flex-basis: 20%;
  margin: 0 40px 0 0; }

#leaveYourITProblemsBehindHeader1Div {
  font-size: 26px;
  color: #003a70;
  font-weight: bold; }

.leaveYourITProblemsBehindHeader2 {
  color: #003a70; }

.leaveYourITProblemsBehindBody1 {
  margin: 0 0 20px 0; }

#contactUsPageMainDiv {
  background: #e5e5e5;
  padding: 40px 5% 40px 5%;
  display: flex; }
  #contactUsPageMainDiv #contactUsPageSocialIcons {
    margin: 10px 0 0 0; }
  #contactUsPageMainDiv #contactUsPageSocialIcons img {
    width: 35px;
    border-radius: 2px; }
  #contactUsPageMainDiv #contactUsPageSocialIcons a:first-child {
    margin: 0 7px 0 0; }
  #contactUsPageMainDiv input, #contactUsPageMainDiv textarea {
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box; }
  #contactUsPageMainDiv input[type="text"], #contactUsPageMainDiv input[type="email"], #contactUsPageMainDiv textarea {
    border-width: 0;
    width: 100%;
    padding: 12px 10px 12px 10px; }
  #contactUsPageMainDiv ::-webkit-input-placeholder {
    color: #000;
    opacity: .5; }
  #contactUsPageMainDiv input::-moz-placeholder {
    color: #000;
    opacity: .5; }
  #contactUsPageMainDiv input:-ms-input-placeholder {
    color: #000;
    opacity: .5; }
  #contactUsPageMainDiv input:-moz-placeholder {
    color: #000;
    opacity: .5; }
  #contactUsPageMainDiv input[type=submit] { 	  margin-top:0;
   background: #003a70;
    border-width: 0 0 2px 0;
    border-color: #32618C;
    color: #fff;
    float: right;
    padding: 7px 40px;
    font-size: 15px; }
  #contactUsPageMainDiv input[type=reset] {
    background: #444;
    border-width: 0 0 2px 0;
    border-color: #000;
    color: #fff;
    padding: 7px 30px;
    font-size: 15px; }
  #contactUsPageMainDiv label {
    font-weight: bold; }
  #contactUsPageMainDiv .wpcf7-form-control {
    margin-top: 8px; }

#contactUsPageContactInfo {
  flex-basis: 20%;
  flex-grow: 0;
  margin-left: 40px; }

#contactFormOuterDiv {
  flex-basis: 50%;
  flex-grow: 0; }

@media (max-width: 1400px) {
  #contactUsPageMainDiv {
    padding: 40px 5% 40px 5%; } }
@media (max-width: 960px) {
  #contactUsPageMainDiv {
    display: block; }

  #contactUsPageContactInfo {
    margin-left: 0; }

  #leaveYourITProblemsBehindDiv {
    margin-right: 0; } }
.contactHeadingType1 {
  margin-bottom: 4px;
  font-weight: bold;
  line-height: 20px; }

.contactInfoType2 {
  margin-bottom: 20px; }

#contactUsMap {
  border: none;
  width: 100%; }

#testimonialsDiv {
  text-align: center;
  color: white;
  background: #003a70;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.4em;
  padding-left: 10%;
  padding-right: 10%; }

.quote {
  font-size: 22px;
  font-weight: lighter;
  font-style: italic; }

.personQuoted {
  font-size: 20px;
  font-weight: bold; }

.testimonialQuoteMark {
  font-weight: bold; }

.wpcf7-form p:first-of-type {
  margin-top: 0; }

#troubleShootingPageDiv {
  margin: 120px auto 60px auto;
  width: 50%; }
  #troubleShootingPageDiv #troubleShootingPageUserNameDiv {
    margin-bottom: 15px; }
  #troubleShootingPageDiv #troubleShootingPageUserNameInput,
  #troubleShootingPageDiv #troubleShootingPagePasswordInput {
    border-radius: 2px;
    padding: 5px;
    width: 100%;
    max-width: 80%;
    display: block; }
  #troubleShootingPageDiv #submitButtonDiv {
    margin-top: 10px; }
    #troubleShootingPageDiv #submitButtonDiv #submitButton {
      padding: 10px;
      border-radius: 2px;
      font-size: 16px; }
      #troubleShootingPageDiv #submitButtonDiv #submitButton:hover {
        filter: brightness(95%); }
  #troubleShootingPageDiv #incorrectUserNameOrPasswordDiv {
    color: red;
    margin-top: 10px;
    display: none; }
  #troubleShootingPageDiv #loadingGif {
    width: 30px;
    position: relative;
    top: 10px;
    display: none; }
  #troubleShootingPageDiv #troubleShootingMainDiv {
    display: none; }
  #troubleShootingPageDiv #troubleShootingHeaderDiv2 {
    font-size: 26px;
    margin-bottom: 20px; }
  #troubleShootingPageDiv .question {
    margin-top: 30px; }
  #troubleShootingPageDiv .questionAnswersDiv {
    margin-top: 3px; }
  #troubleShootingPageDiv .action {
    margin-top: 30px; }
    #troubleShootingPageDiv .action .actionText {
      font-size: 22px; }

#leadershipPageTopImageDiv {
	position: static;
	float: left;
} 

#leadershipPageTopImage {
	position: absolute;
    max-width: 100%;
	height: auto;
	display: block;
  	top: 0;
  	bottom: 0;
}

#leadershipPageContent {
	position: static;
	top: 240px;
	bottom: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 10px;
	line-height: 1.2em;
	display: block;
	background: #e5e5e5;
	float: left;
}

#leadershipPageText {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	display: block;
}

.leadershipPhotoDiv {
	margin: 10px;
	float:left;
}

/*.teamButton {
	background-image: linear-gradient(0deg, teal, blue); 
	text-align: center;
}

.teamButton :hover {
	background-color: green;
}*/

/** {
  color:#222222;
}*/
/* start first block */
/* end first block */
/* start services block */
/*

services block end

*/
/*#firstBox br{
  display:none;
}
.entry-content p:empty{
  display:none;
}*/
.layout-full #colophon {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10px;
  padding-bottom: 20px; }

@media (max-width: 1400px) {
  #colophon {
    padding-left: 10%;
    padding-right: 10%; } }
/* start newsletter and social box */
#newsletterAndSocialDiv {
  padding: 40px 15% 40px 15%;
  background: #003a70;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white; }


	
.newsContent {
	background:#e5e5e5; 
	padding-top: 50px;
	padding-right: 10%;
	padding-bottom: 50px;
	padding-left: 5%;
	display:flex;
	float:left;
	font-size:20px;
	position: relative;
}



.newsUpdate {
	padding:10px;
}

/* @media screen and (max-width: 1400px) {
	.leaderSmallPhotoDiv {
		width:400px;
		height:200px;
	}
	.leaderBigPhotoDiv {
		width:400px;
		height:400px;
	}
	.leadershipPhotoDiv img {
		width:100%;
    	height:auto;
	} */

@media screen and (max-width: 1200px) {
	.newsContent, .newsUpdate, .leadershipPhotoDiv, .leadershipPhotoDiv img { 
		display:block;
		width:100%;
		float:none;
		clear:both;
		padding: 0px;
		overflow-x:hidden;
		text-align:center;
		align-items: center;
		justify-content: center;
		margin: auto;
		
	}
	.newsUpdate {
		width:90%;
	}
	.leadershipPhotoDiv {
    width:90%;
    height: auto;
		float:none;
		margin: auto;
	}
	.leadershipPhotoDiv img {
	max-width: 100%;
    height: auto;
		float:none;
		margin: auto;
	}
}

@media (min-width: 1000px) {
	.floatingCov {
		border: 1px solid #1e73be;
		border-right: 0px solid transparent;
		color:green;
		z-index: 1000;
		position: fixed;
		right: 0px;
		padding: 15px;
		top: 250px;
		background: rgba( 35, 50, 94, 0.71 );
	}
}

@media (max-width: 1400px) {

#newsletterAndSocialDiv * {
  text-align: center;
  line-height: 1.2em; }

div {
  line-height: 1.2em; }

.buttonType1, .textBoxType1 {
  border-color: #fff !important; }

.textBoxType1 {
  background: #fff !important;
  color: #003a70 !important; }

::-webkit-input-placeholder {
  color: #003a70; }

.textBoxType1::-moz-placeholder {
  color: #003a70; }

.textBoxType1:-ms-input-placeholder {
  color: #003a70; }

.textBoxType1:-moz-placeholder {
  color: #003a70; }

#lowerFBimg {
  margin-right: 20px; }

#moreSocialIcons {
  margin-top: 20px; }

#moreSocialIcons img {
  height: 50px; }

#connectSociallyDiv {
  display: flex;
  flex-direction: column;
  align-items: center; }

/* end newsletter and social box */
body.has-menu-search .main-navigation ul {
  margin-right: 0px; }

form.search {
  display: none; }

#menu-primary {
  margin-left: -2px; }

/*.main-navigation{
  margin:0;

}*/
/*#footer-block{
  min-height:200px;
  //min-height:none;
}*/
.main-navigation ul:after {
  display: none; }

.main-navigation ul:before {
  display: none; }

.main-navigation ul {
  display: flex;
  justify-content: space-between; }

.main-navigation ul li a, .main-navigation ul li:first-child a {
  padding-left: 0;
  padding-right: 0; }

/* 1464-1394 = 70 */
.main-navigation ul {
  margin-left: 70px; }

.menu-primary-container {
  margin-left: 25px; }

.main-navigation ul li:hover > a {
  background: initial;
  transform: scale(1.15);
  Rcolor: #003a70;
  color: black; }

.main-navigation ul li > a {
  transition-duration: 200ms;
  font-size: 15px; }
	


a {
  outline: 0 !important; }

/* footer stuff */
/* end footer stuff */
/* start masthead stuff */
/* end masthead stuff */
}