/*
	Theme Name: Vivid Image Portal
	Description: This is the genesis child theme created by Vivid Image.
	Author: VI Team
	Author URI: http://www.vimm.com/
	Version: 1.3.5

	Template: genesis
	Template Version: 1.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Accessibility
	- VIMM CSS
	- Custom Styling
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
HTML5 Reset 
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v3.0.0 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 17px;
}

body {
  background-color: #fff;
  color: #3A3A3A;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-size: 1rem;
  margin: 0;
}

.site-container {
  overflow: hidden;
}

img,
img:hover,
a,
a:hover {
  transition: opacity .5s ease, background-color .5s ease, color .5s ease;
}

a {
  color: #eb7625;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

p {
  font-size: 17px;
  margin: 0 0 15px;
  padding: 0;
  color: #3A3A3A;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
  display: inline-block;
  border: none;
}

blockquote::before {
  content: "";
  display: none;
  font-size: 30px;
  font-size: 1.66667rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

pre {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 0.77778rem;
  padding: 24px;
}

.clearfix {
  clear: both;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
  font-size: 2rem;
}

h2 {
  font-size: 30px;
  font-size: 1.66667rem;
  color: #eb7625;
}

h3 {
  font-size: 24px;
  font-size: 1.33333rem;
}

h4 {
  font-size: 20px;
  font-size: 1.11111rem;
}

h5 {
  font-size: 18px;
  font-size: 1rem;
}

h6 {
  font-size: 16px;
  font-size: 0.88889rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: solid 2px #ddd;
  color: #3A3A3A;
  font-size: 18px;
  padding: 16px;
  width: 100%;
}

#wpmem_login input[type=password],
#wpmem_login input[type=text],
#wpmem_reg input[type=date],
#wpmem_reg input[type=email],
#wpmem_reg input[type=number],
#wpmem_reg input[type=password],
#wpmem_reg input[type=text],
#wpmem_reg input[type=url],
#wpmem_reg textarea {
  background-color: #fff;
  border: solid 3px #d7d7d7;
  color: #a2a2a2;
  font-size: 18px;
  padding: 16px;
}



.entry-content .acf-field input[type="text"],
.entry-content .acf-field input[type="password"],
.entry-content .acf-field input[type="date"],
.entry-content .acf-field input[type="datetime"],
.entry-content .acf-field input[type="datetime-local"],
.entry-content .acf-field input[type="email"],
.entry-content .acf-field input[type="month"],
.entry-content .acf-field input[type="number"],
.entry-content .acf-field input[type="search"],
.entry-content .acf-field input[type="tel"],
.entry-content .acf-field input[type="time"],
.entry-content .acf-field input[type="url"],
.entry-content .acf-field input[type="week"],
.entry-content .acf-field textarea,
.entry-content .acf-field select,
.entry-content .acf-field .select2-container {
  padding: 5px;
  border: solid 1px #d7d7d7;
  color: #a2a2a2;
  font-size: 18px;  
}

.entry-content .acf-field .select2-container.-acf .select2-selection {
  border: none
}
.entry-content .acf-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
}



input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #a2a2a2;
  font-weight: 300;
}

label {
  margin: 0 0 2px 0;
  display: inline-block;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.vivid-button,
div.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  width: auto;
  background: #eb7625;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  padding: 9px 24px;
  margin: 0 0 15px 0;

}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 5px 24px;
}

.entry-content button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.vivid-button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #808080;
  color: #fff;
}

a.vivid-button + a.vivid-button {
  margin-left: 15px;
}

.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.home .site-inner {
  max-width: 100%;
  padding: 0;
}

.site-inner {
  clear: both;
  /*padding-top: 40px;*/
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}



/* Content */
.content {
  float: right;
  width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px;
}

.full-width-content .content {
  width: 100%;
  float: none;
}

.archive.full-width-content .content-sidebar-wrap {
  max-width: 1200px;
  padding: 0 25px;
}

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.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-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  margin-bottom: 40px;
  padding: 25px 60px 0;
}

.author-box-title {
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.search-form input[type="submit"] {
  border: 0;
  padding: 20px;
  margin: 0;
}

/* Titles
--------------------------------------------- */
.archive-title {
  font-size: 36px;
  font-size: 2rem;
}

.entry-title {
  font-size: 36px;
  font-size: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #000;
}

.entry-title a:hover {
  color: #eb7625;
}

.widget-title {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text,
.wp-caption-dd {
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */
.gform_wrapper form {
    max-width: 800px;
    margin: 0;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper select {
  background-color: #fff;
  border: solid 1px #ccc;
  color: #3A3A3A;
  font-weight: normal;
  margin: 0 0 15px 0;
}

div.gform_wrapper input[type="email"]:focus,
div.gform_wrapper input[type="text"]:focus,
div.gform_wrapper textarea:focus,
div.gform_wrapper select:focus {
  border: solid 1px #333;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px;
  margin: 0 0 10px 0;
}

div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .ginput_complex label {
  padding: 0;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  color: #666666;
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 20px;
  font-weight: normal;
  margin: 0 0 20px 0;
}

div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  color: #666666;
  font-size: 17px;
  font-size: 0.94444rem;
  line-height: 20px;
  font-weight: normal;
  margin: 0 0 0 5px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
}

div.gform_wrapper ul.gfield_checkbox li label,
div.gform_wrapper ul.gfield_radio li label {
  font-weight: normal;
  font-size: 15px;
  margin-left: 5px;
}

.gform_wrapper.gf_browser_chrome select {
  padding: 9px;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0 0 5px 0;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 5px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
}

.gform_wrapper .field_description_below .gfield_description {
    padding: 0 0 15px 0;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title {
    font-size: 1.5em;
    margin-top: 45px !important;
}

.gform_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 45px!important;
}

.gform_wrapper .gsection {
	border-top: 1px solid #CCC;
	border-bottom: none;
}

.gform_wrapper h3.gform_title {
    margin: 0 0 25px 0;
    font-size: 32px;
	color: #333;
}

.gform_wrapper ul li, .gform_wrapper p {
    font-size: 15px;
}

.gform_wrapper h3 {
    margin-top: 30px;
}

.ginput_container.ginput_container_fileupload input {
    border: 1px solid #ccc;
	font-size: 12px;
	margin-bottom: 20px;
}

.gform_wrapper .percentbar_blue {
    background-color: #eb7625;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}

.site-header .wrap {
  padding: 40px 60px;
  padding: 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 360px;
  display: none;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 32px;
  font-size: 1.77778rem;
  line-height: 36px;
}

.site-title a,
.site-title a:hover {
  color: #000;
}

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 50px;
  width: 100%;
}

.header-image.header-full-width .site-title > a {
  background-position: top center
}

.site-description {
  font-size: 16px;
  font-size: 0.88889rem;
  font-size: 16px;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 360px);
}

.admin-bar .site-header .widget-area .widget_nav_menu {
  top: 32px;
}

.site-header .widget-area .widget_nav_menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #3a3a3a;
    height: 100vh;
    z-index: 99999;
    color: #fff;
    width: 50px;
    width: 60px;
    overflow: hidden;
}

.sidemenu .site-header .widget-area .widget_nav_menu {
    width: auto;
    transition: all .5s;
}

.site-header .widget-area .widget_nav_menu .widget-wrap {
  padding: 0px;
}

.site-header .widget-area .widget_nav_menu .menu-toggle {
  background: url('images/vi-icon.jpg') no-repeat #eb7626;
  text-align: left;
  padding: 20px 17px;
  background-position: center;
  width: 100%;
  background-size: 50px;
}

.site-header .widget-area .widget_nav_menu .menu-toggle .fas {
  display: none;
}

.site-header .widget-area .widget_nav_menu .menu-toggle .fas {
  cursor: pointer;
}

.site-header .widget-area .widget_nav_menu .menu-item {
  display: block;
  width: 100%;
  padding: 0 25px 0 5px;
}

.site-header .widget-area .widget_nav_menu .menu-item.current-menu-item {
  border-left: solid 3px #fff;
  background: #4e4e4e;
  padding-left: 2px;
}

.site-header .widget-area .widget_nav_menu .menu-item.notifications {
  display: none;
}

.site-header .widget-area .widget_nav_menu .menu-item.userprofile {
  display: none;
}

.site-header .widget-area .widget_nav_menu .menu-item:hover {
  background: #4e4e4e;  
}

.site-header .widget-area .widget_nav_menu .menu-item a span {
  margin-left: 10px;
  vertical-align: middle;
}

.site-header .widget-area .widget_nav_menu .menu-item a:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  width: 40px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;  
  font-size: 22px;
  line-height: 27px;
}

.site-header .widget-area .widget_nav_menu .menu-item.dashboard a:before {
  content: "\f015";  
}

.site-header .widget-area .widget_nav_menu .menu-item.support a:before {
  content: "\f1cd";
}

.site-header .widget-area .widget_nav_menu .menu-item.training a:before {
  content: "\f51c";
}

.site-header .widget-area .widget_nav_menu .menu-item.adminreports a:before {
  content: "\f502";
}

.site-header .widget-area .widget_nav_menu .menu-item.companysearch a:before {
  content: "\f002";
}

.site-header .widget-area .widget_nav_menu .menu-item.forms a:before {
  content: "\f682";
}

