<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Meris Pro Child
Description: Child theme for Meris theme
Author: David Christiansen
Template: meris-pro
*/

/* write custom css */

@import url("webfont/dessau_demibold_macroman/stylesheet.css");
@import url("webfont/dessau_medium_macroman/stylesheet.css");
@import url("webfont/Ebrima/Ebrima.css");

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&amp;display=swap');
/******* Global css *******/
html{
	height: auto !important;
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Titillium Web', sans-serif !important;
}

body {
    background: #ffffff url("../../uploads/Mtn.png");
    color: #727373 !important;
	background-repeat: no-repeat !important;
    background-position: bottom 102px right 0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7 p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	 font-family: 'Titillium Web', sans-serif !important;
}
a:active,
a:hover {
    color: #0082CA;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.h1,
.h2,
.h7,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
	font-family: 'Titillium Web', sans-serif;
}


h1 {
    font-family: 'Titillium Web', sans-serif !important;
    color: #0082CA !important;
    font-size: 60px !important;
    text-align: center !important;
}

h2 {
    font-family: 'Titillium Web', sans-serif !important;
    color: #ABACAD !important;
    font-size: 30px !important;
    text-align: center !important;
    font-weight: normal !imporant;
}

h7 {
    font-family: 'Titillium Web', sans-serif !important;
    color: #ABACAD !important;
    font-size: 24px !important;
    text-align: center !important;
    font-weight: normal !imporant;
}

h1.entry-title {
    font-family: 'Titillium Web', sans-serif !important;
    color: #0082CA !important;
    font-size: 30px !important;
    text-align: center !important;
}

p {
    color: #727373 !important;
    font-size: 20px !important;
	font-family: 'Titillium Web', sans-serif !important;
}

li {
    color: #727373 !important;
    font-size: 20px !important;
	font-family: 'Titillium Web', sans-serif !important;
}


