





@media screen {
    /*no highlight on image links */
    a.no-highlight:hover, a.no-highlight:focus{
        text-decoration: none;
        border-bottom: none;
        background-color: transparent;
    }
    /* images using flexbox */
    .eryaml-fb-container{
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        justify-content:space-around;
        -ms-align-items: flex-start;
        align-items: flex-start
        
    }
    .eryaml-fb-container img,
    .eryaml-fb-container embed,
    .eryaml-fb-container object,
    .eryaml-fb-container video{
        max-width: 100%;
        height:auto;
    }
    .bp-4-aboveTextCentered,.bp-4-belowTextCentered{
        margin:0 auto;
        float:none;
    }
    .bp-4-aboveTextLeft,.bp-4-belowTextLeft{
        margin:0 auto 0 0;
        float:none;
    }
    .bp-4-aboveTextRight,.bp-4-belowTextRight{
        margin:0 0 0 auto;
        float:none;
    }
    .bp-4-besideTextLeft{
        float:left;
        margin-right: 1em;
    }
    .bp-4-besideTextRight{
        float: right;
        margin-left: 1em;
    }
    [class^="bp-4-colW"]{
        margin:0 auto;
    }
    .bp-4-colW100{
        width:calc(100% - 20px);
        margin:0 auto;
    }
    .bp-4-colW90{
        width:90%;
    }
    .bp-4-colW80{
        width:80%;
    }
    .bp-4-colW70{
        width:70%;
    }
    .bp-4-colW60{
        width:60%;
    }
    .bp-4-colW50{
        width:50%;
    }
    .bp-4-colW40{
        width:40%;
    }
    .bp-4-colW30{
        width:30%;
    }
    .bp-4-colW20{
        width:20%;
    }
    .bp-4-colW10{
        width:10%;
    }
    
    /* fixed width content */
    .bp-4-colW1920{
        width:1920px;
    }
    .bp-4-colW1200{
        width:1200px;
    }
    .bp-4-colW1000{
        width:1000px
    }
    .bp-4-colW800{
        width:800px;
    }
    .bp-4-colW780{
        width:780px;
    }
    .bp-4-colW760{
        width:760px;
    }
    .bp-4-colW480{
        width:480px;
    }
    .bp-4-colW460{
        width:460px;
    }
    .bp-4-colW320{
        width:320px;
    }
    .bp-4-colW300{
        width:300px;
    }
    
    .eryaml-fb-item-bp4-cols1{
        width:calc(100% - 20px)
    }
    .eryaml-fb-item-bp4-cols2{
        width:50%;
    }
    .eryaml-fb-item-bp4-cols3{
        width:33%;
    }
    .eryaml-fb-item-bp4-cols4{
        width:25%;
    }
    .eryaml-fb-item-bp4-cols5{
        width:20%;
    }
    .eryaml-fb-item-bp4-cols6{
        width:16%;
    }
    .eryaml-fb-item-bp4-cols7{
        width:14%;
    }
    .eryaml-fb-item-bp4-cols8{
        width:12%;
    }
    .eryaml-fb-item-bp4-cols9{
        width:11%;
    }
    .eryaml-fb-item-bp4-cols10{
        width:10%;
    }
    /* item ordering for break points */
    .eryaml-itemorder-bp4-img-aboveTextCentered,
    .eryaml-itemorder-bp4-img-aboveTextLeft,
    .eryaml-itemorder-bp4-img-aboveTextRight,
    .eryaml-itemorder-bp4-img-besideTextLeft{ order:1; }
    .eryaml-itemorder-bp4-txt-aboveTextCentered,
    .eryaml-itemorder-bp4-txt-aboveTextLeft,
    .eryaml-itemorder-bp4-txt-aboveTextRight,
    .eryaml-itemorder-bp4-txt-besideTextLeft{ order:2; }
    .eryaml-itemorder-bp4-img-belowTextCentered,
    .eryaml-itemorder-bp4-img-belowTextLeft,
    .eryaml-itemorder-bp4-img-belowtextRight,
    .eryaml-itemorder-bp4-img-besideTextRight{order:2;}
    .eryaml-itemorder-bp4-txt-belowTextCentered,
    .eryaml-itemorder-bp4-txt-belowTextLeft,
    .eryaml-itemorder-bp4-txt-belowtextRight,
    .eryaml-itemorder-bp4-txt-besideTextRight{order:1;}
}