.site-header .widget-area .widget_nav_menu .menu-item.addcompany a:before {
  content: "\f055";
}

.site-header .widget-area .widget_nav_menu .menu-item.inactivecompanies a:before {
  content: "\f056";
}

.site-header .widget-area .widget_nav_menu .menu-item.companiesbyad a:before {
  content: "\f29e";
}

.site-header .widget-area .widget_nav_menu .menu-item.hostingupgrades a:before {
  content: "\f0ac";
}

.site-header .widget-area .widget_nav_menu .menu-item.generateupgradeslist a:before {
  content: "\f021";
}

.site-header .widget-area .widget_nav_menu .menu-item.pluginlist a:before {
  content: "\f1e6";
}

.site-header .widget-area .widget_nav_menu .menu-item.adareport a:before {
  content: "\f06e";
}

.site-header .widget-area .widget_nav_menu .menu-item.userprofile a:before {
  content: "\f2bd";
}

.site-header .widget-area .widget_nav_menu .menu-item.notifications a:before {
  content: "\f0f3";
}

.site-header .widget-area .widget_nav_menu .menu-item.ticketform a:before {
  content: "\f1cd";
}


.site-header .widget-area .widget_nav_menu .genesis-nav-menu a {
    color: #fff;
    padding: 12px 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #3a3a3a;
}

.site-header .widget-area .widget_nav_menu .genesis-nav-menu a[target="_blank"]:after {
  float: right;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  text-align: center; 
  display: none;
}

.site-header .widget-area .widget_nav_menu .genesis-nav-menu a:focus{
  outline: 0;
}

.widget-area .widget_nav_menu .genesis-nav-menu span {
  display: none;
}

.sidemenu .widget-area .widget_nav_menu .genesis-nav-menu span {
  color: #fff;
  display: inline-block;
}

.sidemenu .widget-area .widget_nav_menu .genesis-nav-menu a[target="_blank"]:after {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
}

#before-header-container,
.site-header,
.site-inner,
.site-footer {
  margin-left: 60px;
  transition: all .5s;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 0px;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #464646;
  display: block;
  padding: 14px 24px;
  font-size: 22px;
  font-weight: 600;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #eb7625;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 0.77778rem;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #464646;
}

.nav-primary a {
  color: #fff;
}

.nav-primary .sub-menu a {
  color: #464646;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
  color: #eb7625;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  padding: 25px 60px;
}

.content .entry {
  background-color: #fff;
}

.entry-content code,
#tinymce code {
  background-color: #000;
  color: #ddd;
}

.entry-content ol,
.entry-content ul,
#tinymce ol,
#tinymce ul {
  padding: 0;
  margin: 5px 0 15px 30px;
  overflow: hidden;
  font-size: 17px;
}

.entry-content ol ol,
.entry-content ul ul,
#tinymce ol ol,
#tinymce ul ul {
  font-size: 17px;
  margin: 0 0 0 10px;
}

.entry-content ol li,
.entry-content ul li,
#tinymce ol li,
#tinymce ul li {
  font-size: 17px;
  margin: 10px 0 0 17px;
  list-style-type: decimal;
}

.entry-content ul li,
#tinymce ul li {
  list-style-type: none;
  list-style-image: url("images/bullet.png");
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: none;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAGXRFW…lJYjdUBwh0gkxC9gqKBLpXUCTgrgUaWw51VCdyCAEEGABltTm4j6Z43wAAAABJRU5ErkJggg==)  !important;
  margin-left: 20px !important
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 0.88889rem;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #eb7625;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 16px;
  font-size: 0.88889rem;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 0.88889rem;
  padding: 24px;
  display: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar-primary p:last-child,
.sidebar-primary ul > li:last-child {
  margin-bottom: 0;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #000;
  clear: both;
  padding-bottom: 40px;
  padding-top: 40px;
}

.footer-widgets p:last-child,
.footer-widgets ul > li:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1;
  padding: 0;
  display: none;
}

.site-footer p {
  margin-bottom: 0;
}

/*
Accessibility Styling
---------------------------------------------------------------------------------------------------- */
/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #464646;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
  padding: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}


/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/*
Flexible Widgets Styling
---------------------------------------------------------------------------------------------------- */
/*
Flexible Widgets
---------------------------------------------------------------------------------------------------- */
.flexible-widgets .wrap {
  max-width: 1280px;
  padding: 80px 0 40px;
}

.flexible-widgets.widget-area .widget {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
  float: none;
  width: 100%;
}

.flexible-widgets.widget-fourths .widget {
  width: 25%;
}

.flexible-widgets.widget-halves .widget {
  width: 50%;
}

.flexible-widgets.widget-thirds .widget {
  width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
  clear: left;
}

@media only screen and (max-width: 1340px) {
  .flexible-widgets .wrap {
    max-width: 1220px;
  }
}

@media only screen and (max-width: 1200px) {
  .flexible-widgets .wrap {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1023px) {
  .flexible-widgets.widget-fourths .widget,
  .flexible-widgets.widget-halves .widget,
  .flexible-widgets.widget-thirds .widget {
    float: none;
    width: 100%;
  }
  .flexible-widgets .widget {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
Gutenberg Styling
---------------------------------------------------------------------------------------------------- */
.wp-block-table tr:not(:first-of-type) td .mobile-table-heading {
  display: none;
}

/* wide images */
@media only screen and (min-width: 768px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}

/* Gutenberg Editor Page */
body.gutenberg-editor-page {
  background-color: #fff;
  color: #000;
}

/*
VIMM Styling
---------------------------------------------------------------------------------------------------- */
/** Responsive Alerts **/
#wp-admin-bar-responsive_check * {
  background: yellow;
  color: #000;
  text-shadow: none;
  padding: 0px 60px !important;
}

#wp-admin-bar-responsive_check .ab-item:hover {
  background: red !important;
  color: #000 !important;
}

/* Basic Accordion Styling */
.accordion-wrap .accordion {
  width: 100%;
  margin-bottom: 15px;
  background: #e9e9e9;
  background: #EAEAEA;
}

.accordion-wrap .accordion .accordion-title {
  width: 100%;
  padding: 15px 30px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  color: #141313;
  cursor: pointer;
}

.accordion-wrap .accordion .accordion-title:before {
  content: "\f078";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  color: #ababab;
  font-size: 18px;
  float: right;
}

.accordion-wrap .accordion.open .accordion-title:before {
  content: "\f077";
}

.accordion-wrap .accordion .accordion-content {
  padding: 0px 30px 30px 30px;
  font-size: 18px;
  line-height: 25px;
  text-transform: none;
  margin: 0 0 20px 0;
  color: #3A3A3A;
}

/* Basic Callout Styling */
.vivid-callout {
  background: #e9e9e9;
  padding: 30px;
  margin: 40px 0;
}

/* Resposnive Table Code */
table.vimmResponsive td:before {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Parallax Background */
.vi-parallax-background {
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.error404 input[type="search"] {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  border-radius: 0px;
}

.error404 .search-form-submit {
  display: inline-block;
  vertical-align: middle;
  padding: 17px 10px;
  border-radius: 0px;
  width: 20%;
  margin-right: 0px;
  margin-bottom: 0px;
}


/* PORTAL CSS */

.portal_navigation {
  margin: 0 0 35px 0;
}

.portal_navigation a.vivid-button {
  margin-bottom: 0;
}

.company_select_container {
  margin: 0 0 35px 0;
}

.company_select_container .select2-container {
  width: 100% !important;
}

.profile_main_container {
    margin: 0 0 40px 0;
    position: relative;
  }


.profile_main_container h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 30px 0;
}

.profile_main_container .message {
  margin: 0 0 40px 0;
}

.profile_main_container .message {
  color: #3A3A3A;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
}

.profile_main_container .sub-chart-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(398px, 1fr));
  gap: 0 40px;
}

.profile_main_container .main-chart-container,
.profile_main_container .sub-chart-container {
  margin: 0 0 60px 0;
}

.profile_main_container .main-chart-container,
.profile_main_container .sub-chart-container .sub-chart-one,
.profile_main_container .sub-chart-container .sub-chart-two,
.profile_main_container .sub-chart-container .sub-chart-three {
  text-align: center;
}

.profile_main_container .main-chart-container .chart,
.profile_main_container .sub-chart-container .chart {
  width: 250px;
  margin: 0 auto;
}

.profile_main_container.admin .column-wrapper {
  display: flex;
  gap: 0 5%;
  margin: 70px 0 70px 0;
  border-top: solid 3px #CCCCCC;
  border-bottom: solid 3px #CCCCCC;
  padding: 70px 0 70px 0;
}

.profile_main_container.admin .column-wrapper .column {
  flex: 1 1 47.5%
}

@media only screen and (max-width: 960px) {
  .profile_main_container.admin .column-wrapper {
    flex-wrap: wrap;
  }
}


.profile_main_container .message p:last-of-type {
  margin: 0;
}

.profile_main_container .client_dashboard_company {
  background: #fff;
  padding: 30px;
  margin: 0 0 30px 0;
}

.profile_main_container .client_dashboard_company p {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: calc( 100% - 71px );
}

.profile_main_container .client_dashboard_company a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.profile_main_container.admin .profile_callout_container {
  margin-bottom: 30px;
}

