body{
    width:100%;
    padding:0;
    margin:0;
}

body,p,td{
    font-family: 'Titillium Web', sans-serif;
    font-size:16px;
    line-height:24px;
    color:#000;
    font-weight:300;
}

strong,b{
    font-weight:600;
}

h1{
    
}

i{
    font-style: italic;
}

.smBold{
    font-size:12px;
    font-weight:600;
    line-height:16px;
}

h1.pageH1{
    font-weight:200;
    color:#000;
    font-size:42px;
    line-height:42px;
    color:#010101;
    margin-bottom:17px;
}

.uHeadline h1{
    font-weight:200;
    color:#000;
    font-size:42px;
    line-height:42px;
    color:#010101;
    margin-bottom:17px;
    
}

h1.productH1{
    font-weight:300;
    color:#000;
    font-size:28px;
    line-height:42px;
    color:#010101;
    margin-bottom:9px;
}

h2{
    font-weight:600;
    padding-bottom:15px;
}

a{
    color:#000;
}

.clearfix{
    line-height:0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

img{
    width:100%;
    height:auto;
}

.imgActualSize {
    width: auto !important;
    height: auto !important;
}

.pdfi{
    display:none;
}


.bgWrap {
    width: 100%;
    background: #879494;
    margin: 0;
    padding: 0;
    text-align: center;
}

.bgInnerWrap {
    max-width: 1440px;
    width: 100%;
    padding: 0;
    background: #fff;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.smGrid{
    max-width:775px !important;
}

.grid-pad {
	padding-right:5%;
	padding-left:5%; 
}

.centered{
    text-align:center;
}

.alignRight{
    text-align:right;
}

.alignLeft{
    text-align:left;
}


.tableWidthWrap{
    overflow-x:auto;
}

.tableWidthWrap table.data th{
    white-space: nowrap;
}

.tableWidthWrap table.data th,.tableWidthWrap table.data td{
    padding:2px;
    line-height:18px;
}

.tableWidthWrap table.data td{
    padding:4px;
    
}

.tableWidthWrap.halfWidth{
    width:49%;
    display:inline-block;
}


/*=========================================================*/
/*   INNER PAGE STYLES (TILED PAGES ETC)                   */
/*=========================================================*/

.yellowHero{
    padding:18px 5% 40px 5%;
    background:#f4b936;
}

.yellowHeroProduct{
    padding:26px 5% 38px 5%;
    background:#f4b936;
}

.gridBoxWrap{
    white-space: nowrap;
}

.gridBoxRow{
    display:table;
    width:100%;
}


.gridImgLeft,.gridImgRight{
    display:table-header-group;
}

.gridCopyLeft,.gridCopyRight{
    display:table-footer-group;
}

.gridBox.gridCopyLeft .gridCopyWrap{
        text-align:right;
    }


.gridBox{
    width:100%;
    white-space: normal;
    
}

.gridBox.gridImgLeft {
    text-align:center;
    position:relative;
}

.gridBox.gridImgLeft img{
}



.gridBox.gridImgRight {
    text-align:center;
    position:relative;
}

.gridBox.gridImgLeft img{
}


.gridCopyWrap {
    padding:5%;
    text-align:left;
}

.gridCopyWrap h2{
    text-transform: uppercase;
    font-weight:600;
    font-size:16px;
    letter-spacing:.2em;
    padding-bottom:8px;
}

.wrapPad{
    padding:18px 5% 40px 5%;
}

.twoColLeftPad,.twoColLeftPadWide{}

.twoColRightPad{}


.twoColRightPad ul{
    list-style-type:disc;
    margin:10px 0 25px 0;
    list-style-position: outside;
}

.twoColRightPad ul li{
    margin-left:15px;
    padding-left:5px;
    color:#000;
}

ul.dloads{
    list-style-type:none;
}

ul.dloads a{
    color:#4e8b86;
    text-decoration:none;
}

.icon::before {
    padding-right:8px;
    display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.twoColRightPad ul li.pdf{
    padding-left:0;
}


.pdf::before {
    font-family: "Font Awesome 5 Regular";
    font-weight: 900;
    content: "\f1c1";
    color:#878787;
    display:none;
}


.pdf svg:not(:root).svg-inline--fa {
    margin-right:10px;   
}





@media (min-width: 480px) {
    .twoColLeftPad{
        width:90%;
    }
    
    .twoColLeftPadWide{
        width:97%;
        
    }
    
    
    .twoColRightPad{
        width:90%;
    
    }

}

@media (min-width: 480px) {
    .wrapPad{
        /*padding:58px 0 90px 0;*/
    }
}


/* links on internal 'landing' pages */
ul.linkList{
    margin-top:20px;
}

ul.linkList .linkListArrowLeft,ul.linkList .linkListArrowRight{
    display:inline-block;
    color:#006464;
    vertical-align: middle;
    padding:0 5px;
}

ul.linkList a{
    text-decoration:none;
    color:#006464;
    display:inline-block;
    vertical-align: middle
}

ul.noMargin{
    margin-top:0 !important;
}

@media (min-width: 480px) {
    .yellowHero{
        /*margin-bottom:20px;*/
    }

    /*50/50 columns*/
    .gridBox.gridImgLeft img{
        width:70%;
        margin:0 auto;
    }

    .gridBox.gridImgRight img{
        width:70%;
        margin:0 auto;
    }
}


@media (min-width: 1000px) {
    .yellowHero{
        padding:58px 5% 86px 5%;
        margin-bottom:0px;
    }
    
    .wrapPad{
        padding:58px 0 86px 0;
    }
    
    
/* 50/50 Column Styles */    
    .gridBoxWrap{
        display:table;
        table-layout: fixed;
        width:100%;
        overflow-x:hidden;
    }
    
    .gridBoxRow{
        display:table-row;
    }
    
    .gridBox{
        display:table-cell;
        width:50%;
        white-space:normal;
        vertical-align:middle
    }
    
    .gridBox.gridImgLeft{
        
    }
    
    .gridBox.gridImgLeft img{
        width:100%;
        display:block;
    }
    
    .gridBox.gridImgLeft::after{
        content:" ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 70px 70px 0;
        border-color: transparent #ffffff transparent transparent;
        position:absolute;
        top:calc(50% - 70px);
        right:0;
        z-index:100;
    }

    .gridBox.gridCopyRight {
    
    }

    .gridCopyWrap {
        padding:0 50px;
    }
    
    .gridCopyWrap p{
        font-size:14px;
        line-height:20px;
    }

    .gridCopyWrap a{
        line-height:0 !important;
    }
    
    .gridCopyWrap h2{
        padding-bottom:0 !important;
    }
    
    .gridCopyWrap li{
        line-height:20px !important;
    }
    
    .gridCopyWrap .linkListArrowRight{
        line-height:0 !important;
        
    }
    
    
    
    .gridBox.gridCopyLeft .gridCopyWrap{
        text-align:right;
    }

    .gridBox.gridImgRight {
    }
    
    .gridBox.gridImgRight img{
        width:100%;
        display:block;
    }
    
    .gridBox.gridImgRight::after{
        content:" ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 0 70px 70px;
        border-color: transparent transparent transparent #ffffff;
        position:absolute;
        top:calc(50% - 70px);
        left:0;
        z-index:100;
    }
}

@media (min-width: 1100px) {
     .gridCopyWrap p{
        font-size:16px;
        line-height:20px;
    }
    
    .yellowHeroProduct{
        margin-bottom:0px;
    }
    
    .gridCopyWrap a{
        line-height:24px !important;
    }
    
    .gridCopyWrap h2{
        padding-bottom:8px !important;
    }
    
    .gridCopyWrap li{
        line-height:24px !important;
    }
    
    .gridCopyWrap .linkListArrowRight{
        line-height:24px !important;
    }
    
    
    
    
    
}


/*  'Product' Pages*/
.productTopRowWrap{
    white-space: nowrap;
}

.productOverview{
    width:100%;
    display:block;
    vertical-align: top;
    white-space: normal;
    padding-bottom:25px
}

.productPackages{
    width:100%;
    display:block;
    vertical-align: top;
    white-space: normal;
    text-align:center;
}

p.Btn{
    width:100%;
    text-align:center;
    margin-top:25px;
}

p.Btn a{
    display:inline-block;
    height:28px;
    line-height:28px;
    text-transform: uppercase;
    text-decoration: none;
    color:#00665f;
    border:1px solid #00665f;
    padding:0 12px;
}

.productSpacerDiv{
    height:65px;
}

.content-col-inner-wrap{
    width:90%;
}


/* Product table styling */
table.data {
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    border-collapse: collapse;
}

table.data tr:nth-child(2n+1) {
    background-color: #f2f5f6;
}

table.data th {
    border-right: 1px solid #fff;
    background-color: #bac3c6;
    color: #fff;
    font-weight: 400;
}
table.data th, table.data td {
    padding: .5em 0;
    text-align: center;
    font-size: 14px;
}

table.data td {
    border-right: 1px solid #bac3c6;
}
table.data th, table.data td {
    padding: .5em 0;
    text-align: center;
    font-size: 14px;
}

table.data th:last-child, table.data td:last-child {
    border-right: none;
}

td.pdfIconCell{
    width:40px;
}

td.pdfIconCell img{
    width:30%;
    display:inline-block;
    margin:0 auto;
    height:auto;
}



/* End product table styling*/

/* Product package images */
.packageWrap{
    line-height:0;
    font-size:0;
    text-align:center;
    margin-top:30px
}

.package{
    position:relative;
    display:inline-block;
    padding:5px;
    max-width:85px;
}

.package .packageCopy{
    position:absolute;
    top:2px;
    left:7px;
    font-size:12px;
}

.package .packageImg{
    padding:0;
}

.package .packageImg img{
}

@media (min-width: 1100px) {
    .productCopyWrap{
        width:90%;
    }

    .productOverview{
        display:inline-block;
        width:66.66%;
    }

    .productPackages{
        display:inline-block;
        width:33.33%;
        line-height: 0;
        font-size: 0;
    }
    
    .packageTwo .package{
        max-width:none;
        width:50%;
    }
    
    .packageThree .package{
        max-width:none;
        width:33.33%;
    }
    
    .packageFour .package{
        max-width:none;
        width:25%;
    }
    
    .package .packageCopy{
        top:12px;
    }

}


/* CTA STYLES */
.ctaWrap{
    width:100%;
    text-align:center;
    background:#c0c9cb url(/images/cta-bg.png) top left repeat-x;
}

.ctaInnerWrap{
    width:90%;
    margin:0 auto;
    padding:25px 0
}

.CTACat{
    color:#00665f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .2em;
    padding-bottom: 8px;
}


.ctaCopyWrap{
    width:90%;
    display:inline-block;
    margin:0 auto;
    
    
}




.CTACopy h2{
    color:#fff;
    font-size:24px;
    line-height:30px;
    font-weight:200;
    padding-bottom:0;
}

.CTABtn{
        margin:25px auto 0 auto;
    }

.CTABtn a{
    display:inline-block;
    height:28px;
    line-height:28px;
    border:1px solid #00665f;
    color:#00665f;
    text-decoration:none;
    padding:0 20px;
    background:#d5dadb;
    text-transform: uppercase;
}
        
@media (min-width: 600px) {
        .ctaWrap{
            width:100%;
        }

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

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

        .CTACopy h2{
            font-size:28px;
            line-height:36px;
            font-weight:200;
            padding-bottom:0;
        }

        .CTACat{
            color:#f4b936;
        }
}


/* FOOTER STYLES */
.footerWrap{
    width:100%;
    text-align:center;
    padding-top:25px;
    padding-bottom:200px;
    color:#fff
}

.footerWrap a{
    color:#fff;
    text-decoration:none;
}

.footerIconWrap{
    padding-bottom:4px;
}

.footerAddressWrap{
    padding-bottom:12px;
}

.iconRow{
    display:block;
    padding-bottom:20px;
}

.iconRow a{
    display:inline-block;
}


.footerCopyrightWrap{
    font-size:14px;
}

.faFooterWrap{
    padding-right:10px;
    font-size:28px;
}

.faFooterWrap:last-child{
    padding-right:0;
    padding-left:10px
}

    
@media (min-width: 480px) {
    .iconRow{
        display:inline-block
    }

    .iconRow a{
        display:inline-block;
        padding:0 9px 0 9px;
    }


    .footerIconWrap{
        padding-top:44px;
    }
}


/* BLOG STYLES */
.blogOuterWrap{
    padding:18px 0 40px 0;
}

.blogRollInnerWrap{
    margin-bottom:60px;
    
}

.bImage{
}   

.bCopyWrap{
}


.bCopyWrap p{

}


.bListCat{
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 10px;
}

.bListCat a {
    text-decoration: none;
    color: #383838;
}

.bListTitle {
    padding-bottom: 20px;
}

.bListTitle a {
    text-decoration: none;
    color: #000 !important;
}

.bListTitle a h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Titillium Web",Tahoma,sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
}

a.bListBtn{
    text-decoration: none;
    color: #466c85;
}

.blogCatNav {
    margin-top: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;

}

.blogCatNav ul {
    margin: 0 !important;
    list-style-type: none;
}

.blogCatNav li.curBlogCat {
    border-top: 1px solid #466c85;
    border-bottom: 1px solid #466c85;
}

.blogCatNav li {
    padding: 15px 0 15px 15px;
}

.blogCatNav li a{
    text-decoration:none;
    color:#000;
}

.blogDetailPaddingWrap{
    display:inline-block;
    max-width:1000px;
    margin:0 auto;
    text-align:left;
    padding:18px 0 20px 0;
}

.blogDetail{

}

.blogDetail h1{
    font-size: 24px !important;
    line-height: 30px !important;
    padding-bottom: 5px;
    margin: 0;
    font-weight: 300;
}


.updateCTAButtonWrap {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
}

.updateCTAButton {
    display: inline-block !important;
    margin: 0 auto !important;
    background-color: #f6b436;
    color: #fff !important;
    font-family: Tahoma,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 7px 30px;
    text-transform: uppercase;
    background-image: none;
    background-size: 0;
    border: 1px solid #f6b436 !important;
    border-radius: 0;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;
    font-size: 13px;
    width: auto;
}
    
@media (min-width: 480px) {
    .innerBlogImage{
        float:right;
        width:45%;
        height:auto;
        padding:0 0 20px 20px;
    }

    .bImage{
        width:90%;
        height:auto;
    }   

    .bCopyWrap{
        width:90%;
    }
}

@media (min-width:900px) {
     .blogDetail h1{
        font-size: 32px !important;
        line-height: 40px !important;
    }
    
    .blogDetailPaddingWrap{
        padding:58px 0 40px 0;
    }
    
    .blogOuterWrap{
        padding:58px 0 70px 0;
    }
    
    .blogGrid{
        white-space: nowrap;
    }
    
    .blogRollRoll{
        display:inline-block;
        width:83.33%;
        vertical-align:top;
        white-space: normal;
    }
    
    .blogRollNav{
        display:inline-block;
        width:16.66%;
        vertical-align:top;
        white-space: normal;
    }
}
    /* Video Embed */
    .vidWrap {
        position:relative;
        padding-bottom:45%;
        padding-top:30px;
        height:0;
        overflow:hidden;
        width:100%;
        margin:0 auto 30px auto;
    }

    .vidWrap iframe, .vidWrap object, .vidWrap embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }

