/*
 Theme Name: Total Child
 Original Creator: (iii) Design (inherited from base Theme called Total)
 Version: 1.31.1
 Description: Total Child Theme
 Theme URI: http://www.wpexplorer.com
 Tags: light, flexible-width, custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
 License: Custom
 License URI: http://themeforest.net/licenses
Text Domain: total-child
Template: Total
*/

/* PRICING UPDATES BELOW */
/* PRICING UPDATES BELOW */




/* PRICING UPDATES ABOVE */
/* PRICING UPDATES ABOVE */

a.headerRightLink:link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  border-bottom: 0px solid rgba(255, 255, 255, 0);
  padding-bottom: 9px;
  transition: all 0.5s;
}

a.headerRightLink:hover {
  color: rgba(255, 255, 255, 1);
	    -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px white;
}

.hr-full-width {
	position:absolute;
	width:100vw;
	margin-left: calc(470px - 50vw);
}

.comparison {
  max-width:940px;
  margin:0 auto;
  font:13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align:center;
  padding:10px;
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom:1px solid #CCC;
}

.comparison td, .comparison th {
  border-right:1px solid #CCC;
  empty-cells: show;
  padding:10px;
}

.compare-heading {
  font-size:18px;
  font-weight:bold !important;
  border-bottom:0 !important;
  padding-top:10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display:none;
}

.comparison .compare-row {
  background:#F5F5F5;
}

.tickblue {
  color:#0078C1;
}

.tickgreen {
  color:#009E2C;
}

.tickpurple {
  color:#8544ce;
}

.tickgray {
  color:#e5e5e5;
}

.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #CCC;
}

.comparison tr td:first-child {
  text-align:left;
	border-left:1px;
	border-style:solid;
	border-color: #CCC;
}
  
.comparison .qbse, .comparison .qbo, .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #CCC;
  border-bottom:0;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse {
  background:#8544ce;
  border-top-left-radius: 5px;
  border-left:1px;
}

.comparison .qbo {
  background:#448cce;
  border-top-right-radius: 5px;
  border-right:0px;
}

.comparison .price-info {
  padding:5px 15px 15px 15px;
}

.comparison .price-was {
  color:#999;
  text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
  color:#666;
}

.comparison .price-now span {
  font-size:32px;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
  background:#278abb;
  padding:10px 20px;
  font-size:15px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:5px;
  margin:13px 0 10px 0;
}

.comparison .price-buy:hover {
  background:#1ec5e9;
  padding:10px 20px;
  font-size:15px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:5px;
  margin:13px 0 10px 0;
	transition: color 1s;
}

.comparison .price-buy-purple {
  background:#8544ce;
  padding:10px 20px;
  font-size:15px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:5px;
  margin:13px 0 10px 0;
}

.comparison .price-buy-purple:hover {
  background:#994fdf;
  padding:10px 20px;
  font-size:15px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:5px;
  margin:13px 0 10px 0;
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color:#202020;
}

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;
  }
  .price-info {
  border-top:0 !important;
  
}
  
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now span {
  font-size:16px;
}

.comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .qbse, .comparison .qbo {
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading {
  font-size:13px;
}
}

#wrap {
  background-color: #ffffff;
}

/* Swarm For Teams Use Cases Columns */
.sft-column {
  float: left;
  width: 33.33%;
  padding: 2px;
}

.sft-row{
  padding-top:0px;
  width:650px;
}

.sft-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .sft-column {
    max-width: 100%;
	  width: 100%;
  }
	.sft-row{
  width:100%;
}
}

.business-team-computer {
	width:100%;
	height:320px;
	text-align:center;
	background-image: url('/wp-content/uploads/2018/12/ComputerDrop.png');
	background-size:510px 284px;
	background-repeat:no-repeat;
	padding-bottom:45px;
	padding-top:14px;
	padding-left:68px;
	padding-right:68px;
}

.customers-product-computer {
	width:100%;
	height:320px;
	text-align:center;
	background-image: url('/wp-content/uploads/2018/12/ComputerDrop.png');
	background-size:510px 284px;
	background-repeat:no-repeat;
	padding-bottom:45px;
	padding-top:14px;
	padding-left:68px;
	padding-right:68px;
}

.product-business-image-slider {
  max-width: 300px;
  height: 200px;
  position: relative;
}

.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 373px;
  height: 235px;
}

.slide1 {
  background: url(/wp-content/uploads/2019/03/product-15-v3.gif)no-repeat center;
      background-size: cover;
background-color:#000;
    animation:fade1 30s infinite;
-webkit-animation:fade1 30s infinite;
}
.slide2 {
    background: url(/wp-content/uploads/2018/12/product-20.png)no-repeat center;
      background-size: cover;
background-color:#000;
    animation:fade2 30s infinite;
-webkit-animation:fade2 30s infinite;
}
.slide3 {
  background: url(/wp-content/uploads/2018/12/product-25.png)no-repeat center;
      background-size: cover;
background-color:#000;
    animation:fade3 30s infinite;
-webkit-animation:fade3 30s infinite;

} 
.slide4 {
  background: url(/wp-content/uploads/2018/12/product-30.gif)no-repeat center;
      background-size: cover;
background-color:#000;
    animation:fade4 30s infinite;
-webkit-animation:fade4 30s infinite;
}
.slide5 {
    background: url(/wp-content/uploads/2018/12/product-40.png)no-repeat center;
      background-size: cover;
background-color:#000;
    animation:fade5 30s infinite;
-webkit-animation:fade5 30s infinite;
}

.participate-column {
  float: left;
  width: 50%;
  padding: 10px;
}

.participate-row:after {
  content: "";
  display: table;
  clear: both;
}

/* 2018-12 business monitor max width */
@media screen and (max-width: 600px) {
	
	.participate-column {
	width:100%;
	}
	
	
.business-team-computer, .customers-product-computer {
	margin-top:20px;
	width:380px;
	max-width:380px;
	height:380px;
	text-align:center;
	background-image: url('/wp-content/uploads/2018/12/ComputerBackground.png');
	background-size:300px 350px;
	background-repeat:no-repeat;
	padding-bottom:15px;
	padding-top:12px;
	padding-right:68px;
	padding-left:2px;
	margin-bottom:20px;
}
	
	.product-business-image-slider, .product-customer-image-slider {
		max-width:300px;
		width:300px;
	}
	
	.slide1,.slide2,.slide3,.slide4,.slide5,.cslide1,.cslide2,.cslide3,.cslide4,.cslide5 {
  position: absolute;
  max-width: 98%;
  width:98%;
  max-height: 235px;
}
	
}


@keyframes fade
{
  	0% {opacity:1}
	20% { opacity: 0}
  	40% { opacity: 0}
	60% {opacity:0}
  	80% { opacity: 0}
  	100% { opacity: 1}
}
@keyframes fade2
{
  	0% {opacity:0}
	20% { opacity: 1}
  	40% { opacity: 0}
	60% {opacity:0}
  	80% { opacity: 0}
  	100% { opacity: 0}
}
@keyframes fade3
{
  	0% {opacity:0}
	20% { opacity: 0}
  	40% { opacity: 1}
	60% {opacity:0}
  	80% { opacity: 0}
  	100% { opacity: 0}
}
@keyframes fade4
{
  	0% {opacity:0}
	20% { opacity: 0}
  	40% { opacity: 0}
	60% {opacity:1}
  	80% { opacity: 0}
  	100% { opacity: 0}
}
@keyframes fade5
{
  	0% {opacity:0}
	20% { opacity: 0}
  	40% { opacity: 0}
	60% {opacity:0}
  	80% { opacity: 1}
  	100% { opacity: 0}
}