.blueBold {
    color: #0082CA !important;
    font-weight: bold;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.page_content {
    padding-left: 15px;
    padding-right: 15px;
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.page_content_left {
    padding-left: 15px;
}

.page_content_right {
    padding-right: 15px;
}

.post-entry .entry-date {
    display: none;
}

.entry-summary a,
.entry-content a {
    text-decoration: underline;
}

.blog-list-wrap {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.post .blog-list {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.blog-main {
    padding: 0px 15px 50px 15px !important;
}

.post-entry {
    padding-top: 0px !important;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.meris-breadcrumb {
    display: none;
}

.site-nav li ul {
    background-color: #ABACAD !important;
}

.site-nav-toggle {
    color: #ffffff !important;
}

.site-search-toggle {
    color: #ffffff !important;
}

.theme-header .name-box {
    display: none;
}

.theme-header {
    background-color: #727373 !important;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 300;

}

hr.small {
    color: #727373;
    width: 70%;
    margin-left: inherit;
}

footer {
    background-color: #727373 !important;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.copyright {
    color: #ffffff !important;
}

.site-info {
    float: none;
}

.site-sns {
    clear: both;
    float: none;
    margin: 0px auto !important;
}

.blog-list-page header {
    background: #fff;
    background-image: none !important;
}

.logo-box {
    margin: 10px 0px !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.list-pagition a {
    background: #F7931E !important;
    color: #fff !important;
}

.list-pagition a:hover {
    background: #fff !important;
    color: #F7931E !important;
}

::selection {
    background: #E4E5E7 !important;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #E4E5E7 !important;
    /* Gecko Browsers */
}

.no-radius {
    border-radius: 0px !important;
}

.page-header {
    border-bottom: 0px solid #eeeeee !important;
}

.comments-area {
    border-top: 0px dashed #ccc !important;
}

.entry-title {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.entry-meta {
    display: inline-block !important;
}


.entry-main {
    text-align: center !important;
}

.entry-meta div {
    text-align: center !important;
}

.contact-form input[type="submit"] {
    background-color: #F7931E !important;
}


/*********Top Navigation**************/

.site-nav &gt; ul &gt; li:hover &gt; a {
    border-bottom-color: #F7931E !important;
    border-bottom-width: 5px !important;
    color: #F7931E !important;
}

.site-nav &gt; ul &gt; li a {
    border-bottom: 5px solid transparent !important;
    line-height: 52px !important;
	    padding: 0px 10px  !important;
}

/*********Navigation Bottom**********/

.site-nav-bottom {
    float: none !important;
    margin: 0px auto;
    text-align: center;
    display: inline-block !important;
}

.site-nav-bottom ul {
    float: none !important;
    margin: 0px auto !important;
}


.site-nav-bottom &gt; ul &gt; li {
    float: left;
    position: relative;
}

.site-nav-bottom &gt; ul &gt; li + li {
    margin-left: 5px;
}

.site-nav-bottom &gt; ul &gt; li a {
    display: block;
    font-size: 14px;
    line-height: 37px;
    padding: 0 20px;
    color: #fff;
    border-top: 5px solid transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.site-nav-bottom &gt; ul &gt; li:hover &gt; a {
    border-top-color: #F7931E;
    color: #F7931E;
}

.site-nav-bottom &gt; ul &gt; li a i {
    font-size: 6px;
    margin-left: 5px;
}

.site-nav-bottom li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ABACAD;
    width: 250px;
}

.site-nav-bottom li:hover &gt; ul {
    display: block;
}

.site-nav-bottom li ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e6e7e7;
}

.site-nav-bottom li ul li a {
    line-height: 40px;
    color: #000;
    font-size: 13px;
}

.site-nav-bottom li ul li:hover {
    background-color: #e6e7e7;
}

.site-nav-bottom li ul li ul {
    top: 10px;
    left: 100%;
}


/******* Homepage only *******/

.slider-content {
    vertical-align: baseline;
    margin-bottom: 0px !important;
}

.homepage-slider .carousel-caption h1 {
    color: #ffffff !important;
}

.homepage-slider .carousel-caption button {
    width: inherit !important;
    height: 100% !important;
    font-size: 1.25em !important;
    padding: 10px !important;
    background-color: #F7931E !important;
}

.homepage-slider .carousel-caption h1 {
    font-size: 2.8em !important;
}

.homepage-slider .carousel-caption {
    bottom: 25%;
    bottom: baseline;
    right: 10%;
    left: 10%;
}

.homepage-slider .carousel-caption li {
    font-size: 2.6em !important;
    list-style-type: none !important;
}

.homepage-slider .carousel-indicators li.active {
    background-color: #FFFFFF !important;
    border: 3px solid #F7931E;

}

.homepage-slider .carousel-indicators li {
    border: 3px solid #F7931E;
}

.home-page-section-one h3 {
    color: #31A7E6;
    text-transform: uppercase;
}

.home-page-section-one .container,
.home-page-section-two .container {
    position: relative;
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.home-page-section-one .container .col-md-4 {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}


#rpwe_widget-2 {
    padding-right: 30px;
}

#rpwe_widget-3 {
    padding-left: 30px;
}
@media screen and (max-width: 919px) {   
	.helpdesk{
		margin-top: 13px;
	}
	.site-nav.mobile {
		display:block !important;
	}
}
@media screen and (max-width: 480px) {
    #rpwe_widget-2 {
        padding-right: 0px;
    }

    #rpwe_widget-3 {
        padding-left: 0px;
    }
	
}

.home-page-section-two .container .col-md-6 a.more-link {
    /* background-color: #f7931e;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    padding: 5px 15px;
    text-decoration: underline;
    text-transform: uppercase; */
    color: #f7931e;
    font-family: 'eprim', Arial, sans-serif !important;
    font-size: 20px;
}

.home-page-section-two .container .col-md-6 .more-link::before {
    content: '\a';
    white-space: pre;
}

.home-page-section-two .widgettitle {
    color: #ffffff;
    font-weight: normal !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 60px;
    margin-bottom: 25px;
}

.home-page-section-two .rpwe-title a {
    color: #ffffff !important;
    font-weight: bold !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 20px;
}

.home-page-section-two .rpwe-summary {
    color: #ffffff !important;
    font-weight: normal !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 16px;
}

.home-page-section-two time {
    color: #ffffff !important;
    font-weight: normal !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 16px;
}

.home-page-section-two .rpwe-block li {
    border-bottom: 0px solid #eee;
    margin-bottom: 45px;
    padding-bottom: 10px;
}

.home-prod-item {
    clear: both;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px 10px;
	font-size: 15px;
}

.home-sub-title {
    font-family: 'Titillium Web', sans-serif !important;
    color: #0082CA;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    display: block;
	height: 66px;
    margin-bottom: 10px;
	margin-top: 10px;
}
.home-prod-item-content{
	height: 100px;
    overflow-x: auto;
}

.home-prod-item-content::-webkit-scrollbar {
	width: 12px;
}

.home-prod-item-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}

.home-prod-item-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}



.home-prod-item-link{
	height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-sub-link a,
.home-sub-link a:hover {
    background-color: #f7931e;
    color: #fff;
    float: none;
    font-size: 12px;
    font-style: italic;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.home-prod img {
    width: auto !important;
}


h2.module-title {
    font-family: 'Titillium Web', sans-serif !important;
    color: #0082CA !important;
    float: none;
    font-size: 60px !important;
}

h7.module-title {
    font-family: 'Titillium Web', sans-serif !important;
    color: #0082CA !important;
    float: none;
    font-size: 50px !important;
}

.home-page-section-four .col-md-12 {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.home-page-section-five .col-md-12 {
    width: 60%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.home-page-section-five {
    background-color: transparent !important;
}

.home-page-section-five .module-description {
    float: none;
}

.home-page-section-five input[type="submit"] {
    background-color: #F89F1C !important;
}

.clients-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 1rem !important;
}

.client-logo {
    flex: auto;
    box-sizing: border-box;
    padding: 1.5em;
}

.client-logo img {
    height: auto;
    max-width: 100%;
    width: auto !important;
}

div#meris_home_title-3 p {
    margin-left: -182px !important;
    margin-top: 90px !important;
    color: white;
}

div#meris_home_title-3.textwidget {
    color: white;
}

div#meris_home_title-2 p {
    margin-left: -220px !important;
    margin-top: 90px !important;
    color: white;
}

.features {
    float: left;
    padding: 0px 5px;
}

.feature-icon {
    color: #0082CA;
    float: left;
}

.feature-text {}

.feature-text p {
    clear: both;
    text-align: left !important;
    float: left;
}

.feature-icon h2 {
    text-align: left !important;
    color: #727373 !important;
    float: right;
    padding-left: 10px;
    padding-bottom: 15px;
    line-height: 17px;
}

@media screen and (max-width: 480px) {
    .feature-icon h2 {
        font-size: 25px !important;
    }

}

/******* Events page only *******/

#tribe-events-pg-template {
    padding-top: 25px;
    padding-bottom: 25px;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    background: #F7931E !important;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    background: #F7931E !important;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
    color: #fff !important;
}

