﻿.lctitle {
    color: #ee2a24;
    font-size: 40px;
    border-bottom: none;
}

@media screen and (max-width: 320px) {
             html{
                 word-wrap:break-word;
             }
        section .table-4cols > div > div:nth-child(1) {
            width: 37%;
            
            border-right:1px solid #d4d4d5;
        }
        section .table-4cols > div > div:nth-child(2) {
            width: 35%;
            
            border-right:1px solid #d4d4d5;
        }
        section .table-4cols > div > div:nth-child(3) {
            width: 21%;
            
            border-right:1px solid #d4d4d5;
        }
        section .table-4cols > div > div:nth-child(4) {
            width: 0%;
           
        }

        }

@media screen and (max-width: 500px) {
    html {
        font-size: 50%;
    }
}

section .table-2cols > div > div:first-child {
    width: 15%;
    color:#ee2a24;
}

section .table-2cols > div > div:last-child {
    width: 75%;
    padding-left: 0%;
}



@media screen and (max-width: 750px) {
    section .table-2cols > div > div:first-child {
        width: 37%;
    }

    section .table-2cols > div > div:last-child {
        width: 75%;
        padding-left: 0%;
    }
}
section .table-4cols > div > div
{
    flex : inherit !important;
    border-bottom: 1px solid #d4d4d5;
}
section .table-4cols > div > div:nth-child(1) {
    width: 50% !important;
   
    border-right:1px solid #d4d4d5;
}

section .table-4cols > div > div:nth-child(2) {
    width: 20% !important;
    
    border-right:1px solid #d4d4d5;
}

section .table-4cols > div > div:nth-child(3) {
    width: 10% !important;
    
    border-right:1px solid #d4d4d5;
}

section .table-4cols > div > div:nth-child(4) {
    width: 10% !important;
    
}
.textalign
{
    text-align:center !important;
}
.norightborder{
    border-right:none!important;
}

@media screen and (max-width: 800px) {
    section .table-4cols > div > div:nth-child(1) {
        width: 45%;
        
        border-right:1px solid #d4d4d5;
    }

    section .table-4cols > div > div:nth-child(2) {
        width: 30%;
       
        border-right:1px solid #d4d4d5;
    }

    section .table-4cols > div > div:nth-child(3) {
        width: 18%;
        
        border-right:1px solid #d4d4d5;
    }

    section .table-4cols > div > div:nth-child(4) {
        width: 0%;
       
    }
}



 .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.textcolor{

    color:black;
}
.heading{
    color:#ee2a24;
}

/*horizontal listing of blockdiagrams in repeater */
.displayHorizontal {
    float: left;
    margin-top: 20px;
}

/*display delete icon in iframe*/
.ui-button .ui-icon {
    background: url('../images/delete.png') !important;
}

.iframe-loading {
    background: url('../images/loading.gif') center center no-repeat;
}
