iframe[id^="oauth2relay"] {
    position: fixed !important;
}

h1 {
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #666666;
}

h4 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666666;
}

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

a:hover {
    color: #009999;
    text-decoration: underline;
}

main a {
    color: #009999;
    text-decoration: underline;
}

main a:hover {
    color: #009999;
    text-decoration: none
}

ul {
    list-style: disc;
}

li {
}

hr {
    border-top: 1px solid #999999;
}

header .blueBg {
    background: #0e5c67;
    min-height: 55px;
}

header .blueBg .border-left {
    border-left: 1px solid #578d95;
    min-height: 55px;
}

header .blueBg .border-right {
    border-right: 0px solid #578d95;
}

@media (min-width: 576px) {
    header .blueBg .border-right {
        border-right:1px solid #578d95;
    }
}

@media (min-width: 768px) {
    header .blueBg .border-right {
        border-right:1px solid #578d95;
    }
}

@media (min-width: 992px) {
    header .blueBg .border-right {
        border-right:1px solid #578d95;
    }
}

@media (min-width: 1200px) {
    header .blueBg .border-right {
        border-right:1px solid #578d95;
    }
}

header .blueBg a {
    display: block;
    color: #FFF;
    font-size: 16px;
    padding: 15px 0px 0px;
}

header .blueBg h3 {
    color: #FFF;
    font-weight: 300;
    padding: 15px 0px 0px;
    text-align: right;
    display: none;
}

@media (min-width: 576px) {
    header .blueBg h3 {
        display:block;
    }
}

header, main, footer {
    float: left;
    position: relative;
    width: 100%;
}

header .whiteBg {
    background: #FFF;
}

header .whiteBg a#logo {
    display: inline-block;
    margin-top: 22px;
    width: 149px;
}

header .whiteBg a#logo img {
    width: 100%;
    height: auto;
}

/**********************************/
.navbar button {
    float: right;
}

@media (max-width: 576px) {
    .menu {
        position: absolute;
        top: 80px;
        right: 0px;
        width: 100%;
        z-index: 5000;
    }
}

header .whiteBg .navbar-nav li {
    margin-left: 0px;
}

header .whiteBg .navbar-nav a {
    color: #74777a;
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px 30px 10px 6px;
    border-right: 1px solid #eff2f5;
    margin: 0px;
}

header .whiteBg .navbar-nav {
    float: left;
    margin: 5px 0px 0px;
    width: 100%;
    background: #f8f8f8;
}

@media (min-width: 576px) {
    header .whiteBg .navbar-nav {
        float:left;
        margin: 0px 0px 0px;
        background: #FFF;
    }

    header .whiteBg .navbar-nav a {
        padding: 10px 20px 10px 6px;
    }
}

@media (min-width: 768px) {
    header .whiteBg .navbar-nav {
        float:left;
        margin: 0px 0px 0px;
    }
}

@media (min-width: 992px) {
    header .whiteBg .navbar-nav {
        float:left;
        margin: 0px 0px 0px;
    }
}

@media (min-width: 1200px) {
    header .whiteBg .navbar-nav {
        float:right;
        margin: 20px 0px 0px;
    }
}

.paddingZero {
    padding: 0px;
}

header .whiteBg #facebook {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 38px 10px 0px 8px;
    background : url(../images/style/facebookIcon.jpg) center center no-repeat;
}

header .whiteBg #youtube {
    display: inline-block;
    width: 54px;
    height: 22px;
    margin-top: 38px;
    background : url(../images/style/youtubeIcon.jpg) center center no-repeat;
    display: none;
}

header .whiteBg #login {
    display: inline-block;
    border: 2px solid #0e5c67;
    margin: 27px 5px 0px 0px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0e5c67;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 48%;
    text-align: center;
}

header .whiteBg #trial {
    display: inline-block;
    border: 2px solid #0e5c67;
    margin: 27px 0px 0px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0e5c67;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 48%;
    text-align: center;
}

.headerLinks {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .headerLinks {
        margin-bottom:10px;
    }

    header .whiteBg #login {
        width: auto;
    }

    header .whiteBg #trial {
        width: auto;
    }
}

@media (min-width: 768px) {
    .headerLinks {
        margin-bottom:10px;
    }
}

@media (min-width: 992px) {
    .headerLinks {
        margin-bottom:10px;
    }
}

@media (min-width: 1200px) {
    .headerLinks {
        margin-bottom:10px;
    }
}

.quickLinks {
    display: none;
}

@media (min-width: 576px) {
    .quickLinks {
        display:block;
    }
}

header .whiteBg #login:hover, header .whiteBg #trial:hover {
    background: #0e5c67;
    color: #FFF;
    text-decoration: none;
}

.greyBg {
    background: #f2f2f1;
}

#freeTrial .greyBg {
    padding-bottom: 30px;
}

.lightBluebg {
    background: #009999;
}

.row .heightXs {
    min-height: 100px;
}

.row .heightSmLg {
    min-height: 390px;
}

.row .heightLg {
    min-height: 500px;
}

.row .heightMd {
    min-height: 470px;
}

.row .heightSm {
    min-height: 235px;
}

.row .heightMdSm {
    min-height: 209px;
}

.row .heightMdLg {
    min-height: 290px;
}

footer {
    min-height: 200px;
    background: #333333;
    margin-top: 100px;
    padding: 40px 0px 0px;
}

#freeTrial footer, #featuresPage footer, #helpPage footer {
    margin-top: 0px;
    padding: 40px 0px 0px;
}

.absoluteBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/***********************/
.bannerContainer.backgroundImage {
    background-repeat: no-repeat;
}

.headerBanner .bannerLink {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.headerBanner .bannerContainer.backgroundImage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-size: contain;
    background-size: cover;
    background-position: initial;
}

@media (min-width: 576px) {
    .headerBanner .bannerContainer.backgroundImage {
        border-right:none;
    }
}

@media (min-width: 768px) {
    .headerBanner .bannerContainer.backgroundImage {
        border-right:3px solid #FFF;
    }
}