/* CUSTOMER IMAGES FADER */

.home-product-slider {
  max-width: 310px;
  height: 200px;
  position: relative;
}

.home-page-column-computer {
	width:380px;
	height:365px;
	text-align:center;
	background-image: url('/wp-content/uploads/2018/12/ComputerBackground.png');
	background-size:380px 350px;
	background-repeat:no-repeat;
	padding-bottom:25px;
	padding-top:11px;
	padding-left:3px;
	padding-right:5px;
}


.hslide1,.hslide2,.hslide3,.hslide4,.hslide5 {
  position: absolute;
  width: 373px;
  height: 235px;
}
.hslide1 {
  background: url(/wp-content/uploads/2018/12/customer-10.gif)no-repeat center;
	background-color:#000;
      background-size: cover;
    animation:hfade 25s infinite;
-webkit-animation:hfade 25s infinite;

} 
.hslide2 {
  background: url(/wp-content/uploads/2018/12/customer-15.gif)no-repeat center;
background-color:#000;
      background-size: cover;
    animation:hfade2 25s infinite;
-webkit-animation:hfade2 25s infinite;
}
.hslide3 {
    background: url(/wp-content/uploads/2018/12/customer-20.png)no-repeat center;
background-color:#000;
      background-size: cover;
    animation:hfade3 25s infinite;
-webkit-animation:hfade3 25s infinite;
}
.hslide4 {
  background: url(/wp-content/uploads/2018/12/customer-25.png)no-repeat center;
background-color:#000;
      background-size: cover;
    animation:hfade4 25s infinite;
-webkit-animation:hfade4 25s infinite;

} 
.hslide5 {
  background: url(/wp-content/uploads/2018/12/customer-30.gif)no-repeat center;
background-color:#000;
      background-size: cover;
    animation:cfade5 25s infinite;
-webkit-animation:hfade5 25s infinite;
}


/* 2018-12 home page monitor max width */
@media screen and (max-width: 600px) {
  .home-page-column-computer {
    max-width: 100%;
	background-size: 300px 350px;
	background-repeat:no-repeat;
  }
	
	.home-product-slider {
		max-width:300px;
		width:300px;
	}
	
	.hslide1,.hslide2,.hslide3,.hslide4,.hslide5 {
  position: absolute;
  max-width: 98%;
  width:98%;
  max-height: 235px;
}
	
}

@keyframes hfade
{
  	0% {opacity:1}
	20% { opacity: 0}
  	40% { opacity: 0}
	60% {opacity:0}
  	80% { opacity: 0}
	100% {opacity: 1}
}
@keyframes hfade2
{
  	0% {opacity:0}
	20% { opacity: 1}
  	40% { opacity: 0}
	60% {opacity:0}
  	80% { opacity: 0}
	100% {opacity: 0}
}
@keyframes hfade3
{
  	0% {opacity:0}
	20% { opacity: 0}
  	40% { opacity: 1}
	60% {opacity:0}
  	80% { opacity: 0}
	100% {opacity: 0}
}
@keyframes hfade4
{
  	0% {opacity:0}
	20% { opacity: 0}
  	40% { opacity: 0}
	60% {opacity:1}
  	80% { opacity: 0}
	100% {opacity: 0}
}
@keyframes hfade5
{
  	0% {opacity:0}
	20% { opacity: 0}
  	40% { opacity: 0}
	60% {opacity:0}
  	80% { opacity: 1}
	100% {opacity: 0}
}

.product-customer-image-slider {
  max-width: 300px;
  height: 200px;
  position: relative;
}

.cslide1,.cslide2,.cslide3,.cslide4,.cslide5 {
  position: absolute;
  width: 373px;
  height: 235px;
}
.cslide1 {
  background: url(/wp-content/uploads/2018/12/customer-10.gif)no-repeat center;
	background-color:#000;
      background-size: cover;
    animation:cfade 25s infinite;
-webkit-animation:cfade 25s infinite;

} 
.cslide2 {
  background: url(/wp-content/uploads/2018/12/customer-15.gif)no-repeat center;
background-color:#000;
      background-size: cover;
    animation:cfade2 25s infinite;
-webkit-animation:cfade2 25s infinite;
}
.cslide3 {
    background: url(/wp-content/uploads/2018/12/customer-20.png)no-repeat center;
background-color:#000;
      background-size: cover;
    animation:cfade3 25s infinite;
-webkit-animation:cfade3 25s infinite;
}
.cslide4 {
  background: url(/wp-content/uploads/2018/12/customer-25.png)no-repeat center;
background-color:#000;
      background-size: cover;
    animation:cfade4 25s infinite;
-webkit-animation:cfade4 25s infinite;

} 
.cslide5 {
  background: url(/wp-content/uploads/2018/12/customer-30.gif)no-repeat center;
background-color:#000;
      background-size: cover;
    animation:cfade5 25s infinite;
-webkit-animation:cfade5 25s infinite;
}

@keyframes cfade
{
  	0% {opacity:1}
	20% { opacity: 0}
  	40% { opacity: 0}
	60% {opacity:0}
  	80% { opacity: 0}
	100% {opacity: 1}
}
@keyframes cfade2
{
  	0% {opacity:0}
	20% { opacity: 1}
  	40% { opacity: 0}
	60% {opacity:0}
  	80% { opacity: 0}
	100% {opacity: 0}
}
@keyframes cfade3
{
  	0% {opacity:0}
	20% { opacity: 0}
  	40% { opacity: 1}
	60% {opacity:0}
  	80% { opacity: 0}
	100% {opacity: 0}
}
@keyframes cfade4
{
  	0% {opacity:0}
	20% { opacity: 0}
  	40% { opacity: 0}
	60% {opacity:1}
  	80% { opacity: 0}
	100% {opacity: 0}
}
@keyframes cfade5
{
  	0% {opacity:0}
	20% { opacity: 0}
  	40% { opacity: 0}
	60% {opacity:0}
  	80% { opacity: 1}
	100% {opacity: 0}
}



/* END CUSTOMER IMAGES FADER */ 

/* SWARM INSIGHT SERVICE FADER */


.product-swarminsight-image-slider {
	max-width: 273px;
  height: 190px;
  position: relative;
  padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
}

.sislide1,.sislide2 {
  position: absolute;
  width: 273px;
  height: 190px;
	  border-width:1px;
	border-style:solid;
	border-color:#808080;
}
.sislide1 {
  background: url(/wp-content/uploads/2018/12/report-g5.png)no-repeat center;
      background-size: 100%;
background-color:#fff;
    animation:sifade 12s infinite;
-webkit-animation:sifade 12s infinite;
padding-bottom:0px;margin-bottom:0px;
} 
.sislide2 {
  background: url(/wp-content/uploads/2018/12/ProductPreview.gif)no-repeat center;
      background-size: 100%;
background-color:#fff;
    animation:sifade2 8s infinite;
-webkit-animation:sifade2 8s infinite;
	padding-bottom:0px;margin-bottom:0px;
}
.sislide2noanimation {
  background: url(/wp-content/uploads/2018/12/ProductPreview.gif)no-repeat center;
      background-size: 100%;
background-color:#fff;
		padding-bottom:0px;margin-bottom:0px;
	  position: absolute;
  width: 273px;
  height: 190px;
	  border-width:1px;
	border-style:solid;
	border-color:#808080;
}