@media screen and (min-width:576px){
    .bp-3-aboveTextCentered,.bp-3-belowTextCentered{
        margin:0 auto;
        float:none;
    }
    .bp-3-aboveTextLeft,.bp-3-belowTextLeft{
        margin:0 auto 0 0;
        float:none;
    }
    .bp-3-aboveTextRight,.bp-3-belowTextRight{
        margin:0 0 0 auto;
        float:none;
    }
    .bp-3-besideTextLeft{
        float:left;
        margin-right: 1em;
    }
    .bp-3-besideTextRight{
        float: right;
        margin-left: 1em;
    }
    .eryaml-section{
        padding:0;
    }
    .bp-3-colW100{
        width:calc(100% - 20px)
    }
    .bp-3-colW90{
        width:90%;
    }
    .bp-3-colW80{
        width:80%;
    }
    .bp-3-colW70{
        width:70%;
    }
    .bp-3-colW60{
        width:60%;
    }
    .bp-3-colW50{
        width:50%;
    }
    .bp-3-colW40{
        width:40%;
    }
    .bp-3-colW30{
        width:30%;
    }
    .bp-3-colW20{
        width:20%;
    }
    .bp-3-colW10{
        width:10%;
    }
    
    /* fixed width content */
    .bp-3-colW1920{
        width:1920px;
    }
    .bp-3-colW1200{
        width:1200px;
    }
    .bp-3-colW1000{
        width:1000px
    }
    .bp-3-colW800{
        width:800px;
    }
    .bp-3-colW780{
        width:780px;
    }
    .bp-3-colW760{
        width:760px;
    }
    .bp-3-colW480{
        width:480px;
    }
    .bp-3-colW460{
        width:460px;
    }
    .bp-3-colW320{
        width:320px;
    }
    .bp-3-colW300{
        width:300px;
    }
    
    .eryaml-fb-item-bp3-cols1{
        width:calc(100% - 20px)
    }
    .eryaml-fb-item-bp3-cols2{
        width:50%;
    }
    .eryaml-fb-item-bp3-cols3{
        width:33%;
    }
    .eryaml-fb-item-bp3-cols4{
        width:25%;
    }
    .eryaml-fb-item-bp3-cols5{
        width:20%;
    }
    .eryaml-fb-item-bp3-cols6{
        width:16%;
    }
    .eryaml-fb-item-bp3-cols7{
        width:14%;
    }
    .eryaml-fb-item-bp3-cols8{
        width:12%;
    }
    .eryaml-fb-item-bp3-cols9{
        width:11%;
    }
    .eryaml-fb-item-bp3-cols10{
        width:10%;
    }
    /* item ordering for break points */
    .eryaml-itemorder-bp3-img-aboveTextCentered,
    .eryaml-itemorder-bp3-img-aboveTextLeft,
    .eryaml-itemorder-bp3-img-aboveTextRight,
    .eryaml-itemorder-bp3-img-besideTextLeft{ order:1; }
    .eryaml-itemorder-bp3-txt-aboveTextCentered,
    .eryaml-itemorder-bp3-txt-aboveTextLeft,
    .eryaml-itemorder-bp3-txt-aboveTextRight,
    .eryaml-itemorder-bp3-txt-besideTextLeft{ order:2; }
    .eryaml-itemorder-bp3-img-belowTextCentered,
    .eryaml-itemorder-bp3-img-belowTextLeft,
    .eryaml-itemorder-bp3-img-belowtextRight,
    .eryaml-itemorder-bp3-img-besideTextRight{order:2;}
    .eryaml-itemorder-bp3-txt-belowTextCentered,
    .eryaml-itemorder-bp3-txt-belowTextLeft,
    .eryaml-itemorder-bp3-txt-belowtextRight,
    .eryaml-itemorder-bp3-txt-besideTextRight{order:1;}
}