.headerBanner .bannerContent {
    position: absolute;
    bottom: 2.375rem;
    left: 2.375rem;
    width: 83%;
    background: #0e5c67;
    padding: 22px 35px;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .headerBanner .bannerContent {
        width:83%;
    }
}

@media (min-width: 768px) {
    .headerBanner .bannerContent {
        width:83%;
    }
}

@media (min-width: 992px) {
    .headerBanner .bannerContent {
        width:70%;
    }
}

@media (min-width: 1200px) {
    .headerBanner .bannerContent {
        width:50%;
    }
}

.headerBanner .bannerContent p {
    color: #FFF;
    font-size: 22px;
}

/**********************************/
.headerText .bannerLink, .headerText .bannerContainer.backgroundImage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.headerText .bannerContainer.backgroundImage {
    background-size: cover;
    background-position: center;
    border-left: 0px solid #FFF;
    border-top: 12px solid #f2f2f1;
}

.headerText .bannerContainer.backgroundImage .bannerContent {
    text-align: right;
    padding: 100px 20px 0px;
}

@media (min-width: 992px) {
    .headerText .bannerContainer.backgroundImage .bannerContent {
        text-align:right;
        padding: 100px 60px 0px;
    }
}

.headerText .bannerContainer.backgroundImage .bannerContent p, .headerText .bannerContainer.backgroundImage .bannerContent h2 {
    color: #FFF;
}

.headerText .bannerContainer.backgroundImage .bannerContent h2 {
    margin-bottom: 40%;
}

.headerText .bannerContainer.backgroundImage .bannerContent p {
    font-size: 24px;
}

.headerText .bannerContainer.backgroundImage .bannerContent p a#btnwhiteBg {
    display: inline-block;
    border: 2px solid #FFF;
    margin: 10px 0px 0px 0px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    color: #0e5c67;
    background: #FFF;
}

.headerText .bannerContainer.backgroundImage .bannerContent p a#btnwhiteBg:hover {
    display: inline-block;
    color: #FFF;
    background: none;
}

@media (min-width: 768px) {
    .headerText .bannerContainer.backgroundImage {
        border:0px;
        border-left: 10px solid #FFF;
    }
}

/**********************************/
.homeCallouts .bannerLink, .homeCallouts .bannerContainer.backgroundImage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5000;
}

.homeCallouts .bannerContainer.backgroundImage {
    background-size: cover;
    background-position: top center;
}

.whiteArrow {
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 21px;
    height: 21px;
    background : url(../images/style/homeCalloutWhiteArrow.png) center center no-repeat;
}

.homeCallouts .business {
    border: 0px solid #FFF;
    border-top: 12px solid #FFF;
}

.homeCallouts .community {
    border-top: 12px solid #FFF;
}

.homeCallouts .courses {
    border: 0px;
    border-top: 12px solid #FFF;
}

.homeCallouts .pricing {
    border: 0px solid #FFF;
    border-top: 12px solid #FFF;
    border-right: 0px;
    background: #009999;
}

.homeCallouts .pricing .whiteArrow {
    display: none;
}

.homeCallouts .pricing .bannerContent {
    padding: 95px 40px 0px 80px;
}

.homeCallouts .pricing p {
    color: #FFF;
    font-size: 20px;
}

.homeCallouts .pricing p a {
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 40px 5px 0px;
    background: url(../images/style/featuresPlayBtn.png) right center no-repeat;
}

.homeCallouts .points {
    border: 0px solid #FFF;
    border-top: 12px solid #FFF;
    background: #666666;
}

.homeCallouts .points .bannerContent table td {
    padding: 20px 0px 0px 20px;
    vertical-align: top;
}

@media (min-width: 576px) {
    .homeCallouts .points .bannerContent table td {
        padding:40px 0px 0px 40px;
    }
}

.homeCallouts .points .bannerContent ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.homeCallouts .points .bannerContent ul li {
    margin: 5px 0px;
    color: #FFF;
}

.homeCallouts .points .bannerContent ul li:before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 9px;
    background : url(../images/style/smallWhiteArrow.jpg) center center no-repeat;
}

.homeCallouts .reunions {
    border: 0px solid #FFF;
    border-top: 12px solid #FFF;
}

.homeCallouts .theatre {
    border: 0px solid #FFF;
    border-top: 12px solid #FFF;
}

.homeCallouts .fill-seats {
    border: 0px solid #FFF;
    border-top: 12px solid #FFF;
    background: #0e5c67;
}

.homeCallouts .fill-seats .bannerContent {
    padding: 30px 40px 0px 40px;
}

.homeCallouts .fill-seats p {
    color: #FFF;
    font-size: 20px;
}

.homeCallouts .schools {
    border: 0px solid #FFF;
    border-top: 12px solid #FFF;
}

.homeCallouts .community-support {
    border: 0px solid #FFF;
    border-top: 12px solid #FFF;
    background: #999999;
}

.homeCallouts .community-support .bannerContent {
    padding: 30px 40px 0px 40px;
}

.homeCallouts .community-support p {
    color: #FFF;
    font-size: 20px;
}