#tribe-events h3 {
    text-align: center;
    margin: auto;
    width: 100%;
    font-size: 30px;
    font-weight: 600 !important;
}

.tribe-events-event-url a,
.url a,
.tribe-events-event-url a:hover,
.url a:hover {
    color: #f7931e;
}

.tribe-events-list h2.tribe-events-list-event-title {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block !important;
}

a.tribe-event-url {
    color: #0082ca !important;
}

a.tribe-events-gmap {
    color: #0082ca !important;
}

#tribe-events-pg-template {
    margin: 0 auto;
    max-width: 80%;
}

.tribe-events-loop .tribe-events-content {
    width: 100%;
}

a.tribe-events-read-more,
.tribe-events-nav-next a {
    background-color: #f7931e;
    color: #fff !important;
    float: right;
    font-size: 12px;
    font-style: italic;
    padding: 5px 15px;
    text-transform: uppercase;
}

.tribe-events-nav-previous a {
    background-color: #f7931e;
    color: #fff;
    float: left;
    font-size: 12px;
    font-style: italic;
    padding: 5px 15px;
    text-transform: uppercase;
}

.tribe-events-back a {
    background-color: #f7931e;
    color: #fff;
    float: none;
    font-size: 12px;
    font-style: italic;
    padding: 5px 15px;
    text-transform: uppercase;
}

a.tribe-events-read-more:hover,
.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover,
.tribe-events-back a:hover {
    color: #fff;
}

.single-tribe_events .tribe-events-event-meta {
    background: transparent;
    border: 0px solid #eee;
}