.profile_main_container .profile_callout,
.profile_subcallout_container .profile_subcallout {
  position: relative;
  background: #fff;
  padding: 20px 90px 26px 20px;
  min-height: 133px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.11);
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.11);
}

.profile_main_container .profile_callout:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webki-transform: translateY(-50%);
    font-size: 50px;
}

.profile_main_container .profile_callout.active:before {
    content: "\f4fc";
    color: #099a0e;
}

.profile_main_container .profile_callout.inactive:before {
    content: "\f503";
    color: #DE3660;
}

.profile_main_container .profile_callout p {
  color: #C4C4C4;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 30px 0;
}

.profile_main_container .profile_callout p.count {
  font-size: 25px;
  font-weight: bold;
  line-height: 34px;
  color: #4D4F5C;
  margin: 0;
}

.portal_news_events {
  margin: 70px 0 0 0;
  padding: 0 35px;
}

.portal_news_events h3 {
  font-size: 25px;
  font-weight: bold;
  color: #4D4F5C;
  line-height: 30px;
  margin: 0;
}

.portal_news_events ul {
  margin: 20px 0 20px 0;
}

.entry-content .portal_news_events ul li {
  margin: 0px 0 20px 17px;
}

.portal_news_events li a,
.portal_news_events li a:hover {
  color: #3A3A3A
}

.portal_news_events li a:hover {
  text-decoration: underline;
}

.portal_news_events li a .fas {
  color: #eb7625;
  font-size: 15px;
  line-height: 20px;
}


.profile_main_container.admin h2 {
  color: #575757;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 30px 0;
}

.profile_main_container.admin .intro-text {
  margin: 0 0 35px 0;
  border-bottom: solid 1px #CCCCCC;
  padding: 0 0 35px 0;
}

.profile_main_container.admin .intro-text h2 {
  color: #575757;
  font-size: 36px;
  line-height: 40px;
}

.profile_main_container.admin .intro-text p {
  font-size: 23px;
  line-height: 34px;
}

.profile_main_container.admin .intro-text p:last-of-type {
  margin-bottom: 0;
}


.profile_main_container.admin .charts {
  margin-bottom: 60px;
}

.profile_main_container.admin .charts h2 {
  color: #575757;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 30px 0;
}

.profile_main_container.admin .progress_bar_widget {
  border-radius: 9px;
  width: 100%;
  margin: 0 0 30px 0;
}

.profile_main_container.admin .progress_bar_widget .title_wrapper {
  display: flex;
}

.profile_main_container.admin .progress_bar_widget .title_container {
  flex-basis: 350px;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 0 22px;
  background-color: #575757;
  border-radius: 9px 0 0 9px;
  padding: 20px 20px;
}

.profile_main_container.admin .progress_bar_widget .title_container .goal_container {
  border-radius: 9px;
  background-color: #D2E8E3;
  color: #378870;
  font-size: 27px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_main_container.admin .progress_bar_widget .title_container h2 {
  font-family: "Caveat", cursive;
  color: #fff;
  margin: 0;
  padding: 0;
  flex: 1;
}

.profile_main_container.admin .progress_bar_widget .progress_bar {
  flex: 1;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 0 22px;
  background-color: #F7F7F7;
  border-radius: 0 9px 9px 0;
  padding: 20px 30px;
}

.profile_main_container.admin .progress_bar_widget .progress_bar .progress_bar_element {
  position: relative;
  width: 100%;
  height: 24px;
  border-radius: 9px;
  background: transparent linear-gradient(90deg, #EA7525 0%, #F59C1B 23%, #FCB415 36%, #C8A92C 50%, #36886F 100%) 0% 0% no-repeat padding-box;
}

.profile_main_container.admin .progress_bar_widget .progress_bar .progress_bar_element .cover_bar {
  height: 24px;
  background: #fff;
  position: absolute;
  right: 0;
  border-radius: 0 9px 9px 0;
}

.profile_main_container.admin .progress_bar_widget .progress_bar .accomplished_container {
  border-radius: 9px;
  font-size: 24px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_main_container.admin .progress_bar_widget .progress_bar .accomplished_container.green {
  background: #D2E8E3;
  color: #36886F;
}
.profile_main_container.admin .progress_bar_widget .progress_bar .accomplished_container.yellow {
  background: #FBE3D2;
  color: #EA7525;
}
.profile_main_container.admin .progress_bar_widget .progress_bar .accomplished_container.red {
  background: #F8D7DF;
  color: #DB3A5F;
}



.profile_main_container.admin .characteristics.column h2,
.profile_main_container.admin .critical-actions.column h2 {
  color: #575757;
  font-size: 36px;
  line-height: 40px;
}

.profile_main_container.admin .characteristics.column .icon_wrapper,
.profile_main_container.admin .critical-actions.column .icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0 50px;
}

.profile_main_container.admin .characteristics.column .icon_container,
.profile_main_container.admin .critical-actions.column .icon_container {
  border: solid  2px #CCCCCC;
  border-radius: 9px;
  padding: 0 40px;
  flex: 1 1 33%;
  text-align: center;
  min-height: 168px;

  display: flex;
  gap: 10px 0;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

.profile_main_container.admin .characteristics.column .icon_container p,
.profile_main_container.admin .critical-actions.column .icon_container p {
  color: #575757;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  margin: 0;
}

.profile_goals_container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}

.profile_goals_container div {
  background-color: #575757;
  border-radius: 9px;
  color: #FFF;
  padding: 20px;
  flex: 1 1 calc( 50% - 15px );
}

.profile_goals_container div p.title {
  display: flex;
  align-items: center;
  font-family: "Caveat", cursive;
  font-weight: bold;
  margin: 0 0 25px 0;
  font-size: 37px;
  line-height: 40px;
  color: #FFF;
}

.profile_goals_container div.account-team p.title:before {
  content: url('images/dashboard/Thumbs Up.png');
  display: block;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
}

.profile_goals_container div.development-team p.title:before {
  content: url('images/dashboard/Code Graphic.png');
  display: block;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
}

.profile_goals_container div.marketing-team p.title:before {
  content: url('images/dashboard/Pen Tool.png');
  display: block;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
}

.profile_goals_container div.sales-team p.title:before {
  content: url('images/dashboard/Money Sign.png');
  display: block;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
}

.profile_goals_container div p {
  color: #FFF;
}

.profile_subcallout_container {
  margin-bottom: 30px;
}

.profile_subcallout_container .profile_subcallout {
  background: #f5f5f5;
  text-align: left;
  padding: 40px;
  position: relative;
  flex: 1 1 33%;
}

.profile_subcallout_container .profile_subcallout div.dashboard_tooltip {
  display: none;
  position: absolute;
  left: 17px;
  top: 75px;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  padding: 20px;
}

.profile_subcallout_container .profile_subcallout p.title {
  font-family: "Caveat", cursive;  
  font-weight: bold;
  margin: 0 0 25px 0;
  font-size: 37px;
  line-height: 40px;
}

.profile_subcallout_container .profile_subcallout p.title .fas {
  font-size: 20px;
  margin: 0 0 0 5px;
  color: #EA7525;
  cursor: pointer;
}


.profile_subcallout_container .profile_subcallout span.oftext {
  font-family: "Caveat", cursive;
  font-size: 30px;
  line-height: 35px;
}

.profile_subcallout_container .profile_subcallout p.list-item {
  margin: 0 0 5px 0;
}

.profile_subcallout_container .profile_subcallout .fas,
.profile_subcallout_container .profile_subcallout .far {
  font-size: 40px;
  line-height: 50px;
  color: #C9C9C9;
}

.profile_subcallout_container .profile_subcallout .counter {
  float: right;
  font-size: 20px;
  line-height: 48px;
  margin: 0 0 20px 60px;
}

.profile_subcallout_container .profile_subcallout .counter span {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 15px;  
}

.profile_subcallout_container .profile_subcallout .counter span.green {
  background: #D2E8E3;
  color: #36886F;
}
.profile_subcallout_container .profile_subcallout .counter span.yellow {
  background: #FBE3D2;
  color: #EA7525;
}
.profile_subcallout_container .profile_subcallout .counter span.red {
  background: #F8D7DF;
  color: #DB3A5F;
}

.profile_container .sprints-container {
  border: solid 2px #CCCCCC;
  border-radius: 9px;
  padding: 50px;
  margin: 50px 0;
}

.profile_container .sprints-container p.title {
  font-family: "Caveat", cursive;  
  font-weight: bold;
  margin: 0 0 25px 0;
  font-size: 37px;
  line-height: 40px;
}

.profile_container .sprints-container p:last-of-type {
  margin-bottom: 0;
}


.company_details_container {
  background: #f5f5f5;
  margin: 0 0 40px 0;
}


.company_details_container h1 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 20px 0;
}

.company_details_container .title_container .accelo_icon {
  width: 30px;
  margin-left: 10px;
}

.company_details_container .storybrand_container {
  position: absolute;
  right: 45px;
  top: 20px;
  color: #11b182;
}

.company_details_container .storybrand_container .fas {
  color: #11b182;
  font-weight: bold;
  font-size: 30px;
}


.company_details_container .cliet_tier_container {
  position: absolute;
  right: 45px;
  top: 20px;
  width: 150px;
  text-align: center;
}

.company_container .company_details_container .single_company {
  padding: 40px;
  position: relative;
}

.company_details_container .title_container h1:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin: 0 0 0 10px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.company_details_container .title_container.active h1:after {
    content: "\f4fc";
    color: #099a0e;
}

.company_details_container .title_container.inactive h1:after {
    content: "\f235";
    color: #EC2525;
}

.company_details_container .single_company .address_container {
  margin-bottom: 30px;
}

.company_details_container .single_company .address_container .primary_domain {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  justify-content: flex-start;
}


.company_details_container .single_company .company_edit {
  position: absolute;
  top: 20px;
  right: 20px;  
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

.company_details_container .single_company .company_edit a {
  color: #A4AFB7;
}

.company_details_container .single_company .company_edit a:hover {
  color: #EC7625;
}

.company_details_container .single_company .company_edit span {
  display: none;
}

.company_details_container .single_company .company_edit span.show {
  display: inline-block;
  color: #EC7625;
}


.company_details_container .single_company .company_delete {
  position: absolute;
  top: 44px;
  right: 20px;  
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

.company_details_container .single_company .company_delete a {
  color: #A4AFB7;
}

.company_details_container .single_company .company_delete a:hover {
  color: #EC7625;
}

.company_details_container .single_company .company_delete span {
  display: none;
}

.company_details_container .single_company .company_delete span.show {
  display: inline-block;
  color: #EC7625;
}

.company_details_container .single_company .callout,
.company_details_container .single_company .subcallout {
  position: relative;
  background: #fff;
  padding: 20px 90px 20px 30px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.11); 
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.11);   
}

.company_details_container .single_company .maincallout {
  min-height: 140px;
}

.company_details_container .single_company .maincallout.account_director {
  padding-right: 20px;
}

.company_details_container .single_company .subcallout {
  padding: 20px 30px;
}

.company_details_container .single_company .callout:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    top: 20%;
    right: 20px;
    font-size: 50px;
}