.homeCallouts .community-support p a {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666666;
    background: #FFF;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

@media (min-width: 576px) {
    .homeCallouts .business {
        border:6px solid #FFF;
        border-left: 0px;
        border-top: 12px solid #FFF;
    }

    .homeCallouts .community {
        border: 6px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 0px;
    }

    .homeCallouts .courses {
        border: 0px;
        border-right: 6px solid #FFF;
        border-top: 6px solid #FFF;
    }

    .homeCallouts .pricing {
        border: 6px solid #FFF;
        border-top: 6px solid #FFF;
        border-right: 0px;
        border-bottom: 0px;
    }

    .homeCallouts .points {
        border: 0px;
        border-top: 12px solid #FFF;
    }

    .homeCallouts .reunions {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 6px solid #FFF;
    }

    .homeCallouts .theatre {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
    }

    .homeCallouts .fill-seats {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-left: 6px solid #FFF;
    }

    .homeCallouts .schools {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 6px solid #FFF;
    }

    .homeCallouts .community-support {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-left: 6px solid #FFF;
    }
}

@media (min-width: 768px) {
    .homeCallouts .community {
        border:6px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 0px;
    }

    .homeCallouts .courses {
        border: 0px solid #FFF;
        border-top: 6px solid #FFF;
        border-right: 6px solid #FFF;
    }

    .homeCallouts .pricing {
        border: 0px solid #FFF;
        border-top: 6px solid #FFF;
        border-left: 6px solid #FFF;
    }

    .homeCallouts .points {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
    }

    .homeCallouts .reunions {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 6px solid #FFF;
    }

    .homeCallouts .theatre {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
    }

    .homeCallouts .fill-seats {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-left: 6px solid #FFF;
    }

    .homeCallouts .schools {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 6px solid #FFF;
    }

    .homeCallouts .community-support {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-left: 6px solid #FFF;
    }
}

@media (min-width: 992px) {
    .homeCallouts .community {
        border:6px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 0px;
    }

    .homeCallouts .courses {
        border: 0px solid #FFF;
        border-top: 6px solid #FFF;
        border-right: 6px solid #FFF;
    }

    .homeCallouts .pricing {
        border: 0px solid #FFF;
        border-top: 6px solid #FFF;
        border-left: 6px solid #FFF;
    }

    .homeCallouts .points {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
    }

    .homeCallouts .reunions {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 6px solid #FFF;
    }

    .homeCallouts .theatre {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
    }

    .homeCallouts .fill-seats {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-left: 6px solid #FFF;
    }

    .homeCallouts .schools {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 6px solid #FFF;
    }

    .homeCallouts .community-support {
        border: 0px solid #FFF;
        border-top: 12px solid #FFF;
        border-left: 6px solid #FFF;
    }
}

@media (min-width: 1200px) {
    .homeCallouts .community {
        border:6px solid #FFF;
        border-top: 12px solid #FFF;
    }

    .homeCallouts .courses {
        border: 6px solid #FFF;
        border-top: 12px solid #FFF;
    }

    .homeCallouts .pricing {
        border: 6px solid #FFF;
        border-top: 12px solid #FFF;
        border-right: 0px;
    }

    .homeCallouts .points {
        border: 6px solid #FFF;
        border-left: 0px;
    }

    .homeCallouts .reunions {
        border: 6px solid #FFF;
    }

    .homeCallouts .theatre {
        border: 6px solid #FFF;
        border-right: 0px;
    }

    .homeCallouts .fill-seats {
        border: 6px solid #FFF;
        border-left: 0px;
    }

    .homeCallouts .schools {
        border: 6px solid #FFF;
    }

    .homeCallouts .community-support {
        border: 6px solid #FFF;
    }
}

.homeCallouts .business .bannerContent, .homeCallouts .community .bannerContent, .homeCallouts .courses .bannerContent, .homeCallouts .reunions .bannerContent, .homeCallouts .theatre .bannerContent, .homeCallouts .schools .bannerContent {
    position: absolute;
    bottom: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
    padding: 0px 0px 0px;
    box-sizing: border-box;
    color: #FFF;
    z-index: 500;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.homeCallouts .business:hover .bannerContent, .homeCallouts .community:hover .bannerContent, .homeCallouts .courses:hover .bannerContent, .homeCallouts .reunions:hover .bannerContent, .homeCallouts .theatre:hover .bannerContent, .homeCallouts .schools:hover .bannerContent {
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    background: rgba(0, 0, 0, 0.4);
}

.homeCallouts .business .bannerContent p, .homeCallouts .community .bannerContent p, .homeCallouts .courses .bannerContent p, .homeCallouts .reunions .bannerContent p, .homeCallouts .theatre .bannerContent p, .homeCallouts .schools .bannerContent p {
    position: absolute;
    bottom: 10px;
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
    width: 100%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.homeCallouts .business:hover .bannerContent p, .homeCallouts .community:hover .bannerContent p, .homeCallouts .courses:hover .bannerContent p, .homeCallouts .reunions:hover .bannerContent p, .homeCallouts .theatre:hover .bannerContent p, .homeCallouts .schools:hover .bannerContent p {
    bottom: 20px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

/*******Footer************/
.footerPanel.panelTwo, .footerPanel.panelOne {
    display: none;
}

.footerPanel {
    text-align: center;
}

@media (min-width: 576px) {
    .footerPanel.panelTwo, .footerPanel.panelOne {
        display:block;
    }

    .footerPanel {
        text-align: left;
    }
}

.footerPanel p {
    font-size: 14px;
    margin: 0px 0px 5px;
    color: #FFF;
}

.footerPanel p a {
    color: #FFF;
    text-decoration: none;
}

.footerPanel p img {
    margin: 10px 0px 10px;
}

.footerPanel p a#mailLink {
    text-decoration: underline;
}

.footerPanel p a#whiteBtn {
    display: inline-block;
    border: 2px solid #FFF;
    margin: 27px 13px 0px 0px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.footerPanel p a#whiteBtn:hover {
    border: 2px solid #FFF;
    color: #333333;
    background: #FFF;
}

.copyright {
    border-top: 1px solid #bfbfbf;
    margin: 15px 0px;
    padding: 15px 0px;
    text-align: center;
}

.copyright p {
    color: #bfbfbf;
    font-size: 12px;
}

/***********Top Full Banner*****************/
.fullWidthBanner {
    margin-bottom: 60px;
}

#blog .fullWidthBanner, #freeTrial .fullWidthBanner, #featuresPage .fullWidthBanner, #helpPage .fullWidthBanner, #pricingPage .fullWidthBanner {
    margin-bottom: 0px;
}

#blog .fullWidthBanner .bannerContent img, #featuresPage .fullWidthBanner .bannerContent img {
    display: none;
}

@media (min-width: 576px) {
    #blog .fullWidthBanner .bannerContent img, #featuresPage .fullWidthBanner .bannerContent img {
        display:none;
    }
}

@media (min-width: 768px) {
    #blog .fullWidthBanner .bannerContent img, #featuresPage .fullWidthBanner .bannerContent img {
        display:none;
    }
}