.tribe-events-event-meta {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/******* Products page only *******/

.panel.products {
    text-align: center !important;
    margin-top: 55px;
}

.product-image {
    text-align: center;
    padding: 20px 15px;
    height: 250px !important;
}

.product-title {
    margin-bottom: 12px;
    font-size: 24px;
    color: #0082CA;
}

.product-name {
    margin-top: 10px !important;
    font-size: 16px;
}

.product-price {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 45px;
    font-weight: bold;
    color: #fd935a;
}

.price-cents {
    line-height: 1.85;
    vertical-align: text-top;
    font-size: 60%;
}

.product-price-msrp {
    padding-bottom: 10px;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: #727373;
}

.button-group p {
    margin: 0 0 0 0 !important;
    padding: 0px !important;
}

.purchase-button {
    position: relative;
    display: block;
    line-height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #f7921e;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    padding: 15px;
}

.purchase-button:hover {
    background: #ffb45e;
    text-decoration: none !important;
}

.purchase-button:active {
    top: 2px;
    margin-bottom: 2px;
    border-bottom: 0;
    text-decoration: none !important;
}

.product-features {
    padding: 15px 0 0 15px;
    text-align: left;
    list-style-type: none;
}

.product-features a {
    color: #727373 !important;
    text-decoration: underline !important;
}

.product-features a:hover {
    color: #ABACAD !important;
}

.packageIncludes {
    margin-bottom: 6px;
}

.product-highlight {
    border: 4px solid #0082CA;
    margin-top: 0px !important;
}

.product-popular {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.05);
    background: #0082CA;
}

a.sign_up {
    background: #F7931E none repeat scroll 0 0 !important;
    border-color: #F7931E !important;
}

#venza_pricing_grid2 div.column_2 li.header_row_1 {
    background: #0274c4 none repeat scroll 0 0 !important;
}

#venza_pricing_grid2 div.column_2 li.header_row_2 {
    background: #0384ce none repeat scroll 0 0 !important;
}

#venza_pricing_grid2 div.column_3 li.header_row_1 {
    background: #5ec2ea none repeat scroll 0 0 !important;
}

#venza_pricing_grid2 div.column_3 li.header_row_2 {
    background: #6acaed none repeat scroll 0 0 !important;
}

.modal-dialog .modal-body,
.modal-dialog .modal-header {
    text-align: center !important;
}

.modal-dialog .modal-body p,
.modal-dialog .modal-body li {
    font-size: 100% !important;
}

/********** Blog Style Pages **********/

.entry-date .day {
    background-color: #F7931E !important;
}

.entry-date .month {
    background-color: #F7931E !important;
}

.entry-more {
    background-color: #F7931E !important;
}

.entry-box {
    border-bottom: 1px solid #F7931E !important;
}

.entry-summary a,
.entry-content a {
    color: #0082CA;
}

/********* Video Library Page **********/

i.icon-style5 {
    color: #F7931E !important;
}


/******* Modal only *******/

.modal-open {
    
}

.modal-dialog {
    margin-top: 0%;
}

.modal-title {
    color: #31a7e6;
}

.modal {
    text-align: center !important;
    padding: 0 !important;
}

.modal:before {
    content: '' !important;
    display: inline-block !important;
    height: 100% !important;
    vertical-align: middle !important;
    margin-right: -4px !important;
}

.modal-dialog {
    display: inline-block !important;
    text-align: left !important;
    vertical-align: middle !important;
}

/******************* MEDIA QUERIES **************/
@media (min-width: @screen-lg-min) {
    .product-image-container {
        width: 100%;
        height: 300px;
    }

    .homepage-slider .carousel-caption {
        bottom: 20%;
        bottom: baseline;
        right: 10%;
        left: 10%;
    }
}

@media (min-width: @screen-md-min) {
    .product-image-container {
        width: auto;
        height: 100%;
    }

    .homepage-slider .carousel-caption {
        bottom: 20%;
        bottom: baseline;
        right: 10%;
        left: 10%;
    }
}