.company_details_container .single_company .callout.agencyagreement:before {
    content: "\f15c";
    color: #3b86ff;
    font-size: 40px;
}

.company_details_container .single_company .callout.hostingplan:before {
    content: "\f0ac";
    color: #696969;
    font-size: 40px;
}

.company_details_container .single_company .callout.team:before {
    content: "\f542";
    color: #EC7625;
    font-size: 34px;
}

.company_details_container .single_company .callout p.title {
  margin: 0 0 10px 0;
}

.company_details_container .single_company .callout h3 span {
  font-size: 14px;
}

.company_details_container .single_company .callout h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: bold;
  color: #4D4F5C;
  margin: 0 0 15px 0;
}

.company_details_container .single_company .callout p {
  margin: 0 0 5px 0;
}

.company_details_container .single_company .callout .pm_gravatar {
  border-radius: 50%;
  float: right;
}

.company_details_container .single_company .subcallout p.title {
  margin: 0 0 5px 0;
}

.company_details_container .single_company .subcallout h5 {
  margin: 0;
  font-weight: bold;
  color: #3A3A3A;
}

/* UNIVERAL NOTE STYLES */
.note:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #707070;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 12px;
  left: 4px;
}

.note.high:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  color: #EC2525;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  left: 0;
}

.note.nonotes:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  color: #EC7625;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  left: 0;
}

.note {
  padding: 10px 25px;
  position: relative;
}

.note p,
.note span {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.note span {
  margin-right: 10px;
  font-weight: bold;
}

.note p.author {
    margin-left: 10px;
    font-weight: normal;
    font-style: italic;
}

.notes_container {
  margin: 40px 0 0 0;
}


.notes_container .notes_navigation a.vivid-button {
  border: solid 1px #ccc;
  border-radius: 4px;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  color: #797979;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
}

.notes_container .notes_navigation a.vivid-button.active,
.notes_container .notes_navigation a.vivid-button:hover {
  color: #fff;
  background-color: #797979;
}

.notes_container div.notes_section {
  border-bottom: solid 1px #C4C4C4;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  display: none;
}

.notes_container div.notes_section.show {
  display: inherit;
}


.notes_container h3 {
  margin: 20px 0 10px 0;
}

.notes_container h5 {
  margin: 40px 0 0 0;
}



.portal_tabs .portal_tab {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  vertical-align: middle;
  width: 33.3333%;
  cursor: pointer;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
}

.portal_tabs.admin .portal_tab {
  width: 20%;
  /* width: 16.6666%; */
}

.portal_tabs .portal_tab .fas,
.portal_tabs .portal_tab .far {
  color: #C9C9C9;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
}

.portal_tabs .portal_tab.current {
  box-shadow: inset 0px -5px 0px #EC7625;
  -moz-box-shadow: inset 0px -5px 0px #EC7625;
  -webkit-box-shadow: inset 0px -5px 0px #EC7625;
}

.portal_tabs .portal_tab:hover {
  box-shadow: inset 0px -5px 0px #EC7625;
  -moz-box-shadow: inset 0px -5px 0px #EC7625;
  -webkit-box-shadow: inset 0px -5px 0px #EC7625;
  color: #C9C9C9;
}

.portal_tabs {
  margin: 0 0 40px 0;
  border-bottom: solid 1px #C4C4C4;
}

.notes_container,
.contacts_container,
.passwords_container,
.domains_container,
.emails_container,
.forms_container {
  display: none;
}


.notes_container.show,
.contacts_container.show,
.passwords_container.show,
.domains_container.show,
.emails_container.show,
.forms_container.show {
  /*display: initial;*/
  display: block;
}

.notes_container .company_note_edit a.vivid-button {
  margin-bottom: 0;
}

.portal_container .tab_edit_add {
  text-align: right;
}

.contacts_container .single_contact {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.10);
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.10);
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 2% 0;
  padding: 30px;
  min-height: 180px;
  position: relative;
}

.contacts_container .single_contact .accelo_icon {
  width: 30px;
  margin-left: 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.contacts_container div.single_contact:nth-of-type(odd) {
  margin-right: 1%;
}

.contacts_container div.single_contact:nth-of-type(even) {
  margin-left: 1%;
}

.contacts_container .single_contact .contact_edit {
  margin-top: 20px;
}

.contacts_container .single_contact .type_tag {
  position: absolute;
  top: 30px;
  right: 20px;
  padding: 6px 12px;
  font-size: 17px;
  color: #797979;
  font-weight: bold;
  border-radius: 4px;
  margin: 0;
  background: #4DB451;
  border: solid 1px #4DB451;
  color: #fff;
}

.contacts_container .single_contact.no_contacts {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  min-height: inherit;
}

.contacts_container .single_contact p {
  margin: 0 0 5px 0;
  color: #3A3A3A;
}

.contacts_container .single_contact p.name {
  font-weight: bold;
}

.contacts_container .single_contact .contact_edit a {
  color: #707070;
  text-decoration: underline;
}

.contacts_container .single_contact .contact_edit a:hover {
  color: #EC7625;
}


.passwords_container .single_password {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.10);
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.10);
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 2% 0;
  padding: 30px;
  min-height: 180px;
  position: relative;
}

.passwords_container .single_password.even {
  margin-left: 1%;
}

.passwords_container .single_password.odd {
  margin-right: 1%;
}

.passwords_container .single_password p {
  margin: 0 0 7px 0;
  color: #3A3A3A;
}

.passwords_container .single_password p.name {
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}

.passwords_container .single_password p.type {
  position: absolute;
  top: 30px;
  right: 20px;
  padding: 6px 12px;
  font-size: 17px;
  color: #797979;
  font-weight: bold;
  border: solid 1px #CECFD0;
  border-radius: 4px;
  margin: 0;
}

.passwords_container .single_password p.notes {
  margin: 0 0 30px 0;
}


.passwords_container .single_password.no_passwords {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  box-shadow: none;
  min-height: inherit;
}

.passwords_container .single_password a.password_edit {
  color: #707070;
  text-decoration: underline;
}

.passwords_container .single_password a.password_edit:hover {
  color: #EC7625;
}

.password_form label {
  margin: 0 0 5px 0;
}

.password_form input,
.password_form select {
  margin: 0 0 20px 0;
}


.domains_container .single_domain {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.10);
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 2% 0;
  padding: 30px;
  min-height: 180px;
  position: relative;
}

.domains_container .single_domain:nth-child(odd) {
  margin-left: 1%;
}

.domains_container .single_domain:nth-child(even) {
  margin-right: 1%;
}

.domains_container .single_domain h4 {
  color: #3A3A3A;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  max-width: calc( 100% - 175px );
  word-break: break-all;
}

.domains_container .single_domain p {
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 10px 0;
}

.domains_container .single_domain .domain_note_container {
    border-top: solid 1px #C4C4C4;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
}

.domains_container .single_domain .domain_note_container:last-of-type {
    border-bottom: solid 1px #C4C4C4;
    padding: 20px 0 20px 0;
    margin: 20px 0 20px 0;
}

.domains_container .single_domain .domain_note_container h5 {
  color: #797979;
  font-weight: normal;
}

.domains_container .single_domain .domain_note_container p {
    color: #797979;
    font-size: 15px;
    line-height: 18px;
    margin: 0
}