@keyframes sifade
{
  	0% {opacity:1}
	50% { opacity: 0}
  	100% { opacity: 1}
}
@keyframes sifade2
{
  	0% {opacity:0}
	50% { opacity: 1}
  	100% { opacity: 0}
}


/* END SWARM INSIGHT SERVICE FADER */

/* 2018-12 Product Columns */
* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.product-column {
  float: left;
}

.product-column-left {
  width: 400px;
  margin-right:30px;
}

.product-column-right {
  width: 510px;
}

/* Clear floats after the columns */
.product-row:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .product-column {
    width: 100%;
  }
	.si-studies{
		display:none;
	}
}

/* -------------- END PRODUCT PAGE --------------------------*/





.front-page #wrap {
	/* 2018-12 
  background-color: #000;
	*/
}

.home-page-row {
  display: flex;
}

.home-page-column {
  float: left;
}

.left {
  width: 52%;
}

.right {
  width: 48%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Clear floats after the columns */
.home-page-row:after {
    content: "";
    display: table;
    clear: both;
}

/* 12/18/2018 - make home page responsive in 'we make teams smarter' area */
@media screen and (max-width: 600px) {
	.home-page-row {
		display:block;
	}
	.home-page-column.left {
    min-width: 100%;
	  float:left;
  }
  .home-page-column.right {
    min-width: 100%;
	  padding-left:0px !important;
	  padding-top:25px !important;
	  float:left;
  }
}


.page-id-7 {
	background-image: url(https://11s1ty2quyfy2qbmao3bwxzc-wpengine.netdna-ssl.com/wp-content/themes/Total_child/images/unanimous-ai-home-bg.jpg);
	background-size: cover;
	background-position: 44% 30%;
	
   width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
	
	
}
/* CTND,
 * Hides white background so body bg shows
 */
.front-page #wrap {
    background: none;
}

h1,h2,h3,h4,h5,h6,.theme-heading, .widget-title, .vc_text_separator { font-family: Roboto Condensed, sans-serif !important; }
.page-header-title { font-family: Roboto Condensed, sans-serif !important; }

html, body {
  /*background: red;*/
}

.about-us-header h3 {
  color: #085f99;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 0px;
  margin-bottom: 10px;
}

body .page-header {
  background-color: #f0f2f3;
  padding-bottom: none;
  border-bottom: none;
  box-shadow:none;
  border-top: none;
  height: auto !important;
}

sup {
  top: 0 !important;
  vertical-align: super !important;
  font-size: 0.5em;
}
.navbar-style-one {
  right: 0;
}

#hero-background {
    background-image: url(/wp-content/themes/Total_child/images/unanimous-ai-home-bg.jpg);
    background-size: cover;
}

.vertical-middle {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

body .theme-button {
  background: #008f96;
  border-radius: 0 !important;
  font-size: 15px;
}
body .theme-button:hover {
  background: #000;
  color: #fff;
}

body.full-width-main-layout #wrap {
  overflow: visible;
}

body .page-header-title {
  color: #fff;
}

#content-wrap.container {
  margin-top: 40px;
}
.single #content-wrap.container {
  margin-top: 20px;
}


body .site-breadcrumbs {
  color: #fff;
}

.blog-entry.large-image-entry-style .blog-entry-media {
  margin-bottom: 0;
}
.blog .blog-entry {
  background-color: #fff;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.blog .blog-entry-content {
  padding: 20px 20px;
}
.blog .blog-entry.large-image-entry-style {
  padding-bottom: 0;
}
body .blog-entry.large-image-entry-style .blog-entry-title a {
  margin: 0;
  color: #008f96;
  text-transform: none;
  line-height: 1.2em;
}

/***************************/
/**** HEADER NAVIGATION ****/
/***************************/

#site-logo {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#site-logo a {
  max-width: 226px;
  box-sizing: content-box;
  padding: 0 30px 14px;
}

#site-header {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  background-image: url(images/unanimous-header-bg.jpg);
  background-size: 100% auto;
  background-size: cover;
  background-position: top center;
}
#site-navigation-wrap {
  float: left;
}
#site-navigation-wrap #site-navigation .menu-main-menu-container > ul > li > a {
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  letter-spacing: .03em;
  padding: 0px 10px;
  transition: color 0.27s;
}
#site-navigation-wrap #site-navigation .menu-main-menu-container > ul > li > a:hover {
  color: rgba(255, 255, 255, 1);
}
#site-navigation-wrap #site-navigation .menu-main-menu-container > ul > li.current-menu-item > a {
  color: #c1f41b;
}

.front-page #site-navigation-wrap #site-navigation .menu-main-menu-container > ul > li > a {
  letter-spacing: .06em;
  padding: 0 25px;
}

#unu-social-share-icons {
  display: none;
	padding-top:22px;padding-right:75px;
}
#unu-social-share-icons ul {

}
#unu-social-share-icons ul.social-icons {
    display: none;
  }
  #unu-social-share-icons ul.social-open {
    display: block;
  }
#unu-social-share-icons ul li {
  display: inline-block;
  float: left;
}
#unu-social-share-icons ul li a {
  color: #ffffff;
  font-size: 21px;
  transition: color 0.27s;
}
#unu-social-share-icons ul li a:hover {
  color: #fff;
}
@media only screen and (min-width: 960px) {
  #unu-social-share-icons {
    float: right;
    display: block;
  }
  #unu-social-share-icons ul {
    padding: 0 15px;
  }
  #unu-social-share-icons ul li a {
    line-height: 90px;
    display: inline-block;
    width: 17px;
    box-sizing: content-box;
    text-align: center;
  }
  #menu-main-menu > .search-toggle-li {
    display: none;
  }
}
@media only screen and (min-width: 1170px) {
  #unu-social-share-icons ul.social-icons {
    display: block;
  }
  #unu-social-share-icons ul.social-open {
    display: none;
  }
}
/********************/
/**** FRONT PAGE ****/
/********************/


.front-page {
	/* 2018-12 */
}


.front-page #site-header {
  background: transparent;
  z-index: 99;
  position: absolute;
}
.front-page #site-logo { display: none; }
.front-page #site-header ul {
  text-align: left;
}
#site-navigation-wrap { position: relative; right: 0px; }
#site-header .sf-menu { float: none; }
#site-header .menu-main-menu-container > ul li { float: left; display: inline-block; }
#site-header-inner {
  padding: 0px;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
}

#mobile-menu { margin-top: 18px; }
.front-page h2 {
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: .15rem;
}
.front-page h2 a {
    color: #0fcfd2;
}
.front-page .at4-recommended-outer-container,
.front-page #at4-recommended {
  display: none !important;
}
.front-page div.simplesocialbuttons {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -475px !important;
}
.front-page #site-navigation-wrap #site-navigation .menu-main-menu-container > ul {
  padding-left: 65px;
}