@media screen and (min-width:768px){
    .bp-780-aboveTextCentered,.bp-780-belowTextCentered,
    .bp-2-aboveTextCentered, .bp-2-belowTextCentered{
        margin:0 auto;
        float:none;
    }
    .bp-780-aboveTextLeft,.bp-780-belowTextLeft,
    .bp-2-aboveTextLeft, .bp-2-belowTextLeft{
        margin:0 auto 0 0;
        float:none;
    }
    .bp-780-aboveTextRight,.bp-780-belowTextRight,
    .bp-2-aboveTextRight, .bp-2-belowTextRight{
        margin:0 0 0 auto;
        float:none;
    }
    .bp-780-besideTextLeft,
    .bp-2-besideTextLeft{
        float:left;
        margin-right: 1em;
    }
    .bp-780-besideTextRight,
    .bp-2-besideTextRight{
        float: right;
        margin-left: 1em;
    }
    .bp-2-colW100{
        width:calc(100% - 20px);
    }
    .bp-2-colW90{
        width:90%;
    }
    .bp-2-colW80{
        width:80%;
    }
    .bp-2-colW70{
        width:70%;
    }
    .bp-2-colW60{
        width:60%;
    }
    .bp-2-colW50{
        width:50%;
    }
    .bp-2-colW40{
        width:40%;
    }
    .bp-2-colW30{
        width:30%;
    }
    .bp-2-colW20{
        width:20%;
    }
    .bp-2-colW10{
        width:10%;
    }

     /* fixed width content */
    .bp-2-colW1920{
        width:1920px;
    }
    .bp-2-colW1200{
        width:1200px;
    }
    .bp-2-colW1000{
        width:1000px
    }
    .bp-2-colW800{
        width:800px;
    }
    .bp-2-colW780{
        width:780px;
    }
    .bp-2-colW760{
        width:760px;
    }
    .bp-2-colW480{
        width:480px;
    }
    .bp-2-colW460{
        width:460px;
    }
    .bp-2-colW320{
        width:320px;
    }
    .bp-2-colW300{
        width:300px;
    }
    
    .eryaml-fb-item-bp2-cols1{
        width:calc(100% - 20px)
    }
    .eryaml-fb-item-bp2-cols2{
        width:50%;
    }
    .eryaml-fb-item-bp2-cols3{
        width:33%;
    }
    .eryaml-fb-item-bp2-cols4{
        width:25%;
    }
    .eryaml-fb-item-bp2-cols5{
        width:20%;
    }
    .eryaml-fb-item-bp2-cols6{
        width:16%;
    }
    .eryaml-fb-item-bp2-cols7{
        width:14%;
    }
    .eryaml-fb-item-bp2-cols8{
        width:12%;
    }
    .eryaml-fb-item-bp2-cols9{
        width:11%;
    }
    .eryaml-fb-item-bp2-cols10{
        width:10%;
    }
    /* item ordering for break points */
    .eryaml-itemorder-bp2-img-aboveTextCentered,
    .eryaml-itemorder-bp2-img-aboveTextLeft,
    .eryaml-itemorder-bp2-img-aboveTextRight,
    .eryaml-itemorder-bp2-img-besideTextLeft{ order:1; }
    .eryaml-itemorder-bp2-txt-aboveTextCentered,
    .eryaml-itemorder-bp2-txt-aboveTextLeft,
    .eryaml-itemorder-bp2-txt-aboveTextRight,
    .eryaml-itemorder-bp2-txt-besideTextLeft{ order:2; }
    .eryaml-itemorder-bp2-img-belowTextCentered,
    .eryaml-itemorder-bp2-img-belowTextLeft,
    .eryaml-itemorder-bp2-img-belowtextRight,
    .eryaml-itemorder-bp2-img-besideTextRight{order:2;}
    .eryaml-itemorder-bp2-txt-belowTextCentered,
    .eryaml-itemorder-bp2-txt-belowTextLeft,
    .eryaml-itemorder-bp2-txt-belowtextRight,
    .eryaml-itemorder-bp2-txt-besideTextRight{order:1;}
}