.domains_container .single_domain .domain_note_container p:last-of-type {
  margin-top: 0;
}


.domains_container .single_domain a.domain_edit {
  color: #707070;
  text-decoration: underline;
}

.domains_container .single_domain a.domain_edit:hover {
  color: #EC7625;
}

.domains_container .single_domain .domain_tooltip {
  position: absolute;
  top: 70px;
  right: 30px;
}

.domains_container .single_domain p.domain_type {
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 4px;
    padding: 7px 20px;
    font-weight: bold;
    font-size: 17px;
    color: #797979;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    border: solid 1px #CECFD0;
}

.domains_container .single_domain p.domain_type i {
  font-size: 15px;
  line-height: 20px;
  color: #BEBEBE;
  cursor: pointer;
    margin: 0 0 0 5px;
}

.domains_container .single_domain p.domain_type.primary {
  background: #4DB451;
  border: solid 1px #4DB451;
  color: #fff;
}

.domains_container .single_domain p.domain_type.primary i {
  color: #fff;
}

.emails_container .single_email {
  margin: 0 0 80px 0;
  position: relative;
}

.emails_container .single_email h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #3A3A3A;
  margin: 0 0 5px 0;
}

.emails_container .single_email p {
  color: #797979;
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  border-bottom: solid 1px #C4C4C4;
  padding: 20px 0;
}

.emails_container .single_email p:first-of-type span {
  font-weight: bold;
  color: #3A3A3A;
}

.emails_container .single_email p span i {
    font-size: 15px;
    line-height: 20px;
    color: #BEBEBE;
    cursor: pointer;
}

.emails_container .single_email p span {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

.email_heading_row.alias .email_accounts, .email_heading_row.alias .email_aliases{
  font-weight: bold;
  color: #3A3A3A;
}
.emails_container .single_email p span.alias_destination_value{
  display: block;
}

.emails_container .single_email p span.email_aliases {
  position: relative;
}

.emails_container .single_email p span.email_tooltip {
  display: none;
}

.emails_container .single_email p span.email_tooltip.show {
  /*display: initial;*/
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  font-weight: normal;
  width: inherit;
  z-index: 9;
}

.emails_container .single_email p:last-of-type {
  margin-top: 0 !important;
}

.emails_container .single_email p.email_heading_row.alias {
  margin-top: 30px;
}

.admin_select {
  margin-bottom: 20px;
}

.portal_container h2 {
  margin: 0 0 15px 0;
}

.portal_container .address_line {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
  color: #3A3A3A;
}

.portal_container .single h4 {
  font-size: 22px;
  line-height: 36px;
  color: #eb7625;
  margin: 0 0 10px 0;
}

.portal_container .single p a.vivid-button {
  margin-bottom: 0;
}

.portal_container .single p.upgrade_list {
  word-break: break-all;
}

.portal_container .single p:last-of-type {
  margin-bottom: 0;
}

.portal_admin_container {
  padding: 0;
}

.portal_admin_container > div {
  padding: 30px 25px;
}

.portal_admin_container .hosting_container {
  padding: 0;
}

.company_select_container .admin_nav {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.company_select_container .admin_nav:first-of-type {
  padding-right: 2%;
}

.company_select_container .admin_nav:last-of-type {
  padding-left: 2%;
}

.company_select_container .admin_nav_combined {
  position: relative;
}

.company_select_container .admin_nav_combined #combined_select:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
}

.hosting_container {
  margin: 60px 0 0 0;
}

.hosting_container_tabs {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  vertical-align: middle;
  border-bottom: solid 1px #C4C4C4;
  cursor: pointer;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
}

.hosting_container_tabs .fas,
.hosting_container_tabs .far {
  color: #C9C9C9;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
}

.hosting_container_tabs .hosting_tab.current {
  box-shadow: inset 0px -5px 0px #EC7625;
  -wekit-box-shadow: inset 0px -5px 0px #EC7625;
  -moz-box-shadow: inset 0px -5px 0px #EC7625;

}

.hosting_container_tabs {
  margin: 0 0 30px 0;
}

.hosting_container .list {
  display: none;
}

.hosting_container .list.show {
  /*display: initial;*/
  display: block;
}

.hosting_container .list.show a {
    color: #797979;  
}

.hosting_container .list.show a:hover {
    color: #797979;  
    text-decoration: underline;
}

.list_container .list p:first-of-type {
  font-weight: bold;
}

.upgrade_div {
  margin: 60px 0 0 0;
}

.upgrade_div p {
  padding: 15px 20px;
  border: solid 2px #3a3a3a;
  border-radius: 4px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #797979;
  display: inline-block;
  cursor: pointer;
}

.upgrade_div p span {
  display: block;
  font-size: 14px;
  margin: 5px 0 0;
}

.upgrade_div p .fas {
  font-size: 20px;
  color: #ccc;
}

.upgrade_div p.active,
.upgrade_div p:hover {
  color: #3a3a3a;
}

.upgrade_div p.active .fas,
.upgrade_div p:hover .fas {
  color: #ec7625;
}

.selected_upgrade_list p.heading {
  font-weight: bold;
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 15px;
  margin-bottom: 7px;  

}

.selected_upgrade_list p.company a {
    color: #797979;  
}

.selected_upgrade_list p.company a:hover {
    color: #797979;  
    text-decoration: underline;
}

.inactive_companies a {
    color: #797979; 
}

.inactive_companies a:hover {
    color: #797979;  
    text-decoration: underline;
}

.ada_container a {
    color: #797979; 
}

.ada_container a:hover {
    color: #797979;  
    text-decoration: underline;
}

.selected_plugin {
  margin-top: 30px;
}

.selected_plugin a {
    color: #797979; 
}

.selected_plugin a:hover {
    color: #797979;  
    text-decoration: underline;
}

.selected_theme {
  margin-top: 30px;
}

.selected_theme a {
    color: #797979; 
}

.selected_theme a:hover {
    color: #797979;  
    text-decoration: underline;
}


div.warning {
  color: #3A3A3A;
  font-weight: bold;
  padding: 20px 25px 20px 50px;
  position: relative;
  margin-bottom: 20px;
}

div.warning:after {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);

    content: "\f071";
    font-family: "Font Awesome 5 Free";
    color: #EC7625;
    font-size: 20px;    

}

div.warning p {
  color: #3A3A3A
}

div.warning p:last-of-type {
  margin: 0;
}

div.error {
  text-align: center;
  background: #d9534f;
  color: #fff;
  padding: 20px 25px 20px 70px;
  position: relative;
}

div.error:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

div.error p {
  color: #fff;
}

div.error p:last-of-type {
  margin: 0;
}

span.tooltip {
  display: none;
  color: #797979;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.20);
  padding: 10px;
  background-color: #fff;
}

span.tooltip.show {
  /*display: initial;*/
  display: block;
}

.portal_container a.vivid-button.create {
    margin: 0;
    display: block;
    max-width: 200px;
    text-align: center;
}

.nonlogged #before-header-container #before-header {
  display: none;
}

#before-header-container #before-header {
  padding: 15px 0px;
  border-bottom: solid 2px #eee;
  text-align: right;
}

#before-header-container #before-header .widget-title {
  margin: 0;
}

#before-header-container #before-header select {
  border: none;
}

#before-header-container #before-header .select2-container {
  width: 100% !important;
}

#before-header-container #before-header .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: none;
}

#before-header-container #before-header .select2-container--default .select2-selection--single .select2-selection__rendered:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin-right: 10px;
}

#before-header-container #before-header .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

#before-header-container #before-header .select2-container--default .select2-selection--single {
  border: none;
  outline: none;
}

#before-header-container #before-header .select2-container--default .select2-selection--single {
  height: inherit;
}

#before-header-container #before-header .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
  color: #a2a2a2;
  font-size: 18px;
  padding: 16px;
  width: 100%;
}

#before-header-container #before-header .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 19px;
}

body .select2-container--open .select2-dropdown--below {
  border: solid 2px #d7d7d7;
}

#before-header-container #before-header .widget_custom_html {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0 20px;
}


#before-header-container #before-header #custom_html-2 {
  width: 40%;
  text-align: right;
}

#before-header-container #before-header #custom_html-3 {
  width: 59%;
}

.profile-menu .profile-menu-icon {
  display: inline-block;
  vertical-align: middle;
  border-right: solid 1px #EBEBF2;
  margin: 0 5px 0 0;
  padding: 0 20px 0 0;
}