@media (min-width: 992px) {
    #blog .fullWidthBanner .bannerContent img, #featuresPage .fullWidthBanner .bannerContent img {
        display:block;
    }
}

@media (min-width: 1200px) {
    #blog .fullWidthBanner .bannerContent img, #featuresPage .fullWidthBanner .bannerContent img {
        display:block;
    }
}

.fullWidthBanner .bannerContainer.backgroundImage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.fullWidthBanner .bannerContainer.backgroundImage {
    background-size: cover;
    background-position: center center;
}

.fullWidthBanner .bannerContent {
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
    color: #FFF;
}

#freeTrial .fullWidthBanner .bannerContent {
    top: 20%;
}

.fullWidthBanner .bannerContent p {
    font-size: 18px;
    text-align: center;
    color: #FFF;
}

.fullWidthBanner .bannerContent h2 {
    font-size: 26px;
    text-align: center;
    color: #FFF;
    font-weight: 300;
}

#freeTrial .fullWidthBanner .bannerContent p {
    font-weight: 300;
}

@media (min-width: 576px) {
    .fullWidthBanner .bannerContent h2 {
        font-size:26px;
        text-align: center;
    }

    .fullWidthBanner .bannerContent p {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .fullWidthBanner .bannerContent h2 {
        font-size:32px;
        text-align: left;
    }

    .fullWidthBanner .bannerContent p {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .fullWidthBanner .bannerContent h2 {
        font-size:32px;
    }

    .fullWidthBanner .bannerContent p {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .fullWidthBanner .bannerContent h2 {
        font-size:32px;
    }

    .fullWidthBanner .bannerContent p {
        font-size: 18px;
    }
}

/***************Suited For ******************/
.suitedForLandingPage .bannerImage {
    width: 100%;
    margin-bottom: 20px;
}

.suitedForLandingPage .heightSm {
    margin-bottom: 20px;
    min-height: 310px;
}

@media (min-width: 576px) {
    .suitedForLandingPage .heightSm {
        min-height:410px;
    }
}

@media (min-width: 768px) {
    .suitedForLandingPage .heightSm {
        min-height:410px;
    }
}

@media (min-width: 992px) {
    .suitedForLandingPage .heightSm {
        min-height:410px;
    }
}

@media (min-width: 1200px) {
    .suitedForLandingPage .heightSm {
        min-height:410px;
    }
}

/**********Suited for Sub Pages*****************/
.pageContent {
    padding: 0px 0px 25px;
}

.pageContent p {
    margin: 30px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666666;
}

.pageContent h3 {
    margin: 25px 0px;
}

.rightCol {
    border-top: 0px solid pink;
    border-left: 0px solid #FFF;
    padding: 40px 20px;
}

@media (min-width: 576px) {
    .rightCol {
        border-top:0px solid green;
        border-left: 0px solid #FFF;
        border-right: 6px solid #FFF;
        padding: 40px 20px;
    }
}

@media (min-width: 768px) {
    .rightCol {
        border:0px solid #FFF;
        border-top: 12px solid #FFF;
        border-left: 10px solid #FFF;
        padding: 20px 10px;
    }
}

@media (min-width: 992px) {
    .rightCol {
        border-top:12px solid #FFF;
        border-left: 10px solid #FFF;
        padding: 40px 20px;
    }
}

@media (min-width: 1200px) {
    .rightCol {
        border-top:12px solid #FFF;
        border-left: 10px solid #FFF;
        padding: 40px 20px;
    }
}

.rightCol h3 {
    color: #009999;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.rightCol ul {
    list-style: none;
    margin: 45px 0px 0px;
    padding: 0px 0px 0px 0px;
}

@media (min-width: 576px) {
    .rightCol ul {
        padding:0px 0px 0px 30px;
    }
}

@media (min-width: 768px) {
    .rightCol ul {
        padding:0px 0px 0px 0px;
    }
}

@media (min-width: 992px) {
    .rightCol ul {
        padding:0px 0px 0px 20px;
    }
}

@media (min-width: 1200px) {
    .rightCol ul {
        padding:0px 0px 0px 30px;
    }
}

.rightCol ul li {
    float: left;
    position: relative;
    margin: 5px 0px;
    color: #009999;
    font-weight: 400;
    padding: 0px 0px 0px 30px;
    line-height: 1.3;
    width: 100%;
}

.rightCol ul li:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 17px;
    height: 17px;
    background : url(../images/style/greenArrow.jpg) center center no-repeat;
}

.rightCol p a {
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 2px solid #FFF;
    color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: #009999;
    text-transform: uppercase;
    width: 82%;
    padding: 10px 0px;
    margin: 50px 0px 0px 8%;
}

.rightCol p a:hover {
    border: 2px solid #009999;
    color: #009999;
    background: #FFF;
}

/**********Bottom Callouts************/
.calloutOne, .calloutTwo, .calloutThree {
    margin-bottom: 12px;
}

.calloutOne p, .calloutTwo p, .calloutThree p {
    color: #FFF;
    font-size: 18px;
}

.calloutOne .bannerContent, .calloutTwo .bannerContent, .calloutThree .bannerContent {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 40px 40px 0px 40px;
}

@media (min-width: 576px) {
    .calloutOne .bannerContent, .calloutTwo .bannerContent, .calloutThree .bannerContent {
        padding:40px 40px 0px 40px;
    }
}

@media (min-width: 768px) {
    .calloutOne .bannerContent, .calloutTwo .bannerContent, .calloutThree .bannerContent {
        padding:40px 40px 0px 40px;
    }
}

@media (min-width: 992px) {
    .calloutOne .bannerContent, .calloutTwo .bannerContent, .calloutThree .bannerContent {
        padding:30px 15px 0px 15px;
    }
}

@media (min-width: 1200px) {
    .calloutOne .bannerContent, .calloutTwo .bannerContent, .calloutThree .bannerContent {
        padding:40px 40px 0px 40px;
    }
}

.calloutOne .bannerContent {
    border-right: 0px solid #FFF;
    background: #009999;
}

@media (min-width: 576px) {
    .calloutOne .bannerContent {
        border-right:6px solid #FFF;
    }
}

@media (min-width: 768px) {
    .calloutOne .bannerContent {
        border-right:6px solid #FFF;
    }
}

@media (min-width: 992px) {
    .calloutOne .bannerContent {
        border-right:12px solid #FFF;
    }
}

@media (min-width: 1200px) {
    .calloutOne .bannerContent {
        border-right:12px solid #FFF;
    }
}

.calloutOne .bannerContent a {
    display: inline-block;
    border: 2px solid #FFF;
    margin: 25px 0px 0px 0px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 15px;
    color: #FFF;
    width: 100%;
    text-align: center;
}

.calloutOne .bannerContent a:hover {
    border: 2px solid #FFF;
    color: #009999;
    background: #FFF;
}

.calloutTwo .bannerContent {
    border-right: 0px solid #FFF;
    background: #0e5c67;
}

@media (min-width: 576px) {
    .calloutTwo .bannerContent {
        border-right:6px solid #FFF;
    }
}

@media (min-width: 768px) {
    .calloutTwo .bannerContent {
        border-right:6px solid #FFF;
    }
}

@media (min-width: 992px) {
    .calloutTwo .bannerContent {
        border-right:12px solid #FFF;
    }
}

@media (min-width: 1200px) {
    .calloutTwo .bannerContent {
        border-right:12px solid #FFF;
    }
}

.calloutThree .bannerContent {
    border-right: 0px solid #FFF;
    background: #999999;
}

@media (min-width: 576px) {
    .calloutThree .bannerContent {
        border-right:6px solid #FFF;
    }
}

@media (min-width: 768px) {
    .calloutThree .bannerContent {
        border-right:6px solid #FFF;
    }
}

@media (min-width: 992px) {
    .calloutThree .bannerContent {
        border-right:12px solid #FFF;
    }
}

@media (min-width: 1200px) {
    .calloutThree .bannerContent {
        border-right:12px solid #FFF;
    }
}

.bottomCalloutArrow {
    position: absolute;
    bottom: 30px;
    right: 35px;
    width: 21px;
    height: 21px;
    background : url(../images/style/homeCalloutWhiteArrow.png) center center no-repeat;
}

/**********************************/
.pricingPlans .bannerContent {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 0px 6px;
}

.pricingCallouts {
    padding-top: 60px;
}

.pricingPlans .bannerContent table {
}

.pricingPlans .bannerContent table td {
    background: #FFF;
    padding: 20px 0px;
}

.pricingPlans .bannerContent table tr:first-child td {
    background: #009999;
}

.pricingPlans .bannerContent table tr:first-child td h3 {
    color: #FFF;
}

.pricingPlans .bannerContent table tr:first-child td h1 {
    display: inline-block;
    color: #FFF;
    font-size: 56px;
    margin: 0px 0px 0px 20px;
}

.pricingPlans .bannerContent table tr:first-child td h1:before {
    position: absolute;
    margin: 6px 0px 0px -20px;
    content: "$";
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}

.pricingPlans .bannerContent table tr:first-child td p {
    color: #FFF;
    font-size: 16px;
    margin: 0px;
}

.pricingPlans .bannerContent table td p {
    margin: 20px 0px;
    font-size: 14px;
}

.pricingPlans .bannerContent table td p a {
    display: inline-block;
    border: 2px solid #0e5c67;
    margin: 10px 0px 0px 0px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    color: #FFF;
    width: 70%;
    background: #0e5c67;
}

.pricingPlans .bannerContent table td p a:hover {
    border: 2px solid #009999;
    color: #FFF;
    background: #009999;
}

#pricingPage .textBlock {
    text-align: center;
    margin: 40px 0px 20px;
}

#pricingPage .textBlock p {
    font-size: 20px;
}