@media screen and (min-width: 992px ){
    
    .bp-1200-aboveTextCentered,.bp-1200-belowTextCentered{
        margin:0 auto;
        float:none;
    }
    .bp-1200-aboveTextLeft,.bp-1200-belowTextLeft{
        margin:0 auto 0 0;
        float:none;
    }
    .bp-1200-aboveTextRight,.bp-1200-belowTextRight{
        margin:0 0 0 auto;
        float:none;
    }
    .bp-1200-besideTextLeft{
        float:left;
        margin-right: 1em;
    }
    .bp-1200-besideTextRight{
        float: right;
        margin-left: 1em;
    }
    
    .bp-1200-colW100,.bp-1-colW100{
        width:100%;
    }
    .bp-1200-colW90,.bp-1-colW90{
        width:90%;
    }
    .bp-1200-colW80,.bp-1-colW80{
        width:80%;
    }
    .bp-1200-colW70,.bp-1-colW70{
        width:70%;
    }
    .bp-1200-colW60,.bp-1-colW60{
        width:60%;
    }
    .bp-1200-colW50,.bp-1-colW50{
        width:50%;
    }
    .bp-1200-colW40,.bp-1-colW40{
        width:40%;
    }
    .bp-1200-colW30,.bp-1-colW30{
        width:30%;
    }
    .bp-1200-colW20,.bp-1-colW20{
        width:20%;
    }
    .bp-1200-colW10,.bp-1-colW10{
        width:10%;
    }
    
    /* fixed width content */
    .bp-1200-colW1920,.bp-1-colW1920{
        width:1920px;
    }
    .bp-1200-colW1200,.bp-1-colW1200{
        width:1200px;
    }
    .bp-1200-colW1000,.bp-1-colW1000{
        width:1000px
    }
    .bp-1200-colW800,.bp-1-colW800{
        width:800px;
    }
    .bp-1200-colW780,.bp-1-colW780{
        width:780px;
    }
    .bp-1200-colW760,.bp-1-colW760{
        width:760px;
    }
    .bp-1200-colW680,.bp-1-colW680{
        width:680px;
    }
    .bp-1200-colW660,.bp-1-colW660{
        width:660px;
    }
    .bp-1200-colW480,.bp-1-colW480{
        width:480px;
    }
    .bp-1200-colW460,.bp-1-colW460{
        width:460px;
    }
    .bp-1200-colW320,.bp-1-colW320{
        width:320px;
    }
    .bp-1200-colW300,.bp-1-colW300{
        width:300px;
    }
    
    
    .eryaml-fb-item-bp1200-cols1,.eryaml-fb-item-bp1-cols1{
        width:100%;
    }
    .eryaml-fb-item-bp1200-cols2,.eryaml-fb-item-bp1-cols2{
        width:50%;
    }
    .eryaml-fb-item-bp1200-cols3,.eryaml-fb-item-bp1-cols3{
        width:33%;
    }
    .eryaml-fb-item-bp1200-cols4,.eryaml-fb-item-bp1-cols4{
        width:25%;
    }
    .eryaml-fb-item-bp1200-cols5,.eryaml-fb-item-bp1-cols5{
        width:20%;
    }
    .eryaml-fb-item-bp1200-cols6,.eryaml-fb-item-bp1-cols6{
        width:16%;
    }
    .eryaml-fb-item-bp1200-cols7,.eryaml-fb-item-bp1-cols7{
        width:14%;
    }
    .eryaml-fb-item-bp1200-cols8,.eryaml-fb-item-bp1-cols8{
        width:12%;
    }
    .eryaml-fb-item-bp1200-cols9,.eryaml-fb-item-bp1-cols9{
        width:11%;
    }
    .eryaml-fb-item-bp1200-cols10,.eryaml-fb-item-bp1-cols10{
        width:10%;
    }
    /* item ordering for break points */
    .eryaml-itemorder-bp1-img-aboveTextCentered,
    .eryaml-itemorder-bp1-img-aboveTextLeft,
    .eryaml-itemorder-bp1-img-aboveTextRight,
    .eryaml-itemorder-bp1-img-besideTextLeft{ order:1; }
    .eryaml-itemorder-bp1-txt-aboveTextCentered,
    .eryaml-itemorder-bp1-txt-aboveTextLeft,
    .eryaml-itemorder-bp1-txt-aboveTextRight,
    .eryaml-itemorder-bp1-txt-besideTextLeft{ order:2; }
    .eryaml-itemorder-bp1-img-belowTextCentered,
    .eryaml-itemorder-bp1-img-belowTextLeft,
    .eryaml-itemorder-bp1-img-belowtextRight,
    .eryaml-itemorder-bp1-img-besideTextRight{order:2;}
    .eryaml-itemorder-bp1-txt-belowTextCentered,
    .eryaml-itemorder-bp1-txt-belowTextLeft,
    .eryaml-itemorder-bp1-txt-belowtextRight,
    .eryaml-itemorder-bp1-txt-besideTextRight{order:1;}
}