.profile-menu .profile-menu-icon p {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.profile-menu .profile-menu-icon .far {
  cursor: pointer;  
  font-size: 30px;
  line-height: 35px;
  color: #ccc;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;  
}

.profile-menu .profile-menu-icon .fas {
  font-size: 18px;
  line-height: 20px;
  color: #C4C4C4; 
}

.profile-menu .profile-menu-icon .fa-user-alt {
  background-color: #F5F5F5;
  color: #C4C4C4;
  padding: 6px 7px;
  border-radius: 50%;
  margin: 0 10px 0 0; 
  display: inline-block;
  vertical-align: middle;
}

.profile-menu .profile-menu-icon:hover p {
  opacity: 0.85;
}

.profile-menu .profile-menu-icon:hover .fa-user-alt {
  background-color: #C4C4C4;
  color: #F5F5F5;
}

.profile-menu .profile-menu-item-container {
  background: #fff;
  border: solid 2px #ccc;
  display: none;
  text-align: center;
  padding: 10px;
  width: 250px;
  position: absolute;
  right: 20px;
  margin-top: 5px;
  z-index: 9999;  
}

.profile-menu .profile-menu-item-container .profile-menu-item {
  display: block;
  width: 100%;
  padding: 13px 0;
  border-bottom: solid 1px #ccc;
}

.profile-menu .profile-menu-item-container .profile-menu-item:last-of-type {
  border-bottom: none;
}

.profile-menu .profile-menu-item-container.show {
  display: inherit;
}

.profile-menu .profile-menu-notifications {
  display: inline-block;
  vertical-align: middle;
}

.profile-menu .profile-menu-notifications .fas {
  cursor: pointer;  
  font-size: 18px;
  line-height: 20px;
  color: #C4C4C4;
  background-color: #F5F5F5;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding:6px 8px;
  border-radius: 50%;  
}

.profile-menu .profile-menu-notifications .fas:hover {
  color: #F5F5F5;
  background-color: #C4C4C4;
}


.profile-menu .profile-menu-notifications.show .fas:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #eb7626;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.loading-gif {
  background: url('images/ajax-loader.gif') center center no-repeat;
  width: 32px;
  height: 32px;
}

.selected_upgrade_list {
  margin: 30px 0 0 0;
}

.pm_container .single_pm {
  margin: 30px 0 0 0;
}

.pm_container .pm_container_navigation a {
  margin-left: 0px;
  margin-right: 15px;
}

.pm_container .pm_container_navigation a.active {
  color: #3a3a3a;
}

.pm_container .pm_container_navigation a.vivid-button + a.vivid-button {
  margin-left: 0;
}

.pm_container .single_pm a {
   color: #797979;
}

.pm_container .single_pm a:hover {
   text-decoration: underline;
}

.pm_container_navigation .vivid-button {
    border: solid 2px #3a3a3a;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    color: #797979;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
}


.server_container .single_pm {
  margin: 30px 0 0 0;
}

.server_container .server_container_navigation a {
  margin-left: 0px;
  margin-right: 15px;
}

.server_container .server_container_navigation a.active {
  color: #3a3a3a;
}

.server_container .server_container_navigation a.vivid-button + a.vivid-button {
  margin-left: 0;
}

.server_container .single_pm a {
   color: #797979;
}

.server_container .single_pm a:hover {
   text-decoration: underline;
}

.server_container_navigation .vivid-button {
    border: solid 2px #3a3a3a;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    color: #797979;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
}

.server_container .selected_server_list .single {
  margin-bottom: 10px;
}

.server_container .selected_server_list .single p {
  margin-bottom: 0;
  font-style: italic;
}

.server_container .selected_server_list .single p.domain {
  font-weight: bold;
  font-style: normal;
}



/* LOGIN SCREEN */
.viloginlogo {
  height: 100vh;
  width: 50%;
  float: left;
  background-image: url('images/v-login.png');
  background-repeat: no-repeat; 
  background-position: center center;
  position: relative;
  background-color: #3a3a3a;  
}

.logged-in .viloginlogo {
  display: none;
}

.viloginlogo a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.login #before-header-container,
.login .site-header,
.login .site-inner,
.login .site-footer {
  margin-left: 0px;
}

.login .site-header {
  display: none;
}

.login #wpmem_restricted_msg {
  display: none;
}

.login .wpmem_msg {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}

.login .site-inner {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 999999;
}

.login .site-inner article {
  padding: 0;
}

.login .site-inner #wpmem_form {
  height: 100vh;
  width: 50%;
  float: right;
  display: flex;
  align-items: center;  
  background-color: #fff;
}

.login .site-inner #wpmem_form fieldset {
  border: none;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
}

.login .site-inner #wpmem_form fieldset h1,
.login .site-inner #wpmem_form fieldset p {
  text-align: center;
}

.login .site-inner #wpmem_form fieldset p {
  margin-bottom: 60px;
  color:#666;
}

.login .site-inner #wpmem_form input {
  border: none;
  border-bottom: solid 2px #e9e9f0;
}

.login .site-inner #wpmem_form label {
  display: none;
}

.login .site-inner #wpmem_form div.button_div {
  margin-top: 40px;
}

.login .site-inner #wpmem_form div.div_texbox {
  margin: 0 0 10px 0;
}

.login .site-inner #wpmem_form div.button_div a {
  text-align: left;
  margin: 0;
  padding: 10px 0px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.login .site-inner #wpmem_form div.button_div input[type="submit"] {
  margin: 0;
  padding: 9px 24px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.login .site-inner .err {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  background: #fff;
  margin: 0;
  padding: 20px 0 0 0;
  width: 50%;
  float: right;
  text-align: center;
}

#wpmem_form .div_text {
  margin: 0 0 20px 0;
}

#wpmem_login form div.div_text,
#wpmem_reg form div.div_text {
  margin: 0 0 20px 0;
}

#wpmem_login form label,
#wpmem_reg form label {
  margin: 10px 0 5px 0;
}

#wpmem_login form fieldset,
#wpmem_reg form fieldset {
  border: none;
}

#wpmem_login form legend,
#wpmem_reg form legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 10px 0;
  color: #666;
}
#wpmem_login .button_div, #wpmem_reg .button_div{
  text-align: left;
}

#wpmem_login, #wpmem_reg{
  color: #3A3A3A;
  font-size: 17px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}



.login .site-inner #vi_google_form {
  height: 100vh;
  width: 50%;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
  background-color: #fff;
}

.login .site-inner #vi_google_form {
  border: none;
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
}

.login .site-inner #vi_google_form h1,
.login .site-inner #vi_google_form p {
  text-align: center;
}

.login .site-inner #vi_google_form p {
  color:#666;
}

.login .site-inner #vi_google_form .wp_google_login {
  margin: 0px auto 0;
}

.helpform_container {
  display: none;
}

.helpform_container.show {
  display: inherit;
}

.helpform_container .helpform {
  background: #fff;
  max-width: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 20px;
  z-index: 99999;
}

.helpform_container .overlay {
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.helpform_container .helpform .fa-times {
  float: right;
  cursor: pointer;
}


.supportform_container {
  display: none;
  display: inherit;
}

.supportform_container.show {
  display: inherit;
}

.supportform_container .supportform.slidein {
  display: inherit;
  animation: slide-left 1s 1 forwards;
}

.supportform_container .supportform.slideout {
  display: inherit;
  animation: slide-right 1s 1 forwards;
}

.supportform_container .supportform {
  background: #fff;
  max-width: 40vw;
  min-width: 400px;
  margin: 0;
  padding: 20px;
  z-index: 99999;

  position: fixed;
  top: 0;
  right:-100%;
  height: 100vh;
}

@keyframes slide-left {
  from {
    right:-100%;
  }
  to {
    right: 0%;
  }
}

@keyframes slide-right {
  from {
    right:0%;
  }
  to {
    right: -100%;
  }
}

.supportform_container input[type="text"],
.supportform_container select {
  padding: 5px;
}

.supportform_container #request_form li.one_half {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-left: 2%;
}

.supportform_container #request_form li.one_half.first {
  margin-left: 0;
}

.supportform_container .overlay {
  display: none;
  animation: fadeOut 1s 1 forwards;
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.supportform_container .overlay.show {
  animation: fadeIn 1s 1 forwards;
  display: inherit;
}

.supportform_container .supportform .fa-times {
  float: right;
  cursor: pointer;
}

.supportform_container .client .contact_section {
  display: none;

}

.emailform_container {
  display: none;
}

.emailform_container.show {
  display: inherit;
}

.emailform_container .emailform {
  background: #fff;
  max-width: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 20px;
  z-index: 99999;
}

.emailform_container .overlay {
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.emailform_container .emailform .fa-times {
  float: right;
  cursor: pointer;
}


/* ACF Form */
#acf-form .acf-fields>.acf-field {
    border-top: none;
    padding: 15px 10px;
}

#acf-form .acf-actions {
  text-align: left;
}

#acf-form .acf-actions a {
  margin-left: 0;
}

/*Edit form hide post title field in ACF form*/
.page-id-3258 #acf-form div[data-name="_post_title"] {
  display: none;
}

.acf-field-5e18d718fcc13 .acf-button-group label:last-of-type.selected {
    border-color: red;
    background: red;
}


/* Notifications Pane */
.notification_pane {
  position: fixed;
  right: 0;
  top: 92px;
  background: #fff;
  z-index: 9999;
  width: 20%;
  min-width: 350px;
  height: 100vh;
  padding: 20px;
  margin-right: -100%;
  transition: all .5s ease;
}

.notification_pane.show {
  transition: all .5s ease;
  margin-right: 0%;

-webkit-box-shadow: 5px 5px 15px 8px rgba(0,0,0,0.25);
-moz-box-shadow: 5px 5px 15px 8px rgba(0,0,0,0.25);
box-shadow: 5px 5px 15px 8px rgba(0,0,0,0.25);
  
}

.notification_pane .single_post {
  margin: 0 0 20px 0;
}

