﻿/*
Theme: Oasis Computing Inc.
Author: Orchard Team modified by Planet Telex – http://www.orchardproject.net, http://www.planettelex.net
Copyright: 2012, Orchard. All Rights Reserved
Acknowledgments: Modifications to TheThemeMachine for an enhanced mobile/responsive experience included snippets from: 
HTML5 BP (github.com/h5bp/html5-boilerplate), 
Normalize (git.io/normalize),
1140 Grid System (cssgrid.net/)
*/

/*** HEADLESS ADJUSTMENTS ***/

.narrow-form  .headless-header {
	margin: 0px !important;
	margin-top: 25px !important;
	border-radius: 10px;
}
.narrow-form .headless-body {
	padding: 10px !important;
}

.narrow-form .headless-footer {
	margin: 0px !important;
	border-radius: 10px;
}

ul.menu-main-menu {
	white-space: nowrap;
}

/*** vs competitors ***/

ul.comparison-list > li {
    list-style-type: none;
    color: white;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 6px;
    padding: 20px;
    display: flex;
    background-color: seagreen;
    font-size: larger;
}

ul.comparison-list ul li {
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 6px;
    padding: 20px;
    display: flex;
	background-color: mistyrose;
	width:90%;
}

.table-responsive {
	width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive th {
white-space: nowrap;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

.table-responsive .table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.table-responsive .table> :not(caption)>*>* {
border-style: solid;
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 1px;
	    border-bottom-color: lightgrey;
}

div.table-responsive {
	border-style: none;
}

.table>thead {
    vertical-align: bottom;
}

.align-middle {
    vertical-align: middle !important;
}

.text-center {
    text-align: center !important;
}

.table>tbody {
    vertical-align: inherit;
}

/* wild apricot */
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
font-weight:bold;
}


/*  Color Palette
**************************************************************

  --b7bdbf-grey: #b7bdbf;
  --french-pass: #c5ebfc;
  --saffron: #f4c527;
  --solitude: #ebf8fe;
  --white: #ffffff;
  --x000124-bran-dark-blue: #000124;
  --x0075a2-brand-medium-blue: #0075a2;
  --x0d0d0d-text: #0d0d0d;
  --x7cd0f4-brand-light-blue: #7cd0f4;
 
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 13px;
  --font-size-xl: 24px;
  --font-size-xxl: 32px;
 
  --font-family-jost: "Jost", Helvetica;
*/

/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus { outline: 0; }

ol, ul { list-style: none; }

/* Tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* HTML 5 elements as block */  
article, aside, details, figcaption, figure, 
footer, header, hgroup, nav, section, summary { display: block; }

/* Embedded Content */
figure {margin: 0}
img, object, embed, video { _width: 100%; height: auto; } /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */
audio, canvas, video { display: inline-block; } /* Corrects `inline-block` display not defined in IE 8/9. ! normalize.css v2.0.1 | MIT License | git.io/normalize */
audio:not([controls]) { display: none; height: 0; } /* Prevents modern browsers from displaying `audio` without controls. Remove excess min-height in iOS 5 devices. ! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* Links */
a:focus { outline: thin dotted; } /* Addresses `outline` inconsistency between Chrome and other browsers. */
a:active, a:hover { outline: 0; } /* Improves readability when focused and also mouse hovered in all browsers. */

/* Clearing Floats
***************************************************************/

.group:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* General (Base styling for ALL devices and resolutions)
***************************************************************/

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom. !normalize.css v2.0.1 | MIT License | git.io/normalize
 */

html {
    font-family: var(--font-family-jost); /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body  {
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:.6em 0;}

h1 {}
h2 {}
h3 {}
h4 { font-size: larger;}
h5 {}
h6 {}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Aside Headings */
aside h1 { font-size: 1.154em; }
aside h2 { font-size: 1.077em; }
aside h3 { font-size: 1em; }
aside h4 { font-size: 1em; }
aside h5 { font-size: 1em; }
aside h6 { font-size: 1em; }

/* Lists */
li ul, 
li ol       { margin:0 2.03125%; }
ul, ol      { margin: 1.5em 2.03125%; line-height: 1.538em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 2.03125%;}

/* Text elements */
p                       { margin: 0 0 1em; line-height: 1.538em; }
p img.left, 
p img[align="left"],
p img.right, 
p img[align="right"]    { display: block; float: none; margin: 0.923em auto; }

a:focus, 
a:hover     { text-decoration: underline; }
a           { color: #5f97af; text-decoration: none; }

blockquote  { margin: 0.923em 1.25%; color: #666; font-style: italic; }
b, strong   { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
mark        { background: #ff0; color: #000; }
sup, sub    { line-height: 0; }

abbr, abbr[title],
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 0.923em; font-style: italic; }
del         { color:#666; }

pre         { margin: 0.923em 0; white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.462em; }



/* Forms
***************************************************************/

form              { margin: 0; padding: 0;}
legend            { font-size: 1.231em; font-weight: normal; border:none;}
fieldset          { padding:.4615em 0 0; margin:0 0 .923em 0; border: 0px solid #dbdbdb; }
label             { font-weight:normal; display:block; padding: 0 0 0.3em 0; }
label.forcheckbox { margin:0 0 0 .4em; display:inline; }

input[type="text"], input[type="password"] {
    display: block;
    xwidth: 43.33333333333333%;
    padding: 0.4615em;
}

input[type="checkbox"] {
    margin:.2em 0 1.2em 0;
}

fieldset ol     { list-style-type:none; padding: 0; margin: 0; }
fieldset ol li  { margin: 0 0 .4615em 0; }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
    display:inline;
}

form.inline fieldset {
    margin:0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline:1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight:normal;
}
label span {
    font-weight:normal;
}
label input {
    vertical-align:text-top;
}
.hint {
    display:block;
    font-size: 0.846em;
    color:#999;
    margin-top: 3px;
    padding: .2307em;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    width: 96%;
    font-family:inherit;
    padding:3px;
    border:1px solid #bdbcbc;
    font-family:inherit;
    font-size:inherit;
}
input.text, input.textMedium, input.text-box {
    line-height:1.2em;
}
/*Are we using the two classes below?*/
input.text-small {
    width: 5.41666666666667%; 
}
input.textMedium {
    width: 35.20833333333333%;
}
select {
    padding:1px;	
}
select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus  {
    border-color:#666d51;
}
input.check-box {
    margin-left:0;
    vertical-align:-.1em;
}
input.large.text, textarea, fieldset {
    clear:both;
}

textarea {
    min-height:8em;
}

/* Structure
***************************************************************/
#layout-wrapper { }

#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    max-width:1366px;
    margin:0 auto;
}

/* Navigation */
#layout-navigation {
    position: relative;
    width: 796px;
    margin-left: 147px;
    min-height: 25px;
}

.lt-ie8 #layout-navigation { margin-top: -1em; } /* Fix IE7 responsive navigation positioning issue */

nav ul {
    position: relative;
    z-index: 9998;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

        nav ul li {
        display:block;
        margin:0 2px -1px 0;
        background:#fff;
    } /* Responsive Changes*/

    nav > ul li.current {
        border-bottom: 1px solid #DBDBDB;
        background:#fff;
    }
    
    nav > ul li.dropdown {
    background-image: url(/Media/Default/Template/arrow-icon-down-1@1x.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px 8px;
    }
    
    nav > ul li.dropdown:hover {}
    
    nav > ul li.dropdown li.dropdown:hover {}
    
    nav li.last { margin-right: 2px; }
    
    nav ul li a {   
        display:block;
        padding:.5em 18px;
        color: #333;
        font-size: 1.077em;
        text-decoration:none;
        line-height:24px;
    }

/* first level */
nav > ul > li { float:none; }
nav > ul > li > a { float:none; }
nav > ul > li:hover > ul { display:block; }
nav > ul > li:hover { }
    
/* second level */
nav > ul > li > ul { margin: 0 0px 0px -1px; padding:0px; display:none; position:relative; width: 100%;} /* Responsive Changes */
nav > ul > li > ul > li { list-style-type:none; margin:0px; border: none;}
nav > ul > li > ul > li > a { display:block; text-decoration:none; padding-left: 1.5em; }
nav > ul > li > ul > li > a:before { content: "→ "; }
nav > ul > li > ul > li:hover > a { }

nav > ul > li > ul > li:hover > ul { display:block; }

/* third level */
nav > ul > li > ul > li > ul { margin: 0 ; padding:0px; display:none; position:relative; border: 1px solid #dbdbdb; border-width: 0; width: 100%; } /* Responsive Changes */
nav > ul > li > ul > li > ul > li { list-style-type:none; margin:0px; border: none;}
nav > ul > li > ul > li > ul > li > a { display:block; text-decoration:none; padding-left: 2.5em; }
nav > ul > li > ul > li > ul > li > a:before { content: "→ "; }
nav > ul > li > ul > li > ul > li:hover > a { }

/* deeper levels */
nav > ul > li > ul > li > ul ul { display:none; }

/* responsive navigation */
#nav-collapsed { /* wrapper for collapsed navigation in mobile/small tablets */
    position: relative;
    z-index: 9999;
    display: block;
    float: right;
    margin: -.3em 2px -2px 0;
    padding: .5em;
    border: 0; /* Change color as desired */
    background-color: #fff; /* Change color as desired */
    color: #888; /* "Menu" text for medium breakpoints */
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}
#nav-collapsed.is-active { /* Clicked state for navigation button */
    padding-bottom: 1.5em;
    background-color: #fff; /* Change color as desired */
    border-bottom: 1px solid #fff;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

/* These bars are added markup for styling purposed only (three span tags)
 * You should consider changing to a background img (svg preferably with !Modernizr.svg fallback) */
#nav-collapsed span.responsive-nav-bars {
    display: block;
    float: left;
    clear: both;
    margin: 2px auto;
    width: 25px;
    min-height: 2px;
    background-color: var(--x0075a2-brand-medium-blue); /* change color as desired for the three "nav bars" when in default state */
}
#nav-collapsed.is-active span.responsive-nav-bars { background-color: var(--x0075a2-brand-medium-blue); } /* Change color of three "nav bars" when active */
#nav-collapsed span.responsive-menu-text { display: none; } /* "Menu" text for medium breakpoints */

/* Duplicate main navigation in footer. 
 * Only needed if set in ResponsiveChanges.js */
.footer-menu { display: block!important; margin: 0!important; } 


/* Breadcrumb */
nav ul.breadcrumb 
{
    border:none;
    display: inline-block;
    margin: -9px;
    z-index: 9997;
}

    nav ul.breadcrumb li
    {
        border:none;
        background:none;
        display:block;
        float: left;
        margin:0 2px -1px 0;
    }

    nav ul.breadcrumb li:after
    {
        content: "/"
    }
    
    nav ul.breadcrumb li.last:after
    {
        content: ""
    }

        nav ul.breadcrumb li a 
        {
            padding:0 9px;
            display:block;
            float: left;
            color: #5F97AF;
            font-size: 100%;
        }
        
        nav ul.breadcrumb li a:hover
        {
            text-decoration: underline;
        }
        
#layout-header {}
#layout-navigation {}
#layout-featured {}
#layout-before-main {}
#layout-main {}
    #aside-first {}
    #layout-content {}
        #messages {}
        #before-content {}
        #content {}
        #after-content {}
    #aside-second {}
#layout-after-main {}
#layout-tripel {}
    #tripel-first {}
    #tripel-second {}
    #tripel-third {}
#layout-footer {}
    #footer-quad {}
        #footer-quad-first {}
        #footer-quad-second {}
        #footer-quad-third {}        
        #footer-quad-forth {}
    #footer-sig {}
   
/* Zones */
.zone 
{
    /*padding: 1em;  Zones variate on size so percentages are not ideal. */
    
    /* Enable this to see zone visualizations 
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple; */
    
} 
.zone-header {}
.zone-navigation { padding: 0; }
.zone-navigation { padding: 1em; } /* Responsive Changes */
.zone-featured {}
.zone-before-main {}
.zone-aside-first {}
.zone-messages {}
.zone-before-content {}
.zone-content {}
.zone-after-content {}
.zone-aside-second {}
.zone-after-main {}
.zone-tripel-first {}
.zone-tripel-second {}
.zone-tripel-third {}
.zone-footer-quad-first {}
.zone-footer-quad-second {}
.zone-footer-quad-third {}
.zone-footer-quad-fourth {}
.zone-footer {}

/* Secondary Zones moved to 769px media query as this is when the multi-column layout begins..*/

/* Oasis CSS
***************************************************************/

.navigation_global {
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    min-height: 110px;
    width: 1366px;
    padding: 10px;
}
#branding {
        float: left; 
        width: 212px;
        padding: 0;
        margin: 0;
}
.ams_logo 
{
        margin-top: 2.46px;
        object-fit: cover;
        width: 300px;
}
.search-icon
    {
        min-height: 20px;
        margin-bottom: 0;
        margin-left: 27px;
        margin-right: 30px;
        object-fit: cover;
        width: 20px;
    }
/* balance your association */
.banner {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/homepage-banner@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 500px;
  padding: 34px 15px 18px 139px;
  top: 0;
  width: 1366px;
}

.yes-it-can-be-the-p {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 42px;
  min-height: 70px;
  xwidth: 462px;
}

.association-manageme {
  color: var(--x0d0d0d-text);
  font-weight: 400;
  line-height: 22px;
  margin-top: 30px;
  min-height: 91px;
  width: 469px;
}

.button-container {
  align-items: flex-start;
  display: flex;
  margin-top: 37px;
  width: 287px;
}

.button-blue-1 {
  background-color: var(--x0075a2-brand-medium-blue);
  border-radius: 24px;
  display: flex;
  min-height: 40px;
  width: 112px;
}

.about-1 {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5.5px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 9.5px;
  mix-blend-mode: luminosity;
  text-align: center;
  white-space: nowrap;
  width: 54px;
}

.about-1 a {
    color: #fff
}

.button-light-blue {
  background-color: var(--x7cd0f4-brand-light-blue);
  border-radius: 24px;
  display: flex;
  min-height: 40px;
  margin-left: 15px;
  width: 160px;
}

.learn-more {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5.5px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 9.5px;
  text-align: center;
  white-space: nowrap;
  width: 102px;
}
.learn-more a {
    color: var(--x0d0d0d-text);
}

/* Association Management Software */

.overlap-group9 {
  left: 0;
  top: 0;
  width: 1366px;
}

.intro {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--000124-5@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  min-height: 530px;
  left: 0;
  width: 1366px;
  padding: 23.5px 137px;
  top: 496px;
}

.intro_image_wonan-in-phone {
  min-height: 452px;
  object-fit: cover;
  width: 536px;
}

.flex-col-3 {
  align-items: flex-start;
  align-self: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20.0px;
  margin-left: 72px;
  min-height: 269px;
  width: 469px;
}

.yes-association-man {
  color: var(--white);
  font-weight: 500;
  line-height: 30px;
  min-height: 40px;
  width: 429px;
}

.you-tell-us-what-you {
  color: var(--white);
  font-weight: 400;
  line-height: 22px;
  margin-top: 22px;
  xxmin-height: 91px;
  width: 469px;
}

.button-blue {
  background-color: var(--x0075a2-brand-medium-blue);
  border-radius: 24px;
  display: flex;
  min-height: 40px;
  margin-top: 49px;
  width: 132px;
}

.services {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5.5px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 9.5px;
  text-align: center;
  white-space: nowrap;
  width: 74px;
}
.xservices a {
    color: #fff;
}

/* Let us help you get you started. */

.overlap-group10 {
  width: 1366px;
}

.cards_style1 {
  align-items: flex-end;
  background-image: url(/Media/Default/Template/fill--ebf8fe-4@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  width: 1366px;
  padding: 74.5px 139px;
}

.xflex-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 15.5px;
  min-height: 800px;
  width: 352px;
}

.card-container-1 {
  border-radius: 12px;
  min-height: 392px;
  position: relative;
  width: 352px;
}

.card-1 {
  align-items: flex-end;
  background-color: #ffffffcb;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 392px;
  padding: 41px 16px;
  position: absolute;
  top: 0;
  width: 352px;
}

.pricingour-solutio {
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 16px;
  margin-top: 86px;
  min-height: 137px;
  width: 278px;
}

.span0 {
  color: var(--x0d0d0d-text);
  font-weight: 500;
}

.span1 {
  color: var(--x0d0d0d-text);
  font-weight: 400;
}

.pricing-guide {
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 62px;
  min-height: 25px;
  white-space: nowrap;
  width: 294px;
}

.home-1 {
  min-height: 60px;
  left: 42px;
  object-fit: cover;
  position: absolute;
  top: 30px;
  width: 60px;
}

.home_card_img_businesswoman {
  min-height: 392px;
  margin-left: 1px;
  margin-top: 16px;
  object-fit: cover;
  width: 351px;
}

.flex-col-1 {
  align-items: center;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-height: 878px;
  width: 352px;
}

.let-us-help-you-get-you-started {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 34px;
  margin-left: 2.0px;
  min-height: 37px;
  width: 332px;
  text-align: center;
  white-space: nowrap;
}

.card-container-2 {
  min-height: 392px;
  margin-top: 25px;
  position: relative;
  width: 352px;
}

.card-2 {
  align-items: flex-end;
  background-image: url(/Media/Default/Template/path-1258@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 392px;
  padding: 41px 16px;
  position: absolute;
  top: 0;
  width: 352px;
}

.startup-packagesou {
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 16px;
  margin-top: 86px;
  min-height: 181px;
  width: 278px;
}

.getting-started {
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 18px;
  min-height: 25px;
  white-space: nowrap;
  width: 294px;
}

.card-container {
  border-radius: 12px;
  min-height: 392px;
  margin-top: 16px;
  position: relative;
  width: 352px;
}

.card {
  align-items: flex-end;
  background-color: #ffffffcc;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 392px;
  padding: 41px 16px;
  position: absolute;
  top: 0;
  width: 352px;
}

.set-yourself-freec {
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 16px;
  margin-top: 86px;
  min-height: 115px;
  width: 278px;
}

.customization {
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 84px;
  min-height: 25px;
  white-space: nowrap;
  width: 294px;
}

.flex-col-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 15.5px;
  margin-left: 16px;
  min-height: 800px;
  width: 352px;
}

.home_card_img_businessman {
  min-height: 392px;
  object-fit: cover;
  width: 352px;
}

.up-and-running-fast {
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 16px;
  margin-top: 86px;
  min-height: 181px;
  width: 278px;
}

.project-timing {
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 18px;
  min-height: 25px;
  white-space: nowrap;
  width: 294px;
}

/* Build Your Own Modules */

.feature-post {
  align-items: flex-start;
  display: flex;
  width: 1366px;
}

.overlap-group3 {
  align-items: flex-end;
  background-image: url(/Media/Default/Template/fill--000124-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 427px;
  padding: 40px 110px;
  width: 683px;
}

.easily-build-your-ow {
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 23px;
  min-height: 93px;
  width: 429px;
}

.span0-1 {
  color: var(--white);
  font-weight: 500;
}

.span1-1 {
  color: var(--white);
  font-weight: 300;
}

.association-manageme-1 {
  color: var(--white);
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
  min-height: 47px;
  width: 429px;
}

.button-container-1 {
  align-items: flex-start;
  align-self: flex-start;
  display: flex;
  margin-left: 26px;
  margin-top: 49px;
  width: 319px;
}

.button-blue-2 {
  background-color: var(--x0075a2-brand-medium-blue);
  border-radius: 24px;
  display: flex;
  min-height: 40px;
  width: 154px;
}

.read-story {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5.5px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 9.5px;
  mix-blend-mode: luminosity;
  text-align: center;
  white-space: nowrap;
  width: 96px;
}

.read-story a {
    color: #fff; 
}

.button-light-blue-1 {
  background-color: var(--x7cd0f4-brand-light-blue);
  border-radius: 24px;
  display: flex;
  min-height: 40px;
  margin-left: 19px;
  width: 146px;
}

.button-light-blue-1 a {
  color: var(--x0d0d0d-text);
}

.ams-news {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5.5px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 9.5px;
  mix-blend-mode: luminosity;
  text-align: center;
  white-space: nowrap;
  width: 88px;
}

.blog_img_feature {
  min-height: 427px;
  object-fit: cover;
  width: 683px;
}

/* What Our Customers Are Saying */

.testimonials {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: 65px;
  margin-right: auto;
  margin-bottom: 83px;
  min-height: 458px;
  width: 1114px;
}

.what-our-customers-are-saying {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 30px;
  margin-top: -3px;
  min-height: 37px;
  text-align: center;
  width: 1114px;
}

.overlap-group-container {
  align-items: flex-end;
  display: flex;
  min-height: 390px;
  margin-top: 34px;
  width: 1088px;
}

.overlap-group {
  align-items: flex-end;
  background-image: url(/Media/Default/Template/fill--ebf8fe-2@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 43.0px 36px;
  width: 352px;
}

.home_quote_card_icon {
  align-self: center;
  min-height: 63px;
  margin-right: 0;
  object-fit: cover;
  width: 63px;
}

.above-and-beyondi {
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 27px;
  min-height: 203px;
  text-align: center;
  width: 278px;
}

.overlap-group2 {
  align-items: flex-end;
  background-image: url(/Media/Default/Template/fill--ebf8fe-2@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-height: 390px;
  padding: 43.0px 36px;
  width: 352px;
}

.help-when-neededj {
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 27px;
  min-height: 203px;
  text-align: center;
  width: 278px;
}

.overlap-group1 {
  align-items: flex-end;
  align-self: flex-start;
  background-image: url(/Media/Default/Template/fill--ebf8fe-1-1x-png@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-height: 390px;
  padding: 43.0px 36px;
  width: 352px;
}

.work-efficientlyt {
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 27px;
  min-height: 203px;
  text-align: center;
  width: 278px;
}

/* Want to Know More */

.lets-talk {
  align-items: center;
  background-image: url(/Media/Default/Template/fill--f4c527-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  min-height: 143px;
  justify-content: flex-end;
  width: 1366px;
  padding: 0 309px;
}

.want-to-know-more-ab {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 3.51px;
  min-height: 28px;
  text-align: right;
  white-space: nowrap;
  width: 585px;
}

.button-blue-3 {
  background-color: var(--x0075a2-brand-medium-blue);
  border-radius: 24px;
  display: flex;
  min-height: 40px;
  margin-left: 19px;
  width: 138px;
}

.lets-talk-1 {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5.5px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 9.5px;
  mix-blend-mode: luminosity;
  text-align: center;
  white-space: nowrap;
  width: 80px;
}

.lets-talk-1 a {
  color: #fff; 
}
/* Footer */
.footer_global {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--000124-10@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 51.1px 60px;
  width: 1366px;
}

.flex-row {
  align-items: flex-start;
  display: flex;
  min-height: 157px;
  width: 1169px;
}

.ams_logo_white {
  height: 44px;
  margin-top: 12.5px;
  object-fit: cover;
  width: 212px;
}

.aboutwhat-we-dowh {
  color: var(--b7bdbf-grey);
  font-weight: 400;
  line-height: 22px;
  margin-left: 235px;
  min-height: 113px;
  width: 178px;
}

.servicesthe-ams-sy {
  color: var(--b7bdbf-grey);
  font-weight: 400;
  line-height: 22px;
  margin-left: 6px;
  min-height: 157px;
  width: 170px;
}

.footer_global a {color: #fff;}

.ams-newsclient-car {
  color: var(--b7bdbf-grey);
  font-weight: 400;
  line-height: 22px;
  margin-left: 14px;
  min-height: 157px;
  width: 170px;
}

.contact-us {
  color: var(--b7bdbf-grey);
  font-weight: 400;
  line-height: 22px;
  margin-left: 14px;
  min-height: 25px;
  white-space: nowrap;
}

.flex-row-1 {
  align-items: center;
  align-self: center;
  display: flex;
  min-height: 37px;
  margin-top: 38px;
  width: 1088px;
}

.powered-by-orchard {
  color: var(--white);
  font-weight: 300;
  line-height: 16px;
  min-height: 37px;
  width: 546px;
}

.facebook_icon {
  min-height: 30px;
  margin-bottom: 2.0px;
  margin-left: 462px;
  object-fit: cover;
  width: 30px;
}

.linkedin_icon {
  min-height: 30px;
  margin-bottom: 2.0px;
  margin-left: 20px;
  object-fit: cover;
  width: 30px;
}

/* Section: About Us */

.section-content {
    min-height: 643px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 91px auto 0 auto;
    width: 722px;
}

.section-banner {
    align-items: flex-start;
    background-image: url(/Media/Default/Template/about-banner@1x.png);
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: 18px 139px;
    width: 1366px;
}
.title {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 42px;
  min-height: 48px;
  white-space: nowrap;
}

.association-manageme {
  color: var(--x0d0d0d-text);
  font-weight: 400;
  line-height: 22px;
  margin-top: 28px;
  min-height: 47px;
  width: 469px;
}

.association-manageme a {
  color: #5f97af;
}

.about_mobile {display: none;}

.section-intro {
  align-items: flex-start;
  display: flex;
  width: 1366px;
}

.section_intro_img {
  min-height: 419px;
  margin-top: 0;
  object-fit: cover;
  width: 683px;
}

.overlap-group5 {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--000124-2@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 419px;
  padding: 70px 62px;
  width: 683px;
}

.we-are-the-enterprise-software-experts {
  color: var(--white);
  font-weight: 500;
  line-height: 30px;
  xmin-height: 67px;
  width: 318px;
}

.oasis-computing-has {
  color: var(--white);
  font-weight: 400;
  line-height: 22px;
  margin-top: 38px;
  min-height: 157px;
  width: 469px;
}

.mbishop_about {
  align-items: center;
  display: flex;
  margin-right: 1.0px;
  margin-top: 80px;
  width: 1089px;
  justify-content: center;
}

.flex-col-about {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 7.72px;
  min-height: 206px;
  width: 469px;
}

.re-engineering-the-way-we-work {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 30px;
  min-height: 67px;
  width: 245px;
}

.mike-bishop-founded {
  color: var(--x0d0d0d-text);
  font-weight: 400;
  line-height: 22px;
  margin-top: 26px;
  min-height: 113px;
  width: 469px;
}

.about_mbishop_img {
  min-height: 366px;
  margin-left: 84px;
  object-fit: cover;
  width: 536px;
}

.cards_about {
  align-items: flex-end;
  display: flex;
  min-height: 878px;
  margin-top: 118px;
  width: 1088px;
  justify-content: center;
  margin-bottom: 83px;
}

.flex-col-1-about {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 800px;
  width: 352px;
}

.overlap-group4-about {
  align-items: flex-start;
  background-color: var(--solitude);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 392px;
  padding: 30px 32px;
  width: 352px;
}

.about-1-about {
  min-height: 60px;
  margin-left: 10px;
  object-fit: cover;
  width: 60px;
}

.x1998by-1998-oasis {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 37px;
  min-height: 203px;
  width: 278px;
}

.span0 {
  color: var(--x0d0d0d-text);
  font-weight: 500;
}

.span1 {
  color: var(--x0d0d0d-text);
  font-weight: 400;
}

.about_card_img_workers {
  border-radius: 12px;
  min-height: 392px;
  margin-left: 1px;
  margin-top: 16px;
  object-fit: cover;
  width: 351px;
}

.flex-col-2-about {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-height: 878px;
  width: 352px;
}

.history-in-the-making {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 34px;
  margin-left: 2.0px;
  min-height: 37px;
  width: 228px;
  text-align: center;
  white-space: nowrap;
}

.overlap-group2-about {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--ebf8fe-10@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  min-height: 392px;
  padding: 30px 32px;
  width: 352px;
}

.x2000in-2000-the-c {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 37px;
  min-height: 181px;
  width: 278px;
}

.overlap-group1-about {
  align-items: flex-start;
  background-color: var(--solitude);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  min-height: 392px;
  padding: 35.1px 32px;
  width: 352px;
}

.x2008by-2008-over {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 32px;
  min-height: 137px;
  width: 278px;
}

.flex-col-3-about {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-height: 800px;
  width: 352px;
}

.about_card_img_meeting {
  border-radius: 12px;
  min-height: 392px;
  object-fit: cover;
  width: 352px;
}

.overlap-group3-about {
  align-items: flex-start;
  background-color: var(--solitude);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  min-height: 392px;
  padding: 35.0px 32px;
  width: 352px;
}

.x2012association-se {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 32px;
  min-height: 203px;
  width: 278px;
}

/* Section: Contact Us */

.section_information {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 81px;
  margin-bottom: 81px;
  min-height: 415px;
  justify-content: center;
}

.contact-information {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 30px;
  margin-left: 3.0px;
  margin-top: -3px;
  min-height: 37px;
  text-align: center;
  width: 245px;
}

.flex-row-contact {
  align-items: flex-start;
  display: flex;
  min-height: 345px;
  margin-top: 36px;
  width: 904px;
}

.flex-col-contact {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 312px;
  width: 444px;
}

.we-are-located-in-newmarket-ontario {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 28px;
  min-height: 28px;
  white-space: nowrap;
}

.flex-row-1-contact {
  align-items: flex-start;
  display: flex;
  margin-top: 46px;
  width: 296px;
}

.icon-location_pin {
  min-height: 60px;
  margin-top: 3px;
  object-fit: cover;
  width: 60px;
}

.x5-b-1195-stellar-driv {
  color: var(--x0d0d0d-text);
  font-weight: 400;
  min-height: 75px;
  line-height: 22px;
  margin-left: 30px;
  width: 206px;
}

.phone-container {
  align-items: center;
  display: flex;
  margin-left: 3px;
  margin-top: 18px;
  width: 293px;
}

.contact_phone_icon {
  min-height: 60px;
  object-fit: cover;
  width: 60px;
}

.phone {
  color: var(--x0d0d0d-text);
  font-weight: 400;
  min-height: 26px;
  line-height: 22px;
  margin-left: 27px;
  margin-top: 0.74px;
  white-space: nowrap;
  width: 206px;
}

.line-1-contact {
  min-height: 1px;
  margin-top: 25px;
  object-fit: cover;
  width: 327px;
}

.icon-container {
  align-items: flex-start;
  display: flex;
  margin-top: 29px;
  width: 75px;
}

.facebook_blue_icon {
  min-height: 30px;
  object-fit: cover;
  width: 30px;
}

.linkedin-icon-blue {
  align-self: flex-end;
  min-height: 30px;
  margin-left: 15px;
  object-fit: cover;
  width: 30px;
}

.map_static_placeholder_img_fpo {
  align-self: flex-end;
  min-height: 340px;
  margin-left: 16px;
  object-fit: cover;
  width: 444px;
}

/* Section: Services */

.services2 .banner {
  align-items: flex-start;
  background-image: url(../img/services-banner@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  min-height: 340px;
  width: 1366px;
  padding: 78px 139px;
}

.services2 .association-management-software {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 42px;
  min-height: 90px;
  width: 462px;
}

.services2 .overlap-group10-services {
  min-height: 888px;
  position: relative;
  width: 1366px;
}

.services2 .cms {
  align-items: center;
  display: flex;
  min-height: 469px;
  left: 138px;
  width: 1228px;
  position: absolute;
  top: 419px;
}

.services2 .flex-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 3.0px;
  min-height: 318px;
  width: 469px;
}

.services2 .content-management-system {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 30px;
  min-height: 37px;
  width: 469px;
}

.services2 .we-use-orchard-a-fr {
  color: var(--x0d0d0d-text);
  font-weight: 400;
  min-height: 256px;
  line-height: 22px;
  margin-top: 25px;
  width: 469px;
}

.services2 .services_cms_img {
  min-height: 469px;
  margin-left: 76px;
  object-fit: cover;
  width: 683px;
}

.services2 .intro-services {
    align-items: flex-start;
    display: flex;
    width: 1366px;
}

.services2 .services_intro_img {
  min-height: 419px;
  margin-top: 0;
  object-fit: cover;
  width: 683px;
}

.services2 .overlap-group7 {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--000124-2@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 419px;
  padding: 76px 62px;
  width: 683px;
}

.services2 .as-custom-as-you-nee {
  color: var(--white);
  font-weight: 500;
  line-height: 30px;
  min-height: 67px;
  width: 463px;
}

.services2 .association-manageme {
  color: var(--white);
  font-weight: 400;
  line-height: 22px;
  margin-top: 38px;
  min-height: 135px;
  width: 469px;
}

.services2 .list {
  align-items: center;
  background-color: var(--x0075a2-brand-medium-blue);
  display: flex;
  flex-direction: column;
  min-height: 762px;
  padding: 1.0px 321px;
  width: 1366px;
}

.services2 .flex-col-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 2.0px;
  margin-top: 75px;
  min-height: 80px;
  width: 642px;
}

.services2 .association-management {
  color: var(--white);
  font-weight: 500;
  line-height: 30px;
  min-height: 37px;
  text-align: center;
  width: 642px;
}

.services2 .your-staff-will-have {
  color: var(--white);
  font-weight: 500;
  line-height: 28px;
  margin-top: 15px;
  min-height: 28px;
  text-align: center;
  white-space: nowrap;
  width: 642px;
}

.services2 .flex-row {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  min-height: 211px;
  margin-top: 43px;
  width: 722px;
}

.services2 .list-item-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 163px;
  width: 354px;
}

.services2 .list-item-1 {
  display: flex;
  min-height: 23px;
  width: 354px;
}

.services2 .square-bullet {
  margin-bottom: 3px;
  margin-top: 4px;
  object-fit: cover;
  width: 18px;
height: 18px;
}

.services2 .registrations-and-renewals {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 25px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .list-item {
  display: flex;
  min-height: 23px;
  margin-top: 12px;
  width: 354px;
}

.services2 .square-bullet-1 {
  min-height: 16px;
  object-fit: cover;
  width: 18px;
height: 18px;
}

.services2 .custom-reporting {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 25px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .email-blasts-based-o {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 25px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .member-profile-management {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 25px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .members-organization-management {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 25px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .list-item-container-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 14px;
  min-height: 211px;
  width: 354px;
}

.services2 .list-item-2 {
  display: flex;
  min-height: 71px;
  width: 354px;
}

.services2 .square-bullet-2 {
  min-height: 16px;
  margin-top: 4px;
  object-fit: cover;
  width: 18px;
height: 18px;
}

.services2 .full-details-of-all {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 73px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .event-and-course-set {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 25px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .square-bullet-3 {
  align-items: flex-end;
  display: flex;
  margin-bottom: 3px;
  margin-top: 4px;
  width: 18px;
height: 18px;
}

.services2 .text-1 {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 18px;
  line-height: 19px;
  margin-right: -2px;
  white-space: nowrap;
}

.services2 .survey-creations {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 25px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .products-setup-and-purchasing {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 25px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .and-much-more {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  min-height: 25px;
  line-height: 16px;
  margin-left: 6px;
  margin-right: -2px;
  width: 330px;
}

.services2 .services_phone_img {
  min-height: 312px;
  margin-left: 1.0px;
  margin-top: 39px;
  object-fit: cover;
  width: 375px;
}

.services2 .cards {
  align-items: flex-start;
  display: flex;
  min-height: 916px;
  margin-top: 80px;
  width: 1088px;
  justify-content: center;
  margin-bottom: 80px;
}

.services2 .overlap-group-container-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 916px;
  width: 352px;
}

.services2 .credit-container {
  align-items: flex-start;
  background-color: var(--solitude);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 39.2px 32px;
  width: 352px;
}

.services2 .services-1 {
  min-height: 60px;
  margin-left: 10px;
  object-fit: cover;
  width: 60px;
}

.services2 .secure-credit-card-p {
  align-self: flex-end;
  min-height: 293px;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 17px;
  width: 278px;
}

.services2 .span0 {
  color: var(--x0d0d0d-text);
  font-weight: 500;
}

.services2 .span1 {
  color: var(--x0d0d0d-text);
  font-weight: 400;
}

.services2 .education-container {
  align-items: flex-start;
  background-color: var(--solitude);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  min-height: 450px;
  padding: 40.0px 32px;
  width: 352px;
}

.services2 .continuing-education {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 17px;
  min-height: 181px;
  width: 278px;
}

.services2 .overlap-group-container-services {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-height: 916px;
  width: 352px;
}

.services2 .overlap-group1-services {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--ebf8fe-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 39.2px 32px;
  width: 352px;
}

.services2 .a-better-way-to-send {
  align-self: flex-end;
  min-height: 293px;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 17px;
  width: 278px;
}

.services2 .x-container {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--ebf8fe-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  min-height: 450px;
  padding: 40.0px 32px;
  width: 352px;
}

.services2 .executive-dashboards {
  align-self: flex-end;
  min-height: 269px;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 17px;
  width: 278px;
}

.services2 .analytics-container {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--ebf8fe-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 39.2px 32px;
  width: 352px;
}

.services2 .business-analytics {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 17px;
  min-height: 181px;
  width: 278px;
}

.services2 .regulatory-and-compl {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 17px;
  min-height: 269px;
  width: 278px;
}

.services2 .overlap-group9-services {
  min-height: 567px;
  margin-top: 80px;
  position: relative;
  width: 1366px;
}

.services2 .lets-talk {
  align-items: center;
  background-image: url(/Media/Default/Template/fill--f4c527-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  min-height: 143px;
  justify-content: flex-end;
  left: 0;
  width: 1366px;
  padding: 0 309px;
  position: absolute;
  top: 424px;
}

.services2 .want-to-know-more-ab {
  color: var(--x0d0d0d-text);
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 3.51px;
  min-height: 28px;
  text-align: right;
  white-space: nowrap;
  width: 585px;
}

.services2 .button-blue {
  background-color: var(--x0075a2-brand-medium-blue);
  border-radius: 24px;
  display: flex;
  min-height: 40px;
  margin-left: 19px;
  width: 138px;
}

.services2 .lets-talk-1 {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5.5px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 9.5px;
  mix-blend-mode: luminosity;
  text-align: center;
  white-space: nowrap;
  width: 80px;
}

.services2 .feature-post {
  align-items: flex-start;
  display: flex;
  min-height: 427px;
  left: 0;
  width: 1366px;
  position: absolute;
  top: 0;
}

.services2 .overlap-group {
  align-items: flex-end;
  background-image: url(/Media/Default/Template/fill--000124-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 427px;
  padding: 80px 110px;
  width: 683px;
}

.services2 .easily-build-your-ow {
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 23px;
  min-height: 93px;
  width: 429px;
}

.services2 .span0-1 {
  color: var(--white);
  font-weight: 500;
}

.services2 .span1-1 {
  color: var(--white);
  font-weight: 300;
}

.services2 .association-manageme-1 {
  color: var(--white);
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
  min-height: 47px;
  width: 429px;
}

.services2 .button-container {
  align-items: flex-start;
  align-self: flex-start;
  display: flex;
  margin-left: 26px;
  margin-top: 49px;
  width: 319px;
}

.services2 .button-blue-1 {
  background-color: var(--x0075a2-brand-medium-blue);
  border-radius: 24px;
  display: flex;
  min-height: 40px;
  width: 154px;
}

.services2 .read-story {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5.5px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 9.5px;
  mix-blend-mode: luminosity;
  text-align: center;
  white-space: nowrap;
  width: 96px;
}

.services2 .button-light-blue {
  background-color: var(--x7cd0f4-brand-light-blue);
  border-radius: 24px;
  display: flex;
  min-height: 40px;
  margin-left: 19px;
  width: 146px;
}

.services2 .ams-news {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5.5px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 9.5px;
  mix-blend-mode: luminosity;
  text-align: center;
  white-space: nowrap;
  width: 88px;
}

.services2 .blog_img_feature {
  min-height: 427px;
  object-fit: cover;
  width: 683px;
}

/* Main
***************************************************************/

/* Content lists and details */
.content-description { font-size: 1.154em; }
.content-items { padding: 0; margin: 0; list-style: none; }
.content-items li { padding: 0; margin: 0; }
.content-items .content-item { border-top: 1px solid #dbdbdb; padding: .4615em 0 .4615em 0; }
.content-items .content-item header {}
.content-items .content-item header h1 { font-size: 1.308em; color:#434343; }
.content-items .content-item header h1 a { color: #434343; }
.content-items .content-item header h1 a:hover {}

/* Tags */
.tags { margin-top: .9230em; }
.tags a { background-color: #dbdbdb; padding: .2307em .4615em; color: #434343; }
.tags a:hover { background-color: #434343; color: #fff; }

/* Metadata */
.metadata { margin: 0 0 .9230em 0; color: #999; font-size: 0.846em; }
.metadata .published { display: inline; margin: 0 .4615em 0 0; }
.metadata .commentcount { display: inline; }
.meta {}

/* Comments */
#comments { margin: 1.846em 0 0 0; padding: 0; }
.comment-form { margin: 1.846em 0 0 0; padding: 0; }
.comments { margin: 0; padding: 0; list-style: none; }
.comments li { margin: .9230em 0 0 0; padding: 1.25%; border: 1px solid #dbdbdb; }
.comment { margin: 0; padding: 0; }
.comment h4 { font-size: 1.077em; }
.comment .who {}
.comment .what {}
.comment #add-comment {}
.comment-form #comment-by { font-size: 1.231em; font-weight: normal; margin: 0 0 1.2em 0; border:none; }
.comment-disabled {}
.comment-count { font-size: 1.231em; }

/* Confirmations */
.message, .validation-summary-errors { margin:.7692em 0 .3076em 0; padding: .41666666666667%; }
.messages a { font-weight:bold; }
.message-Information { background:#e6f1c9; /* green */ border:1px solid #cfe493; color:#062232; }
.message-Warning { background:#fdf5bc; /* yellow */ border:1px solid #ffea9b; }
.critical.message, .validation-summary-errors, .message-Error { background:#e68585; /* red */ border:1px solid #990808; color:#fff; }



/* Widgets
***************************************************************/
.widgets {}
.xwidget h1 { font-size: 1.077em; }

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control { position: relative; border: 1px dotted #5f97af; }
.widget-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.widget-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px;  }
.widget-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }

/* Content Mode */
.content-control { border: 1px dotted #5f97af; overflow:auto; position: relative; }
.content-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.content-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px;  }
.content-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }



/* Pager
***************************************************************/

.pager { list-style: none; padding: 0; margin: 12px 0 0 0; }
.pager li { float: left; padding: 0 12px 0 0; margin: 0; }
.pager a, .pager span { font-size: 1.077em; display: block; background-color: #dbdbdb; padding: 6px 6px; color: #434343;}
.pager a:hover { background-color: #434343; color: #fff; }
.pager span { background-color:inherit; }


/* Misc
***************************************************************/

.small      { font-size: 0.615em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.231em; line-height: 2.231em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.credits { float: left; }
.user-display { float: left; align-items: flex-end;align-self: flex-start;background-color: var(--saffron);border-radius: 24px;display: flex;min-height: 40px;justify-content: flex-end;min-width: 110px;padding: 6.5px 28px;}
.user-display .welcome {}
.user-display .user-actions {letter-spacing: 0;line-height: 22px;min-height: 25px;min-width: 52px;text-align: center;white-space: nowrap;color: var(--x0d0d0d-text);font-family: var(--font-family-jost);font-size: var(--font-size-m);font-style: normal;font-weight: 500;text-transform: uppercase;}
.user-actions a {color: var(--x0d0d0d-text);}
.welcome {margin-right: 5px;}
.login-form { margin: 1.8461em 0 0 0; }



/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
    color:#333;
    background:#F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));
    background:-moz-linear-gradient(top , #F5F5F5, #cbcbcb);
    border:1px solid #999;
    cursor:pointer;
    margin:.2em 0 2em 0;
    padding:.3em 1.8em;
    text-align:center;
}

input[type="submit"]:hover, input[type="button"]:hover,
input[type="submit"]:active, input[type="button"]:active,
input[type="submit"]:focus, input[type="button"]:focus,
button:hover, .button:hover,
button:active, .button:active,
button:focus, .button:focus {
    text-decoration:none; 
    background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
    background:-moz-linear-gradient(top , #e1e1e1, #ebebeb);
}


/*
 Media Queries
***************************************************************/

/* MOBILE PORTRAIT */
@media (min-width: 320px) and (max-width: 480px) {
#layout-header, #layout-navigation,  #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
  max-width: 375px;
}
#layout-navigation {
  margin-left: 0;
}

.key-features {
	height: 0px;
	display: none;
	}
.h1-desktop {
	font-size: 2.5em !Important;
	padding-bottom: 25px;
	}

.overlap-group5 {
	width: 383px;
    margin: 0 !IMPORTANT;
    padding: 0 !IMPORTANT;
}
nav ul li {
  border-bottom: 1px solid #c5ebfc;
}
nav ul li a {
  padding: 0.5em 18px 0.5em 0;
  font-weight: 500;
}
nav > ul li.current {
  border-bottom: 1px solid #c5ebfc;
}
nav > ul > li > ul {background-color: #eee;}
.zone-header {
  margin: 20px 0 10px 0;
}
.ams_logo {
  min-height: 31.15px;
  margin-bottom: 1px;
  margin-left: 10px;
  width: 150px;
  margin-right: 145px;
}
.user-display {
    display: none;
}
.banner {
  align-items: center;
  background-image: url(/Media/Default/Template/path-1800-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 329px;
  padding: 58.8px 31px;
  width: 375px;
}

div.elevate {
	display: none;
	}

.homepage_banner_mobile {
  padding-top: 30px;
  min-height: 230px;
  object-fit: cover;
  width: 375px;
}
.yes-it-can-be-the-p {
    width: 304px;
}
.association-manageme {
    width: 304px;
}
/* Association Management Software */

.overlap-group9 {
  width: 375px;
}

.intro {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--000124-10@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 629px;
  padding: 15.1px 7.5px;
  width: 375px;
}

.intro_image_wonan-in-phone {
  min-height: 298px;
  width: 302px;
}

.flex-col-3 {
  width: 375px;
  align-self: initial;
  margin-left: 0;
}

.yes-association-man {
  line-height: 30px;
  margin-left: 1.5px;
  margin-top: 30px;
  min-height: 97px;
  width: 298px;
}

.you-tell-us-what-you {
  line-height: 22px;
  margin-top: 40px;
  width: 304px;
}

.button-container {
  display: initial;
}

.button-blue {
  margin-top: 10px;
}

.button-light-blue {
  margin-left: 0;
  margin-top: 10px;  
}

.services {
  margin-top: 6.5px;
margin-left: 10px;
margin-right: 12px;

}

/* Let Us Help You */
.overlap-group10 {
  height: 2553px;
  margin-left: 0;
  margin-top: 1px;
  position: relative;
  width: 375px;
}

.cards_style1 {
  align-items: center;
  background-image: url(/Media/Default/Template/fill--ebf8fe-12@1x.png);
  flex-direction: column;
  left: 0;
  min-height: 2225px;
  padding: 57.2px 34px 20px 34px;
  position: absolute;
  top: 0;
  width: 375px;  
}
.let-us-help-you-get-you-started {
  position: absolute;
  top: 15px;
  width: 284px;
  white-space: initial;
  padding-top: 20px;
}
.flex-col {
  margin-top: 70px;  
}
.flex-col-1 {
  width: 305px;
  margin-left: 0;
  min-height: 815px;
}
.card-container-2 {
  margin-top: 0;
}
.flex-col-2 {
  margin-left: 0;  
}

/* Build Your Own Modules */

.feature-post {
  flex-direction: column;
  width: 375px;
}
.blog_img_feature {
  display: none;
}
.overlap-group3 {
  align-items: flex-start;
  background-image: url(/Media/Default/Template/fill--000124-12@1x.png);
  min-height: inherit;
  padding: 55.5px 41.5px;
  width: 375px;
}
.easily-build-your-ow {
  width: 272px;
}
.association-manageme-1 {
  width: 272px;
  height: 69px;
}
.button-container-1 {
  width: 154px;
  margin-left: 0;
  margin-top: 20px;
  display: initial;
}
.button-blue-2 { 
  margin-bottom:  20px;
}
.button-light-blue-1 {
  margin-left: 10px;
        margin-bottom: 20px;
}
.lets-talk {
  display: block;
  padding: 54.1px 27.5px;
  width: 375px;
}
.want-to-know-more-ab {
  min-height: 56px;
  width: 318px;
  white-space:normal;
  text-align: left;
}
.button-blue-3 {
  margin-top: 43px;
  margin-left: 0; 
}

/* Testimonials */

.testimonials {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-right: 1px;
    margin-top: 60px;
    min-height: 1309px;
    width: 302px;
    margin: 0 auto;
}

.what-our-customers-are-saying {
    margin-left: 3px;
    margin-top: 50px;
    min-height: 67px;
    text-align: center;
    width: 284px;
}

.overlap-group-container {
    align-items: center;
    display: inherit;
    min-height: 1240px;
    margin-top: 34px;
    width: 375px;
    flex-direction: column;
}

.overlap-group, .overlap-group2 {
    margin-bottom: 20px;
}

.overlap-group2 {
    margin-left: 0;
}

.overlap-group1 {
    margin-left:  13px;
}

/* Footer */
.footer_global {
  height: 900px;
  padding: 60px 35px;
  width: 375px;
}
.flex-row {
 width: 304px;
 display: initial;
 font-size: var(--font-size-s) !important;
}
.ams_logo_white {
 width: 150px;
 height: 31px;
}
.aboutwhat-we-dowh {
  float: left;
  height: 150px;
  margin-top: 20px;
}
.servicesthe-ams-sy, .ams-newsclient-car, .aboutwhat-we-dowh, .contact-us {
  margin-left: 0;
  font-weight: 300;
  line-height: 20px;
  width: 148px;  
}
.servicesthe-ams-sy {
  float: right;
  margin-top: 20px;
}
.ams-newsclient-car {
    float: left;
    margin-top: 0.5em;
}
.contact-us {
    margin-left: 0;
    float: right; 
}
.flex-row-1 {
    width: 300px;
    align-self: initial;
    margin-top: 0;
    display: initial;
}
.powered-by-orchard {
    width: 304px;
}
.facebook {
    margin-top: 30px;
    float: left;
}
.facebook_icon {
    margin-left: 0;
}
.linkedin {
    margin-top: 30px;
}

/* Sections */
.section-banner {
    align-items: flex-end;
    background-image: url(/Media/Default/Template/fill--e1ecf0-2@1x.png);
    min-height: 244px;
    padding: 58px 34px;
    width: 375px;
    display: inherit;
}
.about_mobile {
    display: initial;
    height: 230px;
}
.about_mobile img {
    height: 230px;
    object-fit: cover;
    width: 375px;
}
.section-intro {
    
}
} /* end media query */

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
.homepage_banner_mobile {display: none;}

/* Structure*/
#branding {
    font-size: 2em;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

/* Float Images */
p img.left, 
p img[align="left"]     { float: left; margin: 0.923em 0.923em 0.923em 0; }
p img.right, 
p img[align="right"]    { float: right; margin: 0.923em 0 0.923em 0.923em; }

} /* end media query */




/* SMALL TABLET */
@media only screen and (min-width: 600px) {
body 
{
		
}

/* Branding */
#branding {
    font-size: 2.9em;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

/* Navigation */
#nav-collapsed {
    width: 65px;
    margin-top: -1em;
    padding: 1.9em;
}
#nav-collapsed.is-active { padding-bottom: 3em; color: #666; }
#nav-collapsed span.responsive-menu-text {
    display: inline-block;
    padding-left: .5em;
    vertical-align: middle;
}

/* Forms */
.MvcAccordianWizard select, .MvcAccordianWizard textarea, .MvcAccordianWizard input.text, .MvcAccordianWizard input.textMedium, .MvcAccordianWizard input.text-small, .MvcAccordianWizard input.text-box { max-width: 65%;}

} /* end media query */




/* TABLET/NETBOOK (iPad and most Android Tablets in portrait) */
@media only screen and (min-width: 769px) { 
body {
}

/* Structure
***************************************************************/

/* Navigation */
#layout-navigation { margin-top: 0; }
.lt-ie8 #layout-navigation { margin-top: 2em; }
nav ul li { margin: 0 2px -1px 0; }
nav li.last { margin-right: 0; } 
nav ul li a { padding:0 18px; }
nav > ul li.current { border-bottom: 1px solid #fff; } 
nav > ul li.dropdown:hover { background: #eee; } 
nav > ul li.dropdown li.dropdown:hover { background: #eee; } 
 
/* first level */
nav > ul > li { float:left; }
nav > ul > li > a { float:left; } 
    
/* second level */
nav > ul > li > ul { margin: 24px 0px 0px -1px; position:absolute; width: auto; }
.lt-ie8 nav > ul > li > ul { margin-left: -6.9em; }
nav > ul > li > ul > li > a { padding:0 18px; }
nav > ul > li > ul > li > a:before { content: ""; }

/* third level */
nav > ul > li > ul > li > ul { margin: -20px -1px 0px 90% ; position:absolute; width: auto;}
nav > ul > li > ul > li > ul > li > a { padding:0 18px; }
nav > ul > li > ul > li > ul > li > a:before { content: ""; }

/* Hide duplicated navigation in footer
** Only needed if set in ResponsiveChanges.js */
.footer-menu { display: none!important; } 


/* Zones
***************************************************************/
.zone-navigation { padding: 0; }

/* Secondary Zones */

/* Aside Zones */
/* If zone 1 is on */
.aside-1 #layout-content { float: right; width: 62.5%; }
.aside-1 .aside-first { float: left; width: 37.5%; }

/* If zone 2 is on */
.aside-2 #layout-content { float: left; width: 62.5%; }
.aside-2 .aside-second { float: right; width: 37.5%; }

/* If zones 1, 2 are on */
.aside-12 #layout-content { width: 62.5%; }
.aside-12 .aside-first, .aside-12 .aside-second { width: 18.75%; }
.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { float:left; }

/* Tripel Zones*/
#layout-tripel > div { float:left; width: auto; }

/*2 zones on */
.tripel-12 #layout-tripel > div { width:50%; } /* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div { width:50%; } /* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div { width:50%; } /* If zones 1, 3 are on */

/*3 zones on */
.tripel-123 #layout-tripel > div { width:33.33333333333333%; } /* If zones 1, 2, 3 are on */

/* Quad Footer Zones */
#footer-quad > div { float:left; width:25%; }

/*1 zone on */
.split-1 #footer-quad-first { width:auto; } /* If zone 1 is on */
.split-2 #footer-quad-second { width:auto; } /* If zone 2 is on */
.split-3 #footer-quad-third { width:auto; } /* If zone 3 is on */
.split-4 #footer-quad-fourth { width:auto; } /* If zone 4 is on */

/*2 zones on */
.split-12 #footer-quad-first, .split-12 #footer-quad-second { width:50%; } /* If zones 1, 2 are on */
.split-13 #footer-quad-first, .split-13 #footer-quad-third { width:50%; } /* If zones 1, 3 are on */
.split-14 #footer-quad-first, .split-14 #footer-quad-fourth { width:50%; } /* If zones 1, 4 are on */
.split-23 #footer-quad-second, .split-23 #footer-quad-third { width:50%; } /* If zones 2, 3 are on */
.split-24 #footer-quad-second, .split-24 #footer-quad-fourth { width:50%; } /* If zones 2, 4 are on */
.split-34 #footer-quad-third, .split-34 #footer-quad-fourth { width:50%; } /* If zones 3, 4 are on */

/*3 zones on */
.split-234 #footer-quad-second { width:50%; } /* If zones 2, 3, 4 are on */
.split-134 #footer-quad-first { width:50%; } /* If zones 1, 3, 4 are on */
.split-124 #footer-quad-fourth { width:50%; } /* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third { width:50%; } /* If zones 1, 2, 3 are on */

/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:33.33333333333333%; }*/ /* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 2, 3, 4 are on */
	
/*
GRID LAYOUT BEGINS HERE FOR USE 
WITHIN HTML WIDGET AREAS AND EDITOR IF ADDITIONAL COLUMNS/ROWS ARE
DESIRED
***************************************************************/
/* This is using the 1140 Grid System: http://cssgrid.net/ */
.row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.row:after {
	content: ".";
	display: block;
	width: 100%;
	min-height: 0;
	visibility: hidden;
}
.onecol    { width: 4.85%;  } /* grid_1  */
.twocol    { width: 13.45%; } /* grid_2  */
.threecol  { width: 22.05%; } /* grid_3  */ 
.fourcol   { width: 30.75%; } /* grid_4  */
.fivecol   { width: 39.45%; } /* grid_5  */
.sixcol    { width: 48%;    } /* grid_6  */
.sevencol  { width: 56.75%; } /* grid_7  */
.eightcol  { width: 65.4%;  } /* grid_8  */
.ninecol   { width: 74.05%; } /* grid_9  */
.tencol    { width: 82.7%;  } /* grid_10 */
.elevencol { width: 91.35%; } /* grid_11 */
.twelvecol { width: 100%;   } /* grid_12 */
	
/* layout & column defaults */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol { 
	float: left; 
	position: relative;
	margin-right: 3.8%; 
}
	
/* adding float to large column */
.twelvecol {
	float: left;
	position: relative;
}
	
/* default styles & fixes */
.col-last { 
	margin-right: 0; 
	float: right;
}

} /* end media query */




/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
.layout-content {
	max-width: 1160px;
}
} /* end media query */




@media only screen and (min-width: 1280px) { 
/* DESKTOP */
body {

}
} /* end media query */




/* WIDESCREEN */
@media only screen and (min-width: 1366px) { 
body { font-size: 100%; } /* Increased legibility on large screens */
#layout-wrapper, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
max-width: 1366px; margin: 0 auto;
}
#layout-header {
width: 212px;float: left;margin: 30px 0 15px 60px;   
}
#layout-navigation {
float: right;margin: 30px 40px 0 0;width: 900px;
}
.zone-navigation {
display: flex; justify-content: flex-end; font-size: 15px;
}
.widget-nav-main {padding-top: 10px;padding-right: 10px;}
.last a {background:url(/Media/Default/Template/search-icon-1@1x.png) 0 0 no-repeat;display:none;height:40px; /* your image height */text-indent:-99999em;width:40px; /* your image width */overflow:hidden;background-size: 20px;   
}
} /* end media query */




/* PRINT */
@media print {
* {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
a, a:visited {color: #444 !important; text-decoration: underline}
a[href]:after {content: " (" attr(href) ")"}
abbr[title]:after {content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
thead {display: table-header-group; } /* Repeat header row at top of each printed page */
tr, img {page-break-inside: avoid; }
img {max-width: 100% !important; }
@page {margin: 0.5cm}
p, h2, h3 {orphans: 3; widows: 3}
h2, h3{page-break-after: avoid}
}

div.mceText {
border: #f5dad0;
    border-style: solid;
    border-radius: 15px;
    padding: 10px;
    padding-bottom: 1px;
margin-top: 15px;
background: floralwhite;
}





/******************* mikes styles   ********************/

/*

<img width="600px" height="auto" style="padding-left: 40px; padding-top: 25px;" alt="" src="/Media/Default/Template/smartlist-hub.jpg" /></div>

<div class="mbishop_about"><img width="536" height="auto" style="padding-right: 75px;" alt="" src="/Media/Default/Template/3%20laptops.png" />
<div class="flex-col-about">

*/


/******** wide screen ******************/
@media only screen and (min-width: 1366px) { 

span.banner-text {
	width: 60%;
	display: inline-block;
	}

img.half-body-image {
	width:575px;
	height: auto;
	padding: 25px
	}

}


@media (min-width: 320px) and (max-width: 480px) {

.section-intro {
	display: inherit;
	width: 302px;
	}

.section_intro_img {
    xmin-height: 298px;
    xwidth: 302px;
	display: none;
	}

.mbishop_about {
    width: 302px;
	display: flow;
	}

.oasis-computing-has {
    width: 302px;
	}

.mike-bishop-founded {
	width: 302px;
	}

img.half-body-image {
	width:298px;
	height: auto;
	padding: 5px
	}

.cards_about {
    width: 375px;
}


.flex-col-about {
    width: 302px;
	}

}


/***** google forms iframe *****/



.banner iframe {
	height:1218px;
	}

.flex-col-3 iframe {
		height:372px;	
}


/**** chrome shows extra line for "saving disabled" message 
/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	   	.banner iframe {
			height:1244px;
		}
		.flex-col-3 iframe {
			height:390px;
		}
	} 


.form-blue {
  background-color: #599abe;
  border-radius: 10px;
  display: flex;
  width: 480px;
}

.form-blue .services {
  flex: 1;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: -15px;
  text-align: center;
  white-space: nowrap;
  width: 74px;
}

@media (min-width: 320px) and (max-width: 480px) {
  	.banner iframe {
    		width: 400px;
		height: 1320px; /* wrapping */
  	}
  	.flex-col-3 iframe {
    		width: 300px;
		margin-left: -20px;
  	}
	.form-blue {
		  width: 360px;
	}

}


/****** HTMX Forms overrides - a bit more professional than the dashboard styles *****/

button.oasis-content__form-submit {
	background: var(--x0075a2-brand-medium-blue) !important;
}


/****** HTMX Forms overrides *****/


/**************** keyframes ******************/



/*************** claud.ai content ************/

div.bg-card {

	padding: 25px;
	margin: 25px 0 25px;
}

div.bg-card ul {
	list-style-type: none;
}