/* ========================================================================== 
    #General Layout 
    ========================================================================== */
#wrapper{
    position: relative;
    padding: 0;
    margin: 0;
}
*{
    transition: width 1s, height 1s;
}
div#preload,
#ie_message,
.mobile-menu,
.video-poster-mobile {
    display: none;
}
#ie_message {
    padding: 20px 50px 10px;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center !important;
    border: 5px solid red;
    background-color:var(--myorange);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6000;
}
.fullwidthbanner {
    visibility: hidden
}

/* #Branding Colors */

:root{
    --bgColor:#CCD9E8;
    --mygreen: #45bf55;
    --myorange: #f6933c;
    --myblue: #3dc5fc;
}
.text-blue {
    color:var(--myblue) !important;
}
.text-orange {
    color:var(--myorange) !important;
}
.text-green {
    color:var(--mygreen) !important;
}
.text-black {
    color: #555 !important;
}
.text-white {
    color: #fff !important;
}
.bg-blue {
    background-color:var(--myblue) !important;
    fill:var(--myblue);
}
.bg-orange {
    background-color:var(--myorange) !important;
    fill:var(--myorange);
}
.bg-green {
    background-color:var(--mygreen) !important;
    fill:var(--mygreen);
}
.bg-gray {
    background-color: #f5f7f9 !important;
}
.text-inset{
    color: #fff;
    text-shadow: #e0e0e0 1px 1px 0;
}
.text-glow{
    color: #FFFFFF;
    background: transparent;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18;    
}

/* #Header ========================================================================== */

#header h1, #header2 h1,
#header h2, #header2 h2 {
    height: 1px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -9999px;
}

#header {
    position: fixed;
    z-index: 20;
    height: 130px;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    transition: all .25s ease 0s;
    background-color:#fff;
    border-top:2px solid #aaa;
    border-bottom: 3px solid var(--mygreen);
}
.sticky-header {
    background-color: transparent;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
#topnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1rem;
}
#topnav2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction:  row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1rem;
    padding: 10px 0px;
    background-color: #f5f5f5;
}
#topnav ul:first-child {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 30px;
}
#topnav2 li{
    display: inline-block;
}
#topnav2 ul:first-child {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 40px;
}
#topnav ul:first-child li {
    display: inline-block;
    margin-left: 30px;
}
#topnav a.btn,
#topnav2 a.btn {
    padding: 5px 30px !important;
    margin: 0px;
    font-size: .7rem;
    text-decoration: none;
}
#topnav ul:first-child li:first-child a,
#topnav2 ul:first-child li:first-child a {
    color:var(--mygreen);
    line-height: 160%;
    text-decoration: none;
    overflow: hidden;
}
#topnav ul:first-child a:hover {
    text-decoration: none;
}
#webmail-icon {
    margin-top: -2px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 8px;
    transform: rotate(-25deg);
}
#topnav ul:first-child li:first-child a:hover #webmail-icon,
#topnav2 ul:first-child li:first-child a:hover #webmail-icon {
    transform: rotate(0deg);
}
.overflow-hidden {
    overflow: hidden;
}

/* Logo */

#logo {
    display: inline-block;
    margin: 18px 20px 10px 0;

}
#logo img {
    display: inline-block;
    width: 154px;
    height: 38px;
    box-sizing: border-box;
}

#tagline{
    position: absolute;
    top:-5%;
    display: inline-block;
    color: #aaa;
    font-size: .695em;
    line-height: 1.18;
    width: 30%;
    letter-spacing: -.02em;
    font-family:'Verdana', sans-serif;
    font-weight:100;
    font-style: italic;
    box-sizing: border-box;
    margin-top: 10px;
    transform: translateY(50%);
    padding-left: 20px;
}
#header .vertical {
    border-left: 1px solid #ddd;
    height: 25px;
    position:absolute;
    top: 35%;
    left: 174px;
    width: 2px;
  }
#tagline span{
    color: #555;
    font-style: normal;
}
@media (min-width: 1200px) {
    #header.scrolling {
        top: 0px;
        background-color: rgba(255, 255, 255, 1);
        -webkit-transition: background-color 100ms linear;
        -ms-transition: background-color 100ms linear;
        transition: background-color 100ms linear;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    }
}