@media only screen and (min-width:950px) { 
  .vidWrap {
    width:70%; 
    padding-bottom:37%;
    }
}



/* Support Page - FAQS */
.faqWrap{
    margin:60px 0 20px 0
}

.faq{
    margin-bottom:20px;
    
}

.faqHead{
    width:100%;
    cursor: pointer;
}

.faqHeadRow{
    display:table;
}


.faqArrowWrap{
    display:inline-block;
    width:20px;
    vertical-align:top;
    padding-right:3px;
}

.faqArrowUpWrap,.faqArrowDownWrap{
    font-size:18px;
    color:#006464;
}

.faqArrowUpWrap{
    display:none;
}


.faqTitleCell{
    font-weight:600;
    display:table-cell;
    vertical-align: top

}

.faqContent{
    display:none;
    padding:15px 20px;
}


.supportResourceLI{
    display:table;
    margin-bottom:5px
}

.supportResourceLI .resourceIcon{
    display:table-cell;
    padding-right:10px;
    color:#ff0000;
}

.supportResourceLI a{
    display:table-cell;
}

.landingInnerWrap{
    margin:50px 0;
}




table.specs{
    border-collapse: collapse;
    width:100%;
    margin-bottom:20px
}

table.specs td{
    border: 1px solid #bac3c6;
    padding:.5em;
}