body.front-page .page-header {
  display: none;
}

/*
#home-bg-graphic {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: 44% 30%;
}
*/



#home-bg-graphic .desktop-graphic {

}
#home-bg-graphic .mobile-graphic {

}
#home-bg-graphic.activated {
  opacity: 1;
}

#home-press {
position: relative; 
	opacity: .8;
	padding-top:0px;
	padding-bottom:0px;
}

#homePageMoreContent {
	opacity:1 !important;
	padding-top:50px;
	color:#000;
	background-color:#ffffff;
	z-index:999;
}

#homePageMoreContent.activated {
	opacity:1;
}

#home-brand-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 75vh;
  z-index: 0;
}
#home-brand-container .container {

}
#home-brand-container .container .logo-tagline-container {

}
#home-brand-container .container .home-brand-logo-static {

}
#home-brand-container .container .home-brand-logo-static img {

}
#home-brand-container .home-brand-logo-animated {
  position: relative;
  display: none;
}
#home-brand-container .home-brand-logo-animated .home-brand-logo-img {

}
#home-brand-container .home-brand-logo-animated .home-brand-logo-img img {
  display: block;
}
#home-brand-container .home-brand-logo-animated .home-animated-dude {

}
#home-brand-container .home-brand-logo-animated #home-the-dude {
  background-image: url(images/Unanimous-Diver_0204.png);
  background-repeat: no-repeat;
  background-size: 5300% 100%;
  background-position: top left;
  display: block;
  width: 130px;
  height: 230px;
  position: absolute;
  /*top: -30%;*/
  top: -42%; /* JON EDIT */
  left: 35%;
}
#home-brand-container .home-brand-logo-animated #home-the-dude.animating {

}
#home-brand-container .container .tagline-container {
  text-align: center;
  color: #fff;
  margin-top: 60px;
  margin-top: 6vh;
  opacity: 0;
  transition: opacity 2s;
  /*transition-delay: 2s;*/
  transition-delay: 5s; /* JON EDIT */
  transition-timing-function: ease-out; /* JON EDIT */
}
#home-brand-container .container .tagline-container.activated {
  opacity: 1;
}
#home-brand-container .container .tagline-container h1 {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
#home-brand-container .container .tagline-container h1 span.green {
  color: #afe500;
}
.front-page #site-navigation .dropdown-menu > .current-menu-item > a,
.front-page #site-navigation .dropdown-menu > .current-menu-item > a:hover {
  color: #fff;
}
.navbar-style-one #site-navigation .dropdown-menu ul,
.navbar-style-one #site-navigation .dropdown-menu ul li,
.navbar-style-one #site-navigation .dropdown-menu ul li a {
  border-color: #3d3d3d;
}

#home-brand-container .scroll-down-arrow {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -43px;
    width: 66px;
    height: 20px;
    background-image: url(images/arrow-down-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s;
    transition-delay: 5s;
    transition-timing-function: ease-out;
    padding: 10px;
    box-sizing: content-box;
}
#home-brand-container .scroll-down-arrow.activated {
	opacity: 1;
}


body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul {
  border-top: 2px solid #afe500;
}

@media only screen and (min-width: 1281px) {
  #home-brand-container .home-brand-logo-animated #home-the-dude {
    top: -35%;
    left: 35.3%;
  }
}


.bg-white {
  /* background-image: url('images/bg-white.jpg'); */
  color: #000;
  background-color: #ffffff;
}
.slick-arrow {
  cursor: pointer;
}
.draggable {
  cursor: grab;
  cursor: -webkit-grab;
}
.review-slider .slick-arrow {
  display: inline-block;
  background-color: rgba(99,99,99,.1);
  border: none;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  background-size: 10px 33px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
.review-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url('images/logos-arrow-left.png');
}
.review-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url('images/logos-arrow-right.png');
}
.review-slider .slick-list {
  margin: 0 auto;
  width: 80%;
  margin: 0 10% !important;
  text-align: center;
}
.slick-slider *:focus {
  outline:none;
}
.slick-slider .slick-track {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slick-slider .slick-slide {
  height: auto;
}
.review-container {
  padding: 20px 0;
}
.review-container .container {
  padding: 10px 0;
}
.show-slide .container {
  padding: 0px 0 50px 0;
}
.review-container .review-slider {}
.review-container .review-slider .logo {}
.review-container .review-slider .logo img {
  display: inline-block;
  max-height: 80px;
  width: auto;
  vertical-align: bottom;
}
.review-container .review-slider .snippet {}
.review-container .review-slider .snippet p {
  font-size: 24px;
  font-weight: 400;
  color: #181818;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 1em 0;
}
.review-container .review-slider .read-review {}
.review-container .review-slider .read-review a {
  font-size: 17px;
  color: #2594d3;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}

.ask-section {
  padding-top: 50px;
  margin-top: 0;
}

.view-all-press {
  width: 100%;
  text-align: center;
}

.view-all-press a {
  font-size: 17px;
  color: #2594d3;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}

.show-slide {}
.show-slide .container {}
.show-slide .show-slide-counter {
  display: inline-block;
  width: 91px;
  height: 105px;
  background-image: url('img/hex-arrow-bg@2x.png');
  background-repeat: no-repeat;
  background-size: 91px 105px;
  line-height: 105px;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
}
.retro-2017 .show-slide .show-slide-counter {
  height: 65px;
}
.show-slide .show-slide-title-cont {
  text-align: center;
  margin-bottom: 5%;
}
.show-slide .show-slide-title-cont h2 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.show-slide .show-slide-title-cont h2 span {
  font-weight: 100;
}
.show-slide .show-slide-content-cont {}
.show-slide .show-slide-content {
  float: left;
  display: inline-block;
  width: 45%;
}
.show-slide .show-slide-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 1em 0;
}
.show-slide .show-slide-content p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin: 0.25em 0;
  line-height: 1.5em;
}
.show-slide .show-slide-content p a {
  text-decoration: none;
  color: #c1f41b;
}
.show-slide .show-slide-slider {
  display: inline-block;
  width: 50%;
}
.show-slide.content-left .show-slide-slider {
  float: right;
  width: 45%;
  margin-left: 10%;
}
.show-slide.content-right .show-slide-slider {
  float: left;
  width: 45%;
  margin-right: 10%;
}
.show-slide.content-left .show-slide-content {
  float: left;
}
.show-slide.content-right .show-slide-content {
  float: right;
}

.show-slide-slider {}
.show-slide-slider .panel-slider {
  padding: 15px 30px;
  background-color: #000;
  border-radius: 15px;
}
.show-slide-slider .panel-slider .panel-slide {}
.show-slide-slider .panel-slider .panel-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.show-slide-slider .slick-arrow {
  display: inline-block;
  border: none;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-color: transparent;
  color: #fff;
  font-size: 0;
  text-align: center;
  vertical-align: top;
  opacity: 0.8;
}
.show-slide-slider .slick-arrow:hover {
  opacity: 1;
}
.show-slide-slider  *:focus {
 outline:none;
}
.show-slide-slider .slick-arrow.slick-prev {
  left: 6px;
}
.show-slide-slider .slick-arrow.slick-prev:after {
  content: 'â€¹';
  font-size: 40px;
  line-height: 22px;
  font-weight: 200;
}
.show-slide-slider .slick-arrow.slick-next {
  right: 6px;
}
.show-slide-slider .slick-arrow.slick-next:after {
  content: 'â€º';
  font-size: 40px;
  line-height: 22px;
  font-weight: 200;
}


 .retro-2017 .show-slide-content-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  align-items: center;
  justify-items: center;
 }