/* Menu basics */
#menu{
    margin-top: 27px;
}
.sf-menu,
.sf-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 100;
}
.sf-menu > li {
    float: left;
}
.sf-menu > li > a {
    position: relative;
    display: block;
}
/* Menu Skin */

.sf-menu {
    float: right;
    /*width: 100%;
    */
}
.sf-menu a {
    display: block;
    font-size:.9rem;
    font-family: 'PT Sans', 'Arial', sans-serif;
    font-weight: normal;
    color: #777;
    text-decoration: none;
}
.sf-menu > li > a {
    padding-bottom: 0px;
    color: #777;
    font-size:.9rem;
    text-align: center;
    text-transform: uppercase;
}
.sf-menu > li > a span {
    display: inline-block;
    padding: 5px 15px;
}
.sf-menu > li.current > a {
    color:var(--mygreen);
}
.sf-menu > li > a:hover span {
    color: var(--myorange);
}

/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul::after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    margin-top: -3px;
    content: "";
}
.sf-arrows > li > .sf-with-ul:focus::after,
.sf-arrows > li::hover > .sf-with-ul::after,
.sf-arrows > .sfHover > .sf-with-ul::after {
    border-top-color: rgba(0, 0, 0, 0.7);
}
/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
    border-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    margin-right: -3px;
}
.sf-arrows ul li > .sf-with-ul::focus::after,
.sf-arrows ul li::hover > .sf-with-ul::after,
.sf-arrows ul .sfHover > .sf-with-ul::after {
    border-left-color: rgba(0, 0, 0, 0.7);
}
/* Mobile Menu */

#mobile-menu {
    position: relative;
    z-index: 50;
    margin: 0px auto;
}
#mobile-menu li {
    display: block;
    margin: 0;
    background-color: #08579b;
}
#mobile-menu li.current {
    background-color: var(--mygreen) !important;
}

#mobile-menu > li > ul,
#mobile-menu > li > ul > li > ul {
    display: none;
    margin-left: 0;
}
#mobile-menu li a {
    position: relative;
    display: block;
    padding: 15px 2rem;
    border-top: 1px solid #d7d7d7;
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
}
#mobile-menu ul a {
    padding-left: 1rem;
}
#mobile-menu .mobile-menu-submenu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    border-left: 1px solid #d7d7d7;
    color: #69675b;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
#mobile-menu .mobile-menu-submenu-arrow:hover {
    background-color: #0be369;
    color: #fff;
}
#mobile-menu,
.mobile-menu,
.mobile-show {
    display: none;
}
.mobile-hide {
    display: inherit;
}
/* Mobile menu trigger */

#mobile-menu-trigger {
    display: none;    
    position: relative;
    top: 0px;
    font-size: 18px;
    color: #333;
}


/* #Content ========================================================================== */

#content{
    position: relative;
    padding-top: 30px;
    z-index: 40;
}

.container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
    box-sizing: border-box;
}

.header-content {
    position: relative;
    xtop: -20px;
    z-index: 2;
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;    
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; 
}
.header-content h2 {
    text-align: center;
    font-size: 2.4em;
    color: var(--mygreen);
    line-height: 1.2;
}
.header-content p{
    font-size: 1.2em;
    max-width: 90%;
    margin: 0px auto 20px;
}
#design-page .header-content,
#hosting-page .header-content,
#event-page .header-content,
#registration-page .header-content{
        position: relative;
        top: -30px;
}


.section {
    padding: 40px 0 40px;
}

.section-gradient{
    padding: 20px 0px 10px;
    margin: 10px 0;
    background-color: #efefef;
    box-sizing: border-box;

}
.section-gradient:after,
.section-gradient:before{
    clear: both;
    display: table;
    content: "";
    line-height: 0;    
}
.section-gradient h3{
    font-family: 'latobold', Arial, sans-serif;
}
 