@media screen and (max-width: 919px) {
    .site-logo {
        width: 70% !important;
    }

    .site-search-toggle {
        display: inline-block !important;
        margin-top: 12px !important;
    }

    .site-nav-toggle {
        display: inline-block !important;
        margin-top: 12px !important;
    }

    .logo-box {
        width: 300px !important;
        float: inherit !important;
    }

    .main-nav {
        background-color: #ABACAD !important;
    }

    .homepage-slider .carousel-caption {
        bottom: 20%;
        bottom: baseline;
        right: 10%;
        left: 10%;
    }
}

@media screen and (max-width: 991px) {
	#rpwe_widget-3{
		padding:0 !important;
	}
	.col-md-3 .blog-side.right.text-left .panel.panel-cta{
		margin-left: 30px;
	}
    .client-logo img {
        margin-left: 20%;
    }
	.home-page-section-one .container .col-md-4{
		    display: block;
    		text-align: center;
		    float: left;
    	width: 100%;
	}
	.home-page-section-one .container .col-md-4 .widget{
		float: left;
	}
	.home-page-section-one .container .col-md-4 .widget .textwidget.custom-html-widget{
		float: left;
    width: 100%;
	}
	.home-page-section-one .container .col-md-4 .widget .home-prod-item{
		    float: unset;
	}
    .homepage-slider .carousel-caption {
        bottom: 20%;
        bottom: baseline;
        right: 10%;
        left: 10%;
    }
}
@media screen and (max-width: 800px) {
	#products-peice{
		overflow-x:auto;
	}
	#products-peice #compare{
		width: 800px;
	}
}
@media screen and (max-width: 768px) {
    .homepage-slider .carousel-caption h1 {
        font-size: 1.75em !important;
    }

    .homepage-slider .carousel-caption ul li {
        font-size: 1.75em !important;
        line-height: 30px !important;
    }

    .homepage-slider .carousel-caption {
        padding-top: 20px !important;
    }

    .client-logo img {       
        max-width: 100%;
        display: block;
    	margin: auto;
    }

    .homepage-slider .carousel-caption {
        bottom: 10%;
        bottom: baseline;
        right: 10%;
        left: 10%;
    }

}

@media screen and (max-width: 480px) {
	.well.well-custom.plus:before{
		left: 6px;
	}
	.page_content.paul h3{
		    text-align: center;
	}
    .site-logo {
        width: 70% !important;
    }

    .homepage-slider .carousel-caption h1 {
        font-size: 1em !important;
    }

    .homepage-slider .carousel-caption ul li {
        font-size: 1em !important;
        line-height: 30px !important;
    }

    .homepage-slider .carousel-caption {
        padding-top: 40px !important;
    }

    .homepage-slider .carousel-caption button {
        width: inherit !important;
        height: 100% !important;
        font-size: .8em !important;
        padding: 10px !important;
        background-color: #F7931E !important;
    }

    div#meris_home_title-2 p {
        margin-left: 0px !important;
        margin-top: 5px !important;
        color: white;
    }

    .client-logo img {
        height: auto;
        max-width: 100%;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .homepage-slider .carousel-caption {
        bottom: 0%;
        bottom: baseline;
        right: 10%;
        left: 10%;
    }

    .homepage-slider .carousel-caption button {
        width: 120px !important;
        font-size: 0.2em !important;
        padding: 5px !important;
        margin-top: 10px !important;
    }

    .page_content,
    .blog-list-wrap,
    .post .blog-list {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-page-section-one .container,
    .home-page-section-two .container {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-page-section-three .col-md-12,
    .home-page-section-four .col-md-12,
    .home-page-section-five .col-md-12 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #tribe-events-pg-template {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-form {
        margin-left: 0px !important;
    }

}

/********************Our Story********************/

#sc_our_team.grid_circles .sc_team_member .sc_team_member_name,
#sc_our_team.grid_circles2 .sc_team_member .sc_team_member_name {
    left: 0;
    top: 70%;
    width: 100%;
}

#sc_our_team.grid_circles .sc_team_member .sc_team_member_jobtitle,
#sc_our_team.grid_circles2 .sc_team_member .sc_team_member_jobtitle {
    left: 0;
    top: 70%;
    width: 100%;
}

.sc-name {
    color: #ffffff !important;
    background-color: #0082CA !important;
}


/****************Why Venza*******************/