#pricingPage .textBlockPayments {
    text-align: center;
    padding-top: 30px;
}

#pricingPage .textBlockPayments h2 {
    color: #FFF;
    font-size: 24px;
    margin: 20px 0px;
}

#pricingPage .textBlockPayments p {
    color: #FFF;
}

#pricingPage .textBlockPayments img {
    color: #FFF;
    margin: 20px 40px;
}

#pricingPage .topPadding {
    padding: 50px 0px;
}

#pricingPage .whiteContentBlock {
    background: #FFF;
}

#pricingPage .whiteContentBlock .bannerContent {
    padding: 30px 50px 15px;
}

#pricingPage .whiteContentBlock .bannerContent strong {
    text-transform: uppercase;
}

#pricingPage .topContent {
    color: #666666;
    margin: 50px 0px 20px;
    text-align: center;
}

#pricingPage .featuresBlock {
    text-align: center;
}

#pricingPage .featuresBlock .bannerContent {
    padding: 20px 25px;
    margin: 0px 0px 0px;
    min-height: 220px;
}

#pricingPage .featuresBlock .bannerContent p {
    font-size: 13px;
}

#pricingPage .featuresBlock .bannerContent p strong {
    font-size: 15px;
}

#pricingPage .bottomContent {
    text-align: center;
}

#pricingPage .bottomContent a {
    display: inline-block;
    border: 2px solid #009999;
    margin: 27px 13px 40px 0px;
    padding: 10px 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #009999;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

#pricingPage .bottomContent a:hover {
    border: 2px solid #009999;
    color: #FFF;
    background: #009999;
}

/**********Help**************/
#pageSearch {
    display: none;
}

.categoryLinkHeader {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (min-width: 576px) {
    .categoryLinkHeader {
        display:none;
    }
}

.categoryLinkHeader:after {
    content: "";
    width: 40px;
    height: 32px;
    border: 1px solid #ccc;
    position: absolute;
    top: 20px;
    margin-left: 10px;
    border-radius: 0.25rem;
    background : url(../images/style/faqMenuIcon.jpg) center center no-repeat;
}

#faqItems {
    margin: 50px 0px 0px;
}

#pageNavigation {
    padding: 20px 20px;
    background: #FFF;
}

@media (min-width: 576px) {
    #pageNavigation {
        padding:20px 40px;
        background: #FFF;
    }
}