/* #NEW Hero Images ========================================================= */
.hero-new{
    position: relative;
    border-bottom: 5px solid #fafafa;
}
.img-header {
    height: 90vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555;
    width: 100vw;
    box-sizing: border-box;
    text-align: center;
}
.container-new {
    max-width: 70vw;
    padding-left: .5rem;
    padding-right: .5rem;
    margin: auto;
    box-sizing: border-box;
}
.fullscreen-image {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}
.fullscreen-image img {
    padding: 0px;
    margin: 0px;
    height: auto;
    width: 1385px;
    max-width: 100%;
    max-height: 781px;
    background-color: #fff;
    
}
#home-page-new,
#design-page-new{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
#home-page-new .header-info,
#design-page-new .header-info {
    position: relative;
    z-index: 2;  
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    text-align: left;
}
#home-page-new .header-info div,
#design-page-new .header-info div{
    margin-top: -50px;
    width: 630px;
}
#home-page-new .header-info h2,
#design-page-new .header-info h2 {
    text-align: left;
    font-size: 3em;
    color: #444;
    font-family: 'PT Sans Bold', sans-serif;
    line-height: 1.1;
}
#home-page-new .header-info p,
#design-page-new .header-info p{
    text-align: left;
    font-size: 1em;
    color: #555;
    width: 85%;
    margin: 0px 0px 30px;
}

#header-details{
    position: relative;
    bottom:-70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
#header-details .focus-child{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;    
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0  33%;
    flex: 0 0 33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; 
    margin-right: 30px;
    text-align: left;
}
#header-details .focus-child:last-child{
    margin-right:0px;
}

#header-details .focus-child div:first-child{
    min-width: 100px !important;
    height: auto;
    box-sizing: border-box;
}
#header-details .focus-child h4{
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: .05em;
    margin-bottom: 5px;
    color: #000;
    font-family: 'PT Sans Bold', sans-serif;
}
#header-details .focus-child p{
    font-size: .95rem;
    line-height: 1.4;
    color: #555 !important;
    margin-bottom: 0px !important;
}

/* #Customer-Logos
   ========================================================================== */

.customer-logos{
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;  
    margin-bottom: 30px;
}
.customer-logos div{
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    box-sizing: border-box;
}
.customer-logos div.hort,
.customer-logos div.vert{
    margin-right:30px;   
    margin-left: 30px;
}

.customer-logos div.hort img{
    width: auto;
    height: 20px;
}
.customer-logos div.vert img{
    height: 30px;
    width: auto;   
}
.customer-logos div img{
    vertical-align: middle;
    box-sizing: border-box;
 }
@media screen and (max-width: 1280px){
    .customer-logos div.hort,
    .customer-logos div.vert{
        margin-right:10px;   
        margin-left: 10px;
    }
    #customer-logos{
        margin-top: 50px;
    }
}
@media screen and (max-width: 970px){
.customer-logos{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
    margin-bottom: 0px;
    }    
    .customer-logos div.hort,
    .customer-logos div.vert{
        margin-right:14px;   
        margin-left: 14px;
        margin-bottom: 15px;
    }
}
/* #Page-Headers
   ========================================================================== */
#page-header {
    position: relative;
    height: 15vh;
    padding: 30px 0 0px;
    display: block;
}

#page-header h3 {
    font-family: 'latobold', Arial, sans-serif;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
    opacity:1;    
}
#page-header-gradient {
    position: relative;
    height: 15vh;
    padding: 30px 0 0px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    background-color:#70B85D;
}
#page-header-gradient h3 {
    position:absolute;
    top: 50%;
    left:50%;
    font-size: 2.5em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
    color: #fff;
}

    .diagonal {
      position: relative;
      z-index: 1;
      background-color: #f6f7f9;
    }
    .diagonal:before, .diagonal:after {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden;
    }
    .diagonal:before {
      top: 0;
      -webkit-transform: skewY(1.5deg);
              transform: skewY(1.5deg);
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0;
              transition: width 1s, height 1s, transform 1s;
    }
    .diagonal:after {
      bottom: 0;
      -webkit-transform: skewY(-1.5deg);
              transform: skewY(-1.5deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
              transition: width 1s, height 1s, transform 1s;
    }
    .diagonal-last:after{
        -webkit-transform: skewY(0deg);
              transform: skewY(0deg);    
    }

/* anchors */

.anchors {
    display: block;
    position: relative;
    z-index: 5000;
    visibility: hidden;
}

.anchor-about{
    top: 0px;
}
.anchor-tools,.anchor-business,.anchor-design,.anchor-email {
    top: -80px;
}
.anchor-security,.anchor-partners, .anchor-ecommerce,.anchor-hosting, .anchor-live {
    top: -60px;
}
#client-logos{
    background-color: #fff;
    margin-bottom:5px;
    padding-bottom:0px;
    border:0px;
    margin-top:0px;
}
#client-logos ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: center;
}
#client-logos li{
    list-style-type: none;
    flex: 0 0 auto;
    margin:auto;
    margin-bottom:5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