.tableWrap{
    width:100%;
    position:relative;
    
}

.tableWrapRow{
    display:table-row;
}

.tableWrapCell{
    display:table-cell;
    vertical-align:top;
    padding:0 10px;
}

table.productData{
    border-collapse: collapse;
    margin-bottom:20px;
    padding:0 10px;
}

table.productData td.productHead{
    border:0;
    text-align: center;
    font-size:24px;
    font-weight:600;
    background:#fff;
}

table.productData td{
    border-right: 1px solid #bac3c6;
    padding:.5em;
    text-align:center;
    font-size:14px !important;
}

table.productData th{
    border-right: 1px solid #fff;
    padding:.5em;
    text-align:center;
    font-weight:600;
    font-size:14px !important;
}

table.productData th:last-child{
    border:0;
}

table.productData td:last-child{
    border:0;
    
}


table.productData td.dark{
    border-right: 1px solid #fff;
    background-color: #bac3c6;
    color: #fff;
    font-weight: 600;
    text-align:center;
}

table.productData tr{
    background:#fff;
}

table.productData tr:nth-child(even){
    background:#f2f5f6;
}

a.landingDownloadBtn{
        cursor: pointer;
        display: inline-block;
        border: 1px solid #00665f;
        color: #00665f;
        text-decoration: none;
        text-transform: uppercase;
        height: 28px;
        line-height: 28px;
        padding: 0 20px;
        margin: 0 auto;
        font-family: Helvetica, Arial, sans-serif;
        background-image: none !important;
        background-size: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        text-shadow: none !important;
        background: #fff;
        background-image: none;

}