@media (min-width: 1200px){
    .eryaml-fullwidth-title{
            text-align:center;
            padding:20px;
    }
    
    /**  add dividing line for 2 column grids */
    .eryaml-divider-2px .ym-gr{
        border-left:2px solid #ccc;
    }
    .eryaml-divider-1px .ym-gr{
            border-left:1px solid #ccc;
    }
    .eryaml-fb-item{
            
    }
    .eryaml-fb-item-cols1{
        width:100%;
    }
    .eryaml-fb-item-cols2{
        width:50%;
    }
    .eryaml-fb-item-cols3{
        width:33%;
    }
    .eryaml-fb-item-cols4{
        width:25%;
    }
    .eryaml-fb-item-cols5{
        width:20%;
    }
    .eryaml-fb-item-cols6{
        width:16%;
    }
    .eryaml-fb-item-cols7{
        width:14%;
    }
    .eryaml-fb-item-cols8{
        width:12%;
    }
    .eryaml-fb-item-cols9{
        width:11%;
    }
    .eryaml-fb-item-cols10{
        width:10%;
    }
    
    
    .media-wrapper{
        margin-bottom: 10px;
    }
    
    .media-wrapper-clearfix:before{
        content:"";
        display:table;
    }
    .media-wrapper-clearfix:after{
        clear: both;
        content:".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }
    .media-wrapper-right{
        float: right;
    }
    .media-wrapper-center{
        margin:0 auto;
    }
    .colW100{
        width:100%;
    }
    .colW90{
        width:90%;
    }
    .colW80{
        width:80%;
    }
    .colW70{
        width:70%;
    }
    .colW60{
        width:60%;
    }
    .colW50{
        width:50%;
    }
    .colW40{
        width:40%;
    }
    .colW30{
        width:30%;
    }
    .colW20{
        width:20%;
    }
    .colW10{
        width:10%;
    }
    /* fixed width content */
    .colW1920{
        width:1920px;
    }
    .colW1200{
        width:1200px;
    }
    .colW1000{
        width:1000px
    }
    .colW800{
        width:800px;
    }
    .colW780{
        width:780px;
    }
    .colW760{
        width:760px;
    }
    .colW680{
        width:680px;
    }
    .colW660{
        width:660px;
    }
    .colW480{
        width:480px;
    }
    .colW460{
        width:460px;
    }
    .colW320{
        width:320px;
    }
   
    .aboveTextCentered,.belowTextCentered{
        margin:0 auto;
        float:none;
    }
    .aboveTextLeft,.belowTextLeft{
        margin:0 auto 0 0;
        float:none;
    }
    .aboveTextRight,.belowTextRight{
        margin:0 0 0 auto;
        float:none;
    }
    .besideTextLeft{
        float:left;
        margin-right: 1em;
    }
    .besideTextRight{
        float: right;
        margin-left: 1em;
    }

    /* item ordering for break points */
    .eryaml-itemorder-img-aboveTextCentered,
    .eryaml-itemorder-img-aboveTextLeft,
    .eryaml-itemorder-img-aboveTextRight,
    .eryaml-itemorder-img-besideTextLeft{ order:1; }
    .eryaml-itemorder-txt-aboveTextCentered,
    .eryaml-itemorder-txt-aboveTextLeft,
    .eryaml-itemorder-txt-aboveTextRight,
    .eryaml-itemorder-txt-besideTextLeft{ order:2; }
    .eryaml-itemorder-img-belowTextCentered,
    .eryaml-itemorder-img-belowTextLeft,
    .eryaml-itemorder-img-belowtextRight,
    .eryaml-itemorder-img-besideTextRight{order:2;}
    .eryaml-itemorder-txt-belowTextCentered,
    .eryaml-itemorder-txt-belowTextLeft,
    .eryaml-itemorder-txt-belowtextRight,
    .eryaml-itemorder-txt-besideTextRight{order:1;}
    
}