.retro-2017 .show-slide.content-left .show-slide-slider,
.retro-2017 .show-slide.content-right .show-slide-slider,
.retro-2017 .show-slide.content-left .show-slide-content,
.retro-2017 .show-slide.content-right .show-slide-content {
  width: 100%;
  float: none;
  margin: 0;
}

.retro-2017 .show-slide.content-left .show-slide-slider {
  order: 2;
}

.retro-2017 .show-slide.content-left .show-slide-content {
  order: 1;
}


@media screen and (max-width: 959px) {
  .show-slide.content-left .show-slide-slider,
  .show-slide.content-right .show-slide-slider,
  .show-slide.content-left .show-slide-content,
  .show-slide.content-right .show-slide-content {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .show-slide.content-left .show-slide-slider,
  .show-slide.content-right .show-slide-slider {
    max-width: 540px;
    margin: 0 auto 30px auto;
  }
  .show-slide .show-slide-content h3,
  .insight-header h3 {
    font-size: 40px;;
  }
  .review-container .review-slider .snippet p {
    font-size: 25px;
  }
  p {
    font-size: 19px;
  }
  .review-slider .slick-list {
    margin: 0 auto;
    width: 90%;
    margin: 0 5% !important;
    text-align: center;
  }
  .review-slider .slick-arrow {
    display: inline-block;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -38px;
    background-size: 10px 33px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
  }
  .review-slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .review-slider .slick-arrow.slick-next {
    right: -10px;
  }
}




/*-----------------------------------------------------------------------------------*/
/* - Body, Main & Commons Overwrites
/*-----------------------------------------------------------------------------------*/
body .blog .page-header {
  background-color: #ffffff !important; /* Changed from #f0f2f3 on 2/7/2019 per Joe R's Request */
  display: none;
}

.main-navigation,
.widget-title {
    text-transform: uppercase;
}
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  width: 240px;
}
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul > li {
  border: none !important;
  display: block;
  width: 100%;
}
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul > li a:hover{
  color: #afe500;
}
.navbar-style-one #site-navigation .dropdown-menu ul a {
  padding: 10px;
  text-align: center;
}
.navbar-style-one #site-navigation .sf-menu ul a {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
#site-navigation .sf-menu ul a span.it-lt,
.sidr-class-dropdown-menu li a span.sidr-class-it-lt {
  font-style:italic;
  font-weight:300
}
#mobile-menu {
  z-index: 999;
}

.background-image-page-header .page-header-title {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 100%;
    font-size: 75px;
    font-weight: 300;
    letter-spacing: .15em;
}
.background-image-page-header-overlay {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}
@media only screen and (min-width: 960px) {
  .navbar-style-one .dropdown-menu > li > a {
      line-height: 90px;
      letter-spacing: 0.06em;
      padding: 0 8px;
  }
  #home-brand-container .home-brand-logo-animated {
    display: block;
    margin-top: 15%;
    margin-left: 7%;
    transition: margin-top 3s;
    transition-timing-function: ease-out;
  }
  #home-brand-container .home-brand-logo-animated.activated {
    margin-top: 100px;
  }
  #home-brand-container .home-brand-logo-static {
    display: none;
    margin-left: 7%
  }
}

/* category folders */
.widget_categories .cat-item a:before {
  content: "\f114";
  margin-right: 5px;
  color: #777;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

/*-----------------------------------------------------------------------------------*/
/* - Body, Main & Commons Overwrites
/*-----------------------------------------------------------------------------------*/
#primary {
  /*margin-top: 80px;*/
  margin-bottom: 80px;
}
#primary #content > h1 {
  font-size: 40px;
  text-align: center;
}


/*-----------------------------------------------------------------------------------*/
/* - Neat.css Overwrites
/*-----------------------------------------------------------------------------------*/
.post-pagination {
  border-top: none;
}



/* tagcloud styling */
body #main .tagcloud a {
  background: #FFFFFF;
}

body #main .tagcloud a:hover {
  background: #afe500;
}

/* custom Total_child dropdown styles */
body #site-navigation-wrap.nav-dropdown-top-holder .dropdown-menu > li > ul.sub-menu {
  border-top: 1px solid #afe500;
}
.navbar-style-one .dropdown-menu a:hover {
  color: #afe500;
}
.navbar-style-one .dropdown-menu ul {
  margin: 0;
  background: rgba(33, 33, 33, 0.81);
}
.navbar-style-one .dropdown-menu ul a {
  display: block;
  float: none;
  padding: 8px 12px;
  height: auto;
  margin: 0px;
  border: 0px;
  line-height: 1.4em;
  color: #cacaca;
  text-transform: none;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3d3d3d;
}
.navbar-style-one .dropdown-menu ul li:last-child > a {
  border-bottom: none
}
.navbar-style-one .dropdown-menu ul a:hover {
  color: #afe500;
  background: #1d1d1d;
  text-decoration: none;
}
.sf-menu > li.megamenu > ul.sub-menu > .menu-item-has-children > a:hover {
  color: #afe500;
  background: none;
}
body a:hover {
  color: #afe500;
}


.site-breadcrumbs {
  right: 9px;
  max-width: 30%;
  top: 23px;
  line-height: 20px;
}

/*footer*/
#footer {
  position: relative;
  background-color: #313131;
  padding: 20px 30px;
  box-sizing: border-box;
}
#footer #footer-brand {

}
#footer #footer-brand .footer-brand-content {
  background-image: url(images/unanimous-footer-diver-standing-@2x.png);
  background-size: 54px 151px;
  background-repeat: no-repeat;
  background-position: top left;
  margin-left: 25px;
  padding: 15px 0 15px 100px;
  display: block;
  min-height: 151px;
}
#footer #footer-brand .footer-brand-content p {
  color: #d6d6d6;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 300;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
}
#footer #footer-nav-container {

}
#footer #footer-nav-container .footer-nav {

}
#footer #footer-nav-container .footer-nav ul {
  list-style: none;
  margin-top: 10px;
}
#footer #footer-nav-container .footer-nav ul > li {
  display: inline-block;
  float: left;
  padding: 5px;
  margin: 0 12px;
}
#footer #footer-nav-container .footer-nav ul > li > a {
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 0px solid rgba(255, 255, 255, 0);
  padding-bottom: 9px;
  transition: all 0.5s;
}
#footer #footer-nav-container .footer-nav ul > li > a:hover {
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
#footer-copyright {

}
#footer-copyright p {
 
  color: #7c7c7c;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#footer-copyright p .sep {

}
#footer-copyright p a#iii {
  margin-left: 25px;
}
#footer-copyright p a#iii .iii-bug {

}
#footer-copyright p:last-child,
#footer-copyright p:last-child a,
#footer-copyright p:last-child a span {
  color: #7c7c7c;
}