/* BELOW: ALT LAYOUT FOR GRID BOXES */

.gridImgDiv{
    background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height:300px;
        width:100%;
        display:inline-block;
    
    
}





.gridBoxAlt{
    width:100%;
    position:relative;
}


.gridBoxAltWrap{
    white-space: nowrap;
}

.gridBoxAltRow{
    display:table;
    width:100%;
}


.gridBoxAlt.gridImgLeft,.gridBoxAlt.gridImgRight{
    display:table-header-group;
}

.gridBoxAlt.gridCopyLeft,.gridBoxAlt.gridCopyRight{
    display:table-footer-group;
}


.gridBoxAlt{
    width:100%;
    white-space: normal;
    
}

@media (min-width: 1000px) {
    
/* 50/50 Column Styles */    
    .gridBoxAltWrap{
        white-space: nowrap;
        width:100%;
    }
    
    .gridBoxAltRow{
        display:table;
    }
    
    .gridBoxAlt{
        width:50%;
        vertical-align:middle;
        height:500px;
    }

    /* caret overlay */
    .gridBoxAlt.gridImgLeft::after{
        content:" ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 70px 70px 0;
        border-color: transparent #ffffff transparent transparent;
        position:absolute;
        top:calc(50% - 70px);
        right:0;
        z-index:100;
    }

    .gridBoxAlt .gridCopyWrap {
        padding:50px !important;
    }
    
    .gridBoxAlt .gridCopyWrap p{
        font-size:14px;
        line-height:20px;
    }
    
    .gridBoxAlt.gridCopyLeft .gridCopyWrap{
        text-align:right;
    }
    
    /* Caret overlay left */
    .gridBoxAlt.gridImgRight::after{
        content:" ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 0 70px 70px;
        border-color: transparent transparent transparent #ffffff;
        position:absolute;
        top:calc(50% - 70px);
        left:0;
        z-index:100;
    }
}

@media (min-width: 1100px) {
     .gridCopyWrap p{
        font-size:16px;
        line-height:20px;
    }
}

.faContactWrap{
    font-size:30px;
    
}




.repOuterWrap .grid{
    padding-bottom:30px;
    
}





.repHead{
    padding:20px 0 0 0;
    margin-bottom:20px;
    border-bottom:1px solid #ededed;
}

.repHead h3,.RFMWOuterWrap h3{
    font-size:20px;
}

.RFMWOuterWrap h3{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #ededed;
    width:90%;
}

.repRowTwo{
    padding-top:20px;
}

.repH2{
    font-size:24px;
    
    
}

.RFMWWrap{
    padding-bottom:40px;
}

.RFMWOuterWrap{
    background:#fcfcfc;
    padding:20px 0;
}




    table.data th.whiteBG{
        background:#fff;
        border:0;
        color:#333;
        font-weight:bold;
    }
    
    table.data th.vertCenter{
        vertical-align:center;
    }
    
    table.data th.noRightBdr{
        border-right:0;
    }












