/*--theme third--*/
#DNN_ButtonLayout_1220 .theme-third {
    background-color: #012f79;
    background-repeat: repeat;
    padding-bottom: 15px;
}

    #DNN_ButtonLayout_1220 .theme-third h2 {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        padding: 0px 21px;
        margin-bottom: 0px;
        margin-top: 10px;
    }


    #DNN_ButtonLayout_1220 .theme-third p {
        
        text-align: center;
        padding: 0px 21px;
        margin-bottom: 0px;
    }


#DNN_ButtonLayout_1220 .btn {
    letter-spacing: 1px;
    text-decoration: none;
    background: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    /*-  border: 3px solid;
    padding: 8px 20px;*/
}

#DNN_ButtonLayout_1220 .btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    #DNN_ButtonLayout_1220 .btn-outlined.btn-theme {
        background: none;
        color: #ffffff;
        margin-bottom: 10px;
        /*margin-left: 30px;*/
        /*- border-color: #ffffff;*/
		display:inline-block;
    }

        #DNN_ButtonLayout_1220 .btn-outlined.btn-theme:hover,
        #DNN_ButtonLayout_1220 .btn-outlined.btn-theme:active {
            color: #ffffff;
            /*- background: #ffffff;
             border-color: #ffffff;*/
            text-decoration: underline;
        }


#DNN_ButtonLayout_1220 .image img {
    /*---webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;-*/
    width: 100%;
}

#DNN_ButtonLayout_1220 .image:hover img {
    /*-- -webkit-transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8);-*/
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(171,171,171,1);
    -moz-box-shadow: 0px 0px 4px 4px rgba(171,171,171,1);
    box-shadow: 0px 0px 4px 4px rgba(171,171,171,1);
}

/*---theme-third end--*/
#DNN_ButtonLayout_1220 .theme-third .row {
        display:flex;
    }

@media screen and (min-width:320px) and (max-width:480px) {
    #DNN_ButtonLayout_1220 .theme-third .row {
        display:inherit;
    }
    #DNN_ButtonLayout_1220 .theme-third .DNNCentricBootstrapLinkTiles {
	margin-top:25px !important;
	}
    
}

@media screen and (min-width:481px) and (max-width:550px) {
    #DNN_ButtonLayout_1220 .theme-third .row {
        display:inherit;
    }
	#DNN_ButtonLayout_1220 .theme-third .DNNCentricBootstrapLinkTiles {
	margin-top:25px !important;
	}
	
}


@media screen and (min-width:551px) and (max-width:767px) {
     #DNN_ButtonLayout_1220 .theme-third .row {
        display:inherit;
    }
	#DNN_ButtonLayout_1220 .theme-third .DNNCentricBootstrapLinkTiles {
	margin-top:25px !important;
	}
	
}