/* .why-venza blockquote {
    border-left: 0px solid #eeeeee;
	font-size: 30px;
	color: #ffffff;
	overflow: visible;
} */

.why-venza .job-title,
.why-venza .company,
.why-venza .join-title,
.why-venza .join {
    font-size: 20px;
    color: #ffffff;
}

.why-venza .author {
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
}

.why-venza .credit:before {
    font-size: 20px;
    color: #ffffff;
}

.why-venza .credit {
    margin-bottom: 10px;
}

/* .testimonials-widget-testimonial .open-quote::before {
	clear: both;
	float: left;
	position: absolute;
	top: -5px;
	left: -5px;
	font-family: FontAwesome;
	font-size: 300%;
	content: "\f10d";
}

.testimonials-widget-testimonial .close-quote::after {
	clear: both;
	float: right;
	position: absolute;
	bottom: -5px;
	right: -5px;
	font-family: FontAwesome;
	font-size: 300%;
    content: "\f10e";
} */

.why-venza blockquote {
    border-left: 0px solid #eeeeee;
    font-size: 40px;
    color: #ffffff;
    overflow: visible;
    margin: 5px 0px 0px 0px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

.why-venza blockquote::before {
    color: #fff;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.why-venza blockquote::after {
    color: #fff;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.05em;
    vertical-align: -0.6em;
}

.why-venza blockquote p {
    display: inline;
}

/********************Video Library********************/

.fluid-width-video-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
    border: 1px solid #727373;
}

@media screen and (max-width: 480px) {
    .fluid-width-video-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
        border: 1px solid #727373;
    }
}

.epyt-gallery-title {
    color: #0082CA;
    font-size: 30px !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.epyt-gallery-thumb {
    padding-bottom: 15px !important;
    padding-top: 8px !important;
}

.epyt-gallery-img-box {
	overflow: hidden !important;
    border-radius: 500px !important;
    border: 2px solid orange !important;
    height: 200px !important;
    width: 200px !important;
}

.epyt-gallery-img {
    height: 100% !important;
    width: 100% !important;
}

.epyt-pagebutton {
    background-color: #f7931e;
    color: #fff;
    font-style: italic;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 20px !important;
}

.epyt-gallery-dsc {
    color: #727373;
    font-size: 16px !important;
}

.epyt-listview {
    border-bottom: 1px #727373 dotted;
}

.epyt-pagenumbers {
    color: #727373;
    font-size: 20px !important;
}

/********************Phishing Form********************/

.button-sub-link a {
    background-color: #f7931e;
    color: #fff !important;
    float: none;
    font-size: 13px;
    padding: 8px 8px;
    text-transform: uppercase;
    text-decoration: none;
}

.button-sub-link a:hover {
    text-decoration: underline;
}


.entry-main,
.type-tribe_events {
    background-color: rgba(255, 255, 255, 0.63);
}

/******************* Contact Us **************/

.contact-us-bkg {
    background: #EEEEEE;
    border-radius: 2px;
    margin-bottom: 20px;
}

.contact-us-form {
    width: 80%;
    margin: 20px auto;
}

.contact-us-address p {
    font-size: 16px !important;
}

.contact-us-address strong {
    font-size: 18px;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea {
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 10px;
	text-align:center;
}

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

.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
    text-transform: uppercase;
}

.wpcf7-form input[type="submit"] {
    text-transform: uppercase;
	color: #fff;
	background-color:#f0ad4e;
	border-color:#eea236;
	padding:10px 16px;
	font-size: 18px;
	line-height:1.33;
	border-radius:6px;
}

.wpcf7-select {
	background-color: #fff;
	color:#727373;
	border-color:#eea236;
	padding:10px 16px;
	font-size: 18px;
	line-height:1.33;
	border-radius:6px;
}

.wpcf7-file{
	background-color: #fff;
	color:#727373;
	border-color:#eea236;
	padding:10px 16px;
	font-size: 18px;
	line-height:1.33;
	border-radius:6px;
	margin: auto;
}
.wpcf7-file.upload-button {
	text-transform: uppercase;
	color: #fff;
	background-color:#f0ad4e;
	border-color:#eea236;
	padding:10px 16px;
	font-size: 18px;
	line-height:1.33;
	border-radius:6px;
}

.wpcf7-form input[type="submit"]:hover {
    text-decoration: underline;
}

.wpcf7-form p {
    font-size: 14px !important;
}

/******************* Phishing Campaign Page **************/

.phishing_thumbnail {
	display:inline-block;
    margin: auto;
    position: relative;
    max-width: 100px;
    max-height: 100px;
    min-width: 50px;
    min-height: 50px;
    height: 100px;
    overflow: hidden;
    border-radius: 81%;
    border: 10px solid white;
    /*box-shadow: 1px -20rem 0rem 20rem rgba(0, 0, 0, 0.08);*/
    /*box-shadow: 4px 20rem 20rem 3rem rgba(114, 115, 115, 0.3);*/
    box-shadow: -1px 1rem 1rem 0rem rgba(114, 115, 115, 0.07);
}
.phishing_spacer{
	width:100%;
	height:1vw;
}

/******************* Sales Grid Page **************/
div.p_table_1 a {
    text-decoration: underline !important;
}

div.p_table_1 a.sign_up {
    text-decoration: none !important;
}
#products-peice div.p_table_1 a.sign_up{
	width: fit-content;
    padding: 6px 6px 0px 6px !important;
}
div.p_table_1 a.sign_up:hover {
    text-decoration: underline !important;
}


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