#client-logos li img{
    width:70%;
    margin:auto;
    height:auto;
    opacity: .4;
}
#client-logos li img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

#client-logos li img:hover {
    filter: none;
    opacity: 1;
    -webkit-filter: grayscale(0%);
}

/* #Footer ========================================================================== */

    #footer {
        color:#777;
        font-family: Arial, sans-serif;
    }
    
    #footer-top {
        padding: 25px 0px 5px;
    }
    #footer-middle {
        padding: 20px 0;
        background-color: #363636; 
        font-size: 12px;
    }
    
    #footer-bottom {
        padding: 15px 0 0px;
        font-size: 11px;
        background-color: #2f2f2f;
        border-top: 4px solid #2c2c2c;
    }

    #footer_links{float:right;}
    #footer_links a, #keywords a, #keyword_connect a {
        margin:0 5px;
        color:#777;
    }

    #keywords ul{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    #keywords li{
        box-sizing: border-box;
        padding: 5px 0px 0px;
    }
    #keyword_connect{
        margin-top:10px;
    }
    #quick_connect{
        margin:10px 0;
    }
    #keywords li, #quick_connect li{
        float: left;
        list-style-type: none;
        margin-right: 10px;
    }

    #quick_connect li{margin-top:5px; margin-right:25px;}

    .footer_header {
        border-bottom: 1px solid #656565;
        color: #999 !important;
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 5px;
        text-transform: uppercase !important;
    }

    #footer_social img,#footer_social i{float:right;}
    #footer_social div{display:inline-block;width:150px;clear: both;float: right}
    #footer_social  a{
        float:right;
        margin:10px 10px 0 0;

    }

/* ========================================================================== 
    #Page Styles 
    ========================================================================== */

.two-flex,
.three-flex,
.four-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.flex-justify-space-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
h1.feature-title::after {
    display: block;
    content: '';
    background: var(--myblue);
    height: 3px;
    width: 100%;
    position: relative;
    bottom: -15px;
    left: 0;
}
h1.feature-title::after {
    width: 110%;
    left: -10%;
}
.hero-title {
    margin: 50px 0px 0px;
}
.hero-title h1.feature-title {
    margin-bottom: 30px;
}
.hero-title h1,
.hero-title p {
    padding: 0px 30px;
}
.hero-title p .btn {
    margin-top: 20px;
}
h3.offset-title span {
    color: var(--myblue);
    font-size: 2rem;
    line-height: 1;
}
h3.offset-title{
    margin-top: 30px;
}

/* Animation effects */

.feature-lines {
    background: url(/images/scratch-off-animations/home-large-scratch-right2.png) right top / 100% 100%;
    */ position: absolute;
    top: -1px;
    right: -1px;
    bottom: 0px;
    left: 0;
    z-index: 3;
}
.feature-lines {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 3;
}
.feature-lines-inner {
    background: url(/images/scratch-off-animations/home-large-scratch2.gif) right top / 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.feature-lines + img {
    display: block;
}
.framed-image-wrapper {
    margin: 0 0 80px 50px;
    max-width: 449px;
    position: relative;
}
.framed-image-wrapper img {
    position: relative;
    z-index: 3;
}
.image-border-wrapper {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 30px;
    right: 0;
    width: 100%;
    height: calc(100% - 3px);
    z-index: 5;
}
.first-border {
    width: 3px;
    display: block;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
}
.first-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(79, 244, 120);
    background: linear-gradient(180deg, rgba(79, 244, 120, 1) 29%, rgba(61, 197, 252, 1) 85%);
}
.second-border {
    background: transparent;
    display: block;
    width: 100%;
    max-width: 0;
    overflow: hidden;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.second-border::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(61, 197, 252);
    background: linear-gradient(90deg, rgba(61, 197, 252, 1) 38%, rgba(23, 230, 151, 1) 89%);
}
.third-border {
    width: 3px;
    display: block;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    background: transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.third-border::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgb(246, 147, 60);
    background: linear-gradient(180deg, rgba(246, 147, 60, 1) 38%, rgba(23, 230, 151, 1) 89%);
}
.fourth-border {
    background: transparent;
    display: block;
    width: 100%;
    max-width: 0;
    overflow: hidden;
    height: 3px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.fourth-border::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgb(79, 244, 120);
    background: linear-gradient(90deg, rgba(79, 244, 120, 1) 30%, rgba(246, 147, 60, 1) 85%);
}