/* Accelo Sales Form */
#prospect_form ul li {
  list-style-image: none;
}

#prospect_form .value_label {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    padding: 0 0 10px 0;
}

#prospect_form .value_text input,
#prospect_form .value_text select {
  padding: 10px;
  margin: 0 0 20px 0;
}

#prospect_form .value_text .one-half {
  display: inline-block;
  width: 48.717948717948715%;
  margin-left: 2.564102564102564%;
}

#prospect_form .value_text .one-half.first {
  margin-left: 0;  
}

.gform_legacy_markup_wrapper .top_label .gsection_description {
    font-size: 15px;
    line-height: 20px;
}

/*
Custom Styling - Landing Page
---------------------------------------------------------------------------------------------------- */

.post-8460 #gform_24 {
    background-color: #eee;
    padding: 20px 10px 0 20px;
    margin: -185px 0 0 20px;
}

.post-8460 h1 {
    width: 110%;
    background-color: #333;
    padding: 40px;
    margin: 0 0 50px -30px;
    color: #fff;
    font-size: 45px;
}

@media only screen and (max-width: 768px) {
  .post-8460 #gform_24 {
    margin: 0 !important;
  }
}

/*
Accelo Request Form
---------------------------------------------------------------------------------------------------- */

#request_form ul {
  margin: 0
}

#request_form li {
  list-style-type: none;
  list-style-image: none;
  margin-top: 20px;
  margin-left: 0;
}

#request_form .value_label {
  font-weight: bold;
  margin: 0 0 10px 0;
}


#request_form li.one_half {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-left: 2%;
}

#request_form li.one_half.first {
  margin-left: 0;
}

.acf-field.acf-field-65a057e80f5de,
.acf-field.acf-field-65a058060f5df,
.acf-field.acf-field-65a0577f8e40f,
.acf-field.acf-field-65a057908e410,
.acf-field.acf-field-65a057ab8e411 {
  border-bottom: solid 3px #d7d7d7;
  margin: 0 0 30px 0 !important;
  padding: 15px 10px 30px 10px !important;
}

/* Custom Hapiness Gravity Forms */
.happiness_wrapper form,
#gform_46 {
  max-width: inherit !important;
  text-align: center !important;
}

.happiness_wrapper {
  position: relative;
  padding-bottom: 160px;
}

.happiness_wrapper:after {
  content: url('images/Group 766.png');
  width: 90px;
  height: 59px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.happiness_wrapper .gfield_validation_message,
.happiness_wrapper .validation_messag,
#gform_46 .gfield_validation_message,
#gform_46 .validation_message {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.happiness_wrapper .gfield--input-type-html.intro img {
  display: block;
  margin: 0 auto 30px;
}

.happiness_wrapper .gform_page_fields .gform_fields > div.gfield--type-html.intro span {
  margin: 40px 0 0 0;
}

.happiness_wrapper .gform_page_fields .gform_fields > div.gfield--type-html span.small {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  text-align: center;
  color: #575757;
  margin: 40px 0 0 0;
}

.happiness_wrapper input[type="text"],
#gform_46 input[type="text"] {
  border: none !important;
  border-bottom: solid 4px #ccc !important;
  padding: 20px 1px !important;
  font-size: 18px !important;
}

.happiness_wrapper textarea,
#gform_46 textarea {
  border: solid 2px #ccc;
  font-size: 18px;
}

.happiness_wrapper input[type="text"]::placeholder,
#gform_46 input[type="text"]::placeholder {
  font-size: 18px;
}

.happiness_wrapper .gsurvey-rating,
#gform_46 .gsurvey-rating {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.happiness_wrapper .gsurvey-rating label,
#gform_46 .gsurvey-rating label {
  width: 20% !important;
  height: 175px !important;
  background-size: contain !important;
  margin: 0 20px !important;
}


@media only screen and (max-width: 600px) {
  .happiness_wrapper .gsurvey-rating label,
  #gform_46 .gsurvey-rating label {
    height: 75px !important;
    margin: 0 5px !important;
  }
}

.happiness_wrapper .gform_page_fields,
#gform_46 .gform_page_fields {
  max-width: 90%;
  margin: 0 auto;
}

.happiness_wrapper .gform_page_fields .gform_fields > *:not(:first-child),
#gform_46 .gform_page_fields .gform_fields > *:not(:first-child) {
  margin-bottom: 30px;
}

.happiness_wrapper .gform_page_fields .gform_fields > div.gfield--type-html,
.happiness_wrapper .gform_page_fields .gform_fields > *:first-child > .gfield_label,
#gform_46 .gform_page_fields .gform_fields > div.gfield--type-html,
#gform_46 .gform_page_fields .gform_fields > *:first-child > .gfield_label {
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
  margin: 50px 0;
  text-align: center;
  color: #575757;
}

@media only screen and (max-width: 600px) {
  .happiness_wrapper .gform_page_fields .gform_fields > div.gfield--type-html,
  .happiness_wrapper .gform_page_fields .gform_fields > *:first-child > .gfield_label,
  #gform_46 .gform_page_fields .gform_fields > div.gfield--type-html,
  #gform_46 .gform_page_fields .gform_fields > *:first-child > .gfield_label {
    font-size: 40px;
    line-height: 45px;
  }
}

.happiness_wrapper .gform_page_fields .gform_fields > div.gfield--type-html span {
  font-family: "Caveat", cursive;
  color: #eb7625;
  display: block;
  font-size: 70px;
  line-height: 75px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .happiness_wrapper .gform_page_fields .gform_fields > div.gfield--type-html span {
    font-size: 40px;
    line-height: 45px;  
  }
}

.happiness_wrapper .top_label .gfield_label,
.happiness_wrapper .ginput_complex label,
#gform_46 .top_label .gfield_label,
#gform_46 .ginput_complex label {
  width: 100%;
  font-size: 50px !important;
  line-height: 55px;
  font-weight: bold !important;
  margin: 0 0 100px 0;
  text-align: center;
  color: #575757;
}

@media only screen and (max-width: 600px) {
  .happiness_wrapper .top_label .gfield_label,
  .happiness_wrapper .ginput_complex label,
  #gform_46 .top_label .gfield_label,
  #gform_46 .ginput_complex label {
    width: 100%;
    font-size: 30px !important;
    line-height: 35px;
    margin: 0 0 30px 0;
  }
}

.happiness_wrapper .gform_page_footer,
#gform_46 .gform_page_footer {
  padding: 0 !important;
  margin: 50px 0 0 0 !important;
}

.happiness_wrapper.gform_wrapper.gravity-theme .gform_previous_button.button {
  background-color: #575757;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
}

.happiness_wrapper.gform_wrapper.gravity-theme .gform_next_button.button,
.happiness_wrapper.gform_wrapper.gravity-theme .gform_page_footer input {
  background-color: #eb7625;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
}

.happiness .gform_confirmation_message h3 {
  font-family: "Caveat", cursive;
  color: #eb7625;
  display: block;
  font-size: 70px;
  line-height: 75px;
  margin: 0 0 40px 0;
}

.happiness .gform_confirmation_message p {
  font-size: 30px;
  line-height: 39px;
  color: #575757;
  margin: 0 auto 20px;
  max-width: 1480px;
}

.happiness .gform_confirmation_message h4 {
  font-size: 50px !important;
  line-height: 55px;
  font-weight: bold !important;
  color: #575757;
  margin: 0 0 20px 0;
}

.happiness .gform_confirmation_message {
  position: relative;
  padding-bottom: 100px;
}