CSS ADDED BY PAUL MAITLAND - 5/7/2020

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


.paul {
    text-align: left !important;
}

.panel-cta {
    background-color: orange;
    color: white !important;
    text-align: left !important;
    margin-right: 30px;
}

.panel-cta h4 {
    color: white !important;
}

.panel-cta p {
    font-size: 14px !important;
    text-align: left !important;
    color: white !important;
}

.panel-cta input[type="submit"] {
    background-color: dodgerblue !important;
}

.panel-cta label {
    font-weight: normal !important;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media &gt; .pull-left {
    margin-right: 10px;
}

.media &gt; .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.well-custom ul li {
    font-size: 14px !important;
}

.paul-downloads h4 {
    color: #0082CA !important;
    font-size: 18px !important;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform: uppercase;
    height: auto !important;
    margin-bottom: 30px;
}

.paul-downloads p,
.paul-downloads h4 {
    padding-left: 20px;
    padding-right: 20px;
}

.paul-downloads .col-sm-3 {
    margin-bottom: 30px;
}

.paul-downloads img {
    border-radius: 300px !important;
    border: 2px solid orange !important;
    max-height: 200px !important;
    max-width: 200px !important;
}

.paul-downloads a {
    text-decoration: none;
}

@media screen and (max-width: 919px){
	.search-form {
		margin-top: 5px ;		
		padding: 7px;
		color: #fff;
		border-radius: 3px;
		box-shadow: 0 0 12px 1px;
		background-color: rgb(0 0 0 / 62%);
	}
}
.btn-apply-big{
	background: #f7931e;
    color: #fff !important;
    padding: 7px 36px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif !important;
    text-decoration: none !important;
	border-radius: 0;
    font-weight: 600;
}
.center-box{
	margin: auto; display: block;
}
.apply-now{
	    float: left;
    width: 100%;
    text-align: center;
}
.css3_grid_row_22{
	display:none;
}
.contact-btn{
	    display: block;
    margin: auto;
    background-color: #5bc0de;
    color: #fff;
    border: 1px solid #46b8da;
    padding: 6px 10px;
    border-radius: 5px;
}
.switcher.notranslate{
	float: right;
	height: 28px !important;
	margin-top: 20px;
    margin-right: 15px;
}
.switcher.notranslate .selected img{
		width: 20px;
}
.switcher.notranslate .option{
	position:absolute;
}
.fa{
	font-family: FontAwesome !important;
}


.translated-rtl #products-peice li,.translated-ltr #products-peice li,#products-peice li{
	height: 30px !important;
}
#products-peice li.header_row_2{
	height: 96px !important;
}
#products-peice li.header_row_1{
	height: 50px !important;
}
div.p_table_1 h2  font font{
     font-family: 'Titillium Web', sans-serif !important;
}
.translated-rtl #products-peice div.p_table_1 h2,.translated-ltr #products-peice div.p_table_1 h2{
	 font-size: 23px !important;
	line-height: 1.2 !important;
}
.translated-rtl #products-peice div.p_table_1 h7,.translated-ltr #products-peice div.p_table_1 h7{
	 font-size: 18px !important;
	line-height: 1.2 !important;
}
@media only screen and (max-width: 919px) {
	.translated-rtl #products-peice li.header_row_2,.translated-ltr #products-peice li.header_row_2{
		    word-break: break-all;
	}
	.translated-rtl #products-peice div.p_table_1 h2,.translated-ltr #products-peice div.p_table_1 h2{
		 font-size: 20px !important;
		line-height: 1.2 !important;
	}
	.translated-rtl #products-peice div.p_table_1 h7,.translated-ltr #products-peice div.p_table_1 h7{
		 font-size: 15px !important;
		line-height: 1.2 !important;
	}
	.translated-rtl  #products-peice li.css3_grid_row_16,.translated-ltr  #products-peice li.css3_grid_row_16{
		height: 50px !important;
	}
	.translated-rtl  #products-peice li.css3_grid_row_32,.translated-ltr  #products-peice li.css3_grid_row_32{
		height: 50px !important;
	}
	.switcher.notranslate{
		margin-top: 13px;
		width: 32px;
	}
	.switcher.notranslate .selected a{
		font-size: 0;
	}
	.switcher.notranslate .option {
		position: absolute;
		
	}
	#custom_html-18 .features{
		width:100%;
	}
}
.mr10{
	margin:10px !important;
}
.pd10{
	padding:10px;
}
.br1{
	border:1px solid #ddd;
}
.cubtn a{
	    width: 113px !important;
	    padding: 5px;
    text-decoration: none !important;
}
.setspace50{
	margin-top:50px;
}
.deconone,.deconone a{
	text-decoration:none;
}
/*.post-template-default p{
	text-align:justify !important;
}*/
.switcher.notranslate{
	    width: 31px;
    overflow: hidden;
}
.switcher.notranslate .option {
    position: absolute;    
    width: 31px;
    overflow: hidden;
}
.switcher.notranslate .option a{
	white-space: nowrap;
}
.switcher .selected a:after{
	opacity:0;
}
.helpdesk{
	width: 31px;
    float: right;
    height: 28px;
    margin-top: 20px;
    margin-right: 15px;
    background: white;
    border-radius: 2px;
    color: #727373;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.helpdesk:hover{
	color: #727373;
	background:#F7931E;
	text-decoration:none;
}
@media screen and (max-width: 919px) {   
	.helpdesk{
		margin-top: 13px;
	}
	.site-nav.mobile {
		display:block !important;
	}
}
@media screen and (max-width: 480px) {
	.switcher.notranslate{
		margin-right: 5px;
	}
	.helpdesk{
		margin-right: 10px;
		height: 22px;
		width: 22px;
	}
	.site-search-toggle,#site-nav-toggle-mob{
		font-size: 10px;
	}
	.switcher .selected a{
		width: auto !important;
		padding: 2px !important;
		padding: 2px
	}
	.switcher.notranslate{
		width: 22px;
		height: 21px !important;
	}
}
@media screen and (max-width: 360px){
	.site-logo {
		width: 50% !important;
	}
}
.modal.fade.show{
	opacity:1 !important;
}
.l-r-30{
	margin:0 30px;
}
.mbottom-100{
	margin-bottom:100px;
}
.mbottom-200{
	margin-bottom:200px;
}
.mbottom-300{
	margin-bottom:300px;
}
.mtop-50{
	margin-top:50px;
}
.vkcontainer, .vkcontainer-fluid, .vkcontainer-sm, .vkcontainer-md, .vkcontainer-lg, .vkcontainer-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
	.vkcontainer, .vkcontainer-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.vkcontainer, .vkcontainer-sm, .vkcontainer-md {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.vkcontainer, .vkcontainer-sm, .vkcontainer-md, .vkcontainer-lg {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.vkcontainer, .vkcontainer-sm, .vkcontainer-md, .vkcontainer-lg, .vkcontainer-xl {
		max-width: 1140px;
	}
}

.well.well-custom.plus:before{
	border-color:#FFF;
	box-shadow:#FFF;
}


</pre></body></html>