.categoryLinkElement {
    color: #009999;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.categoryLinkElement a {
    width: 100%;
    color: #0e5c67;
    margin: 15px 0px;
    display: block;
    text-decoration: none;
}

#faqContainer .image {
    /* display:none; */
}

#faqContainer .question {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #009999;
    margin: 10px 0px 5px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

#faqContainer .answer {
    font-weight: 300;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

#faqContainer .answer ul li {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #666;
}

#helpPage #pageSource .bannerContent {
    background: #FFF;
    margin: 50px 15px;
}

#helpPage #pageSource .bannerContent {
    padding: 30px 50px 15px;
}

#helpPage #pageSource .bannerContent strong {
    text-transform: uppercase;
}

/**************************/
#blog .fullWidthBanner a#headerWhiteBtn, #featuresPage .fullWidthBanner a#headerWhiteBtn {
    float: left;
    position: relative;
    display: inline-block;
    border: 2px solid #FFF;
    margin: 10px 20px 0px 0px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    color: #0e5c67;
    background: #FFF;
}

#blog .fullWidthBanner a#videoLink, #featuresPage .fullWidthBanner a#videoLink {
    float: left;
    position: relative;
    color: #FFF;
    text-decoration: none;
    margin: 20px 0px;
}

#blog .fullWidthBanner a#videoLink:after, #featuresPage .fullWidthBanner a#videoLink:after {
    display: inline-block;
    position: absolute;
    top: -2px;
    content: " ";
    width: 32px;
    height: 32px;
    margin: 0px 0px 0px 10px;
    background : url(../images/style/featuresPlayBtn.png) center center no-repeat;
}

#blog .fullWidthBanner, #featuresPage .fullWidthBanner {
    min-height: 350px;
    padding: 40px 0px;
}

/************************/
.subnav ul {
    list-style: none;
    margin: 3px 0px;
    text-align: left;
    padding: 0px;
    box-sizing: border-box;
}

.subnav ul li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 10px 0;
}

.subnav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #45494e;
    margin-right: 20px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 4px solid #FFF;
}

@media (min-width: 576px) {
    .subnav ul li a {
        margin-right:50px;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .subnav ul li a {
        margin-right:20px;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .subnav ul li a {
        margin-right:50px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .subnav ul li a {
        margin-right:50px;
        padding-bottom: 10px;
    }
}

.subnav ul li a.selected, .subnav ul li a:hover {
    border-bottom: 4px solid #009999;
}

.topPageContent {
    text-align: center;
    margin: 50px 0px;
}

.topPageContent h2 {
    color: #666666;
}

.topPageContent p {
    font-weight: 300;
    font-size: 17px;
}

.featuresContent {
    padding: 0px 0px 50px;
}

.featuresTopCallouts {
    padding: 0px 55px;
    margin-bottom: 50px;
}

.featuresTopCallouts img {
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.featuresTopCallouts .bannerContent p {
    margin: 0px;
    font-size: 14px;
}

.featuresTopCallouts .bannerContent p strong {
    display: block;
    margin: 10px 0px 8px;
    font-size: 16px;
}

.rowLine {
    display: none;
}

@media (min-width: 576px) {
    .rowLine {
        display:block;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.featuresBottomContent {
    padding: 0px 55px;
    margin: 10px 0px 0px;
}

.featuresBottomContent .bannerContent {
    min-height: 210px;
}

.drive_engagement .featuresBottomContent .bannerContent {
    min-height: 210px;
}

.deliver_results .featuresBottomContent, .control_finances .featuresBottomContent {
    min-height: 0px;
}

.featuresBottomContent img {
    margin-bottom: 10px;
}

.featuresBottomContentLink {
    text-align: center;
    padding: 50px 0px;
    float: left;
    position: relative;
    width: 100%;
}

.featuresBottomContentLink h2 {
    color: #009999;
    margin: 40px 0px 0px;
}

.featuresBottomContentLink a {
    display: inline-block;
    border: 2px solid #009999;
    margin: 27px 13px 0px 0px;
    padding: 10px 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: #009999;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.featuresBottomContentLink a:hover {
    border: 2px solid #009999;
    color: #FFF;
    background: #009999;
    text-decoration: none;
}

/***************************************/
#emailForm {
    width: 100%;
}

#emailForm .formHeaderText {
    text-align: center;
}

#emailForm .formHeaderText h2 {
    color: #666666;
    margin: 10px 0px;
}

#emailForm .formHeaderText p {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
}

#emailForm #formTable {
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
    color: #7d7e82;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.required {
    color: #658f96;
    font-size: 14px;
    font-weight: 600;
}

#emailForm td {
    margin: 7px 0px;
}

#emailForm .labelHorizontal {
    display: inline-block;
    width: 100%;
    text-align: left!important;
}

#emailForm .valueHorizontal {
    display: inline-block;
    width: 100%;
}

#emailForm .valueHorizontal .fmtxt {
    margin-left: 10px;
    width: 95%;
    border: 1px solid #c9cacb;
    padding: 8px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #7d7e82;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

#emailForm .valueHorizontal .fphcodetxt {
    width: 15%;
    border: 1px solid #c9cacb;
    padding: 8px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #7d7e82;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
}

#emailForm .valueHorizontal #mf_phone_field265_i.fphcodetxt, #emailForm .valueHorizontal #mf_phone_field263_i.fphcodetxt {
    margin-left: 10px;
    color: #45474d;
}

#emailForm .valueHorizontal .fphtxt {
    color: #7d7e82;
    width: 63%;
    border: 1px solid #c9cacb;
    padding: 8px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

@media (min-width: 576px) {
    #emailForm .labelHorizontal {
        width:100%;
        text-align: left!important;
    }

    #emailForm .valueHorizontal {
        width: 100%;
    }

    #emailForm .valueHorizontal .fmtxt {
        width: 95%;
    }

    #emailForm .valueHorizontal .fphcodetxt {
        width: 8%;
    }

    #emailForm .valueHorizontal .fphtxt {
        width: 32.6%;
    }
}