@media screen and (min-width: 960px) {
  #footer #footer-nav-container {
    float: right;
  }
  #footer #footer-brand .footer-brand-content {
    max-width: 400px;
    float: left;
  }
  #footer-copyright {
    margin-top: 25px;
    float: right;
  }
}
@media screen and (max-width: 979px) {
  #footer {
    padding-bottom: 80px;
  }
  #footer-copyright {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
  }
  #footer #footer-nav-container .footer-nav .menu-footer-menu-container {
    text-align: center;
  }
  #footer #footer-nav-container .footer-nav ul {
    display: inline-block;
  }
}

#content-wrap .page-header-title {
  margin-right: 0px;
  max-width: inherit;
  color: #008f96;
}

/* typography */
a.more-staff {
    color: #38ade4;
}

a.more-staff:hover {
    color: #000000 !important;
}

.text-emphasis {
    color: #000000;
}

/* extras */
.single-line,
.double-line {
    line-height: 1;
    overflow: hidden;
    padding: 25px 0 0;
}

.single-line span,
.double-line span {
  display: inline-block;
  position: relative;
  line-height: .4;
}

.double-line span:before,
.double-line span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  top: 0;
  width: 4000px;
}
.double-line span:before {
  right: 100%;
  margin-right: 15px;
}
.double-line span:after {
  left: 100%;
  margin-left: 15px;
}

.single-line span:before,
.single-line span:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #e8e8e8;
    top: 0;
    width: 4000px;
}

.single-line span:before {
    right: 100%;
    margin-right: 15px;
}

.single-line span:after {
    left: 100%;
    margin-left: 15px;
}

/*overrides*/
body #searchform-dropdown {
    border-top-color: #afe500;
}

.text-center {
    text-align: center;
}

body h2 a:hover, body h3 a:hover, body h4 a:hover, body .related-post-title:hover, body .vcex-caroufredsel-wrap .vcex-caroufredsel-entry-title a:hover, body .meta a:hover {
    color: #68b1b2 !important;
}

/* input */
#wrap input[type="text"],
#wrap input[type="email"],
#wrap input[type="password"],
#wrap textarea {
  display: block;
  font-size: 16px;
  width: 100%;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #000000;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #000000 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #000000 4%);
  background-position: -1000px 0;
  background-size: 1000px 100%;
  background-repeat: no-repeat;
  color: #555555;
  border-radius: 0px;
}

#wrap input[type="text"]:focus,
#wrap input[type="text"]:focus,
#wrap input[type="email"]:focus,
#wrap input[type="password"]:focus {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}

.mc4wp-form label {
    display: none !important;
}

.mc4wp-form input,
.textarea {
    box-shadow: none !important;
    border-radius: 0px;
}

.content-area input[type=submit],
.content-area .wpcf7 .wpcf7-submit,
.content-area .mc4wp-form input[type=submit] {
  background: #afe500;
  background-color: #afe500 !important;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 15px;
  line-height: 1.5em;
  padding: 14px 25px 12px;
  margin-top: 25px;
  height: auto;
  letter-spacing: 0.01em;
  color: #000 !important;
  /*text-transform: uppercase; /* 2018-12 */
  transition: all 0.27s;
}
.content-area input[type=submit]:hover,
.content-area .mc4wp-form input[type=submit]:hover {
  background: #000;
  background-color: #000 !important;
  color: #fff !important;
}



/*-----------------------------------------------------------------------------------*/
/* - Contact Form 7 Overwrites
/*-----------------------------------------------------------------------------------*/
body .wpb_row {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  /*.vc_responsive .wpb_row .vc_span2 {
    float: left;
    width: 16.666666666666664%;
  }*/
  .vc_responsive .wpb_row .vc_span2 {
    float: left;
    width: 0;
  }
  .vc_responsive .wpb_row .vc_span8 {
    float: left;
    width: 100%;
  }
}
.vc_responsive .wpb_row .vc_span2 {
  position: relative;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}



/*-----------------------------------------------------------------------------------*/
/* - VCEX Overwrites
/*-----------------------------------------------------------------------------------*/
body .wpb_row,
.wpb_content_element,
body ul.wpb_thumbnails-fluid > li,
body .last_toggle_el_margin,
.wpb_button {
  margin-bottom: 50px !important;
}


.staff-entry-media a {
    max-height: 400px;
    overflow: hidden;
}
.staff-entry-media img {
    width: 100%;
    height: auto;
}


/*-----------------------------------------------------------------------------------*/
/* - Page Header Overwrites
/*-----------------------------------------------------------------------------------*/


body .page-header {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-image: !important;
    background-color: #f0f2f3;
    display: table;
    width: 100%;
}
body .page-header .page-header-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body .page-header .site-breadcrumbs {
	display: none;
}

background-image-page-header {
    background-color: #f0f2f3;
}

body .page-header .page-header-title {
    position: relative;
    z-index: 2;
    color: #00426d;
    max-width: 100%;
    font-size: 75px;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
}
body.single-post .page-header .page-header-title {
  font-size: 35px;
}

/*
.blog .page-header {
  display: none;
}
.page-template-page-media .page-header {
  display: none;
}
.archive .page-header {
  display: none;
}
.page-id-442 .page-header {
  display: none;
}
*/
/*.page-id-3078 {
  height: 100vh;
}
.page-id-3078 #footer {
  bottom: 0;
  position: relative;
  width: 100%;
}*/
/* removing post pagination on Press Page */
.page-template-page-media .post-pagination {
  display: none;
}

/*
.page-id-3078 .page-header {
  display: none;
}
*/
.page-template-page-media .staff-entry {
  margin-bottom: 40px;
}

#wrap .wpex-row .col {
  margin: 0 0 40px;
}

.page-template-page-media .staff-entry-excerpt {
  margin: 4px 0 8px;
  color: #4d4d4d;
  line-height: 1.2em;
  height: 2.4em;
  display: block;
  overflow: hidden;
}

.page-template-page-media #content-wrap {
  padding: 40px 15px 0 15px;
}

.page-template-page-media .staff-entry .staff-entry-media {
  background-color: #fff;
  border-bottom: none;
}

.page-template-page-media .staff-entry .staff-entry-media img {
  display: block;
}
.page-template-page-media .staff-entry .staff-entry-details {
  padding: 20px;
  overflow: hidden;
}
.page-template-page-media .staff-entry .staff-entry-details .staff-entry-title,
.page-template-page-media .staff-entry .staff-entry-details .staff-entry-title a {
  margin: 0;
  font-size: 20px;
  color: #008f96;
  text-transform: none;
  line-height: 1.2em;
}
.page-template-page-media-list .staff-entry-list .staff-entry-details .staff-entry-title {
  margin-top: 30px;
}
.page-template-page-media-list .staff-entry-list .staff-entry-details .staff-entry-excerpt {
  margin-top: 0px;
}

.staff-entry-list .staff-entry-media a {
  color: #008f96;
}
.staff-entry-list .staff-entry-media a:active,
.staff-entry-list .staff-entry-media a:focus,
.staff-entry-list .staff-entry-media a:hover {
  color: #68b1b2;
}