@media (prefers-reduced-motion: no-preference) {
  .first-border::before {
    animation: first-line .4s linear both 1.8s;
  }
  .second-border::before{
    animation: second-line .4s linear both 1.4s;
  }
  .third-border::before {
    animation: third-line .4s linear both .9s;
  }
  .fourth-border::before {
    animation: fourth-line .4s linear both .4s;
  }
}




@keyframes first-line {
    0% {
        top: 100%;
    }
    100% {
        top: 0%;
    }
}
@keyframes second-line {
    0% {
        left: 100%;
    }
    100% {
        left: 0%;
    }
}
@keyframes third-line {
    0% {
        bottom: 100%;
    }
    100% {
        bottom: 0%;
    }
}
@keyframes fourth-line {
    0% {
        right: 100%;
    }
    100% {
        right: 0%;
    }
}

@media screen and (min-width: 960px){
    .framed-image-wrapper .active .first-border,
    .framed-image-wrapper .active .second-border,
    .framed-image-wrapper .active .third-border,
    .framed-image-wrapper .active .fourth-border{
        max-height: 1000px;
        max-width: 1000px;
        transition:all 2s ease-in-out; 
    }

    .framed-image-wrapper .deactive .first-border,
    .framed-image-wrapper .deactive .second-border,
    .framed-image-wrapper .deactive .third-border,
    .framed-image-wrapper .deactive .fourth-border{
        max-height: 0px;
        max-width: 0px;
        transition:all 2s ease-in-out; 
    }
}

#rotate-img-design{
    margin: 0px auto;
}
#rotate-img-design img{
     text-align: center;
}

/* ========== Typing Effects ======== */

.typewrite .wrap{
    font-size: 1.5em;
    letter-spacing: .03em;
}
.typewrite:after{
    content: "|";
    font-size: 1.2em;
    color: #ccc;
    animation: blink-caret 1.4s infinite;

}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { color: transparent }
  50% { color: #ccc; }
}


/* ========== logo Effects ======== */

.bxslider img {
    width: auto;
    display: inline-block !important;
    text-align: center;
    margin: 0px auto;
}
.bxslider img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: #e2e2e2;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .4s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    opacity: .5;
}
.bxslider img:hover {
    filter: none;
    opacity: 1;
    -webkit-filter: grayscale(0%);
}


/* ========================================================================== 
    #Responsive 
    ========================================================================== */
    .sticky-header, #content {
        background-color: #fff;
    }    


/* #Large Display =========================================================== */

@media (min-width: 1660px) {
    .sf-menu > li {
        margin-left: 30px;
    }
    .sf-menu > li:last-child {
        margin-right: 0px !important;
    }
    .sf-menu > li > a span{
        padding: 0px !important;
    }
    .sf-menu > li:last-child > a span {
        padding-right: 0px !important;
    }
    h3.offset-title span {
        font-size: 2.5rem;
    }

}

@media (max-width: 1660px){

    .sf-menu > li:last-child > a span {
        padding-right: 0px !important;
    }

    #home-page-new .header-info h2, #design-page-new .header-info h2{
        font-size: 2.5em;
    }
    .fullscreen-image img{
        width: auto;
        max-height: 80%;
    }
    .fullscreen-image {
      position: absolute;
      top:0px;
    }
    .container-new{
        max-width: 85vw;
    }
}