@media (min-width: 768px) {
    #emailForm .labelHorizontal {
        width:40%;
        text-align: right!important;
    }

    #emailForm .valueHorizontal {
        width: 50%;
    }

    #emailForm .valueHorizontal .fmtxt {
        width: 80.1%;
    }

    #emailForm .valueHorizontal .fphcodetxt {
        width: 15%;
    }

    #emailForm .valueHorizontal .fphtxt {
        width: 48.0%;
    }
}

@media (min-width: 992px) {
    #emailForm .labelHorizontal {
        width:40%;
    }

    #emailForm .valueHorizontal {
        width: 50%;
    }

    #emailForm .valueHorizontal .fmtxt {
        width: 70%;
    }

    #emailForm .valueHorizontal .fphcodetxt {
        width: 10%;
    }

    #emailForm .valueHorizontal .fphtxt {
        width: 48.0%;
    }
}

@media (min-width: 1200px) {
    #emailForm .labelHorizontal {
        width:40%;
    }

    #emailForm .valueHorizontal {
        width: 50%;
    }

    #emailForm .valueHorizontal .fmtxt {
        width: 50%;
    }

    #emailForm .valueHorizontal .fphcodetxt {
        width: 8%;
    }

    #emailForm .valueHorizontal .fphtxt {
        width: 32.6%;
    }
}

#emailForm .fgroup .fradio, #emailForm .fgroup .fchk {
    display: inline-block;
    margin: 5px 0px 0px 10px;
}

#emailForm .fgroup label {
    display: inline-block;
    margin: 5px 0px 0px 10px;
    color: #45474d;
}

#emailForm .buttonPanel {
    display: block;
    text-align: center;
    margin: 40px 0px 60px;
}

#emailForm .buttonPanel .button.reset {
    display: none;
}

#emailForm .buttonPanel .button {
    display: inline-block;
    border: 2px solid #0e5c67;
    margin: 10px 0px 0px 0px;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    color: #FFF;
    background: #0e5c67;
    cursor: pointer;
}

#emailForm .buttonPanel .button:hover {
    border: 2px solid #0e5c67;
    color: #0e5c67;
    background: #FFF;
}

.freeTrialBottomContent {
    text-align: center;
    padding: 60px 0px 50px;
}

.freeTrialBottomContent p {
    font-size: 16px;
    margin: 0px 0px 10px;
}

/****************************/
#video {
    height: auto;
}

/********************************/
#blog h1.contentPageTitle {
    display: none;
}

.moduleItemsListingBlog {
    position: relative;
    float: left;
    width: 100%;
}

.moduleItemsListingBlog .moduleItemsListingItem {
    position: relative;
    float: left;
    width: 98%;
    margin: 0px 1% 80px;
}

@media (min-width: 576px) {
    .moduleItemsListingBlog .moduleItemsListingItem {
        width:48%;
        margin: 0px 1% 80px;
        height: 420px;
    }
}

@media (min-width: 768px) {
    .moduleItemsListingBlog .moduleItemsListingItem {
        width:48%;
        margin: 0px 1% 80px;
        height: 410px;
    }
}

@media (min-width: 992px) {
    .moduleItemsListingBlog .moduleItemsListingItem {
        width:31%;
        margin: 0px 1% 80px;
    }
}

@media (min-width: 1200px) {
    .moduleItemsListingBlog .moduleItemsListingItem {
        width:31%;
    }
}

.moduleItemsListingBlog .moduleItemsListingItem .moduleItemImage {
    width: 100%;
}

.moduleItemsListingBlog .moduleItemsListingItem .moduleItemImage img {
    width: 100%;
    height: auto;
}

.moduleItemsListingBlog .moduleItemsListingItem .header {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #666666;
    margin: 15px 0px 0px;
}

.moduleItemsListingBlog .moduleItemsListingItem .moduleItemContent {
    color: #666666;
}

/*****************/
.moduleItemBlog .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #666666;
    margin: 15px 0px 20px;
}

.moduleItemBlog #moduleItemContent .moduleItemImage {
    float: right;
    margin: 0px 20px;
}

#moduleItemBack {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 15px;
}

#socialMedia {
    display: block;
    position: relative;
    float: left;
    margin: auto;
    height: 20px;
}

#socialMedia div {
    display: block;
    position: relative;
    float: left;
    margin-right: 5px;
}

#socialMedia div div {
    margin-right: 0px;
}

#socialMedia div:last-child {
    margin-right: 0px;
}

#plusone {
    width: 57px;
}

#socialMedia #linkedin {
    float: right;
    margin-right: 19px;
}

@media screen and (min-width: 425px) {
    #socialMedia {
        overflow:hidden;
    }

    #linkedin {
        float: left;
        bottom: 41px;
        margin-right: 0px;
    }
}

.navCategoryLinks {
    padding: 10px 10px 40px 10px;
}

.navCategoryLinks a {
    text-decoration: none;
    transition: 0.5s;
}

.navCategoryLinks a:hover, .navCategoryLinks a.selected {
    text-decoration: underline;
}

#landingHomeNew {
}

#landingHomeNew header {
    position: relative;
    z-index: 2;
}

#landingHomeNew .navbar-light .navbar-nav .nav-link {
    color: #085E68;
}

header .blueBg {
    /* background: rgba(14,92,103,0.5); */
    background: #6A9197;
}

#landingHomeNew header .whiteBg {
    background: rgba(255,255,255,.2);
}

#landingHomeNew header .whiteBg .navbar-nav, #landingHomeNew header .row {
    background: none !important;
}

header .whiteBg #trial {
    background: rgba(14,92,103,1);
    color: #fff;
    border: 2px solid #fff;
}

header .whiteBg #trial:hover {
    background: #6bd3b2;
}

header .whiteBg #login:hover {
    background: #6bd3b2;
}

#landingHomeNew .headerText {
    display: none;
}

#landingHomeNew .headerBanner {
    height: calc(100vh - 53px);
    margin-top: -101px;
}

#landingHomeNew .headerBanner .bannerContent {
    background: none;
    width: 1200px;
    left: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: auto;
    float: none;
    position: relative;
}