@media screen and (min-width: 768px) {
  .tax-staff_category .staff-entry .staff-entry-media {
    width: 40%;
  }
  .tax-staff_category .staff-entry .staff-entry-details {
    width: 60%;
  }

  .tax-staff_category .page-header-title ~ .staff-entry .staff-entry-media {
    width: 27%;
  }
  .tax-staff_category .page-header-title ~ .staff-entry .staff-entry-details {
    width: 73%;
  }

  /*
  .page-id-442 .responsive-video-wrap.entry-video {
    display: inline-block;
    float: left;
    width: 49%;
    margin: 0 0 1em 2%;
    padding-bottom: 28.125%;
    padding-top: 0;
  }
  .page-id-442 .responsive-video-wrap.entry-video:nth-child(2n) {
    clear: both;
    margin-left: 0;
  }
  */
}

.grunion-field-label {
    display: none !important;
}


@media only screen and (max-width: 959px) {
  .front-page div.simplesocialbuttons {
      margin-left: -335px !important;
  }
  .front-page h2 {
    font-size: 1.2rem;
    letter-spacing: .14rem;
  }
}

@media only screen and (max-width: 767px) {
  .front-page div.simplesocialbuttons {
      margin-left: -225px !important;
  }
  .front-page h2 {
    font-size: 1rem;
    letter-spacing: .1rem;
    margin-top: -0.5em;
  }
  #footer {
      background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(200,200,200,0) 50%);
  }
}

@media only screen and (max-width: 479px) {
  .front-page div.simplesocialbuttons {
    left: 15px;
    margin-left: 0 !important;
  }
  .tax-staff_category .staff-entry .staff-entry-media,
  .tax-staff_category .staff-entry .staff-entry-media img,
  .tax-staff_category .staff-entry .staff-entry-details {
    width: 100%;
    display: block;
    float: none;
    padding-right: 0;
  }
  .tax-staff_category .staff-entry .staff-entry-details h2 {
    margin-top: 1em;
  }
  .front-page h2 a {
    display:block;
}
}



/*-----------------------------------------------------------------------------------*/
/* - Total Theme Responsive Overwrites
/*-----------------------------------------------------------------------------------*/
div#mobile-menu.clr {
  right: 10px;
}

#mobile-menu a.mobile-menu-toggle {
  border: none;
  background: transparent;
  color: white;
}

#mobile-menu a.mobile-menu-toggle:hover {
  color: #2c5d86;
  background: rgba(33, 33, 33, 0.81);
}

.sidr-class-header-searchform input {
  box-sizing: border-box;
}


/* new mobile logo styling */
@media only screen and (max-width: 767px) {
  #site-logo,
  #site-logo a,
  #site-logo img {
    display: block;
    float: none;
    clear: both;
    text-align: center;
    margin: 0 auto;
  }
}

/* show social icons when collapsed and plus icon is clicked */
.showEm {
  visibility: visible !important;
}

@media only screen and (max-width: 1169px) {
  #unu-social-share-icons ul.social-icons {
    display: inline-block !important;
    position: absolute;
    z-index: 99999;
    top: 91px;
    visibility: hidden;
    background-color: rgba(33, 33, 33, 0.72);
  }
}



/*-----------------------------------------------------------------------------------*/
/* - Total Theme Blog Page Styling Overwrites
/*-----------------------------------------------------------------------------------*/
.boxed-main-layout #wrap {
  width: 100%;
  margin: 0 auto;
}

#menu-main-menu > .search-toggle-li {
  display: none !important;
}

#arve .arve-embed-container, #tinymce .arve-embed-container {
  width: 100%;
}


.search-form-label {
  display: none;
}

.search-form input[type="search"] {
  width: calc(100% - 100px);
  padding: 5px 10px;
  float: left;
}

.search-form input[type="submit"] {
/*  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;*/
  width: 70px;
  float: right;
}



/* ---------------------------------------------
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

.column-container {
  overflow: hidden;
  margin: 30px 0;
}


/*--------------------------------------------------------------
# Page Builder
--------------------------------------------------------------*/
.page-builder .page-header {
  display: none;
}

.page-builder #content-wrap.container {
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.page-builder #content-wrap.full-width .content-area {
  margin: 0;
}

.page-builder h3,
.page-builder h4 {
  margin-top: 0;
}

.general-content {
  overflow: hidden;
}

.single-column .wrap {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.full-background {
  text-align: center;
  position: relative;
	background-color:#fff;
	background-size: cover;
}

.full-background-content {
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.full-background-cta {
  margin-top: 20px;
}

.background-video.single-column {
  padding: 0 0 1px 0;
  border-bottom: 1px solid #6F9539;
}

.background-video-container {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.background-video-container video {
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-height: 160px;
  width: auto;
  height: auto;
}

.background-video .full-background-overlay {
  opacity: 0.5;
}

.page-builder .entry-content .background-video .wrap {
  position: absolute;
  top: 53%;
  width: 100%;
  max-width: 100%;
  z-index: 3;
}

.full-background .wrap {
  position: relative;
  z-index: 2;
}

.single-column h2,
.single-column h3,
.single-column h4 {
  margin: 0 auto;
  padding: 0 0 30px;
}

.single-column h2 {
  font-size: 3.0em;
}

.single-column h4 {
  font-size: 25px;
	font-weight:300;
}

.single-column {
  padding: 30px 0;
  clear: both;
  overflow: hidden;
}

.single-column .headline,
.single-column .subheadline {
  text-align: center;
	font-size: 53px;
	font-weight: 400;
	letter-spacing: .14em;
	margin-top:0;
	padding-top:0;
	vertical-align:top;
	padding-bottom: 20;
}

.full-background:first-child {
  display: flex;
}

.full-background:first-child:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
}

.full-background:first-child .wrap {
  align-self: center;
}

.full-background p {
  text-align: left;
  font-size: 1.2em;
}

.img-content {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 60px 0;
  color: #959595;
}

.img-content img {
  width: 25%;
}

.img-content:nth-child(odd) img {
  float: right;
  padding-left: 5%;
}

.img-content:nth-child(even) img {
  float: left;
  padding-right: 5%;
}

.img-content:nth-child(odd) .img-content-text {
  float: left;
}

.img-content:nth-child(even) .img-content-text {
  float: right;

}

.img-content-text {
  padding-left: 40px;
  position: relative;
  width: 75%;
}

.img-content h4 {
  display: inline-block;
  border-bottom: 1px solid #959595;
  padding-bottom: 20px;
  color: #58595B;
}
.img-content h4:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0px;
  background-color: #81bd41;
}

.review-slider .slick-arrow {
  display: inline-block;
  background-color: rgba(99,99,99,.1);
  border: none;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  background-size: 10px 33px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}

.page-builder .owl-carousel .owl-nav .owl-prev,
.page-builder .owl-carousel .owl-nav .owl-next,
.page-builder .owl-carousel .owl-nav .owl-prev:active,
.page-builder .owl-carousel .owl-nav .owl-next:active,
.page-builder .owl-carousel .owl-nav .owl-prev:hover,
.page-builder .owl-carousel .owl-nav .owl-next:hover,
.page-builder .owl-carousel .owl-nav .owl-prev:focus,
.page-builder .owl-carousel .owl-nav .owl-next:focus {
  background-position: center center;
  background-color: rgba(99,99,99,.1);
  background-repeat: no-repeat;
  background-size: 10px 33px;
  width: 75px;
  height: 75px;
}
.page-builder .owl-carousel .owl-nav .owl-prev,
.page-builder .owl-carousel .owl-nav .owl-prev:active,
.page-builder .owl-carousel .owl-nav .owl-prev:hover,
.page-builder .owl-carousel .owl-nav .owl-prev:focus {
  left: 0;
  background-image: url('images/logos-arrow-left.png');
}
.page-builder .owl-carousel .owl-nav .owl-next,
.page-builder .owl-carousel .owl-nav .owl-next:active,
.page-builder .owl-carousel .owl-nav .owl-next:hover,
.page-builder .owl-carousel .owl-nav .owl-next:focus {
  right: 0;
  background-image: url('images/logos-arrow-right.png');
}

.owl-item .item {
  max-width: 600px;
  height: 220px;
  margin: 0 auto;
}

.owl-item .item img {
  max-width: 300px;
  max-height: 80px;
  margin: 0 auto 20px;
  width: auto !important;
  height: auto;
}

#unu-carousel {
  border-style: solid;
  border-width: 20px 30px;
  border-radius: 15px;
  border-color: #000000;
}