@media (min-height: 1160px){
    #home-page-new .header-info, #design-page-new .header-info{
        margin-top: 10vh;
    }
}
@media screen and (max-width: 1460px) and (min-height: 800px){
    .container{
        margin: 0px auto;
        box-sizing: border-box;
    }
    .fullscreen-image img{
        width: auto;
        float: right;
        max-height: 80%;
    }
    .fullscreen-image {
      position: absolute;
      top:0px;
    }
    #header-details {
      position: relative;
      bottom:15px;
    }
    #home-page-new .header-info div, #design-page-new .header-info div {
      width: 75%;
    }

}
@media screen and (min-width: 981px) and (max-width: 1200px)  and (orientation: landscape){

    #home-page-new .header-info, #design-page-new .header-info{
        margin-top: 10vh;
    }
    #home-page-new .header-info div, #design-page-new .header-info div {
          margin-top:0px !important;
          width:70% !important;
      }

}
@media screen and (min-height: 600px) and (max-height: 800px){
    .hero-new{
        position: relative;
        top:0px;
    }
    .container-new{
        max-width: 85vw;
    }
    .container{
        margin: 0px auto;
        box-sizing: border-box;
    }
    .fullscreen-image img{
        width: auto;
        float: right;
        max-height: 80%;
    }
    .fullscreen-image {
      position: absolute;
      top:0px;
    } 
    #header-details {
      position: relative;
      bottom: 0px;
    }
    #home-page-new .header-info div, #design-page-new .header-info div {
      width: 75%;
    }   
    .header-content p{
        font-size: .975rem;
        letter-spacing: .1em;
    }
    #homepage-focus .focus-child p{
        display: none;
    }

    .header-content h2{
        font-size: 1.6em;
        transition: width 1s, height 1s;
        margin-bottom: 10px;
    }
    #homepage-focus img{
        width: 80px;
        height: 80px;
        transition: width 1s, height 1s;
    }
    #homepage-focus .focus-child h4, #header-details .focus-child h4 {
        font-size: 1rem;
        line-height: 1.2;
        transition: width 1s, height 1s;
    } 
    .framed-image-wrapper{
        max-width: 350px;
    }   
}
@media (max-width: 1366px) {
    .sf-menu > li {
        margin-left: 5px;
    }
    .sf-menu > li > a span {
        display: inline-block;
        padding: 5px 8px;
    }      
    .sf-menu > li > a{
        font-size: .8rem;
    }
    .sf-menu > li:last-child > a span {
        padding-right: 0px !important;
    }    
    .v-header{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; 
    }      
    #content{
        margin-top: 0px;
    }
    #home-page,
    #design-page,
    #event-page,
    #registration-page,
    #hosting-page{
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover; 

    }
    #home-page{
        background-image: url(/videos/creative-team-mobile.jpg);
    }

    #design-page{
        background-image: url(/videos/creative-team-mobile.jpg);
    }
    #event-page{
        background-image: url(/videos/event-management.jpg);
        background-position: bottom center;
    }
    #registration-page{
        background-image: url(/videos/registration-poster.jpg);
    }
    #hosting-page{
        background-image: url(/videos/creative-team-mobile.jpg);
    }
    .container,.container-new{
        max-width: 85vw;
        padding:0px;
        box-sizing: border-box;
    }  
    #header-details .focus-child{
        flex: 1 1 33%;
    }
    #header-details .focus-child div:first-child {
      min-width: 90px !important;
    }  
    
}
@media (max-width: 1280px) {
    .sf-menu > li {
        margin-left: 10px;
    }    
    .sf-menu > li > a span {
        display: inline-block;
        padding: 5px 5px;
    }    

    .framed-image-wrapper{
        max-width: 380px;
        margin: 0px 0px 0px 0px;
    }
    #tagline, #header .vertical{
        display: none;
    }   
    #client-logos li:nth-child(n+6){
        display: none;
    }
    #client-logos li{
        width: 33%;
    }
}
/* #Smaller then 1200px width Mobile Menu ============================================== */