.happiness .gform_confirmation_message:after {
  content: url('images/Group 766.png');
  width: 90px;
  height: 59px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.page-id-8910 a {
  text-decoration: underline;
}

.page-id-8910 a[target="_blank"]:after {
    content: "\f35d";
    font-family: "FontAwesome";
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1520px) {
  .profile_subcallout_container .profile_subcallout .counter {
    float: none;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 1365px) {
  .portal_tabs .portal_tab .fas,
  .portal_tabs .portal_tab .far {
    font-size: 30px;
    margin: 0 5px 0 0;
  }
}

@media only screen and (max-width: 1154px) {
  .portal_tabs .portal_tab .fas,
  .portal_tabs .portal_tab .far {
    display: block;
  }
}

@media only screen and (max-width: 1139px) {
  .site-inner,
  .wrap {
    max-width: 1130px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .sidebar-primary {
    width: 300px;
  }
}

@media only screen and (max-width: 1023px) {
  .wrap {
    max-width: 768px;
  }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .site-header .wrap {
    /*padding: 20px 5%;*/
    padding: 0;
  }
  .header-image .title-area {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }

  .viloginlogo {
    float: none;
    width: 100%;
    height: 15vh;
    background-size: auto 80%;
  }

  .login .site-inner #wpmem_form {
    float: none;
    width: 100%;
    height: 85vh;
    align-items: start;
    padding-left: 0;
  }

  .domains_container .single_domain {
    width: 100%;
    display: block;
  }
  .domains_container .single_domain:nth-child(even) {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .domains_container .single_domain:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 20px;
  }


  .profile_main_container .profile_callout,
  .profile_subcallout_container .profile_subcallout,
  .company_details_container .single_company .callout,
  .company_details_container .single_company .subcallout {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .dashboard_flex_container {
    display: block !important;
    width: 100%;
  }

  .dashboard_flex_container > .one-half {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 960px) {
  .profile_main_container.admin .progress_bar_widget .title_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .profile_main_container.admin .progress_bar_widget .title_container {
    flex-basis: inherit;
  }
  .profile_main_container.admin .characteristics.column {
    margin-bottom: 50px;
  }
  .profile_main_container.admin .characteristics.column .icon_wrapper,
  .profile_main_container.admin .critical-actions.column .icon_wrapper {
    gap: 50px;
    flex-direction: column;
  }
  .profile_main_container.admin .characteristics.column .icon_container,
  .profile_main_container.admin .critical-actions.column .icon_container {
    width: 100%;
  }

  .portal_tabs .portal_tab, .portal_tabs.admin .portal_tab {
      width: 100%;
      display: block;
  }
  .portal_tabs .portal_tab .fas,
  .portal_tabs .portal_tab .far {
    display: inline-block;
  }  
}

@media only screen and (max-width: 782px) {
  .admin-bar .site-header .widget-area .widget_nav_menu {
    top: 0;
    padding-top: 46px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry-comments,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .entry {
    padding: 0px 25px;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .content .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    box-shadow: none;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

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

  .wp-block-table {
    width: 100% !important;
  }

  .wp-block-table tr:first-of-type {
    display: none;
  }

  .wp-block-table tr:not(:first-of-type) td {
    width: 100%;
    display: block;
    padding: 0px;
    border-top: none;
    border-left: none;
  }

  .wp-block-table tr:not(:first-of-type) td:first-of-type {
    background-color: #356352;
    color: #fff;
    padding: 20px 10px;
  }

  .wp-block-table tr:not(:first-of-type) td .mobile-table-heading,
  .wp-block-table tr:not(:first-of-type) td .mobile-table-content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 10px;
  }

  .wp-block-table tr:not(:first-of-type) td .mobile-table-heading {
    /*border-right: solid 2px #C9CFCB;*/
    text-align: left;
  }

  .wp-block-table tr:not(:first-of-type) td:after {
    content: "";
    clear: both;
    display: table;
  }

  .wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: transparent;
  }

  .portal_news_events .one-half.first {
    margin-bottom: 30px;
  }  

  .contacts_container .single_contact {
    width: 100%;
    display: block;
  }

  .contacts_container .single_contact:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .contacts_container .single_contact:nth-child(even) {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .emailform_container .emailform,
  .helpform_container .helpform {
    max-width: 80vw;
  }

  .notes_container .notes_navigation a.vivid-button {
    margin: 0 1% 20px 1%;
    width: 48%;
    display: inline-block;;
  }

  .company_details_container .cliet_tier_container {
    position: relative;
    top: inherit;
    right: inherit;
  }

  .dashboard_flex_container .dashboard_subflex_container {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  a.vivid-button {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
    text-align: center;
  }

  a.vivid-button + a.vivid-button {
    margin-left: 0;
  }

  .profile_main_container .client_dashboard_company p{
    text-align: center;
    width: 100%;
  }

  .client_dashboard_company a.vivid-button{
    text-align: center;
    margin-top: 15px;
  }

  .login .site-inner #wpmem_form fieldset {
    width: 100%;
    max-width: inherit;
    padding: 20px;
  }

  .login .site-inner #wpmem_form div.button_div a,
  .login .site-inner #wpmem_form div.button_div input[type="submit"] {
    display: block;
    width: 100%;
  }

  .login .site-inner #wpmem_form div.button_div input[type="submit"] {
    margin-bottom: 15px;
  }

  .entry {
    /*padding: 50px 20px;*/
    padding: 0 20px;
  }

  .company_container .company_details_container .single_company {
    padding: 15px;
  }

  #before-header-container #before-header #custom_html-3,
  #before-header-container #before-header #custom_html-2  {
    width: 100%;
    text-align: center;
  }

  .site-header .widget-area .widget_nav_menu .genesis-nav-menu a[target="_blank"]:after {
    float: right;
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-align: center; 
  }

  .emailform_container .emailform {
    max-width: 100vw;
    width: 100%;
    left: 0 !important;
  }

  .portal_container .single p {
    word-break: break-all;
  }

  .portal_tabs .portal_tab:hover {
      color: #3A3A3A;
  }

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

  .hosting_container_tabs .hosting_tab,
  .upgrade_div p {
    margin-bottom: 15px;
  }

  .portal_container{
       text-align: center;
  }

  .contacts_container .single_contact .type_tag,
  .domains_container .single_domain p.domain_type{
       position: static;
       margin: 0 0 15px 0;
  }
  .domains_container .single h4 {
    max-width: 100%;
  }

  .company_details_container .single_company .callout .pm_gravatar{
    float: none;
  }

  .company_details_container .single_company .callout, .company_details_container .single_company .subcallout{
      padding: 20px 20px 40px 20px;
  }

  .portal_container a.vivid-button.create{
      max-width: 100%;
  }

  .emails_container .single_email p span{
      width: 100%;
  }

  .helpform_container .helpform{
     left: 55%;
     width: 80%;
     max-width: 100%;
  }

  .site-header .widget-area .widget_nav_menu {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: inherit;
  }

  #before-header-container {
    margin-top: 50px;
  }

  #before-header-container, .site-header, .site-inner, .site-footer {
    margin-left: 0;
  }

  .site-header {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .widget-area .widget_nav_menu .genesis-nav-menu {
    padding: 0;
    height: 0;
  }

  .widget-area .widget_nav_menu .genesis-nav-menu.open {
    padding: 10px 0;
    height: inherit;
  }

  .widget-area .widget_nav_menu .genesis-nav-menu span {
    display: inline-block;
    color: #fff;
  }

  .site-header .widget-area .widget_nav_menu .menu-toggle {
    background-color: #3A3A3A;
    text-align: right;
    padding: 13px 17px 14px;
    background-position: top left;    
  }

  .site-header .widget-area .widget_nav_menu .menu-toggle .fas {
    display: inline-block;
  }

  .site-header .widget-area .widget_nav_menu .genesis-nav-menu a {
    padding: 5px 0;
  }

  .site-header .widget-area .widget_nav_menu .menu-item.notifications,
  .site-header .widget-area .widget_nav_menu .menu-item.userprofile {
    display: inherit;
  }

  .site-header .widget-area .widget_nav_menu .menu-item.userprofile ul a {
    color: #fff;
  }
}

@media only screen and (max-width: 400px) {
  .profile_main_container{
      padding: 20px;
  }

  .profile_main_container .client_dashboard_company{
      padding: 20px;
  }

  .single_domain .domain_details{
    display: block;
  }

  span.alias_name:before {
    content: 'Alias:';
    display: block;
    font-style: italic;
  }

  span.alias_destination:before{
    content: 'Destination:';
    display: block;
    font-style: italic;
  } 

  .email_heading_row.alias .email_accounts,
  .email_heading_row.alias .email_aliases,
  .emails_container .single_email p span.email_aliases{
    font-weight: bold;
  }

  .domains_container .single_domain h4{
      font-size: 24px;
      line-height: 28px;
  }
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}

.responsive-menu-icon::before {
  color: #fff;
  content: "\f0c9";
  display: inline-block;
  font-weight: 900;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  margin: 0 auto;
  padding: 10px;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}

@media only screen and (max-width: 710px) {
  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu > .first > a,
  .genesis-nav-menu.responsive-menu > .last > a,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu li:hover > a {
    background: none;
    color: #fff;
    line-height: 1;
    padding: 18px 20px;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f078";
    float: right;
    font-family: FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    font-size: 0.88889rem;
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f078";
  }

  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #fff;
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    color: #fff;
    padding: 14px 20px;
    position: relative;
    width: 100%;
  }

  .entry-categories,
  .entry-comments-link,
  .entry-tags {
    display: block;
    float: none;
  }
}

/*
CSS3 Animations
---------------------------------------------------------------------------------------------------- */
/* Waypoint Animation Fade In */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translatey(60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

/* Waypoint Animation Fade Out */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-70%);
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    transform: translatey(-60%);
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    transform: translatey(60%);
  }
}

/* fade in */
.waypoint.fadein {
  opacity: 0;
}

.waypoint.fadeinright {
  opacity: 0;
}

.waypoint.fadeinleft {
  opacity: 0;
}

.waypoint.fadeintop {
  opacity: 0;
}

.waypoint.fadeinbottom {
  opacity: 0;
}

.waypoint.fadein.animate-fade-in {
  animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinright.animate-fade-in-right {
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinleft.animate-fade-in-left {
  animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeintop.animate-fade-in-top {
  animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinbottom.animate-fade-in-bottom {
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* fade out */
.waypoint.fadeout {
  opacity: 1;
}

.waypoint.fadeoutright {
  opacity: 1;
}

.waypoint.fadeoutleft {
  opacity: 1;
}

.waypoint.fadeouttop {
  opacity: 1;
}

.waypoint.fadeoutbottom {
  opacity: 1;
}

.waypoint.fadeout.animate-fade-out {
  animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutright.animate-fade-out-right {
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutleft.animate-fade-out-left {
  animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeouttop.animate-fade-out-top {
  animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutbottom.animate-fade-out-bottom {
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}