#unu-carousel .owl-item .item {
  height: 100%;
}

#unu-carousel .owl-item .item img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

#unu-carousel.owl-theme .owl-nav .owl-prev,
#unu-carousel.owl-theme .owl-nav .owl-next {
  width: 10px;
  background-color: transparent;
  color: #FFFFFF;
  margin: 0;
  padding: 0 !important;
  border: none;
}

#unu-carousel.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

#unu-carousel.owl-theme .owl-nav .owl-next {
  right: -15px;
}

.owl-item .item h3 {
  font-size: 2em;
  margin-bottom: 0;
  line-height: 1.25em;
  text-transform: uppercase;
}

.owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 48px);
  width: 100%;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  background-color: rgba(99, 99, 99, .1) !important;
  border: none;
  border-radius: 50% !important;
  width: 75px;
  height: 75px;
  top: 50%;
  font-size: 55px !important;
  padding: 10px 25px !important;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -10px;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -10px;
}

.subheadline {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 400;
}

.headline-border {
  max-width: 200px;
  width: 15%;
  height: 5px;
  margin: 0 auto 60px;
  border-radius: 5px;
}

.block-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  left: calc(50% - 100px);
  margin-top: -1px;
}

.page-builder .button {
  border: 1px solid rgb(186, 243, 0);
  background: rgb(186, 243, 0);
  color: rgb(0, 0, 0);
  padding: 20px;
  font-size: 1.2em;
  display: inline-block;
}

.page-builder .button:hover,
.page-builder .button:focus,
.page-builder .button:active {
  background: rgb(147, 192, 0);
  border: 1px solid rgb(255, 255, 255);
}

.page-builder .button-transparent {
  border: 1px solid rgb(31, 162, 237);
  color: rgb(31, 162, 237);
  background: none;
}

.page-builder .button-transparent:hover,
.page-builder .button-transparent:focus,
.page-builder .button-transparent:active {
  background: rgb(31, 162, 237);
  color: #ffffff;
}

.single-column#row-7,
.single-column#row-8 {
  padding: 20px 0;
}

.modal {
  z-index: 10000;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 40em;
  margin-left: -20em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  border-radius: 5px;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-content {
  padding: 2em 4em;
}

.model-content img {
  border-radius: 5px;
}

.modal-content .mc4wp-form input[type=submit] {
  border: 1px solid rgb(186, 243, 0);
  background: rgb(186, 243, 0) !important;
  color: rgb(0, 0, 0) !important;
  padding: 20px;
  font-size: 1.2em;
  display: inline-block;
}

.modal-content .mc4wp-form input[type=submit]:active,
.modal-content .mc4wp-form input[type=submit]:focus,
.modal-content .mc4wp-form input[type=submit]:hover {
  background: rgb(147, 192, 0) !important;
  border: 1px solid rgb(147, 192, 0);
}


.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 5px 0 10px;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #FFFFFF;
}

.feature-title {
  font-size: 1.5em;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}

.feature-title img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  margin-right: 20px;
  float: left;
}

.job-listings-content h3 {
  font-size: 1.5em;
}

.job-locations {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

.job-entry {
  margin-bottom: 60px;
}

.job-title {
}

.job-details {
  margin-bottom: 10px;
}

.job-description-wrap {
  position: relative;
  margin-bottom: 40px;
}

.job-description {
  height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition:    all 0.5s ease-in-out;
  -ms-transition:     all 0.5s ease-in-out;
  -o-transition:      all 0.5s ease-in-out;
  transition:         all 0.5s ease-in-out;
}

.job-description.expanded {
  height: 100%;
}

.job-description-wrap .expand-job {
  background-color: #38ade4;
  color: #FFFFFF;
}

.job-description ul {
  list-style: circle;
  margin-left: 20px;
}

.theme-button.email-job {
  background-color: #43609c;
}


.contact-us-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-column-gap: 80px;
}

.contact-us-content h3 {
  color: #085f99;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 0px;
  margin-bottom: 10px;
}

.contact-us-form h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.contact-us-form {

}

.contact-us-form span.wpcf7-list-item {
  display: block;
  font-size: 0.9rem;
  margin: 0 0px 10px 0;
}

#wrap .contact-us-form input[type="text"],
#wrap .contact-us-form input[type="email"],
#wrap .contact-us-form input[type="password"],
#wrap .contact-us-form textarea {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #008f96;
}

#wrap .contact-us-form textarea {
  border: 1px solid;
  padding: 10px;
}

#wrap .contact-us-form input[type=submit] {
  background-color: #38ade4 !important;
  color: #ffffff !important;
}

.contact-us-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.contact-us-location {

}

.contact-us-location h3 {
	margin-top: 20px;
}



@media only screen and (max-width: 960px) {

  .single-column .wrap {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

}

@media only screen and (max-width: 768px) {

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: none;
    width: 100%;
    margin: 0;
  }

  .full-background-content {
    display: block;
  }

  .owl-item .item {
    max-width: 80%;
    height: auto;
  }

  #unu-carousel .owl-item .item {
    height: 100%;
    max-width: 100%;
  }

  #unu-carousel .owl-item .item img {
    height: 100% !important;
    width: 100% !important;
  }

  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    font-size: 25px !important;
    padding: 10px 15px !important;
  }

  .contact-us-content {
    display: block;
  }	
	
  body .page-header .page-header-title {
      font-size: 24px;
  }

}

/* Free Trial Button 2019-03-10 */

.swarmtrialbutton4 {
		background-color: #2cb7d5;
  
	background-image:none;
  border: none;
  color: #ffffff;
  padding-left: 20px;
	  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
	font-family: Roboto, sans-serif !important; 
}

.swarmtrialbutton4 { 
	
	border-radius: 8px;

}

.swarmtrialbutton4:hover { 
background-color: #1ec5e9;
	background-image: none;
  box-shadow: 0 5px 15px rgba(255, 255, 255, .2);

}

.swarmtrialbutton4 a { 
	font-family: Roboto, sans-serif !important; 
	color:#fff;
}

.swarmtrialbutton4 a:visited { 
	color:#fff;
}



.swarmtrialbutton4 a:hover { 
	color:#fff;
}



/* Free Trial Button End */