@media (max-width: 1200px) {
    #header,
    #header2{
        height: auto !important;
        position: relative;
    }  
    #header .row-fluid,
    #header2 .row-fluid{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;

    }

    #menu,
    .mobile-hide,
    #topnav2{
        display: none !important;
    }

    #mobile-menu-trigger,
    .mobile-menu,
    .mobile-show {
        display: inline-block;
    }  
    #mobile-menu {
        position: relative;
        top:0px;
        width:100%;
        z-index: 5000;
    } 
    #logo{
        display: inline-block;
        margin: 15px 10px 10px 0;
    }  
    #logo img{
        width: 101px;
        height: 25px;
        transition: width 1s, height 1s;
    }
     #header .mobile-show{
        width: 100%;
        text-align: right;
     }
    #header .mobile-show div{
        display: inline-block;
        width: auto;
        margin: 12px 10px 10px 20px;
    }
    .hero{
        top: 0px;
    }
    .header-content{
        top: 0px;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
    }
    .header-content p{
        transition: width 1s, height 1s;
        font-size: .875em;
    }
    .header-content h2{
        font-size: 1.6em;
        transition: width 1s, height 1s;
        margin-bottom: 10px;
    }
    #home-page-new .header-info div, #design-page-new .header-info div{
        width: 55%;
    }
    #homepage-focus img{
        width: 80px;
        height: 80px;
        transition: width 1s, height 1s;
    }
    #homepage-focus .focus-child h4 {
        font-size: .975rem;
        line-height: 1.2;
        transition: width 1s, height 1s;
    }
    .section{
        padding:20px 0px;
    }
    #page-header{
        height: auto;
    }
    .diagonal:before,
    .diagonal:after {
      -webkit-transform: skewY(0deg);
              transform: skewY(0deg);
    }
    .section-gradient{
        padding: 15px 0px;
    }   
     #home-page-new, #design-page-new{
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    } 
}

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

    #rotate-img-design{
        width: 100%;
        height: auto;
        background-image: none;
    }
    .header-content .btn{
        width: auto;
        padding: 10px 30px;
        font: .875rem 'robotoregular', sans-serif !important;
    }
    .header-content{
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0px auto;

    } 

    .header-content p{
        font-size: 1em;
        max-width: 100%;
        margin-bottom: 10px;
    }
      
    .header-texture{
        width: 100vw;
        height: 150px;
        position: absolute; 
        bottom: 0;
        left: 0;   
        z-index: 2; 
        opacity: 0.4; 
        filter: alpha(opacity=40);
        background: url(/images/halftone.png); 
    }    
    .two-flex{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: flex-start;
        -webkit-align-items: start;
        -ms-flex-align: flex-start;
    }
    #page-header-gradient h3{
        font-size: 1.8em;
        left: 15%;
        margin-bottom: 0px;
        transform: translate(-15%, -50%);
    }
    #page-header-gradient {
        position: relative;
        height: 10vh;
        padding: 10px 0 0px;
        margin-bottom: 20px;
        display: block;
        width: 100%;
        background-color: #70B85D;
    }
    #content section .row-fluid [class*="span"]{
        width: 100%;
        float: none;
        margin-left: 0px;
    }
    .framed-image-wrapper{
        max-width: 400px;
        margin: 20px 20px 30px 0px;
    }
    #content section img{
        margin: 0px auto;
    }

    .section-gradient{
        padding: 5px 0px;
    }
    #client-logos{
        margin: 0px 40px;
    }
    .bullet {
        margin-bottom:0px;
    }
  
}
@media screen and (max-width: 1024px) and (orientation: portrait){
    .hero-new{
        background: url(/images/1mobile-bg.png) no-repeat;
        background-position-y: 5%;
        background-size: contain;
    }
    .img-header{
        height: auto;
    }
    #mobile-menu-trigger{
        top: 10px;
    }
    #header .mobile-show div:first-child{
        float: right;
        width: auto;
    }
    #home-page-new, #design-page-new{
        justify-content: flex-start;
    }
    #home-page-new .header-info, #design-page-new .header-info{
        margin-bottom: 40px;
    }
    #home-page-new .header-info div, #design-page-new .header-info div {
      width: 100%;
      margin-top: 50px;
    }

    .fullscreen-image{
        display: none;
    }
    #home-page-new .header-info h2, #design-page-new .header-info h2 {
      font-size: 2em;
      width: 65%;
    }
     #home-page-new .header-info p, #design-page-new .header-info p{
       width: 70%; 
    }
    #header-details {
      position: relative;
      bottom: 0px;
      flex-direction: column;
      margin-bottom: 30px;
    }
    #header-details .focus-child{
        margin-bottom: 10px;
    }
     #header-details .focus-child:last-child{
        margin-bottom: 0px;
     }

    .row-fluid [class*="span"], .row [class*="span"]{
        display: block;
        width: 100%;
        margin-left: 0px;
    }
    #header .mobile-show div{
        display: inline-block;
        width: auto;
    } 
    #header .mobile-show div:first-child{
        font-size:.895rem;
        float: left;
        margin: 18px 0px 10px 0px;
    }  
    #webmail-icon{
        width: 20px;
        height: 20px;
    } 
    .img-align-right,.img-align-left{
        float: left;
        margin-bottom: 10px;
    }
    #content h2{
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .fullwidth-section-diag-last{
        padding: 30px 0;
    }
    #page-header-gradient{
        height: auto;
        padding: 10px  0 30px !important;
        box-sizing: border-box;
        margin-bottom:0px;
    }
    #page-header-gradient h3{
        font-size: 1.2em;
    }
    #footer-top,#footer-bottom{
        padding-bottom: 20px;
    }
    #footer-top .row [class*="span"]{
        width: 100%;
        float: none;
        text-align: center;
    }
    #footer-top h3{
        margin-bottom: 5px;
    }
     #footer-top .text-right{
        text-align: center;
     }
    #footer_social{
        margin-top: 10px;
    }
    #footer_social img{
        float: left;
        display: block;
        margin-bottom: 5px;
    }
    #footer_social div{
        float: left;
    }
    #footer_social a{
        margin-top: 10px;
        display: block;
        float: left;

    }
    section h3,
    h3.offset-title span{
        font-size: 1.65rem;
    }
    .anchor-tools,.anchor-business,.anchor-design,.anchor-email {
        top: -10px;
    }
    .anchor-security,.anchor-partners, .anchor-ecommerce,.anchor-hosting, .anchor-live {
        top: -10px;
    }
}
/* #Mobile (Portrait and Landscape ) =================================== */