#landingHomeNew .headerBanner .bannerContent p {
    /* font-size:40px */
}

#landingHomeNew .headerBanner .bannerContent p:nth-of-type(1) {
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    top: 125px;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

#landingHomeNew .headerBanner .bannerContent p:last-child {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 24px;
    text-align: right;
    line-height: 1;
}

#landingHomeNew .headerBanner .bannerContent a {
    display: block;
    border: 2px solid #fff;
    float: left;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: rgba(000,000,000,0.1);
    /* background: rgba(14,92,103,0.2); */
}

#landingHomeNew .headerBanner .bannerContent li:nth-of-type(1) a {
    background: rgba(255,255,255,0.9);
    border: 2px solid #0e5c67;
    color: #0e5c67;
}

#landingHomeNew .headerBanner .bannerContent li:nth-of-type(2) a {
    background: rgba(14,92,103,0.9);
}

#landingHomeNew .headerBanner .bannerContent li a:hover {
    background: #6bd3b2;
    color: #fff;
}

#landingHomeNew .headerBanner .bannerContent ul {
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
    position: absolute;
    float: left;
    padding: 0;
    bottom: 90px;
}

#landingHomeNew .headerBanner .bannerContent li {
    list-style: none;
    display: block;
    float: left;
    position: relative;
    width: 40%;
}

#landingHomeNew .headerBanner .bannerContent li:nth-of-type(odd) {
    margin-right: 10%;
    /* margin-left:5%; */
}

#landingHomeNew .headerBanner .bannerContent li:nth-of-type(even) {
    margin-left: 10%;
    /* margin-right:5%; */
}

#landingHomeNew .headerBanner .bannerContent li a {
    list-style: none;
}

#landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout, #landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout .bannerContainer, #landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout .bannerContainer .bannerContent, #landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout .bannerContainer .bannerContent p {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#landingHomeNew .firstRowHomeCallouts {
    margin-top: 10px;
    /* margin-left: -15px; */
    /* margin-right:  -15px; */
    margin-bottom: 0px;
}

#landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout {
    width: 292px;
}

#landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout {
    margin-right: 10px;
    margin-top: 70px;
    margin-bottom: 0px;
}

#landingHomeNew .firstRowHomeCallout:first-child {
    margin-left: 0;
}

#landingHomeNew .firstRowHomeCallout:last-child {
    margin-right: 0;
}

#landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout .bannerContainer .bannerContent p {
    display: block;
    border: 2px solid #0e5c67;
    border: 2px solid #0e5c67;
    float: left;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0e5c67;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-collapse: collapse;
    box-sizing: border-box;
}

#landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout .bannerContainer:hover .bannerContent p {
    color: #fff;
    background: #0e5c67;
}

#landingHomeNew .headerBanner .bannerContainer.backgroundImage {
    background-size: cover;
    border: none !important;
}

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


    #landingHomeNew .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px 10px 0px !important;
    }
    #landingHomeNew .firstRowHomeCallouts{
        margin-top:30px;
    }
    #landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout
    {
        width: calc(50% - 7px);
        margin-right: 14px;
    }
    #landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout:nth-of-type(even)
    {
        margin-right: 0%;
    }
     #landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout {
        margin-bottom: 15px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    #landingHomeNew .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px 10px 0px !important;
    }

    #landingHomeNew .menu {
        padding-top: 15px;
    }
    #landingHomeNew .headerBanner .bannerContainer{
        padding:15px;
        box-sizing:border-box;

    }
    #landingHomeNew .headerBanner .bannerContent {
        width: 100%;
        
    }
     #landingHomeNew .headerBanner .bannerContainer:after {
         content:"";
         display:block;
         position:absolute;
         height:100%;
         top:0;
         left:0
         
        width: 100%;
        background: rgba(000,000,000,0.1);
    }
    #landingHomeNew .headerBanner {
        height: auto;
        margin-top: -238px;
        margin-top: 0px;
    }

    #landingHomeNew .headerBanner .bannerContent p:nth-of-type(1) {
        top: 22px;
        color: #fff;
    }

    #landingHomeNew .headerBanner .bannerContent ul {
        bottom: 65px;
    }

    #landingHomeNew .headerBanner .bannerContent li {
        /* width: calc(100% - 60px); */
        /* margin: 15px 30px 0px !important; */
    }

    #landingHomeNew .headerBanner .bannerContent li a {
        font-size: 15px;
    }

    #landingHomeNew .headerBanner .bannerContent p:last-child {
        color: #fff;
        font-size: 15px;
    }

   
}

@media screen and (max-width: 1000px) {
    #landingHomeNew .menu {
        padding-top: 0px;
        width: 550px;
        float: none;
        margin: auto;
    }

    #landingHomeNew .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
      #landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout
    {
        width: calc(100%);

    }
    #landingHomeNew .menu {
        width: 100%;
    }
     #landingHomeNew .navbar-light .navbar-nav .nav-link {
            padding-left:15px !important;
        }
    #landingHomeNew header .whiteBg .navbar-nav {
        background: #f8f8f8 !important;
    }

    #landingHomeNew .headerBanner .bannerContent {
        width: 100%;
        /* background: rgba(000,000,000,0.1); */
    }

    #landingHomeNew .headerBanner {
        height: auto;
        margin-top: -238px;
        margin-top: 0px;
    }

    #landingHomeNew .headerBanner .bannerContent p:nth-of-type(1) {
        top: 22px;
        color: #fff;
    }

    #landingHomeNew .headerBanner .bannerContent ul {
        bottom: 65px;
    }

    #landingHomeNew .headerBanner .bannerContent li {
        width: calc(100% - 60px);
        margin: 15px 30px 0px !important;
    }

    #landingHomeNew .headerBanner .bannerContent li a {
        font-size: 15px;
    }

    #landingHomeNew .headerBanner .bannerContent p:last-child {
        color: #fff;
        font-size: 15px;
    }

    #landingHomeNew .firstRowHomeCallouts .firstRowHomeCallout {
        margin-bottom: 15px
    }
}