@media (max-width: 768px) {
    body {
        background: none;
        background-color: #fff;
    }
    #logo {
        display: inline-block;
        margin: 15px 10px 5px 0;
    }
    .container{
        padding: 0px;
    } 
    .header-content{
        padding: 20px;
    }
    #menu, #keywords {
        display: none;
    }
    #mobile-menu-trigger {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        padding: 5px 10px;
    }

    .header-content .btn{
        width: auto;
        padding: 10px 10px;
        box-sizing: border-box;
    }   
    #page-header h3{
        font-size: 1.4em;
    }
    #home-page-new .header-info h2, #design-page-new .header-info h2 {
      font-size: 1.4em;
      line-height: 1.3 !important;
    }
    #home-page-new .header-info p, #design-page-new .header-info p{
        font-size: .90em;
        width: 100%;
    }

    #header-details .focus-child{
        margin-bottom: 20px;
    }
    .hero-row-title span{
        font-size: 2em;
        line-height: 1.1;
    }
    #client-logos li{
        width: 100%;

    } 
    #content #client-logos li{
       text-align: center !important;
    }     
    #client-logos li img{
        margin: 0px auto;
        width: auto;
        max-height: 70px;
    }
    #footer-middle{
        display: none;
    }
    .fullwidth-section-diag{
        padding: 20px;
        margin: 30px;
    }
    .fullwidth-section-diag-last{
        margin-bottom: 0px;
    }
    .row,
    .row-fluid {
        padding: 0 .95rem;
    }
    .row .row,
    .row-fluid .row-fluid {
        width: auto;
        padding: 0;
        margin: 0;
    }
    p.last,
    h1.last,
    h2.last,
    h3.last,
    h4.last,
    h5.last,
    address.last,
    ul.last,
    ol.last {
        margin-bottom: 20px;
    }
    .text-right {
        text-align: left;
    }

}

/* #Mobile ( Portrait ) ========================================================================== */

@media screen and (max-width: 480px) {
    .row, .row-fluid {
         padding: 0 20px;
    }
    #wrap {
        background-image: none !important;
    }
    #content ul li {
        text-align: left !important;
    }
    #mobile-menu-trigger {
        top: 10px;
    }
    .text-right {
         text-align: left;
    }    
    .text-center {
        text-align: left;
    }

}
@media screen and (max-width: 360px) {
    #header-details .focus-child div:first-child svg{
        scale: .8 !important;
    }

}